@charset "UTF-8";

/*--------------------------------------------------
	[Project Info]
	Project:		DBea - Cosmetics & Beauty Shop WordPress Theme
	Version:		1.4
	Author:			snstheme
	Last change: 	08 September 2024
	-----
	This file render from .scss files. To work with .scss files:
	    - Please config Admin >> DBea >> 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.
----------------------------------------------------*/
.container-image-and-badge .yith-wcbm-badge {
  text-transform: uppercase;
  font-size: 12px;
}

@-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);
  }
}

.woocommerce .price,
.woocommerce .shop_table td.product-price,
.woocommerce div.product .woocommerce-grouped-product-list-item__price,
.woocommerce div.product span.price,
.woocommerce div.product p.price {
  white-space: nowrap;
  font-size: 1em;
  color: #555555;
}

.woocommerce .price .amount,
.woocommerce .shop_table td.product-price .amount,
.woocommerce div.product .woocommerce-grouped-product-list-item__price .amount,
.woocommerce div.product span.price .amount,
.woocommerce div.product p.price .amount {
  color: inherit;
}

.woocommerce .price del,
.woocommerce .shop_table td.product-price del,
.woocommerce div.product .woocommerce-grouped-product-list-item__price del,
.woocommerce div.product span.price del,
.woocommerce div.product p.price del {
  text-decoration: none;
  position: relative;
  padding: 0 3px;
}

.woocommerce .price del .amount,
.woocommerce .shop_table td.product-price del .amount,
.woocommerce div.product .woocommerce-grouped-product-list-item__price del .amount,
.woocommerce div.product span.price del .amount,
.woocommerce div.product p.price del .amount {
  color: #bbb;
}

.woocommerce .price del:before,
.woocommerce .shop_table td.product-price del:before,
.woocommerce div.product .woocommerce-grouped-product-list-item__price del:before,
.woocommerce div.product span.price del:before,
.woocommerce div.product p.price del:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #bbb;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.woocommerce .price ins,
.woocommerce .shop_table td.product-price ins,
.woocommerce div.product .woocommerce-grouped-product-list-item__price ins,
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
  margin: 0 0 0 6px;
  text-decoration: none;
}

.woocommerce .price ins .amount,
.woocommerce .shop_table td.product-price ins .amount,
.woocommerce div.product .woocommerce-grouped-product-list-item__price ins .amount,
.woocommerce div.product span.price ins .amount,
.woocommerce div.product p.price ins .amount {
  color: inherit;
}

.woocommerce .price .from,
.woocommerce .shop_table td.product-price .from,
.woocommerce div.product .woocommerce-grouped-product-list-item__price .from,
.woocommerce div.product span.price .from,
.woocommerce div.product p.price .from {
  font-size: 1em;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .woocommerce .product-type-variable .price .amount {
    font-size: 1em;
  }
}

.woocommerce-Price-amount {
  color: #161616;
}

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: 20px;
  height: 20px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  color: #333 !important;
  overflow: hidden;
  padding: 0 0;
  font-size: 0px;
  text-align: center;
  border-radius: 0px;
}

a.remove:hover {
  color: #FFF !important;
  text-decoration: none;
  background: #1d1f4f;
}

a.remove:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: inherit;
}

.blockUI.blockOverlay {
  position: relative;
  background: transparent !important;
}

.blockUI.blockOverlay:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  z-index: 1;
  color: #FFF;
  -webkit-animation: spin 0.6s ease-in-out infinite;
  -moz-animation: spin 0.6s ease-in-out infinite;
  -o-animation: spin 0.6s ease-in-out infinite;
  animation: spin 0.6s ease-in-out infinite;
}

@media (max-width: 1400px) {
  .blockUI.blockOverlay:before {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.loader {
  background: transparent !important;
}

.loader:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  z-index: 1;
  color: #FFF;
  -webkit-animation: spin 0.6s ease-in-out infinite;
  -moz-animation: spin 0.6s ease-in-out infinite;
  -o-animation: spin 0.6s ease-in-out infinite;
  animation: spin 0.6s ease-in-out infinite;
}

@media (max-width: 1400px) {
  .loader:before {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  padding: 10px 20px 10px 20px;
  margin: 15px 0 !important;
  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: relative;
  left: auto;
  top: auto;
  margin: 0 10px 0 0;
  vertical-align: top;
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button {
  float: right;
  background: none;
  padding: 0;
  color: #161616;
  font-size: 100%;
  border: none;
  height: auto;
  line-height: inherit;
}

.woocommerce .woocommerce-message .button:focus,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-error .button:focus,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:focus,
.woocommerce .woocommerce-info .button:hover {
  color: #1d1f4f !important;
  box-shadow: none;
  background: 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 li:first-child,
.woocommerce .woocommerce-error li:first-child,
.woocommerce .woocommerce-info li:first-child {
  display: inline-block;
}

.woocommerce .woocommerce-message {
  background: #d8e8f0;
  color: #1b85ae;
}

.woocommerce .woocommerce-message:before {
  content: "";
  color: #1b85ae;
}

.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 {
  position: relative;
}

.woocommerce .quantity .screen-reader-text {
  display: none;
}

.woocommerce .quantity .btn-decrement,
.woocommerce .quantity .btn-increment {
  position: absolute;
  width: 30px;
  height: 30px;
  min-width: 30px !important;
  top: 13px;
  right: 5px;
  padding: 0;
  z-index: 3;
  background: transparent;
  font-size: 0px;
  color: #555555;
  overflow: hidden;
  border-radius: 0px;
}

.woocommerce .quantity .btn-decrement:before,
.woocommerce .quantity .btn-increment:before {
  color: inherit;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.woocommerce .quantity .btn-decrement:hover:before,
.woocommerce .quantity .btn-increment:hover:before {
  color: #1d1f4f;
}

.woocommerce .quantity .btn-decrement {
  left: 5px;
  right: auto;
}

.woocommerce .quantity .input-group {
  margin: 0 auto;
}

@media (max-width: 480px) {
  .woocommerce .quantity .input-group {
    margin: 0;
  }
}

.woocommerce .quantity .input-group-prepend .btn-decrement:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.woocommerce .quantity .input-group-append .btn-increment:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.woocommerce .quantity .qty {
  width: 100px;
  padding: 0 0 0;
  height: 56px;
  border: 1px solid #ddd;
  box-shadow: none;
  background: #f9f9f9;
  text-align: center;
  color: #555555;
  font-size: 1em;
  appearance: textfield;
  -moz-appearance: textfield;
}

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

.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;
}

.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: #bbb;
}

.woocommerce div.type-product .stock:before,
.woocommerce div.product .stock:before {
  color: #6bba05;
}

.woocommerce div.type-product .out-of-stock,
.woocommerce div.product .out-of-stock {
  color: #bbb;
}

.woocommerce div.type-product .out-of-stock:before,
.woocommerce div.product .out-of-stock:before {
  color: red;
}

.woocommerce div.type-product .woocommerce-product-rating,
.woocommerce div.product .woocommerce-product-rating {
  position: relative;
}

.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: 400;
  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: 10px 15px;
}

.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 .qty,
.woocommerce div.product form.cart table td .quantity .qty {
  width: 70px;
}

.woocommerce div.type-product form.cart table td.price,
.woocommerce div.product form.cart table td.price {
  text-align: center;
  padding: 0 5px;
}

.woocommerce div.type-product form.cart table td.price .amount,
.woocommerce div.product form.cart table td.price .amount {
  font-size: 115%;
}

.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 td,
.woocommerce div.product form.cart table.group_table td {
  padding: 10px 15px;
  vertical-align: middle;
}

@media (max-width: 992px) {

  .woocommerce div.type-product form.cart table.group_table td,
  .woocommerce div.product form.cart table.group_table td {
    padding: 10px 10px;
  }
}

.woocommerce div.type-product form.cart table.group_table td.woocommerce-grouped-product-list-item__quantity,
.woocommerce div.product form.cart table.group_table td.woocommerce-grouped-product-list-item__quantity {
  padding: 15px 0;
  width: 100px;
}

.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 td.woocommerce-grouped-product-list-item__label a,
.woocommerce div.product form.cart table.group_table td.woocommerce-grouped-product-list-item__label a {
  font-weight: 400;
}

.woocommerce div.type-product form.cart table.group_table td.woocommerce-grouped-product-list-item__price,
.woocommerce div.product form.cart table.group_table td.woocommerce-grouped-product-list-item__price {
  color: #161616;
  font-weight: 400;
}

.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 #ddd;
}

.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] {
  cursor: not-allowed;
}

.woocommerce a.button:disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover {
  background: rgba(29, 31, 79, 0.7);
  border-color: rgba(29, 31, 79, 0.7);
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none;
  background: #161616;
  border: none;
  color: #FFF;
}

.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover {
  background: #1d1f4f;
}

.woocommerce #reviews {
  margin: 0 0 5px;
  padding: 0 200px;
}

@media (max-width: 1199px) {
  .woocommerce #reviews {
    padding-left: 0;
    padding-right: 0;
  }
}

.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;
}

.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}

.woocommerce #reviews #respond #commentform {
  *zoom: 1;
  padding: 40px 50px 50px;
  border: 1px solid #eaeaea;
  background: #f9f9f9;
  border-radius: 4px;
}

.woocommerce #reviews #respond #commentform:before,
.woocommerce #reviews #respond #commentform:after {
  content: " ";
  display: table;
}

.woocommerce #reviews #respond #commentform:after {
  clear: both;
}

@media (max-width: 992px) {
  .woocommerce #reviews #respond #commentform {
    padding: 30px 40px 40px;
  }
}

@media (max-width: 480px) {
  .woocommerce #reviews #respond #commentform {
    padding: 20px 30px 30px;
  }
}

.woocommerce #reviews #review_form_wrapper {
  margin-top: 5px;
}

.woocommerce #reviews #comments {
  margin-top: 5px;
  *zoom: 1;
}

.woocommerce #reviews #comments:before,
.woocommerce #reviews #comments:after {
  content: " ";
  display: table;
}

.woocommerce #reviews #comments:after {
  clear: both;
}

.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.woocommerce-Reviews-title {
  display: block;
}

.woocommerce #reviews #comments ol.commentlist {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0 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 {
  padding: 30px 0 0;
  margin: 30px 0 0;
  border: none;
  border-top: 1px dashed #ddd;
  position: relative;
  background: 0;
}

.woocommerce #reviews #comments ol.commentlist li.review:first-child {
  margin-top: 0px;
  padding-top: 0;
  border: none;
}

.woocommerce #reviews #comments ol.commentlist li.review .star-rating {
  float: right;
  margin-top: -5px;
}

.woocommerce #reviews #comments ol.commentlist li.review p.meta {
  font-weight: normal;
  margin: -5px 0 15px;
  color: #bbb;
}

.woocommerce #reviews #comments ol.commentlist li.review p.meta .woocommerce-review__author {
  font-weight: normal;
}

.woocommerce #reviews #comments ol.commentlist li.review p.meta .woocommerce-review__dash {
  font-size: 0px;
  margin: 0 9px 0 10px;
  position: relative;
}

.woocommerce #reviews #comments ol.commentlist li.review p.meta .woocommerce-review__dash:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 1px;
  background: #bbb;
  left: 0px;
  top: -10px;
}

.woocommerce #reviews #comments ol.commentlist li.review p.meta .woocommerce-review__published-date {
  font-weight: normal;
}

.woocommerce #reviews #comments ol.commentlist li.review img.avatar {
  float: left;
  padding: 0px;
  max-width: 80px;
  width: auto;
  height: auto;
  background: #ebe9eb;
  border: none;
  margin: 0;
  box-shadow: none;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .woocommerce #reviews #comments ol.commentlist li.review img.avatar {
    max-width: 60px;
  }
}

.woocommerce #reviews #comments ol.commentlist li.review .comment-text {
  margin: 0 0 0 105px;
  border-radius: 0px;
  padding: 0;
  *zoom: 1;
}

.woocommerce #reviews #comments ol.commentlist li.review .comment-text:before,
.woocommerce #reviews #comments ol.commentlist li.review .comment-text:after {
  content: " ";
  display: table;
}

.woocommerce #reviews #comments ol.commentlist li.review .comment-text:after {
  clear: both;
}

@media (max-width: 992px) {
  .woocommerce #reviews #comments ol.commentlist li.review .comment-text {
    margin-left: 100px;
  }
}

@media (max-width: 767px) {
  .woocommerce #reviews #comments ol.commentlist li.review .comment-text {
    margin-left: 75px;
  }
}

.woocommerce #reviews #comments ol.commentlist li.review .comment-text .description {
  padding: 15px 20px;
  background: #f9f9f9;
  border: 1px solid #eaeaea;
  position: relative;
  border-radius: 4px;
}

.woocommerce #reviews #comments ol.commentlist li.review .comment-text .description:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 6px solid;
  border-bottom-color: currentcolor;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0;
  top: -6px;
  left: 25px;
  border-bottom-color: #eaeaea;
}

.woocommerce #reviews #comments ol.commentlist li.review .comment-text .description p:last-child {
  margin-bottom: 0px;
}

.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 #comment {
  height: 160px;
}

.woocommerce .price {
  display: inline-block;
}

.woocommerce .star-rating {
  overflow: hidden;
  position: relative;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  width: 65px;
  font-family: "Ionicons";
}

.woocommerce .star-rating:before {
  content: "";
  color: #bbb;
  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: "";
  color: #1d1f4f;
  top: 0;
  position: absolute;
  left: 0;
}

.woocommerce .woocommerce-product-rating {
  *zoom: 1;
  line-height: 26px;
  height: 26px;
  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 .comment-notes {
  margin-bottom: 15px;
  font-style: italic;
}

.woocommerce #review_form #respond p {
  margin: 0 0 10px;
}

.woocommerce #review_form #respond p.stars {
  margin-top: 5px;
}

.woocommerce #review_form #respond p input[type=email],
.woocommerce #review_form #respond p input[type=text] {
  width: 100%;
  height: 45px;
}

.woocommerce #review_form #respond p input[type=email]::-moz-placeholder,
.woocommerce #review_form #respond p input[type=text]::-moz-placeholder {
  color: #555555;
  opacity: 1;
}

.woocommerce #review_form #respond p input[type=email]:-ms-input-placeholder,
.woocommerce #review_form #respond p input[type=text]:-ms-input-placeholder {
  color: #555555;
}

.woocommerce #review_form #respond p input[type=email]::-webkit-input-placeholder,
.woocommerce #review_form #respond p input[type=text]::-webkit-input-placeholder {
  color: #555555;
}

.woocommerce #review_form #respond p input[type=email]:focus,
.woocommerce #review_form #respond p input[type=text]:focus {
  border-color: #ddd;
}

.woocommerce #review_form #respond p label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
  color: #161616;
}

@media (min-width: 480px) {
  .woocommerce #review_form #respond p.comment-form-email {
    width: 50%;
    float: left;
    padding-left: 10px;
  }
}

@media (min-width: 480px) {
  .woocommerce #review_form #respond p.comment-form-author {
    width: 50%;
    float: left;
    padding-right: 10px;
  }
}

.woocommerce #review_form #respond p.comment-form-cookies-consent {
  *zoom: 1;
  width: 100%;
  float: left;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent:before,
.woocommerce #review_form #respond p.comment-form-cookies-consent:after {
  content: " ";
  display: table;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent:after {
  clear: both;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-right: 5px;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent label {
  margin: 0;
  position: relative;
  top: -1px;
  display: inline;
  text-transform: none;
  font-size: 1em;
  color: #161616;
}

.woocommerce #review_form #respond .form-submit {
  width: 100%;
  float: left;
  margin: 10px 0 0;
}

.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 textarea::-moz-placeholder {
  color: #555555;
  opacity: 1;
}

.woocommerce #review_form #respond textarea:-ms-input-placeholder {
  color: #555555;
}

.woocommerce #review_form #respond textarea::-webkit-input-placeholder {
  color: #555555;
}

.woocommerce #review_form #respond textarea:focus {
  border-color: #ddd;
}

.woocommerce #review_form #respond .comment-form-rating label {
  margin-bottom: 0px;
  font-weight: 400;
  color: #161616;
}

.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: 16px;
}

.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: "Ionicons";
  margin-right: 15px;
  display: inline-block;
  letter-spacing: 1px;
  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: "";
  color: #bbb;
  font-size: 16px;
  -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 {
  font-family: inherit;
  display: none;
}

.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: #1d1f4f;
}

.woocommerce p.stars a.star-1 {
  width: 13px;
}

.woocommerce p.stars a.star-1:after {
  content: "";
}

.woocommerce p.stars a.star-2 {
  width: 26px;
}

.woocommerce p.stars a.star-2:after {
  content: "";
}

.woocommerce p.stars a.star-3 {
  width: 39px;
}

.woocommerce p.stars a.star-3:after {
  content: "";
}

.woocommerce p.stars a.star-4 {
  width: 52px;
}

.woocommerce p.stars a.star-4:after {
  content: "";
}

.woocommerce p.stars a.star-5 {
  width: 65px;
}

.woocommerce p.stars a.star-5:after {
  content: "";
}

.woocommerce p.stars a.star-5:before {
  display: none;
}

.woocommerce table.shop_attributes {
  border: 1px solid #eaeaea;
  border-right: none;
  margin-bottom: 1.618em;
  width: 100%;
}

.woocommerce table.shop_attributes tr:nth-child(even) th,
.woocommerce table.shop_attributes tr:nth-child(even) td {
  background-color: #f9f9f9;
}

.woocommerce table.shop_attributes th {
  font-weight: 400;
  padding: 12px 25px;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  margin: 0;
  line-height: 1.5;
  color: #161616;
}

@media (min-width: 480px) {
  .woocommerce table.shop_attributes th {
    width: 180px;
  }
}

.woocommerce table.shop_attributes td {
  padding: 12px 25px;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  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_table {
  border: 1px solid #eaeaea;
  border-right: none;
  margin: 0px 0px 40px 0px;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  overflow: hidden;
}

.woocommerce table.shop_table th {
  padding: 20px;
  text-align: center;
  font-size: 1em;
  border-color: #eaeaea;
  border-bottom: none;
}

@media (max-width: 992px) {
  .woocommerce table.shop_table th {
    padding: 15px;
  }
}

.woocommerce table.shop_table td {
  border-top: 1px solid #eaeaea;
  border-color: #eaeaea;
  padding: 20px;
  vertical-align: middle;
}

@media (max-width: 992px) {
  .woocommerce table.shop_table td {
    padding: 15px;
  }
}

.woocommerce table.shop_table td small {
  font-weight: normal;
}

.woocommerce table.shop_table td.product-remove {
  border-right: 1px solid #eaeaea;
  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: 120px;
  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: 40px;
}

.woocommerce table.shop_table td.product-name a {
  font-weight: 400;
}

.woocommerce table.shop_table td .quantity .btn-decrement,
.woocommerce table.shop_table td .quantity .btn-increment {
  width: 20px;
  height: 20px;
  min-width: 20px !important;
  right: 5px;
  top: 10px;
}

.woocommerce table.shop_table td .quantity .btn-decrement {
  left: 5px;
  right: auto;
}

.woocommerce table.shop_table td .quantity .input-group-prepend .btn-decrement:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
}

.woocommerce table.shop_table td .quantity .input-group-append .btn-increment:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
}

.woocommerce table.shop_table td .quantity .qty {
  width: 80px;
  height: 40px;
  border: 1px solid #ddd;
}

.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: 400;
  border-top: 1px solid #eaeaea;
}

.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: 10px 0 10px 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: 400;
  padding: 0 0 0 0;
  margin: 0 5px 0 0;
  clear: left;
}

.woocommerce td.product-name dl.variation dd {
  padding: 0 0 0;
  margin: 0 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: 480px) {

  .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;
  }
}

@media (min-width: 480px) {
  .woocommerce .woocommerce-form-login .form-row-wide {
    width: 50%;
    float: left;
    padding: 0 15px;
  }

  .woocommerce .woocommerce-form-login .form-row-wide:first-child {
    padding-left: 0px;
  }

  .woocommerce .woocommerce-form-login .form-row-wide:nth-child(1) {
    padding-right: 0px;
  }
}

.woocommerce .woocommerce-form-login .button {
  display: block;
  margin: 0 0 10px;
}

.woocommerce form.lost_reset_password {
  margin: 0 0 60px;
}

@media (min-width: 480px) {
  .woocommerce form.lost_reset_password .form-row-first {
    width: 50%;
    padding-right: 15px;
  }
}

.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  margin: 0 0 20px;
  font-size: 1em;
  position: relative;
  text-transform: uppercase;
  border: none;
}

.woocommerce.widget_shopping_cart .total span,
.woocommerce .widget_shopping_cart .total span {
  font-weight: 400;
}

.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;
}

.woocommerce.widget_shopping_cart .total .amount,
.woocommerce .widget_shopping_cart .total .amount {
  float: right;
}

.woocommerce.widget_shopping_cart .woo-buttons,
.woocommerce .widget_shopping_cart .woo-buttons {
  margin: 0 0 20px !important;
  padding: 0 25px;
  *zoom: 1;
  text-align: center;
}

.woocommerce.widget_shopping_cart .woo-buttons:before,
.woocommerce.widget_shopping_cart .woo-buttons:after,
.woocommerce .widget_shopping_cart .woo-buttons:before,
.woocommerce .widget_shopping_cart .woo-buttons:after {
  content: " ";
  display: table;
}

.woocommerce.widget_shopping_cart .woo-buttons:after,
.woocommerce .widget_shopping_cart .woo-buttons:after {
  clear: both;
}

.woocommerce.widget_shopping_cart .woo-buttons .button,
.woocommerce .widget_shopping_cart .woo-buttons .button {
  margin: 0 7.5px 10px 0;
  display: block;
  float: left;
  width: calc(50% - 7.5px);
  padding-left: 0px;
  padding-right: 0px;
}

.woocommerce.widget_shopping_cart .woo-buttons .button.checkout,
.woocommerce .widget_shopping_cart .woo-buttons .button.checkout {
  margin: 0 0 10px 7.5px;
}

.woocommerce.widget_shopping_cart ul.cart_list,
.woocommerce.widget_shopping_cart ul.product_list_widget,
.woocommerce .widget_shopping_cart ul.cart_list,
.woocommerce .widget_shopping_cart ul.product_list_widget {
  list-style: none outside;
  padding: 10px 25px;
  margin: 0;
  overflow: auto;
  font-size: 1em;
  max-height: 400px;
}

.woocommerce.widget_shopping_cart ul.cart_list li,
.woocommerce.widget_shopping_cart ul.product_list_widget li,
.woocommerce .widget_shopping_cart ul.cart_list li,
.woocommerce .widget_shopping_cart ul.product_list_widget li {
  padding: 10px 0;
  margin: 0 0;
  *zoom: 1;
  list-style: none;
  position: relative;
}

.woocommerce.widget_shopping_cart ul.cart_list li:before,
.woocommerce.widget_shopping_cart ul.cart_list li:after,
.woocommerce.widget_shopping_cart ul.product_list_widget li:before,
.woocommerce.widget_shopping_cart ul.product_list_widget li:after,
.woocommerce .widget_shopping_cart ul.cart_list li:before,
.woocommerce .widget_shopping_cart ul.cart_list li:after,
.woocommerce .widget_shopping_cart ul.product_list_widget li:before,
.woocommerce .widget_shopping_cart ul.product_list_widget li:after {
  content: " ";
  display: table;
}

.woocommerce.widget_shopping_cart ul.cart_list li:after,
.woocommerce.widget_shopping_cart ul.product_list_widget li:after,
.woocommerce .widget_shopping_cart ul.cart_list li:after,
.woocommerce .widget_shopping_cart ul.product_list_widget li:after {
  clear: both;
}

.woocommerce.widget_shopping_cart ul.cart_list li:hover .product-image:before,
.woocommerce.widget_shopping_cart ul.product_list_widget li:hover .product-image:before,
.woocommerce .widget_shopping_cart ul.cart_list li:hover .product-image:before,
.woocommerce .widget_shopping_cart ul.product_list_widget li:hover .product-image:before {
  opacity: 1;
  visibility: visible;
}

.woocommerce.widget_shopping_cart ul.cart_list li.empty,
.woocommerce.widget_shopping_cart ul.product_list_widget li.empty,
.woocommerce .widget_shopping_cart ul.cart_list li.empty,
.woocommerce .widget_shopping_cart ul.product_list_widget li.empty {
  padding: 25px 0 30px;
}

.woocommerce.widget_shopping_cart ul.cart_list li a:hover,
.woocommerce.widget_shopping_cart ul.product_list_widget li a:hover,
.woocommerce .widget_shopping_cart ul.cart_list li a:hover,
.woocommerce .widget_shopping_cart ul.product_list_widget li a:hover {
  color: #1d1f4f;
}

.woocommerce.widget_shopping_cart ul.cart_list li a.remove,
.woocommerce.widget_shopping_cart ul.product_list_widget li a.remove,
.woocommerce .widget_shopping_cart ul.cart_list li a.remove,
.woocommerce .widget_shopping_cart ul.product_list_widget li a.remove {
  position: absolute;
  overflow: hidden;
  left: 5px;
  top: 15px;
  z-index: 1;
  padding: 0 0;
  margin: 0 0;
  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;
}

.woocommerce.widget_shopping_cart ul.cart_list li a.remove:before,
.woocommerce.widget_shopping_cart ul.product_list_widget li a.remove:before,
.woocommerce .widget_shopping_cart ul.cart_list li a.remove:before,
.woocommerce .widget_shopping_cart ul.product_list_widget li a.remove:before {
  font-size: 12px;
}

.woocommerce.widget_shopping_cart ul.cart_list li a.remove:hover,
.woocommerce.widget_shopping_cart ul.product_list_widget li a.remove:hover,
.woocommerce .widget_shopping_cart ul.cart_list li a.remove:hover,
.woocommerce .widget_shopping_cart ul.product_list_widget li a.remove:hover {
  background: #1d1f4f;
  color: #FFF;
}

.woocommerce.widget_shopping_cart ul.cart_list li a.remove:hover:before,
.woocommerce.widget_shopping_cart ul.product_list_widget li a.remove:hover:before,
.woocommerce .widget_shopping_cart ul.cart_list li a.remove:hover:before,
.woocommerce .widget_shopping_cart ul.product_list_widget li a.remove:hover:before {
  color: #FFF;
}

.woocommerce.widget_shopping_cart ul.cart_list li .product-image,
.woocommerce.widget_shopping_cart ul.product_list_widget li .product-image,
.woocommerce .widget_shopping_cart ul.cart_list li .product-image,
.woocommerce .widget_shopping_cart ul.product_list_widget li .product-image {
  position: relative;
  display: inline-block;
  float: left;
  float: left;
  padding: 0 0;
  margin-right: 15px;
  max-width: 80px;
}

.woocommerce.widget_shopping_cart ul.cart_list li .product-image:before,
.woocommerce.widget_shopping_cart ul.product_list_widget li .product-image:before,
.woocommerce .widget_shopping_cart ul.cart_list li .product-image:before,
.woocommerce .widget_shopping_cart ul.product_list_widget li .product-image:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.woocommerce.widget_shopping_cart ul.cart_list li .title,
.woocommerce.widget_shopping_cart ul.product_list_widget li .title,
.woocommerce .widget_shopping_cart ul.cart_list li .title,
.woocommerce .widget_shopping_cart ul.product_list_widget li .title {
  font-size: 1em;
  padding: 0 0;
  margin: 5px 0 5px 0;
  display: block;
  color: #161616;
  font-weight: 400;
  line-height: 1.42857;
}

.woocommerce.widget_shopping_cart ul.cart_list li .title:hover,
.woocommerce.widget_shopping_cart ul.product_list_widget li .title:hover,
.woocommerce .widget_shopping_cart ul.cart_list li .title:hover,
.woocommerce .widget_shopping_cart ul.product_list_widget li .title:hover {
  color: #1d1f4f;
}

.woocommerce.widget_shopping_cart ul.cart_list li .quantity,
.woocommerce.widget_shopping_cart ul.product_list_widget li .quantity,
.woocommerce .widget_shopping_cart ul.cart_list li .quantity,
.woocommerce .widget_shopping_cart ul.product_list_widget li .quantity {
  display: block;
}

.woocommerce.widget_shopping_cart ul.cart_list li img,
.woocommerce.widget_shopping_cart ul.product_list_widget li img,
.woocommerce .widget_shopping_cart ul.cart_list li img,
.woocommerce .widget_shopping_cart ul.product_list_widget li img {
  box-shadow: none;
  border: none;
  margin: 0;
  float: none;
  width: auto;
}

.woocommerce.widget_shopping_cart ul.cart_list li dl,
.woocommerce.widget_shopping_cart ul.product_list_widget li dl,
.woocommerce .widget_shopping_cart ul.cart_list li dl,
.woocommerce .widget_shopping_cart ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border: none;
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
}

.woocommerce.widget_shopping_cart ul.cart_list li dl:before,
.woocommerce.widget_shopping_cart ul.cart_list li dl:after,
.woocommerce.widget_shopping_cart ul.product_list_widget li dl:before,
.woocommerce.widget_shopping_cart ul.product_list_widget li dl:after,
.woocommerce .widget_shopping_cart ul.cart_list li dl:before,
.woocommerce .widget_shopping_cart ul.cart_list li dl:after,
.woocommerce .widget_shopping_cart ul.product_list_widget li dl:before,
.woocommerce .widget_shopping_cart ul.product_list_widget li dl:after {
  content: " ";
  display: table;
}

.woocommerce.widget_shopping_cart ul.cart_list li dl:after,
.woocommerce.widget_shopping_cart ul.product_list_widget li dl:after,
.woocommerce .widget_shopping_cart ul.cart_list li dl:after,
.woocommerce .widget_shopping_cart ul.product_list_widget li dl:after {
  clear: both;
}

.woocommerce.widget_shopping_cart ul.cart_list li dl dt,
.woocommerce.widget_shopping_cart ul.cart_list li dl dd,
.woocommerce.widget_shopping_cart ul.product_list_widget li dl dt,
.woocommerce.widget_shopping_cart ul.product_list_widget li dl dd,
.woocommerce .widget_shopping_cart ul.cart_list li dl dt,
.woocommerce .widget_shopping_cart ul.cart_list li dl dd,
.woocommerce .widget_shopping_cart ul.product_list_widget li dl dt,
.woocommerce .widget_shopping_cart ul.product_list_widget li dl dd {
  display: inline-block;
  float: left;
  margin-bottom: 0;
}

.woocommerce.widget_shopping_cart ul.cart_list li dl dt,
.woocommerce.widget_shopping_cart ul.product_list_widget li dl dt,
.woocommerce .widget_shopping_cart ul.cart_list li dl dt,
.woocommerce .widget_shopping_cart ul.product_list_widget li dl dt {
  font-weight: 400;
  padding: 0 0 0.25em 0;
  margin: 0 4px 0 0;
  clear: left;
}

.woocommerce.widget_shopping_cart ul.cart_list li dl dd,
.woocommerce.widget_shopping_cart ul.product_list_widget li dl dd,
.woocommerce .widget_shopping_cart ul.cart_list li dl dd,
.woocommerce .widget_shopping_cart ul.product_list_widget li dl dd {
  padding: 0 0 0.25em 0;
}

.woocommerce.widget_shopping_cart ul.cart_list li dl dd p:last-child,
.woocommerce.widget_shopping_cart ul.product_list_widget li dl dd p:last-child,
.woocommerce .widget_shopping_cart ul.cart_list li dl dd p:last-child,
.woocommerce .widget_shopping_cart ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}

.woocommerce.widget_shopping_cart ul.cart_list li .star-rating,
.woocommerce.widget_shopping_cart ul.product_list_widget li .star-rating,
.woocommerce .widget_shopping_cart ul.cart_list li .star-rating,
.woocommerce .widget_shopping_cart ul.product_list_widget li .star-rating {
  float: none;
}

.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: 400;
  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: 145px;
  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.lost_reset_password,
.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
  border: none;
  padding: 0px;
  margin: 0 0 30px;
  text-align: left;
}

.woocommerce form.lost_reset_password .woocommerce-form-row label,
.woocommerce form.login .woocommerce-form-row label,
.woocommerce form.checkout_coupon .woocommerce-form-row label,
.woocommerce form.register .woocommerce-form-row label {
  display: block;
  margin: 0 0 5px;
}

.woocommerce form.login h2 {
  font-size: 2em;
}

.woocommerce form.login label.woocommerce-form__label {
  display: block;
  margin: 0 0 10px;
}

.woocommerce ul#shipping_method {
  list-style: none outside;
  margin: 0 0 10px;
  padding: 0;
}

.woocommerce ul#shipping_method li {
  margin: 0;
  padding: 0 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 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;
  padding: 0;
  list-style: none;
  margin: -6px 0 0;
  padding: 0;
  border: 0;
}

.woocommerce .widget_layered_nav ul li {
  padding: 6px 0;
  display: block;
  color: #161616;
}

.woocommerce .widget_layered_nav ul li>*:first-child {
  position: relative;
  padding: 0 0 0 26px;
  background: transparent;
  line-height: 1;
}

.woocommerce .widget_layered_nav ul li>*:first-child:before {
  width: 16px;
  height: 16px;
  border: 2px solid #555555;
  border-radius: 0px;
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.woocommerce .widget_layered_nav ul li>a:after {
  position: absolute;
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  left: 0px;
  top: 1px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0;
  color: #1d1f4f;
}

.woocommerce .widget_layered_nav ul li .count {
  position: relative;
  color: #bbb;
  font-size: 100%;
}

.woocommerce .widget_layered_nav ul li .count:before {
  content: "(";
}

.woocommerce .widget_layered_nav ul li .count:after {
  content: ")";
}

.woocommerce .widget_layered_nav ul li.chosen>a,
.woocommerce .widget_layered_nav ul li:hover>a {
  text-decoration: none;
}

.woocommerce .widget_layered_nav ul li.chosen>a:after,
.woocommerce .widget_layered_nav ul li.chosen>a:before,
.woocommerce .widget_layered_nav ul li:hover>a:after,
.woocommerce .widget_layered_nav ul li:hover>a:before {
  border-color: #1d1f4f;
}

.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:last-child {
  padding-bottom: 0px;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: -3px 0 6px;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li {
  padding: 0px;
  margin: 8px 0 8px 0;
  width: 100%;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li:last-child {
  margin-bottom: 0px;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li>*:first-child {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  overflow: visible;
  text-indent: 30px;
  position: relative;
  margin: 0 0;
  border: none !important;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li>*:first-child:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 5px solid #FFF;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 1;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li>*:first-child:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid #555555;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.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: #fff;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen>a:after,
.woocommerce .widget_layered_nav ul.yith-wcan-color li:hover>a:after {
  border-color: #1d1f4f;
  border-width: 2px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.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: #1d1f4f !important;
  border-color: #1d1f4f !important;
}

.woocommerce .widget_rating_filter .wc-layered-nav-rating {
  padding: 0;
}

.woocommerce .widget_rating_filter .wc-layered-nav-rating a {
  display: block;
  text-align: right;
  color: #bbb;
}

.woocommerce .widget_rating_filter .wc-layered-nav-rating a .star-rating {
  float: left;
}

.woocommerce .widget_rating_filter .wc-layered-nav-rating a:hover {
  color: #161616;
}

.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: #1d1f4f;
}

.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: 7px 0px 0px 0px;
}

.woocommerce .widget_price_filter .price_slider_wrapper {
  position: relative;
  padding-top: 5px;
}

.woocommerce .widget_price_filter .price_slider_amount {
  margin: 25px 0 0;
  text-align: left;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  display: block;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0px;
  height: auto;
  line-height: inherit;
  position: relative;
  color: #161616;
  font-weight: 400;
}

.woocommerce .widget_price_filter .price_slider_amount .button:after {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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: 16px;
  margin-left: 10px;
  width: 12px;
  position: relative;
  top: 1px;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  color: #1d1f4f;
  background: none;
  border: none;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
  text-transform: none;
  margin: 0 0 5px;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label .from {
  left: 0;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label .to {
  right: 0;
}

.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: 14px;
  height: 14px;
  border: none;
  border-radius: 100%;
  background: #333;
  cursor: ew-resize;
  outline: none;
  top: -6px;
  margin: 0 0 0 -1px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -13px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-color: #1d1f4f;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border: 0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
  height: 2px;
  background-color: #ddd;
  margin: 0 0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.woocommerce p.cart-empty {
  margin: 0 0 30px 0;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  padding: 15px 30px;
}

.woocommerce p.cart-empty hr {
  border-top-color: #a6e1ec;
}

.woocommerce p.cart-empty .alert-link {
  color: #245269;
}

.woocommerce p.return-to-shop {
  margin: 0 0;
}

.woocommerce .woocommerce-MyAccount-navigation {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.woocommerce .woocommerce-MyAccount-navigation>ul li {
  padding: 3px 0px;
}

.woocommerce .woocommerce-MyAccount-navigation>ul li.is-active a {
  color: #1d1f4f;
}

.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: 400;
  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;
}

body.single-product .woocommerce-message,
body.single-product .woocommerce-error,
body.single-product .woocommerce-info {
  margin: 0 0 30px;
}

.woocommerce-cart table.cart {
  overflow: hidden;
}

.woocommerce-cart table.cart .product-thumbnail img {
  max-width: 100%;
  box-shadow: none;
  width: auto;
}

.woocommerce-cart table.cart th {
  text-transform: uppercase;
  background: #fff;
  font-weight: 400;
  color: #333;
}

.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
  vertical-align: middle;
}

.woocommerce-cart table.cart td.actions {
  padding: 25px 25px;
}

@media (max-width: 480px) {
  .woocommerce-cart table.cart td.actions {
    padding: 15px;
  }
}

.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;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
}

@media (max-width: 480px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    margin: 0;
    width: 50%;
  }

  .woocommerce-cart table.cart td.actions .coupon .input-text+.button {
    float: left;
    width: calc(50% - 10px);
    margin-left: 10px;
    padding: 0;
  }
}

.woocommerce-cart table.cart td.actions>.button {
  float: right;
}

@media (max-width: 767px) {
  .woocommerce-cart table.cart td.actions>.button {
    float: left;
    margin-top: 15px;
    clear: left;
  }
}

.woocommerce-cart table.cart input {
  margin: 0;
  vertical-align: middle;
}

.woocommerce-cart table.cart input.button {
  margin: 0;
}

@media (max-width: 767px) {
  .woocommerce-cart table.cart td.product-quantity {
    width: auto;
    padding: 10px;
  }

  .woocommerce-cart table.cart td.product-quantity .quantity label.screen-reader-text {
    display: none;
  }
}

@media (max-width: 480px) {
  .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: 62%;
    padding: 4px 8px 4px 0;
  }

  .woocommerce-cart table.cart tr.cart_item td.product-thumbnail {
    padding: 12px;
  }

  .woocommerce-cart table.cart tr.cart_item td.product-name {
    padding-top: 12px;
  }

  .woocommerce-cart table.cart tr.cart_item td.product-subtotal {
    padding-bottom: 12px;
  }

  .woocommerce-cart table.cart tr.cart_item .product-remove {
    padding: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 17px;
    top: 17px;
  }

  .woocommerce-cart table.cart tr.cart_item .product-thumbnail {
    float: left;
    width: 38%;
  }

  .woocommerce-cart table.cart tr.cart_item .product-subtotal {
    display: none;
  }
}

@media (max-width: 480px) and (max-width: 480px) {
  .woocommerce-cart table.cart tr.cart_item .product-remove a.remove {
    background: rgba(255, 255, 255, 0.6);
  }

  .woocommerce-cart table.cart tr.cart_item .product-remove a.remove:before {
    font-size: 12px;
  }

  .woocommerce-cart table.cart tr.cart_item .product-remove a.remove:hover {
    background: #FFF;
  }
}

.woocommerce-cart .wc-proceed-to-checkout {
  *zoom: 1;
  padding: 0 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;
  width: 100%;
  padding: 0 0;
  font-size: 1em;
  background: #1d1f4f;
  color: #fff;
}

.woocommerce-cart .wc-proceed-to-checkout .wcppec-checkout-buttons {
  margin: 15px 0 0;
}

.woocommerce-cart .wc-proceed-to-checkout .wcppec-checkout-buttons .wcppec-checkout-buttons__separator {
  margin: 8px 0;
}

.woocommerce-cart .wc-proceed-to-checkout .wcppec-checkout-buttons .wcppec-checkout-buttons__button {
  padding: 0;
}

.woocommerce-cart .cart-collaterals {
  margin: 0 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 .woocommerce-shipping-calculator .button,
.woocommerce-cart .cart-collaterals .shipping_calculator .button {
  width: 100%;
  float: none;
  display: block;
}

.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button {
  font-weight: 400;
}

.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button:after,
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  content: "f5e4";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  margin-left: 8px;
  text-align: right;
  font-size: 14px;
}

.woocommerce-cart .cart-collaterals .cross-sells {
  width: 72%;
  float: left;
  padding: 0 60px 0 0;
  margin: 50px 0 0;
}

.woocommerce-cart .cart-collaterals .cross-sells h2 {
  position: relative;
  line-height: 1.1;
  margin: 0 0 13px;
  font-size: 1.7142em;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .woocommerce-cart .cart-collaterals .cross-sells {
    width: 65%;
    padding-right: 30px;
  }
}

@media (max-width: 992px) {
  .woocommerce-cart .cart-collaterals .cross-sells {
    width: 60%;
    padding-right: 20px;
  }
}

@media (max-width: 480px) {
  .woocommerce-cart .cart-collaterals .cross-sells {
    width: 100%;
    padding: 0 0;
  }
}

.woocommerce-cart .cart-collaterals .cart_totals {
  width: 28%;
  float: right;
  padding: 0 0 0 60px;
  margin: 50px 0 0;
}

@media (max-width: 1199px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    width: 35%;
    padding-left: 30px;
  }
}

@media (max-width: 992px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    width: 40%;
    padding-left: 20px;
  }
}

@media (max-width: 480px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
    padding: 0 0;
    clear: left;
    float: left;
    padding-left: 0px;
    margin-top: 60px;
  }
}

.woocommerce-cart .cart-collaterals .cart_totals .sns_products_heading {
  margin-bottom: 60px;
}

.woocommerce-cart .cart-collaterals .cart_totals ul.products li.product {
  margin-top: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals ul.products li.product .block-product-inner .item-info .info-inner {
  padding-bottom: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals ul.products li.product .block-product-inner .item-info .item-content {
  *zoom: 1;
}

.woocommerce-cart .cart-collaterals .cart_totals ul.products li.product .block-product-inner .item-info .item-content:before,
.woocommerce-cart .cart-collaterals .cart_totals ul.products li.product .block-product-inner .item-info .item-content:after {
  content: " ";
  display: table;
}

.woocommerce-cart .cart-collaterals .cart_totals ul.products li.product .block-product-inner .item-info .item-content:after {
  clear: both;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
  position: relative;
  line-height: 1.1;
  margin: 0 0 13px;
  font-size: 1.7142em;
  text-transform: uppercase;
}

.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 15px;
  padding: 0;
  border: none;
}

.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 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
  text-align: left;
  color: #161616;
  padding: 15px 10px 15px 0;
  text-transform: uppercase;
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
  padding: 15px 0 15px 10px;
}

.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: 5px 0 0;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
  margin-top: 10px;
}

.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 .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 0;
  font-weight: inherit;
  color: inherit;
}

.woocommerce-checkout .checkout #customer_details h3#ship-to-different-address input[type="checkbox"] {
  position: relative;
  margin: 0 5px 0 0;
  top: -3px;
}

.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;
}

@media (max-width: 480px) {
  .woocommerce-checkout .checkout #customer_details.col2-set .col-1 {
    width: 100%;
    padding: 0;
    float: left;
  }
}

.woocommerce-checkout .checkout #customer_details.col2-set .col-2 {
  width: 50%;
  padding-left: 15px;
  float: left;
}

@media (max-width: 480px) {
  .woocommerce-checkout .checkout #customer_details.col2-set .col-2 {
    width: 100%;
    padding: 0;
    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 #eaeaea;
  border-radius: 5px;
}

.woocommerce-checkout #payment ul.payment_methods {
  *zoom: 1;
  text-align: left;
  padding: 25px;
  border-bottom: 1px solid #eaeaea;
  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: 25px;
}

.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;
}

#sns-ajaxcart-popup-message,
#yith-wcwl-popup-message {
  line-height: normal;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(27, 133, 174, 0.4) !important;
  margin: 0 !important;
  position: fixed;
  left: auto;
  right: 50px;
  top: 120px;
  padding: 15px 20px 15px 45px;
  z-index: 99;
  background: #d8e8f0;
  color: #1b85ae;
  border: 1px solid rgba(27, 133, 174, 0.2);
  display: none;
  font-weight: normal;
}

#sns-ajaxcart-popup-message:before,
#yith-wcwl-popup-message:before {
  font-family: "WooCommerce";
  content: "";
  color: #1b85ae;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: calc(50% - 8px);
  text-align: left;
  vertical-align: top;
}

.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: 2px 0;
  float: left;
  width: 100%;
}

.yith-woocompare-widget ul.products-list li .title {
  float: left;
  font-size: 108.3%;
  max-width: 90%;
}

.yith-woocompare-widget ul.products-list li .remove {
  background: none;
  font-size: 0px;
  width: 20px;
  height: 20px;
  border-radius: 0;
  display: inline-block;
  line-height: normal;
  float: right;
}

.yith-woocompare-widget ul.products-list li .remove:hover {
  background: none;
}

.yith-woocompare-widget .compare.button {
  margin: 0 0 0 8px;
}

.widget_product_search label {
  display: block;
  font-weight: 400;
}

.widget_product_search input[type="search"] {
  float: left;
  margin: 0 5px 0 0;
}

.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: #1d1f4f;
  background-color: #1d1f4f;
}

.widget.widget_product_categories .widget-title+.product-categories {
  padding: 0;
  margin: -1px 0 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 {
  margin-bottom: -8px;
  padding-left: 22px;
  position: relative;
}

.widget.widget_product_categories>ul li {
  position: relative;
  padding: 0;
  margin: 8px 0;
  *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 {
  padding-bottom: 0px;
}

.widget.widget_product_categories>ul li .accr_header {
  padding: 0 0;
  display: inline-block;
}

.widget.widget_product_categories>ul li .accr_header>a,
.widget.widget_product_categories>ul li>a {
  padding: 0 0;
  font-weight: 400;
}

.widget.widget_product_categories>ul li .accr_header>a:before,
.widget.widget_product_categories>ul li>a:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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: 16px;
  margin-right: 10px;
  color: #161616;
  vertical-align: middle;
  margin-top: -2px;
}

.widget.widget_product_categories>ul li .count {
  color: #bbb;
}

.widget.widget_product_categories>ul>li .accr_header>a,
.widget.widget_product_categories>ul>li>a {
  padding: 0 0;
}

.widget.widget_product_categories>ul>li .accr_header .btn_accor {
  top: 0;
  color: #161616;
}

.widget.widget_product_categories>ul>li .accr_header .btn_accor i {
  display: none;
}

.widget.widget_product_categories>ul>li .accr_header .btn_accor:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  text-align: right;
}

.widget.widget_product_categories>ul>li .accr_header:hover .accr_header>a,
.widget.widget_product_categories>ul>li .accr_header:hover>a {
  color: #1d1f4f;
}

.widget.widget_product_categories>ul>li .accr_header:hover .accr_header>a:before,
.widget.widget_product_categories>ul>li .accr_header:hover>a:before {
  color: #1d1f4f;
}

.widget.widget_product_categories>ul>li .accr_header:hover .btn_accor {
  color: #1d1f4f;
}

.widget.widget_product_categories>ul>li .accr_header.open .accr_header>a,
.widget.widget_product_categories>ul>li .accr_header.open>a {
  color: #1d1f4f;
}

.widget.widget_product_categories>ul>li .accr_header.open .accr_header>a:before,
.widget.widget_product_categories>ul>li .accr_header.open>a:before {
  color: #1d1f4f;
}

.widget.widget_product_categories>ul>li .accr_header.open .btn_accor {
  color: #1d1f4f;
}

.widget.widget_product_categories>ul>li .accr_header.open .btn_accor:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  text-align: right;
}

.widget.widget_product_categories>ul>li:first-child {
  padding-top: 0px;
}

.widget.widget_product_categories>ul>li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.widget.widget_product_categories .accr_content {
  width: 100%;
}

.widget_products ins {
  margin: 0 0 0 5px;
}

.products-list a.title {
  font-size: 108.3%;
}

.woocommerce table.wishlist_table {
  font-size: 100%;
  opacity: 1 !important;
  margin-bottom: 0px;
}

.woocommerce table.wishlist_table .add_to_cart,
.woocommerce table.wishlist_table .yith-wcqv-button {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #333;
  border: none;
  color: #fff;
  margin: 0 0;
  border-radius: 3px;
  font-size: 0px;
  padding: 0 !important;
  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;
}

.woocommerce table.wishlist_table .add_to_cart:before,
.woocommerce table.wishlist_table .yith-wcqv-button:before {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  background-color: transparent;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: inherit;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.woocommerce table.wishlist_table .add_to_cart:focus,
.woocommerce table.wishlist_table .add_to_cart:active,
.woocommerce table.wishlist_table .yith-wcqv-button:focus,
.woocommerce table.wishlist_table .yith-wcqv-button:active {
  background: transparent;
  box-shadow: none;
}

.woocommerce table.wishlist_table .add_to_cart:hover,
.woocommerce table.wishlist_table .yith-wcqv-button:hover {
  background: transparent;
}

.woocommerce table.wishlist_table .add_to_cart:hover:before,
.woocommerce table.wishlist_table .yith-wcqv-button:hover:before {
  color: #1d1f4f;
}

.woocommerce table.wishlist_table .add_to_cart:hover,
.woocommerce table.wishlist_table .yith-wcqv-button:hover {
  background-color: #1d1f4f;
  border-color: #1d1f4f;
}

.woocommerce table.wishlist_table .add_to_cart:hover:before,
.woocommerce table.wishlist_table .yith-wcqv-button:hover:before {
  color: #FFF;
}

.woocommerce table.wishlist_table .add_to_cart.product_type_variable,
.woocommerce table.wishlist_table .add_to_cart.product_type_simple,
.woocommerce table.wishlist_table .add_to_cart.product_type_grouped,
.woocommerce table.wishlist_table .add_to_cart.product_type_external,
.woocommerce table.wishlist_table .add_to_cart.add_to_cart_button,
.woocommerce table.wishlist_table .yith-wcqv-button.product_type_variable,
.woocommerce table.wishlist_table .yith-wcqv-button.product_type_simple,
.woocommerce table.wishlist_table .yith-wcqv-button.product_type_grouped,
.woocommerce table.wishlist_table .yith-wcqv-button.product_type_external,
.woocommerce table.wishlist_table .yith-wcqv-button.add_to_cart_button {
  display: block !important;
}

.woocommerce table.wishlist_table .add_to_cart.product_type_variable:before,
.woocommerce table.wishlist_table .add_to_cart.product_type_simple:before,
.woocommerce table.wishlist_table .add_to_cart.product_type_grouped:before,
.woocommerce table.wishlist_table .add_to_cart.product_type_external:before,
.woocommerce table.wishlist_table .add_to_cart.add_to_cart_button:before,
.woocommerce table.wishlist_table .yith-wcqv-button.product_type_variable:before,
.woocommerce table.wishlist_table .yith-wcqv-button.product_type_simple:before,
.woocommerce table.wishlist_table .yith-wcqv-button.product_type_grouped:before,
.woocommerce table.wishlist_table .yith-wcqv-button.product_type_external:before,
.woocommerce table.wishlist_table .yith-wcqv-button.add_to_cart_button:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

.woocommerce table.wishlist_table .add_to_cart.product_type_variable.loading:before,
.woocommerce table.wishlist_table .add_to_cart.product_type_simple.loading:before,
.woocommerce table.wishlist_table .add_to_cart.product_type_grouped.loading:before,
.woocommerce table.wishlist_table .add_to_cart.product_type_external.loading:before,
.woocommerce table.wishlist_table .add_to_cart.add_to_cart_button.loading:before,
.woocommerce table.wishlist_table .yith-wcqv-button.product_type_variable.loading:before,
.woocommerce table.wishlist_table .yith-wcqv-button.product_type_simple.loading:before,
.woocommerce table.wishlist_table .yith-wcqv-button.product_type_grouped.loading:before,
.woocommerce table.wishlist_table .yith-wcqv-button.product_type_external.loading:before,
.woocommerce table.wishlist_table .yith-wcqv-button.add_to_cart_button.loading:before {
  position: absolute;
  background: transparent;
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  z-index: 1;
  cursor: wait;
  -webkit-animation: spin 0.6s ease-in-out infinite;
  -moz-animation: spin 0.6s ease-in-out infinite;
  -o-animation: spin 0.6s ease-in-out infinite;
  animation: spin 0.6s ease-in-out infinite;
}

.woocommerce table.wishlist_table .add_to_cart.product_type_variable.added,
.woocommerce table.wishlist_table .add_to_cart.product_type_simple.added,
.woocommerce table.wishlist_table .add_to_cart.product_type_grouped.added,
.woocommerce table.wishlist_table .add_to_cart.product_type_external.added,
.woocommerce table.wishlist_table .add_to_cart.add_to_cart_button.added,
.woocommerce table.wishlist_table .yith-wcqv-button.product_type_variable.added,
.woocommerce table.wishlist_table .yith-wcqv-button.product_type_simple.added,
.woocommerce table.wishlist_table .yith-wcqv-button.product_type_grouped.added,
.woocommerce table.wishlist_table .yith-wcqv-button.product_type_external.added,
.woocommerce table.wishlist_table .yith-wcqv-button.add_to_cart_button.added {
  display: none;
}

.woocommerce table.wishlist_table .add_to_cart.product_type_variable:before,
.woocommerce table.wishlist_table .add_to_cart.product_type_grouped:before,
.woocommerce table.wishlist_table .add_to_cart.product_type_external:before,
.woocommerce table.wishlist_table .yith-wcqv-button.product_type_variable:before,
.woocommerce table.wishlist_table .yith-wcqv-button.product_type_grouped:before,
.woocommerce table.wishlist_table .yith-wcqv-button.product_type_external:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

.woocommerce table.wishlist_table .add_to_cart.added_to_cart,
.woocommerce table.wishlist_table .yith-wcqv-button.added_to_cart {
  color: #555555;
}

.woocommerce table.wishlist_table .add_to_cart.added_to_cart i,
.woocommerce table.wishlist_table .yith-wcqv-button.added_to_cart i {
  display: none;
}

.woocommerce table.wishlist_table .add_to_cart.added_to_cart:before,
.woocommerce table.wishlist_table .yith-wcqv-button.added_to_cart:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
}

.woocommerce table.wishlist_table .add_to_cart.added_to_cart:hover,
.woocommerce table.wishlist_table .yith-wcqv-button.added_to_cart:hover {
  background: #1d1f4f;
}

.woocommerce table.wishlist_table .add_to_cart.added_to_cart:hover:before,
.woocommerce table.wishlist_table .yith-wcqv-button.added_to_cart:hover:before {
  color: inherit;
}

.woocommerce table.wishlist_table .add_to_cart.yith-wcqv-button,
.woocommerce table.wishlist_table .yith-wcqv-button.yith-wcqv-button {
  position: relative;
}

.woocommerce table.wishlist_table .add_to_cart.yith-wcqv-button:before,
.woocommerce table.wishlist_table .yith-wcqv-button.yith-wcqv-button:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

.woocommerce table.wishlist_table .add_to_cart.yith-wcqv-button .blockUI.blockOverlay,
.woocommerce table.wishlist_table .yith-wcqv-button.yith-wcqv-button .blockUI.blockOverlay {
  position: absolute;
  top: 0px !important;
  left: 0px !important;
  border-radius: 3px;
  border: none !important;
  overflow: hidden;
  opacity: 1 !important;
  background: #fff !important;
  color: #333 !important;
  width: 35px !important;
  height: 35px !important;
  line-height: 35px !important;
  cursor: wait;
}

.woocommerce table.wishlist_table .add_to_cart.yith-wcqv-button .blockUI.blockOverlay:before,
.woocommerce table.wishlist_table .add_to_cart.yith-wcqv-button .blockUI.blockOverlay:after,
.woocommerce table.wishlist_table .yith-wcqv-button.yith-wcqv-button .blockUI.blockOverlay:before,
.woocommerce table.wishlist_table .yith-wcqv-button.yith-wcqv-button .blockUI.blockOverlay:after {
  color: inherit !important;
  font-size: 16px;
  cursor: wait;
  width: 35px !important;
  height: 35px !important;
  line-height: 35px !important;
  display: block;
}

.woocommerce table.wishlist_table .add_to_cart.yith-wcqv-button:hover .blockUI.blockOverlay,
.woocommerce table.wishlist_table .yith-wcqv-button.yith-wcqv-button:hover .blockUI.blockOverlay {
  background: #1d1f4f !important;
  color: #FFF !important;
}

.woocommerce table.wishlist_table .yith-wcqv-button.button {
  margin-top: 15px;
  display: none;
}

@media (max-width: 767px) {
  .woocommerce table.wishlist_table .yith-wcqv-button.button {
    display: none;
  }
}

.woocommerce table.wishlist_table .add_to_cart.button {
  margin: 0 auto;
}

.woocommerce table.wishlist_table>thead>tr>th {
  background: #fff;
  text-transform: uppercase;
  color: #333;
}

.woocommerce table.wishlist_table a.remove {
  margin-left: auto;
  margin-right: auto;
}

.woocommerce table.wishlist_table tr td {
  padding: 15px 15px;
}

.woocommerce table.wishlist_table tr td.product-thumbnail a {
  max-width: 100%;
}

.woocommerce table.wishlist_table tr td.product-name a:not(.yith-wcqv-button) {
  font-weight: 400;
}

.woocommerce table.wishlist_table tr td.product-remove {
  padding: 10px 0;
}

.woocommerce table.wishlist_table tr td.product-add-to-cart a {
  margin: 0;
}

.woocommerce table.wishlist_table tr td.wishlist-empty {
  padding: 70px 15px;
}

.woocommerce table.wishlist_table tfoot tr td {
  padding: 15px 20px;
}

@media (max-width: 480px) {
  .woocommerce table.wishlist_table {
    border-collapse: collapse;
  }

  .woocommerce table.wishlist_table thead {
    display: none;
  }

  .woocommerce table.wishlist_table tbody tr {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
  }

  .woocommerce table.wishlist_table tbody tr td {
    border: medium none;
    float: right;
    width: 65%;
    padding: 4px 8px 4px 0;
    text-align: left !important;
  }

  .woocommerce table.wishlist_table tbody tr td.product-remove {
    padding: 0;
    position: absolute;
    width: 20px;
    left: 15px;
    top: 15px;
    border: none;
  }

  .woocommerce table.wishlist_table tbody tr td.product-add-to-cart>* {
    margin: 0 0 10px !important;
  }

  .woocommerce table.wishlist_table tbody tr td.product-thumbnail {
    padding: 12px;
  }

  .woocommerce table.wishlist_table tbody tr td.product-name {
    padding-top: 15px;
  }

  .woocommerce table.wishlist_table tbody tr td.product-subtotal {
    padding-bottom: 15px;
  }

  .woocommerce table.wishlist_table tbody tr td.wishlist-empty {
    width: 100%;
    text-align: center !important;
    margin: 0 0;
  }

  .woocommerce table.wishlist_table tbody tr .product-thumbnail {
    float: left;
    width: 35%;
  }

  .woocommerce table.wishlist_table tbody tr .product-subtotal:before {
    content: "Subtotal: ";
  }
}

.woocommerce .wishlist-title {
  margin-bottom: 25px !important;
}

.woocommerce .wishlist-title h2 {
  padding: 0;
  vertical-align: middle;
  text-transform: none;
  font-weight: 400;
  font-size: 1.2857em;
  margin: 0px;
}

.woocommerce .wishlist-title h2:hover {
  background: none;
}

.woocommerce .wishlist-title a.show-title-form {
  padding: 0;
  border: none;
  background: none;
  height: auto;
  line-height: inherit;
  margin: 0 0 0 15px;
  text-transform: none;
}

.woocommerce .wishlist-title a.show-title-form i {
  margin-right: 3px;
}

.woocommerce .wishlist-title a.show-title-form:hover {
  background: no-repeat;
  color: #1d1f4f;
}

.woocommerce .yith_wcwl_wishlist_footer {
  display: block;
  width: 100%;
}

.woocommerce .yith_wcwl_wishlist_footer .yith-wcwl-share {
  margin: 20px 0;
}

.woocommerce .yith_wcwl_wishlist_footer .yith-wcwl-share h4.yith-wcwl-share-title {
  margin: 0 0;
  font-size: 1em;
  text-transform: uppercase;
}

.woocommerce .yith_wcwl_wishlist_footer .yith-wcwl-share ul li {
  padding: 0;
  margin: 0 2.5px;
  display: inline-block;
}

.woocommerce .yith_wcwl_wishlist_footer .yith-wcwl-share ul li:first-child {
  margin-left: 0px;
}

body .select2-drop-active {
  border-color: #e9e9e9;
}

@media (min-width: 768px) {

  .woocommerce ul.products li.first,
  .woocommerce-page ul.products li.first {
    clear: none;
  }
}

@media screen and (max-width: 600px) {
  html {
    margin-top: 0px !important;
    min-height: 100vh;
  }

  * html body {
    margin-top: 0px !important;
  }
}

html {
  padding-bottom: 0;
}

body {
  color: #555555;
  line-height: 1.8;
  overflow-x: hidden;
  margin-bottom: 0;
}

body #sns_wrapper>.wrap {
  width: 100%;
}

.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: #161616;
  -webkit-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}

a:before {
  -webkit-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}

a:hover {
  text-decoration: none;
  color: #1d1f4f;
}

a.underline {
  text-decoration: underline;
}

.text-bold {
  font-weight: 400;
}

.text-bold i {
  margin-left: 5px;
}

p {
  margin-bottom: 18px;
}

ul,
ol {
  margin-bottom: 18px;
  margin-top: 0;
  padding-left: 25px;
}

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

ul li,
ol li {
  padding: 3px 0;
}

/* ul li:first-child,
ol li:first-child {
  padding-top: 0px;
} */

ul li:last-child,
ol li:last-child {
  padding-bottom: 0px;
}

dl:not(.gallery-item) {
  margin: 0 20px;
}

dl:not(.gallery-item) dt {
  font-weight: 400;
}

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;
  margin-bottom: 12px;
  color: #161616;
  font-weight: 400;
  line-height: 1.42857;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.5em;
}

h3 {
  font-size: 1.7142em;
}

h4 {
  font-size: 1.4285em;
}

h5 {
  font-size: 1.1428em;
}

h6 {
  font-size: 0.8571em;
}

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;
}

legend {
  font-weight: inherit;
  margin: 15px 0 15px;
  padding: 0 0 5px;
  color: #161616;
  font-size: 130%;
}

blockquote {
  margin: 0 0 15px;
  padding: 5px 25px;
  line-height: 1.7;
  font-size: 1em;
  border: none;
  position: relative;
}

blockquote>*:not(cite) {
  color: #161616;
  font-size: 1.1428em;
  font-weight: 400;
}

blockquote cite {
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  color: #bbb;
  display: block;
  margin-top: 18px;
}

blockquote cite a {
  color: inherit;
}

blockquote cite a:hover {
  color: #1d1f4f;
}

blockquote:before {
  position: absolute;
  content: "";
  height: calc(100% - 10px);
  width: 5px;
  background: #555;
  left: 0px;
  top: 5px;
}

blockquote.has-text-align-right:before {
  left: auto;
  right: 0px;
}

pre {
  border-color: #ddd;
  padding: 25px;
  white-space: pre-wrap;
}

select {
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 4px 10px;
  border: 1px solid #ddd;
  cursor: pointer;
  border-radius: 0px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

select:focus {
  border-color: #cccccc;
  box-shadow: none 3px 3px 3px #888;
}

input,
button,
select,
textarea {
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0 8px 0 0;
}

#searchform input#s,
input[type="password"],
input[type="email"],
input[type="search"],
input[type="text"],
input.input-text {
  border-radius: 4px;
  padding: 0 15px;
  height: 50px;
  line-height: 48px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #555555;
  border: 1px solid #ddd;
  box-shadow: none 3px 3px 3px #888;
  vertical-align: middle;
}

#searchform input#s::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input.input-text::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

#searchform input#s:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input.input-text:-ms-input-placeholder {
  color: #bbb;
}

#searchform input#s::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input.input-text::-webkit-input-placeholder {
  color: #bbb;
}

#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;
  border-color: #ddd;
  box-shadow: none 3px 3px 3px #888;
}

.uppercase {
  text-transform: uppercase;
}

textarea {
  border-radius: 4px;
  box-shadow: none 3px 3px 3px #888;
  padding: 11px 15px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border: 1px solid #ddd;
  resize: none;
}

textarea::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #bbb;
}

textarea::-webkit-input-placeholder {
  color: #bbb;
}

textarea:focus {
  box-shadow: none 3px 3px 3px #888;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .hidden-title-form a.hide-title-form,
article.type-attachment .more-link,
article.type-page .more-link,
article.type-post .more-link,
.btn,
.comment-respond #submit,
#searchform #searchsubmit,
input[type="submit"],
button[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: 0px 30px;
  height: 50px;
  line-height: 50px;
  border: none;
  background: #333;
  color: #FFF;
  font-weight: 400;
  text-transform: uppercase;
  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: 4px;
  vertical-align: middle;
  white-space: normal;
}

.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce .hidden-title-form a.hide-title-form:hover,
.woocommerce .hidden-title-form a.hide-title-form:focus,
article.type-attachment .more-link:hover,
article.type-attachment .more-link:focus,
article.type-page .more-link:hover,
article.type-page .more-link:focus,
article.type-post .more-link:hover,
article.type-post .more-link:focus,
.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,
button[type="submit"]:hover,
button[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
.button:hover,
.button:focus,
button:hover,
button:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d1f4f;
}

#sns_wrapper .vc_btn3-container.dbea-btn .vc_btn3 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0px 45px;
  height: 50px;
  line-height: 50px;
  border: none;
  background: #161616;
  color: #FFF !important;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1em !important;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-radius: 5px;
  vertical-align: middle;
  white-space: normal;
}

#sns_wrapper .vc_btn3-container.dbea-btn .vc_btn3:hover,
#sns_wrapper .vc_btn3-container.dbea-btn .vc_btn3:focus {
  color: #FFF !important;
  background: #1d1f4f !important;
  border: none;
  text-decoration: none;
}

#sns_wrapper .vc_btn3-container.dbea-btn-white .vc_btn3 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0px 50px;
  height: 60px;
  line-height: 60px;
  border: none;
  background: #FFF;
  color: #161616 !important;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1em !important;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-radius: 5px;
  vertical-align: middle;
  white-space: normal;
}

#sns_wrapper .vc_btn3-container.dbea-btn-white .vc_btn3:hover,
#sns_wrapper .vc_btn3-container.dbea-btn-white .vc_btn3:focus {
  color: #FFF !important;
  background: #1d1f4f !important;
  border: none;
  text-decoration: none;
}

.color-text {
  color: #555555;
}

a:focus,
input:focus,
button:focus,
select:focus,
a:visited,
input:visited,
button:visited,
select:visited {
  outline: none !important;
}

#sns-totop {
  width: 40px;
  height: 40px;
  border: none;
  bottom: 100px;
  right: 50px;
  text-decoration: none;
  position: fixed;
  overflow: hidden;
  z-index: 40;
  display: block;
  text-align: center;
  background: #333;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}

#sns-totop:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#sns-totop.active {
  opacity: 1;
  visibility: visible;
}

#sns-totop:hover:before {
  background: #1d1f4f;
  -webkit-animation: heartBeat 1s ease-in-out infinite;
  -moz-animation: heartBeat 1s ease-in-out infinite;
  -o-animation: heartBeat 1s ease-in-out infinite;
  animation: heartBeat 1s ease-in-out infinite;
}

@media (max-width: 1199px) {
  #sns-totop {
    position: fixed;
    left: auto;
    right: 30px;
    bottom: 180px;
  }
}

.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 .select2-selection--single {
  border: 1px solid #ddd;
  border-radius: 0px;
  height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding: 0 30px 0 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 8px;
}

.select2-dropdown {
  padding: 10px 10px 10px;
  border: 1px solid #ddd !important;
  border-radius: 0px;
}

.select2-dropdown .select2-results__option {
  padding: 3px 8px;
}

.select2-container--default .select2-search--dropdown {
  padding: 0;
  margin: 0 0 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ddd;
  padding: 0 15px;
  height: 44px;
  line-height: 44px;
}

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

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

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

@media (min-width: 1200px) {
  .float-lg-left {
    float: left;
  }

  .float-lg-right {
    float: right;
  }

  .align-lg-center {
    text-align: center !important;
  }

  .align-lg-left {
    text-align: left !important;
  }

  .align-lg-right {
    text-align: right !important;
  }
}

@media (max-width: 1199px) {
  .float-md-left {
    float: left;
  }

  .float-md-right {
    float: right;
  }

  .align-md-center {
    text-align: center !important;
  }

  .align-md-left {
    text-align: left !important;
  }

  .align-md-right {
    text-align: right !important;
  }
}

@media (max-width: 991px) {
  .float-sm-left {
    float: left;
  }

  .float-sm-right {
    float: right;
  }

  .align-sm-center {
    text-align: center !important;
  }

  .align-sm-left {
    text-align: left !important;
  }

  .align-sm-right {
    text-align: right !important;
  }
}

@media (max-width: 767px) {
  .float-xs-left {
    float: left;
  }

  .float-xs-right {
    float: right;
  }

  .align-xs-center {
    text-align: center !important;
  }

  .align-xs-left {
    text-align: left !important;
  }

  .align-xs-right {
    text-align: right !important;
  }
}

@media (max-width: 480px) {
  .float-phone-left {
    float: left;
  }

  .float-phone-right {
    float: right;
  }

  .align-phone-center {
    text-align: center !important;
  }

  .align-phone-left {
    text-align: left !important;
  }

  .align-phone-right {
    text-align: right !important;
  }
}

.tooltip.in {
  z-index: 1200;
  opacity: 1;
}

.tooltip-inner {
  background-color: #1d1f4f;
  padding: 7px 12px;
  font-weight: 400;
  border-radius: 3px;
  box-shadow: -1px 0 10px rgba(0, 0, 0, 0.4);
}

.tooltip.top .tooltip-arrow {
  border-top-color: #1d1f4f;
}

.tooltip.top-left .tooltip-arrow {
  border-top-color: #1d1f4f;
}

.tooltip.top-right .tooltip-arrow {
  border-top-color: #1d1f4f;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #1d1f4f;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #1d1f4f;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #1d1f4f;
}

.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #1d1f4f;
}

.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #1d1f4f;
}

@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;
}

[class^="ion-"]:before,
[class*=" ion-"]:before {
  font-family: Ionicons;
  font-size: 1em;
  font-style: normal;
  margin: 0;
}

.sns-comments {
  margin: 75px 0 0;
  position: relative;
}

.sns-comments.no-comment {
  margin-top: 90px;
}

.sns-comments.no-comment #respond {
  margin-top: 0px;
}

.sns-comments h3#comments {
  margin: 0 0 26px;
  font-size: 2em;
  font-weight: 400;
  color: #161616;
  line-height: 1.1;
  position: relative;
}

@media (max-width: 480px) {
  .sns-comments h3#comments {
    font-size: 1.5em;
  }
}

.sns-comments .comment-reply-title {
  margin: 0 0 18px;
  font-size: 2em;
  font-weight: 400;
  color: #161616;
  line-height: 1.1;
  position: relative;
}

@media (max-width: 480px) {
  .sns-comments .comment-reply-title {
    font-size: 1.5em;
  }
}

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

.sns-comments .commentlist+.navigation {
  margin-top: 15px;
}

.sns-comments .commentlist li.pingback,
.sns-comments .commentlist li.trackback,
.sns-comments .commentlist li.comment {
  list-style: none;
  padding: 0;
}

.sns-comments .commentlist li.pingback .comment-body,
.sns-comments .commentlist li.trackback .comment-body,
.sns-comments .commentlist li.comment .comment-body {
  *zoom: 1;
  position: relative;
  padding: 30px 0 30px;
  margin: 0;
  border-top: 1px dashed #ddd;
}

.sns-comments .commentlist li.pingback .comment-body:before,
.sns-comments .commentlist li.pingback .comment-body:after,
.sns-comments .commentlist li.trackback .comment-body:before,
.sns-comments .commentlist li.trackback .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.trackback .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.trackback .comment-body .comment-user-meta,
.sns-comments .commentlist li.comment .comment-body .comment-user-meta {
  display: block;
  padding: 0 0 0 105px;
  position: relative;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta img.avatar,
.sns-comments .commentlist li.trackback .comment-body .comment-user-meta img.avatar,
.sns-comments .commentlist li.comment .comment-body .comment-user-meta img.avatar {
  float: left;
  margin: 0 25px 0 0;
  vertical-align: top;
  border-radius: 5px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-head,
.sns-comments .commentlist li.trackback .comment-body .comment-user-meta .comment-head,
.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-head {
  margin: 0 0;
  position: relative;
  *zoom: 1;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-head:before,
.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-head:after,
.sns-comments .commentlist li.trackback .comment-body .comment-user-meta .comment-head:before,
.sns-comments .commentlist li.trackback .comment-body .comment-user-meta .comment-head:after,
.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-head:before,
.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-head:after {
  content: " ";
  display: table;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-head:after,
.sns-comments .commentlist li.trackback .comment-body .comment-user-meta .comment-head:after,
.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-head:after {
  clear: both;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-head h4.comment-user,
.sns-comments .commentlist li.trackback .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 {
  margin: 0 0;
  text-transform: none;
  color: #bbb;
  font-size: 1em;
  text-transform: none;
  font-weight: normal;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-head h4.comment-user .date,
.sns-comments .commentlist li.trackback .comment-body .comment-user-meta .comment-head h4.comment-user .date,
.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-head h4.comment-user .date {
  text-transform: none;
  position: relative;
  color: #bbb;
  margin: 0 0 0 11px;
  padding: 0 0 0 16px;
  font-weight: normal;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-head h4.comment-user .date:before,
.sns-comments .commentlist li.trackback .comment-body .comment-user-meta .comment-head h4.comment-user .date:before,
.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-head h4.comment-user .date:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
  height: 12px;
  width: 1px;
  background: #bbb;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-meta,
.sns-comments .commentlist li.trackback .comment-body .comment-user-meta .comment-meta,
.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-meta {
  margin: 20px 0 0;
  font-size: 1em;
  *zoom: 1;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-meta:before,
.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-meta:after,
.sns-comments .commentlist li.trackback .comment-body .comment-user-meta .comment-meta:before,
.sns-comments .commentlist li.trackback .comment-body .comment-user-meta .comment-meta:after,
.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-meta:before,
.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-meta:after {
  content: " ";
  display: table;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-meta:after,
.sns-comments .commentlist li.trackback .comment-body .comment-user-meta .comment-meta:after,
.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-meta:after {
  clear: both;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-meta .comment-edit-link,
.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-meta .comment-reply-link,
.sns-comments .commentlist li.trackback .comment-body .comment-user-meta .comment-meta .comment-edit-link,
.sns-comments .commentlist li.trackback .comment-body .comment-user-meta .comment-meta .comment-reply-link,
.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-meta .comment-edit-link,
.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-meta .comment-reply-link {
  text-transform: uppercase;
  color: #161616;
  display: inline-block;
  position: relative;
  font-weight: 400;
  padding: 0 12px;
  line-height: 26px;
  height: 26px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: none;
  border: none;
  margin: 0 0 0 15px;
  font-size: 0.8571em;
  display: inline;
  float: left;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-meta .comment-edit-link:first-child,
.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-meta .comment-reply-link:first-child,
.sns-comments .commentlist li.trackback .comment-body .comment-user-meta .comment-meta .comment-edit-link:first-child,
.sns-comments .commentlist li.trackback .comment-body .comment-user-meta .comment-meta .comment-reply-link:first-child,
.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-meta .comment-edit-link:first-child,
.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-meta .comment-reply-link:first-child {
  margin-left: 0;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-meta .comment-edit-link:before,
.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-meta .comment-reply-link:before,
.sns-comments .commentlist li.trackback .comment-body .comment-user-meta .comment-meta .comment-edit-link:before,
.sns-comments .commentlist li.trackback .comment-body .comment-user-meta .comment-meta .comment-reply-link:before,
.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-meta .comment-edit-link:before,
.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-meta .comment-reply-link:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  background: #1d1f4f;
  border-radius: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-meta .comment-edit-link:hover,
.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-meta .comment-reply-link:hover,
.sns-comments .commentlist li.trackback .comment-body .comment-user-meta .comment-meta .comment-edit-link:hover,
.sns-comments .commentlist li.trackback .comment-body .comment-user-meta .comment-meta .comment-reply-link:hover,
.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-meta .comment-edit-link:hover,
.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-meta .comment-reply-link:hover {
  color: #FFF;
  background: none;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-meta .comment-edit-link:hover:before,
.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-meta .comment-reply-link:hover:before,
.sns-comments .commentlist li.trackback .comment-body .comment-user-meta .comment-meta .comment-edit-link:hover:before,
.sns-comments .commentlist li.trackback .comment-body .comment-user-meta .comment-meta .comment-reply-link:hover:before,
.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-meta .comment-edit-link:hover:before,
.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-meta .comment-reply-link:hover:before {
  height: 100%;
  width: 100%;
  top: 0px;
  border-radius: 4px;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-meta .comment-edit-link:focus,
.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-meta .comment-reply-link:focus,
.sns-comments .commentlist li.trackback .comment-body .comment-user-meta .comment-meta .comment-edit-link:focus,
.sns-comments .commentlist li.trackback .comment-body .comment-user-meta .comment-meta .comment-reply-link:focus,
.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-meta .comment-edit-link:focus,
.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-meta .comment-reply-link:focus {
  color: #1d1f4f;
  box-shadow: none;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-meta>*:first-child,
.sns-comments .commentlist li.trackback .comment-body .comment-user-meta .comment-meta>*:first-child,
.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-meta>*:first-child {
  margin: 0 0;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-content,
.sns-comments .commentlist li.trackback .comment-body .comment-user-meta .comment-content,
.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-content {
  position: relative;
  margin: 13px 0 0;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-content p:last-child,
.sns-comments .commentlist li.trackback .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.trackback .comment-body .comment-user-meta .comment-content ol,
.sns-comments .commentlist li.trackback .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.trackback .comment-body .comment-user-meta .comment-content ol ol,
.sns-comments .commentlist li.trackback .comment-body .comment-user-meta .comment-content ol ul,
.sns-comments .commentlist li.trackback .comment-body .comment-user-meta .comment-content ul ol,
.sns-comments .commentlist li.trackback .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;
}

@media (max-width: 767px) {

  .sns-comments .commentlist li.pingback .comment-body .comment-user-meta,
  .sns-comments .commentlist li.trackback .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.trackback .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.trackback .comment-body:before,
  .sns-comments .commentlist li.comment .comment-body:before {
    display: none;
  }
}

.sns-comments .commentlist li.trackback .comment-body .comment-user-meta,
.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;
  border-top: none;
}

.sns-comments .commentlist>li:last-child>.comment-body:last-child {
  padding-bottom: 28px;
  border-bottom: none;
}

.sns-comments .commentlist .children {
  position: relative;
  margin-left: 35px;
  padding-left: 35px;
}

@media (max-width: 767px) {
  .sns-comments .commentlist .children {
    margin-left: 25px;
    padding-left: 25px;
  }
}

@media (max-width: 480px) {
  .sns-comments .commentlist .children {
    margin-left: 15px;
    padding-left: 15px;
  }
}

.sns-comments .commentlist #respond {
  margin: 10px 0 45px;
}

.sns-comments .commentlist #respond .comment-reply-title {
  margin-bottom: 15px;
}

.sns-comments .commentlist #respond #cancel-comment-reply-link {
  text-transform: uppercase;
  color: #161616;
  display: inline-block;
  position: relative;
  font-weight: 400;
  padding: 0 12px;
  line-height: 26px;
  height: 26px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: none;
  border: none;
  margin: 0 0 0 15px;
  display: inline-block;
  position: relative;
  top: -3px;
}

.sns-comments .commentlist #respond #cancel-comment-reply-link:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  background: #1d1f4f;
  border-radius: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.sns-comments .commentlist #respond #cancel-comment-reply-link:hover {
  color: #FFF;
  background: none;
}

.sns-comments .commentlist #respond #cancel-comment-reply-link:hover:before {
  height: 100%;
  width: 100%;
  top: 0px;
  border-radius: 4px;
}

.sns-comments .commentlist+#respond {
  margin: 45px 0 0;
}

.sns-comments .navigation {
  margin: 0 0;
  padding: 0px 0 0;
  *zoom: 1;
  border: none;
}

.sns-comments .navigation:before,
.sns-comments .navigation:after {
  content: " ";
  display: table;
}

.sns-comments .navigation:after {
  clear: both;
}

.sns-comments .navigation+#respond {
  margin-top: 55px;
}

.sns-comments small {
  font-size: 12px;
  margin: 0 0 0 5px;
}

.sns-comments small a {
  text-transform: uppercase;
  color: #161616;
  font-weight: 400;
}

.sns-comments small a:hover {
  color: #1d1f4f;
}

.sns-comments #respond {
  margin: 73px 0 0;
}

.sns-comments .comment-form .logged-in-as,
.sns-comments .comment-form .comment-notes {
  margin-bottom: 15px;
  color: #555555;
}

.sns-comments .comment-form .logged-in-as a,
.sns-comments .comment-form .comment-notes a {
  color: inherit;
}

.sns-comments .comment-form .logged-in-as a:hover,
.sns-comments .comment-form .comment-notes a:hover {
  color: #1d1f4f;
}

.sns-comments .comment-form .comment-form-cookies-consent {
  margin-bottom: 25px;
}

.sns-comments .comment-form .logged-in-as+.your-comment {
  margin-bottom: 0px;
}

.sns-comments .comment-form .form-submit {
  margin: 0;
  clear: both;
}

.sns-comments .comment-form .form-submit input#submit {
  display: inline;
  vertical-align: middle;
}

.sns-comments .comment-form .form-submit input#submit:hover {
  background: #1d1f4f;
}

.sns-comments .comment-form input[type="text"],
.sns-comments .comment-form textarea {
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  padding: 0 20px;
}

.sns-comments .comment-form input[type="text"]::-moz-placeholder,
.sns-comments .comment-form textarea::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

.sns-comments .comment-form input[type="text"]:-ms-input-placeholder,
.sns-comments .comment-form textarea:-ms-input-placeholder {
  color: #bbb;
}

.sns-comments .comment-form input[type="text"]::-webkit-input-placeholder,
.sns-comments .comment-form textarea::-webkit-input-placeholder {
  color: #bbb;
}

.sns-comments .comment-form textarea {
  margin-bottom: 20px;
  height: 220px !important;
  padding: 12px 20px;
}

.sns-comments .comment-form .form-allowed-tags {
  margin-bottom: 10px;
}

.sns-comments .comment-form .your-comment {
  *zoom: 1;
}

.sns-comments .comment-form .your-comment:before,
.sns-comments .comment-form .your-comment:after {
  content: " ";
  display: table;
}

.sns-comments .comment-form .your-comment:after {
  clear: both;
}

.sns-comments .comment-form .text-field {
  margin: 0 -10px;
  *zoom: 1;
}

.sns-comments .comment-form .text-field:before,
.sns-comments .comment-form .text-field:after {
  content: " ";
  display: table;
}

.sns-comments .comment-form .text-field:after {
  clear: both;
}

.sns-comments .comment-form .text-field>div {
  width: 33.33%;
  padding: 0 10px;
  float: left;
}

@media (max-width: 480px) {
  .sns-comments .comment-form .text-field>div {
    width: 100%;
  }
}

.sns-comments .comment-form .text-field input {
  margin-bottom: 20px;
  height: 50px;
}

.sns-comments p.no-comments {
  margin-top: 70px;
}

.wp-caption {
  max-width: 100%;
}

.navigation {
  padding: 0 0;
  margin: 0 0 100px;
  text-align: center;
}

.navigation h2,
.navigation h4 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 400;
}

.navigation .screen-reader-text {
  display: inline-block;
  line-height: 25.2px;
  color: #161616;
  margin: 0 5px 0 0;
  vertical-align: middle;
  font-size: 1em;
  position: static !important;
  width: auto;
  height: 25.2px;
  clip-path: none;
}

.navigation .pagination {
  margin: -5px 0;
  color: #555555;
  vertical-align: middle;
}

.navigation .pagination a {
  text-align: center;
  margin: 2.5px 2.5px;
  padding: 0 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  float: left;
  font-size: 1em;
  color: #FFF;
  background: #333;
  border: none;
  border-radius: 2px;
}

.navigation .pagination a:hover {
  background: #1d1f4f;
}

.navigation .pagination span.page-numbers {
  text-align: center;
  display: inline-block;
  float: left;
}

.navigation .pagination span.current {
  text-align: center;
  margin: 2.5px 2.5px;
  padding: 0 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  float: left;
  font-size: 1em;
  color: #FFF;
  background: #1d1f4f;
  border: none;
  border-radius: 2px;
}

.navigation .pagination .next,
.navigation .pagination .prev {
  position: relative;
  font-size: 0px;
  margin: 2.5px 2.5px;
  width: 28px;
  height: 28px;
}

.navigation .pagination .next:hover,
.navigation .pagination .prev:hover {
  background: #1d1f4f;
}

.navigation .pagination .next:after {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  line-height: 28px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.navigation .pagination .prev:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  line-height: 28px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.navigation .pagination>* {
  margin: 2.5px 2.5px;
  text-transform: uppercase;
}

.navigation .pagination>*:first-child {
  margin-left: 0px;
}

.navigation .pagination>*:last-child {
  margin-right: 0px;
}

.navigation-ajax {
  display: block;
  text-align: center;
  margin: -30px 0 100px;
}

.navigation-ajax #navigation-ajax {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0px 25px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  color: #161616;
  font-weight: normal;
  text-transform: uppercase;
  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: 0px;
  vertical-align: middle;
  white-space: normal;
}

.navigation-ajax #navigation-ajax:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #1d1f4f;
  border-color: #1d1f4f;
}

.navigation-ajax #navigation-ajax.auto-load {
  opacity: 0;
}

.navigation-ajax #navigation-ajax.snsnav-active {
  opacity: 1;
  background: #1d1f4f;
  border-color: #1d1f4f;
  color: #FFF;
  cursor: wait;
}

.navigation-ajax #navigation-ajax.snsnav-active:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  z-index: 1;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -3px;
  -webkit-animation: spin 0.6s ease-in-out infinite;
  -moz-animation: spin 0.6s ease-in-out infinite;
  -o-animation: spin 0.6s ease-in-out infinite;
  animation: spin 0.6s ease-in-out infinite;
}

h3.sidebar-shortcodes {
  font-size: 114.29%;
  font-weight: 400;
  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%;
}

#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;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 980px;
  }

  .navbar-nav>li>a {
    font-size: 15px;
  }

  .menu-sidebar {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1460px) {
  .container {
    width: 1350px;
  }
}

@media (max-width: 480px) {
  .hidden-phone {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .col-lg-2_4 {
    width: 20%;
  }
}

/***************************************************
	scss file: assets/scss/theme/_wp_block.scss
		+ Override style for some .wp-block
****************************************************/
abbr[title],
abbr[data-original-title] {
  border-bottom: none;
}

.wp-block-table.is-style-stripes {
  border-bottom: none;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: #ddd;
}

.wp-caption {
  max-width: 100%;
  border: none;
  padding: 5px 0 0;
}

.wp-caption.alignleft {
  margin: 3px 25px 15px 0;
}

.wp-caption.alignright {
  margin: 3px 0 15px 25px;
}

.wp-caption.alignnone {
  margin: 3px 0 15px 0;
}

.wp-caption p.wp-caption-text {
  padding: 5px 0;
}

.wp-block-image figure.alignleft {
  margin: 8px 20px 10px 0;
}

.wp-block-image figure.alignright {
  margin: 8px 0 10px 20px;
}

.wp-block-image figure.alignnone {
  margin: 8px 0 10px 0;
}

.wp-block-image p.wp-caption-text {
  padding: 5px 0;
}

.wp-block-image figcaption {
  font-size: 0.8571em;
  color: #bbb;
}

.wp-block-gallery {
  margin-bottom: 18px;
  margin-top: 18px;
}

.wp-block-gallery .blocks-gallery-item {
  padding: 0;
}

.wpb_text_column img.alignleft {
  margin: 5px 15px 5px 0;
}

figure.alignnone,
figure.alignright,
figure.alignleft {
  margin-bottom: 0px;
}

figure.alignnone figcaption,
figure.alignright figcaption,
figure.alignleft figcaption {
  padding: 5px 0 0;
  margin: 0;
  font-size: 0.8571em;
  text-align: center;
  color: #bbb;
}

#wp-calendar,
table {
  background: white;
  border-color: #ddd;
  border-width: 1px;
  border-style: solid;
  width: 100%;
  margin-bottom: 20px;
}

#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: #ddd;
  border-width: 1px 1px 0 0;
  border-style: solid;
  color: #161616;
  vertical-align: middle;
}

@media (min-width: 480px) {

  #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 {
    padding: 12px 20px;
  }
}

#wp-calendar>thead>tr>th,
table>thead>tr>th {
  background: #f7f7f7;
}

#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: #ddd;
  border-width: 1px 1px 0 0;
  border-style: solid;
}

@media (min-width: 480px) {

  #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 {
    padding: 12px 20px;
  }
}

#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: #161616;
}

#wp-calendar td#today a,
table td#today a {
  color: #161616;
  font-weight: 400;
}

#wp-calendar td#today a:hover,
table td#today a:hover {
  color: #1d1f4f;
}

.wp-calendar-nav a {
  font-weight: 400;
  text-decoration: none;
}

.wp-calendar-nav .wp-calendar-nav-prev {
  float: left;
  margin: 5px 0 0 10px;
}

.wp-calendar-nav .wp-calendar-nav-next {
  float: right;
  margin: 5px 10px 0 0;
}

#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: 400;
  color: #161616;
  text-decoration: none;
}

#wp-calendar tbody td a:focus,
#wp-calendar tbody td a:hover {
  color: #1d1f4f;
  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: #ddd;
  color: inherit;
  padding: 3px 15px;
  box-shadow: none 3px 3px 3px #888;
}

.wp-block-button__link:hover {
  background-color: #1d1f4f;
  border-color: #1d1f4f;
  color: #FFF;
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient),
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient),
.wp-block-cover .wp-block-cover__gradient-background {
  color: #FFF;
}

.wp-block-gallery .blocks-gallery-grid,
.wp-block-gallery .wp-block-gallery {
  margin-bottom: -16px;
}

.widget.widget_block>.wp-block-group>.wp-block-group__inner-container>h1,
.widget.widget_block>.wp-block-group>.wp-block-group__inner-container>h2,
.widget.widget_block>.wp-block-group>.wp-block-group__inner-container>h3,
.widget.widget_block>.wp-block-group>.wp-block-group__inner-container>h4 {
  font-size: 1.5em;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 21px;
  display: flex;
  align-items: center;
}

.widget.widget_block>.wp-block-group>.wp-block-group__inner-container>h1:after,
.widget.widget_block>.wp-block-group>.wp-block-group__inner-container>h2:after,
.widget.widget_block>.wp-block-group>.wp-block-group__inner-container>h3:after,
.widget.widget_block>.wp-block-group>.wp-block-group__inner-container>h4:after {
  content: "";
  flex: 1;
  margin-left: 20px;
  height: 1px;
  background: #eaeaea;
}

.widget.widget_block ol.wp-block-latest-comments {
  padding-left: 0px;
  margin-bottom: 0;
}

.widget.widget_block ol.wp-block-latest-comments li {
  position: relative;
  padding: 10px 0 0;
  margin: 10px 0 0;
  border-top: 1px dashed #ddd;
  line-height: inherit;
}

.widget.widget_block ol.wp-block-latest-comments li:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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: 17px;
  text-align: left;
  margin-right: 6px;
  margin-top: 6px;
  float: left;
}

.widget.widget_block ol.wp-block-latest-comments li:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border-top: none;
}

.widget.widget_block ol.wp-block-latest-comments li>article {
  display: inline;
  line-height: inherit;
}

.widget.widget_block ol.wp-block-latest-comments li .wp-block-latest-comments__comment-author {
  color: inherit;
  font-weight: normal;
}

.widget.widget_block ol.wp-block-latest-comments li .wp-block-latest-comments__comment-author:hover {
  color: #1d1f4f;
}

.widget.widget_block ol.wp-block-latest-comments li a {
  padding: 0 0;
  font-weight: 400;
}

.widget.widget_block ol.wp-block-latest-comments li a:hover {
  color: #1d1f4f;
}

.widget.widget_block ul.wp-block-latest-posts li {
  position: relative;
  padding: 10px 0 0;
  margin: 10px 0 0;
  border-top: 1px solid #eaeaea;
}

.widget.widget_block ul.wp-block-latest-posts li:first-child {
  padding-top: 3px;
  margin-top: 0px;
  border-top: none;
}

.widget.widget_block ul.wp-block-latest-posts li:last-child {
  padding-bottom: 0px;
}

.widget.widget_block ul.wp-block-latest-posts li a {
  display: block;
  position: relative;
  padding: 0 0;
  font-weight: 400;
  line-height: 1.42857;
}

.widget.widget_block ul.wp-block-latest-posts li a:hover:before {
  color: inherit;
}

.widget.widget_block ul.wp-block-latest-posts li .post-date {
  font-size: 0.8571em;
  text-transform: uppercase;
  display: block;
  margin-top: 8px;
  color: #bbb;
  padding-left: 16px;
  position: relative;
}

.widget.widget_block ul.wp-block-latest-posts li .post-date:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  background: #ddd;
  left: 0px;
  top: calc(50% - 2.5px);
  border-radius: 100%;
}

.widget.widget_block .wp-block-archives li {
  position: relative;
  padding: 8px 0 0;
  margin: 8px 0 0;
  border-top: 1px solid #eaeaea;
}

.widget.widget_block .wp-block-archives li:first-child {
  padding-top: 0px;
  border-top: none;
}

.widget.widget_block .wp-block-archives li:last-child {
  padding-bottom: 0px;
}

.widget.widget_block .wp-block-archives li a {
  position: relative;
  padding: 0;
}

.widget.widget_block .wp-block-archives li a:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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: -3px;
  margin-right: 6px;
  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;
  vertical-align: middle;
  color: #555555;
}

.widget.widget_block .wp-block-archives li a:hover:before {
  color: inherit;
}

.widget.widget_block .wp-block-categories li {
  position: relative;
  padding: 3px 0px;
  margin: 0;
  *zoom: 1;
}

.widget.widget_block .wp-block-categories li:before,
.widget.widget_block .wp-block-categories li:after {
  content: " ";
  display: table;
}

.widget.widget_block .wp-block-categories li:after {
  clear: both;
}

.widget.widget_block .wp-block-categories li:last-child {
  border-bottom: none;
}

.widget.widget_block .wp-block-categories li:first-child {
  border-top: none;
  padding-top: 0;
}

.widget.widget_block .wp-block-categories li .count {
  color: #bbb;
}

.widget.widget_block .wp-block-categories li>a {
  padding: 0 3px 0 0;
  float: left;
  color: #161616;
  margin: 0 15px;
}

.widget.widget_block .wp-block-categories li>a:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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: 16px;
  margin-top: -3px;
  margin-right: 6px;
  text-align: left;
  vertical-align: middle;
  color: #555555;
  -webkit-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}

.widget.widget_block .wp-block-categories li>a:hover {
  color: #1d1f4f;
}

.widget.widget_block .wp-block-categories li>a:hover:before {
  color: inherit;
}

.widget_block.widget_search .wp-block-search__label {
  font-weight: 400;
  margin: 0 0 10px;
}

.widget_block.widget_search form.wp-block-search {
  position: relative;
  margin-bottom: 5px;
}

.widget_block.widget_search form.wp-block-search:before {
  position: absolute;
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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: 20px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  right: 0;
  bottom: 0;
  margin: 0 0;
  color: #FFF;
  background: #333;
  border-radius: 4px;
}

.widget_block.widget_search form.wp-block-search label.screen-reader-text {
  display: none;
}

.widget_block.widget_search form.wp-block-search input.wp-block-search__input {
  width: 100%;
  padding: 0 25px;
  background: #f9f9f9;
  padding-left: 20px;
  box-shadow: unset;
}

.widget_block.widget_search form.wp-block-search input.wp-block-search__input:focus {
  border-color: #ddd;
}

.widget_block.widget_search form.wp-block-search button.wp-block-search__button {
  font-size: 0px;
  padding: 0 0;
  border: none;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 15px;
  bottom: calc(25px - 10px);
  margin: 0 0;
  background: transparent;
}

.widget_block.widget_search form.wp-block-search:hover:before {
  background: #1d1f4f;
}

@-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 pulse-showdown {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse-showdown {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }

  70% {
    -moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@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);
  }
}

@-webkit-keyframes snsBGChange {
  0% {
    background: #fff;
  }

  25% {
    background: #fff;
  }

  50% {
    background: #eaeaea;
  }

  100% {
    background: #eaeaea;
  }
}

@keyframes snsBGChange {
  0% {
    background: #fff;
  }

  25% {
    background: #fff;
  }

  50% {
    background: #eaeaea;
  }

  100% {
    background: #eaeaea;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-fill-mode: none !important;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-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;
}

@-webkit-keyframes snsResetWidth {
  from {
    width: 0px;
  }

  to {
    width: 100%;
  }
}

@keyframes snsResetWidth {
  from {
    width: 0px;
  }

  to {
    width: 100%;
  }
}

.snsResetWidth {
  -webkit-animation-name: snsResetWidth;
  animation-name: snsResetWidth;
}

/***************************************************
	scss file: assets/scss/theme/_widgets.scss
		+ All style about widget
****************************************************/
.sns-left>.widget:last-child,
.sns-right>.widget:last-child,
.sticky-product-filter .inner>.widget:last-child,
.inner-sidebar>.widget:last-child {
  margin-bottom: 0 !important;
  border: none !important;
}

.sns-left>.postwcode-widget,
.sns-right>.postwcode-widget,
.sticky-product-filter .inner>.postwcode-widget,
.inner-sidebar>.postwcode-widget {
  margin-bottom: 70px;
}

.sns-left>.postwcode-widget:last-child,
.sns-right>.postwcode-widget:last-child,
.sticky-product-filter .inner>.postwcode-widget:last-child,
.inner-sidebar>.postwcode-widget:last-child {
  margin-bottom: 0px;
}

.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div,
.sns-left>.widget,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div,
.sns-right>.widget,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div,
.sticky-product-filter .inner>.widget,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div,
.inner-sidebar>.widget {
  margin-bottom: 70px;
  padding-bottom: 0px;
  position: relative;
  *zoom: 1;
}

.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div:before,
.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div:after,
.sns-left>.widget:before,
.sns-left>.widget:after,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div:before,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div:after,
.sns-right>.widget:before,
.sns-right>.widget:after,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div:before,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div:after,
.sticky-product-filter .inner>.widget:before,
.sticky-product-filter .inner>.widget:after,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div:before,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div:after,
.inner-sidebar>.widget:before,
.inner-sidebar>.widget:after {
  content: " ";
  display: table;
}

.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div:after,
.sns-left>.widget:after,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div:after,
.sns-right>.widget:after,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div:after,
.sticky-product-filter .inner>.widget:after,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div:after,
.inner-sidebar>.widget:after {
  clear: both;
}

.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div:last-child,
.sns-left>.widget:last-child,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div:last-child,
.sns-right>.widget:last-child,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div:last-child,
.sticky-product-filter .inner>.widget:last-child,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div:last-child,
.inner-sidebar>.widget:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widget,
.sns-left>.widget .widget,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widget,
.sns-right>.widget .widget,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widget,
.sticky-product-filter .inner>.widget .widget,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widget,
.inner-sidebar>.widget .widget {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widgettitle,
.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widget-title,
.sns-left>.widget .widgettitle,
.sns-left>.widget .widget-title,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widgettitle,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widget-title,
.sns-right>.widget .widgettitle,
.sns-right>.widget .widget-title,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widgettitle,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widget-title,
.sticky-product-filter .inner>.widget .widgettitle,
.sticky-product-filter .inner>.widget .widget-title,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widgettitle,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widget-title,
.inner-sidebar>.widget .widgettitle,
.inner-sidebar>.widget .widget-title {
  font-size: 1.5em;
  color: #161616;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  padding: 0 0;
  line-height: 1.1;
  margin: 0 0 21px;
  position: relative;
  display: flex;
  align-items: center;
}

.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widgettitle>span,
.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widget-title>span,
.sns-left>.widget .widgettitle>span,
.sns-left>.widget .widget-title>span,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widgettitle>span,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widget-title>span,
.sns-right>.widget .widgettitle>span,
.sns-right>.widget .widget-title>span,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widgettitle>span,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widget-title>span,
.sticky-product-filter .inner>.widget .widgettitle>span,
.sticky-product-filter .inner>.widget .widget-title>span,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widgettitle>span,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widget-title>span,
.inner-sidebar>.widget .widgettitle>span,
.inner-sidebar>.widget .widget-title>span {
  display: inline-block;
  line-height: inherit;
  position: relative;
}

.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widgettitle:after,
.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widget-title:after,
.sns-left>.widget .widgettitle:after,
.sns-left>.widget .widget-title:after,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widgettitle:after,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widget-title:after,
.sns-right>.widget .widgettitle:after,
.sns-right>.widget .widget-title:after,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widgettitle:after,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widget-title:after,
.sticky-product-filter .inner>.widget .widgettitle:after,
.sticky-product-filter .inner>.widget .widget-title:after,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widgettitle:after,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .widget-title:after,
.inner-sidebar>.widget .widgettitle:after,
.inner-sidebar>.widget .widget-title:after {
  content: "";
  flex: 1;
  margin-left: 20px;
  height: 1px;
  background: #eaeaea;
}

.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .wpb_heading,
.sns-left>.widget .wpb_heading,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .wpb_heading,
.sns-right>.widget .wpb_heading,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .wpb_heading,
.sticky-product-filter .inner>.widget .wpb_heading,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .wpb_heading,
.inner-sidebar>.widget .wpb_heading {
  font-size: 1.5em;
  color: #161616;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  padding: 0 0;
  margin: 0px 0 21px;
  text-align: left;
  line-height: 1.1;
  display: flex;
  align-items: center;
}

.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .wpb_heading>span,
.sns-left>.widget .wpb_heading>span,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .wpb_heading>span,
.sns-right>.widget .wpb_heading>span,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .wpb_heading>span,
.sticky-product-filter .inner>.widget .wpb_heading>span,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .wpb_heading>span,
.inner-sidebar>.widget .wpb_heading>span {
  display: inline-block;
  line-height: inherit;
  position: relative;
}

.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .wpb_heading:after,
.sns-left>.widget .wpb_heading:after,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .wpb_heading:after,
.sns-right>.widget .wpb_heading:after,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .wpb_heading:after,
.sticky-product-filter .inner>.widget .wpb_heading:after,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div .wpb_heading:after,
.inner-sidebar>.widget .wpb_heading:after {
  content: "";
  flex: 1;
  margin-left: 20px;
  height: 1px;
  background: #eaeaea;
}

.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div select,
.sns-left>.widget select,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div select,
.sns-right>.widget select,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div select,
.sticky-product-filter .inner>.widget select,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div select,
.inner-sidebar>.widget select {
  height: 40px;
  line-height: 40px;
  border-color: #eaeaea;
}

.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.yith-woo-ajax-reset-navigation,
.sns-left>.widget.yith-woo-ajax-reset-navigation,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.yith-woo-ajax-reset-navigation,
.sns-right>.widget.yith-woo-ajax-reset-navigation,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.yith-woo-ajax-reset-navigation,
.sticky-product-filter .inner>.widget.yith-woo-ajax-reset-navigation,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.yith-woo-ajax-reset-navigation,
.inner-sidebar>.widget.yith-woo-ajax-reset-navigation {
  padding: 0;
  margin: 0;
  border-bottom: none;
}

.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.yith-woo-ajax-reset-navigation>.yith-wcan,
.sns-left>.widget.yith-woo-ajax-reset-navigation>.yith-wcan,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.yith-woo-ajax-reset-navigation>.yith-wcan,
.sns-right>.widget.yith-woo-ajax-reset-navigation>.yith-wcan,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.yith-woo-ajax-reset-navigation>.yith-wcan,
.sticky-product-filter .inner>.widget.yith-woo-ajax-reset-navigation>.yith-wcan,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.yith-woo-ajax-reset-navigation>.yith-wcan,
.inner-sidebar>.widget.yith-woo-ajax-reset-navigation>.yith-wcan {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eaeaea;
}

.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu,
.sns-left>.widget.widget_dbea_widget_vertical_menu,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu,
.sns-right>.widget.widget_dbea_widget_vertical_menu,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu,
.sticky-product-filter .inner>.widget.widget_dbea_widget_vertical_menu,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu,
.inner-sidebar>.widget.widget_dbea_widget_vertical_menu {
  background: #333;
  padding: 0 30px 20px 30px;
  border: none;
  z-index: 3;
}

@media (max-width: 1199px) {

  .sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu,
  .sns-left>.widget.widget_dbea_widget_vertical_menu,
  .sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu,
  .sns-right>.widget.widget_dbea_widget_vertical_menu,
  .sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu,
  .sticky-product-filter .inner>.widget.widget_dbea_widget_vertical_menu,
  .inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu,
  .inner-sidebar>.widget.widget_dbea_widget_vertical_menu {
    padding: 0 20px 20px 20px;
  }
}

.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu .widget-title,
.sns-left>.widget.widget_dbea_widget_vertical_menu .widget-title,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu .widget-title,
.sns-right>.widget.widget_dbea_widget_vertical_menu .widget-title,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu .widget-title,
.sticky-product-filter .inner>.widget.widget_dbea_widget_vertical_menu .widget-title,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu .widget-title,
.inner-sidebar>.widget.widget_dbea_widget_vertical_menu .widget-title {
  padding: 30px 0 25px;
  margin-bottom: 10px;
  border-bottom: 1px solid #424242;
  color: #FFF;
}

.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu ul.vertical-style,
.sns-left>.widget.widget_dbea_widget_vertical_menu ul.vertical-style,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu ul.vertical-style,
.sns-right>.widget.widget_dbea_widget_vertical_menu ul.vertical-style,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu ul.vertical-style,
.sticky-product-filter .inner>.widget.widget_dbea_widget_vertical_menu ul.vertical-style,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu ul.vertical-style,
.inner-sidebar>.widget.widget_dbea_widget_vertical_menu ul.vertical-style {
  padding: 0 0;
}

.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item>a,
.sns-left>.widget.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item>a,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item>a,
.sns-right>.widget.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item>a,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item>a,
.sticky-product-filter .inner>.widget.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item>a,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item>a,
.inner-sidebar>.widget.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item>a {
  color: #FFF;
}

.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item.menu-item-has-children:after,
.sns-left>.widget.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item.menu-item-has-children:after,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item.menu-item-has-children:after,
.sns-right>.widget.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item.menu-item-has-children:after,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item.menu-item-has-children:after,
.sticky-product-filter .inner>.widget.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item.menu-item-has-children:after,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item.menu-item-has-children:after,
.inner-sidebar>.widget.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item.menu-item-has-children:after {
  color: #FFF;
}

.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-ancestor>a,
.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-item>a,
.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item:hover>a,
.sns-left>.widget.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-ancestor>a,
.sns-left>.widget.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-item>a,
.sns-left>.widget.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item:hover>a,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-ancestor>a,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-item>a,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item:hover>a,
.sns-right>.widget.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-ancestor>a,
.sns-right>.widget.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-item>a,
.sns-right>.widget.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item:hover>a,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-ancestor>a,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-item>a,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item:hover>a,
.sticky-product-filter .inner>.widget.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-ancestor>a,
.sticky-product-filter .inner>.widget.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-item>a,
.sticky-product-filter .inner>.widget.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item:hover>a,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-ancestor>a,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-item>a,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item:hover>a,
.inner-sidebar>.widget.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-ancestor>a,
.inner-sidebar>.widget.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-item>a,
.inner-sidebar>.widget.widget_dbea_widget_vertical_menu ul.vertical-style>li.menu-item:hover>a {
  color: #1d1f4f;
}

.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav a,
.sns-left>.widget.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav a,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav a,
.sns-right>.widget.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav a,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav a,
.sticky-product-filter .inner>.widget.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav a,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav a,
.inner-sidebar>.widget.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav a {
  color: #FFF;
}

.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav a:hover,
.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav a.active,
.sns-left>.widget.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav a:hover,
.sns-left>.widget.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav a.active,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav a:hover,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav a.active,
.sns-right>.widget.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav a:hover,
.sns-right>.widget.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav a.active,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav a:hover,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav a.active,
.sticky-product-filter .inner>.widget.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav a:hover,
.sticky-product-filter .inner>.widget.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav a.active,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav a:hover,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav a.active,
.inner-sidebar>.widget.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav a:hover,
.inner-sidebar>.widget.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav a.active {
  color: #1d1f4f;
}

.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before,
.sns-left>.widget.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before,
.sns-right>.widget.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before,
.sticky-product-filter .inner>.widget.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before,
.inner-sidebar>.widget.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before {
  color: #ccc;
}

.sns-left>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav .accr_header.open>a,
.sns-left>.widget.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav .accr_header.open>a,
.sns-right>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav .accr_header.open>a,
.sns-right>.widget.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav .accr_header.open>a,
.sticky-product-filter .inner>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav .accr_header.open>a,
.sticky-product-filter .inner>.widget.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav .accr_header.open>a,
.inner-sidebar>.postwcode-widget div:not(.wpb_content_element)>.wpb_wrapper>div.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav .accr_header.open>a,
.inner-sidebar>.widget.widget_dbea_widget_vertical_menu .sns-respmenu .resp-nav .accr_header.open>a {
  color: #1d1f4f;
}

.sns-left .postwcode-widget .wpb_wrapper>div.no-padding-border,
.sns-right .postwcode-widget .wpb_wrapper>div.no-padding-border,
.sticky-product-filter .inner .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,
.sticky-product-filter .inner .postwcode-widget .wpb_wrapper>div.no-space-separator,
.inner-sidebar .postwcode-widget .wpb_wrapper>div.no-space-separator {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

body.special-sidebar .sns-left,
body.special-sidebar .sns-right,
body.special-sidebar .inner-sidebar {
  z-index: 2;
}

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_dbea_widget_vertical_menu),
body.special-sidebar .sns-right>.widget:not(.widget_dbea_widget_vertical_menu),
body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div {
  margin-bottom: 70px;
}

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_dbea_widget_vertical_menu):last-child,
body.special-sidebar .sns-right>.widget:not(.widget_dbea_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_dbea_widget_vertical_menu)>.wpb_heading,
body.special-sidebar .sns-left>.widget:not(.widget_dbea_widget_vertical_menu)>.widget-title,
body.special-sidebar .sns-right>.widget:not(.widget_dbea_widget_vertical_menu)>.wpb_heading,
body.special-sidebar .sns-right>.widget:not(.widget_dbea_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 26px;
  position: relative;
  font-size: 1.5em;
  line-height: 1.1;
}

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_dbea_widget_vertical_menu)>.wpb_heading:before,
body.special-sidebar .sns-left>.widget:not(.widget_dbea_widget_vertical_menu)>.widget-title:before,
body.special-sidebar .sns-right>.widget:not(.widget_dbea_widget_vertical_menu)>.wpb_heading:before,
body.special-sidebar .sns-right>.widget:not(.widget_dbea_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: #1d1f4f;
}

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_dbea_widget_vertical_menu)>.wpb_heading+ul:not(.vertical-style),
body.special-sidebar .sns-left>.widget:not(.widget_dbea_widget_vertical_menu)>.wpb_heading+div,
body.special-sidebar .sns-left>.widget:not(.widget_dbea_widget_vertical_menu)>.wpb_heading+label,
body.special-sidebar .sns-left>.widget:not(.widget_dbea_widget_vertical_menu)>.wpb_heading+form,
body.special-sidebar .sns-left>.widget:not(.widget_dbea_widget_vertical_menu)>.widget-title+ul:not(.vertical-style),
body.special-sidebar .sns-left>.widget:not(.widget_dbea_widget_vertical_menu)>.widget-title+div,
body.special-sidebar .sns-left>.widget:not(.widget_dbea_widget_vertical_menu)>.widget-title+label,
body.special-sidebar .sns-left>.widget:not(.widget_dbea_widget_vertical_menu)>.widget-title+form,
body.special-sidebar .sns-right>.widget:not(.widget_dbea_widget_vertical_menu)>.wpb_heading+ul:not(.vertical-style),
body.special-sidebar .sns-right>.widget:not(.widget_dbea_widget_vertical_menu)>.wpb_heading+div,
body.special-sidebar .sns-right>.widget:not(.widget_dbea_widget_vertical_menu)>.wpb_heading+label,
body.special-sidebar .sns-right>.widget:not(.widget_dbea_widget_vertical_menu)>.wpb_heading+form,
body.special-sidebar .sns-right>.widget:not(.widget_dbea_widget_vertical_menu)>.widget-title+ul:not(.vertical-style),
body.special-sidebar .sns-right>.widget:not(.widget_dbea_widget_vertical_menu)>.widget-title+div,
body.special-sidebar .sns-right>.widget:not(.widget_dbea_widget_vertical_menu)>.widget-title+label,
body.special-sidebar .sns-right>.widget:not(.widget_dbea_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_dbea_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list,
body.special-sidebar .sns-right>.widget:not(.widget_dbea_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_dbea_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product,
body.special-sidebar .sns-right>.widget:not(.widget_dbea_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_dbea_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_dbea_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_dbea_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_dbea_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_dbea_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_dbea_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_dbea_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_dbea_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_dbea_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_dbea_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_dbea_widget_vertical_menu).sns-products.list-mode .owl-nav,
body.special-sidebar .sns-right>.widget:not(.widget_dbea_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_dbea_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-prev,
body.special-sidebar .sns-right>.widget:not(.widget_dbea_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_dbea_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-prev:before,
body.special-sidebar .sns-right>.widget:not(.widget_dbea_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_dbea_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-next,
body.special-sidebar .sns-right>.widget:not(.widget_dbea_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_dbea_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-next:before,
body.special-sidebar .sns-right>.widget:not(.widget_dbea_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_dbea_widget_vertical_menu) .sns-info-box,
body.special-sidebar .sns-right>.widget:not(.widget_dbea_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_dbea_widget_vertical_menu) .sns-info-box:first-child,
body.special-sidebar .sns-right>.widget:not(.widget_dbea_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_dbea_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_dbea_widget_vertical_menu>.wpb_heading,
body.special-sidebar .widget.widget_dbea_widget_vertical_menu .widget-title {
  background: #1d1f4f;
  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_dbea_widget_vertical_menu>.wpb_heading:before,
body.special-sidebar .widget.widget_dbea_widget_vertical_menu .widget-title:before {
  display: none;
}

body.special-sidebar .wpb_wrapper>.sns-vertical-menu ul.vertical-style,
body.special-sidebar .widget.widget_dbea_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>li.menu-item,
body.special-sidebar .widget.widget_dbea_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_dbea_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_dbea_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 .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.widget .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 1em;
  font-size: 0.875rem;
  font-weight: 400;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.widget .widget-title {
  font-size: 1.5em;
  color: #161616;
  text-transform: none;
  font-weight: 400;
  display: block;
  padding: 0 0;
  margin: 0 0 26px;
  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 select {
  width: 100%;
  display: block;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget ul .accr_header {
  display: inline;
}

.widget ul .accr_header .btn_accor {
  position: absolute;
  top: 12px;
  right: 0px;
  cursor: pointer;
  text-align: center;
}

.widget ul .accr_header .btn_accor .ac-tongle {
  color: #555555;
  display: block;
  font-weight: normal;
}

.widget ul .accr_header .btn_accor .ac-tongle.close {
  background: none;
  opacity: 1;
  text-shadow: none;
}

.widget ul .accr_header a {
  position: relative;
}

.widget ul .accr_header.open .count {
  color: #1d1f4f;
}

.widget ul .accr_header.open>a {
  color: #1d1f4f;
}

.widget ul li {
  position: relative;
}

.widget ul li a {
  position: relative;
  padding: 0 0 0 0px;
  color: inherit;
}

.widget ul li a:hover {
  color: #1d1f4f;
}

.widget ul li ul {
  margin: 0px;
  padding: 0 0;
}

.widget ul li a {
  display: inline;
  padding: 5px 0;
  color: #161616;
}

.widget ul li a:hover {
  color: #1d1f4f;
}

.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 a .product-title,
.widget .title,
.widget .post-title {
  font-size: 1em;
}

.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;
  border: none;
  background: #333;
  color: #FFF;
}

.widget.yith-woo-ajax-reset-navigation a.button:focus,
.widget.yith-woo-ajax-reset-navigation a.button:hover {
  color: #FFF;
  background: #1d1f4f;
  border-color: #1d1f4f;
}

.widget.widget_recent_entries>ul {
  margin-top: -2px;
}

.widget.widget_recent_entries ul li {
  position: relative;
  padding: 10px 0 0;
  margin: 8px 0 0;
  border-top: 1px solid #eaeaea;
}

.widget.widget_recent_entries ul li:first-child {
  padding-top: 3px;
  margin-top: 0px;
  border-top: none;
}

.widget.widget_recent_entries ul li:last-child {
  padding-bottom: 0px;
}

.widget.widget_recent_entries ul li a {
  display: block;
  position: relative;
  padding: 0 0;
  font-weight: 400;
  line-height: 1.42857;
}

.widget.widget_recent_entries ul li a:hover:before {
  color: inherit;
}

.widget.widget_recent_entries ul li .post-date {
  font-size: 0.8571em;
  text-transform: uppercase;
  display: block;
  margin-top: 8px;
  color: #bbb;
  padding-left: 16px;
  position: relative;
}

.widget.widget_recent_entries ul li .post-date:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  background: #ddd;
  left: 0px;
  top: calc(50% - 2.5px);
  border-radius: 100%;
}

.widget.widget_archive>ul {
  margin: 0 0;
}

.widget.widget_archive>select {
  margin-top: 5px;
  margin-bottom: 5px;
}

.widget.widget_archive ul li {
  position: relative;
  padding: 8px 0 0;
  margin: 8px 0 0;
  border-top: 1px solid #eaeaea;
}

.widget.widget_archive ul li:first-child {
  padding-top: 0px;
  border-top: none;
}

.widget.widget_archive ul li:last-child {
  padding-bottom: 0px;
}

.widget.widget_archive ul li a {
  position: relative;
  padding: 0;
}

.widget.widget_archive ul li a:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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: -3px;
  margin-right: 6px;
  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;
  vertical-align: middle;
  color: #555555;
}

.widget.widget_archive ul li a:hover:before {
  color: inherit;
}

.widget.widget_categories>ul {
  padding-right: 0;
  list-style: none;
  padding-left: 0px;
  margin-top: -2px;
  margin-bottom: 1px;
}

.widget.widget_categories>ul .children {
  padding-top: 7px;
  padding-left: 25px;
  position: relative;
}

.widget.widget_categories>ul li {
  position: relative;
  padding: 4px 0px;
  margin: 0;
  *zoom: 1;
}

.widget.widget_categories>ul li:before,
.widget.widget_categories>ul li:after {
  content: " ";
  display: table;
}

.widget.widget_categories>ul li:after {
  clear: both;
}

.widget.widget_categories>ul li:last-child {
  border-bottom: none;
}

.widget.widget_categories>ul li:first-child {
  border-top: none;
}

.widget.widget_categories>ul li .accr_header {
  padding: 0 0;
  display: block;
}

.widget.widget_categories>ul li>a,
.widget.widget_categories>ul li .accr_header:first-child {
  padding: 0 0;
}

.widget.widget_categories>ul li .count {
  color: #bbb;
}

.widget.widget_categories>ul>li {
  color: #bbb;
}

.widget.widget_categories>ul>li .accr_header a,
.widget.widget_categories>ul>li>a {
  padding: 0 3px 0 0;
  float: left;
  color: #161616;
  font-weight: 400;
}

.widget.widget_categories>ul>li .accr_header a:before,
.widget.widget_categories>ul>li>a:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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: 16px;
  margin-top: -2px;
  margin-right: 10px;
  text-align: left;
  vertical-align: middle;
  -webkit-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}

.widget.widget_categories>ul>li .accr_header a:hover:before,
.widget.widget_categories>ul>li>a:hover:before {
  color: inherit;
}

.widget.widget_categories>ul>li .accr_header {
  position: relative;
}

.widget.widget_categories>ul>li .accr_header .btn_accor {
  top: 0px;
}

.widget.widget_categories>ul>li .accr_header .btn_accor i {
  display: none;
}

.widget.widget_categories>ul>li .accr_header .btn_accor:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 10px;
  font-size: 10px;
  margin-top: -2px;
  text-align: center;
  vertical-align: middle;
  color: #ccc;
}

.widget.widget_categories>ul>li .accr_header:hover>a {
  color: #1d1f4f;
}

.widget.widget_categories>ul>li .accr_header:hover>a:before {
  color: #1d1f4f;
}

.widget.widget_categories>ul>li .accr_header:hover .btn_accor {
  color: #1d1f4f;
}

.widget.widget_categories>ul>li .accr_header.open>a {
  color: #1d1f4f;
}

.widget.widget_categories>ul>li .accr_header.open>a:before {
  color: #1d1f4f;
}

.widget.widget_categories>ul>li .accr_header.open .btn_accor {
  color: #1d1f4f;
}

.widget.widget_categories>ul>li .accr_header.open .btn_accor:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 10px;
}

.widget.widget_categories>ul>li:first-child {
  padding-top: 0px;
}

.widget.widget_categories>ul>li:last-child {
  padding-bottom: 0px;
}

.widget.widget_categories>form {
  padding-top: 5px;
  margin-bottom: 5px;
}

.widget.widget_pages ul {
  list-style: none;
}

.widget.widget_pages ul li {
  position: relative;
  padding: 5px 0;
  margin: 0;
}

.widget.widget_pages ul li ul {
  margin: 8px 0 0;
  padding-left: 30px;
}

.widget.widget_pages ul li:first-child {
  padding-top: 0px;
}

.widget.widget_pages ul li:last-child {
  padding-bottom: 0px;
}

.widget.widget_meta ul {
  list-style: none;
}

.widget.widget_meta ul li {
  position: relative;
  padding: 8px 0 0;
  margin: 8px 0 0;
  border-top: 1px solid #eaeaea;
}

.widget.widget_meta ul li a {
  padding: 0;
}

.widget.widget_meta ul li ul {
  margin: 8px 0 0 10px;
}

.widget.widget_meta ul li:first-child {
  padding-top: 0px;
  margin-top: 0px;
  border: none;
}

.widget.widget_nav_menu ul {
  list-style: none;
}

.widget.widget_nav_menu ul.menu>li:first-child {
  padding-top: 0px;
}

.widget.widget_nav_menu ul li {
  position: relative;
  padding: 5px 0;
  margin: 0;
}

.widget.widget_nav_menu ul li a::empty {
  display: none;
}

.widget.widget_nav_menu ul li ul {
  margin: 8px 0 0;
}

.widget.widget_nav_menu ul li:first-child {
  padding-top: 0px;
}

.widget.widget_nav_menu ul li:last-child {
  padding-bottom: 0px;
}

.widget.widget_tag_cloud {
  background: none !important;
}

.widget.widget_tag_cloud .tagcloud {
  margin: 1px 0 -7px;
  display: inline-block;
}

.widget.widget_tag_cloud .tagcloud>a {
  border: 1px solid #ddd;
  background: #f9f9f9;
  border-radius: 4px;
  display: inline-block;
  float: left;
  margin: 5px 10px 5px 0;
  padding: 0 12px;
  height: 36px;
  line-height: 36px;
  -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;
  font-size: 1em !important;
}

.widget.widget_tag_cloud .tagcloud>a:hover {
  color: #FFF;
  background-color: #1d1f4f;
  border-color: #1d1f4f;
}

.widget.widget_tag_cloud .tagcloud>a:hover:before {
  color: inherit;
}

.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 li {
  position: relative;
  padding: 10px 0 0;
  margin: 10px 0 0;
  border-top: 1px dashed #ddd;
}

.widget.widget_recent_comments ul li:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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: 17px;
  text-align: left;
  margin-right: 6px;
}

.widget.widget_recent_comments ul li:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border-top: none;
}

.widget.widget_recent_comments ul li .comment-author-link {
  font-weight: 400;
  color: #161616;
}

.widget.widget_recent_comments ul li .comment-author-link a {
  color: inherit;
}

.widget.widget_recent_comments ul li .comment-author-link a:hover {
  color: #1d1f4f;
}

.widget.widget_recent_comments ul li a {
  padding: 0 0;
  font-weight: 400;
}

.widget.widget_recent_comments ul li a:hover {
  color: #1d1f4f;
}

.widget.widget_top_rated_products li .amount {
  display: none;
}

.widget.widget_search .widget-title {
  padding-bottom: 6px;
}

.widget.widget_search #searchform {
  position: relative;
  margin-bottom: 5px;
}

.widget.widget_search #searchform:before {
  position: absolute;
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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: 20px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  right: 0;
  bottom: 0;
  margin: 0 0;
  color: #FFF;
  background: #333;
  border-radius: 4px;
}

.widget.widget_search #searchform label.screen-reader-text {
  display: none;
}

.widget.widget_search #searchform input#s {
  width: 100%;
  padding: 0 25px;
  background: #f9f9f9;
  padding-left: 20px;
  box-shadow: unset;
}

.widget.widget_search #searchform input#s:focus {
  border-color: #ddd;
}

.widget.widget_search #searchform input#searchsubmit {
  font-size: 0px;
  padding: 0 0;
  border: none;
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0px;
  bottom: 0;
  margin: 0 0;
  background: transparent;
}

.widget.widget_search #searchform:hover:before {
  background: #1d1f4f;
}

.widget.widget_rss .rsswidget img {
  margin-top: -2px;
}

.widget.widget_rss .rss-date,
.widget.widget_rss cite {
  color: #bbb;
  display: block;
  font-style: normal;
  line-height: 1.615384615;
  margin-bottom: 10px;
  margin-top: 3px;
}

.widget.widget_rss .rss-date {
  text-transform: uppercase;
  font-size: 0.8571em;
}

.widget.widget_rss cite {
  font-style: italic;
  font-weight: 400;
}

.widget.widget_rss .rssSummary:last-child {
  margin-bottom: 2.1538461538em;
}

.widget.widget_rss>ul>li {
  padding: 15px 0 0;
  margin: 15px 0 0;
  border-top: 1px solid #eaeaea;
}

.widget.widget_rss>ul>li:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border-top: none;
}

.widget.widget_rss li {
  padding: 4px 0;
}

.widget.widget_rss li .rsswidget {
  font-weight: 400;
  line-height: 1.4285;
  padding: 0;
}

.widget.widget_rss li .rsswidget:hover {
  color: #1d1f4f;
}

.widget.widget_rss li:last-child :last-child {
  margin-bottom: 0;
}

.widget.widget_rss>ul>li:first-child {
  padding-top: 0px;
}

.widget.widget_rss>ul>li:last-child {
  padding-bottom: 0px;
}

.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: #555555;
  vertical-align: middle;
  padding: 8px 0;
  text-align: center;
}

.widget.widget_calendar #wp-calendar>thead>tr>th,
.widget.widget_calendar table>thead>tr>th {
  background: #f7f7f7;
}

.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;
  padding: 8px 0;
  text-align: center;
}

.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 {
  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;
  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;
}

.widget.widget_calendar #wp-calendar tbody td a:focus,
.widget.widget_calendar #wp-calendar tbody td a:hover {
  color: #1d1f4f;
  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: #1d1f4f;
  border-color: #1d1f4f;
}

.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: #1d1f4f;
}

ul.side-navigation li a {
  position: relative;
  padding: 0 0 0 20px;
  color: inherit;
}

ul.side-navigation li a:hover {
  color: #1d1f4f;
}

ul.side-navigation li a:before {
  position: absolute;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -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: #1d1f4f;
}

.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);
}

.vc_wp_custommenu.inline-menu .widget.widget_nav_menu {
  margin-bottom: 10px;
}

.vc_wp_custommenu.inline-menu .widget.widget_nav_menu .menu>li {
  display: inline-block;
  float: left;
  position: relative;
  padding: 0 12.5px;
}

.vc_wp_custommenu.inline-menu .widget.widget_nav_menu .menu>li a:before {
  display: none;
}

.vc_wp_custommenu.inline-menu .widget.widget_nav_menu .menu>li a:hover {
  color: #1d1f4f;
  padding: 0 0;
}

.vc_wp_custommenu.inline-menu .widget.widget_nav_menu .menu>li:first-child {
  padding-left: 0;
}

.vc_wp_custommenu.inline-menu .widget.widget_nav_menu .menu>li:first-child:before {
  display: none;
}

.vc_wp_custommenu.inline-menu .widget.widget_nav_menu .menu>li ul.sub-menu {
  display: none;
}

/***************************************************
	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_slideshow .sns-text-gradient1:hover {
  background: linear-gradient(to right, #c4df9b 0%, #161616 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

#sns_slideshow .sns-text-gradient2:hover {
  background: linear-gradient(to right, #fff799 0%, #161616 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

#sns_slideshow .sns-text-gradient3:hover {
  background: linear-gradient(to right, #c1de9b 0%, #161616 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

#sns_slideshow .sns-text-gradient4:hover {
  background: linear-gradient(to right, #8bcc9c 0%, #161616 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

#sns_slideshow .sns-text-gradient5:hover {
  background: linear-gradient(to right, #c6dd9c 0%, #161616 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

#sns_slideshow .sns-text-gradient6:hover {
  background: linear-gradient(to right, #efa1be 0%, #161616 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

rs-slides .dbea-alink {
  position: relative;
}

rs-slides .dbea-alink:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #1d1f4f;
  left: 0px;
  bottom: 1px;
}

@media (max-width: 480px) {
  rs-slides .dbea-alink:before {
    width: 20px;
  }
}

rs-slides .dbea-alink:hover:before {
  width: 100%;
}

#video_slider_forcefullwidth .rev_slider li.tp-revslider-slidesli {
  opacity: 0.6 !important;
}

#video_slider_forcefullwidth .rev_slider li.tp-revslider-slidesli.active-revslide {
  opacity: 1 !important;
}

@media (min-width: 1200px) {
  .rev_slider .sns-shape-btn {
    position: relative;
  }

  .rev_slider .sns-shape-btn:before {
    height: 3px;
    width: 11px;
    content: "";
    background: #FFF;
    position: absolute;
    left: 6.5px;
    top: 11px;
  }

  .rev_slider .sns-shape-btn:after {
    height: 11px;
    width: 3px;
    content: "";
    background: #FFF;
    position: absolute;
    left: 11px;
    top: 6.5px;
    opacity: 1;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .rev_slider .sns-shape-btn:hover:after {
    opacity: 0;
  }
}

.page-header {
  margin: -5px 0 30px;
  padding: 0 0;
  border: none;
  line-height: 1.1;
  font-weight: 400;
  color: #161616;
  position: relative;
  text-transform: none;
  font-size: 3em;
}

@media (max-width: 1199px) {
  .page-header {
    font-size: 2.5em;
  }
}

@media (max-width: 767px) {
  .page-header {
    font-size: 2.2857em;
  }
}

.archive-header {
  display: none;
}

.breadcrumbs>* {
  display: inline-block;
}

.breadcrumbs .navigation-pipe {
  margin: 0px 10px;
  position: relative;
  width: 20px;
}

.breadcrumbs .navigation-pipe:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0px;
  top: -4px;
  background: #bbb;
}

.breadcrumbs a {
  position: relative;
}

.breadcrumbs a:hover {
  color: #1d1f4f;
}

.breadcrumbs a:hover:before {
  width: 100%;
}

body.have-breadcrumb-img .breadcrumbs {
  color: #FFF;
}

body.have-breadcrumb-img .breadcrumbs a:hover {
  color: #1d1f4f;
}

#sns_breadcrumbs.wrap {
  background-color: #f9f9f9;
  border-top: 1px solid #eaeaea;
  margin: 0 0 80px;
  padding: 0 0;
}

@media (min-width: 1199px) {
  #sns_breadcrumbs.wrap>.container {
    padding-left: 0px;
    padding-right: 0;
  }
}

#sns_breadcrumbs.wrap .breadcrumbs {
  margin: 17px 0;
}

#sns_breadcrumbs.wrap .breadcrumbs>* {
  display: inline-block;
}

#sns_breadcrumbs.wrap .page-header {
  margin: 0 0;
  color: #161616;
  text-transform: none;
}

body.have-breadcrumb-img #sns_breadcrumbs.wrap {
  color: #FFF;
  padding: 50px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 280px;
  position: relative;
  background-attachment: fixed;
}

body.have-breadcrumb-img #sns_breadcrumbs.wrap a {
  color: inherit;
}

body.have-breadcrumb-img #sns_breadcrumbs.wrap a:hover {
  color: #1d1f4f;
}

body.have-breadcrumb-img #sns_breadcrumbs.wrap .page-header {
  color: #FFF;
}

body.have-breadcrumb-img #sns_breadcrumbs.wrap .navigation-pipe:before {
  background: #fff;
}

@media (min-width: 1921px) {
  body.have-breadcrumb-img #sns_breadcrumbs.wrap {
    background-size: cover;
  }
}

@media (max-width: 1199px) {
  body.have-breadcrumb-img #sns_breadcrumbs.wrap {
    min-height: 180px;
    padding: 30px 20px;
  }
}

body.have-breadcrumb-img #sns_breadcrumbs.wrap .inner {
  -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%;
  width: 100%;
  padding: 0 15px;
}

#sns_content {
  position: relative;
  margin: 0 0;
}

#sns_content.m-no-content {
  margin-top: 0px !important;
  display: none;
}

@media (min-width: 1200px) {
  #sns_content>.container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

body.search-no-results #sns_content .sns-main {
  margin-bottom: 100px;
}

body.error404 #sns_content {
  margin-top: 0;
}

body.no-breadcrumb #sns_content {
  /* margin-top: 90px; */
}

#sns_content .sns-right,
#sns_content .sns-left {
  margin-bottom: 105px;
}

#sns_content .sns-right-sidebar,
#sns_content .sns-left-sidebar {
  margin-bottom: 105px;
}

#sns_content .sns-right-sidebar>.vc_column-inner>.wpb_wrapper>*,
#sns_content .sns-left-sidebar>.vc_column-inner>.wpb_wrapper>* {
  margin-bottom: 60px;
}

#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>* ul.vertical-style,
#sns_content .sns-left-sidebar>.vc_column-inner>.wpb_wrapper>* ul.vertical-style {
  border-top: 1px solid #ddd;
}

#sns_content .sns-main>section.type-page>.inner-page {
  *zoom: 1;
}

#sns_content .sns-main>section.type-page>.inner-page:before,
#sns_content .sns-main>section.type-page>.inner-page:after {
  content: " ";
  display: table;
}

#sns_content .sns-main>section.type-page>.inner-page:after {
  clear: both;
}

#sns_content .sns-main>section.type-page>.inner-page>.inner {
  *zoom: 1;
}

#sns_content .sns-main>section.type-page>.inner-page>.inner:before,
#sns_content .sns-main>section.type-page>.inner-page>.inner:after {
  content: " ";
  display: table;
}

#sns_content .sns-main>section.type-page>.inner-page>.inner:after {
  clear: both;
}

#sns_content .sns-main>section.type-page>.inner-page>.inner>div:not(.vc_row):not(.vc_clearfix):not(.wpb-content-wrapper):last-child {
  margin-bottom: 110px;
}

#sns_content .sns-main>section.type-page>.inner-page>.inner>*:not(.wpb-content-wrapper):last-child:not(.vc_row-full-width.vc_clearfix) {
  margin-bottom: 100px;
}

#sns_content .sns-main>section.type-page>.inner-page>.inner>*:not(.wpb-content-wrapper) .navigation {
  margin-bottom: 0px;
}

#sns_content .sns-main>section.type-page>.inner-page>.inner+.sns-comments,
#sns_content .sns-main>section.type-page>.inner-page>.inner+.page-links {
  margin-bottom: 100px;
  margin-top: 0;
}

.sticky-product-filter .inner {
  position: fixed;
  top: 0;
  left: -345px;
  width: 345px;
  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;
  padding: 30px 30px 30px;
}

@media (max-width: 767px) {
  .sticky-product-filter .inner {
    left: -290px;
    width: 290px;
  }
}

body.admin-bar .sticky-product-filter .inner {
  top: 32px;
}

@media (max-width: 992px) {
  body.admin-bar .sticky-product-filter .inner {
    top: 46px;
  }
}

@media (max-width: 480px) {
  body.admin-bar .sticky-product-filter .inner {
    top: 0px;
  }
}

.sticky-product-filter .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;
}

.sticky-product-filter.active .inner {
  left: 0;
  opacity: 1;
}

#sns_footer {
  position: relative;
}

@media (min-width: 1200px) {
  #sns_footer>.container:not(.extra-width) {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#sns_footer .wpb_content_element {
  margin-bottom: 0px;
}

#sns_footer .vc_custom_heading,
#sns_footer .wpb_heading,
#sns_footer .widgettitle {
  text-transform: none;
  font-size: 1.2857em;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 0;
  margin: 0 0 25px;
  position: relative;
  line-height: 1.1;
}

#sns_footer .widget {
  border: none;
  padding: 0 0;
  margin: 0px;
}

#sns_footer .wpb_text_column p {
  margin-bottom: 15px;
}

#sns_footer .wpb_text_column p:last-child {
  margin-bottom: 0;
}

#sns_footer .vc_wp_custommenu:not(.inline-menu) .widget_nav_menu .menu li {
  padding: 4px 0;
}

#sns_footer .vc_wp_custommenu:not(.inline-menu) .widget_nav_menu .menu li:first-child {
  padding-top: 0px;
}

#sns_footer .vc_wp_custommenu:not(.inline-menu) .widget_nav_menu .menu li:last-child {
  padding-bottom: 0px;
}

#sns_footer .vc_wp_custommenu:not(.inline-menu) .widget_nav_menu .menu li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 18px;
}

#sns_footer .vc_wp_custommenu:not(.inline-menu) .widget_nav_menu .menu li a:before {
  position: absolute;
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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: 6px;
  font-size: 14px;
  text-align: left;
}

#sns_footer .vc_wp_custommenu:not(.inline-menu) .widget_nav_menu .menu li a:hover {
  color: #1d1f4f;
}

#sns_footer .inline-menu {
  display: inline-block;
}

#sns_footer .inline-menu .widget.widget_nav_menu .menu>li {
  display: inline-block;
  float: left;
  position: relative;
  padding: 0 22px;
  margin: 3px 0;
}

#sns_footer .inline-menu .widget.widget_nav_menu .menu>li:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  font-size: 6px;
  color: #ccc;
  position: absolute;
  left: -7px;
  top: calc(50% - 7px);
}

#sns_footer .inline-menu .widget.widget_nav_menu .menu>li a {
  padding: 0;
}

#sns_footer .inline-menu .widget.widget_nav_menu .menu>li:first-child {
  padding-left: 0;
}

#sns_footer .inline-menu .widget.widget_nav_menu .menu>li:first-child:before {
  display: none;
}

#sns_footer .inline-menu .widget.widget_nav_menu .menu>li:last-child {
  padding-right: 0;
}

#sns_footer .inline-menu .widget.widget_nav_menu .menu>li ul.sub-menu {
  display: none;
}

#sns_footer .inline-menu.align-center {
  display: block;
}

#sns_footer .inline-menu.align-center .widget {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

#sns_footer .copyright.default {
  padding: 40px 0;
  position: relative;
  text-align: center;
}

#sns_footer .sns-social-links.inline-label .wpb_heading {
  font-size: 1em;
  font-weight: 400;
  float: left;
  margin: 7px 8px 7px 0;
}

#sns_footer.footer-1 {
  background: #212121;
  color: #bbb;
}

#sns_footer.footer-1 .vertical-line-col .vc_column-inner {
  position: relative;
}

#sns_footer.footer-1 .vertical-line-col .vc_column-inner .wpb_wrapper {
  position: absolute;
  height: calc(100% - 35px);
  width: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  left: 50%;
  top: 35px;
}

#sns_footer.footer-1 .vc_custom_heading,
#sns_footer.footer-1 .wpb_heading,
#sns_footer.footer-1 .widgettitle {
  color: #FFF;
}

#sns_footer.footer-1 .sns-store-info .store-info>*.store-maplink {
  margin-top: 15px;
}

#sns_footer.footer-1 .sns-list-posts.style1 .item-post {
  margin: 12px 0 0;
  padding: 12px 0 0;
}

#sns_footer.footer-1 .sns-list-posts.style1 .item-post:first-child {
  margin-top: 0px;
  padding-top: 7px;
  border-top: none;
}

#sns_footer.footer-1 .sns-list-posts.style1 .item-post .post-title {
  font-size: 1em;
  margin-top: 5px;
}

#sns_footer.footer-1 a {
  color: inherit;
}

#sns_footer.footer-1 a:hover {
  color: #1d1f4f;
}

#sns_footer.footer-1 .copyright {
  color: inherit;
}

#sns_footer.footer-1 .copyright a {
  position: relative;
  color: #FFF;
  font-weight: 400;
}

#sns_footer.footer-1 .copyright a:hover {
  color: #1d1f4f;
}

#sns_footer.footer-2 {
  background: #333;
  color: #b5b5b5;
}

#sns_footer.footer-2 .vc_custom_heading,
#sns_footer.footer-2 .wpb_heading,
#sns_footer.footer-2 .widgettitle {
  color: #FFF;
  margin-bottom: 30px;
  font-size: 1.1428em;
}

#sns_footer.footer-2 .vc_wp_custommenu:not(.inline-menu) .widget_nav_menu .menu li {
  padding: 6px 0;
}

#sns_footer.footer-2 .vc_wp_custommenu:not(.inline-menu) .widget_nav_menu .menu li:first-child {
  padding-top: 0px;
}

#sns_footer.footer-2 .vc_wp_custommenu:not(.inline-menu) .widget_nav_menu .menu li:last-child {
  padding-bottom: 0px;
}

#sns_footer.footer-2 .vc_wp_custommenu:not(.inline-menu) .widget_nav_menu .menu li a {
  padding: 0 0 0 16px;
  color: inherit;
}

#sns_footer.footer-2 .vc_wp_custommenu:not(.inline-menu) .widget_nav_menu .menu li a:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  left: 0px;
  top: calc(50% - 3px);
  border-radius: 0;
  background: #b5b5b5;
  margin-right: 10px;
}

#sns_footer.footer-2 .vc_wp_custommenu:not(.inline-menu) .widget_nav_menu .menu li a:after {
  position: absolute;
  content: "";
  height: 1px;
  left: 15px;
  bottom: 1px;
  width: 0px;
  background: transparent;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#sns_footer.footer-2 .vc_wp_custommenu:not(.inline-menu) .widget_nav_menu .menu li a:hover {
  color: #FFF;
}

#sns_footer.footer-2 .vc_wp_custommenu:not(.inline-menu) .widget_nav_menu .menu li a:hover:after {
  background: #FFF;
  width: calc(100% - 15px);
}

#sns_footer.footer-2 .sns-store-info .store-info>* {
  margin-bottom: 12px;
}

#sns_footer.footer-2 .sns-store-info .store-info>*>.vc_icon_element-icon,
#sns_footer.footer-2 .sns-store-info .store-info>* span.label {
  color: #fff;
}

#sns_footer.footer-2 .sns-list-posts.style1 .item-post {
  margin: 12px 0 0;
  padding: 12px 0 0;
}

#sns_footer.footer-2 .sns-list-posts.style1 .item-post:first-child {
  margin-top: 0px;
  padding-top: 7px;
  border-top: none;
}

#sns_footer.footer-2 .sns-list-posts.style1 .item-post .post-title {
  font-size: 1em;
  margin-top: 5px;
}

#sns_footer.footer-2 a {
  color: inherit;
}

#sns_footer.footer-2 a:hover {
  color: #FFF;
}

#sns_footer.footer-2 .copyright {
  color: inherit;
}

#sns_footer.footer-2 .copyright a {
  position: relative;
  color: #fff;
  font-weight: 400;
}

#sns_footer.footer-2 #sns-totop:before {
  color: inherit;
}

#sns_footer.footer-2 #sns-totop:hover:before {
  color: #fff;
}

#sns_footer.footer-3 {
  background: #333;
  color: #b5b5b5;
}

#sns_footer.footer-3 .vc_custom_heading,
#sns_footer.footer-3 .wpb_heading,
#sns_footer.footer-3 .widgettitle {
  color: #FFF;
  margin-bottom: 30px;
  font-size: 1.1428em;
}

#sns_footer.footer-3 .vc_wp_custommenu:not(.inline-menu) .widget_nav_menu .menu li {
  padding: 6px 0;
}

#sns_footer.footer-3 .vc_wp_custommenu:not(.inline-menu) .widget_nav_menu .menu li:first-child {
  padding-top: 0px;
}

#sns_footer.footer-3 .vc_wp_custommenu:not(.inline-menu) .widget_nav_menu .menu li:last-child {
  padding-bottom: 0px;
}

#sns_footer.footer-3 .vc_wp_custommenu:not(.inline-menu) .widget_nav_menu .menu li a {
  padding: 0 0 0 16px;
  color: inherit;
}

#sns_footer.footer-3 .vc_wp_custommenu:not(.inline-menu) .widget_nav_menu .menu li a:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  left: 0px;
  top: calc(50% - 3px);
  border-radius: 0;
  background: #b5b5b5;
  margin-right: 10px;
}

#sns_footer.footer-3 .vc_wp_custommenu:not(.inline-menu) .widget_nav_menu .menu li a:after {
  position: absolute;
  content: "";
  height: 1px;
  left: 15px;
  bottom: 1px;
  width: 0px;
  background: transparent;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#sns_footer.footer-3 .vc_wp_custommenu:not(.inline-menu) .widget_nav_menu .menu li a:hover {
  color: #FFF;
}

#sns_footer.footer-3 .vc_wp_custommenu:not(.inline-menu) .widget_nav_menu .menu li a:hover:after {
  background: #FFF;
  width: calc(100% - 15px);
}

#sns_footer.footer-3 .sns-store-info .store-info>* {
  margin-bottom: 12px;
}

#sns_footer.footer-3 .sns-store-info .store-info>*>.vc_icon_element-icon,
#sns_footer.footer-3 .sns-store-info .store-info>* span.label {
  color: #fff;
}

#sns_footer.footer-3 .sns-list-posts.style1 .item-post {
  margin: 12px 0 0;
  padding: 12px 0 0;
}

#sns_footer.footer-3 .sns-list-posts.style1 .item-post:first-child {
  margin-top: 0px;
  padding-top: 7px;
  border-top: none;
}

#sns_footer.footer-3 .sns-list-posts.style1 .item-post .post-title {
  font-size: 1em;
  margin-top: 5px;
}

#sns_footer.footer-3 .newsletter-form-1 form.newsletter-1:before {
  color: #FFF;
  background: #333;
  border-radius: 0px;
}

#sns_footer.footer-3 .newsletter-form-1 form.newsletter-1 .tnp-email {
  background: #444;
  border-radius: 0px;
}

#sns_footer.footer-3 .newsletter-form-1 form.newsletter-1:focus:before,
#sns_footer.footer-3 .newsletter-form-1 form.newsletter-1:hover:before {
  background: #555555;
}

#sns_footer.footer-3 a {
  color: inherit;
}

#sns_footer.footer-3 a:hover {
  color: #FFF;
}

#sns_footer.footer-3 .copyright {
  color: inherit;
}

#sns_footer.footer-3 .copyright a {
  position: relative;
  color: #fff;
  font-weight: 400;
}

#sns_footer.footer-3 #sns-totop:before {
  color: inherit;
}

#sns_footer.footer-3 #sns-totop:hover:before {
  color: #fff;
}

#sns_footer.blank {
  background: #212121;
  color: #bbb;
}

#sns_footer.blank .copyright {
  color: inherit;
}

#sns_footer.blank .copyright a {
  color: #fff;
}

#sns_footer.blank .copyright a:hover {
  color: #1d1f4f;
}

body.page-404 {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 767px) {
  body.page-404 {
    height: 100vh;
  }
}

body.page-404 #sns_wrapper {
  height: 100%;
}

body.page-404 #sns_header .main-header>.inner {
  border: none !important;
}

body.page-404 #sns_content.is-notfound {
  margin-top: 0 !important;
  padding: 0;
  overflow: hidden;
  height: calc(100vh - 160px);
}

body.admin-bar.page-404 {
  height: calc(100vh - 32px);
}

@media (max-width: 992px) {
  body.admin-bar.page-404 {
    height: calc(100vh - 46px);
  }
}

@media (max-width: 991px) and (min-width: 480px) {
  body.admin-bar.page-404 {
    height: auto;
  }
}

body.admin-bar.page-404 #sns_content.is-notfound {
  margin-top: 0 !important;
  overflow: hidden;
  height: calc(100vh - 160px - 32px);
}

@media (max-width: 991px) and (min-width: 480px) {
  body.admin-bar.page-404 #sns_content.is-notfound {
    height: auto;
    overflow: visible;
  }
}

.sns-notfound-page {
  padding: 30px 15px;
  text-align: center;
}

.sns-notfound-page .sns-notfound-content {
  margin: 0;
}

@media (max-width: 1199px) {
  .sns-notfound-page .sns-notfound-content img.notfound-img {
    max-width: 60%;
  }
}

@media (max-width: 992px) {
  .sns-notfound-page .sns-notfound-content img.notfound-img {
    max-width: 280px;
  }
}

@media (max-width: 767px) {
  .sns-notfound-page .sns-notfound-content img.notfound-img {
    margin-top: 30px;
  }
}

.sns-notfound-page .sns-notfound-content h1 {
  display: block;
  font-size: 3em;
  position: relative;
  padding: 0 0;
  margin: 90px 0 10px;
}

@media (max-width: 1199px) {
  .sns-notfound-page .sns-notfound-content h1 {
    font-size: 2.5em;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .sns-notfound-page .sns-notfound-content h1 {
    font-size: 2em;
    margin-top: 30px;
  }
}

.sns-notfound-page .sns-notfound-content p {
  margin: 0 0 25px;
  font-size: 1.1428em;
}

@media (max-width: 767px) {
  .sns-notfound-page .sns-notfound-content p {
    font-size: 1em;
  }
}

.sns-notfound-page #searchform {
  position: relative;
  padding: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  max-width: 460px;
  margin: 40px auto 0;
}

@media (max-width: 1199px) {
  .sns-notfound-page #searchform {
    max-width: 460px;
  }
}

@media (max-width: 767px) {
  .sns-notfound-page #searchform {
    margin-top: 30px;
  }
}

.sns-notfound-page #searchform:before {
  position: absolute;
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  text-align: center;
  line-height: 60px;
  background: #333;
  color: #FFF;
  font-size: 20px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  right: 0px;
  bottom: 0px;
  margin: 0 0;
  border-radius: 4px;
}

.sns-notfound-page #searchform label.screen-reader-text {
  display: none;
}

.sns-notfound-page #searchform input#s {
  width: 100%;
  box-shadow: none;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: transparent;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  font-size: 1em;
  background: #f9f9f9;
  border-radius: 4px;
}

.sns-notfound-page #searchform input#s:focus {
  border-color: #ddd;
}

.sns-notfound-page #searchform input#searchsubmit {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 0px;
  right: 0px;
  padding: 0 0;
  margin: 0 0;
  border: none;
  border-radius: 4px;
  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: #333;
  background: transparent;
}

.sns-notfound-page #searchform:hover:before {
  background: #1d1f4f;
}

@media (min-width: 991px) {
  .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%;
  }
}

/***************************************************
	scss file: /assets/scss/theme/_header.scss
		+ Header 
			- .header-style1
			- .header-style2
****************************************************/
#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;
}

@media (max-width: 1200px) {
  .sns_menu_wrapper .nav-right {
    margin-right: 15px;
    float: right;
    width: 130px;
    padding: 0;
  }

  .sns_menu_wrapper .icon-menu {
    display: none;
  }

  .sns_menu_wrapper #sns_respmenu {
    margin-top: 31px;
    margin-bottom: 30px;
    margin-right: 0px;
    display: block;
  }
}

@media (max-width: 767px) {
  .sns_menu_wrapper #sns_respmenu {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
    display: block;
  }
}

.logo-retina {
  max-width: 92px;
}

.mini-search .tongle {
  cursor: pointer;
  text-transform: uppercase;
  width: 28px;
  height: 28px;
  display: block;
}

.mini-search .tongle .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.4);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  cursor: e-resize;
  cursor: url(../img/close-white.png), auto;
  color: #1d1f4f;
}

.mini-search .tongle:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 28px;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  line-height: 28px;
  vertical-align: text-bottom;
  text-align: right;
}

@media (max-width: 992px) {
  .mini-search .tongle {
    float: right;
    width: auto;
  }
}

.mini-search.active .tongle,
.mini-search:hover .tongle {
  /* color: #1d1f4f; */
}

.mini-search.active .tongle:before,
.mini-search:hover .tongle:before {
  /* color: #1d1f4f; */
}

@media (max-width: 480px) {
  .mini-cart {
    position: static;
  }

  .mini-cart .tongle {
    background: transparent;
  }
}

@media (max-width: 767px) {
  .mini-cart .content {
    display: none;
  }
}

#sns_header {
  position: relative;
}

body.no-breadcrumb:not(.use-slideshow) #sns_header {}

#sns_header .top-header {
  font-size: 0.7857em;
  text-transform: uppercase;
  color: #fff;
}

@media (min-width: 1199px) {
  #sns_header .top-header>.container {
    padding-left: 0px;
    padding-right: 0;
  }
}

#sns_header .top-header a:not(.button) {
  color: inherit;
}

#sns_header .top-header a:not(.button):hover {
  color: #1d1f4f;
}

#sns_header .top-header .vc_row[data-vc-full-width] {
  overflow: visible;
}

#sns_header .top-header .inline-inner-block>.vc_column-inner>.wpb_wrapper>* {
  padding: 10px 14px;
  position: relative;
}

#sns_header .top-header .inline-inner-block>.vc_column-inner>.wpb_wrapper>*:before {
  position: absolute;
  content: "";
  left: 0px;
  top: calc(50% - 7px);
  height: 14px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}

#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>*:first-child:before {
  display: none;
}

#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 .inline-menu {
  display: inline-block;
}

#sns_header .top-header .inline-menu .widget.widget_nav_menu {
  margin: 0;
}

#sns_header .top-header .inline-menu .widget.widget_nav_menu .menu>li {
  display: inline-block;
  float: left;
  position: relative;
  padding: 0 17px;
  margin: 0 0;
}

#sns_header .top-header .inline-menu .widget.widget_nav_menu .menu>li:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 6px;
  height: 6px;
  text-align: center;
  line-height: 6px;
  font-size: 5px;
  color: #ddd;
  position: absolute;
  left: -3px;
  top: calc(50% - 3px);
}

#sns_header .top-header .inline-menu .widget.widget_nav_menu .menu>li a {
  padding: 0;
  text-transform: uppercase;
}

#sns_header .top-header .inline-menu .widget.widget_nav_menu .menu>li:first-child {
  padding-left: 0;
}

#sns_header .top-header .inline-menu .widget.widget_nav_menu .menu>li:first-child:before {
  display: none;
}

#sns_header .top-header .inline-menu .widget.widget_nav_menu .menu>li:last-child {
  padding-right: 0;
}

#sns_header .top-header .inline-menu .widget.widget_nav_menu .menu>li ul.sub-menu {
  display: none;
}

#sns_header .top-header .inline-menu.align-center {
  display: block;
}

#sns_header .top-header .inline-menu.align-center .widget {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

#sns_header .top-header .sns-social-links.inline-label .wpb_heading {
  color: inherit;
}

#sns_header .top-header .sns-social-links.inline-label .follow-us a {
  margin-left: 12px;
}

#sns_header .top-header .sns-social-links.inline-label .follow-us a:before {
  font-size: 13px;
}

#sns_header .top-header .sns-social-links.inline-label .follow-us a:first-child {
  margin-left: 0px;
}

#sns_header .sns-promobar {
  background: #3a3a3a;
  color: #fff;
  position: relative;
  z-index: 1;
}

#sns_header .sns-promobar .content {
  width: 100%;
}

#sns_header .sns-promobar .btn-promobar {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 30px;
  bottom: calc(50% - 10px);
  -webkit-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}

#sns_header .sns-promobar .btn-promobar:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  color: #fff;
}

#sns_header .sns-promobar .btn-promobar:hover:before {
  color: #fff;
}

#sns_header .sns-promobar:not(.active) .btn-promobar {
  bottom: -20px;
  border-radius: 0 0 3px 3px;
  background: #3a3a3a;
}

#sns_header .sns-promobar:not(.active) .btn-promobar:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  color: #fff;
}

#sns_header .mobile-header .row {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#sns_header .mobile-header .row>.menu-sidebar,
#sns_header .mobile-header .row>.header-logo,
#sns_header .mobile-header .row>.mini-search {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#sns_header .mobile-header .left-icons {
  width: 50%;
  display: flex;
  align-items: center;
}

#sns_header .mobile-header .left-icons .separator {
  width: 1px;
  background: #fff;
  height: 22px;
  margin: -2px 0 0 5px;
}

#sns_header .mobile-header .left-icons .user-menu,
#sns_header .mobile-header .left-icons .mini-cart,
#sns_header .mobile-header .left-icons .mini-search {
  width: 30px;
}

#sns_header .mobile-header .menu-sidebar {
  width: 50%;
  text-align: right;
}

#sns_header .mobile-header .header-logo {
  text-align: center;
  width: 50px;
}

#sns_header .mobile-header .header-logo .logo-retina {
  margin-right: auto;
  margin-left: auto;
}

#sns_header .mobile-header .mini-search {
  text-align: right;
}

@media (max-width: 991px) {
  #sns_header .mobile-bottom-bar {
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    bottom: 0px;
    left: 0px;
    z-index: 98;
    background: #fff;
    border-top: 1px solid #eaeaea;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  #sns_header .mobile-bottom-bar>.inner {
    float: none !important;
    width: 100%;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  #sns_header .mobile-bottom-bar>.inner>div:not(.v-hidden) {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    border-right: 1px solid #eaeaea;
    margin: 0 !important;
    padding: 0 !important;
    height: 50px !important;
    line-height: 50px !important;
  }

  #sns_header .mobile-bottom-bar>.inner>div:not(.v-hidden) .tongle {
    width: 100% !important;
    height: 100% !important;
    line-height: inherit !important;
    text-align: center;
  }

  #sns_header .mobile-bottom-bar>.inner>div:not(.v-hidden) .tongle:before {
    width: 100% !important;
    height: 100% !important;
    line-height: inherit !important;
    margin: 0 auto;
    font-size: 24px !important;
    vertical-align: text-bottom;
  }

  #sns_header .mobile-bottom-bar>.inner>div:not(.v-hidden):last-child {
    border: none;
  }

  #sns_header .mobile-bottom-bar>.inner .mini-cart .content {
    top: auto;
    bottom: 60px;
    right: 0px;
  }

  #sns_header .mobile-bottom-bar>.inner .mini-cart:hover .content {
    bottom: 50px;
  }
}

#sns_header .main-header {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

#desktop-slider,
#section-fish-desktop {
  display: none;
  max-width: 1920px;
}

#mobile-slider,
#section-fish-mobile {
  display: block;
}

#n2-ss-1-align,
#n2-ss-2-align {
  margin-top: -2px;
}

#section-fish-desktop,
#section-fish-mobile {
  text-align: center;
  margin: 0 auto;
}

#section-fish-desktop img,
#section-fish-mobile img {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 1199px) {
  #sns_header .main-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 480px) {

  #desktop-slider,
  #section-fish-desktop {
    display: block;
  }

  #mobile-slider,
  #section-fish-mobile {
    display: none;
  }

  #sns_header .main-header .row {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  #sns_header .main-header .row>.header-left,
  #sns_header .main-header .row>.header-right,
  #sns_header .main-header .row>.header-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #sns_header .main-header .row>.header-left {
    text-align: left;
    width: 50%;
  }

  #sns_header .main-header .row>.header-right {
    text-align: right;
    width: 50%;
    display: flex;

    .navbar-nav {
      transform: none;
    }
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {

  #sns_header .main-header .header-left,
  #sns_header .main-header .header-right {
    width: 210px;
  }

  #sns_header .main-header .header-center {
    width: calc(100% - 420px);
  }
}

@media (min-width: 1199px) {
  #sns_header .main-header>.container {
    padding-left: 0px;
    padding-right: 0;
  }
}

.nav>li>a:hover,
.nav>li>a:focus {
  color: #ca9d2c;
}

#sns_header .main-header.keep-menu {
  z-index: 98;
  position: fixed;
  top: 0px;
  background: #FFF;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: transform 0.25s ease-out 0s;
  -o-transition: transform 0.25s ease-out 0s;
  transition: transform 0.25s ease-out 0s;
}

body.boxed-layout #sns_header .main-header.keep-menu {
  width: auto;
}

body.admin-bar #sns_header .main-header.keep-menu {
  top: 32px;
}

@media (max-width: 480px) {
  body.admin-bar #sns_header .main-header.keep-menu {
    top: 0px;
  }
}

@media (max-width: 480px) {
  body.admin-bar #sns_header .main-header.keep-menu+.search-box {
    top: 0px;
  }
}

#sns_header .main-header.keep-menu.hidden-kmenu {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

body.use_stickmenu #sns_header .main-header.stiky-spacer {
  visibility: hidden;
  position: static;
}

#sns_header .nav-header {
  border-bottom: 1px solid #eaeaea;
}

#sns_header .nav-header .menu-wrap #sns_mainmenu_vertical {
  width: 255px;
  float: left;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}

#sns_header .nav-header .menu-wrap #sns_mainmenu_vertical+#sns_mainmenu {
  width: calc(100% - 255px);
  padding-left: 40px;
  float: left;
}

#sns_header .nav-header .menu-wrap #sns_mainmenu_vertical>.tongle {
  padding: 0 30px 0 20px;
  color: #555555;
  height: 50px;
  line-height: 50px;
  border-right: 1px solid #eaeaea;
  font-size: 1em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}

#sns_header .nav-header .menu-wrap #sns_mainmenu_vertical>.tongle:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
  text-align: left;
  position: absolute;
  top: calc(50% - 8px);
  left: 0px;
}

#sns_header .nav-header .menu-wrap #sns_mainmenu_vertical>.tongle:hover {
  color: #1d1f4f;
}

#sns_header .nav-header .menu-wrap #sns_mainmenu_vertical p.main_navigation_alert,
#sns_header .nav-header .menu-wrap #sns_mainmenu_vertical ul.vertical-style {
  padding: 15px 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 3;
  visibility: hidden;
  display: block;
  opacity: 0;
  top: 100%;
  -webkit-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.1s ease;
  -o-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.1s ease;
  transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.1s ease;
  -webkit-transform: translate3d(-30px, 0, 0);
  -moz-transform: translate3d(-30px, 0, 0);
  -ms-transform: translate3d(-30px, 0, 0);
  -o-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
  position: absolute;
  background: #444;
}

#sns_header .nav-header .menu-wrap #sns_mainmenu_vertical p.main_navigation_alert a,
#sns_header .nav-header .menu-wrap #sns_mainmenu_vertical ul.vertical-style a {
  color: #555555;
}

#sns_header .nav-header .menu-wrap #sns_mainmenu_vertical p.main_navigation_alert a:hover,
#sns_header .nav-header .menu-wrap #sns_mainmenu_vertical ul.vertical-style a:hover {
  color: #1d1f4f;
}

#sns_header .nav-header .menu-wrap #sns_mainmenu_vertical p.main_navigation_alert>li.menu-item,
#sns_header .nav-header .menu-wrap #sns_mainmenu_vertical ul.vertical-style>li.menu-item {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
}

#sns_header .nav-header .menu-wrap #sns_mainmenu_vertical p.main_navigation_alert>li.menu-item:first-child,
#sns_header .nav-header .menu-wrap #sns_mainmenu_vertical ul.vertical-style>li.menu-item:first-child {
  border-top: none;
}

#sns_header .nav-header .menu-wrap #sns_mainmenu_vertical p.main_navigation_alert>li.menu-item>a,
#sns_header .nav-header .menu-wrap #sns_mainmenu_vertical ul.vertical-style>li.menu-item>a {
  padding: 8px 20px 8px 0;
  color: rgba(255, 255, 255, 0.7);
}

#sns_header .nav-header .menu-wrap #sns_mainmenu_vertical p.main_navigation_alert>li.menu-item>a:hover,
#sns_header .nav-header .menu-wrap #sns_mainmenu_vertical ul.vertical-style>li.menu-item>a:hover {
  color: #FFF;
}

#sns_header .nav-header .menu-wrap #sns_mainmenu_vertical p.main_navigation_alert {
  padding: 20px;
}

#sns_header .nav-header .menu-wrap #sns_mainmenu_vertical:hover .tongle {
  color: #1d1f4f;
}

#sns_header .nav-header .menu-wrap #sns_mainmenu_vertical:hover p.main_navigation_alert,
#sns_header .nav-header .menu-wrap #sns_mainmenu_vertical:hover ul.vertical-style {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease;
  -o-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease;
  transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease;
}


#sns_header .nav-header .menu-wrap #sns_mainmenu {
  width: 100%;
  float: left;
}

#sns_header .search-box {
  position: fixed;
  height: 180px;
  width: 100%;
  top: -180px;
  z-index: 999;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  background: #fff;
}

@media (max-width: 767px) {
  #sns_header .search-box {
    height: 110px;
    top: -110px;
  }
}

@media (max-width: 480px) {
  #sns_header .search-box {
    z-index: 999999;
  }
}

#sns_header .search-box.active {
  top: 0px;
  visibility: visible;
}

body.admin-bar #sns_header .search-box.active {
  top: 32px;
}

@media (max-width: 480px) {
  body.admin-bar #sns_header .search-box.active {
    top: 0px;
  }
}

#sns_header .header-logo {
  margin: 0;
}

#sns_header .header-logo a {
  display: inline-block;
}

@media (max-width: 480px) {
  #sns_header .header-logo {
    text-align: center;
    float: none !important;
    margin: 0 auto;
    padding: 0;
  }
}

@media (max-width: 480px) {
  #sns_header .header-right {
    text-align: center;
  }
}

#sns_header .header-right>.inner {
  /* float: right; */
}

@media (max-width: 480px) {
  #sns_header .header-right>.inner {
    float: none;
    display: inline-block;
    text-align: left;
  }
}

#sns_header .header-right>.inner>div.header-search {
  width: 530px;
  display: inline-block;
  margin: 15px 20px 15px 0;
}

#sns_header .header-right>.inner>div.header-search .sns-searchwrap {
  border: 1px solid #ddd;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}

#sns_header .header-right>.inner>div.header-search .sns-searchwrap .search-input:before {
  font-size: 18px;
  top: 50%;
  right: 10px;
  margin: -15px 0 0 0;
}

#sns_header .header-right>.inner>div.header-search .sns-searchwrap .search-input input[type="text"] {
  font-size: 1em;
  border: none;
  padding: 0 30px;
}

#sns_header .header-right>.inner>div.header-search .sns-searchwrap .search-input button[type="submit"] {
  padding: 0;
  width: 50px;
  background: #444;
  border-left: 1px solid #444;
}

#sns_header .header-right>.inner>div.header-search .sns-searchwrap .search-input button[type="submit"]:before {
  font-size: 20px;
  color: #FFF;
}

#sns_header .header-right>.inner>div.header-search .sns-searchwrap .search-input.loading:before {
  color: #1d1f4f;
}

#sns_header .header-right>.inner>div.header-search .sns-searchwrap .select2-container {
  border: none;
}

#sns_header .header-right>.inner>div.header-search .sns-searchwrap .select2-container .select2-selection {
  padding: 0 15px 0 25px !important;
}

@media (min-width: 480px) {
  #sns_header .header-right>.inner>div:first-child {
    margin-left: 0px;
    display: flex !important;
    align-items: center;
    transform: translateY(25px);

  }
}

#sns_header .mini-cart .tongle {
  padding: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

#sns_header .mini-cart .tongle:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 28px;
  color: #fff;
}

#sns_header .mini-cart .tongle:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 30px;
  left: 0px;
  top: 100%;
}

#sns_header .mini-cart .tongle .cart-label {
  display: none;
}

#sns_header .mini-cart .tongle .number {
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 100%;
  background: #ff0000;
  color: #FFF;
  font-size: 11px;
  position: absolute;
  left: -5px;
  bottom: -1px;
  text-align: center;
}

@media (max-width: 991px) {
  #sns_header .mini-cart .tongle .number {
    left: calc(50% - 20px);
    bottom: calc(50% - 20px);
  }
}

#sns_header .mini-cart .content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 48px;
  right: 0px;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  border: 1px solid #eaeaea;
  z-index: 1;
  text-align: left;
  width: 360px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: #FFF;
}

@media (max-width: 480px) {
  #sns_header .mini-cart .content {
    width: 300px;
    right: calc(50% - 150px) !important;
  }
}

#sns_header .mini-cart .content .cart-title {
  padding: 0 25px;
}

#sns_header .mini-cart .content .cart-title h4 {
  font-weight: 400;
  text-transform: uppercase;
  color: #161616;
  display: block;
  font-size: 1.1428em;
  padding: 20px 0 10px;
  margin: 0 0 0;
  border-bottom: 1px solid #eaeaea;
}

#sns_header .mini-cart .content .widget {
  padding: 0 0;
  margin: 0 0;
  border: none;
}

#sns_header .mini-cart.active:before,
#sns_header .mini-cart:hover:before {
  height: 15px;
}

#sns_header .mini-cart.active .tongle:before,
#sns_header .mini-cart:hover .tongle:before {
  /* color: #1d1f4f; */
}

#sns_header .mini-cart.active .content,
#sns_header .mini-cart:hover .content {
  visibility: visible;
  opacity: 1;
  right: -10px;
  z-index: 99;
}

#sns_header .mini-wishlist .tongle {
  padding: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

#sns_header .mini-wishlist .tongle:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 28px;
  color: #333;
}

#sns_header .mini-wishlist .tongle .number {
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 100%;
  background: #1d1f4f;
  color: #FFF;
  font-size: 11px;
  position: absolute;
  left: -4px;
  bottom: -1px;
  text-align: center;
}

@media (max-width: 991px) {
  #sns_header .mini-wishlist .tongle .number {
    left: calc(50% - 20px);
    bottom: calc(50% - 20px);
  }
}

#sns_header .mini-wishlist:hover:before {
  height: 15px;
}

#sns_header .mini-wishlist:hover .tongle:before {
  /* color: #1d1f4f; */
}

#sns_header .btn-navbar {
  padding: 0;
  border: 0;
  cursor: pointer;
  position: relative;
  display: none;
  height: 28px;
  width: 28px;
  margin-left: 22px;
}

@media (max-width: 1800px) and (min-width: 1199px) {
  #sns_header .btn-navbar {
    margin-left: 22px;
  }
}

@media (max-width: 767px) {
  #sns_header .btn-navbar {
    margin-left: 24px;
  }
}

#sns_header .btn-navbar>* {
  text-align: left;
}

#sns_header .btn-navbar:hover {
  /* color: #1d1f4f; */
}

#sns_header .btn-navbar.leftsidebar:before,
#sns_header .btn-navbar.rightsidebar:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  width: 100%;
  font-size: 28px;
  color: #333;
}

@media (max-width: 991px) {

  #sns_header .btn-navbar.leftsidebar:before,
  #sns_header .btn-navbar.rightsidebar:before {
    font-size: 24px;
  }
}

#sns_header .btn-navbar.rightsidebar:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#sns_header .btn-navbar .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.4);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  cursor: e-resize;
  cursor: url(../img/close-white.png), auto;
}

@media (max-width: 992px) {

  body.have-inner-right #sns_header .rightsidebar,
  body.layout-type-l-m-r #sns_header .rightsidebar,
  body.layout-type-m-r #sns_header .rightsidebar {
    display: inline-block;
  }

  body.have-inner-left #sns_header .leftsidebar,
  body.layout-type-l-m-r #sns_header .leftsidebar,
  body.layout-type-l-m #sns_header .leftsidebar {
    display: inline-block;
  }
}

#sns_header .user-menu {
  position: relative;
}

#sns_header .user-menu>.tongle {
  cursor: pointer;
}

#sns_header .user-menu>.tongle:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 28px;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#sns_header .user-menu>.tongle:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 10px;
  left: 0px;
  top: 100%;
}

#sns_header .user-menu ul {
  margin: 0;
  padding: 0;
}

#sns_header .user-menu>.nav.navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 190px;
  position: absolute;
  top: 30px;
  right: 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;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border: 1px solid #eaeaea;
  z-index: 2;
  background: #FFF;
  text-align: left;
  color: #000;
}

@media (max-width: 991px) {
  #sns_header .user-menu>.nav.navbar-nav {
    top: auto;
    right: auto;
    left: 0px;
    bottom: 60px;
    position: absolute;
  }
}

#sns_header .user-menu>.nav.navbar-nav li {
  display: block;
  border-top: 1px solid #eaeaea;
  line-height: normal;
  padding: 0 0;
  float: none;
}

#sns_header .user-menu>.nav.navbar-nav li a {
  display: block;
  padding: 14px 25px;
  color: #000;
}

#sns_header .user-menu>.nav.navbar-nav li a:hover {}

#sns_header .user-menu>.nav.navbar-nav li:first-child {
  border: none;
}

#sns_header .user-menu:hover .tongle:before {}

#sns_header .user-menu:hover>.nav.navbar-nav {
  right: 0px;
  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;
}

@media (max-width: 991px) {
  #sns_header .user-menu:hover>.nav.navbar-nav {
    right: auto;
    left: 0px;
    bottom: 50px;
  }
}

#sns_header .menu-sidebar>.tongle {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 22px;
  width: 22px;
  margin-left: auto;
}

#sns_header .menu-sidebar>.tongle span {
  display: block;
  height: 3px;
  border-radius: 5px;
  background: #ca9d2c;
}

#sns_header .menu-sidebar>.tongle span:nth-child(2) {
  transform: translateX(-5px);
}

/* #sns_header .menu-sidebar>.tongle:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 28px;
  color: #333;
} */

@media (max-width: 992px) {
  #sns_header .menu-sidebar>.tongle:before {
    text-align: left;
  }
}

#sns_header .menu-sidebar>.tongle:hover {}

#sns_header .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.4);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  cursor: e-resize;
  cursor: url(../img/close-white.png), auto;
}

#sns_header .menu-sidebar .sidebar-content {
  top: 0;
  right: -290px;
  width: 290px;
  padding: 35px 25px;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  color: #555555;
  background: #fff;
  text-align: left;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

body.admin-bar #sns_header .menu-sidebar .sidebar-content {
  top: 32px;
  height: calc(100vh - 32px);
}

@media (max-width: 480px) {
  body.admin-bar #sns_header .menu-sidebar .sidebar-content {
    top: 0px;
    height: 100vh;
    padding-top: 46px;
  }
}

@media (max-width: 480px) {
  #sns_header .menu-sidebar .sidebar-content {
    right: -290px;
    width: 290px;
  }
}

#sns_header .menu-sidebar .sidebar-content.active {
  right: 0;
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar {
  *zoom: 1;
  padding: 10px 0;
}

#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar:before,
#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar:after {
  content: " ";
  display: table;
}

#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar:after {
  clear: both;
}

#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar a {
  color: inherit;
}

#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar a:hover {
  color: #161616;
}

#sns_header .menu-sidebar .sidebar-content .mid-menu-sidebar {
  position: relative;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -o-flex-grow: 1;
  -ms-flex-grow: 1;
}

#sns_header .menu-sidebar .sidebar-content .mid-menu-sidebar p.main_navigation_alert {
  margin: 50px 0;
}

#sns_header .menu-sidebar .sidebar-content .bottom-menu-sidebar {
  text-align: center;
  width: 100%;
  padding: 10px 0 10px;
}

#sns_header .menu-sidebar .sidebar-content .bottom-menu-sidebar a {
  color: inherit;
}

#sns_header .menu-sidebar .sidebar-content .bottom-menu-sidebar a:hover {
  color: #161616;
}

#sns_header .menu-sidebar .sidebar-content .bottom-menu-sidebar .wpb_wrapper {
  display: inline-block;
}

#sns_header .menu-sidebar .sidebar-content .bottom-menu-sidebar .wpb_wrapper .sns-info-inline {
  display: inline-block;
}

#sns_header .menu-sidebar .sidebar-content .bottom-menu-sidebar .wpb_wrapper .sns-info-inline:last-child a {
  margin: 0 0;
}

#sns_header .menu-sidebar .sidebar-content .bottom-menu-sidebar .wpb_wrapper .sns-social-links {
  color: inherit;
}

#sns_header .menu-sidebar .sidebar-content .bottom-menu-sidebar .wpb_wrapper .sns-social-links .wpb_heading {
  color: inherit;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 10px;
}

#sns_header .main-header {
  padding-top: 20px;
  padding-bottom: 20px;
}

#sns_header .main-header .header-logo {
  margin: 0 0;
}

@media (max-width: 480px) {
  #sns_header .main-header .header-logo {
    margin: 0;
  }
}

#sns_header .main-header .header-center {
  position: relative;
  text-align: center;
}

@media (max-width: 480px) {
  #sns_header .main-header .header-center {
    text-align: center;
  }

  #sns_header .main-header .header-center .inner {
    float: none;
  }
}

#sns_header .main-header .header-center #sns_mainmenu {
  text-align: left;
}

#sns_header .main-header .header-center #sns_mainmenu ul.navbar-nav>li.menu-item {
  float: none;
}

#sns_header .header-right>.inner {
  display: flex;
  justify-content: end;
  align-items: center;
  z-index: 1;
}

#sns_header .header-right>.inner .menu-sidebar,
#sns_header .header-right>.inner .user-menu,
#sns_header .header-right>.inner .mini-wishlist,
#sns_header .header-right>.inner .mini-cart,
#sns_header .header-right>.inner .mini-search {
  position: relative;
  line-height: 28px;
  margin: 0 0 0 5px;
  display: inline-block;
  z-index: 1;
}

#sns_header .header-right>.inner .mini-search {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #bbb;
}

#sns_header #sns_mainmenu ul.navbar-nav>li.menu-item:first-child {
  margin-left: 0px;
}

#sns_header #sns_mainmenu ul.navbar-nav>li.menu-item:last-child {
  margin-right: 0px;
}

body.header-style2 #sns_header {
  position: absolute;
  z-index: 2;
}

@media (max-width: 767px) {
  body.header-style2 #sns_header {
    position: static;
    background: #fff;
  }

  .logo-retina {
    max-width: 27px;
  }
}

@media (max-width: 991px) and (min-width: 767px) {

  body.header-style2 #sns_header .main-header:not(.keep-menu) .mobile-header .row>.menu-sidebar .tongle::before,
  body.header-style2 #sns_header .main-header:not(.keep-menu) .mobile-header .row>.mini-search .tongle::before {
    color: #FFF;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (min-width: 767px) {

  body.header-style2 #sns_header .main-header:not(.keep-menu) .header-right>.inner .menu-sidebar .tongle:before,
  body.header-style2 #sns_header .main-header:not(.keep-menu) .header-right>.inner .user-menu .tongle:before,
  body.header-style2 #sns_header .main-header:not(.keep-menu) .header-right>.inner .mini-wishlist .tongle:before,
  body.header-style2 #sns_header .main-header:not(.keep-menu) .header-right>.inner .mini-cart .tongle:before,
  body.header-style2 #sns_header .main-header:not(.keep-menu) .header-right>.inner .mini-search .tongle:before {
    color: #FFF;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

body.header-style2 #sns_header .main-header:not(.keep-menu) .header-right>.inner .menu-sidebar .tongle .number,
body.header-style2 #sns_header .main-header:not(.keep-menu) .header-right>.inner .user-menu .tongle .number,
body.header-style2 #sns_header .main-header:not(.keep-menu) .header-right>.inner .mini-wishlist .tongle .number,
body.header-style2 #sns_header .main-header:not(.keep-menu) .header-right>.inner .mini-cart .tongle .number,
body.header-style2 #sns_header .main-header:not(.keep-menu) .header-right>.inner .mini-search .tongle .number {
  box-shadow: none;
}

body.header-style2 #sns_header .main-header:not(.keep-menu) #sns_mainmenu ul.navbar-nav>li.menu-item>a {
  color: #FFF;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  position: relative;
}

body.header-style2 #sns_header .main-header:not(.keep-menu) #sns_mainmenu ul.navbar-nav>li.menu-item>a:after {
  color: inherit;
}

body.header-style2 #sns_header .main-header:not(.keep-menu) #sns_mainmenu ul.navbar-nav>li.menu-item>a:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0px;
  left: 0px;
  bottom: 12px;
  background: #fff;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

body.header-style2 #sns_header .main-header:not(.keep-menu) #sns_mainmenu ul.navbar-nav>li.menu-item:hover>a:before,
body.header-style2 #sns_header .main-header:not(.keep-menu) #sns_mainmenu ul.navbar-nav>li.menu-item.current-menu-item>a:before,
body.header-style2 #sns_header .main-header:not(.keep-menu) #sns_mainmenu ul.navbar-nav>li.menu-item.current-menu-parent>a:before {
  width: 100%;
}

body.header-style2.use_stickmenu #sns_header .main-header {
  -webkit-transition: background, transform 0.25s ease-out 0s;
  -o-transition: background, transform 0.25s ease-out 0s;
  transition: background, transform 0.25s ease-out 0s;
}

body.header-style3 #sns_header {
  position: absolute;
  z-index: 2;
}

@media (max-width: 767px) {
  body.header-style3 #sns_header {
    position: static;
    background: #fff;
  }
}

body.header-style3 #sns_header .top-header {
  background: none;
  border-bottom: 1px solid #ebebeb;
}

@media (min-width: 1920px) {

  body.header-style3 #sns_header .top-header>.container,
  body.header-style3 #sns_header .main-header>.container {
    width: calc(1920px - 120px);
    width: 1800px;
  }
}

@media (min-width: 1680px) and (max-width: 1920px) {

  body.header-style3 #sns_header .top-header>.container,
  body.header-style3 #sns_header .main-header>.container {
    width: calc(100% - 120px);
  }
}

.sns-searchwrap {
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .sns-searchwrap {
    padding: 30px;
  }
}

.sns-searchwrap .sns-ajaxsearchbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.sns-searchwrap .sns-ajaxsearchbox:before {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: 100%;
  left: 0px;
  top: 0px;
  background: #FFF;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.sns-searchwrap .sns-ajaxsearchbox form {
  height: 100%;
}

.sns-searchwrap .search-input {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 0px;
}

.sns-searchwrap .search-input input[type="text"] {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  font-size: 1.1428em;
  background: #f9f9f9;
}

.sns-searchwrap .search-input input[type="text"]::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

.sns-searchwrap .search-input input[type="text"]:-ms-input-placeholder {
  color: #bbb;
}

.sns-searchwrap .search-input input[type="text"]::-webkit-input-placeholder {
  color: #bbb;
}

@media (max-width: 992px) {
  .sns-searchwrap .search-input input[type="text"] {
    font-size: 1.2857em;
  }
}

@media (max-width: 767px) {
  .sns-searchwrap .search-input input[type="text"] {
    padding: 0 25px;
  }
}

@media (max-width: 480px) {
  .sns-searchwrap .search-input input[type="text"] {
    font-size: 1.1428em;
  }
}

@media (min-width: 992px) {
  body.enable-search-cat .sns-searchwrap .search-input input[type="text"] {
    border-left: none;
  }
}

.sns-searchwrap .search-input:before {
  position: absolute;
  top: 50%;
  right: 40px;
  margin: -12px -12px 0 0;
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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: 20px;
  color: #333;
  -webkit-animation: spin 0.6s ease-in-out infinite;
  -moz-animation: spin 0.6s ease-in-out infinite;
  -o-animation: spin 0.6s ease-in-out infinite;
  animation: spin 0.6s ease-in-out infinite;
  background: none;
  opacity: 0;
}

@media (max-width: 992px) {
  .sns-searchwrap .search-input:before {
    font-size: 20px;
    right: 40px;
  }
}

@media (max-width: 767px) {
  .sns-searchwrap .search-input:before {
    font-size: 18px;
    right: 40px;
  }
}

@media (max-width: 480px) {
  .sns-searchwrap .search-input:before {
    right: 30px;
  }
}

.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: 2;
}

.sns-searchwrap button[type="submit"] {
  font-size: 0px;
  padding: 0 0;
  height: 100%;
  width: 80px;
  position: absolute;
  right: 40px;
  top: 0px;
  z-index: 1;
  border: none;
  background: none;
}

@media (max-width: 767px) {
  .sns-searchwrap button[type="submit"] {
    width: 50px;
  }
}

.sns-searchwrap button[type="submit"]:before {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -12px -12px 0 0;
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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: 20px;
  color: #333;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.sns-searchwrap button[type="submit"]:hover {
  box-shadow: none;
}

body.enable-search-cat .sns-searchwrap .select2-container {
  width: 220px !important;
  height: 100%;
  float: left;
  background: #fff;
  border: 1px solid #eaeaea;
  border-right: none;
}

@media (max-width: 992px) {
  body.enable-search-cat .sns-searchwrap .select2-container {
    display: none;
  }
}

body.enable-search-cat .sns-searchwrap .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 .select2-container .select2-selection {
  padding: 0 30px;
  height: 100%;
  background: #fff;
  border: none;
  border-radius: 0;
  position: relative;
}

body.enable-search-cat .sns-searchwrap .select2-container .select2-selection:before {
  position: absolute;
  content: "";
  height: calc(100% - 60px);
  width: 1px;
  top: 30px;
  right: 0px;
  background: #eaeaea;
}

body.enable-search-cat .sns-searchwrap .select2-container .select2-selection .select2-selection__rendered {
  line-height: 24px;
  color: inherit;
  padding: 0 0;
  position: absolute;
  top: calc(50% - 12px);
}

body.enable-search-cat .sns-searchwrap .select2-container .select2-selection .select2-selection__arrow {
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  right: 15px;
}

body.enable-search-cat .sns-searchwrap .select2-container .select2-selection .select2-selection__arrow:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 18px;
}

body.enable-search-cat .sns-searchwrap .select2-container .select2-selection .select2-selection__arrow b {
  display: none;
}

body.enable-search-cat .sns-searchwrap .select2-container .select2-selection .select2-selection__arrow b:after {
  left: 7px;
}

body.enable-search-cat .sns-searchwrap .select2-container .select2-selection>.select2-chosen {
  margin: 0 0;
}

body.enable-search-cat .sns-searchwrap .search-input {
  width: calc(100% - 220px);
  float: left;
  height: 100%;
}

@media (max-width: 992px) {
  body.enable-search-cat .sns-searchwrap .search-input {
    width: 100%;
  }
}

.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_searchresult_wrap {
  background: #FFF;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  display: none;
  padding: 25px 30px 25px;
  *zoom: 1;
}

#sns_searchresult_wrap:before,
#sns_searchresult_wrap:after {
  content: " ";
  display: table;
}

#sns_searchresult_wrap:after {
  clear: both;
}

@media (max-width: 480px) {
  #sns_searchresult_wrap {
    z-index: 9999999;
  }
}

#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: 7.5px 0;
  float: left;
  width: 50%;
}

#sns_searchresult_wrap ul li:nth-of-type(2n+1) {
  clear: left;
}

@media (max-width: 767px) {
  #sns_searchresult_wrap ul li {
    width: 100%;
    clear: none;
  }
}

#sns_searchresult_wrap ul li .thumbnail {
  max-width: 90px;
  float: left;
  border: none;
  padding: 0 0;
  border-radius: 0;
  margin: 0 15px 0 0;
  background: none;
}

#sns_searchresult_wrap ul li .thumbnail a {
  position: relative;
  display: inline-block;
}

#sns_searchresult_wrap ul li .thumbnail a:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#sns_searchresult_wrap ul li .thumbnail .yith-wcbm-badge {
  display: none;
}

#sns_searchresult_wrap ul li .meta {
  margin-right: 15px;
}

#sns_searchresult_wrap ul li .meta .title {
  display: block;
  margin: 3px 0 5px 0;
  font-weight: 400;
  line-height: 1.42857;
}

#sns_searchresult_wrap ul li .meta .title:hover {
  color: #1d1f4f;
}

#sns_searchresult_wrap ul li .meta .title .hightlight {
  color: #1d1f4f;
}

#sns_searchresult_wrap ul li .meta .price {
  display: block;
}

#sns_searchresult_wrap ul li:hover .thumbnail a:before {
  opacity: 1;
  visibility: visible;
}

#sns_searchresult_wrap .viewall-result {
  display: block;
  float: left;
  width: 100%;
  border-top: 1px solid #eaeaea;
  margin: 20px 0 0;
  padding: 15px 0 0;
}

.header-tongle {
  position: fixed;
  z-index: 999;
  left: 30px;
  top: 30px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #FFF;
  background: #161616;
  font-size: 18px;
  cursor: pointer;
  display: none;
}

body.admin-bar .header-tongle {
  top: 62px;
}

@media (max-width: 992px) {
  body.admin-bar .header-tongle {
    top: 76px;
  }
}

@media (max-width: 480px) {
  body.admin-bar .header-tongle {
    top: 70px;
  }
}

@media (max-width: 992px) {
  .header-tongle {
    display: block;
  }
}

.header-tongle:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: inherit;
}

.header-tongle:hover {
  color: #FFF;
  background: #1d1f4f;
}

.header-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;
}

@media (min-width: 992px) {
  .header-overlay {
    display: none !important;
  }
}

/***************************************************
	scss file: /assets/scss/theme/_snsmenu.scss
		+ Style for main menu
		+ Style for Vertical Menu
****************************************************/
@media (min-width: 1199px) {
  #sns_mainmenu {
    display: inline-block !important;
  }
}

@media (max-width: 1199px) {
  #sns_mainmenu.main-cat {
    position: fixed !important;
    top: 0;
    right: -290px;
    width: 290px;
    padding: 0 20px;
    height: 100vh;
    bottom: 0;
    overflow-y: auto;
    background: #fff;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-align: left;
  }

  #sns_mainmenu.main-cat ul.main-big-cat,
  #sns_mainmenu.main-cat ul.main-cat {
    padding: 0 !important;
    display: none;
    text-align: center;
  }

  #sns_mainmenu.main-cat.active {
    right: 0;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  body.admin-bar #sns_mainmenu.main-cat {
    top: 32px;
    height: calc(100vh - 32px);
  }
}

@media (max-width: 992px) {
  body.admin-bar #sns_mainmenu.main-cat {
    top: 46px;
    height: calc(100vh - 46px);
  }
}

@media (max-width: 480px) {
  body.admin-bar #sns_mainmenu.main-cat {
    top: 0px;
    height: 100vh;
    padding-top: 46px;
  }
}

#sns_mainmenu:hover {
  overflow: visible;
  position: static;
}

#sns_mainmenu>p.main_navigation_alert {
  color: #555555;
  margin: 17px 0;
}

#sns_mainmenu li:hover {
  z-index: 999;
}

#sns_mainmenu ul.navbar-nav {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  float: none;
}

#sns_mainmenu ul.navbar-nav:before,
#sns_mainmenu ul.navbar-nav:after {
  content: " ";
  display: table;
}

#sns_mainmenu ul.navbar-nav:after {
  clear: both;
}

#sns_mainmenu ul.navbar-nav li.menu-item {
  list-style: none;
}

#sns_mainmenu ul.navbar-nav li.menu-item .megamenu-title i {
  margin-right: 8px;
}

#sns_mainmenu ul.navbar-nav li.menu-item .megamenu-title img.sns-megamenu-icon-img {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  margin-right: 8px;
}

#sns_mainmenu ul.navbar-nav li.menu-item a i {
  margin-right: 8px;
  font-size: 1em;
  font-weight: normal;
  vertical-align: middle;
}

#sns_mainmenu ul.navbar-nav li.menu-item a img.sns-megamenu-icon-img {
  display: inline-block;
  height: auto;
  max-width: 25px;
  vertical-align: middle;
  margin-right: 8px;
}

#sns_mainmenu ul.navbar-nav li.menu-item a:focus {
  background: none;
}

#sns_mainmenu ul.navbar-nav.main-cat {
  padding: 26px 0 25px;
  text-align: center;
}

#sns_mainmenu ul.navbar-nav.main-cat>li.menu-item {
  padding: 0 0;
  margin: 0 25px;
}

#sns_mainmenu ul.navbar-nav.main-cat>li.menu-item>a:before {
  display: none;
}

#sns_mainmenu ul.navbar-nav.main-cat>li.menu-item>a span {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#sns_mainmenu ul.navbar-nav.main-cat>li.menu-item>a i {
  margin-right: 10px;
  font-size: 32px;
  font-weight: normal;
  vertical-align: middle;
}

#sns_mainmenu ul.navbar-nav.main-cat>li.menu-item>a img.sns-megamenu-icon-img {
  display: inline-block;
  height: auto;
  max-width: 25px;
  vertical-align: middle;
  margin-right: 10px;
}

#sns_mainmenu ul.navbar-nav.main-cat>li.menu-item:hover>a {
  color: #1d1f4f;
}

#sns_mainmenu ul.navbar-nav.main-cat>li.menu-item:hover>a i {
  color: inherit;
}

#sns_mainmenu ul.navbar-nav.main-cat>li.menu-item.current-menu-item>a,
#sns_mainmenu ul.navbar-nav.main-cat>li.menu-item.current-menu-parent>a {
  color: #1d1f4f;
}

#sns_mainmenu ul.navbar-nav.main-cat>li.menu-item.current-menu-item>a i,
#sns_mainmenu ul.navbar-nav.main-cat>li.menu-item.current-menu-parent>a i {
  color: inherit;
}

#sns_mainmenu ul.navbar-nav.main-cat>li.menu-item.current-menu-item>a:before,
#sns_mainmenu ul.navbar-nav.main-cat>li.menu-item.current-menu-parent>a:before {
  color: #1d1f4f;
}

@media (max-width: 1199px) {
  #sns_mainmenu ul.navbar-nav.main-cat {
    padding: 10px 0;
  }

  #sns_mainmenu ul.navbar-nav.main-cat>li.menu-item {
    padding: 5px 0;
    float: none;
    display: block;
    margin: 0 0;
    padding: 5px 0;
  }

  #sns_mainmenu ul.navbar-nav.main-cat>li.menu-item:first-child {
    padding-top: 20px;
  }

  #sns_mainmenu ul.navbar-nav.main-cat>li.menu-item:last-child {
    padding-bottom: 20px;
  }

  #sns_mainmenu ul.navbar-nav.main-cat>li.menu-item>a {
    padding: 0 0;
    border: 1px solid #eaeaea;
    height: 80px;
    border-radius: 0px;
    text-align: center;
  }

  #sns_mainmenu ul.navbar-nav.main-cat>li.menu-item>a:hover {
    border-color: #1d1f4f;
    background-color: #1d1f4f;
  }

  #sns_mainmenu ul.navbar-nav.main-cat>li.menu-item>a span {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}

@media (min-width: 1199px) {
  #sns_mainmenu ul.navbar-nav.main-big-cat {
    display: table;
    margin: 0 auto;
  }
}

#sns_mainmenu ul.navbar-nav.main-big-cat>li.menu-item {
  margin: 0 0;
  float: left;
  padding: 0 0;
}

#sns_mainmenu ul.navbar-nav.main-big-cat>li.menu-item>a {
  border: none;
  border-right: 1px solid #eaeaea;
  border-radius: 0px;
  text-align: center;
  padding: 10px 45px;
  height: 132px;
}

@media (max-width: 1830px) and (min-width: 1199px) {
  #sns_mainmenu ul.navbar-nav.main-big-cat>li.menu-item>a {
    padding: 10px 25px;
  }
}

#sns_mainmenu ul.navbar-nav.main-big-cat>li.menu-item>a span {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#sns_mainmenu ul.navbar-nav.main-big-cat>li.menu-item>a i,
#sns_mainmenu ul.navbar-nav.main-big-cat>li.menu-item>a img {
  display: block;
  margin: 0 auto 12px;
}

#sns_mainmenu ul.navbar-nav.main-big-cat>li.menu-item:first-child>a {
  border-left: 1px solid #eaeaea;
}

#sns_mainmenu ul.navbar-nav.main-big-cat>li.menu-item:hover>a {
  color: #fff;
  border-color: #1d1f4f;
  background-color: #1d1f4f;
}

#sns_mainmenu ul.navbar-nav.main-big-cat>li.menu-item:hover>a i {
  color: #fff;
}

#sns_mainmenu ul.navbar-nav.main-big-cat>li.menu-item:hover>a img.sns-megamenu-icon-img {
  filter: grayscale(100%) brightness(1000%);
  -webkit-filter: grayscale(100%) brightness(1000%);
}

#sns_mainmenu ul.navbar-nav.main-big-cat>li.menu-item.current-menu-item>a,
#sns_mainmenu ul.navbar-nav.main-big-cat>li.menu-item.current-menu-parent>a {
  color: #fff;
  border-color: #1d1f4f;
  background-color: #1d1f4f;
}

#sns_mainmenu ul.navbar-nav.main-big-cat>li.menu-item.current-menu-item>a i,
#sns_mainmenu ul.navbar-nav.main-big-cat>li.menu-item.current-menu-parent>a i {
  color: #fff;
}

#sns_mainmenu ul.navbar-nav.main-big-cat>li.menu-item.current-menu-item>a:before,
#sns_mainmenu ul.navbar-nav.main-big-cat>li.menu-item.current-menu-parent>a:before {
  color: #1d1f4f;
}

#sns_mainmenu ul.navbar-nav.main-big-cat>li.menu-item.current-menu-item>a img.sns-megamenu-icon-img,
#sns_mainmenu ul.navbar-nav.main-big-cat>li.menu-item.current-menu-parent>a img.sns-megamenu-icon-img {
  filter: grayscale(100%) brightness(1000%);
  -webkit-filter: grayscale(100%) brightness(1000%);
}

@media (max-width: 1199px) {
  #sns_mainmenu ul.navbar-nav.main-big-cat>li.menu-item {
    float: none;
    display: block;
    margin: 0 0;
    padding: 5px 0;
  }

  #sns_mainmenu ul.navbar-nav.main-big-cat>li.menu-item:first-child {
    padding-top: 20px;
  }

  #sns_mainmenu ul.navbar-nav.main-big-cat>li.menu-item:last-child {
    padding-bottom: 20px;
  }

  #sns_mainmenu ul.navbar-nav.main-big-cat>li.menu-item>a {
    padding: 0 0;
    border: 1px solid #eaeaea;
    height: 100px;
  }

  #sns_mainmenu ul.navbar-nav.main-big-cat>li.menu-item>a:hover {
    border-color: #1d1f4f;
  }
}

#sns_mainmenu ul.navbar-nav>li.menu-item {
  border: none;
  position: relative;
  display: inline-block;
  text-align: left;
  float: none;
  margin: 0 20px;
  padding: 0;
}

@media (min-width: 1200px) and (max-width: 1830px) {
  #sns_mainmenu ul.navbar-nav>li.menu-item:first-child {
    margin-left: 0px;
  }

  #sns_mainmenu ul.navbar-nav>li.menu-item:last-child {
    margin-right: 0px;
  }
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega {
  position: static;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content {
  display: none;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  top: 100%;
  -webkit-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.1s ease;
  -o-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.1s ease;
  transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.1s ease;
  -webkit-transform: translate3d(-30px, 0, 0);
  -moz-transform: translate3d(-30px, 0, 0);
  -ms-transform: translate3d(-30px, 0, 0);
  -o-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
  z-index: 999;
  border: 1px solid #eaeaea;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  left: 0px;
  background: #fff;
  padding-bottom: 40px;
  width: 100%;
  top: calc(50% + 30px);
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content>li.menu-item {
  float: left;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content.col-1>li.menu-item {
  width: 100%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content.col-2>li.menu-item {
  width: 50%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content.col-3>li.menu-item {
  width: 33.33%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content.col-4>li.menu-item {
  width: 25%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content.col-5>li.menu-item {
  width: 20%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content.col-6>li.menu-item {
  width: 16.67%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content.sub-content-background {
  background-position: right bottom;
  background-repeat: no-repeat;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content li.menu-item {
  position: relative;
  padding: 0;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content li.menu-item a {
  padding: 14px 15px;
  line-height: 1.5;
  display: block;
  border-bottom: 1px solid #eaeaea;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content li.menu-item:last-child>a {
  border: none;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content li.menu-item.have-icon>a i {
  margin-right: 8px;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content li.menu-item ul.sub-menu {
  padding: 0px 15px 30px 15px;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content li.menu-item ul.sub-menu:not(.enable-megamenu) {
  display: none;
  position: absolute;
  padding: 14px 15px;
  visibility: hidden;
  display: block;
  opacity: 0;
  top: 100%;
  -webkit-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.1s ease;
  -o-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.1s ease;
  transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.1s ease;
  -webkit-transform: translate3d(-30px, 0, 0);
  -moz-transform: translate3d(-30px, 0, 0);
  -ms-transform: translate3d(-30px, 0, 0);
  -o-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
  border: 1px solid #eaeaea;
  z-index: 999;
  width: 220px;
  left: 208px;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content li.menu-item:hover>ul.sub-menu:not(.enable-megamenu) {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease;
  -o-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease;
  transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease;
  top: 2px;
  z-index: 999;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content li.menu-item:hover>a {
  color: #1d1f4f;
  background: #f6f6f6;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content li.menu-item:hover>a i {
  color: #1d1f4f;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content li.menu-item:hover>a:before {
  color: #1d1f4f;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content li.menu-item.current-menu-item>a {
  color: #1d1f4f;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content li.menu-item.current-menu-item>a i {
  color: #1d1f4f;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content li.menu-item.current-menu-item>a:before {
  color: #1d1f4f;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content>ul.columns {
  left: 0;
  position: relative;
  z-index: 999;
  margin: 0;
  padding: 0 30px;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content>ul.columns>li.menu-item {
  float: left;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content>ul.columns.col-1>li.menu-item {
  width: 100%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content>ul.columns.col-2>li.menu-item {
  width: 50%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content>ul.columns.col-3>li.menu-item {
  width: 33.33%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content>ul.columns.col-4>li.menu-item {
  width: 25%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content>ul.columns.col-5>li.menu-item {
  width: 20%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content>ul.columns.col-6>li.menu-item {
  width: 16.67%;
}

@media (max-width: 1199px) {
  #sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content>ul.columns {
    padding: 0 10px;
  }
}

#sns_mainmenu ul.navbar-nav>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.navbar-nav>li.menu-item.enable-mega .sub-content>ul.columns>li.menu-item:first-child:before {
  display: none;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content>ul.columns li.menu-item {
  position: relative;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content>ul.columns li.menu-item .megamenu-title {
  display: block;
  margin: 45px 15px 15px 15px;
  padding: 0 0;
  font-size: 1.1428em;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content>ul.columns li.menu-item .megamenu-title a {
  color: #161616;
  padding: 15px 25px;
  background: #f3f3f3;
  border: none;
  position: relative;
  display: block;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content>ul.columns li.menu-item .megamenu-title img:hover {
  opacity: 0.8;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content>ul.columns li.menu-item .megamenu-title:hover a {
  color: #1d1f4f;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content>ul.columns li.menu-item>ul.sub-menu {
  padding: 0 15px;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content>ul.columns li.menu-item>ul.sub-menu li.menu-item-has-children:before {
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 8px;
  height: 8px;
  text-align: center;
  line-height: 8px;
  font-size: 12px;
}

#sns_mainmenu ul.navbar-nav>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-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease;
  -o-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease;
  transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease;
  top: 2px;
  z-index: 999;
}

#sns_mainmenu ul.navbar-nav>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-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.1s ease;
  -o-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.1s ease;
  transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.1s ease;
  -webkit-transform: translate3d(-30px, 0, 0);
  -moz-transform: translate3d(-30px, 0, 0);
  -ms-transform: translate3d(-30px, 0, 0);
  -o-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  width: 220px;
  left: 100%;
  border-radius: 3px;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content>ul.columns li.menu-item>ul.sub-menu ul.sub-menu li.menu-item a:hover {
  color: #1d1f4f;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content>ul.columns>li.menu-item {
  float: left;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content>ul.columns.col-1>li.menu-item {
  width: 100%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content>ul.columns.col-2>li.menu-item {
  width: 50%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content>ul.columns.col-3>li.menu-item {
  width: 33.33%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content>ul.columns.col-4>li.menu-item {
  width: 25%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content>ul.columns.col-5>li.menu-item {
  width: 20%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content>ul.columns.col-6>li.menu-item {
  width: 16.66%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content>ul.columns {
  width: 100%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content.has-left-content {
  *zoom: 1;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content.has-left-content:before,
#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content.has-left-content:after {
  content: " ";
  display: table;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content.has-left-content:after {
  clear: both;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content.has-left-content>ul.columns {
  width: 65%;
  float: left;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content.has-left-content .mega-left-content {
  padding: 35px 20px 10px;
  width: 35%;
  float: left;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content.has-right-content {
  *zoom: 1;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content.has-right-content:before,
#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content.has-right-content:after {
  content: " ";
  display: table;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content.has-right-content:after {
  clear: both;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content.has-right-content>ul.columns {
  width: 65%;
  float: left;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content.has-right-content .mega-right-content {
  padding: 35px 20px 10px;
  width: 35%;
  float: left;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega .sub-content .mega-bottom-content {
  padding: 35px 20px 10px;
  width: 100%;
  float: left;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.enable-mega:hover .sub-content {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease;
  -o-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease;
  transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease;
  top: calc(50% + 30px);
}

#sns_mainmenu ul.navbar-nav>li.menu-item ul.sub-menu {
  padding: 0 0;
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu {
  display: none;
  position: absolute;
  left: -25px;
  background: #fff;
  visibility: hidden;
  display: block;
  opacity: 0;
  top: 100%;
  -webkit-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.1s ease;
  -o-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.1s ease;
  transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.1s ease;
  -webkit-transform: translate3d(-30px, 0, 0);
  -moz-transform: translate3d(-30px, 0, 0);
  -ms-transform: translate3d(-30px, 0, 0);
  -o-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
  z-index: 999;
  min-width: 240px;
  padding: 0 0;
  border: 1px solid #eaeaea;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

@media (max-width: 1199px) {
  #sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu {
    min-width: 240px;
  }
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu li.menu-item {
  position: relative;
  margin: 0px;
  padding: 0 0;
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu li.menu-item:last-child>a {
  border: none;
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu li.menu-item a {
  padding: 15px 25px;
  line-height: 1.5;
  display: block;
  font-size: 1em;
  border-bottom: 1px solid #eaeaea;
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu li.menu-item.have-icon>a i {
  margin-right: 10px;
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu li.menu-item.menu-item-has-children:before {
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 8px;
  height: 8px;
  text-align: center;
  line-height: 8px;
  font-size: 12px;
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu li.menu-item ul.sub-menu:not(.enable-megamenu) {
  position: absolute;
  padding: 0 0;
  min-width: 240px;
  background: #fff;
  top: 0%;
  left: calc(100% + 20px);
  border: 1px solid #eaeaea;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  z-index: 999;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease, left 0.25s ease, right 0.25s ease;
  -o-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease, left 0.25s ease, right 0.25s ease;
  transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease, left 0.25s ease, right 0.25s ease;
  -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.navbar-nav>li.menu-item>ul.sub-menu li.menu-item ul.sub-menu:not(.enable-megamenu) {
    min-width: 240px;
  }
}

#sns_mainmenu ul.navbar-nav>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: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease, left 0.25s ease, right 0.25s ease;
  -o-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease, left 0.25s ease, right 0.25s ease;
  transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease, left 0.25s ease, right 0.25s ease;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  visibility: visible;
  left: 93%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu li.menu-item:hover>a {
  color: #1d1f4f;
  background: #f6f6f6;
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu li.menu-item:hover>a i {
  color: #1d1f4f;
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu li.menu-item:hover:before {
  color: #1d1f4f;
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu li.menu-item.current-menu-item>a,
#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu li.menu-item.current-menu-parent>a {
  color: #1d1f4f;
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu li.menu-item.current-menu-item>a i,
#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu li.menu-item.current-menu-parent>a i {
  color: #1d1f4f;
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu li.menu-item.current-menu-item>a:before,
#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu li.menu-item.current-menu-parent>a:before {
  color: #1d1f4f;
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu:not(.enable-megamenu) {
  top: 8px;
  right: auto;
  left: calc(100% + 20px);
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu) {
  top: 8px;
  left: auto;
  right: calc(100% + 20px);
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu) {
  top: 8px;
  right: auto;
  left: calc(100% + 20px);
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu) {
  top: 8px;
  left: auto;
  right: calc(100% + 20px);
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu) {
  top: 8px;
  right: auto;
  left: calc(100% + 20px);
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu) {
  top: 8px;
  left: auto;
  right: calc(100% + 20px);
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu) {
  top: 8px;
  right: auto;
  left: calc(100% + 20px);
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu) {
  top: 8px;
  left: auto;
  right: calc(100% + 20px);
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu) {
  top: 8px;
  right: auto;
  left: calc(100% + 20px);
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item:hover>ul.sub-menu:not(.enable-megamenu) {
  right: auto;
  left: 100%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item:hover>ul.sub-menu:not(.enable-megamenu) {
  left: auto;
  right: 100%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item:hover>ul.sub-menu:not(.enable-megamenu) {
  right: auto;
  left: 100%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item:hover>ul.sub-menu:not(.enable-megamenu) {
  left: auto;
  right: 100%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item:hover>ul.sub-menu:not(.enable-megamenu) {
  right: auto;
  left: 100%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item:hover>ul.sub-menu:not(.enable-megamenu) {
  left: auto;
  right: 100%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item:hover>ul.sub-menu:not(.enable-megamenu) {
  right: auto;
  left: 100%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu:not(.enable-megamenu)>li.menu-item:hover>ul.sub-menu:not(.enable-megamenu) {
  left: auto;
  right: 100%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item>ul.sub-menu>li.menu-item:hover>ul.sub-menu:not(.enable-megamenu) {
  right: auto;
  left: 100%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item>a {
  display: block;
  padding: 20px 0;
  font-size: 1.1428em;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin: 0;
  background: none;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.menu-item-has-children>a:after {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 8px;
  height: 8px;
  text-align: center;
  line-height: 8px;
  text-align: right;
  font-size: 12px;
  margin-left: 5px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.current-menu-ancestor>a,
#sns_mainmenu ul.navbar-nav>li.menu-item.current-menu-item>a {
  color: #1d1f4f;
}

#sns_mainmenu ul.navbar-nav>li.menu-item.current-menu-ancestor>a:after,
#sns_mainmenu ul.navbar-nav>li.menu-item.current-menu-item>a:after {
  color: inherit;
}

#sns_mainmenu ul.navbar-nav>li.menu-item:hover>a {
  color: #1d1f4f;
  background: none;
}

#sns_mainmenu ul.navbar-nav>li.menu-item:hover>a:before {
  background: #1d1f4f;
}

#sns_mainmenu ul.navbar-nav>li.menu-item:hover>a:after {
  color: inherit;
}

#sns_mainmenu ul.navbar-nav>li.menu-item:hover>ul.sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease;
  -o-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease;
  transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease;
  z-index: 999;
  top: 100%;
}

#sns_mainmenu ul.navbar-nav>li.menu-item:hover.menu-item-has-children>a:after {
  color: inherit;
}

.sns-respmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sns-respmenu .resp-nav:not(.handled) {
  opacity: 0;
}

.sns-respmenu .resp-nav .accr_content {
  padding: 0;
}

.sns-respmenu .resp-nav .accr_content ul {
  padding: 0 0;
  margin: 0 0 0 20px;
}

.sns-respmenu .resp-nav a {
  color: #161616;
}

.sns-respmenu .resp-nav a:hover {
  color: #1d1f4f;
}

.sns-respmenu .resp-nav .accr_header {
  padding: 5px 0;
  position: relative;
  display: block;
}

.sns-respmenu .resp-nav .accr_header .btn_accor {
  position: absolute;
  top: 50%;
  right: 0px;
  cursor: pointer;
  margin-top: -7px;
}

.sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle {
  display: block;
  width: 14px;
  height: 14px;
  text-align: center;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 0px;
  position: relative;
}

.sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -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;
}

.sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle:hover:before {
  color: #555555;
}

.sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 8px;
  height: 8px;
  text-align: center;
  line-height: 8px;
  font-size: 12px;
}

.sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.close {
  opacity: 1;
}

.sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.close:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  color: #1d1f4f;
}

.sns-respmenu .resp-nav .accr_header.open>a {
  color: #1d1f4f;
}

#main_menu_cats_res {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 30px 0;
  text-align: center;
}

#main_menu_cats_res:not(.handled) {
  opacity: 0;
}

#main_menu_cats_res>li {
  padding: 0;
}

#main_menu_cats_res>li>.accr_header {
  border: 1px solid #eaeaea;
  margin: 0 0 15px;
  padding: 0 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#main_menu_cats_res>li>.accr_header>a {
  padding: 15px 0;
  margin: 0 0;
  font-size: 1em;
  text-transform: uppercase;
  position: relative;
  display: block;
}

#main_menu_cats_res>li>.accr_header.open,
#main_menu_cats_res>li>.accr_header:hover {
  border-color: #1d1f4f;
  background: #1d1f4f;
}

#main_menu_cats_res>li>.accr_header.open>a,
#main_menu_cats_res>li>.accr_header:hover>a {
  color: #FFF;
  text-decoration: none;
}

#main_menu_cats_res>li>.accr_header.open .btn_accor .ac-tongle:before,
#main_menu_cats_res>li>.accr_header:hover .btn_accor .ac-tongle:before {
  color: #FFF;
}

#main_menu_cats_res .accr_content {
  padding: 5px 0 0;
  margin: 0 0 15px;
}

#main_menu_cats_res .accr_content ul {
  padding: 0 0;
  margin: 0 0;
}

#main_menu_cats_res a {
  color: #161616;
}

#main_menu_cats_res a:hover {
  color: #1d1f4f;
}

#main_menu_cats_res .accr_header {
  padding: 5px 0;
  position: relative;
  display: block;
}

#main_menu_cats_res .accr_header .btn_accor {
  position: absolute;
  cursor: pointer;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  right: 10px;
}

#main_menu_cats_res .accr_header .btn_accor .ac-tongle {
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 0px;
  position: relative;
}

#main_menu_cats_res .accr_header .btn_accor .ac-tongle:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
}

#main_menu_cats_res .accr_header .btn_accor .ac-tongle:hover:before {
  color: #555555;
}

#main_menu_cats_res .accr_header .btn_accor .ac-tongle.open:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 8px;
  height: 8px;
  text-align: center;
  line-height: 8px;
  font-size: 12px;
}

#main_menu_cats_res .accr_header .btn_accor .ac-tongle.close {
  opacity: 1;
}

#main_menu_cats_res .accr_header .btn_accor .ac-tongle.close:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #1d1f4f;
}

#main_menu_cats_res .accr_header.open>a {
  color: #1d1f4f;
}

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

#sns_header .menu-sidebar-accordion .mainmenu-sidebar-mobile,
#sns_header .menu-sidebar .mainmenu-sidebar-mobile {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 46px;
}

#sns_header .menu-sidebar-accordion .mainmenu-sidebar-mobile ul,
#sns_header .menu-sidebar .mainmenu-sidebar-mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sns_header .menu-sidebar-accordion .mainmenu-sidebar-mobile ul li,
#sns_header .menu-sidebar .mainmenu-sidebar-mobile ul li {
  padding: 0;
}

#sns_header .menu-sidebar-accordion .mainmenu-sidebar-mobile .accr_content,
#sns_header .menu-sidebar .mainmenu-sidebar-mobile .accr_content {
  padding-left: 20px;
}

#sns_header .menu-sidebar-accordion .mainmenu-sidebar-mobile>li,
#sns_header .menu-sidebar .mainmenu-sidebar-mobile>li {
  padding: 0;
}

#sns_header .menu-sidebar-accordion .mainmenu-sidebar-mobile>li>.accr_header a,
#sns_header .menu-sidebar .mainmenu-sidebar-mobile>li>.accr_header a {
  color: #161616;
  text-transform: uppercase;
  font-weight: 400;
}

#sns_header .menu-sidebar-accordion .mainmenu-sidebar-mobile>li>.accr_header a:hover,
#sns_header .menu-sidebar-accordion .mainmenu-sidebar-mobile>li>.accr_header a.active,
#sns_header .menu-sidebar .mainmenu-sidebar-mobile>li>.accr_header a:hover,
#sns_header .menu-sidebar .mainmenu-sidebar-mobile>li>.accr_header a.active {
  color: #1d1f4f;
}

#sns_header .menu-sidebar-accordion .mainmenu-sidebar-mobile .accr_header,
#sns_header .menu-sidebar .mainmenu-sidebar-mobile .accr_header {
  border-bottom: 1px solid #eaeaea;
  padding: 0;
  position: relative;
}

#sns_header .menu-sidebar-accordion .mainmenu-sidebar-mobile .accr_header .btn_accor,
#sns_header .menu-sidebar .mainmenu-sidebar-mobile .accr_header .btn_accor {
  position: absolute;
  top: calc(50% - 8px);
  right: 0px;
  cursor: pointer;
}

#sns_header .menu-sidebar-accordion .mainmenu-sidebar-mobile .accr_header .btn_accor .ac-tongle,
#sns_header .menu-sidebar .mainmenu-sidebar-mobile .accr_header .btn_accor .ac-tongle {
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 0px;
  position: relative;
}

#sns_header .menu-sidebar-accordion .mainmenu-sidebar-mobile .accr_header .btn_accor .ac-tongle:before,
#sns_header .menu-sidebar .mainmenu-sidebar-mobile .accr_header .btn_accor .ac-tongle:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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: 12px;
  position: absolute;
  right: 0px;
  top: 0px;
}

#sns_header .menu-sidebar-accordion .mainmenu-sidebar-mobile .accr_header .btn_accor .ac-tongle:hover:before,
#sns_header .menu-sidebar .mainmenu-sidebar-mobile .accr_header .btn_accor .ac-tongle:hover:before {
  color: #1d1f4f;
}

#sns_header .menu-sidebar-accordion .mainmenu-sidebar-mobile .accr_header .btn_accor .ac-tongle.open:before,
#sns_header .menu-sidebar .mainmenu-sidebar-mobile .accr_header .btn_accor .ac-tongle.open:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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: 12px;
}

#sns_header .menu-sidebar-accordion .mainmenu-sidebar-mobile .accr_header .btn_accor .ac-tongle.close,
#sns_header .menu-sidebar .mainmenu-sidebar-mobile .accr_header .btn_accor .ac-tongle.close {
  opacity: 1;
}

#sns_header .menu-sidebar-accordion .mainmenu-sidebar-mobile .accr_header .btn_accor .ac-tongle.close:before,
#sns_header .menu-sidebar .mainmenu-sidebar-mobile .accr_header .btn_accor .ac-tongle.close:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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: 12px;
  color: #1d1f4f;
}

#sns_header .menu-sidebar-accordion .mainmenu-sidebar-mobile .accr_header.open>a,
#sns_header .menu-sidebar .mainmenu-sidebar-mobile .accr_header.open>a {
  color: #1d1f4f;
}

@media (max-width: 992px) {

  #sns_content .sns-main .right.inner-sidebar,
  .sns-right {
    position: fixed;
    top: 0;
    right: -345px;
    width: 345px;
    padding: 0 30px;
    height: 100vh;
    bottom: 0;
    overflow: auto;
    margin: 0 0;
    background: #fff;
    z-index: 1000;
    -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 !important;
  }

  #sns_content .sns-main .right.inner-sidebar>*:last-child,
  .sns-right>*:last-child {
    padding-bottom: 30px !important;
  }

  #sns_content .sns-main .right.inner-sidebar.active,
  .sns-right.active {
    right: 0;
    opacity: 1;
  }

  #sns_content .sns-main .right.inner-sidebar .sns-col-inner,
  .sns-right .sns-col-inner {
    padding: 0px 0 50px;
  }
}

@media (max-width: 992px) and (max-width: 767px) {

  #sns_content .sns-main .right.inner-sidebar,
  .sns-right {
    right: -290px;
    width: 290px;
    padding: 0 20px;
  }
}

@media (max-width: 992px) {

  body.admin-bar #sns_content .sns-main .right.inner-sidebar,
  body.admin-bar .sns-right {
    top: 32px;
    height: calc(100vh - 32px);
  }
}

@media (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) {

  #sns_content .sns-main .left.inner-sidebar,
  .sns-left {
    position: fixed;
    top: 0;
    left: -345px;
    width: 345px;
    padding: 0 30px;
    height: 100vh;
    bottom: 0;
    overflow: auto;
    margin: 0 0;
    background: #fff;
    z-index: 1000;
    -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 !important;
  }

  #sns_content .sns-main .left.inner-sidebar>*:last-child,
  .sns-left>*:last-child {
    padding-bottom: 30px !important;
  }

  #sns_content .sns-main .left.inner-sidebar.active,
  .sns-left.active {
    left: 0;
    opacity: 1;
  }

  #sns_content .sns-main .left.inner-sidebar .sns-col-inner,
  .sns-left .sns-col-inner {
    padding: 30px 0 50px;
  }
}

@media (max-width: 992px) and (max-width: 767px) {

  #sns_content .sns-main .left.inner-sidebar,
  .sns-left {
    left: -290px;
    width: 290px;
    padding: 0 20px;
  }
}

@media (max-width: 992px) {

  body.admin-bar #sns_content .sns-main .left.inner-sidebar,
  body.admin-bar .sns-left {
    top: 46px;
    height: calc(100vh - 46px);
  }
}

@media (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;
  }
}

@media (max-width: 1199px) {
  #sns_content .sns-main .column-content-box {
    position: fixed;
    top: 0;
    right: -270px;
    width: 270px;
    padding: 0px;
    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 .column-content-box.active {
    right: 0;
    opacity: 1;
  }
}

.golden-content h1 {
  color: #D4AF37;
  font-size: 110px;
  font-weight: 500;
  margin-bottom: 20px;
}

.golden-content h3 {
  color: #333;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 15px;
}

.golden-content p {
  color: #666;
  font-size: 24px;
  line-height: 1.8;
  font-weight: 300;
}

.custom-button {
  margin-top: 50px;
  padding: 8px 50px;
  font-weight: 300;
  background-color: transparent;
  border: 5px solid #D4AF37;
  font-size: 26px;
  border-radius: 30px;
  display: inline-block;
}

.custom-button:hover {
  background-color: #D4AF37;
  color: #fff;
}

.sns-inline-menu>ul li {
  padding: 0 0 0 24px;
  margin: 0 0 0 24px;
  position: relative;
}

.sns-inline-menu>ul li:before {
  position: absolute;
  content: "";
  height: 15px;
  left: 0px;
  top: 50%;
  margin: -7.5px 0 0;
  width: 1px;
  background: #eaeaea;
}

.sns-inline-menu>ul li:first-child {
  padding: 0 0;
  margin: 0 0;
}

.sns-inline-menu>ul li:first-child:before {
  display: none;
}

.sns-inline-menu>ul li a {
  padding: 0;
  color: #555555;
  line-height: inherit;
}

.sns-inline-menu>ul li a i {
  margin-right: 6px;
  font-size: 14px;
  line-height: 1em;
}

.sns-inline-menu>ul li a img.sns-megamenu-icon-img {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  margin-right: 8px;
  line-height: 1em;
}

.sns-inline-menu>ul li a:hover {
  background: transparent;
  color: #1d1f4f;
}

.sns-inline-menu>ul.uppercase li a {
  text-transform: uppercase;
}

.sns-inline-menu>ul ul.sub-menu {
  display: none;
}

.sns-vertical-menu>p.main_navigation_alert {
  color: #555555;
  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;
  padding: 0;
}

ul.vertical-style li.menu-item>a {
  display: block;
  position: relative;
  padding: 4px 30px;
  color: #555555;
}

ul.vertical-style li.menu-item>a:hover {
  color: #1d1f4f;
}

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: 20px;
  top: calc(50% - 4px);
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 8px;
  height: 8px;
  text-align: center;
  line-height: 8px;
  font-size: 12px;
}

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: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease, left 0.25s ease, right 0.25s ease;
  -o-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease, left 0.25s ease, right 0.25s ease;
  transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease, left 0.25s ease, right 0.25s ease;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  visibility: visible;
  left: 95%;
  top: 10px;
  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:hover>a,
ul.vertical-style li.menu-item.current-menu-ancestor>a,
ul.vertical-style li.menu-item.current-menu-item>a {
  color: #1d1f4f;
}

ul.vertical-style li.menu-item:hover>a:before,
ul.vertical-style li.menu-item.current-menu-ancestor>a:before,
ul.vertical-style li.menu-item.current-menu-item>a:before {
  color: #1d1f4f;
}

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: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease, left 0.25s ease, right 0.25s ease;
  -o-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease, left 0.25s ease, right 0.25s ease;
  transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease, left 0.25s ease, right 0.25s ease;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  position: absolute;
  left: calc(100% + 20px);
  top: 10px;
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 25px 0;
  min-width: 240px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

ul.vertical-style li.menu-item .sub-content {
  background: #fff;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease, left 0.25s ease, right 0.25s ease;
  -o-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease, left 0.25s ease, right 0.25s ease;
  transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease, left 0.25s ease, right 0.25s ease;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  position: absolute;
  top: 10px;
  left: calc(100% + 20px);
  width: 1000px;
  border: 1px solid #eaeaea;
  padding: 0 20px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

@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: 1em;
  text-transform: uppercase;
  color: #161616;
}

@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 {
  padding: 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.2857em;
  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.2857em;
  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>a {
  padding: 6px 0px 6px 0;
  color: #161616;
}

ul.vertical-style>li.menu-item>a:hover {
  color: #1d1f4f;
}

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;
}

/***************************************************
	scss file: assets/scss/theme/_shortcodes.scss
		+ Override style for some default shortcodes
		+ Style for our shortcodes - with prefix sns
****************************************************/
h2.wpb_heading,
h3.wpb_heading {
  margin: 0 0 20px;
  font-size: 2.5714em;
  font-weight: 400;
  text-transform: none;
  color: #161616;
}

h2.widgettitle,
h3.widgettitle {
  margin: 0 0 45px;
  font-size: 2.5714em;
  font-weight: 400;
  text-transform: none;
}

@media (max-width: 767px) {

  h2.widgettitle,
  h3.widgettitle {
    font-size: 1.8em;
  }
}

.wpb_revslider_element.no-margin {
  margin-bottom: 0px;
}

.vc_custom_heading.uppercase {
  text-transform: uppercase;
}

.vc_custom_heading.extrabold-font {
  font-weight: 400;
}

.vc_custom_heading.weight-normal {
  font-weight: normal;
}

.vc_custom_heading.weight-bold {
  font-weight: 400;
}

.vc_custom_heading.weight-extrabold {
  font-weight: 400;
}

@media (max-width: 767px) {
  .vc_custom_heading.single-deal-heading {
    font-size: 2em !important;
  }
}

.vc_custom_heading.btn-ch-link {
  color: #161616;
}

.vc_custom_heading.btn-ch-link a {
  text-transform: uppercase;
  font-weight: normal;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

.vc_custom_heading.btn-ch-link a:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  height: 1px;
  width: 100%;
  background: #161616;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.vc_custom_heading.btn-ch-link a:after {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  margin-left: 3px;
  text-align: right;
}

.vc_custom_heading.btn-ch-link a:hover {
  color: #1d1f4f;
}

.vc_custom_heading.btn-ch-link a:hover:before {
  background: #1d1f4f;
  -webkit-animation: snsResetWidth 0.25s;
  -ms-animation: snsResetWidth 0.25s;
  -o-animation: snsResetWidth 0.25s;
  animation: snsResetWidth 0.25s;
}

.vc_custom_heading.sns-ch-link a {
  text-transform: uppercase;
  position: relative;
  color: #161616;
  font-weight: 400;
  display: inline-block;
}

.vc_custom_heading.sns-ch-link a:before {
  position: absolute;
  content: "";
  height: 1px;
  left: 0px;
  bottom: 1px;
  width: 100%;
  background: #161616;
}

.vc_custom_heading.sns-ch-link a:hover {
  color: #1d1f4f;
}

.vc_custom_heading.sns-ch-link a:hover:before {
  background: #1d1f4f;
  -webkit-animation: snsResetWidth 0.25s;
  -ms-animation: snsResetWidth 0.25s;
  -o-animation: snsResetWidth 0.25s;
  animation: snsResetWidth 0.25s;
}

.vc_custom_heading.inline-block {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.vc_custom_heading.heading-about {
  display: inline-block;
  position: relative;
}

@media (max-width: 1199px) {
  .vc_empty_space.respon-col {
    height: 20px !important;
  }
}

@media (max-width: 767px) {
  .vc_empty_space.respon-col {
    height: 15px !important;
  }
}

.vc_custom_heading.have-line-border {
  padding: 0 0 15px;
  margin: 0 0 30px;
  border-bottom: 1px solid #eaeaea;
  text-transform: uppercase;
}

.strong-color {
  color: #161616;
}

.strong-color a {
  color: inherit;
}

.strong-color a:hover {
  color: #1d1f4f;
}

.low-color {
  color: #bbb;
}

.low-color a {
  color: inherit;
}

.low-color a:hover {
  color: #1d1f4f;
}

.white-text {
  color: #fff;
}

.weight-bold {
  font-weight: 400;
}

.style-italic {
  font-style: italic;
}

.wpb_text_column.uppercase {
  text-transform: uppercase;
}

.wpb_text_column.white-text {
  color: #FFF;
}

.wpb_text_column.strong-color {
  color: #161616;
}

.wpb_text_column.strong-color a {
  color: inherit;
}

.wpb_text_column.strong-color a:hover {
  color: #1d1f4f;
}

.wpb_text_column.low-color {
  color: #bbb;
}

.wpb_text_column.low-color a {
  color: inherit;
}

.wpb_text_column.low-color a:hover {
  color: #1d1f4f;
}

.wpb_text_column.sub-custom-heading {
  text-align: center;
}

.wpb_text_column.sub-custom-heading>* {
  display: inline-block;
  margin: 0 auto;
  padding: 0 10px;
  color: #fff;
  font-size: 0.8571em;
  text-transform: uppercase;
  background: #1d1f4f;
  letter-spacing: 0.15em;
}

.vc_separator.width-50px {
  width: 50px !important;
}

.vc_separator.width-40px {
  width: 40px !important;
}

.vc_separator.width-30px {
  width: 30px !important;
}

@media (max-width: 767px) {
  body .no-padding-xs {
    padding: 0 0 !important;
  }

  body .no-padding-xs.wpb_column>.vc_column-inner {
    padding: 0 0 !important;
  }

  body .no-padding-h-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body .no-padding-h-xs.wpb_column>.vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body .no-padding-top-xs {
    padding-top: 0 !important;
  }

  body .no-padding-top-xs.wpb_column>.vc_column-inner {
    padding-top: 0 !important;
  }

  body .no-padding-bottom-xs {
    padding-bottom: 0 !important;
  }

  body .no-padding-bottom-xs.wpb_column>.vc_column-inner {
    padding-bottom: 0 !important;
  }

  body .reset-padding-xs {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  body .reset-padding-xs.wpb_column>.vc_column-inner {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
  }
}

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

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

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

@media (max-width: 1199px) {
  .pull-left-md {
    float: left !important;
  }
}

@media (max-width: 992px) {
  .pull-left-md-min {
    float: left !important;
  }

  .align-left-md-min {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .align-left-xs {
    text-align: left !important;
  }
}

.wpb_single_image.brand-link img {
  opacity: 0.75;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.wpb_single_image.brand-link:hover img {
  opacity: 1;
  -webkit-animation: flipInY 500ms ease-out;
  -o-animation: flipInY 500ms ease-out;
  animation: flipInY 500ms ease-out;
}

.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(0, 0, 0, 0.05);
  opacity: 0;
}

.wpb_single_image.banner1 a:hover:before {
  opacity: 1;
}

.wpb_single_image.banner-y a {
  display: block;
  position: relative;
  overflow: hidden;
}

.wpb_single_image.banner-y a img {
  -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;
}

.wpb_single_image.banner-y a:hover img {
  -webkit-animation: bounce 400ms ease both;
  -o-animation: bounce 400ms ease both;
  animation: bounce 400ms ease both;
}

.wpb_single_image.banner2 a {
  display: block;
  position: relative;
  overflow: hidden;
}

.wpb_single_image.banner2 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.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.3);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s 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 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

.wpb_single_image.banner3 a:hover img {
  -webkit-animation: tada 800ms ease-out;
  -o-animation: tada 800ms ease-out;
  animation: tada 800ms ease-out;
}

.wpb_single_image.banner4 a {
  display: block;
  position: relative;
  overflow: hidden;
}

.wpb_single_image.banner4 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.banner4 a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.wpb_single_image.banner4 a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.wpb_single_image.banner4 a:hover:before {
  right: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.4);
}

.wpb_single_image.banner4 a:hover:after {
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.4);
}

.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.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;
}

.wpb_single_image.banner6 a:hover:before {
  border: 10px solid rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.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.15);
  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: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.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.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;
}

@media (max-width: 1199px) and (min-width: 767px) {
  .wpb_single_image.imgcol-need-responsive {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .wpb_single_image.imgcol-need-responsive {
    margin-bottom: 15px !important;
  }
}

.wpb_single_image.dbea-brand img {
  max-width: 180px;
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0px !important;
}

@media (min-width: 480px) {
  .wpb_row.sns-fullrow-bg>.wpb_column>.vc_column-inner>.wpb_wrapper {
    width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1280px) {
  .wpb_row.sns-fullrow-bg>.wpb_column>.vc_column-inner>.wpb_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 480px) {
  .wpb_row.sns-fullrow-bg>.wpb_column>.vc_column-inner>.wpb_wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 480px) {
  .wpb_row.row-spring-come {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}

.wpb_row.row-sns-hot-deals>.wpb_column.vc_col-sm-12>.vc_column-inner {
  padding: 50px;
  border: 3px solid #1d1f4f;
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .wpb_row.row-sns-hot-deals>.wpb_column.vc_col-sm-12>.vc_column-inner {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .wpb_row.row-sns-hot-deals>.wpb_column.vc_col-sm-12>.vc_column-inner {
    padding: 40px 30px 30px;
  }
}

.wpb_row.row-sns-hot-deals .wpb_wrapper {
  position: relative;
}

.wpb_row.row-sns-hot-deals .wpb_wrapper .vc_custom_heading {
  position: absolute;
  padding: 0 20px;
  background: #FFF;
  top: -75px;
  left: -15px;
  margin: 0;
}

@media (max-width: 1199px) {
  .wpb_row.row-sns-hot-deals .wpb_wrapper .vc_custom_heading {
    top: -65px;
  }
}

@media (max-width: 767px) {
  .wpb_row.row-sns-hot-deals .wpb_wrapper .vc_custom_heading {
    padding: 0 15px;
  }
}

.wpb_row.row-counter {
  z-index: 1;
}

@media (max-width: 1200px) {
  .wpb_row.sns-row-footer1 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

@media (max-width: 1800px) and (min-width: 1400px) {
  .wpb_row.sns-row-footer1 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media (max-width: 1400px) and (min-width: 1280px) {
  .wpb_row.sns-row-footer1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 1800px) and (min-width: 1279px) {
  .wpb_row.sns-row-footer1 .footer1-l-lpart {
    width: 40%;
  }

  .wpb_row.sns-row-footer1 .footer1-l-lpart .ft1-menu1,
  .wpb_row.sns-row-footer1 .footer1-l-lpart .ft1-menu2 {
    width: 50%;
  }

  .wpb_row.sns-row-footer1 .footer1-l-lpart .ft1-store-info {
    display: none;
  }

  .wpb_row.sns-row-footer1 .footer1-r-lpart {
    width: 60%;
  }

  .wpb_row.sns-row-footer1 .vc_column_container .col-insta-p>.vc_column-inner {
    padding-left: 25px !important;
  }

  .wpb_row.sns-row-footer1 .vc_column_container .col-newsletter-p>.vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (max-width: 1199px) {
  .wpb_row.sns-row-footer1 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .wpb_row.sns-row-footer1 .footer1-l-lpart {
    width: 65%;
  }

  .wpb_row.sns-row-footer1 .footer1-l-lpart .ft1-menu1,
  .wpb_row.sns-row-footer1 .footer1-l-lpart .ft1-menu2 {
    width: 50%;
  }

  .wpb_row.sns-row-footer1 .footer1-l-lpart .ft1-store-info {
    display: none;
  }

  .wpb_row.sns-row-footer1 .footer1-r-lpart {
    width: 35%;
  }

  .wpb_row.sns-row-footer1 .footer1-r-lpart .col-newsletter-p {
    width: 100%;
  }

  .wpb_row.sns-row-footer1 .footer1-r-lpart .col-insta-p {
    width: 100%;
    margin-left: 0px !important;
    display: none;
  }
}

@media (max-width: 992px) {
  .wpb_row.sns-row-footer1 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .wpb_row.sns-row-footer1 .footer1-l-lpart {
    width: 58%;
  }

  .wpb_row.sns-row-footer1 .footer1-r-lpart {
    width: 42%;
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  .wpb_row.sns-row-footer1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .wpb_row.sns-row-footer1 .footer1-l-lpart {
    width: 60%;
  }

  .wpb_row.sns-row-footer1 .footer1-r-lpart {
    width: 40%;
  }
}

@media (max-width: 480px) {
  .wpb_row.sns-row-footer1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .wpb_row.sns-row-footer1 .footer1-l-lpart {
    width: 100%;
  }

  .wpb_row.sns-row-footer1 .footer1-r-lpart {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .wpb_row.sns-row-footer1 .vc_column_container>.vc_column-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 767px) {
  .wpb_row.sns-row-footer1 .vc_column_container>.vc_column-inner {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
  }
}

.wpb_row.row-bg-norepeat {
  background-position: center top !important;
  background-repeat: no-repeat;
}

.wpb_row.row-fixed-bg {
  background-attachment: fixed;
  background-position: center center !important;
  background-size: auto !important;
  background-repeat: no-repeat;
}

.wpb_row.row-visible {
  overflow: visible !important;
}

@media (min-width: 1921px) {
  .wpb_row.max-1920[data-vc-stretch-content="true"] {
    max-width: 1920px !important;
    left: calc(50% - 960px) !important;
  }
}

@media (max-width: 1199px) {
  .wpb_row.vc_row:not(.vc_row-no-padding) {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 767px) {
  .wpb_row.vc_row:not(.vc_row-no-padding) {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}

@media (max-width: 1920px) {
  .wpb_row .wpb_column.parallax-fit-bg .vc_parallax-inner {
    background-position: right 0%;
  }
}

.wpb_row .wpb_column.bg-position-tr>.vc_column-inner {
  background-position: top right !important;
}

@media (max-width: 1199px) {
  .wpb_row .wpb_column>.vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .wpb_row .wpb_column>.vc_column-inner {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

@media (max-width: 1440px) {
  .wpb_row .wpb_column.single-deal-col>.vc_column-inner {
    padding: 37px 45px 45px !important;
  }
}

@media (max-width: 480px) {
  .wpb_row .wpb_column.single-deal-col>.vc_column-inner {
    padding: 32px 25px 40px !important;
  }
}

.wpb_row .wpb_column.abs-middle-counter {
  position: relative;
}

.wpb_row .wpb_column.abs-middle-counter:before,
.wpb_row .wpb_column.abs-middle-counter:after {
  position: absolute;
  content: "";
  height: 40px;
  width: 1px;
  background: #eaeaea;
  top: calc(50% - 20px);
  left: 0px;
}

@media (max-width: 480px) {

  .wpb_row .wpb_column.abs-middle-counter:before,
  .wpb_row .wpb_column.abs-middle-counter:after {
    height: 1px;
    width: calc(100% - 50px);
    left: 25px;
    top: 0px;
    background: #eaeaea;
  }
}

.wpb_row .wpb_column.abs-middle-counter:after {
  left: auto;
  right: 0px;
}

@media (max-width: 992px) {
  .wpb_row .wpb_column.abs-middle-counter:after {
    display: none;
  }
}

@media (max-width: 480px) {
  .wpb_row .wpb_column.abs-middle-counter:after {
    display: block;
    top: auto;
    bottom: 0px;
    right: 25px;
  }
}

.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;
  }
}

.wpb_row .wpb_column.bg-gradient {
  background: linear-gradient(#eebf99, #fff);
}

.wpb_row .wpb_column.bg-gradient>.vc_column-inner>.wpb_wrapper {
  background: #fff;
}

@media (min-width: 767px) {
  .wpb_row .wpb_column.bg-gradient>.vc_column-inner>.wpb_wrapper {
    padding-top: 30px;
  }
}

@media (max-width: 480px) {
  .wpb_row .wpb_column.col-phone-12 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .wpb_row .wpb_column.col-phone-6 {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .wpb_row .wpb_column.col-phone-offset-none {
    margin-left: 0px;
  }
}

@media (max-width: 1199px) {
  .wpb_row .wpb_column.normal-space-md .vc_column-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 991px) {
  .wpb_row .wpb_column.normal-space-sm .vc_column-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 767px) {
  .wpb_row .wpb_column.normal-space-xs .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 480px) {
  .wpb_row .wpb_column.normal-space-phone .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.wpb_revslider_element.overflow-visible rs-module,
.wpb_revslider_element.overflow-visible rs-slides,
.wpb_revslider_element.overflow-visible rs-slide {
  overflow: visible !important;
}

.wpb_revslider_element.overflow-visible .tp-revslider-mainul {
  overflow: visible !important;
}

.wpb_revslider_element.overflow-visible .tp-revslider-mainul li.tp-revslider-slidesli {
  overflow: visible !important;
}

@media (min-width: 1921px) {
  .sns-main.col-md-12>section>.vc_row.row-1920.vc_row-no-padding[data-vc-full-width=true] {
    width: 1920px !important;
    position: relative;
    left: calc(50% + 15px) !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.sns-banner.style-1 .inner {
  position: relative;
  overflow: hidden;
}

.sns-banner.style-1 .banner-img {
  display: block;
  position: relative;
  -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-img:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: transparent;
  -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-banner.style-1 img {
  display: inline-block;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0;
}

.sns-banner.style-1 .content-text {
  display: inline-flex;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.sns-banner.style-1 .content-text .inner {
  display: inline-block;
  padding: 0 0 0 50px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media (max-width: 1199px) {
  .sns-banner.style-1 .content-text .inner {
    padding: 0 0 0 40px;
  }
}

@media (max-width: 992px) {
  .sns-banner.style-1 .content-text .inner {
    padding: 0 0 0 30px;
  }
}

.sns-banner.style-1 .content-text .sub-heading {
  font-size: 0.8571em;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 3px;
  color: #555555;
  letter-spacing: 0.2em;
  background: #fff;
  padding: 2.5px 6px;
  display: inline-block;
}

.sns-banner.style-1 .content-text .heading {
  font-size: 2.5em;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  margin: 0 0;
  color: #FFF;
  margin-bottom: 15px;
}

.sns-banner.style-1 .content-text .view-link {
  color: #FFF;
  text-transform: uppercase;
  font-weight: normal;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

.sns-banner.style-1 .content-text .view-link:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  height: 1px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.sns-banner.style-1 .content-text .view-link:after {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  margin-left: 3px;
  text-align: right;
}

.sns-banner.style-1 .content-text .view-link:hover {
  color: #FFF;
}

.sns-banner.style-1 .content-text .view-link:hover:before {
  background: #fff;
  -webkit-animation: snsResetWidth 0.25s;
  -ms-animation: snsResetWidth 0.25s;
  -o-animation: snsResetWidth 0.25s;
  animation: snsResetWidth 0.25s;
}

@media (max-width: 1199px) {
  .sns-banner.style-1.respon-text .heading {
    font-size: 2em;
  }
}

@media (max-width: 992px) {
  .sns-banner.style-1.respon-text .heading {
    font-size: 1.7142em;
  }
}

.sns-banner.style-1:hover .banner-img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.sns-banner.style-1:hover .banner-img:after {
  background-color: rgba(0, 0, 0, 0.2);
}

.sns-banner.style-1: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);
}

.sns-banner.style-2>.inner {
  position: relative;
  overflow: hidden;
}

.sns-banner.style-2 .banner-img {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  -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-img:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: transparent;
  -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-banner.style-2 img {
  display: inline-block;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0;
}

.sns-banner.style-2 .content-text {
  display: inline-flex;
  position: absolute;
  bottom: 40px;
  left: 50px;
  z-index: 1;
}

@media (max-width: 1440px) {
  .sns-banner.style-2 .content-text {
    bottom: 40px;
    left: 40px;
  }
}

@media (max-width: 1199px) {
  .sns-banner.style-2 .content-text {
    left: 40px;
    bottom: 40px;
  }
}

@media (max-width: 992px) {
  .sns-banner.style-2 .content-text {
    left: 30px;
    bottom: 30px;
  }
}

.sns-banner.style-2 .content-text .inner {
  display: inline-block;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.sns-banner.style-2 .content-text .heading {
  font-size: 1.8571em;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .sns-banner.style-2 .content-text .heading {
    font-size: 1.4285em;
  }
}

.sns-banner.style-2 .content-text .view-link {
  color: #161616;
  display: inline-block;
  position: relative;
  font-weight: 400;
  padding: 8px 15px;
  line-height: 24px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-transform: uppercase;
}

.sns-banner.style-2 .content-text .view-link:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  background: #1d1f4f;
  border-radius: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.sns-banner.style-2 .content-text .view-link:after {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  width: 12px;
  margin-left: 6px;
  font-size: 16px;
  text-align: right;
}

.sns-banner.style-2 .content-text .view-link:hover {
  color: #FFF;
  padding: 8px 15px;
}

.sns-banner.style-2 .content-text .view-link:hover:before {
  height: 100%;
  width: 100%;
  border-radius: 4px;
}

.sns-banner.style-2:hover .banner-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sns-banner.style-2:hover .banner-img:after {
  background-color: rgba(0, 0, 0, 0.2);
}

.sns-banner.style-2: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);
}

.sns-banner.style-2.white-text .content-text .heading {
  color: #FFF;
}

.sns-banner.style-2.white-text .view-link {
  color: #FFF;
}

.sns-info-inline .vc_icon_element-icon {
  margin-right: 6px;
}

.sns-info-inline .vc_icon_element-icon.fa-envelope {
  position: relative;
  top: 1px;
}

.sns-info-inline a:hover {
  text-decoration: none;
}

.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%;
  background-color: #e1e1e1;
  margin-right: 10px;
  float: left;
  font-size: 20px;
}

.sns-info-inline.social_rounded a .vc_icon_element-icon {
  margin: 0 0;
  line-height: 40px;
}

.sns-info-inline.social_rounded a:hover {
  background-color: #1d1f4f;
  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-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  background-size: cover;
}

.sns-popup-video>* {
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: 50%;
  color: #FFF;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  text-align: center;
}

.sns-popup-video>* .btn-popupvideo {
  width: 120px;
  height: 120px;
  line-height: 120px;
  background: #FFF;
  border-radius: 100%;
  display: inline-block;
  margin: 0 0;
  -webkit-animation: pulse-showdown 0.8s ease-in-out infinite;
  -moz-animation: pulse-showdown 0.8s ease-in-out infinite;
  -o-animation: pulse-showdown 0.8s ease-in-out infinite;
  animation: pulse-showdown 0.8s ease-in-out infinite;
}

.sns-popup-video>* .btn-popupvideo i {
  display: none;
}

.sns-popup-video>* .btn-popupvideo:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 120px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  font-size: 42px;
  color: #1d1f4f;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-align: center;
}

.sns-popup-video>* .btn-popupvideo:hover {
  background: #1d1f4f;
}

.sns-popup-video>* .btn-popupvideo:hover:before {
  color: #fff;
}

@media (max-width: 480px) {
  .sns-popup-video>* .btn-popupvideo {
    margin-right: 15px;
  }
}

.sns-popup-video>* .title {
  display: block;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 40px 0;
  display: block;
  color: inherit;
}

.sns-popup-video>* .sub-title span {
  font-size: 35px;
  line-height: 1.1;
  text-align: center;
  color: #bbb;
}

.sns-popup-video.big-play-button>* .btn-popupvideo {
  width: 120px;
  height: 120px;
  line-height: 120px;
}

.sns-popup-video.big-play-button>* .btn-popupvideo:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 120px;
  height: 120px;
  text-align: center;
  line-height: 120px;
}

.sns-popup-video.style-2 {
  text-align: left;
}

.sns-popup-video.style-2>* {
  text-align: left;
  max-width: 460px;
}

.sns-popup-video.style-2>* .btn-popupvideo {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: transparent;
  border-radius: 100%;
  border: 2px solid #161616;
  margin: 0 15px 0 0;
}

.sns-popup-video.style-2>* .btn-popupvideo:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 28px;
  color: #161616;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-align: center;
}

.sns-popup-video.style-2>* .btn-popupvideo:hover {
  background: #1d1f4f;
  border-color: #1d1f4f;
}

.sns-popup-video.style-2>* .btn-popupvideo:hover:before {
  color: #fff;
}

@media (max-width: 480px) {
  .sns-popup-video.style-2>* .btn-popupvideo {
    margin-right: 15px;
  }
}

.sns-popup-video.style-2 .sub-title span {
  background: transparent;
  margin: 0;
  padding: 0;
  vertical-align: super;
}

.sns-popup-video.style-2 .title {
  margin: 33px 0 35px;
  color: #161616;
}

@media (max-width: 1199px) {
  .sns-popup-video {
    max-height: 550px;
  }
}

@media (max-width: 992px) {
  .sns-popup-video {
    max-height: 450px;
  }

  .sns-popup-video>* .title {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .sns-popup-video {
    max-height: 350px;
  }

  .sns-popup-video>* .title {
    font-size: 32px;
  }
}

.sns-grid-items {
  margin: 0 -15px;
}

.sns-grid-items:before,
.sns-grid-items:after {
  content: " ";
  display: table;
}

.sns-grid-items:after {
  clear: both;
}

@media (max-width: 1199px) {
  .sns-grid-items {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 767px) {
  .sns-grid-items {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}

.sns-grid-items>* {
  float: left;
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .sns-grid-items>* {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .sns-grid-items>* {
    padding: 0 7.5px;
  }
}

.sns-grid-items[data-desktop="6"]>* {
  width: 16.6666%;
}

.sns-grid-items[data-desktop="5"]>* {
  width: 20%;
}

.sns-grid-items[data-desktop="4"]>* {
  width: 25%;
}

.sns-grid-items[data-desktop="3"]>* {
  width: 33.3333%;
}

.sns-grid-items[data-desktop="2"]>* {
  width: 50%;
}

.sns-grid-items[data-desktop="1"]>* {
  width: 100%;
}

@media (max-width: 1199px) {
  .sns-grid-items[data-tabletl="6"]>* {
    width: 16.6666%;
  }

  .sns-grid-items[data-tabletl="5"]>* {
    width: 20%;
  }

  .sns-grid-items[data-tabletl="4"]>* {
    width: 25%;
  }

  .sns-grid-items[data-tabletl="3"]>* {
    width: 33.3333%;
  }

  .sns-grid-items[data-tabletl="2"]>* {
    width: 50%;
  }

  .sns-grid-items[data-tabletl="1"]>* {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .sns-grid-items[data-tabletp="6"]>* {
    width: 16.6666%;
  }

  .sns-grid-items[data-tabletp="5"]>* {
    width: 20%;
  }

  .sns-grid-items[data-tabletp="4"]>* {
    width: 25%;
  }

  .sns-grid-items[data-tabletp="3"]>* {
    width: 33.3333%;
  }

  .sns-grid-items[data-tabletp="2"]>* {
    width: 50%;
  }

  .sns-grid-items[data-tabletp="1"]>* {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .sns-grid-items[data-mobilel="6"]>* {
    width: 16.6666%;
  }

  .sns-grid-items[data-mobilel="5"]>* {
    width: 20%;
  }

  .sns-grid-items[data-mobilel="4"]>* {
    width: 25%;
  }

  .sns-grid-items[data-mobilel="3"]>* {
    width: 33.3333%;
  }

  .sns-grid-items[data-mobilel="2"]>* {
    width: 50%;
  }

  .sns-grid-items[data-mobilel="1"]>* {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .sns-grid-items[data-mobilep="6"]>* {
    width: 16.6666%;
  }

  .sns-grid-items[data-mobilep="5"]>* {
    width: 20%;
  }

  .sns-grid-items[data-mobilep="4"]>* {
    width: 25%;
  }

  .sns-grid-items[data-mobilep="3"]>* {
    width: 33.3333%;
  }

  .sns-grid-items[data-mobilep="2"]>* {
    width: 50%;
  }

  .sns-grid-items[data-mobilep="1"]>* {
    width: 100%;
  }
}

.sns-counter {
  margin: 25px 0;
  padding: 10px 0;
  text-align: center;
}

.sns-counter:before,
.sns-counter:after {
  content: " ";
  display: table;
}

.sns-counter:after {
  clear: both;
}

.sns-counter .vc_icon_element-icon {
  margin-right: 25px;
  display: inline-block;
  position: relative;
  top: 15px;
}

.sns-counter .vc_icon_element-icon:before {
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 25px;
  width: 25px;
  left: -7.5px;
  top: -7.5px;
  z-index: -1;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  background: #1d1f4f;
}

.sns-counter .content-counter {
  text-align: left;
}

.sns-counter .content-counter .inner-content {
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.sns-counter .counter-value {
  display: block;
  margin: 0 0 8px;
  font-weight: 400;
  line-height: 1.1;
  color: #161616;
}

.sns-counter .counter-value>span {
  margin: 0 0 0 0;
}

.sns-counter .title {
  margin: 0 0;
  display: block;
}

.sns-counter .inner {
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 10px;
}

.sns-counter.align-center {
  text-align: center;
}

@media (max-width: 480px) {
  .sns-counter.align-center {
    text-align: left;
    padding: 0 25px;
  }
}

.sns-counter:hover .vc_icon_element-icon:before {
  background: #1d1f4f;
  height: 50px;
  width: 50px;
  left: -15px;
  top: -15px;
  -webkit-animation: bounceIn 300ms ease-out;
  -o-animation: bounceIn 300ms ease-out;
  animation: bounceIn 300ms ease-out;
}

.sns-time-countdown.style1 {
  margin: 17px 0 53px;
  display: block;
  text-align: center;
  position: relative;
  padding-top: 10px;
}

.sns-time-countdown.style1 .clock-digi {
  display: inline-block;
}

.sns-time-countdown.style1 .clock-digi>div {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0 7.5px;
  width: 95px;
  height: 106px;
  text-align: center;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-transform: uppercase;
  font-size: 14px;
  color: #555555;
  background: #FFF;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.sns-time-countdown.style1 .clock-digi>div>div {
  display: inline-block;
}

.sns-time-countdown.style1 .clock-digi>div>div>div {
  display: block;
  padding: 0 0;
  font-weight: 400;
  font-size: 36px;
  text-transform: none;
  width: 95px;
  height: 78px;
  line-height: 78px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: rgba(29, 31, 79, 0.85);
  position: relative;
  border-radius: 5px 5px 0 0;
  color: #FFF;
  margin-bottom: 3px;
}

.sns-time-countdown.style1 .clock-digi>div:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.sns-time-countdown.style1 .clock-digi>div:hover>div>div {
  background: #1d1f4f;
}

@media (max-width: 480px) {
  .sns-time-countdown.style1 .clock-digi>div {
    margin: 0 5px;
    width: 65px;
    height: 76px;
    font-size: 12px;
  }

  .sns-time-countdown.style1 .clock-digi>div>div>div {
    font-size: 20px;
    width: 65px;
    height: 48px;
    line-height: 48px;
  }
}

.sns-time-countdown.style2 {
  margin: 0 0;
  display: flex;
  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: 75px;
  height: 100px;
  border-radius: 5px;
  margin: 0 5px;
  text-align: center;
  font-size: 14px;
  background: rgba(29, 31, 79, 0.7);
  color: #FFF;
  position: relative;
}

.sns-time-countdown.style2 .clock-digi>div>div>div {
  display: block;
  margin: 0 0 6px;
  line-height: 62px;
  font-weight: 400;
  font-size: 34px;
  text-transform: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

#sb_instagram {
  padding: 0 0 !important;
}

#sb_instagram .sb_instagram_header {
  padding-top: 0px !important;
}

#sb_instagram .sbi_photo {
  position: relative;
}

#sb_instagram .sbi_photo:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(29, 31, 79, 0.4);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  left: 0px;
  opacity: 0;
}

#sb_instagram .sbi_photo:after {
  position: absolute;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 32px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0;
  margin: -16px 0 0 -16px;
  left: 50%;
  top: 50%;
  color: #FFF;
}

#sb_instagram .sbi_photo:hover:after,
#sb_instagram .sbi_photo:hover:before {
  opacity: 1;
}

#sb_instagram #sbi_load .sbi_load_btn {
  padding: 0 0;
  color: #555555;
  font-weight: 400;
  background: none;
  font-size: 1em;
}

#sb_instagram #sbi_load .sbi_load_btn:hover {
  color: #1d1f4f;
}

.tnp-subscription .tnp-field-email .tnp-email {
  box-shadow: none;
}

.newsletter-form-1 form.newsletter-1 {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.newsletter-form-1 form.newsletter-1 .tnp-email {
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  width: calc(100% - 85px);
  background: none;
  border: none;
  border-bottom: 2px solid #FFF;
  border-radius: 0px;
}

.newsletter-form-1 form.newsletter-1 .tnp-email::-moz-placeholder {
  color: #FFF;
  opacity: 1;
}

.newsletter-form-1 form.newsletter-1 .tnp-email:-ms-input-placeholder {
  color: #FFF;
}

.newsletter-form-1 form.newsletter-1 .tnp-email::-webkit-input-placeholder {
  color: #FFF;
}

.newsletter-form-1 form.newsletter-1 .tnp-submit {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0;
  height: 45px;
  line-height: 45px;
  background: transparent;
  border: none;
  border-bottom: 2px solid #FFF;
  border-radius: 0px;
}

.newsletter-form-1 form.newsletter-1 .tnp-submit:hover {
  color: #1d1f4f;
  border-color: #1d1f4f;
}

.h1-newsletter-wrap p {
  font-size: 2em;
  line-height: 1.42857;
  margin-bottom: 65px;
}

@media (max-width: 1280px) {
  .h1-newsletter-wrap p {
    font-size: 1.7142em;
  }
}

.h4-newsletter-wrap p {
  font-size: 2em;
  line-height: 1.42857;
  margin-bottom: 55px;
  padding: 0 150px;
}

@media (max-width: 991px) {
  .h4-newsletter-wrap p {
    padding: 0 80px;
  }
}

@media (max-width: 767px) {
  .h4-newsletter-wrap p {
    padding: 0 50px;
  }
}

@media (max-width: 480px) {
  .h4-newsletter-wrap p {
    padding: 0 0;
  }
}

.h4-newsletter-wrap .newsletter-form-1 form.newsletter-1 .tnp-email {
  border-color: #161616;
}

.h4-newsletter-wrap .newsletter-form-1 form.newsletter-1 .tnp-email::-moz-placeholder {
  color: #555555;
  opacity: 1;
}

.h4-newsletter-wrap .newsletter-form-1 form.newsletter-1 .tnp-email:-ms-input-placeholder {
  color: #555555;
}

.h4-newsletter-wrap .newsletter-form-1 form.newsletter-1 .tnp-email::-webkit-input-placeholder {
  color: #555555;
}

.h4-newsletter-wrap .newsletter-form-1 form.newsletter-1 .tnp-submit {
  border-color: #161616;
  color: #161616;
}

.h4-newsletter-wrap .newsletter-form-1 form.newsletter-1 .tnp-submit:hover {
  color: #1d1f4f;
  border-color: #1d1f4f;
}

.h3-newsletter-wrap .newsletter-form-1 form.newsletter-1:before {
  display: none;
}

.h3-newsletter-wrap .newsletter-form-1 form.newsletter-1 .tnp-email {
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding: 0 30px;
  border: none;
}

.h3-newsletter-wrap .newsletter-form-1 form.newsletter-1 .tnp-submit {
  height: 44px;
  width: auto;
  font-size: 1em;
  background: #555555;
  color: #FFF;
  border-radius: 22px;
  padding: 0 20px;
  right: 6px;
  top: 6px;
  font-weight: 400;
  text-transform: none;
}

.h3-newsletter-wrap .newsletter-form-1 form.newsletter-1 .tnp-submit:hover {
  background: #1d1f4f;
}

.contact_form h3 {
  font-size: 1.857em;
  color: #333;
  font-weight: 400;
  margin-bottom: 15px;
}

.contact_form input {
  margin-bottom: 10px !important;
}

.contact_form textarea {
  height: 135px;
}

.wpcf7 div.wpcf7-response-output {
  margin: 15px 0 0px;
  padding: 0;
  border: none;
  color: #1d1f4f;
}

.wpcf7 div.wpcf7-mail-sent-ng {
  border: none;
}

.wpcf7 div.wpcf7-validation-errors {
  border: none;
  background: #f2dede;
  color: #b94a48;
  padding: 6px 15px;
}

.wpcf7 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;
}

.wpcf7 div.wpcf7-mail-sent-ok hr {
  border-top-color: #c9e2b3;
}

.wpcf7 div.wpcf7-mail-sent-ok .alert-link {
  color: #2b542c;
}

.wpcf7 div.wpcf7-validation-errors {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.wpcf7 span.wpcf7-not-valid-tip {
  margin: 5px 0 0;
}

.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 20px !important;
  display: block;
}

.wpcf7-form .wpcf7-text {
  max-width: 100%;
  width: 100%;
  border: 1px solid #ddd;
  background: #f9f9f9;
}

.wpcf7-form .wpcf7-text::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

.wpcf7-form .wpcf7-text:-ms-input-placeholder {
  color: #bbb;
}

.wpcf7-form .wpcf7-text::-webkit-input-placeholder {
  color: #bbb;
}

.wpcf7-form .wpcf7-textarea {
  max-width: 100%;
  width: 100%;
  max-height: 220px;
  border: 1px solid #ddd;
  background: #f9f9f9;
}

.wpcf7-form .wpcf7-textarea::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

.wpcf7-form .wpcf7-textarea:-ms-input-placeholder {
  color: #bbb;
}

.wpcf7-form .wpcf7-textarea::-webkit-input-placeholder {
  color: #bbb;
}

.wpcf7-form span.ajax-loader {
  display: none;
}

.wpcf7-form span.ajax-loader.is-active {
  display: inline-block;
}

.wpcf7-form br {
  display: none;
}

.wpcf7-form input[type=submit] {
  display: inherit;
  vertical-align: middle;
  margin-right: auto;
  margin-left: auto;
}

.sns-contact-form .row {
  margin: 0 -10px;
}

.sns-contact-form .row>[class^="col-"] {
  padding: 0 10px;
}

.sns-single-testimonial.style1 {
  text-align: center;
  position: relative;
}

.sns-single-testimonial.style1 .content {
  padding: 0 0;
  margin: 0 0 45px;
  font-size: 2em;
  position: relative;
  line-height: 1.42857;
}

@media (max-width: 1280px) {
  .sns-single-testimonial.style1 .content {
    font-size: 1.7142em;
  }
}

.sns-single-testimonial.style1 .info {
  color: #161616;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.sns-single-testimonial.style1 .info .name {
  display: inline;
}

.sns-single-testimonial.style1 .info .position {
  display: inline;
  position: relative;
}

.sns-single-testimonial.style1 .info .position:before {
  content: "-";
  margin: 0 8px;
}

.sns-single-testimonial.style2 {
  text-align: center;
  position: relative;
}

.sns-single-testimonial.style2 .content {
  padding: 0 0;
  margin: 0 0 38px;
  font-size: 2em;
  line-height: 1.42857;
  position: relative;
  color: #FFF;
}

@media (max-width: 1280px) {
  .sns-single-testimonial.style2 .content {
    font-size: 1.7142em;
  }
}

.sns-single-testimonial.style2 .item-dot {
  display: inline-block;
}

.sns-single-testimonial.style2 .item-dot .avatar {
  border: 1px solid #FFF;
  border-radius: 100%;
  display: inline-block;
  overflow: hidden;
  margin-right: 15px;
  float: left;
}

.sns-single-testimonial.style2 .item-dot .info {
  display: inline-block;
  margin-top: 15px;
  text-align: left;
}

.sns-single-testimonial.style2 .item-dot .name {
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 5px;
  color: #FFF;
  display: block;
}

.sns-single-testimonial.style2 .item-dot .position {
  font-size: 0.8571em;
  color: #FFF;
}

.sns-single-testimonial.style2 .item-dot .position:before {
  content: "/";
  margin-right: 3px;
}

.sns-carousel .owl-nav .owl-prev,
.sns-carousel .owl-nav .owl-next {
  text-align: center;
  position: absolute;
  font-size: 0px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  top: calc(50% - 16px);
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #333;
}

@media (max-width: 992px) {

  .sns-carousel .owl-nav .owl-prev,
  .sns-carousel .owl-nav .owl-next {
    display: none;
  }
}

.sns-carousel .owl-nav .owl-prev:before,
.sns-carousel .owl-nav .owl-next:before {
  font-size: 32px;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  color: inherit;
}

.sns-carousel .owl-nav .owl-prev:hover,
.sns-carousel .owl-nav .owl-next:hover {
  color: #1d1f4f;
}

.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: -35px;
}

@media (max-width: 1280px) {
  .sns-carousel .owl-nav .owl-prev {
    left: -30px;
  }
}

.sns-carousel .owl-nav .owl-prev:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

.sns-carousel .owl-nav .owl-next {
  right: -35px;
  left: auto;
}

@media (max-width: 1280px) {
  .sns-carousel .owl-nav .owl-next {
    right: -30px;
  }
}

.sns-carousel .owl-nav .owl-next:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

.sns-carousel .owl-dots {
  text-align: center;
  margin: 30px 0 0;
}

.sns-carousel .owl-dots .owl-dot {
  background: #333;
  border: none;
  height: 5px;
  width: 25px;
  display: inline-block;
  margin: 0 5px;
  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-dots .owl-dot:hover {
  background: #1d1f4f;
}

.sns-carousel .owl-dots .owl-dot.active {
  background: #1d1f4f;
}

.sns-carousel.have-padding {
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 1199px) {
  .sns-carousel.have-padding {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 767px) {
  .sns-carousel.have-padding {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}

.sns-carousel.have-padding .owl-item>* {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1199px) {
  .sns-carousel.have-padding .owl-item>* {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .sns-carousel.have-padding .owl-item>* {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

.sns-carousel.have-padding .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-carousel.have-padding:hover .owl-nav {
  opacity: 1;
}

.sns-carousel.white-nav .owl-nav .owl-prev:before,
.sns-carousel.white-nav .owl-nav .owl-next:before {
  color: #FFF;
}

.sns-carousel.white-nav .owl-nav .owl-prev:hover:before,
.sns-carousel.white-nav .owl-nav .owl-next:hover:before {
  color: #1d1f4f;
}

.sns-carousel.carousel-policy.have-separator .owl-item.active:not(.first-iactive)>* {
  position: relative;
}

.sns-carousel.carousel-policy.have-separator .owl-item.active:not(.first-iactive)>*:before {
  position: absolute;
  content: "";
  height: 50px;
  width: 1px;
  background: #ddd;
  left: 0px;
  top: calc(50% - 25px);
}

@media (max-width: 1199px) {
  .sns-carousel.carousel-policy.have-separator .owl-item.active:not(.first-iactive)>*:before {
    display: none;
  }
}

.sns-carousel.small-padding {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.sns-carousel.small-padding .owl-item>* {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.sns-carousel.small-padding .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-carousel.small-padding:hover .owl-nav {
  opacity: 1;
}

.sns-carousel.white-dot .owl-dots {
  text-align: center;
  margin: 40px 0 0;
}

.sns-carousel.white-dot .owl-dots .owl-dot {
  height: 30px;
  width: 30px;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
  border: 1px solid transparent;
  background: none;
  border-radius: 100%;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.sns-carousel.white-dot .owl-dots .owl-dot:before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: calc(50% - 4px);
  top: calc(50% - 4px);
}

.sns-carousel.white-dot .owl-dots .owl-dot:hover {
  background: none;
}

.sns-carousel.white-dot .owl-dots .owl-dot:hover:before {
  background: #fff;
}

.sns-carousel.white-dot .owl-dots .owl-dot.active {
  border-color: rgba(255, 255, 255, 0.4);
  background: none;
}

.sns-carousel.white-dot .owl-dots .owl-dot.active:before {
  background: #fff;
}

.sns-carousel.white-text .sns-single-testimonial.style1 .content {
  color: #FFF;
}

.sns-carousel.white-text .sns-single-testimonial.style1 .info {
  color: #fff;
  text-transform: none;
}

.sns-carousel.white-text .sns-single-testimonial.style1 .info .name {
  display: inline;
  text-transform: uppercase;
  font-weight: 400;
}

.sns-carousel.for-policy1 {
  margin: 0;
}

.sns-carousel.for-policy1 .owl-item>* {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.sns-carousel.for-policy1 .owl-item>*:before {
  height: 42px;
  width: 1px;
  content: "";
  background: transparent;
  position: absolute;
  left: 0px;
  top: calc(50% - 21px);
}

@media (max-width: 1199px) {
  .sns-carousel.for-policy1 .owl-item>* {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sns-carousel.for-policy1 .owl-item.active>*:before {
  background: #ddd;
}

.sns-carousel.for-policy1 .owl-item.first-iactive>*:before {
  background: transparent;
}

.sns-carousel[data-type="h-c"] .carousel-content {
  margin: 0 -0.5px;
}

.sns-carousel[data-type="h-c"] .carousel-content .sns-single-post {
  padding: 0 0.5px;
}

.sns-carousel[data-type="h-c"] .slick-list .slick-slide {
  padding: 0 5px;
}

.sns-carousel[data-type="h-c"] .slick-list .slick-slide .post-info {
  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;
}

.sns-carousel[data-type="h-c"] .slick-list .slick-slide .post-img a:before {
  background: rgba(0, 0, 0, 0.3);
}

.sns-carousel[data-type="h-c"] .slick-list .slick-slide.slick-current .post-info {
  opacity: 1;
  -webkit-transition: all 0.25s ease-out 0.3s;
  -o-transition: all 0.25s ease-out 0.3s;
  transition: all 0.25s ease-out 0.3s;
}

.sns-carousel[data-type="h-c"] .slick-list .slick-slide.slick-current .post-img a:before {
  background: rgba(51, 51, 51, 0.1);
}

.sns-carousel[data-type="h-c"] .slick-arrow {
  height: 50px;
  width: 25px;
  text-align: center;
  font-size: 0px;
  border: none;
  border-radius: 0;
  background: #eaeaea;
  color: #555555;
  position: absolute;
  top: calc(50% - 25px);
  z-index: 1;
  padding: 0;
  text-align: center;
}

.sns-carousel[data-type="h-c"] .slick-arrow:before {
  font-size: 24px;
}

.sns-carousel[data-type="h-c"] .slick-arrow:hover {
  cursor: pointer;
  color: #fff;
  box-shadow: 0 0 0 50px #161616 inset;
}

.sns-carousel[data-type="h-c"] .slick-arrow.disabled {
  opacity: 0.6;
}

.sns-carousel[data-type="h-c"] .slick-arrow.disabled:hover {
  cursor: not-allowed;
}

.sns-carousel[data-type="h-c"] .slick-arrow.slick-prev {
  left: 15px;
}

.sns-carousel[data-type="h-c"] .slick-arrow.slick-prev:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  width: 25px;
}

.sns-carousel[data-type="h-c"] .slick-arrow.slick-next {
  right: 15px;
  left: auto;
}

.sns-carousel[data-type="h-c"] .slick-arrow.slick-next:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  width: 25px;
}

.sns-carousel[data-type="h-c"] .slick-prev {
  left: calc(12.5% - 45px);
}

@media (max-width: 1199px) {
  .sns-carousel[data-type="h-c"] .slick-prev {
    left: calc(10% - 45px);
  }
}

.sns-carousel[data-type="h-c"] .slick-next {
  left: auto;
  right: calc(12.5% - 45px);
}

@media (max-width: 1199px) {
  .sns-carousel[data-type="h-c"] .slick-next {
    left: auto;
    right: calc(10% - 45px);
  }
}

.sns-carousel[data-type="h-s"] .carousel-nav {
  max-width: 315px;
  margin: 0 auto 0;
}

.sns-carousel[data-type="h-s"] .carousel-nav .slick-list {
  padding: 0 0 !important;
}

.sns-carousel[data-type="h-s"] .carousel-nav .slick-slide {
  padding: 20px 0 0px;
}

.sns-carousel[data-type="h-s"] .carousel-nav .slick-slide div.img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  display: block;
  background: transparent;
  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-radius: 100%;
  position: relative;
}

.sns-carousel[data-type="h-s"] .carousel-nav .slick-slide div.img img {
  border-radius: 100%;
}

.sns-carousel[data-type="h-s"] .carousel-nav .slick-slide:hover div.img {
  opacity: 1;
}

.sns-carousel[data-type="h-s"] .carousel-nav .slick-slide .name {
  text-align: center;
  font-weight: 400;
  color: #1d1f4f;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 40px 0 5px;
  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;
}

.sns-carousel[data-type="h-s"] .carousel-nav .slick-slide .position {
  text-align: center;
  color: #bbb;
  font-size: 0.8571em;
  text-transform: uppercase;
  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;
}

.sns-carousel[data-type="h-s"] .carousel-nav .slick-slide.slick-center div.img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  background: #555555;
}

.sns-carousel[data-type="h-s"] .carousel-nav .slick-slide.slick-center div.img img {
  padding: 4px;
}

.sns-carousel[data-type="h-s"] .carousel-nav .slick-slide.slick-center .name,
.sns-carousel[data-type="h-s"] .carousel-nav .slick-slide.slick-center .position {
  opacity: 1;
}

.sns-carousel[data-type="h-s"][data-pospaging="on-bottom"] .carousel-nav .slick-slide.slick-center {
  position: relative;
}

.sns-login-register a {
  margin: 0 4px;
}

.sns-login-register a:last-child {
  margin-right: 0px;
}

.sns-member {
  margin-bottom: 15px;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
}

.sns-member .inner {
  background: #FFF;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  overflow: hidden;
}

.sns-member .avartar {
  position: relative;
  overflow: hidden;
  margin: 0 0;
}

.sns-member .avartar img {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.sns-member .name-role {
  padding: 25px 0 0 30px;
  font-size: 1.2857em;
  font-weight: 400;
  color: #161616;
  margin: 0;
}

@media (max-width: 767px) {
  .sns-member .name-role {
    font-size: 1.1428em;
  }
}

.sns-member .role {
  font-weight: normal;
  font-size: 14px;
  color: #bbb;
  margin: 0 0 5px;
  padding: 0 0;
  position: relative;
  display: block;
}

.sns-member .role:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 20px;
  background: #bbb;
  left: -30px;
  top: 50%;
}

.sns-member .short_desc {
  margin-bottom: 8px;
}

.sns-member .social-icons {
  position: relative;
  border: 1px solid #eaeaea;
  background: #f9f9f9;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.sns-member .social-icons ul {
  padding: 0 0;
  margin: 0 0;
  list-style: none;
}

.sns-member .social-icons ul li {
  display: inline;
  margin: 0 4px;
  padding: 0;
}

.sns-member .social-icons ul li a {
  height: 28px;
  width: 28px;
  line-height: 28px;
  position: relative;
  display: inline-block;
  border-radius: 3px;
}

.sns-member .social-icons ul li a.facebook {
  color: #4267b2;
}

.sns-member .social-icons ul li a.instagram {
  color: #c13584;
}

.sns-member .social-icons ul li a.dribbble {
  color: #ea4c89;
}

.sns-member .social-icons ul li a.behance {
  color: #131418;
}

.sns-member .social-icons ul li a.youtube {
  color: #f00;
}

.sns-member .social-icons ul li a.twitter {
  color: #1da1f2;
}

.sns-member .social-icons ul li a.linkedin {
  color: #0a66c2;
}

.sns-member .social-icons ul li a.pinterest {
  color: #bd081c;
}

.sns-member .social-icons ul li a:hover {
  background: #1d1f4f;
  color: #fff;
}

.sns-member .social-icons ul li i {
  font-size: 1em;
}

.sns-member:hover .avartar img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

.sns-vertical-menu .wpb_heading {
  color: #161616;
  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: #1d1f4f;
  left: 0px;
  bottom: -11px;
}

.sns-vertical-menu .sns-respmenu {
  padding: 20px;
  border: 1px solid #eaeaea;
  border-radius: 0 0 5px 5px;
}

.sns-instagram .short_desc {
  font-size: 1.4285em;
  font-weight: 300;
  color: #161616;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.sns-instagram .short_desc strong {
  font-weight: 400;
}

.sns-instagram .item {
  position: relative;
  display: block;
}

.sns-instagram .item:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  border-radius: 100%;
  background: #1d1f4f;
  visibility: hidden;
  opacity: 0;
  left: 25px;
  bottom: 25px;
  z-index: 2;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  overflow: hidden;
}

.sns-instagram .item .item-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.sns-instagram .item .item-image:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.sns-instagram .item .item-image:after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 15px;
  color: #fff;
  left: 20px;
  bottom: 20px;
  position: absolute;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.sns-instagram .item .item-image img {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sns-instagram .item .info {
  position: absolute;
  display: block;
  min-width: calc(100% - 15px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
  color: #FFF;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media (max-width: 480px) {
  .sns-instagram .item .info {
    display: none;
  }
}

.sns-instagram .item .info .like {
  position: relative;
  padding: 0 0;
  margin: 0 10px;
  display: inline-block;
}

.sns-instagram .item .info .like:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
}

.sns-instagram .item .info .comment {
  position: relative;
  padding: 0 0;
  margin: 0 10px;
  display: inline-block;
}

.sns-instagram .item .info .comment:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
}

.sns-instagram .item:hover:before {
  opacity: 1;
  visibility: visible;
}

.sns-instagram .item:hover .item-image:before {
  opacity: 1;
}

.sns-instagram .item:hover .item-image:after {
  opacity: 1;
  visibility: visible;
}

.sns-instagram .item:hover .item-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sns-instagram .item:hover .info {
  opacity: 1;
}

.sns-instagram.style-carousel .owl-nav .owl-prev,
.sns-instagram.style-carousel .owl-nav .owl-next {
  text-align: center;
  position: absolute;
  font-size: 0px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  top: calc(50% - 16px);
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #333;
}

@media (max-width: 992px) {

  .sns-instagram.style-carousel .owl-nav .owl-prev,
  .sns-instagram.style-carousel .owl-nav .owl-next {
    display: none;
  }
}

.sns-instagram.style-carousel .owl-nav .owl-prev:before,
.sns-instagram.style-carousel .owl-nav .owl-next:before {
  font-size: 32px;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  color: inherit;
}

.sns-instagram.style-carousel .owl-nav .owl-prev:hover,
.sns-instagram.style-carousel .owl-nav .owl-next:hover {
  color: #1d1f4f;
}

.sns-instagram.style-carousel .owl-nav .owl-prev.disabled,
.sns-instagram.style-carousel .owl-nav .owl-next.disabled {
  opacity: 0.6;
  display: inline-block;
}

.sns-instagram.style-carousel .owl-nav .owl-prev.disabled:hover,
.sns-instagram.style-carousel .owl-nav .owl-next.disabled:hover {
  cursor: not-allowed;
}

.sns-instagram.style-carousel .owl-nav .owl-prev {
  left: -35px;
}

@media (max-width: 1280px) {
  .sns-instagram.style-carousel .owl-nav .owl-prev {
    left: -30px;
  }
}

.sns-instagram.style-carousel .owl-nav .owl-prev:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

.sns-instagram.style-carousel .owl-nav .owl-next {
  right: -35px;
  left: auto;
}

@media (max-width: 1280px) {
  .sns-instagram.style-carousel .owl-nav .owl-next {
    right: -30px;
  }
}

.sns-instagram.style-carousel .owl-nav .owl-next:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

.sns-instagram.style-carousel:not(.no-padding) .list-items {
  margin: 0 -5px;
}

.sns-instagram.style-carousel:not(.no-padding) .list-items .item {
  padding: 5px;
}

.sns-instagram.style-carousel .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-instagram.style-carousel .owl-nav .owl-prev {
  left: 25px;
}

.sns-instagram.style-carousel .owl-nav .owl-next {
  left: auto;
  right: 25px;
}

.sns-instagram.style-grid .grid {
  margin: 0;
  *zoom: 1;
}

.sns-instagram.style-grid .grid:before,
.sns-instagram.style-grid .grid:after {
  content: " ";
  display: table;
}

.sns-instagram.style-grid .grid:after {
  clear: both;
}

.sns-instagram.style-grid .grid .item {
  padding: 0;
  float: left;
}

.sns-instagram.style-grid .grid .item .item-image {
  border-radius: 0px;
  overflow: hidden;
}

.sns-instagram.style-grid.have-tiny-padding .grid {
  padding-top: 3px;
  margin: 0 -5px 0;
}

.sns-instagram.style-grid.have-tiny-padding .grid .item {
  padding: 5px 5px;
}

.sns-instagram.style-grid.have-small-padding .grid {
  margin: 0 -7.5px;
}

.sns-instagram.style-grid.have-small-padding .grid .item {
  padding: 7.5px 7.5px;
}

.sns-instagram.style-grid.have-padding .grid {
  margin: 0 -15px;
}

.sns-instagram.style-grid.have-padding .grid .item {
  padding: 15px 15px;
}

@media (max-width: 1199px) {
  .sns-instagram.style-grid.have-padding .grid {
    margin: -10px;
  }

  .sns-instagram.style-grid.have-padding .grid .item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .sns-instagram.style-grid.have-padding .grid {
    margin: -7.5px;
  }

  .sns-instagram.style-grid.have-padding .grid .item {
    padding: 7.5px;
  }
}

.sns-instagram.style-grid.no-padding {
  margin: 0 0;
}

.sns-instagram.style-grid.no-padding .item {
  padding: 0;
}

.sns-instagram.style-grid .col-2 .item {
  width: 50%;
}

.sns-instagram.style-grid .col-2 .item:nth-of-type(2n+1) {
  clear: left;
}

.sns-instagram.style-grid .col-3 .item {
  width: 33.3333%;
}

.sns-instagram.style-grid .col-3 .item:nth-of-type(3n+1) {
  clear: left;
}

.sns-instagram.style-grid .col-4 .item {
  width: 25%;
}

.sns-instagram.style-grid .col-4 .item:nth-of-type(4n+1) {
  clear: left;
}

.sns-instagram.style-grid .col-5 .item {
  width: 20%;
}

.sns-instagram.style-grid .col-5 .item:nth-of-type(5n+1) {
  clear: left;
}

.sns-instagram.style-grid .col-6 .item {
  width: 16.6666%;
}

.sns-instagram.style-grid .col-6 .item:nth-of-type(6n+1) {
  clear: left;
}

.sns-instagram.style-grid .col-7 .item {
  width: 14.2857%;
}

.sns-instagram.style-grid .col-8 .item {
  width: 12.5%;
}

.sns-instagram.style-grid .col-8 .item {
  width: 11.1111%;
}

.sns-instagram.style-grid .col-10 .item {
  width: 10%;
}

.sns-instagram.style-grid-special .grid {
  margin: 0 -0.5px;
  *zoom: 1;
}

.sns-instagram.style-grid-special .grid:before,
.sns-instagram.style-grid-special .grid:after {
  content: " ";
  display: table;
}

.sns-instagram.style-grid-special .grid:after {
  clear: both;
}

.sns-instagram.style-grid-special .grid .item-big {
  width: 33.3333%;
  padding: 0.5px;
  float: left;
}

@media (max-width: 480px) {
  .sns-instagram.style-grid-special .grid .item-big {
    width: 100%;
  }
}

.sns-instagram.style-grid-special .grid .item-big:nth-child(2) {
  margin: 0 -0.5px;
}

.sns-instagram.style-grid-special .grid .item-big:nth-child(2) .item {
  width: 50%;
  padding: 0.5px;
  float: left;
}

.sns-instagram.style-grid-special .follow-us {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.85);
  padding: 18px 25px;
  text-align: center;
  line-height: 1.1;
  z-index: 1;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
}

@media (max-width: 992px) {
  .sns-instagram.style-grid-special .follow-us {
    padding: 15px 20px;
  }
}

.sns-instagram.style-grid-special .follow-us span {
  display: block;
  font-size: 14px;
}

.sns-instagram.style-grid-special .follow-us span.name {
  font-size: 30px;
  font-weight: 400;
  margin-top: 6px;
}

@media (max-width: 992px) {
  .sns-instagram.style-grid-special .follow-us span.name {
    font-size: 26px;
  }
}

.sns-instagram.style-grid-special .follow-us:hover {
  background: #1d1f4f;
  color: #FFF;
}

.sns-list-posts.style1 .item-post {
  *zoom: 1;
  margin: 10px 0 0;
  padding: 10px 0 0;
}

.sns-list-posts.style1 .item-post:before,
.sns-list-posts.style1 .item-post:after {
  content: " ";
  display: table;
}

.sns-list-posts.style1 .item-post:after {
  clear: both;
}

.sns-list-posts.style1 .item-post:first-child {
  margin-top: 0px;
  padding-top: 7px;
  border-top: none;
}

.sns-list-posts.style1 .item-post .post-img {
  float: left;
  position: relative;
  margin: 0 15px 0 0;
}

@media (max-width: 1199px) {
  .sns-list-posts.style1 .item-post .post-img {
    display: none;
  }
}

.sns-list-posts.style1 .item-post .post-img a {
  display: block;
  position: relative;
  overflow: hidden;
}

.sns-list-posts.style1 .item-post .post-img a:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: transparent;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.sns-list-posts.style1 .item-post .post-title {
  margin: 6px 0 0;
  font-size: 1.1428em;
  line-height: 1.42857;
  font-weight: 400;
}

.sns-list-posts.style1 .item-post .post-author {
  font-size: 1em;
}

.sns-list-posts.style1 .item-post .post-author a:hover {
  color: #1d1f4f;
}

.sns-list-posts.style1 .item-post .post-date {
  font-size: 1em;
  color: #bbb;
}

.sns-list-posts.style1 .item-post .dot-more {
  display: inline;
}

@media (max-width: 1199px) {
  .sns-list-posts.style1 .item-post .dot-more {
    display: none;
  }
}

.sns-list-posts.style1 .item-post .post-cat {
  font-size: 1em;
  color: #bbb;
  margin: 0 0 6px;
}

.sns-list-posts.style1 .item-post .post-cat a {
  color: inherit;
}

.sns-list-posts.style1 .item-post .post-cat a:hover {
  color: #1d1f4f;
}

.sns-list-posts.style1 .item-post:hover .post-img a:before {
  background: rgba(0, 0, 0, 0.2);
}

.sns-list-posts.style1.have-separator .item-post {
  border-top: 1px solid #eaeaea;
  margin: 15px 0 0;
  padding: 15px 0 0;
}

.sns-list-posts.style1.have-separator .item-post:first-child {
  border-top: none;
  margin-top: 0px;
  padding-top: 3px;
}

.sns-list-posts.style1.have-separator .item-post .post-title {
  margin-top: 0px;
}

.sns-list-posts.style2 .wpb_heading {
  text-align: center;
}

.sns-list-posts.style2 .owl-nav .owl-prev,
.sns-list-posts.style2 .owl-nav .owl-next {
  text-align: center;
  position: absolute;
  font-size: 0px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  top: calc(50% - 16px);
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #333;
}

@media (max-width: 992px) {

  .sns-list-posts.style2 .owl-nav .owl-prev,
  .sns-list-posts.style2 .owl-nav .owl-next {
    display: none;
  }
}

.sns-list-posts.style2 .owl-nav .owl-prev:before,
.sns-list-posts.style2 .owl-nav .owl-next:before {
  font-size: 32px;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  color: inherit;
}

.sns-list-posts.style2 .owl-nav .owl-prev:hover,
.sns-list-posts.style2 .owl-nav .owl-next:hover {
  color: #1d1f4f;
}

.sns-list-posts.style2 .owl-nav .owl-prev.disabled,
.sns-list-posts.style2 .owl-nav .owl-next.disabled {
  opacity: 0.6;
  display: inline-block;
}

.sns-list-posts.style2 .owl-nav .owl-prev.disabled:hover,
.sns-list-posts.style2 .owl-nav .owl-next.disabled:hover {
  cursor: not-allowed;
}

.sns-list-posts.style2 .owl-nav .owl-prev {
  left: -35px;
}

@media (max-width: 1280px) {
  .sns-list-posts.style2 .owl-nav .owl-prev {
    left: -30px;
  }
}

.sns-list-posts.style2 .owl-nav .owl-prev:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

.sns-list-posts.style2 .owl-nav .owl-next {
  right: -35px;
  left: auto;
}

@media (max-width: 1280px) {
  .sns-list-posts.style2 .owl-nav .owl-next {
    right: -30px;
  }
}

.sns-list-posts.style2 .owl-nav .owl-next:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

.sns-list-posts.style2 .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-list-posts.style2:hover .owl-nav {
  opacity: 1;
}

.sns-list-posts.style2 .list-post {
  margin: 0 -15px;
}

@media (max-width: 1199px) {
  .sns-list-posts.style2 .list-post {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 767px) {
  .sns-list-posts.style2 .list-post {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}

.sns-list-posts.style2 .list-post .item-post {
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .sns-list-posts.style2 .list-post .item-post {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .sns-list-posts.style2 .list-post .item-post {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

.sns-list-posts.style2 .list-post .item-post .post-img {
  position: relative;
}

.sns-list-posts.style2 .list-post .item-post .post-img>a {
  display: block;
  position: relative;
  overflow: hidden;
}

.sns-list-posts.style2 .list-post .item-post .post-img>a:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.sns-list-posts.style2 .list-post .item-post .post-img .post-date {
  position: absolute;
  height: 70px;
  width: 70px;
  background: #FFF;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  left: 30px;
  bottom: 30px;
  z-index: 2;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.sns-list-posts.style2 .list-post .item-post .post-img .post-date span.day {
  font-size: 2.5em;
  font-weight: 400;
  line-height: 46px;
  display: block;
  position: relative;
}

.sns-list-posts.style2 .list-post .item-post .post-img .post-date span.day:before {
  position: absolute;
  content: "";
  height: 1px;
  width: calc(100% - 20px);
  left: 10px;
  bottom: 0px;
  background: #bbb;
}

.sns-list-posts.style2 .list-post .item-post .post-img .post-date span.month {
  text-transform: uppercase;
  line-height: 22px;
  display: block;
  color: #555555;
}

.sns-list-posts.style2 .list-post .item-post .post-info {
  *zoom: 1;
  margin: 20px 0 0 0;
  text-align: center;
  position: relative;
  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;
}

.sns-list-posts.style2 .list-post .item-post .post-info:before,
.sns-list-posts.style2 .list-post .item-post .post-info:after {
  content: " ";
  display: table;
}

.sns-list-posts.style2 .list-post .item-post .post-info:after {
  clear: both;
}

.sns-list-posts.style2 .list-post .item-post .post-info .post-title {
  margin: 0 0;
  font-size: 1.2857em;
  font-weight: 400;
}

.sns-list-posts.style2 .list-post .item-post .post-info .post-meta {
  *zoom: 1;
  margin: 0 0 3px;
  color: #bbb;
}

.sns-list-posts.style2 .list-post .item-post .post-info .post-meta:before,
.sns-list-posts.style2 .list-post .item-post .post-info .post-meta:after {
  content: " ";
  display: table;
}

.sns-list-posts.style2 .list-post .item-post .post-info .post-meta:after {
  clear: both;
}

.sns-list-posts.style2 .list-post .item-post .post-info .post-meta>* {
  margin: 0 0 0 15px;
  padding: 0 0 0;
  position: relative;
  display: inline-block;
}

.sns-list-posts.style2 .list-post .item-post .post-info .post-meta>*.post-cat {
  margin-left: 0;
}

.sns-list-posts.style2 .list-post .item-post .post-info .post-meta a {
  color: inherit;
  position: relative;
}

.sns-list-posts.style2 .list-post .item-post .post-info .post-meta a:hover {
  color: #1d1f4f;
}

.sns-list-posts.style2 .list-post .item-post .post-info .post-excerpt {
  margin-top: 12px;
}

.sns-list-posts.style2 .list-post .item-post .post-info .post-excerpt p {
  margin-bottom: 15px;
}

.sns-list-posts.style2 .list-post .item-post .post-info .post-excerpt p:last-child {
  margin-bottom: 0px;
}

.sns-list-posts.style2 .list-post .item-post .post-info .post-excerpt .more-link {
  font-weight: 400;
}

.sns-list-posts.style2 .list-post .item-post .post-info .post-excerpt .more-link:after {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 10px;
  font-size: 10px;
  margin-left: 5px;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.sns-list-posts.style2 .list-post .item-post .post-info .post-excerpt .more-link:hover:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.sns-list-posts.style2 .list-post .item-post .post-info .more-link {
  color: #161616;
  margin-top: 20px;
  display: inline-block;
  position: relative;
  font-weight: 400;
  padding: 8px 15px;
  line-height: 24px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-transform: uppercase;
}

.sns-list-posts.style2 .list-post .item-post .post-info .more-link:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  background: #1d1f4f;
  border-radius: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.sns-list-posts.style2 .list-post .item-post .post-info .more-link:after {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  width: 12px;
  margin-left: 6px;
  font-size: 16px;
  text-align: right;
}

.sns-list-posts.style2 .list-post .item-post .post-info .more-link:hover {
  color: #FFF;
  padding: 8px 15px;
}

.sns-list-posts.style2 .list-post .item-post .post-info .more-link:hover:before {
  height: 100%;
  width: 100%;
  border-radius: 4px;
}

.sns-list-posts.style2 .list-post .item-post:hover .post-img>a:before {
  opacity: 1;
}

.sns-list-posts.style2 .list-post .item-post:hover .post-date {
  background: #1d1f4f;
}

.sns-list-posts.style2 .list-post .item-post:hover .post-date span.day {
  color: #FFF;
}

.sns-list-posts.style2 .list-post .item-post:hover .post-date span.day:before {
  background: #FFF;
}

.sns-list-posts.style2 .list-post .item-post:hover .post-date span.month {
  color: #FFF;
}

.sns-list-posts.style2.item-style-2 .list-post .item-post .post-info {
  text-align: left;
  padding-left: 30px;
  margin-top: 23px;
}

.sns-list-posts.style2.item-style-2 .list-post .item-post .post-info .post-meta {
  position: relative;
}

.sns-list-posts.style2.item-style-2 .list-post .item-post .post-info .post-meta:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 20px;
  background: #bbb;
  left: 0px;
  top: 50%;
}

.sns-list-posts.style2.item-style-2 .list-post .item-post .post-info .post-meta .post-cat {
  padding-left: 30px;
}

.sns-list-posts.style2.item-style-3 .list-post .item-post .post-info {
  padding: 25px 30px 28px;
  margin: 0;
  border: 1px solid #eaeaea;
  background: #f9f9f9;
}

@media (max-width: 1199px) {
  .sns-list-posts.style2.item-style-3 .list-post .item-post .post-info {
    padding: 20px;
  }
}

.sns-list-posts.style2.item-style-3 .list-post .item-post .post-info .post-meta {
  margin: 0 0 10px;
}

.sns-list-posts.style2.item-style-3 .list-post .item-post .post-info .more-link {
  font-variant: bold;
  text-transform: uppercase;
  color: #1d1f4f;
  margin-top: 15px;
  display: table;
  position: relative;
}

.sns-list-posts.style2.item-style-3 .list-post .item-post .post-info .more-link:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  font-size: 18px;
  text-align: left;
  position: relative;
  top: 1px;
}

.sns-list-posts.style2.item-style-3 .list-post .item-post .post-info .more-link:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 0px;
  background: #1d1f4f;
  left: 21px;
  bottom: 1px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.sns-list-posts.style2.item-style-3 .list-post .item-post .post-info .more-link:hover:after {
  width: calc(100% - 21px);
}

.sns-list-posts.style3 {
  border: 1px solid #eaeaea;
}

.sns-list-posts.style3 .special-slick-syncing {
  opacity: 0;
}

.sns-list-posts.style3 .list-post-info .slick-slide {
  padding: 30px;
}

@media (max-width: 1199px) {
  .sns-list-posts.style3 .list-post-info .slick-slide {
    padding: 20px 0px 20px 20px;
  }
}

.sns-list-posts.style3 .list-post-info .post-meta {
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .sns-list-posts.style3 .list-post-info .post-meta {
    margin-bottom: 15px;
    display: none;
  }
}

.sns-list-posts.style3 .list-post-info .post-meta .post-cat {
  border-radius: 5px;
  border: 1px solid #eaeaea;
  padding: 5px 12px;
  text-transform: uppercase;
  color: #555555;
  font-size: 12px;
}

.sns-list-posts.style3 .list-post-info .post-meta .post-cat:hover {
  color: #FFF;
  background: #1d1f4f;
  border-color: #1d1f4f;
}

.sns-list-posts.style3 .list-post-info .post-title {
  font-size: 2em;
  line-height: 1.1;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .sns-list-posts.style3 .list-post-info .post-title {
    font-size: 1.5em;
    margin-bottom: 8px;
  }
}

.sns-list-posts.style3 .list-post-info .post-excerpt .more-link {
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .sns-list-posts.style3 .list-post-info .post-excerpt .more-link {
    margin-top: 0px;
  }
}

.sns-list-posts.style3 .list-post-thumb a {
  position: relative;
  display: block;
}

.sns-list-posts.style3 .list-post-thumb a:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  top: 0px;
  left: 0px;
}

.sns-list-posts.style3 .list-post-thumb .slick-arrow {
  height: 50px;
  width: 25px;
  text-align: center;
  font-size: 0px;
  border: none;
  border-radius: 0;
  background: #eaeaea;
  color: #555555;
  position: absolute;
  top: calc(50% - 25px);
  z-index: 1;
  padding: 0;
  text-align: center;
}

.sns-list-posts.style3 .list-post-thumb .slick-arrow:before {
  font-size: 24px;
}

.sns-list-posts.style3 .list-post-thumb .slick-arrow:hover {
  cursor: pointer;
  color: #fff;
  box-shadow: 0 0 0 50px #161616 inset;
}

.sns-list-posts.style3 .list-post-thumb .slick-arrow.disabled {
  opacity: 0.6;
}

.sns-list-posts.style3 .list-post-thumb .slick-arrow.disabled:hover {
  cursor: not-allowed;
}

.sns-list-posts.style3 .list-post-thumb .slick-arrow.slick-prev {
  left: 15px;
}

.sns-list-posts.style3 .list-post-thumb .slick-arrow.slick-prev:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  width: 25px;
}

.sns-list-posts.style3 .list-post-thumb .slick-arrow.slick-next {
  right: 15px;
  left: auto;
}

.sns-list-posts.style3 .list-post-thumb .slick-arrow.slick-next:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  width: 25px;
}

.sns-list-posts.style3 .list-post-thumb .slick-arrow.slick-next {
  right: 14px;
}

section.full-width .vc_container.section-content {
  width: 100%;
  padding: 0 15px;
}

#st_gdpr_iframe {
  border: none;
}

.sns-store-info .store-info>* {
  *zoom: 1;
  margin-top: 15px;
}

.sns-store-info .store-info>*:before,
.sns-store-info .store-info>*:after {
  content: " ";
  display: table;
}

.sns-store-info .store-info>*:after {
  clear: both;
}

.sns-store-info .store-info>* a:hover {
  color: #1d1f4f;
}

.sns-store-info .store-info>*:first-child {
  margin-top: 0px;
}

.sns-store-info .store-info>*.store-intro {
  min-height: auto;
}

.sns-store-info .store-info>* span.vc_icon_element-icon {
  float: left;
  text-align: left;
  width: 22px;
}

.sns-store-info .store-info>* span.vc_icon_element-icon.has-label {
  width: auto;
  padding-right: 8px;
}

.sns-store-info .store-info>* span.vc_icon_element-icon.has-label>span.label {
  font-weight: normal;
  text-transform: uppercase;
  margin-right: 6px;
  padding: 0;
  float: left;
  line-height: inherit;
}

.sns-store-info .store-info .store-intro {
  margin: 0 0 20px;
  padding-left: 0px;
}

.sns-store-info .store-info .store-logo {
  margin: 0 0 28px;
  padding-left: 0px;
}

.sns-store-info .store-info .store-address .inner,
.sns-store-info .store-info .store-time .inner {
  display: inline-block;
  width: calc(100% - 22px);
}

.sns-store-info.label-not-inline .store-info>*>span {
  float: none !important;
}

.sns-social-links .wpb_heading {
  font-size: 1.1428em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.sns-social-links .follow-us a {
  font-size: 0px;
  margin: 2.5px;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 2px;
  background: #ddd;
  display: inline-block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05) 3px 3px 3px #888;
}

.sns-social-links .follow-us a:first-child {
  margin-left: 0;
}

.sns-social-links .follow-us a:last-child {
  margin-right: 0;
}

.sns-social-links .follow-us a:before {
  font-size: 12px;
}

.sns-social-links .follow-us a.facebook {
  color: #4267b2 !important;
}

.sns-social-links .follow-us a.facebook:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
}

.sns-social-links .follow-us a.twitter {
  color: #1da1f2 !important;
}

.sns-social-links .follow-us a.twitter:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
}

.sns-social-links .follow-us a.youtube {
  color: #ff0000 !important;
}

.sns-social-links .follow-us a.youtube:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
}

.sns-social-links .follow-us a.pinterest {
  color: #bd081c !important;
}

.sns-social-links .follow-us a.pinterest:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
}

.sns-social-links .follow-us a.instagram {
  color: #c13584 !important;
}

.sns-social-links .follow-us a.instagram:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
}

.sns-social-links .follow-us a.tiktok {
  color: #222 !important;
}

.sns-social-links .follow-us a.tiktok:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
}

.sns-social-links .follow-us a:hover {
  background: #FFF;
}

.sns-social-links .follow-us a:hover:before {
  -webkit-animation: heartBeat 1s ease-in-out infinite;
  -moz-animation: heartBeat 1s ease-in-out infinite;
  -o-animation: heartBeat 1s ease-in-out infinite;
  animation: heartBeat 1s ease-in-out infinite;
}

.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-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-3 .follow-us {
  *zoom: 1;
}

.sns-social-links.style-3 .follow-us:before,
.sns-social-links.style-3 .follow-us:after {
  content: " ";
  display: table;
}

.sns-social-links.style-3 .follow-us:after {
  clear: both;
}

.sns-info-box {
  *zoom: 1;
  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:before,
.sns-info-box:after {
  content: " ";
  display: table;
}

.sns-info-box:after {
  clear: both;
}

.sns-info-box.box-style1 {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.sns-info-box.box-style1 .icon {
  margin-right: 25px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.sns-info-box.box-style1 .icon:before {
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 25px;
  width: 25px;
  left: -7.5px;
  top: -7.5px;
  z-index: -1;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  background: #1d1f4f;
}

.sns-info-box.box-style1 .content-info-box {
  text-align: left;
  font-size: 1em;
  display: inline-block;
  position: relative;
  max-width: calc(100% - 75px - 80px);
}

@media (max-width: 1199px) {
  .sns-info-box.box-style1 .content-info-box {
    max-width: calc(100% - 75px - 60px);
  }
}

.sns-info-box.box-style1 .content-info-box .inner {
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.sns-info-box.box-style1 .content-info-box .sc_heading {
  text-transform: uppercase;
  font-size: 1.1428em;
  font-weight: 400;
  margin: 0 0 10px;
  position: relative;
}

.sns-info-box.box-style1 .content-info-box>div {
  line-height: 1.42857;
}

.sns-info-box.box-style1 .content-info-box>div a {
  color: inherit;
}

.sns-info-box.box-style1 .content-info-box>div a:hover {
  color: #1d1f4f;
}

@media (max-width: 992px) {
  .sns-info-box.box-style1 {
    text-align: center;
  }
}

.sns-info-box.box-style1 .info-box-wrapper .inner {
  margin-left: auto;
  margin-right: auto;
}

.sns-info-box.box-style1:hover .icon:before {
  background: #1d1f4f;
  height: 50px;
  width: 50px;
  left: -15px;
  top: -15px;
}

.sns-info-box.box-style1.want-effect:hover .icon:before {
  -webkit-animation: bounceIn 300ms ease-out;
  -o-animation: bounceIn 300ms ease-out;
  animation: bounceIn 300ms ease-out;
}

.sns-info-box.box-style2 {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.sns-info-box.box-style2 .icon {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.sns-info-box.box-style2 .icon:before {
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 25px;
  width: 25px;
  left: -7.5px;
  top: -7.5px;
  z-index: -1;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  background: #1d1f4f;
}

.sns-info-box.box-style2 .content-info-box {
  font-size: 1em;
  display: block;
  position: relative;
}

.sns-info-box.box-style2 .content-info-box .inner {
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.sns-info-box.box-style2 .content-info-box .sc_heading {
  text-transform: uppercase;
  font-size: 1.1428em;
  font-weight: 400;
  margin: 0 0 10px;
  position: relative;
}

.sns-info-box.box-style2 .content-info-box>div {
  line-height: 1.42857;
}

.sns-info-box.box-style2 .content-info-box>div a {
  color: inherit;
}

.sns-info-box.box-style2 .content-info-box>div a:hover {
  color: #1d1f4f;
}

@media (max-width: 992px) {
  .sns-info-box.box-style2 {
    text-align: center;
  }
}

.sns-info-box.box-style2 .info-box-wrapper .inner {
  margin-left: auto;
  margin-right: auto;
}

.sns-info-box.box-style2:hover .icon:before {
  background: #1d1f4f;
  height: 50px;
  width: 50px;
  left: -15px;
  top: -15px;
}

.sns-info-box.box-style2.want-effect:hover .icon:before {
  -webkit-animation: bounceIn 300ms ease-out;
  -o-animation: bounceIn 300ms ease-out;
  animation: bounceIn 300ms ease-out;
}

.sns-info-box.box-style3 {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.sns-info-box.box-style3 .icon {
  margin-right: 25px;
  display: inline-block;
  position: relative;
  top: 22px;
  vertical-align: top;
}

.sns-info-box.box-style3 .icon:before {
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 25px;
  width: 25px;
  left: -7.5px;
  top: -7.5px;
  z-index: -1;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  background: #1d1f4f;
}

.sns-info-box.box-style3 .content-info-box {
  text-align: left;
  font-size: 1em;
  display: inline-block;
  position: relative;
  max-width: calc(100% - 75px - 120px);
}

@media (max-width: 992px) {
  .sns-info-box.box-style3 .content-info-box {
    max-width: calc(100% - 75px - 60px);
  }
}

.sns-info-box.box-style3 .content-info-box .inner {
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.sns-info-box.box-style3 .content-info-box .sc_heading {
  text-transform: uppercase;
  font-size: 1.4285em;
  font-weight: 400;
  margin: 0 0 12px;
  position: relative;
}

.sns-info-box.box-style3 .content-info-box>div a {
  color: inherit;
}

.sns-info-box.box-style3 .content-info-box>div a:hover {
  color: #1d1f4f;
}

@media (max-width: 992px) {
  .sns-info-box.box-style3 {
    text-align: center;
  }
}

.sns-info-box.box-style3 .info-box-wrapper .inner {
  margin-left: auto;
  margin-right: auto;
}

.sns-info-box.box-style3:hover .icon:before {
  background: #1d1f4f;
  height: 50px;
  width: 50px;
  left: -15px;
  top: -15px;
}

.sns-info-box.box-style3.want-effect:hover .icon:before {
  -webkit-animation: bounceIn 300ms ease-out;
  -o-animation: bounceIn 300ms ease-out;
  animation: bounceIn 300ms ease-out;
}

.sns-cat-info.show-under-bottom {
  text-align: center;
  padding: 0 0;
  overflow: hidden;
}

.sns-cat-info.show-under-bottom a.cat-img {
  display: inline-block;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) 3px 3px 3px #888;
}

.sns-cat-info.show-under-bottom a.cat-img img {
  margin: 0 auto;
  border-radius: 100%;
}

.sns-cat-info.show-under-bottom a.cat-img:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: transparent;
  border-radius: 100%;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  z-index: 1;
  border: 10px solid #FFF;
}

.sns-cat-info.show-under-bottom .cat-title {
  text-transform: uppercase;
  font-size: 1.1428em;
  margin: 15px 0 0;
}

.sns-cat-info.show-under-bottom .cat-title a {
  padding: 0 0;
  display: inline-block;
}

.sns-cat-info.show-under-bottom .cat-title a .cat-prd-num {
  color: #555555;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  display: block;
}

.sns-cat-info.show-under-bottom .cat-title a .cat-prd-num:before {
  content: "(";
  margin-left: 3px;
}

.sns-cat-info.show-under-bottom .cat-title a .cat-prd-num:after {
  content: ")";
}

.sns-cat-info.show-under-bottom .cat-title a:hover .cat-prd-num {
  color: inherit;
}

.sns-cat-info.show-under-bottom:hover a.cat-img:before {
  background: rgba(29, 31, 79, 0.2);
}

.sns-cat-info.show-under-bottom:hover a.cat-img img {
  -webkit-animation: swing 500ms ease-out;
  -o-animation: swing 500ms ease-out;
  animation: swing 500ms ease-out;
}

.sns-cat-info.show-under-bottom.white-text .cat-title a {
  color: #FFF;
}

.sns-cat-info.show-under-bottom.white-text .cat-title a .cat-prd-num {
  color: #bbb;
}

.sns-cat-info.show-under-bottom.white-text .cat-title a:hover {
  color: #1d1f4f;
}

.sns-cat-info.show-under-bottom.white-text .cat-title a:hover .cat-prd-num {
  color: inherit;
}

.sns-cat-info.show-in-center {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.sns-cat-info.show-in-center a.cat-img {
  display: block;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.sns-cat-info.show-in-center a.cat-img img {
  margin: 0 auto;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.sns-cat-info.show-in-center a.cat-img:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.sns-cat-info.show-in-center .cat-info {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sns-cat-info.show-in-center .cat-info .cat-title {
  font-size: 1.2857em;
  margin: 0 0;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .sns-cat-info.show-in-center .cat-info .cat-title {
    font-size: 1.1428em;
  }
}

.sns-cat-info.show-in-center .cat-info .cat-title a {
  min-width: 180px;
  display: inline-block;
  background: #FFF;
  border-radius: 3px;
  padding: 18px 25px;
}

@media (max-width: 1199px) {
  .sns-cat-info.show-in-center .cat-info .cat-title a {
    min-width: auto;
  }
}

.sns-cat-info.show-in-center .cat-info .cat-title a .cat-prd-num {
  display: block;
  color: #bbb;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.sns-cat-info.show-in-center .cat-info .cat-title a .cat-prd-num:before {
  content: "(";
  margin-left: 3px;
}

.sns-cat-info.show-in-center .cat-info .cat-title a .cat-prd-num:after {
  content: ")";
}

.sns-cat-info.show-in-center .cat-info .cat-title a:hover .cat-prd-num {
  color: inherit;
}

.sns-cat-info.show-in-center:hover a.cat-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sns-cat-info.show-in-center:hover a.cat-img:before {
  opacity: 1;
  visibility: visible;
}

.sns-cat-info.show-in-cb {
  text-align: center;
}

.sns-cat-info.show-in-cb .inner {
  position: relative;
  overflow: hidden;
}

.sns-cat-info.show-in-cb a.cat-img {
  display: block;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.sns-cat-info.show-in-cb a.cat-img img {
  margin: 0 auto;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.sns-cat-info.show-in-cb a.cat-img:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.sns-cat-info.show-in-cb .cat-info {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 1;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1440px) {
  .sns-cat-info.show-in-cb .cat-info {
    bottom: 35px;
  }
}

@media (max-width: 1199px) {
  .sns-cat-info.show-in-cb .cat-info {
    bottom: 15px;
  }
}

.sns-cat-info.show-in-cb .cat-info .cat-title {
  font-size: 1.1428em;
  margin: 0 0;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .sns-cat-info.show-in-cb .cat-info .cat-title {
    font-size: 1em;
  }
}

.sns-cat-info.show-in-cb .cat-info .cat-title a {
  min-width: calc(100% - 80px);
  display: inline-block;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 20px 20px;
  border-radius: 4px;
}

@media (max-width: 1440px) {
  .sns-cat-info.show-in-cb .cat-info .cat-title a {
    min-width: calc(100% - 70px);
  }
}

@media (max-width: 1199px) {
  .sns-cat-info.show-in-cb .cat-info .cat-title a {
    min-width: calc(100% - 30px);
  }
}

@media (max-width: 992px) {
  .sns-cat-info.show-in-cb .cat-info .cat-title a {
    padding: 15px 15px;
  }
}

.sns-cat-info.show-in-cb .cat-info .cat-title a .cat-prd-num {
  color: #bbb;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media (max-width: 992px) {
  .sns-cat-info.show-in-cb .cat-info .cat-title a .cat-prd-num {
    display: block;
  }
}

.sns-cat-info.show-in-cb .cat-info .cat-title a .cat-prd-num:before {
  content: "(";
  margin-left: 3px;
}

.sns-cat-info.show-in-cb .cat-info .cat-title a .cat-prd-num:after {
  content: ")";
}

.sns-cat-info.show-in-cb .cat-info .cat-title a:hover .cat-prd-num {
  color: inherit;
}

.sns-cat-info.show-in-cb:hover a.cat-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sns-cat-info.show-in-cb:hover a.cat-img:before {
  opacity: 1;
  visibility: visible;
}

.sns-carousel.cat-carousel {
  margin: 0 0.1px;
}

.sns-carousel.cat-carousel .owl-item.active:not(.first-iactive) {
  border-left: 1px solid #eaeaea;
}

.sns-products .sproduct-content {
  *zoom: 1;
}

.sns-products .sproduct-content:before,
.sns-products .sproduct-content:after {
  content: " ";
  display: table;
}

.sns-products .sproduct-content:after {
  clear: both;
}

.sns-products .action-wrap {
  display: block;
  text-align: center;
}

.sns-products .action-wrap .btn.view-all {
  margin: 20px auto 0;
  display: inline-block;
  border: 1px solid #555555;
  color: #161616;
  background: transparent;
  font-weight: 400;
}

.sns-products .action-wrap .btn.view-all:hover {
  border-color: #1d1f4f;
  background: #1d1f4f;
  color: #FFF;
}

.sns-products.list-mode .wpb_heading {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
  margin: 0 0 25px;
}

.sns-products.list-mode .wpb_heading span:before,
.sns-products.list-mode .wpb_heading span:after {
  display: none;
}

.sns-products.list-mode .prdlist-content {
  margin: -15px -15px;
}

.sns-products.list-mode .prdlist-content .product_list.list {
  margin-top: 2px;
}

.sns-products.list-mode .prdlist-content .product_list.list .product {
  margin-top: 20px;
}

.sns-products.list-mode .prdlist-content .product_list.list .product:first-child {
  margin-top: 3px;
}

.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 20px 0 0;
  position: relative;
}

@media (max-width: 1199px) {
  .sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img {
    margin-right: 15px;
  }
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .onsale {
  display: none;
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .product-image {
  display: block;
  position: relative;
  overflow: hidden;
  position: relative;
  max-width: 80px;
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .product-image:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button {
  font-size: 0px;
  padding: 0;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  display: block;
  vertical-align: top;
  border: none;
  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: calc(50% - 17.5px);
  top: calc(50% - 17.5px);
  background: #FFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}

.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: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color: #161616;
  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: #1d1f4f;
}

.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: #fff !important;
  color: #161616;
  opacity: 1 !important;
  width: 35px !important;
  height: 35px !important;
  line-height: 35px !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: 16px;
  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: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  z-index: 1;
  color: inherit;
  -webkit-animation: spin 0.6s ease-in-out infinite;
  -moz-animation: spin 0.6s ease-in-out infinite;
  -o-animation: spin 0.6s ease-in-out infinite;
  animation: spin 0.6s ease-in-out infinite;
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button:hover .blockUI.blockOverlay {
  background: #1d1f4f !important;
  color: #fff;
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-info .item-title {
  font-weight: 400;
  margin: 5px 0 0;
  line-height: 1.42857;
}

@media (max-width: 1199px) {
  .sns-products.list-mode .prdlist-content .product_list.list .list-view .item-info .item-title {
    margin: 0px 0 3px;
  }
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-info .price {
  margin: 5px 0 0;
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-info .star-rating {
  float: none;
  display: block;
  margin: 8px 0 0;
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view:hover .item-img .product-image:before {
  opacity: 1;
  visibility: visible;
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view:hover .item-img .yith-wcqv-button {
  opacity: 1;
}

.sns-products.list-mode .prdlist-content .product_list.list .item-row {
  padding: 15px;
}

.sns-products.list-mode .owl-nav .owl-prev,
.sns-products.list-mode .owl-nav .owl-next {
  text-align: center;
  position: absolute;
  font-size: 0px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  top: calc(50% - 16px);
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #333;
}

@media (max-width: 992px) {

  .sns-products.list-mode .owl-nav .owl-prev,
  .sns-products.list-mode .owl-nav .owl-next {
    display: none;
  }
}

.sns-products.list-mode .owl-nav .owl-prev:before,
.sns-products.list-mode .owl-nav .owl-next:before {
  font-size: 32px;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  color: inherit;
}

.sns-products.list-mode .owl-nav .owl-prev:hover,
.sns-products.list-mode .owl-nav .owl-next:hover {
  color: #1d1f4f;
}

.sns-products.list-mode .owl-nav .owl-prev.disabled,
.sns-products.list-mode .owl-nav .owl-next.disabled {
  opacity: 0.6;
  display: inline-block;
}

.sns-products.list-mode .owl-nav .owl-prev.disabled:hover,
.sns-products.list-mode .owl-nav .owl-next.disabled:hover {
  cursor: not-allowed;
}

.sns-products.list-mode .owl-nav .owl-prev {
  left: -35px;
}

@media (max-width: 1280px) {
  .sns-products.list-mode .owl-nav .owl-prev {
    left: -30px;
  }
}

.sns-products.list-mode .owl-nav .owl-prev:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

.sns-products.list-mode .owl-nav .owl-next {
  right: -35px;
  left: auto;
}

@media (max-width: 1280px) {
  .sns-products.list-mode .owl-nav .owl-next {
    right: -30px;
  }
}

.sns-products.list-mode .owl-nav .owl-next:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

.sns-products.list-mode .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-products.list-mode:hover .owl-nav {
  opacity: 1;
}

.sns-products.list-mode.in-left-shop .prdlist-content .product_list.list .list-view .item-info .item-title {
  font-size: 1em;
  margin-top: 5px;
}

.sns-products.list-mode.in-left-shop .prdlist-content .product_list.list .list-view .item-info .price {
  margin-top: 2px;
}

.sns-products.list-mode.in-left-shop .prdlist-content .product_list.list .list-view .item-info .star-rating {
  margin-top: 6px;
}

.sns-products.list-mode.in-left-shop .prdlist-content .product_list.list .list-view .item-img {
  margin-right: 15px;
}

.sns-products.list-mode.in-left-shop .prdlist-content .product_list.list .list-view .item-img .product-image {
  max-width: 80px;
}

.sns-products.gird-mode .before-title {
  text-align: center;
}

.sns-products.gird-mode .wpb_heading {
  text-align: center;
  position: relative;
}

.sns-products.gird-mode[data-gridstyle="4"] .wpb_heading {
  margin-bottom: 15px;
}

.sns-products.gird-mode .after-title {
  text-align: center;
}

.sns-products.gird-mode .prdlist-content {
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 1199px) {
  .sns-products.gird-mode .prdlist-content {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 767px) {
  .sns-products.gird-mode .prdlist-content {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}

.sns-products.gird-mode .prdlist-content.grid-style2 {
  margin: -15px;
}

@media (max-width: 767px) {
  .sns-products.gird-mode .prdlist-content.grid-style2 {
    margin: -10px;
  }
}

.sns-products.gird-mode .owl-nav .owl-prev,
.sns-products.gird-mode .owl-nav .owl-next {
  text-align: center;
  position: absolute;
  font-size: 0px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  top: calc(50% - 16px);
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #333;
}

@media (max-width: 992px) {

  .sns-products.gird-mode .owl-nav .owl-prev,
  .sns-products.gird-mode .owl-nav .owl-next {
    display: none;
  }
}

.sns-products.gird-mode .owl-nav .owl-prev:before,
.sns-products.gird-mode .owl-nav .owl-next:before {
  font-size: 32px;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  color: inherit;
}

.sns-products.gird-mode .owl-nav .owl-prev:hover,
.sns-products.gird-mode .owl-nav .owl-next:hover {
  color: #1d1f4f;
}

.sns-products.gird-mode .owl-nav .owl-prev.disabled,
.sns-products.gird-mode .owl-nav .owl-next.disabled {
  opacity: 0.6;
  display: inline-block;
}

.sns-products.gird-mode .owl-nav .owl-prev.disabled:hover,
.sns-products.gird-mode .owl-nav .owl-next.disabled:hover {
  cursor: not-allowed;
}

.sns-products.gird-mode .owl-nav .owl-prev {
  left: -35px;
}

@media (max-width: 1280px) {
  .sns-products.gird-mode .owl-nav .owl-prev {
    left: -30px;
  }
}

.sns-products.gird-mode .owl-nav .owl-prev:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

.sns-products.gird-mode .owl-nav .owl-next {
  right: -35px;
  left: auto;
}

@media (max-width: 1280px) {
  .sns-products.gird-mode .owl-nav .owl-next {
    right: -30px;
  }
}

.sns-products.gird-mode .owl-nav .owl-next:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

.sns-products.gird-mode .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-products.gird-mode:hover .owl-nav {
  opacity: 1;
}

.sns-products .owl-dots {
  text-align: center;
  margin: 30px 0 0;
}

.sns-products .owl-dots .owl-dot {
  background: #333;
  border: none;
  height: 5px;
  width: 25px;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.sns-products .owl-dots .owl-dot:hover {
  background: #1d1f4f;
}

.sns-products .owl-dots .owl-dot.active {
  background: #1d1f4f;
}

.sns-products .owl-dots {
  margin-top: 23px;
}

.sns-hot-deals {
  position: relative;
  *zoom: 1;
}

.sns-hot-deals:before,
.sns-hot-deals:after {
  content: " ";
  display: table;
}

.sns-hot-deals:after {
  clear: both;
}

.sns-hot-deals .clock-digi {
  display: inline-block;
}

.sns-hot-deals .clock-digi>div {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0 0 0 8px;
  width: 60px;
  text-transform: none;
  font-size: 14px;
  color: #555555;
  position: relative;
}

@media (max-width: 1199px) {
  .sns-hot-deals .clock-digi>div {
    width: 56px;
    margin: 0 0 0 5px;
  }
}

.sns-hot-deals .clock-digi>div>div {
  display: block;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #555555;
}

.sns-hot-deals .clock-digi>div>div>div {
  display: block;
  padding: 0 0;
  font-weight: 400;
  font-size: 26px;
  text-transform: none;
  width: 100%;
  height: 100%;
  line-height: 60px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: #1d1f4f;
  position: relative;
  color: #fff;
  margin-bottom: 1px;
  border-radius: 5px;
}

@media (max-width: 1199px) {
  .sns-hot-deals .clock-digi>div>div>div {
    font-size: 18px;
    line-height: 46px;
  }
}

.sns-hot-deals .clock-digi>div:first-child {
  margin-left: 0px;
}

.sns-hot-deals .content {
  margin: 0 -15px;
}

.sns-hot-deals .owl-carousel .product {
  padding: 0 15px;
  *zoom: 1;
}

.sns-hot-deals .owl-carousel .product:before,
.sns-hot-deals .owl-carousel .product:after {
  content: " ";
  display: table;
}

.sns-hot-deals .owl-carousel .product:after {
  clear: both;
}

.sns-hot-deals .owl-carousel .product .item-img {
  display: block;
  max-width: 220px;
  margin-right: 25px;
  float: left;
  position: relative;
}

.sns-hot-deals .owl-carousel .product .item-img .container-image-and-badge {
  position: static;
}

.sns-hot-deals .owl-carousel .product .item-img .container-image-and-badge .yith-wcbm-badge {
  left: 10px;
  top: 10px;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 100%;
}

.sns-hot-deals .owl-carousel .product .item-img .onsale {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
  min-width: auto;
  min-height: auto;
  padding: 0 6px;
  border-radius: 3px;
  background: #f33131;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  text-align: center;
}

.sns-hot-deals .owl-carousel .product .item-img .onsale+.images .container-image-and-badge .yith-wcbm-badge,
.sns-hot-deals .owl-carousel .product .item-img .onsale+.container-image-and-badge .yith-wcbm-badge {
  top: 42px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .sns-hot-deals .owl-carousel .product .item-img {
    max-width: 180px;
  }
}

@media (max-width: 480px) {
  .sns-hot-deals .owl-carousel .product .item-img {
    margin: 0 auto;
    float: none;
  }
}

.sns-hot-deals .owl-carousel .product .item-img .product-image {
  display: block;
  position: relative;
  overflow: hidden;
}

.sns-hot-deals .owl-carousel .product .item-img .product-image:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.sns-hot-deals .owl-carousel .product .item-img .yith-wcqv-button {
  font-size: 0px;
  padding: 0;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  display: block;
  vertical-align: top;
  border: none;
  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: calc(50% - 17.5px);
  top: calc(50% - 17.5px);
  -webkit-transform: scale(0);
  transform: scale(0);
  background: #FFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.sns-hot-deals .owl-carousel .product .item-img .yith-wcqv-button:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color: #161616;
  background-color: transparent;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.sns-hot-deals .owl-carousel .product .item-img .yith-wcqv-button:hover {
  background: #1d1f4f;
}

.sns-hot-deals .owl-carousel .product .item-img .yith-wcqv-button:hover:before {
  color: #FFF;
}

.sns-hot-deals .owl-carousel .product .item-img .yith-wcqv-button .blockUI.blockOverlay {
  position: absolute;
  top: 0px !important;
  left: 0px !important;
  overflow: hidden;
  background: #fff !important;
  color: #161616;
  opacity: 1 !important;
  width: 35px !important;
  height: 35px !important;
  line-height: 35px !important;
  cursor: wait;
}

.sns-hot-deals .owl-carousel .product .item-img .yith-wcqv-button .blockUI.blockOverlay:before,
.sns-hot-deals .owl-carousel .product .item-img .yith-wcqv-button .blockUI.blockOverlay:after {
  color: #FFF;
  font-size: 16px;
  cursor: wait;
}

.sns-hot-deals .owl-carousel .product .item-img .yith-wcqv-button .blockUI.blockOverlay:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  z-index: 1;
  color: inherit;
  -webkit-animation: spin 0.6s ease-in-out infinite;
  -moz-animation: spin 0.6s ease-in-out infinite;
  -o-animation: spin 0.6s ease-in-out infinite;
  animation: spin 0.6s ease-in-out infinite;
}

.sns-hot-deals .owl-carousel .product .item-img .yith-wcqv-button:hover .blockUI.blockOverlay {
  background: #1d1f4f !important;
  color: #fff;
}

.sns-hot-deals .owl-carousel .product .item-info .item-title {
  font-weight: 400;
  margin: 20px 0 0;
  font-size: 1.1428em;
  line-height: 1.42857;
}

.sns-hot-deals .owl-carousel .product .item-info .price {
  margin-top: 2px;
}

.sns-hot-deals .owl-carousel .product .item-info .star-rating {
  margin-top: 6px;
}

.sns-hot-deals .owl-carousel .product .item-info .time-count-down {
  margin-top: 20px;
}

@media (max-width: 480px) {
  .sns-hot-deals .owl-carousel .product .item-info {
    text-align: center;
  }

  .sns-hot-deals .owl-carousel .product .item-info .star-rating {
    margin: 0 auto;
  }
}

.sns-hot-deals .owl-carousel .product:hover .item-img a.product-image:before {
  visibility: visible;
  opacity: 1;
}

.sns-hot-deals .owl-carousel .product:hover .item-img .yith-wcqv-button {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sns-hot-deals .owl-carousel .owl-nav {
  position: absolute;
  height: 40px;
  width: 125px;
  right: 0px;
  top: 0px;
  background: #fff;
}

.sns-hot-deals .owl-carousel .owl-nav .owl-prev,
.sns-hot-deals .owl-carousel .owl-nav .owl-next {
  text-align: center;
  font-size: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: #161616;
  color: #FFF;
  border-radius: 0px;
  box-shadow: none;
}

.sns-hot-deals .owl-carousel .owl-nav .owl-prev:before,
.sns-hot-deals .owl-carousel .owl-nav .owl-next:before {
  font-size: 18px;
  color: inherit;
}

.sns-hot-deals .owl-carousel .owl-nav .owl-prev:hover,
.sns-hot-deals .owl-carousel .owl-nav .owl-next:hover {
  color: #FFF;
  background: #1d1f4f;
}

.sns-hot-deals .owl-carousel .owl-nav .owl-prev.disabled,
.sns-hot-deals .owl-carousel .owl-nav .owl-next.disabled {
  display: inline-block;
}

.sns-hot-deals .owl-carousel .owl-nav .owl-prev.disabled:hover,
.sns-hot-deals .owl-carousel .owl-nav .owl-next.disabled:hover {
  cursor: not-allowed;
}

.sns-hot-deals .owl-carousel .owl-nav .owl-prev {
  left: 20px;
}

.sns-hot-deals .owl-carousel .owl-nav .owl-prev:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
}

.sns-hot-deals .owl-carousel .owl-nav .owl-next {
  right: 20px;
  left: auto;
}

.sns-hot-deals .owl-carousel .owl-nav .owl-next:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
}

.sns-hot-deals .owl-carousel .owl-nav {
  position: absolute;
  right: 0px;
  top: -72px;
}

@media (max-width: 1199px) {
  .sns-hot-deals .owl-carousel .owl-nav {
    top: -62px;
  }
}

@media (max-width: 480px) {
  .sns-hot-deals .owl-carousel .owl-nav {
    display: none;
  }
}

.sns-single-deal .item-title {
  font-size: 2.5em;
  margin-bottom: 33px;
  line-height: 1.1;
}

.sns-single-deal .price {
  color: #555555;
  font-size: 1.2857em;
}

.sns-single-deal .price del {
  padding: 0 5px;
}

.sns-single-deal .price del .amount {
  color: #bbb;
}

.sns-single-deal .price del:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #bbb;
  position: absolute;
  top: calc(50% + 0.5px);
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.sns-single-deal .time-count-down {
  *zoom: 1;
  margin-top: 18px;
}

.sns-single-deal .time-count-down:before,
.sns-single-deal .time-count-down:after {
  content: " ";
  display: table;
}

.sns-single-deal .time-count-down:after {
  clear: both;
}

.sns-single-deal .clock-digi {
  display: inline-block;
}

.sns-single-deal .clock-digi>div {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0 0 0 15px;
  width: 70px;
  height: 75px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  text-transform: none;
  font-size: 12px;
  position: relative;
  background: #FFF;
  border-radius: 4px;
}

.sns-single-deal .clock-digi>div>div {
  display: block;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 22px;
}

.sns-single-deal .clock-digi>div>div>div {
  display: block;
  padding: 0 0;
  font-weight: 400;
  font-size: 35px;
  color: #161616;
  text-transform: none;
  width: 100%;
  height: 100%;
  line-height: 50px;
  height: 50px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-radius: 0px;
  position: relative;
}

.sns-single-deal .clock-digi>div>div>div:before {
  position: absolute;
  content: "";
  height: 1px;
  width: calc(100% - 20px);
  left: 10px;
  bottom: 0px;
  background: #bbb;
}

.sns-single-deal .clock-digi>div:first-child {
  margin-left: 0px;
}

.sns-single-deal .clock-digi>div:first-child:before {
  display: none;
}

.sns-single-deal .btn-readmore {
  margin-top: 43px;
  height: 56px;
  line-height: 56px;
}

.yith-wcpsc-product-table-wrapper {
  padding: 10px 0 0;
}

.yith-wcpsc-product-table-wrapper .yith-wcpsc-product-table {
  box-shadow: none;
  border-color: #eaeaea;
}

.yith-wcpsc-product-table-wrapper .yith-wcpsc-product-table tr>td:first-child,
.yith-wcpsc-product-table-wrapper .yith-wcpsc-product-table th {
  background: #f5f5f5;
  color: #161616;
  font-weight: 400;
}

.yith-wcpsc-product-table-wrapper .yith-wcpsc-product-table td,
.yith-wcpsc-product-table-wrapper .yith-wcpsc-product-table th {
  border-color: #eaeaea;
  padding: 15px;
  height: auto;
  line-height: 1.5;
}

.yith-wcwl-share {
  display: none;
}

.ssbp-wrap,
.ssba-wrap {
  font-size: 1em !important;
}

.ssbp-wrap .ssba-share-text,
.ssba-wrap .ssba-share-text {
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 8px;
  font-size: 1em;
  color: #161616;
}

.ssbp-wrap .ssba-share-text+a,
.ssba-wrap .ssba-share-text+a {
  margin-left: 0px;
}

@media (max-width: 480px) {

  .ssbp-wrap>div,
  .ssba-wrap>div {
    float: left;
  }
}

.ssbp-wrap br+a,
.ssba-wrap br+a {
  margin-left: 0px;
}

.ssbp-wrap a,
.ssba-wrap a {
  margin: 3px;
  display: inline-block;
  padding: 0;
  font-size: 1em;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
  line-height: 24px !important;
  height: 24px !important;
  width: 24px !important;
  border-radius: 0px;
  text-align: center;
  text-align: center;
}

.ssbp-wrap a:first-child,
.ssba-wrap a:first-child {
  margin-left: 0px;
}

.ssbp-wrap a:last-child,
.ssba-wrap a:last-child {
  margin-right: 0px;
}

.ssbp-wrap a img,
.ssba-wrap a img {
  padding: 0 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.ssbp-wrap a.ssba_linkedin_share img,
.ssbp-wrap a.ssba_facebook_share img,
.ssbp-wrap a.ssba_twitter_share img,
.ssbp-wrap a.ssba_youtube_share img,
.ssbp-wrap a.ssba_pinterest_share img,
.ssbp-wrap a.ssba_instagram_share img,
.ssbp-wrap a.ssba_email_share img,
.ssbp-wrap a.ssba_print_share img,
.ssba-wrap a.ssba_linkedin_share img,
.ssba-wrap a.ssba_facebook_share img,
.ssba-wrap a.ssba_twitter_share img,
.ssba-wrap a.ssba_youtube_share img,
.ssba-wrap a.ssba_pinterest_share img,
.ssba-wrap a.ssba_instagram_share img,
.ssba-wrap a.ssba_email_share img,
.ssba-wrap a.ssba_print_share img {
  display: none !important;
}

.ssbp-wrap a.ssba_linkedin_share:hover,
.ssbp-wrap a.ssba_facebook_share:hover,
.ssbp-wrap a.ssba_twitter_share:hover,
.ssbp-wrap a.ssba_youtube_share:hover,
.ssbp-wrap a.ssba_pinterest_share:hover,
.ssbp-wrap a.ssba_instagram_share:hover,
.ssbp-wrap a.ssba_email_share:hover,
.ssbp-wrap a.ssba_print_share:hover,
.ssba-wrap a.ssba_linkedin_share:hover,
.ssba-wrap a.ssba_facebook_share:hover,
.ssba-wrap a.ssba_twitter_share:hover,
.ssba-wrap a.ssba_youtube_share:hover,
.ssba-wrap a.ssba_pinterest_share:hover,
.ssba-wrap a.ssba_instagram_share:hover,
.ssba-wrap a.ssba_email_share:hover,
.ssba-wrap a.ssba_print_share:hover {
  text-decoration: none;
}

.ssbp-wrap a:before,
.ssba-wrap a:before {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 14px;
}

.ssbp-wrap a.ssba_linkedin_share,
.ssba-wrap a.ssba_linkedin_share {
  color: #0077b5;
}

.ssbp-wrap a.ssba_linkedin_share:before,
.ssba-wrap a.ssba_linkedin_share:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  line-height: inherit;
}

.ssbp-wrap a.ssba_facebook_share,
.ssba-wrap a.ssba_facebook_share {
  color: #4267b2;
}

.ssbp-wrap a.ssba_facebook_share:before,
.ssba-wrap a.ssba_facebook_share:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  line-height: inherit;
}

.ssbp-wrap a.ssba_twitter_share,
.ssba-wrap a.ssba_twitter_share {
  color: #1da1f2;
}

.ssbp-wrap a.ssba_twitter_share:before,
.ssba-wrap a.ssba_twitter_share:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  line-height: inherit;
}

.ssbp-wrap a.ssba_youtube_share,
.ssba-wrap a.ssba_youtube_share {
  color: #f00;
}

.ssbp-wrap a.ssba_youtube_share:before,
.ssba-wrap a.ssba_youtube_share:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  line-height: inherit;
}

.ssbp-wrap a.ssba_pinterest_share,
.ssba-wrap a.ssba_pinterest_share {
  color: #bd081c;
}

.ssbp-wrap a.ssba_pinterest_share:before,
.ssba-wrap a.ssba_pinterest_share:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  line-height: inherit;
}

.ssbp-wrap a.ssba_instagram_share,
.ssba-wrap a.ssba_instagram_share {
  color: #c13584;
}

.ssbp-wrap a.ssba_instagram_share:before,
.ssba-wrap a.ssba_instagram_share:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  line-height: inherit;
}

.ssbp-wrap a.ssba_email_share,
.ssba-wrap a.ssba_email_share {
  color: #ea4335;
}

.ssbp-wrap a.ssba_email_share:before,
.ssba-wrap a.ssba_email_share:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  line-height: inherit;
}

.ssbp-wrap a.ssba_print_share,
.ssba-wrap a.ssba_print_share {
  color: #555555;
}

.ssbp-wrap a.ssba_print_share:before,
.ssba-wrap a.ssba_print_share:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  line-height: inherit;
}

.sns-products-ajaxtab {
  *zoom: 1;
}

.sns-products-ajaxtab:before,
.sns-products-ajaxtab:after {
  content: " ";
  display: table;
}

.sns-products-ajaxtab:after {
  clear: both;
}

.sns-products-ajaxtab[data-gridstyle="2"] .header-tab,
.sns-products-ajaxtab[data-gridstyle="3"] .header-tab,
.sns-products-ajaxtab[data-gridstyle="4"] .header-tab {
  margin-bottom: 20px;
}

.sns-products-ajaxtab.hidden-loadmore-btn .content-tab .sns-woo-loadmore-wrap {
  display: none;
}

.sns-products-ajaxtab.hidden-header-tab .header-tab {
  display: none;
}

.sns-products-ajaxtab.hidden-tab .header-tab {
  display: none;
}

.sns-products-ajaxtab .header-tab {
  margin-bottom: 17px;
  position: relative;
  text-align: center;
  overflow-x: hidden;
}

@media (max-width: 992px) {
  .sns-products-ajaxtab .header-tab {
    height: 0px;
    margin-bottom: 0px;
    overflow-x: visible;
  }
}

.sns-products-ajaxtab .header-tab .wpb_heading {
  margin: 0 0 20px;
}

.sns-products-ajaxtab .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-flex;
  padding: 0;
  margin: 0 0;
}

.sns-products-ajaxtab .header-tab ul.nav-tabs>li {
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 0 0 0 35px;
  float: left;
  position: relative;
}

.sns-products-ajaxtab .header-tab ul.nav-tabs>li:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 20px;
  background: #bbb;
  left: 0px;
  top: calc(50% - 1px);
}

.sns-products-ajaxtab .header-tab ul.nav-tabs>li:first-child {
  padding-left: 0px;
  margin-left: 0px;
}

.sns-products-ajaxtab .header-tab ul.nav-tabs>li:first-child:before {
  display: none;
}

.sns-products-ajaxtab .header-tab ul.nav-tabs>li.active>a {
  color: #1d1f4f;
}

.sns-products-ajaxtab .header-tab ul.nav-tabs>li.active>a .cat-number {
  color: inherit;
}

.sns-products-ajaxtab .header-tab ul.nav-tabs>li:hover:not(.active)>a {
  color: #1d1f4f;
}

.sns-products-ajaxtab .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;
  color: #161616;
  text-transform: uppercase;
  background: transparent;
  border: none;
  display: inline-block;
  position: relative;
  font-weight: 400;
  margin: 0;
  line-height: inherit;
}

.sns-products-ajaxtab .header-tab ul.nav-tabs>li>a .cat-number {
  color: #bbb;
  position: relative;
}

.sns-products-ajaxtab .header-tab ul.nav-tabs>li>a .cat-number:before {
  content: "(";
}

.sns-products-ajaxtab .header-tab ul.nav-tabs>li>a .cat-number:after {
  content: ")";
}

.sns-products-ajaxtab .header-tab ul.tab-drop-nav {
  position: absolute;
  top: -40px;
  right: 0px;
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sns-products-ajaxtab .header-tab ul.tab-drop-nav:before,
.sns-products-ajaxtab .header-tab ul.tab-drop-nav:after {
  content: " ";
  display: table;
}

.sns-products-ajaxtab .header-tab ul.tab-drop-nav:after {
  clear: both;
}

.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown {
  padding: 0;
}

.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown .dropdown-toggle {
  display: block;
  font-size: 26px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  vertical-align: middle;
}

.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown .dropdown-toggle:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
}

.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown .dropdown-toggle:hover {
  text-decoration: none;
}

.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;
  padding: 0;
  border-top: 1px solid #eaeaea;
}

.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown ul.dropdown-menu li:first-child {
  border-top: none;
}

.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown ul.dropdown-menu li a {
  padding: 10px 20px;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
}

.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown ul.dropdown-menu li:hover a {
  background-color: transparent;
  color: #1d1f4f;
}

.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown ul.dropdown-menu li.active a {
  background-color: transparent;
  color: #1d1f4f;
}

.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 {
  margin: 0 -15px;
  *zoom: 1;
}

.sns-products-ajaxtab .content-tab .prdlist-content:before,
.sns-products-ajaxtab .content-tab .prdlist-content:after {
  content: " ";
  display: table;
}

.sns-products-ajaxtab .content-tab .prdlist-content:after {
  clear: both;
}

@media (max-width: 1199px) {
  .sns-products-ajaxtab .content-tab .prdlist-content {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 767px) {
  .sns-products-ajaxtab .content-tab .prdlist-content {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}

.sns-products-ajaxtab .content-tab .prdlist-content.grid-style2 .product_list .product,
.sns-products-ajaxtab .content-tab .prdlist-content.grid-style3 .product_list .product,
.sns-products-ajaxtab .content-tab .prdlist-content.grid-style4 .product_list .product {
  margin-bottom: 8px;
}

.sns-products-ajaxtab .content-tab .prdlist-content.grid-style2 .product_list .item-row .product:last-child,
.sns-products-ajaxtab .content-tab .prdlist-content.grid-style3 .product_list .item-row .product:last-child,
.sns-products-ajaxtab .content-tab .prdlist-content.grid-style4 .product_list .item-row .product:last-child {
  margin-bottom: 0px;
}

.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.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 .product_list .product {
  margin-bottom: 8px;
}

.sns-products-ajaxtab .content-tab .prdlist-content .product_list .item-row .product {
  margin-bottom: 8px;
}

.sns-products-ajaxtab .content-tab .prdlist-content.active .product_list.simple-effect {
  opacity: 1;
}

.sns-products-ajaxtab .content-tab .prdlist-content:not(.active) {
  margin-bottom: 0px !important;
}

.sns-products-ajaxtab .content-tab .prdlist-content .owl-dots {
  text-align: center;
  margin: 30px 0 0;
}

.sns-products-ajaxtab .content-tab .prdlist-content .owl-dots .owl-dot {
  background: #333;
  border: none;
  height: 5px;
  width: 25px;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  -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 .prdlist-content .owl-dots .owl-dot:hover {
  background: #1d1f4f;
}

.sns-products-ajaxtab .content-tab .prdlist-content .owl-dots .owl-dot.active {
  background: #1d1f4f;
}

.sns-products-ajaxtab .content-tab .prdlist-content .owl-dots {
  margin-top: 7px;
}

.sns-products-ajaxtab .content-tab .prdlist-content .owl-nav .owl-prev,
.sns-products-ajaxtab .content-tab .prdlist-content .owl-nav .owl-next {
  text-align: center;
  position: absolute;
  font-size: 0px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  top: calc(50% - 16px);
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #333;
}

@media (max-width: 992px) {

  .sns-products-ajaxtab .content-tab .prdlist-content .owl-nav .owl-prev,
  .sns-products-ajaxtab .content-tab .prdlist-content .owl-nav .owl-next {
    display: none;
  }
}

.sns-products-ajaxtab .content-tab .prdlist-content .owl-nav .owl-prev:before,
.sns-products-ajaxtab .content-tab .prdlist-content .owl-nav .owl-next:before {
  font-size: 32px;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  color: inherit;
}

.sns-products-ajaxtab .content-tab .prdlist-content .owl-nav .owl-prev:hover,
.sns-products-ajaxtab .content-tab .prdlist-content .owl-nav .owl-next:hover {
  color: #1d1f4f;
}

.sns-products-ajaxtab .content-tab .prdlist-content .owl-nav .owl-prev.disabled,
.sns-products-ajaxtab .content-tab .prdlist-content .owl-nav .owl-next.disabled {
  opacity: 0.6;
  display: inline-block;
}

.sns-products-ajaxtab .content-tab .prdlist-content .owl-nav .owl-prev.disabled:hover,
.sns-products-ajaxtab .content-tab .prdlist-content .owl-nav .owl-next.disabled:hover {
  cursor: not-allowed;
}

.sns-products-ajaxtab .content-tab .prdlist-content .owl-nav .owl-prev {
  left: -35px;
}

@media (max-width: 1280px) {
  .sns-products-ajaxtab .content-tab .prdlist-content .owl-nav .owl-prev {
    left: -30px;
  }
}

.sns-products-ajaxtab .content-tab .prdlist-content .owl-nav .owl-prev:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

.sns-products-ajaxtab .content-tab .prdlist-content .owl-nav .owl-next {
  right: -35px;
  left: auto;
}

@media (max-width: 1280px) {
  .sns-products-ajaxtab .content-tab .prdlist-content .owl-nav .owl-next {
    right: -30px;
  }
}

.sns-products-ajaxtab .content-tab .prdlist-content .owl-nav .owl-next:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

.sns-products-ajaxtab .content-tab .prdlist-content .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-products-ajaxtab .content-tab .prdlist-content:hover .owl-nav {
  opacity: 1;
}

.sns-products-ajaxtab .content-tab .content-tab-inner {
  position: relative;
  *zoom: 1;
}

.sns-products-ajaxtab .content-tab .content-tab-inner:before,
.sns-products-ajaxtab .content-tab .content-tab-inner:after {
  content: " ";
  display: table;
}

.sns-products-ajaxtab .content-tab .content-tab-inner:after {
  clear: both;
}

.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: #555555;
  z-index: 2;
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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 0.6s ease-in-out infinite;
  -moz-animation: spin 0.6s ease-in-out infinite;
  -o-animation: spin 0.6s ease-in-out infinite;
  animation: spin 0.6s ease-in-out infinite;
}

.sns-products-ajaxtab .content-tab .sns-woo-loadmore-wrap {
  text-align: center;
  *zoom: 1;
  height: 60px;
  position: relative;
  margin-top: 20px;
}

.sns-products-ajaxtab .content-tab .sns-woo-loadmore-wrap:before,
.sns-products-ajaxtab .content-tab .sns-woo-loadmore-wrap:after {
  content: " ";
  display: table;
}

.sns-products-ajaxtab .content-tab .sns-woo-loadmore-wrap:after {
  clear: both;
}

.sns-products-ajaxtab .content-tab .sns-woo-loadmore-wrap .sns-woo-loadmore {
  height: 56px;
  line-height: 56px;
  color: #FFF;
  position: relative;
  background: #333;
  padding: 0 30px;
  text-align: center;
  font-weight: 400;
}

.sns-products-ajaxtab .content-tab .sns-woo-loadmore-wrap .sns-woo-loadmore:hover {
  border-color: #1d1f4f;
  background: #1d1f4f;
  color: #FFF;
}

.sns-products-ajaxtab .content-tab .sns-woo-loadmore-wrap .sns-woo-loadmore.loading {
  border-color: #1d1f4f;
  background: #1d1f4f;
  color: #FFF;
}

.sns-products-ajaxtab .content-tab .sns-woo-loadmore-wrap .sns-woo-loadmore.loaded {
  cursor: text;
}

.sns-products-ajaxtab .browser-plink-wrap {
  text-align: center;
  margin-top: 12px;
  font-size: 1em;
}

.sns-products-ajaxtab .browser-plink-wrap a.browser-plink {
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}

.sns-products-ajaxtab .browser-plink-wrap a.browser-plink:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0px;
  bottom: 1px;
  background: #161616;
}

.sns-products-ajaxtab .browser-plink-wrap a.browser-plink:hover:before {
  background: #1d1f4f;
  -webkit-animation: snsResetWidth 0.25s;
  -ms-animation: snsResetWidth 0.25s;
  -o-animation: snsResetWidth 0.25s;
  animation: snsResetWidth 0.25s;
}

.sns-products-ajaxtab.head-tabs-upright {
  position: relative;
}

.sns-products-ajaxtab.head-tabs-upright .header-tab {
  position: absolute;
  right: 0px;
  top: -38px;
  margin: 0;
}

@media (max-width: 992px) {
  .sns-products-ajaxtab.head-tabs-upright .header-tab {
    top: 0px;
  }
}

#sns_content .nav-in-topright .owl-nav .owl-prev,
#sns_content .nav-in-topright .owl-nav .owl-next {
  text-align: center;
  position: absolute;
  font-size: 0px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  top: calc(50% - 16px);
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #333;
}

@media (max-width: 992px) {

  #sns_content .nav-in-topright .owl-nav .owl-prev,
  #sns_content .nav-in-topright .owl-nav .owl-next {
    display: none;
  }
}

#sns_content .nav-in-topright .owl-nav .owl-prev:before,
#sns_content .nav-in-topright .owl-nav .owl-next:before {
  font-size: 32px;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  color: inherit;
}

#sns_content .nav-in-topright .owl-nav .owl-prev:hover,
#sns_content .nav-in-topright .owl-nav .owl-next:hover {
  color: #1d1f4f;
}

#sns_content .nav-in-topright .owl-nav .owl-prev.disabled,
#sns_content .nav-in-topright .owl-nav .owl-next.disabled {
  opacity: 0.6;
  display: inline-block;
}

#sns_content .nav-in-topright .owl-nav .owl-prev.disabled:hover,
#sns_content .nav-in-topright .owl-nav .owl-next.disabled:hover {
  cursor: not-allowed;
}

#sns_content .nav-in-topright .owl-nav .owl-prev {
  left: -35px;
}

@media (max-width: 1280px) {
  #sns_content .nav-in-topright .owl-nav .owl-prev {
    left: -30px;
  }
}

#sns_content .nav-in-topright .owl-nav .owl-prev:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

#sns_content .nav-in-topright .owl-nav .owl-next {
  right: -35px;
  left: auto;
}

@media (max-width: 1280px) {
  #sns_content .nav-in-topright .owl-nav .owl-next {
    right: -30px;
  }
}

#sns_content .nav-in-topright .owl-nav .owl-next:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

#sns_content .nav-in-topright .owl-nav {
  opacity: 1;
  position: absolute;
  top: -95px;
  right: 15px;
  height: 45px;
  width: 100px;
}

#sns_content .nav-in-topright .owl-nav .owl-prev {
  left: 0px !important;
}

#sns_content .nav-in-topright .owl-nav .owl-next {
  left: auto !important;
  right: 0px !important;
}

@media (max-width: 767px) {
  #sns_content .nav-in-topright .owl-nav {
    right: 7.5px;
    top: -80px;
    height: 35px;
    width: 80px;
  }
}

#sns_content .nav-in-topcenter .owl-nav .owl-prev,
#sns_content .nav-in-topcenter .owl-nav .owl-next {
  text-align: center;
  position: absolute;
  font-size: 0px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  top: calc(50% - 16px);
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #333;
}

@media (max-width: 992px) {

  #sns_content .nav-in-topcenter .owl-nav .owl-prev,
  #sns_content .nav-in-topcenter .owl-nav .owl-next {
    display: none;
  }
}

#sns_content .nav-in-topcenter .owl-nav .owl-prev:before,
#sns_content .nav-in-topcenter .owl-nav .owl-next:before {
  font-size: 32px;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  color: inherit;
}

#sns_content .nav-in-topcenter .owl-nav .owl-prev:hover,
#sns_content .nav-in-topcenter .owl-nav .owl-next:hover {
  color: #1d1f4f;
}

#sns_content .nav-in-topcenter .owl-nav .owl-prev.disabled,
#sns_content .nav-in-topcenter .owl-nav .owl-next.disabled {
  opacity: 0.6;
  display: inline-block;
}

#sns_content .nav-in-topcenter .owl-nav .owl-prev.disabled:hover,
#sns_content .nav-in-topcenter .owl-nav .owl-next.disabled:hover {
  cursor: not-allowed;
}

#sns_content .nav-in-topcenter .owl-nav .owl-prev {
  left: -35px;
}

@media (max-width: 1280px) {
  #sns_content .nav-in-topcenter .owl-nav .owl-prev {
    left: -30px;
  }
}

#sns_content .nav-in-topcenter .owl-nav .owl-prev:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

#sns_content .nav-in-topcenter .owl-nav .owl-next {
  right: -35px;
  left: auto;
}

@media (max-width: 1280px) {
  #sns_content .nav-in-topcenter .owl-nav .owl-next {
    right: -30px;
  }
}

#sns_content .nav-in-topcenter .owl-nav .owl-next:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

#sns_content .nav-in-topcenter .owl-nav {
  opacity: 1;
  position: absolute;
  top: -95px;
  left: 0px;
  width: 100%;
  height: 45px;
}

#sns_content .nav-in-topcenter .owl-nav .owl-prev {
  left: 15px;
}

@media (max-width: 992px) {
  #sns_content .nav-in-topcenter .owl-nav .owl-prev {
    left: -5px !important;
  }
}

#sns_content .nav-in-topcenter .owl-nav .owl-next {
  left: auto;
  right: 15px;
}

@media (max-width: 992px) {
  #sns_content .nav-in-topcenter .owl-nav .owl-next {
    left: auto !important;
    right: -5px !important;
  }
}

table.compare-list tr.description td {
  text-align: left;
}

/***************************************************
	scss file: /assets/scss/theme/_post.scss
		+ Style for post
			- Post in blog page
			- Post in signle page
****************************************************/
article.type-product .inner-post,
article.type-page .inner-post,
article.type-post .inner-post {
  *zoom: 1;
}

article.type-product .inner-post:before,
article.type-product .inner-post:after,
article.type-page .inner-post:before,
article.type-page .inner-post:after,
article.type-post .inner-post:before,
article.type-post .inner-post:after {
  content: " ";
  display: table;
}

article.type-product .inner-post:after,
article.type-page .inner-post:after,
article.type-post .inner-post:after {
  clear: both;
}

article.type-product .inner-post .part-left,
article.type-page .inner-post .part-left,
article.type-post .inner-post .part-left {
  float: left;
  width: 50%;
  padding: 0 15px 0 0;
}

@media (max-width: 1199px) {

  article.type-product .inner-post .part-left,
  article.type-page .inner-post .part-left,
  article.type-post .inner-post .part-left {
    padding: 0 10px 0 0;
  }
}

article.type-product .inner-post .part-right,
article.type-page .inner-post .part-right,
article.type-post .inner-post .part-right {
  float: left;
  width: 50%;
  padding: 0 0 0 15px;
}

@media (max-width: 1199px) {

  article.type-product .inner-post .part-right,
  article.type-page .inner-post .part-right,
  article.type-post .inner-post .part-right {
    padding: 0 0 0 10px;
  }
}

@media (max-width: 480px) {

  article.type-product .inner-post .part-left,
  article.type-product .inner-post .part-right,
  article.type-page .inner-post .part-left,
  article.type-page .inner-post .part-right,
  article.type-post .inner-post .part-left,
  article.type-post .inner-post .part-right {
    float: none;
    width: 100%;
    padding: 0 0;
  }
}

article.type-product .post-info-wrap,
article.type-page .post-info-wrap,
article.type-post .post-info-wrap {
  margin: 0 0;
  padding: 0 0;
  *zoom: 1;
}

article.type-product .post-info-wrap:before,
article.type-product .post-info-wrap:after,
article.type-page .post-info-wrap:before,
article.type-page .post-info-wrap:after,
article.type-post .post-info-wrap:before,
article.type-post .post-info-wrap:after {
  content: " ";
  display: table;
}

article.type-product .post-info-wrap:after,
article.type-page .post-info-wrap:after,
article.type-post .post-info-wrap:after {
  clear: both;
}

article.type-product .post-info-wrap .post-categories,
article.type-page .post-info-wrap .post-categories,
article.type-post .post-info-wrap .post-categories {
  padding-left: 30px;
  position: relative;
  margin-bottom: 0px;
  color: #bbb;
}

article.type-product .post-info-wrap .post-categories:before,
article.type-page .post-info-wrap .post-categories:before,
article.type-post .post-info-wrap .post-categories:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 20px;
  background: #bbb;
  left: 0px;
  top: 50%;
}

article.type-product .post-info-wrap .post-categories a,
article.type-page .post-info-wrap .post-categories a,
article.type-post .post-info-wrap .post-categories a {
  color: inherit;
}

article.type-product .post-info-wrap .post-categories a:hover,
article.type-page .post-info-wrap .post-categories a:hover,
article.type-post .post-info-wrap .post-categories a:hover {
  color: #1d1f4f;
}

article.type-product .gallery-thumb,
article.type-product .video-thumb,
article.type-product .audio-thumb,
article.type-product .post-thumb,
article.type-product .quote-info,
article.type-product .link-info,
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 {
  position: relative;
}

article.type-product .gallery-thumb+.post-info-wrap,
article.type-product .video-thumb+.post-info-wrap,
article.type-product .audio-thumb+.post-info-wrap,
article.type-product .post-thumb+.post-info-wrap,
article.type-product .quote-info+.post-info-wrap,
article.type-product .link-info+.post-info-wrap,
article.type-page .gallery-thumb+.post-info-wrap,
article.type-page .video-thumb+.post-info-wrap,
article.type-page .audio-thumb+.post-info-wrap,
article.type-page .post-thumb+.post-info-wrap,
article.type-page .quote-info+.post-info-wrap,
article.type-page .link-info+.post-info-wrap,
article.type-post .gallery-thumb+.post-info-wrap,
article.type-post .video-thumb+.post-info-wrap,
article.type-post .audio-thumb+.post-info-wrap,
article.type-post .post-thumb+.post-info-wrap,
article.type-post .quote-info+.post-info-wrap,
article.type-post .link-info+.post-info-wrap {
  padding-top: 32px;
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 1199px) {

  article.type-product .gallery-thumb+.post-info-wrap,
  article.type-product .video-thumb+.post-info-wrap,
  article.type-product .audio-thumb+.post-info-wrap,
  article.type-product .post-thumb+.post-info-wrap,
  article.type-product .quote-info+.post-info-wrap,
  article.type-product .link-info+.post-info-wrap,
  article.type-page .gallery-thumb+.post-info-wrap,
  article.type-page .video-thumb+.post-info-wrap,
  article.type-page .audio-thumb+.post-info-wrap,
  article.type-page .post-thumb+.post-info-wrap,
  article.type-page .quote-info+.post-info-wrap,
  article.type-page .link-info+.post-info-wrap,
  article.type-post .gallery-thumb+.post-info-wrap,
  article.type-post .video-thumb+.post-info-wrap,
  article.type-post .audio-thumb+.post-info-wrap,
  article.type-post .post-thumb+.post-info-wrap,
  article.type-post .quote-info+.post-info-wrap,
  article.type-post .link-info+.post-info-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {

  article.type-product .gallery-thumb+.post-info-wrap,
  article.type-product .video-thumb+.post-info-wrap,
  article.type-product .audio-thumb+.post-info-wrap,
  article.type-product .post-thumb+.post-info-wrap,
  article.type-product .quote-info+.post-info-wrap,
  article.type-product .link-info+.post-info-wrap,
  article.type-page .gallery-thumb+.post-info-wrap,
  article.type-page .video-thumb+.post-info-wrap,
  article.type-page .audio-thumb+.post-info-wrap,
  article.type-page .post-thumb+.post-info-wrap,
  article.type-page .quote-info+.post-info-wrap,
  article.type-page .link-info+.post-info-wrap,
  article.type-post .gallery-thumb+.post-info-wrap,
  article.type-post .video-thumb+.post-info-wrap,
  article.type-post .audio-thumb+.post-info-wrap,
  article.type-post .post-thumb+.post-info-wrap,
  article.type-post .quote-info+.post-info-wrap,
  article.type-post .link-info+.post-info-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

article.type-product .video-thumb,
article.type-page .video-thumb,
article.type-post .video-thumb {
  z-index: 1;
}

article.type-product:hover .gallery-thumb+.post-meta,
article.type-product:hover .video-thumb+.post-meta,
article.type-product:hover .audio-thumb+.post-meta,
article.type-product:hover .post-thumb+.post-meta,
article.type-product:hover .quote-info+.post-meta,
article.type-product:hover .link-info+.post-meta,
article.type-page:hover .gallery-thumb+.post-meta,
article.type-page:hover .video-thumb+.post-meta,
article.type-page:hover .audio-thumb+.post-meta,
article.type-page:hover .post-thumb+.post-meta,
article.type-page:hover .quote-info+.post-meta,
article.type-page:hover .link-info+.post-meta,
article.type-post:hover .gallery-thumb+.post-meta,
article.type-post:hover .video-thumb+.post-meta,
article.type-post:hover .audio-thumb+.post-meta,
article.type-post:hover .post-thumb+.post-meta,
article.type-post:hover .quote-info+.post-meta,
article.type-post:hover .link-info+.post-meta {
  opacity: 1;
}

article.type-product:hover .gallery-thumb:before,
article.type-page:hover .gallery-thumb:before,
article.type-post:hover .gallery-thumb:before {
  opacity: 1;
}

article.type-product:hover .gallery-thumb .item:before,
article.type-page:hover .gallery-thumb .item:before,
article.type-post:hover .gallery-thumb .item:before {
  background: rgba(0, 0, 0, 0.2);
}

article.type-product:hover .video-thumb:before,
article.type-page:hover .video-thumb:before,
article.type-post:hover .video-thumb:before {
  opacity: 1;
}

article.type-product:hover .post-thumb:before,
article.type-page:hover .post-thumb:before,
article.type-post:hover .post-thumb:before {
  opacity: 1;
}

article.type-product:hover .post-thumb a:before,
article.type-page:hover .post-thumb a:before,
article.type-post:hover .post-thumb a:before {
  background: rgba(0, 0, 0, 0.2);
}

article.type-product .gallery-thumb,
article.type-page .gallery-thumb,
article.type-post .gallery-thumb {
  position: relative;
  overflow: hidden;
}

article.type-product .gallery-thumb .owl-nav .owl-prev,
article.type-product .gallery-thumb .owl-nav .owl-next,
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: 50px;
  height: 50px;
  text-align: center;
  position: absolute;
  top: calc(50% - 25px);
  font-size: 0px;
  background: rgba(0, 0, 0, 0.2);
  color: #FFF;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

article.type-product .gallery-thumb .owl-nav .owl-prev:before,
article.type-product .gallery-thumb .owl-nav .owl-next:before,
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: 24px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media (max-width: 767px) {

  article.type-product .gallery-thumb .owl-nav .owl-prev,
  article.type-product .gallery-thumb .owl-nav .owl-next,
  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;
    top: calc(50% - 20px);
  }

  article.type-product .gallery-thumb .owl-nav .owl-prev:before,
  article.type-product .gallery-thumb .owl-nav .owl-next:before,
  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: 24px;
  }
}

article.type-product .gallery-thumb .owl-nav .owl-prev:hover,
article.type-product .gallery-thumb .owl-nav .owl-next:hover,
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 {
  cursor: pointer;
  background: #FFF;
}

article.type-product .gallery-thumb .owl-nav .owl-prev:hover:before,
article.type-product .gallery-thumb .owl-nav .owl-next:hover:before,
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: #1d1f4f;
}

article.type-product .gallery-thumb .owl-nav .owl-prev.disabled,
article.type-product .gallery-thumb .owl-nav .owl-next.disabled,
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;
}

article.type-product .gallery-thumb .owl-nav .owl-prev.disabled:hover,
article.type-product .gallery-thumb .owl-nav .owl-next.disabled:hover,
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-product .gallery-thumb .owl-nav .owl-prev,
article.type-page .gallery-thumb .owl-nav .owl-prev,
article.type-post .gallery-thumb .owl-nav .owl-prev {
  left: 0px;
}

article.type-product .gallery-thumb .owl-nav .owl-prev:before,
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: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

@media (max-width: 767px) {

  article.type-product .gallery-thumb .owl-nav .owl-prev:before,
  article.type-page .gallery-thumb .owl-nav .owl-prev:before,
  article.type-post .gallery-thumb .owl-nav .owl-prev:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

article.type-product .gallery-thumb .owl-nav .owl-next,
article.type-page .gallery-thumb .owl-nav .owl-next,
article.type-post .gallery-thumb .owl-nav .owl-next {
  right: 0px;
  left: auto;
}

article.type-product .gallery-thumb .owl-nav .owl-next:before,
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: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

@media (max-width: 767px) {

  article.type-product .gallery-thumb .owl-nav .owl-next:before,
  article.type-page .gallery-thumb .owl-nav .owl-next:before,
  article.type-post .gallery-thumb .owl-nav .owl-next:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

article.type-product .gallery-thumb .item:before,
article.type-page .gallery-thumb .item:before,
article.type-post .gallery-thumb .item:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: transparent;
}

article.type-product .link-info,
article.type-page .link-info,
article.type-post .link-info {
  padding: 80px 30px 80px;
  text-align: center;
  background: url(../img/global.png) #f9f9f9 no-repeat -40px center;
  border: 1px solid #eaeaea;
}

@media (max-width: 480px) {

  article.type-product .link-info,
  article.type-page .link-info,
  article.type-post .link-info {
    padding: 80px 30px;
  }
}

article.type-product .link-info>a,
article.type-page .link-info>a,
article.type-post .link-info>a {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}

@media (max-width: 1199px) {

  article.type-product .link-info>a,
  article.type-page .link-info>a,
  article.type-post .link-info>a {
    font-size: 1.7142em;
  }
}

@media (max-width: 767px) {

  article.type-product .link-info>a,
  article.type-page .link-info>a,
  article.type-post .link-info>a {
    font-size: 1.5em;
  }
}

article.type-product .link-info>a:before,
article.type-page .link-info>a:before,
article.type-post .link-info>a:before {
  position: absolute;
  content: "";
  height: 2px;
  left: 0px;
  bottom: -2px;
  width: 100%;
  background: #161616;
}

article.type-product .link-info>a:hover,
article.type-page .link-info>a:hover,
article.type-post .link-info>a:hover {
  color: #1d1f4f;
}

article.type-product .link-info>a:hover:before,
article.type-page .link-info>a:hover:before,
article.type-post .link-info>a:hover:before {
  background: #1d1f4f;
  -webkit-animation: snsResetWidth 0.25s;
  -ms-animation: snsResetWidth 0.25s;
  -o-animation: snsResetWidth 0.25s;
  animation: snsResetWidth 0.25s;
}

article.type-product .quote-info,
article.type-page .quote-info,
article.type-post .quote-info {
  padding: 120px 90px 60px;
  background: #f9f9f9;
  border: 1px solid #eaeaea;
  text-align: center;
  position: relative;
}

@media (max-width: 480px) {

  article.type-product .quote-info,
  article.type-page .quote-info,
  article.type-post .quote-info {
    padding: 80px 25px;
  }
}

article.type-product .quote-info:before,
article.type-page .quote-info:before,
article.type-post .quote-info:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 60px;
  position: absolute;
  top: 45px;
  left: calc(50% - 30px);
  text-align: center;
  color: #bbb;
}

@media (max-width: 1199px) {

  article.type-product .quote-info:before,
  article.type-page .quote-info:before,
  article.type-post .quote-info:before {
    font-size: 80px;
    top: 35px;
    left: 25px;
  }
}

@media (max-width: 767px) {

  article.type-product .quote-info:before,
  article.type-page .quote-info:before,
  article.type-post .quote-info:before {
    font-size: 60px;
    top: 10px;
    left: 10px;
  }
}

@media (max-width: 480px) {

  article.type-product .quote-info:before,
  article.type-page .quote-info:before,
  article.type-post .quote-info:before {
    left: 0px;
    top: 40px;
  }
}

article.type-product .quote-info .quote-content,
article.type-page .quote-info .quote-content,
article.type-post .quote-info .quote-content {
  display: block;
  margin-bottom: 40px;
  position: relative;
  color: #161616;
  font-size: 1.7142em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857;
}

@media (max-width: 1199px) {

  article.type-product .quote-info .quote-content,
  article.type-page .quote-info .quote-content,
  article.type-post .quote-info .quote-content {
    font-size: 1.7142em;
  }
}

@media (max-width: 767px) {

  article.type-product .quote-info .quote-content,
  article.type-page .quote-info .quote-content,
  article.type-post .quote-info .quote-content {
    font-size: 1.5em;
  }
}

article.type-product .quote-info .quote-author,
article.type-page .quote-info .quote-author,
article.type-post .quote-info .quote-author {
  display: block;
  margin: 0px;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-transform: uppercase;
  font-weight: 400;
  color: #bbb;
}

article.type-product .quote-info .quote-author:before,
article.type-page .quote-info .quote-author:before,
article.type-post .quote-info .quote-author:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  background: #bbb;
  left: 50%;
  top: -30px;
}

article.type-product .post-thumb,
article.type-page .post-thumb,
article.type-post .post-thumb {
  position: relative;
  overflow: hidden;
}

article.type-product .post-thumb a,
article.type-page .post-thumb a,
article.type-post .post-thumb a {
  display: inline-block;
  position: relative;
}

article.type-product .post-thumb a:before,
article.type-page .post-thumb a:before,
article.type-post .post-thumb a:before {
  position: absolute;
  z-index: 1;
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: transparent;
}

article.type-product .video-responsive,
article.type-page .video-responsive,
article.type-post .video-responsive {
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
  padding-top: 3px;
  height: 0;
}

article.type-product .video-responsive embed,
article.type-product .video-responsive iframe,
article.type-product .video-responsive object,
article.type-product .video-responsive video,
article.type-page .video-responsive embed,
article.type-page .video-responsive iframe,
article.type-page .video-responsive object,
article.type-page .video-responsive video,
article.type-post .video-responsive embed,
article.type-post .video-responsive iframe,
article.type-post .video-responsive object,
article.type-post .video-responsive video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

article.type-product .audio-responsive,
article.type-page .audio-responsive,
article.type-post .audio-responsive {
  position: relative;
  padding-bottom: 54.5%;
  padding-top: 8px;
  height: 0;
}

article.type-product .audio-responsive embed,
article.type-product .audio-responsive iframe,
article.type-product .audio-responsive object,
article.type-product .audio-responsive audio,
article.type-page .audio-responsive embed,
article.type-page .audio-responsive iframe,
article.type-page .audio-responsive object,
article.type-page .audio-responsive audio,
article.type-post .audio-responsive embed,
article.type-post .audio-responsive iframe,
article.type-post .audio-responsive object,
article.type-post .audio-responsive audio {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

article.type-product .media-post,
article.type-page .media-post,
article.type-post .media-post {
  position: relative;
}

article.type-product h3.post-title,
article.type-page h3.post-title,
article.type-post h3.post-title {
  margin: 0 0 10px;
  position: relative;
  font-size: 2.5em;
  line-height: 1.1;
  font-weight: 400;
}

@media (max-width: 767px) {

  article.type-product h3.post-title,
  article.type-page h3.post-title,
  article.type-post h3.post-title {
    font-size: 2.2857em;
  }
}

article.type-product .post-content,
article.type-page .post-content,
article.type-post .post-content {
  *zoom: 1;
  overflow-x: hidden;
}

article.type-product .post-content:before,
article.type-product .post-content:after,
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-product .post-content:after,
article.type-page .post-content:after,
article.type-post .post-content:after {
  clear: both;
}

article.type-product .post-content>*:not(h1, h2, h3, h4, h5, h6),
article.type-page .post-content>*:not(h1, h2, h3, h4, h5, h6),
article.type-post .post-content>*:not(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 18px;
}

article.type-product .post-content>*:not(h1, h2, h3, h4, h5, h6)+.wp-block-columns,
article.type-page .post-content>*:not(h1, h2, h3, h4, h5, h6)+.wp-block-columns,
article.type-post .post-content>*:not(h1, h2, h3, h4, h5, h6)+.wp-block-columns {
  margin-top: 18px;
}

article.type-product .post-content>*:not(h1, h2, h3, h4, h5, h6) table,
article.type-page .post-content>*:not(h1, h2, h3, h4, h5, h6) table,
article.type-post .post-content>*:not(h1, h2, h3, h4, h5, h6) table {
  margin-bottom: 0px;
}

article.type-product .post-content>[class^=" wp-block"],
article.type-product .post-content>[class^="wp-block"],
article.type-page .post-content>[class^=" wp-block"],
article.type-page .post-content>[class^="wp-block"],
article.type-post .post-content>[class^=" wp-block"],
article.type-post .post-content>[class^="wp-block"] {
  margin-bottom: 18px;
}

article.type-product .post-content>[class^=" wp-block"].wp-block-image,
article.type-product .post-content>[class^="wp-block"].wp-block-image,
article.type-page .post-content>[class^=" wp-block"].wp-block-image,
article.type-page .post-content>[class^="wp-block"].wp-block-image,
article.type-post .post-content>[class^=" wp-block"].wp-block-image,
article.type-post .post-content>[class^="wp-block"].wp-block-image {
  margin-bottom: 0px;
}

article.type-product .post-content>[class^=" wp-block"].wp-block-group.has-background,
article.type-product .post-content>[class^="wp-block"].wp-block-group.has-background,
article.type-page .post-content>[class^=" wp-block"].wp-block-group.has-background,
article.type-page .post-content>[class^="wp-block"].wp-block-group.has-background,
article.type-post .post-content>[class^=" wp-block"].wp-block-group.has-background,
article.type-post .post-content>[class^="wp-block"].wp-block-group.has-background {
  padding: 30px;
  margin: 0;
}

article.type-product .post-content>[class^=" wp-block"].wp-block-group.has-background p:last-child,
article.type-product .post-content>[class^="wp-block"].wp-block-group.has-background p:last-child,
article.type-page .post-content>[class^=" wp-block"].wp-block-group.has-background p:last-child,
article.type-page .post-content>[class^="wp-block"].wp-block-group.has-background p:last-child,
article.type-post .post-content>[class^=" wp-block"].wp-block-group.has-background p:last-child,
article.type-post .post-content>[class^="wp-block"].wp-block-group.has-background p:last-child {
  margin-bottom: 0px;
}

article.type-product .post-content>[class^=" wp-block"].wp-block-group.has-background>.wp-block-group__inner-container>*:not(p, ul, ol),
article.type-product .post-content>[class^="wp-block"].wp-block-group.has-background>.wp-block-group__inner-container>*:not(p, ul, ol),
article.type-page .post-content>[class^=" wp-block"].wp-block-group.has-background>.wp-block-group__inner-container>*:not(p, ul, ol),
article.type-page .post-content>[class^="wp-block"].wp-block-group.has-background>.wp-block-group__inner-container>*:not(p, ul, ol),
article.type-post .post-content>[class^=" wp-block"].wp-block-group.has-background>.wp-block-group__inner-container>*:not(p, ul, ol),
article.type-post .post-content>[class^="wp-block"].wp-block-group.has-background>.wp-block-group__inner-container>*:not(p, ul, ol) {
  margin-bottom: 18px;
}

article.type-product .post-content>[class^=" wp-block"].wp-block-columns .wp-block-column>*:last-child,
article.type-product .post-content>[class^="wp-block"].wp-block-columns .wp-block-column>*:last-child,
article.type-page .post-content>[class^=" wp-block"].wp-block-columns .wp-block-column>*:last-child,
article.type-page .post-content>[class^="wp-block"].wp-block-columns .wp-block-column>*:last-child,
article.type-post .post-content>[class^=" wp-block"].wp-block-columns .wp-block-column>*:last-child,
article.type-post .post-content>[class^="wp-block"].wp-block-columns .wp-block-column>*:last-child {
  margin-bottom: 0px;
}

article.type-product .post-content>[class^=" wp-block"] select,
article.type-product .post-content>[class^="wp-block"] select,
article.type-page .post-content>[class^=" wp-block"] select,
article.type-page .post-content>[class^="wp-block"] select,
article.type-post .post-content>[class^=" wp-block"] select,
article.type-post .post-content>[class^="wp-block"] select {
  height: 40px;
  line-height: 40px;
  border-color: #eaeaea;
}

article.type-product .post-content .has-drop-cap:not(:focus):first-letter,
article.type-page .post-content .has-drop-cap:not(:focus):first-letter,
article.type-post .post-content .has-drop-cap:not(:focus):first-letter {
  font-size: 3em;
  font-weight: inherit;
  margin: 0.15em 0.15em 0 0;
}

article.type-product .post-content .wp-block-quote,
article.type-page .post-content .wp-block-quote,
article.type-post .post-content .wp-block-quote {
  padding-top: 10px;
}

article.type-product .post-content .wp-block-quote>*,
article.type-page .post-content .wp-block-quote>*,
article.type-post .post-content .wp-block-quote>* {
  line-height: 1.42857;
}

article.type-product .post-content .wp-block-quote.is-style-large,
article.type-page .post-content .wp-block-quote.is-style-large,
article.type-post .post-content .wp-block-quote.is-style-large {
  padding: 5px 25px;
}

article.type-product .post-content .wp-block-quote.is-style-large>*:not(cite),
article.type-page .post-content .wp-block-quote.is-style-large>*:not(cite),
article.type-post .post-content .wp-block-quote.is-style-large>*:not(cite) {
  margin-left: 48px;
  font-style: italic;
  font-size: 1.5em;
}

article.type-product .post-content .wp-block-quote.is-style-large cite,
article.type-page .post-content .wp-block-quote.is-style-large cite,
article.type-post .post-content .wp-block-quote.is-style-large cite {
  font-size: 1em;
  text-align: inherit;
}

article.type-product .post-content .wp-block-quote.is-style-large:after,
article.type-page .post-content .wp-block-quote.is-style-large:after,
article.type-post .post-content .wp-block-quote.is-style-large:after {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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: #bbb;
  position: absolute;
  left: 20px;
  top: 5px;
}

article.type-product .post-content .wp-block-pullquote,
article.type-page .post-content .wp-block-pullquote,
article.type-post .post-content .wp-block-pullquote {
  padding: 45px 0 0;
  margin-top: 30px;
  position: relative;
}

article.type-product .post-content .wp-block-pullquote:before,
article.type-page .post-content .wp-block-pullquote:before,
article.type-post .post-content .wp-block-pullquote:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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: #bbb;
  position: absolute;
  left: calc(50% - 20px);
  top: 0px;
}

article.type-product .post-content .wp-block-pullquote blockquote:before,
article.type-page .post-content .wp-block-pullquote blockquote:before,
article.type-post .post-content .wp-block-pullquote blockquote:before {
  display: none;
}

article.type-product .post-content .wp-block-pullquote blockquote cite,
article.type-page .post-content .wp-block-pullquote blockquote cite,
article.type-post .post-content .wp-block-pullquote blockquote cite {
  color: #bbb;
  font-size: 1em;
}

article.type-product .post-content .wp-block-pullquote.is-style-solid-color,
article.type-page .post-content .wp-block-pullquote.is-style-solid-color,
article.type-post .post-content .wp-block-pullquote.is-style-solid-color {
  padding: 45px 0;
  margin-top: 0px;
}

article.type-product .post-content .wp-block-pullquote.is-style-solid-color:before,
article.type-page .post-content .wp-block-pullquote.is-style-solid-color:before,
article.type-post .post-content .wp-block-pullquote.is-style-solid-color:before {
  display: none;
}

article.type-product .post-content .wp-block-pullquote.is-style-solid-color cite,
article.type-page .post-content .wp-block-pullquote.is-style-solid-color cite,
article.type-post .post-content .wp-block-pullquote.is-style-solid-color cite {
  color: inherit;
}

article.type-product .post-content .wp-block-calendar caption,
article.type-page .post-content .wp-block-calendar caption,
article.type-post .post-content .wp-block-calendar caption {
  text-align: inherit;
  color: #bbb;
}

article.type-product .post-content .wp-block-search .wp-block-search__input,
article.type-page .post-content .wp-block-search .wp-block-search__input,
article.type-post .post-content .wp-block-search .wp-block-search__input {
  border-color: #ddd;
}

article.type-product .post-content .wp-block-search .wp-block-search__button,
article.type-page .post-content .wp-block-search .wp-block-search__button,
article.type-post .post-content .wp-block-search .wp-block-search__button {
  padding: 0 25px;
  background: #161616;
  color: #fff;
  line-height: 50px;
  border: none;
}

article.type-product .post-content .wp-block-search .wp-block-search__button:hover,
article.type-page .post-content .wp-block-search .wp-block-search__button:hover,
article.type-post .post-content .wp-block-search .wp-block-search__button:hover {
  background: #1d1f4f;
}

article.type-product .post-content .wp-block-tag-cloud a.tag-cloud-link,
article.type-page .post-content .wp-block-tag-cloud a.tag-cloud-link,
article.type-post .post-content .wp-block-tag-cloud a.tag-cloud-link {
  text-decoration: underline;
  margin-left: 5px;
}

article.type-product .post-content .wp-block-tag-cloud a.tag-cloud-link:hover,
article.type-page .post-content .wp-block-tag-cloud a.tag-cloud-link:hover,
article.type-post .post-content .wp-block-tag-cloud a.tag-cloud-link:hover {
  text-decoration: none;
}

article.type-product .page-links,
article.type-page .page-links,
article.type-post .page-links {
  margin-top: 30px;
  margin-bottom: 15px;
  clear: left;
  font-weight: 400;
}

article.type-product .page-links a,
article.type-page .page-links a,
article.type-post .page-links a {
  display: inline-block;
  padding: 0 3px;
  margin: 0 0 3px;
}

article.type-product .more-link,
article.type-page .more-link,
article.type-post .more-link {
  text-transform: uppercase;
  color: #161616;
  margin-top: 18px;
  display: inline-block;
  position: relative;
  font-weight: 400;
  padding: 8px 15px;
  line-height: 24px;
  height: 24px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: none;
}

article.type-product .more-link:before,
article.type-page .more-link:before,
article.type-post .more-link:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  background: #1d1f4f;
  border-radius: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
}

article.type-product .more-link:after,
article.type-page .more-link:after,
article.type-post .more-link:after {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  width: 12px;
  margin-left: 6px;
  font-size: 16px;
  text-align: right;
}

article.type-product .more-link:hover,
article.type-page .more-link:hover,
article.type-post .more-link:hover {
  color: #FFF;
  padding: 8px 15px;
  background: none;
}

article.type-product .more-link:hover:before,
article.type-page .more-link:hover:before,
article.type-post .more-link:hover:before {
  height: 100%;
  width: 100%;
  border-radius: 4px;
}

article.type-product .more-link .meta-nav,
article.type-page .more-link .meta-nav,
article.type-post .more-link .meta-nav {
  display: none;
}

article.type-product .post-meta,
article.type-page .post-meta,
article.type-post .post-meta {
  display: block;
  margin: 0 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 1;
  visibility: visible;
  color: #bbb;
}

article.type-product .post-meta a,
article.type-page .post-meta a,
article.type-post .post-meta a {
  position: relative;
  color: inherit;
}

article.type-product .post-meta a:hover,
article.type-page .post-meta a:hover,
article.type-post .post-meta a:hover {
  color: #1d1f4f;
}

article.type-product .post-meta>*,
article.type-page .post-meta>*,
article.type-post .post-meta>* {
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
  position: relative;
  display: inline-block;
}

article.type-product .post-meta>*:before,
article.type-page .post-meta>*:before,
article.type-post .post-meta>*:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 1px;
  background: #bbb;
  right: 0px;
  top: calc(50% - 6px);
}

article.type-product .post-meta>*:last-child,
article.type-page .post-meta>*:last-child,
article.type-post .post-meta>*:last-child {
  margin: 0px;
  padding: 0;
}

article.type-product .post-meta>*:last-child:before,
article.type-page .post-meta>*:last-child:before,
article.type-post .post-meta>*:last-child:before {
  display: none;
}

article.type-product .post-meta .edit-post .vc_inline-link,
article.type-page .post-meta .edit-post .vc_inline-link,
article.type-post .post-meta .edit-post .vc_inline-link {
  margin-left: 8px;
}

article.type-product.sticky .post-meta .sticky-content,
article.type-page.sticky .post-meta .sticky-content,
article.type-post.sticky .post-meta .sticky-content {
  padding: 0 6px;
  text-transform: uppercase;
  color: #fff;
  background: #161616;
  margin-top: 5px;
}

article.type-product .post-content,
article.type-page .post-content,
article.type-post .post-content {
  position: relative;
}

article.type-product .post-content>*:last-child,
article.type-page .post-content>*:last-child,
article.type-post .post-content>*:last-child {
  margin-bottom: 0px;
}

article.type-product .post-content .more-link,
article.type-page .post-content .more-link,
article.type-post .post-content .more-link {
  display: table;
  margin-top: 32px;
}

article.type-product .post-foot,
article.type-page .post-foot,
article.type-post .post-foot {
  margin: 15px -15px 0;
  *zoom: 1;
}

article.type-product .post-foot:before,
article.type-product .post-foot:after,
article.type-page .post-foot:before,
article.type-page .post-foot:after,
article.type-post .post-foot:before,
article.type-post .post-foot:after {
  content: " ";
  display: table;
}

article.type-product .post-foot:after,
article.type-page .post-foot:after,
article.type-post .post-foot:after {
  clear: both;
}

article.type-product .post-foot .tags-links,
article.type-page .post-foot .tags-links,
article.type-post .post-foot .tags-links {
  float: left;
  position: relative;
}

article.type-product .post-foot .tags-links a,
article.type-page .post-foot .tags-links a,
article.type-post .post-foot .tags-links a {
  margin: 0 0;
  display: inline-block;
}

article.type-product .post-foot .post-share-block,
article.type-page .post-foot .post-share-block,
article.type-post .post-foot .post-share-block {
  float: right;
  max-width: 300px;
  padding: 0 15px;
}

@media (max-width: 480px) {

  article.type-product .post-foot .post-share-block,
  article.type-page .post-foot .post-share-block,
  article.type-post .post-foot .post-share-block {
    max-width: 100%;
    width: 100%;
  }
}

article.type-product .post-foot .post-share-block .ssbp-wrap>div,
article.type-product .post-foot .post-share-block .ssba-wrap>div,
article.type-page .post-foot .post-share-block .ssbp-wrap>div,
article.type-page .post-foot .post-share-block .ssba-wrap>div,
article.type-post .post-foot .post-share-block .ssbp-wrap>div,
article.type-post .post-foot .post-share-block .ssba-wrap>div {
  float: right;
}

@media (max-width: 480px) {

  article.type-product .post-foot .post-share-block .ssbp-wrap>div,
  article.type-product .post-foot .post-share-block .ssba-wrap>div,
  article.type-page .post-foot .post-share-block .ssbp-wrap>div,
  article.type-page .post-foot .post-share-block .ssba-wrap>div,
  article.type-post .post-foot .post-share-block .ssbp-wrap>div,
  article.type-post .post-foot .post-share-block .ssba-wrap>div {
    float: left;
  }
}

article.type-product .post-foot .post-share-block .ssbp-wrap br,
article.type-product .post-foot .post-share-block .ssba-wrap br,
article.type-page .post-foot .post-share-block .ssbp-wrap br,
article.type-page .post-foot .post-share-block .ssba-wrap br,
article.type-post .post-foot .post-share-block .ssbp-wrap br,
article.type-post .post-foot .post-share-block .ssba-wrap br {
  display: none;
}

.blog-standard>article {
  margin-bottom: 65px;
  min-height: 110px;
  *zoom: 1;
}

.blog-standard>article:before,
.blog-standard>article:after {
  content: " ";
  display: table;
}

.blog-standard>article:after {
  clear: both;
}

.blog-standard>article .post-content {
  margin-top: 25px;
}

.blog-layout2>article {
  margin-bottom: 60px;
}

.blog-layout2>article:last-child {
  margin-bottom: 100px;
}

.blog-layout2>article h3.post-title {
  font-size: 1.5em;
}

.blog-layout2>article .quote-info {
  padding: 30px 20px;
}

.blog-layout2>article .quote-info:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 60px;
  position: absolute;
  top: 20px;
  left: 20px;
  text-align: center;
  color: #eaeaea;
}

.blog-layout2>article .quote-info .quote-content {
  font-size: 1.2857em;
}

.blog-layout2>article .link-info {
  padding: 100px 0;
}

.blog-layout2>article .link-info a {
  font-size: 1.2857em;
}

.sns-blog-masonry {
  opacity: 0;
}

.sns-blog-masonry.actived {
  opacity: 1;
}

.sns-grid-masonry {
  margin: 0 -15px 60px;
}

@media (max-width: 992px) {
  .sns-grid-masonry {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 767px) {
  .sns-grid-masonry {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}

.sns-grid-masonry article {
  margin-bottom: 35px;
}

.sns-grid-masonry article h3.post-title {
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.42857;
  font-size: 1.2857em;
  font-weight: 400;
}

.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 {
  position: relative;
  margin-bottom: 0px;
}

.sns-grid-masonry article .gallery-thumb .post-cat,
.sns-grid-masonry article .video-thumb .post-cat,
.sns-grid-masonry article .audio-thumb .post-cat,
.sns-grid-masonry article .post-thumb .post-cat,
.sns-grid-masonry article .quote-info .post-cat,
.sns-grid-masonry article .link-info .post-cat {
  background: #c17262;
  padding: 3px 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8571em;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
}

.sns-grid-masonry article .post-content .more-link {
  margin-top: 15px;
}

.sns-grid-masonry article .quote-info {
  padding: 50px 35px 50px;
}

@media (max-width: 480px) {
  .sns-grid-masonry article .quote-info {
    padding: 50px 0;
  }
}

.sns-grid-masonry article .quote-info:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  top: 35px;
  left: 20px;
  text-align: center;
  color: #eaeaea;
}

.sns-grid-masonry article .quote-info .quote-content {
  font-size: 1.4285em;
}

.sns-grid-masonry article .link-info {
  padding: 60px 0 60px;
}

@media (max-width: 480px) {
  .sns-grid-masonry article .link-info {
    padding: 60px 0;
  }
}

.sns-grid-masonry article .link-info a {
  font-size: 1.2857em;
}

.sns-grid-masonry article .post-meta {
  margin-bottom: 11px;
}

.sns-grid-masonry article .post-content {
  margin-top: 10px;
}

.sns-grid-masonry .sns-grid-item {
  width: calc(100% / 3);
  padding-right: 15px;
  padding-left: 15px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .sns-grid-masonry .sns-grid-item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .sns-grid-masonry .sns-grid-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

@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;
}

.single article.post {
  margin: 0 0 100px;
}

.single article.post h1.post-title {
  position: relative;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 12px;
}

@media (max-width: 1199px) {
  .single article.post h1.post-title {
    font-size: 2.2857em;
  }
}

@media (max-width: 767px) {
  .single article.post h1.post-title {
    font-size: 1.7142em;
  }
}

.single article.post .post-content {
  margin-top: 35px;
  margin-bottom: 38px;
}

.single article.post .post-info-inner {
  padding-top: 10px;
  position: relative;
}

.single article.post .post-thumb:before,
.single article.post .gallery-thumb:before {
  display: none;
}

.single article.post .post-foot {
  margin: 0 0;
  padding: 0 0 25px 0;
}

.single article.post .post-foot .left-part {
  float: left;
  width: calc(100% - 60px);
}

.single article.post .post-foot .post-share-block {
  float: right;
  max-width: 300px;
  padding: 0 0;
  display: inline-flex;
  position: relative;
  width: 36px;
  height: 36px;
  right: 0px;
  margin: 5px 0;
}

.single article.post .post-foot .post-share-block:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  line-height: 36px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #FFF;
  cursor: pointer;
  background: #333;
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  border-radius: 4px;
}

.single article.post .post-foot .post-share-block .ssbp-wrap a.ssba_share_link,
.single article.post .post-foot .post-share-block .ssba-wrap a.ssba_share_link {
  line-height: 36px !important;
  height: 36px !important;
  width: 36px !important;
  background: #f9f9f9;
  margin: 1.5px 0;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}

.single article.post .post-foot .post-share-block .ssbp-wrap a.ssba_share_link:hover,
.single article.post .post-foot .post-share-block .ssba-wrap a.ssba_share_link:hover {
  background: #FFF;
  border-color: #bbb;
}

.single article.post .post-foot .post-share-block:hover:before {
  background: #1d1f4f;
}

.single article.post .post-foot .post-share-block .ssba-share-text {
  display: none !important;
}

.single article.post .post-foot .post-share-block>* {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 66px;
  left: 0px;
  margin: 0;
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  padding-bottom: 1.5px;
}

.single article.post .post-foot .post-share-block:hover>* {
  opacity: 1;
  visibility: visible;
  bottom: 36px;
}

.single article.post .post-foot .tags-links {
  display: block;
  width: 100%;
  padding: 0 15px 0 0;
}

.single article.post .post-foot .tags-links .label {
  color: #161616 !important;
  font-size: 1em;
  padding: 0;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  top: 1px;
}

.single article.post .post-foot .tags-links .label+a:before {
  display: none;
}

.single article.post .post-foot .tags-links a {
  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;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  background: #f9f9f9;
  margin: 5px;
}

.single article.post .post-foot .tags-links a:first-child:before {
  display: none;
}

.single article.post .post-foot .tags-links a:hover {
  background: #1d1f4f;
  border-color: #1d1f4f;
  color: #FFF;
}

.single article.post .author-info {
  padding: 0;
  margin: 90px 0 0;
  *zoom: 1;
}

.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 .bio-title {
  margin: 0 0 53px;
  font-size: 1.2857em;
  font-weight: 400;
  text-transform: uppercase;
  color: #161616;
  text-align: center;
  line-height: 1.1;
  position: relative;
}

.single article.post .author-info .bio-title:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 120px;
  left: calc(50% - 60px);
  bottom: -17px;
  background: #555555;
}

.single article.post .author-info .bio-title:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 80px;
  left: calc(50% - 40px);
  bottom: -23px;
  background: #555555;
}

.single article.post .author-info .content {
  padding: 30px;
  border: 1px solid #eaeaea;
  background: #f7f7f7;
  border-radius: 8px;
  *zoom: 1;
}

.single article.post .author-info .content:before,
.single article.post .author-info .content:after {
  content: " ";
  display: table;
}

.single article.post .author-info .content:after {
  clear: both;
}

.single article.post .author-info .author-description {
  position: relative;
  top: 15px;
}

@media (max-width: 1199px) {
  .single article.post .author-info .author-description {
    top: 1px;
  }
}

.single article.post .author-info .author-title {
  margin: -3px 0 5px;
  font-size: 1em;
  color: #555555;
  font-weight: 400;
  text-transform: uppercase;
}

.single article.post .author-info .author-title>span {
  margin-right: 5px;
}

.single article.post .author-info .author-title a {
  color: #161616;
}

.single article.post .author-info .author-title a:hover {
  color: #1d1f4f;
}

.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;
  overflow: hidden;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .single article.post .author-info .author-avatar {
    margin-right: 15px;
  }
}

@media (max-width: 480px) {
  .single article.post .author-info .author-avatar {
    max-width: 90px;
  }
}

.single article.post .author-info .author-desc {
  display: block;
}

.single article.post .post-related {
  position: relative;
  margin: 83px 0 0;
}

.single article.post .post-related .owl-nav .owl-prev,
.single article.post .post-related .owl-nav .owl-next {
  text-align: center;
  position: absolute;
  font-size: 0px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  top: calc(50% - 16px);
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #333;
}

@media (max-width: 992px) {

  .single article.post .post-related .owl-nav .owl-prev,
  .single article.post .post-related .owl-nav .owl-next {
    display: none;
  }
}

.single article.post .post-related .owl-nav .owl-prev:before,
.single article.post .post-related .owl-nav .owl-next:before {
  font-size: 32px;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  color: inherit;
}

.single article.post .post-related .owl-nav .owl-prev:hover,
.single article.post .post-related .owl-nav .owl-next:hover {
  color: #1d1f4f;
}

.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: -35px;
}

@media (max-width: 1280px) {
  .single article.post .post-related .owl-nav .owl-prev {
    left: -30px;
  }
}

.single article.post .post-related .owl-nav .owl-prev:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

.single article.post .post-related .owl-nav .owl-next {
  right: -35px;
  left: auto;
}

@media (max-width: 1280px) {
  .single article.post .post-related .owl-nav .owl-next {
    right: -30px;
  }
}

.single article.post .post-related .owl-nav .owl-next:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

.single article.post .post-related .owl-nav {
  opacity: 0;
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.single article.post .post-related h2.related-title {
  margin: 0 0 31px;
  font-size: 1.71428em;
  font-weight: 400;
  text-transform: uppercase;
  color: #161616;
  line-height: 1.1;
  position: relative;
}

@media (max-width: 480px) {
  .single article.post .post-related h2.related-title {
    font-size: 1.5em;
  }
}

.single article.post .post-related .related-content {
  margin: 0 -15px;
}

@media (max-width: 1199px) {
  .single article.post .post-related .related-content {
    margin: 0 -10px;
  }
}

@media (max-width: 767px) {
  .single article.post .post-related .related-content {
    margin: 0 -7.5px;
  }
}

.single article.post .post-related .item {
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .single article.post .post-related .item {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .single article.post .post-related .item {
    padding: 0 7.5px;
  }
}

.single article.post .post-related .item .image {
  display: block;
  max-width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.single article.post .post-related .item .image:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  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: 8px 0 0;
  font-size: 1.1428em;
}

.single article.post .post-related .item .post-meta {
  margin: 0;
}

@media (max-width: 1199px) {
  .single article.post .post-related .item .post-meta .post-cat {
    margin-left: 0;
  }
}

.single article.post .post-related .item:hover .image:before {
  opacity: 1;
}

.single article.post .post-related:hover .owl-nav {
  opacity: 1;
}

.single article.post .post-navigation {
  *zoom: 1;
  margin: 0 0;
  padding: 30px 0 30px;
  width: 100%;
  position: relative;
  border-top: 1px solid #eaeaea;
  border-bottom: 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:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 1px;
  background: #ddd;
  top: calc(50% - 20px);
  left: 50%;
}

.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: left;
  padding: 0 0 0 50px;
  width: calc(50% - 30px);
  margin: 0 25px 0 0;
  position: relative;
  overflow: hidden;
  min-height: 60px;
}

@media (max-width: 480px) {

  .single article.post .post-navigation .nav-next,
  .single article.post .post-navigation .nav-previous {
    min-height: 45px;
  }
}

.single article.post .post-navigation .nav-next .nav-post-link,
.single article.post .post-navigation .nav-previous .nav-post-link {
  margin: 3px 0 0;
  display: inline-block;
  text-transform: uppercase;
}

@media (max-width: 480px) {

  .single article.post .post-navigation .nav-next .nav-post-link,
  .single article.post .post-navigation .nav-previous .nav-post-link {
    margin: 10px 0;
  }
}

.single article.post .post-navigation .nav-next .nav-post-link a,
.single article.post .post-navigation .nav-previous .nav-post-link a {
  color: #bbb;
}

.single article.post .post-navigation .nav-next .nav-post-link a:before,
.single article.post .post-navigation .nav-previous .nav-post-link a:before {
  content: "";
  height: 60px;
  width: 30px;
  border-radius: 4px;
  background: #333;
  position: absolute;
  left: 0px;
  top: 0px;
}

@media (max-width: 480px) {

  .single article.post .post-navigation .nav-next .nav-post-link a:before,
  .single article.post .post-navigation .nav-previous .nav-post-link a:before {
    height: 45px;
  }
}

.single article.post .post-navigation .nav-next .nav-post-link a:after,
.single article.post .post-navigation .nav-previous .nav-post-link a:after {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  width: 14px;
  font-size: 14px;
  text-align: center;
  margin: 0 0;
  color: #FFF;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  top: calc(50% - 7px);
  left: 8px;
  border-radius: 100%;
}

.single article.post .post-navigation .nav-next .nav-post-link a:hover,
.single article.post .post-navigation .nav-previous .nav-post-link a:hover {
  color: #1d1f4f;
}

.single article.post .post-navigation .nav-next .nav-post-link a:hover:after,
.single article.post .post-navigation .nav-previous .nav-post-link a:hover:after {
  color: #FFF;
}

.single article.post .post-navigation .nav-next .nav-post-link a:hover:before,
.single article.post .post-navigation .nav-previous .nav-post-link a:hover:before {
  background: #1d1f4f;
}

.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;
}

.single article.post .post-navigation .nav-next .nav-post-title,
.single article.post .post-navigation .nav-previous .nav-post-title {
  font-weight: 400;
  font-size: 1.1428em;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 480px) {

  .single article.post .post-navigation .nav-next .nav-post-title,
  .single article.post .post-navigation .nav-previous .nav-post-title {
    display: none;
  }
}

.single article.post .post-navigation .nav-next {
  float: right;
  text-align: right;
  padding: 0 50px 0 0;
  margin: 0 0 0 25px;
}

.single article.post .post-navigation .nav-next .nav-post-link a:before {
  left: auto;
  right: 0;
}

.single article.post .post-navigation .nav-next .nav-post-link a:after {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  width: 14px;
  left: auto;
  right: 8px;
}

.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 {
  margin: 0 0 100px;
}

article.type-attachment h1.post-title {
  margin: 0 0 20px;
  position: relative;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.1;
}

@media (max-width: 1199px) {
  article.type-attachment h1.post-title {
    font-size: 2.5em;
  }
}

@media (max-width: 767px) {
  article.type-attachment h1.post-title {
    font-size: 2.2857em;
  }
}

@media (max-width: 480px) {
  article.type-attachment h1.post-title {
    margin-bottom: 18px;
  }
}

article.type-attachment .more-link .meta-nav {
  display: none;
}

article.type-attachment .post-meta {
  display: block;
  margin: -5px 0 11px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 1;
  visibility: visible;
  color: #bbb;
}

article.type-attachment .post-meta a {
  position: relative;
  font-weight: 400;
}

article.type-attachment .post-meta>* {
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
  position: relative;
  display: inline-block;
}

article.type-attachment .post-meta>*:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 1px;
  background: #ddd;
  right: 0px;
  top: calc(50% - 6px);
}

article.type-attachment .post-meta>*:last-child {
  margin: 0px;
  padding: 0;
}

article.type-attachment .post-meta>*:last-child:before {
  display: none;
}

article.type-attachment .entry-attachment {
  margin-top: 35px;
  text-align: center;
}

article.type-attachment .entry-caption {
  margin: 5px 0 15px;
  text-align: center;
  font-size: 0.8571em;
  color: #bbb;
}

article.type-attachment .image-navigation {
  *zoom: 1;
  margin: 50px 0 0;
  width: 100%;
  padding: 0 0;
  position: relative;
}

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: left;
  padding: 0 0 0 45px;
  width: calc(50% - 60px);
  min-height: 30px;
  margin: 0 30px 0 0;
  position: relative;
}

@media (max-width: 1199px) {

  article.type-attachment .image-navigation .nav-next,
  article.type-attachment .image-navigation .nav-previous {
    width: calc(50% - 15px);
    margin: 0 15px 0 0;
  }
}

@media (max-width: 480px) {

  article.type-attachment .image-navigation .nav-next,
  article.type-attachment .image-navigation .nav-previous {
    min-height: auto;
  }
}

article.type-attachment .image-navigation .nav-next a:before,
article.type-attachment .image-navigation .nav-previous a:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  width: 30px;
  font-size: 14px;
  text-align: center;
  margin: 0 0;
  color: #FFF;
  background: #161616;
  border: none;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  top: -2px;
  left: 0px;
}

@media (max-width: 480px) {

  article.type-attachment .image-navigation .nav-next a:before,
  article.type-attachment .image-navigation .nav-previous a:before {
    height: 30px;
    line-height: 30px;
  }
}

article.type-attachment .image-navigation .nav-next a:hover,
article.type-attachment .image-navigation .nav-previous a:hover {
  color: #1d1f4f;
}

article.type-attachment .image-navigation .nav-next a:hover:before,
article.type-attachment .image-navigation .nav-previous a:hover:before {
  border-color: #1d1f4f;
  background-color: #1d1f4f;
  color: #FFF;
}

article.type-attachment .image-navigation .nav-next {
  float: right;
  text-align: right;
  padding: 0 45px 0 0;
  margin: 0 0 0 30px;
}

@media (max-width: 1199px) {
  article.type-attachment .image-navigation .nav-next {
    margin: 0 0 0 15px;
  }
}

article.type-attachment .image-navigation .nav-next a:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  width: 30px;
  font-size: 14px;
  text-align: center;
  margin: 0 0;
  color: #FFF;
  background: #161616;
  border: none;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  left: 0px;
  left: auto;
  right: 0px;
}

@media (max-width: 480px) {
  article.type-attachment .image-navigation .nav-next a:before {
    height: 30px;
    line-height: 30px;
  }
}

.page.type-page .page-links {
  margin-top: 20px;
  margin-bottom: 15px;
  clear: left;
  font-weight: 400;
}

.page.type-page .page-links a {
  display: inline-block;
  padding: 0 3px;
  margin: 0 0 3px;
}

@media (min-width: 1199px) {
  body.layout-type-m-r:not(.no-rightcol) .sns-content>.sns-main {
    padding-right: 60px;
  }
}

@media (min-width: 1199px) {
  body.layout-type-l-m:not(.no-leftcol) .sns-content>.sns-main {
    padding-left: 60px;
  }
}

/***************************************************
	scss file: assets/scss/theme/_toolbar_list.scss
		+ Style for toolbar on listing page of WooCommerce
****************************************************/
.woocommerce nav.woocommerce-pagination {
  *zoom: 1;
}

.woocommerce nav.woocommerce-pagination:before,
.woocommerce nav.woocommerce-pagination:after {
  content: " ";
  display: table;
}

.woocommerce nav.woocommerce-pagination:after {
  clear: both;
}

.woocommerce nav.woocommerce-pagination label {
  display: inline-block;
  font-weight: 400;
  color: #161616;
  margin: 5px 7.5px 0 0;
  text-transform: uppercase;
  float: left;
  line-height: 24px;
}

.woocommerce nav.woocommerce-pagination .page-numbers {
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: inline-block;
  border: none;
  float: left;
}

.woocommerce nav.woocommerce-pagination .page-numbers li {
  display: inline-block;
  float: left;
  padding: 0;
  border: none;
}

.woocommerce nav.woocommerce-pagination .page-numbers li>span,
.woocommerce nav.woocommerce-pagination .page-numbers li>a {
  text-align: center;
  margin: 2.5px 2.5px;
  padding: 0 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  float: left;
  font-size: 1em;
  color: #FFF;
  background: #333;
  border: none;
  border-radius: 2px;
}

.woocommerce nav.woocommerce-pagination .page-numbers li>span.next,
.woocommerce nav.woocommerce-pagination .page-numbers li>span.prev,
.woocommerce nav.woocommerce-pagination .page-numbers li>a.next,
.woocommerce nav.woocommerce-pagination .page-numbers li>a.prev {
  position: relative;
  overflow: hidden;
  font-size: 0px;
  text-align: center;
}

.woocommerce nav.woocommerce-pagination .page-numbers li>span.next:before,
.woocommerce nav.woocommerce-pagination .page-numbers li>span.prev:before,
.woocommerce nav.woocommerce-pagination .page-numbers li>a.next:before,
.woocommerce nav.woocommerce-pagination .page-numbers li>a.prev:before {
  font-size: 16px;
}

.woocommerce nav.woocommerce-pagination .page-numbers li>span.next,
.woocommerce nav.woocommerce-pagination .page-numbers li>a.next {
  margin-right: 0px;
}

.woocommerce nav.woocommerce-pagination .page-numbers li>span.next:before,
.woocommerce nav.woocommerce-pagination .page-numbers li>a.next:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
}

.woocommerce nav.woocommerce-pagination .page-numbers li>span.prev:before,
.woocommerce nav.woocommerce-pagination .page-numbers li>a.prev:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
}

.woocommerce nav.woocommerce-pagination .page-numbers li>span.current,
.woocommerce nav.woocommerce-pagination .page-numbers li>a.current {
  color: #fff;
  background: #ca9d2c;
  border-color: #ca9d2c;
}

.woocommerce nav.woocommerce-pagination .page-numbers li>span:focus,
.woocommerce nav.woocommerce-pagination .page-numbers li>span:hover,
.woocommerce nav.woocommerce-pagination .page-numbers li>a:focus,
.woocommerce nav.woocommerce-pagination .page-numbers li>a:hover {
  color: #fff;
  background: #ca9d2c;
  border-color: #ca9d2c;
}

.woocommerce nav.woocommerce-pagination .page-numbers li:last-child>span,
.woocommerce nav.woocommerce-pagination .page-numbers li:last-child>a {
  margin-right: 0px;
}

.toolbar {
  padding: 0;
  *zoom: 1;
}

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

.toolbar:after {
  clear: both;
}

.toolbar.toolbar-top {
  margin: -6px 0 10px;
  *zoom: 1;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.toolbar.toolbar-top:before,
.toolbar.toolbar-top:after {
  content: " ";
  display: table;
}

.toolbar.toolbar-top:after {
  clear: both;
}

.toolbar.toolbar-top .set-cols-number {
  float: right;
}

@media (max-width: 992px) {
  .toolbar.toolbar-top .set-cols-number {
    display: none;
  }
}

.toolbar.toolbar-top .set-cols-number .label-cols {
  display: none;
}

.toolbar.toolbar-top .set-cols-number.disable {
  opacity: 0.4;
}

.toolbar.toolbar-top .set-cols-number.disable .btn-col {
  cursor: not-allowed;
}

.toolbar.toolbar-top .set-cols-number .btn-col {
  vertical-align: middle;
  position: relative;
  color: #555555;
  margin-left: 10px;
  font-size: 0;
  height: 12px;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
}

.toolbar.toolbar-top .set-cols-number .btn-col:first-child {
  margin: 0 0;
}

.toolbar.toolbar-top .set-cols-number .btn-col:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 8px;
  height: 100%;
  background: #555555;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.toolbar.toolbar-top .set-cols-number .btn-col.active {
  border-color: #ca9d2c;
}

.toolbar.toolbar-top .set-cols-number .btn-col.active:before {
  background: #ca9d2c;
}

.toolbar.toolbar-top .set-cols-number .btn-col[data-number="2"] {
  width: 18px;
}

.toolbar.toolbar-top .set-cols-number .btn-col[data-number="2"]:before {
  box-shadow: 10px 0 0 #555555, 20px 0 0 #555555;
}

.toolbar.toolbar-top .set-cols-number .btn-col[data-number="2"].active:before {
  box-shadow: 10px 0 0 #ca9d2c, 20px 0 0 #ca9d2c;
}

.toolbar.toolbar-top .set-cols-number .btn-col[data-number="3"] {
  width: 28px;
}

.toolbar.toolbar-top .set-cols-number .btn-col[data-number="3"]:before {
  box-shadow: 10px 0 0 #555555, 20px 0 0 #555555;
}

.toolbar.toolbar-top .set-cols-number .btn-col[data-number="3"].active:before {
  box-shadow: 10px 0 0 #ca9d2c, 20px 0 0 #ca9d2c;
}

.toolbar.toolbar-top .set-cols-number .btn-col[data-number="4"] {
  width: 38px;
}

.toolbar.toolbar-top .set-cols-number .btn-col[data-number="4"]:before {
  box-shadow: 10px 0 0 #555555, 20px 0 0 #555555, 30px 0 0 #555555;
}

.toolbar.toolbar-top .set-cols-number .btn-col[data-number="4"].active:before {
  box-shadow: 10px 0 0 #1d1f4f, 20px 0 0 #1d1f4f, 30px 0 0 #1d1f4f;
}

.toolbar.toolbar-top .set-cols-number .btn-col[data-number="5"] {
  width: 48px;
}

.toolbar.toolbar-top .set-cols-number .btn-col[data-number="5"]:before {
  box-shadow: 10px 0 0 #555555, 20px 0 0 #555555, 30px 0 0 #555555, 40px 0 0 #555555;
}

.toolbar.toolbar-top .set-cols-number .btn-col[data-number="5"].active:before {
  box-shadow: 10px 0 0 #1d1f4f, 20px 0 0 #1d1f4f, 30px 0 0 #1d1f4f, 40px 0 0 #1d1f4f;
}

.toolbar.toolbar-top .set-cols-number .btn-col[data-number="6"] {
  width: 58px;
}

.toolbar.toolbar-top .set-cols-number .btn-col[data-number="6"]:before {
  box-shadow: 10px 0 0 #555555, 20px 0 0 #555555, 30px 0 0 #555555, 40px 0 0 #555555, 50px 0 0 #555555;
}

.toolbar.toolbar-top .set-cols-number .btn-col[data-number="6"].active:before {
  box-shadow: 10px 0 0 #1d1f4f, 20px 0 0 #1d1f4f, 30px 0 0 #1d1f4f, 40px 0 0 #1d1f4f, 50px 0 0 #1d1f4f;
}

.toolbar.toolbar-top .set-cols-number .btn-col[data-number="7"] {
  width: 68px;
}

.toolbar.toolbar-top .set-cols-number .btn-col[data-number="7"]:before {
  box-shadow: 10px 0 0 #555555, 20px 0 0 #555555, 30px 0 0 #555555, 40px 0 0 #555555, 50px 0 0 #555555, 60px 0 0 #555555;
}

.toolbar.toolbar-top .set-cols-number .btn-col[data-number="7"].active:before {
  box-shadow: 10px 0 0 #1d1f4f, 20px 0 0 #1d1f4f, 30px 0 0 #1d1f4f, 40px 0 0 #1d1f4f, 50px 0 0 #1d1f4f, 60px 0 0 #1d1f4f;
}

.toolbar.toolbar-top .sticky-filter-btn {
  float: right;
  margin: 0 0 0 50px;
}

@media (max-width: 767px) {
  .toolbar.toolbar-top .sticky-filter-btn {
    margin: 0;
    float: left;
  }

  .toolbar.toolbar-top .sticky-filter-btn+.set-cols-number {
    display: none;
  }
}

.toolbar.toolbar-top .woocommerce-ordering {
  float: right;
  margin: 0;
}

@media (max-width: 480px) {
  .toolbar.toolbar-top .woocommerce-ordering {
    margin-right: 0px;
  }

  body.use-sticky-filter .toolbar.toolbar-top .woocommerce-ordering {
    float: right;
  }
}

.toolbar.toolbar-top .woocommerce-result-count {
  float: left;
  color: #161616;
}

@media (max-width: 767px) {
  .toolbar.toolbar-top .woocommerce-result-count {
    margin-left: 0px;
  }

  body.use-sticky-filter .toolbar.toolbar-top .woocommerce-result-count {
    display: none;
  }
}

@media (max-width: 480px) {
  .toolbar.toolbar-top .woocommerce-result-count {
    display: none;
  }
}

.toolbar.toolbar-bottom {
  margin: 28px 0 0;
  *zoom: 1;
  position: relative;
  text-align: center;
}

.toolbar.toolbar-bottom:before,
.toolbar.toolbar-bottom:after {
  content: " ";
  display: table;
}

.toolbar.toolbar-bottom:after {
  clear: both;
}

.toolbar.toolbar-bottom .woocommerce-pagination {
  margin: -2.5px 0;
  display: inline-block;
}

.toolbar .sticky-filter-btn {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0 30px 0 0;
  font-weight: normal;
  color: #161616;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.toolbar .sticky-filter-btn span {
  text-transform: uppercase;
}

.toolbar .sticky-filter-btn:after {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  text-align: center;
  margin-left: 6px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
  top: 0px;
}

.toolbar .sticky-filter-btn:hover,
.toolbar .sticky-filter-btn.active {
  color: #1d1f4f;
}

.toolbar .sticky-filter-btn:hover:after,
.toolbar .sticky-filter-btn.active:after {
  color: inherit;
}

.toolbar .woocommerce-ordering {
  display: block;
  padding: 0 0;
  margin: 0 0;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.toolbar .woocommerce-ordering>.select2.select2-container {
  height: 30px;
  line-height: 30px;
  vertical-align: top;
}

.toolbar .woocommerce-ordering>.select2.select2-container .select2-selection--single {
  border: none;
  border-radius: 0px;
  height: 30px;
  line-height: 30px;
}

.toolbar .woocommerce-ordering>.select2.select2-container .select2-selection--single .select2-selection__rendered {
  height: 30px;
  line-height: 30px;
  padding: 0 14px 0 0;
  color: #161616;
  text-align: right;
}

.toolbar .woocommerce-ordering>.select2.select2-container .select2-selection--single .select2-selection__arrow {
  height: 30px;
  line-height: 30px;
  top: 0px;
  right: 0px;
  width: 15px;
}

.toolbar .woocommerce-ordering>.select2.select2-container .select2-selection--single .select2-selection__arrow b {
  font-size: 0px;
  position: static;
  border: none;
}

.toolbar .woocommerce-ordering>.select2.select2-container .select2-selection--single .select2-selection__arrow b:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  width: 12px;
  right: 0px;
  top: 0px;
  font-size: 12px;
  text-align: right;
  color: #161616;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.toolbar .woocommerce-ordering>.select2-container:not(.select2) .select2-dropdown {
  width: 224px !important;
  border: 1px solid #eaeaea;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 0;
  overflow: hidden;
}

.toolbar .woocommerce-ordering>.select2-container:not(.select2) .select2-dropdown .select2-search {
  padding: 10px 10px;
}

.toolbar .woocommerce-ordering>.select2-container:not(.select2) .select2-dropdown .select2-search .select2-search__field {
  height: auto;
  line-height: 28px;
  padding: 0 10px;
  border-color: #eaeaea;
}

.toolbar .woocommerce-ordering>.select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options {
  padding: 15px;
  background: #FFF;
  list-style: none;
  max-height: 250px;
  line-height: 24px;
}

.toolbar .woocommerce-ordering>.select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options li {
  margin: 1px 0 0;
  padding: 3px 10px;
  text-transform: none;
}

.toolbar .woocommerce-ordering>.select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options li.select2-results__option--highlighted[aria-selected],
.toolbar .woocommerce-ordering>.select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options li.select2-results__option--highlighted,
.toolbar .woocommerce-ordering>.select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options li:hover {
  background: #ebebeb !important;
  color: inherit !important;
  border-radius: 0;
}

.toolbar .woocommerce-ordering>.select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options li[aria-selected="true"],
.toolbar .woocommerce-ordering>.select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options li[data-selected="true"] {
  background: #ebebeb !important;
}

.toolbar .woocommerce-ordering select.orderby {
  width: auto;
}

.toolbar .woocommerce-ordering label {
  margin: 0 5px 0 0;
  display: none;
}

.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;
  padding: 0px 10px;
  background: #FFF;
  min-width: 170px;
  border: 1px solid #ddd;
  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 .woocommerce-ordering:hover>.select2.select2-container .select2-selection--single .select2-selection__rendered {
  color: #1d1f4f;
}

.toolbar .woocommerce-ordering:hover>.select2.select2-container .select2-selection--single .select2-selection__arrow b:before {
  color: #1d1f4f;
}

.toolbar .nbrItemPage .select select,
.toolbar .nbrItemPage .selector1 select {
  width: 65px;
}

.toolbar .woocommerce-result-count {
  display: inline-block;
  margin: 0;
  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;
  min-height: 300px;
  padding-bottom: 50px;
}

#sns_woo_list.yith-wcan-loading>* {
  opacity: 0.4;
}

#sns_woo_list.yith-wcan-loading:before {
  position: absolute;
  left: 50%;
  top: 50px;
  margin: 0 0 0 -20px;
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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: #161616;
  opacity: 1;
  z-index: 2;
  -webkit-animation: spin 0.6s ease-in-out infinite;
  -moz-animation: spin 0.6s ease-in-out infinite;
  -o-animation: spin 0.6s ease-in-out infinite;
  animation: spin 0.6s 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: 400;
}

.sns-woocommerce-page .woo-page-title-wrap .count_products {
  color: #1d1f4f;
}

.listing-product-wrap {
  margin-bottom: 93px;
}

.listing-product-wrap .prdlist-content {
  margin: 0 0;
  position: relative;
}

.listing-product-wrap .prdlist-content.grid-style2,
.listing-product-wrap .prdlist-content.grid-style3,
.listing-product-wrap .prdlist-content.grid-style4 {
  margin: -10px 0 30px;
}

.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;
}

.sub-cats li.product-category .woocommerce-loop-category__title mark {
  background: none;
}

.term-description {
  margin-bottom: 30px;
}

.cate-img {
  text-align: center;
  margin-bottom: 30px;
}

.before-toolbar-top {
  *zoom: 1;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.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;
}

.before-toolbar-top .woocommerce-pagination {
  float: right;
  position: relative;
  top: 5px;
}

#sns_woo_list.grid[data-grid="2"]>div.product {
  width: 50%;
}

@media (min-width: 1199px) {
  #sns_woo_list.grid[data-grid="2"]>div.product:nth-of-type(2n+1) {
    clear: left;
  }
}

@media (max-width: 480px) {
  #sns_woo_list.grid[data-grid="2"]>div.product {
    width: 50%;
    clear: none;
  }

  #sns_woo_list.grid[data-grid="2"]>div.product:nth-of-type(2n+1) {
    clear: left;
  }
}

#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%;
  }

  #sns_woo_list.grid[data-grid="3"]>div.product:nth-of-type(3n+1) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #sns_woo_list.grid[data-grid="3"]>div.product {
    width: 33.3333%;
  }

  #sns_woo_list.grid[data-grid="3"]>div.product:nth-of-type(3n+1) {
    clear: left;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  #sns_woo_list.grid[data-grid="3"]>div.product {
    width: 33.3333%;
  }

  #sns_woo_list.grid[data-grid="3"]>div.product:nth-of-type(3n+1) {
    clear: left;
  }
}

@media (max-width: 480px) {
  #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;
  }
}

#sns_woo_list.grid[data-grid="4"]>div.product {
  width: 25%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #sns_woo_list.grid[data-grid="4"]>div.product {
    width: 33.3333%;
    clear: none;
  }

  #sns_woo_list.grid[data-grid="4"]>div.product:nth-of-type(3n+1) {
    clear: left;
  }

  body.layout-type-m #sns_woo_list.grid[data-grid="4"]>div.product {
    width: 25%;
    clear: none;
  }

  body.layout-type-m #sns_woo_list.grid[data-grid="4"]>div.product:nth-of-type(4n+1) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #sns_woo_list.grid[data-grid="4"]>div.product {
    width: 33.3333%;
    clear: none;
  }

  #sns_woo_list.grid[data-grid="4"]>div.product:nth-of-type(3n+1) {
    clear: left;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  #sns_woo_list.grid[data-grid="4"]>div.product {
    width: 33.3333%;
    clear: none;
  }

  #sns_woo_list.grid[data-grid="4"]>div.product:nth-of-type(3n+1) {
    clear: left;
  }
}

@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: 992px) and (max-width: 1199px) {
  #sns_woo_list.grid[data-grid="5"]>div.product {
    width: 33.3333%;
    clear: none;
  }

  #sns_woo_list.grid[data-grid="5"]>div.product:nth-of-type(3n+1) {
    clear: left;
  }

  body.layout-type-m #sns_woo_list.grid[data-grid="5"]>div.product {
    width: 25%;
    clear: none;
  }

  body.layout-type-m #sns_woo_list.grid[data-grid="5"]>div.product:nth-of-type(4n+1) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #sns_woo_list.grid[data-grid="5"]>div.product {
    width: 33.3333%;
    clear: none;
  }

  #sns_woo_list.grid[data-grid="5"]>div.product:nth-of-type(3n+1) {
    clear: left;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  #sns_woo_list.grid[data-grid="5"]>div.product {
    width: 33.3333%;
    clear: none;
  }

  #sns_woo_list.grid[data-grid="5"]>div.product:nth-of-type(3n+1) {
    clear: left;
  }
}

@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: 992px) and (max-width: 1199px) {
  #sns_woo_list.grid[data-grid="6"]>div.product {
    width: 33.3333%;
    clear: none;
  }

  #sns_woo_list.grid[data-grid="6"]>div.product:nth-of-type(3n+1) {
    clear: left;
  }

  body.layout-type-m #sns_woo_list.grid[data-grid="6"]>div.product {
    width: 25%;
    clear: none;
  }

  body.layout-type-m #sns_woo_list.grid[data-grid="6"]>div.product:nth-of-type(4n+1) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #sns_woo_list.grid[data-grid="6"]>div.product {
    width: 33.3333%;
    clear: none;
  }

  #sns_woo_list.grid[data-grid="6"]>div.product:nth-of-type(3n+1) {
    clear: left;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  #sns_woo_list.grid[data-grid="6"]>div.product {
    width: 33.3333%;
    clear: none;
  }

  #sns_woo_list.grid[data-grid="6"]>div.product:nth-of-type(3n+1) {
    clear: left;
  }
}

@media (max-width: 480px) {
  #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;
  }
}

#sns_woo_list.grid[data-grid="7"]>div.product {
  width: 14.2857%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #sns_woo_list.grid[data-grid="7"]>div.product {
    width: 33.3333%;
    clear: none;
  }

  #sns_woo_list.grid[data-grid="7"]>div.product:nth-of-type(3n+1) {
    clear: left;
  }

  body.layout-type-m #sns_woo_list.grid[data-grid="7"]>div.product {
    width: 25%;
    clear: none;
  }

  body.layout-type-m #sns_woo_list.grid[data-grid="7"]>div.product:nth-of-type(4n+1) {
    clear: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #sns_woo_list.grid[data-grid="7"]>div.product {
    width: 33.3333%;
    clear: none;
  }

  #sns_woo_list.grid[data-grid="7"]>div.product:nth-of-type(3n+1) {
    clear: left;
  }

  body.layout-type-m #sns_woo_list.grid[data-grid="7"]>div.product {
    width: 25%;
    clear: none;
  }

  body.layout-type-m #sns_woo_list.grid[data-grid="7"]>div.product:nth-of-type(4n+1) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #sns_woo_list.grid[data-grid="7"]>div.product {
    width: 33.3333%;
    clear: none;
  }

  #sns_woo_list.grid[data-grid="7"]>div.product:nth-of-type(3n+1) {
    clear: left;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  #sns_woo_list.grid[data-grid="7"]>div.product {
    width: 33.3333%;
    clear: none;
  }

  #sns_woo_list.grid[data-grid="7"]>div.product:nth-of-type(3n+1) {
    clear: left;
  }
}

@media (max-width: 480px) {
  #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;
  }
}

#sns_woo_list.grid div.product.grid-style {
  padding-bottom: 15px;
}

/** Product list Styles **/
.prdlist-content .yit-wcan-container {
  margin: 0 -15px;
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .prdlist-content .yit-wcan-container {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .prdlist-content .yit-wcan-container {
    margin-left: -7.5px;
    margin-right: -7.5px;
    padding: 0 7.5px;
  }
}

.product_list {
  list-style: none;
  padding: 0;
}

.product_list .ajax_block_product {
  position: relative;
}

.product_list .availability span {
  display: inline-block;
  color: #555555;
  font-weight: 400;
  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 #ddd;
  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.grid {
  margin-left: 0px;
  margin-right: 0px;
}

.product_list.grid .list-view {
  display: none;
}

.woo_grid_spacing .product_list.grid {
  border: none;
}

.listing-product-main .product_list.grid {
  margin: 0 -15px;
}

@media (max-width: 1199px) {
  .listing-product-main .product_list.grid {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 767px) {
  .listing-product-main .product_list.grid {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}

.product_list.grid div.product {
  float: left;
}

.product_list.grid div.product.grid-style {
  max-width: 100%;
  padding: 20px 15px 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  z-index: 0;
}

@media (max-width: 1199px) {
  .product_list.grid div.product.grid-style {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .product_list.grid div.product.grid-style {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

.product_list.grid div.product.grid-style .grid-view {
  position: relative;
  background: #FFF;
}

.product_list.grid div.product.grid-style .grid-view .container-image-and-badge {
  position: static;
}

.product_list.grid div.product.grid-style .grid-view .container-image-and-badge .yith-wcbm-badge {
  left: 10px;
  top: 10px;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 100%;
}

.product_list.grid div.product.grid-style .grid-view .onsale {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
  min-width: auto;
  min-height: auto;
  padding: 0 6px;
  border-radius: 3px;
  background: #f33131;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  text-align: center;
}

.product_list.grid div.product.grid-style .grid-view .onsale+.images .container-image-and-badge .yith-wcbm-badge,
.product_list.grid div.product.grid-style .grid-view .onsale+.container-image-and-badge .yith-wcbm-badge {
  top: 42px;
}

.product_list.grid div.product.grid-style .grid-view .container-image-and-badge {
  position: static;
}

.product_list.grid div.product.grid-style .grid-view .container-image-and-badge .yith-wcbm-badge {
  left: 10px;
  top: 10px;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 100%;
}

.product_list.grid div.product.grid-style .grid-view .onsale {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
  min-width: auto;
  min-height: auto;
  padding: 0 6px;
  border-radius: 3px;
  background: #f33131;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  text-align: center;
}

.product_list.grid div.product.grid-style .grid-view .onsale+.images .container-image-and-badge .yith-wcbm-badge,
.product_list.grid div.product.grid-style .grid-view .onsale+.container-image-and-badge .yith-wcbm-badge {
  top: 42px;
}

.product_list.grid div.product.grid-style .grid-view .item-img {
  position: relative;
  background: #FFF;
  z-index: 2;
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info {
  position: relative;
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info a.product-image {
  display: block;
  position: relative;
  padding: 0 0;
  border-radius: 0px;
  overflow: hidden;
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info a.product-image:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info a.product-image img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action {
  position: absolute;
  display: block;
  height: 50px;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  visibility: hidden;
  bottom: 30px;
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .inner {
  display: inline-block;
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .inner>*:not(.clear) {
  margin: 0 2.5px;
  display: inline-block !important;
  float: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -o-transform: translateY(25px);
  transform: translateY(25px);
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button {
  font-size: 0px;
  padding: 0;
  width: 50px;
  height: 50px;
  background-color: #FFF;
  border-radius: 3px;
  border: none;
  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;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1400px) {

  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button:before {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px 0 0 0px;
  font-size: 22px;
  color: #161616;
  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 div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a:hover,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart:hover,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare:hover,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button:hover {
  background: #1d1f4f;
  border-color: #1d1f4f;
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button:hover:before {
  color: #FFF;
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_external:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.add_to_cart_button:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.added_to_cart:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_simple:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_external:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.add_to_cart_button:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.added_to_cart:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_simple:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_external:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.add_to_cart_button:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.added_to_cart:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_simple:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_external:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.add_to_cart_button:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
}

@media (max-width: 1400px) {

  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_external:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.add_to_cart_button:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.added_to_cart:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_simple:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_external:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.add_to_cart_button:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.added_to_cart:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_simple:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_external:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.add_to_cart_button:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.added_to_cart:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_simple:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_external:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.add_to_cart_button:before {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart.loading:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_variable.loading:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_external.loading:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.add_to_cart_button.loading:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.added_to_cart.loading:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_variable.loading:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_simple.loading:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_grouped.loading:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_external.loading:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.add_to_cart_button.loading:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.added_to_cart.loading:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_variable.loading:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_simple.loading:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_grouped.loading:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_external.loading:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.add_to_cart_button.loading:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.added_to_cart.loading:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_variable.loading:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_simple.loading:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_grouped.loading:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_external.loading:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.add_to_cart_button.loading:before {
  position: absolute;
  background: transparent;
  margin: 0px 0 0 0px;
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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: 22px;
  z-index: 1;
  color: #161616;
  cursor: wait;
  -webkit-animation: spin 0.6s ease-in-out infinite;
  -moz-animation: spin 0.6s ease-in-out infinite;
  -o-animation: spin 0.6s ease-in-out infinite;
  animation: spin 0.6s ease-in-out infinite;
}

@media (max-width: 1400px) {

  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart.loading:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_variable.loading:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_external.loading:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.add_to_cart_button.loading:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.added_to_cart.loading:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_variable.loading:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_simple.loading:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_grouped.loading:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_external.loading:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.add_to_cart_button.loading:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.added_to_cart.loading:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_variable.loading:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_simple.loading:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_grouped.loading:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_external.loading:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.add_to_cart_button.loading:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.added_to_cart.loading:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_variable.loading:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_simple.loading:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_grouped.loading:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_external.loading:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.add_to_cart_button.loading:before {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart.loading:hover,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_variable.loading:hover,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading:hover,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading:hover,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_external.loading:hover,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.add_to_cart_button.loading:hover,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.added_to_cart.loading:hover,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_variable.loading:hover,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_simple.loading:hover,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_grouped.loading:hover,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_external.loading:hover,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.add_to_cart_button.loading:hover,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.added_to_cart.loading:hover,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_variable.loading:hover,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_simple.loading:hover,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_grouped.loading:hover,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_external.loading:hover,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.add_to_cart_button.loading:hover,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.added_to_cart.loading:hover,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_variable.loading:hover,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_simple.loading:hover,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_grouped.loading:hover,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_external.loading:hover,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.add_to_cart_button.loading:hover {
  background: #1d1f4f;
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart.loading:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_variable.loading:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_external.loading:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.add_to_cart_button.loading:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.added_to_cart.loading:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_variable.loading:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_simple.loading:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_grouped.loading:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_external.loading:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.add_to_cart_button.loading:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.added_to_cart.loading:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_variable.loading:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_simple.loading:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_grouped.loading:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_external.loading:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.add_to_cart_button.loading:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.added_to_cart.loading:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_variable.loading:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_simple.loading:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_grouped.loading:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_external.loading:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.add_to_cart_button.loading:hover:before {
  color: #fff;
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart.button.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart.button.product_type_external:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_variable.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_variable.button.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_variable.button.product_type_external:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.button.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.button.product_type_external:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.button.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.button.product_type_external:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_external.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_external.button.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_external.button.product_type_external:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.add_to_cart_button.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.add_to_cart_button.button.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.add_to_cart_button.button.product_type_external:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.added_to_cart.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.added_to_cart.button.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.added_to_cart.button.product_type_external:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_variable.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_variable.button.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_variable.button.product_type_external:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_simple.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_simple.button.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_simple.button.product_type_external:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_grouped.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_grouped.button.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_grouped.button.product_type_external:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_external.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_external.button.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_external.button.product_type_external:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.add_to_cart_button.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.add_to_cart_button.button.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.add_to_cart_button.button.product_type_external:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.added_to_cart.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.added_to_cart.button.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.added_to_cart.button.product_type_external:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_variable.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_variable.button.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_variable.button.product_type_external:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_simple.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_simple.button.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_simple.button.product_type_external:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_grouped.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_grouped.button.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_grouped.button.product_type_external:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_external.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_external.button.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_external.button.product_type_external:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.add_to_cart_button.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.add_to_cart_button.button.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.add_to_cart_button.button.product_type_external:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.added_to_cart.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.added_to_cart.button.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.added_to_cart.button.product_type_external:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_variable.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_variable.button.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_variable.button.product_type_external:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_simple.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_simple.button.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_simple.button.product_type_external:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_grouped.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_grouped.button.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_grouped.button.product_type_external:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_external.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_external.button.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_external.button.product_type_external:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.add_to_cart_button.button.product_type_variable:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.add_to_cart_button.button.button.product_type_grouped:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.add_to_cart_button.button.product_type_external:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
}

@media (max-width: 1400px) {

  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart.button.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart.button.product_type_external:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_variable.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_variable.button.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_variable.button.product_type_external:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.button.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.button.product_type_external:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.button.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.button.product_type_external:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_external.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_external.button.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_external.button.product_type_external:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.add_to_cart_button.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.add_to_cart_button.button.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.add_to_cart_button.button.product_type_external:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.added_to_cart.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.added_to_cart.button.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.added_to_cart.button.product_type_external:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_variable.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_variable.button.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_variable.button.product_type_external:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_simple.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_simple.button.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_simple.button.product_type_external:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_grouped.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_grouped.button.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_grouped.button.product_type_external:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_external.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_external.button.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_external.button.product_type_external:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.add_to_cart_button.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.add_to_cart_button.button.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.add_to_cart_button.button.product_type_external:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.added_to_cart.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.added_to_cart.button.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.added_to_cart.button.product_type_external:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_variable.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_variable.button.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_variable.button.product_type_external:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_simple.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_simple.button.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_simple.button.product_type_external:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_grouped.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_grouped.button.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_grouped.button.product_type_external:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_external.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_external.button.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_external.button.product_type_external:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.add_to_cart_button.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.add_to_cart_button.button.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.add_to_cart_button.button.product_type_external:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.added_to_cart.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.added_to_cart.button.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.added_to_cart.button.product_type_external:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_variable.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_variable.button.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_variable.button.product_type_external:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_simple.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_simple.button.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_simple.button.product_type_external:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_grouped.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_grouped.button.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_grouped.button.product_type_external:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_external.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_external.button.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_external.button.product_type_external:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.add_to_cart_button.button.product_type_variable:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.add_to_cart_button.button.button.product_type_grouped:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.add_to_cart_button.button.product_type_external:before {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart.added,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_variable.added,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.added,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.added,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_external.added,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.add_to_cart_button.added,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.added_to_cart.added,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_variable.added,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_simple.added,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_grouped.added,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_external.added,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.button.add_to_cart_button.added,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.added_to_cart.added,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_variable.added,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_simple.added,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_grouped.added,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.product_type_external.added,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.button.add_to_cart_button.added,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.added_to_cart.added,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_variable.added,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_simple.added,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_grouped.added,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.product_type_external.added,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.button.add_to_cart_button.added {
  display: none;
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart i,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.added_to_cart i,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.added_to_cart i,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.added_to_cart i {
  display: none;
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.added_to_cart:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.added_to_cart:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.added_to_cart:hover:before {
  color: #FFF;
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.compare:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.compare:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.compare:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.compare:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
}

@media (max-width: 1400px) {

  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.compare:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.compare:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.compare:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.compare:before {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.yith-wcqv-button:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.yith-wcqv-button:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.yith-wcqv-button:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.yith-wcqv-button:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
}

@media (max-width: 1400px) {

  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.yith-wcqv-button:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart.yith-wcqv-button:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare.yith-wcqv-button:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button.yith-wcqv-button:before {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart .blockUI.blockOverlay,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare .blockUI.blockOverlay,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button .blockUI.blockOverlay {
  position: absolute;
  top: 0px !important;
  left: 0px !important;
  overflow: hidden;
  background: #fff !important;
  border-color: none;
  color: #161616;
  opacity: 1 !important;
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  cursor: wait;
}

@media (max-width: 1400px) {

  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart .blockUI.blockOverlay,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare .blockUI.blockOverlay,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button .blockUI.blockOverlay {
    width: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
  }
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart .blockUI.blockOverlay:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare .blockUI.blockOverlay:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button .blockUI.blockOverlay:before {
  font-size: 22px;
  cursor: wait;
  color: inherit;
  display: block !important;
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a:hover .blockUI.blockOverlay,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart:hover .blockUI.blockOverlay,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare:hover .blockUI.blockOverlay,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button:hover .blockUI.blockOverlay {
  background: #1d1f4f !important;
  color: #fff;
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .show {
  display: block !important;
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .clear {
  display: none !important;
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist {
  position: relative;
  margin: 0 0;
  border-radius: 100%;
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist .feedback {
  display: none !important;
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
  margin: 0 0;
  width: 50px !important;
  height: 50px !important;
  border-radius: 100%;
  left: 0px !important;
  top: 0px !important;
  overflow: hidden;
  background: #1d1f4f;
  border-color: #1d1f4f;
  opacity: 1 !important;
  cursor: wait;
}

@media (max-width: 1400px) {
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist .ajax-loading {
    width: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
  }
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist .ajax-loading:before {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  margin: 0px 0 0 0px;
  background: transparent;
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  z-index: 1;
  color: #FFF;
  -webkit-animation: spin 0.6s ease-in-out infinite;
  -moz-animation: spin 0.6s ease-in-out infinite;
  -o-animation: spin 0.6s ease-in-out infinite;
  animation: spin 0.6s ease-in-out infinite;
}

@media (max-width: 1400px) {
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist .ajax-loading:before {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a {
  opacity: 1 !important;
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
}

@media (max-width: 1400px) {
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a:before {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  color: #1d1f4f;
}

@media (max-width: 1400px) {

  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
  background: #1d1f4f;
  border-color: #1d1f4f;
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before {
  color: #FFF;
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare:before,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .button:before {
  color: #161616;
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart:before {
  color: #1d1f4f;
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .added_to_cart:hover:before {
  color: #fff;
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .cart-wrap,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .compare,
.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcqv-button {
  display: block;
  margin: 0 0 5px 0;
  float: left;
}

@media (max-width: 991px) {
  .product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcqv-button {
    display: none;
  }
}

.product_list.grid div.product.grid-style .grid-view .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show {
  display: block !important;
}

.product_list.grid div.product.grid-style .grid-view .item-content {
  padding: 14px 0 0;
  background: #FFF;
  position: relative;
  z-index: 2;
  *zoom: 1;
  text-align: center;
}

.product_list.grid div.product.grid-style .grid-view .item-content:before,
.product_list.grid div.product.grid-style .grid-view .item-content:after {
  content: " ";
  display: table;
}

.product_list.grid div.product.grid-style .grid-view .item-content:after {
  clear: both;
}

.product_list.grid div.product.grid-style .grid-view .item-content .item-title {
  font-size: 1em;
  font-weight: 400;
  margin: 0 0;
  line-height: 1.42857;
}

.product_list.grid div.product.grid-style .grid-view .item-content .star-rating {
  margin: 0 auto 0;
  display: block;
}

.product_list.grid div.product.grid-style .grid-view .item-content .price {
  margin: 5px 0 0;
  display: block;
}

.product_list.grid div.product.grid-style .grid-view:hover .item-img .item-img-info a.product-image:before {
  opacity: 1;
  visibility: visible;
}

.product_list.grid div.product.grid-style .grid-view:hover .item-img .item-img-info .buttons-action {
  visibility: visible;
  opacity: 1;
}

.product_list.grid div.product.grid-style .grid-view:hover .item-img .item-img-info .buttons-action .inner>*:not(.clear) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.product_list.grid div.product.grid-style .grid-view:hover .item-img .item-img-info .buttons-action .inner>*:not(.clear) .added_to_cart,
.product_list.grid div.product.grid-style .grid-view:hover .item-img .item-img-info .buttons-action .inner>*:not(.clear) .yith-wcwl-add-to-wishlist a,
.product_list.grid div.product.grid-style .grid-view:hover .item-img .item-img-info .buttons-action .inner>*:not(.clear) .compare,
.product_list.grid div.product.grid-style .grid-view:hover .item-img .item-img-info .buttons-action .inner>*:not(.clear) .button {
  background: #fff;
}

.product_list.grid div.product.grid-style .grid-view:hover .item-img .item-img-info .buttons-action .inner>*:not(.clear) .added_to_cart:hover,
.product_list.grid div.product.grid-style .grid-view:hover .item-img .item-img-info .buttons-action .inner>*:not(.clear) .yith-wcwl-add-to-wishlist a:hover,
.product_list.grid div.product.grid-style .grid-view:hover .item-img .item-img-info .buttons-action .inner>*:not(.clear) .compare:hover,
.product_list.grid div.product.grid-style .grid-view:hover .item-img .item-img-info .buttons-action .inner>*:not(.clear) .button:hover {
  background: #1d1f4f;
}

.product_list.grid div.product.grid-style .grid-view:hover .item-img .item-img-info .buttons-action .inner>*:not(.clear):nth-child(2) {
  -webkit-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}

.product_list.grid div.product.grid-style .grid-view:hover .item-img .item-img-info .buttons-action .inner>*:not(.clear):nth-child(3) {
  -webkit-transition: all 0.25s ease-out 0.08s;
  -o-transition: all 0.25s ease-out 0.08s;
  transition: all 0.25s ease-out 0.08s;
}

.product_list.grid div.product.grid-style .grid-view:hover .item-img .item-img-info .buttons-action .inner>*:not(.clear):nth-child(4) {
  -webkit-transition: all 0.25s ease-out 0.16s;
  -o-transition: all 0.25s ease-out 0.16s;
  transition: all 0.25s ease-out 0.16s;
}

.product_list.grid div.product.grid-style .grid-view:hover .item-img .item-img-info .buttons-action .inner>*:not(.clear):nth-child(5) {
  -webkit-transition: all 0.25s ease-out 0.24s;
  -o-transition: all 0.25s ease-out 0.24s;
  transition: all 0.25s ease-out 0.24s;
}

.product_list.grid div.product.grid-style .grid-view:hover .item-img .item-img-info .buttons-action .inner .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product_list.grid div.product.grid-style .grid-view:hover .item-img .item-img-info .buttons-action .inner .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  color: #1d1f4f;
}

.product_list.grid div.product.grid-style .grid-view:hover .item-img .item-img-info .buttons-action .inner .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.product_list.grid div.product.grid-style .grid-view:hover .item-img .item-img-info .buttons-action .inner .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before {
  color: #FFF;
}

.product_list.grid div.product.grid-style.outofstock .grid-view .item-img .item-img-info .buttons-action .button.product_type_simple::before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

@media (min-width: 1200px) {
  .product_list.grid div.product.col-lg-3 {
    clear: none;
  }

  .product_list.grid div.product.col-lg-3:nth-of-type(4n+1) {
    clear: left;
  }

  .product_list.grid div.product.col-lg-4 {
    clear: none;
  }

  .product_list.grid div.product.col-lg-4:nth-of-type(3n+1) {
    clear: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product_list.grid div.product {
    clear: none;
  }

  .product_list.grid div.product.col-md-3:nth-of-type(4n+1) {
    clear: left;
  }

  .product_list.grid div.product.col-md-4:nth-of-type(3n+1) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product_list.grid div.product {
    clear: none;
  }

  .product_list.grid div.product.col-sm-3:nth-of-type(4n+1) {
    clear: left;
  }

  .product_list.grid div.product.col-sm-4:nth-of-type(3n+1) {
    clear: left;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .product_list.grid div.product {
    clear: none;
  }

  .product_list.grid div.product.col-xs-3:nth-of-type(4n+1) {
    clear: left;
  }

  .product_list.grid div.product.col-xs-4:nth-of-type(3n+1) {
    clear: left;
  }
}

@media (max-width: 480px) {
  .product_list.grid div.product.col-phone-6:nth-of-type(2n+1) {
    clear: left;
  }
}

.product_list.grid>div.clearfix {
  padding: 0;
  margin: 0 0;
  position: static;
  float: none;
  min-height: 0px !important;
}

.horizontal-filter {
  *zoom: 1;
  border: 1px solid #ddd;
  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
****************************************************/
.woocommerce div.product div.entry-img {
  position: relative;
  margin-bottom: 105px;
  padding-right: 35px;
}

@media (max-width: 1199px) {
  .woocommerce div.product div.entry-img {
    padding-right: 15px;
    width: 46%;
  }
}

@media (max-width: 480px) {
  .woocommerce div.product div.entry-img {
    margin-bottom: 40px;
    width: 100%;
  }
}

.woocommerce div.product div.entry-img .inner {
  *zoom: 1;
  position: relative;
}

.woocommerce div.product div.entry-img .inner:before,
.woocommerce div.product div.entry-img .inner:after {
  content: " ";
  display: table;
}

.woocommerce div.product div.entry-img .inner:after {
  clear: both;
}

.woocommerce div.product div.entry-img .container-image-and-badge {
  position: static;
}

.woocommerce div.product div.entry-img .container-image-and-badge .yith-wcbm-badge {
  left: 10px;
  top: 10px;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 100%;
}

.woocommerce div.product div.entry-img .onsale {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
  min-width: auto;
  min-height: auto;
  padding: 0 6px;
  border-radius: 3px;
  background: #f33131;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  text-align: center;
}

.woocommerce div.product div.entry-img .onsale+.images .container-image-and-badge .yith-wcbm-badge,
.woocommerce div.product div.entry-img .onsale+.container-image-and-badge .yith-wcbm-badge {
  top: 42px;
}

.woocommerce div.product div.entry-img .onsale {
  position: absolute;
  top: 20px;
  left: auto;
  right: 20px;
  z-index: 2;
}

.woocommerce div.product div.entry-img .onsale+.images .container-image-and-badge .yith-wcbm-badge,
.woocommerce div.product div.entry-img .onsale+.container-image-and-badge .yith-wcbm-badge {
  top: 52px;
}

.woocommerce div.product div.entry-img .container-image-and-badge .yith-wcbm-badge {
  right: 17.5px;
  left: auto;
}

.woocommerce div.product div.entry-img .flex-control-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce div.product div.entry-img .flex-control-nav>li {
  float: left;
  max-width: 100px;
}

.woocommerce div.product div.entry-img .flex-control-thumbs {
  -webkit-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  opacity: 1;
}

.woocommerce div.product div.entry-img .flex-control-thumbs:not(.ready-to-slide) {
  opacity: 0;
}

.woocommerce div.product div.entry-img .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce div.product div.entry-img .flex-direction-nav li {
  padding: 0;
}

.woocommerce div.product div.entry-img .flex-direction-nav li .flex-prev,
.woocommerce div.product div.entry-img .flex-direction-nav li .flex-next {
  position: absolute;
  left: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: calc(50% - 80px - 15px);
  border-radius: 0;
  display: none !important;
  font-size: 0px;
  background: transparent;
  color: #161616;
  z-index: 1;
  padding: 0;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.woocommerce div.product div.entry-img .flex-direction-nav li .flex-prev:hover,
.woocommerce div.product div.entry-img .flex-direction-nav li .flex-next:hover {
  color: #1d1f4f;
}

.woocommerce div.product div.entry-img .flex-direction-nav li .flex-prev:before,
.woocommerce div.product div.entry-img .flex-direction-nav li .flex-next:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 36px;
  line-height: inherit;
}

.woocommerce div.product div.entry-img .flex-direction-nav li .flex-prev.flex-next,
.woocommerce div.product div.entry-img .flex-direction-nav li .flex-next.flex-next {
  left: auto;
  right: 20px;
}

.woocommerce div.product div.entry-img .flex-direction-nav li .flex-prev.flex-next:before,
.woocommerce div.product div.entry-img .flex-direction-nav li .flex-next.flex-next:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  line-height: inherit;
}

.woocommerce div.product div.entry-img .flex-direction-nav li .flex-prev.flex-disabled,
.woocommerce div.product div.entry-img .flex-direction-nav li .flex-next.flex-disabled {
  cursor: not-allowed;
  color: rgba(22, 22, 22, 0.5);
}

.woocommerce div.product div.entry-img .flex-direction-nav li .flex-prev.flex-disabled:hover,
.woocommerce div.product div.entry-img .flex-direction-nav li .flex-next.flex-disabled:hover {
  color: rgba(29, 31, 79, 0.5);
}

.woocommerce div.product div.entry-summary {
  margin-bottom: 105px;
  padding-bottom: 0px;
  padding-left: 35px;
}

@media (max-width: 1199px) {
  .woocommerce div.product div.entry-summary {
    padding-left: 25px;
  }
}

@media (max-width: 992px) {
  .woocommerce div.product div.entry-summary {
    padding-left: 15px;
  }
}

@media (max-width: 480px) {
  .woocommerce div.product div.entry-summary {
    width: 100%;
  }
}

.woocommerce div.product div.images {
  width: 100%;
  margin-bottom: 0px;
}

.woocommerce div.product div.images .flex-viewport {
  border: 1px solid #eaeaea;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  width: 50px;
  height: 50px;
  background: #FFF;
  z-index: 1;
  text-indent: 0px;
  bottom: 20px;
  right: 20px;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border: 1px solid #eaeaea;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  color: #161616;
  font-size: 22px;
  border: none;
  left: 0px;
  top: 0px;
  margin: -1px 0 0 -1px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger img {
  display: none !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
  border-color: #1d1f4f;
  background: #1d1f4f;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:before {
  color: #FFF;
}

.woocommerce div.product div.images .sns-product-popvideo {
  width: 50px;
  height: 50px;
  background: #FFF;
  text-indent: 0px;
  font-size: 0px;
  position: absolute;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border: 1px solid #eaeaea;
  font-size: 0px;
  bottom: 80px;
  right: 20px;
}

.woocommerce div.product div.images .sns-product-popvideo:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  color: #161616;
  font-size: 22px;
  border: none;
  left: 0px;
  top: 0px;
  margin: -1px 0 0 -1px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.woocommerce div.product div.images .sns-product-popvideo:hover {
  border-color: #1d1f4f;
  background: #1d1f4f;
}

.woocommerce div.product div.images .sns-product-popvideo:hover:before {
  color: #FFF;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
  cursor: move;
  border-radius: 0px;
}

.woocommerce div.product.topslider-layout div.images {
  position: relative;
}

.woocommerce div.product.topslider-layout div.images .woocommerce-product-gallery__trigger {
  left: 35px;
}

.woocommerce div.product.topslider-layout div.images .sns-product-popvideo+.woocommerce-product-gallery__trigger {
  left: 85px;
}

.woocommerce div.product.topslider-layout .gallery_type_n2.entry-img {
  margin-bottom: 100px;
  width: 100%;
  padding: 0;
}

@media (max-width: 1199px) {
  .woocommerce div.product.topslider-layout .gallery_type_n2.entry-img>.container {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
}

.woocommerce div.product.topslider-layout .gallery_type_n2.entry-img .onsale {
  left: 35px;
  right: auto;
}

.woocommerce div.product.topslider-layout .gallery_type_n2.entry-img .inner {
  margin: 0 -15px;
}

@media (max-width: 1199px) {
  .woocommerce div.product.topslider-layout .gallery_type_n2.entry-img .inner {
    margin: 0 -10px;
  }
}

@media (max-width: 767px) {
  .woocommerce div.product.topslider-layout .gallery_type_n2.entry-img .inner {
    margin: 0 -7.5px;
  }
}

.woocommerce div.product.topslider-layout .gallery_type_n2.entry-img .woocommerce-product-gallery__wrapper {
  width: 100% !important;
  transform: none !important;
  transition: none !important;
}

.woocommerce div.product.topslider-layout .gallery_type_n2.entry-img .slick-list .slick-slide {
  clear: none;
  margin: 0 15px;
  overflow: hidden;
  border: none;
}

@media (max-width: 1199px) {
  .woocommerce div.product.topslider-layout .gallery_type_n2.entry-img .slick-list .slick-slide {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .woocommerce div.product.topslider-layout .gallery_type_n2.entry-img .slick-list .slick-slide {
    margin: 0 7.5px;
  }
}

.woocommerce div.product.topslider-layout .gallery_type_n2.entry-img .slick-list .slick-slide img {
  opacity: 1;
}

.woocommerce div.product.topslider-layout .gallery_type_n2.entry-img .slick-list .slick-slide img.flex-active {
  opacity: 0.4;
}

.woocommerce div.product.topslider-layout .gallery_type_n2.entry-img .slick-arrow {
  position: absolute;
  left: -35px;
  width: 32px;
  height: 32px;
  line-height: 1;
  top: calc(50% - 16px);
  font-size: 0px;
  z-index: 1;
  padding: 0;
  background: none;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (max-width: 992px) {
  .woocommerce div.product.topslider-layout .gallery_type_n2.entry-img .slick-arrow {
    left: 20px;
  }
}

.woocommerce div.product.topslider-layout .gallery_type_n2.entry-img .slick-arrow:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 32px;
  color: #333;
}

.woocommerce div.product.topslider-layout .gallery_type_n2.entry-img .slick-arrow.slick-next {
  left: auto;
  right: -35px;
}

@media (max-width: 992px) {
  .woocommerce div.product.topslider-layout .gallery_type_n2.entry-img .slick-arrow.slick-next {
    right: 20px;
  }
}

.woocommerce div.product.topslider-layout .gallery_type_n2.entry-img .slick-arrow.slick-next:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

.woocommerce div.product.topslider-layout .gallery_type_n2.entry-img .slick-arrow:hover {
  color: #1d1f4f;
}

.woocommerce div.product.topslider-layout .gallery_type_n2.entry-img .slick-arrow.slick-disabled {
  cursor: not-allowed;
}

.woocommerce div.product.topslider-layout .gallery_type_n2.entry-img:hover .slick-arrow {
  opacity: 1;
}

.woocommerce div.product.topslider-layout .gallery_type_n2.entry-img .flex-control-thumbs {
  display: none;
}

@media (max-width: 767px) {
  .woocommerce div.product.topslider-layout .primary_block.row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}

.woocommerce div.product.topslider-layout .entry-summary {
  margin-bottom: 100px;
  padding-left: 15px;
  padding-right: 35px;
  width: 35%;
}

.woocommerce div.product.topslider-layout .entry-summary .summary-inner {
  padding: 40px 50px;
  border: 1px solid #eaeaea;
  background: #f9f9f9;
  *zoom: 1;
}

.woocommerce div.product.topslider-layout .entry-summary .summary-inner:before,
.woocommerce div.product.topslider-layout .entry-summary .summary-inner:after {
  content: " ";
  display: table;
}

.woocommerce div.product.topslider-layout .entry-summary .summary-inner:after {
  clear: both;
}

@media (max-width: 1440px) {
  .woocommerce div.product.topslider-layout .entry-summary {
    width: 40%;
  }
}

@media (max-width: 1199px) {
  .woocommerce div.product.topslider-layout .entry-summary {
    padding-right: 25px;
    width: 45%;
  }

  .woocommerce div.product.topslider-layout .entry-summary .summary-inner {
    padding: 30px 40px;
  }
}

@media (max-width: 992px) {
  .woocommerce div.product.topslider-layout .entry-summary {
    padding-right: 15px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .woocommerce div.product.topslider-layout .entry-summary {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

@media (max-width: 480px) {
  .woocommerce div.product.topslider-layout .entry-summary .summary-inner {
    padding: 20px 30px;
  }
}

.woocommerce div.product.topslider-layout .tabs-info {
  margin-bottom: 100px;
  padding-left: 35px;
  padding-right: 15px;
  width: 65%;
}

@media (max-width: 1440px) {
  .woocommerce div.product.topslider-layout .tabs-info {
    width: 60%;
  }
}

@media (max-width: 1199px) {
  .woocommerce div.product.topslider-layout .tabs-info {
    padding-left: 25px;
    width: 55%;
  }
}

@media (max-width: 992px) {
  .woocommerce div.product.topslider-layout .tabs-info {
    padding-left: 15px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .woocommerce div.product.topslider-layout .tabs-info {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

.woocommerce div.product.topslider-layout .tabs-info #sns_tab_informations .tab-heading {
  display: block;
  width: 100%;
  float: none;
}

.woocommerce div.product.topslider-layout .tabs-info #sns_tab_informations .tab-heading ul.nav-tabs {
  margin: 0;
}

.woocommerce div.product.topslider-layout .tabs-info #sns_tab_informations .tab-heading ul.nav-tabs>li {
  display: inline-block;
  width: auto;
}

.woocommerce div.product.topslider-layout .tabs-info #sns_tab_informations .tab-heading ul.nav-tabs>li:first-child {
  margin-left: 0px;
}

.woocommerce div.product.topslider-layout .tabs-info #sns_tab_informations .tab-heading ul.nav-tabs>li:last-child {
  margin-right: 0px;
}

@media (max-width: 480px) {
  .woocommerce div.product.topslider-layout .tabs-info #sns_tab_informations .tab-heading ul.nav-tabs>li {
    width: 100%;
    display: block;
    margin: 3px 0;
  }
}

.woocommerce div.product.topslider-layout .tabs-info #sns_tab_informations .tab-content {
  padding: 35px 0 0;
  width: 100%;
  float: none;
}

.woocommerce div.product.topslider-layout .tabs-info #sns_tab_informations .tab-content #reviews {
  padding: 0 0;
}

.woocommerce div.product.topslider-layout .tabs-info #sns_tab_informations .tab-content #reviews #review_form_wrapper {
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .woocommerce div.product.topslider-layout #sns_tab_informations ul.nav-tabs {
    display: block;
    *zoom: 1;
  }

  .woocommerce div.product.topslider-layout #sns_tab_informations ul.nav-tabs:before,
  .woocommerce div.product.topslider-layout #sns_tab_informations ul.nav-tabs:after {
    content: " ";
    display: table;
  }

  .woocommerce div.product.topslider-layout #sns_tab_informations ul.nav-tabs:after {
    clear: both;
  }
}

@media (max-width: 480px) {
  .woocommerce div.product.topslider-layout .second_block .primary_block.row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}

.woocommerce div.product .second_block.gallery_type_n1 {
  margin-bottom: 113px;
}

.woocommerce div.product .second_block.gallery_type_n1 .entry-img {
  margin-bottom: 0px;
}

.woocommerce div.product .second_block.gallery_type_n1 .entry-img .woocommerce-product-gallery {
  margin-bottom: 0px;
}

.woocommerce div.product .second_block.gallery_type_n1 .entry-img .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  width: 100% !important;
  transform: none !important;
}

.woocommerce div.product .second_block.gallery_type_n1 .entry-img .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  margin-top: 30px;
  width: 100% !important;
  display: block;
}

@media (max-width: 992px) {
  .woocommerce div.product .second_block.gallery_type_n1 .entry-img .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .woocommerce div.product .second_block.gallery_type_n1 .entry-img .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    margin-top: 10px;
  }
}

.woocommerce div.product .second_block.gallery_type_n1 .entry-img .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
  margin-top: 0px;
}

.woocommerce div.product .second_block.gallery_type_n1 .entry-img .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image .zoomImg:nth-child(2) {
  display: none;
}

.woocommerce div.product .second_block.gallery_type_n1 .entry-img .flex-control-thumbs {
  display: none;
}

.woocommerce div.product .second_block.gallery_type_n1 .entry-summary {
  margin-bottom: 0px;
  *zoom: 1;
}

.woocommerce div.product .second_block.gallery_type_n1 .entry-summary:before,
.woocommerce div.product .second_block.gallery_type_n1 .entry-summary:after {
  content: " ";
  display: table;
}

.woocommerce div.product .second_block.gallery_type_n1 .entry-summary:after {
  clear: both;
}

.woocommerce div.product .second_block.gallery_type_n1 .entry-summary .summary-inner {
  *zoom: 1;
}

.woocommerce div.product .second_block.gallery_type_n1 .entry-summary .summary-inner:before,
.woocommerce div.product .second_block.gallery_type_n1 .entry-summary .summary-inner:after {
  content: " ";
  display: table;
}

.woocommerce div.product .second_block.gallery_type_n1 .entry-summary .summary-inner:after {
  clear: both;
}

.woocommerce div.product .second_block.gallery_type_n1 .entry-summary .summary-inner .inner {
  *zoom: 1;
}

.woocommerce div.product .second_block.gallery_type_n1 .entry-summary .summary-inner .inner:before,
.woocommerce div.product .second_block.gallery_type_n1 .entry-summary .summary-inner .inner:after {
  content: " ";
  display: table;
}

.woocommerce div.product .second_block.gallery_type_n1 .entry-summary .summary-inner .inner:after {
  clear: both;
}

@media (max-width: 480px) {
  .woocommerce div.product .second_block.gallery_type_n1 .entry-summary {
    margin-top: 85px;
  }

  .woocommerce div.product .second_block.gallery_type_n1 .entry-summary .summary-inner {
    position: static !important;
    height: auto !important;
  }

  .woocommerce div.product .second_block.gallery_type_n1 .entry-summary .summary-inner .inner {
    position: static !important;
    width: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
}

.woocommerce div.product .second_block.gallery_type_h .entry-img .flex-control-thumbs {
  padding: 0;
  margin-top: 20px;
}

.woocommerce div.product .second_block.gallery_type_h .entry-img .flex-control-thumbs .slick-list {
  margin: 0 -10px;
}

.woocommerce div.product .second_block.gallery_type_h .entry-img .flex-control-thumbs .slick-list .slick-slide {
  clear: none;
  padding: 0;
  margin: 0 10px;
  position: relative;
  border: 1px solid #eaeaea;
}

.woocommerce div.product .second_block.gallery_type_h .entry-img .flex-control-thumbs .slick-list .slick-slide img {
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-radius: 0px;
  margin: 0 auto;
}

.woocommerce div.product .second_block.gallery_type_h .entry-img .flex-control-thumbs .slick-list .slick-slide img.flex-active {
  cursor: text;
  opacity: 1;
}

@media (max-width: 992px) {
  .woocommerce div.product .second_block.gallery_type_h .entry-img .flex-control-thumbs {
    margin-top: 10px;
  }

  .woocommerce div.product .second_block.gallery_type_h .entry-img .flex-control-thumbs .slick-list {
    margin: 0 -5px;
  }

  .woocommerce div.product .second_block.gallery_type_h .entry-img .flex-control-thumbs .slick-list .slick-slide {
    margin: 0 5px;
  }
}

.woocommerce div.product .second_block.gallery_type_h .entry-img .flex-control-thumbs .slick-arrow {
  position: absolute;
  left: -35px;
  width: 24px;
  height: 24px;
  line-height: 1;
  top: calc(50% - 12px);
  font-size: 0px;
  z-index: 1;
  padding: 0;
  background: none;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (max-width: 992px) {
  .woocommerce div.product .second_block.gallery_type_h .entry-img .flex-control-thumbs .slick-arrow {
    left: 10px;
  }
}

.woocommerce div.product .second_block.gallery_type_h .entry-img .flex-control-thumbs .slick-arrow:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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: 24px;
  color: #333;
}

.woocommerce div.product .second_block.gallery_type_h .entry-img .flex-control-thumbs .slick-arrow.slick-next {
  left: auto;
  right: -35px;
}

@media (max-width: 992px) {
  .woocommerce div.product .second_block.gallery_type_h .entry-img .flex-control-thumbs .slick-arrow.slick-next {
    right: 10px;
  }
}

.woocommerce div.product .second_block.gallery_type_h .entry-img .flex-control-thumbs .slick-arrow.slick-next:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
}

.woocommerce div.product .second_block.gallery_type_h .entry-img .flex-control-thumbs .slick-arrow:hover {
  color: #1d1f4f;
}

.woocommerce div.product .second_block.gallery_type_h .entry-img .flex-control-thumbs .slick-arrow.slick-disabled {
  cursor: not-allowed;
}

.woocommerce div.product .second_block.gallery_type_h .entry-img .flex-control-thumbs:hover .slick-arrow {
  opacity: 1;
}

@media (max-width: 480px) {
  .woocommerce div.product .second_block.gallery_type_v .entry-img {
    width: 100%;
  }
}

.woocommerce div.product .second_block.gallery_type_v .entry-img .woocommerce-product-gallery {
  position: relative;
}

.woocommerce div.product .second_block.gallery_type_v .entry-img .woocommerce-product-gallery .woocommerce-product-gallery__trigger,
.woocommerce div.product .second_block.gallery_type_v .entry-img .woocommerce-product-gallery .sns-product-popvideo {
  left: auto;
  right: 20px;
}

.woocommerce div.product .second_block.gallery_type_v .entry-img .flex-viewport .woocommerce-product-gallery__image {
  overflow: hidden;
  border-radius: 0px;
}

.woocommerce div.product .second_block.gallery_type_v .entry-img .flex-control-thumbs {
  width: 120px;
  float: right;
  position: absolute;
  top: calc(50% - 2*114px - 2.5*10px);
  left: -60px;
  padding: 15px;
  background: #fff;
  border-right: 1px solid #eaeaea;
}

.woocommerce div.product .second_block.gallery_type_v .entry-img .flex-control-thumbs:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 50%;
  left: calc(50% + 0.5px);
  top: 0px;
  background: #eaeaea;
}

.woocommerce div.product .second_block.gallery_type_v .entry-img .flex-control-thumbs:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 50%;
  left: calc(50% + 0.5px);
  bottom: 0px;
  background: #eaeaea;
}

@media (max-width: 1440px) {
  .woocommerce div.product .second_block.gallery_type_v .entry-img .flex-control-thumbs {
    width: 90px;
    padding: 12px;
    top: calc(50% - 2*90px - 2.5*5px);
    left: -45px;
  }
}

@media (max-width: 992px) {
  .woocommerce div.product .second_block.gallery_type_v .entry-img .flex-control-thumbs {
    width: 70px;
    padding: 10px;
    top: calc(50% - 1.5*70px - 2*5px);
    left: -35px;
    left: 15px;
    border: none;
  }

  .woocommerce div.product .second_block.gallery_type_v .entry-img .flex-control-thumbs:before,
  .woocommerce div.product .second_block.gallery_type_v .entry-img .flex-control-thumbs:after {
    display: none;
  }
}

.woocommerce div.product .second_block.gallery_type_v .entry-img .flex-control-thumbs .slick-list {
  margin: -7.5px 0;
}

@media (max-width: 1440px) {
  .woocommerce div.product .second_block.gallery_type_v .entry-img .flex-control-thumbs .slick-list {
    margin: -5px 0;
  }
}

@media (max-width: 992px) {
  .woocommerce div.product .second_block.gallery_type_v .entry-img .flex-control-thumbs .slick-list {
    margin: -5px 0;
  }
}

.woocommerce div.product .second_block.gallery_type_v .entry-img .flex-control-thumbs .slick-list .slick-slide {
  clear: none;
  margin: 7.5px 0;
  padding: 0;
  border: 1px solid #eaeaea;
}

@media (max-width: 1440px) {
  .woocommerce div.product .second_block.gallery_type_v .entry-img .flex-control-thumbs .slick-list .slick-slide {
    margin: 5px 0;
  }
}

@media (max-width: 992px) {
  .woocommerce div.product .second_block.gallery_type_v .entry-img .flex-control-thumbs .slick-list .slick-slide {
    margin: 5px 0;
  }
}

.woocommerce div.product .second_block.gallery_type_v .entry-img .flex-control-thumbs .slick-list .slick-slide img {
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.woocommerce div.product .second_block.gallery_type_v .entry-img .flex-control-thumbs .slick-list .slick-slide img.flex-active {
  cursor: text;
  opacity: 1;
}

.woocommerce div.product .second_block.gallery_type_v .entry-img .flex-control-thumbs:hover .slick-arrow {
  opacity: 1;
}

.woocommerce div.product .second_block.gallery_type_v .entry-img .onsale {
  right: 20px;
  left: auto;
}

.woocommerce div.product .second_block.gallery_type_v .entry-img .flex-direction-nav li .flex-prev,
.woocommerce div.product .second_block.gallery_type_v .entry-img .flex-direction-nav li .flex-next {
  top: calc(50% - 15px);
  left: 20px;
}

.woocommerce div.product .second_block.gallery_type_v .entry-img .flex-direction-nav li .flex-prev.flex-next,
.woocommerce div.product .second_block.gallery_type_v .entry-img .flex-direction-nav li .flex-next.flex-next {
  left: auto;
  right: calc(85px + 20px);
}

.woocommerce div.product .second_block.gallery_type_v .entry-img .slick-arrow {
  position: absolute;
  top: -30px;
  width: 24px;
  height: 24px;
  line-height: 1;
  padding: 0;
  left: calc(50% - 12px);
  z-index: 1;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  font-size: 0px;
  color: #333;
  background: none;
  border: none;
  opacity: 0;
}

.woocommerce div.product .second_block.gallery_type_v .entry-img .slick-arrow:hover {
  color: #1d1f4f;
}

.woocommerce div.product .second_block.gallery_type_v .entry-img .slick-arrow:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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: 24px;
}

.woocommerce div.product .second_block.gallery_type_v .entry-img .slick-arrow.slick-next {
  top: auto;
  bottom: -30px;
}

.woocommerce div.product .second_block.gallery_type_v .entry-img .slick-arrow.slick-next:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
}

.woocommerce div.product .second_block.gallery_type_v .entry-img .slick-arrow.slick-disabled {
  cursor: not-allowed;
}

@media (max-width: 480px) {
  .woocommerce div.product .second_block.gallery_type_v .entry-summary {
    width: 100%;
  }
}

.woocommerce div.product .entry-summary .product_title {
  font-size: 2em;
  font-weight: 400;
  color: #161616;
  text-transform: none;
  text-align: left;
  padding: 0;
  margin: 0 0 25px 0;
  line-height: 1.3;
}

.woocommerce-product-rating {
  display: none !important;
}

@media (max-width: 1199px) {
  .woocommerce div.product .entry-summary .product_title {
    font-size: 2.2857em;
  }
}

@media (max-width: 992px) {
  .woocommerce div.product .entry-summary .product_title {
    font-size: 1.7142em;
  }
}

.woocommerce div.product .entry-summary .price {
  margin: 0 0 27px;
  padding: 0 0;
  display: block;
  line-height: 1.1;
  font-size: 1.2857em;
  color: #161616;
}

.woocommerce div.product .entry-summary .price del {
  padding: 0 5px;
}

.woocommerce div.product .entry-summary .woocommerce-product-rating {
  margin: 0 0 0px;
}

.woocommerce div.product .entry-summary .woocommerce-product-rating .star-rating {
  margin: 0 5px 0 0;
  position: relative !important;
  left: 0;
}

.woocommerce div.product .entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 21px;
}

@media (max-width: 992px) {
  .woocommerce div.product .entry-summary .woocommerce-product-details__short-description {
    display: none;
  }
}

.woocommerce div.product .entry-summary .woocommerce-product-details__short-description ul li,
.woocommerce div.product .entry-summary .woocommerce-product-details__short-description ol li {
  padding-top: 2px;
  padding-bottom: 2px;
}

.woocommerce div.product .entry-summary .woocommerce-product-details__short-description ul,
.woocommerce div.product .entry-summary .woocommerce-product-details__short-description ol,
.woocommerce div.product .entry-summary .woocommerce-product-details__short-description p {
  margin-bottom: 15px;
}

.woocommerce div.product .entry-summary .time-cdown-wrap {
  position: relative;
  margin: 32px 0 20px;
}

.woocommerce div.product .entry-summary .time-cdown-wrap>span.label {
  font-weight: 400;
  padding: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
  display: block;
  text-align: left;
}

.woocommerce div.product .entry-summary .clock-digi {
  display: inline-block;
}

.woocommerce div.product .entry-summary .clock-digi>div {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0 0 0 15px;
  width: 70px;
  height: 75px;
  border-radius: 4px;
  text-transform: none;
  font-size: 12px;
  position: relative;
  background: #fff;
  border: 1px solid #eaeaea;
}

.woocommerce div.product .entry-summary .clock-digi>div>div {
  display: block;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}

.woocommerce div.product .entry-summary .clock-digi>div>div>div {
  display: block;
  padding: 0 0;
  font-weight: 400;
  font-size: 35px;
  color: #161616;
  text-transform: none;
  width: 100%;
  height: 100%;
  line-height: 50px;
  height: 50px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-radius: 0px;
  position: relative;
}

.woocommerce div.product .entry-summary .clock-digi>div>div>div:before {
  position: absolute;
  content: "";
  height: 1px;
  width: calc(100% - 20px);
  left: 10px;
  bottom: 0px;
  background: #bbb;
}

.woocommerce div.product .entry-summary .clock-digi>div:first-child {
  margin-left: 0px;
}

.woocommerce div.product .entry-summary .clock-digi>div:first-child:before {
  display: none;
}

.woocommerce div.product .entry-summary .stock {
  font-size: 1em !important;
  margin: 0 0;
  position: relative;
}

.woocommerce div.product .entry-summary .stock:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  margin-right: 6px;
}

.woocommerce div.product .entry-summary .stock.out-of-stock {
  margin-bottom: 25px;
}

.woocommerce div.product .entry-summary .stock.out-of-stock:before {
  color: #f33131;
}

.woocommerce div.product .entry-summary .cart {
  margin: 0 0 20px;
  padding: 10px 0 0;
  display: block;
}

.woocommerce div.product .entry-summary .cart .reset_variations {
  margin: 0 0 0 15px;
}

.woocommerce div.product .entry-summary .cart label {
  float: left;
  margin: 0 10px 0 0;
  color: #555555;
  line-height: 42px;
}

.woocommerce div.product .entry-summary .cart label a {
  font-size: 1em;
  width: 100%;
}

.woocommerce div.product .entry-summary .cart .quantity {
  margin: 0 10px 0 0;
  float: left;
  border: none;
  padding: 0;
}

@media (max-width: 1199px) {
  .woocommerce div.product .entry-summary .cart .quantity {
    margin-right: 20px;
  }
}

.woocommerce div.product .entry-summary .cart .quantity label.screen-reader-text {
  text-transform: uppercase;
  font-weight: normal;
  line-height: 60px;
  display: none;
}

.woocommerce div.product .entry-summary .cart .quantity .qty {
  color: #555555;
  margin: 0 0;
  font-size: 1em;
  border-radius: 4px;
  appearance: textfield;
  -moz-appearance: textfield;
}

.woocommerce div.product .entry-summary .cart .quantity .qty::-webkit-outer-spin-button,
.woocommerce div.product .entry-summary .cart .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce div.product .entry-summary .cart .single_add_to_cart_button {
  height: 56px;
  line-height: 56px;
  border: none;
  background: #ca9d2c;
  font-weight: 400;
  color: #FFF;
  margin: 0 15px 0 0;
  padding: 0 30px;
  text-transform: uppercase;
}

.woocommerce div.product .entry-summary .cart .single_add_to_cart_button.disabled {
  background: #333;
}

.woocommerce div.product .entry-summary .cart .single_add_to_cart_button:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  font-size: 18px;
  margin-right: 8px;
}

.woocommerce div.product .entry-summary .cart .single_add_to_cart_button:hover {
  background: #1d1f4f;
}

.woocommerce div.product .entry-summary .cart .show {
  display: inline-block !important;
}

.woocommerce div.product .entry-summary .compare {
  display: inline-block;
  margin: 0 25px 10px 0;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0;
  background: none;
  color: #161616;
  height: auto;
  line-height: inherit;
  float: left;
}

.woocommerce div.product .entry-summary .compare:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  position: relative;
  top: 1px;
  font-size: 18px;
  margin: 0 7px 0 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.woocommerce div.product .entry-summary .compare .blockUI.blockOverlay {
  opacity: 1 !important;
  background: transparent !important;
}

.woocommerce div.product .entry-summary .compare .blockUI.blockOverlay:before {
  font-size: 16px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 20px;
  background: #fff;
  color: #1d1f4f;
}

.woocommerce div.product .entry-summary .compare:hover {
  color: #1d1f4f;
}

.woocommerce div.product .entry-summary .compare:hover a {
  color: #1d1f4f;
}

.woocommerce div.product .entry-summary .compare:hover .blockUI.blockOverlay:before {
  color: #1d1f4f;
}

.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin: 0 25px 10px 0;
  position: relative;
  float: left;
  opacity: 1 !important;
}

.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist .feedback {
  display: none !important;
}

.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist .ajax-loading {
  opacity: 1 !important;
  cursor: wait;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0 0;
}

.woocommerce div.product .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: Ionicons;
  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;
  z-index: 1;
  color: #1d1f4f;
  -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 div.product .entry-summary .yith-wcwl-add-to-wishlist a {
  display: inline-block;
  padding: 0 0;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
}

.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist a:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  position: relative;
  top: 1px;
  font-size: 18px;
  margin: 0 7px 0 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist .blockUI.blockOverlay {
  overflow: hidden;
  opacity: 1 !important;
}

.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist .blockUI.blockOverlay:before {
  font-size: 16px;
  cursor: wait;
  display: block !important;
  color: #1d1f4f;
  opacity: 1 !important;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  top: 2px;
}

.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist:hover .ajax-loading:before {
  color: #1d1f4f;
}

.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist:hover a {
  color: #1d1f4f;
}

.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist:hover a:before {
  color: #1d1f4f;
}

.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist+.clear {
  display: none !important;
}

.woocommerce div.product .entry-summary .show {
  display: inline-block !important;
}

.woocommerce div.product .entry-summary .product_meta {
  *zoom: 1;
  margin: 20px 0;
  padding: 16px 0;
  float: left;
  width: 100%;
  position: relative;
}

.woocommerce div.product .entry-summary .product_meta:before,
.woocommerce div.product .entry-summary .product_meta:after {
  content: " ";
  display: table;
}

.woocommerce div.product .entry-summary .product_meta:after {
  clear: both;
}

.woocommerce div.product .entry-summary .product_meta:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 30px;
  background: #bbb;
  left: 0px;
  top: 0px;
}

.woocommerce div.product .entry-summary .product_meta:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 30px;
  background: #bbb;
  left: 0px;
  bottom: 0px;
}

.woocommerce div.product .entry-summary .product_meta .sku_wrapper,
.woocommerce div.product .entry-summary .product_meta .tagged_as,
.woocommerce div.product .entry-summary .product_meta .posted_in {
  *zoom: 1;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin: 3px 0;
  padding: 0 0;
  position: relative;
  color: #161616;
}

.woocommerce div.product .entry-summary .product_meta .sku_wrapper:before,
.woocommerce div.product .entry-summary .product_meta .sku_wrapper:after,
.woocommerce div.product .entry-summary .product_meta .tagged_as:before,
.woocommerce div.product .entry-summary .product_meta .tagged_as:after,
.woocommerce div.product .entry-summary .product_meta .posted_in:before,
.woocommerce div.product .entry-summary .product_meta .posted_in:after {
  content: " ";
  display: table;
}

.woocommerce div.product .entry-summary .product_meta .sku_wrapper:after,
.woocommerce div.product .entry-summary .product_meta .tagged_as:after,
.woocommerce div.product .entry-summary .product_meta .posted_in:after {
  clear: both;
}

.woocommerce div.product .entry-summary .product_meta .sku_wrapper>*,
.woocommerce div.product .entry-summary .product_meta .tagged_as>*,
.woocommerce div.product .entry-summary .product_meta .posted_in>* {
  font-weight: normal;
  text-transform: none;
  color: #555555;
}

.woocommerce div.product .entry-summary .product_meta .sku_wrapper a,
.woocommerce div.product .entry-summary .product_meta .tagged_as a,
.woocommerce div.product .entry-summary .product_meta .posted_in a {
  color: #161616;
}

.woocommerce div.product .entry-summary .product_meta .sku_wrapper a:hover,
.woocommerce div.product .entry-summary .product_meta .tagged_as a:hover,
.woocommerce div.product .entry-summary .product_meta .posted_in a:hover {
  color: #1d1f4f;
}

.woocommerce div.product .entry-summary .product_meta .sku_wrapper span {
  margin-left: 3px;
}

.woocommerce div.product .entry-summary .product_meta .posted_in a {
  margin-left: 0px;
  position: relative;
}

.woocommerce div.product .entry-summary .product_meta .posted_in a:before {
  content: ",";
  position: relative;
  left: -3px;
  color: #555555;
}

.woocommerce div.product .entry-summary .product_meta .posted_in a:first-child {
  margin-left: 3px;
}

.woocommerce div.product .entry-summary .product_meta .posted_in a:first-child:before {
  display: none;
}

.woocommerce div.product .entry-summary .product_meta .tagged_as a {
  margin-left: 0px;
  position: relative;
}

.woocommerce div.product .entry-summary .product_meta .tagged_as a:before {
  content: ",";
  position: relative;
  left: -3px;
  color: #555555;
}

.woocommerce div.product .entry-summary .product_meta .tagged_as a:first-child {
  margin-left: 3px;
}

.woocommerce div.product .entry-summary .product_meta .tagged_as a:first-child:before {
  display: none;
}

.woocommerce div.product .entry-summary .post-share-block {
  margin: 0 0;
  float: left;
  width: 100%;
}

.woocommerce div.product .entry-summary .post-share-block .ssbp-wrap .ssba-share-text,
.woocommerce div.product .entry-summary .post-share-block .ssba-wrap .ssba-share-text {
  display: inline-block;
  margin: 0 8px 0 0;
}

.woocommerce div.product .entry-summary .post-share-block .ssbp-wrap br,
.woocommerce div.product .entry-summary .post-share-block .ssba-wrap br {
  display: none;
}

.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%;
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
}

.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;
}

.woocommerce .product.type-product.product-type-grouped .entry-summary .stock,
.woocommerce .product.type-product.product-type-variable .entry-summary .stock {
  margin: 10px 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 {
  padding-top: 0;
}

.woocommerce .product.type-product.product-type-grouped form.cart table {
  margin: 0 0 30px 0;
  border: none;
}

.woocommerce .product.type-product.product-type-grouped form.cart table tr td:last-child {
  border-right: none;
}

.woocommerce .product.type-product.product-type-grouped form.cart table tr:first-child td {
  border-top: none;
}

.woocommerce .product.type-product.product-type-grouped .entry-summary .stock {
  margin: 5px 0 0;
}

.woocommerce .product.type-product.product-type-grouped .entry-summary .quantity .btn-decrement,
.woocommerce .product.type-product.product-type-grouped .entry-summary .quantity .btn-increment {
  width: 20px;
  height: 20px;
  min-width: 20px !important;
  right: 5px;
  top: 10px;
}

.woocommerce .product.type-product.product-type-grouped .entry-summary .quantity .btn-decrement {
  left: 5px;
  right: auto;
}

.woocommerce .product.type-product.product-type-grouped .entry-summary .quantity .input-group-prepend .btn-decrement:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
}

.woocommerce .product.type-product.product-type-grouped .entry-summary .quantity .input-group-append .btn-increment:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
}

.woocommerce .product.type-product.product-type-grouped .entry-summary .quantity .qty {
  width: 80px;
  height: 40px;
  border: 1px solid #ddd;
}

.woocommerce .product.type-product.product-type-grouped .entry-summary .single_add_to_cart_button {
  margin: 0 15px 20px 0;
  display: block;
}

.woocommerce #cboxOverlay {
  background: rgba(0, 0, 0, 0.6) !important;
}

.woocommerce #colorbox.yith_woocompare_colorbox {
  border: 10px solid #333;
}

.woocommerce .yith_woocompare_colorbox #cboxTopLeft,
.woocommerce .yith_woocompare_colorbox #cboxTopCenter,
.woocommerce .yith_woocompare_colorbox #cboxTopRight,
.woocommerce .yith_woocompare_colorbox #cboxMiddleLeft,
.woocommerce .yith_woocompare_colorbox #cboxMiddleRight,
.woocommerce .yith_woocompare_colorbox #cboxBottomLeft,
.woocommerce .yith_woocompare_colorbox #cboxBottomCenter,
.woocommerce .yith_woocompare_colorbox #cboxBottomRight {
  height: 0px;
  width: 0px;
  background: none;
}

.woocommerce .yith_woocompare_colorbox #cboxContent {
  padding: 0 0;
}

.woocommerce .yith_woocompare_colorbox #cboxContent #cboxClose {
  display: block;
  background: none;
  width: 24px;
  height: 24px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  background: #333;
  color: #fff !important;
  overflow: hidden;
  padding: 0 0;
  font-size: 0px;
  text-align: center;
  border-radius: 0px;
  bottom: auto;
  right: 10px;
  top: 10px;
  text-indent: 0px;
}

.woocommerce .yith_woocompare_colorbox #cboxContent #cboxClose:hover {
  text-decoration: none;
  background: #1d1f4f;
}

.woocommerce .yith_woocompare_colorbox #cboxContent #cboxClose:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: inherit;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.woocommerce #yith-quick-view-modal .yith-wcqv-main {
  overflow: hidden;
  box-shadow: 0 0 0 10px #333;
}

.woocommerce #yith-quick-view-modal .yith-quick-view-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.woocommerce #yith-quick-view-modal.open .yith-wcqv-wrapper {
  max-height: 512px;
}

.woocommerce .yith-wcqv-head #yith-quick-view-close {
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #FFF !important;
  overflow: hidden;
  padding: 0 0;
  font-size: 0px;
  text-align: center;
  border-radius: 0px;
  background: #333;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
}

.woocommerce .yith-wcqv-head #yith-quick-view-close:hover {
  color: #FFF !important;
  text-decoration: none;
  background: #1d1f4f;
}

.woocommerce .yith-wcqv-head #yith-quick-view-close:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: inherit;
}

.woocommerce #yith-quick-view-content {
  height: 100%;
}

.woocommerce #yith-quick-view-content>.product {
  height: 100%;
  display: flex;
}

.woocommerce #yith-quick-view-content .type-product {
  display: flex;
  align-items: center;
}

.woocommerce #yith-quick-view-content .type-product .container-image-and-badge {
  position: static;
}

.woocommerce #yith-quick-view-content .type-product .container-image-and-badge .yith-wcbm-badge {
  left: 10px;
  top: 10px;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 100%;
}

.woocommerce #yith-quick-view-content .type-product .onsale {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
  min-width: auto;
  min-height: auto;
  padding: 0 6px;
  border-radius: 3px;
  background: #f33131;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  text-align: center;
}

.woocommerce #yith-quick-view-content .type-product .onsale+.images .container-image-and-badge .yith-wcbm-badge,
.woocommerce #yith-quick-view-content .type-product .onsale+.container-image-and-badge .yith-wcbm-badge {
  top: 42px;
}

.woocommerce #yith-quick-view-content .type-product .onsale {
  position: absolute;
  top: 20px;
  right: calc(55% + 20px);
  left: auto;
  z-index: 2;
}

.woocommerce #yith-quick-view-content .type-product .onsale+.images .container-image-and-badge .yith-wcbm-badge,
.woocommerce #yith-quick-view-content .type-product .onsale+.container-image-and-badge .yith-wcbm-badge {
  top: 52px;
}

.woocommerce #yith-quick-view-content .images {
  width: 45%;
  float: left;
  opacity: 1 !important;
  margin: 0;
  position: relative;
}

.woocommerce #yith-quick-view-content .images .woocommerce-product-gallery__image {
  border-radius: 0px;
  max-height: 512px;
}

.woocommerce #yith-quick-view-content .images .woocommerce-product-gallery__image>a {
  display: inline-flex;
  max-height: 512px;
}

.woocommerce #yith-quick-view-content div.summary {
  width: 55%;
  float: left;
  opacity: 1 !important;
  margin: 0;
  padding: 35px 0 35px 50px;
  overflow: auto;
}

.woocommerce #yith-quick-view-content div.summary .summary-content {
  max-height: calc(560px - 70px);
  overflow-x: hidden;
  padding-right: 50px;
}

.woocommerce #yith-quick-view-content div.summary .product_title {
  font-size: 2em;
  margin-bottom: 18px;
}

.woocommerce #yith-quick-view-content div.summary .price {
  margin: 0 0 25px;
}

.woocommerce #yith-quick-view-content div.summary .woocommerce-product-rating {
  margin: 0;
}

.woocommerce #yith-quick-view-content div.summary .woocommerce-product-details__short-description {
  margin-bottom: 25px;
}

.woocommerce #yith-quick-view-content div.summary .cart {
  margin: 0;
}

.woocommerce #yith-quick-view-content div.summary form.cart.variations_form div.variations div.value a.reset_variations {
  top: 0px;
  margin-left: 0px;
}

.woocommerce #yith-quick-view-content div.summary form.cart.variations_form div.variations div.value select {
  height: 40px;
  line-height: 40px;
}

@media (max-width: 767px) {
  .woocommerce .yith-wcqv-button {
    display: none !important;
  }
}

.tabs-info #sns_tab_informations {
  margin: 0 0 20px;
}

#sns_tab_informations {
  margin: 0 0 100px;
  padding: 0 0;
}

#sns_tab_informations .tab-heading {
  *zoom: 1;
  position: relative;
}

#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 {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
  border-bottom: none;
  display: table;
  margin: 0 auto 32px;
}

@media (max-width: 480px) {
  #sns_tab_informations ul.nav-tabs {
    display: block;
    *zoom: 1;
  }

  #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 {
  padding: 0 25px;
  margin: 0 0;
  position: relative;
}

#sns_tab_informations ul.nav-tabs>li:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 20px;
  background: #bbb;
  border-radius: 100%;
  left: -10px;
  top: 50%;
}

@media (max-width: 992px) {
  #sns_tab_informations ul.nav-tabs>li.dropdown+li {
    margin-left: 0px;
  }

  #sns_tab_informations ul.nav-tabs>li.dropdown+li a {
    padding-left: 0px;
  }

  #sns_tab_informations ul.nav-tabs>li:last-child {
    margin-right: 0px;
  }

  #sns_tab_informations ul.nav-tabs>li:last-child a {
    padding-right: 0px;
  }
}

#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:before,
#sns_tab_informations ul.nav-tabs>li.tabdrop+li:before {
  display: none;
}

#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:last-child {
  padding-right: 0px;
}

#sns_tab_informations ul.nav-tabs>li.active>a {
  color: #1d1f4f;
  cursor: pointer;
}

#sns_tab_informations ul.nav-tabs>li.active>a:before {
  width: 100%;
}

#sns_tab_informations ul.nav-tabs>li:hover>a {
  color: #1d1f4f;
}

#sns_tab_informations ul.nav-tabs>li.tabdrop {
  margin: 25px 0 0 10px;
}

@media (max-width: 480px) {
  #sns_tab_informations ul.nav-tabs>li.tabdrop {
    margin-top: -5px;
  }
}

#sns_tab_informations ul.nav-tabs>li.tabdrop>a i {
  padding-left: 10px;
}

#sns_tab_informations 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;
  position: relative;
  font-size: 1.2857em;
  background: transparent;
  border: none;
  position: relative;
  color: #161616;
  padding: 0;
  display: block;
  border-radius: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
}

#sns_tab_informations ul.nav-tabs .dropdown {
  cursor: pointer;
}

#sns_tab_informations ul.nav-tabs .dropdown .dropdown-toggle {
  display: block;
  font-size: 24px;
  height: 100%;
  width: 24px;
  color: #161616;
  vertical-align: middle;
  padding: 0px;
}

#sns_tab_informations ul.nav-tabs .dropdown .dropdown-toggle i,
#sns_tab_informations ul.nav-tabs .dropdown .dropdown-toggle .display-tab,
#sns_tab_informations ul.nav-tabs .dropdown .dropdown-toggle .caret {
  display: none;
}

#sns_tab_informations ul.nav-tabs .dropdown .dropdown-toggle:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  background: none;
}

#sns_tab_informations ul.nav-tabs .dropdown .dropdown-toggle:hover {
  text-decoration: none;
  color: #1d1f4f;
}

#sns_tab_informations ul.nav-tabs .dropdown.active .dropdown-toggle {
  color: #1d1f4f;
}

#sns_tab_informations ul.nav-tabs .dropdown:before {
  display: none;
}

#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: 10px 0;
}

#sns_tab_informations ul.nav-tabs .dropdown ul.dropdown-menu li {
  padding: 0;
}

#sns_tab_informations ul.nav-tabs .dropdown ul.dropdown-menu li a {
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: 400;
}

#sns_tab_informations ul.nav-tabs .dropdown ul.dropdown-menu li:first-child {
  padding-top: 0px;
}

#sns_tab_informations ul.nav-tabs .dropdown ul.dropdown-menu li:last-child {
  padding-bottom: 0px;
}

#sns_tab_informations .tab-content {
  position: relative;
  margin: 0;
  padding: 0;
}

#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 {
  margin-top: 0;
  text-transform: none;
}

#sns_tab_informations .tab-content #comments>h2,
#sns_tab_informations .tab-content>div>h2 {
  font-size: 1.2857em;
  margin-bottom: 15px;
  display: none;
}

#sns_tab_informations .tab-content #tab-description p {
  margin-bottom: 15px;
}

#sns_tab_informations .tab-content #tab-description p:last-child {
  margin: 0;
}

#sns_tab_informations .tab-content #tab-description ul,
#sns_tab_informations .tab-content #tab-description ol {
  margin-bottom: 18px;
}

#sns_tab_informations .tab-content #tab-description ul:last-child,
#sns_tab_informations .tab-content #tab-description ol:last-child {
  margin: 0;
}

#sns_tab_informations .tab-content #tab-additional_information table.shop_attributes {
  margin-top: 10px;
  margin-bottom: 5px;
}

#sns_tab_informations .tab-content #reviews h2:first-child {
  margin-bottom: 15px;
  display: none;
}

#sns_tab_informations .tab-content #reviews h3:first-child {
  margin-bottom: 10px;
}

body.layout-type-m:not(.use-gallery-type-n2) #sns_tab_informations .tab-content #reviews #review_form_wrapper {
  margin-top: 40px;
}

@media (max-width: 992px) {
  body.layout-type-m:not(.use-gallery-type-n2) #sns_tab_informations .tab-content #reviews #review_form_wrapper {
    margin-top: 30px;
  }
}

#sns_tab_informations .tab-content #reviews #review_form_wrapper #reply-title {
  margin: 0 0 15px;
  font-size: 1.2857em;
  line-height: 1.42857;
  font-weight: 400;
  color: #161616;
  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;
}

.cross-sells {
  position: relative;
  *zoom: 1;
  margin: 0 0 85px;
  padding: 0 0;
  z-index: 0;
}

.cross-sells:before,
.cross-sells:after {
  content: " ";
  display: table;
}

.cross-sells:after {
  clear: both;
}

.cross-sells:hover {
  z-index: 1;
}

.cross-sells:hover .owl-nav {
  opacity: 1;
}

.cross-sells .prdlist-content {
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 1199px) {
  .cross-sells .prdlist-content {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 767px) {
  .cross-sells .prdlist-content {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}

.cross-sells .owl-nav .owl-prev,
.cross-sells .owl-nav .owl-next {
  text-align: center;
  position: absolute;
  font-size: 0px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  top: calc(50% - 16px);
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #333;
}

@media (max-width: 992px) {

  .cross-sells .owl-nav .owl-prev,
  .cross-sells .owl-nav .owl-next {
    display: none;
  }
}

.cross-sells .owl-nav .owl-prev:before,
.cross-sells .owl-nav .owl-next:before {
  font-size: 32px;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  color: inherit;
}

.cross-sells .owl-nav .owl-prev:hover,
.cross-sells .owl-nav .owl-next:hover {
  color: #1d1f4f;
}

.cross-sells .owl-nav .owl-prev.disabled,
.cross-sells .owl-nav .owl-next.disabled {
  opacity: 0.6;
  display: inline-block;
}

.cross-sells .owl-nav .owl-prev.disabled:hover,
.cross-sells .owl-nav .owl-next.disabled:hover {
  cursor: not-allowed;
}

.cross-sells .owl-nav .owl-prev {
  left: -35px;
}

@media (max-width: 1280px) {
  .cross-sells .owl-nav .owl-prev {
    left: -30px;
  }
}

.cross-sells .owl-nav .owl-prev:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

.cross-sells .owl-nav .owl-next {
  right: -35px;
  left: auto;
}

@media (max-width: 1280px) {
  .cross-sells .owl-nav .owl-next {
    right: -30px;
  }
}

.cross-sells .owl-nav .owl-next:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

.cross-sells .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.cross-sells .owl-item div.product {
  float: none;
}

.upsells,
.related {
  position: relative;
  *zoom: 1;
  margin: 0 0 93px;
  padding: 0 0;
  z-index: 0;
}

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

.upsells:after,
.related:after {
  clear: both;
}

.upsells:hover,
.related:hover {
  z-index: 1;
}

.upsells:hover .owl-nav,
.related:hover .owl-nav {
  opacity: 1;
}

.upsells>h2,
.related>h2 {
  margin: 0 0 20px;
  font-size: 2.5em;
  font-weight: 400;
  color: #161616;
  text-align: center;
  line-height: 1.1;
  position: relative;
}

@media (max-width: 1199px) {

  .upsells>h2,
  .related>h2 {
    font-size: 2.2857em;
  }
}

@media (max-width: 992px) {

  .upsells>h2,
  .related>h2 {
    font-size: 1.7142em;
  }
}

.upsells .prdlist-content,
.related .prdlist-content {
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 1199px) {

  .upsells .prdlist-content,
  .related .prdlist-content {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 767px) {

  .upsells .prdlist-content,
  .related .prdlist-content {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}

.upsells .owl-nav .owl-prev,
.upsells .owl-nav .owl-next,
.related .owl-nav .owl-prev,
.related .owl-nav .owl-next {
  text-align: center;
  position: absolute;
  font-size: 0px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  top: calc(50% - 16px);
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #333;
}

@media (max-width: 992px) {

  .upsells .owl-nav .owl-prev,
  .upsells .owl-nav .owl-next,
  .related .owl-nav .owl-prev,
  .related .owl-nav .owl-next {
    display: none;
  }
}

.upsells .owl-nav .owl-prev:before,
.upsells .owl-nav .owl-next:before,
.related .owl-nav .owl-prev:before,
.related .owl-nav .owl-next:before {
  font-size: 32px;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  color: inherit;
}

.upsells .owl-nav .owl-prev:hover,
.upsells .owl-nav .owl-next:hover,
.related .owl-nav .owl-prev:hover,
.related .owl-nav .owl-next:hover {
  color: #1d1f4f;
}

.upsells .owl-nav .owl-prev.disabled,
.upsells .owl-nav .owl-next.disabled,
.related .owl-nav .owl-prev.disabled,
.related .owl-nav .owl-next.disabled {
  opacity: 0.6;
  display: inline-block;
}

.upsells .owl-nav .owl-prev.disabled:hover,
.upsells .owl-nav .owl-next.disabled:hover,
.related .owl-nav .owl-prev.disabled:hover,
.related .owl-nav .owl-next.disabled:hover {
  cursor: not-allowed;
}

.upsells .owl-nav .owl-prev,
.related .owl-nav .owl-prev {
  left: -35px;
}

@media (max-width: 1280px) {

  .upsells .owl-nav .owl-prev,
  .related .owl-nav .owl-prev {
    left: -30px;
  }
}

.upsells .owl-nav .owl-prev:before,
.related .owl-nav .owl-prev:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

.upsells .owl-nav .owl-next,
.related .owl-nav .owl-next {
  right: -35px;
  left: auto;
}

@media (max-width: 1280px) {

  .upsells .owl-nav .owl-next,
  .related .owl-nav .owl-next {
    right: -30px;
  }
}

.upsells .owl-nav .owl-next:before,
.related .owl-nav .owl-next:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

.upsells .owl-nav,
.related .owl-nav {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0;
}

.upsells .owl-item div.product,
.related .owl-item div.product {
  float: none;
}

.upsells-list h2 {
  font-size: 1.4285em;
  color: #161616;
  text-transform: none;
  font-weight: 400;
  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 20px 0 0;
  position: relative;
}

@media (max-width: 1199px) {
  .upsells-list .list-view .item-img {
    margin-right: 15px;
  }
}

.upsells-list .list-view .item-img .onsale {
  display: none;
}

.upsells-list .list-view .item-img .product-image {
  display: block;
  position: relative;
  overflow: hidden;
  position: relative;
  max-width: 80px;
}

.upsells-list .list-view .item-img .product-image:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
}

.upsells-list .list-view .item-img .yith-wcqv-button {
  font-size: 0px;
  padding: 0;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  display: block;
  vertical-align: top;
  border: none;
  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: calc(50% - 17.5px);
  top: calc(50% - 17.5px);
  background: #FFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}

.upsells-list .list-view .item-img .yith-wcqv-button:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color: #161616;
  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: #1d1f4f;
}

.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: #fff !important;
  color: #161616;
  opacity: 1 !important;
  width: 35px !important;
  height: 35px !important;
  line-height: 35px !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: 16px;
  cursor: wait;
}

.upsells-list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  z-index: 1;
  color: inherit;
  -webkit-animation: spin 0.6s ease-in-out infinite;
  -moz-animation: spin 0.6s ease-in-out infinite;
  -o-animation: spin 0.6s ease-in-out infinite;
  animation: spin 0.6s ease-in-out infinite;
}

.upsells-list .list-view .item-img .yith-wcqv-button:hover .blockUI.blockOverlay {
  background: #1d1f4f !important;
  color: #fff;
}

.upsells-list .list-view .item-info .item-title {
  font-weight: 400;
  margin: 5px 0 0;
  line-height: 1.42857;
}

@media (max-width: 1199px) {
  .upsells-list .list-view .item-info .item-title {
    margin: 0px 0 3px;
  }
}

.upsells-list .list-view .item-info .price {
  margin: 5px 0 0;
}

.upsells-list .list-view .item-info .star-rating {
  float: none;
  display: block;
  margin: 8px 0 0;
}

.upsells-list .list-view:hover .item-img .product-image:before {
  opacity: 1;
  visibility: visible;
}

.upsells-list .list-view:hover .item-img .yith-wcqv-button {
  opacity: 1;
}

body.single-product .sns-main>.product.type-product:not(.topslider-layout) div.upsells:last-child,
body.single-product .sns-main>.product.type-product:not(.topslider-layout) div.related:last-child {
  margin-bottom: 93px;
}

body.single-product .sns-main>.product.type-product.topslider-layout .tabs-info #sns_tab_informations .tab-heading {
  text-align: left;
}

.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 {
  margin-top: -10px;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations {
  margin: 0 0 20px;
  padding: 0 0;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations:not(.re-designed) div.value select {
  opacity: 1;
  visibility: visible;
}

.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 {
  color: #161616;
  margin: 0 0 8px;
  float: none;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 400;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value {
  padding: 0 0;
  margin-bottom: 0px;
  border: none;
  *zoom: 1;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value:before,
.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value:after {
  content: " ";
  display: table;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value:after {
  clear: both;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value:last-child {
  margin-bottom: 0px;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value select {
  margin-bottom: 5px;
  min-width: auto;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.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: 0 8px 8px 0;
  padding: 3px 15px;
  background: #f9f9f9;
  cursor: pointer;
  display: inline-block;
  float: left;
  overflow: hidden;
  color: #161616;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid #ddd;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option:hover:before {
  border-color: #555555;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.selected {
  color: #1d1f4f;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.selected:before {
  border: 2px solid #1d1f4f;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option span {
  display: block;
  text-align: center;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.color {
  float: left;
  position: relative;
  border: none;
  border-radius: 0px;
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding: 0;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.color span {
  width: 26px;
  height: 26px;
  border-radius: 0px;
  margin: 7px;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.color.selected:before {
  border: 2px solid #1d1f4f;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.image {
  background: #FFF;
  width: 75px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding: 0 0;
  margin: 0 10px 10px 0;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.image span {
  padding: 8px;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.image.selected {
  border-color: #1d1f4f;
  background: #fff;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value a.reset_variations {
  display: inline-block !important;
  visibility: visible;
  position: relative;
  top: -15px;
  color: #161616;
  margin: 0 0 0 5px;
  font-size: 0.8571em;
  text-transform: uppercase;
  font-weight: 400;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value a.reset_variations:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  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;
  margin-right: 4px;
  text-align: left;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value a.reset_variations:hover {
  color: #1d1f4f;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form .single_variation_wrap {
  margin: 0 0 20px;
  *zoom: 1;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form .single_variation_wrap:before,
.woocommerce .type-product.product-type-variable form.cart.variations_form .single_variation_wrap:after {
  content: " ";
  display: table;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form .single_variation_wrap:after {
  clear: both;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form .single_variation_wrap .single_variation {
  margin: 0 0 20px;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form .single_variation_wrap .single_variation>*.woocommerce-variation-description>*:first-child {
  margin-top: -5px;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form .single_variation_wrap .single_variation>*.woocommerce-variation-price .price {
  color: #161616;
  font-size: 1.2857em;
  margin-top: -3px;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form .single_variation_wrap .single_variation>*>*:last-child {
  margin: 0 0 20px;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form[current-image=""] div.variations div.value a.reset_variations {
  display: none !important;
  margin: 0 0;
  visibility: hidden;
}

body.admin-bar .pswp {
  top: 32px;
}

@media (max-width: 992px) {
  body.admin-bar .pswp {
    top: 46px;
  }
}

@media (max-width: 480px) {
  body.admin-bar .pswp {
    top: 0px;
  }
}

.pswp .pswp__bg {
  background: rgba(0, 0, 0, 0.9);
}

.pswp .pswp__zoom-wrap iframe.sns-prdpopvideo {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
}

#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: 400;
}

#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;
  font-size: 14px;
}

#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: 16px;
  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 #ddd;
}

#sns_cpanel .cpanel-bottom:before,
#sns_cpanel .cpanel-bottom:after {
  content: " ";
  display: table;
}

#sns_cpanel .cpanel-bottom:after {
  clear: both;
}

/* ================================================
   Custom GoldenFeed Footer Styles
   ================================================ */

.footer-main {
  display: flex;
  align-items: center;
}

.goldenfeed-footer {
  background-color: #1d1f4f !important;
  color: #ffffff !important;
  padding: 35px 0 50px;
  position: relative;
}

.goldenfeed-footer .footer-main {
  gap: 30px;
}

/* Left Section - Contact Information */
.goldenfeed-footer .footer-contact {
  margin-top: 155px;
}

.goldenfeed-footer .footer-contact .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}

.goldenfeed-footer .footer-contact .contact-icon {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.goldenfeed-footer .footer-contact .contact-icon img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

.goldenfeed-footer .footer-contact .contact-text {
  flex: 1;
  line-height: 1.6;
}

.goldenfeed-footer .footer-contact .contact-text strong {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.goldenfeed-footer .footer-contact .contact-text p {
  margin: 0;
  font-size: 20px;
  color: #e0e0e0;
  line-height: 1.6;
}

.goldenfeed-footer .footer-contact .contact-text a {
  color: #e0e0e0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.goldenfeed-footer .footer-contact .contact-text a:hover {
  color: #f4b430;
}

/* Get Location Button */
.goldenfeed-footer .get-location {
  margin-left: 40px;
}

.goldenfeed-footer .btn-location {
  display: inline-block;
  background-color: #f4b430;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(244, 180, 48, 0.3);
}

.goldenfeed-footer .btn-location:hover {
  background-color: #f7c855;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(244, 180, 48, 0.4);
  color: #1d1f4f;
}

/* Center Section - Logo & Branding */
.goldenfeed-footer .footer-branding {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.goldenfeed-footer .footer-logo-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.goldenfeed-footer .footer-logo-border {
  position: relative;
  padding: 40px;
  border: 2px solid rgba(244, 180, 48, 0.3);
  border-radius: 215px;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
  display: inline-block;
}

.goldenfeed-footer .footer-logo-border::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid transparent;
  border-radius: 215px;
  background: linear-gradient(135deg, rgba(244, 180, 48, 0.5) 0%, transparent 50%, rgba(244, 180, 48, 0.3) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.goldenfeed-footer .footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 370px;
  height: 600px;
}

.goldenfeed-footer .goldenfeed-footer-logo {
  max-width: 100%;
  max-height: 100%;
  width: 150px;
  height: auto;
  object-fit: contain;
}

.goldenfeed-footer .company-tagline {
  font-size: 18px;
  font-weight: 700;
  color: #f4b430;
  margin: 20px 0 10px;
  text-align: center;
  line-height: 1.4;
}

.goldenfeed-footer .company-desc {
  font-size: 26px;
  color: #d0d0d0;
  line-height: 1.7;
  margin: 30px 0 0 0;
  text-align: center;
}

/* Right Section - Navigation & Social */
.goldenfeed-footer .footer-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.goldenfeed-footer .footer-nav {
  margin-top: 95px;
  margin-left: 80px;
}

.goldenfeed-footer .footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}



.goldenfeed-footer .footer-menu-list li a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}

.goldenfeed-footer .footer-menu-list li a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f4b430;
  transition: width 0.3s ease;
}

.goldenfeed-footer .footer-menu-list li a:hover {
  color: #f4b430;
  transform: translateX(5px);
}

.goldenfeed-footer .footer-menu-list li a:hover::after {
  width: 100%;
}

.goldenfeed-footer .footer-tagline {
  font-size: 13px;
  color: #d0d0d0;
  margin-bottom: 20px;
}

/* Social Network */
.goldenfeed-footer .social-network {
  margin-top: 20px;
  margin-left: 80px;
}

.goldenfeed-footer .social-network strong {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.goldenfeed-footer .social-icons {
  display: flex;
  gap: 60px;
  align-items: center;
}

.goldenfeed-footer .social-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}



.goldenfeed-footer .social-icon img {
  width: 55px;
  height: 55px;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}


.goldenfeed-footer .social-icon:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(244, 180, 48, 0.4);
}

.goldenfeed-footer .social-icon:hover::before {
  transform: scale(1.1);
}

.goldenfeed-footer .social-icon:hover img {
  transform: scale(1.1);
}

/* Map Modal */
.map-modal {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.map-modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  max-width: 900px;
  border-radius: 8px;
  position: relative;
}

.close-modal {
  color: #aaa;
  float: right;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s ease;
}

.close-modal:hover,
.close-modal:focus {
  color: #000;
  text-decoration: none;
}

/* Responsive Design */
@media (max-width: 991px) {
  .goldenfeed-footer {
    padding: 40px 0 30px;
  }

  .goldenfeed-footer .footer-branding {
    margin: 30px 0;
  }

  .goldenfeed-footer .footer-contact,
  .goldenfeed-footer .footer-menu {
    text-align: center;
    align-items: center;
  }

  .goldenfeed-footer .footer-contact .contact-item {
    justify-content: center;
  }

  .goldenfeed-footer .footer-menu-list li a {
    justify-content: center;
  }

  .goldenfeed-footer .social-icons {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .goldenfeed-footer .footer-logo-border {
    padding: 30px;
  }

  .goldenfeed-footer .footer-logo {
    width: 140px;
    height: 140px;
  }

  .goldenfeed-footer .company-tagline {
    font-size: 16px;
  }

  .goldenfeed-footer .company-desc {
    font-size: 12px;
  }
}

@media (max-width: 1199px) {
  #sns_header .nav-header .menu-wrap #sns_mainmenu_vertical {
    width: 50px;
  }

  #sns_header .nav-header .menu-wrap #sns_mainmenu_vertical+#sns_mainmenu {
    width: calc(100% - 50px);
  }

  #sns_header .nav-header .menu-wrap #sns_mainmenu_vertical .tongle {
    font-size: 0px;
    position: relative;
    width: 100%;
    padding: 0 0;
    text-align: center;
  }

  #sns_header .nav-header .menu-wrap #sns_mainmenu_vertical .tongle:before {
    text-align: center;
    left: calc(50% - 10px);
  }

  #sns_header .nav-header .menu-wrap #sns_mainmenu_vertical p.main_navigation_alert,
  #sns_header .nav-header .menu-wrap #sns_mainmenu_vertical ul.vertical-style {
    width: 240px;
  }


  .goldenfeed-footer .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 250px;
    height: 500px;
  }

  .goldenfeed-footer .goldenfeed-footer-logo {
    max-width: 100%;
    max-height: 100%;
    width: 100px;
    height: auto;
    object-fit: contain;
  }

  .goldenfeed-footer .company-desc {
    font-size: 18px;
    color: #d0d0d0;
    line-height: 1.7;
    margin: 30px 0 0 0;
    text-align: center;
  }

  .goldenfeed-footer .footer-nav {
    margin-top: 95px;
    margin-left: 20px;
  }

  .goldenfeed-footer .social-network {
    margin-top: 20px;
    margin-left: 20px;
  }

  .goldenfeed-footer .social-icons {
    display: flex;
    gap: 30px;
    align-items: center;
  }
}

@media (max-width: 992px) {
  #sns_header .nav-header .menu-wrap #sns_mainmenu_vertical {
    display: none;
  }

  .mobile-bottom-bar {
    display: none !important;
  }

  .goldenfeed-footer .footer-main {
    flex-direction: column-reverse;
  }

  .footer-nav {
    display: none;

  }

  .goldenfeed-footer .footer-contact {
    margin-top: 0;
    max-width: 300px;
    text-align: left !important;
  }

  .goldenfeed-footer .footer-contact .contact-text strong {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    display: block;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .goldenfeed-footer .footer-contact .contact-text a,
  .goldenfeed-footer .footer-contact .contact-text p {
    color: #e0e0e0;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 16px;
  }

  .goldenfeed-footer .footer-contact .contact-icon {
    width: 20px;
    height: 20px;
  }

  .goldenfeed-footer .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 200px;
    height: 400px;
  }

  .goldenfeed-footer .goldenfeed-footer-logo {
    max-width: 100%;
    max-height: 100%;
    width: 70px;
    height: auto;
    object-fit: contain;
  }

  .goldenfeed-footer .company-desc {
    font-size: 14px;
    color: #d0d0d0;
    line-height: 1.7;
    margin: 30px 0 0 0;
    text-align: center;
  }
}

/* ================================================
   GoldenFeed Homepage Product Card Styles
   ================================================ */

.goldenfeed-product-grid {
  display: flex;
  flex-wrap: wrap;
}

.goldenfeed-product-item {
  margin-bottom: 30px;
}

.goldenfeed-product-card {
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.goldenfeed-product-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

/* Product Image Container */
.goldenfeed-product-image {
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 20px;
}

.goldenfeed-product-image a {
  display: block;
}

.goldenfeed-product-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  object-fit: contain;
}

.goldenfeed-product-card:hover .goldenfeed-product-img {
  transform: scale(1.05);
}

/* Sale Badge - Red, Top Left */
.goldenfeed-sale-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #e53935;
  color: #fff;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(229, 57, 53, 0.4);
}

/* Product Info */
.goldenfeed-product-info {
  padding: 25px 20px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}

/* Product Title */
.goldenfeed-product-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.4;
}

.goldenfeed-product-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.goldenfeed-product-title a:hover {
  color: #1d1f4f;
}

/* Product Price - Golden Color */
.goldenfeed-product-price {
  font-size: 18px;
  color: #f4b430;
  font-weight: 600;
}

.goldenfeed-product-price .woocommerce-Price-amount {
  color: #f4b430;
}

.goldenfeed-product-price del {
  color: #999;
  font-size: 14px;
  margin-right: 8px;
}

.goldenfeed-product-price del .woocommerce-Price-amount {
  color: #999;
}

.goldenfeed-product-price ins {
  text-decoration: none;
}

.goldenfeed-product-price ins .woocommerce-Price-amount {
  color: #f4b430;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .goldenfeed-product-info {
    padding: 20px 15px;
  }

  .goldenfeed-product-title {
    font-size: 14px;
  }

  .goldenfeed-product-price {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .goldenfeed-product-image {
    padding: 15px;
  }

  .goldenfeed-sale-badge {
    padding: 6px 12px;
    font-size: 12px;
    top: 10px;
    left: 10px;
  }

  .goldenfeed-product-info {
    padding: 15px 10px;
  }

  .goldenfeed-product-title {
    font-size: 13px;
  }

  .goldenfeed-product-price {
    font-size: 14px;
  }
}

/* ================================================
   Homepage Featured Products Section (Tag-based)
   ================================================ */

.hp-featured-section {
  margin-bottom: 50px;
}

.hp-featured-column {
  padding: 0 15px;
}

/* Tag Title */
.hp-featured-tag-title {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  color: #f4b430;
  margin-bottom: 25px;
  padding-bottom: 10px;
  position: relative;
}

/* Featured Product Card */
.hp-featured-product-card {
  background: #e2e2e4;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 30px;
  border: none;
  min-height: 650px;
}

.hp-featured-product-card:hover {
  box-shadow: 0 8px 25px rgba(244, 180, 48, 0.2);
  transform: translateY(-3px);
}

/* Featured Product Image */
.hp-featured-product-image {
  position: relative;
  padding: 15px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hp-featured-product-image a {
  display: block;
  width: 100%;
  text-align: center;
}

.hp-featured-img {
  max-width: 200px;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.hp-featured-product-card:hover .hp-featured-img {
  transform: scale(1.05);
}

/* Overlay on Image */
.hp-featured-overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  z-index: 5;
}

.hp-featured-overlay-title {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  margin: 0;
  line-height: 1.3;
}

/* Featured Product Info */
.hp-featured-product-category {
  font-size: 24px;
  text-align: center;
  display: block;
  margin-left: auto;
  width: 200px;
  margin-right: auto;
  margin-top: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.hp-featured-product-info {
  padding: 20px 55px;
  text-align: center;
  /* background: #fff; */
}

.hp-featured-product-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.4;
}

.hp-featured-product-title a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 400;
}

.hp-featured-product-title a:hover {
  color: #1d1f4f;
}

/* Short Description - Golden Color */
.hp-featured-product-desc {
  font-size: 13px;
  color: #f4b430;
  line-height: 1.5;
  margin-bottom: 15px;
}

/* View More Button - Outline Style */
.hp-featured-product-action {
  margin-top: 10px;
}

.hp-featured-btn {
  display: inline-block;
  padding: 8px 25px;
  border: 1px solid #f4b430;
  border-radius: 20px;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  background: transparent;
  transition: all 0.3s ease;
}


.hp-featured-btn:hover {
  background: #f4b430;
  color: #fff;
  text-decoration: none;
}

/* ================================================
   Featured Recommended Products (สินค้าแนะนำ) - Left Column
   ================================================ */

.hp-featured-recommend {
  border-radius: 30px !important;
}

.hp-featured-recommend .hp-featured-product-image {
  border-radius: 25px 25px 0 0;
}

.hp-featured-recommend .hp-featured-product-info {
  background: none;
}

.hp-featured-recommend .hp-featured-btn {
  background: #f4b430;
  color: #fff;
  border: 1px solid #f4b430;
}

.hp-featured-recommend .hp-featured-btn:hover {
  background: #e0a020;
}

/* ================================================
   Homepage Random Products Section (Bottom)
   ================================================ */

.hp-random-section {
  margin-top: 20px;
  padding-top: 20px;
}

.hp-random-column {
  padding: 0 10px;
  margin-bottom: 25px;
}

/* Random Product Card */
.hp-random-product-card {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.hp-random-product-card:hover {
  /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); */
}

/* Random Product Image */
.hp-random-product-image {
  padding: 15px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hp-random-product-image a {
  display: block;
  text-align: center;
  background: #f5f5f5;
  width: 200px;
  padding: 25px 0;
  border-radius: 30px;
}

.hp-random-img {
  max-width: 100%;
  height: auto;
  max-height: 170px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.hp-random-product-card:hover .hp-random-img {
  transform: scale(1.05);
}

/* Random Product Info */
.hp-random-product-info {
  padding: 15px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hp-random-product-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
}

.hp-random-product-title a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 18px;
  font-weight: 400;
}

.hp-random-product-title a:hover {
  color: #1d1f4f;
}

/* Short Description - Golden Color */
.hp-random-product-desc {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 15px;
  flex-grow: 1;
  font-weight: 300;
}

/* View More Button - Filled Style */
.hp-random-product-action {
  margin-top: auto;
}

.hp-random-btn {
  display: inline-block;
  padding: 5px 50px;
  background: #f4b430;
  border: none;
  border-radius: 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hp-random-btn:hover {
  background: #e0a020;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(244, 180, 48, 0.4);
}

/* No Products Message */
.no-products {
  text-align: center;
  color: #999;
  font-style: italic;
  padding: 30px;
}

/* ================================================
   Responsive Adjustments for Homepage Products
   ================================================ */

@media (max-width: 991px) {
  .hp-featured-section {
    margin-bottom: 30px;
  }

  .hp-featured-column {
    margin-bottom: 30px;
  }

  .hp-featured-tag-title {
    font-size: 20px;
  }

  .hp-featured-product-image {
    min-height: 180px;
  }

  .hp-featured-img {
    max-height: 150px;
  }
}

@media (max-width: 767px) {
  .hp-featured-tag-title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .hp-featured-product-card {
    margin-bottom: 15px;
  }

  .hp-featured-product-image {
    min-height: 150px;
    padding: 10px;
  }

  .hp-featured-img {
    max-height: 120px;
  }

  .hp-featured-product-info {
    padding: 15px 10px;
  }

  .hp-featured-product-title {
    font-size: 13px;
  }

  .hp-featured-product-desc {
    font-size: 12px;
  }

  .hp-random-section {
    margin-top: 25px;
    padding-top: 25px;
  }

  .hp-random-product-image {
    min-height: 120px;
    padding: 10px;
  }

  .hp-random-img {
    max-height: 100px;
  }

  .hp-random-product-title {
    font-size: 12px;
  }

  .hp-random-product-desc {
    font-size: 11px;
  }

  .hp-random-btn {
    padding: 8px 20px;
    font-size: 12px;
  }
}

/* Custom Bootstrap Grid Class - col-md-35
   Width: 29.166% (halfway between col-md-3 and col-md-4)
   Equivalent to 3.5 columns out of 12 */
@media (min-width: 768px) {
  .col-md-35 {
    flex: 0 0 auto;
    width: 29.166666%;
  }
}

/* ===========================================
   Custom Sidebar Widgets Styles
   =========================================== */

/* Category Filter Widget */
.dbea-category-filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dbea-category-filter-list .category-item {
  /* margin-bottom: 10px; */
  padding: 0;
}

.dbea-category-filter-list .category-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  text-decoration: none;
  padding: 0;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 20px;
}

.dbea-category-filter-list .category-item a:before {
  content: "→";
  position: absolute;
  left: 0;
  color: #000;
  transition: all 0.3s ease;
}

.dbea-category-filter-list .category-item a:hover {
  color: #D4AF37;
  padding-left: 25px;
}

.dbea-category-filter-list .category-item a:hover:before {
  color: #D4AF37;
  left: 5px;
}

.dbea-category-filter-list .category-name {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
}

.dbea-category-filter-list .category-count {
  font-size: 12px;
  color: #666;
  font-weight: 300;
}

/* Size/Tag Filter Widget */
.dbea-size-filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dbea-size-filter-list .size-item {
  margin-bottom: 8px;
}

.dbea-size-filter-list label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #000;
}

.dbea-size-filter-list input[type="checkbox"] {
  margin-right: 10px;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.dbea-size-filter-list .size-label {
  font-weight: 400;
}

/* Tag Cloud Filter */
.dbea-tag-filter-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dbea-tag-filter-cloud .tag-item {
  display: inline-block;
  padding: 5px 12px;
  background: #f5f5f5;
  color: #000;
  text-decoration: none;
  border-radius: 3px;
  font-size: 13px;
  transition: all 0.3s ease;
}

.dbea-tag-filter-cloud .tag-item:hover {
  background: #D4AF37;
  color: #fff;
}

/* Featured Products Widget */
.dbea-featured-products-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dbea-featured-products-list .featured-product-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.dbea-featured-products-list .featured-product-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dbea-featured-products-list .featured-product-link {
  display: flex;
  gap: 15px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}

.dbea-featured-products-list .featured-product-link:hover {
  opacity: 0.8;
}

.dbea-featured-products-list .featured-product-thumbnail {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 4px;
}

.dbea-featured-products-list .featured-product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dbea-featured-products-list .featured-product-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dbea-featured-products-list .featured-product-title {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 8px 0;
  line-height: 1.3;
  color: #000;
}

.dbea-featured-products-list .featured-product-price {
  font-size: 14px;
  font-weight: 600;
  color: #D4AF37;
}

.dbea-featured-products-list .featured-product-price .amount {
  color: #D4AF37;
}

#bg-shop {
  margin: 0 auto;
  text-align: center;

  img {
    width: 100%;
  }
}

/* Widget Title Styles */
.sns-left .widget-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  /* border-bottom: 2px solid #000; */
  letter-spacing: 0.5px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .dbea-featured-products-list .featured-product-thumbnail {
    width: 60px;
    height: 60px;
  }

  .dbea-featured-products-list .featured-product-title {
    font-size: 13px;
  }

  .dbea-featured-products-list .featured-product-price {
    font-size: 13px;
  }
}

/* ========================================
   About Page Styles
   ======================================== */

/* About Page Wrapper */
.about-page-wrapper {
  background-color: #fff;
  overflow-x: hidden;
}

#about-warp {
  background-color: #fff;
  max-width: 1210px;
  margin: 0 auto;
}

/* Hero Banner Section */
.about-hero-section {
  text-align: center;
  margin: 0 auto;
}

.about-hero-section img {
  width: 100%;
  max-width: 1920px;
}

.about-hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 50px 60px;
}

.about-hero-subtitle {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #fff;
  letter-spacing: 1px;
}

.about-hero-title {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.3;
  color: #FFD700;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
}

/* Company Info Section with Wave Background */
.about-company-section {
  background-color: #f5f5f5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
}

.golden-info-block {
  margin: -90px 0 0 auto;
  padding: 160px 70px 190px;
  border-radius: 400px 0 0 400px;
  text-align: right;
  width: 815px;
}

.golden-block-dark {
  background: linear-gradient(135deg, #1d1f4f 0%, #2a2d6e 100%);
  color: #fff;
}

.golden-block-light {
  border-radius: 0 400px 400px 0;
  text-align: left;
  margin: -140px auto 0 0;
  background: url(/wp-content/themes/dbea/assets/img/bg-about-section-2.png) center left no-repeat;
  background-size: cover;
  padding: 205px 80px;
  position: relative;
  z-index: 3;
}

.golden-block-experience {
  background: #ffffff;
  color: #1d1f4f;
  border-radius: 0 400px 400px 0;
  border: 5px solid #1d1f4f;
  z-index: 1;
  position: relative;
  margin-top: -160px;
  padding: 220px 60px;

}

.golden-title {
  font-size: 72px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #ca9d2c;
  letter-spacing: 3px;
}

.golden-description {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.3;
}

.golden-detail {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 400;
}

.mission-text {
  font-size: 35px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 400;
  color: #ca9d2c;
}

.mission-text .highlight-text {
  color: #FFD700;
  font-weight: 700;
  font-size: 22px;
}

.values-text {
  font-size: 22px;
  line-height: 1.8;
  font-weight: 400;
  color: #fff;
}

.experience-title {
  font-size: 72px;
  font-weight: 900;
  color: #FFD700;
  margin-bottom: 25px;
}

.experience-text {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
}

/* Award Section */
.about-award-section {
  padding: 190px 0;
  display: flex;
}



.award-image {
  width: 380px;
  height: auto;
}

.award-content {
  width: calc(100% - 410px);
  margin-left: 20px;
  padding: 25px 0;
}

.award-title {
  font-size: 36px;
  font-weight: 700;
  color: #1d1f4f;
  margin-bottom: 20px;
}

.award-subtitle {
  font-size: 23px;
  font-weight: 400;
  color: #000;
}

.award-description {
  font-size: 22px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 30px;
}

.award-quote {
  font-size: 22px;
  font-weight: 600;
  color: #1d1f4f;
  font-style: italic;
  padding-left: 20px;
  border-left: 4px solid #FFD700;
}

/* Quick Support Section */
.about-support-section {
  margin-top: 45px;
  padding-bottom: 100px;
}

.support-title {
  font-size: 72px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.2;
  text-align: right;
  color: #1d1f4f;
}

.support-subtitle {
  font-size: 24px;
  font-weight: 400;
  text-align: right;
}

.qr-code-wrapper::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: -20px;
  left: 100px;
}

.qr-code-image {
  max-width: 230px;
  width: 100%;
  height: auto;
}

.qr-code-label {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 600;
  color: #FFD700;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .about-hero-section {
    min-height: 400px;
    padding: 60px 0;
  }

  .about-hero-title {
    font-size: 36px;
  }

  .about-hero-subtitle {
    font-size: 18px;
  }

  .golden-info-block {
    padding: 50px 40px;
    border-radius: 150px 60px;
  }

  .golden-title {
    font-size: 48px;
  }

  .golden-description {
    font-size: 24px;
  }

  .experience-title {
    font-size: 56px;
  }

  .award-title {
    font-size: 32px;
  }

  .award-subtitle {
    font-size: 22px;
  }

  .support-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .about-hero-section {
    min-height: 350px;
    padding: 40px 0;
  }

  .about-hero-content {
    padding: 20px;
  }

  .about-hero-title {
    font-size: 28px;
  }

  .about-hero-subtitle {
    font-size: 16px;
  }

  .about-company-section {
    padding: 60px 0;
  }

  .golden-info-block {
    padding: 40px 30px;
    margin: 35px auto;
    border-radius: 80px 40px;
  }

  .golden-title {
    font-size: 36px;
  }

  .golden-description {
    font-size: 20px;
  }

  .golden-detail,
  .mission-text,
  .values-text,
  .experience-text {
    font-size: 14px;
  }

  .experience-title {
    font-size: 42px;
  }

  .about-award-section {
    padding: 60px 0;
  }

  .award-image {
    max-width: 280px;
  }

  .award-content {
    padding: 20px 0;
    text-align: center;
  }

  .award-title {
    font-size: 24px;
  }

  .award-subtitle {
    font-size: 18px;
  }

  .about-support-section {
    padding: 60px 0;
  }

  .support-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .support-subtitle {
    font-size: 12px;
  }

  .qr-code-image {
    max-width: 180px;
  }
}


#review-warp {
  max-width: 1200px;
  margin: 0 auto;
}

#review-warp h1 {
  color: #ca9d2c;
  text-align: center;
  font-size: 70px;
  margin-top: 50px;
  font-weight: 500;
}

.sub-head-review {
  text-align: center;
  font-size: 35px;
}

.sub-slide-review {
  text-align: center;
  font-size: 22px;
  margin-top: 20px;
}

.n2-ss-slider .n2-ss-widget {
  background: #bbb;
  border-radius: 50%;
  padding: 10px;
}

.n2-ss-slider .n2-ss-slider-controls-absolute-right-center>*,
.n2-ss-slider .n2-ss-slider-controls-absolute-left>* {
  margin-right: -100px !important;
}

.n2-ss-slider .n2-ss-slider-controls-absolute-left-center>*,
.n2-ss-slider .n2-ss-slider-controls-absolute-right>* {
  margin-left: -100px !important;
}

/* Review List Styles */
.review-container {
  max-width: 1200px;
  margin: 60px auto;
  columns: 3;
  /* Number of columns */
  column-gap: 20px;
  /* Gap between columns */
}

.review-left {
  position: relative;
}

.review-card-blue {
  background: #1d1f4f;
  border-radius: 130px;
  padding: 30px;
  color: white;
  position: relative;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 380px;
  break-inside: avoid;
}

.review-card-blue .review-image {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  margin-top: 40px;
}

.review-card-blue .review-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-card-blue .review-content-blue h3 {
  font-size: 24px;
  color: #fbbf24;
  margin-bottom: 15px;
  font-weight: 600;
}

.review-card-blue .review-stars {
  margin: 15px 0;
  font-size: 24px;
}

.review-card-blue .review-stars .star {
  color: #ca9d2c;
  margin: 0 2px;
}

.review-card-blue .review-stars .star.filled {
  color: #ca9d2c;
}

.review-card-blue .review-text {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
  margin-top: 20px;
  margin-bottom: 50px;
}

.review-card-blue .review-text p {
  margin: 0;
}


.review-card-gray {
  background: #f9f9f9;
  padding: 50px;
  position: relative;
  display: inline-block;
  border-radius: 110px;
  border: 1px solid #1d1f4f;
  margin: 20px;
  width: 360px;
  text-align: left;
  break-inside: avoid;
}

.user-info-review {
  display: flex;

  h4 {
    color: #ca9d2c;
    text-align: left;
    padding-left: 10px;
  }
}

.review-card-gray .review-image-small {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #e5e7eb;
}

.review-card-gray .review-image-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-card-gray .review-content-gray {
  flex: 1;
}

.review-card-gray .review-content-gray h4 {
  font-size: 18px;
  color: #fbbf24;
  margin: 0 0 10px 0;
  font-weight: 600;
}

.review-card-gray .review-stars {
  margin: 8px 0;
  font-size: 18px;
}

.review-card-gray .review-stars .star {
  color: #d1d5db;
  margin: 0 2px;
}

.review-card-gray .review-stars .star.filled {
  color: #fbbf24;
}

.review-card-gray .review-text {
  font-size: 14px;
  line-height: 1.7;
  color: #374151;
  margin-top: 10px;
}

.review-card-gray .review-text p {
  margin: 0;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .review-container {
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 40px auto;
  }

  .review-card-blue {
    min-height: auto;
    padding: 30px;
  }

  .review-card-gray::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .review-container {
    padding: 0 15px;
  }

  .review-card-blue {
    padding: 25px;
  }

  .review-card-blue .review-image {
    width: 100px;
    height: 100px;
  }

  .review-card-blue .review-content-blue h3 {
    font-size: 20px;
  }

  .review-card-gray {
    padding: 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .review-card-gray .review-image-small {
    margin-bottom: 15px;
  }
}

/* ===================================
   FAQ Page Styles
   =================================== */

#faq-page {
  background-color: #fff;
}

#faq-warp {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 80px;
}

/* FAQ Search Section */
.faq-search-section {
  max-width: 900px;
  margin: 0px auto 80px auto;
}

.faq-search-box {
  background: #c9a227;
  border-radius: 40px;
  padding: 45px 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.faq-search-label {
  font-size: 24px;
  font-weight: 400;
  white-space: nowrap;
  color: #000;
}

.faq-search-input-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  border: 3px solid #fff;
}

#faq-search-input {
  flex: 1;
  border: none;
  padding: 15px 25px;
  font-size: 22px;
  outline: none;
  background: transparent;
  color: #1d1f4f;
  text-align: center;
}

#faq-search-input::placeholder {
  color: #ccc;
  opacity: 0.7;
  text-align: center;
}

#faq-search-btn {
  background: #1d1f4f;
  color: #fff;
  border: none;
  padding: 0px 40px;
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  border-radius: 50px;
  margin: 4px;
}

#faq-search-btn:hover {
  background: #2a2d5a;
}

/* FAQ Title Section */
.faq-title-section {
  text-align: center;
  margin-bottom: 50px;

}

.faq-title-section h1 {
  font-size: 65px;
  font-weight: 500;
  color: #ca9d2c;
  margin: 0;
}

.faq-title-section p {
  font-size: 37px;
  color: #666;
  margin: 0;
}

/* Contact Info Section */
.faq-contact-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 60px;
  padding: 0;
  background: transparent;
}

.faq-contact-info .contact-item {
  text-align: center;
  padding: 30px 20px;
  background: #f8f8f8;
  border-radius: 30px;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.faq-contact-info .contact-item:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.faq-contact-info .contact-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-contact-info .contact-icon img {
  max-width: 100%;
  max-height: 100%;
}

.faq-contact-info .contact-item h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.faq-contact-info .contact-item p {
  font-size: 14px;
  color: #000;
  margin: 0 0 15px;
}

.faq-contact-info .contact-item a {
  font-size: 14px;
  color: #1d1f4f;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
}

.faq-contact-info .contact-item a:hover {
  color: #c9a962;
}

/* FAQ Category */
.faq-category {
  margin-bottom: 50px;
}

.faq-category-title {
  font-size: 24px;
  font-weight: 600;
  color: #1d1f4f;
  text-align: center;
  margin: 0 0 30px;
  position: relative;
}

.faq-category-title::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #c9a962, #e8d5a3);
  border-radius: 2px;
}

/* FAQ List */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* FAQ Item */
.faq-item {
  background: linear-gradient(135deg, #1d1f4f 0%, #2a2d5a 100%);
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(29, 31, 79, 0.3);
}

.faq-item.active {
  border-radius: 25px;
}

/* FAQ Question */
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  cursor: pointer;
  user-select: none;
}

.faq-question span:first-child {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  flex: 1;
  padding-right: 20px;
}

.faq-toggle-icon {
  width: 30px;
  height: 30px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.faq-toggle-icon::before,
.faq-toggle-icon::after {
  content: '';
  position: absolute;
  background: #ca9d2c;
  transition: all 0.3s ease;
}

.faq-toggle-icon::before {
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-toggle-icon::after {
  width: 2px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-item.active .faq-toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.faq-item.active .faq-toggle-icon {
  border-color: #c9a962;
  background: rgba(201, 169, 98, 0.2);
}

/* FAQ Answer */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 30px;
  background: rgba(255, 255, 255, 0.05);
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 30px 25px;
}

.faq-answer p {
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.8;
  color: #ca9d2c;
  margin: 0;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .faq-contact-info {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 30px;
  }

  .faq-title-section h1 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  #faq-warp {
    padding: 40px 15px 60px;
  }

  .faq-contact-info {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px;
  }

  .faq-title-section h1 {
    font-size: 28px;
  }

  .faq-category-title {
    font-size: 20px;
  }

  .faq-question {
    padding: 15px 20px;
  }

  .faq-question span:first-child {
    font-size: 14px;
  }

  .faq-item {
    border-radius: 30px;
  }

  .faq-item.active {
    border-radius: 20px;
  }

  .faq-search-box {
    flex-direction: column;
    border-radius: 20px;
    padding: 20px;
    gap: 15px;
  }

  .faq-search-label {
    padding-left: 0;
    text-align: center;
  }

  .faq-search-input-wrapper {
    width: 100%;
  }
}

/* ============================================
   CONTACT PAGE STYLES
   ============================================ */

#contact-page {
  padding: 0;
  background-color: #1d1f4f;
}

#contact-wrap {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.contact-container {
  display: flex;
  min-height: 500px;
}

/* Left Section - Contact Info */
.contact-info-section {
  flex: 0 0 50%;
  background: linear-gradient(135deg, #1d1f4f 0%, #15163a 100%);
  padding: 60px 80px;
  color: #fff;
}

.contact-title {
  font-size: 48px;
  font-weight: 400;
  font-style: italic;
  color: #c9a227;
  margin: 0 0 20px;
  font-family: 'Times New Roman', serif;
}

.contact-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  margin: 0 0 40px;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.contact-info-item.contact-info-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.contact-info-group {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-info-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.contact-info-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-info-icon.line-icon {
  background: #00B900;
  border-radius: 5px;
  padding: 3px;
  width: 28px;
  height: 28px;
}

.contact-info-content h4 {
  font-size: 14px;
  font-weight: 600;
  color: #c9a227;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.contact-info-content p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.6;
}

.contact-info-content a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info-content a:hover {
  color: #c9a227;
}

.contact-hours {
  flex-direction: column;
  gap: 5px;
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 25px;
}

.contact-hours h4 {
  font-size: 14px;
  font-weight: 600;
  color: #c9a227;
  margin: 0 0 10px;
}

.contact-hours p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.6;
}

/* Right Section - Contact Form */
.contact-form-section {
  flex: 0 0 50%;
  background: #f5f5f5;
  padding: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.contact-form-box {
  background: #fff;
  border-radius: 15px;
  padding: 40px;
  width: 100%;
  max-width: 450px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

.contact-form-title {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  margin: 0 0 30px;
  text-align: center;
}

.contact-form-wrapper {
  min-height: 300px;
}

/* Responsive Contact Page */
@media (max-width: 991px) {
  .contact-container {
    flex-direction: column;
  }

  .contact-info-section,
  .contact-form-section {
    flex: 0 0 100%;
    padding: 40px;
  }

  .contact-title {
    font-size: 36px;
  }
}

@media (max-width: 575px) {

  .contact-info-section,
  .contact-form-section {
    padding: 30px 20px;
  }

  .contact-title {
    font-size: 28px;
  }

  .contact-form-box {
    padding: 25px;
  }

  .contact-info-item.contact-info-row {
    flex-direction: column;
    gap: 20px;
  }
}