@charset "UTF-8";
/*--------------------------------------------------
	[Project Info]
	Project:		MBStore - Digital WooCommerce WordPress Theme
	Version:		2.4
	Author:			snstheme
	Last change: 	03 June 2025
	-----
	This file render from .scss files. To work with .scss files:
	    - Please config Admin >> MBStore >> Advance >> SCSS Compile: Alway complile
	    - Please follow some table contents bellow and go to that .scss files to edit/add styles for each section if you want.
----------------------------------------------------*/
@-ms-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-o-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-ms-keyframes shinex {
  100% {
    left: 125%;
  }
}
@-o-keyframes shinex {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes shinex {
  100% {
    left: 125%;
  }
}
@keyframes shinex {
  100% {
    left: 125%;
  }
}
@-ms-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes snsnavloadding {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes snsnavloadding {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes snssheen {
  100% {
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}
@keyframes snssheen {
  100% {
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}
/*--------------------------------------------------
	[scss file: assets/scss/woo/woocommerce.scss]
	This file scss from plugin WooCommerce
		+ Governs the general look and feel of WooCommerce sections of stores using themes that do not
		+ Integrate with WooCommerce specifically.
---------------------------------------------------*/
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinAround {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinAround {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "star";
  src: url("../fonts/star.eot");
  src: url("../fonts/star.eot?#iefix") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WooCommerce";
  src: url("../fonts/WooCommerce.eot");
  src: url("../fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype"), url("../fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal;
}
.price {
  white-space: nowrap;
  min-height: 28px;
  font-size: 1.2857em;
}
.price .amount {
  color: #333333;
  font-weight: bold;
}
.price del {
  text-decoration: none;
  position: relative;
  padding: 0 3px;
}
.price del .amount {
  font-weight: normal;
  color: #666666;
}
.price del:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #666666;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (min-width: 1199px) {
  .price del:before {
    margin-top: 0px;
  }
}
.price ins {
  margin: 0 0 0 5px;
  text-decoration: none;
}
.price .from {
  font-size: 1em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
}
.product-type-variable .price {
  font-size: 1.2857em;
}
p.demo_store {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #a46497;
  color: white;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
}
.admin-bar p.demo_store {
  top: 32px;
}
.clear {
  clear: both;
}
a.remove {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  border: 1px solid #eaeaea;
  color: #666666;
  overflow: hidden;
  background-color: #FFF;
  padding: 0 0;
  font-size: 0px;
  border-radius: 100%;
}
a.remove:hover {
  color: #55bc75;
  border-color: #55bc75;
}
a.remove:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  height: 100%;
  width: 100%;
  font-size: 12px;
}
.blockUI.blockOverlay {
  position: relative;
  background: transparent !important;
}
.blockUI.blockOverlay:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  z-index: 1;
  color: #FFF;
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  -o-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.loader {
  background: transparent !important;
}
.loader:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  z-index: 1;
  color: #FFF;
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  -o-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
  padding: 11px 10px 6px 40px;
  margin: 0 0 20px;
  position: relative;
  list-style: none !important;
  *zoom: 1;
  width: auto;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-message:after, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-error:after, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-info:after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-message:after, .woocommerce .woocommerce-error:after, .woocommerce .woocommerce-info:after {
  clear: both;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before {
  font-family: "WooCommerce";
  content: "";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 16px;
}
.woocommerce .woocommerce-message .button, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button {
  float: right;
  background: #55bc75;
  color: #fff;
  font-size: 100%;
  padding: 5px 15px;
  margin-top: -5px;
  border: none;
}
.woocommerce .woocommerce-message li, .woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.woocommerce .woocommerce-message {
  background: #dff0d8;
  color: #8fae1b;
}
.woocommerce .woocommerce-message:before {
  content: "";
  color: #8fae1b;
}
.woocommerce .woocommerce-info {
  background: #d9edf7;
  color: #1e85be;
}
.woocommerce .woocommerce-info:before {
  color: #1e85be;
}
.woocommerce .woocommerce-error {
  background: #f2dede;
  color: #b94a48;
}
.woocommerce .woocommerce-error:before {
  content: "";
  color: #b94a48;
}
.woocommerce small.note {
  display: block;
  color: #777;
  font-size: 0.857em;
  margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb {
  *zoom: 1;
  margin: 0 0 1em;
  padding: 0;
  font-size: 0.92em;
  color: #777;
}
.woocommerce .woocommerce-breadcrumb:before, .woocommerce .woocommerce-breadcrumb:after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-breadcrumb:after {
  clear: both;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #777;
}
.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  color: #666666;
}
.woocommerce div.type-product, .woocommerce div.product {
  margin-bottom: 0;
  position: relative;
}
.woocommerce div.type-product .product_title, .woocommerce div.product .product_title {
  clear: none;
  padding: 0;
  text-transform: none;
  font-weight: bold;
}
.woocommerce div.type-product p.stock, .woocommerce div.product p.stock {
  font-size: 0.92em;
}
.woocommerce div.type-product .stock, .woocommerce div.product .stock {
  color: #38e534;
}
.woocommerce div.type-product .out-of-stock, .woocommerce div.product .out-of-stock {
  color: red;
}
.woocommerce div.type-product .woocommerce-product-rating, .woocommerce div.product .woocommerce-product-rating {
  position: relative;
}
.woocommerce div.type-product .woocommerce-product-rating .woocommerce-review-link, .woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
  position: absolute;
}
.woocommerce div.type-product div.social, .woocommerce div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
.woocommerce div.type-product div.social span, .woocommerce div.product div.social span {
  margin: 0 0 0 2px;
}
.woocommerce div.type-product div.social span span, .woocommerce div.product div.social span span {
  margin: 0;
}
.woocommerce div.type-product div.social span .stButton .chicklets, .woocommerce div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
.woocommerce div.type-product div.social iframe, .woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce div.type-product .woocommerce-tabs ul.tabs, .woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}
.woocommerce div.type-product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #d3ced2;
  background-color: #ebe9eb;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em;
}
.woocommerce div.type-product .woocommerce-tabs ul.tabs li a, .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.5em 0;
  font-weight: 700;
  color: #515151;
  text-decoration: none;
}
.woocommerce div.type-product .woocommerce-tabs ul.tabs li a:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #6b6b6b;
}
.woocommerce div.type-product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff;
}
.woocommerce div.type-product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
}
.woocommerce div.type-product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
  box-shadow: 2px 2px 0 #fff;
}
.woocommerce div.type-product .woocommerce-tabs ul.tabs li.active:after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  box-shadow: -2px 2px 0 #fff;
}
.woocommerce div.type-product .woocommerce-tabs ul.tabs li:before, .woocommerce div.type-product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  border: 1px solid #d3ced2;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
}
.woocommerce div.type-product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  left: -6px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #ebe9eb;
}
.woocommerce div.type-product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  right: -6px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #ebe9eb;
}
.woocommerce div.type-product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d3ced2;
  z-index: 1;
}
.woocommerce div.type-product .woocommerce-tabs .panel, .woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}
.woocommerce div.type-product p.cart, .woocommerce div.product p.cart {
  *zoom: 1;
}
.woocommerce div.type-product p.cart:before, .woocommerce div.type-product p.cart:after, .woocommerce div.product p.cart:before, .woocommerce div.product p.cart:after {
  content: " ";
  display: table;
}
.woocommerce div.type-product p.cart:after, .woocommerce div.product p.cart:after {
  clear: both;
}
.woocommerce div.type-product form.cart, .woocommerce div.product form.cart {
  *zoom: 1;
}
.woocommerce div.type-product form.cart:before, .woocommerce div.type-product form.cart:after, .woocommerce div.product form.cart:before, .woocommerce div.product form.cart:after {
  content: " ";
  display: table;
}
.woocommerce div.type-product form.cart:after, .woocommerce div.product form.cart:after {
  clear: both;
}
.woocommerce div.type-product form.cart table, .woocommerce div.product form.cart table {
  margin: 0 0 15px;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
.woocommerce div.type-product form.cart table td, .woocommerce div.product form.cart table td {
  border-right: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  vertical-align: middle;
  display: table-cell;
  padding: 0 8px;
}
.woocommerce div.type-product form.cart table td label, .woocommerce div.product form.cart table td label {
  margin: 0 5px 5px 0px !important;
  float: none;
  line-height: inherit !important;
}
.woocommerce div.type-product form.cart table td .quantity, .woocommerce div.product form.cart table td .quantity {
  text-align: center;
  margin: 10px !important;
  height: 32px !important;
}
.woocommerce div.type-product form.cart table td .quantity .qty, .woocommerce div.product form.cart table td .quantity .qty {
  line-height: 30px !important;
  height: 30px;
  padding: 0 10px;
}
.woocommerce div.type-product form.cart table td.price, .woocommerce div.product form.cart table td.price {
  text-align: center;
  padding: 0 5px;
  font-size: 1em;
}
.woocommerce div.type-product form.cart table td.price del, .woocommerce div.product form.cart table td.price del {
  margin-left: 10px;
}
@media (min-width: 1199px) {
  .woocommerce div.type-product form.cart table td.price del:before, .woocommerce div.product form.cart table td.price del:before {
    margin-top: -2px;
  }
}
.woocommerce div.type-product form.cart table td.price ins, .woocommerce div.product form.cart table td.price ins {
  float: none;
  margin-right: 10px;
}
.woocommerce div.type-product form.cart table td.price .stock, .woocommerce div.product form.cart table td.price .stock {
  margin-top: 5px;
}
.woocommerce div.type-product form.cart table td.label, .woocommerce div.product form.cart table td.label {
  text-align: center;
  padding: 5px 10px;
}
.woocommerce div.type-product form.cart table small.stock, .woocommerce div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.type-product form.cart table.group_table .quantity, .woocommerce div.product form.cart table.group_table .quantity {
  padding: 0 5px;
  overflow: hidden;
}
.woocommerce div.type-product form.cart table.group_table .quantity label.screen-reader-text, .woocommerce div.product form.cart table.group_table .quantity label.screen-reader-text {
  display: none;
}
.woocommerce div.type-product form.cart table.group_table .quantity .qty, .woocommerce div.product form.cart table.group_table .quantity .qty {
  margin: 0;
}
.woocommerce div.type-product form.cart table.group_table td:first-child, .woocommerce div.product form.cart table.group_table td:first-child {
  width: 80px;
  padding: 0 0;
}
.woocommerce div.type-product form.cart table.group_table td label, .woocommerce div.product form.cart table.group_table td label {
  margin: 0 !important;
}
.woocommerce div.type-product form.cart table.group_table td.label, .woocommerce div.product form.cart table.group_table td.label {
  text-align: left;
  white-space: normal;
  line-height: inherit;
}
.woocommerce div.type-product form.cart table.group_table .button.add_to_cart_button, .woocommerce div.product form.cart table.group_table .button.add_to_cart_button {
  padding: 5px 15px;
  margin: 10px;
  border-radius: 0px;
}
.woocommerce div.type-product form.cart .single_variation_wrap .single_variation, .woocommerce div.product form.cart .single_variation_wrap .single_variation {
  margin: 0 0 25px;
  *zoom: 1;
}
.woocommerce div.type-product form.cart .single_variation_wrap .single_variation:before, .woocommerce div.type-product form.cart .single_variation_wrap .single_variation:after, .woocommerce div.product form.cart .single_variation_wrap .single_variation:before, .woocommerce div.product form.cart .single_variation_wrap .single_variation:after {
  content: " ";
  display: table;
}
.woocommerce div.type-product form.cart .single_variation_wrap .single_variation:after, .woocommerce div.product form.cart .single_variation_wrap .single_variation:after {
  clear: both;
}
.woocommerce div.type-product form.cart .button, .woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
}
.woocommerce ul.products {
  padding: 0;
  list-style: none;
  clear: both;
  *zoom: 1;
}
.woocommerce ul.products:before, .woocommerce ul.products:after {
  content: " ";
  display: table;
}
.woocommerce ul.products:after {
  clear: both;
}
.woocommerce ul.products li {
  list-style: none;
}
.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  border: 1px solid #eaeaea;
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt {
  -webkit-font-smoothing: antialiased;
}
.woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled[disabled], .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5;
  color: #FFF;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
  float: none;
}
.woocommerce #reviews h2 small {
  float: right;
  color: #777;
  font-size: 15px;
  margin: 10px 0 0 0;
}
.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: #777;
}
.woocommerce #reviews h3 {
  margin: 0;
}
.woocommerce #reviews p.woocommerce-noreviews {
  margin: 0 0 20px;
  padding: 10px 15px;
  border: 1px solid rgba(85, 188, 117, 0.12);
  background-color: rgba(85, 188, 117, 0.08);
  border-radius: 5px;
}
.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}
.woocommerce #reviews #comment {
  height: 100px;
}
.woocommerce #reviews #comments .add_review {
  *zoom: 1;
}
.woocommerce #reviews #comments .add_review:before, .woocommerce #reviews #comments .add_review:after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments .add_review:after {
  clear: both;
}
.woocommerce #reviews #comments h2 {
  clear: none;
}
.woocommerce #reviews #comments ol.commentlist {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  width: 100%;
  background: none;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist:before, .woocommerce #reviews #comments ol.commentlist:after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li.review, .woocommerce #reviews #comments ol.commentlist li.comment {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist li.review img.avatar, .woocommerce #reviews #comments ol.commentlist li.comment img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px;
  width: 50px;
  height: auto;
  background: #ebe9eb;
  border: 1px solid #eee;
  margin: 0;
  box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist li.review .comment-text, .woocommerce #reviews #comments ol.commentlist li.comment .comment-text {
  margin: 0 0 0 65px;
  border: 1px solid #eee;
  border-radius: 0px;
  padding: 1em 1em 0;
  *zoom: 1;
}
.woocommerce #reviews #comments ol.commentlist li.review .comment-text:before, .woocommerce #reviews #comments ol.commentlist li.review .comment-text:after, .woocommerce #reviews #comments ol.commentlist li.comment .comment-text:before, .woocommerce #reviews #comments ol.commentlist li.comment .comment-text:after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist li.review .comment-text:after, .woocommerce #reviews #comments ol.commentlist li.comment .comment-text:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li.review .comment-text p, .woocommerce #reviews #comments ol.commentlist li.comment .comment-text p {
  margin: 0 0 15px;
}
.woocommerce #reviews #comments ol.commentlist li.review .comment-text p.meta, .woocommerce #reviews #comments ol.commentlist li.comment .comment-text p.meta {
  margin: 5px 0 10px;
}
.woocommerce #reviews #comments ol.commentlist ol, .woocommerce #reviews #comments ol.commentlist ul {
  padding: 0 0 0 25px;
  margin: 0 0 25px;
}
.woocommerce #reviews #comments ol.commentlist ol ol, .woocommerce #reviews #comments ol.commentlist ol ul, .woocommerce #reviews #comments ol.commentlist ul ol, .woocommerce #reviews #comments ol.commentlist ul ul {
  margin: 0 0;
  padding: 0 0 0 30px;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li:before {
  content: "";
}
.woocommerce .price {
  display: inline-block;
}
.woocommerce .star-rating {
  display: block;
  overflow: hidden;
  position: relative;
  height: 16px;
  line-height: 16px;
  font-size: 11px;
  width: 70px;
  letter-spacing: 3px;
  font-family: "star";
}
.woocommerce .star-rating:before {
  content: "SSSSS";
  color: #cccccc;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 24px;
  height: 24px;
}
.woocommerce .star-rating span:before {
  content: "SSSSS";
  color: #dfd200;
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .woocommerce-product-rating {
  *zoom: 1;
  line-height: 16px;
  height: 16px;
  display: block;
}
.woocommerce .woocommerce-product-rating:before, .woocommerce .woocommerce-product-rating:after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-product-rating:after {
  clear: both;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
}
.woocommerce .products .list-view .star-rating {
  display: block;
  margin: 5px 0;
  float: none;
  position: relative;
  left: 0;
}
.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0 0;
}
.woocommerce #review_form #respond {
  *zoom: 1;
  position: static;
  margin: 0;
  width: auto;
  padding: 0 0 0;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond:before, .woocommerce #review_form #respond:after {
  content: " ";
  display: table;
}
.woocommerce #review_form #respond:after {
  clear: both;
}
.woocommerce #review_form #respond p {
  margin: 0 0 10px;
}
.woocommerce #review_form #respond p input[type=email], .woocommerce #review_form #respond p input[type=text] {
  width: 100%;
}
.woocommerce #review_form #respond p.comment-form-email {
  width: 50%;
  float: left;
  padding-left: 10px;
}
.woocommerce #review_form #respond p.comment-form-email label {
  display: block;
}
.woocommerce #review_form #respond p.comment-form-author {
  width: 50%;
  float: left;
  padding-right: 10px;
}
.woocommerce #review_form #respond p.comment-form-author label {
  display: block;
}
.woocommerce #review_form #respond .form-submit {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond label {
  font-weight: bold;
}
.woocommerce #review_form #respond textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.woocommerce #review_form #respond .comment-form-rating label {
  margin-bottom: 5px;
}
.woocommerce p.stars {
  position: relative;
  font-size: 12px;
}
.woocommerce p.stars a {
  display: inline-block;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
  border-bottom: 0 !important;
  outline: 0;
  line-height: 12px;
}
.woocommerce p.stars a:last-child {
  border-right: 0;
}
.woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5 {
  font-family: "star";
  margin-right: 20px;
  display: inline-block;
  letter-spacing: 2px;
  position: relative;
  height: 16px;
  line-height: 16px;
}
.woocommerce p.stars a.star-1:after, .woocommerce p.stars a.star-2:after, .woocommerce p.stars a.star-3:after, .woocommerce p.stars a.star-4:after, .woocommerce p.stars a.star-5:after {
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "S";
  color: #ccc;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.woocommerce p.stars a.star-1:before, .woocommerce p.stars a.star-2:before, .woocommerce p.stars a.star-3:before, .woocommerce p.stars a.star-4:before, .woocommerce p.stars a.star-5:before {
  position: absolute;
  content: "";
  height: 11px;
  width: 1px;
  background: #ccc;
  right: -10px;
  top: 3px;
}
.woocommerce p.stars a.star-1:hover:after, .woocommerce p.stars a.star-1.active:after, .woocommerce p.stars a.star-2:hover:after, .woocommerce p.stars a.star-2.active:after, .woocommerce p.stars a.star-3:hover:after, .woocommerce p.stars a.star-3.active:after, .woocommerce p.stars a.star-4:hover:after, .woocommerce p.stars a.star-4.active:after, .woocommerce p.stars a.star-5:hover:after, .woocommerce p.stars a.star-5.active:after {
  color: #edcc18;
}
.woocommerce p.stars a.star-1 {
  width: 14.5px;
}
.woocommerce p.stars a.star-1:after {
  content: "S";
}
.woocommerce p.stars a.star-2 {
  width: 29px;
}
.woocommerce p.stars a.star-2:after {
  content: "SS";
}
.woocommerce p.stars a.star-3 {
  width: 43.5px;
}
.woocommerce p.stars a.star-3:after {
  content: "SSS";
}
.woocommerce p.stars a.star-4 {
  width: 58px;
}
.woocommerce p.stars a.star-4:after {
  content: "SSSS";
}
.woocommerce p.stars a.star-5 {
  width: 72.5px;
}
.woocommerce p.stars a.star-5:after {
  content: "SSSSS";
}
.woocommerce p.stars a.star-5:before {
  display: none;
}
.woocommerce table.shop_attributes {
  border: 1px solid #eee;
  border-right: none;
  margin-bottom: 1.618em;
  width: 100%;
}
.woocommerce table.shop_attributes th {
  width: 150px;
  font-weight: bold;
  padding: 10px 15px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  margin: 0;
  line-height: 1.5;
  color: #333333;
}
.woocommerce table.shop_attributes td {
  padding: 10px 15px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td p {
  margin: 0;
}
.woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th {
  background: #f9f9f9;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.shop_table {
  border: 1px solid #eee;
  border-right: none;
  margin: 0px 0px 65px 0px;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  overflow: hidden;
}
.woocommerce table.shop_table th {
  padding: 12px 12px;
  text-align: center;
  border-bottom: none;
}
.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px;
  vertical-align: middle;
}
.woocommerce table.shop_table td small {
  font-weight: normal;
}
.woocommerce table.shop_table td.product-remove {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  width: 60px;
}
.woocommerce table.shop_table td.product-remove .remove {
  margin: auto;
}
.woocommerce table.shop_table td.product-remove .remove:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.woocommerce table.shop_table td.product-thumbnail {
  width: 110px;
  text-align: center;
}
.woocommerce table.shop_table td.product-price, .woocommerce table.shop_table td.product-subtotal, .woocommerce table.shop_table td.product-quantity {
  text-align: center;
}
.woocommerce table.shop_table td.product-price label, .woocommerce table.shop_table td.product-subtotal label, .woocommerce table.shop_table td.product-quantity label {
  float: left;
  line-height: 45px;
}
.woocommerce table.shop_table td.product-quantity {
  width: 200px;
}
.woocommerce table.shop_table tbody:first-child tr:first-child th, .woocommerce table.shop_table tbody:first-child tr:first-child td {
  border-top: 0;
}
.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tbody th {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td {
  padding: 10px 10px;
  vertical-align: middle;
}
.woocommerce table.my_account_orders .button {
  white-space: nowrap;
}
.woocommerce table.my_account_orders .order-actions {
  text-align: right;
}
.woocommerce table.my_account_orders .order-actions .button {
  margin: 0.125em 0 0.125em 0.25em;
}
.woocommerce td.product-name dl.variation {
  margin: 0.7em 0 0.25em 0;
  *zoom: 1;
}
.woocommerce td.product-name dl.variation:before, .woocommerce td.product-name dl.variation:after {
  content: " ";
  display: table;
}
.woocommerce td.product-name dl.variation:after {
  clear: both;
}
.woocommerce td.product-name dl.variation dt, .woocommerce td.product-name dl.variation dd {
  display: inline-block;
  float: left;
}
.woocommerce td.product-name dl.variation dt {
  font-weight: 700;
  padding: 0 0 0.25em 0;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce td.product-name dl.variation dd {
  padding: 0 0 0.25em 0;
}
.woocommerce td.product-name dl.variation dd p:last-child {
  margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification {
  font-size: 0.83em;
}
.woocommerce .woocommerce-customer-details {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .woocommerce form.track_order .form-row-first, .woocommerce form.track_order .form-row-last {
    width: 50%;
    float: left;
    padding: 5px 15px 0 0;
  }
  .woocommerce form.track_order .form-row-last {
    padding: 5px 0 0 15px;
  }
}
.woocommerce .woocomerce-form.woocommerce-form-login .button {
  display: block;
  margin: 0 0 10px;
}
.woocommerce form.lost_reset_password {
  margin: 0 0 60px;
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
  list-style: none outside;
  padding: 20px 25px 0;
  margin: 0 0 5px;
  overflow: auto;
  font-size: 1em;
  max-height: 375px;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #eaeaea;
  *zoom: 1;
  list-style: none;
}
.woocommerce ul.cart_list li:before, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:before, .woocommerce ul.product_list_widget li:after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after {
  clear: both;
}
.woocommerce ul.cart_list li:first-child, .woocommerce ul.product_list_widget li:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border-top: none;
}
.woocommerce ul.cart_list li:first-child .remove, .woocommerce ul.product_list_widget li:first-child .remove {
  top: 0px;
}
.woocommerce ul.cart_list li:last-child, .woocommerce ul.product_list_widget li:last-child {
  padding-bottom: 15px;
}
.woocommerce ul.cart_list li .remove, .woocommerce ul.product_list_widget li .remove {
  top: 15px;
  right: 0px;
  left: auto;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  margin-bottom: 5px;
}
.woocommerce ul.cart_list li a:hover, .woocommerce ul.product_list_widget li a:hover {
  color: #55bc75;
}
.woocommerce ul.cart_list li .product-image, .woocommerce ul.product_list_widget li .product-image {
  position: relative;
  display: inline-block;
  float: left;
  float: left;
  padding: 0 0;
  margin-right: 10px;
  margin-bottom: 0px;
  width: 80px;
  height: auto;
  border: 1px solid #eaeaea;
}
.woocommerce ul.cart_list li .product-image:before, .woocommerce ul.product_list_widget li .product-image:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.06);
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  visibility: hidden;
}
.woocommerce ul.cart_list li:hover .product-image:before, .woocommerce ul.product_list_widget li:hover .product-image:before {
  opacity: 1;
  visibility: visible;
}
.woocommerce ul.cart_list li .title, .woocommerce ul.product_list_widget li .title {
  font-size: 1em;
  padding: 0 0;
  margin: 0 24px 5px 0;
  display: block;
}
.woocommerce ul.cart_list li .title:hover, .woocommerce ul.product_list_widget li .title:hover {
  color: #55bc75;
}
.woocommerce ul.cart_list li .quantity, .woocommerce ul.product_list_widget li .quantity {
  display: block;
}
.woocommerce ul.cart_list li .quantity .amount, .woocommerce ul.product_list_widget li .quantity .amount {
  color: #fe5d5d;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  box-shadow: none;
  border: 1px solid transparent;
}
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border: none;
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
}
.woocommerce ul.cart_list li dl:before, .woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:before, .woocommerce ul.product_list_widget li dl:after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:after {
  clear: both;
}
.woocommerce ul.cart_list li dl dt, .woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dt, .woocommerce ul.product_list_widget li dl dd {
  display: inline-block;
  float: left;
  margin-bottom: 0;
}
.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 0.25em 0;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 0.25em 0;
}
.woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
  float: none;
}
.woocommerce.widget_shopping_cart .total, .woocommerce .widget_shopping_cart .total {
  height: 60px;
  line-height: 40px;
  padding: 10px 25px;
  margin: 0 0;
  color: #333333;
  position: relative;
  text-transform: uppercase;
}
.woocommerce.widget_shopping_cart .total:before, .woocommerce .widget_shopping_cart .total:before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: calc(100% - 50px) !important;
  left: 25px;
  background: #eaeaea;
}
.woocommerce.widget_shopping_cart .total:after, .woocommerce .widget_shopping_cart .total:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: calc(100% - 50px) !important;
  left: 25px;
  background: #eaeaea;
}
.woocommerce.widget_shopping_cart .total strong, .woocommerce .widget_shopping_cart .total strong {
  display: inline-block;
  float: left;
  font-size: 1.1428em;
}
.woocommerce.widget_shopping_cart .total .amount, .woocommerce .widget_shopping_cart .total .amount {
  float: right;
  color: #fe5d5d;
  font-size: 1.3846em;
}
.woocommerce.widget_shopping_cart .buttons, .woocommerce .widget_shopping_cart .buttons {
  margin: 30px 0 20px !important;
  padding: 0 25px;
  *zoom: 1;
  text-align: center;
}
.woocommerce.widget_shopping_cart .buttons:before, .woocommerce.widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:before, .woocommerce .widget_shopping_cart .buttons:after {
  content: " ";
  display: table;
}
.woocommerce.widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:after {
  clear: both;
}
.woocommerce.widget_shopping_cart .buttons .button, .woocommerce .widget_shopping_cart .buttons .button {
  margin: 0 10px 10px 0;
  display: block;
  float: left;
  width: calc(50% - 10px);
  padding-left: 0px;
  padding-right: 0px;
}
.woocommerce.widget_shopping_cart .buttons .button.checkout, .woocommerce .widget_shopping_cart .buttons .button.checkout {
  margin: 0 0 10px 10px;
}
.woocommerce.widget_shopping_cart .remove, .woocommerce .widget_shopping_cart .remove {
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: 0px;
  z-index: 1;
  padding: 0 0;
  margin: 0 0;
  color: #666666;
}
.woocommerce.widget_shopping_cart .remove:hover, .woocommerce .widget_shopping_cart .remove:hover {
  border-color: #55bc75;
  color: #55bc75;
}
.woocommerce form .form-row {
  padding: 3px 0;
  margin: 0 0 10px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.woocommerce form .form-row .select2-container .select2-choice {
  padding: 4px 0 4px 8px;
  border-color: #e9e9e9;
  border-radius: 0;
}
.woocommerce form .form-row label {
  line-height: 2;
}
.woocommerce form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0;
}
.woocommerce form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0;
}
.woocommerce form .form-row label.checkbox {
  padding-left: 20px;
  line-height: normal;
}
.woocommerce form .form-row label.checkbox .input-checkbox {
  display: inline;
  margin: 3px 0 0 -20px;
  text-align: center;
  vertical-align: middle;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
}
.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
  border-color: #a00;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: #69bf29;
}
.woocommerce form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-moz-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-ms-input-placeholder {
  line-height: normal;
}
.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register {
  border: 1px solid #eaeaea;
  padding: 20px 30px;
  margin: 2em 0 2em 0px;
  text-align: left;
}
.woocommerce ul#shipping_method {
  list-style: none outside;
  margin: 0 0 10px;
  padding: 0;
}
.woocommerce ul#shipping_method li {
  margin: 0;
  padding: 4px 0;
  list-style: none outside;
  display: block;
  *zoom: 1;
}
.woocommerce ul#shipping_method li:before, .woocommerce ul#shipping_method li:after {
  content: " ";
  display: table;
}
.woocommerce ul#shipping_method li:after {
  clear: both;
}
.woocommerce ul#shipping_method li input[type="checkbox"], .woocommerce ul#shipping_method li input[type="radio"] {
  float: left;
  margin: 3px 8px 0 0;
}
.woocommerce ul#shipping_method li label {
  float: left;
  margin: 0 0;
}
.woocommerce ul#shipping_method .amount {
  font-weight: 700;
}
.woocommerce p.woocommerce-shipping-contents {
  margin: 0;
}
.woocommerce .order_details {
  *zoom: 1;
  margin: 0 0 1.5em;
  list-style: none;
}
.woocommerce .order_details:before, .woocommerce .order_details:after {
  content: " ";
  display: table;
}
.woocommerce .order_details:after {
  clear: both;
}
.woocommerce .order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: 1px dashed #d3ced2;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce .order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
}
.woocommerce .order_details li:last-of-type {
  border: none;
}
.woocommerce .widget_layered_nav ul {
  margin: 0;
  margin-left: 20px;
  padding: 0;
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce .widget_layered_nav ul li {
  padding: 10px 0;
}
.woocommerce .widget_layered_nav ul li a {
  position: relative;
  padding: 0 0 0 22px;
  background: transparent;
  line-height: 1;
  display: block;
}
.woocommerce .widget_layered_nav ul li a:before {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  border-radius: 0px;
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
}
.woocommerce .widget_layered_nav ul li a:after {
  width: 6px;
  height: 6px;
  background: #55bc75;
  border-radius: 0px;
  position: absolute;
  content: "";
  top: 4px;
  left: 3px;
  opacity: 0;
}
.woocommerce .widget_layered_nav ul li .count {
  position: absolute;
  top: 3px;
  right: 0px;
  margin-left: 1px;
  padding: 0 5px;
  color: #888;
  font-size: 100%;
}
.woocommerce .widget_layered_nav ul li.chosen a:before, .woocommerce .widget_layered_nav ul li:hover a:before {
  border-color: #55bc75;
  background: transparent;
}
.woocommerce .widget_layered_nav ul li.chosen a:after, .woocommerce .widget_layered_nav ul li:hover a:after {
  opacity: 1;
}
.woocommerce .widget_layered_nav ul li.chosen .count, .woocommerce .widget_layered_nav ul li:hover .count {
  color: #333333;
}
.woocommerce .widget_layered_nav ul li:first-child {
  padding-top: 0px;
}
.woocommerce .widget_layered_nav ul li:first-child .count {
  top: -5px;
}
.woocommerce .widget_layered_nav ul li:last-child {
  padding-bottom: 0px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: -10px 0 0;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li {
  padding: 10px 10px 0 0px;
  display: inline-block;
  float: left;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li:last-child {
  margin-bottom: 0px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li:before {
  display: none;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a {
  display: block;
  overflow: visible;
  position: relative;
  border: none !important;
  width: 12px;
  height: 12px;
  margin: 4px;
  border-radius: 100%;
  font-size: 0px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:before {
  content: "";
  width: 20px;
  height: 20px;
  border: none;
  border: 1px solid #ccc;
  background: transparent;
  position: absolute;
  top: -4px;
  left: -4px;
  border-radius: 100%;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:after {
  display: none;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li .count {
  top: 9px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a, .woocommerce .widget_layered_nav ul.yith-wcan-color li:hover a {
  color: #55bc75;
  border-radius: 100%;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a:before, .woocommerce .widget_layered_nav ul.yith-wcan-color li:hover a:before {
  border-color: #55bc75;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li:first-child .count {
  top: -1px;
}
.woocommerce .widget_layered_nav .dropdown_layered_nav_color {
  width: 100%;
  border-radius: 0;
  background: transparent;
}
.woocommerce .widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan {
  margin-left: 15px;
}
.woocommerce .widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li {
  padding: 0;
}
.woocommerce .widget_layered_nav .yith-wcan-label li {
  margin-bottom: 0px;
}
.woocommerce .widget_layered_nav .yith-wcan-label li:before {
  display: none;
}
.woocommerce .widget_layered_nav .yith-wcan-label li:hover:before {
  display: none;
}
.woocommerce .widget_layered_nav .yith-wcan-label li a {
  padding: 4px 8px !important;
}
.woocommerce .widget_layered_nav .yith-wcan-label li a:hover, .woocommerce .widget_layered_nav .yith-wcan-label li.chosen a {
  background: #55bc75 !important;
  border-color: #55bc75 !important;
}
.woocommerce .widget_rating_filter .wc-layered-nav-rating a {
  display: block;
  text-align: right;
}
.woocommerce .widget_rating_filter .wc-layered-nav-rating a .star-rating {
  float: left;
}
.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}
.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 10px 1px 0;
  list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none;
  color: inherit;
}
.woocommerce .widget_layered_nav_filters ul li a:hover {
  color: #55bc75;
}
.woocommerce .widget_layered_nav_filters ul li a:before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
  top: 1px;
  position: relative;
}
.woocommerce .widget_price_filter form, .woocommerce .widget_price_filter .widget-title + form {
  padding: 0px 0px 0px 0px;
}
.woocommerce .widget_price_filter .price_slider_wrapper {
  position: relative;
  padding-top: 6px;
}
.woocommerce .widget_price_filter .price_slider_amount {
  margin-top: 20px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  display: block;
  float: right;
  height: 40px;
  width: 40px;
  background: #55bc75;
  text-align: center;
  border: none;
  color: #FFF;
  position: relative;
  font-size: 0px;
  padding: 0px;
  border-radius: 0px;
}
.woocommerce .widget_price_filter .price_slider_amount .button:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 13px;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background: #333333;
  color: #FFF;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
  line-height: normal;
  margin-right: 50px;
  text-transform: none;
  font-size: 0px;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label span {
  width: calc(50% - 8px);
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border: 1px solid #eaeaea;
  font-size: 13px;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label .from {
  margin-right: 16px;
  position: relative;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label .from:after {
  content: "-";
  width: 16px;
  height: 40px;
  line-height: 40px;
  color: #666666;
  text-align: center;
  position: absolute;
  top: 0px;
  right: -17px;
}
.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #FFF;
  border: 1px solid #ccc;
  cursor: ew-resize;
  outline: none;
  top: -6px;
  margin-left: -5px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -15px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-color: #ccc;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 8px;
  background-color: #55bc75;
  margin: 0 5px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.woocommerce p.cart-empty {
  margin: 25px 0 40px 15px;
}
.woocommerce p.return-to-shop {
  margin-bottom: 60px;
}
@media (min-width: 991px) {
  .woocommerce .woocommerce-MyAccount-navigation {
    width: 25%;
    float: left;
    padding-right: 15px;
  }
  .woocommerce .woocommerce-MyAccount-navigation > ul {
    counter-reset: li-counter;
    list-style: none;
    padding: 15px 30px;
    border: 1px solid #eaeaea;
  }
  .woocommerce .woocommerce-MyAccount-navigation > ul li {
    position: relative;
    padding: 12px 0px;
    margin: 0;
    border-bottom: 1px solid #f5f5f5;
  }
  .woocommerce .woocommerce-MyAccount-navigation > ul li:last-child {
    border-bottom: none;
  }
  .woocommerce .woocommerce-MyAccount-navigation > ul li.is-active a {
    color: #55bc75;
  }
  .woocommerce .woocommerce-MyAccount-content {
    width: 75%;
    float: left;
    padding-left: 15px;
  }
  .woocommerce .woocommerce-MyAccount-content fieldset {
    margin: 25px 0 10px;
  }
}
@media (max-width: 991px) {
  .woocommerce .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
  }
  .woocommerce .woocommerce-MyAccount-navigation > ul li {
    padding: 3px 0px;
  }
  .woocommerce .woocommerce-MyAccount-navigation > ul li.is-active a {
    color: #55bc75;
  }
}
.woocommerce-account .addresses .title {
  *zoom: 1;
}
.woocommerce-account .addresses .title:before, .woocommerce-account .addresses .title:after {
  content: " ";
  display: table;
}
.woocommerce-account .addresses .title:after {
  clear: both;
}
.woocommerce-account .addresses .title h3 {
  float: left;
}
.woocommerce-account .addresses .title .edit {
  float: right;
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li:before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
}
.woocommerce-account ul.digital-downloads li .count {
  float: right;
}
.woocommerce-cart table.cart {
  overflow: hidden;
}
.woocommerce-cart table.cart .quantity {
  display: inline-block;
  float: none;
  border: 1px solid #eaeaea;
  border-radius: 0;
  padding: 0 0;
}
.woocommerce-cart table.cart .quantity label.screen-reader-text {
  color: #333333;
  line-height: 44px;
  display: none;
}
.woocommerce-cart table.cart .quantity .qty {
  border: none;
  padding: 11px 10px;
  min-width: 70px;
  height: 44px;
}
@media (max-width: 767px) {
  .woocommerce-cart table.cart .quantity {
    margin-bottom: 10px;
  }
}
.woocommerce-cart table.cart img {
  width: 80px;
  box-shadow: none;
}
.woocommerce-cart table.cart th {
  text-transform: uppercase;
  background: #fff;
  font-weight: bold;
  color: #333;
}
.woocommerce-cart table.cart th, .woocommerce-cart table.cart td {
  vertical-align: middle;
}
.woocommerce-cart table.cart td.actions {
  padding: 20px 20px;
}
.woocommerce-cart table.cart td.actions .coupon {
  float: left;
  padding: 0 0;
}
.woocommerce-cart table.cart td.actions .coupon label {
  display: none;
  float: left;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  float: left;
  margin: 0 10px 0 0;
  min-width: 200px;
}
@media (max-width: 767px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text + .button {
    float: left;
    margin-top: 10px;
    clear: left;
  }
}
.woocommerce-cart table.cart td.actions > .button {
  float: right;
}
@media (max-width: 767px) {
  .woocommerce-cart table.cart td.actions > .button {
    float: left;
    margin-top: 20px;
    clear: left;
  }
}
.woocommerce-cart table.cart input {
  margin: 0;
  vertical-align: middle;
}
.woocommerce-cart table.cart input.button {
  margin: 0;
}
.woocommerce-cart table.cart a.remove {
  background: transparent;
}
.woocommerce-cart table.cart a.remove:hover {
  color: #55bc75;
}
@media (max-width: 767px) {
  .woocommerce-cart table.cart {
    border-collapse: collapse;
  }
  .woocommerce-cart table.cart thead {
    display: none;
  }
  .woocommerce-cart table.cart tr.cart_item {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .woocommerce-cart table.cart tr.cart_item td {
    border: medium none;
    float: right;
    text-align: left;
    width: 55%;
    padding: 5px 8px 5px 0;
  }
  .woocommerce-cart table.cart tr.cart_item td.product-price {
    padding-top: 10px;
  }
  .woocommerce-cart table.cart tr.cart_item td.product-thumbnail {
    padding: 12px;
  }
  .woocommerce-cart table.cart tr.cart_item td.product-name {
    padding-top: 10px;
  }
  .woocommerce-cart table.cart tr.cart_item td.product-subtotal {
    padding-bottom: 15px;
  }
  .woocommerce-cart table.cart tr.cart_item td.product-quantity .quantity {
    margin-bottom: 0px;
  }
  .woocommerce-cart table.cart tr.cart_item .product-remove {
    padding: 0;
    position: absolute;
    width: 20px;
    left: 10px;
    top: 10px;
  }
  .woocommerce-cart table.cart tr.cart_item .product-thumbnail {
    float: left;
    width: 45%;
    text-align: center;
  }
  .woocommerce-cart table.cart tr.cart_item .product-subtotal:before {
    content: "Subtotal: ";
  }
}
.woocommerce-cart .wc-proceed-to-checkout {
  *zoom: 1;
  padding: 0;
}
.woocommerce-cart .wc-proceed-to-checkout:before, .woocommerce-cart .wc-proceed-to-checkout:after {
  content: " ";
  display: table;
}
.woocommerce-cart .wc-proceed-to-checkout:after {
  clear: both;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  text-align: center;
}
.woocommerce-cart .cart-collaterals {
  margin: 50px 0 0;
  *zoom: 1;
}
.woocommerce-cart .cart-collaterals:before, .woocommerce-cart .cart-collaterals:after {
  content: " ";
  display: table;
}
.woocommerce-cart .cart-collaterals:after {
  clear: both;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .button {
  width: 100%;
  float: none;
  display: block;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "";
  text-decoration: none;
}
.woocommerce-cart .cart-collaterals .cross-sells {
  width: 75%;
  float: left;
  padding: 0 30px 0 0;
  margin: 0 0 70px;
}
@media (max-width: 992px) {
  .woocommerce-cart .cart-collaterals .cross-sells {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart .cart-collaterals .cross-sells {
    width: 100%;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals {
  margin: 0 0 70px;
  width: 25%;
  float: right;
}
@media (max-width: 992px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-size: 1.1428em;
  text-transform: uppercase;
  margin: 0 0 20px;
  line-height: 1.1;
  padding: 0 0;
}
.woocommerce-cart .cart-collaterals .cart_totals p small {
  color: #777;
  font-size: 0.83em;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 25px;
  padding: 0;
  border: 1px solid #eaeaea;
  padding: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  padding: 15px;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  width: 25%;
  text-align: right;
  border-right: 1px solid #eaeaea;
  color: #333333;
  text-transform: uppercase;
}
.woocommerce-cart .cart-collaterals .cart_totals table small {
  color: #777;
}
.woocommerce-cart .cart-collaterals .cart_totals table select {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
  margin-top: 5px;
}
.woocommerce-cart .cart-collaterals .cart_totals .discount td {
  color: #77a464;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #ebe9eb;
}
.woocommerce-checkout {
  margin-bottom: 5px;
}
.woocommerce-checkout .checkout h3 {
  color: #333333;
  font-size: 150%;
  text-transform: uppercase;
}
.woocommerce-checkout .checkout label {
  color: #686868;
}
.woocommerce-checkout .checkout .col-1, .woocommerce-checkout .checkout .col-2 {
  margin-bottom: 30px;
}
.woocommerce-checkout .checkout #customer_details {
  *zoom: 1;
}
.woocommerce-checkout .checkout #customer_details:before, .woocommerce-checkout .checkout #customer_details:after {
  content: " ";
  display: table;
}
.woocommerce-checkout .checkout #customer_details:after {
  clear: both;
}
.woocommerce-checkout .checkout #customer_details h3#ship-to-different-address {
  *zoom: 1;
}
.woocommerce-checkout .checkout #customer_details h3#ship-to-different-address:before, .woocommerce-checkout .checkout #customer_details h3#ship-to-different-address:after {
  content: " ";
  display: table;
}
.woocommerce-checkout .checkout #customer_details h3#ship-to-different-address:after {
  clear: both;
}
.woocommerce-checkout .checkout #customer_details h3#ship-to-different-address label {
  float: left;
  margin: 0 8px 0 0;
  font-weight: inherit;
  color: inherit;
}
.woocommerce-checkout .checkout #customer_details h3#ship-to-different-address input[type="checkbox"] {
  position: static;
  margin: 0 0;
}
.woocommerce-checkout .checkout #customer_details .notes {
  clear: left;
}
.woocommerce-checkout .checkout #customer_details .form-row-first {
  clear: left;
}
.woocommerce-checkout .checkout #customer_details.col2-set .col-1 {
  width: 50%;
  padding-right: 15px;
  float: left;
}
.woocommerce-checkout .checkout #customer_details.col2-set .col-2 {
  width: 50%;
  padding-left: 15px;
  float: left;
}
.woocommerce-checkout .checkout .create-account small {
  font-size: 11px;
  color: #777;
  font-weight: normal;
}
.woocommerce-checkout .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}
.woocommerce-checkout .checkout .shipping_address {
  clear: both;
}
.woocommerce-checkout .checkout h3#order_review_heading {
  margin-top: 20px;
}
.woocommerce-checkout .checkout #order_review .shop_table th {
  text-align: left;
}
.woocommerce-checkout #payment {
  background: #FFF;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.woocommerce-checkout #payment ul.payment_methods {
  *zoom: 1;
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #d3ced2;
  margin: 0;
  list-style: none outside;
}
.woocommerce-checkout #payment ul.payment_methods:before, .woocommerce-checkout #payment ul.payment_methods:after {
  content: " ";
  display: table;
}
.woocommerce-checkout #payment ul.payment_methods:after {
  clear: both;
}
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: normal;
}
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}
.woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 8px 0 8px;
  padding: 0;
  position: relative;
  box-shadow: none;
}
.woocommerce-checkout #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
.woocommerce-checkout #payment div.form-row {
  padding: 1em;
}
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  width: 96%;
  padding: 1em 2%;
  margin: 1em 0 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #dfdcde;
  color: #515151;
}
.woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
  border-color: #c7c1c6;
  border-top-color: #bbb3b9;
}
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
  color: #bbb3b9;
}
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
  color: #bbb3b9;
}
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
  color: #bbb3b9;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url(../img/woo/icons/credit-cards/visa.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url(../img/woo/icons/credit-cards/mastercard.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url(../img/woo/icons/credit-cards/laser.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url(../img/woo/icons/credit-cards/diners.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url(../img/woo/icons/credit-cards/maestro.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url(../img/woo/icons/credit-cards/jcb.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url(../img/woo/icons/credit-cards/amex.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url(../img/woo/icons/credit-cards/discover.png);
}
.woocommerce-checkout #payment div.payment_box span.help {
  font-size: 0.857em;
  color: #777;
  font-weight: normal;
}
.woocommerce-checkout #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
.woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce-checkout #payment div.payment_box:after {
  content: "";
  display: block;
  border: 8px solid #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -3px;
  left: 0;
  margin: -1em 0 0 2em;
}
.woocommerce-checkout #payment .payment_method_paypal > input {
  margin-top: 27px !important;
  float: left;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 70px;
  font-size: 0.83em;
}
.woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 70px;
  vertical-align: middle;
}
.woocommerce-checkout #payment #place_order {
  font-weight: bold;
}
#yith-wcwl-popup-message {
  line-height: normal;
  border-color: #999;
  color: #999;
  left: auto;
  right: 10px;
  top: 10px;
  border-radius: 4px;
  background: #FFF;
}
#yith-wcwl-popup-message:before {
  position: absolute;
  content: "";
  border-top: 8px solid #999;
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 0px solid rgba(0, 0, 0, 0);
  right: 8px;
  bottom: -8px;
}
#yith-wcwl-popup-message:after {
  position: absolute;
  content: "";
  border-top: 5px solid #FFF;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 0px solid rgba(0, 0, 0, 0);
  right: 9px;
  bottom: -5px;
}
.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
  color: #38e534;
}
.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a, .woocommerce table.wishlist_table .added_to_cart, .woocommerce table.wishlist_table .compare, .woocommerce table.wishlist_table .button {
  font-size: 0px !important;
  padding: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 100%;
  display: block;
  vertical-align: top;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
  background-color: #55bc75;
  border: 1px solid #55bc75;
}
.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a:before, .woocommerce table.wishlist_table .added_to_cart:before, .woocommerce table.wishlist_table .compare:before, .woocommerce table.wishlist_table .button:before {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 14px;
  color: #FFF;
  background-color: transparent;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a:hover, .woocommerce table.wishlist_table .added_to_cart:hover, .woocommerce table.wishlist_table .compare:hover, .woocommerce table.wishlist_table .button:hover {
  border-color: #333333;
  background: #333333;
}
.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a:hover:before, .woocommerce table.wishlist_table .added_to_cart:hover:before, .woocommerce table.wishlist_table .compare:hover:before, .woocommerce table.wishlist_table .button:hover:before {
  color: #FFF;
}
.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.product_type_variable:before, .woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.button.product_type_simple:before, .woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.button.product_type_grouped:before, .woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.product_type_external:before, .woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.add_to_cart:before, .woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.add_to_cart_button:before, .woocommerce table.wishlist_table .added_to_cart.product_type_variable:before, .woocommerce table.wishlist_table .added_to_cart.button.product_type_simple:before, .woocommerce table.wishlist_table .added_to_cart.button.product_type_grouped:before, .woocommerce table.wishlist_table .added_to_cart.product_type_external:before, .woocommerce table.wishlist_table .added_to_cart.add_to_cart:before, .woocommerce table.wishlist_table .added_to_cart.add_to_cart_button:before, .woocommerce table.wishlist_table .compare.product_type_variable:before, .woocommerce table.wishlist_table .compare.button.product_type_simple:before, .woocommerce table.wishlist_table .compare.button.product_type_grouped:before, .woocommerce table.wishlist_table .compare.product_type_external:before, .woocommerce table.wishlist_table .compare.add_to_cart:before, .woocommerce table.wishlist_table .compare.add_to_cart_button:before, .woocommerce table.wishlist_table .button.product_type_variable:before, .woocommerce table.wishlist_table .button.button.product_type_simple:before, .woocommerce table.wishlist_table .button.button.product_type_grouped:before, .woocommerce table.wishlist_table .button.product_type_external:before, .woocommerce table.wishlist_table .button.add_to_cart:before, .woocommerce table.wishlist_table .button.add_to_cart_button:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.product_type_variable.loading, .woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading, .woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading, .woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.product_type_external.loading, .woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.add_to_cart.loading, .woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.add_to_cart_button.loading, .woocommerce table.wishlist_table .added_to_cart.product_type_variable.loading, .woocommerce table.wishlist_table .added_to_cart.button.product_type_simple.loading, .woocommerce table.wishlist_table .added_to_cart.button.product_type_grouped.loading, .woocommerce table.wishlist_table .added_to_cart.product_type_external.loading, .woocommerce table.wishlist_table .added_to_cart.add_to_cart.loading, .woocommerce table.wishlist_table .added_to_cart.add_to_cart_button.loading, .woocommerce table.wishlist_table .compare.product_type_variable.loading, .woocommerce table.wishlist_table .compare.button.product_type_simple.loading, .woocommerce table.wishlist_table .compare.button.product_type_grouped.loading, .woocommerce table.wishlist_table .compare.product_type_external.loading, .woocommerce table.wishlist_table .compare.add_to_cart.loading, .woocommerce table.wishlist_table .compare.add_to_cart_button.loading, .woocommerce table.wishlist_table .button.product_type_variable.loading, .woocommerce table.wishlist_table .button.button.product_type_simple.loading, .woocommerce table.wishlist_table .button.button.product_type_grouped.loading, .woocommerce table.wishlist_table .button.product_type_external.loading, .woocommerce table.wishlist_table .button.add_to_cart.loading, .woocommerce table.wishlist_table .button.add_to_cart_button.loading {
  background: #333333;
  border-color: #333333;
}
.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.product_type_variable.loading:before, .woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading:before, .woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading:before, .woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.product_type_external.loading:before, .woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.add_to_cart.loading:before, .woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.add_to_cart_button.loading:before, .woocommerce table.wishlist_table .added_to_cart.product_type_variable.loading:before, .woocommerce table.wishlist_table .added_to_cart.button.product_type_simple.loading:before, .woocommerce table.wishlist_table .added_to_cart.button.product_type_grouped.loading:before, .woocommerce table.wishlist_table .added_to_cart.product_type_external.loading:before, .woocommerce table.wishlist_table .added_to_cart.add_to_cart.loading:before, .woocommerce table.wishlist_table .added_to_cart.add_to_cart_button.loading:before, .woocommerce table.wishlist_table .compare.product_type_variable.loading:before, .woocommerce table.wishlist_table .compare.button.product_type_simple.loading:before, .woocommerce table.wishlist_table .compare.button.product_type_grouped.loading:before, .woocommerce table.wishlist_table .compare.product_type_external.loading:before, .woocommerce table.wishlist_table .compare.add_to_cart.loading:before, .woocommerce table.wishlist_table .compare.add_to_cart_button.loading:before, .woocommerce table.wishlist_table .button.product_type_variable.loading:before, .woocommerce table.wishlist_table .button.button.product_type_simple.loading:before, .woocommerce table.wishlist_table .button.button.product_type_grouped.loading:before, .woocommerce table.wishlist_table .button.product_type_external.loading:before, .woocommerce table.wishlist_table .button.add_to_cart.loading:before, .woocommerce table.wishlist_table .button.add_to_cart_button.loading:before {
  position: absolute;
  background: transparent;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  z-index: 1;
  color: #FFF;
  cursor: wait;
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  -o-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.product_type_variable.added, .woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.button.product_type_simple.added, .woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.button.product_type_grouped.added, .woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.product_type_external.added, .woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.add_to_cart.added, .woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.add_to_cart_button.added, .woocommerce table.wishlist_table .added_to_cart.product_type_variable.added, .woocommerce table.wishlist_table .added_to_cart.button.product_type_simple.added, .woocommerce table.wishlist_table .added_to_cart.button.product_type_grouped.added, .woocommerce table.wishlist_table .added_to_cart.product_type_external.added, .woocommerce table.wishlist_table .added_to_cart.add_to_cart.added, .woocommerce table.wishlist_table .added_to_cart.add_to_cart_button.added, .woocommerce table.wishlist_table .compare.product_type_variable.added, .woocommerce table.wishlist_table .compare.button.product_type_simple.added, .woocommerce table.wishlist_table .compare.button.product_type_grouped.added, .woocommerce table.wishlist_table .compare.product_type_external.added, .woocommerce table.wishlist_table .compare.add_to_cart.added, .woocommerce table.wishlist_table .compare.add_to_cart_button.added, .woocommerce table.wishlist_table .button.product_type_variable.added, .woocommerce table.wishlist_table .button.button.product_type_simple.added, .woocommerce table.wishlist_table .button.button.product_type_grouped.added, .woocommerce table.wishlist_table .button.product_type_external.added, .woocommerce table.wishlist_table .button.add_to_cart.added, .woocommerce table.wishlist_table .button.add_to_cart_button.added {
  display: none;
}
.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.added_to_cart i, .woocommerce table.wishlist_table .added_to_cart.added_to_cart i, .woocommerce table.wishlist_table .compare.added_to_cart i, .woocommerce table.wishlist_table .button.added_to_cart i {
  display: none;
}
.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.added_to_cart:before, .woocommerce table.wishlist_table .added_to_cart.added_to_cart:before, .woocommerce table.wishlist_table .compare.added_to_cart:before, .woocommerce table.wishlist_table .button.added_to_cart:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.added_to_cart:hover, .woocommerce table.wishlist_table .added_to_cart.added_to_cart:hover, .woocommerce table.wishlist_table .compare.added_to_cart:hover, .woocommerce table.wishlist_table .button.added_to_cart:hover {
  background: #333333;
}
.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.added_to_cart:hover:before, .woocommerce table.wishlist_table .added_to_cart.added_to_cart:hover:before, .woocommerce table.wishlist_table .compare.added_to_cart:hover:before, .woocommerce table.wishlist_table .button.added_to_cart:hover:before {
  color: #FFF;
}
.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.compare:before, .woocommerce table.wishlist_table .added_to_cart.compare:before, .woocommerce table.wishlist_table .compare.compare:before, .woocommerce table.wishlist_table .button.compare:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.yith-wcqv-button:before, .woocommerce table.wishlist_table .added_to_cart.yith-wcqv-button:before, .woocommerce table.wishlist_table .compare.yith-wcqv-button:before, .woocommerce table.wishlist_table .button.yith-wcqv-button:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
@media (max-width: 992px) {
  .woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.yith-wcqv-button, .woocommerce table.wishlist_table .added_to_cart.yith-wcqv-button, .woocommerce table.wishlist_table .compare.yith-wcqv-button, .woocommerce table.wishlist_table .button.yith-wcqv-button {
    display: none !important;
  }
}
.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay, .woocommerce table.wishlist_table .added_to_cart .blockUI.blockOverlay, .woocommerce table.wishlist_table .compare .blockUI.blockOverlay, .woocommerce table.wishlist_table .button .blockUI.blockOverlay {
  position: absolute;
  top: 0px !important;
  left: 0px !important;
  overflow: hidden;
  background: #333333 !important;
  color: #FFF;
  opacity: 1 !important;
  width: 38px !important;
  height: 38px !important;
  line-height: 38px !important;
  cursor: wait;
}
.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay:before, .woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay:after, .woocommerce table.wishlist_table .added_to_cart .blockUI.blockOverlay:before, .woocommerce table.wishlist_table .added_to_cart .blockUI.blockOverlay:after, .woocommerce table.wishlist_table .compare .blockUI.blockOverlay:before, .woocommerce table.wishlist_table .compare .blockUI.blockOverlay:after, .woocommerce table.wishlist_table .button .blockUI.blockOverlay:before, .woocommerce table.wishlist_table .button .blockUI.blockOverlay:after {
  color: #FFF;
  font-size: 14px;
  cursor: wait;
}
.woocommerce table.wishlist_table .show {
  display: block !important;
}
.woocommerce table.wishlist_table .clear {
  display: none !important;
}
.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist {
  position: relative;
  margin: 0 0;
}
.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist .feedback {
  display: none !important;
}
.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
  margin: 0 0;
  width: 38px !important;
  height: 38px !important;
  border: none;
  border-radius: 0px;
  left: 0px !important;
  top: 0px !important;
  overflow: hidden;
  background: #333333;
  opacity: 1;
  cursor: wait;
}
.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist .ajax-loading:before {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 14px;
  background: transparent;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  z-index: 1;
  color: #FFF;
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  -o-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before, .woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.woocommerce table.wishlist_table .add_to_cart.button, .woocommerce table.wishlist_table .yith-wcqv-button.button {
  background: #55bc75;
  color: #FFF;
  border-radius: 40px;
  padding: 0 !important;
}
.woocommerce table.wishlist_table .add_to_cart.button:before, .woocommerce table.wishlist_table .yith-wcqv-button.button:before {
  color: #FFF !important;
  top: -1px;
}
.woocommerce table.wishlist_table .add_to_cart.button:hover, .woocommerce table.wishlist_table .yith-wcqv-button.button:hover {
  border-color: #333333;
  background-color: #333333;
}
.woocommerce table.wishlist_table .add_to_cart.button:hover:before, .woocommerce table.wishlist_table .yith-wcqv-button.button:hover:before {
  color: #FFF !important;
}
.woocommerce table.wishlist_table .yith-wcqv-button.button {
  margin-top: 10px;
}
.woocommerce table.wishlist_table .add_to_cart.button {
  margin: 0 auto;
}
.yith-woocompare-widget ul.products-list {
  padding: 0 0 15px;
  *zoom: 1;
}
.yith-woocompare-widget ul.products-list:before, .yith-woocompare-widget ul.products-list:after {
  content: " ";
  display: table;
}
.yith-woocompare-widget ul.products-list:after {
  clear: both;
}
.yith-woocompare-widget ul.products-list li {
  padding: 0 0;
  float: left;
  width: 100%;
}
.yith-woocompare-widget ul.products-list li .title {
  float: left;
  max-width: 90%;
}
.yith-woocompare-widget ul.products-list li .remove {
  position: absolute;
  top: 6px;
  right: 0px;
  padding: 0 0;
  margin: 0 0;
  color: #666666;
}
.yith-woocompare-widget ul.products-list li .remove:hover {
  color: #55bc75;
}
.yith-woocompare-widget ul.products-list li:first-child .remove {
  top: 1px;
}
.yith-woocompare-widget .compare.button {
  margin: 0 0 0 8px;
}
.widget_product_search label {
  display: block;
  font-weight: bold;
}
.widget_product_search input[type="search"] {
  float: left;
  margin: 0 0 10px;
  width: 100%;
}
.widget_product_tag_cloud .tagcloud {
  padding: 0px !important;
}
.widget_product_tag_cloud .tagcloud a {
  background: #FFF;
  border: 1px solid #eaeaea;
  padding: 4px 15px;
  border-radius: 5px;
  display: inline-block;
  font-size: 100% !important;
  color: inherit;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  margin: 0 10px 10px 0;
  float: left;
}
.widget_product_tag_cloud .tagcloud a:hover {
  color: #FFF;
  border-color: #55bc75;
  background-color: #55bc75;
}
.widget.widget_product_categories .widget-title + .product-categories {
  padding: 0;
}
.widget.widget_product_categories > ul {
  counter-reset: li-counter;
  padding-right: 0;
  list-style: none;
  padding-left: 0px;
}
.widget.widget_product_categories > ul .children {
  padding-top: 7px;
  position: relative;
}
.widget.widget_product_categories > ul .children:before {
  width: 1px;
  height: calc(100% - 30px) !important;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  top: 18px;
  content: "";
}
.widget.widget_product_categories > ul li {
  position: relative;
  padding: 4px 0px;
  margin: 0;
  text-align: right;
  *zoom: 1;
}
.widget.widget_product_categories > ul li:before, .widget.widget_product_categories > ul li:after {
  content: " ";
  display: table;
}
.widget.widget_product_categories > ul li:after {
  clear: both;
}
.widget.widget_product_categories > ul li:last-child {
  border-bottom: none;
}
.widget.widget_product_categories > ul li .accr_header {
  float: right;
  padding: 0 0;
}
.widget.widget_product_categories > ul li > a, .widget.widget_product_categories > ul li .accr_header:first-child {
  display: inline-block;
  float: left;
  padding: 0 0;
}
.widget.widget_product_categories > ul li .count {
  color: #888;
}
.widget.widget_product_categories > ul li > .accr_header.open > a:before {
  border-color: #55bc75;
  background: transparent;
}
.widget.widget_product_categories > ul li > .accr_header.open > a:after {
  opacity: 1;
}
.widget.widget_product_categories > ul li:hover > .accr_header > a:before, .widget.widget_product_categories > ul li:hover > a:before {
  border-color: #55bc75;
  background: transparent;
}
.widget.widget_product_categories > ul li:hover > .accr_header > a:after, .widget.widget_product_categories > ul li:hover > a:after {
  opacity: 1;
}
.widget.widget_product_categories > ul li:hover .count {
  color: #333333;
}
.widget.widget_product_categories > ul > li .accr_header a, .widget.widget_product_categories > ul > li > a {
  padding: 0 0 0 22px;
  position: relative;
}
.widget.widget_product_categories > ul > li .accr_header a:before, .widget.widget_product_categories > ul > li > a:before {
  width: 12px;
  height: 12px;
  border: 1px solid #eaeaea;
  background: #f5f5f5;
  border-radius: 0px;
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
}
.widget.widget_product_categories > ul > li .accr_header a:after, .widget.widget_product_categories > ul > li > a:after {
  width: 6px;
  height: 6px;
  background: #55bc75;
  border-radius: 0px;
  position: absolute;
  content: "";
  top: 5px;
  left: 3px;
  opacity: 0;
}
.widget.widget_product_categories > ul > li:first-child {
  padding-top: 0px;
}
.widget.widget_product_categories > ul > li:last-child {
  padding-bottom: 0px;
}
.widget.widget_product_categories .accr_content {
  width: 100%;
  float: left;
}
.widget_products ins {
  margin: 0 0 0 5px;
}
.products-list a.title {
  font-size: 108.3%;
}
body .select2-drop-active {
  border-color: #e9e9e9;
}
@media (min-width: 768px) {
  .woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: none;
  }
}
.woocommerce .wishlist-title h2 {
  padding: 0;
  vertical-align: middle;
  text-transform: none;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 1.2857em;
}
.woocommerce table.wishlist_table {
  border-color: #eaeaea;
  font-size: 100%;
  opacity: 1 !important;
  margin-bottom: 0px;
}
.woocommerce table.wishlist_table a.remove {
  margin-left: auto;
  margin-right: auto;
}
.woocommerce table.wishlist_table thead th {
  border-color: #eaeaea;
  text-transform: uppercase;
  color: #333333;
  padding: 12px;
  background: #fff;
}
.woocommerce table.wishlist_table tbody td {
  border-color: #eaeaea;
  padding: 12px;
}
.woocommerce table.wishlist_table tbody td.wishlist-empty {
  padding: 40px 20px;
}
.woocommerce table.wishlist_table tfoot td {
  padding: 20px;
  border-color: #eaeaea;
}
.woocommerce table.wishlist_table tfoot .yith-wcwl-share {
  *zoom: 1;
}
.woocommerce table.wishlist_table tfoot .yith-wcwl-share:before, .woocommerce table.wishlist_table tfoot .yith-wcwl-share:after {
  content: " ";
  display: table;
}
.woocommerce table.wishlist_table tfoot .yith-wcwl-share:after {
  clear: both;
}
.woocommerce table.wishlist_table tfoot .yith-wcwl-share h4.yith-wcwl-share-title {
  text-transform: uppercase;
  font-size: 1em;
  margin: 0 5px 0 0;
  float: left;
}
.woocommerce table.wishlist_table tfoot .yith-wcwl-share ul {
  float: left;
  margin: 0 0;
}
.woocommerce table.wishlist_table[data-id=""] tfoot {
  display: none;
}
@media screen and (max-width: 600px) {
  html {
    margin-top: 0px !important;
  }
  * html body {
    margin-top: 0px !important;
  }
}
body {
  color: #666666;
  line-height: 1.68;
}
body #sns_wrapper {
  position: relative;
}
body #sns_wrapper > .wrap {
  width: 100%;
}
body.boxed-layout #sns_wrapper {
  max-width: 1470px;
  margin: 0 auto !important;
  background: #FFF;
  padding: 0 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
body.admin-bar #sns_header .main-header .menu-sidebar .sidebar-content {
  top: 32px;
  min-height: calc(100vh - 32px);
}
.btn:focus:hover, .btn:focus:focus, .btn:focus:active, .btn.focus:hover, .btn.focus:focus, .btn.focus:active, .btn:active:focus:hover, .btn:active:focus:focus, .btn:active:focus:active, .btn.focus:active:hover, .btn.focus:active:focus, .btn.focus:active:active, .btn.active:focus:hover, .btn.active:focus:focus, .btn.active:focus:active, .btn.active.focus:hover, .btn.active.focus:focus, .btn.active.focus:active, *:hover, *:focus, *:active, a:hover, a:focus, a:active {
  outline: none;
}
.label, label {
  font-size: 100%;
  font-weight: inherit;
  color: inherit;
}
a {
  color: #333333;
}
a:hover {
  text-decoration: none;
  color: #55bc75;
}
a, a span, a i {
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
p {
  margin-bottom: 20px;
}
ul, ol {
  margin-bottom: 20px;
  margin-top: 0;
  padding-left: 25px;
}
ul ul, ul ol, ol ul, ol ol {
  padding-left: 30px;
}
dl:not(.gallery-item) {
  margin: 0 20px;
}
dl:not(.gallery-item) dt {
  font-weight: bold;
}
dl:not(.gallery-item) dd {
  margin: 0 0 15px;
}
address {
  margin: 0 0 20px;
  font-style: italic;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  color: #333333;
  font-weight: bold;
  line-height: 1.42857;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.6818em;
}
h3 {
  font-size: 1.4142em;
}
h4 {
  font-size: 1.1892em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.8409em;
}
label {
  font-weight: inherit;
  cursor: pointer;
  margin: 0 5px 0 0;
}
label.required:before {
  content: "*";
  color: red;
  font-size: 14px;
  position: relative;
  line-height: 12px;
}
abbr[title], abbr[data-original-title] {
  border-bottom: none;
}
.wp-caption {
  max-width: 100%;
  border: none;
  padding: 5px 0 10px;
}
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.alignnone {
  margin-bottom: 10px;
}
.wp-caption p.wp-caption-text {
  padding: 5px 5px 0;
}
.wpb_text_column img.alignleft {
  margin: 5px 15px 5px 0;
}
legend {
  font-weight: inherit;
  margin: 15px 0 15px;
  padding: 0 0 5px;
  color: #333333;
  font-size: 130%;
}
#wp-calendar, table {
  background: white;
  border-color: #eaeaea;
  border-width: 1px;
  border-style: solid;
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 30px;
}
#wp-calendar caption, table caption {
  padding: 0 0 5px;
}
#wp-calendar td.label, table td.label {
  display: table-cell;
}
#wp-calendar td.label label, table td.label label {
  margin: 0 0;
}
#wp-calendar > thead > tr > th, #wp-calendar > tbody > tr > th, #wp-calendar > tfoot > tr > th, table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th {
  border-color: #eaeaea;
  border-width: 1px 1px 0 0;
  border-style: solid;
  color: #666666;
  vertical-align: middle;
}
#wp-calendar > thead > tr > th, table > thead > tr > th {
  background: #f9f9f9;
}
#wp-calendar > thead > tr > td, #wp-calendar > tbody > tr > td, #wp-calendar > tfoot > tr > td, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
  border-color: #eaeaea;
  border-width: 1px 1px 0 0;
  border-style: solid;
}
#wp-calendar td a.color-myaccount, table td a.color-myaccount {
  text-decoration: underline;
}
#wp-calendar td a.color-myaccount:hover, table td a.color-myaccount:hover {
  text-decoration: none;
}
#wp-calendar td#today, table td#today {
  color: #55bc75;
}
#wp-calendar td#today a, table td#today a {
  color: #55bc75;
}
#wp-calendar {
  margin-bottom: 0px;
}
#wp-calendar tbody td a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0;
  background: transparent;
  cursor: pointer;
  white-space: normal;
  font-size: 100%;
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  vertical-align: top;
  font-weight: bold;
}
#wp-calendar tbody td a:focus, #wp-calendar tbody td a:hover {
  color: #55bc75;
  background: #FFF;
}
#wp-calendar tfoot #prev, #wp-calendar tfoot #next {
  text-align: center;
}
#wp-calendar tfoot #prev a, #wp-calendar tfoot #prev a:focus, #wp-calendar tfoot #next a, #wp-calendar tfoot #next a:focus {
  font-size: 100%;
  background: none;
  border-color: #eaeaea;
  color: inherit;
  padding: 3px 15px;
  box-shadow: none 3px 3px 3px #888;
}
select {
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 4px 15px 4px 10px;
  border: 1px solid #eaeaea;
  cursor: pointer;
  border-radius: 35px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  outline: none;
}
select:focus {
  border-color: #cccccc;
  box-shadow: none 3px 3px 3px #888;
}
input[type="checkbox"], input[type="radio"] {
  margin: 0 8px 0 0;
}
input, button, select, textarea {
  max-width: 100%;
}
#searchform input#s, input[type="password"], input[type="email"], input[type="search"], input[type="text"], input.input-text {
  border-radius: 5px;
  padding: 10px 15px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #666666;
  border: 1px solid #eaeaea;
  box-shadow: none 3px 3px 3px #888;
  vertical-align: middle;
}
#searchform input#s:hover, #searchform input#s:focus, input[type="password"]:hover, input[type="password"]:focus, input[type="email"]:hover, input[type="email"]:focus, input[type="search"]:hover, input[type="search"]:focus, input[type="text"]:hover, input[type="text"]:focus, input.input-text:hover, input.input-text:focus {
  color: inherit;
  box-shadow: none 3px 3px 3px #888;
  border-color: #cccccc;
}
textarea {
  border-radius: 5px;
  box-shadow: none 3px 3px 3px #888;
  padding: 10px 15px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border: 1px solid #eaeaea;
  resize: none;
}
textarea:focus {
  border-color: #cccccc;
  box-shadow: none 3px 3px 3px #888;
}
.btn, .comment-respond #submit, #searchform #searchsubmit, input[type="submit"], input[type="button"], .button, button {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 9px 30px;
  border: 1px solid #55bc75;
  background: #55bc75;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  font-size: 1em;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-radius: 40px;
  vertical-align: middle;
  white-space: normal;
}
.btn:hover, .btn:focus, .comment-respond #submit:hover, .comment-respond #submit:focus, #searchform #searchsubmit:hover, #searchform #searchsubmit:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, .button:hover, .button:focus, button:hover, button:focus {
  background-color: #333333;
  border-color: #333333;
  color: #FFF;
}
a:focus, input:focus, button:focus, select:focus, a:visited, input:visited, button:visited, select:visited {
  outline: none !important;
}
#sns-totop {
  width: 50px;
  bottom: 15px;
  right: 15px;
  height: 50px;
  text-decoration: none;
  overflow: hidden;
  z-index: 40;
  position: fixed;
  display: block;
  text-align: center;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  background: #666666;
  border-radius: 50%;
}
#sns-totop.hidden-top {
  bottom: -100px;
}
#sns-totop:before {
  content: "";
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
}
#sns-totop:hover {
  background-color: #55bc75;
  border-color: #55bc75;
}
.icon-chevron-right, .icon-th-large, .icon-th-list, .icon-home, .icon-remove {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-remove:before {
  content: "";
}
.icon-home:before {
  content: "";
}
.icon-th-large:before {
  content: "";
}
.icon-th-list:before {
  content: "";
}
.icon-chevron-right:before {
  content: "";
}
.select2-container--default {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.select2-container--default span {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.select2-container--default .select2-selection--single {
  border-color: #eaeaea;
  height: 46px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
  padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
  width: 30px;
}
.select2-container--default .select2-dropdown {
  border: 1px solid #eaeaea;
}
.select2-container--default .select2-dropdown .select2-search {
  padding: 15px 8px;
}
.select2-container--default .select2-dropdown .select2-search .select2-search__field {
  border: 1px solid #eaeaea;
  padding: 6px 10px;
}
.select2-container--default .select2-dropdown .select2-results .select2-results__option {
  padding: 5px 10px;
}
.tooltip.in {
  z-index: 9999;
}
.tooltip-inner {
  background-color: #333;
  border-radius: 4px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #333;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #333;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #333;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #333;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #333;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #333;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #333;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #333;
}
@media (max-width: 479px) {
  .col-phone-1, .col-phone-2, .col-phone-3, .col-phone-4, .col-phone-5, .col-phone-6, .col-phone-7, .col-phone-8, .col-phone-9, .col-phone-10, .col-phone-11, .col-phone-12 {
    float: left;
  }
  .col-phone-1 {
    width: 8.3333333333%;
  }
  .col-phone-2 {
    width: 16.6666666667%;
  }
  .col-phone-3 {
    width: 25%;
  }
  .col-phone-4 {
    width: 33.3333333333%;
  }
  .col-phone-5 {
    width: 41.6666666667%;
  }
  .col-phone-6 {
    width: 50%;
  }
  .col-phone-7 {
    width: 58.3333333333%;
  }
  .col-phone-8 {
    width: 66.6666666667%;
  }
  .col-phone-9 {
    width: 75%;
  }
  .col-phone-10 {
    width: 83.3333333333%;
  }
  .col-phone-11 {
    width: 91.6666666667%;
  }
  .col-phone-12 {
    width: 100%;
  }
  .col-phone-pull-0 {
    right: auto;
  }
  .col-phone-pull-1 {
    right: 8.3333333333%;
  }
  .col-phone-pull-2 {
    right: 16.6666666667%;
  }
  .col-phone-pull-3 {
    right: 25%;
  }
  .col-phone-pull-4 {
    right: 33.3333333333%;
  }
  .col-phone-pull-5 {
    right: 41.6666666667%;
  }
  .col-phone-pull-6 {
    right: 50%;
  }
  .col-phone-pull-7 {
    right: 58.3333333333%;
  }
  .col-phone-pull-8 {
    right: 66.6666666667%;
  }
  .col-phone-pull-9 {
    right: 75%;
  }
  .col-phone-pull-10 {
    right: 83.3333333333%;
  }
  .col-phone-pull-11 {
    right: 91.6666666667%;
  }
  .col-phone-pull-12 {
    right: 100%;
  }
  .col-phone-push-0 {
    left: auto;
  }
  .col-phone-push-1 {
    left: 8.3333333333%;
  }
  .col-phone-push-2 {
    left: 16.6666666667%;
  }
  .col-phone-push-3 {
    left: 25%;
  }
  .col-phone-push-4 {
    left: 33.3333333333%;
  }
  .col-phone-push-5 {
    left: 41.6666666667%;
  }
  .col-phone-push-6 {
    left: 50%;
  }
  .col-phone-push-7 {
    left: 58.3333333333%;
  }
  .col-phone-push-8 {
    left: 66.6666666667%;
  }
  .col-phone-push-9 {
    left: 75%;
  }
  .col-phone-push-10 {
    left: 83.3333333333%;
  }
  .col-phone-push-11 {
    left: 91.6666666667%;
  }
  .col-phone-push-12 {
    left: 100%;
  }
  .col-phone-offset-0 {
    margin-left: 0%;
  }
  .col-phone-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-phone-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-phone-offset-3 {
    margin-left: 25%;
  }
  .col-phone-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-phone-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-phone-offset-6 {
    margin-left: 50%;
  }
  .col-phone-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-phone-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-phone-offset-9 {
    margin-left: 75%;
  }
  .col-phone-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-phone-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-phone-offset-12 {
    margin-left: 100%;
  }
}
.sticky {
  background: none;
  padding: 0px;
  position: relative;
}
@media (max-width: 480px) {
  .post-password-form label input[type="password"] {
    display: block;
    margin: 10px 0 15px;
  }
  .post-password-form input[type="submit"] {
    display: block;
  }
}
header.archive-header {
  margin-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}
img {
  max-width: 100%;
  height: auto;
}
.owl-carousel .owl-item img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.post-share-block {
  *zoom: 1;
}
.post-share-block:before, .post-share-block:after {
  content: " ";
  display: table;
}
.post-share-block:after {
  clear: both;
}
.post-share-block .ssbp-wrap .ssbp-list li {
  margin-top: 0px !important;
}
.post-share-block .ssbp-wrap .ssbp-list li:first-child {
  margin-left: 0px !important;
}
.screen-reader-text {
  text-transform: uppercase;
  margin: 0 0 5px;
}
.bypostauthor .avatar {
  border-radius: 100%;
}
.sns-comments {
  margin: 70px 0 0;
}
.sns-comments.no-comment #respond {
  margin-top: 0px;
}
.sns-comments h3#comments {
  margin-bottom: 25px;
  font-size: 1.5714em;
}
.sns-comments .comment-reply-title {
  padding: 0 0;
  margin: 0 0 10px;
  font-size: 1.5714em;
  display: block;
}
.sns-comments .comment-reply-title.title-reply {
  margin-bottom: 10px;
}
.sns-comments .commentlist {
  padding: 0 0;
  margin: 0 0;
  border-bottom: 1px solid #eaeaea;
}
.sns-comments .commentlist li.pingback, .sns-comments .commentlist li.comment {
  list-style: none;
}
.sns-comments .commentlist li.pingback .comment-body, .sns-comments .commentlist li.comment .comment-body {
  *zoom: 1;
  position: relative;
  padding: 30px 0;
  margin: 0;
  border-bottom: 1px solid #eaeaea;
}
.sns-comments .commentlist li.pingback .comment-body:before, .sns-comments .commentlist li.pingback .comment-body:after, .sns-comments .commentlist li.comment .comment-body:before, .sns-comments .commentlist li.comment .comment-body:after {
  content: " ";
  display: table;
}
.sns-comments .commentlist li.pingback .comment-body:after, .sns-comments .commentlist li.comment .comment-body:after {
  clear: both;
}
.sns-comments .commentlist li.pingback .comment-body .comment-user-meta, .sns-comments .commentlist li.comment .comment-body .comment-user-meta {
  display: block;
  padding: 0 0 0 100px;
  position: relative;
}
.sns-comments .commentlist li.pingback .comment-body .comment-user-meta img.avatar, .sns-comments .commentlist li.comment .comment-body .comment-user-meta img.avatar {
  float: left;
  margin: 0 20px 0 0;
  vertical-align: top;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  max-width: 80px;
}
.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-head, .sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-head {
  margin: 0 0 10px;
  display: block;
}
.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-head h4.comment-user, .sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-head h4.comment-user {
  display: inline;
  margin: 0 0;
  font-size: 1em;
  text-transform: uppercase;
}
.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-head .date, .sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-head .date {
  margin: 0 0;
  font-style: italic;
}
.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-content, .sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-content {
  position: relative;
  margin: 0 0;
}
.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-content p:last-child, .sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-content p:last-child {
  margin: 0 0;
}
.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-content ol, .sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-content ul, .sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-content ol, .sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-content ul {
  padding: 0 0 0 25px;
  margin: 0 0 25px;
}
.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-content ol ol, .sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-content ol ul, .sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-content ul ol, .sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-content ul ul, .sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-content ol ol, .sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-content ol ul, .sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-content ul ol, .sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-content ul ul {
  margin: 0 0;
  padding: 0 0 0 30px;
}
.sns-comments .commentlist li.pingback .comment-body .comment-meta, .sns-comments .commentlist li.comment .comment-body .comment-meta {
  margin: 0 0;
  font-size: 1em;
}
@media (min-width: 767px) {
  .sns-comments .commentlist li.pingback .comment-body .comment-meta, .sns-comments .commentlist li.comment .comment-body .comment-meta {
    float: right;
    position: absolute;
    top: 5px;
    right: 0px;
  }
}
@media (max-width: 767px) {
  .sns-comments .commentlist li.pingback .comment-body .comment-meta, .sns-comments .commentlist li.comment .comment-body .comment-meta {
    *zoom: 1;
    margin-top: 10px;
  }
  .sns-comments .commentlist li.pingback .comment-body .comment-meta:before, .sns-comments .commentlist li.pingback .comment-body .comment-meta:after, .sns-comments .commentlist li.comment .comment-body .comment-meta:before, .sns-comments .commentlist li.comment .comment-body .comment-meta:after {
    content: " ";
    display: table;
  }
  .sns-comments .commentlist li.pingback .comment-body .comment-meta:after, .sns-comments .commentlist li.comment .comment-body .comment-meta:after {
    clear: both;
  }
}
.sns-comments .commentlist li.pingback .comment-body .comment-meta .comment-edit-link, .sns-comments .commentlist li.pingback .comment-body .comment-meta .comment-reply-link, .sns-comments .commentlist li.comment .comment-body .comment-meta .comment-edit-link, .sns-comments .commentlist li.comment .comment-body .comment-meta .comment-reply-link {
  margin: 0 0 10px 20px;
  display: inline-block;
  float: left;
  line-height: normal;
  position: relative;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 0;
  background: none;
  border: none;
  color: #333333;
  border-radius: 0px;
}
.sns-comments .commentlist li.pingback .comment-body .comment-meta .comment-edit-link:before, .sns-comments .commentlist li.pingback .comment-body .comment-meta .comment-reply-link:before, .sns-comments .commentlist li.comment .comment-body .comment-meta .comment-edit-link:before, .sns-comments .commentlist li.comment .comment-body .comment-meta .comment-reply-link:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  text-indent: -8px;
}
.sns-comments .commentlist li.pingback .comment-body .comment-meta .comment-edit-link:focus, .sns-comments .commentlist li.pingback .comment-body .comment-meta .comment-edit-link:hover, .sns-comments .commentlist li.pingback .comment-body .comment-meta .comment-reply-link:focus, .sns-comments .commentlist li.pingback .comment-body .comment-meta .comment-reply-link:hover, .sns-comments .commentlist li.comment .comment-body .comment-meta .comment-edit-link:focus, .sns-comments .commentlist li.comment .comment-body .comment-meta .comment-edit-link:hover, .sns-comments .commentlist li.comment .comment-body .comment-meta .comment-reply-link:focus, .sns-comments .commentlist li.comment .comment-body .comment-meta .comment-reply-link:hover {
  color: #55bc75;
  box-shadow: none;
}
.sns-comments .commentlist li.pingback .comment-body .comment-meta .comment-edit-link:before, .sns-comments .commentlist li.comment .comment-body .comment-meta .comment-edit-link:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  text-indent: -6px;
}
.sns-comments .commentlist li.pingback .comment-body .comment-meta > *:first-child, .sns-comments .commentlist li.comment .comment-body .comment-meta > *:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .sns-comments .commentlist li.pingback .children, .sns-comments .commentlist li.comment .children {
    margin-left: 20px;
    padding-left: 0px;
  }
  .sns-comments .commentlist li.pingback .comment-body, .sns-comments .commentlist li.comment .comment-body {
    padding: 20px 0;
  }
  .sns-comments .commentlist li.pingback .comment-body .comment-user-meta, .sns-comments .commentlist li.comment .comment-body .comment-user-meta {
    padding: 0 0 0 65px;
  }
  .sns-comments .commentlist li.pingback .comment-body .comment-user-meta img.avatar, .sns-comments .commentlist li.comment .comment-body .comment-user-meta img.avatar {
    max-width: 50px;
    margin-right: 15px;
  }
  .sns-comments .commentlist li.pingback .comment-body:before, .sns-comments .commentlist li.comment .comment-body:before {
    display: none;
  }
}
.sns-comments .commentlist li.pingback .comment-body .comment-user-meta {
  padding-left: 0px;
}
.sns-comments .commentlist > li:first-child > .comment-body:first-child {
  padding-top: 0;
}
.sns-comments .commentlist > li:last-child > .comment-body:last-child {
  border-bottom: none;
}
.sns-comments .commentlist .children {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}
.sns-comments .navigation {
  margin: 30px 0 0;
  padding: 0 0;
  height: 35px;
  *zoom: 1;
}
.sns-comments .navigation:before, .sns-comments .navigation:after {
  content: " ";
  display: table;
}
.sns-comments .navigation:after {
  clear: both;
}
.sns-comments small {
  font-size: 13px;
  margin: 0 0 0 5px;
}
.sns-comments small a {
  color: #55bc75;
}
.sns-comments small a:hover {
  text-decoration: underline;
}
.sns-comments #respond {
  margin: 65px 0 10px;
}
.sns-comments .comment-form label {
  font-weight: bold;
}
.sns-comments .comment-form .comment-notes {
  margin-bottom: 25px;
}
.sns-comments .comment-form .logged-in-as + .your-comment {
  margin-bottom: 5px;
}
.sns-comments .comment-form .form-submit {
  margin: 0 0;
  clear: both;
}
.sns-comments .comment-form .form-submit input#submit {
  display: inline;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .sns-comments .comment-form .form-submit input#submit {
    width: auto;
  }
}
.sns-comments .comment-form input[type="text"], .sns-comments .comment-form textarea {
  max-width: 100%;
  width: 100%;
  border-radius: 0px;
  margin-bottom: 20px;
  border: none;
  border: 1px solid #eaeaea;
  background: #f9f9f9;
  padding: 10px 20px;
}
.sns-comments .comment-form input[type="text"]:focus, .sns-comments .comment-form textarea:focus {
  background: #f5f5f5;
}
.sns-comments .comment-form textarea {
  height: 166px;
}
.sns-comments .comment-form .form-allowed-tags {
  margin-bottom: 20px;
}
.sns-comments .comment-form .text-field {
  padding: 0;
  margin: 0 -10px;
}
.sns-comments .comment-form .text-field > div {
  width: 33.33%;
  padding: 0 10px;
  float: left;
}
.sns-comments .comment-form .comment-form-cookies-consent {
  display: block;
  float: left;
  margin-bottom: 30px;
}
.sns-comments p.no-comments {
  margin-top: 30px;
}
.wp-caption {
  max-width: 100%;
}
.navigation {
  padding: 0 0;
  margin: 0 0 85px;
}
.navigation h2, .navigation h4 {
  display: none;
}
.navigation .pagination {
  margin: 0 0;
}
.navigation .pagination a {
  text-align: center;
  margin: 0 5px;
  padding: 0 0;
  display: inline-block;
  font-weight: bold;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #eaeaea;
  border-radius: 35px;
  float: left;
  color: #666666;
}
.navigation .pagination a:hover {
  background-color: #55bc75 !important;
  border-color: #55bc75;
  color: #FFF;
}
.navigation .pagination span.page-numbers {
  text-align: center;
  margin: 0 5px;
  padding: 0 0;
  display: inline-block;
  float: left;
  line-height: 35px;
}
.navigation .pagination span.current {
  text-align: center;
  margin: 0 5px;
  padding: 0 0;
  display: inline-block;
  font-weight: bold;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #55bc75;
  border-radius: 35px;
  float: left;
  background-color: #55bc75 !important;
  color: #FFF;
}
.navigation .next, .navigation .prev {
  position: relative;
  overflow: hidden;
  font-size: 0px;
  text-align: center;
}
.navigation .next:before, .navigation .prev:before {
  font-size: 14px;
}
.navigation .next:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
}
.navigation .prev:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
}
.navigation-ajax {
  display: block;
  text-align: center;
  margin: 10px 0 60px;
}
.navigation-ajax #navigation-ajax {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #666666;
  margin: 0px;
  padding: 10px 30px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 40px;
  overflow: hidden;
  font-size: 1em;
  background: #fff;
  position: relative;
}
.navigation-ajax #navigation-ajax:hover {
  background: #55bc75;
  border-color: #55bc75;
  color: #FFF;
}
.navigation-ajax #navigation-ajax.auto-load {
  opacity: 0;
}
.navigation-ajax #navigation-ajax.snsnav-active {
  opacity: 1;
  background: #55bc75;
  border-color: #55bc75;
  color: #FFF;
  cursor: wait;
  padding-left: 50px;
}
.navigation-ajax #navigation-ajax.snsnav-active:before {
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -10px;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  z-index: 1;
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  -o-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
h3.sidebar-shortcodes {
  font-size: 114.29%;
  font-weight: bold;
  margin: 0;
  padding: 20px;
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaea;
}
h3.sidebar-shortcodes span {
  position: relative;
  padding: 0;
  display: inline-block;
}
.handle-preload {
  opacity: 0;
  visibility: hidden;
}
.bypostauthor {
  font-size: 100%;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
#sns_content .wpb_row:last-child {
  margin-bottom: 0;
}
#sns_content .wpb_column > .wpb_wrapper > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  #sns_content .wpb_row:last-child {
    margin-bottom: 0;
  }
  #sns_content .wpb_column > .wpb_wrapper > *:last-child {
    margin-bottom: 0;
  }
  .archive #sns_content, .archive #sns_content .sns-content {
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  #sns_content .hide-border-phone {
    border: none !important;
  }
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes SNSLucLac {
  0% {
    -webkit-transform: translateX(8px);
  }
  25% {
    -webkit-transform: translateX(-8px);
  }
  50% {
    -webkit-transform: translateX(8px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
@-moz-keyframes SNSLucLac {
  0% {
    -moz-transform: translateX(8px);
  }
  25% {
    -moz-transform: translateX(-8px);
  }
  50% {
    -moz-transform: translateX(8px);
  }
  100% {
    -moz-transform: translateX(0px);
  }
}
@-o-keyframes SNSLucLac {
  0% {
    -o-transform: translateX(8px);
  }
  25% {
    -o-transform: translateX(-8px);
  }
  50% {
    -o-transform: translateX(8px);
  }
  100% {
    -o-transform: translateX(0px);
  }
}
@keyframes SNSLucLac {
  0% {
    transform: translateX(8px);
  }
  25% {
    transform: translateX(-8px);
  }
  50% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes smallLoading {
  16.67% {
    box-shadow: -35px -60px 0 20px #76bdd1, 35px -60px 0 20px #6cce74, 70px 0px 0 20px #c18d46, 35px 60px 0 20px #c14745, -35px 60px 0 20px #2e1e5b, -70px 0px 0 20px #9c37a6;
  }
  33.33% {
    box-shadow: -35px -60px 0 20px #9c37a6, 35px -60px 0 20px #76bdd1, 70px 0px 0 20px #6cce74, 35px 60px 0 20px #c18d46, -35px 60px 0 20px #c14745, -70px 0px 0 20px #2e1e5b;
  }
  50% {
    box-shadow: -35px -60px 0 20px #2e1e5b, 35px -60px 0 20px #9c37a6, 70px 0px 0 20px #76bdd1, 35px 60px 0 20px #6cce74, -35px 60px 0 20px #c18d46, -70px 0px 0 20px #c14745;
  }
  66.67% {
    box-shadow: -35px -60px 0 20px #c14745, 35px -60px 0 20px #2e1e5b, 70px 0px 0 20px #9c37a6, 35px 60px 0 20px #76bdd1, -35px 60px 0 20px #6cce74, -70px 0px 0 20px #c18d46;
  }
  88.88% {
    box-shadow: -35px -60px 0 20px #c18d46, 35px -60px 0 20px #c14745, 70px 0px 0 20px #2e1e5b, 35px 60px 0 20px #9c37a6, -35px 60px 0 20px #76bdd1, -70px 0px 0 20px #6cce74;
  }
  100% {
    transform: rotate(-360deg);
    box-shadow: -35px -60px 0 20px #6cce74, 35px -60px 0 20px #c18d46, 70px 0px 0 20px #c14745, 35px 60px 0 20px #2e1e5b, -35px 60px 0 20px #9c37a6, -70px 0px 0 20px #76bdd1;
  }
}
@-webkit-keyframes smallLoading {
  16.67% {
    box-shadow: -35px -60px 0 20px #76bdd1, 35px -60px 0 20px #6cce74, 70px 0px 0 20px #c18d46, 35px 60px 0 20px #c14745, -35px 60px 0 20px #2e1e5b, -70px 0px 0 20px #9c37a6;
  }
  33.33% {
    box-shadow: -35px -60px 0 20px #9c37a6, 35px -60px 0 20px #76bdd1, 70px 0px 0 20px #6cce74, 35px 60px 0 20px #c18d46, -35px 60px 0 20px #c14745, -70px 0px 0 20px #2e1e5b;
  }
  50% {
    box-shadow: -35px -60px 0 20px #2e1e5b, 35px -60px 0 20px #9c37a6, 70px 0px 0 20px #76bdd1, 35px 60px 0 20px #6cce74, -35px 60px 0 20px #c18d46, -70px 0px 0 20px #c14745;
  }
  66.67% {
    box-shadow: -35px -60px 0 20px #c14745, 35px -60px 0 20px #2e1e5b, 70px 0px 0 20px #9c37a6, 35px 60px 0 20px #76bdd1, -35px 60px 0 20px #6cce74, -70px 0px 0 20px #c18d46;
  }
  88.88% {
    box-shadow: -35px -60px 0 20px #c18d46, 35px -60px 0 20px #c14745, 70px 0px 0 20px #2e1e5b, 35px 60px 0 20px #9c37a6, -35px 60px 0 20px #76bdd1, -70px 0px 0 20px #6cce74;
  }
  100% {
    -webkit-transform: rotate(-360deg);
    box-shadow: -35px -60px 0 20px #6cce74, 35px -60px 0 20px #c18d46, 70px 0px 0 20px #c14745, 35px 60px 0 20px #2e1e5b, -35px 60px 0 20px #9c37a6, -70px 0px 0 20px #76bdd1;
  }
}
@-moz-keyframes smallLoading {
  16.67% {
    box-shadow: -35px -60px 0 20px #76bdd1, 35px -60px 0 20px #6cce74, 70px 0px 0 20px #c18d46, 35px 60px 0 20px #c14745, -35px 60px 0 20px #2e1e5b, -70px 0px 0 20px #9c37a6;
  }
  33.33% {
    box-shadow: -35px -60px 0 20px #9c37a6, 35px -60px 0 20px #76bdd1, 70px 0px 0 20px #6cce74, 35px 60px 0 20px #c18d46, -35px 60px 0 20px #c14745, -70px 0px 0 20px #2e1e5b;
  }
  50% {
    box-shadow: -35px -60px 0 20px #2e1e5b, 35px -60px 0 20px #9c37a6, 70px 0px 0 20px #76bdd1, 35px 60px 0 20px #6cce74, -35px 60px 0 20px #c18d46, -70px 0px 0 20px #c14745;
  }
  66.67% {
    box-shadow: -35px -60px 0 20px #c14745, 35px -60px 0 20px #2e1e5b, 70px 0px 0 20px #9c37a6, 35px 60px 0 20px #76bdd1, -35px 60px 0 20px #6cce74, -70px 0px 0 20px #c18d46;
  }
  88.88% {
    box-shadow: -35px -60px 0 20px #c18d46, 35px -60px 0 20px #c14745, 70px 0px 0 20px #2e1e5b, 35px 60px 0 20px #9c37a6, -35px 60px 0 20px #76bdd1, -70px 0px 0 20px #6cce74;
  }
  100% {
    -moz-transform: rotate(-360deg);
    box-shadow: -35px -60px 0 20px #6cce74, 35px -60px 0 20px #c18d46, 70px 0px 0 20px #c14745, 35px 60px 0 20px #2e1e5b, -35px 60px 0 20px #9c37a6, -70px 0px 0 20px #76bdd1;
  }
}
@-o-keyframes smallLoading {
  16.67% {
    box-shadow: -35px -60px 0 20px #76bdd1, 35px -60px 0 20px #6cce74, 70px 0px 0 20px #c18d46, 35px 60px 0 20px #c14745, -35px 60px 0 20px #2e1e5b, -70px 0px 0 20px #9c37a6;
  }
  33.33% {
    box-shadow: -35px -60px 0 20px #9c37a6, 35px -60px 0 20px #76bdd1, 70px 0px 0 20px #6cce74, 35px 60px 0 20px #c18d46, -35px 60px 0 20px #c14745, -70px 0px 0 20px #2e1e5b;
  }
  50% {
    box-shadow: -35px -60px 0 20px #2e1e5b, 35px -60px 0 20px #9c37a6, 70px 0px 0 20px #76bdd1, 35px 60px 0 20px #6cce74, -35px 60px 0 20px #c18d46, -70px 0px 0 20px #c14745;
  }
  66.67% {
    box-shadow: -35px -60px 0 20px #c14745, 35px -60px 0 20px #2e1e5b, 70px 0px 0 20px #9c37a6, 35px 60px 0 20px #76bdd1, -35px 60px 0 20px #6cce74, -70px 0px 0 20px #c18d46;
  }
  88.88% {
    box-shadow: -35px -60px 0 20px #c18d46, 35px -60px 0 20px #c14745, 70px 0px 0 20px #2e1e5b, 35px 60px 0 20px #9c37a6, -35px 60px 0 20px #76bdd1, -70px 0px 0 20px #6cce74;
  }
  100% {
    -o-transform: rotate(-360deg);
    box-shadow: -35px -60px 0 20px #6cce74, 35px -60px 0 20px #c18d46, 70px 0px 0 20px #c14745, 35px 60px 0 20px #2e1e5b, -35px 60px 0 20px #9c37a6, -70px 0px 0 20px #76bdd1;
  }
}
@keyframes shine {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@-o-keyframes shine {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@-moz-keyframes shine {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@keyframes infinite_icon {
  0% {
    transform: translate(0px, 2px);
  }
  100% {
    transform: translate(0px, -2px);
  }
}
@-moz-keyframes infinite_icon {
  0% {
    transform: translate(0px, 2px);
  }
  100% {
    transform: translate(0px, -2px);
  }
}
@-webkit-keyframes infinite_icon {
  0% {
    transform: translate(0px, 2px);
  }
  100% {
    transform: translate(0px, -2px);
  }
}
@-o-keyframes infinite_icon {
  0% {
    transform: translate(0px, 2px);
  }
  100% {
    transform: translate(0px, -2px);
  }
}
@keyframes iconmap {
  0% {
    transform: translate(4px, 4px) rotate(-45deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(-45deg);
  }
}
@-moz-keyframes iconmap {
  0% {
    transform: translate(4px, 4px) rotate(-45deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(-45deg);
  }
}
@-webkit-keyframes iconmap {
  0% {
    transform: translate(4px, 4px) rotate(-45deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(-45deg);
  }
}
@-o-keyframes iconmap {
  0% {
    transform: translate(4px, 4px) rotate(-45deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(-45deg);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/***************************************************
	scss file: assets/scss/theme/_widgets.scss
		+ All style about widget
****************************************************/
.sns-left > .widget:last-child, .sns-right > .widget:last-child, .inner-sidebar > .widget:last-child {
  margin-bottom: 0 !important;
  border: none !important;
}
.sns-left > .postwcode-widget .wpb_wrapper > div, .sns-left > .widget, .sns-right > .postwcode-widget .wpb_wrapper > div, .sns-right > .widget, .inner-sidebar > .postwcode-widget .wpb_wrapper > div, .inner-sidebar > .widget {
  margin-bottom: 65px;
  position: relative;
  *zoom: 1;
}
.sns-left > .postwcode-widget .wpb_wrapper > div:before, .sns-left > .postwcode-widget .wpb_wrapper > div:after, .sns-left > .widget:before, .sns-left > .widget:after, .sns-right > .postwcode-widget .wpb_wrapper > div:before, .sns-right > .postwcode-widget .wpb_wrapper > div:after, .sns-right > .widget:before, .sns-right > .widget:after, .inner-sidebar > .postwcode-widget .wpb_wrapper > div:before, .inner-sidebar > .postwcode-widget .wpb_wrapper > div:after, .inner-sidebar > .widget:before, .inner-sidebar > .widget:after {
  content: " ";
  display: table;
}
.sns-left > .postwcode-widget .wpb_wrapper > div:after, .sns-left > .widget:after, .sns-right > .postwcode-widget .wpb_wrapper > div:after, .sns-right > .widget:after, .inner-sidebar > .postwcode-widget .wpb_wrapper > div:after, .inner-sidebar > .widget:after {
  clear: both;
}
.sns-left > .postwcode-widget .wpb_wrapper > div:last-child, .sns-left > .widget:last-child, .sns-right > .postwcode-widget .wpb_wrapper > div:last-child, .sns-right > .widget:last-child, .inner-sidebar > .postwcode-widget .wpb_wrapper > div:last-child, .inner-sidebar > .widget:last-child {
  margin-bottom: 0px;
}
.sns-left > .postwcode-widget .wpb_wrapper > div .widget, .sns-left > .widget .widget, .sns-right > .postwcode-widget .wpb_wrapper > div .widget, .sns-right > .widget .widget, .inner-sidebar > .postwcode-widget .wpb_wrapper > div .widget, .inner-sidebar > .widget .widget {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.sns-left > .postwcode-widget .wpb_wrapper > div .widgettitle, .sns-left > .postwcode-widget .wpb_wrapper > div .widget-title, .sns-left > .widget .widgettitle, .sns-left > .widget .widget-title, .sns-right > .postwcode-widget .wpb_wrapper > div .widgettitle, .sns-right > .postwcode-widget .wpb_wrapper > div .widget-title, .sns-right > .widget .widgettitle, .sns-right > .widget .widget-title, .inner-sidebar > .postwcode-widget .wpb_wrapper > div .widgettitle, .inner-sidebar > .postwcode-widget .wpb_wrapper > div .widget-title, .inner-sidebar > .widget .widgettitle, .inner-sidebar > .widget .widget-title {
  font-size: 1.1428em;
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding: 0 0 10px;
  margin: 0 0 25px;
  line-height: 1.1;
  position: relative;
}
.sns-left > .postwcode-widget .wpb_wrapper > div .widgettitle:before, .sns-left > .postwcode-widget .wpb_wrapper > div .widget-title:before, .sns-left > .widget .widgettitle:before, .sns-left > .widget .widget-title:before, .sns-right > .postwcode-widget .wpb_wrapper > div .widgettitle:before, .sns-right > .postwcode-widget .wpb_wrapper > div .widget-title:before, .sns-right > .widget .widgettitle:before, .sns-right > .widget .widget-title:before, .inner-sidebar > .postwcode-widget .wpb_wrapper > div .widgettitle:before, .inner-sidebar > .postwcode-widget .wpb_wrapper > div .widget-title:before, .inner-sidebar > .widget .widgettitle:before, .inner-sidebar > .widget .widget-title:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 30px;
  background: #55bc75;
  left: 0px;
  bottom: 0px;
}
.sns-left > .postwcode-widget .wpb_wrapper > div .wpb_heading, .sns-left > .widget .wpb_heading, .sns-right > .postwcode-widget .wpb_wrapper > div .wpb_heading, .sns-right > .widget .wpb_heading, .inner-sidebar > .postwcode-widget .wpb_wrapper > div .wpb_heading, .inner-sidebar > .widget .wpb_heading {
  font-size: 1.1428em;
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding: 0 0 10px;
  margin: 0 0 25px;
  text-align: left;
  line-height: 1.1;
  position: relative;
}
.sns-left > .postwcode-widget .wpb_wrapper > div .wpb_heading:before, .sns-left > .widget .wpb_heading:before, .sns-right > .postwcode-widget .wpb_wrapper > div .wpb_heading:before, .sns-right > .widget .wpb_heading:before, .inner-sidebar > .postwcode-widget .wpb_wrapper > div .wpb_heading:before, .inner-sidebar > .widget .wpb_heading:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 30px;
  background: #55bc75;
  left: 0px;
  bottom: 0px;
}
.sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu, .sns-left > .widget.widget_mbstore_widget_vertical_menu, .sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu, .sns-right > .widget.widget_mbstore_widget_vertical_menu, .inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu, .inner-sidebar > .widget.widget_mbstore_widget_vertical_menu {
  background: #333;
  padding: 0 30px 20px 30px;
  border: none;
  z-index: 3;
}
@media (max-width: 1199px) {
  .sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu, .sns-left > .widget.widget_mbstore_widget_vertical_menu, .sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu, .sns-right > .widget.widget_mbstore_widget_vertical_menu, .inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu, .inner-sidebar > .widget.widget_mbstore_widget_vertical_menu {
    padding: 0 20px 20px 20px;
  }
}
.sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .widget-title, .sns-left > .widget.widget_mbstore_widget_vertical_menu .widget-title, .sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .widget-title, .sns-right > .widget.widget_mbstore_widget_vertical_menu .widget-title, .inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .widget-title, .inner-sidebar > .widget.widget_mbstore_widget_vertical_menu .widget-title {
  padding: 30px 0 25px;
  margin-bottom: 10px;
  border-bottom: 1px solid #424242;
  color: #FFF;
}
.sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style, .sns-left > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style, .sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style, .sns-right > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style, .inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style, .inner-sidebar > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style {
  padding: 0 0;
}
.sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item > a, .sns-left > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item > a, .sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item > a, .sns-right > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item > a, .inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item > a, .inner-sidebar > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item > a {
  color: #FFF;
}
.sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.menu-item-has-children:after, .sns-left > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.menu-item-has-children:after, .sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.menu-item-has-children:after, .sns-right > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.menu-item-has-children:after, .inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.menu-item-has-children:after, .inner-sidebar > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.menu-item-has-children:after {
  color: #FFF;
}
.sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.current-menu-ancestor > a, .sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.current-menu-item > a, .sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item:hover > a, .sns-left > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.current-menu-ancestor > a, .sns-left > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.current-menu-item > a, .sns-left > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item:hover > a, .sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.current-menu-ancestor > a, .sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.current-menu-item > a, .sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item:hover > a, .sns-right > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.current-menu-ancestor > a, .sns-right > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.current-menu-item > a, .sns-right > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item:hover > a, .inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.current-menu-ancestor > a, .inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.current-menu-item > a, .inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item:hover > a, .inner-sidebar > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.current-menu-ancestor > a, .inner-sidebar > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item.current-menu-item > a, .inner-sidebar > .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item:hover > a {
  color: #55bc75;
}
.sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a, .sns-left > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a, .sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a, .sns-right > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a, .inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a, .inner-sidebar > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a {
  color: #FFF;
}
.sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a:hover, .sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a.active, .sns-left > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a:hover, .sns-left > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a.active, .sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a:hover, .sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a.active, .sns-right > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a:hover, .sns-right > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a.active, .inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a:hover, .inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a.active, .inner-sidebar > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a:hover, .inner-sidebar > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav a.active {
  color: #55bc75;
}
.sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before, .sns-left > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before, .sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before, .sns-right > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before, .inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before, .inner-sidebar > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before {
  color: #ccc;
}
.sns-left > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav .accr_header.open > a, .sns-left > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav .accr_header.open > a, .sns-right > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav .accr_header.open > a, .sns-right > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav .accr_header.open > a, .inner-sidebar > .postwcode-widget .wpb_wrapper > div.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav .accr_header.open > a, .inner-sidebar > .widget.widget_mbstore_widget_vertical_menu .sns-respmenu .resp-nav .accr_header.open > a {
  color: #55bc75;
}
.sns-left .postwcode-widget .wpb_wrapper > div.no-padding-border, .sns-right .postwcode-widget .wpb_wrapper > div.no-padding-border, .inner-sidebar .postwcode-widget .wpb_wrapper > div.no-padding-border {
  border: none;
  padding-bottom: 0px;
}
.sns-left .postwcode-widget .wpb_wrapper > div.no-space-separator, .sns-right .postwcode-widget .wpb_wrapper > div.no-space-separator, .inner-sidebar .postwcode-widget .wpb_wrapper > div.no-space-separator {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.inner-sidebar > .postwcode-widget .wpb_wrapper > div .widgettitle, .inner-sidebar > .postwcode-widget .wpb_wrapper > div .widget-title, .inner-sidebar > .widget .widgettitle, .inner-sidebar > .widget .widget-title {
  margin-bottom: 0px;
  margin-top: 2px;
  padding-bottom: 20px;
}
.inner-sidebar > .postwcode-widget .wpb_wrapper > div .widgettitle:before, .inner-sidebar > .postwcode-widget .wpb_wrapper > div .widget-title:before, .inner-sidebar > .widget .widgettitle:before, .inner-sidebar > .widget .widget-title:before {
  display: none;
}
.inner-sidebar > .postwcode-widget .wpb_wrapper > div .wpb_heading, .inner-sidebar > .widget .wpb_heading {
  margin-bottom: 0px;
  margin-top: 2px;
  padding-bottom: 20px;
}
.inner-sidebar > .postwcode-widget .wpb_wrapper > div .wpb_heading:before, .inner-sidebar > .widget .wpb_heading:before {
  display: none;
}
body.special-sidebar .sns-left, body.special-sidebar .sns-right, body.special-sidebar .inner-sidebar {
  z-index: 1;
}
body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div, body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div, body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu), body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu), body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div {
  margin-bottom: 50px;
}
body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div:last-child, body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div:last-child, body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu):last-child, body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu):last-child, body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div:last-child {
  margin-bottom: 0px;
}
body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div > .wpb_heading, body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div > .widget-title, body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div > .wpb_heading, body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div > .widget-title, body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) > .wpb_heading, body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) > .widget-title, body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) > .wpb_heading, body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) > .widget-title, body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div > .wpb_heading, body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div > .widget-title {
  margin: 0 0 15px;
  position: relative;
  font-size: 1.5em;
}
body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div > .wpb_heading:before, body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div > .widget-title:before, body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div > .wpb_heading:before, body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div > .widget-title:before, body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) > .wpb_heading:before, body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) > .widget-title:before, body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) > .wpb_heading:before, body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) > .widget-title:before, body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div > .wpb_heading:before, body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div > .widget-title:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -17px;
  width: 100px;
  height: 3px;
  background: #55bc75;
}
body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div > .wpb_heading + ul:not(.vertical-style), body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div > .wpb_heading + div, body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div > .wpb_heading + label, body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div > .wpb_heading + form, body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div > .widget-title + ul:not(.vertical-style), body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div > .widget-title + div, body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div > .widget-title + label, body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div > .widget-title + form, body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div > .wpb_heading + ul:not(.vertical-style), body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div > .wpb_heading + div, body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div > .wpb_heading + label, body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div > .wpb_heading + form, body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div > .widget-title + ul:not(.vertical-style), body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div > .widget-title + div, body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div > .widget-title + label, body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div > .widget-title + form, body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) > .wpb_heading + ul:not(.vertical-style), body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) > .wpb_heading + div, body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) > .wpb_heading + label, body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) > .wpb_heading + form, body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) > .widget-title + ul:not(.vertical-style), body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) > .widget-title + div, body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) > .widget-title + label, body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) > .widget-title + form, body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) > .wpb_heading + ul:not(.vertical-style), body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) > .wpb_heading + div, body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) > .wpb_heading + label, body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) > .wpb_heading + form, body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) > .widget-title + ul:not(.vertical-style), body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) > .widget-title + div, body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) > .widget-title + label, body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) > .widget-title + form, body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div > .wpb_heading + ul:not(.vertical-style), body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div > .wpb_heading + div, body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div > .wpb_heading + label, body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div > .wpb_heading + form, body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div > .widget-title + ul:not(.vertical-style), body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div > .widget-title + div, body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div > .widget-title + label, body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div > .widget-title + form {
  padding: 20px;
  border: 1px solid #eaeaea;
  border-radius: 0 5px 5px 5px;
}
body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list, body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list, body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list, body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list, body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list {
  margin: 0;
}
body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product, body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product, body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product, body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product, body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product {
  border-top: 1px solid #eaeaea;
  padding-top: 20px;
  margin-top: 20px;
}
body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product:first-child, body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product:first-child, body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product:first-child, body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product:first-child, body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product:first-child {
  border: none;
  margin-top: 0px;
  padding-top: 0px;
}
body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img, body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img, body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img, body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img, body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img {
  margin: 0 10px 0 0;
}
body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img .product-image, body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img .product-image, body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img .product-image, body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img .product-image, body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img .product-image {
  border: none;
  max-width: 75px;
}
body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .item-title, body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .item-title, body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .item-title, body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .item-title, body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .item-title {
  margin-bottom: 8px;
}
body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .price .amount, body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .price .amount, body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .price .amount, body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .price .amount, body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .price .amount {
  font-size: 1em;
}
body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .owl-nav, body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .owl-nav, body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .owl-nav, body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .owl-nav, body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div.sns-products.list-mode .owl-nav {
  top: -55px;
  right: -20px;
  width: 40px;
}
body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .owl-nav .owl-prev, body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .owl-nav .owl-prev, body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-prev, body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-prev, body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div.sns-products.list-mode .owl-nav .owl-prev {
  text-align: left;
}
body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .owl-nav .owl-prev:before, body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .owl-nav .owl-prev:before, body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-prev:before, body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-prev:before, body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div.sns-products.list-mode .owl-nav .owl-prev:before {
  text-align: left;
}
body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .owl-nav .owl-next, body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .owl-nav .owl-next, body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-next, body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-next, body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div.sns-products.list-mode .owl-nav .owl-next {
  text-align: right;
}
body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .owl-nav .owl-next:before, body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div.sns-products.list-mode .owl-nav .owl-next:before, body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-next:before, body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-next:before, body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div.sns-products.list-mode .owl-nav .owl-next:before {
  text-align: right;
}
body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div .sns-info-box, body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div .sns-info-box, body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) .sns-info-box, body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) .sns-info-box, body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div .sns-info-box {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #eaeaea;
}
body.special-sidebar .sns-left > .postwcode-widget .wpb_wrapper > div .sns-info-box:first-child, body.special-sidebar .sns-right > .postwcode-widget .wpb_wrapper > div .sns-info-box:first-child, body.special-sidebar .sns-left > .widget:not(.widget_mbstore_widget_vertical_menu) .sns-info-box:first-child, body.special-sidebar .sns-right > .widget:not(.widget_mbstore_widget_vertical_menu) .sns-info-box:first-child, body.special-sidebar .inner-sidebar > .vc_column-inner > .wpb_wrapper > div .sns-info-box:first-child {
  border-top: none;
  margin: 0 0;
  padding: 8px 0 0;
}
body.special-sidebar .wpb_wrapper > .sns-vertical-menu, body.special-sidebar .widget.widget_mbstore_widget_vertical_menu {
  padding: 0 0;
  background: #FFF;
  z-index: 3;
}
body.special-sidebar .wpb_wrapper > .sns-vertical-menu > .wpb_heading, body.special-sidebar .wpb_wrapper > .sns-vertical-menu .widget-title, body.special-sidebar .widget.widget_mbstore_widget_vertical_menu > .wpb_heading, body.special-sidebar .widget.widget_mbstore_widget_vertical_menu .widget-title {
  background: #55bc75;
  color: #FFF;
  margin: 0 0 !important;
  padding: 15px 20px;
  border-radius: 5px 5px 0 0;
  font-size: 1.1428em !important;
  margin: 0 0;
  border: none;
  text-transform: uppercase;
}
body.special-sidebar .wpb_wrapper > .sns-vertical-menu > .wpb_heading:before, body.special-sidebar .wpb_wrapper > .sns-vertical-menu .widget-title:before, body.special-sidebar .widget.widget_mbstore_widget_vertical_menu > .wpb_heading:before, body.special-sidebar .widget.widget_mbstore_widget_vertical_menu .widget-title:before {
  display: none;
}
body.special-sidebar .wpb_wrapper > .sns-vertical-menu ul.vertical-style, body.special-sidebar .widget.widget_mbstore_widget_vertical_menu ul.vertical-style {
  padding: 0 20px;
  border: 1px solid #eaeaea;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
body.special-sidebar .wpb_wrapper > .sns-vertical-menu ul.vertical-style a, body.special-sidebar .widget.widget_mbstore_widget_vertical_menu ul.vertical-style a {
  color: #333333 !important;
}
body.special-sidebar .wpb_wrapper > .sns-vertical-menu ul.vertical-style a:hover, body.special-sidebar .widget.widget_mbstore_widget_vertical_menu ul.vertical-style a:hover {
  color: #55bc75 !important;
}
body.special-sidebar .wpb_wrapper > .sns-vertical-menu ul.vertical-style > li.menu-item, body.special-sidebar .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item {
  border-top: 1px solid #eaeaea;
}
body.special-sidebar .wpb_wrapper > .sns-vertical-menu ul.vertical-style > li.menu-item:first-child, body.special-sidebar .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item:first-child {
  border-top: none;
}
body.special-sidebar .wpb_wrapper > .sns-vertical-menu ul.vertical-style > li.menu-item > a, body.special-sidebar .widget.widget_mbstore_widget_vertical_menu ul.vertical-style > li.menu-item > a {
  padding: 13px 20px 13px 0;
}
.widget {
  position: relative;
  *zoom: 1;
  /* RSS widget */
}
.widget:before, .widget:after {
  content: " ";
  display: table;
}
.widget:after {
  clear: both;
}
.widget .widget-title {
  font-size: 1.5em;
  color: #333333;
  text-transform: none;
  font-weight: bold;
  display: block;
  padding: 0 0;
  margin: 0 0 25px;
  line-height: 1.1;
}
.widget .widget-title > span {
  display: inline-block;
  position: relative;
}
.widget .widget-title + ul, .widget .widget-title + div, .widget .widget-title + label, .widget .widget-title + form {
  padding: 0;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul .accr_header {
  display: inline;
}
.widget ul .accr_header .btn_accor {
  position: absolute;
  top: 8px;
  right: 0px;
  cursor: pointer;
  text-align: center;
}
.widget ul .accr_header .btn_accor .ac-tongle {
  color: #666666;
  display: block;
  font-weight: normal;
  font-size: 0px;
}
.widget ul .accr_header .btn_accor .ac-tongle:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: "12px";
  height: "12px";
  text-align: center;
  line-height: "12px";
  font-size: 12px;
}
.widget ul .accr_header .btn_accor .ac-tongle.close {
  background: none;
  opacity: 1;
  text-shadow: none;
  color: #55bc75;
}
.widget ul .accr_header .btn_accor .ac-tongle.close:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: "12px";
  height: "12px";
  text-align: center;
  line-height: "12px";
  font-size: 12px;
}
.widget ul .accr_header a {
  position: relative;
}
.widget ul .accr_header.open .count {
  color: #55bc75;
}
.widget ul .accr_header.open > a {
  color: #55bc75;
}
.widget ul li {
  position: relative;
}
.widget ul li a {
  position: relative;
  padding: 0 0 0 0px;
  color: inherit;
}
.widget ul li a:hover {
  color: #55bc75;
}
.widget ul li ul {
  margin: 0px;
  padding: 0 0;
}
.widget ul li a {
  display: inline;
  padding: 5px 0;
  color: #333333;
}
.widget ul li a:hover {
  color: #55bc75;
}
.widget ul li:first-child a {
  padding-top: 0;
}
.widget ul li:last-child a {
  padding-bottom: 0;
}
.widget ul li ul {
  padding-left: 20px;
}
.widget select {
  width: 100%;
}
.widget a.button:hover {
  color: #FFF;
  background: #333333;
  border-color: #333333;
}
.widget a .product-title, .widget .title, .widget .post-title {
  font-size: 1em;
}
.widget a .product-title a, .widget .title a, .widget .post-title a {
  color: #333333;
}
.widget a .product-title a:hover, .widget .title a:hover, .widget .post-title a:hover {
  color: #55bc75;
}
.widget.yith-woo-ajax-reset-navigation {
  margin-bottom: 0px;
}
.widget.yith-woo-ajax-reset-navigation:before, .widget.yith-woo-ajax-reset-navigation:after {
  display: inline;
}
.widget.yith-woo-ajax-reset-navigation a.button {
  display: block;
  text-align: center;
  -webkit-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  margin-bottom: 50px;
  color: #FFF;
  background: #55bc75;
  border-color: #55bc75;
}
.widget.yith-woo-ajax-reset-navigation a.button:focus, .widget.yith-woo-ajax-reset-navigation a.button:hover {
  color: #FFF;
  background: #333333;
  border-color: #333333;
}
.widget.widget_recent_entries ul li {
  padding: 4px 0;
}
.widget.widget_recent_entries ul li:first-child {
  padding-top: 0px;
}
.widget.widget_recent_entries ul li a {
  display: block;
  position: relative;
  padding: 0 0 0 20px;
}
.widget.widget_recent_entries ul li a:before {
  position: absolute;
  left: 0px;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  top: 5px;
}
.widget.widget_recent_entries ul li .post-date {
  font-size: 90%;
  padding: 0 0 0 20px;
}
.widget.widget_archive .widget-title + label {
  display: none;
}
.widget.widget_archive > ul {
  margin-top: -5px;
}
.widget.widget_archive > ul li {
  margin-top: 8px;
}
.widget.widget_archive > ul li:first-child {
  margin-top: 0px;
  border-top: none;
}
.widget.widget_archive > ul li a {
  position: relative;
  padding: 0 0 0 21px;
}
.widget.widget_archive > ul li a:before {
  position: absolute;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  left: 0px;
  top: 2px;
}
.widget.widget_categories .widget-title + label {
  display: none;
}
.widget.widget_categories > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -5px;
}
.widget.widget_categories > ul .children {
  padding-top: 7px;
  position: relative;
}
.widget.widget_categories > ul .children:before {
  width: 1px;
  height: calc(100% - 7px) !important;
  background: #eaeaea;
  position: absolute;
  left: 7px;
  top: 7px;
  content: "";
}
.widget.widget_categories > ul li {
  position: relative;
  padding: 4px 0px;
  margin: 0;
}
.widget.widget_categories > ul li a {
  padding: 0;
}
.widget.widget_categories > ul li .btn_accor {
  top: 4px;
}
.widget.widget_categories > ul li .btn_accor .ac-tongle {
  font-size: 18px;
  line-height: 18px;
  color: #666666;
}
.widget.widget_categories > ul li:first-child {
  padding-top: 0px;
}
.widget.widget_categories > ul li:first-child .btn_accor {
  top: 2px;
}
.widget.widget_categories > ul li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.widget.widget_categories > ul > li > .accr_header > a, .widget.widget_categories > ul > li > a {
  padding-left: 20px;
  position: relative;
}
.widget.widget_categories > ul > li > .accr_header > a:before, .widget.widget_categories > ul > li > a:before {
  position: absolute;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  left: 0px;
  top: 2px;
}
.widget.widget_pages ul {
  list-style: none;
  margin-top: -5px;
}
.widget.widget_pages ul li {
  position: relative;
  padding: 8px 0 0 0;
  margin: 0;
}
.widget.widget_pages ul li ul {
  margin: 8px 0 0 10px;
}
.widget.widget_pages ul li:first-child {
  padding-top: 0px;
}
.widget.widget_meta ul {
  list-style: none;
  margin-top: -5px;
}
.widget.widget_meta ul li {
  position: relative;
  padding: 8px 0 0 0;
  margin: 0;
}
.widget.widget_meta ul li ul {
  margin: 8px 0 0 10px;
}
.widget.widget_meta ul li:first-child {
  padding-top: 0px;
}
.widget.widget_nav_menu ul.menu {
  list-style: none;
  margin-top: -5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .widget.widget_nav_menu ul.menu {
    padding-left: 15px;
  }
}
.widget.widget_nav_menu ul.menu li {
  position: relative;
  padding: 8px 0 0 0;
  margin: 0;
}
.widget.widget_nav_menu ul.menu li ul {
  margin: 6px 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .widget.widget_nav_menu ul.menu li ul {
    padding-left: 15px;
  }
}
.widget.widget_nav_menu ul.menu li:first-child {
  padding-top: 0px;
}
.widget.widget_tag_cloud {
  background: none !important;
}
.widget.widget_tag_cloud .tagcloud {
  *zoom: 1;
}
.widget.widget_tag_cloud .tagcloud:before, .widget.widget_tag_cloud .tagcloud:after {
  content: " ";
  display: table;
}
.widget.widget_tag_cloud .tagcloud:after {
  clear: both;
}
.widget.widget_tag_cloud .tagcloud > a {
  color: #666666;
  display: inline-block;
  float: left;
  font-size: 100% !important;
  margin: 0 10px 10px 0;
  background: #f5f5f5;
  padding: 4px 10px;
  -webkit-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  position: relative;
}
.widget.widget_tag_cloud .tagcloud > a:hover {
  color: #FFF;
  background-color: #55bc75;
}
.widget.widget_tag_cloud .tagcloud > a.is_hidden {
  opacity: 1;
}
.widget.widget_tag_cloud .tagcloud > a.is_visible {
  opacity: 0;
}
.widget.widget_tag_cloud .tagcloud .view-more-tag {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.widget.widget_tag_cloud .tagcloud .view-more-tag a {
  text-decoration: underline;
}
.widget.widget_tag_cloud .tagcloud .view-more-tag a:hover {
  text-decoration: underline;
}
.widget.widget_recent_comments ul {
  margin-top: -5px;
}
.widget.widget_recent_comments ul li {
  margin-top: 12px;
  padding: 12px 0 0 25px;
  border-top: 1px solid #eaeaea;
  position: relative;
}
.widget.widget_recent_comments ul li:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border-top: none;
}
.widget.widget_recent_comments ul li:first-child:before {
  top: 3px;
}
.widget.widget_recent_comments ul li:before {
  position: absolute;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  font-size: 18px;
  left: 0px;
  top: 16px;
  line-height: 18px;
}
.widget.widget_recent_comments ul li .comment-author-link {
  color: #55bc75;
}
.widget.widget_top_rated_products li .amount {
  display: none;
}
.widget.widget_search #searchform {
  position: relative;
  padding: 0;
}
.widget.widget_search #searchform:before {
  position: absolute;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  right: 10px;
  top: 10px;
  margin: 0 0;
  color: #55bc75;
}
.widget.widget_search #searchform label.screen-reader-text {
  display: none;
}
.widget.widget_search #searchform input#s {
  width: 100%;
  height: 45px;
  box-shadow: unset;
}
.widget.widget_search #searchform input#s::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.widget.widget_search #searchform input#s:-ms-input-placeholder {
  color: #666666;
}
.widget.widget_search #searchform input#s::-webkit-input-placeholder {
  color: #666666;
}
.widget.widget_search #searchform input#searchsubmit {
  font-size: 0px;
  padding: 0 0;
  border: none;
  height: 24px;
  width: 24px;
  position: absolute;
  right: 16px;
  top: 18px;
  margin: 0 0;
  background: transparent;
}
.widget.widget_search #searchform:hover:before {
  color: #55bc75;
}
.widget.widget_rss .rsswidget img {
  margin-top: -0.375em;
}
.widget.widget_rss .rss-date, .widget.widget_rss cite {
  color: #999;
  display: block;
  font-style: normal;
  line-height: 1.615384615;
  margin-bottom: 0.538461538em;
}
.widget.widget_rss .rssSummary:last-child {
  margin-bottom: 2.1538461538em;
}
.widget.widget_rss li .rsswidget {
  color: #55bc75;
}
.widget.widget_rss li .rsswidget:hover {
  color: #686868;
}
.widget.widget_rss li:last-child :last-child {
  margin-bottom: 0;
}
.widget.widget_calendar #calendar_wrap {
  border: none;
}
.widget.widget_calendar #wp-calendar, .widget.widget_calendar table {
  background: white;
  border-color: #eaeaea;
  border-width: 1px;
  border-style: solid;
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 30px;
}
.widget.widget_calendar #wp-calendar caption, .widget.widget_calendar table caption {
  padding: 0 0 5px;
}
.widget.widget_calendar #wp-calendar td.label, .widget.widget_calendar table td.label {
  display: table-cell;
}
.widget.widget_calendar #wp-calendar td.label label, .widget.widget_calendar table td.label label {
  margin: 0 0;
}
.widget.widget_calendar #wp-calendar > thead > tr > th, .widget.widget_calendar #wp-calendar > tbody > tr > th, .widget.widget_calendar #wp-calendar > tfoot > tr > th, .widget.widget_calendar table > thead > tr > th, .widget.widget_calendar table > tbody > tr > th, .widget.widget_calendar table > tfoot > tr > th {
  border-color: #eaeaea;
  border-width: 1px 1px 0 0;
  border-style: solid;
  color: #666666;
  vertical-align: middle;
}
.widget.widget_calendar #wp-calendar > thead > tr > th, .widget.widget_calendar table > thead > tr > th {
  background: #f9f9f9;
}
.widget.widget_calendar #wp-calendar > thead > tr > td, .widget.widget_calendar #wp-calendar > tbody > tr > td, .widget.widget_calendar #wp-calendar > tfoot > tr > td, .widget.widget_calendar table > thead > tr > td, .widget.widget_calendar table > tbody > tr > td, .widget.widget_calendar table > tfoot > tr > td {
  border-color: #eaeaea;
  border-width: 1px 1px 0 0;
  border-style: solid;
}
.widget.widget_calendar #wp-calendar td a.color-myaccount, .widget.widget_calendar table td a.color-myaccount {
  text-decoration: underline;
}
.widget.widget_calendar #wp-calendar td a.color-myaccount:hover, .widget.widget_calendar table td a.color-myaccount:hover {
  text-decoration: none;
}
.widget.widget_calendar #wp-calendar td#today, .widget.widget_calendar table td#today {
  color: #55bc75;
}
.widget.widget_calendar #wp-calendar {
  margin-bottom: 0px;
}
.widget.widget_calendar #wp-calendar tbody td a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0;
  background: none;
  color: #333333;
  cursor: pointer;
  white-space: normal;
  font-size: 100%;
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  vertical-align: top;
  font-weight: normal;
  text-decoration: underline;
}
.widget.widget_calendar #wp-calendar tbody td a:focus, .widget.widget_calendar #wp-calendar tbody td a:hover {
  color: #55bc75;
  background: #FFF;
}
.widget.widget_calendar #wp-calendar tfoot #prev, .widget.widget_calendar #wp-calendar tfoot #next {
  text-align: center;
}
.widget.widget_calendar #wp-calendar tfoot #prev a, .widget.widget_calendar #wp-calendar tfoot #prev a:focus, .widget.widget_calendar #wp-calendar tfoot #next a, .widget.widget_calendar #wp-calendar tfoot #next a:focus {
  font-size: 100%;
  background: none;
  border-color: #eaeaea;
  color: inherit;
  padding: 3px 15px;
  box-shadow: none 3px 3px 3px #888;
}
.widget.widget_calendar #wp-calendar tfoot #prev a:hover, .widget.widget_calendar #wp-calendar tfoot #next a:hover {
  color: #FFF;
  background: #55bc75;
  border-color: #55bc75;
}
.widget.widget_sp_image {
  padding: 0;
  border: none;
  position: relative;
  overflow: hidden;
}
.widget.widget_sp_image .widget-title {
  display: none;
}
.widget.widget_sp_image a img {
  margin: 0;
}
.widget.widget_sp_image a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  vertical-align: top;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.widget.widget_sp_image a:before {
  content: " ";
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.widget.widget_sp_image a:hover:before {
  opacity: 1;
  visibility: visible;
}
ul.side-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0px;
  padding: 25px 20px;
}
ul.side-navigation li {
  padding: 8px 0;
}
ul.side-navigation li:first-child {
  padding-top: 0px;
  border-top: none;
}
ul.side-navigation li:last-child {
  padding-bottom: 0px;
}
ul.side-navigation li.current_page_item a {
  color: #55bc75;
}
ul.side-navigation li a {
  position: relative;
  padding: 0 0 0 20px;
  color: inherit;
}
ul.side-navigation li a:hover {
  color: #55bc75;
}
ul.side-navigation li a:before {
  position: absolute;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  left: 0px;
  top: 50%;
  line-height: 1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -2px;
}
ul.side-navigation li ul {
  border-top: 1px solid #eaeaea;
  margin-top: 8px;
  padding: 8px 0 0 15px;
}
.widget-posts {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-posts .post-item {
  margin-bottom: 30px;
  *zoom: 1;
}
.widget-posts .post-item:before, .widget-posts .post-item:after {
  content: " ";
  display: table;
}
.widget-posts .post-item:after {
  clear: both;
}
.widget-posts .post-item:last-child {
  margin-bottom: 0;
}
.widget-posts .post-item:last-child .post-img {
  margin-bottom: 0;
}
.widget-posts .post-item .post-img a {
  display: block;
  position: relative;
  float: left;
  max-width: 70px;
  margin-right: 15px;
  padding: 0 0;
}
.widget-posts .post-item .post-img a:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.widget-posts .post-item .post-title {
  margin: -6px 0 5px;
}
.widget-posts .post-item .post-title a {
  padding: 0 0;
  max-height: 48px;
  display: block;
  overflow: hidden;
}
.widget-posts .post-item .post-title a:hover {
  color: #55bc75;
}
.widget-posts .post-item .post-date {
  color: #ccc;
}
.widget-posts .post-item:hover .post-img a:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/***************************************************
	scss file: /assets/scss/theme/_main.scss
		+ #sns_slideshow, sns_breadcrumbs
		+ Content 
			- #sns_content
		+ Footer
			- #sns_footer
****************************************************/
#sns_slideshow .hephaistos.tparrows.tp-rightarrow::before {
  content: "";
}
#sns_slideshow .hephaistos.tparrows.tp-leftarrow::before {
  content: "";
}
#sns_slideshow .rev-btn {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#sns_slideshow .sns-vertical-menu {
  width: calc(25% - 15px);
  padding-left: 15px;
  float: left;
}
#sns_slideshow .sns-slide-show {
  width: calc(75% + 15px);
  padding-right: 15px;
  float: left;
}
@media (max-width: 1200px) {
  #sns_slideshow .sns-slide-show {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  #sns_slideshow .tparrows {
    display: none !important;
  }
}
#sns_breadcrumbs {
  position: relative;
  margin: 0 0 35px;
  padding: 0 0;
}
#sns_breadcrumbs .container > div {
  position: relative;
  margin: 0 0 15px;
  padding: 15px 0 0;
}
#sns_breadcrumbs .breadcrumbs {
  color: #55bc75;
}
#sns_breadcrumbs .breadcrumbs > * {
  display: inline-block;
}
#sns_breadcrumbs .breadcrumbs a {
  color: #666666;
}
#sns_breadcrumbs .breadcrumbs a i {
  font-size: 16px;
}
#sns_breadcrumbs .breadcrumbs a:hover {
  color: #55bc75;
}
#sns_breadcrumbs .breadcrumbs .navigation-pipe {
  margin: 0px 10px;
  color: #ccc;
  font-size: 10px;
}
body.tax-product_cat #sns_breadcrumbs, body.post-type-archive-product #sns_breadcrumbs, body.single-product #sns_breadcrumbs {
  margin-bottom: 0px;
}
body.tax-product_cat:not(.have-cat-slideshow) #sns_breadcrumbs {
  margin-bottom: 50px;
}
#sns_content {
  position: relative;
  margin: 0 0;
}
body.no-breadcrumb #sns_content {
  margin-top: 45px;
}
body.error404 #sns_content {
  margin-top: 0;
}
#sns_content .sns-right, #sns_content .sns-left {
  margin-bottom: 70px;
}
#sns_content .sns-right-sidebar, #sns_content .sns-left-sidebar {
  margin-bottom: 70px;
}
#sns_content .sns-right-sidebar > .vc_column-inner > .wpb_wrapper > *, #sns_content .sns-left-sidebar > .vc_column-inner > .wpb_wrapper > * {
  margin-bottom: 55px;
}
#sns_content .sns-right-sidebar > .vc_column-inner > .wpb_wrapper > *:last-child, #sns_content .sns-left-sidebar > .vc_column-inner > .wpb_wrapper > *:last-child {
  margin-bottom: 0px;
}
#sns_content .sns-right-sidebar > .vc_column-inner > .wpb_wrapper > * .wpb_heading, #sns_content .sns-left-sidebar > .vc_column-inner > .wpb_wrapper > * .wpb_heading {
  font-weight: bold;
  font-size: 1.7142em;
  text-transform: none;
}
#sns_content .sns-right-sidebar > .vc_column-inner > .wpb_wrapper > * ul.vertical-style, #sns_content .sns-left-sidebar > .vc_column-inner > .wpb_wrapper > * ul.vertical-style {
  border-top: 1px solid #eaeaea;
}
#sns_footer {
  color: #666666;
}
#sns_footer .wpb_content_element {
  margin-bottom: 0px;
}
#sns_footer .vc_custom_heading {
  text-transform: uppercase;
  font-size: 1.1428em;
  margin: 0 0 30px;
  color: #FFF;
}
#sns_footer .wpb_heading, #sns_footer .widgettitle {
  text-transform: none;
  font-size: 1.1428em;
  text-transform: uppercase;
  margin: 0 0 30px;
  color: #FFF;
}
#sns_footer .widget {
  border: none;
  padding: 0 0;
  margin: 0px;
}
#sns_footer .widget.widget_nav_menu .menu li {
  padding: 5px 0;
}
#sns_footer .widget.widget_nav_menu .menu li a {
  position: relative;
  display: block;
  color: inherit;
  padding: 0 0 0 20px;
}
#sns_footer .widget.widget_nav_menu .menu li a:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  /* f0fb */
  font-size: 14px;
  opacity: 0;
  top: 4px;
  position: absolute;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 1;
  left: 0px;
  text-align: left;
}
#sns_footer .widget.widget_nav_menu .menu li a:hover {
  color: #55bc75;
}
#sns_footer .widget.widget_nav_menu .menu li a:hover:before {
  opacity: 1;
  color: #55bc75;
}
#sns_footer .widget.widget_nav_menu .menu li:first-child {
  padding-top: 0px;
}
#sns_footer .sns-list-posts .item-post .post-title a {
  color: inherit;
}
#sns_footer .sns-list-posts .item-post .post-title a:hover {
  color: #55bc75;
}
#sns_footer .sns-list-posts .item-post .post-date {
  color: #666;
}
#sns_footer .tnp-subscription {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
}
#sns_footer .tnp-subscription form label {
  padding: 0px;
  margin: 0 0 10px;
  font-weight: inherit;
}
#sns_footer .tnp-subscription form input[type="email"] {
  border-radius: 40px;
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  color: #666666;
}
#sns_footer .tnp-subscription form input.tnp-submit {
  border-radius: 0 40px 40px 0;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: auto;
  color: inherit;
}
#sns_footer .tnp-subscription form input.tnp-submit:hover {
  border-color: #55bc75;
  background-color: #55bc75;
  color: #FFF;
}
#sns_footer .inline-menu {
  text-align: center;
}
#sns_footer .inline-menu .widget.widget_nav_menu {
  display: inline-block;
}
#sns_footer .inline-menu .widget.widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
}
#sns_footer .inline-menu .widget.widget_nav_menu ul:before, #sns_footer .inline-menu .widget.widget_nav_menu ul:after {
  content: " ";
  display: table;
}
#sns_footer .inline-menu .widget.widget_nav_menu ul:after {
  clear: both;
}
#sns_footer .inline-menu .widget.widget_nav_menu ul li {
  display: inline-block;
  position: relative;
  float: left;
  padding: 0 17px;
}
#sns_footer .inline-menu .widget.widget_nav_menu ul li:before {
  content: "";
  position: absolute;
  height: 13px;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  left: 0px;
  top: 5px;
}
@media (max-width: 767px) {
  #sns_footer .inline-menu .widget.widget_nav_menu ul li {
    padding-left: 12px;
    padding-right: 12px;
  }
}
#sns_footer .inline-menu .widget.widget_nav_menu ul li a {
  color: #666666;
  padding: 0;
}
#sns_footer .inline-menu .widget.widget_nav_menu ul li a:before {
  display: none;
}
#sns_footer .inline-menu .widget.widget_nav_menu ul li a:hover {
  color: #55bc75;
  padding: 0 0;
}
#sns_footer .inline-menu .widget.widget_nav_menu ul li:first-child {
  padding-left: 0;
}
#sns_footer .inline-menu .widget.widget_nav_menu ul li:first-child:before {
  display: none;
}
#sns_footer .wpb_text_column p {
  margin-bottom: 10px;
}
#sns_footer .wpb_text_column p:last-child {
  margin-bottom: 0px;
}
#sns_footer .wpb_text_column a {
  color: inherit;
}
#sns_footer .wpb_text_column a:hover {
  color: #55bc75;
}
#sns_footer .sns-social-links .follow-us a {
  border-color: rgba(255, 255, 255, 0.1);
  color: inherit;
}
#sns_footer .sns-social-links .follow-us a:hover {
  border-color: #55bc75;
  color: #FFF;
}
#sns_footer .sns-tags .tags-content a {
  border-color: rgba(255, 255, 255, 0.1);
}
#sns_footer .sns-tags .tags-content a:hover {
  border-color: #55bc75;
}
#sns_footer .sns-tags.title-inline .tags-content a {
  color: #666666;
}
#sns_footer .sns-tags.title-inline .tags-content a:hover {
  color: #55bc75;
}
#sns_footer .sns-list-posts .list-post {
  padding-top: 6px;
}
#sns_footer .sns-list-posts .list-post .item-post .post-img {
  margin-right: 15px;
}
#sns_footer #sb_instagram .sbi_follow_btn a {
  margin-top: 15px;
  padding: 0;
  background: none !important;
  color: inherit;
  font-size: 1em;
}
#sns_footer #sb_instagram .sbi_follow_btn a svg {
  margin-bottom: -3px;
}
#sns_footer #sb_instagram .sbi_follow_btn a:hover {
  background-color: none !important;
  opacity: 1;
  color: #55bc75;
}
#sns_footer .copyright {
  text-align: center;
  border-top: 1px solid #eaeaea;
  padding: 25px 10px;
}
#sns_footer .copyright a {
  color: inherit;
}
#sns_footer .copyright a:hover {
  color: #55bc75;
}
#sns_footer.footer-1 {
  color: rgba(255, 255, 255, 0.6);
}
#sns_footer.footer-1 .sns-info-box .content-info-box .sc_heading {
  color: white;
}
#sns_footer.footer-1 .sns-info-box .icon {
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#sns_footer.footer-1 .sns-info-box:hover .icon {
  opacity: 1;
}
#sns_footer.footer-1 .sns-info-box:hover .content-info-box .sc_heading {
  color: white;
}
#sns_footer.footer-1 .sns-info-box.have-border {
  border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 767px) {
  #sns_footer.footer-1 .sns-info-box.have-border-left:before {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
#sns_footer.footer-1 . .sns-store-info > * .vc_icon_element-icon {
  border-color: rgba(255, 255, 255, 0.6);
}
#sns_footer.footer-1 . .sns-store-info > *:hover .vc_icon_element-icon {
  border-color: #55bc75;
}
#sns_footer.footer-1 .wpb_content_element a {
  color: inherit;
}
#sns_footer.footer-1 .wpb_content_element a:hover {
  color: #55bc75;
}
#sns_footer.footer-1 .sns-list-posts .item-post .post-date {
  color: rgba(255, 255, 255, 0.3);
}
#sns_footer.footer-2 {
  color: #666666;
}
#sns_footer.footer-2 .main-footer {
  color: #ccc;
}
#sns_footer.footer-2 .sns-social-links .follow-us a {
  border-color: #eaeaea;
  color: #666666;
  background-color: #fff;
}
#sns_footer.footer-2 .sns-social-links .follow-us a:hover {
  border-color: #55bc75;
  color: #FFF;
  background-color: #55bc75;
}
#sns_footer.footer-2 .wpb_heading, #sns_footer.footer-2 .widgettitle {
  color: #fff;
}
#sns_footer.footer-2 .newsletter-1 .label-wrap h3 {
  color: #333333;
}
#sns_footer.footer-2 .newsletter-1 .label-wrap:before {
  color: #666666;
}
#sns_footer.footer-2 .newsletter-1 .input-wrap input[type="email"] {
  border-color: #eaeaea;
  background: #FFF;
}
#sns_footer.footer-2 .newsletter-1 .input-wrap input[type="email"]:hover {
  border-color: #cccccc;
}
#sns_footer.footer-2 .newsletter-1 .input-wrap input.tnp-submit {
  border-left: none;
  background: #55bc75;
  color: #FFF;
}
#sns_footer.footer-2 .newsletter-1 .input-wrap input.tnp-submit:hover {
  background: #333333;
}
#sns_footer.footer-2 .sns-store-info > * .vc_icon_element-icon {
  border-color: inherit;
}
#sns_footer.footer-2 .sns-store-info > *:hover .vc_icon_element-icon {
  border-color: #55bc75;
}
#sns_footer.footer-3 .wpb_heading, #sns_footer.footer-3 .widgettitle {
  color: #333333;
}
#sns_footer.footer-3 .tnp-subscription form input[type="email"] {
  border-color: #eaeaea;
}
#sns_footer.footer-3 .tnp-subscription form input.tnp-submit {
  border-color: #eaeaea;
}
#sns_footer.footer-3 .sns-social-links .follow-us a {
  border-color: #ccc;
}
#sns_footer.footer-3 .sns-social-links .follow-us a:hover {
  border-color: #55bc75;
}
#sns_footer.footer-blank {
  height: 75px;
}
#sns_footer.footer-blank .copyright {
  border: none;
}
#sns_content.is-notfound {
  position: relative;
}
@media (min-width: 767px) {
  #sns_content.is-notfound {
    height: 100vh;
  }
}
#sns_content.is-notfound .copyright {
  border-top: none;
}
.sns-notfound-page {
  padding-bottom: 25px;
}
.sns-notfound-page .sns-notfound-content {
  text-align: center;
  margin: 0;
}
.sns-notfound-page .sns-notfound-content h1 {
  display: block;
  font-size: 2em;
  color: #666666;
  position: relative;
  padding: 0 0;
  margin: 100px 0 10px;
}
.sns-notfound-page .sns-notfound-content p {
  margin: 0 0 15px;
}
.sns-notfound-page .sns-notfound-content div.home-back {
  margin: 50px 0 0;
}
.sns-notfound-page .sns-notfound-content div.home-back a {
  padding: 15px 35px;
  background: #333333;
  border-color: #333333;
  color: #FFF;
}
.sns-notfound-page .sns-notfound-content div.home-back a:hover {
  border-color: #55bc75;
  background: #55bc75;
}
.sns-notfound-page #searchform {
  position: relative;
  padding: 0;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  width: 400px;
  margin: 50px auto 0;
}
.sns-notfound-page #searchform:before {
  position: absolute;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  right: 14px;
  top: 11px;
  margin: 0 0;
}
.sns-notfound-page #searchform label.screen-reader-text {
  display: none;
}
.sns-notfound-page #searchform input#s {
  width: 100%;
  box-shadow: none;
  height: 48px;
  line-height: 48px;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding: 10px 20px;
}
.sns-notfound-page #searchform input#s:hover, .sns-notfound-page #searchform input#s:focus, .sns-notfound-page #searchform input#s:visited {
  border-color: #ccc;
}
.sns-notfound-page #searchform input#searchsubmit {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 16px;
  padding: 0 0;
  margin: -5px 0 0;
  border: none;
  text-indent: -99em;
  overflow: hidden;
  border-radius: 0px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #666666;
  background: transparent;
}
@media (min-width: 767px) {
  .sns-notfound-page {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .sns-notfound-page {
    padding-top: 80px;
  }
  .sns-notfound-page .sns-notfound-content h1 {
    margin-top: 60px;
  }
  .sns-notfound-page .sns-notfound-content div.home-back {
    margin: 40px 0;
  }
}
/***************************************************
	scss file: /assets/scss/theme/_header.scss
		+ Header 
			- .sns_header_layout_1
			- .sns_header_layout_2 
			- .sns_header_layout_3 
****************************************************/
#sns_menu.keep-menu {
  z-index: 2;
  position: fixed;
  top: 0px;
  width: 100%;
  background: #FFF;
}
body.boxed-layout #sns_menu.keep-menu {
  width: auto;
}
body.admin-bar #sns_menu.keep-menu {
  top: 32px;
}
@media (max-width: 992px) {
  body.admin-bar #sns_menu.keep-menu {
    top: 46px;
  }
}
@media (max-width: 480px) {
  body.admin-bar #sns_menu.keep-menu {
    top: 0px;
  }
}
#sns_menu .sns-mainnav-wrapper #sns_mainnav {
  position: relative;
  width: 100%;
  text-align: center;
}
.sns_menu_wrapper {
  position: relative;
  background-position: center top;
  width: 100%;
  transition: none;
  -webkit-transition: none;
}
.sns_menu_wrapper .contain {
  position: relative;
}
.sns_menu_wrapper:hover {
  z-index: 2;
}
.sns_menu_wrapper body.show-sidebar, body.show-video .sns_menu_wrapper {
  z-index: 4;
}
.sns_menu_wrapper .icon-search {
  display: inline-block;
  text-align: center;
}
.sns_menu_wrapper .sns-mainnav-wrapper {
  float: left;
}
#sns_header .container {
  position: relative;
}
#sns_header .top-header {
  color: rgba(255, 255, 255, 0.9);
}
#sns_header .top-header .vc_row {
  overflow: visible;
}
#sns_header .top-header a {
  color: inherit;
}
#sns_header .top-header a:hover {
  color: #55bc75;
}
#sns_header .top-header .inline-inner-block > .vc_column-inner > .wpb_wrapper > * {
  padding: 9px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
#sns_header .top-header .inline-inner-block > .vc_column-inner > .wpb_wrapper > *:first-child {
  border-left: none;
  padding-left: 0px;
}
#sns_header .top-header .inline-inner-block > .vc_column-inner > .wpb_wrapper > *:last-child {
  padding-right: 0px;
}
#sns_header .top-header .inline-inner-block > .vc_column-inner > .wpb_wrapper .wpb_raw_html {
  margin: 0 0;
  padding: 0 0;
}
#sns_header .top-header .settings {
  float: left;
}
#sns_header .top-header .settings .currency, #sns_header .top-header .settings .language {
  position: relative;
  float: left;
}
#sns_header .top-header .settings .currency .tongle, #sns_header .top-header .settings .language .tongle {
  padding: 9px 34px 9px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  color: inherit;
}
#sns_header .top-header .settings .currency .tongle:before, #sns_header .top-header .settings .language .tongle:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  font-size: 13px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -7px;
}
#sns_header .top-header .settings .currency ul, #sns_header .top-header .settings .language ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 120px;
  position: absolute;
  top: 60px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  border: 1px solid #eaeaea;
  z-index: 1;
  background: #FFF;
}
#sns_header .top-header .settings .currency ul li, #sns_header .top-header .settings .language ul li {
  display: block;
  border-top: 1px solid #eaeaea;
  line-height: normal;
}
#sns_header .top-header .settings .currency ul li a, #sns_header .top-header .settings .language ul li a {
  display: block;
  padding: 10px 15px;
  color: #333333;
}
#sns_header .top-header .settings .currency ul li a:hover, #sns_header .top-header .settings .language ul li a:hover {
  color: #55bc75;
}
#sns_header .top-header .settings .currency ul li:first-child, #sns_header .top-header .settings .language ul li:first-child {
  border: none;
}
#sns_header .top-header .settings .currency:hover ul, #sns_header .top-header .settings .language:hover ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
#sns_header .top-header .settings .currency:first-child .tongle, #sns_header .top-header .settings .language:first-child .tongle {
  border: none;
}
#sns_header .top-header .settings .language .tongle {
  background: url(../img/en.jpg) no-repeat left center;
  padding-left: 25px;
}
#sns_header .top-header .settings .language ul li a.en {
  background: url(../img/en.jpg) no-repeat 10px center;
  padding-left: 35px;
}
#sns_header .top-header .settings .language ul li a.fr {
  background: url(../img/fr.jpg) no-repeat 10px center;
  padding-left: 35px;
}
#sns_header .top-header .settings .language ul li a.it {
  background: url(../img/it.jpg) no-repeat 10px center;
  padding-left: 35px;
}
#sns_header .sns-info-box {
  margin-top: 5px;
}
#sns_header .sns-info-box .icon {
  margin: 0 10px 0 0;
}
#sns_header .sns-info-box .content-info-box .sc_heading {
  font-weight: bold;
}
#sns_header #sns_menu #sns_mainmenu_vertical {
  width: 270px;
  height: 70px;
  float: left;
  margin: 0 0;
  position: relative;
  border: 1px solid #eaeaea;
  border-right: none;
  background: #FFF;
}
#sns_header #sns_menu #sns_mainmenu_vertical > .tongle {
  padding: 0 35px;
  color: #333333;
  height: 68px;
  line-height: 70px;
  position: relative;
  cursor: pointer;
  font-size: 1.1428em;
  font-weight: bold;
  text-transform: uppercase;
}
#sns_header #sns_menu #sns_mainmenu_vertical > .tongle:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
  line-height: 70px;
  position: absolute;
  right: 30px;
  top: 0px;
  color: #333333;
}
@media (max-width: 1199px) {
  #sns_header #sns_menu #sns_mainmenu_vertical {
    width: 70px;
  }
  #sns_header #sns_menu #sns_mainmenu_vertical > .tongle {
    padding: 0 0;
    font-size: 0px;
  }
  #sns_header #sns_menu #sns_mainmenu_vertical > .tongle:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 68px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    font-size: 36px;
    line-height: 70px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #333333;
  }
}
#sns_header #sns_menu #sns_mainmenu_vertical > .main_navigation_alert, #sns_header #sns_menu #sns_mainmenu_vertical > .content {
  visibility: hidden;
  opacity: 0;
  background: #333;
  padding: 0 20px;
  position: absolute;
  left: -1px;
  top: 69px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  z-index: 3;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  width: 270px;
}
#sns_header #sns_menu #sns_mainmenu_vertical > .main_navigation_alert .more-cat, #sns_header #sns_menu #sns_mainmenu_vertical > .main_navigation_alert .less-cat, #sns_header #sns_menu #sns_mainmenu_vertical > .content .more-cat, #sns_header #sns_menu #sns_mainmenu_vertical > .content .less-cat {
  margin: 10px 0 30px;
  padding: 8px 0;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  background: #666;
  border-color: #666;
}
#sns_header #sns_menu #sns_mainmenu_vertical > .main_navigation_alert .more-cat:not(.hidden), #sns_header #sns_menu #sns_mainmenu_vertical > .main_navigation_alert .less-cat:not(.hidden), #sns_header #sns_menu #sns_mainmenu_vertical > .content .more-cat:not(.hidden), #sns_header #sns_menu #sns_mainmenu_vertical > .content .less-cat:not(.hidden) {
  display: block !important;
}
#sns_header #sns_menu #sns_mainmenu_vertical > .main_navigation_alert .more-cat i, #sns_header #sns_menu #sns_mainmenu_vertical > .main_navigation_alert .less-cat i, #sns_header #sns_menu #sns_mainmenu_vertical > .content .more-cat i, #sns_header #sns_menu #sns_mainmenu_vertical > .content .less-cat i {
  margin-left: 8px;
}
#sns_header #sns_menu #sns_mainmenu_vertical > .main_navigation_alert .more-cat:hover, #sns_header #sns_menu #sns_mainmenu_vertical > .main_navigation_alert .less-cat:hover, #sns_header #sns_menu #sns_mainmenu_vertical > .content .more-cat:hover, #sns_header #sns_menu #sns_mainmenu_vertical > .content .less-cat:hover {
  border-color: #55bc75;
  background: #55bc75;
}
#sns_header #sns_menu #sns_mainmenu_vertical p.main_navigation_alert {
  padding: 30px 20px;
}
#sns_header #sns_menu #sns_mainmenu_vertical:not(.a-click):hover {
  border-color: #55bc75;
}
#sns_header #sns_menu #sns_mainmenu_vertical:not(.a-click):hover > .tongle {
  color: #FFF;
  background: #55bc75;
}
#sns_header #sns_menu #sns_mainmenu_vertical:not(.a-click):hover > .tongle:before {
  color: #FFF;
}
#sns_header #sns_menu #sns_mainmenu_vertical:not(.a-click):hover > .main_navigation_alert, #sns_header #sns_menu #sns_mainmenu_vertical:not(.a-click):hover > .content {
  visibility: visible;
  opacity: 1;
  top: 68px;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
@media (min-width: 1199px) {
  #sns_header #sns_menu #sns_mainmenu_vertical.active {
    border-color: #55bc75;
  }
  #sns_header #sns_menu #sns_mainmenu_vertical.active > .tongle {
    color: #FFF;
    background: #55bc75;
  }
  #sns_header #sns_menu #sns_mainmenu_vertical.active > .tongle:before {
    color: #FFF;
  }
  #sns_header #sns_menu #sns_mainmenu_vertical.active > .main_navigation_alert, #sns_header #sns_menu #sns_mainmenu_vertical.active > .content {
    visibility: visible;
    opacity: 1;
    top: 68px;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
@media (max-width: 1199px) {
  #sns_header #sns_menu #sns_mainmenu_vertical.a-click:hover {
    border-color: #55bc75;
  }
  #sns_header #sns_menu #sns_mainmenu_vertical.a-click:hover > .tongle {
    color: #FFF;
    background: #55bc75;
  }
  #sns_header #sns_menu #sns_mainmenu_vertical.a-click:hover > .tongle:before {
    color: #FFF;
  }
  #sns_header #sns_menu #sns_mainmenu_vertical.a-click:hover > .main_navigation_alert, #sns_header #sns_menu #sns_mainmenu_vertical.a-click:hover > .content {
    visibility: visible;
    opacity: 1;
    top: 68px;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
#sns_header #sns_menu #sns_mainmenu {
  float: left;
  width: calc(100% - 270px);
  min-width: 70%;
  position: relative;
  background: #FFF;
  border: 1px solid #eaeaea;
  height: 70px;
}
@media (max-width: 1199px) {
  #sns_header #sns_menu #sns_mainmenu {
    width: calc(100% - 70px);
  }
}
#sns_header #sns_menu #sns_mainmenu ul#main_navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
}
#sns_header #sns_menu #sns_mainmenu .mini-cart {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0 0;
  height: 70px;
  width: 120px;
}
#sns_header #sns_menu #sns_mainmenu .mini-cart .tongle {
  padding: 0;
  display: inline-block;
  -webkit-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  cursor: pointer;
  height: 68px;
  width: 100%;
  border-left: 1px solid #eaeaea;
  padding-left: 30px;
}
#sns_header #sns_menu #sns_mainmenu .mini-cart .tongle .number {
  display: block;
  margin: 13px 0 -2px;
  color: #666666;
}
#sns_header #sns_menu #sns_mainmenu .mini-cart .tongle .cart-total {
  display: block;
  color: #55bc75;
}
#sns_header #sns_menu #sns_mainmenu .mini-cart .tongle:before {
  position: absolute;
  left: -20px;
  top: 15px;
  content: "";
  display: inline-block;
  font-family: Flaticon;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #eaeaea;
  background: #FFF;
  border-radius: 100%;
}
@media (max-width: 480px) {
  #sns_header #sns_menu #sns_mainmenu .mini-cart {
    width: 35px;
  }
  #sns_header #sns_menu #sns_mainmenu .mini-cart .tongle {
    padding-left: 0px;
  }
  #sns_header #sns_menu #sns_mainmenu .mini-cart .tongle .number, #sns_header #sns_menu #sns_mainmenu .mini-cart .tongle .cart-total {
    display: none;
  }
}
#sns_header #sns_menu #sns_mainmenu .mini-cart .content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 69px;
  right: -1px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  z-index: 99;
  width: 340px;
  background: #FFF;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}
@media (max-width: 480px) {
  #sns_header #sns_menu #sns_mainmenu .mini-cart .content {
    width: 290px;
  }
}
#sns_header #sns_menu #sns_mainmenu .mini-cart .content .cart-title {
  padding: 0 25px;
}
#sns_header #sns_menu #sns_mainmenu .mini-cart .content .cart-title h4 {
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
  display: block;
  font-size: 1.1428em;
  padding: 20px 0 10px;
  margin: 0 0 0;
  border-bottom: 1px solid #eaeaea;
}
#sns_header #sns_menu #sns_mainmenu .mini-cart .content .widget {
  padding: 0 0;
  margin: 0 0;
  border: none;
}
#sns_header #sns_menu #sns_mainmenu .mini-cart.active .tongle, #sns_header #sns_menu #sns_mainmenu .mini-cart:hover .tongle {
  color: #55bc75;
}
#sns_header #sns_menu #sns_mainmenu .mini-cart.active .tongle:before, #sns_header #sns_menu #sns_mainmenu .mini-cart:hover .tongle:before {
  color: #FFF;
  background: #55bc75;
  border-color: #55bc75;
  -webkit-animation: bounceIn 600ms ease both;
  -o-animation: bounceIn 600ms ease both;
  animation: bounceIn 600ms ease both;
}
#sns_header #sns_menu #sns_mainmenu .mini-cart.active .content, #sns_header #sns_menu #sns_mainmenu .mini-cart:hover .content {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
#sns_header .main-header {
  padding: 20px 0;
}
#sns_header .main-header .header-logo a {
  max-width: 138px;
  display: inline-block;
}
body.header-style1 #sns_header {
  margin: 0 0;
}
body.header-style1 #sns_header .main-header .row .header-logo {
  margin: 30px 0 20px;
}
@media (max-width: 992px) {
  body.header-style1 #sns_header .main-header .row .header-logo {
    width: calc(100% - 125px);
  }
}
@media (max-width: 767px) {
  body.header-style1 #sns_header .main-header .row .header-logo {
    width: calc(100% - 90px);
    margin-top: 20px;
  }
}
body.header-style1 #sns_header .main-header .row #sns_main_category {
  margin: 30px 0 0;
  text-align: right;
}
@media (max-width: 992px) {
  body.header-style1 #sns_header .main-header .row #sns_main_category {
    margin-top: 31px;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    padding: 0 0;
    position: relative;
    text-align: left;
  }
  body.header-style1 #sns_header .main-header .row #sns_main_category:before {
    position: absolute;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #FFF;
    background: #333333;
    border-radius: 5px;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    top: 0px;
    right: 0px;
    margin: 0 0;
    cursor: pointer;
  }
  body.header-style1 #sns_header .main-header .row #sns_main_category > ul {
    position: absolute;
    min-width: 70px;
    top: 50px;
    right: 0px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    z-index: 2;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background: #FFF;
    padding: 10px 0;
  }
  body.header-style1 #sns_header .main-header .row #sns_main_category > ul li.menu-item {
    display: block;
    float: none;
    padding: 5px 0;
  }
  body.header-style1 #sns_header .main-header .row #sns_main_category:hover:before {
    background: #55bc75;
  }
  body.header-style1 #sns_header .main-header .row #sns_main_category:hover > ul {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  body.header-style1 #sns_header .main-header .row #sns_main_category {
    width: 35px;
    height: 35px;
    margin-right: 5px;
  }
  body.header-style1 #sns_header .main-header .row #sns_main_category:before {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  body.header-style1 #sns_header .main-header .row #sns_main_category > ul {
    top: 35px;
  }
}
body.header-style1 #sns_header .main-header .row .search {
  margin: 30px 0;
}
@media (max-width: 1199px) {
  body.header-style1 #sns_header .main-header .row .search {
    margin-top: 31px;
    width: 45px;
    height: 45px;
    padding: 0 0;
    border-radius: 5px;
    background: #333333;
    position: relative;
    float: right;
    margin-right: 15px !important;
  }
  body.header-style1 #sns_header .main-header .row .search:before {
    position: absolute;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #FFF;
    border-radius: 5px;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    top: 0px;
    right: 0px;
    margin: 0 0;
    cursor: pointer;
  }
  body.header-style1 #sns_header .main-header .row .search .sns-searchwrap {
    position: absolute;
    width: 320px;
    top: 50px;
    right: 0px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    z-index: 1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }
  body.header-style1 #sns_header .main-header .row .search .sns-searchwrap button[type="submit"] {
    display: none;
  }
  body.header-style1 #sns_header .main-header .row .search.hover:before, body.header-style1 #sns_header .main-header .row .search:hover:before {
    background: #55bc75;
  }
  body.header-style1 #sns_header .main-header .row .search.hover .sns-searchwrap, body.header-style1 #sns_header .main-header .row .search:hover .sns-searchwrap {
    visibility: visible;
    opacity: 1;
    border-radius: 5px;
  }
}
@media (max-width: 992px) {
  body.header-style1 #sns_header .main-header .row .search {
    width: 45px;
    float: left;
    margin-right: 0px !important;
  }
}
@media (max-width: 767px) {
  body.header-style1 #sns_header .main-header .row .search {
    width: 35px;
    height: 35px;
  }
  body.header-style1 #sns_header .main-header .row .search:before {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  body.header-style1 #sns_header .main-header .row .search .sns-searchwrap {
    top: 35px;
  }
}
@media (max-width: 992px) {
  body.header-style1 #sns_header .main-header {
    padding: 0 0;
  }
}
body.header-style2 #sns_header {
  margin: 0 0;
}
body.header-style2 #sns_header .main-header .row > * {
  margin: 30px 0;
}
body.header-style2 #sns_header .main-header .row .header-logo {
  margin-top: 28px;
}
@media (max-width: 992px) {
  body.header-style2 #sns_header .main-header .row .header-logo {
    width: calc(100% - 65px);
  }
}
@media (max-width: 767px) {
  body.header-style2 #sns_header .main-header .row .header-logo {
    width: calc(100% - 50px);
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  body.header-style2 #sns_header .main-header .row .search {
    margin-top: 31px;
    width: 45px;
    height: 45px;
    padding: 0 0;
    border-radius: 5px;
    background: #333333;
    position: relative;
    float: right;
    margin-right: 15px !important;
  }
  body.header-style2 #sns_header .main-header .row .search:before {
    position: absolute;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #FFF;
    border-radius: 5px;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    top: 0px;
    right: 0px;
    margin: 0 0;
    cursor: pointer;
  }
  body.header-style2 #sns_header .main-header .row .search .sns-searchwrap {
    position: absolute;
    width: 320px;
    top: 50px;
    right: 0px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    z-index: 1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }
  body.header-style2 #sns_header .main-header .row .search .sns-searchwrap button[type="submit"] {
    display: none;
  }
  body.header-style2 #sns_header .main-header .row .search.hover:before, body.header-style2 #sns_header .main-header .row .search:hover:before {
    background: #55bc75;
  }
  body.header-style2 #sns_header .main-header .row .search.hover .sns-searchwrap, body.header-style2 #sns_header .main-header .row .search:hover .sns-searchwrap {
    visibility: visible;
    opacity: 1;
    border-radius: 5px;
  }
}
@media (max-width: 992px) {
  body.header-style2 #sns_header .main-header .row .search {
    width: 45px;
    float: left;
    margin-right: 0px !important;
  }
}
@media (max-width: 767px) {
  body.header-style2 #sns_header .main-header .row .search {
    width: 35px;
    height: 35px;
  }
  body.header-style2 #sns_header .main-header .row .search:before {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  body.header-style2 #sns_header .main-header .row .search .sns-searchwrap {
    top: 35px;
  }
}
@media (max-width: 992px) {
  body.header-style2 #sns_header .main-header {
    padding: 0 0;
  }
}
body.header-style3 #sns_header .top-header {
  color: #666;
}
body.header-style3 #sns_header .top-header .inline-inner-block > .vc_column-inner > .wpb_wrapper > * {
  border-color: #eaeaea;
}
body.header-style3 #sns_header .top-header .settings .currency .tongle, body.header-style3 #sns_header .top-header .settings .language .tongle {
  border-color: #eaeaea;
}
body.header-style3 #sns_header .top-header .settings .currency .tongle:before, body.header-style3 #sns_header .top-header .settings .language .tongle:before {
  font-size: 16px;
}
body.header-style3 #sns_header .main-header {
  padding: 40px 0;
}
@media (max-width: 767px) {
  body.header-style3 #sns_header .main-header {
    padding: 20px 0;
  }
}
body.header-style3 #sns_header .main-header .header-logo {
  padding-top: 0;
}
@media (max-width: 767px) {
  body.header-style3 #sns_header .main-header .header-logo {
    width: calc(100% - 35px);
    float: left;
  }
  body.header-style3 #sns_header .main-header .header-logo + .search .sns-searchwrap {
    right: 0px;
  }
  body.header-style3 #sns_header .main-header .header-logo.have-woocommerce {
    width: calc(100% - 112px);
  }
  body.header-style3 #sns_header .main-header .header-logo.have-woocommerce + .search .sns-searchwrap {
    right: -85px;
  }
}
body.header-style3 #sns_header .main-header .search {
  margin-top: 2px;
}
@media (max-width: 767px) {
  body.header-style3 #sns_header .main-header .search {
    margin: 18px 0 0 0;
    padding: 0;
    position: relative;
    float: left;
    height: 20px;
    width: 20px;
  }
  body.header-style3 #sns_header .main-header .search:before {
    position: absolute;
    content: "";
    display: inline-block;
    font-family: Flaticon;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    color: #333333;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    top: 0px;
    right: 0px;
    margin: 0 0;
    cursor: pointer;
  }
  body.header-style3 #sns_header .main-header .search .sns-searchwrap {
    position: absolute;
    width: 320px;
    top: 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    z-index: 1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border-radius: 48px;
  }
  body.header-style3 #sns_header .main-header .search .sns-searchwrap button[type="submit"] {
    display: none;
  }
  body.header-style3 #sns_header .main-header .search.hover .sns-searchwrap, body.header-style3 #sns_header .main-header .search:hover .sns-searchwrap {
    visibility: visible;
    opacity: 1;
  }
}
body.header-style3 #sns_header .main-header .header-right {
  margin-top: 14px;
}
@media (max-width: 767px) {
  body.header-style3 #sns_header .main-header .header-right {
    margin-top: 15px;
    float: right;
  }
}
body.header-style3 #sns_header .main-header .header-right > * {
  float: right;
  margin-left: 30px;
}
@media (max-width: 1199px) {
  body.header-style3 #sns_header .main-header .header-right > * {
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  body.header-style3 #sns_header .main-header .header-right > * {
    margin-left: 15px;
  }
}
body.header-style3 #sns_header .main-header .header-right > *:last-child {
  margin-left: 0;
}
body.header-style3 #sns_header .main-header .header-right .mini-cart {
  width: 26px;
  height: 26px;
}
body.header-style3 #sns_header .main-header .header-right .mini-cart .tongle {
  width: 26px;
  height: 26px;
  color: #333333;
  position: relative;
  display: inline-block;
}
body.header-style3 #sns_header .main-header .header-right .mini-cart .tongle:before {
  content: "";
  display: inline-block;
  font-family: Flaticon;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 26px;
}
body.header-style3 #sns_header .main-header .header-right .mini-cart .tongle .cart-number {
  height: 18px;
  line-height: 18px;
  width: 18px;
  background: #55bc75;
  border-radius: 100%;
  color: #FFF;
  font-size: 10px;
  display: inline-block;
  position: absolute;
  top: -8px;
  right: -5px;
  text-align: center;
}
@media (max-width: 767px) {
  body.header-style3 #sns_header .main-header .header-right .mini-cart .tongle {
    width: 20px;
    height: 20px;
  }
  body.header-style3 #sns_header .main-header .header-right .mini-cart .tongle:before {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
}
body.header-style3 #sns_header .main-header .header-right .mini-cart .content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  right: 0px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  z-index: 99;
  width: 340px;
  background: #FFF;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}
@media (max-width: 767px) {
  body.header-style3 #sns_header .main-header .header-right .mini-cart .content {
    right: 15px;
    top: 35px;
  }
}
@media (max-width: 480px) {
  body.header-style3 #sns_header .main-header .header-right .mini-cart .content {
    width: 300px;
  }
}
body.header-style3 #sns_header .main-header .header-right .mini-cart .content .cart-title {
  padding: 0 25px;
}
body.header-style3 #sns_header .main-header .header-right .mini-cart .content .cart-title h4 {
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
  display: block;
  font-size: 1.1428em;
  padding: 20px 0 10px;
  margin: 0 0 0;
  border-bottom: 1px solid #eaeaea;
}
body.header-style3 #sns_header .main-header .header-right .mini-cart .content .widget {
  padding: 0 0;
  margin: 0 0;
  border: none;
}
body.header-style3 #sns_header .main-header .header-right .mini-cart:hover .tongle {
  color: #55bc75;
}
body.header-style3 #sns_header .main-header .header-right .mini-cart:hover .tongle .cart-number {
  background: #333333;
}
body.header-style3 #sns_header .main-header .header-right .mini-cart:hover .content {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
body.header-style3 #sns_header .main-header .header-right .mini-wishlist .tongle {
  width: 26px;
  height: 26px;
  color: #333333;
  position: relative;
  display: inline-block;
}
body.header-style3 #sns_header .main-header .header-right .mini-wishlist .tongle:before {
  content: "";
  display: inline-block;
  font-family: Flaticon;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 26px;
}
body.header-style3 #sns_header .main-header .header-right .mini-wishlist .tongle .number {
  height: 18px;
  line-height: 18px;
  width: 18px;
  background: #55bc75;
  border-radius: 100%;
  color: #FFF;
  font-size: 10px;
  display: inline-block;
  position: absolute;
  top: -8px;
  right: -8px;
  text-align: center;
}
@media (max-width: 767px) {
  body.header-style3 #sns_header .main-header .header-right .mini-wishlist .tongle {
    width: 20px;
    height: 20px;
  }
  body.header-style3 #sns_header .main-header .header-right .mini-wishlist .tongle:before {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
}
body.header-style3 #sns_header .main-header .header-right .mini-wishlist .content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  right: 0px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  z-index: 99;
  width: 340px;
  background: #FFF;
  padding: 0 25px 25px;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}
@media (max-width: 480px) {
  body.header-style3 #sns_header .main-header .header-right .mini-wishlist .content {
    width: 290px;
  }
}
body.header-style3 #sns_header .main-header .header-right .mini-wishlist:hover .tongle {
  color: #55bc75;
}
body.header-style3 #sns_header .main-header .header-right .mini-wishlist:hover .tongle .number {
  background: #333333;
}
body.header-style3 #sns_header .main-header .header-right .mini-wishlist:hover .content {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
body.header-style3 #sns_header .main-header .header-right .mini-compare .tongle {
  width: 26px;
  height: 26px;
  color: #333333;
  position: relative;
  display: inline-block;
}
body.header-style3 #sns_header .main-header .header-right .mini-compare .tongle:before {
  content: "";
  display: inline-block;
  font-family: Flaticon;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 26px;
}
body.header-style3 #sns_header .main-header .header-right .mini-compare .tongle .number {
  height: 20px;
  line-height: 20px;
  width: 20px;
  background: #55bc75;
  border-radius: 100%;
  color: #FFF;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  top: -10px;
  right: -10px;
  text-align: center;
}
@media (max-width: 767px) {
  body.header-style3 #sns_header .main-header .header-right .mini-compare .tongle {
    width: 20px;
    height: 20px;
  }
  body.header-style3 #sns_header .main-header .header-right .mini-compare .tongle:before {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
}
body.header-style3 #sns_header .main-header .header-right .mini-compare .content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  right: 0px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  z-index: 99;
  width: 340px;
  background: #FFF;
  padding: 0 25px 25px;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}
@media (max-width: 480px) {
  body.header-style3 #sns_header .main-header .header-right .mini-compare .content {
    width: 290px;
  }
}
body.header-style3 #sns_header .main-header .header-right .mini-compare .content .widget {
  padding: 0 0;
  margin: 0 0;
  border: none;
}
body.header-style3 #sns_header .main-header .header-right .mini-compare .content .widgettitle {
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
  display: block;
  font-size: 1.1428em;
  padding: 20px 0 10px;
  margin: 0 0 20px;
  border-bottom: 1px solid #eaeaea;
  line-height: 1.42857;
}
body.header-style3 #sns_header .main-header .header-right .mini-compare .content .products-list {
  margin: 0 0 25px;
  padding: 0 0 20px;
  border-bottom: 1px solid #eaeaea;
}
body.header-style3 #sns_header .main-header .header-right .mini-compare:hover .tongle {
  color: #55bc75;
}
body.header-style3 #sns_header .main-header .header-right .mini-compare:hover .tongle .number {
  background: #333333;
}
body.header-style3 #sns_header .main-header .header-right .mini-compare:hover .content {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
body.header-style3 #sns_header #sns_menu {
  background: #55bc75;
}
body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical {
  height: 52px;
  border: none;
  width: 270px;
  background: none;
}
body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical .tongle {
  padding: 0 20px 0 42px;
  height: 52px;
  line-height: 52px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  margin: 0 0;
}
body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical .tongle:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: calc(50% - 7px);
  left: 20px;
  text-align: left;
}
body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical .tongle:after {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  text-align: right;
}
body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical .tongle:hover {
  color: #55bc75;
}
body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical .tongle:hover:before {
  color: inherit;
}
@media (max-width: 1199px) {
  body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical {
    width: 50px;
  }
  body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical .tongle {
    font-size: 0px;
    padding: 0 0;
  }
  body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical .tongle:after {
    display: none;
  }
}
body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical > .main_navigation_alert {
  color: #fff;
}
body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical > .main_navigation_alert, body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical > .content {
  top: 52px;
  left: 0px;
  background: #222;
}
body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical:not(.a-click):hover > .tongle {
  background: #222;
  color: #fff;
}
body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical:not(.a-click):hover > .main_navigation_alert, body.header-style3 #sns_header #sns_menu #sns_mainmenu_vertical:not(.a-click):hover > .content {
  top: 52px;
}
body.header-style3 #sns_header #sns_menu.have-menu-vertical #sns_mainmenu {
  width: calc(100% - 270px);
}
@media (max-width: 1199px) {
  body.header-style3 #sns_header #sns_menu.have-menu-vertical #sns_mainmenu {
    width: calc(100% - 50px);
  }
}
body.header-style3 #sns_header #sns_menu.have-menu-vertical #sns_mainmenu ul#main_navigation > li.menu-item:first-child {
  padding-left: 35px;
}
body.header-style3 #sns_header #sns_menu #sns_mainmenu {
  height: 52px;
  width: 100%;
  border: none;
  background: none;
}
body.header-style3 #sns_header #sns_menu #sns_mainmenu > .main_navigation_alert {
  line-height: 52px;
  color: #fff;
}
body.header-style3 #sns_header #sns_menu #sns_mainmenu ul#main_navigation > li.menu-item:first-child {
  padding-left: 0px;
}
body.header-style3 #sns_header #sns_menu #sns_mainmenu ul#main_navigation > li.menu-item > a {
  padding-top: 16px;
  padding-bottom: 16px;
  height: 52px;
  color: #FFF;
}
body.header-style3 #sns_header #sns_menu #sns_mainmenu ul#main_navigation > li.menu-item > a:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0px;
  left: 0px;
  bottom: 11px;
  background: #FFF;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
body.header-style3 #sns_header #sns_menu #sns_mainmenu ul#main_navigation > li.menu-item:hover > a:before, body.header-style3 #sns_header #sns_menu #sns_mainmenu ul#main_navigation > li.menu-item.current-menu-ancestor > a:before, body.header-style3 #sns_header #sns_menu #sns_mainmenu ul#main_navigation > li.menu-item.current-menu-item > a:before, body.header-style3 #sns_header #sns_menu #sns_mainmenu ul#main_navigation > li.menu-item.current-menu-parent > a:before {
  color: inherit;
}
body.header-style3 #sns_header #sns_menu #sns_mainmenu ul#main_navigation > li.menu-item:hover > a:after, body.header-style3 #sns_header #sns_menu #sns_mainmenu ul#main_navigation > li.menu-item.current-menu-ancestor > a:after, body.header-style3 #sns_header #sns_menu #sns_mainmenu ul#main_navigation > li.menu-item.current-menu-item > a:after, body.header-style3 #sns_header #sns_menu #sns_mainmenu ul#main_navigation > li.menu-item.current-menu-parent > a:after {
  width: 20px;
}
@media (max-width: 992px) {
  body.header-style3 #sns_header #sns_menu #sns_mainmenu .menu-sidebar {
    text-align: right;
  }
}
body.header-style3 #sns_header #sns_menu #sns_mainmenu .menu-sidebar > [class*="btn"] {
  line-height: 52px;
}
@media (max-width: 992px) {
  body.header-style3 #sns_header #sns_menu #sns_mainmenu .menu-sidebar > [class*="btn"] {
    margin: 0 0 0 20px;
  }
}
body.header-style3 #sns_header #sns_menu .menu-sidebar > [class*="btn"] {
  color: #FFF;
}
body.header-style3 #sns_header #sns_menu .menu-sidebar > [class*="btn"]:hover {
  color: #333333;
}
body.header-style3.use-slideshow #sns_header #sns_menu {
  border-bottom: none;
}
body.enable-search-cat .sns-searchwrap .search-input input[type="text"] {
  height: 48px;
  border-radius: 0 48px 48px 0;
  padding-left: 20px;
  position: relative;
}
@media (min-width: 992px) {
  body.enable-search-cat .sns-searchwrap .search-input input[type="text"] {
    border-left: none;
  }
}
@media (max-width: 992px) {
  body.enable-search-cat .sns-searchwrap .search-input input[type="text"] {
    border-radius: 48px;
  }
}
body.enable-search-cat .sns-searchwrap .search-input:before {
  right: 10px;
}
@media (min-width: 992px) {
  body.enable-search-cat .sns-searchwrap .search-input:after {
    content: "";
    position: absolute;
    left: 0px;
    top: calc(50% - 7px);
    height: 14px;
    width: 1px;
    background: #eaeaea;
  }
}
body.enable-search-cat .sns-searchwrap button[type="submit"] {
  font-size: 0px;
  padding: 0 0;
  border: none;
  height: 48px;
  width: 65px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #55bc75;
  border-radius: 0 48px 48px 0;
}
body.enable-search-cat .sns-searchwrap button[type="submit"]:before {
  position: absolute;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  top: calc(50% - 12px);
  right: calc(50% - 12px);
  margin: 0 0;
}
body.enable-search-cat .sns-searchwrap button[type="submit"]:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 1px;
  width: 1px;
  height: 48px;
}
body.enable-search-cat .sns-searchwrap button[type="submit"]:hover {
  background: #333333;
}
body.enable-search-cat .sns-searchwrap button[type="submit"]:hover:before {
  color: #FFF;
}
body.enable-search-cat .sns-searchwrap .sns-select2-container.select2-container {
  width: 170px !important;
  height: 48px;
}
@media (max-width: 1199px) {
  body.enable-search-cat .sns-searchwrap .sns-select2-container.select2-container {
    width: 150px !important;
  }
}
@media (max-width: 992px) {
  body.enable-search-cat .sns-searchwrap .sns-select2-container.select2-container {
    display: none;
  }
}
body.enable-search-cat .sns-searchwrap .sns-select2-container.select2-container.select2-dropdown-open .select2-selection {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}
body.enable-search-cat .sns-searchwrap .sns-select2-container.select2-container .select2-selection {
  line-height: 46px;
  height: 48px;
  padding: 0 25px;
  background: transparent;
  border: 1px solid #eaeaea;
  border-right: none;
  border-radius: 48px 0 0 48px;
  position: relative;
}
body.enable-search-cat .sns-searchwrap .sns-select2-container.select2-container .select2-selection:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: calc(50% - 7px);
}
@media (max-width: 1199px) {
  body.enable-search-cat .sns-searchwrap .sns-select2-container.select2-container .select2-selection {
    padding: 0 5px 0 15px;
  }
}
body.enable-search-cat .sns-searchwrap .sns-select2-container.select2-container .select2-selection .select2-selection__rendered {
  line-height: inherit;
  color: inherit;
  padding: 0 0;
}
body.enable-search-cat .sns-searchwrap .sns-select2-container.select2-container .select2-selection .select2-selection__arrow {
  width: 25px;
  height: 100%;
  top: 0px;
  display: none;
}
body.enable-search-cat .sns-searchwrap .sns-select2-container.select2-container .select2-selection .select2-selection__arrow b:after {
  left: 7px;
}
body.enable-search-cat .sns-searchwrap .sns-select2-container.select2-container .select2-selection > .select2-chosen {
  margin: 0 0;
}
.sns-searchwrap div.select-cat {
  display: table-cell !important;
}
.sns-searchwrap div.select-cat a {
  background: #f5f5f5;
  border: none;
  padding: 4px 10px;
}
.sns-searchwrap select.select-cat {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.sns-searchwrap .sns-ajaxsearchbox {
  display: table;
  width: 100%;
}
.sns-searchwrap .sns-ajaxsearchbox form {
  display: table-row;
}
.sns-searchwrap .sns-ajaxsearchbox.loaded .search-input {
  display: table-cell !important;
  width: 100%;
  padding: 0px;
}
.sns-searchwrap .sns-ajaxsearchbox.loaded .select-cat + .search-input {
  padding: 0 0;
}
.sns-searchwrap .search-input {
  position: relative;
  vertical-align: middle;
}
.sns-searchwrap .search-input input[type="text"] {
  width: 100%;
  height: 48px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding-right: 48px;
}
.sns-searchwrap .search-input input[type="text"]::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.sns-searchwrap .search-input input[type="text"]:-ms-input-placeholder {
  color: #666666;
}
.sns-searchwrap .search-input input[type="text"]::-webkit-input-placeholder {
  color: #666666;
}
.sns-searchwrap .search-input:before {
  position: absolute;
  top: 0px;
  right: 0px;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: #55bc75;
  border-radius: 48px;
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  -o-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: none;
  opacity: 0;
}
.sns-searchwrap .search-input.loading button, .sns-searchwrap .search-input.loading input[type=submit] {
  display: none;
}
.sns-searchwrap .search-input.loading:before {
  opacity: 1;
  z-index: 1;
}
.sns-searchwrap button[type="submit"] {
  font-size: 0px;
  padding: 0 0;
  border: none;
  height: 48px;
  width: 48px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #55bc75;
  border-radius: 0 5px 5px 0;
}
.sns-searchwrap button[type="submit"]:before {
  position: absolute;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  top: 0px;
  right: 0px;
  margin: 0 0;
  color: #fff;
}
.sns-searchwrap button[type="submit"]:hover {
  background: #55bc75;
  border: none;
}
.sns-searchwrap button[type="submit"]:hover:before {
  color: #fff;
}
.sns-select2-dropdown.select2-dropdown--below {
  border-color: #eaeaea;
  margin-top: 0px;
  width: 220px !important;
  border-radius: 5px !important;
}
.sns-select2-dropdown.select2-dropdown--below .select2-search {
  padding: 15px 15px 5px;
}
.sns-select2-dropdown.select2-dropdown--below .select2-search input {
  padding: 5px 10px !important;
  border-color: #eaeaea;
}
.sns-select2-dropdown.select2-dropdown--below .select2-results {
  padding: 0px 0 5px;
}
.sns-select2-dropdown.select2-dropdown--below .select2-results .select2-results__options {
  background: #FFF;
  list-style: none;
  padding: 0 15px 10px;
  max-height: 220px;
}
.sns-select2-dropdown.select2-dropdown--below .select2-results .select2-results__options li {
  margin: 1px 0 0;
  padding: 3px 6px;
}
.sns-select2-dropdown.select2-dropdown--below .select2-results .select2-results__options li.select2-results__option--highlighted[aria-selected], .sns-select2-dropdown.select2-dropdown--below .select2-results .select2-results__options li.select2-results__option--highlighted, .sns-select2-dropdown.select2-dropdown--below .select2-results .select2-results__options li:hover {
  background: #f5f5f5 !important;
  color: inherit !important;
  border-radius: 0;
}
#sns_searchresult_wrap {
  background: #FFF;
  padding: 20px 20px 10px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  z-index: 99999;
  display: none;
  *zoom: 1;
  min-width: 380px;
}
#sns_searchresult_wrap:before, #sns_searchresult_wrap:after {
  content: " ";
  display: table;
}
#sns_searchresult_wrap:after {
  clear: both;
}
@media (max-width: 1199px) {
  #sns_searchresult_wrap {
    min-width: 320px;
  }
}
#sns_searchresult_wrap ul {
  padding: 0 0;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
#sns_searchresult_wrap ul li {
  display: block;
  padding: 15px 0 0;
  margin: 15px 0 0;
  float: left;
  width: 100%;
  border-top: 1px solid #eaeaea;
}
#sns_searchresult_wrap ul li:first-child {
  border-top: none;
  margin: 0 0;
  padding: 0 0;
}
#sns_searchresult_wrap ul li .thumbnail {
  width: 80px;
  float: left;
  border: none;
  padding: 0 0;
  border-radius: 0;
  margin: 0 10px 0 0;
  background: none;
  display: inline-grid;
}
#sns_searchresult_wrap ul li .thumbnail a {
  position: relative;
  display: inline-block;
  border: 1px solid #eaeaea;
}
#sns_searchresult_wrap ul li .thumbnail a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  left: 0px;
  top: 0px;
}
#sns_searchresult_wrap ul li .meta .title {
  display: block;
  margin: -3px 10px 10px 0;
}
#sns_searchresult_wrap ul li .meta .title .hightlight {
  color: #55bc75;
}
#sns_searchresult_wrap ul li .meta .price {
  display: block;
}
#sns_searchresult_wrap ul li .price {
  font-size: 1em;
}
#sns_searchresult_wrap ul li:hover a:before {
  background: rgba(0, 0, 0, 0.06);
}
#sns_searchresult_wrap .viewall-result {
  display: block;
  float: left;
  width: 100%;
  margin: 20px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #eaeaea;
}
/***************************************************
	scss file: /assets/scss/theme/_snsmenu.scss
		+ Style for main menu
		+ Style for Vertical Menu
****************************************************/
.menu-big-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.menu-big-icon li {
  float: left;
  margin: 0 0;
}
.menu-big-icon li a {
  text-align: center;
  color: #666666;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
  overflow: hidden;
  text-indent: -99em;
  font-size: 0px;
  margin: 0 7.5px;
  border: 1px solid #eaeaea;
  background: #f5f5f5;
}
.menu-big-icon li a > span {
  display: block;
  position: relative;
}
.menu-big-icon li a > span img {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.menu-big-icon li a:hover {
  background-color: #55bc75;
  border-color: #55bc75;
}
.menu-big-icon li a:hover > span img {
  filter: grayscale(100%) brightness(1000%);
  -webkit-filter: grayscale(100%) brightness(1000%);
}
.menu-big-icon li.current-menu-item a {
  background-color: #55bc75;
  border-color: #55bc75;
}
.menu-big-icon li.current-menu-item a > span img {
  filter: grayscale(100%) brightness(1000%);
  -webkit-filter: grayscale(100%) brightness(1000%);
}
#sns_mainmenu {
  display: inline-block;
}
#sns_mainmenu:hover {
  overflow: visible;
  position: static;
}
#sns_mainmenu > p.main_navigation_alert {
  color: #666666;
  line-height: 70px;
  margin: 0 15px;
}
#sns_mainmenu li:hover {
  z-index: 999;
}
#sns_mainmenu ul#main_navigation {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  float: none;
}
#sns_mainmenu ul#main_navigation:before, #sns_mainmenu ul#main_navigation:after {
  content: " ";
  display: table;
}
#sns_mainmenu ul#main_navigation:after {
  clear: both;
}
#sns_mainmenu ul#main_navigation li.menu-item {
  list-style: none;
}
#sns_mainmenu ul#main_navigation li.menu-item .megamenu-title i {
  margin-right: 10px;
}
#sns_mainmenu ul#main_navigation li.menu-item .megamenu-title img.sns-megamenu-icon-img {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
  max-width: 20px;
}
#sns_mainmenu ul#main_navigation li.menu-item a i {
  margin-right: 10px;
}
#sns_mainmenu ul#main_navigation li.menu-item a img.sns-megamenu-icon-img {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
  max-width: 20px;
}
#sns_mainmenu ul#main_navigation li.menu-item a:focus {
  background: none;
}
#sns_mainmenu ul#main_navigation > li.menu-item {
  border: none;
  position: relative;
  display: inline-block;
  text-align: left;
  padding: 0 20px;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega {
  position: static;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content {
  display: none;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  top: 100%;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  z-index: 999;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  width: 100%;
  left: 0;
  background: #fff;
  padding-bottom: 35px;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > li.menu-item {
  float: left;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.col-1 > li.menu-item {
  width: 100%;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.col-2 > li.menu-item {
  width: 50%;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.col-3 > li.menu-item {
  width: 33.33%;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.col-4 > li.menu-item {
  width: 25%;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.col-5 > li.menu-item {
  width: 20%;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.col-6 > li.menu-item {
  width: 16.67%;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  #sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content {
    width: 100%;
    padding-bottom: 20px;
  }
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.sub-content-background {
  background-position: right bottom;
  background-repeat: no-repeat;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content li.menu-item {
  position: relative;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content li.menu-item a {
  padding: 4px 0px;
  display: block;
  color: #666666;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content li.menu-item.have-icon > a i {
  margin-right: 8px;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content li.menu-item ul.sub-menu {
  padding: 0px 15px 30px 15px;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content li.menu-item ul.sub-menu:not(.enable-megamenu) {
  display: none;
  position: absolute;
  padding: 10px 0;
  visibility: hidden;
  display: block;
  opacity: 0;
  top: 100%;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  border: 1px solid #eaeaea;
  z-index: 999;
  width: 220px;
  left: 208px;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content li.menu-item:hover > ul.sub-menu:not(.enable-megamenu) {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  top: 2px;
  z-index: 999;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content li.menu-item:hover > a {
  color: #55bc75;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content li.menu-item:hover > a i {
  color: #55bc75;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content li.menu-item:hover > a:before {
  color: #55bc75;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content li.menu-item.current-menu-item > a {
  color: #55bc75;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content li.menu-item.current-menu-item > a i {
  color: #55bc75;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content li.menu-item.current-menu-item > a:before {
  color: #55bc75;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns {
  left: 0;
  position: relative;
  z-index: 999;
  margin: 0;
  padding: 0 20px;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns > li.menu-item {
  float: left;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns.col-1 > li.menu-item {
  width: 100%;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns.col-2 > li.menu-item {
  width: 50%;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns.col-3 > li.menu-item {
  width: 33.33%;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns.col-4 > li.menu-item {
  width: 25%;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns.col-5 > li.menu-item {
  width: 20%;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns.col-6 > li.menu-item {
  width: 16.67%;
}
@media (max-width: 1199px) {
  #sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns {
    padding: 0 10px;
  }
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns > li.menu-item:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns > li.menu-item:first-child:before {
  display: none;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns li.menu-item {
  position: relative;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns li.menu-item .megamenu-title {
  display: block;
  margin: 40px 20px 15px 20px;
  padding: 0 0;
  font-size: 1.1428em;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  #sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns li.menu-item .megamenu-title {
    margin: 35px 10px 10px 10px;
  }
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns li.menu-item .megamenu-title a {
  color: #333333;
  padding: 0 0 0;
  position: relative;
  display: block;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns li.menu-item .megamenu-title a:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0px;
  bottom: -11px;
  background-color: #eaeaea;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns li.menu-item .megamenu-title img:hover {
  opacity: 0.8;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns li.menu-item > ul.sub-menu {
  padding: 10px 20px 0;
}
@media (max-width: 1199px) {
  #sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns li.menu-item > ul.sub-menu {
    padding: 10px 10px 0;
  }
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns li.menu-item > ul.sub-menu li.menu-item-has-children:before {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -10px;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-size: 16px;
  color: inherit;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns li.menu-item > ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  top: 2px;
  z-index: 999;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns li.menu-item > ul.sub-menu li.current-menu-ancestor > a {
  color: #55bc75;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns li.menu-item > ul.sub-menu ul.sub-menu {
  display: none;
  position: absolute;
  background: #fff;
  padding: 15px 20px;
  visibility: hidden;
  display: block;
  opacity: 0;
  top: 100%;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  z-index: 999;
  width: 220px;
  left: 100%;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns li.menu-item > ul.sub-menu ul.sub-menu li.menu-item a:hover {
  color: #55bc75;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns > li.menu-item {
  float: left;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns.col-1 > li.menu-item {
  width: 100%;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns.col-2 > li.menu-item {
  width: 50%;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns.col-3 > li.menu-item {
  width: 33.33%;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns.col-4 > li.menu-item {
  width: 25%;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns.col-5 > li.menu-item {
  width: 20%;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns.col-6 > li.menu-item {
  width: 16.66%;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content > ul.columns {
  width: 100%;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.has-left-content {
  *zoom: 1;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.has-left-content:before, #sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.has-left-content:after {
  content: " ";
  display: table;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.has-left-content:after {
  clear: both;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.has-left-content > ul.columns {
  width: 65%;
  float: left;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.has-left-content .mega-left-content {
  padding: 35px 20px 10px;
  width: 35%;
  float: left;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.has-right-content {
  *zoom: 1;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.has-right-content:before, #sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.has-right-content:after {
  content: " ";
  display: table;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.has-right-content:after {
  clear: both;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.has-right-content > ul.columns {
  width: 65%;
  float: left;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content.has-right-content .mega-right-content {
  padding: 35px 20px 10px;
  width: 35%;
  float: left;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega .sub-content .mega-bottom-content {
  padding: 15px 20px 10px;
  float: left;
}
#sns_mainmenu ul#main_navigation > li.menu-item.enable-mega:hover .sub-content {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
#sns_mainmenu ul#main_navigation > li.menu-item ul.sub-menu {
  padding: 0 0;
}
#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu {
  display: none;
  position: absolute;
  left: 0px;
  background: #fff;
  visibility: hidden;
  display: block;
  opacity: 0;
  top: 100%;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  z-index: 999;
  min-width: 260px;
  padding: 20px 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199px) {
  #sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu {
    min-width: 240px;
    padding: 10px 0;
  }
}
#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item {
  position: relative;
  margin: 0px;
}
#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item:last-child {
  border: none;
}
#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item a {
  padding: 4px 30px;
  display: block;
  font-size: 1em;
  color: #666666;
}
@media (max-width: 1199px) {
  #sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item a {
    padding: 4px 20px;
  }
}
#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item.have-icon > a i {
  margin-right: 10px;
}
#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item.menu-item-has-children:before {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-size: 16px;
}
#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item ul.sub-menu:not(.enable-megamenu) {
  position: absolute;
  padding: 20px 0;
  min-width: 260px;
  background: #fff;
  top: 0%;
  left: calc(100% + 15px);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  z-index: 999;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
@media (max-width: 1199px) {
  #sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item ul.sub-menu:not(.enable-megamenu) {
    min-width: 240px;
    padding: 10px 0;
  }
}
#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item:hover > ul.sub-menu:not(.enable-megamenu) {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  visibility: visible;
  left: 95%;
}
#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item:hover > a {
  color: #55bc75;
}
#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item:hover > a i {
  color: #55bc75;
}
#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item:hover:before {
  color: #55bc75;
}
#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item.current-menu-item > a, #sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item.current-menu-parent > a {
  color: #55bc75;
}
#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item.current-menu-item > a i, #sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item.current-menu-parent > a i {
  color: #55bc75;
}
#sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item.current-menu-item > a:before, #sns_mainmenu ul#main_navigation > li.menu-item > ul.sub-menu li.menu-item.current-menu-parent > a:before {
  color: #55bc75;
}
#sns_mainmenu ul#main_navigation > li.menu-item.menu-item-has-children > a {
  padding-right: 18px;
}
#sns_mainmenu ul#main_navigation > li.menu-item.menu-item-has-children > a:before {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -6px;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  font-size: 10px;
}
#sns_mainmenu ul#main_navigation > li.menu-item > a {
  display: block;
  padding: 24px 0px;
  height: 69px;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 9;
  margin: 0;
}
#sns_mainmenu ul#main_navigation > li.menu-item > a:hover {
  background: none;
}
#sns_mainmenu ul#main_navigation > li.menu-item.current-menu-ancestor > a, #sns_mainmenu ul#main_navigation > li.menu-item.current-menu-item > a {
  color: #55bc75;
}
#sns_mainmenu ul#main_navigation > li.menu-item.current-menu-ancestor > a:before, #sns_mainmenu ul#main_navigation > li.menu-item.current-menu-item > a:before {
  color: #55bc75;
}
#sns_mainmenu ul#main_navigation > li.menu-item:hover > a {
  color: #55bc75;
}
#sns_mainmenu ul#main_navigation > li.menu-item:hover > a:before {
  color: #55bc75;
}
#sns_mainmenu ul#main_navigation > li.menu-item:hover > ul.sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 999;
  top: 100%;
}
#sns_mainmenu ul#main_navigation > li.menu-item:hover.menu-item-has-children > a:before, #sns_mainmenu ul#main_navigation > li.menu-item:hover.menu-item-has-children > a:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-sidebar {
  margin: 0 0 0 20px;
}
.menu-sidebar > [class*="btn"] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 20px;
  line-height: 68px;
  margin-right: 15px;
  padding: 0;
  border: 0;
  cursor: pointer;
  position: relative;
  color: #333333;
  vertical-align: middle;
}
.menu-sidebar > [class*="btn"]:hover {
  color: #55bc75;
}
.menu-sidebar > [class*="btn"].offcanvas:before, .menu-sidebar > [class*="btn"].leftsidebar:before, .menu-sidebar > [class*="btn"].rightsidebar:before {
  font-size: 20px;
  vertical-align: middle;
}
.menu-sidebar > [class*="btn"].leftsidebar, .menu-sidebar > [class*="btn"].rightsidebar {
  display: none;
}
.menu-sidebar > [class*="btn"].offcanvas:before {
  content: "";
  display: inline-block;
  font-family: Flaticon;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
}
.menu-sidebar > [class*="btn"].leftsidebar:before {
  content: "";
  display: inline-block;
  font-family: Flaticon;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
}
body.have-inner-left .menu-sidebar > [class*="btn"].leftsidebar, body.layout-type-l-m-r .menu-sidebar > [class*="btn"].leftsidebar, body.layout-type-l-m .menu-sidebar > [class*="btn"].leftsidebar {
  display: inline-block;
}
.menu-sidebar > [class*="btn"].rightsidebar:before {
  content: "";
  display: inline-block;
  font-family: Flaticon;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
}
body.have-inner-right .menu-sidebar > [class*="btn"].rightsidebar, body.layout-type-l-m-r .menu-sidebar > [class*="btn"].rightsidebar, body.layout-type-m-r .menu-sidebar > [class*="btn"].rightsidebar {
  display: inline-block;
}
.menu-sidebar .overlay {
  content: "";
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  cursor: e-resize;
  cursor: url(../img/close-white.png), auto;
}
.resp-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.resp-nav:not(.handled) {
  opacity: 0;
}
.resp-nav .accr_content {
  padding: 0;
}
.resp-nav .accr_content ul {
  padding: 0 0;
  margin: 0 0 0 20px;
}
.resp-nav a {
  color: #333333;
}
.resp-nav a:hover {
  color: #55bc75;
}
.resp-nav .accr_header {
  padding: 5px 0;
  position: relative;
  display: block;
}
.resp-nav .accr_header .btn_accor {
  position: absolute;
  top: 50%;
  right: 0px;
  cursor: pointer;
  margin-top: -7px;
}
.resp-nav .accr_header .btn_accor .ac-tongle {
  display: block;
  width: 14px;
  height: 14px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-size: 0px;
  position: relative;
}
.resp-nav .accr_header .btn_accor .ac-tongle:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  font-size: 14px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.resp-nav .accr_header .btn_accor .ac-tongle:hover:before {
  color: #666666;
}
.resp-nav .accr_header .btn_accor .ac-tongle.open:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  color: #666;
}
.resp-nav .accr_header .btn_accor .ac-tongle.close {
  opacity: 1;
}
.resp-nav .accr_header .btn_accor .ac-tongle.close:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  color: #55bc75;
}
.resp-nav .accr_header.open > a {
  color: #55bc75;
}
#main_menu_sidebar {
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  left: -300px;
  height: 100%;
  overflow: auto;
  width: 290px;
  background: #f5f5f5;
  padding: 20px 15px;
  z-index: 99999;
  text-align: left;
  display: none;
  line-height: 40px;
}
@media (max-width: 992px) {
  body.admin-bar #main_menu_sidebar {
    top: 46px;
    height: calc(100vh - 46px);
  }
}
#main_menu_sidebar.active {
  left: 0;
  opacity: 1;
}
@media (max-width: 992px) {
  #main_menu_sidebar {
    display: block;
  }
}
#main_menu_sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main_menu_sidebar .accr_content {
  padding-left: 15px;
}
#main_menu_sidebar > li > .accr_header a {
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
}
#main_menu_sidebar > li > .accr_header a:hover, #main_menu_sidebar > li > .accr_header a.active {
  color: #55bc75;
}
#main_menu_sidebar .accr_header {
  border-bottom: 1px solid #eaeaea;
  padding: 0;
  position: relative;
}
#main_menu_sidebar .accr_header .btn_accor {
  position: absolute;
  top: 50%;
  right: 0px;
  cursor: pointer;
  margin-top: -7px;
}
#main_menu_sidebar .accr_header .btn_accor .ac-tongle {
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-size: 0px;
  position: relative;
}
#main_menu_sidebar .accr_header .btn_accor .ac-tongle:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-size: 16px;
  position: absolute;
  left: 0px;
  top: 0px;
}
#main_menu_sidebar .accr_header .btn_accor .ac-tongle:hover:before {
  color: #333333;
}
#main_menu_sidebar .accr_header .btn_accor .ac-tongle.open:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  color: #666666;
}
#main_menu_sidebar .accr_header .btn_accor .ac-tongle.close {
  opacity: 1;
}
#main_menu_sidebar .accr_header .btn_accor .ac-tongle.close:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  color: #333333;
}
@media (max-width: 992px) {
  #sns_content .sns-main .right.inner-sidebar, .sns-right {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    padding: 20px 15px;
    height: 100%;
    bottom: 0;
    overflow: auto;
    background: #fff;
    z-index: 1000;
    overflow: auto;
    height: 100%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #sns_content .sns-main .right.inner-sidebar > *:first-child, .sns-right > *:first-child {
    padding-top: 30px;
  }
  #sns_content .sns-main .right.inner-sidebar > *:last-child, .sns-right > *:last-child {
    padding-bottom: 30px;
  }
  #sns_content .sns-main .right.inner-sidebar.active, .sns-right.active {
    right: 0;
    opacity: 1;
  }
  body.admin-bar #sns_content .sns-main .right.inner-sidebar, body.admin-bar .sns-right {
    top: 46px;
    height: calc(100vh - 46px);
  }
  #sns_content .sns-main .left.inner-sidebar, .sns-left {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    padding: 20px 15px;
    height: 100%;
    bottom: 0;
    overflow: auto;
    background: #fff;
    z-index: 1000;
    overflow: auto;
    height: 100%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #sns_content .sns-main .left.inner-sidebar > *:first-child, .sns-left > *:first-child {
    padding-top: 30px;
  }
  #sns_content .sns-main .left.inner-sidebar > *:last-child, .sns-left > *:last-child {
    padding-bottom: 30px;
  }
  #sns_content .sns-main .left.inner-sidebar.active, .sns-left.active {
    left: 0;
    opacity: 1;
  }
  #sns_content .sns-main .left.inner-sidebar.wpb_column, .sns-left.wpb_column {
    padding: 20px 5px;
  }
  body.admin-bar #sns_content .sns-main .left.inner-sidebar, body.admin-bar .sns-left {
    top: 46px;
    height: calc(100vh - 46px);
  }
}
@media (max-width: 992px) and (max-width: 480px) {
  body.admin-bar #sns_content .sns-main .right.inner-sidebar, body.admin-bar .sns-right {
    top: 0px;
    height: 100vh;
    padding-top: 46px;
  }
}
@media (max-width: 992px) and (max-width: 480px) {
  body.admin-bar #sns_content .sns-main .left.inner-sidebar, body.admin-bar .sns-left {
    top: 0px;
    height: 100vh;
    padding-top: 46px;
  }
}
.sns-vertical-menu > p.main_navigation_alert {
  color: #666666;
  line-height: 50px;
  margin: 0 20px;
}
ul.vertical-style {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.vertical-style li.menu-item {
  position: relative;
  display: block;
  color: #666666;
}
ul.vertical-style li.menu-item > a {
  display: block;
  position: relative;
  padding: 5px 0;
}
ul.vertical-style li.menu-item > a i {
  display: inline-block;
  margin-right: 8px;
  font-size: 16px;
  line-height: 1em;
  vertical-align: middle;
}
ul.vertical-style li.menu-item > a img.sns-megamenu-icon-img {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  margin-right: 8px;
  line-height: 1em;
}
ul.vertical-style li.menu-item.menu-item-has-children {
  position: relative;
}
ul.vertical-style li.menu-item.menu-item-has-children:after {
  position: absolute;
  right: 0px;
  top: 50%;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  font-size: 16px;
  margin-top: -7px;
  color: inherit;
  text-align: right;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
ul.vertical-style li.menu-item.menu-item-has-children .sns-products {
  -webkit-transform: scale(0);
  transform: scale(0);
}
ul.vertical-style li.menu-item.menu-item-has-children:hover .sub-content, ul.vertical-style li.menu-item.menu-item-has-children:hover > ul.sub-menu:not(.enable-megamenu) {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  visibility: visible;
  left: 95%;
  top: 8px;
  z-index: 9999;
}
ul.vertical-style li.menu-item.menu-item-has-children:hover .sns-products {
  -webkit-transform: scale(1);
  transform: scale(1);
}
ul.vertical-style li.menu-item.just-postwcode .sub-content {
  padding-top: 15px;
}
ul.vertical-style li.menu-item.current-menu-ancestor > a, ul.vertical-style li.menu-item.current-menu-item > a {
  color: #55bc75;
}
ul.vertical-style li.menu-item.current-menu-ancestor > a:before, ul.vertical-style li.menu-item.current-menu-item > a:before {
  color: #55bc75;
}
ul.vertical-style li.menu-item > ul.sub-menu:not(.enable-megamenu) {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  position: absolute;
  left: calc(100% + 15px);
  top: 15px;
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 20px 25px;
  min-width: 260px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
ul.vertical-style li.menu-item .sub-content {
  background: #fff;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  position: absolute;
  top: 15px;
  left: calc(100% + 15px);
  width: 1000px;
  border: 1px solid #eaeaea;
  padding: 0 20px 30px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199px) {
  ul.vertical-style li.menu-item .sub-content {
    width: 750px;
    padding: 0 10px 20px;
    left: 100%;
  }
}
ul.vertical-style li.menu-item .sub-content.sub-content-background {
  background-position: right bottom;
  background-repeat: no-repeat;
}
ul.vertical-style li.menu-item .sub-content ul.columns {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  float: left;
  vertical-align: top;
}
ul.vertical-style li.menu-item .sub-content ul.columns .menu-item {
  position: relative;
  border: none;
}
ul.vertical-style li.menu-item .sub-content ul.columns .menu-item:after {
  display: none;
}
ul.vertical-style li.menu-item .sub-content ul.columns .menu-item .megamenu-title {
  display: block;
  margin: 35px 20px 5px 20px;
  padding: 0 0 10px;
  font-size: 1.1428em;
  color: #333333;
}
@media (max-width: 1199px) {
  ul.vertical-style li.menu-item .sub-content ul.columns .menu-item .megamenu-title {
    margin: 25px 10px 5px 10px;
  }
}
ul.vertical-style li.menu-item .sub-content ul.columns .menu-item .megamenu-title a {
  padding: 0 0 0;
  position: relative;
  display: block;
}
ul.vertical-style li.menu-item .sub-content ul.columns .menu-item .megamenu-title a:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0px;
  bottom: -11px;
  background-color: #eaeaea;
}
ul.vertical-style li.menu-item .sub-content ul.columns .menu-item .sub-menu {
  padding: 10px 20px 0;
}
@media (max-width: 1199px) {
  ul.vertical-style li.menu-item .sub-content ul.columns .menu-item .sub-menu {
    padding: 10px 10px 0;
  }
}
ul.vertical-style li.menu-item .sub-content ul.columns .menu-item .sub-menu li.menu-item a {
  padding: 4px 0;
}
ul.vertical-style li.menu-item .sub-content ul.columns .menu-item .sub-menu li.menu-item:hover a {
  background-color: transparent;
}
ul.vertical-style li.menu-item .sub-content ul.columns > li.menu-item {
  float: left;
}
ul.vertical-style li.menu-item .sub-content ul.columns.col-1 > li.menu-item {
  width: 100%;
}
ul.vertical-style li.menu-item .sub-content ul.columns.col-2 > li.menu-item {
  width: 50%;
}
ul.vertical-style li.menu-item .sub-content ul.columns.col-3 > li.menu-item {
  width: 33.33%;
}
ul.vertical-style li.menu-item .sub-content ul.columns.col-4 > li.menu-item {
  width: 25%;
}
ul.vertical-style li.menu-item .sub-content ul.columns.col-5 > li.menu-item {
  width: 20%;
}
ul.vertical-style li.menu-item .sub-content ul.columns.col-6 > li.menu-item {
  width: 16.66%;
}
ul.vertical-style li.menu-item .sub-content > ul.columns {
  width: 100%;
}
ul.vertical-style li.menu-item .sub-content.has-left-content {
  *zoom: 1;
}
ul.vertical-style li.menu-item .sub-content.has-left-content:before, ul.vertical-style li.menu-item .sub-content.has-left-content:after {
  content: " ";
  display: table;
}
ul.vertical-style li.menu-item .sub-content.has-left-content:after {
  clear: both;
}
ul.vertical-style li.menu-item .sub-content.has-left-content > ul.columns {
  width: 65%;
  float: left;
}
ul.vertical-style li.menu-item .sub-content.has-left-content .mega-left-content {
  padding: 35px 20px 10px;
  width: 35%;
  float: left;
}
@media (max-width: 1199px) {
  ul.vertical-style li.menu-item .sub-content.has-left-content .mega-left-content {
    padding: 25px 10px 10px;
  }
}
ul.vertical-style li.menu-item .sub-content.has-right-content {
  *zoom: 1;
}
ul.vertical-style li.menu-item .sub-content.has-right-content:before, ul.vertical-style li.menu-item .sub-content.has-right-content:after {
  content: " ";
  display: table;
}
ul.vertical-style li.menu-item .sub-content.has-right-content:after {
  clear: both;
}
ul.vertical-style li.menu-item .sub-content.has-right-content > ul.columns {
  width: 65%;
  float: left;
}
ul.vertical-style li.menu-item .sub-content.has-right-content .mega-right-content {
  padding: 35px 20px 10px;
  width: 35%;
  float: left;
}
@media (max-width: 1199px) {
  ul.vertical-style li.menu-item .sub-content.has-right-content .mega-right-content {
    padding: 25px 10px 10px;
  }
}
ul.vertical-style li.menu-item .sub-content .mega-bottom-content {
  padding: 15px 20px 10px;
  width: 100%;
  float: left;
}
@media (max-width: 1199px) {
  ul.vertical-style li.menu-item .sub-content .mega-bottom-content {
    padding: 10px 10px 10px;
  }
}
ul.vertical-style li.menu-item .sub-content .sns-products .wpb_heading {
  margin: 5px 0 20px;
  padding: 0 0 10px;
  font-size: 1.1428em;
  position: relative;
}
ul.vertical-style li.menu-item .sub-content .sns-products .wpb_heading:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0px;
  bottom: -1px;
  background-color: #eaeaea;
}
ul.vertical-style li.menu-item .sub-content .sns-products .product_list {
  margin-bottom: 0;
}
ul.vertical-style li.menu-item .sub-content .sns-products.list-mode .owl-nav {
  top: -50px;
}
ul.vertical-style li.menu-item .sub-content .sns-list-posts .wpb_heading {
  margin: 5px 15px 20px;
  padding: 0 0 10px;
  font-size: 1.1428em;
  position: relative;
}
ul.vertical-style li.menu-item .sub-content .sns-list-posts .wpb_heading:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0px;
  bottom: -1px;
  background-color: #eaeaea;
}
ul.vertical-style > li.menu-item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
ul.vertical-style > li.menu-item:first-child {
  border-top: none;
}
ul.vertical-style > li.menu-item > a {
  padding: 6px 0px 6px 0;
}
ul.vertical-style > li.menu-item > a i {
  margin-right: 15px;
}
ul.vertical-style > li.menu-item > a img.sns-megamenu-icon-img {
  margin-right: 15px;
}
ul.vertical-style > li.menu-item.menu-item-has-children:after {
  right: 0px;
}
ul.vertical-style.all-categories li.menu-item {
  color: rgba(255, 255, 255, 0.6);
}
ul.vertical-style.all-categories li.menu-item a {
  color: inherit;
}
ul.vertical-style.all-categories li.menu-item a:hover {
  color: #55bc75;
}
ul.vertical-style.all-categories > li.menu-item {
  padding: 18px 0;
}
ul.vertical-style.all-categories > li.menu-item > a {
  padding: 0 0 0;
  display: inline-block;
  text-transform: uppercase;
  color: #FFF;
  line-height: 1.2;
}
ul.vertical-style.all-categories > li.menu-item > a:hover {
  color: #55bc75;
}
ul.vertical-style.all-categories > li.menu-item.menu-item-has-children:after {
  display: none;
}
ul.vertical-style.all-categories > li.menu-item.menu-item-has-children > ul.sub-menu {
  padding: 0 0;
  opacity: 1;
  box-shadow: none;
  border: none;
  background: none;
  visibility: visible;
  margin: 3px 0 -8px;
  width: calc(100% - 40px);
  min-width: calc(100% - 40px);
  position: relative !important;
  left: 0px !important;
  top: 0px !important;
  display: inline-block !important;
}
ul.vertical-style.all-categories > li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item {
  display: inline-block;
  float: left;
  padding: 0 8px 0 0;
  position: relative;
}
ul.vertical-style.all-categories > li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item a {
  padding: 0 0;
}
ul.vertical-style.all-categories > li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item:after {
  content: ",";
  position: absolute;
  right: 4px;
  bottom: 0px;
}
ul.vertical-style.all-categories > li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item:last-child:after {
  display: none;
}
ul.vertical-style.all-categories > li.menu-item.have-icon > a {
  padding: 0 0 0 48px;
}
ul.vertical-style.all-categories > li.menu-item.have-icon > a .icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  line-height: 36px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  margin: 0 0;
  position: absolute;
  left: 0px;
  background: #666;
  border-color: #666;
}
ul.vertical-style.all-categories > li.menu-item.have-icon > a .icon i {
  margin: 0;
  line-height: inherit;
  color: #888;
  font-size: 20px;
}
ul.vertical-style.all-categories > li.menu-item.have-icon > a .icon img.sns-megamenu-icon-img {
  margin: 0;
  line-height: inherit;
  filter: grayscale(100%) brightness(1000%);
  -webkit-filter: grayscale(100%) brightness(1000%);
}
ul.vertical-style.all-categories > li.menu-item.have-icon > ul.sub-menu {
  left: 48px !important;
}
ul.vertical-style.all-categories > li.menu-item.current-menu-item > a .icon, ul.vertical-style.all-categories > li.menu-item:hover > a .icon {
  background: #55bc75;
  border-color: #55bc75;
}
ul.vertical-style.all-categories > li.menu-item.current-menu-item > a .icon i, ul.vertical-style.all-categories > li.menu-item:hover > a .icon i {
  color: #FFF;
}
ul.vertical-style.all-categories > li.menu-item.current-menu-item > a .icon img.sns-megamenu-icon-img, ul.vertical-style.all-categories > li.menu-item:hover > a .icon img.sns-megamenu-icon-img {
  filter: grayscale(100%) brightness(1000%);
  -webkit-filter: grayscale(100%) brightness(1000%);
}
/***************************************************
	scss file: assets/scss/theme/_shortcodes.scss
		+ Override style for some default shortcodes
		+ Style for our shortcodes - with prefix sns
****************************************************/
.page-header {
  margin: -5px 0 25px;
  padding: 0 0;
  border: none;
  font-size: 2em;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.page-header:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0px;
  top: 50%;
  border-top: 1px dashed #eaeaea;
}
.page-header span {
  background: #FFF;
  padding: 0 30px 0 0;
  position: relative;
  z-index: 1;
}
h2.wpb_heading, h3.wpb_heading {
  margin: 0 0 25px;
  font-size: 1.1428em;
  font-weight: bold;
  color: #333333;
  line-height: 1.1;
  text-transform: uppercase;
}
h2.widgettitle, h3.widgettitle {
  margin: 0 0 25px;
  font-size: 1.1428em;
  font-weight: bold;
  line-height: 1.1;
}
.vc_custom_heading {
  line-height: 1.1;
}
.vc_custom_heading.uppercase {
  text-transform: uppercase;
}
.vc_custom_heading[class*="fa-"]:before {
  font-family: FontAwesome;
}
.vc_custom_heading[class*="fa-"] span {
  margin-left: 12px;
}
.vc_custom_heading[class*="fa-"].want-span-line span:before {
  left: -565px;
}
.vc_custom_heading.want-span-line {
  margin: 0 0 30px;
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #333333;
  overflow: hidden;
}
.vc_custom_heading.want-span-line span {
  position: relative;
}
.vc_custom_heading.want-span-line span:before, .vc_custom_heading.want-span-line span:after {
  position: absolute;
  content: "";
  height: 1px;
  min-width: 500px;
  left: -530px;
  top: 50%;
  background: #eaeaea;
}
.vc_custom_heading.want-span-line span:after {
  left: auto;
  right: -530px;
}
.vc_custom_heading.have-line-color {
  position: relative;
  padding-bottom: 10px;
  margin: 0 0 25px;
  font-size: 1.1428em;
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.1;
}
.vc_custom_heading.have-line-color:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 30px;
  left: 0px;
  bottom: 0px;
  background: #55bc75;
}
.vc_custom_heading.weight-normal {
  font-weight: normal;
}
.wpb_heading.rounded-bg {
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 1.5384em;
  text-align: center;
}
.wpb_heading.rounded-bg span {
  padding: 0 30px;
  background: #55bc75;
  color: #fff;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  display: inline-block;
}
.vc_custom_heading.have-line-border {
  padding: 0 0 15px;
  margin: 0 0 30px;
  border-bottom: 1px solid #eaeaea;
  text-transform: uppercase;
}
.wpb_text_column.white {
  color: #FFF;
}
.wpb_text_column.sns-intro-cat h2 {
  font-size: 3em;
  margin: 0 0 25px;
  line-height: 1.1;
}
@media (max-width: 992px) {
  .wpb_text_column.sns-intro-cat h2 {
    font-size: 2em;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .wpb_text_column.sns-intro-cat h2 {
    font-size: 1.5384em;
  }
}
.wpb_text_column.sns-intro-cat p {
  margin: 0 0 20px;
}
@media (max-width: 992px) {
  .wpb_text_column.sns-intro-cat p {
    margin-bottom: 15px;
  }
}
.wpb_text_column.sns-intro-cat a {
  position: relative;
  padding-right: 15px;
  font-weight: bold;
}
.wpb_text_column.sns-intro-cat a:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 13px;
  right: 0px;
  top: 50%;
  margin-top: -7px;
  position: absolute;
}
.wpb_text_column.for-up-link a {
  text-transform: uppercase;
  text-decoration: underline;
}
.wpb_text_column.for-up-link a:hover {
  text-decoration: none;
}
body .vc_progress_bar .vc_single_bar {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  margin-top: 35px;
}
body .vc_progress_bar .vc_single_bar .vc_label {
  top: -20px;
  font-size: 100%;
  color: inherit !important;
  padding: 0 0 !important;
  text-shadow: none !important;
}
body .vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
  position: absolute;
  right: 0px;
}
.wpb_single_image.banner1 a {
  display: block;
  position: relative;
  overflow: hidden;
}
.wpb_single_image.banner1 a:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.25s ease-in 0s;
  -o-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
  background: rgba(85, 188, 117, 0.3);
  opacity: 0;
}
.wpb_single_image.banner1 a:hover:before {
  opacity: 1;
}
.wpb_single_image.banner1-1 a {
  display: block;
  position: relative;
  overflow: hidden;
}
.wpb_single_image.banner1-1 a:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.25s ease-in 0s;
  -o-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
  background: rgba(0, 0, 0, 0.06);
  opacity: 0;
}
.wpb_single_image.banner1-1 a:hover:before {
  opacity: 1;
}
.wpb_single_image.banner-1-2 a {
  display: block;
  position: relative;
  overflow: hidden;
}
.wpb_single_image.banner-1-2 a img {
  opacity: 0.4;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.wpb_single_image.banner-1-2 a:hover img {
  opacity: 1;
}
.wpb_single_image.banner2 a {
  display: block;
  position: relative;
  overflow: hidden;
}
.wpb_single_image.banner2 a img {
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.wpb_single_image.banner2 a:before {
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.wpb_single_image.banner2 a:hover:before {
  opacity: 1;
}
.wpb_single_image.banner3 a {
  display: block;
  position: relative;
  overflow: hidden;
}
.wpb_single_image.banner3 a img {
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.wpb_single_image.banner3 a:after {
  background: url("../img/mlass.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  width: 100%;
}
.wpb_single_image.banner3 a:hover:after {
  left: 100%;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.wpb_single_image.banner3 a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.9;
}
.wpb_single_image.banner4 a {
  display: block;
  position: relative;
  overflow: hidden;
}
.wpb_single_image.banner4 a img {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.wpb_single_image.banner4 a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.wpb_single_image.banner4 a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.wpb_single_image.banner4 a:hover:before {
  right: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.wpb_single_image.banner4 a:hover:after {
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.wpb_single_image.banner5 a {
  display: block;
  position: relative;
  overflow: hidden;
}
.wpb_single_image.banner5 a img {
  -webkit-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.wpb_single_image.banner5 a:before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
  border-top: 1px solid rgba(255, 255, 255, 0.85);
  bottom: 15px;
  content: "";
  left: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
  transform: scale(0, 1);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.wpb_single_image.banner5 a:after {
  border-left: 1px solid rgba(255, 255, 255, 0.85);
  border-right: 1px solid rgba(255, 255, 255, 0.85);
  bottom: 15px;
  content: "";
  left: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
  transform: scale(1, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.wpb_single_image.banner5 a:hover:before, .wpb_single_image.banner5 a:hover:after {
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wpb_single_image.banner6 a {
  display: block;
  position: relative;
  overflow: hidden;
}
.wpb_single_image.banner6 a img {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.wpb_single_image.banner6 a:before {
  border: 0 solid rgba(255, 255, 255, 0);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
.wpb_single_image.banner6 a:hover:before {
  border: 10px solid rgba(0, 0, 0, 0.1);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.05);
}
.wpb_single_image.banner7 a {
  display: block;
  position: relative;
  overflow: hidden;
}
.wpb_single_image.banner7 a img {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.wpb_single_image.banner7 a:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 0;
}
.wpb_single_image.banner7 a:hover:before {
  height: 100%;
  left: 0;
  opacity: 1;
  top: 0;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 100%;
}
.wpb_single_image.banner8 a {
  display: block;
  position: relative;
  overflow: hidden;
}
.wpb_single_image.banner8 a img {
  opacity: 0.95;
  transform: scale3d(1.05, 1.05, 1);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.wpb_single_image.banner8 a:before {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
  transition: transform 0.6s ease 0s;
  width: 100%;
}
.wpb_single_image.banner8 a:hover img {
  opacity: 0.6;
  transform: scale3d(1, 1, 1);
}
.wpb_single_image.banner8 a:hover:before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);
}
.wpb_single_image.banner9 a {
  display: block;
  position: relative;
  overflow: hidden;
}
.wpb_single_image.banner9 a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.wpb_single_image.banner9 a:before, .wpb_single_image.banner9 a:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.wpb_single_image.banner9 a:before {
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: 1;
}
.wpb_single_image.banner9 a:after {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  opacity: 0;
  z-index: 2;
}
.wpb_single_image.banner9 a:hover:before {
  opacity: 0.6;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.wpb_single_image.banner9 a:hover:after {
  opacity: 1;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  opacity: 1;
}
.wpb_single_image.banner9 a:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.wpb_single_image.banner10 a {
  display: block;
  position: relative;
  overflow: hidden;
}
.wpb_single_image.banner10 a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wpb_single_image.banner10 a:hover:before {
  -webkit-animation: circle 0.75s;
  -ms-animation: circle 0.75s;
  -o-animation: circle 0.75s;
  animation: circle 0.75s;
}
.wpb_single_image.banner11 a {
  display: block;
  position: relative;
  overflow: hidden;
}
.wpb_single_image.banner11 a:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 30%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  -ms-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}
.wpb_single_image.banner11 a:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.05);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.wpb_single_image.banner11 a:hover:before {
  -webkit-animation: shinex 1s;
  -ms-animation: shinex 1s;
  -o-animation: shinex 1s;
  animation: shinex 1s;
}
.wpb_single_image.banner11 a:hover:after {
  opacity: 1;
}
.wpb_single_image.banner12 a:hover img {
  opacity: 1;
  -ms-animation: flash 1.2s;
  -o-animation: flash 1.2s;
  -webkit-animation: flash 1.2s;
  animation: flash 1.2s;
}
.wpb_single_image.banner13 a {
  display: block;
  position: relative;
  overflow: hidden;
}
.wpb_single_image.banner13 a img {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.wpb_single_image.banner13 a:before {
  background: url("../img/plus.png") no-repeat scroll center center / 60px 60px rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0.4) rotateY(180deg);
  -moz-transform: scale(0.4) rotateY(180deg);
  -ms-transform: scale(0.4) rotateY(180deg);
  -o-transform: scale(0.4) rotateY(180deg);
  transform: scale(0.4) rotateY(180deg);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 100;
  opacity: 0;
}
.wpb_single_image.banner13 a:hover:before {
  opacity: 0.6;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  visibility: visible;
}
body .wpb_gmaps_widget {
  margin: 0 0;
}
body .wpb_gmaps_widget .wpb_wrapper {
  padding: 0px;
  background: none;
}
.sns-tags {
  *zoom: 1;
}
.sns-tags:before, .sns-tags:after {
  content: " ";
  display: table;
}
.sns-tags:after {
  clear: both;
}
.sns-tags .tags-content {
  *zoom: 1;
}
.sns-tags .tags-content:before, .sns-tags .tags-content:after {
  content: " ";
  display: table;
}
.sns-tags .tags-content:after {
  clear: both;
}
.sns-tags .tags-content a {
  border: 1px solid #666666;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  font-size: 100% !important;
  color: inherit;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  margin: 0 10px 10px 0;
  float: left;
}
.sns-tags .tags-content a:hover {
  color: #FFF;
  border-color: #55bc75;
  background-color: #55bc75;
}
.sns-tags.title-inline {
  margin: 0 0 10px;
}
.sns-tags.title-inline .wpb_heading {
  display: inline;
  float: left;
  padding: 0 0 0 20px;
  margin: 0 0 !important;
  font-size: 1em !important;
  line-height: inherit;
  position: relative;
}
.sns-tags.title-inline .wpb_heading:before {
  position: absolute;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 13px;
  font-size: 13px;
  left: 0px;
  top: 4px;
  color: inherit;
}
.sns-tags.title-inline .tags-content {
  margin: 0 0;
}
.sns-tags.title-inline .tags-content a {
  padding: 0 14px;
  color: #666666;
  margin: 0 0;
  border: none;
  position: relative;
}
.sns-tags.title-inline .tags-content a:hover {
  color: #55bc75;
  background: none;
}
.sns-tags.title-inline .tags-content a:before {
  position: absolute;
  content: "-";
  height: 6px;
  width: 0px;
  color: #666666;
  top: 1px;
  right: 3px;
}
.sns-tags.title-inline .tags-content a:last-child:before {
  display: none;
}
.wpb_row .wpb_column.inner-width-auto > .vc_column-inner {
  width: auto !important;
}
.wpb_row .wpb_column.inline-inner-block > .vc_column-inner {
  padding-top: 0px;
}
.wpb_row .wpb_column.inline-inner-block > .vc_column-inner > .wpb_wrapper > * {
  display: inline;
  float: left;
  margin-bottom: 0px;
}
.wpb_row .wpb_column.inline-inner-block.center {
  text-align: center;
}
.wpb_row .wpb_column.inline-inner-block.center > .vc_column-inner {
  width: auto !important;
  display: inline-block;
}
.wpb_row .wpb_column.float-right {
  float: right;
}
.wpb_row .wpb_column.float-right > .vc_column-inner > .wpb_wrapper {
  float: right;
}
@media (max-width: 767px) {
  .wpb_row .wpb_column.float-right > .vc_column-inner > .wpb_wrapper {
    float: none;
  }
}
@media (max-width: 480px) {
  .wpb_row .wpb_column.col-phone-12 {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .wpb_row .wpb_column.normal-space-md .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 767px) {
  .wpb_row .wpb_column.normal-space-xs .vc_column-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 480px) {
  .wpb_row .wpb_column.normal-space-phone .vc_column-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 767px) {
  .wpb_row.row-no-margin .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 480px) {
  body .wpb_row.phone-reset-space {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  body .wpb_row.phone-reset-space > .wpb_column > .vc_column-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 992px) {
  body .wpb_row {
    margin-left: -10px;
    margin-right: -10px;
  }
  body .wpb_row .vc_column_container > .vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  .hidden-phone {
    display: none;
  }
}
.sns-shopby-categories {
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  padding: 95px 0 85px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 480px) {
  .sns-shopby-categories {
    border: none;
  }
}
.sns-shopby-categories.no-border {
  border: none;
}
.sns-shopby-categories .wpb_heading {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0;
  padding: 0 0;
  color: #fff;
}
.sns-shopby-categories .wpb_heading a {
  color: inherit;
}
.sns-shopby-categories .cat-img {
  display: block;
  margin: 0 auto 25px;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
.sns-shopby-categories .cat-img a {
  display: inline-block;
  box-shadow: 0 0 0 2px white;
  border-radius: 50%;
  position: relative;
  height: 116px;
  width: 116px;
  text-align: center;
  line-height: 120px;
}
.sns-shopby-categories .cat-img a:after {
  position: absolute;
  content: "";
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  border-radius: 50%;
  left: -2px;
  top: -2px;
  border: 2px dashed rgba(255, 255, 255, 0);
}
.sns-shopby-categories .cat-img img {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  color: #fff;
  margin: 0 auto;
  position: relative;
}
.sns-shopby-categories .content {
  padding: 15px 0 0;
}
.sns-shopby-categories .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 10px;
}
.sns-shopby-categories .content ul li {
  padding: 3px 0;
}
.sns-shopby-categories .content ul li:first-child {
  padding-top: 0px;
}
.sns-shopby-categories .content ul li a {
  color: #fff;
  position: relative;
}
.sns-shopby-categories .content ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.sns-shopby-categories .content a.view-all {
  position: relative;
  padding-left: 18px;
  text-transform: uppercase;
  color: #FFF;
}
.sns-shopby-categories .content a.view-all:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: "16px";
  height: "16px";
  text-align: center;
  line-height: "16px";
  font-size: 16px;
  left: 0px;
  top: 50%;
  margin-top: -8px;
  position: absolute;
}
.sns-shopby-categories .content a.view-all:hover {
  text-decoration: underline;
}
.sns-shopby-categories:hover {
  background: rgba(85, 188, 117, 0.8);
}
.sns-shopby-categories:hover .cat-img a {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
}
.sns-shopby-categories:hover .cat-img a:after {
  border-color: white;
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}
.sns-more-categories {
  *zoom: 1;
}
.sns-more-categories:before, .sns-more-categories:after {
  content: " ";
  display: table;
}
.sns-more-categories:after {
  clear: both;
}
.sns-more-categories .content {
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .sns-more-categories .content {
    margin: 0 -10px;
  }
}
.sns-more-categories .list-cats .item {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .sns-more-categories .list-cats .item {
    padding: 0 10px;
  }
}
.sns-more-categories .list-cats .item .cat-img {
  display: block;
  overflow: hidden;
  border: 1px solid #eaeaea;
  border-radius: 100%;
  margin: 0 0 15px;
  position: relative;
}
.sns-more-categories .list-cats .item .cat-img:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-more-categories .list-cats .item .cat-img span {
  display: block;
}
.sns-more-categories .list-cats .item .cat-img span:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0px;
  left: 50%;
  top: 50%;
  background: #FFF;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-more-categories .list-cats .item .cat-img span:after {
  content: "";
  position: absolute;
  height: 0px;
  width: 1px;
  left: 50%;
  top: 50%;
  background: #FFF;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-more-categories .list-cats .item .cat-img span img {
  border-radius: 100%;
}
.sns-more-categories .list-cats .item .cat-name {
  text-align: center;
  display: block;
}
.sns-more-categories .list-cats .item:hover .cat-img {
  border-color: rgba(51, 51, 51, 0.5);
}
.sns-more-categories .list-cats .item:hover .cat-img:before {
  opacity: 1;
}
.sns-more-categories .list-cats .item:hover .cat-img span:before {
  width: 22px;
  margin-left: -11px;
}
.sns-more-categories .list-cats .item:hover .cat-img span:after {
  height: 22px;
  margin-top: -11px;
}
.sns-more-categories.white .wpb_heading {
  color: #FFF;
}
.sns-more-categories.white .list-cats .item .cat-img {
  border: none;
}
.sns-more-categories.white .list-cats .item .cat-name {
  color: #fff;
}
.sns-more-categories.white .list-cats .item .cat-name:hover {
  color: #55bc75;
}
.sns-single-product .box-label {
  display: block;
  margin: 0 0 25px;
}
.sns-single-product .box-label span {
  background: #55bc75;
  color: #FFF;
  display: inline-block;
  text-transform: uppercase;
  padding: 0 6px;
}
.sns-single-product .item-title {
  font-size: 3em;
  line-height: 1.1;
  margin: 0 0 30px;
}
.sns-single-product .woocommerce-product-details__short-description {
  margin: 0 0 40px;
}
.sns-single-product .woocommerce-product-details__short-description p:last-child {
  margin: 0 0;
}
.sns-single-product .price {
  margin: 0 0 40px;
}
.sns-single-product .price .amount {
  font-size: 2em;
}
.sns-cat-info.style-1 {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 0 25px;
}
.sns-cat-info.style-1.align-right {
  float: right;
}
.sns-cat-info.style-1.align-center {
  float: none;
}
.sns-cat-info.style-1 .cat-img {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.sns-cat-info.style-1 .cat-img img {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.sns-cat-info.style-1 .cat-img:before {
  border: 0 solid rgba(255, 255, 255, 0);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -o-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
.sns-cat-info.style-1 .cat-info {
  padding: 10px 0px 15px;
  *zoom: 1;
}
.sns-cat-info.style-1 .cat-info:before, .sns-cat-info.style-1 .cat-info:after {
  content: " ";
  display: table;
}
.sns-cat-info.style-1 .cat-info:after {
  clear: both;
}
.sns-cat-info.style-1 .cat-info .cat-title {
  float: right;
  text-transform: uppercase;
  font-size: 1em;
  margin: 0 0;
  font-weight: normal;
  line-height: normal;
  overflow: hidden;
  height: 24px;
}
.sns-cat-info.style-1 .cat-info .cat-title a {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.25s;
  -moz-transition: -moz-transform 0.25s;
  transition: transform 0.25s;
}
.sns-cat-info.style-1 .cat-info .cat-title a:before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  color: #55bc75;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sns-cat-info.style-1 .cat-info .custom-number {
  float: left;
  color: #333333;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-cat-info.style-1:hover .cat-img:before {
  border: 15px solid rgba(0, 0, 0, 0.05);
  opacity: 1;
}
.sns-cat-info.style-1:hover .cat-info a {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
.sns-cat-info.style-2 .cat-img {
  position: relative;
  display: block;
  text-align: center;
}
.sns-cat-info.style-2 .cat-img:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0;
}
.sns-cat-info.style-2 .cat-img span {
  display: block;
}
.sns-cat-info.style-2 .cat-img span:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0px;
  left: 50%;
  top: 50%;
  background: #FFF;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-cat-info.style-2 .cat-img span:after {
  content: "";
  position: absolute;
  height: 0px;
  width: 2px;
  left: 50%;
  top: 50%;
  background: #FFF;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-cat-info.style-2 .cat-img span img {
  margin: 0 auto;
}
.sns-cat-info.style-2 .cat-info {
  display: block;
  text-align: center;
}
.sns-cat-info.style-2 .cat-info .cat-title {
  text-transform: uppercase;
  font-size: 1.1428em;
  line-height: 1.1;
  font-weight: bold;
  margin: 25px 0 0;
}
@media (max-width: 480px) {
  .sns-cat-info.style-2 .cat-info .cat-title {
    font-size: 13px;
  }
}
.sns-cat-info.style-2 .cat-info .cat-title a .cat-prd-num {
  color: #55bc75;
  font-weight: normal;
  margin-left: 5px;
}
.sns-cat-info.style-2:hover .cat-img:before {
  opacity: 1;
}
.sns-cat-info.style-2:hover .cat-img span:before {
  width: 60px;
  margin-left: -30px;
}
.sns-cat-info.style-2:hover .cat-img span:after {
  height: 60px;
  margin-top: -30px;
}
.sns-cat-info.style-3 {
  position: relative;
  display: block;
  text-align: center;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-cat-info.style-3 .cat-img {
  position: relative;
  display: block;
  overflow: hidden;
}
.sns-cat-info.style-3 .cat-img:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.05);
}
.sns-cat-info.style-3 .cat-img span {
  display: block;
  transform: translateX(21%);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-cat-info.style-3 .cat-info {
  padding: 15px 0px;
  *zoom: 1;
}
.sns-cat-info.style-3 .cat-info:before, .sns-cat-info.style-3 .cat-info:after {
  content: " ";
  display: table;
}
.sns-cat-info.style-3 .cat-info:after {
  clear: both;
}
.sns-cat-info.style-3 .cat-info .cat-title {
  text-transform: uppercase;
  font-size: 1em;
  margin: 0 0;
  font-weight: normal;
  overflow: hidden;
}
.sns-cat-info.style-3 .cat-info .cat-title a {
  position: relative;
  float: left;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.25s;
  -moz-transition: -moz-transform 0.25s;
  transition: transform 0.25s;
}
.sns-cat-info.style-3 .cat-info .cat-title a:before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  color: #55bc75;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sns-cat-info.style-3 .cat-info .cat-title .cat-prd-num {
  float: right;
  color: #666666;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-cat-info.style-3:hover .cat-info a {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
.sns-cat-info.style-3:hover .cat-img span {
  transform: translateX(0px);
}
.sns-cat-info.style-4 {
  position: relative;
  margin: 0 0 30px;
}
.sns-cat-info.style-4 .cat-img {
  position: relative;
  display: block;
  text-align: center;
}
.sns-cat-info.style-4 .cat-img:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0;
}
.sns-cat-info.style-4 .cat-info {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.sns-cat-info.style-4 .cat-info .cat-title {
  text-transform: none;
  font-size: 1.1428em;
  font-weight: normal;
  line-height: 1.1;
  margin: 15px 20px;
}
.sns-cat-info.style-4 .cat-info .cat-title a .cat-prd-num {
  color: #666666;
  font-weight: normal;
  margin-left: 3px;
  font-size: 12px;
}
.sns-cat-info.style-4 .cat-info .cat-title a:hover .cat-prd-num {
  color: #55bc75;
}
.sns-cat-info.style-4:hover .cat-img:before {
  opacity: 1;
}
.sns-banner.style-1 .img-banner {
  position: relative;
  display: inline-block;
}
.sns-banner.style-1 .img-banner:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-banner.style-1 .banner-link {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #FFF;
  border: 1px solid #FFF;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 38px 0 0;
  width: 0px;
  overflow: hidden;
}
.sns-banner.style-1 .banner-link:after {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  font-size: 14px;
  line-height: inherit;
  position: absolute;
  right: 12px;
  top: 0px;
}
.sns-banner.style-1 .banner-link span {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
  display: block;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  visibility: hidden;
  opacity: 0;
}
.sns-banner.style-1 .banner-link:hover {
  padding: 0 38px 0 12px;
  font-size: 1em;
  background: rgba(255, 255, 255, 0.3);
  width: auto;
}
.sns-banner.style-1 .banner-link:hover span {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.sns-banner.style-1:hover .img-banner:before {
  opacity: 1;
}
.sns-banner.style-2 {
  position: relative;
}
.sns-banner.style-2 .img-banner {
  position: relative;
  display: inline-block;
}
.sns-banner.style-2 .img-banner:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-banner.style-2 .banner-text {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.sns-banner.style-2 .banner-text h3.title {
  font-size: 2em;
  color: inherit;
  margin: 0 0;
}
.sns-banner.style-2 .banner-text a.banner-link {
  color: inherit;
  text-transform: uppercase;
  padding-right: 5px;
}
.sns-banner.style-2 .banner-text a.banner-link:after {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: "14px";
  height: "14px";
  text-align: center;
  line-height: "14px";
  position: relative;
  right: -5px;
}
.sns-banner.style-2 .banner-text a.banner-link:hover {
  text-decoration: underline;
}
.sns-banner.style-2:hover .img-banner:before {
  opacity: 1;
}
.sns-info-inline .vc_icon_element-icon {
  margin-right: 8px;
}
.sns-info-inline.social {
  margin-right: 20px;
}
.sns-info-inline.social .vc_icon_element-icon {
  margin: 0;
}
.sns-info-inline.social_rounded a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #eaeaea;
  margin-right: 10px;
  float: left;
  font-size: 16px;
  color: #666666;
}
.sns-info-inline.social_rounded a .vc_icon_element-icon {
  margin: 0 0;
  line-height: 40px;
}
.sns-info-inline.social_rounded a:hover {
  border-color: #55bc75;
  background-color: #55bc75;
  color: #FFF;
}
.sns-info-inline.have-left-border {
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
}
.sns-info-inline.have-left-border:before {
  position: absolute;
  content: "";
  height: 13px;
  margin-top: -6px;
  width: 1px;
  left: 0px;
  top: 50%;
  background-color: #ccc;
}
.sns-info-inline.have-right-border {
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}
.sns-info-inline.have-right-border:before {
  position: absolute;
  content: "";
  height: 13px;
  margin-top: -6px;
  width: 1px;
  right: 0px;
  top: 50%;
  background-color: #ccc;
}
.sns-popup-video {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
.sns-popup-video > * {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  color: #FFF;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.sns-popup-video > * .btn-popupvideo {
  display: inline-block;
  color: #FFF;
  margin: 0 8px 15px 8px;
  padding: 11px 25px 11px 52px;
  border-radius: 42px;
  background: #55bc75;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.sns-popup-video > * .btn-popupvideo:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 22px;
  font-weight: normal;
  position: absolute;
  left: 25px;
  top: calc(50% - 11px);
}
.sns-popup-video > * .btn-popupvideo:hover {
  color: #55bc75;
  background: #FFF;
}
.sns-popup-video > * .btn-readmore {
  display: inline-block;
  color: #FFF;
  margin: 0 8px 15px 8px;
  padding: 9px 25px;
  border-radius: 42px;
  border: 1px solid #FFF;
  text-transform: uppercase;
  font-weight: bold;
}
.sns-popup-video > * .btn-readmore:hover {
  color: #55bc75;
  border-color: #FFF;
  background: #FFF;
}
.sns-popup-video > * .title {
  display: block;
  font-size: 3.4285em;
  color: #FFF;
  margin: 0 0 40px;
}
@media (max-width: 480px) {
  .sns-popup-video > * .title {
    font-size: 3em;
  }
}
.sns-popup-video > * .sub-title {
  display: block;
  font-size: 1.1428em;
  margin: 0 0 25px;
}
.sns-counter {
  text-align: center;
  position: relative;
}
.sns-counter .vc_icon_element-icon {
  display: block;
  margin: 0px 0 15px;
}
.sns-counter .counter-value {
  display: block;
  margin: 0 0;
}
.sns-counter .counter-value > span {
  margin: 0 2px 0 0;
  font-weight: bold;
}
.sns-counter.have-boder-left:before {
  content: "";
  position: absolute;
  height: 80px;
  width: 1px;
  top: 50%;
  left: -8px;
  margin-top: -40px;
  background: #e9e9e9;
}
.sns-counter.have-boder-left.white:before {
  background: #FFF;
}
@media (max-width: 767px) {
  .sns-counter.have-boder-left:before {
    display: none;
  }
}
.sns-time-countdown.style1 {
  margin: 40px 0;
  display: block;
  text-align: center;
}
.sns-time-countdown.style1 .clock-digi {
  overflow: hidden;
  display: inline-block;
}
.sns-time-countdown.style1 .clock-digi > div {
  display: inline-block;
  float: left;
  padding: 0;
  width: 70px;
  height: 70px;
  margin: 0 3px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  background: rgba(0, 0, 0, 0.4);
  color: #FFF;
  position: relative;
}
.sns-time-countdown.style1 .clock-digi > div > div {
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.sns-time-countdown.style1 .clock-digi > div > div > div {
  display: block;
  padding: 0 0;
  font-weight: bold;
  font-size: 24px;
  text-transform: none;
}
.sns-time-countdown.style1 .clock-digi > div:nth-child(2) {
  background: rgba(0, 0, 0, 0.36);
}
.sns-time-countdown.style1 .clock-digi > div:nth-child(3) {
  background: rgba(0, 0, 0, 0.32);
}
.sns-time-countdown.style1 .clock-digi > div:nth-child(4) {
  background: rgba(0, 0, 0, 0.28);
}
.sns-time-countdown.style2 {
  margin: 40px 0;
  display: block;
  text-align: center;
}
.sns-time-countdown.style2 .clock-digi {
  overflow: hidden;
  display: inline-block;
}
.sns-time-countdown.style2 .clock-digi > div {
  display: inline-block;
  float: left;
  padding: 0;
  width: 85px;
  height: 85px;
  border-radius: 85px;
  margin: 0 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  color: #FFF;
  position: relative;
}
.sns-time-countdown.style2 .clock-digi > div > div {
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.sns-time-countdown.style2 .clock-digi > div > div > div {
  display: block;
  padding: 0 0;
  font-weight: bold;
  font-size: 28px;
  text-transform: none;
}
@media (max-width: 767px) {
  .sns-time-countdown.style2 .clock-digi > div {
    width: 70px;
    height: 70px;
  }
  .sns-time-countdown.style2 .clock-digi > div > div > div {
    font-size: 26px;
  }
}
.sns-time-countdown.style3 {
  margin: 0;
  display: block;
  text-align: center;
  color: #FFF;
  position: relative;
}
.sns-time-countdown.style3:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 60px;
  left: 0px;
  bottom: 14px;
  background: #FFF;
}
.sns-time-countdown.style3:after {
  position: absolute;
  content: "";
  height: 5px;
  width: 60px;
  right: 0px;
  bottom: 14px;
  background: #FFF;
}
.sns-time-countdown.style3 .clock-digi {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
}
.sns-time-countdown.style3 .clock-digi:before {
  position: absolute;
  content: "";
  height: calc(100% - 60px - 14px);
  width: 5px;
  background: #FFF;
  left: 0px;
  top: 60px;
}
.sns-time-countdown.style3 .clock-digi:after {
  position: absolute;
  content: "";
  height: calc(100% - 60px - 14px);
  width: 5px;
  background: #FFF;
  right: 0px;
  top: 60px;
}
.sns-time-countdown.style3 .clock-digi > div {
  display: inline-block;
  padding: 0;
  position: relative;
}
.sns-time-countdown.style3 .clock-digi > div > div {
  display: inline-block;
  text-transform: uppercase;
  margin: 0 5px;
}
.sns-time-countdown.style3 .clock-digi > div > div > div {
  display: inline-block;
  padding: 0 3px 0 0;
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  text-transform: none;
}
.sns-time-countdown.style3 .clock-digi > div:first-child {
  display: block;
  position: relative;
}
.sns-time-countdown.style3 .clock-digi > div:first-child:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 100px;
  left: 0px;
  top: 60px;
  background: #FFF;
}
.sns-time-countdown.style3 .clock-digi > div:first-child:after {
  position: absolute;
  content: "";
  height: 5px;
  width: 100px;
  right: 0px;
  top: 60px;
  background: #FFF;
}
.sns-time-countdown.style3 .clock-digi > div:first-child > div > div {
  font-size: 120px;
  line-height: 120px;
  margin: 0 0 20px;
}
@media (max-width: 480px) {
  .sns-time-countdown.style3:before {
    width: 20px;
  }
  .sns-time-countdown.style3:after {
    width: 20px;
  }
  .sns-time-countdown.style3 .clock-digi > div:first-child:before {
    width: 60px;
  }
  .sns-time-countdown.style3 .clock-digi > div:first-child:after {
    width: 60px;
  }
}
#sb_instagram {
  padding: 0 0 !important;
}
#sb_instagram .sbi_photo {
  position: relative;
  overflow: hidden;
}
#sb_instagram .sbi_photo:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(85, 188, 117, 0.3);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  left: -100%;
}
#sb_instagram .sbi_photo:hover:before {
  left: 0px;
}
.tnp-sub form label, .tnp-subscription form label {
  padding: 0px;
  margin: 0 0 10px;
  font-weight: normal;
  line-height: inherit;
}
.tnp-sub form input[type="text"], .tnp-sub form input[type="email"], .tnp-subscription form input[type="text"], .tnp-subscription form input[type="email"] {
  height: 40px;
  padding: 0 20px;
  border-radius: 40px;
  border: 1px solid #eaeaea;
  background-color: transparent;
  margin: 0 0 10px;
}
.tnp-sub form input.tnp-submit, .tnp-subscription form input.tnp-submit {
  height: 40px;
  padding: 0 20px;
  border-radius: 0 40px 40px 0;
  border: 1px solid #eaeaea;
  background-color: transparent;
  color: #666666;
  font-size: 1em;
}
.newsletter-1 {
  *zoom: 1;
}
.newsletter-1:before, .newsletter-1:after {
  content: " ";
  display: table;
}
.newsletter-1:after {
  clear: both;
}
.newsletter-1 .label-wrap {
  width: 45%;
  float: left;
  position: relative;
  padding: 0 10px 0 62px;
}
@media (max-width: 767px) {
  .newsletter-1 .label-wrap {
    width: 100%;
    margin-bottom: 15px;
  }
}
.newsletter-1 .label-wrap h3 {
  font-size: 1.1428em;
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.1;
  margin: 0 0 6px;
}
.newsletter-1 .label-wrap:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 48px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0px;
  top: 0px;
}
.newsletter-1 .input-wrap {
  width: 55%;
  float: left;
  position: relative;
}
@media (max-width: 767px) {
  .newsletter-1 .input-wrap {
    width: 100%;
  }
}
.newsletter-1 .input-wrap input[type="email"] {
  width: 100%;
  margin: 0 0;
  border-color: #eaeaea;
  height: 45px;
  border-radius: 45px;
  background: #FFF;
}
.newsletter-1 .input-wrap input.tnp-submit {
  margin: 0 0;
  position: absolute;
  top: 0px;
  right: 0;
  border: none;
  border-left: 1px solid #eaeaea;
  height: 45px;
  border-radius: 0 45px 45px 0;
  background: #55bc75;
  color: #FFF;
  font-weight: bold;
}
div.wpcf7-response-output {
  margin: 0 0 25px;
  border: none;
}
div.wpcf7-mail-sent-ng {
  border: none;
}
div.wpcf7-validation-errors {
  border: none;
  background: #f2dede;
  color: #b94a48;
  padding: 6px 15px;
}
div.wpcf7-mail-sent-ok {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFDFF0D8", endColorstr="#FFC8E5BC", GradientType=0);
  border-color: #b2dba1;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  background-image: none;
}
div.wpcf7-mail-sent-ok hr {
  border-top-color: #c9e2b3;
}
div.wpcf7-mail-sent-ok .alert-link {
  color: #2b542c;
}
div.wpcf7-validation-errors {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
span.wpcf7-not-valid-tip {
  margin: -10px 0 10px;
}
.wpcf7-form .wpcf7-text {
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
}
.wpcf7-form .wpcf7-textarea {
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
  max-height: 120px;
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form .ctf-info label {
  width: calc(50% - 5px);
  margin: 0 0 0 5px;
  float: left;
}
.wpcf7-form .ctf-info label:first-child {
  margin: 0 5px 0 0;
}
.wpcf7-form .ctf-info label .wpcf7-text {
  width: 100%;
  margin: 0 0 10px;
}
@media (max-width: 480px) {
  .wpcf7-form .ctf-info label {
    width: 100%;
    margin: 0 0;
  }
}
.wpcf7-form .ctf-message {
  width: 100%;
}
.wpcf7-form .ctf-message label {
  width: 100%;
  margin: 0 0 0;
}
.wpcf7-form .ctf-message label .wpcf7-textarea {
  width: 100%;
  min-height: 160px;
  margin: 0 0 20px;
}
.wpcf7-form .ctf-submit {
  text-align: center;
}
.sns-carousel .owl-nav .owl-prev, .sns-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #55bc75;
  background: #55bc75;
  text-align: center;
  position: absolute;
  font-size: 0px;
  top: calc(50% - 20px);
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-carousel .owl-nav .owl-prev:before, .sns-carousel .owl-nav .owl-next:before {
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-carousel .owl-nav .owl-prev:hover, .sns-carousel .owl-nav .owl-next:hover {
  border-color: #333333;
  background-color: #333333;
}
.sns-carousel .owl-nav .owl-prev:hover:before, .sns-carousel .owl-nav .owl-next:hover:before {
  color: #fff;
}
.sns-carousel .owl-nav .owl-prev.disabled, .sns-carousel .owl-nav .owl-next.disabled {
  opacity: 0.6;
  display: inline-block;
}
.sns-carousel .owl-nav .owl-prev.disabled:hover, .sns-carousel .owl-nav .owl-next.disabled:hover {
  cursor: not-allowed;
}
.sns-carousel .owl-nav .owl-prev {
  left: 10px;
}
.sns-carousel .owl-nav .owl-prev:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.sns-carousel .owl-nav .owl-next {
  right: 10px;
  left: auto;
}
.sns-carousel .owl-nav .owl-next:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.sns-carousel .owl-nav {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-carousel .owl-nav .owl-prev {
  left: -15px;
}
.sns-carousel .owl-nav .owl-next {
  left: auto;
  right: -15px;
}
.sns-carousel .owl-dots {
  text-align: center;
  margin: 50px 0 0;
}
.sns-carousel .owl-dots .owl-dot {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0 5px;
}
.sns-carousel .owl-dots .owl-dot > span {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #eaeaea;
  display: block;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-carousel .owl-dots .owl-dot:hover > span, .sns-carousel .owl-dots .owl-dot.active > span {
  background: #55bc75;
}
.sns-carousel .owl-dots .owl-dot.active > span {
  cursor: text;
}
.sns-carousel .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 40px;
  text-align: center;
  background: #fff;
}
.sns-carousel .slick-dots li {
  display: inline-block;
}
.sns-carousel .slick-dots li button {
  padding: 0 0;
  height: 10px;
  width: 30px;
  margin: 15px 5px;
  border: 1px solid #eaeaea;
  background: #FFF;
  font-size: 0px;
}
.sns-carousel .slick-dots li:hover button, .sns-carousel .slick-dots li.slick-active button {
  border-color: #55bc75;
  background: #55bc75;
}
.sns-carousel .carousel-content:not(.owl-carousel) {
  display: none;
}
.sns-carousel .carousel-content:not(.owl-carousel).slick-initialized {
  display: block;
}
.sns-carousel.show-dotimg .owl-carousel {
  padding: 130px 0 0;
}
@media (max-width: 480px) {
  .sns-carousel.show-dotimg .owl-carousel {
    padding: 90px 0 0;
  }
}
@media (max-width: 767px) {
  .sns-carousel.show-dotimg .owl-carousel .owl-nav {
    display: none;
  }
}
.sns-carousel.show-dotimg .owl-dots {
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
  margin: 5px 0 0;
}
.sns-carousel.show-dotimg .owl-dots .owl-dot {
  margin: 0 5px;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
@media (max-width: 480px) {
  .sns-carousel.show-dotimg .owl-dots .owl-dot {
    width: 60px;
    height: 60px;
  }
}
.sns-carousel.show-dotimg .owl-dots .owl-dot:before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  content: "";
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  width: 100%;
  height: 100%;
}
.sns-carousel.show-dotimg .owl-dots .owl-dot:hover, .sns-carousel.show-dotimg .owl-dots .owl-dot.active {
  border-color: #55bc75;
}
.sns-carousel.show-dotimg .owl-dots .owl-dot:hover:before, .sns-carousel.show-dotimg .owl-dots .owl-dot.active:before {
  background: transparent;
}
.sns-carousel.show-dotimg .owl-dots .owl-dot.active {
  cursor: text;
}
.sns-carousel.have-padding {
  margin-left: -15px;
  margin-right: -15px;
}
.sns-carousel.have-padding .owl-item > * {
  padding-left: 15px;
  padding-right: 15px;
}
.sns-carousel.have-padding .owl-nav .owl-prev {
  left: -5px;
}
.sns-carousel.have-padding .owl-nav .owl-next {
  left: auto;
  right: -5px;
}
@media (max-width: 767px) {
  .sns-carousel.have-padding {
    margin-left: -8px;
    margin-right: -8px;
  }
  .sns-carousel.have-padding .owl-item > * {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.sns-carousel.box-border-style {
  padding-bottom: 0px;
}
.sns-carousel.box-border-style .slick-vertical {
  margin: -16px 0 0;
}
.sns-carousel.box-border-style .slick-vertical .slick-slide {
  margin: 16px 0;
  position: relative;
}
.sns-carousel.box-border-style .slick-vertical .slick-slide:before {
  position: absolute;
  content: "";
  bottom: -16px;
  left: 0px;
  height: 1px;
  width: 100%;
  background: #eaeaea;
}
.sns-carousel.box-border-style .slick-dots {
  margin: 0 -20px 0;
  width: calc(100% + 40px);
  position: relative;
  z-index: 1;
}
.sns-login-register a {
  margin: 0 4px;
}
.sns-login-register a:last-child {
  margin-right: 0px;
}
.sns-member {
  text-align: center;
}
.sns-member .avartar {
  margin-bottom: 15px;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.sns-member .avartar a {
  position: relative;
  display: inline-block;
}
.sns-member .avartar.rounded {
  border-radius: 5px;
}
.sns-member .avartar.circle {
  border-radius: 100%;
}
.sns-member .avartar:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.sns-member .name {
  margin-bottom: 12px;
  font-size: 1em;
  font-weight: bold;
}
.sns-member .name .role {
  font-weight: normal;
  color: #666666;
}
.sns-member .short_desc {
  margin-bottom: 12px;
}
.sns-member .social-icons {
  position: relative;
}
.sns-member .social-icons ul {
  padding: 0 0;
  margin: 0 0;
  list-style: none;
}
.sns-member .social-icons ul li {
  display: inline;
  margin: 0 6px;
}
.sns-member .social-icons ul li i {
  font-size: 16px;
}
.sns-vertical-menu .wpb_heading {
  color: #333333;
  display: block;
  padding: 0 0 10px;
  margin: 0;
}
.sns-vertical-menu .wpb_heading > span {
  display: inline-block;
  position: relative;
}
.sns-vertical-menu .wpb_heading > span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #55bc75;
  left: 0px;
  bottom: -11px;
}
.sns-vertical-menu .sns-respmenu {
  padding: 20px;
  border: 1px solid #eaeaea;
  border-radius: 0 0 5px 5px;
}
.sns-single-testimonial .avatar {
  max-width: 100px;
  float: left;
  margin: 0 10px 0 0;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.sns-single-testimonial .avatar:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(85, 188, 117, 0.4);
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-single-testimonial .content {
  padding-left: 110px;
  position: relative;
  top: -4px;
}
.sns-single-testimonial .info {
  padding-left: 110px;
  margin: 5px 0 0;
}
.sns-single-testimonial .info span {
  color: #55bc75;
}
.sns-single-testimonial:hover .avatar:before {
  opacity: 1;
}
.sns-single-testimonial.style2 .inner {
  background: #FFF;
  padding: 30px 30px 30px 22px;
  *zoom: 1;
}
.sns-single-testimonial.style2 .inner:before, .sns-single-testimonial.style2 .inner:after {
  content: " ";
  display: table;
}
.sns-single-testimonial.style2 .inner:after {
  clear: both;
}
.sns-single-testimonial.style2:not(.have-avatar) .content {
  padding-left: 90px;
  position: relative;
}
.sns-single-testimonial.style2:not(.have-avatar) .content:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 50px;
  position: absolute;
  left: 10px;
  top: 3px;
  color: #eaeaea;
  text-align: left;
}
.sns-single-testimonial.style2:not(.have-avatar) .info {
  padding-left: 90px;
}
.sns-single-testimonial.style2 .info {
  *zoom: 1;
  margin: 7px 0 0;
}
.sns-single-testimonial.style2 .info:before, .sns-single-testimonial.style2 .info:after {
  content: " ";
  display: table;
}
.sns-single-testimonial.style2 .info:after {
  clear: both;
}
.sns-single-testimonial.style2 .info .name, .sns-single-testimonial.style2 .info .position {
  float: left;
}
.sns-single-testimonial.style2 .info .name .label, .sns-single-testimonial.style2 .info .position .label {
  display: none;
}
.sns-single-testimonial.style2 .info .name span:not(.label) {
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
}
.sns-single-testimonial.style2 .info .position {
  position: relative;
  padding-left: 15px;
}
.sns-single-testimonial.style2 .info .position:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 5px;
  background: #666666;
  top: 50%;
  left: 5px;
}
.sns-single-testimonial.style2 .info .position span:not(.label) {
  color: #666666;
}
.sns-special-list-posts .list-post .big-item-post {
  *zoom: 1;
  height: 373px;
}
.sns-special-list-posts .list-post .big-item-post:before, .sns-special-list-posts .list-post .big-item-post:after {
  content: " ";
  display: table;
}
.sns-special-list-posts .list-post .big-item-post:after {
  clear: both;
}
.sns-special-list-posts .list-post .big-item-post > div {
  width: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  *zoom: 1;
}
.sns-special-list-posts .list-post .big-item-post > div:before, .sns-special-list-posts .list-post .big-item-post > div:after {
  content: " ";
  display: table;
}
.sns-special-list-posts .list-post .big-item-post > div:after {
  clear: both;
}
@media (max-width: 992px) {
  .sns-special-list-posts .list-post .big-item-post > div {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .sns-special-list-posts .list-post .big-item-post > div {
    width: 100%;
  }
}
.sns-special-list-posts .list-post .big-item-post .post-title {
  font-size: 1.7142em;
  font-weight: bold;
  margin: 0 10px 22px;
}
.sns-special-list-posts .list-post .big-item-post .post-title a {
  color: #fff;
}
.sns-special-list-posts .list-post .big-item-post .post-title a span {
  padding: 1px 10px;
  background: #55bc75;
  display: inline-block;
  margin: 4px 0 4px -10px;
}
.sns-special-list-posts .list-post .big-item-post .post-title a:hover span {
  background: #333333;
}
.sns-special-list-posts .list-post .big-item-post .post-title:selection {
  background: #55bc75;
  color: #fff;
}
.sns-special-list-posts .list-post .big-item-post .post-meta {
  display: block;
  color: #fff;
  margin: 0 0 0 20px;
}
.sns-special-list-posts .list-post .big-item-post .post-meta .post-author {
  float: left;
  margin: 0 10px 0 0;
}
.sns-special-list-posts .list-post .big-item-post .post-meta .post-author .author-link {
  margin-left: 3px;
  color: #55bc75;
}
.sns-special-list-posts .list-post .big-item-post .post-meta .post-author .author-link:hover {
  text-decoration: underline;
}
.sns-special-list-posts .list-post .big-item-post .post-meta .post-date {
  float: left;
}
.sns-special-list-posts .list-post .small-item-post {
  padding: 30px;
  *zoom: 1;
}
.sns-special-list-posts .list-post .small-item-post:before, .sns-special-list-posts .list-post .small-item-post:after {
  content: " ";
  display: table;
}
.sns-special-list-posts .list-post .small-item-post:after {
  clear: both;
}
.sns-special-list-posts .list-post .small-item-post .post-img {
  margin: 0 20px 0 0;
  max-width: 70px;
  float: left;
  position: relative;
}
.sns-special-list-posts .list-post .small-item-post .post-img:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(85, 188, 117, 0.4);
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-special-list-posts .list-post .small-item-post .post-title {
  font-size: 1.1428em;
  font-weight: bold;
  margin: -5px 0 10px;
  line-height: 1.4;
}
.sns-special-list-posts .list-post .small-item-post .post-title:selection {
  background: #55bc75;
  color: #fff;
}
.sns-special-list-posts .list-post .small-item-post .post-meta {
  display: block;
}
.sns-special-list-posts .list-post .small-item-post .post-meta .post-author {
  float: left;
  margin: 0 10px 0 0;
}
.sns-special-list-posts .list-post .small-item-post .post-meta .post-author .author-link {
  margin-left: 3px;
  color: #55bc75;
}
.sns-special-list-posts .list-post .small-item-post .post-meta .post-author .author-link:hover {
  text-decoration: underline;
}
.sns-special-list-posts .list-post .small-item-post .post-meta .post-date {
  float: left;
}
.sns-special-list-posts .list-post .small-item-post:hover .post-img:before {
  opacity: 1;
}
.sns-special-list-posts .list-post .list-small-item {
  border: 1px solid #eaeaea;
  background: #fff;
  padding: 0;
  position: relative;
  *zoom: 1;
}
.sns-special-list-posts .list-post .list-small-item:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  left: 0px;
  top: 0px;
  background: #fff;
  z-index: 1;
}
.sns-special-list-posts .list-post .list-small-item .owl-item.active {
  position: relative;
}
.sns-special-list-posts .list-post .list-small-item .owl-item.active:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 0px;
  top: 0px;
  background: #eaeaea;
}
.sns-special-list-posts .list-post .list-small-item:before, .sns-special-list-posts .list-post .list-small-item:after {
  content: " ";
  display: table;
}
.sns-special-list-posts .list-post .list-small-item:after {
  clear: both;
}
.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-prev, .sns-special-list-posts .list-post .list-small-item .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #55bc75;
  background: #55bc75;
  text-align: center;
  position: absolute;
  font-size: 0px;
  top: calc(50% - 20px);
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-prev:before, .sns-special-list-posts .list-post .list-small-item .owl-nav .owl-next:before {
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-prev:hover, .sns-special-list-posts .list-post .list-small-item .owl-nav .owl-next:hover {
  border-color: #333333;
  background-color: #333333;
}
.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-prev:hover:before, .sns-special-list-posts .list-post .list-small-item .owl-nav .owl-next:hover:before {
  color: #fff;
}
.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-prev.disabled, .sns-special-list-posts .list-post .list-small-item .owl-nav .owl-next.disabled {
  opacity: 0.6;
  display: inline-block;
}
.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-prev.disabled:hover, .sns-special-list-posts .list-post .list-small-item .owl-nav .owl-next.disabled:hover {
  cursor: not-allowed;
}
.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-prev {
  left: 10px;
}
.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-prev:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-next {
  right: 10px;
  left: auto;
}
.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-next:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-prev {
  left: -20px;
  z-index: 2;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0;
}
.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-prev:before {
  line-height: 36px;
}
.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-next {
  left: auto;
  right: -20px;
  z-index: 2;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0;
}
.sns-special-list-posts .list-post .list-small-item .owl-nav .owl-next:before {
  line-height: 36px;
}
@media (max-width: 767px) {
  .sns-special-list-posts .list-post .list-small-item .owl-nav .owl-prev {
    left: 10px;
  }
  .sns-special-list-posts .list-post .list-small-item .owl-nav .owl-next {
    left: auto;
    right: 10px;
  }
}
.sns-special-list-posts .list-post .list-small-item:hover .owl-nav .owl-prev, .sns-special-list-posts .list-post .list-small-item:hover .owl-nav .owl-next {
  opacity: 1;
}
.sns-list-posts .wpb_heading {
  text-transform: uppercase;
  font-size: 1.1428em;
}
.sns-list-posts .item-post {
  margin: 20px 0 0;
  *zoom: 1;
}
.sns-list-posts .item-post:before, .sns-list-posts .item-post:after {
  content: " ";
  display: table;
}
.sns-list-posts .item-post:after {
  clear: both;
}
.sns-list-posts .item-post:first-child {
  margin-top: 0;
}
.sns-list-posts .item-post .post-img {
  float: left;
  margin: 0 20px 0 0;
}
.sns-list-posts .item-post .post-img a {
  display: block;
  position: relative;
  overflow: hidden;
}
.sns-list-posts .item-post .post-img a:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0;
  background: rgba(85, 188, 117, 0.4);
}
.sns-list-posts .item-post .post-img + .post-title {
  margin-top: -6px;
}
.sns-list-posts .item-post .post-title {
  margin: 0 0 8px;
  font-weight: bold;
}
.sns-list-posts .item-post .post-date {
  color: #666666;
}
.sns-list-posts .item-post .post-author a {
  color: #55bc75;
}
.sns-list-posts .item-post .post-author a:hover {
  text-decoration: underline;
}
.sns-list-posts .item-post:hover .post-img a:before {
  opacity: 1;
}
.sns-list-posts.style-2 .item-post {
  margin: 20px 0 0;
  padding-left: 10px;
}
.sns-list-posts.style-2 .item-post:first-child {
  margin-top: 0;
}
.sns-list-posts.style-2 .item-post .post-title {
  margin: 0;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-list-posts.style-2 .item-post .post-title:before {
  position: absolute;
  top: 7px;
  left: -10px;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 5px;
  background: #666666;
}
.sns-list-posts.style-2 .item-post .post-title:hover {
  padding-left: 5px;
}
.sns-list-posts.style-2 .item-post .post-title:hover:before {
  background: #55bc75;
}
.sns-list-posts.style-2 .item-post .post-date {
  color: #666666;
}
.sns-list-posts.style-2 .item-post .post-date:before {
  display: none;
}
.sns-list-posts.style-3 .item-post {
  margin: 20px 0 0;
}
.sns-list-posts.style-3 .item-post:first-child {
  margin-top: 0;
}
.sns-list-posts.style-3 .item-post .post-img {
  float: left;
  margin: 0 15px 0 0;
  width: 138px;
}
.sns-list-posts.style-3 .item-post .post-title {
  margin: -5px 0 8px;
  text-transform: uppercase;
  font-weight: bold;
}
.sns-list-posts.style-4 .item-post {
  float: left;
  width: calc(100% - 52% - 20px);
  padding: 0 0 18px;
  margin: 0 0 18px;
  border-bottom: 1px solid #eaeaea;
}
.sns-list-posts.style-4 .item-post .post-img {
  float: left;
  margin: 0 15px 0 0;
  width: 138px;
}
.sns-list-posts.style-4 .item-post .post-title {
  margin: -5px 0 5px;
  text-transform: uppercase;
  font-weight: bold;
}
.sns-list-posts.style-4 .item-post .post-desc {
  margin: 0 0 0;
}
.sns-list-posts.style-4 .item-post:first-child {
  width: 52%;
  margin: 0 20px 10px 0;
  padding: 0 0;
  float: left;
  border: none;
}
.sns-list-posts.style-4 .item-post:first-child .post-img {
  width: 100%;
  float: none;
  margin: 0 0;
}
.sns-list-posts.style-4 .item-post:first-child .post-title {
  margin: 0 0 18px;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #eaeaea;
  padding: 5px 15px;
  background: #f7f7f7;
}
.sns-list-posts.style-4 .item-post:last-child {
  margin: 0 0 18px;
  padding: 0 0;
  border: none;
}
@media (max-width: 1199px) {
  .sns-list-posts.style-4 .item-post {
    width: calc(100% - 40% - 20px);
  }
  .sns-list-posts.style-4 .item-post:first-child {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .sns-list-posts.style-4 .item-post {
    width: calc(100% - 50%);
    padding-right: 20px;
  }
  .sns-list-posts.style-4 .item-post:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .sns-list-posts.style-4 .item-post {
    width: 100%;
    padding-right: 0px;
  }
  .sns-list-posts.style-4 .item-post:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
.box-border-style {
  border: 1px solid #eaeaea;
  padding: 0 20px 25px;
  background: #fff;
}
.box-border-style .wpb_heading {
  margin: -20px 0 25px;
  text-transform: uppercase;
}
.box-border-style .wpb_heading span {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  color: #FFF;
  background: #55bc75;
  border-radius: 40px;
}
.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-heading {
  background-color: transparent !important;
}
.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-title {
  font-size: 1em !important;
  font-weight: normal;
}
.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-title > a {
  padding: 10px 10px 10px 20px !important;
  color: color !important;
}
.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-title > a .vc_tta-controls-icon {
  left: 0px !important;
}
.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-title > a .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
  border-width: 0 1px 1px 0 !important;
  top: 3px !important;
  bottom: 3px !important;
  left: 3px !important;
  right: 3px !important;
  border-color: inherit !important;
}
.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-title > a:hover {
  color: #55bc75 !important;
}
.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-body {
  border: 1px solid #eaeaea;
  padding: 20px !important;
  margin: 10px 0;
}
.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-body .wpb_text_column {
  margin-bottom: 0px !important;
}
.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-body .wpb_text_column ol, .vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-body .wpb_text_column ul {
  padding-left: 25px;
}
.vc_tta-accordion.sns-transparent .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #333333 !important;
}
.vc_tta-accordion.sns-transparent .vc_tta-panel.vc_active .vc_tta-panel-title > a:hover {
  color: #333333 !important;
}
section.full-width .vc_container.section-content {
  width: 100%;
  padding: 0 15px;
}
.sns-store-info > * {
  padding-left: 48px;
  position: relative;
  *zoom: 1;
  min-height: 50px;
  margin: 0 0 7px;
}
.sns-store-info > *:before, .sns-store-info > *:after {
  content: " ";
  display: table;
}
.sns-store-info > *:after {
  clear: both;
}
.sns-store-info > * a {
  color: inherit;
}
.sns-store-info > * a:hover {
  color: #55bc75;
}
.sns-store-info > *:last-child {
  margin-bottom: 0px;
}
.sns-store-info > * .vc_icon_element-icon {
  height: 38px;
  width: 38px;
  line-height: 34px;
  text-align: center;
  border: 2px solid #666666;
  border-radius: 100%;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  left: 0px;
  top: 5px;
}
.sns-store-info > *.store-intro {
  min-height: auto;
}
.sns-store-info > *:hover .vc_icon_element-icon {
  border-color: #55bc75;
  background-color: #55bc75;
  color: #fff;
}
.sns-store-info .store-intro {
  margin: 0 0 12px;
  padding-left: 0px;
}
.sns-store-info .store-logo {
  margin: 0 0 12px;
  padding-left: 0px;
}
.sns-social-links.style-1 .follow-us {
  *zoom: 1;
}
.sns-social-links.style-1 .follow-us:before, .sns-social-links.style-1 .follow-us:after {
  content: " ";
  display: table;
}
.sns-social-links.style-1 .follow-us:after {
  clear: both;
}
.sns-social-links.style-1 .follow-us a {
  margin: 0 10px 10px 0;
  padding: 4px 8px;
  float: left;
  display: inline-block;
  border: 1px solid #666666;
  border-radius: 4px;
  color: #666666;
}
.sns-social-links.style-1 .follow-us a i {
  margin-right: 8px;
}
.sns-social-links.style-1 .follow-us a:hover {
  background-color: #55bc75;
  border-color: #55bc75;
  color: #FFF;
}
.sns-social-links.style-2 .follow-us {
  *zoom: 1;
}
.sns-social-links.style-2 .follow-us:before, .sns-social-links.style-2 .follow-us:after {
  content: " ";
  display: table;
}
.sns-social-links.style-2 .follow-us:after {
  clear: both;
}
.sns-social-links.style-2 .follow-us a {
  margin: 0 0 15px 15px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  float: left;
  display: inline-block;
  border: 1px solid #eaeaea;
  border-radius: 45px;
  color: #ccc;
  font-size: 0px;
}
.sns-social-links.style-2 .follow-us a i {
  font-size: 18px;
  line-height: inherit;
}
.sns-social-links.style-2 .follow-us a:hover {
  background-color: #55bc75;
  border-color: #55bc75;
  color: #FFF;
}
.sns-social-links.style-2 .follow-us a:first-child {
  margin-left: 0px;
}
@media (max-width: 1199px) {
  .sns-social-links.style-2 .follow-us a {
    margin-left: 10px;
  }
}
.sns-social-links.align-right .follow-us a {
  float: right;
}
.sns-social-links.align-right.style-1 a:first-child {
  margin-left: 10px;
}
.sns-social-links.align-right.style-2 a:first-child {
  margin-left: 15px;
}
@media (max-width: 1199px) {
  .sns-social-links.align-right.style-2 a:first-child {
    margin-left: 10px;
  }
}
.sns-info-box {
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-info-box.have-border {
  border: 1px solid #eaeaea;
  padding: 20px 20px;
}
.sns-info-box.have-border-left:before {
  position: absolute;
  content: "";
  width: 1px;
  left: -35px;
  background-color: #eaeaea;
  height: 100%;
  top: 0;
}
@media (max-width: 1199px) {
  .sns-info-box.have-border-left:before {
    left: -15px;
  }
}
.sns-info-box.have-border-left.center:before {
  left: -7px;
}
@media (max-width: 767px) {
  .sns-info-box.have-border-left:before {
    display: none;
  }
}
@media (max-width: 1199px) {
  .sns-info-box.not-border-ipad {
    padding-left: 0px;
  }
  .sns-info-box.not-border-ipad:before {
    display: none;
  }
}
.sns-info-box .icon {
  float: left;
  margin: 0 12px 0 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-info-box .content-info-box .sc_heading {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1em;
}
.sns-info-box .content-info-box .sc_heading a {
  color: inherit;
}
.sns-info-box .content-info-box p {
  padding: 0 15px;
  margin: 0 0;
}
.sns-info-box.box-style1:hover .icon span.vc_icon_element-icon:before, .sns-info-box.box-style1:hover .icon img {
  -webkit-animation: bounceIn 400ms ease both !important;
  -o-animation: bounceIn 400ms ease both !important;
  animation: bounceIn 400ms ease both !important;
  color: #55bc75 !important;
}
.sns-info-box.box-style1:hover .content-info-box .sc_heading {
  color: #55bc75;
}
.sns-info-box.box-style2 {
  text-align: center;
}
.sns-info-box.box-style2 .icon {
  float: none;
  margin: 0 auto 25px;
  width: 100px;
  height: 100px;
  line-height: 96px;
  border-radius: 100%;
  border: 1px solid #666666;
  overflow: hidden;
}
.sns-info-box.box-style2 .icon span.vc_icon_element-icon {
  vertical-align: middle;
}
.sns-info-box.box-style2 .content-info-box .sc_heading {
  font-weight: bold;
  text-transform: none;
  color: #333333;
  margin: 0 0 5px;
}
.sns-info-box.box-style2:hover .icon span.vc_icon_element-icon:before, .sns-info-box.box-style2:hover .icon img {
  -webkit-animation: bounceIn 400ms ease both !important;
  -o-animation: bounceIn 400ms ease both !important;
  animation: bounceIn 400ms ease both !important;
  color: #55bc75 !important;
}
.sns-info-box.box-style3 .icon {
  float: none;
  margin: 0 0 15px;
  min-height: 50px;
  vertical-align: middle;
}
.sns-info-box.box-style3 .content-info-box {
  padding: 0 0;
}
.sns-info-box.box-style3 .content-info-box .sc_heading {
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
  margin: 0 0 15px;
  font-size: 1.1428em;
  position: relative;
  padding: 0 0 8px;
}
.sns-info-box.box-style3 .content-info-box .sc_heading:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 20px;
  background: #55bc75;
  left: 0px;
  bottom: 0px;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.sns-info-box.box-style3:hover .content-info-box .sc_heading:before {
  width: 35px;
}
#st_gdpr_iframe {
  border: none;
}
.contact_form h3 {
  font-size: 1.857em;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}
.contact_form input {
  margin-bottom: 10px !important;
}
.contact_form textarea {
  height: 135px;
}
.sns-products.list-mode .prdlist-content {
  margin-left: 0px;
}
.sns-products.list-mode .prdlist-content .owl-nav .owl-prev, .sns-products.list-mode .prdlist-content .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #55bc75;
  background: #55bc75;
  text-align: center;
  position: absolute;
  font-size: 0px;
  top: calc(50% - 20px);
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-products.list-mode .prdlist-content .owl-nav .owl-prev:before, .sns-products.list-mode .prdlist-content .owl-nav .owl-next:before {
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-products.list-mode .prdlist-content .owl-nav .owl-prev:hover, .sns-products.list-mode .prdlist-content .owl-nav .owl-next:hover {
  border-color: #333333;
  background-color: #333333;
}
.sns-products.list-mode .prdlist-content .owl-nav .owl-prev:hover:before, .sns-products.list-mode .prdlist-content .owl-nav .owl-next:hover:before {
  color: #fff;
}
.sns-products.list-mode .prdlist-content .owl-nav .owl-prev.disabled, .sns-products.list-mode .prdlist-content .owl-nav .owl-next.disabled {
  opacity: 0.6;
  display: inline-block;
}
.sns-products.list-mode .prdlist-content .owl-nav .owl-prev.disabled:hover, .sns-products.list-mode .prdlist-content .owl-nav .owl-next.disabled:hover {
  cursor: not-allowed;
}
.sns-products.list-mode .prdlist-content .owl-nav .owl-prev {
  left: 10px;
}
.sns-products.list-mode .prdlist-content .owl-nav .owl-prev:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.sns-products.list-mode .prdlist-content .owl-nav .owl-next {
  right: 10px;
  left: auto;
}
.sns-products.list-mode .prdlist-content .owl-nav .owl-next:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.sns-products.list-mode .prdlist-content .owl-nav {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  visibility: none;
  opacity: 0;
}
.sns-products.list-mode .prdlist-content:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.sns-products.list-mode .prdlist-content .product_list.list .product {
  padding: 10px 0 0;
  margin-top: 10px;
}
.sns-products.list-mode .prdlist-content .product_list.list .product .block-product-inner {
  background: #fff;
}
.sns-products.list-mode .prdlist-content .product_list.list .product .view-detail {
  margin: 25px 0 0;
}
.sns-products.list-mode .prdlist-content .product_list.list .product .view-detail .btn-viewdetail {
  padding: 7px 20px;
}
@media (max-width: 1199px) {
  .sns-products.list-mode .prdlist-content .product_list.list .product .view-detail {
    display: none;
  }
}
.sns-products.list-mode .prdlist-content .product_list.list .product:first-child {
  margin-top: 0px;
  padding-top: 0px;
}
.sns-products.list-mode .prdlist-content .product_list.list .list-view {
  *zoom: 1;
  width: 100%;
}
.sns-products.list-mode .prdlist-content .product_list.list .list-view:before, .sns-products.list-mode .prdlist-content .product_list.list .list-view:after {
  content: " ";
  display: table;
}
.sns-products.list-mode .prdlist-content .product_list.list .list-view:after {
  clear: both;
}
.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img {
  float: left;
  display: inline-block;
  margin: 0 0px 0 0;
  position: relative;
}
.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .product-image {
  display: block;
  position: relative;
  position: relative;
}
.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button {
  font-size: 0px;
  padding: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 100%;
  display: block;
  vertical-align: top;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: #55bc75;
}
.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 13px;
  color: #fff;
  background-color: transparent;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button:hover {
  background: #333333;
}
.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button:hover:before {
  color: #FFF;
}
.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay {
  position: absolute;
  top: 0px !important;
  left: 0px !important;
  overflow: hidden;
  background: #55bc75 !important;
  color: #FFF;
  opacity: 1 !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  cursor: wait;
}
.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay:before, .sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay:after {
  color: #FFF;
  font-size: 14px;
  cursor: wait;
}
.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  z-index: 1;
  color: #FFF;
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  -o-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
@media (max-width: 992px) {
  .sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button {
    display: none !important;
  }
}
.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-info .item-title {
  font-size: 1em;
  font-weight: 500;
  margin: -3px 0 10px;
}
.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-info .star-rating {
  float: none;
  display: block;
  margin: 0 0 10px;
}
.sns-products.list-mode .prdlist-content .product_list.list .list-view:hover .item-img .yith-wcqv-button {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-7084 .item-img {
  margin-right: 10px;
}
.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-7084 .item-img .product-image {
  max-width: 70px;
}
.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-7084 .item-info .item-title {
  margin: -3px 0 8px;
}
.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-7084 .product {
  padding: 15px 0 0;
  margin-top: 15px;
}
.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-7084 .product:first-child {
  margin-top: 0px;
  padding-top: 0px;
}
.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-7084 .product .price {
  font-size: 1em;
}
.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-7084 .product .item-img .product-image {
  border: 1px solid #eaeaea;
  margin-right: 10px;
}
.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-7084 .product .item-img .product-image:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  left: 0px;
  top: 0px;
}
.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-7084 .product:hover .item-img .product-image:before {
  background: rgba(0, 0, 0, 0.06);
}
.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-83100 .item-img {
  margin-right: 15px;
}
.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-83100 .item-img .product-image {
  max-width: 83px;
}
.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-83100 .item-info .item-title {
  margin-top: 0px;
}
.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-170207 .item-img {
  max-width: 170px;
}
.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-170207 .item-img .product-image .onsale {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  width: 35px;
  text-align: center;
  background: #fe5d5d;
  padding: 0 5px;
  border-radius: 100%;
}
.sns-products.list-mode .prdlist-content .product_list.list.thumb-type-170207 .item-img .product-image .onsale {
  display: block;
}
@media (max-width: 1199px) {
  .sns-products.list-mode .prdlist-content .product_list.list.thumb-type-170207 .item-img {
    max-width: 45%;
  }
}
@media (max-width: 992px) {
  .sns-products.list-mode .prdlist-content .product_list.list.thumb-type-170207 .item-img {
    max-width: 35%;
  }
}
@media (max-width: 992px) {
  .sns-products.small-img.list-mode .prdlist-content .product_list.list.thumb-type-170207 .item-img {
    max-width: 21.5%;
  }
  .sns-products.small-img.list-mode .prdlist-content .product_list.list .item-info .item-content .item-title {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .sns-products.small-img.list-mode .prdlist-content .product_list.list.thumb-type-170207 .item-img {
    max-width: 35%;
  }
}
.sns-products .owl-dots {
  text-align: center;
  margin: 15px 0 0;
}
.sns-products .owl-dots .owl-dot {
  border: 3px solid #eaeaea;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 100%;
  cursor: pointer;
}
.sns-products .owl-dots .owl-dot.active {
  border-color: #55bc75;
}
.sns-products.box-style-blank .box-head {
  *zoom: 1;
  text-align: center;
}
.sns-products.box-style-blank .box-head:before, .sns-products.box-style-blank .box-head:after {
  content: " ";
  display: table;
}
.sns-products.box-style-blank .box-head:after {
  clear: both;
}
.sns-products.box-style-blank .box-head .wpb_heading {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 2.5714em;
}
.sns-products.box-style-blank .box-head a.view-all {
  float: right;
  margin: 0;
  color: #333333;
  text-transform: uppercase;
}
.sns-products.box-style-blank .box-head a.view-all:after {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  text-align: right;
  text-indent: 6px;
  font-size: 14px;
}
.sns-products.box-style-blank .box-head a.view-all:hover {
  color: #55bc75;
}
.sns-products.box-style-blank .box-head .sub-text {
  margin: 0 0 55px;
}
.sns-products.box-style-blank .prdlist-content .product_list .product {
  border-top: 1px solid #eaeaea;
  padding: 20px 0 0;
  margin-top: 20px;
}
.sns-products.box-style-blank .prdlist-content .product_list .product:first-child {
  border-top: none;
  margin-top: 0px;
  padding-top: 0px;
}
.sns-products.box-style-1 .box-head {
  margin: 0 0 30px;
  background: #f5f5f5;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
}
.sns-products.box-style-1 .box-head .wpb_heading {
  padding: 0 20px;
  margin: 0 0;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background: #55bc75;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.1428em;
  display: inline-block;
}
.sns-products.box-style-1 .box-head a.view-all {
  float: right;
  margin: 0 20px 0 0;
  color: #333333;
  text-transform: uppercase;
}
.sns-products.box-style-1 .box-head a.view-all:after {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  text-align: right;
  font-size: 14px;
  text-indent: 6px;
}
.sns-products.box-style-1 .box-head a.view-all:hover {
  color: #55bc75;
}
.sns-products.box-style-2 {
  border: 1px solid #eaeaea;
  padding: 0 20px 25px;
}
.sns-products.box-style-2 .box-head {
  margin: -20px 0 25px;
  background: transparent;
}
.sns-products.box-style-2 .box-head .wpb_heading {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  margin: 0 0;
  color: #fff;
  background: #55bc75;
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 1.1428em;
}
.sns-products.box-style-3 .prdlist-content {
  margin: 0 0px;
}
.sns-products.box-style-3 .prdlist-content .product_list .owl-stage-outer {
  border: 1px solid #eaeaea;
}
.sns-products.box-style-3 .prdlist-content .product_list .owl-item .product {
  width: 100%;
}
.sns-products.box-style-3 .prdlist-content .product_list .owl-item:not(.active) div.product {
  box-shadow: none;
  opacity: 0.2;
  visibility: hidden;
}
.sns-products.box-style-3 .prdlist-content .product_list .owl-item.active > div.product {
  box-shadow: 0 0 0 1px #eaeaea;
}
.sns-products.box-style-3 .prdlist-content .product_list .owl-item.active > div.product .block-product-inner .item-img a.product-image {
  background: #fff;
}
.sns-products.box-style-3 .prdlist-content .product_list .list-view .item-info .item-content .item-title {
  margin-top: 35px;
  margin-bottom: 15px;
  padding-right: 10px;
}
.sns-products.box-style-3 .prdlist-content .product_list .list-view .item-info .item-content .star-rating {
  margin-bottom: 10px;
}
.sns-products.box-style-4 .box-head {
  border-radius: 0;
  margin-bottom: 0px;
  background: #f5f5f5;
  height: 40px;
  line-height: 40px;
}
.sns-products.box-style-4 .box-head .wpb_heading {
  border-radius: 0 40px 40px 0;
  padding: 0 20px;
  margin: 0 0;
  height: 40px;
  line-height: 40px;
  background: #333333;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.1428em;
  display: inline-block;
  position: relative;
}
.sns-products.box-style-4 .box-head .wpb_heading:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 1px;
  background: #eaeaea;
  left: 0px;
  bottom: -3px;
}
.sns-products.box-style-4 .box-head a.view-all {
  float: right;
  margin: 0 20px 0 0;
  color: #333333;
  text-transform: uppercase;
}
.sns-products.box-style-4 .box-head a.view-all:after {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  text-align: right;
  font-size: 14px;
  text-indent: 6px;
}
.sns-products.box-style-4 .box-head a.view-all:hover {
  color: #55bc75;
}
.sns-products.box-style-4.list-mode .prdlist-content {
  padding: 30px 20px;
  border: 1px solid #eaeaea;
  border-top: none;
}
.sns-products.box-style-4.list-mode .prdlist-content .product_list .product {
  border-top: 1px solid #eaeaea;
  padding: 20px 0 0;
  margin-top: 20px;
}
.sns-products.box-style-4.list-mode .prdlist-content .product_list .product:first-child {
  border-top: none;
  margin-top: 0px;
  padding-top: 0px;
}
.sns-products.box-style-4.list-mode .prdlist-content .owl-nav .owl-prev {
  left: -10px;
}
.sns-products.box-style-4.list-mode .prdlist-content .owl-nav .owl-next {
  left: auto;
  right: -10px;
}
.sns-products.box-style-5 .box-head .wpb_heading {
  text-transform: uppercase;
  font-size: 1.1428em;
  position: relative;
}
.sns-products.box-style-5.list-mode .prdlist-content {
  padding: 30px 0px 0px;
  border-top: 1px solid #eaeaea;
}
.sns-products.box-style-5.list-mode .prdlist-content .product_list .product {
  border-top: 1px solid #eaeaea;
  padding: 10px 0 0;
  margin-top: 10px;
}
.sns-products.box-style-5.list-mode .prdlist-content .product_list .product:first-child {
  border-top: none;
  margin-top: 0px;
  padding-top: 0px;
}
.sns-daily-deals .deal-header {
  text-align: center;
  height: 40px;
  margin: 0 0 30px;
}
.sns-daily-deals .deal-header .inner {
  *zoom: 1;
  margin: 0 auto;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background: #55bc75;
  color: #FFF;
  font-size: 1.1428em;
  display: inline-block;
}
.sns-daily-deals .deal-header .inner:before, .sns-daily-deals .deal-header .inner:after {
  content: " ";
  display: table;
}
.sns-daily-deals .deal-header .inner:after {
  clear: both;
}
.sns-daily-deals .deal-header .wpb_heading {
  font-size: inherit;
  text-transform: uppercase;
  color: inherit;
  line-height: inherit;
  display: inline-block;
  float: left;
  margin: 0 0;
}
.sns-daily-deals .deal-header .time-count-down {
  display: inline-block;
  float: left;
  line-height: inherit;
  margin: 0 0 0 10px;
  height: 40px;
}
.sns-daily-deals .deal-header .time-count-down .clock-digi {
  display: inline-block;
  float: left;
}
.sns-daily-deals .deal-header .time-count-down .clock-digi > * {
  display: inline-block;
  color: #fff000;
  margin-left: 3px;
  padding-left: 8px;
  position: relative;
}
.sns-daily-deals .deal-header .time-count-down .clock-digi > * > div {
  float: left;
}
.sns-daily-deals .deal-header .time-count-down .clock-digi > * span {
  float: left;
}
.sns-daily-deals .deal-header .time-count-down .clock-digi > *:before {
  position: absolute;
  content: ":";
  left: -2px;
}
.sns-daily-deals .deal-header .time-count-down .clock-digi > *:first-child {
  margin-left: 0px;
  padding-left: 0px;
}
.sns-daily-deals .deal-header .time-count-down .clock-digi > *:first-child:before {
  display: none;
}
.sns-daily-deals .sproduct-content {
  *zoom: 1;
}
.sns-daily-deals .sproduct-content:before, .sns-daily-deals .sproduct-content:after {
  content: " ";
  display: table;
}
.sns-daily-deals .sproduct-content:after {
  clear: both;
}
.sns-daily-deals .prdlist-content {
  margin: 0 0;
}
.sns-daily-deals .prdlist-content .grid {
  border: none !important;
}
.sns-daily-deals .prdlist-content .grid .product {
  box-shadow: none !important;
  background: none;
}
.sns-daily-deals .prdlist-content .grid .product .block-product-inner {
  border: 1px solid #eaeaea;
  background: #FFF;
}
.sns-daily-deals .prdlist-content .grid .product .block-product-inner .item-img {
  position: relative;
}
.sns-daily-deals .prdlist-content .grid .product .block-product-inner .item-img a.product-image {
  padding: 0 0 5px;
}
.sns-daily-deals .prdlist-content .grid .product .block-product-inner .item-img .sort-desc {
  height: calc(100% - 15px);
}
.sns-daily-deals .prdlist-content .grid .product .block-product-inner .item-info .item-content .item-title {
  height: auto;
  margin: 0 0 15px;
}
.sns-daily-deals .prdlist-content .grid .product .price {
  font-size: 2em;
}
.sns-daily-deals .prdlist-content .list .product {
  padding: 0 15px;
}
.sns-daily-deals .prdlist-content .list .list-view {
  *zoom: 1;
  width: 100%;
}
.sns-daily-deals .prdlist-content .list .list-view:before, .sns-daily-deals .prdlist-content .list .list-view:after {
  content: " ";
  display: table;
}
.sns-daily-deals .prdlist-content .list .list-view:after {
  clear: both;
}
.sns-daily-deals .prdlist-content .list .list-view .item-img {
  float: left;
  display: inline-block;
  margin: 0 0px 0 0;
  position: relative;
}
.sns-daily-deals .prdlist-content .list .list-view .item-img .product-image {
  display: block;
  position: relative;
  position: relative;
}
.sns-daily-deals .prdlist-content .list .list-view .item-img .yith-wcqv-button {
  font-size: 0px;
  padding: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 100%;
  display: block;
  vertical-align: top;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: #55bc75;
}
.sns-daily-deals .prdlist-content .list .list-view .item-img .yith-wcqv-button:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 13px;
  color: #fff;
  background-color: transparent;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-daily-deals .prdlist-content .list .list-view .item-img .yith-wcqv-button:hover {
  background: #333333;
}
.sns-daily-deals .prdlist-content .list .list-view .item-img .yith-wcqv-button:hover:before {
  color: #FFF;
}
.sns-daily-deals .prdlist-content .list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay {
  position: absolute;
  top: 0px !important;
  left: 0px !important;
  overflow: hidden;
  background: #55bc75 !important;
  color: #FFF;
  opacity: 1 !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  cursor: wait;
}
.sns-daily-deals .prdlist-content .list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay:before, .sns-daily-deals .prdlist-content .list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay:after {
  color: #FFF;
  font-size: 14px;
  cursor: wait;
}
.sns-daily-deals .prdlist-content .list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  z-index: 1;
  color: #FFF;
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  -o-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
@media (max-width: 992px) {
  .sns-daily-deals .prdlist-content .list .list-view .item-img .yith-wcqv-button {
    display: none !important;
  }
}
.sns-daily-deals .prdlist-content .list .list-view .item-info .item-title {
  font-size: 1em;
  font-weight: 500;
  margin: -3px 0 10px;
}
.sns-daily-deals .prdlist-content .list .list-view .item-info .star-rating {
  float: none;
  display: block;
  margin: 0 0 10px;
}
.sns-daily-deals .prdlist-content .list .list-view:hover .item-img .yith-wcqv-button {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sns-daily-deals .prdlist-content .list .list-view .item-img {
  max-width: 50%;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .sns-daily-deals .prdlist-content .list .list-view .item-img {
    max-width: 52%;
  }
}
@media (max-width: 992px) {
  .sns-daily-deals .prdlist-content .list .list-view .item-img {
    max-width: 40%;
  }
}
.sns-daily-deals .prdlist-content .list .list-view .item-img .onsale {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  width: 35px;
  text-align: center;
  background: #fe5d5d;
  padding: 0 5px;
  border-radius: 100%;
}
.sns-daily-deals .prdlist-content .list .list-view .item-img .onsale {
  left: 30px;
  bottom: 40px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-weight: bold;
}
.sns-daily-deals .prdlist-content .list .list-view .item-info .item-title {
  font-weight: bold;
  font-size: 1.1428em;
  margin: 25px 0 15px;
}
.sns-daily-deals .prdlist-content .list .list-view .item-info .price {
  font-size: 2em;
  *zoom: 1;
  margin: 0 0 5px;
}
.sns-daily-deals .prdlist-content .list .list-view .item-info .price:before, .sns-daily-deals .prdlist-content .list .list-view .item-info .price:after {
  content: " ";
  display: table;
}
.sns-daily-deals .prdlist-content .list .list-view .item-info .price:after {
  clear: both;
}
.sns-daily-deals .prdlist-content .list .list-view .item-info .price ins {
  float: left;
  margin: 0;
}
.sns-daily-deals .prdlist-content .list .list-view .item-info .price del {
  font-size: 16px;
  font-weight: normal;
  float: right;
  margin: 10px 0 0 10px;
}
.sns-daily-deals .prdlist-content .list .list-view .time-count-down {
  margin: 10px 0 15px;
  padding: 0 0;
}
.sns-daily-deals .prdlist-content .list .list-view .time-count-down .clock-digi {
  overflow: hidden;
  display: block;
}
.sns-daily-deals .prdlist-content .list .list-view .time-count-down .clock-digi > div {
  display: inline-block;
  float: left;
  padding: 0;
  margin-left: 10px;
  text-align: center;
  position: relative;
  border-radius: 5px;
  border: 2px solid #55bc75;
  font-size: 11px;
  height: 65px;
  width: 50px;
}
@media (max-width: 1199px) {
  .sns-daily-deals .prdlist-content .list .list-view .time-count-down .clock-digi > div {
    margin-left: 6px;
    width: 46px;
    height: 58px;
  }
}
.sns-daily-deals .prdlist-content .list .list-view .time-count-down .clock-digi > div > div {
  display: block;
  line-height: 1;
  padding: 8px 0 2px;
  color: #333333;
  font-size: 26px;
  text-transform: none;
}
@media (max-width: 1199px) {
  .sns-daily-deals .prdlist-content .list .list-view .time-count-down .clock-digi > div > div {
    font-size: 20px;
  }
}
.sns-daily-deals .prdlist-content .list .list-view .time-count-down .clock-digi > div:first-child {
  margin-left: 0px;
}
.sns-daily-deals .prdlist-content .list .list-view .time-count-down .clock-digi > div:first-child > div:before {
  display: none;
}
.sns-daily-deals .prdlist-content .list .list-view .viewmore {
  font-weight: bold;
  min-width: calc(50% - 35px);
  padding: 10px 30px;
  margin: 15px 0 0;
}
@media (max-width: 1199px) {
  .sns-daily-deals .prdlist-content .list .list-view .viewmore {
    display: none;
  }
}
.sns-daily-deals .prdlist-content .list .owl-item.active {
  position: relative;
}
.sns-daily-deals .prdlist-content .list .owl-item.active:before {
  position: absolute;
  content: "";
  height: calc(100% - 60px);
  width: 1px;
  background: #eaeaea;
  top: 30px;
  left: 1px;
}
.sns-daily-deals .prdlist-content .list .owl-item.active:first-child:before {
  display: none;
}
.sns-daily-deals .prdlist-content .list .owl-nav .owl-prev, .sns-daily-deals .prdlist-content .list .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #55bc75;
  background: #55bc75;
  text-align: center;
  position: absolute;
  font-size: 0px;
  top: calc(50% - 20px);
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-daily-deals .prdlist-content .list .owl-nav .owl-prev:before, .sns-daily-deals .prdlist-content .list .owl-nav .owl-next:before {
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-daily-deals .prdlist-content .list .owl-nav .owl-prev:hover, .sns-daily-deals .prdlist-content .list .owl-nav .owl-next:hover {
  border-color: #333333;
  background-color: #333333;
}
.sns-daily-deals .prdlist-content .list .owl-nav .owl-prev:hover:before, .sns-daily-deals .prdlist-content .list .owl-nav .owl-next:hover:before {
  color: #fff;
}
.sns-daily-deals .prdlist-content .list .owl-nav .owl-prev.disabled, .sns-daily-deals .prdlist-content .list .owl-nav .owl-next.disabled {
  opacity: 0.6;
  display: inline-block;
}
.sns-daily-deals .prdlist-content .list .owl-nav .owl-prev.disabled:hover, .sns-daily-deals .prdlist-content .list .owl-nav .owl-next.disabled:hover {
  cursor: not-allowed;
}
.sns-daily-deals .prdlist-content .list .owl-nav .owl-prev {
  left: 10px;
}
.sns-daily-deals .prdlist-content .list .owl-nav .owl-prev:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.sns-daily-deals .prdlist-content .list .owl-nav .owl-next {
  right: 10px;
  left: auto;
}
.sns-daily-deals .prdlist-content .list .owl-nav .owl-next:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.sns-daily-deals .prdlist-content .list .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-daily-deals .prdlist-content .list:hover .owl-nav {
  opacity: 1;
}
.sns-daily-deals.style-2 .prdlist-content {
  background: #fff;
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media (max-width: 767px) {
  .sns-daily-deals.style-2 .prdlist-content {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
.sns-daily-deals.style-2 .prdlist-content:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  background: #fff;
  z-index: 2;
  left: 0px;
}
.sns-daily-deals .owl-dots {
  text-align: center;
  margin: 15px 0 0;
}
.sns-daily-deals .owl-dots .owl-dot {
  border: 3px solid #eaeaea;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 100%;
  cursor: pointer;
}
.sns-daily-deals .owl-dots .owl-dot.active {
  border-color: #55bc75;
}
.sns-products-ajaxtab .header-tab {
  *zoom: 1;
}
.sns-products-ajaxtab .header-tab:before, .sns-products-ajaxtab .header-tab:after {
  content: " ";
  display: table;
}
.sns-products-ajaxtab .header-tab:after {
  clear: both;
}
.sns-products-ajaxtab .header-tab .wpb_heading {
  margin: 0 0;
  font-size: 1em;
  font-size: 1.1428em;
  text-transform: uppercase;
}
.sns-products-ajaxtab .header-tab .sub-text {
  font-size: 1em;
  font-weight: normal;
  text-transform: none;
  color: #666666;
  margin: 0 0 0 12px;
  position: relative;
  top: -2px;
}
@media (max-width: 767px) {
  .sns-products-ajaxtab .header-tab .sub-text {
    display: none !important;
  }
}
.sns-products-ajaxtab .header-tab ul.tab-drop-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown {
  margin: 0 0;
}
.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown a {
  vertical-align: middle;
}
.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown .dropdown-toggle {
  display: inline-block;
  font-size: 18px;
  height: 20px;
  width: 20px;
}
.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown ul.dropdown-menu {
  padding: 0 0;
}
.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown ul.dropdown-menu li {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown ul.dropdown-menu li a {
  padding: 5px 10px 5px;
  position: relative;
}
.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown ul.dropdown-menu li:hover {
  background-color: #efefef;
}
.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown ul.dropdown-menu li:hover a {
  background-color: #efefef;
}
.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown ul.dropdown-menu li.active {
  background-color: #55bc75;
}
.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown ul.dropdown-menu li.active a {
  color: #FFF;
  background-color: #55bc75;
}
.sns-products-ajaxtab .header-tab a.view-all {
  color: #333333;
  text-transform: uppercase;
}
.sns-products-ajaxtab .header-tab a.view-all:after {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  text-align: right;
  font-size: 14px;
  text-indent: 6px;
}
.sns-products-ajaxtab .header-tab a.view-all:hover {
  color: #55bc75;
}
.sns-products-ajaxtab .content-tab {
  *zoom: 1;
}
.sns-products-ajaxtab .content-tab:before, .sns-products-ajaxtab .content-tab:after {
  content: " ";
  display: table;
}
.sns-products-ajaxtab .content-tab:after {
  clear: both;
}
.sns-products-ajaxtab .content-tab .prdlist-content .product_list {
  *zoom: 1;
}
.sns-products-ajaxtab .content-tab .prdlist-content .product_list:before, .sns-products-ajaxtab .content-tab .prdlist-content .product_list:after {
  content: " ";
  display: table;
}
.sns-products-ajaxtab .content-tab .prdlist-content .product_list:after {
  clear: both;
}
.sns-products-ajaxtab .content-tab .prdlist-content .product_list .owl-nav .owl-prev, .sns-products-ajaxtab .content-tab .prdlist-content .product_list .owl-nav .owl-next {
  top: calc(50% - 23px);
}
.sns-products-ajaxtab .content-tab .prdlist-content .product_list.simple-effect {
  opacity: 0.4;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.sns-products-ajaxtab .content-tab .prdlist-content.active .product_list.simple-effect {
  opacity: 1;
}
.sns-products-ajaxtab .content-tab.have-special-box {
  margin-left: -5px;
  margin-right: -5px;
}
@media (max-width: 480px) {
  .sns-products-ajaxtab .content-tab.have-special-box {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.sns-products-ajaxtab .content-tab.have-special-box .special-box {
  width: 470px;
  float: left;
  display: block;
}
@media (max-width: 992px) {
  .sns-products-ajaxtab .content-tab.have-special-box .special-box {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .sns-products-ajaxtab .content-tab.have-special-box .special-box {
    width: calc(100% + 5px);
    margin: 0 0 15px -5px;
  }
}
.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .item-img {
  position: relative;
}
.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .item-img .sort-desc {
  height: calc(100% - 15px);
}
.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .item-info {
  padding-bottom: 20px;
}
.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .item-info .item-content {
  height: 100px;
}
.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .item-info .item-content .item-title {
  height: auto;
  margin: 0 0 15px;
  font-size: 1.1428em;
}
@media (max-width: 992px) {
  .sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .item-info .item-content {
    height: auto;
  }
  .sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .item-info .item-content .item-title {
    font-size: 1em;
  }
}
.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .item-info .item-content .star-rating {
  margin-bottom: 7px;
}
.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .item-info .buttons-action {
  text-align: left;
  width: auto;
}
.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .time-count-down {
  margin: 0 20px 0;
  padding: 22px 0 25px;
  border-top: 1px solid #eaeaea;
  height: 134px;
}
@media (max-width: 992px) {
  .sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .time-count-down {
    padding: 15px 0 15px;
    height: 110px;
  }
}
.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .time-count-down .offer-label {
  display: block;
  font-size: 1.1428em;
  color: #333333;
  margin: 0 0 5px;
}
.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .time-count-down .clock-digi {
  overflow: hidden;
  display: block;
}
.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .time-count-down .clock-digi > div {
  display: inline-block;
  float: left;
  padding: 0;
  margin-left: 20px;
  text-align: center;
  position: relative;
  line-height: 1.3;
}
.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .time-count-down .clock-digi > div > div {
  display: block;
  padding: 0px 14px;
  border-radius: 5px;
  background: #eaeaea;
  color: #333333;
  font-size: 2em;
  text-transform: none;
}
@media (max-width: 992px) {
  .sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .time-count-down .clock-digi > div > div {
    font-size: 1.1428em;
    padding: 3px 15px;
  }
}
.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .time-count-down .clock-digi > div > div:before {
  position: absolute;
  content: ":";
  left: -14px;
  top: -3px;
  font-size: 1em;
}
.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .time-count-down .clock-digi > div:first-child {
  margin-left: 0px;
}
.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .block-product-inner .time-count-down .clock-digi > div:first-child > div:before {
  display: none;
}
.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .price {
  font-size: 2em;
}
.sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .price del::before {
  height: 2px;
  top: calc(50% - 1px);
}
@media (max-width: 992px) {
  .sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .price {
    font-size: 1.2857em;
  }
  .sns-products-ajaxtab .content-tab.have-special-box .special-box .grid .product .price del::before {
    height: 1px;
    top: calc(50% - 1px);
  }
}
.sns-products-ajaxtab .content-tab.have-special-box .content-tab-inner {
  width: calc(100% - 470px);
  float: left;
  margin-left: -3px;
}
@media (max-width: 992px) {
  .sns-products-ajaxtab .content-tab.have-special-box .content-tab-inner {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .sns-products-ajaxtab .content-tab.have-special-box .content-tab-inner {
    width: 100%;
    margin: 0 0;
  }
}
.sns-products-ajaxtab .content-tab .content-tab-inner {
  position: relative;
}
.sns-products-ajaxtab .content-tab .content-tab-inner.tab-loading {
  min-height: 40px;
}
.sns-products-ajaxtab .content-tab .content-tab-inner.tab-loading > div {
  opacity: 0.4;
}
.sns-products-ajaxtab .content-tab .content-tab-inner.tab-loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: normal;
  margin: -20px 0 0 -20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.75);
  z-index: 2;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 40px;
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  -o-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.sns-products-ajaxtab .content-tab .sns-woo-loadmore-wrap {
  text-align: center;
  margin-top: 30px;
}
.sns-products-ajaxtab .content-tab .sns-woo-loadmore-wrap .sns-woo-loadmore {
  padding: 10px 30px;
  background: transparent;
  border: 1px solid #55bc75;
  background-color: #55bc75;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sns-products-ajaxtab .content-tab .sns-woo-loadmore-wrap .sns-woo-loadmore:hover, .sns-products-ajaxtab .content-tab .sns-woo-loadmore-wrap .sns-woo-loadmore.loaded, .sns-products-ajaxtab .content-tab .sns-woo-loadmore-wrap .sns-woo-loadmore.loading {
  background: #333333;
  border-color: #333333;
  color: #FFF;
}
.sns-products-ajaxtab.no-img-padding .content-tab .prdlist-content .product_list.grid .block-product-inner .item-img a.product-image {
  padding: 0 0;
}
.sns-products-ajaxtab.no-img-padding .content-tab .prdlist-content .product_list.grid .block-product-inner .item-info {
  padding-bottom: 15px;
}
.sns-products-ajaxtab.template-loadmore .prdlist-content {
  margin: 0 !important;
}
.sns-products-ajaxtab.template-loadmore .prdlist-content .product_list {
  margin: 0 1px;
}
.sns-products-ajaxtab.box-style-1 .header-tab {
  margin-bottom: 25px;
  text-align: center;
}
.sns-products-ajaxtab.box-style-1 .header-tab .wpb_heading {
  margin: 0 0 30px;
}
.sns-products-ajaxtab.box-style-1 .header-tab ul.nav-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
  border-bottom: none;
  text-align: center;
  display: inline-block;
  padding: 0;
  margin: 0;
  height: 40px;
}
.sns-products-ajaxtab.box-style-1 .header-tab ul.nav-tabs > li {
  display: inline-block;
  margin: 0 0;
  padding: 0 0;
  position: relative;
}
.sns-products-ajaxtab.box-style-1 .header-tab ul.nav-tabs > li:first-child:before {
  display: none;
}
.sns-products-ajaxtab.box-style-1 .header-tab ul.nav-tabs > li.active > a {
  color: #FFF;
  background: #55bc75;
  border-color: #55bc75;
}
.sns-products-ajaxtab.box-style-1 .header-tab ul.nav-tabs > li:hover:not(.active) > a {
  color: #55bc75;
  border-color: #55bc75;
}
.sns-products-ajaxtab.box-style-1 .header-tab ul.nav-tabs > li > a {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 1.1428em;
  text-transform: uppercase;
  font-weight: bold;
  background: #FFF;
  border: 1px solid #eaeaea;
  display: inline-block;
  position: relative;
  margin: 0 10px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  cursor: pointer;
}
.sns-products-ajaxtab.box-style-1 .header-tab ul.tab-drop-nav li.dropdown {
  margin: 8px 0 0;
}
.sns-products-ajaxtab.box-style-1 .header-tab ul.tab-drop-nav li.dropdown a {
  vertical-align: middle;
}
.sns-products-ajaxtab.box-style-2 .header-tab {
  margin: 0 -10px 14px;
  position: relative;
}
@media (max-width: 992px) {
  .sns-products-ajaxtab.box-style-2 .header-tab {
    margin-bottom: 0px;
    min-height: 35px;
  }
}
.sns-products-ajaxtab.box-style-2 .header-tab .wpb_heading {
  margin: 0 10px 30px;
  background: #f5f5f5;
  border-radius: 40px;
  height: 40px;
  font-size: 1em;
}
.sns-products-ajaxtab.box-style-2 .header-tab .wpb_heading span:not(.sub-text) {
  display: inline-block;
  border-radius: 40px;
  padding: 0 20px;
  background: #333333;
  color: #FFF;
  line-height: 40px;
  height: 40px;
  font-size: 1.1428em;
}
.sns-products-ajaxtab.box-style-2 .header-tab .wpb_heading .sub-text {
  display: inline-block;
  line-height: 40px;
  color: #666666;
}
.sns-products-ajaxtab.box-style-2 .header-tab ul.nav-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
  border-bottom: none;
  display: inline-block;
  padding: 0 0 8px;
  height: 108px;
  margin: 0;
  overflow: hidden;
}
.sns-products-ajaxtab.box-style-2 .header-tab ul.nav-tabs .owl-stage-outer {
  overflow: visible;
}
.sns-products-ajaxtab.box-style-2 .header-tab ul.nav-tabs li {
  display: block;
  margin: 0 0;
  padding: 0 10px;
  position: relative;
}
.sns-products-ajaxtab.box-style-2 .header-tab ul.nav-tabs li:first-child:before {
  display: none;
}
.sns-products-ajaxtab.box-style-2 .header-tab ul.nav-tabs li.active a {
  color: #55bc75;
  border-color: #55bc75;
  border-width: 2px;
}
.sns-products-ajaxtab.box-style-2 .header-tab ul.nav-tabs li.active a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 8px;
  border-color: #55bc75 transparent transparent transparent;
  position: absolute;
  bottom: -18px;
  right: 50%;
  margin: 0 -8px;
  -webkit-transition: 0.25s ease-out 0s;
  -o-transition: 0.25s ease-out 0s;
  transition: 0.25s ease-out 0s;
}
.sns-products-ajaxtab.box-style-2 .header-tab ul.nav-tabs li:hover:not(.active) a {
  color: #55bc75;
  border-color: #55bc75;
  border-width: 2px;
}
.sns-products-ajaxtab.box-style-2 .header-tab ul.nav-tabs li a {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 1em;
  background: #FFF;
  color: #333333;
  border: 1px solid #eaeaea;
  position: relative;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  height: 100px;
  line-height: 98px;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
}
.sns-products-ajaxtab.box-style-2 .header-tab ul.nav-tabs li a img {
  margin: 0 auto;
  display: inline-block;
}
.sns-products-ajaxtab.box-style-2 .header-tab ul.nav-tabs > li > a {
  width: 100px;
}
.sns-products-ajaxtab.box-style-2 .header-tab ul.tab-drop-nav li.dropdown {
  margin: 0;
  position: absolute;
  top: 7px;
  right: 20px;
}
.sns-products-ajaxtab.box-style-2 .header-tab ul.tab-drop-nav li.dropdown > a {
  vertical-align: middle;
}
.sns-products-ajaxtab.box-style-2 .header-tab ul.tab-drop-nav li.dropdown > a:hover {
  color: #55bc75;
}
.sns-products-ajaxtab.box-style-2.no-heading .header-tab ul.tab-drop-nav li.dropdown {
  top: -10px;
  right: 10px;
}
.sns-products-ajaxtab.box-style-2.no-heading .header-tab ul.tab-drop-nav li.dropdown > a {
  color: #333333;
}
.sns-products-ajaxtab.box-style-2.no-heading .header-tab ul.tab-drop-nav li.dropdown > a:hover {
  color: #55bc75;
}
.sns-products-ajaxtab.box-style-2.special-heading .header-tab .wpb_heading {
  background: #f5f5f5;
  border-radius: 0;
}
.sns-products-ajaxtab.box-style-2.special-heading .header-tab .wpb_heading span:not(.sub-text) {
  border-radius: 0 40px 40px 0;
}
.sns-products-ajaxtab.box-style-3 .header-tab {
  margin-bottom: 30px;
  height: 40px;
  border-radius: 40px;
  background: #f5f5f5;
}
.sns-products-ajaxtab.box-style-3 .header-tab .wpb_heading {
  padding: 0 20px;
  border-radius: 40px;
  color: #FFF;
  background: #333333;
  line-height: 40px;
  height: 40px;
  float: left;
}
.sns-products-ajaxtab.box-style-3 .header-tab ul.nav-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
  border-bottom: none;
  text-align: center;
  display: inline-block;
  padding: 0;
  margin: 0 0;
  height: 40px;
}
.sns-products-ajaxtab.box-style-3 .header-tab ul.nav-tabs > li {
  display: inline-block;
  margin: 0 0;
  padding: 0 0;
  position: relative;
  float: left;
}
.sns-products-ajaxtab.box-style-3 .header-tab ul.nav-tabs > li:first-child > a {
  margin-left: left;
}
.sns-products-ajaxtab.box-style-3 .header-tab ul.nav-tabs > li:first-child > a:before {
  display: none;
}
.sns-products-ajaxtab.box-style-3 .header-tab ul.nav-tabs > li.active > a {
  color: #55bc75;
}
.sns-products-ajaxtab.box-style-3 .header-tab ul.nav-tabs > li:hover:not(.active) > a {
  color: #55bc75;
}
.sns-products-ajaxtab.box-style-3 .header-tab ul.nav-tabs > li > a {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 1em;
  border: none;
  background: transparent;
  color: #333333;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
  line-height: 40px;
}
.sns-products-ajaxtab.box-style-3 .header-tab ul.nav-tabs > li > a:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 13px;
  left: -6.5px;
  top: 13.5px;
  font-size: 6px;
  position: absolute;
  color: #ccc;
}
.sns-products-ajaxtab.box-style-3 .header-tab ul.tab-drop-nav {
  margin-right: 15px;
}
.sns-products-ajaxtab.box-style-3 .header-tab ul.tab-drop-nav li.dropdown {
  margin: 8px 0 0;
}
.sns-products-ajaxtab.box-style-3 .header-tab ul.tab-drop-nav li.dropdown a {
  vertical-align: middle;
}
.sns-products-ajaxtab.box-style-3 .header-tab ul.tab-drop-nav li.dropdown a.dropdown-toggle:hover {
  color: #55bc75;
}
.sns-products-ajaxtab.box-style-3 .header-tab a.view-all {
  float: right;
  margin: 0 20px 0 0;
  color: #333333;
  line-height: 40px;
}
.sns-products-ajaxtab.box-style-3 .header-tab a.view-all:after {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  text-align: right;
  font-size: 14px;
  text-indent: 6px;
}
.sns-products-ajaxtab.box-style-3 .header-tab a.view-all:hover {
  color: #55bc75;
}
.sns-products-ajaxtab.box-style-4 .header-tab {
  margin: 0px;
  height: 40px;
  border-radius: 0px;
  background: #f5f5f5;
  position: relative;
}
.sns-products-ajaxtab.box-style-4 .header-tab:before {
  position: absolute;
  content: "";
  width: calc(100% - 2px);
  height: 1px;
  background: #fff;
  left: 1px;
  bottom: -1px;
  z-index: 2;
}
.sns-products-ajaxtab.box-style-4 .header-tab .wpb_heading {
  float: left;
  margin-bottom: -3px;
}
.sns-products-ajaxtab.box-style-4 .header-tab .wpb_heading span:not(.sub-text) {
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  display: inline-block;
  color: #FFF;
  background: #333333;
  border-radius: 0 40px 40px 0;
}
.sns-products-ajaxtab.box-style-4 .header-tab ul.nav-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
  border-bottom: none;
  text-align: center;
  display: inline-block;
  padding: 0;
  margin: 0 0;
  height: 40px;
}
.sns-products-ajaxtab.box-style-4 .header-tab ul.nav-tabs > li {
  display: inline-block;
  margin: 0 0;
  padding: 0 0;
  position: relative;
  float: left;
}
.sns-products-ajaxtab.box-style-4 .header-tab ul.nav-tabs > li:first-child > a {
  margin-left: left;
}
.sns-products-ajaxtab.box-style-4 .header-tab ul.nav-tabs > li:first-child > a:before {
  display: none;
}
.sns-products-ajaxtab.box-style-4 .header-tab ul.nav-tabs > li.active > a {
  color: #55bc75;
}
.sns-products-ajaxtab.box-style-4 .header-tab ul.nav-tabs > li:hover:not(.active) > a {
  color: #55bc75;
}
.sns-products-ajaxtab.box-style-4 .header-tab ul.nav-tabs > li > a {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 1em;
  border: none;
  background: transparent;
  color: #333333;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 14px 0 15px;
  cursor: pointer;
  position: relative;
  line-height: 40px;
}
.sns-products-ajaxtab.box-style-4 .header-tab ul.nav-tabs > li > a:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  left: 0px;
  top: 13.5px;
  background: rgba(255, 255, 255, 0.1);
}
.sns-products-ajaxtab.box-style-4 .header-tab ul.tab-drop-nav li.dropdown {
  margin: 7px 10px 0 0;
}
.sns-products-ajaxtab.box-style-4 .header-tab ul.tab-drop-nav li.dropdown > a {
  vertical-align: middle;
}
.sns-products-ajaxtab.box-style-4 .header-tab ul.tab-drop-nav li.dropdown > a:hover {
  color: #55bc75;
}
.sns-products-ajaxtab.box-style-4 .header-tab a.view-all {
  float: right;
  margin: 0 20px 0 0;
  color: #333333;
  line-height: 40px;
}
.sns-products-ajaxtab.box-style-4 .header-tab a.view-all:after {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  text-align: right;
  font-size: 14px;
  text-indent: 6px;
}
.sns-products-ajaxtab.box-style-4 .header-tab a.view-all:hover {
  color: #55bc75;
}
.sns-products-ajaxtab.box-style-4 .prdlist-content {
  margin-right: -1px;
}
.sns-products-ajaxtab.box-style-5 .header-tab {
  margin-bottom: 20px;
}
.sns-products-ajaxtab.box-style-5 .header-tab .wpb_heading {
  margin: 0 0 30px;
}
.sns-products-ajaxtab.box-style-5 .header-tab ul.nav-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
  border-bottom: none;
  text-align: center;
  display: inline-block;
  padding: 0;
  margin: 0;
  height: 40px;
}
.sns-products-ajaxtab.box-style-5 .header-tab ul.nav-tabs > li {
  display: inline-block;
  margin: 0 0;
  padding: 0 0;
  position: relative;
}
.sns-products-ajaxtab.box-style-5 .header-tab ul.nav-tabs > li:first-child > a {
  margin-left: 0px;
}
.sns-products-ajaxtab.box-style-5 .header-tab ul.nav-tabs > li:first-child:before {
  display: none;
}
.sns-products-ajaxtab.box-style-5 .header-tab ul.nav-tabs > li.active > a {
  color: #FFF;
  background: #55bc75;
  border-color: #55bc75;
}
.sns-products-ajaxtab.box-style-5 .header-tab ul.nav-tabs > li.active > a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 7px 7px;
  border-color: #55bc75 transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  right: 50%;
  margin: 0 -7px;
  -webkit-transition: 0.25s ease-out 0s;
  -o-transition: 0.25s ease-out 0s;
  transition: 0.25s ease-out 0s;
}
.sns-products-ajaxtab.box-style-5 .header-tab ul.nav-tabs > li:hover:not(.active) > a {
  color: #55bc75;
  border-color: #55bc75;
}
.sns-products-ajaxtab.box-style-5 .header-tab ul.nav-tabs > li > a {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 1.1428em;
  text-transform: uppercase;
  font-weight: bold;
  background: #FFF;
  border: 1px solid #eaeaea;
  display: inline-block;
  position: relative;
  margin: 0 10px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  cursor: pointer;
  position: relative;
}
.sns-products-ajaxtab.box-style-5 .header-tab ul.tab-drop-nav li.dropdown {
  margin: 0;
}
.sns-products-ajaxtab.box-style-5 .header-tab ul.tab-drop-nav li.dropdown a {
  vertical-align: middle;
}
.sns-products-ajaxtab.box-style-6 .header-tab {
  margin-bottom: 53px;
  text-align: center;
}
.sns-products-ajaxtab.box-style-6 .header-tab .wpb_heading {
  margin: 0 0 16px;
  font-size: 1em;
  font-size: 2.5714em;
}
.sns-products-ajaxtab.box-style-6 .header-tab .sub-text {
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin: 0 auto 37px;
}
@media (min-width: 1199px) {
  .sns-products-ajaxtab.box-style-6 .header-tab .sub-text {
    max-width: 50%;
  }
}
.sns-products-ajaxtab.box-style-6 .header-tab ul.nav-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
  border-bottom: none;
  text-align: center;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.sns-products-ajaxtab.box-style-6 .header-tab ul.nav-tabs > li {
  display: inline-block;
  margin: 0 0;
  padding: 0 0;
  position: relative;
}
.sns-products-ajaxtab.box-style-6 .header-tab ul.nav-tabs > li:first-child > a {
  margin-left: 0px;
}
.sns-products-ajaxtab.box-style-6 .header-tab ul.nav-tabs > li:first-child:before {
  display: none;
}
.sns-products-ajaxtab.box-style-6 .header-tab ul.nav-tabs > li.active > a {
  background: #333333;
}
.sns-products-ajaxtab.box-style-6 .header-tab ul.nav-tabs > li:hover:not(.active) > a {
  background: #333333;
}
.sns-products-ajaxtab.box-style-6 .header-tab ul.nav-tabs > li > a {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFF;
  background: #55bc75;
  display: inline-block;
  position: relative;
  padding: 5px 20px;
  margin: 0 5px;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  border: none;
}
.sns-products-ajaxtab.box-style-6 .header-tab ul.tab-drop-nav li.dropdown {
  margin: 0;
}
.sns-products-ajaxtab.box-style-6 .header-tab ul.tab-drop-nav li.dropdown a {
  vertical-align: middle;
}
@media (max-width: 992px) {
  .sns-products-ajaxtab.box-style-6 .header-tab {
    margin-bottom: 10px;
    position: relative;
  }
  .sns-products-ajaxtab.box-style-6 .header-tab ul.tab-drop-nav {
    position: absolute;
    top: 10px;
    right: 0px;
  }
}
.uppercase {
  text-transform: uppercase;
}
/***************************************************
	scss file: /assets/scss/theme/_post.scss
		+ Style for post
			- Post in blog page
			- Post in signle page
****************************************************/
article.type-page h3.post-title, article.type-post h3.post-title {
  margin: 0 0 10px;
  position: relative;
  font-size: 1.5em;
  border: none;
}
@media (max-width: 991px) {
  article.type-page h3.post-title, article.type-post h3.post-title {
    font-size: 1.2em;
  }
}
article.type-page .page-links, article.type-post .page-links {
  margin-bottom: 15px;
  clear: left;
  font-weight: bold;
}
article.type-page .page-links a, article.type-post .page-links a {
  display: inline-block;
  padding: 0 3px;
  margin: 0 0 3px;
}
article.type-page blockquote, article.type-post blockquote {
  font-size: 1.2857em;
  color: #666666;
  margin: 0 0 20px;
  padding: 0 0 0 25px;
  border: none;
  font-style: italic;
  position: relative;
}
article.type-page blockquote:before, article.type-post blockquote:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  position: absolute;
  left: 0px;
  top: 7px;
}
article.type-page .post-meta, article.type-post .post-meta {
  display: block;
  margin: 0 0 0px;
  *zoom: 1;
}
article.type-page .post-meta:before, article.type-page .post-meta:after, article.type-post .post-meta:before, article.type-post .post-meta:after {
  content: " ";
  display: table;
}
article.type-page .post-meta:after, article.type-post .post-meta:after {
  clear: both;
}
article.type-page .post-meta > span, article.type-post .post-meta > span {
  padding-left: 20px;
  margin-right: 10px;
  position: relative;
  float: left;
}
article.type-page .post-meta > span:after, article.type-post .post-meta > span:after {
  position: absolute;
  left: 0px;
  top: 11.5px;
  height: 1px;
  width: 10px;
  content: "";
  background: #666666;
}
article.type-page .post-meta > span:first-child, article.type-post .post-meta > span:first-child {
  padding-left: 0px;
}
article.type-page .post-meta > span:first-child:after, article.type-post .post-meta > span:first-child:after {
  display: none;
}
article.type-page .post-meta > span:last-child, article.type-post .post-meta > span:last-child {
  margin-right: 0px;
}
article.type-page .post-meta > span a, article.type-post .post-meta > span a {
  color: #666666;
}
article.type-page .post-meta > span a:hover, article.type-post .post-meta > span a:hover {
  color: #55bc75;
}
article.type-page .post-meta .post-author a, article.type-post .post-meta .post-author a {
  color: #55bc75;
}
article.type-page .post-meta .post-author a:hover, article.type-post .post-meta .post-author a:hover {
  text-decoration: underline;
}
article.type-page .post-meta span.entry-date a, article.type-post .post-meta span.entry-date a {
  color: #55bc75;
}
article.type-page .post-meta span.entry-date a:hover, article.type-post .post-meta span.entry-date a:hover {
  text-decoration: underline;
}
article.type-page .post-meta span.edit-post a, article.type-post .post-meta span.edit-post a {
  color: #55bc75;
}
article.type-page .post-meta span.edit-post a:hover, article.type-post .post-meta span.edit-post a:hover {
  text-decoration: underline;
}
article.type-page .post-meta .post-comment-count a, article.type-post .post-meta .post-comment-count a {
  padding-left: 3px;
}
article.type-page .post-meta .post-comment-count a:before, article.type-post .post-meta .post-comment-count a:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 13px;
  text-indent: -6px;
  position: relative;
  top: -1px;
}
article.type-page .post-meta span.sticky-post, article.type-post .post-meta span.sticky-post {
  position: relative;
  padding-left: 15px;
  color: #55bc75;
}
article.type-page .post-meta span.sticky-post:before, article.type-post .post-meta span.sticky-post:before {
  position: absolute;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  font-size: 14px;
  left: 0px;
  top: calc(50% - 7px);
  text-align: left;
  color: #666666;
}
article.type-page .post-meta .cat-links, article.type-post .post-meta .cat-links {
  position: relative;
}
article.type-page .post-meta .cat-links span, article.type-post .post-meta .cat-links span {
  padding: 0 8px 0 0;
}
article.type-page .post-meta .cat-links ul, article.type-post .post-meta .cat-links ul {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
  display: inline-block;
}
article.type-page .post-meta .cat-links ul li, article.type-post .post-meta .cat-links ul li {
  display: inline;
  padding: 0 0 0;
}
article.type-page .post-meta .cat-links ul li:after, article.type-post .post-meta .cat-links ul li:after {
  content: ",";
}
article.type-page .post-meta .cat-links ul li a, article.type-post .post-meta .cat-links ul li a {
  color: #55bc75;
}
article.type-page .post-meta .cat-links ul li a:hover, article.type-post .post-meta .cat-links ul li a:hover {
  text-decoration: underline;
}
article.type-page .post-meta .cat-links ul li:last-child:after, article.type-post .post-meta .cat-links ul li:last-child:after {
  display: none;
}
article.type-page .post-meta .tags-links, article.type-post .post-meta .tags-links {
  position: relative;
  color: #55bc75;
}
article.type-page .post-meta .tags-links:hover, article.type-post .post-meta .tags-links:hover {
  text-decoration: underline;
}
article.type-page .post-excerpt p:last-child, article.type-post .post-excerpt p:last-child {
  margin-bottom: 0px;
}
article.type-page .post-content, article.type-post .post-content {
  *zoom: 1;
}
article.type-page .post-content:before, article.type-page .post-content:after, article.type-post .post-content:before, article.type-post .post-content:after {
  content: " ";
  display: table;
}
article.type-page .post-content:after, article.type-post .post-content:after {
  clear: both;
}
article.type-page .gallery-thumb, article.type-page .video-thumb, article.type-page .audio-thumb, article.type-page .post-thumb, article.type-page .quote-info, article.type-page .link-info, article.type-post .gallery-thumb, article.type-post .video-thumb, article.type-post .audio-thumb, article.type-post .post-thumb, article.type-post .quote-info, article.type-post .link-info {
  margin-bottom: 30px;
  position: relative;
}
article.type-page .gallery-thumb, article.type-post .gallery-thumb {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
}
article.type-page .gallery-thumb .owl-nav .owl-prev, article.type-page .gallery-thumb .owl-nav .owl-next, article.type-post .gallery-thumb .owl-nav .owl-prev, article.type-post .gallery-thumb .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #55bc75;
  background: #55bc75;
  text-align: center;
  position: absolute;
  font-size: 0px;
  top: calc(50% - 20px);
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
article.type-page .gallery-thumb .owl-nav .owl-prev:before, article.type-page .gallery-thumb .owl-nav .owl-next:before, article.type-post .gallery-thumb .owl-nav .owl-prev:before, article.type-post .gallery-thumb .owl-nav .owl-next:before {
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
article.type-page .gallery-thumb .owl-nav .owl-prev:hover, article.type-page .gallery-thumb .owl-nav .owl-next:hover, article.type-post .gallery-thumb .owl-nav .owl-prev:hover, article.type-post .gallery-thumb .owl-nav .owl-next:hover {
  border-color: #333333;
  background-color: #333333;
}
article.type-page .gallery-thumb .owl-nav .owl-prev:hover:before, article.type-page .gallery-thumb .owl-nav .owl-next:hover:before, article.type-post .gallery-thumb .owl-nav .owl-prev:hover:before, article.type-post .gallery-thumb .owl-nav .owl-next:hover:before {
  color: #fff;
}
article.type-page .gallery-thumb .owl-nav .owl-prev.disabled, article.type-page .gallery-thumb .owl-nav .owl-next.disabled, article.type-post .gallery-thumb .owl-nav .owl-prev.disabled, article.type-post .gallery-thumb .owl-nav .owl-next.disabled {
  opacity: 0.6;
  display: inline-block;
}
article.type-page .gallery-thumb .owl-nav .owl-prev.disabled:hover, article.type-page .gallery-thumb .owl-nav .owl-next.disabled:hover, article.type-post .gallery-thumb .owl-nav .owl-prev.disabled:hover, article.type-post .gallery-thumb .owl-nav .owl-next.disabled:hover {
  cursor: not-allowed;
}
article.type-page .gallery-thumb .owl-nav .owl-prev, article.type-post .gallery-thumb .owl-nav .owl-prev {
  left: 10px;
}
article.type-page .gallery-thumb .owl-nav .owl-prev:before, article.type-post .gallery-thumb .owl-nav .owl-prev:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
article.type-page .gallery-thumb .owl-nav .owl-next, article.type-post .gallery-thumb .owl-nav .owl-next {
  right: 10px;
  left: auto;
}
article.type-page .gallery-thumb .owl-nav .owl-next:before, article.type-post .gallery-thumb .owl-nav .owl-next:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
article.type-page .gallery-thumb .owl-nav, article.type-post .gallery-thumb .owl-nav {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  opacity: 0;
}
article.type-page .gallery-thumb .owl-nav .owl-prev, article.type-post .gallery-thumb .owl-nav .owl-prev {
  left: 15px;
}
article.type-page .gallery-thumb .owl-nav .owl-next, article.type-post .gallery-thumb .owl-nav .owl-next {
  right: 15px;
  left: auto;
}
article.type-page .gallery-thumb:hover, article.type-post .gallery-thumb:hover {
  opacity: 1;
}
body:not(.single-post) article.type-page .gallery-thumb .thumb-container, body:not(.single-post) article.type-post .gallery-thumb .thumb-container {
  position: relative;
  z-index: auto;
}
body:not(.single-post) article.type-page .gallery-thumb .thumb-container:before, body:not(.single-post) article.type-post .gallery-thumb .thumb-container:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  z-index: 1;
}
body:not(.single-post) article.type-page .gallery-thumb .thumb-container:hover:before, body:not(.single-post) article.type-post .gallery-thumb .thumb-container:hover:before {
  opacity: 1;
}
article.type-page .link-info, article.type-post .link-info {
  padding: 80px 30px;
  text-align: center;
  background: url(../img/global.png) #f5f5f5 no-repeat -10px 35%;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
article.type-page .link-info a, article.type-post .link-info a {
  display: block;
  font-size: 1.3846em;
  font-weight: bold;
  text-transform: uppercase;
}
article.type-page .quote-info, article.type-post .quote-info {
  padding: 50px 35px 50px;
  background: #f5f5f5;
  text-align: center;
  font-size: 1.1428em;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
article.type-page .quote-info .quote-content, article.type-post .quote-info .quote-content {
  display: block;
  margin-bottom: 20px;
  position: relative;
  font-style: italic;
}
article.type-page .quote-info .quote-content i, article.type-post .quote-info .quote-content i {
  margin: 0 7px 0 0;
  position: relative;
  top: -2px;
}
article.type-page .quote-info .quote-author, article.type-post .quote-info .quote-author {
  display: inline-block;
  margin: 0px;
  padding: 0;
  font-weight: bold;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #666666;
  position: relative;
  text-transform: uppercase;
}
article.type-page .post-thumb, article.type-post .post-thumb {
  position: relative;
  overflow: hidden;
}
body:not(.single-post) article.type-page .post-thumb a, body:not(.single-post) article.type-post .post-thumb a {
  display: inline-block;
  position: relative;
}
body:not(.single-post) article.type-page .post-thumb a:before, body:not(.single-post) article.type-post .post-thumb a:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  z-index: 1;
}
body:not(.single-post) article.type-page .post-thumb a:hover:before, body:not(.single-post) article.type-post .post-thumb a:hover:before {
  opacity: 1;
}
body:not(.single-post) article.type-page:hover .post-thumb:before, body:not(.single-post) article.type-post:hover .post-thumb:before {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
body:not(.single-post) article.type-page:hover .gallery-thumb .owl-nav, body:not(.single-post) article.type-post:hover .gallery-thumb .owl-nav {
  opacity: 1;
}
body:not(.single-post) article.type-page:hover .gallery-thumb .thumb-container:after, body:not(.single-post) article.type-post:hover .gallery-thumb .thumb-container:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.blog-standard > article {
  margin-bottom: 70px;
}
.blog-standard > article h3.post-title {
  margin: 0 0 15px;
  font-size: 1.8571em;
}
.blog-standard > article .gallery-thumb, .blog-standard > article .video-thumb, .blog-standard > article .audio-thumb, .blog-standard > article .post-thumb, .blog-standard > article .quote-info, .blog-standard > article .link-info {
  margin-bottom: 20px;
}
.blog-standard > article .more-link {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 40px;
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  display: table;
  margin: 27px 0 0;
  font-weight: bold;
  color: #FFF;
  border: 1px solid #55bc75;
  background: #55bc75;
}
.blog-standard > article .more-link:hover {
  background: #333333;
  color: #FFF;
  border-color: #333333;
}
.blog-list > article {
  margin-bottom: 60px;
}
.blog-list > article .inner-post {
  *zoom: 1;
}
.blog-list > article .inner-post:before, .blog-list > article .inner-post:after {
  content: " ";
  display: table;
}
.blog-list > article .inner-post:after {
  clear: both;
}
.blog-list > article .inner-post .part-left {
  float: left;
  width: 50%;
  padding: 0 15px 0 0;
}
.blog-list > article .inner-post .part-right {
  float: left;
  width: 50%;
  padding: 0 0 0 15px;
}
@media (max-width: 767px) {
  .blog-list > article .inner-post .part-left, .blog-list > article .inner-post .part-right {
    float: none;
    width: 100%;
    padding: 0 0;
  }
}
.blog-list > article h3.post-title {
  margin: 0 0 15px;
  font-size: 1.5em;
}
.blog-list > article .post-meta {
  margin: -3px 0 3px;
}
@media (min-width: 1200px) {
  .blog-list > article .gallery-thumb, .blog-list > article .video-thumb, .blog-list > article .audio-thumb, .blog-list > article .post-thumb, .blog-list > article .quote-info, .blog-list > article .link-info {
    margin-bottom: 0px;
  }
}
.blog-list > article .link-info {
  padding: 100px 10px;
}
.blog-list > article .more-link {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 40px;
  padding: 0 27px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  display: table;
  margin: 25px 0 0;
  font-weight: bold;
  color: #FFF;
  border: 1px solid #55bc75;
  background: #55bc75;
}
.blog-list > article .more-link:hover {
  background: #333333;
  color: #FFF;
  border-color: #333333;
}
.sns-grid-masonry {
  margin: 0 -7.5px 55px;
}
.sns-grid-masonry article {
  margin-bottom: 20px;
  text-align: center;
}
.sns-grid-masonry article .post-meta {
  display: inline-block;
}
.sns-grid-masonry article .gallery-thumb, .sns-grid-masonry article .video-thumb, .sns-grid-masonry article .audio-thumb, .sns-grid-masonry article .post-thumb, .sns-grid-masonry article .quote-info, .sns-grid-masonry article .link-info {
  margin: 0 0;
}
.sns-grid-masonry article .post-content {
  padding: 20px 15px 20px;
  border: 1px solid #eaeaea;
}
.sns-grid-masonry article .post-meta {
  margin: 0 0 -2px;
}
.sns-grid-masonry article h3.post-title {
  margin: 0 0;
  font-size: 1.1428em;
}
.sns-grid-masonry .sns-grid-item {
  width: 33.33%;
  padding-right: 10px;
  padding-left: 10px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .sns-grid-masonry .sns-grid-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .sns-grid-masonry .sns-grid-item {
    width: 100%;
  }
}
body.layout-type-l-m-r .sns-grid-masonry .sns-grid-item, body.layout-type-m-r .sns-grid-masonry .sns-grid-item, body.layout-type-l-m .sns-grid-masonry .sns-grid-item {
  width: 50%;
}
@media (max-width: 480px) {
  body.layout-type-l-m-r .sns-grid-masonry .sns-grid-item, body.layout-type-m-r .sns-grid-masonry .sns-grid-item, body.layout-type-l-m .sns-grid-masonry .sns-grid-item {
    width: 100%;
  }
}
.sns-grid-masonry + .navigation {
  margin-top: 10px;
}
body.single-post .post-content ul, body.single-post .post-content ol {
  line-height: 1.9;
}
.single article.post {
  margin: 0 0 80px;
}
.single article.post h1.post-title {
  margin: 0 0 10px;
  font-size: 2.3076em;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .single article.post h1.post-title {
    font-size: 1.2em;
  }
}
.single article.post .post-meta {
  margin-bottom: 25px;
}
.single article.post .gallery-thumb, .single article.post .video-thumb, .single article.post .audio-thumb, .single article.post .post-thumb, .single article.post .quote-info, .single article.post .link-info {
  margin-bottom: 30px;
}
.single article.post .gallery-thumb .owl-nav {
  opacity: 1;
}
.single article.post .post-content {
  margin-bottom: 15px;
}
.single article.post .post-foot {
  *zoom: 1;
}
.single article.post .post-foot:before, .single article.post .post-foot:after {
  content: " ";
  display: table;
}
.single article.post .post-foot:after {
  clear: both;
}
.single article.post .post-foot .post-share-block {
  float: right;
  height: 40px;
}
.single article.post .post-foot .post-share-block .ssbp-wrap, .single article.post .post-foot .post-share-block .ssba-wrap {
  font-size: 1em !important;
}
.single article.post .post-foot .post-share-block .ssbp-wrap .ssba-share-text, .single article.post .post-foot .post-share-block .ssba-wrap .ssba-share-text {
  font-size: 1em;
  position: relative;
  color: #666666;
  font-weight: bold;
  margin-right: 0px;
}
.single article.post .post-foot .post-share-block .ssbp-wrap br, .single article.post .post-foot .post-share-block .ssba-wrap br {
  display: none;
}
.single article.post .post-foot .post-share-block .ssbp-wrap a, .single article.post .post-foot .post-share-block .ssba-wrap a {
  display: inline-block;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  margin: 0;
  text-align: center;
  border-radius: 100%;
}
.single article.post .post-foot .post-share-block .ssbp-wrap a img, .single article.post .post-foot .post-share-block .ssba-wrap a img {
  padding: 0 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.single article.post .post-foot .post-share-block .ssbp-wrap a:before, .single article.post .post-foot .post-share-block .ssba-wrap a:before {
  font-size: 14px !important;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
}
.single article.post .post-foot .tags-links {
  float: left;
  margin: 0 0;
}
.single article.post .post-foot .tags-links .label-tag {
  float: left;
  margin: 4px 10px 0 0;
  font-weight: bold;
}
.single article.post .post-foot .tags-links a {
  padding: 4px 10px;
  background: #f5f5f5;
  display: inline-block;
  margin: 0 10px 10px 0;
  float: left;
  color: #666666;
}
.single article.post .post-foot .tags-links a:hover {
  background: #55bc75;
  color: #FFF;
}
@media (max-width: 480px) {
  .single article.post .post-foot .tags-links {
    float: none;
    display: block;
    margin: 0 0;
  }
}
.single article.post .author-info {
  margin: 70px 0 0;
  padding: 20px;
  *zoom: 1;
  border: 1px solid #eaeaea;
  background: #f9f9f9;
}
.single article.post .author-info:before, .single article.post .author-info:after {
  content: " ";
  display: table;
}
.single article.post .author-info:after {
  clear: both;
}
.single article.post .author-info h4 {
  margin: 5px 0 10px;
  font-size: 1em;
  color: #333333;
  text-transform: uppercase;
}
.single article.post .author-info p.author-bio {
  margin-bottom: 0;
}
.single article.post .author-info .author-avatar {
  float: left;
  margin: 0 20px 0 0;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .single article.post .author-info .author-avatar {
    margin-right: 15px;
  }
}
.single article.post .author-info .author-desc {
  display: block;
}
.single article.post .post-related {
  position: relative;
  margin: 70px 0 0;
  padding-top: 70px;
  border-top: 1px solid #eaeaea;
}
.single article.post .post-related h2.related-title {
  padding: 0 0;
  margin: 0 0 15px;
  font-size: 1.5714em;
  display: block;
}
.single article.post .post-related .related-content {
  margin: 0 -15px;
}
.single article.post .post-related .item {
  padding: 0 15px;
}
.single article.post .post-related .item .image {
  display: block;
  max-width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.single article.post .post-related .item .image:before {
  content: "";
  position: absolute;
  background: rgba(85, 188, 117, 0.3);
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.single article.post .post-related .item .title {
  margin: 0 0 10px;
  font-size: 1em;
  text-transform: uppercase;
}
.single article.post .post-related .item:hover .image:before {
  opacity: 1;
}
.single article.post .post-related .item .post-meta {
  margin-bottom: 0px;
}
.single article.post .post-related .owl-nav .owl-prev, .single article.post .post-related .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #55bc75;
  background: #55bc75;
  text-align: center;
  position: absolute;
  font-size: 0px;
  top: calc(50% - 20px);
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.single article.post .post-related .owl-nav .owl-prev:before, .single article.post .post-related .owl-nav .owl-next:before {
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.single article.post .post-related .owl-nav .owl-prev:hover, .single article.post .post-related .owl-nav .owl-next:hover {
  border-color: #333333;
  background-color: #333333;
}
.single article.post .post-related .owl-nav .owl-prev:hover:before, .single article.post .post-related .owl-nav .owl-next:hover:before {
  color: #fff;
}
.single article.post .post-related .owl-nav .owl-prev.disabled, .single article.post .post-related .owl-nav .owl-next.disabled {
  opacity: 0.6;
  display: inline-block;
}
.single article.post .post-related .owl-nav .owl-prev.disabled:hover, .single article.post .post-related .owl-nav .owl-next.disabled:hover {
  cursor: not-allowed;
}
.single article.post .post-related .owl-nav .owl-prev {
  left: 10px;
}
.single article.post .post-related .owl-nav .owl-prev:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.single article.post .post-related .owl-nav .owl-next {
  right: 10px;
  left: auto;
}
.single article.post .post-related .owl-nav .owl-next:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.single article.post .post-related .owl-nav {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  visibility: none;
  opacity: 0;
}
.single article.post .post-related .owl-nav .owl-prev {
  left: 25px;
}
.single article.post .post-related .owl-nav .owl-next {
  left: auto;
  right: 25px;
}
.single article.post .post-related:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.single article.post .post-navigation {
  *zoom: 1;
  margin: 30px 0 0;
  width: 100%;
  padding-top: 70px;
  border-top: 1px solid #eaeaea;
}
.single article.post .post-navigation:before, .single article.post .post-navigation:after {
  content: " ";
  display: table;
}
.single article.post .post-navigation:after {
  clear: both;
}
.single article.post .post-navigation h2 {
  display: none;
}
.single article.post .post-navigation .nav-next, .single article.post .post-navigation .nav-previous {
  float: left;
  text-align: right;
  padding: 0 30px 0 0;
  width: 50%;
  position: relative;
}
.single article.post .post-navigation .nav-next:before, .single article.post .post-navigation .nav-previous:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  top: 0px;
  right: -0.5px;
  background-color: #eaeaea;
}
.single article.post .post-navigation .nav-next .nav-post-link, .single article.post .post-navigation .nav-previous .nav-post-link {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 5px;
  color: inherit;
  display: inline-block;
}
.single article.post .post-navigation .nav-next .nav-post-link a, .single article.post .post-navigation .nav-previous .nav-post-link a {
  color: #55bc75;
  text-transform: uppercase;
  font-weight: bold;
}
.single article.post .post-navigation .nav-next .nav-post-link a:hover, .single article.post .post-navigation .nav-previous .nav-post-link a:hover {
  text-decoration: underline;
}
.single article.post .post-navigation .nav-next .nav-post-link:before, .single article.post .post-navigation .nav-previous .nav-post-link:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  font-size: 14px;
  position: absolute;
  top: calc(50% - 7px);
  left: 0px;
  color: inherit;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #55bc75;
}
.single article.post .post-navigation .nav-next .nav-post-link .screen-reader-text, .single article.post .post-navigation .nav-previous .nav-post-link .screen-reader-text {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .single article.post .post-navigation .nav-next .nav-post-link .post-title, .single article.post .post-navigation .nav-previous .nav-post-link .post-title {
    display: none;
  }
}
.single article.post .post-navigation .nav-next .nav-post-title, .single article.post .post-navigation .nav-previous .nav-post-title {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}
.single article.post .post-navigation .nav-next {
  float: right;
  text-align: left;
  padding: 0 0 0 30px;
}
.single article.post .post-navigation .nav-next:before {
  right: auto;
  left: -0.5px;
}
.single article.post .post-navigation .nav-next .nav-post-link {
  padding: 0 20px 0 0;
}
.single article.post .post-navigation .nav-next .nav-post-link:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  right: 0px;
  left: auto;
}
.archive .format-status .post-title, .archive .format-aside .post-title, .blog .format-status .post-title, .blog .format-aside .post-title {
  display: none;
}
article.type-attachment h1.post-title {
  margin: 0 0 30px;
  font-size: 2em;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  article.type-attachment h1.post-title {
    font-size: 1.2em;
  }
}
article.type-attachment .more-link {
  margin: 15px 0 0;
  display: inline-block;
  color: #FFF;
  border: 1px solid #55bc75;
  background: #55bc75;
  border-radius: 0px;
  text-transform: none;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 18px;
}
article.type-attachment .more-link:before {
  position: absolute;
  left: -2px;
  top: 5px;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
article.type-attachment .more-link:hover {
  background: #333333;
  border-color: #55bc75;
  color: #FFF;
}
article.type-attachment .more-link:hover:before {
  left: 0px;
}
article.type-attachment .more-link .meta-nav {
  display: none;
}
article.type-attachment .post-meta {
  display: block;
  margin: 0 0 0px;
  *zoom: 1;
}
article.type-attachment .post-meta:before, article.type-attachment .post-meta:after {
  content: " ";
  display: table;
}
article.type-attachment .post-meta:after {
  clear: both;
}
article.type-attachment .post-meta > span {
  padding-left: 20px;
  margin-right: 10px;
  position: relative;
  float: left;
}
article.type-attachment .post-meta > span:after {
  position: absolute;
  left: 0px;
  top: 11.5px;
  height: 1px;
  width: 10px;
  content: "";
  background: #666666;
}
article.type-attachment .post-meta > span:first-child {
  padding-left: 0px;
}
article.type-attachment .post-meta > span:first-child:after {
  display: none;
}
article.type-attachment .post-meta > span:last-child {
  margin-right: 0px;
}
article.type-attachment .post-meta > span a {
  color: #666666;
}
article.type-attachment .post-meta > span a:hover {
  color: #55bc75;
}
article.type-attachment .post-meta a:hover {
  color: #55bc75;
  text-decoration: underline;
}
article.type-attachment .post-meta a.author-link {
  color: #55bc75;
}
article.type-attachment .post-meta a.author-link:hover {
  color: #55bc75;
  text-decoration: underline;
}
article.type-attachment .post-meta .post-author a {
  color: #55bc75;
}
article.type-attachment .post-meta .post-author a:hover {
  text-decoration: underline;
}
article.type-attachment .post-meta span.entry-date a {
  color: #55bc75;
}
article.type-attachment .post-meta span.entry-date a:hover {
  text-decoration: underline;
}
article.type-attachment .post-meta span.edit-post a {
  color: #55bc75;
}
article.type-attachment .post-meta span.edit-post a:hover {
  text-decoration: underline;
}
article.type-attachment .entry-caption {
  margin: 10px 0 15px;
}
article.type-attachment .image-navigation {
  *zoom: 1;
  margin: 50px 0;
  width: 100%;
}
article.type-attachment .image-navigation:before, article.type-attachment .image-navigation:after {
  content: " ";
  display: table;
}
article.type-attachment .image-navigation:after {
  clear: both;
}
article.type-attachment .image-navigation h2 {
  display: none;
}
article.type-attachment .image-navigation .nav-next, article.type-attachment .image-navigation .nav-previous {
  float: left;
  text-align: right;
  padding: 0 30px 0 0;
  width: 50%;
  position: relative;
}
article.type-attachment .image-navigation .nav-next:before, article.type-attachment .image-navigation .nav-previous:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  top: 0px;
  right: -0.5px;
  background-color: #eaeaea;
}
article.type-attachment .image-navigation .nav-next .nav-post-link, article.type-attachment .image-navigation .nav-previous .nav-post-link {
  position: relative;
  padding: 0 0 0 16px;
  margin: 0 0 10px;
  color: inherit;
  display: inline-block;
}
article.type-attachment .image-navigation .nav-next .nav-post-link a, article.type-attachment .image-navigation .nav-previous .nav-post-link a {
  color: #55bc75;
}
article.type-attachment .image-navigation .nav-next .nav-post-link:before, article.type-attachment .image-navigation .nav-previous .nav-post-link:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 13px;
  font-size: 13px;
  position: absolute;
  top: 4px;
  left: 0px;
  color: inherit;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #55bc75;
}
article.type-attachment .image-navigation .nav-next .nav-post-link .screen-reader-text, article.type-attachment .image-navigation .nav-previous .nav-post-link .screen-reader-text {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  article.type-attachment .image-navigation .nav-next .nav-post-link .post-title, article.type-attachment .image-navigation .nav-previous .nav-post-link .post-title {
    display: none;
  }
}
article.type-attachment .image-navigation .nav-next .nav-post-title, article.type-attachment .image-navigation .nav-previous .nav-post-title {
  text-transform: uppercase;
  font-weight: bold;
}
article.type-attachment .image-navigation .nav-next {
  float: right;
  text-align: left;
  padding: 0 0 0 30px;
}
article.type-attachment .image-navigation .nav-next:before {
  right: auto;
  left: -0.5px;
}
article.type-attachment .image-navigation .nav-next .nav-post-link {
  padding: 0 16px 0 0;
}
article.type-attachment .image-navigation .nav-next .nav-post-link:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 13px;
  right: 0px;
  left: auto;
}
.video-responsive {
  position: relative;
  padding-bottom: 55.5%;
  overflow: hidden;
  padding-top: 3px;
  height: 0;
}
.video-responsive embed, .video-responsive iframe, .video-responsive object, .video-responsive video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.audio-responsive {
  position: relative;
  padding-bottom: 54.5%;
  padding-top: 8px;
  height: 0;
}
.audio-responsive embed, .audio-responsive iframe, .audio-responsive object, .audio-responsive audio {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.page.type-page .page-links {
  margin-bottom: 15px;
  clear: left;
  font-weight: bold;
}
.page.type-page .page-links a {
  display: inline-block;
  padding: 0 3px;
  margin: 0 0 3px;
}
/***************************************************
	scss file: assets/scss/theme/_toolbar_list.scss
		+ Style for toolbar on listing page of WooCommerce
****************************************************/
.woocommerce-pagination {
  margin: 0;
  height: 35px;
}
.woocommerce-pagination label {
  display: inline-block;
  float: left;
  margin: 0 5px 0 0;
}
.woocommerce-pagination .page-numbers {
  margin: 0px;
  list-style: none;
  padding: 0;
  display: inline-block;
  height: 35px;
}
.woocommerce-pagination .page-numbers li {
  display: inline-block;
  float: left;
}
.woocommerce-pagination .page-numbers li > span, .woocommerce-pagination .page-numbers li > a {
  text-align: center;
  margin: 0 0 0 10px;
  padding: 0;
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 1px solid #eaeaea;
  border-radius: 100%;
  color: #666666;
  font-weight: bold;
}
.woocommerce-pagination .page-numbers li > span.next, .woocommerce-pagination .page-numbers li > span.prev, .woocommerce-pagination .page-numbers li > a.next, .woocommerce-pagination .page-numbers li > a.prev {
  position: relative;
  overflow: hidden;
  font-size: 0px;
  text-align: center;
}
.woocommerce-pagination .page-numbers li > span.next:before, .woocommerce-pagination .page-numbers li > span.prev:before, .woocommerce-pagination .page-numbers li > a.next:before, .woocommerce-pagination .page-numbers li > a.prev:before {
  font-size: 12px;
}
.woocommerce-pagination .page-numbers li > span.next:before, .woocommerce-pagination .page-numbers li > a.next:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
}
.woocommerce-pagination .page-numbers li > span.prev:before, .woocommerce-pagination .page-numbers li > a.prev:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
}
.woocommerce-pagination .page-numbers li > span:hover, .woocommerce-pagination .page-numbers li > span.current, .woocommerce-pagination .page-numbers li > a:hover, .woocommerce-pagination .page-numbers li > a.current {
  background-color: #55bc75;
  border-color: #55bc75;
  color: #FFF;
}
.woocommerce-pagination .page-numbers li:first-child > span, .woocommerce-pagination .page-numbers li:first-child > a {
  margin-left: 0px;
}
.toolbar {
  padding: 0;
  *zoom: 1;
}
.toolbar:before, .toolbar:after {
  content: " ";
  display: table;
}
.toolbar:after {
  clear: both;
}
.toolbar.toolbar-top {
  margin: 0 0 30px;
  border: 1px solid #eaeaea;
}
.toolbar.toolbar-top .woocommerce-ordering {
  padding: 15px 0 0 20px;
}
.toolbar.toolbar-top .woocommerce-pagination {
  float: right;
  padding: 15px 20px 0 0;
}
@media (max-width: 767px) {
  .toolbar.toolbar-top .woocommerce-pagination {
    display: none;
  }
}
@media (max-width: 767px) {
  .toolbar + .woocommerce-result-count {
    display: none;
  }
}
.toolbar.toolbar-bottom {
  margin: 30px 0 90px;
  padding: 15px 20px;
  *zoom: 1;
  border: 1px solid #eaeaea;
}
.toolbar.toolbar-bottom:before, .toolbar.toolbar-bottom:after {
  content: " ";
  display: table;
}
.toolbar.toolbar-bottom:after {
  clear: both;
}
.toolbar.toolbar-bottom .woocommerce-result-count {
  float: left;
  margin-top: 6px;
}
.toolbar.toolbar-bottom .woocommerce-pagination {
  float: right;
}
@media (max-width: 767px) {
  .toolbar.toolbar-bottom .woocommerce-pagination {
    float: left;
    *zoom: 1;
    margin: 10px 0 0;
    width: 100%;
    height: auto;
  }
  .toolbar.toolbar-bottom .woocommerce-pagination:before, .toolbar.toolbar-bottom .woocommerce-pagination:after {
    content: " ";
    display: table;
  }
  .toolbar.toolbar-bottom .woocommerce-pagination:after {
    clear: both;
  }
  .toolbar.toolbar-bottom .woocommerce-pagination ul.page-numbers {
    height: auto;
  }
  .toolbar.toolbar-bottom .woocommerce-pagination ul.page-numbers li {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.toolbar .mode-view {
  display: block;
  float: left;
  padding: 0 0;
  margin-bottom: 0px;
}
.toolbar .mode-view li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: left;
  position: relative;
}
.toolbar .mode-view li.display-title {
  display: none;
}
.toolbar .mode-view li a {
  display: block;
  width: 65px;
  height: 65px;
  padding: 0 0;
  text-align: center;
  line-height: 65px;
  border-right: 1px solid #eaeaea;
}
.toolbar .mode-view li a:before {
  display: inline-block;
  width: 65px;
  height: 65px;
  text-align: center;
  color: #666666;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 20px;
}
.toolbar .mode-view li a.active:before, .toolbar .mode-view li a:hover:before {
  color: #55bc75;
}
.toolbar .mode-view li a.grid:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
}
.toolbar .mode-view li a.list:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
}
.toolbar .mode-view li a span {
  display: none;
}
.toolbar .woocommerce-ordering {
  display: block;
  float: left;
  padding: 0 10px;
  text-align: left;
  margin: 0 0;
}
@media (max-width: 767px) {
  .toolbar .woocommerce-ordering {
    display: none;
  }
}
.toolbar .woocommerce-ordering label {
  margin: 0 5px 0 0;
}
.toolbar .woocommerce-ordering .orderby-wrap {
  position: relative;
  margin: 0;
  padding: 0px;
  -webkit-transition: all 0.2 ease-in;
  -o-transition: all 0.2 ease-in;
  transition: all 0.2 ease-in;
  display: inline-block;
  line-height: 28px;
}
.toolbar .woocommerce-ordering .orderby-wrap select.orderby {
  border: none;
  appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0px 10px;
  background: #FFF;
  min-width: 170px;
  border: 1px solid #ebebeb;
  height: 44px;
  line-height: 44px;
}
.toolbar .woocommerce-ordering .orderby-wrap:hover, .toolbar .woocommerce-ordering .orderby-wrap:focus {
  border-color: #CCC;
}
.toolbar .woocommerce-ordering .orderby-wrap:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 9px;
  right: 10px;
  top: 12px;
  background: url(../img/ico-drop.png) no-repeat left top;
}
.toolbar .nbrItemPage .select select, .toolbar .nbrItemPage .selector1 select {
  width: 65px;
}
.toolbar .woocommerce-result-count {
  display: inline-block;
  margin: 0;
  float: right;
  padding: 0 0;
}
.toolbar .woocommerce-pagination {
  margin: 0;
}
.toolbar .product-count {
  display: none !important;
}
.toolbar .showall {
  display: none;
}
/***************************************************
	scss file: assets/scss/theme/_product_list.scss
		+ Style for product in listing page
			- Style product in grid
			- Style product in list
****************************************************/
#sns_woo_list.yith-wcan-loading {
  background: none;
  position: relative;
  height: auto;
  opacity: 0.4;
  min-height: 300px;
  padding-bottom: 50px;
}
#sns_woo_list.yith-wcan-loading:before {
  position: absolute;
  left: 50%;
  top: 50px;
  margin: 0 0 0 -20px;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 40px;
  color: #000;
  z-index: 2;
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  -o-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.sns-woocommerce-page .woo-page-title-wrap {
  padding: 0 15px;
}
.sns-woocommerce-page .woo-page-title-wrap .page-title {
  margin-bottom: 23px;
  text-transform: capitalize;
  display: inline-block;
  font-size: 2em;
  font-weight: bold;
}
.sns-woocommerce-page .woo-page-title-wrap .count_products {
  color: #55bc75;
}
.listing-product-wrap .page-title {
  line-height: 1.1;
}
.listing-product-wrap .prdlist-content {
  margin: 0 0;
}
.sub-cats {
  padding: 0 0;
  margin: 0 -15px 20px;
  list-style: none;
  *zoom: 1;
}
.sub-cats:before, .sub-cats:after {
  content: " ";
  display: table;
}
.sub-cats:after {
  clear: both;
}
.sub-cats li.product-category {
  padding: 0 15px;
  width: 25%;
  float: left;
}
@media (max-width: 1199px) {
  .sub-cats li.product-category {
    width: 33.33%;
  }
}
@media (max-width: 480px) {
  .sub-cats li.product-category {
    width: 50%;
  }
}
.sub-cats li.product-category .woocommerce-loop-category__title {
  font-size: 1em;
  margin: 10px 0 30px;
  color: inherit;
}
.sub-cats li.product-category .woocommerce-loop-category__title mark {
  background: none;
  color: inherit;
}
.cat-slideshow {
  margin-bottom: 90px;
}
.term-description {
  margin-bottom: 90px;
}
.cate-img {
  text-align: center;
  margin-bottom: 90px;
}
.product_list.grid {
  margin-left: 0px;
  margin-right: 0px;
}
.listing-product-main .product_list.grid {
  margin: 0 0;
}
.product_list.grid .block-product-inner {
  position: relative;
}
.product_list.grid .block-product-inner .onsale {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  width: 35px;
  text-align: center;
  background: #fe5d5d;
  padding: 0 5px;
  border-radius: 100%;
}
.product_list.grid .block-product-inner .after-product-image {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
}
.product_list.grid .block-product-inner .after-product-image .ico-excerpt {
  font-size: 16px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #666666;
}
.product_list.grid .block-product-inner .after-product-image .ico-excerpt:hover {
  color: #55bc75;
}
.product_list.grid .block-product-inner .after-product-image .clear {
  display: none !important;
}
.product_list.grid .block-product-inner .after-product-image .yith-wcwl-add-to-wishlist {
  position: relative;
  overflow: hidden;
  margin: 0 0;
  height: 20px;
  width: 20px;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.product_list.grid .block-product-inner .after-product-image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show {
  display: block !important;
}
.product_list.grid .block-product-inner .after-product-image .yith-wcwl-add-to-wishlist .feedback {
  display: none !important;
}
.product_list.grid .block-product-inner .after-product-image .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
  margin: 0 0;
  width: 20px !important;
  height: 20px !important;
  border: none;
  border-radius: 20px;
  left: 0px !important;
  top: 0px !important;
  overflow: hidden;
  background: #55bc75;
  opacity: 1;
  cursor: wait;
}
.product_list.grid .block-product-inner .after-product-image .yith-wcwl-add-to-wishlist .ajax-loading:before {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 14px;
  background: transparent;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  z-index: 1;
  color: #FFF;
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  -o-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.product_list.grid .block-product-inner .after-product-image .yith-wcwl-add-to-wishlist a:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #666666;
}
.product_list.grid .block-product-inner .after-product-image .yith-wcwl-add-to-wishlist a:hover:before {
  color: #55bc75;
}
.product_list.grid .block-product-inner .after-product-image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse, .product_list.grid .block-product-inner .after-product-image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  height: 20px;
  width: 20px;
}
.product_list.grid .block-product-inner .after-product-image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before, .product_list.grid .block-product-inner .after-product-image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #55bc75;
}
.product_list.grid .block-product-inner .sort-desc {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 30px 0 30px;
  width: 100%;
  color: #FFF;
  background: rgba(85, 188, 117, 0.9);
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  height: 100%;
}
.product_list.grid .block-product-inner .sort-desc > * {
  overflow: hidden;
  max-height: 100%;
}
.product_list.grid .block-product-inner .sort-desc > * > p {
  margin: 0 20px;
}
.product_list.grid .block-product-inner .sort-desc > * > ol, .product_list.grid .block-product-inner .sort-desc > * > ul {
  margin: 0 15px 0 5px;
}
.product_list.grid .block-product-inner .item-img a.product-image {
  display: block;
  position: relative;
  padding: 0 0 8px;
  background: #fff;
}
.product_list.grid .block-product-inner .item-img a.product-image img {
  margin: 0 auto;
}
.product_list.grid .block-product-inner .item-img.show-desc .sort-desc {
  z-index: 2;
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.product_list.grid .block-product-inner .item-img.show-desc .after-product-image .ico-excerpt {
  z-index: 2;
  color: #FFF;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.product_list.grid .block-product-inner .item-img.show-desc .after-product-image .ico-excerpt:hover {
  color: #333333;
}
.product_list.grid .block-product-inner .item-info {
  padding: 0 0 22px;
  margin: 0 20px;
  position: relative;
  overflow: hidden;
}
.product_list.grid .block-product-inner .item-info .item-content {
  position: relative;
}
.product_list.grid .block-product-inner .item-info .item-content .star-rating {
  margin: 0 0 10px;
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.product_list.grid .block-product-inner .item-info .item-content h2, .product_list.grid .block-product-inner .item-info .item-content h3 {
  margin: 0 0 15px;
  font-size: 1em;
  font-weight: 500;
  text-transform: none;
}
@media (max-width: 992px) {
  .product_list.grid .block-product-inner .item-info .item-content h2, .product_list.grid .block-product-inner .item-info .item-content h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*height: 40px; */
  }
}
.product_list.grid .block-product-inner .item-info .item-content .price {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.product_list.grid .block-product-inner .item-info .buttons-action {
  position: absolute;
  height: 50px;
  width: 100%;
  left: 0;
  bottom: 20px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart, .product_list.grid .block-product-inner .item-info .buttons-action .compare, .product_list.grid .block-product-inner .item-info .buttons-action .button {
  font-size: 0px !important;
  padding: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 100%;
  display: block;
  vertical-align: top;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
  background-color: #55bc75;
  border: 1px solid #55bc75;
}
.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a:before, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart:before, .product_list.grid .block-product-inner .item-info .buttons-action .compare:before, .product_list.grid .block-product-inner .item-info .buttons-action .button:before {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 14px;
  color: #FFF;
  background-color: transparent;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a:hover, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart:hover, .product_list.grid .block-product-inner .item-info .buttons-action .compare:hover, .product_list.grid .block-product-inner .item-info .buttons-action .button:hover {
  border-color: #333333;
  background: #333333;
}
.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a:hover:before, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart:hover:before, .product_list.grid .block-product-inner .item-info .buttons-action .compare:hover:before, .product_list.grid .block-product-inner .item-info .buttons-action .button:hover:before {
  color: #FFF;
}
.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.product_type_variable:before, .product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple:before, .product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped:before, .product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external:before, .product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart:before, .product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button:before, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.product_type_variable:before, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.button.product_type_simple:before, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.button.product_type_grouped:before, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.product_type_external:before, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.add_to_cart:before, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.add_to_cart_button:before, .product_list.grid .block-product-inner .item-info .buttons-action .compare.product_type_variable:before, .product_list.grid .block-product-inner .item-info .buttons-action .compare.button.product_type_simple:before, .product_list.grid .block-product-inner .item-info .buttons-action .compare.button.product_type_grouped:before, .product_list.grid .block-product-inner .item-info .buttons-action .compare.product_type_external:before, .product_list.grid .block-product-inner .item-info .buttons-action .compare.add_to_cart:before, .product_list.grid .block-product-inner .item-info .buttons-action .compare.add_to_cart_button:before, .product_list.grid .block-product-inner .item-info .buttons-action .button.product_type_variable:before, .product_list.grid .block-product-inner .item-info .buttons-action .button.button.product_type_simple:before, .product_list.grid .block-product-inner .item-info .buttons-action .button.button.product_type_grouped:before, .product_list.grid .block-product-inner .item-info .buttons-action .button.product_type_external:before, .product_list.grid .block-product-inner .item-info .buttons-action .button.add_to_cart:before, .product_list.grid .block-product-inner .item-info .buttons-action .button.add_to_cart_button:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.product_type_variable.loading, .product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading, .product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading, .product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external.loading, .product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart.loading, .product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button.loading, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.product_type_variable.loading, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.button.product_type_simple.loading, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.button.product_type_grouped.loading, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.product_type_external.loading, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.add_to_cart.loading, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.add_to_cart_button.loading, .product_list.grid .block-product-inner .item-info .buttons-action .compare.product_type_variable.loading, .product_list.grid .block-product-inner .item-info .buttons-action .compare.button.product_type_simple.loading, .product_list.grid .block-product-inner .item-info .buttons-action .compare.button.product_type_grouped.loading, .product_list.grid .block-product-inner .item-info .buttons-action .compare.product_type_external.loading, .product_list.grid .block-product-inner .item-info .buttons-action .compare.add_to_cart.loading, .product_list.grid .block-product-inner .item-info .buttons-action .compare.add_to_cart_button.loading, .product_list.grid .block-product-inner .item-info .buttons-action .button.product_type_variable.loading, .product_list.grid .block-product-inner .item-info .buttons-action .button.button.product_type_simple.loading, .product_list.grid .block-product-inner .item-info .buttons-action .button.button.product_type_grouped.loading, .product_list.grid .block-product-inner .item-info .buttons-action .button.product_type_external.loading, .product_list.grid .block-product-inner .item-info .buttons-action .button.add_to_cart.loading, .product_list.grid .block-product-inner .item-info .buttons-action .button.add_to_cart_button.loading {
  background: #333333;
  border-color: #333333;
}
.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.product_type_variable.loading:before, .product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading:before, .product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading:before, .product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external.loading:before, .product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart.loading:before, .product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button.loading:before, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.product_type_variable.loading:before, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.button.product_type_simple.loading:before, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.button.product_type_grouped.loading:before, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.product_type_external.loading:before, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.add_to_cart.loading:before, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.add_to_cart_button.loading:before, .product_list.grid .block-product-inner .item-info .buttons-action .compare.product_type_variable.loading:before, .product_list.grid .block-product-inner .item-info .buttons-action .compare.button.product_type_simple.loading:before, .product_list.grid .block-product-inner .item-info .buttons-action .compare.button.product_type_grouped.loading:before, .product_list.grid .block-product-inner .item-info .buttons-action .compare.product_type_external.loading:before, .product_list.grid .block-product-inner .item-info .buttons-action .compare.add_to_cart.loading:before, .product_list.grid .block-product-inner .item-info .buttons-action .compare.add_to_cart_button.loading:before, .product_list.grid .block-product-inner .item-info .buttons-action .button.product_type_variable.loading:before, .product_list.grid .block-product-inner .item-info .buttons-action .button.button.product_type_simple.loading:before, .product_list.grid .block-product-inner .item-info .buttons-action .button.button.product_type_grouped.loading:before, .product_list.grid .block-product-inner .item-info .buttons-action .button.product_type_external.loading:before, .product_list.grid .block-product-inner .item-info .buttons-action .button.add_to_cart.loading:before, .product_list.grid .block-product-inner .item-info .buttons-action .button.add_to_cart_button.loading:before {
  position: absolute;
  background: transparent;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  z-index: 1;
  color: #FFF;
  cursor: wait;
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  -o-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.product_type_variable.added, .product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.added, .product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.added, .product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external.added, .product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart.added, .product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button.added, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.product_type_variable.added, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.button.product_type_simple.added, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.button.product_type_grouped.added, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.product_type_external.added, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.add_to_cart.added, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.add_to_cart_button.added, .product_list.grid .block-product-inner .item-info .buttons-action .compare.product_type_variable.added, .product_list.grid .block-product-inner .item-info .buttons-action .compare.button.product_type_simple.added, .product_list.grid .block-product-inner .item-info .buttons-action .compare.button.product_type_grouped.added, .product_list.grid .block-product-inner .item-info .buttons-action .compare.product_type_external.added, .product_list.grid .block-product-inner .item-info .buttons-action .compare.add_to_cart.added, .product_list.grid .block-product-inner .item-info .buttons-action .compare.add_to_cart_button.added, .product_list.grid .block-product-inner .item-info .buttons-action .button.product_type_variable.added, .product_list.grid .block-product-inner .item-info .buttons-action .button.button.product_type_simple.added, .product_list.grid .block-product-inner .item-info .buttons-action .button.button.product_type_grouped.added, .product_list.grid .block-product-inner .item-info .buttons-action .button.product_type_external.added, .product_list.grid .block-product-inner .item-info .buttons-action .button.add_to_cart.added, .product_list.grid .block-product-inner .item-info .buttons-action .button.add_to_cart_button.added {
  display: none;
}
.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart i, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.added_to_cart i, .product_list.grid .block-product-inner .item-info .buttons-action .compare.added_to_cart i, .product_list.grid .block-product-inner .item-info .buttons-action .button.added_to_cart i {
  display: none;
}
.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart:before, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.added_to_cart:before, .product_list.grid .block-product-inner .item-info .buttons-action .compare.added_to_cart:before, .product_list.grid .block-product-inner .item-info .buttons-action .button.added_to_cart:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart:hover, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.added_to_cart:hover, .product_list.grid .block-product-inner .item-info .buttons-action .compare.added_to_cart:hover, .product_list.grid .block-product-inner .item-info .buttons-action .button.added_to_cart:hover {
  background: #333333;
}
.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart:hover:before, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.added_to_cart:hover:before, .product_list.grid .block-product-inner .item-info .buttons-action .compare.added_to_cart:hover:before, .product_list.grid .block-product-inner .item-info .buttons-action .button.added_to_cart:hover:before {
  color: #FFF;
}
.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.compare:before, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.compare:before, .product_list.grid .block-product-inner .item-info .buttons-action .compare.compare:before, .product_list.grid .block-product-inner .item-info .buttons-action .button.compare:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.yith-wcqv-button:before, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.yith-wcqv-button:before, .product_list.grid .block-product-inner .item-info .buttons-action .compare.yith-wcqv-button:before, .product_list.grid .block-product-inner .item-info .buttons-action .button.yith-wcqv-button:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
@media (max-width: 992px) {
  .product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a.yith-wcqv-button, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart.yith-wcqv-button, .product_list.grid .block-product-inner .item-info .buttons-action .compare.yith-wcqv-button, .product_list.grid .block-product-inner .item-info .buttons-action .button.yith-wcqv-button {
    display: none !important;
  }
}
.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart .blockUI.blockOverlay, .product_list.grid .block-product-inner .item-info .buttons-action .compare .blockUI.blockOverlay, .product_list.grid .block-product-inner .item-info .buttons-action .button .blockUI.blockOverlay {
  position: absolute;
  top: 0px !important;
  left: 0px !important;
  overflow: hidden;
  background: #333333 !important;
  color: #FFF;
  opacity: 1 !important;
  width: 38px !important;
  height: 38px !important;
  line-height: 38px !important;
  cursor: wait;
}
.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay:before, .product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay:after, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart .blockUI.blockOverlay:before, .product_list.grid .block-product-inner .item-info .buttons-action .added_to_cart .blockUI.blockOverlay:after, .product_list.grid .block-product-inner .item-info .buttons-action .compare .blockUI.blockOverlay:before, .product_list.grid .block-product-inner .item-info .buttons-action .compare .blockUI.blockOverlay:after, .product_list.grid .block-product-inner .item-info .buttons-action .button .blockUI.blockOverlay:before, .product_list.grid .block-product-inner .item-info .buttons-action .button .blockUI.blockOverlay:after {
  color: #FFF;
  font-size: 14px;
  cursor: wait;
}
.product_list.grid .block-product-inner .item-info .buttons-action .show {
  display: block !important;
}
.product_list.grid .block-product-inner .item-info .buttons-action .clear {
  display: none !important;
}
.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist {
  position: relative;
  margin: 0 0;
}
.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist .feedback {
  display: none !important;
}
.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
  margin: 0 0;
  width: 38px !important;
  height: 38px !important;
  border: none;
  border-radius: 0px;
  left: 0px !important;
  top: 0px !important;
  overflow: hidden;
  background: #333333;
  opacity: 1;
  cursor: wait;
}
.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist .ajax-loading:before {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 14px;
  background: transparent;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  z-index: 1;
  color: #FFF;
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  -o-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist a:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before, .product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.product_list.grid .block-product-inner .item-info .buttons-action .cart-wrap, .product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist, .product_list.grid .block-product-inner .item-info .buttons-action .compare, .product_list.grid .block-product-inner .item-info .buttons-action .yith-wcqv-button {
  display: block;
}
.product_list.grid .block-product-inner .item-info .buttons-action .cart-wrap:hover a.added {
  background: #55bc75;
  color: #FFF;
}
.product_list.grid .block-product-inner .item-info .buttons-action .cart-wrap:hover a.added:before {
  background: #55bc75;
  color: #FFF;
}
@media (max-width: 991px) {
  .product_list.grid .block-product-inner .item-info .buttons-action .yith-wcqv-button {
    display: none;
  }
}
.product_list.grid .block-product-inner .item-info .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show {
  display: block !important;
}
.product_list.grid .block-product-inner .item-info .buttons-action > * {
  height: 40px;
  width: 40px;
  display: inline-block !important;
  margin: 0 2.5px !important;
}
.product_list.grid .block-product-inner:hover .after-product-image .yith-wcwl-add-to-wishlist {
  opacity: 1;
}
.product_list.grid .block-product-inner:hover .item-info .item-content .star-rating, .product_list.grid .block-product-inner:hover .item-info .item-content .price {
  opacity: 0;
}
.product_list.grid .block-product-inner:hover .item-info .buttons-action {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.product_list.grid > div.clearfix {
  padding: 0;
  margin: 0 0;
  position: static;
  float: none;
  min-height: 0px !important;
}
.before-toolbar-top {
  *zoom: 1;
  margin-bottom: 25px;
}
.before-toolbar-top:before, .before-toolbar-top:after {
  content: " ";
  display: table;
}
.before-toolbar-top:after {
  clear: both;
}
.before-toolbar-top .page-title {
  float: left;
  margin: 0 0;
  text-transform: uppercase;
}
.before-toolbar-top .woocommerce-result-count {
  float: right;
  margin: 5px 0 0;
}
.after-toolbar-top {
  *zoom: 1;
  margin-bottom: 10px;
}
.after-toolbar-top:before, .after-toolbar-top:after {
  content: " ";
  display: table;
}
.after-toolbar-top:after {
  clear: both;
}
.after-toolbar-top .filter-widgets {
  float: left;
}
.after-toolbar-top .filter-widgets .widget {
  *zoom: 1;
  padding: 0 0;
  margin: 0 0 20px;
  position: relative;
  float: left;
}
.after-toolbar-top .filter-widgets .widget:before, .after-toolbar-top .filter-widgets .widget:after {
  content: " ";
  display: table;
}
.after-toolbar-top .filter-widgets .widget:after {
  clear: both;
}
.after-toolbar-top .filter-widgets .widget .widget-title {
  display: inline-block;
  border: 1px solid #eaeaea;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 0 28px 0 15px;
  height: 40px;
  line-height: 38px;
  margin: 0 20px 0 0;
  font-size: 1em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.after-toolbar-top .filter-widgets .widget .widget-title:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  top: 12px;
  right: 10px;
  position: absolute;
}
.after-toolbar-top .filter-widgets .widget > ul, .after-toolbar-top .filter-widgets .widget > div, .after-toolbar-top .filter-widgets .widget > form {
  visibility: hidden;
  opacity: 0;
  width: 280px;
  background: #FFF;
  position: absolute;
  top: 47px;
  z-index: 2;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding: 25px;
  border: 1px solid #55bc75;
  border-radius: 5px;
  margin: 0 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.after-toolbar-top .filter-widgets .widget > ul:after, .after-toolbar-top .filter-widgets .widget > div:after, .after-toolbar-top .filter-widgets .widget > form:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #55bc75 transparent;
  display: block;
  position: absolute;
  left: 20px;
  top: -8px;
}
.after-toolbar-top .filter-widgets .widget:hover .widget-title {
  border-color: #55bc75;
  color: #55bc75;
  background: transparent;
}
.after-toolbar-top .filter-widgets .widget:hover > ul, .after-toolbar-top .filter-widgets .widget:hover > div, .after-toolbar-top .filter-widgets .widget:hover > form {
  visibility: visible;
  opacity: 1;
}
.after-toolbar-top .filter-widgets .widget.active .widget-title, .after-toolbar-top .filter-widgets .widget.yith-woo-ajax-reset-navigation .widget-title {
  border-color: #55bc75;
  color: #55bc75;
  background: transparent;
}
.after-toolbar-top .filter-widgets .widget.active a.button, .after-toolbar-top .filter-widgets .widget.yith-woo-ajax-reset-navigation a.button {
  margin-bottom: 0px;
}
.prdlist-content {
  margin-left: -5px;
}
#sns_woo_list.grid[data-grid="3"] > div.product {
  width: 33.3333%;
}
@media (min-width: 1199px) {
  #sns_woo_list.grid[data-grid="3"] > div.product:nth-of-type(3n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #sns_woo_list.grid[data-grid="3"] > div.product {
    width: 33.3333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #sns_woo_list.grid[data-grid="3"] > div.product {
    width: 33.3333%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #sns_woo_list.grid[data-grid="3"] > div.product {
    width: 50%;
    clear: none;
  }
  #sns_woo_list.grid[data-grid="3"] > div.product:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (max-width: 767px) {
  #sns_woo_list.grid[data-grid="3"] > div.product {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #sns_woo_list.grid[data-grid="3"] > div.product {
    width: 100%;
  }
}
#sns_woo_list.grid[data-grid="4"] > div.product {
  width: 25%;
}
@media (min-width: 1199px) {
  #sns_woo_list.grid[data-grid="4"] > div.product:nth-of-type(4n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #sns_woo_list.grid[data-grid="4"] > div.product {
    width: 33.3333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #sns_woo_list.grid[data-grid="4"] > div.product {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  #sns_woo_list.grid[data-grid="4"] > div.product {
    width: 33.3333%;
  }
}
@media (max-width: 480px) {
  #sns_woo_list.grid[data-grid="4"] > div.product {
    width: 50%;
    clear: none;
  }
  #sns_woo_list.grid[data-grid="4"] > div.product:nth-of-type(2n+1) {
    clear: left;
  }
}
#sns_woo_list.grid[data-grid="5"] > div.product {
  width: 20%;
}
@media (min-width: 1199px) {
  #sns_woo_list.grid[data-grid="5"] > div.product:nth-of-type(5n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #sns_woo_list.grid[data-grid="5"] > div.product {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #sns_woo_list.grid[data-grid="5"] > div.product {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  #sns_woo_list.grid[data-grid="5"] > div.product {
    width: 33.3333%;
  }
}
@media (max-width: 480px) {
  #sns_woo_list.grid[data-grid="5"] > div.product {
    width: 50%;
    clear: none;
  }
  #sns_woo_list.grid[data-grid="5"] > div.product:nth-of-type(2n+1) {
    clear: left;
  }
}
#sns_woo_list.grid[data-grid="6"] > div.product {
  width: 16.6666%;
}
@media (min-width: 1199px) {
  #sns_woo_list.grid[data-grid="6"] > div.product:nth-of-type(6n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #sns_woo_list.grid[data-grid="6"] > div.product {
    width: 33.3333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #sns_woo_list.grid[data-grid="6"] > div.product {
    width: 33.3333%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #sns_woo_list.grid[data-grid="6"] > div.product {
    width: 50%;
    clear: none;
  }
  #sns_woo_list.grid[data-grid="6"] > div.product:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (max-width: 767px) {
  #sns_woo_list.grid[data-grid="6"] > div.product {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #sns_woo_list.grid[data-grid="6"] > div.product {
    width: 100%;
  }
}
#sns_woo_list.grid[data-grid="7"] > div.product {
  width: 14.2857%;
}
@media (min-width: 1199px) {
  #sns_woo_list.grid[data-grid="7"] > div.product:nth-of-type(7n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #sns_woo_list.grid[data-grid="7"] > div.product {
    width: 33.3333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #sns_woo_list.grid[data-grid="7"] > div.product {
    width: 33.3333%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #sns_woo_list.grid[data-grid="7"] > div.product {
    width: 50%;
    clear: none;
  }
  #sns_woo_list.grid[data-grid="7"] > div.product:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (max-width: 767px) {
  #sns_woo_list.grid[data-grid="7"] > div.product {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #sns_woo_list.grid[data-grid="7"] > div.product {
    width: 100%;
  }
}
#sns_woo_list .block-product-inner .item-info .item-content .price {
  font-size: 1.1428em;
}
#sns_woo_list .block-product-inner .item-info .item-content .product-type-variable .price {
  font-size: 1.1428em;
}
.product_list {
  list-style: none;
  padding: 0;
}
.product_list .ajax_block_product {
  position: relative;
}
.product_list .availability span {
  display: inline-block;
  color: #666666;
  font-weight: bold;
  padding: 3px 8px 4px 8px;
  margin-bottom: 20px;
}
.product_list .availability span.available-now {
  background: #55c65e;
  border: 1px solid #36943e;
}
.product_list .availability span.out-of-stock {
  background: #fe9126;
  border: 1px solid #e4752b;
}
.product_list .color-list-container {
  margin-bottom: 12px;
}
.product_list .color-list-container ul li {
  display: inline-block;
  border: 1px solid #eaeaea;
  width: 26px;
  height: 26px;
}
.product_list .color-list-container ul li a {
  display: block;
  width: 22px;
  height: 22px;
  margin: 1px;
}
.product_list .color-list-container ul li a img {
  display: block;
  width: 22px;
  height: 22px;
}
.product_list .comments_note {
  text-align: left;
  overflow: hidden;
}
.product_list .comments_note .star_content {
  float: left;
}
.product_list .comments_note .nb-comments {
  overflow: hidden;
  font-style: italic;
}
.product_list > div.clear {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.product_list.grid .list-view {
  display: none;
}
@media (min-width: 1200px) {
  .product_list.grid > .col-lg-2_4 {
    width: 20%;
  }
}
@media (max-width: 480px) {
  .product_list.grid > .col-phone-6:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .product_list.grid > .col-xs-6:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_list.grid > .col-sm-6:nth-of-type(2n+1) {
    clear: left;
  }
  .product_list.grid > .col-sm-4:nth-of-type(3n+1) {
    clear: left;
  }
  .product_list.grid > .col-sm-3:nth-of-type(4n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product_list.grid > .col-md-4:nth-of-type(3n+1) {
    clear: left;
  }
  .product_list.grid > .col-md-3:nth-of-type(4n+1) {
    clear: left;
  }
}
@media (min-width: 1199px) {
  .product_list.grid > .col-lg-2_4:nth-of-type(5n+1) {
    clear: left;
  }
}
.woo_grid_spacing .product_list.grid {
  border: none;
}
.product_list.grid div.product {
  padding: 0;
  float: left;
  position: relative;
  box-shadow: 0 0 0 1px #eaeaea;
  background: #FFF;
}
.product_list.grid div.product .thumbnails-wrap {
  margin: 20px -6px 0px;
}
.product_list.grid div.product .thumbnails-wrap .thumb-item {
  width: 25%;
  padding: 0 6px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.product_list.grid div.product .thumbnails-wrap .thumb-item .inner {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #eaeaea;
}
.product_list.grid div.product .thumbnails-wrap .thumb-item.active .inner {
  border-color: #55bc75;
  border-width: 2px;
}
.product_list.grid div.product .thumbnails-wrap .thumb-item.active:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #55bc75 transparent;
  position: absolute;
  top: -8px;
  right: 50%;
  margin: 0 -8px;
  -webkit-transition: 0.25s ease-out 0s;
  -o-transition: 0.25s ease-out 0s;
  transition: 0.25s ease-out 0s;
}
@media (max-width: 767px) {
  .product_list.grid div.product .thumbnails-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
  .product_list.grid div.product .thumbnails-wrap .thumb-item {
    padding: 0 3px;
  }
}
.product_list.grid.owl-carousel {
  padding: 1px 2px 2px 6px;
  overflow: hidden;
}
.product_list.grid.owl-carousel.owl-loaded .owl-stage-outer {
  overflow: visible;
}
.product_list.grid.owl-carousel .owl-nav .owl-prev, .product_list.grid.owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #55bc75;
  background: #55bc75;
  text-align: center;
  position: absolute;
  font-size: 0px;
  top: calc(50% - 20px);
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.product_list.grid.owl-carousel .owl-nav .owl-prev:before, .product_list.grid.owl-carousel .owl-nav .owl-next:before {
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.product_list.grid.owl-carousel .owl-nav .owl-prev:hover, .product_list.grid.owl-carousel .owl-nav .owl-next:hover {
  border-color: #333333;
  background-color: #333333;
}
.product_list.grid.owl-carousel .owl-nav .owl-prev:hover:before, .product_list.grid.owl-carousel .owl-nav .owl-next:hover:before {
  color: #fff;
}
.product_list.grid.owl-carousel .owl-nav .owl-prev.disabled, .product_list.grid.owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.6;
  display: inline-block;
}
.product_list.grid.owl-carousel .owl-nav .owl-prev.disabled:hover, .product_list.grid.owl-carousel .owl-nav .owl-next.disabled:hover {
  cursor: not-allowed;
}
.product_list.grid.owl-carousel .owl-nav .owl-prev {
  left: 10px;
}
.product_list.grid.owl-carousel .owl-nav .owl-prev:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.product_list.grid.owl-carousel .owl-nav .owl-next {
  right: 10px;
  left: auto;
}
.product_list.grid.owl-carousel .owl-nav .owl-next:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.product_list.grid.owl-carousel .owl-nav {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  visibility: none;
  opacity: 0;
}
.product_list.grid.owl-carousel .owl-nav .owl-prev {
  left: 14px;
}
.product_list.grid.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: 10px;
}
.product_list.grid.owl-carousel:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.product_list.grid .owl-item .product {
  width: 100%;
}
.product_list.grid .owl-item:not(.active) .product {
  box-shadow: none;
  opacity: 0.2;
  visibility: hidden;
}
.product_list.grid .owl-item.active .product {
  box-shadow: 0 0 0 1px #eaeaea;
  opacity: 1;
  visibility: visible;
}
.product_list.grid .owl-item.active .product .block-product-inner .item-img a.product-image {
  background: #fff;
}
.product_list.list {
  margin: 0;
  border-right: none;
}
.product_list.list .grid-view {
  display: none;
}
.product_list.list > div.product {
  width: 100%;
}
.product_list.list > div.product:after {
  display: none;
}
.product_list.list > div.product .product-inner {
  border: 1px solid #eaeaea;
  border-top: none;
  padding: 0;
  position: relative;
}
.product_list.list > div.product:first-child .product-inner {
  border-top: 1px solid #eaeaea;
}
.product_list.list > div.product .item-img {
  display: table-cell;
  vertical-align: top;
  float: left;
  margin: 0 10px 0 0;
  max-width: 235px;
  position: relative;
}
.product_list.list > div.product .item-img img {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.product_list.list > div.product .item-img .onsale {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  width: 35px;
  text-align: center;
  background: #fe5d5d;
  padding: 0 5px;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .product_list.list > div.product .item-img {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .product_list.list > div.product .item-img {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
.product_list.list > div.product .item-img .clear {
  display: none !important;
}
.product_list.list > div.product .item-img .yith-wcwl-add-to-wishlist {
  overflow: hidden;
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0 0;
  height: 20px;
  width: 20px;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.product_list.list > div.product .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show {
  display: block !important;
}
.product_list.list > div.product .item-img .yith-wcwl-add-to-wishlist .feedback {
  display: none !important;
}
.product_list.list > div.product .item-img .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
  margin: 0 0;
  width: 20px !important;
  height: 20px !important;
  border: none;
  border-radius: 0px;
  left: 0px !important;
  top: 0px !important;
  overflow: hidden;
  background: #55bc75;
  opacity: 1;
  cursor: wait;
}
.product_list.list > div.product .item-img .yith-wcwl-add-to-wishlist .ajax-loading:before {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  background: transparent;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  z-index: 1;
  color: #FFF;
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  -o-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.product_list.list > div.product .item-img .yith-wcwl-add-to-wishlist a:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #666666;
}
.product_list.list > div.product .item-img .yith-wcwl-add-to-wishlist a:hover:before {
  color: #55bc75;
}
.product_list.list > div.product .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse, .product_list.list > div.product .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  height: 20px;
  width: 20px;
}
.product_list.list > div.product .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before, .product_list.list > div.product .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #55bc75;
}
.product_list.list > div.product .product-shop {
  display: block;
  padding: 0 10px 0 0;
  *zoom: 1;
}
.product_list.list > div.product .product-shop:before, .product_list.list > div.product .product-shop:after {
  content: " ";
  display: table;
}
.product_list.list > div.product .product-shop:after {
  clear: both;
}
@media (max-width: 767px) {
  .product_list.list > div.product .product-shop {
    padding: 10px 20px;
  }
}
.product_list.list > div.product .product-shop .item-title {
  padding: 0 0;
  margin: 30px 0 18px;
  font-weight: inherit;
  font-size: 1.1428em;
  line-height: 1.1;
}
.product_list.list > div.product .product-shop .woocommerce-product-details__short-description {
  display: block;
}
.product_list.list > div.product .product-shop .woocommerce-product-details__short-description p {
  margin-bottom: 10px;
}
.product_list.list > div.product .product-shop .woocommerce-product-details__short-description ol, .product_list.list > div.product .product-shop .woocommerce-product-details__short-description ul {
  margin-bottom: 10px;
  position: relative;
  left: 13px;
}
.product_list.list > div.product .product-shop .star-rating {
  margin: 0 0 15px;
  float: none;
  display: block;
}
.product_list.list > div.product .product-shop .price {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 1.1428em;
}
.product_list.list > div.product .product-shop .product-type-variable .price {
  font-size: 1.1428em;
}
.product_list.list > div.product .product-shop .prd-buttons {
  padding: 8px 0 30px;
  *zoom: 1;
}
.product_list.list > div.product .product-shop .prd-buttons:before, .product_list.list > div.product .product-shop .prd-buttons:after {
  content: " ";
  display: table;
}
.product_list.list > div.product .product-shop .prd-buttons:after {
  clear: both;
}
.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart, .product_list.list > div.product .product-shop .prd-buttons .compare, .product_list.list > div.product .product-shop .prd-buttons .button {
  font-size: 0px !important;
  padding: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 100%;
  display: block;
  vertical-align: top;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
  background-color: #55bc75;
  border: 1px solid #55bc75;
}
.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a:before, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart:before, .product_list.list > div.product .product-shop .prd-buttons .compare:before, .product_list.list > div.product .product-shop .prd-buttons .button:before {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 14px;
  color: #FFF;
  background-color: transparent;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a:hover, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart:hover, .product_list.list > div.product .product-shop .prd-buttons .compare:hover, .product_list.list > div.product .product-shop .prd-buttons .button:hover {
  border-color: #333333;
  background: #333333;
}
.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a:hover:before, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart:hover:before, .product_list.list > div.product .product-shop .prd-buttons .compare:hover:before, .product_list.list > div.product .product-shop .prd-buttons .button:hover:before {
  color: #FFF;
}
.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.product_type_variable:before, .product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.button.product_type_simple:before, .product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.button.product_type_grouped:before, .product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.product_type_external:before, .product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.add_to_cart:before, .product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.add_to_cart_button:before, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.product_type_variable:before, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.button.product_type_simple:before, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.button.product_type_grouped:before, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.product_type_external:before, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.add_to_cart:before, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.add_to_cart_button:before, .product_list.list > div.product .product-shop .prd-buttons .compare.product_type_variable:before, .product_list.list > div.product .product-shop .prd-buttons .compare.button.product_type_simple:before, .product_list.list > div.product .product-shop .prd-buttons .compare.button.product_type_grouped:before, .product_list.list > div.product .product-shop .prd-buttons .compare.product_type_external:before, .product_list.list > div.product .product-shop .prd-buttons .compare.add_to_cart:before, .product_list.list > div.product .product-shop .prd-buttons .compare.add_to_cart_button:before, .product_list.list > div.product .product-shop .prd-buttons .button.product_type_variable:before, .product_list.list > div.product .product-shop .prd-buttons .button.button.product_type_simple:before, .product_list.list > div.product .product-shop .prd-buttons .button.button.product_type_grouped:before, .product_list.list > div.product .product-shop .prd-buttons .button.product_type_external:before, .product_list.list > div.product .product-shop .prd-buttons .button.add_to_cart:before, .product_list.list > div.product .product-shop .prd-buttons .button.add_to_cart_button:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.product_type_variable.loading, .product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading, .product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading, .product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.product_type_external.loading, .product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.add_to_cart.loading, .product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.add_to_cart_button.loading, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.product_type_variable.loading, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.button.product_type_simple.loading, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.button.product_type_grouped.loading, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.product_type_external.loading, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.add_to_cart.loading, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.add_to_cart_button.loading, .product_list.list > div.product .product-shop .prd-buttons .compare.product_type_variable.loading, .product_list.list > div.product .product-shop .prd-buttons .compare.button.product_type_simple.loading, .product_list.list > div.product .product-shop .prd-buttons .compare.button.product_type_grouped.loading, .product_list.list > div.product .product-shop .prd-buttons .compare.product_type_external.loading, .product_list.list > div.product .product-shop .prd-buttons .compare.add_to_cart.loading, .product_list.list > div.product .product-shop .prd-buttons .compare.add_to_cart_button.loading, .product_list.list > div.product .product-shop .prd-buttons .button.product_type_variable.loading, .product_list.list > div.product .product-shop .prd-buttons .button.button.product_type_simple.loading, .product_list.list > div.product .product-shop .prd-buttons .button.button.product_type_grouped.loading, .product_list.list > div.product .product-shop .prd-buttons .button.product_type_external.loading, .product_list.list > div.product .product-shop .prd-buttons .button.add_to_cart.loading, .product_list.list > div.product .product-shop .prd-buttons .button.add_to_cart_button.loading {
  background: #333333;
  border-color: #333333;
}
.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.product_type_variable.loading:before, .product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading:before, .product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading:before, .product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.product_type_external.loading:before, .product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.add_to_cart.loading:before, .product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.add_to_cart_button.loading:before, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.product_type_variable.loading:before, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.button.product_type_simple.loading:before, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.button.product_type_grouped.loading:before, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.product_type_external.loading:before, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.add_to_cart.loading:before, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.add_to_cart_button.loading:before, .product_list.list > div.product .product-shop .prd-buttons .compare.product_type_variable.loading:before, .product_list.list > div.product .product-shop .prd-buttons .compare.button.product_type_simple.loading:before, .product_list.list > div.product .product-shop .prd-buttons .compare.button.product_type_grouped.loading:before, .product_list.list > div.product .product-shop .prd-buttons .compare.product_type_external.loading:before, .product_list.list > div.product .product-shop .prd-buttons .compare.add_to_cart.loading:before, .product_list.list > div.product .product-shop .prd-buttons .compare.add_to_cart_button.loading:before, .product_list.list > div.product .product-shop .prd-buttons .button.product_type_variable.loading:before, .product_list.list > div.product .product-shop .prd-buttons .button.button.product_type_simple.loading:before, .product_list.list > div.product .product-shop .prd-buttons .button.button.product_type_grouped.loading:before, .product_list.list > div.product .product-shop .prd-buttons .button.product_type_external.loading:before, .product_list.list > div.product .product-shop .prd-buttons .button.add_to_cart.loading:before, .product_list.list > div.product .product-shop .prd-buttons .button.add_to_cart_button.loading:before {
  position: absolute;
  background: transparent;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  z-index: 1;
  color: #FFF;
  cursor: wait;
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  -o-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.product_type_variable.added, .product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.button.product_type_simple.added, .product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.button.product_type_grouped.added, .product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.product_type_external.added, .product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.add_to_cart.added, .product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.add_to_cart_button.added, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.product_type_variable.added, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.button.product_type_simple.added, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.button.product_type_grouped.added, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.product_type_external.added, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.add_to_cart.added, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.add_to_cart_button.added, .product_list.list > div.product .product-shop .prd-buttons .compare.product_type_variable.added, .product_list.list > div.product .product-shop .prd-buttons .compare.button.product_type_simple.added, .product_list.list > div.product .product-shop .prd-buttons .compare.button.product_type_grouped.added, .product_list.list > div.product .product-shop .prd-buttons .compare.product_type_external.added, .product_list.list > div.product .product-shop .prd-buttons .compare.add_to_cart.added, .product_list.list > div.product .product-shop .prd-buttons .compare.add_to_cart_button.added, .product_list.list > div.product .product-shop .prd-buttons .button.product_type_variable.added, .product_list.list > div.product .product-shop .prd-buttons .button.button.product_type_simple.added, .product_list.list > div.product .product-shop .prd-buttons .button.button.product_type_grouped.added, .product_list.list > div.product .product-shop .prd-buttons .button.product_type_external.added, .product_list.list > div.product .product-shop .prd-buttons .button.add_to_cart.added, .product_list.list > div.product .product-shop .prd-buttons .button.add_to_cart_button.added {
  display: none;
}
.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.added_to_cart i, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.added_to_cart i, .product_list.list > div.product .product-shop .prd-buttons .compare.added_to_cart i, .product_list.list > div.product .product-shop .prd-buttons .button.added_to_cart i {
  display: none;
}
.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.added_to_cart:before, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.added_to_cart:before, .product_list.list > div.product .product-shop .prd-buttons .compare.added_to_cart:before, .product_list.list > div.product .product-shop .prd-buttons .button.added_to_cart:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.added_to_cart:hover, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.added_to_cart:hover, .product_list.list > div.product .product-shop .prd-buttons .compare.added_to_cart:hover, .product_list.list > div.product .product-shop .prd-buttons .button.added_to_cart:hover {
  background: #333333;
}
.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.added_to_cart:hover:before, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.added_to_cart:hover:before, .product_list.list > div.product .product-shop .prd-buttons .compare.added_to_cart:hover:before, .product_list.list > div.product .product-shop .prd-buttons .button.added_to_cart:hover:before {
  color: #FFF;
}
.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.compare:before, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.compare:before, .product_list.list > div.product .product-shop .prd-buttons .compare.compare:before, .product_list.list > div.product .product-shop .prd-buttons .button.compare:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.yith-wcqv-button:before, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.yith-wcqv-button:before, .product_list.list > div.product .product-shop .prd-buttons .compare.yith-wcqv-button:before, .product_list.list > div.product .product-shop .prd-buttons .button.yith-wcqv-button:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
@media (max-width: 992px) {
  .product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a.yith-wcqv-button, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart.yith-wcqv-button, .product_list.list > div.product .product-shop .prd-buttons .compare.yith-wcqv-button, .product_list.list > div.product .product-shop .prd-buttons .button.yith-wcqv-button {
    display: none !important;
  }
}
.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart .blockUI.blockOverlay, .product_list.list > div.product .product-shop .prd-buttons .compare .blockUI.blockOverlay, .product_list.list > div.product .product-shop .prd-buttons .button .blockUI.blockOverlay {
  position: absolute;
  top: 0px !important;
  left: 0px !important;
  overflow: hidden;
  background: #333333 !important;
  color: #FFF;
  opacity: 1 !important;
  width: 38px !important;
  height: 38px !important;
  line-height: 38px !important;
  cursor: wait;
}
.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay:before, .product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay:after, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart .blockUI.blockOverlay:before, .product_list.list > div.product .product-shop .prd-buttons .added_to_cart .blockUI.blockOverlay:after, .product_list.list > div.product .product-shop .prd-buttons .compare .blockUI.blockOverlay:before, .product_list.list > div.product .product-shop .prd-buttons .compare .blockUI.blockOverlay:after, .product_list.list > div.product .product-shop .prd-buttons .button .blockUI.blockOverlay:before, .product_list.list > div.product .product-shop .prd-buttons .button .blockUI.blockOverlay:after {
  color: #FFF;
  font-size: 14px;
  cursor: wait;
}
.product_list.list > div.product .product-shop .prd-buttons .show {
  display: block !important;
}
.product_list.list > div.product .product-shop .prd-buttons .clear {
  display: none !important;
}
.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist {
  position: relative;
  margin: 0 0;
}
.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist .feedback {
  display: none !important;
}
.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
  margin: 0 0;
  width: 38px !important;
  height: 38px !important;
  border: none;
  border-radius: 0px;
  left: 0px !important;
  top: 0px !important;
  overflow: hidden;
  background: #333333;
  opacity: 1;
  cursor: wait;
}
.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist .ajax-loading:before {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 14px;
  background: transparent;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  z-index: 1;
  color: #FFF;
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  -o-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist a:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before, .product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.product_list.list > div.product .product-shop .prd-buttons .cart-wrap, .product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist, .product_list.list > div.product .product-shop .prd-buttons .compare, .product_list.list > div.product .product-shop .prd-buttons .yith-wcqv-button {
  display: block;
}
.product_list.list > div.product .product-shop .prd-buttons .cart-wrap:hover a.added {
  background: #55bc75;
  color: #FFF;
}
.product_list.list > div.product .product-shop .prd-buttons .cart-wrap:hover a.added:before {
  background: #55bc75;
  color: #FFF;
}
@media (max-width: 992px) {
  .product_list.list > div.product .product-shop .prd-buttons .yith-wcqv-button {
    display: none !important;
  }
}
.product_list.list > div.product .product-shop .prd-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show {
  display: block !important;
}
.product_list.list > div.product .product-shop .prd-buttons > * {
  height: 40px;
  width: 40px;
  display: inline-block !important;
  margin-left: 10px !important;
  float: left;
}
.product_list.list > div.product .product-shop .prd-buttons > *:first-child {
  margin-left: 0px !important;
}
.product_list.list > div.product:hover .item-img .yith-wcwl-add-to-wishlist {
  opacity: 1;
}
.horizontal-filter {
  *zoom: 1;
  border: 1px solid #eaeaea;
  border-top: none;
  padding: 30px 15px 0;
  display: none;
}
.horizontal-filter:before, .horizontal-filter:after {
  content: " ";
  display: table;
}
.horizontal-filter:after {
  clear: both;
}
.horizontal-filter .widget {
  border: none;
  padding: 0 15px;
  margin-bottom: 25px;
}
/***************************************************
	scss file: /assets/scss/theme/_product.scss
		+ Style for product in product page
****************************************************/
body.single-product #sns_content > .container {
  width: 100% !important;
  padding: 0 0;
}
body.single-product #sns_content > .container > .row {
  margin-right: 0px;
  margin-left: 0px;
}
body.single-product #sns_content > .container > .row .sns-main.col-md-12 {
  padding-right: 0px;
  padding-left: 0px;
}
body.product-bg-box-1 #sns_breadcrumbs {
  background: #f5f5f5;
}
body.product-bg-box-1 .second_block {
  padding: 50px 0 70px;
  background: #f5f5f5;
}
body.product-bg-box-1 .product-main-content {
  padding: 70px 0;
  background: #fff;
}
body.product-bg-box-1 .product-bottom {
  margin-bottom: 20px;
}
body.product-bg-box-2 .second_block {
  padding: 50px 0 70px;
  background: #fff;
}
body.product-bg-box-2 .product-main-content {
  padding: 70px 0;
  margin-bottom: 70px;
  background: #f5f5f5;
}
body.product-bg-box-2 .product-bottom {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .woocommerce .entry-img {
    padding-bottom: 30px;
  }
}
.woocommerce .entry-img .images {
  position: relative;
  border: 1px solid transparent;
  overflow: hidden;
}
.woocommerce .entry-img .images.loaded {
  border-color: #eaeaea;
}
.woocommerce .entry-img .images .img {
  padding: 0 0;
  background: #FFF;
}
.woocommerce .entry-img .images .popup-image {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  cursor: pointer;
  background: #FFF;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  height: 40px;
  width: 40px;
}
.woocommerce .entry-img .images .popup-image:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  position: absolute;
  font-size: 20px;
  color: #666666;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.woocommerce .entry-img .images .popup-image:hover {
  border-color: #55bc75;
  background-color: #55bc75;
}
.woocommerce .entry-img .images .popup-image:hover:before {
  color: #FFF;
}
.woocommerce .entry-img .images .popup-video {
  position: absolute;
  right: 70px;
  bottom: 20px;
  z-index: 1;
  cursor: pointer;
  background: #FFF;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  height: 40px;
  width: 40px;
}
.woocommerce .entry-img .images .popup-video:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  position: absolute;
  font-size: 20px;
  color: #666666;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.woocommerce .entry-img .images .popup-video:hover {
  border-color: #55bc75;
  background-color: #55bc75;
}
.woocommerce .entry-img .images .popup-video:hover:before {
  color: #FFF;
}
.woocommerce .entry-img .thumbnails {
  margin: 20px 95px 0;
}
.woocommerce .entry-img .thumbnails .img {
  position: relative;
  cursor: pointer;
  padding: 0 0;
  border: 1px solid #eaeaea;
  background: #FFF;
  margin: 0 7.5px;
  overflow: hidden;
}
.woocommerce .entry-img .thumbnails .img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(85, 188, 117, 0.05);
  opacity: 0;
}
.woocommerce .entry-img .thumbnails .img img {
  max-width: 100%;
}
.woocommerce .entry-img .thumbnails .selected .img {
  border-color: #55bc75;
}
.woocommerce .entry-img .thumbnails .selected .img:before {
  opacity: 1;
}
.woocommerce .entry-img .thumbnails .owl-nav .owl-next, .woocommerce .entry-img .thumbnails .owl-nav .owl-prev {
  position: absolute;
  overflow: hidden;
  font-size: 0px;
  text-align: center;
  height: 40px;
  width: 40px;
  background: #55bc75;
  border: 1px solid #55bc75;
  border-radius: 100%;
  left: -45px;
  top: 50%;
  margin: -20px 0 0;
  text-align: left;
  -webkit-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.woocommerce .entry-img .thumbnails .owl-nav .owl-next:before, .woocommerce .entry-img .thumbnails .owl-nav .owl-prev:before {
  font-size: 14px;
  color: #FFF;
}
.woocommerce .entry-img .thumbnails .owl-nav .owl-next:hover, .woocommerce .entry-img .thumbnails .owl-nav .owl-prev:hover {
  border-color: #333333;
  background-color: #333333;
}
.woocommerce .entry-img .thumbnails .owl-nav .owl-next:hover:before, .woocommerce .entry-img .thumbnails .owl-nav .owl-prev:hover:before {
  color: #FFF;
}
.woocommerce .entry-img .thumbnails .owl-nav .owl-next {
  left: auto;
  right: -45px;
  text-align: right;
}
.woocommerce .entry-img .thumbnails .owl-nav .owl-next:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.woocommerce .entry-img .thumbnails .owl-nav .owl-prev:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
@media (max-width: 1199px) {
  .woocommerce .entry-img .thumbnails {
    margin: 20px 60px 0;
  }
  .woocommerce .entry-img .thumbnails .img {
    margin: 0 5px;
  }
}
@media (max-width: 992px) {
  .woocommerce .entry-img .thumbnails {
    margin: 20px 15px 0;
  }
  .woocommerce .entry-img .thumbnails .img {
    margin: 0 5px;
  }
  .woocommerce .entry-img .thumbnails .owl-nav .owl-next {
    left: auto;
    right: 10px;
  }
  .woocommerce .entry-img .thumbnails .owl-nav .owl-prev {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .woocommerce .entry-img .thumbnails {
    margin: 20px -5px 0;
  }
}
.woocommerce .product.type-product.product-type-grouped .entry-summary .compare, .woocommerce .product.type-product.product-type-grouped .entry-summary .yith-wcwl-add-to-wishlist, .woocommerce .product.type-product.product-type-variable .entry-summary .compare, .woocommerce .product.type-product.product-type-variable .entry-summary .yith-wcwl-add-to-wishlist {
  opacity: 0;
}
.woocommerce .product.type-product.product-type-grouped .entry-summary form.cart, .woocommerce .product.type-product.product-type-variable .entry-summary form.cart {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 35px;
  float: none;
}
.woocommerce .product.type-product.product-type-grouped .entry-summary form.cart .compare, .woocommerce .product.type-product.product-type-grouped .entry-summary form.cart .yith-wcwl-add-to-wishlist, .woocommerce .product.type-product.product-type-variable .entry-summary form.cart .compare, .woocommerce .product.type-product.product-type-variable .entry-summary form.cart .yith-wcwl-add-to-wishlist {
  opacity: 1;
  margin: 0 10px 0 0;
}
.woocommerce .product.type-product.product-type-grouped .entry-summary .stock, .woocommerce .product.type-product.product-type-variable .entry-summary .stock {
  margin: 5px 0 10px;
}
.woocommerce .product.type-product.product-type-grouped .woocommerce-product-details__short-description {
  border: none;
}
.woocommerce .product.type-product.product-type-grouped form.cart table {
  margin-bottom: 35px;
}
.woocommerce .product.type-product.product-type-grouped .entry-summary .stock {
  margin: 5px 0 0;
  font-size: 0.7857em !important;
}
.woocommerce .variations-product-wrap {
  margin: 5px 0 0;
}
.woocommerce .variations-product-wrap .variable-item {
  display: inline-block;
}
.woocommerce .variations-product-wrap .variable-item .option {
  display: inline-block;
  cursor: pointer;
  float: left;
}
.woocommerce .variations-product-wrap .variable-item .option:first-child {
  margin-left: 0;
}
.woocommerce .variations-product-wrap .variable-item .option span {
  display: block;
}
.woocommerce .variations-product-wrap .variable-item .option.color {
  margin: 0 1px;
  padding: 3px;
  border: 1px solid transparent;
  float: left;
}
.woocommerce .variations-product-wrap .variable-item .option.color span {
  width: 12px;
  height: 12px;
}
.woocommerce .variations-product-wrap .variable-item .option.color:hover, .woocommerce .variations-product-wrap .variable-item .option.color.active {
  border: 1px solid #6a6a6a;
}
.woocommerce .variations-product-wrap .variable-item .option:hover, .woocommerce .variations-product-wrap .variable-item .option.active {
  border-color: #6a6a6a;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link {
  color: #999;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link:hover {
  color: #55bc75;
}
.woocommerce .entry-img {
  position: relative;
}
.woocommerce .entry-img .onsale {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1;
  color: #FFF;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  background: #fe5d5d;
  padding: 0 15px;
  border-radius: 15px;
}
.woocommerce .entry-img .onsale {
  position: absolute;
  top: 20px;
  right: 35px;
  left: auto;
  z-index: 2;
}
.woocommerce .entry-summary .product_title {
  font-size: 2em;
  margin-bottom: 25px;
  color: #333333;
  line-height: 1.1;
}
.woocommerce .entry-summary p.price {
  margin: 0 0 25px;
  padding: 0 0;
  display: block;
  line-height: 1;
  font-size: 1.7142em;
}
.woocommerce .entry-summary .woocommerce-product-rating {
  margin: 0 0 15px;
}
.woocommerce .entry-summary .woocommerce-product-rating .star-rating {
  margin: 0 8px 0 0;
  position: relative !important;
}
.woocommerce .entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 25px;
}
.woocommerce .entry-summary .woocommerce-product-details__short-description p {
  margin-bottom: 10px;
}
.woocommerce .entry-summary .woocommerce-product-details__short-description ol, .woocommerce .entry-summary .woocommerce-product-details__short-description ul {
  margin-bottom: 10px;
  padding-left: 15px;
}
.woocommerce .entry-summary .time-count-down {
  margin: 30px 0 20px;
}
.woocommerce .entry-summary .time-count-down .offer-label {
  display: block;
  font-size: 1.1428em;
  color: #333333;
  margin: 0 0 5px;
}
.woocommerce .entry-summary .time-count-down .clock-digi {
  overflow: hidden;
  display: block;
}
.woocommerce .entry-summary .time-count-down .clock-digi > div {
  display: inline-block;
  float: left;
  padding: 0;
  margin-left: 20px;
  text-align: center;
  position: relative;
  line-height: 1.3;
}
.woocommerce .entry-summary .time-count-down .clock-digi > div > div {
  display: block;
  padding: 5px 15px;
  border-radius: 5px;
  background: #eaeaea;
  color: #333333;
  font-size: 2em;
  text-transform: none;
}
@media (max-width: 767px) {
  .woocommerce .entry-summary .time-count-down .clock-digi > div > div {
    font-size: 1.1428em;
    padding: 3px 10px;
  }
}
.woocommerce .entry-summary .time-count-down .clock-digi > div > div:before {
  position: absolute;
  content: ":";
  left: -14px;
  top: 4px;
  font-size: 1em;
}
.woocommerce .entry-summary .time-count-down .clock-digi > div:first-child {
  margin-left: 0px;
}
.woocommerce .entry-summary .time-count-down .clock-digi > div:first-child > div:before {
  display: none;
}
.woocommerce .entry-summary .stock {
  font-size: 1em !important;
  margin-bottom: 10px;
  position: relative;
  color: #21be02 !important;
  padding-left: 5px;
}
.woocommerce .entry-summary .stock:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: "14px";
  height: "14px";
  text-align: center;
  line-height: "14px";
  position: relative;
  left: -5px;
}
.woocommerce .entry-summary .stock.out-of-stock {
  color: #FDC240 !important;
}
.woocommerce .entry-summary .stock.out-of-stock:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: "14px";
  height: "14px";
  text-align: center;
  line-height: "14px";
}
.woocommerce .entry-summary .cart {
  margin: 0 0 10px;
  padding: 0;
  float: left;
}
@media (max-width: 992px) {
  .woocommerce .entry-summary .cart {
    float: none;
  }
}
.woocommerce .entry-summary .cart .reset_variations {
  margin: 0 0 0 15px;
}
.woocommerce .entry-summary .cart label {
  float: left;
  margin: 0 10px 0 0;
  color: #666666;
  line-height: 42px;
}
.woocommerce .entry-summary .cart label a {
  font-size: 1em;
  width: 100%;
}
.woocommerce .entry-summary .cart .quantity {
  margin-right: 10px;
  float: left;
  border: 1px solid #eaeaea;
  background: #FFF;
  border-radius: 0;
  padding: 0 0;
}
.woocommerce .entry-summary .cart .quantity label.screen-reader-text {
  color: #333333;
  line-height: 44px;
  display: none;
}
.woocommerce .entry-summary .cart .quantity .qty {
  border: none;
  padding: 11px 10px;
  height: 44px;
  min-width: 70px;
}
.woocommerce .entry-summary .cart .single_add_to_cart_button {
  position: relative;
  border: none;
  width: auto;
  background: #55bc75;
  color: #FFF;
  border-radius: 44px;
  margin: 0 10px 0 0;
  padding: 0px 25px;
  height: 44px;
  line-height: 44px;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}
.woocommerce .entry-summary .cart .single_add_to_cart_button:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  text-indent: -8px;
}
.woocommerce .entry-summary .cart .single_add_to_cart_button:hover {
  background-color: #333333;
}
.woocommerce .entry-summary .cart .added_to_cart {
  display: none !important;
}
.woocommerce .entry-summary .cart .show {
  display: inline-block !important;
}
@media (max-width: 992px) {
  .woocommerce .entry-summary .cart .single_variation_wrap {
    *zoom: 1;
  }
  .woocommerce .entry-summary .cart .single_variation_wrap:before, .woocommerce .entry-summary .cart .single_variation_wrap:after {
    content: " ";
    display: table;
  }
  .woocommerce .entry-summary .cart .single_variation_wrap:after {
    clear: both;
  }
}
.woocommerce .entry-summary .cart .single_variation_wrap .single_variation {
  margin: 0 0 15px;
}
.woocommerce .entry-summary .cart .single_variation_wrap .single_variation .price {
  padding: 0 0;
  margin: 0 0;
  border: none;
  line-height: 1;
  font-size: 1.7142em;
}
@media (max-width: 992px) {
  .woocommerce .entry-summary .cart .quantity, .woocommerce .entry-summary .cart .single_add_to_cart_button {
    margin-bottom: 15px;
  }
}
.woocommerce .entry-summary .compare {
  display: inline-block;
  font-size: 0px;
  padding: 0;
  width: 44px !important;
  height: 44px !important;
  border: 1px solid #eaeaea;
  border-radius: 44px;
  position: relative;
  vertical-align: top;
  background: #FFF;
}
.woocommerce .entry-summary .compare:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  color: #666666;
  background-color: transparent;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.woocommerce .entry-summary .compare .blockUI.blockOverlay {
  opacity: 1 !important;
  background: transparent !important;
}
.woocommerce .entry-summary .compare .blockUI.blockOverlay:before {
  width: 26px;
  height: 26px;
  line-height: 26px;
  left: 8px;
  top: 50%;
  margin-top: -13px;
  background: #FFF;
  color: #333333;
  position: absolute;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.woocommerce .entry-summary .compare:hover {
  border-color: #55bc75;
  background-color: #55bc75;
  color: #FFF;
}
.woocommerce .entry-summary .compare:hover a {
  color: #FFF;
}
.woocommerce .entry-summary .compare:hover:before {
  color: #FFF;
}
.woocommerce .entry-summary .compare:hover .blockUI.blockOverlay:before {
  background: #55bc75 !important;
  color: #FFF;
}
.woocommerce .entry-summary .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  float: left;
  height: 44px;
}
.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  height: 44px;
}
.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .feedback {
  display: none !important;
}
.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .ajax-loading {
  background: #FFF;
  opacity: 1;
  cursor: wait;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 44px !important;
  height: 44px !important;
  border: 1px solid #eaeaea;
  border-radius: 44px;
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0 0;
}
.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .ajax-loading:before {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  background: transparent;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  z-index: 1;
  color: #333333;
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  -o-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.woocommerce .entry-summary .yith-wcwl-add-to-wishlist a {
  display: inline-block;
  font-size: 0px;
  padding: 0;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  border: 1px solid #eaeaea;
  border-radius: 44px;
  position: relative;
  vertical-align: top;
  background: #FFF;
}
.woocommerce .entry-summary .yith-wcwl-add-to-wishlist a:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  line-height: inherit;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  color: #666666;
  background-color: transparent;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.woocommerce .entry-summary .yith-wcwl-add-to-wishlist:hover .ajax-loading {
  background: #55bc75;
  border-color: #55bc75;
}
.woocommerce .entry-summary .yith-wcwl-add-to-wishlist:hover .ajax-loading:before {
  color: #FFF;
}
.woocommerce .entry-summary .yith-wcwl-add-to-wishlist:hover a {
  border-color: #55bc75;
  background-color: #55bc75;
  color: #FFF;
}
.woocommerce .entry-summary .yith-wcwl-add-to-wishlist:hover a a {
  color: #FFF;
}
.woocommerce .entry-summary .yith-wcwl-add-to-wishlist:hover a:before {
  color: #FFF;
}
.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before, .woocommerce .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
}
.woocommerce .entry-summary .yith-wcwl-add-to-wishlist + .clear {
  display: none !important;
}
.woocommerce .entry-summary .show {
  display: inline-block !important;
}
.woocommerce .entry-summary .product_meta {
  *zoom: 1;
  padding: 25px 0 0;
  margin: 25px 0 0;
  border-top: 1px solid #eaeaea;
}
.woocommerce .entry-summary .product_meta:before, .woocommerce .entry-summary .product_meta:after {
  content: " ";
  display: table;
}
.woocommerce .entry-summary .product_meta:after {
  clear: both;
}
.woocommerce .entry-summary .product_meta .sku_wrapper, .woocommerce .entry-summary .product_meta .tagged_as, .woocommerce .entry-summary .product_meta .posted_in {
  *zoom: 1;
  color: #333333;
  font-weight: bold;
  display: block;
}
.woocommerce .entry-summary .product_meta .sku_wrapper:before, .woocommerce .entry-summary .product_meta .sku_wrapper:after, .woocommerce .entry-summary .product_meta .tagged_as:before, .woocommerce .entry-summary .product_meta .tagged_as:after, .woocommerce .entry-summary .product_meta .posted_in:before, .woocommerce .entry-summary .product_meta .posted_in:after {
  content: " ";
  display: table;
}
.woocommerce .entry-summary .product_meta .sku_wrapper:after, .woocommerce .entry-summary .product_meta .tagged_as:after, .woocommerce .entry-summary .product_meta .posted_in:after {
  clear: both;
}
.woocommerce .entry-summary .product_meta .sku_wrapper > *, .woocommerce .entry-summary .product_meta .tagged_as > *, .woocommerce .entry-summary .product_meta .posted_in > * {
  color: #666666;
  font-weight: 500;
}
.woocommerce .entry-summary .product_meta .sku_wrapper a, .woocommerce .entry-summary .product_meta .tagged_as a, .woocommerce .entry-summary .product_meta .posted_in a {
  color: #333333;
}
.woocommerce .entry-summary .product_meta .sku_wrapper a:hover, .woocommerce .entry-summary .product_meta .tagged_as a:hover, .woocommerce .entry-summary .product_meta .posted_in a:hover {
  color: #55bc75;
}
.woocommerce .entry-summary .post-share-block {
  margin-top: 25px;
}
.woocommerce .entry-summary .widget .widget-title {
  font-size: 180%;
}
.woocommerce #cboxOverlay {
  background: rgba(0, 0, 0, 0.4) !important;
}
.woocommerce #yith-quick-view-modal .yith-wcqv-main {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.3);
}
.woocommerce #yith-quick-view-modal .yith-wcqv-main #yith-quick-view-close {
  top: 10px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  border: 1px solid #666666;
  color: #666666;
  overflow: hidden;
  background-color: #FFF;
  padding: 0 0;
  opacity: 1;
}
.woocommerce #yith-quick-view-modal .yith-wcqv-main #yith-quick-view-close:hover {
  color: #55bc75;
  border-color: #55bc75;
}
.woocommerce #yith-quick-view-modal .yith-wcqv-main #yith-quick-view-close:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  height: 100%;
  width: 100%;
}
.woocommerce #yith-quick-view-modal .yith-quick-view-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.woocommerce #yith-quick-view-modal .yith-wcqv-wrapper {
  padding: 0 0;
  max-height: 580px;
}
.woocommerce #yith-quick-view-content .entry-img {
  width: 45%;
  float: left;
  padding: 25px 15px 25px 25px;
}
.woocommerce #yith-quick-view-content .entry-img .onsale {
  top: 40px;
  right: 35px;
  left: auto;
}
.woocommerce #yith-quick-view-content .entry-img div.images {
  width: 100%;
  float: none;
}
.woocommerce #yith-quick-view-content .summary {
  width: 55%;
  padding: 25px 25px 25px 15px;
}
.woocommerce #yith-quick-view-content .summary p.cart, .woocommerce #yith-quick-view-content .summary form.cart {
  float: none;
}
.woocommerce #yith-quick-view-content .gallery_type_h .entry-img .thumbnails {
  margin: 20px 60px 0;
}
.woocommerce #yith-quick-view-content .gallery_type_h .entry-img .thumbnails .img {
  margin: 0 5px;
}
.woocommerce #yith-quick-view-content .gallery_type_v .entry-img {
  width: 55%;
}
.woocommerce #yith-quick-view-content .gallery_type_v .entry-img .thumbnails {
  width: 70px;
  margin: -5px 20px 0 0;
  float: left;
}
.woocommerce #yith-quick-view-content .gallery_type_v .entry-img .thumbnails .img {
  margin: 5px 0;
}
.woocommerce #yith-quick-view-content .gallery_type_v .entry-img .thumbnails .slick-prev, .woocommerce #yith-quick-view-content .gallery_type_v .entry-img .thumbnails .slick-next {
  height: 30px;
  width: 30px;
  bottom: -35px;
}
.woocommerce #yith-quick-view-content .gallery_type_v .entry-img .thumbnails .slick-prev:before, .woocommerce #yith-quick-view-content .gallery_type_v .entry-img .thumbnails .slick-next:before {
  height: 28px;
  width: 28px;
  line-height: 28px;
}
.woocommerce #yith-quick-view-content .gallery_type_v .entry-img .images {
  width: calc(100% - 90px);
  float: right;
}
.woocommerce #yith-quick-view-content .gallery_type_v .summary {
  width: 45%;
}
@media (max-width: 767px) {
  .woocommerce .yith-wcqv-button {
    display: none !important;
  }
}
.woocommerce .gallery_type_v .entry-img {
  *zoom: 1;
}
.woocommerce .gallery_type_v .entry-img:before, .woocommerce .gallery_type_v .entry-img:after {
  content: " ";
  display: table;
}
.woocommerce .gallery_type_v .entry-img:after {
  clear: both;
}
@media (max-width: 480px) {
  .woocommerce .gallery_type_v .entry-img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .woocommerce .gallery_type_v .summary {
    width: 100%;
  }
}
.woocommerce .gallery_type_v .images {
  width: calc(100% - 100px);
  float: right;
}
.woocommerce .gallery_type_v .images .product-images {
  visibility: hidden;
  opacity: 0;
}
.woocommerce .gallery_type_v .images .product-images.slick-slider {
  visibility: visible;
  opacity: 1;
}
.woocommerce .gallery_type_v .images .img {
  position: relative;
}
@media (max-width: 1199px) {
  .woocommerce .gallery_type_v .images {
    width: calc(100% - 65px);
  }
}
.woocommerce .gallery_type_v .thumbnails {
  width: 80px;
  margin: -5px 20px 0 0;
  float: left;
}
.woocommerce .gallery_type_v .thumbnails .product-thumbs {
  visibility: hidden;
  opacity: 0;
}
.woocommerce .gallery_type_v .thumbnails .product-thumbs.slick-slider {
  visibility: visible;
  opacity: 1;
}
.woocommerce .gallery_type_v .thumbnails .img {
  margin: 5px 0;
  border: 1px solid #eaeaea;
}
.woocommerce .gallery_type_v .thumbnails .img.slick-current {
  border-color: #55bc75;
}
.woocommerce .gallery_type_v .thumbnails .img.slick-current:before {
  opacity: 1;
}
.woocommerce .gallery_type_v .thumbnails .slick-prev, .woocommerce .gallery_type_v .thumbnails .slick-next {
  position: absolute;
  overflow: hidden;
  font-size: 0px;
  text-align: center;
  height: 35px;
  width: 35px;
  text-align: center;
  padding: 0 0;
  border-radius: 4px;
  background: #FFF;
  border: 1px solid #eaeaea;
  left: 0;
  margin: 0 0;
  bottom: -40px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  z-index: 1;
}
.woocommerce .gallery_type_v .thumbnails .slick-prev:before, .woocommerce .gallery_type_v .thumbnails .slick-next:before {
  font-size: 12px;
  color: #666666;
}
.woocommerce .gallery_type_v .thumbnails .slick-prev:hover, .woocommerce .gallery_type_v .thumbnails .slick-next:hover {
  background: #55bc75;
  border-color: #55bc75;
}
.woocommerce .gallery_type_v .thumbnails .slick-prev:hover:before, .woocommerce .gallery_type_v .thumbnails .slick-next:hover:before {
  color: #FFF;
}
.woocommerce .gallery_type_v .thumbnails .slick-prev.slick-disabled, .woocommerce .gallery_type_v .thumbnails .slick-next.slick-disabled {
  cursor: not-allowed;
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .woocommerce .gallery_type_v .thumbnails .slick-prev, .woocommerce .gallery_type_v .thumbnails .slick-next {
    display: none !important;
  }
}
.woocommerce .gallery_type_v .thumbnails .slick-next {
  right: 0px;
  left: auto;
}
.woocommerce .gallery_type_v .thumbnails .slick-next:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
}
.woocommerce .gallery_type_v .thumbnails .slick-prev:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
}
.woocommerce .gallery_type_v .thumbnails:hover .slick-prev, .woocommerce .gallery_type_v .thumbnails:hover .slick-next {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1199px) {
  .woocommerce .gallery_type_v .thumbnails {
    width: 55px;
    margin: -5px 10px 0 0;
  }
  .woocommerce .gallery_type_v .thumbnails .img {
    margin: 5px 0;
  }
  .woocommerce .gallery_type_v .thumbnails .slick-next {
    top: auto;
    bottom: 10px;
  }
  .woocommerce .gallery_type_v .thumbnails .slick-prev {
    top: 10px;
  }
}
#sns_tab_informations {
  margin: 0 0;
}
#sns_tab_informations .tab-heading {
  *zoom: 1;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
}
#sns_tab_informations .tab-heading:before, #sns_tab_informations .tab-heading:after {
  content: " ";
  display: table;
}
#sns_tab_informations .tab-heading:after {
  clear: both;
}
#sns_tab_informations ul.nav-tabs {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
  border-bottom: none;
}
#sns_tab_informations ul.nav-tabs:before, #sns_tab_informations ul.nav-tabs:after {
  content: " ";
  display: table;
}
#sns_tab_informations ul.nav-tabs:after {
  clear: both;
}
#sns_tab_informations ul.nav-tabs > li {
  display: block;
  margin: 0;
  float: left;
  padding: 0 17px;
}
#sns_tab_informations ul.nav-tabs > li:first-child, #sns_tab_informations ul.nav-tabs > li.tabdrop + li {
  padding-left: 0px;
}
#sns_tab_informations ul.nav-tabs > li:first-child > a, #sns_tab_informations ul.nav-tabs > li.tabdrop + li > a {
  margin-left: 0;
}
#sns_tab_informations ul.nav-tabs > li.active > a, #sns_tab_informations ul.nav-tabs > li:hover > a {
  color: #55bc75;
}
#sns_tab_informations ul.nav-tabs > li.tabdrop > a i {
  padding-left: 10px;
}
#sns_tab_informations ul.nav-tabs > li > a {
  font-weight: bold;
  font-size: 1.1428em;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
  background: transparent;
  background: none;
  border: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
}
#sns_tab_informations ul.nav-tabs .dropdown {
  cursor: pointer;
}
#sns_tab_informations ul.nav-tabs .dropdown a {
  cursor: pointer;
}
#sns_tab_informations ul.nav-tabs .dropdown:not(.active) a {
  margin: 0 0;
}
#sns_tab_informations ul.nav-tabs .dropdown ul.dropdown-menu {
  padding: 0 0;
}
#sns_tab_informations .tab-content {
  padding: 30px 0 0px;
  position: relative;
  margin: 0;
  overflow: hidden;
}
#sns_tab_informations .tab-content #comments > h2, #sns_tab_informations .tab-content #comments > h3, #sns_tab_informations .tab-content #comments > h4, #sns_tab_informations .tab-content #comments > h5, #sns_tab_informations .tab-content #comments > h6, #sns_tab_informations .tab-content > div > h2, #sns_tab_informations .tab-content > div > h3, #sns_tab_informations .tab-content > div > h4, #sns_tab_informations .tab-content > div > h5, #sns_tab_informations .tab-content > div > h6 {
  text-transform: none;
  margin-top: 0;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#sns_tab_informations .tab-content #comments > h2, #sns_tab_informations .tab-content > div > h2 {
  font-size: 1.1428em;
  display: none;
}
#sns_tab_informations .tab-content #comments > h3, #sns_tab_informations .tab-content > div > h3 {
  font-size: 1.0714em;
}
#sns_tab_informations .tab-content #comments > h4, #sns_tab_informations .tab-content #comments > h5, #sns_tab_informations .tab-content #comments > h6, #sns_tab_informations .tab-content > div > h4, #sns_tab_informations .tab-content > div > h5, #sns_tab_informations .tab-content > div > h6 {
  font-size: 1em;
}
#sns_tab_informations .tab-content #tab-description {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#sns_tab_informations .tab-content #tab-description .wpb_content_element, #sns_tab_informations .tab-content #tab-description p {
  margin-bottom: 15px;
}
#sns_tab_informations .tab-content #tab-description .wpb_content_element:last-child, #sns_tab_informations .tab-content #tab-description p:last-child {
  margin: 0;
}
#sns_tab_informations .tab-content #tab-description .wpb_single_image {
  margin-bottom: 20px;
  padding-top: 5px;
}
#sns_tab_informations .tab-content #tab-description .wpb_single_image:last-child {
  margin: 0;
}
#sns_tab_informations .tab-content #tab-description > ul {
  padding-left: 12px;
  margin: 15px 0;
}
#sns_tab_informations .tab-content #reviews h2:first-child {
  margin-bottom: 20px;
}
#sns_tab_informations .tab-content #reviews h3:first-child {
  margin-bottom: 10px;
}
#sns_tab_informations .tab-content #reviews #comments {
  margin-bottom: 10px;
}
#sns_tab_informations .tab-content #reviews #comments img.avatar {
  border-radius: 100%;
}
#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .page-numbers {
  margin: 15px 0 0;
}
#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .page-numbers li:first-child > * {
  margin-left: 0px;
}
#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .page-numbers a {
  text-align: center;
  margin: 0 5px;
  padding: 0 0;
  display: inline-block;
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #666666;
  border-radius: 5px;
  float: left;
}
#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .page-numbers a:hover {
  background-color: #55bc75 !important;
  border-color: #55bc75;
  color: #FFF;
}
#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .page-numbers span.current {
  text-align: center;
  margin: 0 5px;
  padding: 0 0;
  display: inline-block;
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #55bc75;
  border-radius: 5px;
  background-color: #55bc75 !important;
  color: #FFF;
  float: left;
}
#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .next, #sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .prev {
  position: relative;
  overflow: hidden;
  font-size: 0px;
  text-align: center;
}
#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .next:before, #sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .prev:before {
  font-size: 16px;
  margin-top: 0px;
}
#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .next:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .prev:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
#sns_tab_informations .tab-content #reviews #review_form_wrapper #reply-title {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 1.1428em;
  color: #333333;
  display: block;
}
#sns_tab_informations #tab-sns_prod_custom_tab .widget-title {
  padding: 0;
}
#sns_tab_informations #tab-sns_prod_custom_tab .widget-title:after, #sns_tab_informations #tab-sns_prod_custom_tab .widget-title:before {
  display: none;
}
.upsells, .cross-sells, .related {
  position: relative;
  *zoom: 1;
  margin: 0 0 70px;
}
.upsells:before, .upsells:after, .cross-sells:before, .cross-sells:after, .related:before, .related:after {
  content: " ";
  display: table;
}
.upsells:after, .cross-sells:after, .related:after {
  clear: both;
}
.upsells > h2, .cross-sells > h2, .related > h2 {
  margin: 0 0 20px;
  font-size: 1.1428em;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
  overflow: hidden;
  line-height: 1.1;
}
.upsells .prdlist-content .product_list, .cross-sells .prdlist-content .product_list, .related .prdlist-content .product_list {
  margin: 0 0;
  opacity: 0;
}
.upsells .prdlist-content .product_list.owl-loaded, .cross-sells .prdlist-content .product_list.owl-loaded, .related .prdlist-content .product_list.owl-loaded {
  opacity: 1;
}
.upsells .prdlist-content .product_list .product, .cross-sells .prdlist-content .product_list .product, .related .prdlist-content .product_list .product {
  float: left;
}
.upsells .prdlist-content .product_list .owl-item, .cross-sells .prdlist-content .product_list .owl-item, .related .prdlist-content .product_list .owl-item {
  float: left;
}
.upsells .prdlist-content .product_list .owl-item .product, .cross-sells .prdlist-content .product_list .owl-item .product, .related .prdlist-content .product_list .owl-item .product {
  float: none;
}
.upsells-list h2 {
  font-size: 1.5em;
  color: #333333;
  text-transform: none;
  font-weight: bold;
  display: block;
  padding: 0 0;
  margin: 0 0 25px;
  line-height: 1.1;
}
.upsells-list h2 > span {
  display: inline-block;
  position: relative;
}
.upsells-list .product {
  padding: 10px 0 0;
  margin-top: 10px;
}
.upsells-list .product:first-child {
  margin-top: 0px;
  padding-top: 0px;
}
.upsells-list .list-view {
  *zoom: 1;
  width: 100%;
}
.upsells-list .list-view:before, .upsells-list .list-view:after {
  content: " ";
  display: table;
}
.upsells-list .list-view:after {
  clear: both;
}
.upsells-list .list-view .item-img {
  float: left;
  display: inline-block;
  margin: 0 0px 0 0;
  position: relative;
}
.upsells-list .list-view .item-img .product-image {
  display: block;
  position: relative;
  position: relative;
}
.upsells-list .list-view .item-img .yith-wcqv-button {
  font-size: 0px;
  padding: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 100%;
  display: block;
  vertical-align: top;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: #55bc75;
}
.upsells-list .list-view .item-img .yith-wcqv-button:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 13px;
  color: #fff;
  background-color: transparent;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.upsells-list .list-view .item-img .yith-wcqv-button:hover {
  background: #333333;
}
.upsells-list .list-view .item-img .yith-wcqv-button:hover:before {
  color: #FFF;
}
.upsells-list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay {
  position: absolute;
  top: 0px !important;
  left: 0px !important;
  overflow: hidden;
  background: #55bc75 !important;
  color: #FFF;
  opacity: 1 !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  cursor: wait;
}
.upsells-list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay:before, .upsells-list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay:after {
  color: #FFF;
  font-size: 14px;
  cursor: wait;
}
.upsells-list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  z-index: 1;
  color: #FFF;
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  -o-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
@media (max-width: 992px) {
  .upsells-list .list-view .item-img .yith-wcqv-button {
    display: none !important;
  }
}
.upsells-list .list-view .item-info .item-title {
  font-size: 1em;
  font-weight: 500;
  margin: -3px 0 10px;
}
.upsells-list .list-view .item-info .star-rating {
  float: none;
  display: block;
  margin: 0 0 10px;
}
.upsells-list .list-view:hover .item-img .yith-wcqv-button {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.yith-wcwl-share {
  margin: 0 0 10px;
}
.item-animate {
  opacity: 0;
  position: relative;
}
.play .item-animate {
  opacity: 1;
  animation-play-state: running;
  -moz-animation-play-state: running;
  -webkit-animation-play-state: running;
  -o-animation-play-state: running;
  -ms-animation-play-state: running;
}
.fadeIn.play .item-animate {
  -webkit-animation: fadeIn 300ms ease both;
  -o-animation: fadeIn 300ms ease both;
  animation: fadeIn 300ms ease both;
}
.fadeInDown.play .item-animate {
  -webkit-animation: fadeInDown 300ms ease both;
  -o-animation: fadeInDown 300ms ease both;
  animation: fadeInDown 300ms ease both;
}
.fadeInUp.play .item-animate {
  -webkit-animation: fadeInUp 300ms ease both;
  -o-animation: fadeInUp 300ms ease both;
  animation: fadeInUp 300ms ease both;
}
.fadeInRight.play .item-animate {
  -webkit-animation: fadeInRight 300ms ease both;
  -o-animation: fadeInRight 300ms ease both;
  animation: fadeInRight 300ms ease both;
}
.fadeInLeft.play .item-animate {
  -webkit-animation: fadeInLeft 300ms ease both;
  -o-animation: fadeInLeft 300ms ease both;
  animation: fadeInLeft 300ms ease both;
}
.zoomIn.play .item-animate {
  -webkit-animation: zoomIn 300ms ease both;
  -o-animation: zoomIn 300ms ease both;
  animation: zoomIn 300ms ease both;
}
.zoomInLeft.play .item-animate {
  -webkit-animation: zoomInLeft 300ms ease both;
  -o-animation: zoomInLeft 300ms ease both;
  animation: zoomInLeft 300ms ease both;
}
.zoomInRight.play .item-animate {
  -webkit-animation: zoomInRight 300ms ease both;
  -o-animation: zoomInRight 300ms ease both;
  animation: zoomInRight 300ms ease both;
}
.zoomInUp.play .item-animate {
  -webkit-animation: zoomInUp 300ms ease both;
  -o-animation: zoomInUp 300ms ease both;
  animation: zoomInUp 300ms ease both;
}
.zoomInDown.play .item-animate {
  -webkit-animation: zoomInDown 300ms ease both;
  -o-animation: zoomInDown 300ms ease both;
  animation: zoomInDown 300ms ease both;
}
.bounceIn.play .item-animate {
  -webkit-animation: bounceIn 300ms ease both;
  -o-animation: bounceIn 300ms ease both;
  animation: bounceIn 300ms ease both;
}
.bounceInRight.play .item-animate {
  -webkit-animation: bounceInRight 300ms ease both;
  -o-animation: bounceInRight 300ms ease both;
  animation: bounceInRight 300ms ease both;
}
.bounceInLeft.play .item-animate {
  -webkit-animation: bounceInLeft 300ms ease both;
  -o-animation: bounceInLeft 300ms ease both;
  animation: bounceInLeft 300ms ease both;
}
.bounceInUp.play .item-animate {
  -webkit-animation: bounceInUp 300ms ease both;
  -o-animation: bounceInUp 300ms ease both;
  animation: bounceInUp 300ms ease both;
}
.bounceInDown.play .item-animate {
  -webkit-animation: bounceInDown 300ms ease both;
  -o-animation: bounceInDown 300ms ease both;
  animation: bounceInDown 300ms ease both;
}
.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations {
  margin: 0 0 25px;
  padding: 0 0;
}
.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.label {
  padding: 0 0;
}
.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.label label {
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
  margin: 0 0 6px;
  float: none;
  line-height: normal;
}
.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value {
  padding: 0 0;
  margin-bottom: 10px;
  border: none;
}
.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value:last-child {
  margin-bottom: 5px;
}
.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value select {
  margin-bottom: 10px;
}
.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .sellect-wrap {
  display: inline-block;
}
.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option {
  margin-right: 10px;
  border: 1px solid #eaeaea;
  cursor: pointer;
  display: inline-block;
}
.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option span {
  display: block;
  text-align: center;
  height: 25px;
}
.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.text {
  margin-bottom: 5px;
}
.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.text span {
  margin: 0;
  padding: 2px 10px;
  background: #FFF;
}
.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.text:hover, .woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.text.selected {
  border-color: #55bc75;
}
.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.text:hover span, .woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.text.selected span {
  background: #55bc75;
  color: #FFF;
}
.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.color {
  margin-right: 5px;
  float: left;
}
.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.color span {
  margin: 4px;
  width: 30px;
  height: 35px;
}
.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.image {
  border-color: #eaeaea;
  position: relative;
}
.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.image:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(85, 188, 117, 0.05);
  opacity: 0;
}
.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.image span {
  margin: 0px;
  width: 60px;
  height: 70px;
  background-size: cover;
  background-position: center center;
}
.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.selected {
  border-color: #55bc75;
}
.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.selected:before {
  opacity: 1;
}
.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value a.reset_variations {
  margin: 0 0 0 10px;
}
#sns_cpanel {
  position: fixed;
  top: 0px;
  left: -300px;
  width: 300px;
  height: 100%;
  z-index: 999;
  background: #FFF;
  padding: 30px 0;
  -webkit-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
body.admin-bar #sns_cpanel {
  top: 32px;
  height: calc(100% - 32px);
}
@media (max-width: 992px) {
  body.admin-bar #sns_cpanel {
    top: 46px;
    height: calc(100% - 46px);
  }
}
@media (max-width: 480px) {
  body.admin-bar #sns_cpanel {
    top: 0px;
    height: 100%;
  }
}
@media (max-width: 767px) {
  #sns_cpanel {
    display: none;
  }
}
#sns_cpanel + .overlay {
  content: "";
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  cursor: e-resize;
  cursor: url(../img/close-white.png), auto;
}
#sns_cpanel.open {
  left: 0px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
#sns_cpanel.open #sns_cpanel_btn {
  box-shadow: none;
  opacity: 0.2;
}
#sns_cpanel.open + .overlay {
  display: block;
}
#sns_cpanel #sns_cpanel_btn {
  position: absolute;
  right: -44px;
  top: calc(50% - 44px);
  background: #f9f9f9;
  text-align: center;
  border-radius: 0 5px 5px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#sns_cpanel #sns_cpanel_btn a {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  border-top: 1px solid #eaeaea;
}
#sns_cpanel #sns_cpanel_btn a:first-child {
  border-top: none;
}
#sns_cpanel #sns_cpanel_btn a i {
  font-size: 18px;
  line-height: 46px;
  color: #82b440;
  margin: 0 0;
}
#sns_cpanel #sns_cpanel_btn a img {
  max-width: 20px;
  margin: 0 auto;
}
#sns_cpanel .cpanel-set {
  *zoom: 1;
  padding: 0 15px;
  height: 100%;
  overflow-y: scroll;
}
#sns_cpanel .cpanel-set:before, #sns_cpanel .cpanel-set:after {
  content: " ";
  display: table;
}
#sns_cpanel .cpanel-set:after {
  clear: both;
}
#sns_cpanel .cpanel-set i.fa {
  margin-right: 8px;
}
#sns_cpanel .cpanel-set .envato-buy {
  margin-bottom: 15px;
  display: block;
}
#sns_cpanel .cpanel-set .envato-buy a {
  background: #82b440;
  color: #FFF;
  padding: 12px 30px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  border-radius: 4px;
  font-weight: bold;
}
#sns_cpanel .cpanel-set .envato-buy a:hover {
  background: #7aa93c;
  color: #FFF;
  text-decoration: none;
}
#sns_cpanel .cpanel-set .qr-code {
  display: block;
  margin-bottom: 30px;
  padding: 20px 20px 10px;
  background-color: #f1f1f1;
  text-align: center;
  text-transform: uppercase;
}
#sns_cpanel .cpanel-set .qr-code p {
  margin-bottom: 5px;
}
#sns_cpanel .cpanel-set .demos h4 {
  text-transform: uppercase;
}
#sns_cpanel .cpanel-set .demos .demo {
  margin-bottom: 10px;
}
#sns_cpanel .cpanel-set .demos .demo a {
  display: block;
}
#sns_cpanel .cpanel-set .demos .demo a img {
  margin-bottom: 3px;
}
#sns_cpanel .cpanel-set .demos .demo a span {
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
#sns_cpanel .cpanel-set .demos .demo a:hover {
  text-decoration: none;
}
#sns_cpanel .cpanel-set .demos .demo a:hover span {
  color: #7aa93c;
}
#sns_cpanel .cpanel-set .demos .demo a.img {
  position: relative;
}
#sns_cpanel .cpanel-set .demos .demo a.img:before {
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
#sns_cpanel .cpanel-set .demos .demo a.img:hover:before {
  opacity: 1;
}
#sns_cpanel .cpanel-set .demos .demo:hover {
  text-decoration: none;
}
#sns_cpanel .cpanel-set .demos .demo:hover a span {
  color: #7aa93c;
}
#sns_cpanel .cpanel-bottom {
  *zoom: 1;
  padding: 15px 0 0;
  border-top: 1px solid #eaeaea;
}
#sns_cpanel .cpanel-bottom:before, #sns_cpanel .cpanel-bottom:after {
  content: " ";
  display: table;
}
#sns_cpanel .cpanel-bottom:after {
  clear: both;
}
