/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 36px;
  height: 23px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 36px;
  height: 1px;
  background-color: #000;
  border-radius: 0px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -11px;
}
.hamburger-inner::after {
  bottom: -11px;
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 0.5px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 11px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 22px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 11px, 0) rotate(135deg);
          transform: translate3d(0, 11px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -22px, 0) rotate(-270deg);
          transform: translate3d(0, -22px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 0.5px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 11px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 22px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 11px, 0) rotate(-135deg);
          transform: translate3d(0, 11px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -22px, 0) rotate(270deg);
          transform: translate3d(0, -22px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/**
 * WooCommerce
 */
/**
 * Imports
 */
/*@font-face {
    font-family: 'star';
    src: url("../../../../../plugins/woocommerce/assets/fonts/star.eot");
    src: url("../../../../../plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("../../../../../plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("../../../../../plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("../../../../../plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
    font-weight: normal;
    font-style: normal; }
  */
@-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);
  }
}
@-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);
  }
}
.price ins {
  font-weight: 400;
}

/**
   * Header Elements
   */
.woocommerce-active .site-branding {
  float: left;
}

.site-header-cart {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
}

.site-header-cart .cart-contents {
  display: none;
}

.site-header-cart .widget_shopping_cart {
  display: none;
}

.site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
  margin: 1.41575em;
}

.site-header-cart .widget_shopping_cart .product_list_widget img {
  margin-left: 1em;
}

.site-search {
  font-size: 0.875em;
  clear: both;
  display: none;
}

.site-search .widget_product_search input[type=text],
.site-search .widget_product_search input[type=search] {
  padding: 1em 1.41575em;
  line-height: 1;
}

.site-search .widget_product_search form::before {
  top: 1.15em;
  left: 1.15em;
}

.site-search .widget_product_search #searchsubmit {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/**
   * Handheld footer bar
   */
.storefront-handheld-footer-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.storefront-handheld-footer-bar::before,
.storefront-handheld-footer-bar::after {
  content: "";
  display: table;
}

.storefront-handheld-footer-bar::after {
  clear: both;
}

.storefront-handheld-footer-bar ul {
  margin: 0;
}

.storefront-handheld-footer-bar ul li {
  display: inline-block;
  float: left;
  text-align: center;
}

.storefront-handheld-footer-bar ul li:last-child > a {
  border-right: 0;
}

.storefront-handheld-footer-bar ul li > a {
  height: 4.235801032em;
  display: block;
  position: relative;
  text-indent: -9999px;
  z-index: 999;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.storefront-handheld-footer-bar ul li > a:focus {
  z-index: 1000;
}

.storefront-handheld-footer-bar ul li.search .site-search {
  position: absolute;
  bottom: -2em;
  left: 0;
  right: 0;
  -webkit-transition: all, ease, 0.2s;
  transition: all, ease, 0.2s;
  padding: 1em;
  z-index: 1;
  display: block;
}

.storefront-handheld-footer-bar ul li.search.active .site-search {
  bottom: 100%;
}

.storefront-handheld-footer-bar ul li.search .site-search,
.storefront-handheld-footer-bar ul li.search .widget,
.storefront-handheld-footer-bar ul li.search form {
  margin-bottom: 0;
}

.storefront-handheld-footer-bar ul li.cart .count {
  text-indent: 0;
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 0.75em;
  position: absolute;
  top: 0.875em;
  left: 50%;
  border-radius: 100%;
  border: 1px solid;
}

.storefront-handheld-footer-bar ul.columns-1 li {
  width: 100%;
  display: block;
  float: none;
}

.storefront-handheld-footer-bar ul.columns-2 li {
  width: 50%;
}

.storefront-handheld-footer-bar ul.columns-3 li {
  width: 33.33333%;
}

.storefront-handheld-footer-bar ul.columns-4 li {
  width: 25%;
}

.storefront-handheld-footer-bar ul.columns-5 li {
  width: 20%;
}

.sf-input-focused .storefront-handheld-footer-bar {
  display: none;
}

/**
   * Shop tables
   */
table.shop_table_responsive thead {
  display: none;
}

table.shop_table_responsive tbody th {
  display: none;
}

table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}

table.shop_table_responsive tr td::before,
table.shop_table_responsive tr td::after {
  content: "";
  display: table;
}

table.shop_table_responsive tr td::after {
  clear: both;
}

table.shop_table_responsive tr td[data-title]::before {
  content: attr(data-title) ": ";
  font-weight: 600;
  float: left;
}

table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
  display: none;
}

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

table.shop_table_responsive.my_account_orders .order-actions {
  text-align: right;
}

table.shop_table_responsive.my_account_orders .order-actions::before {
  display: none;
}

/**
   * Products
   */
ul.products::before,
ul.products::after {
  content: "";
  display: table;
}

ul.products::after {
  clear: both;
}

ul.products,
.wc-block-grid__products {
  margin-left: 0;
  margin-bottom: 0;
  clear: both;
  text-align: center;
}

ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
  list-style: none;
  margin-left: 0;
  margin-bottom: 4.235801032em;
  text-align: center;
  position: relative;
}

ul.products li.product .star-rating,
ul.products .wc-block-grid__product .star-rating,
.wc-block-grid__products li.product .star-rating,
.wc-block-grid__products .wc-block-grid__product .star-rating {
  margin: 0 auto 0.5407911001em;
}

ul.products li.product .woocommerce-LoopProduct-link,
ul.products .wc-block-grid__product .woocommerce-LoopProduct-link,
.wc-block-grid__products li.product .woocommerce-LoopProduct-link,
.wc-block-grid__products .wc-block-grid__product .woocommerce-LoopProduct-link {
  display: block;
}

ul.products li.product .price,
ul.products .wc-block-grid__product .price,
.wc-block-grid__products li.product .price,
.wc-block-grid__products .wc-block-grid__product .price {
  display: block;
  color: #43454b;
  font-weight: 400;
  margin-bottom: 1rem;
}

ul.products li.product .price ins,
ul.products .wc-block-grid__product .price ins,
.wc-block-grid__products li.product .price ins,
.wc-block-grid__products .wc-block-grid__product .price ins {
  margin-left: 0.6180469716em;
  background-color: transparent;
}

ul.products li.product h2,
ul.products li.product h3,
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .wc-block-grid__product-title,
ul.products li.product .wc-block-grid__product-title > a,
ul.products .wc-block-grid__product h2,
ul.products .wc-block-grid__product h3,
ul.products .wc-block-grid__product .woocommerce-loop-product__title,
ul.products .wc-block-grid__product .wc-block-grid__product-title,
ul.products .wc-block-grid__product .wc-block-grid__product-title > a,
.wc-block-grid__products li.product h2,
.wc-block-grid__products li.product h3,
.wc-block-grid__products li.product .woocommerce-loop-product__title,
.wc-block-grid__products li.product .wc-block-grid__product-title,
.wc-block-grid__products li.product .wc-block-grid__product-title > a,
.wc-block-grid__products .wc-block-grid__product h2,
.wc-block-grid__products .wc-block-grid__product h3,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title > a {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.5407911001em;
}

ul.products li.product .star-rating,
ul.products .wc-block-grid__product .star-rating,
.wc-block-grid__products li.product .star-rating,
.wc-block-grid__products .wc-block-grid__product .star-rating {
  font-size: 0.875em;
}

ul.products li.product img,
ul.products .wc-block-grid__product img,
.wc-block-grid__products li.product img,
.wc-block-grid__products .wc-block-grid__product img {
  display: block;
  margin: 0 auto 1.618em;
}

ul.products li.product.product-category h2,
ul.products li.product.product-category h3,
ul.products li.product.product-category .woocommerce-loop-category__title,
ul.products .wc-block-grid__product.product-category h2,
ul.products .wc-block-grid__product.product-category h3,
ul.products .wc-block-grid__product.product-category .woocommerce-loop-category__title,
.wc-block-grid__products li.product.product-category h2,
.wc-block-grid__products li.product.product-category h3,
.wc-block-grid__products li.product.product-category .woocommerce-loop-category__title,
.wc-block-grid__products .wc-block-grid__product.product-category h2,
.wc-block-grid__products .wc-block-grid__product.product-category h3,
.wc-block-grid__products .wc-block-grid__product.product-category .woocommerce-loop-category__title {
  font-size: 1.1em;
}

ul.products li.product.product-category img,
ul.products .wc-block-grid__product.product-category img,
.wc-block-grid__products li.product.product-category img,
.wc-block-grid__products .wc-block-grid__product.product-category img {
  margin-bottom: 1.618em;
}

ul.products li.product .button,
ul.products .wc-block-grid__product .button,
.wc-block-grid__products li.product .button,
.wc-block-grid__products .wc-block-grid__product .button {
  margin-bottom: 0.236em;
}

.hentry .entry-content .wc-block-grid__products .wc-block-grid__product > a,
.hentry .entry-content ul.products li.product > a {
  text-decoration: none;
}

.price del {
  opacity: 0.5;
  font-weight: 400;
}

.price del + ins {
  margin-left: 0.327em;
}

/**
   * Single Product
   */
.single-product .pswp__button {
  background-color: transparent;
}

.single-product div.product {
  position: relative;
  overflow: hidden;
}

.single-product div.product::before,
.single-product div.product::after {
  content: "";
  display: table;
}

.single-product div.product::after {
  clear: both;
}

.single-product div.product .images,
.single-product div.product .summary,
.single-product div.product .woocommerce-product-gallery {
  margin-bottom: 2.617924em;
  margin-top: 0;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery .zoomImg {
  background-color: #fff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.875em;
  right: 0.875em;
  display: block;
  height: 2em;
  width: 2em;
  border-radius: 3px;
  z-index: 99;
  text-align: center;
}

.single-product div.product .woocommerce-product-gallery img {
  margin: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1.618em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs::before,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs::after {
  content: "";
  display: table;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs::after {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  margin-bottom: 1.618em;
  cursor: pointer;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
  -webkit-transition: all, ease, 0.2s;
  transition: all, ease, 0.2s;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 42.8571428571%;
  float: left;
  margin-right: 14.2857142857%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 23.8095238%;
  float: left;
  margin-right: 14.2857142857%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 14.2857142857%;
  float: left;
  margin-right: 14.2857142857%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 8.5714285714%;
  float: left;
  margin-right: 14.2857142857%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.single-product div.product .images .woocommerce-main-image {
  margin-bottom: 1.618em;
  display: block;
}

.single-product div.product .images .thumbnails a.zoom {
  display: block;
  width: 22.05%;
  margin-right: 3.8%;
  float: left;
  margin-bottom: 1em;
}

.single-product div.product .images .thumbnails a.zoom.last {
  margin-right: 0;
}

.single-product div.product .images .thumbnails a.zoom.first {
  clear: both;
}

.single-product div.product form.cart {
  margin-bottom: 1.618em;
  padding: 1em 0;
}

.single-product div.product form.cart::before,
.single-product div.product form.cart::after {
  content: "";
  display: table;
}

.single-product div.product form.cart::after {
  clear: both;
}

.single-product div.product form.cart .quantity {
  float: left;
  margin-right: 0.875em;
}

.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label {
  overflow-wrap: anywhere;
  word-break: break-word;
  -ms-word-break: break-all;
}

.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity {
  float: none;
  margin-right: 0;
}

.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity .quantity {
  margin-right: 0;
}

.single-product div.product p.price {
  font-size: 1.41575em;
  margin: 1.41575em 0;
}

.single-product div.product table.variations {
  table-layout: fixed;
  margin: 0;
}

.single-product div.product table.variations th,
.single-product div.product table.variations td {
  display: list-item;
  padding: 0;
  list-style: none;
  background-color: transparent;
}

.single-product div.product table.variations .value {
  margin-bottom: 1em;
}

.single-product div.product table.variations select {
  max-width: 70%;
  vertical-align: middle;
}

.single-product div.product .single_variation .price {
  margin-bottom: 1em;
  display: block;
}

.single-product div.product .variations_button {
  padding-top: 1em;
}

.single-product div.product .variations_button::before,
.single-product div.product .variations_button::after {
  content: "";
  display: table;
}

.single-product div.product .variations_button::after {
  clear: both;
}

.single-product div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
  margin-top: -0.875em;
}

.single-product div.product .woocommerce-product-rating::before,
.single-product div.product .woocommerce-product-rating::after {
  content: "";
  display: table;
}

.single-product div.product .woocommerce-product-rating::after {
  clear: both;
}

.single-product div.product .woocommerce-product-rating a {
  font-weight: 600;
  text-decoration: underline;
}

.single-product div.product .woocommerce-product-rating a:hover {
  text-decoration: none;
}

.single-product div.product .woocommerce-product-rating .star-rating {
  float: left;
  margin-right: 0.6180469716em;
}

.single-product div.product .product_meta {
  font-size: 0.875em;
  padding-top: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.single-product div.product .product_meta .sku_wrapper,
.single-product div.product .product_meta .posted_in,
.single-product div.product .product_meta .tagged_as {
  display: block;
}

.single-product div.product .product_meta .sku_wrapper:last-child,
.single-product div.product .product_meta .posted_in:last-child,
.single-product div.product .product_meta .tagged_as:last-child {
  border-bottom: 0;
}

.single-product div.product .product_meta a {
  font-weight: 600;
  text-decoration: underline;
}

.single-product div.product .product_meta a:hover {
  text-decoration: none;
}

.single-product div.product .edit-link {
  font-size: 0.875em;
  margin-top: 1em;
}

.stock:empty::before {
  display: none;
}

.stock.in-stock {
  color: #0f834d;
}

.stock.out-of-stock {
  color: #e2401c;
}

a.reset_variations {
  display: inline-block;
  margin-left: 1em;
}

/**
   * Reviews
   */
#reviews {
  outline: none;
}

#reviews #comments {
  padding-top: 0;
}

#reviews .comment-reply-title {
  display: none;
}

#reviews .commentlist {
  list-style: none;
  margin-left: 0;
}

#reviews .commentlist li {
  margin-bottom: 2.617924em;
  list-style: none;
  clear: both;
}

#reviews .commentlist li::before,
#reviews .commentlist li::after {
  content: "";
  display: table;
}

#reviews .commentlist li::after {
  clear: both;
}

#reviews .commentlist li .comment_container {
  border-radius: 3px;
}

#reviews .commentlist li .comment_container::before,
#reviews .commentlist li .comment_container::after {
  content: "";
  display: table;
}

#reviews .commentlist li .comment_container::after {
  clear: both;
}

#reviews .commentlist li .comment_container .comment-text {
  width: 81.8181818182%;
  float: right;
  margin-right: 0;
}

#reviews .commentlist li .comment_container .comment-text .star-rating {
  float: right;
  font-size: 0.875em;
  line-height: 1;
  height: 1em;
}

#reviews .commentlist li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

#reviews .commentlist li time {
  opacity: 0.5;
  font-size: 0.875em;
}

#reviews .commentlist li .avatar {
  width: 9.0909090909%;
  float: left;
  margin-right: 9.0909090909%;
  height: auto;
}

#reviews .commentlist li p.meta {
  margin-bottom: 1em;
}

#reviews .commentlist li p.meta strong {
  line-height: 1;
}

#reviews .commentlist li p.meta time {
  display: block;
}

#reviews .commentlist li p.meta .verified {
  font-style: normal;
  font-size: 0.875em;
}

#reviews .commentlist li p.meta .woocommerce-review__dash {
  display: none;
}

#reviews .commentlist li ul.children {
  margin: 0;
  width: 81.8181818182%;
  float: right;
  margin-right: 0;
  padding-top: 1.618em;
}

#reviews .commentlist li ul.children .avatar {
  width: 11.1111111111%;
  float: left;
  margin-right: 11.1111111111%;
}

#reviews .commentlist li ul.children .comment-text {
  width: 77.7777777778%;
  float: right;
  margin-right: 0;
}

#reviews .commentlist li ul.children li {
  margin-bottom: 1.618em;
}

#reviews .commentlist li ul.children li:last-child {
  margin-bottom: 0;
}

#reviews .comment-form-rating {
  clear: both;
}

#reviews .comment-form-rating label {
  display: block;
}

/**
   * Breadcrumbs
   */
.storefront-breadcrumb {
  margin: 0 0 1.618em;
  padding: 1em 0;
}

.woocommerce-breadcrumb {
  font-size: 0.875em;
}

.woocommerce-breadcrumb a {
  text-decoration: underline;
}

.woocommerce-breadcrumb a:hover {
  text-decoration: none;
}

.woocommerce-breadcrumb .breadcrumb-separator {
  display: inline-block;
  padding: 0 0.5407911001em;
}

/**
   * Widgets
   */
.product_list_widget {
  list-style: none;
  margin-left: 0;
}

.product_list_widget li {
  padding: 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

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

.product_list_widget li::after {
  clear: both;
}

.product_list_widget li img {
  max-width: 2.617924em;
  float: right;
}

.product_list_widget li > a {
  display: block;
}

.product_list_widget a:hover {
  color: #2c2d33;
}

.widget ul.products li.product a {
  text-decoration: none;
}

.widget_products a {
  display: block;
}

.widget_shopping_cart .product_list_widget {
  margin-bottom: 0;
}

.widget_shopping_cart .product_list_widget li {
  padding-left: 2em;
  position: relative;
}

.widget_shopping_cart .product_list_widget li a.remove {
  position: absolute;
  top: 1em;
  left: 0;
  opacity: 1;
}

.widget_shopping_cart p.total,
.widget_shopping_cart p.buttons {
  padding: 1em 0;
  margin: 0;
  text-align: center;
}

.widget_shopping_cart p.total {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.widget_shopping_cart .buttons a {
  display: block;
  margin-bottom: 0.6180469716em;
}

.widget_shopping_cart .buttons a:last-child {
  margin-bottom: 0;
}

.widget_shopping_cart .buttons a img {
  margin-left: auto;
  margin-right: auto;
}

.site-header .widget_shopping_cart p.total,
.site-header .widget_shopping_cart p.buttons,
.site-header .widget_shopping_cart li {
  padding-left: 1.41575em;
  padding-right: 1.41575em;
}

.widget_layered_nav li {
  margin-bottom: 0.6180469716em;
}

.widget.woocommerce li .count {
  font-size: 1em;
  float: right;
}

.widget_price_filter .price_slider {
  margin-bottom: 1em;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .widget_price_filter .price_slider_amount {
    text-align: left;
  }
  .widget_price_filter .price_slider_amount .button {
    display: block;
    float: none;
    width: 100%;
  }
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  top: auto;
  z-index: 2;
  width: 1em;
  height: 1em;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  cursor: ew-resize;
  background: #2c2d33;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -0.25em;
  margin-left: auto;
  opacity: 1;
  border: 0;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  -webkit-box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background: #2c2d33;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  background: rgba(0, 0, 0, 0.1);
  border: 0;
}

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}

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

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

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

/**
   * Right to left styles
   */
/*!rtl:begin:ignore*/
.rtl .widget_price_filter .price_label,
.rtl .widget_price_filter .price_label span {
  direction: ltr;
  unicode-bidi: embed;
}

/*!rtl:end:ignore*/
/**
   * Cart
   */
table.cart {
  margin-bottom: 3.706325903em;
}

table.cart .product-quantity .plus,
table.cart .product-quantity .minus {
  display: none;
}

table.cart .product-thumbnail img {
  margin: 0 auto;
  max-width: 3.706325903em;
  height: auto;
}

table.cart .product-thumbnail::before {
  display: none;
}

table.cart tr:first-child td.product-remove {
  border-top-width: 0;
}

table.cart td.product-remove {
  padding: 0;
  border-top: 1.618em solid;
  position: relative;
}

table.cart td.product-remove a.remove {
  position: absolute;
  font-size: 1.41575em;
  top: -0.6180469716em;
  right: -0.6180469716em;
}

table.cart td.product-quantity .qty {
  padding: 0.326em;
  width: 3.706325903em;
}

table.cart td.product-name {
  overflow-wrap: anywhere;
  word-break: break-word;
  -ms-word-break: break-all;
}

table.cart td,
table.cart th {
  padding: 0.875em 0.875em 0;
}

table.cart td.product-subtotal {
  padding-bottom: 0.875em;
}

table.cart td.actions {
  border-top: 1em solid;
  background-color: transparent;
  padding: 0;
}

table.cart td.actions label {
  display: none;
}

table.cart td.actions .coupon {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

table.cart td.actions input {
  display: block;
  width: 100%;
  margin: 0.5407911001em 0;
}

.wc-proceed-to-checkout {
  margin-bottom: 1.618em;
}

.wc-proceed-to-checkout::before,
.wc-proceed-to-checkout::after {
  content: "";
  display: table;
}

.wc-proceed-to-checkout::after {
  clear: both;
}

.wc-proceed-to-checkout .button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
}

.wc-proceed-to-checkout .button.checkout-button {
  font-size: 1.41575em;
}

.woocommerce-shipping-calculator {
  margin: 0;
}

.woocommerce-shipping-calculator > p:first-child {
  margin: 0;
}

.woocommerce-shipping-calculator .shipping-calculator-form {
  padding-top: 1.41575em;
}

ul#shipping_method {
  list-style: none;
  margin-left: 0;
}

ul#shipping_method li {
  margin-bottom: 0.2360828548em;
}

ul#shipping_method li:last-child {
  margin-bottom: 0;
}

ul#shipping_method input {
  margin-right: 0.3342343017em;
}

.woocommerce-checkout ul#shipping_method {
  margin-bottom: 0;
}

/**
   * Checkout
   *
   * 1 - Required to make the blockUI overlay cover the entire page rather than just the checkout form. We do this because
   *     otherwise our sticky order review can break out of the checkout form (and the blockUI element).
   */
.checkout_coupon {
  margin-bottom: 2.617924em;
}

form.checkout {
  position: static !important;
  /* 1 */
}

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

form.checkout::after {
  clear: both;
}

form.checkout > .blockUI {
  position: fixed !important;
  /* 1 */
}

#payment::before,
#payment::after {
  content: "";
  display: table;
}

#payment::after {
  clear: both;
}

#payment .create-account {
  clear: both;
}

#payment .payment_methods {
  margin: 0 !important;
  padding: 0 !important;
}

#payment .payment_methods > .woocommerce-PaymentMethod > label,
#payment .payment_methods > .wc_payment_method > label {
  display: block;
  padding: 1.41575em;
  cursor: pointer;
}

#payment .payment_methods li {
  list-style: none !important;
  margin-left: 0;
  position: relative;
}

#payment .payment_methods li img {
  float: right;
  border: 0;
  padding: 0;
  max-height: 1.618em;
}

#payment .payment_methods li:last-child:not(.woocommerce-notice) {
  padding-bottom: 0;
  border-bottom: 0;
}

#payment .payment_methods li p {
  margin: 0;
}

#payment .payment_methods li .payment_box {
  padding: 1.41575em;
}

#payment .payment_methods li .payment_box fieldset {
  border: 0;
  margin: 0;
  padding: 1em 0 0;
  font-size: 0.875em;
}

#payment .payment_methods li .payment_box fieldset label {
  width: auto;
  margin-left: 0;
}

#payment .payment_methods li .payment_box fieldset .form-row {
  margin-bottom: 1em;
}

#payment .payment_methods li .payment_box fieldset .form-row input[type=checkbox] {
  margin-right: 5px;
}

#payment .payment_methods li .payment_box fieldset #cvv {
  width: 22% !important;
}

#payment .payment_methods li .payment_box fieldset .help {
  width: 75%;
  float: right;
}

#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
  padding-top: 1em;
  margin: 0;
}

#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
  margin-top: 0.6180469716em;
}

#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio] {
  margin-right: 0.236em;
}

#payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
  margin-left: 0;
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.41575em;
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
  background-repeat: no-repeat;
  background-position: right 0.6180469716em center;
  background-size: 31px 20px;
  background-image: url("../../../assets/images/credit-cards/unknown.svg");
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
  background-image: url("../../../assets/images/credit-cards/visa.svg");
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
  background-image: url("../../../assets/images/credit-cards/mastercard.svg");
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
  background-image: url("../../../assets/images/credit-cards/laser.svg");
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
  background-image: url("../../../assets/images/credit-cards/diners.svg");
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
  background-image: url("../../../assets/images/credit-cards/maestro.svg");
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
  background-image: url("../../../assets/images/credit-cards/jcb.svg");
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
  background-image: url("../../../assets/images/credit-cards/amex.svg");
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
  background-image: url("../../../assets/images/credit-cards/discover.svg");
}

#payment .terms {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 1em;
}

#payment .terms label {
  display: block;
  cursor: pointer;
}

#payment .woocommerce-terms-and-conditions {
  padding: 1em;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
  background-color: rgba(0, 0, 0, 0.05);
}

#payment .place-order {
  padding: 1.41575em;
  margin-bottom: 0;
  float: none;
  width: 100%;
  margin-top: 2.617924em;
}

#payment .place-order .button {
  font-size: 1.41575em;
  width: 100%;
  white-space: pre-wrap;
}

table.woocommerce-checkout-review-order-table .product-name {
  width: 45%;
  overflow-wrap: anywhere;
  word-break: break-word;
  -ms-word-break: break-all;
}

.admin-bar .woocommerce-checkout #wc_checkout_add_ons label + br {
  display: none;
}

/**
   * Password strength meter
   */
.woocommerce-password-strength {
  font-weight: 600;
  padding: 0.5407911001em 0;
  text-align: right;
  font-size: 0.875em;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
   * My Account
   */
label.inline {
  display: inline !important;
  margin-left: 1em;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  text-decoration: none;
  padding: 0.875em 0;
  display: block;
}

ul.order_details {
  list-style: none;
  position: relative;
  margin: 3.706325903em 0;
}

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

ul.order_details::after {
  clear: both;
}

ul.order_details::before,
ul.order_details::after {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
  background-size: 0 100%, 16px 16px, 16px 16px;
}

ul.order_details::after {
  top: auto;
  bottom: -16px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

ul.order_details li {
  padding: 1em 1.618em;
  font-size: 0.8em;
  text-transform: uppercase;
}

ul.order_details li:first-child {
  padding-top: 1.618em;
}

ul.order_details li:last-child {
  border: 0;
  padding-bottom: 1.618em;
}

ul.order_details li strong {
  display: block;
  font-size: 1.41575em;
  text-transform: none;
}

.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
  padding: 0.6180469716em 0.875em;
  font-size: 0.875em;
  margin-right: 0.236em;
}

.woocommerce-MyAccount-content h2 {
  font-size: 2em;
  font-weight: 600;
}

.woocommerce-MyAccount-content #payment .payment_methods {
  margin-bottom: 1.618em !important;
}

/**
   * General WooCommerce components
   */
.woocommerce-form__label-for-checkbox {
  cursor: pointer;
  display: block;
}

.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  margin-right: 0.3342343017em;
}

.form-row label {
  display: block;
}

.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
}

.form-row input[type=checkbox],
.form-row input[type=radio] {
  width: auto;
}

.form-row .button {
  width: auto;
}

.form-row.create-account label {
  display: inline-block;
}

.form-row.woocommerce-validated input.input-text {
  -webkit-box-shadow: inset 2px 0 0 #0f834d;
          box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
  -webkit-box-shadow: inset 2px 0 0 #e2401c;
          box-shadow: inset 2px 0 0 #e2401c;
}

.form-row.woocommerce-invalid input.input-checkbox {
  outline: 2px solid #e2401c;
  outline-offset: 1px;
}

.form-row.woocommerce-invalid .select2-selection {
  border-color: #e2401c;
  border-width: 2px;
}

.form-row-last {
  margin-right: 0 !important;
}

.form-row-wide {
  clear: both;
  width: 100%;
}

.required {
  border-bottom: 0 !important;
  color: #e2401c;
}

.password-input {
  display: block;
  position: relative;
}

.show-password-input {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.618em;
  line-height: 1.618;
  cursor: pointer;
}

.show-password-input::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: "\f06e";
}

.show-password-input.display-password::after {
  color: #e8e8e8;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 69px;
  right: 0;
  margin: 0;
  padding: 1em 1.41575em;
  background-color: #3d9cd2;
  color: #fff;
  z-index: 9998;
}

.demo_store a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}

.demo_store a:hover {
  text-decoration: none;
}

.demo_store a.woocommerce-store-notice__dismiss-link {
  display: block;
}

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.3em;
  font-family: "star";
  font-weight: 400;
}

.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #2c2d33;
}

p.stars {
  display: inline-block;
  margin: 0;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "star";
  content: "S";
  color: #43454b;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a::before {
  content: "S";
  color: #43454b;
  opacity: 0.25;
}

p.stars:hover a::before {
  content: "S";
  color: #96588a;
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "S";
  color: #96588a;
  opacity: 1;
}

p.stars.selected a.active ~ a::before {
  content: "S";
  color: #43454b;
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "S";
  color: #96588a;
  opacity: 1;
}

.wc-block-grid__product-onsale,
.onsale {
  border: 1px solid;
  border-color: #43454b;
  color: #43454b;
  padding: 0.202em 0.6180469716em;
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1em;
  border-radius: 3px;
  position: relative;
}

.quantity .qty {
  width: 4.235801032em;
  text-align: center;
}

.storefront-sorting {
  font-size: 0.875em;
  margin-bottom: 2.617924em;
}

.woocommerce-tabs {
  overflow: hidden;
  padding: 1em 0;
}

.woocommerce-tabs::before,
.woocommerce-tabs::after {
  content: "";
  display: table;
}

.woocommerce-tabs::after {
  clear: both;
}

.woocommerce-tabs ul.tabs {
  list-style: none;
  margin-left: 0;
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}

.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
  font-size: 1.618em;
  margin-bottom: 1em;
}

.related > h2:first-child,
.upsells > h2:first-child {
  font-size: 1.618em;
  margin-bottom: 1em;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  padding: 1em 1.618em;
  margin-bottom: 2.617924em;
  background-color: #0f834d;
  margin-left: 0;
  border-radius: 2px;
  color: #fff;
  clear: both;
  border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
}

.woocommerce-message::before,
.woocommerce-message::after,
.woocommerce-info::before,
.woocommerce-info::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-noreviews::before,
.woocommerce-noreviews::after,
p.no-comments::before,
p.no-comments::after {
  content: "";
  display: table;
}

.woocommerce-message::after,
.woocommerce-info::after,
.woocommerce-error::after,
.woocommerce-noreviews::after,
p.no-comments::after {
  clear: both;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  color: #fff;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
  color: #fff;
  opacity: 0.7;
}

.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-error a.button:hover,
.woocommerce-noreviews a.button:hover,
p.no-comments a.button:hover {
  opacity: 1;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
  float: right;
  padding: 0;
  background: none;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1.618;
  margin-left: 1em;
  padding-left: 1em;
  border-width: 0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.25) !important;
  border-radius: 0;
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.woocommerce-noreviews .button:hover,
p.no-comments .button:hover {
  background: none;
  color: #fff;
  opacity: 0.7;
}

.woocommerce-message pre,
.woocommerce-info pre,
.woocommerce-error pre,
.woocommerce-noreviews pre,
p.no-comments pre {
  background-color: rgba(0, 0, 0, 0.1);
}

.site-content > .col-full > .woocommerce > .woocommerce-message:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-info:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-error:first-child {
  margin-top: 2.617924em;
}

.woocommerce-error {
  list-style: none;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e2401c;
}

dl.variation {
  font-size: 0.875em;
}

dl.variation dd {
  margin: 0 0 1em;
}

.wc-item-meta {
  font-size: 0.875em;
  margin-left: 0;
  list-style: none;
}

.wc-item-meta li::before,
.wc-item-meta li::after {
  content: "";
  display: table;
}

.wc-item-meta li::after {
  clear: both;
}

.wc-item-meta li strong,
.wc-item-meta li p {
  display: inline-block;
}

/**
   * My Account
   */
.woocommerce-MyAccount-content .woocommerce-Pagination {
  text-align: center;
}

/**
   * Homepage
   */
.storefront-product-section {
  margin-bottom: 1.618em;
}

.storefront-product-section .section-title {
  text-align: center;
  margin-bottom: 1em;
}

.storefront-product-section:last-child {
  margin-bottom: 0;
}

/**
   * Single Product Pagination
   */
.storefront-product-pagination {
  display: none;
}

/**
   * Sticky Add to Cart
   */
.storefront-sticky-add-to-cart {
  display: none;
}

@media (min-width: 768px) {
  .demo_store {
    bottom: 0;
  }
  .demo_store a.woocommerce-store-notice__dismiss-link {
    background: rgba(0, 0, 0, 0.1);
    float: right;
    display: inline-block;
    margin: -1em -1.41575em -1em 0;
    padding: 1em 1.41575em;
  }
  /**
     * Handheld footer bar
     */
  .storefront-handheld-footer-bar {
    display: none;
  }
  /**
     * Breadcrumbs
     */
  .storefront-breadcrumb {
    padding: 1.41575em 0;
    margin: 0 0 3.706325903em;
  }
  /**
     * Responsive tables
     */
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
  /**
     * Header Elements
     */
  .site-header-cart {
    position: relative;
  }
  .site-header-cart .cart-contents {
    padding: 1.618em 0;
    display: block;
    position: relative;
    background-color: transparent;
    height: auto;
    width: auto;
    text-indent: 0;
  }
  .site-header-cart .cart-contents .amount {
    margin-right: 0.327em;
  }
  .site-header-cart .cart-contents .count {
    font-weight: 400;
    opacity: 0.5;
    font-size: 0.875em;
  }
  .site-header-cart .cart-contents span {
    display: inline;
  }
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    font-size: 0.875em;
    left: -999em;
    display: block;
  }
  .site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .site-header-cart .widget_shopping_cart h2.widgettitle {
    display: none;
  }
  .site-header-cart .widget_shopping_cart .product_list_widget {
    height: 0;
  }
  .site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
    position: relative;
    float: left;
    top: auto;
  }
  .site-header-cart .widget_shopping_cart .product_list_widget li a.remove::before {
    text-align: left;
  }
  .site-header-cart:hover .widget_shopping_cart,
  .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
  .site-header-cart:hover .widget_shopping_cart .product_list_widget,
  .site-header-cart.focus .widget_shopping_cart .product_list_widget {
    height: auto;
  }
  .site-search {
    display: block;
  }
  .site-search form {
    margin: 0;
  }
  /**
     * Reset mobile product styles
     */
  ul.products li.product,
  ul.products .wc-block-grid__product,
  .wc-block-grid__products li.product,
  .wc-block-grid__products .wc-block-grid__product {
    clear: none;
    width: 100%;
    float: left;
    font-size: 0.875em;
  }
  ul.products li.product.first,
  ul.products .wc-block-grid__product.first,
  .wc-block-grid__products li.product.first,
  .wc-block-grid__products .wc-block-grid__product.first {
    clear: both !important;
  }
  ul.products li.product.last,
  ul.products .wc-block-grid__product.last,
  .wc-block-grid__products li.product.last,
  .wc-block-grid__products .wc-block-grid__product.last {
    margin-right: 0 !important;
  }
  /**
     * Full width content area product layout
     */
  .page-template-template-fullwidth-php .site-main ul.products.columns-1 li.product,
  .page-template-template-fullwidth-php .header-widget-region ul.products.columns-1 li.product,
  .page-template-template-homepage-php .site-main ul.products.columns-1 li.product,
  .page-template-template-homepage-php .header-widget-region ul.products.columns-1 li.product,
  .storefront-full-width-content .site-main ul.products.columns-1 li.product,
  .storefront-full-width-content .header-widget-region ul.products.columns-1 li.product {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .page-template-template-fullwidth-php .site-main ul.products.columns-2 li.product,
  .page-template-template-fullwidth-php .header-widget-region ul.products.columns-2 li.product,
  .page-template-template-homepage-php .site-main ul.products.columns-2 li.product,
  .page-template-template-homepage-php .header-widget-region ul.products.columns-2 li.product,
  .storefront-full-width-content .site-main ul.products.columns-2 li.product,
  .storefront-full-width-content .header-widget-region ul.products.columns-2 li.product {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .page-template-template-fullwidth-php .site-main ul.products.columns-3 li.product,
  .page-template-template-fullwidth-php .header-widget-region ul.products.columns-3 li.product,
  .page-template-template-homepage-php .site-main ul.products.columns-3 li.product,
  .page-template-template-homepage-php .header-widget-region ul.products.columns-3 li.product,
  .storefront-full-width-content .site-main ul.products.columns-3 li.product,
  .storefront-full-width-content .header-widget-region ul.products.columns-3 li.product {
    width: 30.4347826087%;
    float: left;
    margin-right: 4.347826087%;
  }
  .page-template-template-fullwidth-php .site-main ul.products.columns-4 li.product,
  .page-template-template-fullwidth-php .header-widget-region ul.products.columns-4 li.product,
  .page-template-template-homepage-php .site-main ul.products.columns-4 li.product,
  .page-template-template-homepage-php .header-widget-region ul.products.columns-4 li.product,
  .storefront-full-width-content .site-main ul.products.columns-4 li.product,
  .storefront-full-width-content .header-widget-region ul.products.columns-4 li.product {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%;
  }
  .page-template-template-fullwidth-php .site-main ul.products.columns-5 li.product,
  .page-template-template-fullwidth-php .header-widget-region ul.products.columns-5 li.product,
  .page-template-template-homepage-php .site-main ul.products.columns-5 li.product,
  .page-template-template-homepage-php .header-widget-region ul.products.columns-5 li.product,
  .storefront-full-width-content .site-main ul.products.columns-5 li.product,
  .storefront-full-width-content .header-widget-region ul.products.columns-5 li.product {
    width: 16.9%;
    margin-right: 3.8%;
  }
  .page-template-template-fullwidth-php .site-main ul.products.columns-6 li.product,
  .page-template-template-fullwidth-php .header-widget-region ul.products.columns-6 li.product,
  .page-template-template-homepage-php .site-main ul.products.columns-6 li.product,
  .page-template-template-homepage-php .header-widget-region ul.products.columns-6 li.product,
  .storefront-full-width-content .site-main ul.products.columns-6 li.product,
  .storefront-full-width-content .header-widget-region ul.products.columns-6 li.product {
    width: 13.0434782609%;
    float: left;
    margin-right: 4.347826087%;
  }
  /**
     * Main content area (adjacent to sidebar) product layout
     */
  .site-main ul.products li.product {
    width: 29.4117647059%;
    float: left;
    margin-right: 5.8823529412%;
  }
  .site-main ul.products.columns-1 li.product {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .site-main ul.products.columns-2 li.product {
    width: 48%;
    margin-right: 3.8%;
  }
  .site-main ul.products.columns-3 li.product {
    width: 29.4117647059%;
    float: left;
    margin-right: 5.8823529412%;
  }
  .site-main ul.products.columns-4 li.product {
    width: 22.05%;
    margin-right: 3.8%;
  }
  .site-main ul.products.columns-5 li.product {
    width: 16.9%;
    margin-right: 3.8%;
  }
  .site-main ul.products.columns-6 li.product {
    width: 11.7647058824%;
    float: left;
    margin-right: 5.8823529412%;
  }
  /**
     * Single product page
     */
  .single-product div.product .images {
    width: 41.1764705882%;
    float: left;
    margin-right: 5.8823529412%;
    margin-bottom: 3.706325903em;
  }
  .single-product div.product .images .thumbnails::before,
  .single-product div.product .images .thumbnails::after {
    content: "";
    display: table;
  }
  .single-product div.product .images .thumbnails::after {
    clear: both;
  }
  .single-product div.product .images .thumbnails a.zoom {
    width: 14.2857142857%;
    float: left;
    margin-right: 14.2857142857%;
  }
  .single-product div.product .images .thumbnails a.zoom.last {
    float: right;
    margin-right: 0;
  }
  .single-product div.product .woocommerce-product-gallery {
    width: 41.1764705882%;
    float: left;
    margin-right: 5.8823529412%;
    margin-bottom: 3.706325903em;
  }
  .single-product div.product .summary {
    width: 52.9411764706%;
    float: right;
    margin-right: 0;
  }
  .single-product div.product .woocommerce-tabs {
    clear: both;
  }
  #reviews .comment-form-author,
  #reviews .comment-form-email {
    width: 47%;
  }
  #reviews .comment-form-email {
    margin-right: 0;
  }
  .storefront-full-width-content.single-product div.product .images {
    width: 39.1304347826%;
    float: left;
    margin-right: 4.347826087%;
    margin-bottom: 3.706325903em;
  }
  .storefront-full-width-content.single-product div.product .images .thumbnails a.zoom {
    width: 11.1111111111%;
    float: left;
    margin-right: 11.1111111111%;
  }
  .storefront-full-width-content.single-product div.product .images .thumbnails a.zoom.last {
    margin-right: 0;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    width: 39.1304347826%;
    float: left;
    margin-right: 4.347826087%;
    margin-bottom: 3.706325903em;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 44.4444444444%;
    float: left;
    margin-right: 11.1111111111%;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
    margin-right: 0;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 25.9259259333%;
    float: left;
    margin-right: 11.1111111111%;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
    margin-right: 0;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 16.6666666667%;
    float: left;
    margin-right: 11.1111111111%;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 11.1111111111%;
    float: left;
    margin-right: 11.1111111111%;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0;
  }
  .storefront-full-width-content.single-product div.product .summary {
    width: 56.5217391304%;
    float: right;
    margin-right: 0;
    margin-bottom: 3.706325903em;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-tabs {
    clear: both;
  }
  .storefront-full-width-content.single-product #reviews .commentlist li .avatar {
    width: 6.6666666667%;
    float: left;
    margin-right: 6.6666666667%;
  }
  .storefront-full-width-content.single-product #reviews .commentlist li .comment_container .comment-text {
    width: 86.6666666667%;
    float: right;
    margin-right: 0;
  }
  .storefront-full-width-content.single-product #reviews .commentlist ul.children {
    width: 86.6666666667%;
    float: right;
    margin-right: 0;
  }
  .storefront-full-width-content.single-product #reviews .commentlist ul.children .avatar {
    width: 7.6923076923%;
    float: left;
    margin-right: 7.6923076923%;
  }
  .storefront-full-width-content.single-product #reviews .commentlist ul.children .comment-text {
    width: 84.6153846154%;
    float: right;
    margin-right: 0;
  }
  /**
     * General full-width styles
     */
  .storefront-full-width-content.woocommerce-cart .entry-header,
  .storefront-full-width-content.woocommerce-checkout .entry-header,
  .storefront-full-width-content.woocommerce-account .entry-header,
  .storefront-full-width-content .woocommerce-products-header {
    text-align: center;
    padding: 0 0 5.9968353111em;
  }
  .storefront-full-width-content.woocommerce-cart .entry-header h1:last-child,
  .storefront-full-width-content.woocommerce-checkout .entry-header h1:last-child,
  .storefront-full-width-content.woocommerce-account .entry-header h1:last-child,
  .storefront-full-width-content .woocommerce-products-header h1:last-child {
    margin-bottom: 0;
  }
  .storefront-full-width-content .up-sells > h2:first-child,
  .storefront-full-width-content .related.products > h2:first-child {
    text-align: center;
  }
  .woocommerce .page-description {
    margin-bottom: 1.618em;
  }
  .storefront-sorting {
    margin-bottom: 2.617924em;
  }
  .storefront-sorting::before,
  .storefront-sorting::after {
    content: "";
    display: table;
  }
  .storefront-sorting::after {
    clear: both;
  }
  .storefront-sorting select {
    width: auto;
  }
  .woocommerce-result-count {
    float: left;
    position: relative;
    margin-bottom: 0;
    padding: 0.327em 0;
  }
  .woocommerce-ordering {
    float: left;
    margin-right: 1em;
    margin-bottom: 0;
    padding: 0.327em 0;
  }
  .woocommerce-pagination {
    float: right;
    border: 0;
    clear: none;
    padding: 0;
    margin-bottom: 0;
  }
  /**
     * Cart
     */
  .woocommerce-cart .hentry,
  .woocommerce-checkout .hentry {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .page-template-template-fullwidth-php table.cart .product-thumbnail {
    display: table-cell;
  }
  .page-template-template-fullwidth-php table.cart thead {
    font-size: 1em;
    text-indent: 0;
  }
  table.cart th,
  table.cart td {
    padding: 1.618em;
  }
  table.cart .qty {
    padding: 0.875em;
    max-width: 3.632em;
  }
  table.cart td.product-remove {
    display: table-cell;
    padding: 1.618em;
    border: 0;
  }
  table.cart td.product-remove a.remove {
    float: none;
    position: relative;
    top: auto;
    right: auto;
    font-size: 1em;
  }
  table.cart .product-quantity .plus,
  table.cart .product-quantity .minus {
    display: inline-block;
  }
  table.cart .quantity .qty {
    padding: 0.6180469716em;
  }
  table.cart td.actions {
    text-align: right;
  }
  table.cart td.actions label {
    display: none;
  }
  table.cart td.actions .coupon {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    display: inline-block;
    float: left;
  }
  table.cart td.actions input {
    display: inline-block;
    width: auto;
    margin: 0;
  }
  .cart-collaterals::before,
  .cart-collaterals::after {
    content: "";
    display: table;
  }
  .cart-collaterals::after {
    clear: both;
  }
  .cart-collaterals h2 {
    font-size: 1.618em;
  }
  .cart-collaterals .cross-sells {
    width: 41.1764705882%;
    float: left;
    margin-right: 5.8823529412%;
  }
  .cart-collaterals .cart_totals,
  .cart-collaterals .shipping_calculator {
    width: 52.9411764706%;
    float: right;
    margin-right: 0;
    margin: 0;
    clear: right;
  }
  .cart-collaterals .cart_totals small.includes_tax {
    display: block;
  }
  .cart-collaterals .shipping_calculator {
    clear: right;
  }
  .page-template-template-fullwidth-php .cart-collaterals .cross-sells {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .page-template-template-fullwidth-php .cart-collaterals .cart_totals,
  .page-template-template-fullwidth-php .cart-collaterals .shipping_calculator {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }
  /**
     * Checkout
     */
  #ship-to-different-address {
    position: relative;
  }
  #ship-to-different-address label {
    font-weight: 300;
  }
  #ship-to-different-address .woocommerce-form__input-checkbox {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 0;
  }
  .col2-set {
    width: 52.9411764706%;
    float: left;
    margin-right: 5.8823529412%;
  }
  .col2-set .form-row-first {
    width: 44.4444444444%;
    float: left;
    margin-right: 11.1111111111%;
  }
  .col2-set .form-row-last {
    width: 44.4444444444%;
    float: right;
    margin-right: 0;
  }
  .col2-set .col-1,
  .col2-set .col-2 {
    margin-bottom: 1.618em;
  }
  .col2-set + #customer_details {
    display: none;
  }
  .col2-set .woocommerce-billing-fields::before,
  .col2-set .woocommerce-billing-fields::after {
    content: "";
    display: table;
  }
  .col2-set .woocommerce-billing-fields::after {
    clear: both;
  }
  .col2-set.addresses {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set.addresses .col-1 {
    width: 47.0588235294%;
    float: left;
    margin-right: 5.8823529412%;
  }
  .col2-set.addresses .col-2 {
    width: 47.0588235294%;
    float: right;
    margin-right: 0;
  }
  #customer_details + #wc_checkout_add_ons {
    width: 41.1764705882%;
    float: right;
    margin-right: 0;
  }
  #wc_checkout_add_ons input[type=radio] {
    float: left;
    margin-right: 0.5407911001em;
    clear: left;
    margin-top: 0.35em;
  }
  #order_review_heading,
  #order_review {
    width: 41.1764705882%;
    float: right;
    margin-right: 0;
    clear: right;
  }
  #order_review {
    -webkit-transition: box-shadow ease 0.4s;
    -webkit-transition: -webkit-box-shadow ease 0.4s;
    transition: -webkit-box-shadow ease 0.4s;
    transition: box-shadow ease 0.4s;
    transition: box-shadow ease 0.4s, -webkit-box-shadow ease 0.4s;
  }
  #order_review_heading {
    margin-bottom: 0;
    padding-bottom: 0.6180469716em;
  }
  .woocommerce-order-pay #order_review,
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review {
    width: 100%;
    float: none;
  }
  .woocommerce-order-pay #order_review #payment h3,
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment h3 {
    padding-left: 1em;
    padding-top: 1em;
  }
  .woocommerce-order-pay #order_review #payment .form-row,
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .form-row {
    padding: 1em;
  }
  .woocommerce-order-pay #order_review .payment_methods + .form-row,
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .payment_methods + .form-row {
    padding: 1em;
  }
  .woocommerce-order-pay #order_review .button#place_order,
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .button#place_order {
    display: block;
    width: 100%;
    font-size: 1.41575em;
  }
  .page-template-template-fullwidth-php .col2-set {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .page-template-template-fullwidth-php .col2-set .form-row-first {
    width: 45.4545454545%;
    float: left;
    margin-right: 9.0909090909%;
  }
  .page-template-template-fullwidth-php .col2-set .form-row-last {
    width: 45.4545454545%;
    float: right;
    margin-right: 0;
  }
  .page-template-template-fullwidth-php .col2-set.addresses .col-1 {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .page-template-template-fullwidth-php .col2-set.addresses .col-2 {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }
  .page-template-template-fullwidth-php #order_review_heading,
  .page-template-template-fullwidth-php #order_review {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }
  .page-template-template-fullwidth-php #customer_details + #wc_checkout_add_ons {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }
  #order_review .shop_table {
    margin-bottom: 2.617924em;
  }
  /**
     * My Account
     */
  table + .addresses {
    margin-top: 1.618em;
  }
  .col2-set#customer_login,
  .col2-set.addresses {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set#customer_login .col-1,
  .col2-set.addresses .col-1 {
    width: 41.1764705882%;
    float: left;
    margin-right: 5.8823529412%;
  }
  .col2-set#customer_login .col-2,
  .col2-set.addresses .col-2 {
    width: 52.9411764706%;
    float: right;
    margin-right: 0;
  }
  .woocommerce-MyAccount-navigation {
    width: 17.6470588235%;
    float: left;
    margin-right: 5.8823529412%;
  }
  .woocommerce-MyAccount-content {
    width: 76.4705882353%;
    float: right;
    margin-right: 0;
  }
  .woocommerce-MyAccount-content .form-row-first {
    width: 38.4615384615%;
    float: left;
    margin-right: 7.6923076923%;
  }
  .woocommerce-MyAccount-content .form-row-last {
    width: 53.8461538462%;
    float: right;
    margin-right: 0;
  }
  .left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-content {
    width: 76.4705882353%;
    float: left;
    margin-right: 5.8823529412%;
  }
  .left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-navigation {
    width: 17.6470588235%;
    float: right;
    margin-right: 0;
  }
  table.my_account_orders {
    font-size: 0.875em;
  }
  .page-template-template-fullwidth-php .col2-set#customer_login .col-1,
  .page-template-template-fullwidth-php .col2-set.addresses .col-1 {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .page-template-template-fullwidth-php .col2-set#customer_login .col-2,
  .page-template-template-fullwidth-php .col2-set.addresses .col-2 {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content {
    width: 73.9130434783%;
    float: left;
    margin-right: 4.347826087%;
  }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-first {
    width: 46.6666666667%;
    float: left;
    margin-right: 6.6666666667%;
  }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-last {
    width: 46.6666666667%;
    float: right;
    margin-right: 0;
  }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set {
    width: 100%;
  }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-1 {
    width: 46.6666666667%;
    float: left;
    margin-right: 6.6666666667%;
  }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-2 {
    width: 46.6666666667%;
    float: right;
    margin-right: 0;
  }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-navigation {
    width: 21.7391304348%;
    float: right;
    margin-right: 0;
  }
  .addresses header.title::before,
  .addresses header.title::after {
    content: "";
    display: table;
  }
  .addresses header.title::after {
    clear: both;
  }
  .addresses header.title a {
    float: right;
    overflow: hidden;
  }
  .addresses header.title h3 {
    float: left;
  }
  /**
     * General WooCommerce Components
     */
  .form-row-first {
    width: 47.0588235294%;
    float: left;
    margin-right: 5.8823529412%;
    clear: both;
  }
  .form-row-last {
    width: 47.0588235294%;
    float: right;
    margin-right: 0;
  }
  .page-template-template-fullwidth-php .form-row-first {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .page-template-template-fullwidth-php .form-row-last {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }
  .storefront-full-width-content .woocommerce-tabs ul.tabs {
    width: 30.4347826087%;
    float: left;
    margin-right: 4.347826087%;
  }
  .storefront-full-width-content .woocommerce-tabs .panel {
    width: 65.2173913043%;
    float: right;
    margin-right: 0;
    margin-bottom: 3.706325903em;
  }
  .woocommerce-tabs {
    padding-top: 2.617924em;
    padding-bottom: 2.617924em;
  }
  .woocommerce-tabs ul.tabs {
    width: 29.4117647059%;
    float: left;
    margin-right: 5.8823529412%;
  }
  .woocommerce-tabs ul.tabs li.active::after {
    right: 1em;
  }
  .woocommerce-tabs .panel {
    width: 64.7058823529%;
    float: right;
    margin-right: 0;
    margin-top: 0;
  }
  /**
     * Single Product Pagination
     */
  .storefront-product-pagination {
    display: block;
  }
  .storefront-product-pagination a {
    position: fixed;
    top: 50%;
    width: 500px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1499;
    /* Lower than PhotoSwipe */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .storefront-product-pagination a img {
    max-width: 90px;
    border-radius: 0;
  }
  .storefront-product-pagination a[rel=prev] {
    left: -455px;
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    padding-left: 1em;
  }
  .storefront-product-pagination a[rel=prev]:hover {
    left: 0;
  }
  .storefront-product-pagination a[rel=prev] img {
    margin-left: 1.41575em;
  }
  .storefront-product-pagination a[rel=prev] .storefront-product-pagination__title {
    margin-right: auto;
  }
  .storefront-product-pagination a[rel=next] {
    right: -455px;
    -webkit-transition: right 0.3s ease-in;
    transition: right 0.3s ease-in;
    padding-right: 1em;
  }
  .storefront-product-pagination a[rel=next]:hover {
    right: 0;
  }
  .storefront-product-pagination a[rel=next] img {
    margin-right: 1.41575em;
  }
  .storefront-product-pagination a[rel=next] .storefront-product-pagination__title {
    margin-left: auto;
  }
  /**
     * Sticky Add to Cart
     */
  .storefront-sticky-add-to-cart {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99998;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    padding: 1em;
    overflow: hidden;
    zoom: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .storefront-sticky-add-to-cart--slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
  }
  .storefront-sticky-add-to-cart--slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
  }
  .storefront-sticky-add-to-cart__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .storefront-sticky-add-to-cart__content-title {
    display: block;
  }
  .storefront-sticky-add-to-cart__content-price {
    margin-right: 0.875em;
    opacity: 0.5;
  }
  .storefront-sticky-add-to-cart__content-button {
    margin-left: auto;
  }
  .storefront-sticky-add-to-cart img {
    max-width: 3.706325903em;
    margin: 0 1.41575em 0 0;
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .storefront-sticky-add-to-cart .star-rating {
    display: inline-block;
    margin: 0;
    vertical-align: bottom;
  }
  .admin-bar .storefront-sticky-add-to-cart--slideInDown {
    top: 32px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  body:not(.page-template-template-fullwidth-php) table.cart td,
  body:not(.page-template-template-fullwidth-php) table.cart th {
    padding: 1em;
  }
}
a.cart-contents,
.site-header-cart .widget_shopping_cart a {
  color: #0a0a0a;
}

a.cart-contents:hover,
.site-header-cart .widget_shopping_cart a:hover,
.site-header-cart:hover > li > a {
  color: #4b4b4b;
}

table.cart td.product-remove,
table.cart td.actions {
  border-top-color: #ffffff;
}

.storefront-handheld-footer-bar ul li.cart .count {
  background-color: #0a0a0a;
  color: #ffffff;
  border-color: #ffffff;
}

.woocommerce-tabs ul.tabs li.active a,
ul.products li.product .price,
.onsale,
.wc-block-grid__product-onsale,
.widget_search form:before,
.widget_product_search form:before {
  color: #111111;
}

.woocommerce-breadcrumb a,
a.woocommerce-review-link,
.product_meta a {
  color: #161616;
}

.wc-block-grid__product-onsale,
.onsale {
  border-color: #111111;
}

.star-rating span:before,
.quantity .plus,
.quantity .minus,
p.stars a:hover:after,
p.stars a:after,
.star-rating span:before,
#payment .payment_methods li input[type=radio]:first-child:checked + label:before {
  color: #111111;
}

.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #111111;
}

.order_details {
  background-color: #f8f8f8;
}

.order_details > li {
  border-bottom: 1px dotted #e3e3e3;
}

.order_details:before,
.order_details:after {
  background: -webkit-linear-gradient(transparent 0, transparent 0), -webkit-linear-gradient(135deg, #f8f8f8 33.33%, transparent 33.33%), -webkit-linear-gradient(45deg, #f8f8f8 33.33%, transparent 33.33%);
}

#order_review {
  background-color: #ffffff;
}

#payment .payment_methods > li .payment_box,
#payment .place-order {
  background-color: #fafafa;
}

#payment .payment_methods > li:not(.woocommerce-notice) {
  background-color: #f5f5f5;
}

#payment .payment_methods > li:not(.woocommerce-notice):hover {
  background-color: #f0f0f0;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
  background-color: #e6e6e6;
  color: #070707;
}

.wc-block-grid__product-onsale,
.onsale,
.woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
  color: #111111;
}

p.stars a:before,
p.stars a:hover ~ a:before,
p.stars.selected a.active ~ a:before {
  color: #111111;
}

p.stars.selected a.active:before,
p.stars:hover a:before,
p.stars.selected a:not(.active):before,
p.stars.selected a.active:before {
  color: #111111;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  background-color: #ffffff;
  color: #111111;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #111111;
}

.button.added_to_cart:focus,
.button.wc-forward:focus {
  outline-color: #111111;
}

.added_to_cart,
.site-header-cart .widget_shopping_cart a.button,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #111111;
}

.added_to_cart:hover,
.site-header-cart .widget_shopping_cart a.button:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #111111;
}

.added_to_cart.alt,
.added_to_cart,
.widget a.button.checkout {
  background-color: #111111;
  border-color: #111111;
  color: #ffffff;
}

.added_to_cart.alt:hover,
.added_to_cart:hover,
.widget a.button.checkout:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.button.loading {
  color: #ffffff;
}

.button.loading:hover {
  background-color: #ffffff;
}

.button.loading:after {
  color: #111111;
}

@media screen and (min-width: 768px) {
  .site-header-cart .widget_shopping_cart,
  .site-header .product_list_widget li .quantity {
    color: #0a0a0a;
  }
  .site-header-cart .widget_shopping_cart .buttons,
  .site-header-cart .widget_shopping_cart .total {
    background-color: #f5f5f5;
  }
  .site-header-cart .widget_shopping_cart {
    background-color: #f0f0f0;
  }
}
.storefront-product-pagination a {
  color: #111111;
  background-color: #ffffff;
}

.storefront-sticky-add-to-cart {
  color: #111111;
  background-color: #ffffff;
}

.storefront-sticky-add-to-cart a:not(.button) {
  color: #0a0a0a;
}

.dgwt-wcas-block-scroll {
  overflow: hidden;
}

.dgwt-wcas-search-wrapp {
  position: relative;
  line-height: 100%;
  display: block;
  color: #444;
  min-width: 230px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dgwt-wcas-tpd-image img {
  margin: 0 15px 0 0 !important;
  display: block;
}

.rtl .dgwt-wcas-tpd-image img {
  margin: 0 0 0 15px !important;
}

.dgwt-wcas-preloader-wrapp img {
  margin: 10px auto 0 auto;
  display: block;
  max-width: 200px;
}

.dgwt-wcas-preloader-wrapp img.dgwt-wcas-placeholder-preloader {
  display: block;
  width: 100%;
  height: auto;
  max-width: 300px;
  margin: 0;
}

.dgwt-wcas-suggestions-wrapp {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-top: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
}

.dgwt-wcas-details-wrapp *,
.dgwt-wcas-search-wrapp *,
.dgwt-wcas-suggestions-wrapp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dgwt-wcas-details-wrapp a:focus,
.dgwt-wcas-suggestions-wrapp a:focus {
  outline: 0;
}

.dgwt-wcas-suggestions-wrapp.dgwt-wcas-suggestions-wrapp--top {
  border: 1px solid #ddd;
  border-bottom: none;
}

.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp {
  max-width: 550px;
}

.dgwt-wcas-full-width.dgwt-wcas-is-detail-box .dgwt-wcas-suggestion {
  padding: 8px 15px;
}

.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp {
  border-radius: 0 0 5px 0;
  border-left-color: #eee;
}

.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp {
  border-radius: 0 0 0 5px;
  border-right-color: #eee;
}

.dgwt-wcas-suggestion {
  cursor: pointer;
  font-size: 12px;
  line-height: 110%;
  text-align: left;
  padding: 7px 10px;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  resize: vertical;
  width: 100%;
}

.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #6d6d6d;
}

a.dgwt-wcas-details-more-products {
  padding: 15px 0 10px 0;
  display: block;
  border-top: 1px solid #eee;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #6d6d6d;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.dgwt-wcas-details-more-products:hover {
  text-decoration: underline;
}

a.dgwt-wcas-product-details-readmore {
  display: block;
  text-align: right;
  margin-top: 15px;
  color: #6d6d6d;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 12px;
}

a.dgwt-wcas-product-details-readmore:hover {
  text-decoration: underline;
}

.dgwt-wcas-suggestion.dgwt-wcas-suggestion-no-border-bottom {
  border-bottom: none;
}

.dgwt-wcas-suggestion:after {
  clear: both;
  display: block;
  content: "";
}

.dgwt-wcas-suggestion.dgwt-wcas-nores {
  cursor: default;
  opacity: 0.5;
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 60px;
}

.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more,
.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
  min-height: 30px;
  text-transform: uppercase;
}

.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more .dgwt-wcas-st-more {
  padding: 0 10px;
  text-align: center;
}

.dgwt-wcas-st {
  display: block;
  color: #444;
  font-size: 15px;
  width: 100%;
  line-height: 110%;
}

.dgwt-wcas-st > span {
  display: inline-block;
  vertical-align: middle;
}

.dgwt-wcas-has-sku .dgwt-wcas-st-title {
  margin-right: 6px;
}

.dgwt-wcas-st > span.dgwt-wcas-st--direct-headline {
  display: block;
  font-style: italic;
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0.4;
  line-height: 10px;
  margin-bottom: 1px;
  letter-spacing: 2px;
}

.dgwt-wcas-st-breadcrumbs {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 80%;
  text-align: left;
  opacity: 0.6;
  width: 100%;
  padding-right: 10px;
}

.rtl .dgwt-wcas-st-breadcrumbs {
  padding-right: 0;
  padding-left: 10px;
  text-align: right;
}

.dgwt-wcas-sku {
  font-size: 80%;
}

.dgwt-wcas-si {
  width: 50px;
  display: block;
  height: 100%;
}

.dgwt-wcas-si img {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  display: block;
  margin: auto;
  padding: 2px;
  height: auto;
  width: auto;
  max-height: 90%;
  max-width: 100%;
}

.dgwt-wcas-content-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  resize: vertical;
  padding-left: 10px;
}

.rtl .dgwt-wcas-content-wrapp {
  padding-left: 0;
  padding-right: 10px;
}

.dgwt-wcas-sp {
  color: #555;
  font-size: 14px;
  line-height: 120%;
  text-align: right;
  line-height: 4px;
  padding-left: 10px;
}

.dgwt-wcas-sp * {
  line-height: 130%;
}

.dgwt-wcas-search-form {
  margin: 0;
  padding: 0;
  width: 100%;
}

.dgwt-wcas-sp del {
  opacity: 0.5;
  font-size: 12px;
}

.dgwt-wcas-sd {
  color: #777;
  display: block;
  line-height: 14px;
  width: 100%;
  margin-top: 5px;
  font-size: 0.8em;
}

.dgwt-wcas-suggestion-selected {
  background-color: #eee;
}

.dgwt-wcas-suggestion-selected:first-child {
  border-top: none;
}

.rtl .dgwt-wcas-suggestion {
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}

.dgwt-wcas-details-wrapp {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-top: none;
  border-left: none;
  padding: 0;
  width: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  min-height: 340px;
}

.rtl .dgwt-wcas-details-wrapp {
  border-left: 1px solid #ddd;
  border-right: none;
}

.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

.dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

.dgwt-wcas-details-right .dgwt-wcas-details-wrapp {
  border-left: none;
  border-right: 1px solid #ddd;
  border-radius: 0 5px 5px 0;
}

.dgwt-wcas-details-left .dgwt-wcas-details-wrapp {
  border-right: none;
  border-left: 1px solid #ddd;
  border-radius: 5px 0 0 5px;
}

.dgwt-wcas-details-notfit .dgwt-wcas-details-wrapp {
  display: none;
}

.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp {
  border-radius: 0 0 0 5px;
}

.dgwt-wcas-full-width .dgwt-wcas-details-wrapp {
  border-radius: 0 0 5px 0;
}

.rtl.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp {
  border-radius: 0 0 5px 0;
}

.rtl.dgwt-wcas-full-width .dgwt-wcas-details-wrapp {
  border-radius: 0 0 0 5px;
}

.dgwt-wcas-details-inner-taxonomy {
  margin-top: 11px;
}

.woocommerce .dgwt-wcas-pd-rating .star-rating {
  float: left;
  margin-right: 5px;
  font-size: 12px;
  color: #ccae72;
}

.rtl .dgwt-wcas-pd-rating .star-rating {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}

.dgwt-wcas-datails-title {
  border-bottom: 1px dashed #eee;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 14px;
}

.dgwt-wcas-pd-title {
  border-bottom: 1px dashed #eee;
  margin-bottom: 15px;
  padding-bottom: 5px;
  display: block;
  color: #202020;
  text-decoration: none;
}

.dgwt-wcas-pd-title .product-title {
  font-weight: 900;
  color: #202020;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0;
}

.dgwt-wcas-details-title-tax {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -1px;
  margin-right: 3px;
}

.dgwt-wcas-tax-product-details {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 5px;
  margin: 0 -5px 15px -5px;
}

.dgwt-wcas-tax-product-details:after {
  content: "";
  clear: both;
  display: block;
}

.dgwt-wcas-tax-product-details:hover {
  -webkit-box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.05);
}

.dgwt-wcas-details-wrapp .dgwt-wcas-pd-title {
  margin-bottom: 8px;
}

.dgwt-wcas-tpd-image {
  width: 60px;
  margin-right: 15px;
}

.dgwt-wcas-pd-rest .product-title {
  display: block;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 5px;
}

.dgwt-wcas-tpd-rest {
  max-width: 200px;
}

.dgwt-wcas-tpd-rest-title {
  display: block;
  line-height: 125%;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 8px;
  overflow: hidden;
  color: #000;
}

.dgwt-wcas-suggestion-nores {
  pointer-events: none;
  opacity: 0.45;
}

.dgwt-wcas-pd-price,
.dgwt-wcas-tpd-price {
  font-size: 14px;
  line-height: 120%;
  overflow: hidden;
  color: #000;
  margin-top: 15px;
  font-weight: 700;
  font-size: 18px;
}

.dgwt-wcas-tpd-price {
  font-size: 12px;
  color: #777;
}

.dgwt-wcas-pd-price .woocommerce-price-suffix,
.dgwt-wcas-tpd-price .woocommerce-price-suffix {
  font-size: 12px;
  font-weight: lighter;
  color: #999;
  margin-left: 4px;
  display: inline-block;
}

.dgwt-wcas-pd-price del .amount,
.dgwt-wcas-tpd-price del .amount {
  font-weight: lighter;
  background: 0 0;
  font-size: 90%;
  opacity: 0.6;
}

.dgwt-wcas-pd-price ins,
.dgwt-wcas-tpd-price ins {
  background: 0 0;
  text-decoration: none;
}

.dgwt-wcas-pd-rating {
  font-size: 13px;
  line-height: 13px;
}

.dgwt-wcas-pd-rating:after {
  content: "";
  clear: both;
  display: block;
}

.dgwt-wcas-pd-review {
  color: #777;
  font-size: 11px;
  line-height: 11px;
}

.dgwt-wcas-datails-title {
  border-bottom: 1px dashed #eee;
  display: block;
  margin: 5px 0 15px 0;
  padding-bottom: 5px;
}

.dgwt-wcas-pd-title {
  border-bottom: 1px dashed #eee;
  margin-bottom: 15px;
  padding-bottom: 5px;
  display: block;
  text-decoration: none;
}

.dgwt-wcas-pd-title .product-title {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.dgwt-wcas-details-title-tax {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -1px;
  margin-right: 3px;
}

.rtl .dgwt-wcas-details-title-tax {
  margin: 0 0 0 3px;
  float: right;
}

.dgwt-wcas-tpd-image {
  width: 70px;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dgwt-wcas-details-space {
  padding: 0 15px 15px 15px;
}

.dgwt-wcas-details-main-image {
  border-bottom: 1px solid #eee;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dgwt-wcas-details-main-image img {
  width: auto;
  height: auto;
  display: block;
  max-height: 250px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  border: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.dgwt-wcas-details-right .dgwt-wcas-details-main-image img {
  border-radius: 0 3px 0 0;
}

.dgwt-wcas-details-left .dgwt-wcas-details-main-image img {
  border-radius: 3px 0 0 0;
}

a.dgwt-wcas-details-post-title,
a.dgwt-wcas-details-product-title {
  color: #333;
  display: block;
  line-height: 120%;
  margin: 10px 0 0 0;
  font-size: 21px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

a.dgwt-wcas-details-post-title:hover,
a.dgwt-wcas-details-product-title:hover {
  text-decoration: underline;
}

a.dgwt-wcas-details-post-title {
  margin-bottom: 15px;
}

.dgwt-wcas-details-product-sku {
  display: block;
  font-size: 12px;
  line-height: 110%;
  color: #999;
}

.dgwt-wcas-tpd-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.dgwt-wcas-details-hr {
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin: 15px 0;
}

.rtl .dgwt-wcas-tpd-image {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}

.rtl .dgwt-wcas-tpd-rest {
  float: right;
  max-width: 190px;
}

.rtl input[type=search].dgwt-wcas-search-input {
  text-align: right;
}

input[type=search].dgwt-wcas-search-input,
input[type=text].dgwt-cas-search-input {
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  -webkit-appearance: textfield;
  text-align: left;
}

[type=search].dgwt-wcas-search-input::-ms-clear {
  display: none;
}

[type=search].dgwt-wcas-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
}

[type=search].dgwt-wcas-search-input::-webkit-search-cancel-button {
  display: none;
}

.dgwt-wcas-details-desc {
  font-size: 13px;
  line-height: 157%;
}

.dgwt-wcas-details-desc b,
.dgwt-wcas-details-desc strong {
  font-weight: 400;
  color: #000;
  margin: 0;
  padding: 0;
}

.dgwt-wcas-pd-addtc-form {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.dgwt-wcas-pd-addtc-form > .quantity {
  margin-right: 10px;
}

.dgwt-wcas-pd-addtc-form .add_to_cart_inline,
.dgwt-wcas-pd-addtc-form .quantity input.qty {
  margin-bottom: 0;
  margin-top: 0;
}

.dgwt-wcas-stock {
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 14px;
}

.dgwt-wcas-stock.in-stock {
  color: #0f834d;
}

.dgwt-wcas-stock.out-of-stock {
  color: #e2401c;
}

.dgwt-wcas-pd-addtc .add_to_cart_button,
.dgwt-wcas-pd-addtc .add_to_cart_inline {
  margin: 0;
}

.dgwt-wcas-pd-addtc .add_to_cart_button.added {
  display: none;
}

button.dgwt-wcas-search-submit,
input[type=submit].dgwt-wcas-search-submit {
  position: relative;
}

.dgwt-wcas-ico-magnifier {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  height: 65%;
  display: block;
}

.dgwt-wcas-preloader {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: auto 44%;
}

.rtl .dgwt-wcas-preloader {
  right: auto;
  left: 5px;
}

.dgwt-wcas-inner-preloader {
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: auto 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .dgwt-wcas-inner-preloader {
    background-image: url(../img/preloader.gif);
  }
}
.dgwt-wcas-loader-circular {
  height: 24px;
  width: 24px;
  -webkit-animation: 2s linear infinite rotate;
  animation: 2s linear infinite rotate;
}

.dgwt-wcas-loader-circular-path {
  fill: transparent;
  stroke-linecap: round;
  stroke-width: 4px;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: 1s ease-in-out infinite dash;
  animation: 1s ease-in-out infinite dash;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 160ms ease-in-out;
  transition: all 160ms ease-in-out;
}

.dgwt-wcas-close:hover {
  opacity: 0.3;
}

@media screen and (max-width: 992px) {
  .dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp {
    max-width: none;
  }
}
.dgwt-wcas-suggestion strong {
  font-weight: 700;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.dgwt-wcas-sf-wrapp:after,
.dgwt-wcas-sf-wrapp:before {
  content: "";
  display: table;
}

.dgwt-wcas-sf-wrapp:after {
  clear: both;
}

.dgwt-wcas-sf-wrapp {
  zoom: 1;
  width: 100%;
  margin: 0;
  position: relative;
  background: 0 0;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 100%;
  padding: 10px 15px;
  margin: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dgwt-wcas-open .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border-radius: 3px 3px 0 0;
}

.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp {
  display: none !important;
}

.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-details-outside .dgwt-wcas-suggestions-wrapp {
  min-height: 0 !important;
  border-radius: 0 0 5px 5px;
  border-right-color: #ddd;
}

.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,
.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp {
  min-height: 41px !important;
}

.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width:not(.rtl):not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestions-wrapp {
  border-right-color: transparent;
}

.dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-details-wrapp .dgwt-wcas-preloader-wrapp {
  display: none !important;
}

.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-is-details:not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestion-nores {
  margin-top: 5px;
}

.rtl.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width:not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestions-wrapp {
  border-left-color: transparent;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
  outline: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
  line-height: normal;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
  line-height: normal;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
  line-height: normal;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-ms-input-placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
  line-height: normal;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
  line-height: normal;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
  line-height: normal;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-moz-placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
  line-height: normal;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
  line-height: normal;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
  line-height: normal;
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  overflow: visible;
  position: absolute;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  height: 40px;
  min-width: 50px;
  width: auto;
  line-height: 100%;
  min-height: 100%;
  right: 0;
  left: auto;
  top: 0;
  bottom: auto;
  padding: 0 15px;
  color: #fff;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  text-transform: uppercase;
  background-color: #333;
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}

.rtl .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: 0;
  right: auto;
}

.dgwt-wcas-open .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
  border-radius: 0 2px 0 0;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover {
  opacity: 0.7;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active,
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus {
  opacity: 0.7;
  outline: 0;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
  content: "";
  position: absolute;
  border-width: 8px 8px 8px 0;
  border-style: solid solid solid none;
  border-color: transparent #333 transparent;
  top: 12px;
  left: -6px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.rtl .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
  left: auto;
  right: -6px;
  border-width: 8px 0 8px 8px;
  border-style: solid none solid solid;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover:before {
  border-right-color: #333;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active:before,
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus:before {
  border-right-color: #333;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.dgwt-wcas-details-wrapp .added_to_cart {
  display: block;
}

.dgwt-wcas-has-desc .dgwt-wcas-sp > *,
.dgwt-wcas-has-img .dgwt-wcas-sp > * {
  display: block;
}

.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp {
  min-height: 340px;
}

body:not(.dgwt-wcas-is-details) .dgwt-wcas-suggestion:last-child {
  border-bottom: none;
}

.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
  min-height: 40px;
}

.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp {
  overflow: visible;
}

.dgwt-wcas-is-details .dgwt-wcas-si {
  width: 30px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dgwt-wcas-is-details .dgwt-wcas-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  resize: vertical;
}

.dgwt-wcas-is-details .dgwt-wcas-sd {
  font-size: 11px;
  line-height: 100%;
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat],
.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag] {
  padding-left: 15px;
  min-height: 0;
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat] .dgwt-wcas-st,
.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag] .dgwt-wcas-st {
  padding-left: 0;
}

.dgwt-wcas-ico-magnifier,
.dgwt-wcas-ico-magnifier-handler {
  max-width: 20px;
}

.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  height: 50%;
  margin: auto;
  max-height: 20px;
  width: 100%;
  max-width: 20px;
  left: 12px;
  right: auto;
  opacity: 0.5;
  fill: #000;
}

.rtl .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  left: auto;
  right: 12px;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 10px 15px 10px 40px;
}

.rtl .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 10px 40px 10px 15px;
}

.dgwt-wcas-overlay-mobile-on,
.dgwt-wcas-overlay-mobile-on body {
  overflow: hidden;
  min-width: 100vw;
  min-height: 100vh;
}

.dgwt-wcas-om-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  width: 100%;
}

.dgwt-wcas-om-bar .dgwt-wcas-om-return {
  width: 45px;
  height: 100%;
  display: block;
  background: #ccc;
  cursor: pointer;
  position: relative;
}

.dgwt-wcas-om-bar .dgwt-wcas-om-return svg {
  width: 23px;
  height: 23px;
  position: absolute;
  left: 12px;
  top: 12px;
}

.rtl .dgwt-wcas-om-bar .dgwt-wcas-om-return svg {
  left: 11px;
  top: 9px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
  fill: #fff;
}

.dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader {
  right: 0 !important;
}

.rtl .dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader {
  left: 4px !important;
  right: auto !important;
}

@-webkit-keyframes dgwt-wcas-preloader-price-anim {
  0% {
    background: rgba(128, 128, 128, 0.03);
  }
  50% {
    background: rgba(128, 128, 128, 0.1);
  }
  100% {
    background: rgba(128, 128, 128, 0.03);
  }
}

@keyframes dgwt-wcas-preloader-price-anim {
  0% {
    background: rgba(128, 128, 128, 0.03);
  }
  50% {
    background: rgba(128, 128, 128, 0.1);
  }
  100% {
    background: rgba(128, 128, 128, 0.03);
  }
}
.dgwt-wcas-preloader-price-inner div:nth-child(1) {
  left: 0;
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

.dgwt-wcas-preloader-price-inner div:nth-child(2) {
  left: 13px;
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.dgwt-wcas-preloader-price-inner div:nth-child(3) {
  left: 26px;
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.dgwt-wcas-preloader-price {
  width: 34px;
  height: 10px;
  display: inline-block;
  overflow: hidden;
  background: 0 0;
}

.dgwt-wcas-preloader-price-inner {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.dgwt-wcas-preloader-price-inner div {
  position: absolute;
  width: 8px;
  height: 8px;
  background: rgba(128, 128, 128, 0.05);
  -webkit-animation: dgwt-wcas-preloader-price-anim 0.8s cubic-bezier(0, 0.5, 0.5, 1) infinite;
          animation: dgwt-wcas-preloader-price-anim 0.8s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dgwt-wcas-om-bar .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  display: none;
}

.dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile {
  width: calc(100% - 45px);
  max-width: none;
  margin: 0;
}

.dgwt-wcas-overlay-mobile .dgwt-wcas-search-form {
  width: 100%;
}

.dgwt-wcas-overlay-mobile {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
}

.dgwt-wcas-overlay-mobile * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input {
  height: 45px !important;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  font-size: 16px !important;
}

.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input:focus {
  font-size: 16px !important;
}

.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp {
  left: 0 !important;
  top: 45px !important;
  width: 100% !important;
  height: calc(100% - 45px) !important;
  position: absolute;
  overflow-y: auto;
  border: none;
  margin: 0;
  display: block;
}

.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestion {
  width: 100%;
}

.dgwt-wcas-overlay-mobile-on .dgwt-wcas-enable-mobile-form {
  display: none;
}

.dgwt-wcas-enable-mobile-form {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-mobile .dgwt-wcas-search-form {
  display: none;
  position: relative;
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-icon-mobile {
  min-width: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-handler {
  height: 100%;
  width: 100%;
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-handler .dgwt-wcas-ico-magnifier {
  opacity: 1;
  position: static;
  max-width: none;
  max-height: none;
}

.dgwt-wcas-overlay-mobile-on .dgwt-wcas-icon-handler {
  display: none;
}

.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios .dgwt-wcas-suggestions-wrapp {
  height: calc(100% - 45px) !important;
}

.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios {
  overflow: visible;
}

.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios .dgwt-wcas-suggestions-wrapp {
  max-height: none !important;
  height: auto !important;
}

.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios body:not(.dgwt-wcas-theme-flatsome) > :not(.dgwt-wcas-overlay-mobile) {
  display: none;
}

body .dgwt-wcas-content-wrapp .rood,
body .dgwt-wcas-content-wrapp .zwave {
  display: none;
}

.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
  min-width: unset;
}

.dgwt-wcas-layout-icon-flexible .dgwt-wcas-search-form {
  opacity: 0;
}

.dgwt-wcas-layout-icon-flexible-loaded .dgwt-wcas-search-form {
  opacity: 1;
}

.dgwt-wcas-search-icon-arrow {
  display: none;
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form {
  opacity: 0;
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  min-width: 500px;
  z-index: 1000;
}

.dgwt-wcas-overlay-mobile .dgwt-wcas-search-icon,
.dgwt-wcas-overlay-mobile .dgwt-wcas-search-icon-arrow {
  display: none;
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open .dgwt-wcas-search-form {
  display: block;
  opacity: 1;
}

.dgwt-wcas-search-icon {
  width: 20px;
  height: auto;
  cursor: pointer;
}

.dgwt-wcas-ico-magnifier-handler {
  margin-bottom: -0.2em;
  width: 100%;
}

.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon {
  opacity: 0.6;
}

.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open:not(.dgwt-wcas-has-submit) .dgwt-wcas-sf-wrapp .dgwt-wcas-ico-magnifier {
  display: none;
}

.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding-left: 15px;
}

.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon-arrow {
  display: block;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  z-index: 5;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon,
.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon-arrow {
  display: none;
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion {
  border-bottom: none;
}

.dgwt-wcas-has-headings .dgwt-wcas-st > span.dgwt-wcas-st--direct-headline {
  display: none;
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline {
  pointer-events: none;
  display: block;
  font-weight: 500;
  white-space: nowrap;
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
  text-transform: uppercase;
  margin-top: 16px;
  font-size: 12px;
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline,
.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax {
  border-bottom: none;
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion-tax .dgwt-wcas-st {
  padding: 0;
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax.dgwt-wcas-suggestion-selected,
.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax:hover {
  background: 0 0;
  text-decoration: underline;
}

.dgwt-wcas-is-details .dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax {
  min-height: 30px;
}

body {
  background-color: white;
}

.container-fluid {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1300px;
}

.container-small {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1100px;
}

body.page-template-page-landing-page #content > .col-full {
  max-width: none;
  margin: 0;
  padding: 0;
}

body.page-template-page-landing-page .storefront-breadcrumb,
body.page-template-default .storefront-breadcrumb,
body.single-post .storefront-breadcrumb,
body.page-template-page-blog .storefront-breadcrumb,
body.page-template-page-journal .storefront-breadcrumb,
body.single-cands_journal .storefront-breadcrumb,
body.archive .storefront-breadcrumb {
  display: none;
}

body.archive.tax-product_cat .storefront-breadcrumb {
  display: block !important;
}

.post-author,
.post-comments,
#comments {
  display: none;
}

body {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a {
  text-decoration: none;
  font-weight: 400;
}

.framed {
  display: inline-block;
  padding: 18px 25px 20px 25px;
  vertical-align: middle;
  border: solid 3px #fff;
}

.textcenter {
  text-align: center;
}

h1 {
  font-size: 1.6em;
}

p {
  font-weight: 200;
  font-size: 0.9em;
  line-height: 1.4em;
}

.summary li {
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.4em;
}

.summary li b {
  font-weight: 400;
}

.woocommerce-tabs table th,
.woocommerce-tabs table td,
.woocommerce-tabs li {
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.4em;
  list-style-type: none;
}

.woocommerce-Tabs-panel h5 {
  font-weight: 300 !important;
  font-size: 0.9em !important;
  line-height: 1.4em !important;
  font-style: normal !important;
  font-family: "Poppins", sans-serif !important;
  text-transform: none !important;
}

.woocommerce-tabs ul {
  margin-left: 0;
}

.woocommerce-tabs .panel h2:first-of-type {
  font-size: 1.4em;
}

.woocommerce-tabs .panel h6 {
  font-size: 0.9em;
}

body.single-product.storefront-full-width-content .woocommerce-tabs {
  padding-top: 0;
  padding-bottom: 0;
}
body.single-product.storefront-full-width-content .woocommerce-tabs .panel {
  width: 100%;
}
body.single-product.storefront-full-width-content .woocommerce-tabs ul.tabs {
  width: 100%;
  margin-right: 100%;
}

.acc-container {
  width: 100%;
}
.acc-container .acc {
  margin-bottom: 0px;
  clear: both;
}
.acc-container .acc-head {
  padding: 8px 0px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  border-top: solid 1px #ddd;
}
@media (max-width: 1005px) {
  .acc-container .acc-head {
    font-size: 16px;
  }
}
.acc-container .acc-head:last-of-type {
  border-bottom: solid 1px #ddd;
}
.acc-container .acc-head::before,
.acc-container .acc-head::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: black;
  background-color: black;
}
.acc-container .acc-head::before {
  right: 10px;
  width: 1px;
  height: 18px;
  margin-top: -10px;
}
.acc-container .acc-head::after {
  right: 1px;
  width: 18px;
  height: 1px;
  margin-top: -2px;
}
.acc-container .acc-head p {
  font-weight: bold;
}
.acc-container .acc-content {
  padding: 2px 0px;
  display: none;
}
.acc-container .acc-content.accor-panel--description {
  display: block;
}
.acc-container .acc-content.accor-panel--00 {
  display: block;
}
.acc-container .acc-content ul {
  padding: 0;
  margin: 0 0 12px 0;
}
.acc-container .acc-content li {
  list-style-type: none;
  padding: 0 0 0 18px;
  margin: 0 0 4px 0;
  position: relative;
}
.acc-container .acc-content li::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #666;
  position: absolute;
  top: 10px;
  left: 0;
}
.acc-container .acc-content a {
  text-decoration: underline;
}
.acc-container .acc-content.accor-panel--description h2 {
  display: none;
}
.acc-container .acc-head.active::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.acc-container .additional_information_accor,
.acc-container .accor-panel--additional_information {
  display: none !important;
}

.product-badge {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  padding: 4px;
  background-color: #f2f2f2;
  border-radius: 2px;
  z-index: 1;
  font-weight: bold;
}

.woocommerce-product-attributes {
  overflow: hidden;
  height: 1px;
  opacity: 0;
  position: absolute;
}
.woocommerce-product-attributes td,
.woocommerce-product-attributes th {
  padding: 0;
  text-align: left;
  vertical-align: top;
}
.woocommerce-product-attributes tbody td,
.woocommerce-product-attributes tbody th {
  background-color: white !important;
  font-size: 0.9em;
}
.woocommerce-product-attributes.show {
  overflow: auto;
  height: auto;
  opacity: 1;
  position: relative;
}

.swatch-wrapper a {
  display: block;
  height: 50px !important;
  width: 50px !important;
}
.swatch-wrapper a img {
  height: 50px !important;
  width: 50px !important;
}

div.swatch-wrapper.selected {
  border: 1px solid #333 !important;
  padding: 2px !important;
}

.tabs-nav ul {
  margin: 0 !important;
  padding: 0;
}

.tabs-nav li {
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  color: black;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #ddd;
  margin-top: 0;
  margin-left: 0;
  margin-right: 2px;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.tabs-nav li::before {
  display: none !important;
}

.tabs-nav a {
  display: block;
  padding: 10px 15px;
  font-weight: bold;
  color: black;
  text-decoration: none !important;
}

/* Active tab */
.tabs-nav li.active {
  background: #FFF;
  color: black;
}

.tabs-nav li.active a {
  color: inherit;
}

/* Tab content */
.tabs-content {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  background: #FFF;
  margin-top: -1px;
  overflow: hidden;
}
.tabs-content h3 {
  margin-bottom: 10px;
}

.tabs-content IMG {
  margin-right: 10px;
}

/* Hide all but first content div */
.tabs-content div:not(:first-child) {
  display: none;
}

.woocommerce-breadcrumb a {
  font-weight: 200;
}

ul.products li.product .woocommerce-loop-product__title {
  font-size: 0.8rem;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
  text-transform: none;
}

.site-branding {
  margin-bottom: 5px;
  margin-top: 5px;
}
@media (max-width: 1005px) {
  .site-branding {
    margin-top: 25px;
  }
}
@media (max-width: 780px) {
  .site-branding {
    margin-top: 22px;
  }
}
@media (max-width: 480px) {
  .site-branding {
    margin-top: 0px;
  }
}

img {
  border-radius: 0px;
}

.custom-logo-link img {
  opacity: 0 !important;
}

.custom-logo-link {
  background: url(images/CS-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 26px;
}
@media only screen and (min-width: 940px) {
  .custom-logo-link {
    height: 30px;
  }
}

@media only screen and (max-width: 1005px) {
  .storefront-handheld-footer-bar {
    display: block !important;
  }
}
.storefront-handheld-footer-bar {
  -webkit-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.15);
}

.storefront-handheld-footer-bar ul.columns-3 li.search {
  opacity: 0 !important;
  pointer-events: none;
}

.storefront-handheld-footer-bar {
  background-color: #fff !important;
}

.storefront-handheld-footer-bar ul li.cart .count {
  background-color: #fff;
  color: #111;
  border-color: #111;
  width: 1.6em;
  height: 1.62em;
  line-height: 1.6em;
  font-size: 0.7em;
  top: 6px;
}

.custom-logo-link {
  background-size: auto 90%;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 32px;
  height: 1px;
}

.hero-item img {
  width: 100%;
  height: 80vh;
  opacity: 0;
  position: relative;
  z-index: 1;
}

.hero-banner,
.hero-banner h1,
.hero-banner h2,
.hero-banner h3,
.hero-banner p,
.hero-banner p a {
  color: #fff;
}

.onsale {
  display: none;
}

.woocommerce-active .site-header .site-header-cart {
  float: none;
  position: absolute;
  font-size: 90%;
  right: -30px;
  top: -70px;
  width: 140px;
}
@media (min-width: 1006px) {
  .woocommerce-active .site-header .site-header-cart {
    top: -50px;
  }
}
@media (min-width: 1064px) {
  .woocommerce-active .site-header .site-header-cart {
    right: 14px;
  }
}
.woocommerce-active .site-header .site-header-cart li {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
.woocommerce-active .site-header .site-header-cart span.woocommerce-Price-amount {
  font-size: 12px;
}
.woocommerce-active .site-header .site-header-cart .woocommerce-mini-cart-item .variation {
  padding: 5px;
  margin: 0 10px;
  font-weight: 300;
  border: 1px solid #ddd;
}
.woocommerce-active .site-header .site-header-cart .woocommerce-mini-cart-item .variation dt {
  font-weight: 400;
}
.woocommerce-active .site-header .site-header-cart .woocommerce-mini-cart-item .variation dd {
  margin: 0;
}
.woocommerce-active .site-header .site-header-cart .woocommerce-mini-cart-item .variation dd p {
  margin: 0;
}

@media (max-width: 800px) {
  .site-header-cart {
    display: none !important;
  }
}
.woocommerce-active .site-header .main-navigation {
  width: 100%;
  float: none;
  margin-right: 0;
  text-align: center;
}

nav#menu {
  -webkit-transform: scale(1, 1) translate3d(-200%, 0, 0);
          transform: scale(1, 1) translate3d(-200%, 0, 0);
}

nav#menu.show {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
          transform: scale(1, 1) translate3d(0%, 0, 0);
}

.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
  padding: 1em 0.6em;
}

.main-navigation ul.menu > li.menu-item-has-children > a::after,
.main-navigation ul.menu > li.page_item_has_children > a::after,
.main-navigation ul.nav-menu > li.menu-item-has-children > a::after,
.main-navigation ul.nav-menu > li.page_item_has_children > a::after {
  margin-left: 0.5em;
}

.site-header {
  padding-top: 0px;
}

.primary-navigation {
  margin-top: 20px;
  font-size: 90%;
}

.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
  width: auto;
  float: none;
  margin-right: 0;
  position: absolute;
  top: -5px;
  left: 0;
}

.secondary-navigation a:after {
  float: none !important;
}

.secondary-navigation {
  line-height: 0.8;
}

.col-full-home #primary,
.col-full-home #main,
.col-full-home .type-page.has-post-thumbnail {
  margin-bottom: 0;
  padding-top: 0;
}

body.home .col-full-home {
  background-color: white;
  margin-top: 0;
}
@media (min-width: 1005px) {
  body.home .col-full-home {
    margin-top: 100vh;
  }
}

.storefront-full-width-content .woocommerce-products-header,
.storefront-full-width-content.woocommerce-account .entry-header,
.storefront-full-width-content.woocommerce-cart .entry-header,
.storefront-full-width-content.woocommerce-checkout .entry-header {
  padding: 10px 0 10px 0;
}

.page-template-template-fullwidth-php .site-main ul.products.columns-4 li.product,
.page-template-template-homepage-php .site-main ul.products.columns-4 li.product,
.storefront-full-width-content .site-main ul.products.columns-4 li.product {
  width: 22%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 1%;
  margin-left: 1%;
}

@media (min-width: 768px) {
  .storefront-full-width-content .content-area {
    width: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .storefront-full-width-content.archive .content-area {
    max-width: 1500px;
  }
}
@media handheld, only screen and (max-width: 768px) {
  .page-template-template-fullwidth-php .site-main ul.products.columns-4 li.product,
  .page-template-template-homepage-php .site-main ul.products.columns-4 li.product,
  .storefront-full-width-content .site-main ul.products.columns-4 li.product {
    width: 45%;
    margin-right: 2%;
    margin-left: 2%;
  }
  ul.products li.product .woocommerce-loop-product__title,
  ul.products li.product h2,
  ul.products li.product h3 {
    font-size: 0.9rem;
  }
}
.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail {
  padding-top: 18em;
  padding-bottom: 18em;
}

body.page-id-19465 .site-main .entry-header {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 740px) {
  body.archive ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.archive ul.products:after {
    display: none;
  }
  body.archive ul.products li.product {
    width: 48%;
    float: none;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    margin-left: 1%;
  }
  body.archive ul.products li.product h2 {
    padding-left: 5px;
    padding-right: 5px;
  }
  body.archive ul.products li.product img {
    margin: 0;
    padding: 10px;
  }
}
button.menu-toggle,
button.menu-toggle:hover {
  border-color: #fff;
}

button.menu-toggle {
  margin-top: -10px;
}

.columns-3 .storefront-sorting {
  display: block;
}

.storefront-sorting {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1005px) {
  .storefront-sorting {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.storefront-sorting select {
  font-size: 12px;
  border: solid 1px #ddd;
  padding: 5px;
}

@media screen and (max-width: 1005px) {
  .storefront-sorting {
    display: none;
  }
}
.storefront-handheld-footer-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #fff !important;
}

.storefront-handheld-footer-bar ul.columns-3 li.search {
  display: none;
}

.storefront-handheld-footer-bar ul li > a {
  height: 50px;
}

.woocommerce-active .site-branding {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-active .site-header .site-search {
  display: none;
}

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb {
  color: #999 !important;
}

.secondary-navigation .menu a {
  padding: 3px;
  margin-right: 10px;
}

.main-navigation ul li,
.secondary-navigation ul li {
  padding: 3px;
}

.secondary-navigation ul.menu a {
  font-size: 90%;
  display: inline-block;
}

.fa-envelope-o:before {
  display: inline-block;
  margin-left: 6px;
}

.secondary-navigation ul li:last-child {
  position: relative;
  top: -1px;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
  width: 46%;
  margin-right: 4%;
  margin-bottom: 20px;
}
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery img {
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}

.storefront-full-width-content.single-product div.product .summary {
  width: 50%;
}

.storefront-full-width-content .woocommerce-tabs ul.tabs {
  width: 46%;
  margin-right: 4%;
}

.storefront-full-width-content .woocommerce-tabs .col-2,
.storefront-full-width-content .woocommerce-tabs .col-2 {
  max-width: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.storefront-full-width-content .woocommerce-tabs .box-highlight,
.storefront-full-width-content .woocommerce-tabs h2,
.storefront-full-width-content .woocommerce-tabs h3,
.storefront-full-width-content .woocommerce-tabs h4,
.storefront-full-width-content .woocommerce-tabs h5,
.storefront-full-width-content .woocommerce-tabs p {
  margin-top: 0px !important;
  margin-bottom: 12px !important;
  padding: 0;
}
.storefront-full-width-content .woocommerce-tabs h2 {
  font-size: 22px;
}
.storefront-full-width-content .woocommerce-tabs h3 {
  font-size: 20px;
}
.storefront-full-width-content .woocommerce-tabs h4 {
  font-size: 18px;
}
.storefront-full-width-content .woocommerce-tabs h5 {
  font-size: 16px;
}
.storefront-full-width-content .woocommerce-tabs .panel {
  width: 50%;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: auto;
  bottom: 0.875em;
}

.single-product div.product p.price {
  margin: 1em 0;
}

.vat-small-txt {
  font-weight: 300;
  display: block;
}

.single-product .vat-small-txt {
  font-weight: 300;
  display: inline;
  font-size: 14px;
}

.single-product div.product .product_meta {
  display: none;
}

.single-product div.product {
  overflow: initial;
}
.single-product div.product form.cart {
  margin-bottom: 15px;
  padding: 10px 0;
}
.single-product div.product select,
.single-product div.product textarea {
  font-family: "sofia-pro", "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
  padding: 4px;
  font-size: 14px;
  font-weight: 300;
}
.single-product div.product .woocommerce-product-details__short-description {
  display: none !important;
}
.single-product div.product .woocommerce-product-details__short-description h2,
.single-product div.product .woocommerce-product-details__short-description h3,
.single-product div.product .woocommerce-product-details__short-description h4,
.single-product div.product .woocommerce-product-details__short-description h5,
.single-product div.product .woocommerce-product-details__short-description h6 {
  font-weight: 200;
  font-size: 0.9em;
}

.single-prod-tasting-notes {
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
}
.single-prod-tasting-notes p {
  width: 80%;
  margin: auto;
}

.complimentary-product {
  position: relative;
}
.complimentary-product:after {
  content: "";
  display: block;
  z-index: 0;
  position: absolute;
  width: 100vw;
  top: 0;
  left: 50%;
  height: 100%;
  background-image: url(images/comp-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.complimentary-product .complimentary-background {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 780px) {
  .complimentary-product .complimentary-background img {
    display: inline-block;
    width: 50px;
    height: auto;
  }
  .complimentary-product .complimentary-background h3 {
    width: 70%;
    margin-left: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .single-prod-tasting-notes {
    width: calc(100% + 10vw);
    margin-left: -5vw;
  }
  .complimentary-product {
    width: calc(100vw - 0px);
    margin-left: calc(-50vw + 50% + 0px);
  }
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
  background-color: #111;
  padding: 0;
  padding-top: 5px;
  margin-bottom: 0;
  margin-left: 0;
  border-radius: 0px;
  text-align: center;
  color: #fff;
  clear: both;
  border-left: none;
  font-size: 14px;
}

.woocommerce-message {
  text-align: center;
  margin-bottom: 0;
}

body.home .woocommerce-message {
  padding: 10px 0;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  color: #fff;
  clear: both;
  border-left: none;
  text-align: center;
  background-color: #003f72 !important;
  font-size: 14px;
  position: relative;
  z-index: 10;
  top: -20px;
}
body.home .woocommerce-message:before {
  display: none !important;
}
body.home .woocommerce-message:after {
  display: none !important;
}
@media screen and (max-width: 740px) {
  body.home .woocommerce-message {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 50px;
    top: auto;
  }
}
body.home .woocommerce-error {
  margin-bottom: 0 !important;
  background-color: #003f72 !important;
  padding: 10px;
}
body.home .woocommerce-error:before {
  display: none !important;
}
body.home .woocommerce-error:after {
  display: none !important;
}

body.woocommerce-cart .woocommerce-message,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-noreviews {
  padding: 5px;
  margin-bottom: 10px;
  background-color: #1d2248;
  border-left: none;
}
body.woocommerce-cart .woocommerce-message:before,
body.woocommerce-checkout .woocommerce-message:before,
body.woocommerce-checkout .woocommerce-error:before,
body.woocommerce-checkout .woocommerce-info:before,
body.woocommerce-checkout .woocommerce-noreviews:before {
  display: none !important;
}
body.woocommerce-cart .woocommerce-message:after,
body.woocommerce-checkout .woocommerce-message:after,
body.woocommerce-checkout .woocommerce-error:after,
body.woocommerce-checkout .woocommerce-info:after,
body.woocommerce-checkout .woocommerce-noreviews:after {
  display: none !important;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #111;
}

.landing-button .responsiveimagecover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.landing-button .responsiveimagecover {
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.landing-button button {
  padding: 0.61805em 1.41575em;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.landing-button:hover .responsiveimagecover {
  opacity: 1;
}

.landing-button:hover button {
  padding: 0.81805em 1.61575em;
}

.landing-heading h2 {
  font-size: 1.6em;
}

.landing-button a {
  display: block;
  position: relative;
}

.landing-button img {
  max-width: none;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: block;
}

.landing-button .landing-button-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

footer {
  margin-top: -6px;
}

footer p,
footer li {
  font-size: 90%;
}

body.page-id-14236 .hentry.type-page .entry-header,
body.page-id-454 .hentry.type-page .entry-header,
body.page-id-5688 .hentry.type-page .entry-header,
body.page-id-4546 .hentry.type-page .entry-header,
body.page-id-9912 .hentry.type-page .entry-header,
body.page-id-2492 .hentry.type-page .entry-header,
body.page-id-452 .hentry.type-page .entry-header,
body.page-id-9998 .hentry.type-page .entry-header {
  border-bottom: 0;
  margin-bottom: 0;
  text-align: center;
}

.hentry.type-page .entry-header h1.entry-title {
  text-align: center;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .hentry.type-page .entry-header h1.entry-title {
    padding-top: 20px;
  }
}

.site-info {
  display: none;
}

.woocommerce-products-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.woocommerce-products-header .woocommerce-products-header__title {
  text-align: center;
}

.woocommerce-products-header .woocommerce-products-header__title:after {
  content: "";
  display: block;
  height: 15px;
  border-bottom: 1px solid #ddd;
  top: 0;
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin: auto;
  margin-bottom: 5px;
  max-width: 200px;
}

.woocommerce-products-header .woocommerce-products-header__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.woocommerce-products-header .categoryhero {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.woocommerce-products-header .term-description {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: center;
}

.woocommerce-products-header .term-description p {
  max-width: 700px;
}

.woocommerce-products-header .term-description h5 {
  font-weight: 300 !important;
  font-size: 0.9em !important;
  line-height: 1.4em !important;
  font-style: normal !important;
  font-family: "Poppins", sans-serif !important;
  text-transform: none !important;
}

.woocommerce-products-header .term-description h5 em {
  font-style: normal !important;
}

.woocommerce-products-header .term-description h5 span {
  font-weight: 300 !important;
}

.categoryhero {
  position: relative;
  margin-bottom: 25px;
}

.categoryhero img {
  margin-bottom: 0;
  width: 100%;
  height: auto;
  opacity: 1;
}

.categoryhero h1 {
  /*position:absolute; bottom:0; left:0; width:100%; text-align:center;*/
}

@media (min-width: 768px) {
  .col-full {
    /*max-width: 1300px;*/
  }
}
.single-product div.product {
  margin-top: 10px;
}

.term-description {
  /*max-width: 1300px;*/
}

body.single-product #content > div.col-full {
  max-width: 1200px;
}

body.archive.woocommerce #content > div.col-full,
body.tax-product_cat.woocommerce #content > div.col-full,
body.page-template-page-welcome-to-czech-speake #content > div.col-full {
  max-width: none;
  padding: 0 0;
  margin-left: 0;
  margin-right: 0;
}

/*body.archive.woocommerce .woocommerce-breadcrumb {
display: none; }*/
body.category-blog .page-header {
  display: none;
}

.homepagebantest {
  display: none;
}

.homepagebantext-hold img {
  position: relative;
  z-index: 1;
}

.homepagebantext {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.homepagebantext h1 {
  text-transform: uppercase;
  font-weight: 600;
}

.homepagebantext h1:after {
  content: "";
  display: block;
  height: 25px;
  border-bottom: 2px solid rgba(20, 20, 20, 0.5);
  top: 0;
  width: 60px;
  margin: auto;
  margin-bottom: auto;
  margin-bottom: 25px;
}

.homepagebantext p {
  font-family: "Playfair Display", serif;
  font-size: 1.7em;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.4em;
}

.homepagebantext p em {
  font-style: normal;
  font-size: 60%;
}

@media handheld, only screen and (max-width: 1280px) {
  .homepagebantext h1 {
    font-size: 3.4vw;
  }
  .homepagebantext p {
    font-size: 2.2vw;
  }
  .homepagebantext h1:after {
    height: 15px;
    width: 40px;
    margin-bottom: 15px;
  }
  .homepagebantext .contentpadding_sm {
    padding-bottom: 15px !important;
  }
}
@media handheld, only screen and (max-width: 740px) {
  .homepagebantext h1 {
    font-size: 6vw;
    line-height: 1em;
  }
  .homepagebantext p {
    font-size: 4.2vw;
    line-height: 1.2em;
  }
  .homepagebantext h1:after {
    height: 25px;
    margin-bottom: -5px;
    border-bottom: 1px solid rgba(20, 20, 20, 0.5);
  }
  .homepagebantext .contentpadding_sm {
    padding-bottom: 20px !important;
  }
  #livechat-compact-container {
    display: none !important;
  }
}
@media handheld, only screen and (max-width: 440px) {
  .homepagebantext h1::after {
    height: 10px;
    margin-bottom: 5px;
  }
  .homepagebantext h1 {
    font-size: 6.4vw;
    line-height: 1.1em;
  }
  .homepagebantext p {
    font-size: 5vw;
    line-height: 1.2em;
  }
  .homepagebantext .contentpadding_sm {
    padding-bottom: 10px !important;
  }
  .homepagebantext .textpadding_md {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.term-description {
  max-width: 66.4989378333em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.617924em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.product-category {
  height: 380px;
}

.product-category .imagewrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.product-category .imagewrapper img {
  opacity: 0;
  height: 210px;
  width: 100%;
  margin-bottom: 0;
}

.product-category a {
  display: table;
  height: 100%;
  width: 100%;
}

.product-category h2 {
  padding: 10px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 10px;
}

.product-category h2 .count {
  display: none;
}

.product-category .valign_child {
  z-index: 2;
  position: relative;
}

ul.products li.product.product-category img {
  margin-bottom: 0;
}

ul.products li.product img {
  width: 100%;
}

.woocommerce ul.products li.product a img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
  display: none;
  -o-object-position: top;
     object-position: top;
}

.woocommerce ul.products li.product a:hover img:nth-of-type(2) {
  display: block;
}

.storefront-full-width-content .site-main .columns-3 ul.products li.product.product-category,
.storefront-full-width-content .site-main .columns-4 ul.products li.product.product-category {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
}

ul.products li.product.product-category.first {
  clear: initial !important;
}

ul.products li.product.product-category.last {
  margin-right: 1% !important;
}

#company-logos .company-logos-col {
  width: 25%;
  background: #ddd;
  padding: 20px 0;
  float: left;
}

#company-logos .company-logos-col img {
  max-height: 90px;
  display: block;
  opacity: 0.5;
  margin: auto;
  max-width: 80%;
}

/*.hero-item-desk {
  display: block; }

.hero-item-mob {
  display: none; }*/
.posted-on {
  display: none;
}

.cands_journal .entry-header,
.cands_casestudies .entry-header {
  text-align: center;
}

.cands_journal img.wp-post-image,
.cands_casestudies img.wp-post-image {
  display: none;
}

.cands_journal .entry-content img.wp-post-image,
.cands_casestudies .entry-content img.wp-post-image {
  display: block;
}

.header-widget-region .widget {
  text-align: center !important;
}

.widget .dgwt-wcas-search-wrapp {
  display: inline-block !important;
}

.hentry.cands_journal .entry-header,
.hentry.cands_casestudies .entry-header {
  margin-bottom: 1em;
  border-bottom: 1px solid transparent;
}

.entry-taxonomy {
  display: none;
}

.catlistjournal {
  border-bottom: solid 1px #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (min-width: 780px) {
  .catlistjournal {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
.catlistjournal .catlistwrap {
  display: none;
}
@media only screen and (min-width: 780px) {
  .catlistjournal .catlistwrap {
    display: block;
  }
}
.catlistjournal .catlistjournal-menu {
  margin: 0;
  padding: 0;
}
.catlistjournal .catlistjournal-menu li {
  list-style-type: none;
  display: inline-block;
}
.catlistjournal p,
.catlistjournal h1 {
  font-size: 20px;
  letter-spacing: 5px;
  padding-top: 10px;
  text-transform: uppercase;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif !important;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 20px;
}
.catlistjournal p span,
.catlistjournal h1 span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(images/downarrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: 15px;
}
@media only screen and (min-width: 780px) {
  .catlistjournal p span,
  .catlistjournal h1 span {
    display: none;
  }
}
.catlistjournal p.is-active span,
.catlistjournal h1.is-active span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.catlistjournal a {
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 2px;
  margin-left: 8px;
  margin-right: 8px;
  text-transform: uppercase;
}
@media only screen and (min-width: 780px) {
  .catlistjournal a {
    font-size: 12px;
    letter-spacing: 3px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.catlistjournal .current-cat a {
  border-bottom: solid 1px #222;
}

body.single-cands_journal #main,
body.single-post #main {
  text-align: center;
}
body.single-cands_journal #main .textcenter,
body.single-post #main .textcenter {
  text-align: center;
}
body.single-cands_journal #content,
body.single-post #content {
  margin-top: 20px;
  /*single blog*/
}
body.single-cands_journal #content .col-full,
body.single-post #content .col-full {
  max-width: 1686px;
}
body.single-cands_journal #content .col-full .container,
body.single-post #content .col-full .container {
  max-width: none;
}
body.single-cands_journal #content .old-journal-style,
body.single-post #content .old-journal-style {
  text-align: center;
  margin-top: 0px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 780px) {
  body.single-cands_journal #content .old-journal-style,
  body.single-post #content .old-journal-style {
    margin-top: -15px;
  }
}
body.single-cands_journal #content .old-journal-style h1,
body.single-cands_journal #content .old-journal-style h2,
body.single-cands_journal #content .old-journal-style h3,
body.single-cands_journal #content .old-journal-style h4,
body.single-cands_journal #content .old-journal-style h5,
body.single-cands_journal #content .old-journal-style h6,
body.single-post #content .old-journal-style h1,
body.single-post #content .old-journal-style h2,
body.single-post #content .old-journal-style h3,
body.single-post #content .old-journal-style h4,
body.single-post #content .old-journal-style h5,
body.single-post #content .old-journal-style h6 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 18px !important;
  line-height: 22px;
  text-align: left !important;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300 !important;
}
@media only screen and (min-width: 780px) {
  body.single-cands_journal #content .old-journal-style h1,
  body.single-cands_journal #content .old-journal-style h2,
  body.single-cands_journal #content .old-journal-style h3,
  body.single-cands_journal #content .old-journal-style h4,
  body.single-cands_journal #content .old-journal-style h5,
  body.single-cands_journal #content .old-journal-style h6,
  body.single-post #content .old-journal-style h1,
  body.single-post #content .old-journal-style h2,
  body.single-post #content .old-journal-style h3,
  body.single-post #content .old-journal-style h4,
  body.single-post #content .old-journal-style h5,
  body.single-post #content .old-journal-style h6 {
    font-size: 24px !important;
    line-height: 28px;
  }
}
body.single-cands_journal #content .old-journal-style h1 a,
body.single-cands_journal #content .old-journal-style h2 a,
body.single-cands_journal #content .old-journal-style h3 a,
body.single-cands_journal #content .old-journal-style h4 a,
body.single-cands_journal #content .old-journal-style h5 a,
body.single-cands_journal #content .old-journal-style h6 a,
body.single-post #content .old-journal-style h1 a,
body.single-post #content .old-journal-style h2 a,
body.single-post #content .old-journal-style h3 a,
body.single-post #content .old-journal-style h4 a,
body.single-post #content .old-journal-style h5 a,
body.single-post #content .old-journal-style h6 a {
  text-decoration: none !important;
  border-bottom: 1px solid #666;
}
body.single-cands_journal #content .old-journal-style h1 b,
body.single-cands_journal #content .old-journal-style h2 b,
body.single-cands_journal #content .old-journal-style h3 b,
body.single-cands_journal #content .old-journal-style h4 b,
body.single-cands_journal #content .old-journal-style h5 b,
body.single-cands_journal #content .old-journal-style h6 b,
body.single-post #content .old-journal-style h1 b,
body.single-post #content .old-journal-style h2 b,
body.single-post #content .old-journal-style h3 b,
body.single-post #content .old-journal-style h4 b,
body.single-post #content .old-journal-style h5 b,
body.single-post #content .old-journal-style h6 b {
  font-weight: 300 !important;
}
body.single-cands_journal #content .old-journal-style .entry-header h1,
body.single-post #content .old-journal-style .entry-header h1 {
  text-align: center !important;
}
body.single-cands_journal #content .old-journal-style h1,
body.single-post #content .old-journal-style h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px !important;
  line-height: 26px;
}
@media only screen and (min-width: 780px) {
  body.single-cands_journal #content .old-journal-style h1,
  body.single-post #content .old-journal-style h1 {
    font-size: 30px !important;
    line-height: 36px;
  }
}
body.single-cands_journal #content .old-journal-style p,
body.single-post #content .old-journal-style p {
  max-width: 800px;
  margin: auto;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 14px !important;
  font-weight: 300 !important;
  text-align: left !important;
}
body.single-cands_journal #content .old-journal-style p span,
body.single-post #content .old-journal-style p span {
  font-size: 14px !important;
  font-weight: 300 !important;
}
body.single-cands_journal #content .old-journal-style p img,
body.single-post #content .old-journal-style p img {
  margin: 25px auto 25px auto;
}
body.single-cands_journal #content .old-journal-style hr,
body.single-post #content .old-journal-style hr {
  margin-top: 25px;
  margin-bottom: 25px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 780px) {
  body.single-cands_journal #content .old-journal-style hr,
  body.single-post #content .old-journal-style hr {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
body.single-cands_journal #content .old-journal-style .wp-caption,
body.single-post #content .old-journal-style .wp-caption {
  max-width: 800px;
}
body.single-cands_journal #content .old-journal-style .wp-caption-text,
body.single-post #content .old-journal-style .wp-caption-text {
  text-align: left;
  font-style: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1em 0;
  font-size: 12px;
  font-weight: 300;
}
body.single-cands_journal #content .old-journal-style ul,
body.single-post #content .old-journal-style ul {
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  list-style-type: none;
  width: 100%;
  max-width: none;
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
body.single-cands_journal #content .old-journal-style ul li,
body.single-post #content .old-journal-style ul li {
  font-size: 14px !important;
  font-weight: 300 !important;
}
body.single-cands_journal #content .old-journal-style ul li span,
body.single-post #content .old-journal-style ul li span {
  font-size: 14px !important;
  font-weight: 300 !important;
}
body.single-cands_journal #content .new-journal-style,
body.single-post #content .new-journal-style {
  margin-top: 0px;
  margin-bottom: -40px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (min-width: 780px) {
  body.single-cands_journal #content .new-journal-style,
  body.single-post #content .new-journal-style {
    margin-top: -15px;
    margin-bottom: -10px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
body.single-cands_journal #content .new-journal-style .textpadding_md,
body.single-post #content .new-journal-style .textpadding_md {
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (min-width: 780px) {
  body.single-cands_journal #content .new-journal-style .textpadding_md,
  body.single-post #content .new-journal-style .textpadding_md {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1005px) {
  body.single-cands_journal #content .new-journal-style .textpadding_md,
  body.single-post #content .new-journal-style .textpadding_md {
    padding-left: 40px;
    padding-right: 40px;
  }
}
body.single-cands_journal #content .new-journal-style .entry-header h1,
body.single-post #content .new-journal-style .entry-header h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px !important;
  line-height: 26px;
  text-align: center !important;
}
@media only screen and (min-width: 780px) {
  body.single-cands_journal #content .new-journal-style .entry-header h1,
  body.single-post #content .new-journal-style .entry-header h1 {
    font-size: 30px !important;
    line-height: 36px;
  }
}
body.single-cands_journal #content .new-journal-style .home-text,
body.single-post #content .new-journal-style .home-text {
  max-width: 800px;
  text-align: left;
  margin: auto;
}
body.single-cands_journal #content .new-journal-style .home-text p,
body.single-post #content .new-journal-style .home-text p {
  margin-bottom: 15px;
  font-size: 14px !important;
}
body.single-cands_journal #content .new-journal-style .home-text a,
body.single-post #content .new-journal-style .home-text a {
  -webkit-transition: all 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  font-size: 14px;
  padding: 0;
  color: #111;
  background-color: transparent;
  display: inline;
  font-weight: 300;
  margin-top: 0;
  position: relative;
  border: transparent !important;
  text-decoration: underline;
}
body.single-cands_journal #content .new-journal-style .home-text:hover,
body.single-post #content .new-journal-style .home-text:hover {
  text-decoration: none;
  font-weight: 300;
  background-color: transparent !important;
}
@media only screen and (max-width: 780px) {
  body.single-cands_journal #content .new-journal-style .home-title h2,
  body.single-post #content .new-journal-style .home-title h2 {
    font-size: 20px;
  }
  body.single-cands_journal #content .new-journal-style .home-text-img,
  body.single-post #content .new-journal-style .home-text-img {
    margin-bottom: -10px !important;
  }
  body.single-cands_journal #content .new-journal-style .home-text-img .textpadding_sm,
  body.single-post #content .new-journal-style .home-text-img .textpadding_sm {
    padding-left: 0;
    padding-right: 0;
  }
  body.single-cands_journal #content .new-journal-style .home-text-img .padding-small,
  body.single-post #content .new-journal-style .home-text-img .padding-small {
    padding: 0;
  }
  body.single-cands_journal #content .new-journal-style .home-text-img .columns:first-of-type img,
  body.single-post #content .new-journal-style .home-text-img .columns:first-of-type img {
    margin-bottom: 20px;
  }
  body.single-cands_journal #content .new-journal-style .home-news,
  body.single-post #content .new-journal-style .home-news {
    margin-left: -1.41575em !important;
    width: calc(100% + 2.8315em) !important;
  }
  body.single-cands_journal #content .new-journal-style .home-news .imageswipe .advertitem,
  body.single-post #content .new-journal-style .home-news .imageswipe .advertitem {
    padding-left: 0;
    padding-right: 35px;
    margin-right: -25px;
    padding-bottom: 20px;
  }
  body.single-cands_journal #content .new-journal-style .home-news .imageswipe .advertitem .textpadding_sm,
  body.single-post #content .new-journal-style .home-news .imageswipe .advertitem .textpadding_sm {
    padding-left: 0;
    padding-right: 0;
  }
  body.single-cands_journal #content .new-journal-style .home-image,
  body.single-post #content .new-journal-style .home-image {
    margin-left: -1.41575em !important;
    width: calc(100% + 2.8315em) !important;
  }
  body.single-cands_journal #content .new-journal-style .padding-bottom-small,
  body.single-post #content .new-journal-style .padding-bottom-small {
    padding-bottom: 20px;
  }
  body.single-cands_journal #content .new-journal-style .padding-bottom-medium,
  body.single-post #content .new-journal-style .padding-bottom-medium {
    padding-bottom: 20px;
  }
  body.single-cands_journal #content .new-journal-style .padding-bottom-large,
  body.single-post #content .new-journal-style .padding-bottom-large {
    padding-bottom: 10px;
  }
  body.single-cands_journal #content .new-journal-style .padding-top-small,
  body.single-post #content .new-journal-style .padding-top-small {
    padding-top: 20px;
  }
  body.single-cands_journal #content .new-journal-style .padding-top-medium,
  body.single-post #content .new-journal-style .padding-top-medium {
    padding-top: 20px;
  }
  body.single-cands_journal #content .new-journal-style .padding-top-large,
  body.single-post #content .new-journal-style .padding-top-large {
    padding-top: 10px;
  }
  body.single-cands_journal #content .new-journal-style .products-alt-journal .flex-control-nav,
  body.single-cands_journal #content .new-journal-style .products-alt-slide .flex-control-nav,
  body.single-post #content .new-journal-style .products-alt-journal .flex-control-nav,
  body.single-post #content .new-journal-style .products-alt-slide .flex-control-nav {
    bottom: -10px;
  }
}
body.single-cands_journal #content .new-journal-style .home-text-img,
body.single-post #content .new-journal-style .home-text-img {
  max-width: 1200px;
  text-align: left;
  margin: auto;
}
body.single-cands_journal #content .new-journal-style .home-text-img p,
body.single-post #content .new-journal-style .home-text-img p {
  margin-bottom: 15px;
  font-size: 14px !important;
}
body.single-cands_journal #content .new-journal-style .home-products,
body.single-post #content .new-journal-style .home-products {
  max-width: 800px;
  margin: auto;
}

.site-main .nav-links {
  padding-top: 20px;
  border-top: solid 1px #ddd;
  margin-top: 30px;
}
.site-main nav.navigation {
  clear: both;
  padding: 0;
}

.site-main nav.navigation .nav-next a,
.site-main nav.navigation .nav-previous a {
  padding: 10px;
  display: block;
  margin: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  background-color: #f2f2f2;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif !important;
}

@media only screen and (max-width: 780px) {
  .site-main nav.navigation .nav-next {
    float: none;
    text-align: center;
    width: 100%;
  }
  .site-main nav.navigation .nav-previous {
    float: none;
    text-align: center;
    width: 100%;
  }
}
.journal-list-item {
  width: 46%;
  margin-left: 1%;
  margin-right: 1%;
  display: inline-block;
  vertical-align: top;
  border: none;
  margin-bottom: 20px;
}

.journal-list-item .journal-list-item-padd {
  padding: 0 5px 5px 5px;
}
@media only screen and (min-width: 780px) {
  .journal-list-item .journal-list-item-padd {
    padding: 20px;
  }
}

.journal-list-item h2 {
  font-size: 1.4em;
}

.journal-list-item h2:after {
  content: "";
  display: block;
  height: 15px;
  border-bottom: 1px solid #eee;
  top: 0;
  width: 60px;
  margin: auto;
  margin-bottom: 15px;
}

.journal-list-item h2:before {
  content: "";
  display: block;
  height: 15px;
  border-bottom: 1px solid #eee;
  top: 0;
  width: 60px;
  margin: auto;
  margin-bottom: 15px;
}

.journal-list-item img {
  max-width: none;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.joinus img {
  max-width: none;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
}

.indicates-required {
  text-align: right;
  font-size: 90%;
  margin-bottom: 10px;
  margin-right: 2px;
}

#mc_embed_signup_scroll {
  padding-right: 10px;
}

#mc_embed_signup_scroll .mc-field-group.row label {
  float: left;
  width: 40%;
}

#mc_embed_signup_scroll .mc-field-group.row input {
  float: left;
  width: 60%;
}

#mc_embed_signup_scroll .mc-field-group.row {
  margin-bottom: 10px;
}

#mc_embed_signup div.mce_inline_error {
  font-size: 80% !important;
}

#footersignup .input-text,
#footersignup input[type=password],
#footersignup input[type=search],
#footersignup input[type=text],
#footersignup input[type=url],
#footersignup textarea {
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px transparent;
          box-shadow: inset 0 1px 1px transparent;
}

#footersignup .footersignup-sub {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 0;
}

#footersignup #mc_embed_signup_scroll {
  padding-right: 0;
  margin-right: 90px;
}

#footersignup #mc-embedded-subscribe-form {
  position: relative;
  margin-top: 20px;
}

#footersignup #mc_embed_signup_scroll .mc-field-group.row {
  display: inline-block;
  vertical-align: top;
  width: 28%;
  margin-right: 1%;
  margin-left: 1%;
  text-align: left;
}

#footersignup #mc_embed_signup_scroll .mc-field-group.row label {
  float: none;
  width: 100%;
  font-size: 80%;
  padding-bottom: 5px;
  display: block;
}

#footersignup #mc_embed_signup_scroll .mc-field-group.row input {
  float: none;
  width: 100%;
}

#footersignup #mc_embed_signup_scroll .mc-field-group.row {
  margin-bottom: 10px;
}

#footersignup .indicates-required {
  display: none;
}

#mce-responses .response {
  margin-bottom: 10px;
}

.button.buttonsignup {
  background-color: #222;
  border: solid 1px #222;
  color: #fff;
}

.storefront-full-width-content.single-product .upsells ul.products li.product {
  width: 22%;
  margin-left: 1%;
  margin-right: 1% !important;
  clear: inherit !important;
  float: none;
  vertical-align: middle;
  display: inline-block;
}

.related > h2:first-child,
.upsells > h2:first-child {
  margin-bottom: 1.5em;
}

.storefront-full-width-content .woocommerce-tabs .panel {
  margin-bottom: 1.5em;
}

p.stock {
  color: #222 !important;
}

.stock:before {
  display: none;
}

.woocommerce-mini-cart__buttons #woo_pp_ec_button {
  margin-top: 10px;
  display: block;
}

.image-wrapper-height {
  width: 100%;
  height: 400px;
}

.image-wrapper-center {
  width: 100%;
  height: 100%;
  display: table;
}

.image-wrapper-align {
  display: table-cell;
  vertical-align: middle;
}

.pd-text h3 {
  line-height: 1.2em;
}

.page .entry-content p a {
  text-decoration: underline;
}

.pd-text p a {
  border: 0;
  background: 0 0;
  background-color: #43454b;
  border-color: #43454b;
  color: #fff;
  cursor: pointer;
  padding: 0.6180469716em 1.41575em;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 15px;
  text-shadow: none;
  font-style: normal !important;
  display: inline-block;
  outline: 0;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.entry-content p em a {
  font-weight: 400;
}

.pd-text p a:before {
  width: 0;
  height: 100%;
  background-color: 666;
}

.pd-text p del a {
  border: solid 1px #43454b;
  background-color: transparent !important;
  border-color: #43454b;
  color: #43454b !important;
}

.pd-text p a:hover {
  background-color: #ccc !important;
  border-color: #ccc !important;
  color: #43454b !important;
}

.wcppec-checkout-buttons__separator {
  text-align: center;
  margin-bottom: 10px;
  margin-top: -10px;
}

.complimentary-samples {
  padding: 20px;
  background-color: #fff;
  border: solid 1px #ccc;
  margin-top: 10px;
  margin-bottom: 15px;
  background-image: url(images/box.jpg);
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: auto 110%;
  text-align: left;
}
@media screen and (min-width: 740px) {
  .complimentary-samples {
    margin-top: -15px;
    margin-bottom: 20px;
    background-size: auto 130%;
  }
}
.complimentary-samples p {
  margin-bottom: 2px;
  font-size: 3vw;
  padding-right: 40%;
  color: #111;
}
@media screen and (min-width: 740px) {
  .complimentary-samples p {
    font-size: 15px;
    padding-right: 40%;
  }
}

.cart-collaterals .cross-sells {
  /*display: none;*/
}

.cart-collaterals .cart_totals,
.cart-collaterals .shipping_calculator {
  float: left;
}

@media screen and (max-width: 740px) {
  .cart-collaterals h2 {
    font-size: 1.6em;
  }
  .cart-collaterals .cart_totals {
    float: none;
  }
}
@media screen and (min-width: 741px) {
  body.woocommerce-cart .entry-header {
    padding-bottom: 15px !important;
  }
  body.woocommerce-cart .woocommerce {
    font-size: 85%;
  }
}
@media screen and (max-width: 741px) {
  #primary.content-area .col-1,
  #primary.content-area .col-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
}
body.error404 .col-1,
body.error404 .col-2,
body.woocommerce-account .col-1,
body.woocommerce-account .col-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 741px) {
  body.error404 .col-1,
  body.error404 .col-2,
  body.woocommerce-account .col-1,
  body.woocommerce-account .col-2 {
    width: 45%;
  }
}
body.error404 .box-highlight,
body.woocommerce-account .box-highlight {
  margin: 14px 0;
}

body.woocommerce-checkout .woocommerce {
  position: relative;
}
@media screen and (min-width: 741px) {
  body.woocommerce-checkout .woocommerce #order_review {
    font-size: 85%;
  }
}
body.woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout .col2-set .col-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
body.woocommerce-checkout .dgwt-wcas-search-wrapp {
  display: none !important;
}
body.woocommerce-checkout .product-name {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  line-height: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.woocommerce-checkout .product-name .ts-product-image {
  display: inline-block;
}
body.woocommerce-checkout .product-name .product-quantity {
  width: 30px;
  margin-left: 5px;
  display: contents;
}
body.woocommerce-checkout .yotpo.yotpo-reviews-carousel {
  display: none;
}
body.woocommerce-checkout .pre-mega-holder,
body.woocommerce-checkout #megamenu-wrapper,
body.woocommerce-checkout .storefront-breadcrumb,
body.woocommerce-checkout .entry-header {
  display: none;
}
body.woocommerce-checkout #page {
  margin-top: 70px;
}
@media screen and (min-width: 740px) {
  body.woocommerce-checkout #page {
    margin-top: 75px;
  }
}
body.woocommerce-checkout p.form-row {
  margin-bottom: 0;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper label {
  display: none;
}
body.woocommerce-checkout .wpmc-step-billing.wpmc-step-shipping p {
  margin-bottom: 15px;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table td,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table th {
  padding: 0.7em 0.7em;
}
body.woocommerce-checkout #masthead {
  position: absolute;
}
body.woocommerce-checkout #payment .payment_methods > .wc_payment_method > label,
body.woocommerce-checkout #payment .payment_methods > .woocommerce-PaymentMethod > label {
  padding: 0.7em 0.7em;
}
body.woocommerce-checkout #payment .payment_methods li .payment_box {
  padding: 0.7em 0.7em;
}
body.woocommerce-checkout #payment .place-order {
  padding: 0.7em;
}
body.woocommerce-checkout .wpmc-nav-buttons button.alt {
  background-color: #003F78 !important;
  border-color: #003F78 !important;
  color: #ffffff !important;
}
body.woocommerce-checkout button.woocommerce-form-login__submit {
  background-color: #ddd !important;
  border-color: #ddd !important;
}
body.woocommerce-checkout .woocommerce-form__label-for-checkbox {
  display: inline-block !important;
}
body.woocommerce-checkout #payment_method_stripe,
body.woocommerce-checkout #payment_method_paypal {
  float: left;
  margin: 13px;
  margin-right: 8px;
  margin-left: 0.7em;
}
body.woocommerce-checkout .returntobag {
  position: absolute;
  top: 70px;
  right: 0px;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  display: none;
}
@media screen and (min-width: 740px) {
  body.woocommerce-checkout .returntobag {
    display: block;
  }
}

.shop_table.woocommerce-checkout-review-order-table a.remove {
  display: inline-block;
  margin-right: -10px;
}

body.woocommerce-cart td.product-remove a.remove {
  text-indent: 50px;
  width: 22px;
  height: 22px;
  overflow: hidden;
  cursor: pointer;
  background-image: url(images/close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

body.woocommerce-cart .woocommerce-cart-form__contents td.actions {
  background-color: #fff !important;
}

.shop_table.woocommerce-checkout-review-order-table th,
.shop_table.woocommerce-checkout-review-order-table td,
.shop_table.woocommerce-checkout-review-order-table tr {
  display: block;
}

.shop_table.woocommerce-checkout-review-order-table thead th:nth-child(1) {
  float: left;
  width: 70%;
}

.shop_table.woocommerce-checkout-review-order-table thead th:nth-child(2) {
  float: left;
  width: 30%;
  text-align: right;
}

.shop_table.woocommerce-checkout-review-order-table thead tr:after {
  content: "";
  display: table;
  clear: both;
}

.shop_table.woocommerce-checkout-review-order-table thead tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop_table.woocommerce-checkout-review-order-table tbody {
  background-color: #fdfdfd;
}

.shop_table.woocommerce-checkout-review-order-table tbody td:nth-child(1) {
  float: left;
  width: 70%;
  background-color: #fdfdfd;
}

.shop_table.woocommerce-checkout-review-order-table tbody td:nth-child(2) {
  float: left;
  width: 30%;
  background-color: #fdfdfd;
  text-align: right;
}

.shop_table.woocommerce-checkout-review-order-table tbody tr:after {
  content: "";
  display: table;
  clear: both;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal {
  background-color: #f8f8f8;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th {
  float: left;
  width: 70%;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
  float: left;
  width: 30%;
  background-color: #f8f8f8;
  text-align: right;
}

.shop_table.woocommerce-checkout-review-order-table .cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 740px) {
  .shop_table.woocommerce-checkout-review-order-table thead th:nth-child(1) {
    font-size: 12px;
  }
  .shop_table.woocommerce-checkout-review-order-table thead th:nth-child(2) {
    font-size: 12px;
  }
  .shop_table.woocommerce-checkout-review-order-table tbody td:nth-child(1) {
    width: 80%;
    font-size: 11px;
  }
  .shop_table.woocommerce-checkout-review-order-table tbody td:nth-child(2) {
    width: 20%;
    font-size: 11px;
    margin-top: 12px;
  }
  .shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th {
    width: 80%;
  }
  .shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
    width: 20%;
  }
}
.shop_table .variation {
  padding: 5px;
  margin: 0 10px;
  font-weight: 300;
  border: 1px solid #ddd;
}
.shop_table .variation dt {
  font-weight: 400;
}
.shop_table .variation dd {
  margin: 0;
}
.shop_table .variation dd p {
  margin: 0;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal:after {
  content: "";
  display: table;
  clear: both;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping {
  background-color: #fbfbfb;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping th {
  background-color: #fbfbfb;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate th {
  float: left;
  width: 70%;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate td {
  float: left;
  width: 30%;
  background-color: #f8f8f8;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate:after {
  content: "";
  display: table;
  clear: both;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total {
  background-color: #f8f8f8;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th {
  float: left;
  width: 50%;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  float: left;
  width: 50%;
  background-color: #f8f8f8;
  text-align: right;
}

@media (max-width: 768px) {
  .shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th {
    width: 50%;
  }
  .shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
    width: 50%;
  }
}
.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total:after {
  content: "";
  display: table;
  clear: both;
}

.lost_password a {
  color: #ff0000;
}

/*body.woocommerce-cart .button
body.woocommerce-checkout .button
 {background-color: #ddd;
border-color: #ddd;}*/
.type-post {
  text-align: center;
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

body.single .type-post {
  text-align: center;
  width: 100%;
}

body.tax-product_cat .add_to_cart_button,
body.tax-product_cat .product_type_simple,
body.tax-product_cat .product_type_variable,
body.tax-product_cat .products .wc-forward,
body.single-product .up-sells .add_to_cart_button,
body.single-product .up-sells .product_type_simple,
body.woocommerce-cart .cross-sells .add_to_cart_button,
body.woocommerce-cart .cross-sells .product_type_simple {
  font-size: 12px;
  padding: 5px 8px;
  border: solid #222 1px;
  color: #222;
  background-color: transparent;
  display: inline-block;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  margin-top: 0px;
}
@media (min-width: 768px) {
  body.tax-product_cat .add_to_cart_button,
  body.tax-product_cat .product_type_simple,
  body.tax-product_cat .product_type_variable,
  body.tax-product_cat .products .wc-forward,
  body.single-product .up-sells .add_to_cart_button,
  body.single-product .up-sells .product_type_simple,
  body.woocommerce-cart .cross-sells .add_to_cart_button,
  body.woocommerce-cart .cross-sells .product_type_simple {
    padding: 5px 15px;
  }
}

body.tax-product_cat .add_to_cart_button:hover,
body.tax-product_cat .product_type_simple:hover,
body.tax-product_cat .product_type_variable:hover,
body.tax-product_cat .products .wc-forward:hover,
body.single-product .up-sells .add_to_cart_button:hover,
body.single-product .up-sells .product_type_simple:hover,
body.woocommerce-cart .cross-sells .add_to_cart_button:hover,
body.woocommerce-cart .cross-sells .product_type_simple:hover {
  color: #fff;
  background-color: #222;
}

body.tax-product_cat .wc-forward {
  margin-left: 4px;
}

body.tax-product_cat #primary .wc-forward {
  display: none !important;
}

.cart-collaterals {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .cart-collaterals {
    margin-bottom: 35px;
  }
  .cart-collaterals .cross-sells {
    margin-right: 0;
    margin-left: 5%;
  }
}
body.single-product .single_add_to_cart_button {
  font-size: 14px;
  padding: 5px 15px;
  border: solid #222 1px;
  color: #fff;
  background-color: #222;
  display: inline-block;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  margin-top: 0px;
}

body.single-product .single_add_to_cart_button:hover {
  color: #222;
  background-color: #fff;
}

body.single-product .input-text.qty.text {
  padding: 0.3180469716em;
}

.type-post .entry-meta,
.type-post .posted-on {
  display: none;
}

.type-post h2.entry-title {
  font-size: 1.4em;
}

.type-post .entry-header {
  border-bottom: none;
}

.hentry.type-post .entry-content {
  width: 100%;
  float: none;
  margin-right: 0;
}

.hentry.type-post .entry-content img {
  display: none;
}

.hentry.type-post .entry-content p,
.hentry.type-post .entry-content aside {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hentry.type-post .entry-content p img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none !important;
}

.site-footer {
  padding: 1.618em 0 22px 0;
  position: relative;
  z-index: 10;
}
.site-footer .col-4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: none;
}

.site-footer h5 {
  color: #333;
  font-size: 1.2em;
  margin-bottom: 10px;
  margin-top: 5px;
}

.footer-widgets {
  padding-top: 30px;
}

footer .widget {
  margin: 0 0 0 0;
}
footer .widget li {
  margin-bottom: 5px;
  font-size: 0.8em;
  opacity: 1 !important;
}

footer .widget li,
footer .widget li a,
footer .widget p {
  font-weight: 300;
}

footer .widget .widget-title,
footer .widget .widgettitle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  footer .footer-widgets.col-4 .block.footer-widget-2 {
    width: 100%;
  }
}
.payment-methods {
  text-align: center;
  margin: 15px 0 15px 0;
}

#megamenu-wrapper {
  display: block;
}

.storefront-primary-navigation {
  display: none;
}

@media screen and (max-width: 1005px) {
  .storefront-primary-navigation {
    display: block;
  }
}
body.menu-open {
  overflow: hidden;
}

.collections-menu {
  display: block;
  width: 82.5%;
  float: none;
}
@media screen and (min-width: 1005px) {
  .collections-menu {
    float: left;
    width: 50%;
  }
}

.collections {
  display: block;
  width: 82.5%;
  position: relative;
  padding-bottom: 100px;
}
@media screen and (min-width: 1005px) {
  .collections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.collections .collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding: 10px;
  margin: 0px 0px 10px 0px;
  border-radius: 4px;
  border-right: none;
}
@media screen and (min-width: 1005px) {
  .collections .collection {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1005px) {
  .collections .collection {
    padding: 20px 10px 15px 10px;
    margin: 0px 10px 10px 10px;
  }
}
.collections .collection.collection-1 {
  border-right: solid 1px #eee;
  background-image: url(images/citrus-sm.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.collections .collection.collection-2 {
  border-right: solid 1px #eee;
  background-image: url(images/Floral-sm.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.collections .collection.collection-3 {
  border-right: solid 1px #eee;
  background-image: url(images/woody-sm.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.collections .collection.collection-4 {
  border-right: none;
  background-image: url(images/seasonal-sm.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 1005px) {
  .collections .collection.collection-1 {
    width: 50%;
  }
  .collections .collection.collection-2 {
    width: 42%;
  }
  .collections .collection.collection-3 {
    width: 52%;
  }
  .collections .collection.collection-4 {
    width: 40%;
    background-size: auto 130%;
    background-position: 0% 50%;
    background-image: url(images/seasonal-sm2.jpg);
  }
}
@media screen and (max-width: 1004px) {
  .collections .collection.collection-4 .collection-item {
    width: 31%;
  }
}
.collections .collection h5 {
  top: 5px;
  font-size: 16px;
  margin-bottom: 20x;
  left: 0;
  text-align: center;
  margin-left: 0px;
}
@media screen and (max-width: 1005px) {
  .collections .collection h5 {
    text-align: center;
    margin-left: 0px;
    margin-bottom: 15px;
  }
}
.collections .collection p {
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  margin-top: 5px;
}
.collections .collection .headlinenotes {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.collections .collection .headlinenotes p {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  margin: 0;
  width: 100%;
  border-bottom: solid 1px #ddd;
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.collections .collection .headlinenotes p em {
  font-style: normal;
}
.collections .collection .headlinenotes h6 {
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.collections .collection .headlinenotes ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  margin: 0 !important;
  padding: 0;
  padding-top: 10px;
  list-style-type: none;
}
.collections .collection .headlinenotes ul li {
  display: inline-block !important;
  font-size: 12px;
  font-weight: 300;
  margin-right: 8px;
}
.collections .collection .headlinenotes ul li:first-of-type {
  font-weight: bold;
}
.collections .collection .headlinenotes ul li img {
  border: none;
  width: 28px;
  height: 28px;
  margin-right: 2px;
  display: inline;
  vertical-align: middle;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0) !important;
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0) !important;
  position: relative;
  top: -1px;
}
@media (max-width: 1005px) {
  .collections .collection .headlinenotes {
    display: none !important;
  }
}
.collections .collection em {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
}
.collections .collection a {
  height: auto !important;
  padding: 0 !important;
}
.collections .collection a:hover {
  background-color: transparent !important;
}
.collections .collection a:hover .headlinenotes {
  opacity: 1;
}
.collections .collection a:hover img {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1005px) {
  .collections .collection a {
    padding: 0 !important;
  }
}
.collections .collection .collection-title {
  width: 100%;
}
.collections .collection .collection-item {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  width: 25%;
}
@media screen and (min-width: 1005px) {
  .collections .collection .collection-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.collections .collection img {
  width: 40px;
  height: auto;
  margin: auto;
  max-width: none;
  border: solid 1px #444;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 480px) {
  .collections .collection img {
    width: 85px;
  }
}
@media (min-width: 780px) {
  .collections .collection img {
    width: 85px;
  }
}
@media (min-width: 1006px) {
  .collections .collection img {
    width: 38px;
  }
}

.megaadvert p {
  margin: 0;
  line-height: 10px;
}

.maxmega-close {
  position: absolute;
  top: -35px;
  left: -12px;
  cursor: pointer;
  display: block;
  z-index: 2;
  background-image: url(images/close.svg);
  background-position: center right;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  height: 30px !important;
  width: auto;
  text-align: left;
  padding-right: 34px;
  line-height: 30px;
  font-size: 11px;
}
@media screen and (min-width: 1005px) {
  .maxmega-close {
    display: none;
  }
}

.maxmega-next {
  position: relative;
  width: 100%;
  height: 50px;
  z-index: 2;
  cursor: pointer;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  /*border-top: solid 1px #eee;*/
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-top: -50px;
  /*&:before {
      content: '';
      display: block;
      position: relative;
      width: 100%;
      height: 50px;
      z-index: 3;
      cursor: pointer;
      display: block;
      background-color: rgba(0, 0, 0, .5);
      display: inline-block;
      vertical-align: top;
      float: left;
      margin-top: 0px;
      display: none;
  }*/
}
@media screen and (min-width: 1005px) {
  .maxmega-next {
    display: none;
  }
}
.maxmega-next:last-of-type {
  border-bottom: solid 1px #eee;
}

.maxmega-allclose {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  vertical-align: top;
  float: left;
  margin-top: 0px;
  margin-left: -120%;
  pointer-events: none;
  -webkit-transition: opacity ease-in-out 0.4s;
  transition: opacity ease-in-out 0.4s;
  opacity: 0;
}
@media screen and (min-width: 1005px) {
  .maxmega-allclose {
    display: none;
  }
}
.maxmega-allclose.active {
  pointer-events: inherit;
  opacity: 1;
  z-index: 3;
  margin-left: 0%;
}

.mega-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
@media screen and (min-width: 1005px) {
  .mega-navbar {
    display: none;
  }
}
.mega-navbar a {
  display: inline-block;
  width: auto;
  padding: 12px 20px;
  font-size: 14px;
}
.mega-navbar div {
  width: 50%;
}
.mega-navbar div:nth-child(1) {
  background-color: #f6f6f6;
  color: #333333;
}
.mega-navbar div:nth-child(2) {
  background-color: #eeeeee;
  color: #333333;
}
.mega-navbar select {
  margin-bottom: 0;
  margin-right: 10px;
}

#megamenu-wrapper {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.617924em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-top: 0px;
}
@media screen and (max-width: 1005px) {
  #megamenu-wrapper {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 2;
    /*overflow-y: scroll;
    -webkit-overflow-scrolling: touch;*/
    background-color: white;
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    opacity: 0;
    pointer-events: none;
  }
  #megamenu-wrapper.active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
    pointer-events: inherit;
  }
}

.responsiveimagepad img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 740px) {
  .responsiveimagepad img {
    padding: 0 5% 0 5%;
  }
}
nav#megamenu .maxmega {
  max-width: 1140px;
  margin-left: auto;
  position: relative;
  margin-right: auto;
}
@media screen and (max-width: 1005px) {
  nav#megamenu .maxmega {
    width: 90%;
  }
}

nav#megamenu {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: transparent;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 1005px) {
  nav#megamenu {
    position: relative;
    padding-top: 60px;
  }
}
@media screen and (min-width: 1005px) {
  nav#megamenu {
    height: 40px;
  }
}

@media screen and (max-width: 1005px) {
  #masthead.has-info-bar nav#megamenu {
    padding-top: 90px;
  }
}

nav#megamenu ul#menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: 0;
}
@media screen and (max-width: 1005px) {
  nav#megamenu ul#menu {
    overflow: hidden;
  }
}

nav#megamenu ul#menu li {
  display: block;
  text-align: left;
}
@media screen and (max-width: 1005px) {
  nav#megamenu ul#menu li {
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  nav#megamenu ul#menu li.maxmega-first {
    padding-left: 0px;
  }
}
@media screen and (min-width: 1005px) {
  nav#megamenu ul#menu li {
    display: inline-block;
    text-align: left;
  }
}

nav#megamenu ul#menu li a {
  display: block;
  height: 40px;
  font-size: 13px;
  line-height: 40px;
  color: #111;
  text-decoration: none;
  padding: 0 15px;
}
@media screen and (max-width: 1040px) {
  nav#megamenu ul#menu li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1005px) {
  nav#megamenu ul#menu li a {
    font-size: 15px;
    font-weight: 200;
  }
}

nav#megamenu ul#menu > li a.megamenu-arrow:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 4px;
  background-image: url(images/downarrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 0.5em;
  position: relative;
  top: 1px;
  content: "";
}
@media screen and (max-width: 1005px) {
  nav#megamenu ul#menu > li a.megamenu-arrow:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    float: right;
    margin-top: 20px;
    margin-right: 10px;
    top: -6px;
  }
}

nav#megamenu ul#menu li a:hover,
nav#megamenu ul#menu li:hover > a {
  background: #fff;
}

nav#megamenu ul#menu li:hover > .mega {
  display: block;
  pointer-events: inherit;
  opacity: 1;
}

nav#megamenu .mega {
  position: absolute;
  top: calc(100% - 5px);
  left: 0;
  width: 100%;
  height: auto;
  padding: 50px 20px 80px 20px;
  background: transparent;
  border-top: none;
  display: block;
  pointer-events: inherit;
  opacity: 1;
  z-index: 4;
}
nav#megamenu .mega li a {
  font-weight: 300;
}
@media screen and (max-width: 1005px) {
  nav#megamenu .mega {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    background: white;
    padding: 80px 20px 80px 20px;
  }
  nav#megamenu .mega.active {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
  nav#megamenu .mega .columns {
    width: calc(100% - 70px);
  }
  nav#megamenu .mega .navlist-last,
  nav#megamenu .mega .navlist.mega-nested {
    border-top: solid 1px #eee;
    padding-top: 15px !important;
    margin-top: 10px !important;
    padding-bottom: 15px !important;
  }
  nav#megamenu .mega .responsiveimage {
    margin-top: 10px;
  }
  nav#megamenu .mega .responsivelink a {
    font-weight: 400 !important;
    font-size: 12px !important;
  }
}
@media screen and (min-width: 1005px) {
  nav#megamenu .mega {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 30px;
    background: #fff;
    border-top: solid 1px #f2f2f2;
    display: block;
    pointer-events: none;
    opacity: 0;
  }
}
@media screen and (max-width: 1004px) {
  nav#megamenu .mega {
    top: -1px;
  }
}

@media screen and (max-width: 1005px) {
  #masthead.has-info-bar nav#megamenu .mega {
    padding: 110px 20px 80px 20px;
  }
}

body.scroll nav#megamenu .mega {
  background-color: white;
}

nav#megamenu ul#menu ul {
  float: none;
  width: 100%;
  margin: 0 0 0 -5px;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1005px) {
  nav#megamenu ul#menu ul {
    float: left;
    width: 48%;
    margin: 0 2% 15px 0;
  }
}
nav#megamenu ul#menu ul.mega-nested {
  width: 96%;
  float: none;
}

nav#megamenu ul#menu ul li {
  display: block;
  margin-bottom: 0;
}

nav#megamenu ul#menu ul li a {
  float: none;
  display: block;
  width: 100%;
  height: auto;
  line-height: 1.2em;
  color: #111;
  text-decoration: none;
  padding: 6px 0;
}
@media screen and (max-width: 1005px) {
  nav#megamenu ul#menu ul li a {
    font-size: 1em;
    font-weight: 200;
  }
}

nav#megamenu ul#menu ul li:first-child a, nav#megamenu ul#menu ul li.bold a {
  font-size: 1.2em;
  color: #111;
  font-weight: 400;
}

nav#megamenu ul#menu ul li a:hover {
  color: #666;
  background: none;
}

nav#megamenu ul#menu ul li:first-child a:hover, nav#megamenu ul#menu ul li.bold a:hover {
  color: #111;
}

nav#megamenu nav ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

nav#megamenu nav ul {
  display: inline-block;
}

html[xmlns] nav#megamenu nav ul {
  display: block;
}

* html nav#megamenu nav ul {
  height: 1%;
}

@media screen and (max-width: 1040px) {
  .contentpadding_exsm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contentpadding_sm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contentpadding_med {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contentpadding_lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contentpadding_exlg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contentpadding_notop {
    padding-top: 0;
  }
  .contentpadding_nobot {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .contentpadding_exsm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contentpadding_sm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contentpadding_med {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contentpadding_lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contentpadding_exlg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contentpadding_notop {
    padding-top: 0;
  }
  .contentpadding_nobot {
    padding-bottom: 0;
  }
  .hero-item-desk {
    display: none;
  }
  .hero-item-mob {
    display: block;
  }
  header .col-full {
    margin-left: 15px;
    margin-right: 15px;
  }
  #company-logos .company-logos-col {
    width: 50%;
  }
  .primary-navigation {
    margin-top: 20px;
    font-size: 80%;
  }
  .hero-item img {
    width: 100%;
    height: 50vh;
    opacity: 0;
  }
  .pd-text h3 {
    line-height: 1.1em;
    font-size: 1.4em;
  }
  .pd-text p {
    line-height: 1.4em;
  }
  .landing-descriptiongrey .responsiveimage-ratio3,
  .landing-descriptionblack .responsiveimage-ratio3 {
    padding-bottom: 90%;
  }
  body.term-winter-sale .term-description {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-top: -10px;
  }
  .categoryhero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
  }
  .categoryhero img {
    margin-bottom: 0;
    width: 100%;
    height: 50vh;
    opacity: 0;
  }
  ul.products li.product {
    margin-bottom: 2em;
  }
  .cart-collaterals ul.products li.product,
  .storefront-full-width-content.single-product .up-sells ul.products li.product {
    margin-bottom: 0.5em;
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
  .cart-collaterals ul.products li.product a.product_type_simple {
    font-size: 12px !important;
    padding: 10px;
  }
  .cart-collaterals ul.products li.product:nth-child(5) {
    display: none;
  }
  .cart-collaterals ul.products li.product:nth-child(6) {
    display: none;
  }
  .up-sells ul.products li.product:nth-child(5) {
    display: none !important;
  }
  .up-sells ul.products li.product:nth-child(6) {
    display: none !important;
  }
  .related.products ul.products li.product:nth-child(3) {
    display: none !important;
  }
  .related.products ul.products li.product:nth-child(4) {
    display: none !important;
  }
  .related.products {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .related.products ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .related.products ul.products li.product {
    width: 50%;
  }
  .related.products ul.products li.product .button {
    font-size: 12px;
    padding: 5px 15px;
    border: solid #222 1px;
    color: #222;
    background-color: transparent;
    display: inline-block;
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    margin-top: 0px;
  }
  .woocommerce-product-gallery {
    margin-bottom: 20px !important;
  }
  .single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 10px;
  }
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    text-align: center;
  }
  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    float: none;
    margin-right: 0;
    margin: 10px;
    width: 12%;
    display: inline-block;
  }
  ul#shipping_method {
    font-size: 80%;
  }
  .image-wrapper-height {
    height: auto;
  }
  .woocommerce-products-header .woocommerce-products-header__title {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 10px;
  }
  .woocommerce-products-header .woocommerce-products-header__title:after {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    height: 15px;
    margin-bottom: 5px;
  }
  .storefront-full-width-content.single-product .upsells ul.products li.product {
    width: 47%;
    margin-left: 1%;
    margin-right: 1% !important;
    margin-bottom: 25px;
  }
  .up-sells.upsells.products {
    padding-bottom: 20px;
  }
  .up-sells.upsells.products h2 {
    text-align: center;
  }
  footer .textleft,
  footer .textright {
    text-align: center;
  }
  .payment-methods {
    text-align: center;
    margin: 15px auto 15px auto;
  }
  .site-footer h5 {
    font-size: 1.1em;
  }
  .journal-list-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .joinus img {
    margin-bottom: 10px;
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 0px;
  }
  #mc_embed_signup_scroll .mc-field-group.row label {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  #mc_embed_signup_scroll .mc-field-group.row input {
    float: none;
    width: 100%;
  }
  body.single .hentry .entry-content p {
    padding-left: 0%;
    padding-right: 0%;
  }
  body.woocommerce-cart .cart_totals table.shop_table_responsive tr td {
    text-align: left;
  }
  body.woocommerce-cart .cart_totals table.shop_table_responsive tr td:before {
    display: block;
    margin-bottom: 6px;
    float: none;
  }
  body.woocommerce-cart .cart_totals table td,
  body.woocommerce-cart .cart_totals table th {
    padding: 10px;
  }
  body.woocommerce-cart table.cart td.product-remove a.remove {
    top: 5px;
    right: 5px;
  }
  body.woocommerce-cart table.cart .product-thumbnail img {
    margin: 0;
    max-width: 3.706325903em;
    height: auto;
    mix-blend-mode: multiply;
  }
  body.woocommerce-cart table.cart {
    font-size: 13px;
    font-weight: 200;
    margin-bottom: 10px;
  }
  body.woocommerce-checkout .checkout.woocommerce-checkout {
    font-size: 85%;
    font-weight: 200;
  }
  body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table th,
  body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table td {
    padding: 10px;
  }
  .page-template-template-fullwidth-php .site-main .columns-4 ul.products li.product,
  .page-template-template-homepage-php .site-main .columns-4 ul.products li.product,
  .storefront-full-width-content .site-main .columns-4 ul.products li.product {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  body.woocommerce-checkout .woocommerce-checkout-review-order {
    font-size: 85%;
    font-weight: 200;
  }
  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart_totals {
    font-size: 85%;
    font-weight: 200;
  }
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    text-align: center;
  }
  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    float: none !important;
    margin-right: 0 !important;
    margin: 10px !important;
    width: 12% !important;
    display: inline-block;
  }
}
@media only screen and (max-width: 740px) {
  body.woocommerce-cart .woocommerce-cart-form {
    margin-bottom: 5px;
  }
  .valign_parent_res {
    display: block;
    height: auto;
  }
  .valign_child_res {
    display: block;
    vertical-align: middle;
    height: auto;
    float: left;
  }
  .valign_child_res_bt {
    display: block;
    vertical-align: middle;
    height: auto;
    float: left;
  }
  .valign_child_res_tp {
    display: block;
    vertical-align: middle;
    height: auto;
    float: left;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    width: 100%;
    margin-right: 0%;
  }
  .storefront-full-width-content.single-product div.product .summary {
    width: 100%;
  }
  .storefront-full-width-content .woocommerce-tabs ul.tabs {
    width: 100%;
    margin-right: 0%;
  }
  .storefront-full-width-content .woocommerce-tabs .panel {
    width: 100%;
  }
  .storefront-full-width-content .site-main .columns-3 ul.products li.product.product-category {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  ul.products li.product.product-category.last {
    margin-right: 0% !important;
  }
  .reverse--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reverse--right .one-half:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .reverse--right .one-half:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .hero-item img {
    height: 70vh;
  }
  .landing-descriptiongrey .responsiveimage-ratio3,
  .landing-descriptionblack .responsiveimage-ratio3 {
    padding-bottom: 75%;
  }
  #footersignup #mc_embed_signup_scroll .mc-field-group.row {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
  #footersignup .footersignup-sub {
    display: block;
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 15px;
  }
  #footersignup #mc_embed_signup_scroll {
    margin-left: 10px;
    margin-right: 10px;
  }
  .storefront-full-width-content .site-main .columns-3 ul.products li.product.product-category,
  .storefront-full-width-content .site-main .columns-4 ul.products li.product.product-category {
    width: 100% !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
    margin-bottom: 20px;
  }
  .header-widget-region {
    display: none !important;
  }
}
@media only screen and (max-width: 1004px) {
  h1.page-title {
    text-align: center;
  }
  p {
    font-size: 1em;
  }
  header .button.menu-toggle {
    margin-right: -10px;
  }
  .site-header {
    padding-top: 14px;
    padding-bottom: 10px;
  }
  .responsiveimage.hero-item {
    background-position: 70% 100%;
  }
  .site-header .custom-logo-link img,
  .site-header .site-logo-anchor img,
  .site-header .site-logo-link img {
    max-width: 200px;
  }
  .type-post {
    text-align: center;
    width: 100%;
  }
  .hentry.type-post .entry-content p img {
    width: 80%;
    height: auto;
  }
  .product-category {
    height: 280px;
  }
  .storefront-full-width-content .woocommerce-products-header,
  .storefront-full-width-content.woocommerce-account .entry-header,
  .storefront-full-width-content.woocommerce-cart .entry-header,
  .storefront-full-width-content.woocommerce-checkout .entry-header {
    padding: 0 0 0em;
  }
  .alpha,
  h1 {
    font-size: 2em;
    line-height: 1;
  }
  .gamma,
  h3 {
    font-size: 1.3em;
    line-height: 1;
  }
  .framed {
    padding: 8px 15px 10px 15px;
    border: solid 2px #fff;
    font-size: 1em;
  }
  .footer-widgets {
    text-align: center;
  }
  .footer-widgets .widget .widget-title {
    font-size: 1.3em;
    margin-bottom: 0px;
  }
  .footer-widgets .widget {
    margin: 0 0 2em;
  }
  .storefront-full-width-content.single-product .upsells ul.products li.product {
    width: 48%;
    margin-left: 0%;
    margin-right: 0% !important;
  }
  footer .widget .widget-title,
  footer .widget .widgettitle {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    margin-bottom: 0px;
  }
  footer .widget img {
    margin: auto;
  }
  .site-footer {
    padding: 1.618em 0 20px 0 !important;
  }
}
@media only screen and (max-width: 380px) {
  .site-header .custom-logo-link img,
  .site-header .site-logo-anchor img,
  .site-header .site-logo-link img {
    max-width: 180px;
  }
  header .col-full {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.button.ajax_add_to_cart.loading {
  position: relative;
}
.button.ajax_add_to_cart.loading::before {
  content: "";
  display: block;
  background-image: url(images/load.gif);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-color: white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
}

.button.ajax_add_to_cart.added {
  position: relative;
}
.button.ajax_add_to_cart.added::before {
  content: "";
  display: block;
  background-image: url(images/tick.svg);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-color: white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes bounce {
  0% {
    opacity: 0.8;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bounce {
  0% {
    opacity: 0.8;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.secondary-navigation a[href*="instagram.com"] {
  text-indent: -9999px;
  height: 18px;
  position: relative;
  width: 18px;
  overflow: hidden;
}
.secondary-navigation a[href*="instagram.com"]:after {
  content: " " !important;
  background-image: url(images/instagram.svg);
  background-position: center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 18px !important;
  width: 18px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.secondary-navigation a[href*="facebook.com"] {
  text-indent: -9999px;
  height: 18px;
  position: relative;
  width: 18px;
  overflow: hidden;
}
.secondary-navigation a[href*="facebook.com"]:after {
  content: " " !important;
  background-image: url(images/facebook.svg);
  background-position: center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 18px !important;
  width: 18px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.secondary-navigation a[href*="twitter.com"] {
  text-indent: -9999px;
  height: 18px;
  position: relative;
  width: 18px;
  overflow: hidden;
  margin-left: 5px;
}
.secondary-navigation a[href*="twitter.com"]:after {
  content: " " !important;
  background-image: url(images/twitter.svg);
  background-position: center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 18px !important;
  width: 18px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.remove_from_cart_button {
  text-indent: -9999px;
  height: 14px;
  position: relative;
  width: 14px;
  overflow: hidden;
  background-image: url(images/close.svg);
  background-position: center;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  margin-right: 8px;
  margin-top: 4px;
}

#y-badges {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -80px 0 0 -70px;
  width: auto !important;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  /*-webkit-filter: grayscale(100%);  filter: grayscale(100%);*/
}

img.yoptofooter {
  display: none;
}

.yotpo-display-wrapper .yotpo-bottomline.pull-left {
  margin: auto;
  float: none;
  width: auto;
  display: inline-block;
}

.yotpo-promoted-products .pull-left {
  text-align: center;
}

body.archive .standalone-bottomline {
  text-align: center;
}

body.archive .yotpo .pull-left {
  text-align: left;
  float: none;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 1px;
}

body.woocommerce-cart .yotpo {
  text-align: center !important;
}

body.woocommerce-cart .yotpo .pull-left {
  text-align: center;
  float: none;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 1px;
}

.yotpo .promoted-products-box .yotpo-main-title {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
  text-align: center !important;
  font-weight: 200;
  font-size: 1.8em;
  font-family: "sofia-pro", "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
  color: #111 !important;
}

.yotpo .promoted-products-box .promoted-products .yotpo-promoted-product {
  text-align: center !important;
  font-family: "sofia-pro", "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
}

.yotpo .promoted-products-box .promoted-products .yotpo-promoted-product .yotpo-product-price {
  display: none;
  color: #111 !important;
}

.yotpo div,
.yotpo span,
.yotpo p,
.yotpo a,
.yotpo img,
.yotpo i,
.yotpo strong,
.yotpo sup,
.yotpo ul,
.yotpo li,
.yotpo form,
.yotpo label {
  font-family: "sofia-pro", "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
}

.yotpo .standalone-bottomline .star-clickable {
  display: inline-block !important;
}

.products .product .yotpo-small .text-m {
  display: none;
}

body.single-product .summary.entry-summary .yotpo .pull-left {
  text-align: left;
  float: none !important;
  display: inherit;
}

.woocommerce-product-details__short-description ul {
  margin: 0 0 1.41575em;
  list-style-type: none;
}

.woocommerce-product-details__short-description li strong {
  font-weight: normal;
}

@media only screen and (max-width: 740px) {
  #y-badges {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto 10px auto;
  }
}
@media only screen and (max-width: 440px) {
  .yotpo .promoted-products-box .yotpo-main-title {
    font-size: 1.6em;
  }
}
.popup {
  position: fixed;
  top: -100px;
  left: -100px;
  bottom: -100px;
  right: -100px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
}

.popup .popup-content {
  width: calc(90% - 200px);
  max-width: 1064px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: table;
}

.popup .popup-content .popup-left,
.popup .popup-content .popup-right {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.popup .popup-content .popup-left p {
  margin-bottom: 0;
}

.popup .popup-content .popup-right {
  background: #333;
  text-align: center;
  padding: 40px;
}

.popup .popup-content .popup-right h3,
.popup .popup-content .popup-right p {
  margin: 0 0px 20px;
  width: calc(100% - 80px);
  color: #FFF;
}

.popup .popup-content .popup-right h3 {
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 25px;
  padding-bottom: 30px;
  position: relative;
}

.popup .popup-content .popup-right h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 1px;
  background: #666;
  left: 50%;
  margin-left: -50px;
}

.popup .popup-content .popup-right p {
  margin-bottom: 40px;
}

.popup .popup-content .popup-right .button {
  background: #000;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 200;
}

.popup .popup-content .popup-right .button:hover {
  background: #FFF;
  color: #000;
}

.popup .popup-content .sign-close {
  position: absolute;
  top: -15px;
  right: -15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 50%;
  background: #FFF;
  width: 30px;
  height: 30px;
  line-height: 24px;
  text-align: center;
  font-size: 30px;
  font-weight: 200;
  font-style: normal !important;
}

.popup .popup-content .sign-close:hover {
  background: #000;
  color: #FFF;
  cursor: pointer;
  cursor: hand;
}

.popup.popup-cart-info .popup-content {
  width: 90%;
  max-width: 480px;
}

.popup.popup-cart-info .popup-content .popup-right {
  width: 100%;
}

.popup.popup-cart-info .popup-content .popup-right .button {
  width: calc(50% - 10px);
  margin: 0 5px;
  display: inline-block;
  float: left;
  padding: 10px;
}

.popup.popup-cart-info .popup-content .popup-right .button.btn-aroma {
  background: #FFF;
  color: #333;
}

.popup.popup-cart-info .popup-content .popup-right .button.btn-baths {
  background: #003f72;
  color: #FFF;
}

.cart-notice {
  background: #333;
  color: #FFF;
  padding: 30px;
  text-align: center;
}

.cart-notice p {
  font-size: 24px;
}

.cart-notice .button {
  background: #003f72;
  color: #FFF;
  text-transform: uppercase;
}

.cart-notice .button:hover {
  background: #FFF;
  color: #333;
}

@media (max-width: 1000px) {
  .popup .popup-content .popup-right {
    padding: 20px;
  }
  .popup-signup .popup-content {
    max-width: 410px;
    width: 80%;
  }
  .popup .popup-content .popup-left,
  .popup .popup-content .popup-right {
    display: block;
    width: 100%;
    vertical-align: middle;
  }
  .popup-signup .popup-content .popup-right {
    width: 100%;
  }
  .popup-left {
    display: none !important;
  }
  .popup .popup-content {
    width: 80% !important;
  }
}
@media (max-width: 740px) {
  .popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
  }
  .popup-left {
    display: none !important;
  }
  .popup .popup-content {
    width: 80% !important;
  }
}
.popup {
  display: none !important;
}

.cart-intro {
  padding: 10px;
  text-align: center;
  background: #d6d6d6;
  display: none;
}

/*.popup {left:-2000px!important; pointer-events:none!important; display:none !important;}*/
/* Update 21-11-2018 */
.storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-active .site-header .col-full {
  position: relative;
}

.storefront-product-pagination {
  display: none;
}

.woocommerce-pagination {
  margin-top: 3px;
  margin-right: 5px;
}

/*
.storefront-breadcrumb{
	margin-bottom: 1.6em;
	text-align:center;
	height: 1px;
	overflow: hidden;
	padding: 0;
}*/
.storefront-sticky-add-to-cart--slideInDown {
  display: none;
}

.term-leather.storefront-full-width-content .site-main ul.products.columns-3 li.product,
.term-leather.storefront-full-width-content .site-main ul.products.columns-3 li.product,
.term-leather.storefront-full-width-content .site-main ul.products.columns-4 li.product {
  width: 47%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
}

@media only screen and (min-width: 740px) {
  .term-leather.storefront-full-width-content .site-main ul.products.columns-3 li.product,
  .term-leather.storefront-full-width-content .site-main ul.products.columns-3 li.product,
  .term-leather.storefront-full-width-content .site-main ul.products.columns-4 li.product {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
.term-home-fragance.storefront-full-width-content .site-main ul.products.columns-3 li.product {
  width: 47%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
}

.popup.popup-signup {
  display: block !important;
}

@media only screen and (max-width: 740px) {
  .term-home-fragance.storefront-full-width-content .site-main ul.products.columns-3 li.product {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
button.menu-toggle {
  margin-top: -40px;
}

.woocommerce-ordering {
  float: right;
  margin-right: 1em;
  margin-bottom: 0;
  padding: 0.327em 0;
}

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

.storefront-sticky-add-to-cart--slideInDown {
  display: block;
}

.storefront-sticky-add-to-cart .image-wrapper-height {
  width: auto;
  height: auto;
}

.product .yotpo-small {
  display: block;
}

/*.image-wrapper-height { width:100%; height:400px;} */
.image-wrapper-height {
  width: 100%;
  height: auto;
}

.woocommerce-message {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

/* Added by Riccardo 10_01_2019 */
/* JQuery mmenu */
.header {
  display: none;
}

.hamburger {
  display: none;
}

.hamburger_toggle,
.hamburger_toggle:hover {
  background-color: transparent !important;
}

button:hover .widget_shopping_cart,
input[type=button]:hover .widget_shopping_cart,
input[type=reset]:hover .widget_shopping_cart,
input[type=submit]:hover .widget_shopping_cart,
.button:hover .widget_shopping_cart,
.widget a.button:hover .widget_shopping_cart,
.site-header-cart .widget_shopping_cart {
  opacity: 0;
  margin-top: 0px;
  pointer-events: none;
  display: block !important;
  -webkit-transition: opacity 0.4s ease-out, margin-top 0.4s ease 0s;
  transition: opacity 0.4s ease-out, margin-top 0.4s ease 0s;
}
button:hover .widget_shopping_cart a.button:hover,
input[type=button]:hover .widget_shopping_cart a.button:hover,
input[type=reset]:hover .widget_shopping_cart a.button:hover,
input[type=submit]:hover .widget_shopping_cart a.button:hover,
.button:hover .widget_shopping_cart a.button:hover,
.widget a.button:hover .widget_shopping_cart a.button:hover,
.site-header-cart .widget_shopping_cart a.button:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #111111;
}
button:hover:hover .widget_shopping_cart,
input[type=button]:hover:hover .widget_shopping_cart,
input[type=reset]:hover:hover .widget_shopping_cart,
input[type=submit]:hover:hover .widget_shopping_cart,
.button:hover:hover .widget_shopping_cart,
.widget a.button:hover:hover .widget_shopping_cart,
.site-header-cart:hover .widget_shopping_cart {
  display: block !important;
  opacity: 1;
  margin-top: -20px;
  pointer-events: inherit;
}

.added_to_cart:hover {
  color: black !important;
}

@media (min-width: 768px) {
  .site-header-cart .widget_shopping_cart {
    width: calc(100% + 250px);
    -webkit-transform: translate3d(-250px, 0, 0);
            transform: translate3d(-250px, 0, 0);
  }
}
@media (max-width: 66.4989378333em) {
  .site-header-cart .widget_shopping_cart {
    width: calc(100% + 220px);
    -webkit-transform: translate3d(-220px, 0, 0);
            transform: translate3d(-220px, 0, 0);
  }
}
.site-header-cart .widget_shopping_cart {
  display: block !important;
  left: 0 !important;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.site-header-cart .woocommerce-mini-cart-item.mini_cart_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header-cart .woocommerce-mini-cart-item.mini_cart_item img {
  float: none;
  margin-right: 10px;
}
.site-header-cart .woocommerce-mini-cart-item.mini_cart_item .quantity {
  text-align: right;
  width: 100px;
  margin-left: auto;
}
.site-header-cart .woocommerce-mini-cart-item.mini_cart_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 14px;
  text-align: left;
}
.site-header-cart .woocommerce-mini-cart-item.mini_cart_item .button.wc-forward {
  padding: 12px;
  font-size: 14px;
}
.site-header-cart .woocommerce-mini-cart-item.mini_cart_item .paypal-button-row {
  height: 35px !important;
}
.site-header-cart .woocommerce-mini-cart-item.mini_cart_item .paypal-button > .paypal-button-label-container {
  height: 14px !important;
}

.advertholder {
  text-align: center;
  display: block !important;
  border: none !important;
}

.advertholder p,
.advertholder p a {
  text-decoration: none;
  border: none !important;
}

.advertholder.mm-listitem:after {
  display: none !important;
}

.mm-panel,
.mm-panels {
  background-color: #FFFFFF !important;
}

/* Images inside the menu */
.storefront-breadcrumb {
  margin: 0;
  padding-top: 0;
  text-align: center;
}

body.single-product .storefront-breadcrumb,
body.page .storefront-breadcrumb,
body.single .storefront-breadcrumb {
  padding-top: 10px;
}
@media only screen and (min-width: 781px) {
  body.single-product .storefront-breadcrumb,
  body.page .storefront-breadcrumb,
  body.single .storefront-breadcrumb {
    padding-top: 20px;
  }
}

body.single-product .storefront-breadcrumb span:last-child {
  display: none;
}

body.single-product .storefront-breadcrumb span:nth-last-of-type(2) {
  display: none;
}

.single-product div.product table.variations {
  position: relative;
  margin-top: -20px;
  margin-bottom: 20px;
}
.single-product div.product table.variations tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 720px) {
  .single-product div.product table.variations tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2px 6px;
    background-color: #f2f2f2;
    margin-bottom: 4px;
    border-radius: 4px;
  }
}
.single-product div.product table.variations th {
  display: inline-block;
  vertical-align: middle;
}
.single-product div.product table.variations th label {
  font-size: 13px;
}
.single-product div.product table.variations th.label {
  top: -10px;
  position: relative;
  min-width: 105px;
}
@media only screen and (max-width: 720px) {
  .single-product div.product table.variations th.label {
    top: 0px;
  }
}
.single-product div.product table.variations td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: -5px !important;
  font-size: 13px;
  line-height: 18px;
}
@media only screen and (max-width: 720px) {
  .single-product div.product table.variations td {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}
.single-product div.product table.variations td .swatch-control {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single-product div.product table.variations td .swatch-label, .single-product div.product table.variations td .wc-default-select {
  -ms-flex-negative: inherit;
      flex-shrink: inherit;
}
.single-product div.product table.variations td a.reset_variations {
  display: inline-block;
  margin-left: 1em;
  visibility: visible;
  position: absolute;
  bottom: -15px;
  right: 0;
  top: auto;
  border: solid 1px #111;
  padding: 2px 4px;
}
@media only screen and (max-width: 719px) {
  .single-product div.product table.variations td a.reset_variations {
    bottom: -20px;
  }
}
.woocommerce-variation-price {
  font-weight: bold;
  font-size: 150%;
  margin-bottom: -20px;
}

.woocommerce-breadcrumb a:first-of-type::before {
  display: none;
}

.woocommerce-breadcrumb {
  padding-top: 0;
  font-size: 0.7em;
  font-weight: 200;
}

body.woocommerce-cart .woocommerce-breadcrumb {
  display: none;
}

#order_comments_field label {
  margin-bottom: 15px;
}

.responsiveimage.responsiveimage-ratio5.mm-listitem {
  display: block;
  position: relative;
  /* width: 300px; */
  height: 300px;
}

#masthead {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1900;
  height: auto;
  background-color: white;
}
@media only screen and (min-width: 1005px) {
  #masthead {
    background-color: white;
  }
}
#masthead:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}

body.home #masthead {
  background-color: transparent;
}
@media only screen and (min-width: 1005px) {
  body.home #masthead {
    background-color: transparent;
  }
}

#page {
  margin-top: 100px;
}
@media only screen and (min-width: 1005px) {
  #page {
    margin-top: 140px;
  }
}
@media only screen and (max-width: 1005px) {
  #page.site {
    overflow: initial;
  }
}
#page.has-info-bar {
  margin-top: 100px;
}
@media only screen and (min-width: 1005px) {
  #page.has-info-bar {
    margin-top: 140px;
  }
}

@media only screen and (max-width: 1005px) {
  body.page-template-default #page .col-full-home {
    margin-top: -15px;
  }
}
body.tax-product_cat #page {
  margin-top: 90px;
}
@media only screen and (min-width: 1005px) {
  body.tax-product_cat #page {
    margin-top: 115px;
  }
}
body.tax-product_cat #page.has-info-bar {
  margin-top: 90px;
}
@media only screen and (min-width: 1005px) {
  body.tax-product_cat #page.has-info-bar {
    margin-top: 155px;
  }
}

body.single-product #page {
  margin-top: 90px;
}
@media only screen and (min-width: 1005px) {
  body.single-product #page {
    margin-top: 95px;
  }
}
body.single-product #page.has-info-bar {
  margin-top: 90px;
}
@media only screen and (min-width: 1005px) {
  body.single-product #page.has-info-bar {
    margin-top: 135px;
  }
}

@media only screen and (max-width: 1005px) {
  body.woocommerce-cart #page {
    margin-top: 95px;
  }
}

body.home #page {
  margin-top: 0px;
}

body.home #page.has-info-bar {
  margin-top: 0px;
}
@media only screen and (min-width: 1005px) {
  body.home #page.has-info-bar {
    margin-top: 80px;
  }
}

.menu-hide-desktop {
  position: relative;
  right: -100000px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 30px;
  height: 1px;
  border-radius: 0px;
  background-color: #000000;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border: 1px solid #fff !important;
  border-right: 1px solid #eee !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  font-family: "sofia-pro" !important;
  font-style: normal !important;
  font-weight: 300 !important;
  text-decoration: none !important;
}

.dgwt-wcas-sf-wrapp input::-webkit-input-placeholder {
  font-style: normal !important;
  font-weight: 300 !important;
}

.dgwt-wcas-sf-wrapp input::-moz-placeholder {
  font-style: normal !important;
  font-weight: 300 !important;
}

.dgwt-wcas-sf-wrapp input:-ms-input-placeholder {
  font-style: normal !important;
  font-weight: 300 !important;
}

.dgwt-wcas-sf-wrapp input::-ms-input-placeholder {
  font-style: normal !important;
  font-weight: 300 !important;
}

.dgwt-wcas-sf-wrapp input::placeholder {
  font-style: normal !important;
  font-weight: 300 !important;
}

@media (min-width: 1005px) and (max-height: 720px) {
  .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    height: 30px;
    padding: 5px 15px 5px 40px;
  }
}
.dgwt-wcas-search-wrapp {
  opacity: 1;
  max-width: none !important;
}

body.megalevel2 .dgwt-wcas-search-wrapp {
  opacity: 0;
}

@media only screen and (max-width: 1004px) {
  .dgwt-wcas-preloader {
    top: 8px;
  }
  .dgwt-wcas-overlay-mobile-on .dgwt-wcas-search-wrapp {
    position: relative;
    top: auto;
    left: auto;
  }
  .dgwt-wcas-overlay-mobile-on body.woocommerce-checkout .woocommerce {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
.pre-mega-holder {
  border-bottom: solid 1px #eee;
  border-top: solid 1px #eee;
  margin-bottom: 10px;
  background-color: white;
}

@media (min-width: 1005px) and (max-height: 720px) {
  .pre-mega-holder {
    margin-bottom: 7px;
  }
}
.pre-mega {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: middle;
      -ms-flex-align: middle;
          align-items: middle;
}

.pre-mega div {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.pre-mega a {
  display: block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 40px;
  background-color: #fff;
}

.pre-mega.pre-mega-left a {
  font-size: 14px;
}

.pre-mega.pre-mega-left div:nth-child(1) a {
  background-color: #f6f6f6;
}

.pre-mega.pre-mega-left div:nth-child(2) a {
  background-color: #eee;
}

.pre-mega-right img {
  margin: auto;
  display: block;
  padding-top: 3px;
  padding-bottom: 2px;
  height: 28px;
}
@media only screen and (min-width: 1005px) {
  .pre-mega-right img {
    padding-top: 8px;
    padding-bottom: 7px;
    height: 40px;
  }
}
@media (min-width: 1005px) and (max-height: 720px) {
  .pre-mega-right img {
    padding-top: 3px;
    padding-bottom: 2px;
    height: 28px;
  }
}

@media only screen and (max-width: 1240px) {
  nav#megamenu ul#menu li a {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1040px) {
  nav#megamenu ul#menu li a {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 940px) {
  nav#megamenu ul#menu li a {
    padding: 0 20px;
  }
}
#megamenu-wrapper .mega {
  display: block;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 1005px) {
  .pre-mega-holder {
    display: none;
  }
  .menu-hide-desktop {
    position: fixed;
    right: 0;
  }
  #page {
    margin-top: 55px;
    padding-top: 0px;
    background-color: white;
  }
  body.tax-product_cat #page {
    margin-top: 65px;
  }
  h1 {
    font-size: 1.5em;
  }
  #masthead {
    pointer-events: inherit;
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
    height: auto;
  }
  #masthead.is-active {
    pointer-events: none;
    opacity: 1;
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
  }
  .header.mm-slideout {
    pointer-events: inherit;
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  .header.mm-slideout.is-active {
    pointer-events: none;
    opacity: 1;
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
  }
  .storefront-handheld-footer-bar {
    pointer-events: inherit;
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
    /*transform: translate3d(0, 0px, 0); transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);*/
  }
  .storefront-handheld-footer-bar.is-active {
    pointer-events: none;
    opacity: 1;
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
    /*transform: translate3d(0, 101%, 0);*/
  }
  .storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
    float: none !important;
    margin-right: 0 !important;
    width: 100% !important;
    text-align: center !important;
  }
  .secondary-navigation {
    display: none;
  }
  .site-header .site-branding img {
    margin: auto !important;
  }
  .mm-navbars_bottom .mm-navbar a {
    color: #333333;
  }
  .mm-navbars_top .mm-navbar {
    background-color: transparent !important;
  }
  .mm-navbars_top .mm-navbar a:nth-child(1) {
    background-color: #f6f6f6;
    color: #333333;
  }
  .mm-navbars_top .mm-navbar a:nth-child(2) {
    background-color: #eeeeee;
    color: #333333;
  }
  .hamburger-inner,
  .hamburger-inner:after,
  .hamburger-inner:before {
    border-radius: 0;
  }
  .hamburger {
    display: block;
  }
  .storefront-primary-navigation {
    display: none;
  }
  .storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
    float: right;
    margin-right: 20%;
  }
  .header {
    display: block;
    position: fixed;
    top: 7px;
    left: 0;
    z-index: 99999;
  }
  body.woocommerce-checkout .header {
    position: absolute;
  }
}
@media only screen and (max-width: 980px) {
  #masthead > .col-full {
    margin-left: 0;
    margin-right: 0;
  }
}
#menu-social {
  margin-left: 110px;
  margin-top: 10px;
}

#menu-social .fa-envelope-o {
  display: none;
}

#menu-social li:first-child {
  display: none;
}

@media only screen and (min-width: 760px) {
  .header-tel {
    position: absolute;
    right: 10px;
    top: 0px;
    z-index: 1;
  }
  .header-tel .header-tel-first {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(images/tel.svg);
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
  }
  .header-tel .header-tel-first:hover .header-tel-menu {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    pointer-events: inherit;
  }
  .header-tel .header-tel-first .header-tel-menu {
    position: absolute;
    top: 30px;
    right: -5px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    padding: 20px;
    background-color: white !important;
    color: black !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    min-width: auto;
    text-align: right;
  }
  .header-tel .header-tel-first .header-tel-menu a {
    font-weight: 300;
    font-size: 14px;
    text-transform: capitalize;
    margin: 0;
    white-space: nowrap;
    padding: 10px;
  }
  .header-account .header-account-first {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(images/user.svg);
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
  }
  .header-account .header-account-first:hover .header-account-menu {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    pointer-events: inherit;
  }
  .header-account .header-account-first .header-account-menu {
    position: absolute;
    top: 30px;
    right: -5px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    padding: 20px;
    background-color: white !important;
    color: black !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    /*border: solid 1px #ccc;*/
    min-width: 300px;
  }
  .header-account .header-account-first .header-account-menu p {
    font-weight: 300;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
    white-space: nowrap;
    margin-bottom: 14px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 14px;
  }
  .header-account .header-account-first .header-account-menu button {
    font-weight: 300;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 4px;
    text-align: left;
    cursor: pointer;
  }
  .header-account .header-account-first .header-account-menu button:last-of-type {
    margin-top: 30px;
    border: solid 1px #111;
    padding-top: 0;
    padding: 8px;
    text-align: center;
  }
}
@media only screen and (max-width: 759px) {
  .header-account,
  .header-tel {
    display: none;
  }
}
@media only screen and (max-width: 1005px) {
  .header-account,
  .header-tel {
    top: 20px;
  }
}
body.woocommerce-checkout .header-account-menu {
  display: none !important;
}

.cs-store {
  text-transform: uppercase;
  margin: 0;
  color: #222;
  line-height: 20px;
  display: block;
  float: left;
  cursor: pointer;
  font-size: 12px;
  position: relative;
  padding-right: 0px;
  z-index: 1;
}
@media only screen and (min-width: 780px) {
  .cs-store {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1005px) {
  .cs-store:hover .language-hold.language-hold-desk {
    opacity: 1;
    pointer-events: inherit;
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
}
@media only screen and (min-width: 780px) {
  .cs-store:after {
    display: block;
    width: 12px;
    height: 12px;
    margin-top: 4px;
    background-image: url(images/downarrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 0.5em;
    position: absolute;
    top: 17px;
    right: -2px;
    content: "";
  }
}

.close-lan {
  margin-left: 10px;
  cursor: pointer;
  font-size: 14px;
}

.cs-store .cs-flag {
  margin: 0 2px 0 5px;
  padding: 0;
  width: 20px;
  position: relative;
  top: 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #999;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
}

@media only screen and (min-width: 780px) {
  .languages-main {
    display: none !important;
  }
}
.language {
  position: fixed;
  top: -120px;
  height: 60px;
  width: 100%;
  background: none repeat scroll 0 0 #eee;
}

.language-hold {
  padding: 18px 5px 0;
  color: #2d2a25;
  background: #eee;
  text-align: center;
}
.language-hold .languages span {
  float: left;
  font-size: 20px;
  color: #333;
  line-height: 22px;
  margin-right: 10px;
}
.language-hold .flag {
  display: inline-block;
  margin-left: 15px;
  font-size: 11px;
  line-height: 25px;
  padding: 1px 5px 0 30px;
  background-size: 30% auto;
  background-position: 0;
  background-repeat: no-repeat;
  position: relative;
}
.language-hold .flag .flag-nested {
  position: absolute;
  left: -4px;
  top: 3px;
}
.language-hold.language-hold-desk {
  opacity: 0;
  pointer-events: none;
  padding: 12px;
  background: #fff;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  text-align: left;
  position: absolute;
  top: 35px;
  left: 15px;
  width: 100px;
}
.language-hold.language-hold-desk .flag {
  display: block;
  margin-left: 0;
}

.flag-uk {
  background-image: url(images/flag_uk.png);
}
.flag-uk.flag-uk-land {
  background-image: url(images/flag_uk2.png);
}

.flag-us {
  background-image: url(images/flag_us.png);
}

.flag-eu {
  background-image: url(images/flag_eu.png);
}

@media only screen and (max-width: 1005px) {
  .cs-store {
    top: 20px;
  }
}
@media only screen and (max-width: 980px) {
  .cs-store {
    left: 80px;
    top: 20px;
  }
}
@media only screen and (max-width: 740px) {
  .cs-store {
    left: auto;
    top: -4px;
    right: 10px;
  }
  .flag {
    margin-left: 5px;
    padding: 1px 5px 0 25px;
  }
  .close-lan {
    margin-left: 0px;
    cursor: pointer;
  }
  .term-description p {
    font-size: 0.85em;
  }
}
a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus {
  outline-color: transparent;
}

input[type=email]:-internal-autofill-selected,
input[type=email] {
  background-color: #f2f2f2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125) !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125) !important;
}

.videoWrapper {
  position: relative;
  padding-bottom: 52.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  clear: both;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.message-wrap-holder {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  text-align: center;
  pointer-events: inherit;
  opacity: 1;
}

.message-wrap-holder.message-wrap-holder-hide {
  pointer-events: none;
  opacity: 0;
}

.message-wrap-holder img {
  margin: auto;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1040px) {
  .message-wrap-holder {
    /*height: calc(100% - 75px);
    top: 75px;*/
  }
}
.message-wrap {
  margin: auto;
  max-width: 400px;
  height: auto;
  background-color: white;
  padding: 50px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  color: black;
  font-size: 14px;
  font-weight: 200;
  text-align: center;
  position: relative;
  line-height: 1.4em;
}

@media only screen and (max-width: 1040px) {
  .message-wrap {
    padding: 30px;
  }
}
@media only screen and (max-width: 780px) {
  .message-wrap {
    padding: 20px;
    margin: 20px;
  }
}
.message-wrap a.button {
  display: block;
  color: black;
  float: none;
  padding-left: 0;
  margin-left: 0;
  padding-right: 0;
  margin-right: 0;
}

.message-wrap a.button:hover {
  color: black;
}

.message-wrap a.button.button-checkout {
  display: inline-block;
  color: black;
  float: none;
  padding: 5px 10px;
  border: 1px solid !important;
  margin-left: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}

.message-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(images/close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1005px) {
  .site-header-cart .cart-contents {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1300px) {
  .site-header-cart .cart-contents {
    text-align: right;
  }
  .site-header-cart .cart-contents .amount {
    margin-right: 30px;
  }
  .site-header-cart .cart-contents .count {
    display: none;
  }
}
@media (min-width: 1301px) {
  .site-header-cart .cart-contents {
    padding-right: 27px;
  }
}
.site-header-cart .cart-contents::after {
  content: " " !important;
  background-image: url(images/bag.svg);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  height: 20px !important;
  width: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 24px;
}

.storefront-handheld-footer-bar ul li.my-account > a::before {
  content: " " !important;
  background-image: url(images/user.svg);
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.storefront-handheld-footer-bar ul li.cart > a::before {
  content: " " !important;
  background-image: url(images/bag.svg);
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

#ship-to-different-address .woocommerce-form__input-checkbox {
  position: relative;
}

#billing_postcode_search_field {
  width: 55%;
  display: inline-block;
  margin-right: 0;
}

#crafty_billing_button {
  display: inline-block;
  margin-left: 5%;
  width: 40%;
  vertical-align: top;
}

@media only screen and (max-width: 780px) {
  .woocommerce-shipping-destination {
    font-size: 13px;
  }
  #crafty_billing_button #billing_cp_button {
    font-size: 12px !important;
  }
  .woocommerce-checkout .woocommerce-account-fields {
    padding: 10px 10px 10px 10px;
    background-color: #eee;
    margin-bottom: 20px;
  }
  .woocommerce-checkout .woocommerce-account-fields p {
    margin-bottom: 0;
  }
}
.woocommerce-shipping-fields .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
  margin-left: 0px;
}
@media only screen and (min-width: 800px) {
  .woocommerce-shipping-fields .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
    margin-left: 5px;
    position: relative;
    top: -5px;
  }
}

.button.woocommerce-form-register__submit {
  background-color: #ddd !important;
  border-color: #ddd !important;
}

.woocommerce-ResetPassword .woocommerce-Button.button {
  background-color: #ddd !important;
  border-color: #ddd !important;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul li {
  padding-left: 0px;
  margin-bottom: 0;
  /*&.woocommerce-MyAccount-navigation-link--members-area {
      background-color: #111;
      a {
          color: white !important;
      }
  }*/
}

/* Account area */
body.woocommerce-account .edit-link {
  display: none !important;
}
body.woocommerce-account .woocommerce-MyAccount-content.MyAccount-dash-land {
  display: none;
}
body.woocommerce-account .woocommerce-MyAccount-navigation.MyAccount-nav-land {
  width: 100%;
  margin-right: 0;
}
body.woocommerce-account .woocommerce-MyAccount-navigation.MyAccount-nav-land li {
  position: relative;
}
body.woocommerce-account .woocommerce-MyAccount-navigation.MyAccount-nav-land li a:before {
  content: "VIEW/EDIT";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 25%;
  font-size: 12px;
  padding: 3px 5px;
  border: 1px solid;
}

.woocommerce-MyAccount-navigation-link--dashboard,
.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation-link--pre-orders,
.woocommerce-MyAccount-navigation-link--wt-store-credit {
  display: none;
}

.woocommerce-MyAccount-navigation-link--loyaltyclub {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.woocommerce-MyAccount-navigation-link--wt-smart-coupon {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.woocommerce-MyAccount-navigation-link--edit-account {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.woocommerce-MyAccount-navigation-link--edit-address {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.woocommerce-MyAccount-navigation-link--orders {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.woocommerce-MyAccount-navigation-link--payment-methods {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  text-transform: capitalize;
}

.woocommerce-MyAccount-navigation-link--managepreferences {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  text-transform: capitalize;
}

.no_88_club .woocommerce-MyAccount-navigation-link--loyaltyclub {
  display: none !important;
}

.woocommerce-MyAccount-navigation-link--members-area {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.woocommerce-MyAccount-navigation-link--customer-logout {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.woocommerce-MyAccount-navigation-link--samplesale {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.woocommerce-MyAccount-navigation-link--refillservice {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.woocommerce-MyAccount-navigation-link--loyaltyclub a,
.woocommerce-MyAccount-navigation-link--samplesale a {
  background-color: #ddd;
}

.woocommerce-MyAccount-navigation-link a {
  padding-left: 5px !important;
}

.woocommerce-form.woocommerce-form-login .woocommerce-form-login__rememberme {
  display: none;
}
.woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit {
  background-color: #ddd !important;
  border-color: #ddd !important;
  color: #111111;
}
.woocommerce-form.woocommerce-form-login .woocommerce-LostPassword a {
  color: #8e2c2c;
}

.woocommerce-checkout-review-order-table img.attachment-woocommerce_thumbnail {
  max-width: 6em;
  mix-blend-mode: multiply;
}

@media only screen and (max-width: 780px) {
  .woocommerce-checkout-review-order-table img.attachment-woocommerce_thumbnail {
    max-width: 3em;
  }
}
.ts-product-image img.attachment-woocommerce_thumbnail {
  max-width: none;
  width: 45px;
}

/* Snow */
.falling-snow {
  z-index: 10;
  pointer-events: none;
}

/* updates */
.site-header,
.secondary-navigation ul ul,
.main-navigation ul.menu > li.menu-item-has-children:after,
.secondary-navigation ul.menu ul,
.storefront-handheld-footer-bar,
.storefront-handheld-footer-bar ul li > a,
.storefront-handheld-footer-bar ul li.search .site-search,
button.menu-toggle,
button.menu-toggle:hover {
  background-color: #fff;
}

.site-header {
  border-bottom-color: #eee;
}

.info-bars a {
  color: #fff !important;
  font-weight: 200;
}

.wc-giftwrap {
  background-image: url(images/wrap.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 25px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .wc-giftwrap {
    padding: 25px;
  }
}
.wc-giftwrap .giftwrap_header_wrapper {
  margin: 0;
}
.wc-giftwrap p.giftwrap_header {
  margin-bottom: 0;
}
.wc-giftwrap p.giftwrap_header a {
  text-decoration: none !important;
  padding: 4px;
  background-color: #444;
  color: white;
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .wc-giftwrap p.giftwrap_header a {
    font-size: 14px;
    padding: 5px;
  }
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  padding: 12px !important;
  background-color: #eee !important;
  color: #222 !important;
  font-size: 11px;
}
@media (min-width: 768px) {
  .woocommerce-form-coupon-toggle .woocommerce-info {
    font-size: 14px;
  }
}
.woocommerce-form-coupon-toggle a {
  text-decoration: none !important;
  padding: 4px 12px;
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 1px #ccc;
  color: #222 !important;
  font-size: 11px;
  margin-left: 4px;
  font-weight: 300;
  font-weight: bold;
}
@media (min-width: 768px) {
  .woocommerce-form-coupon-toggle a {
    font-size: 14px;
    padding: 5px;
  }
}

.checkout_coupon.woocommerce-form-coupon {
  margin-bottom: 5px;
}
.checkout_coupon.woocommerce-form-coupon button.button {
  color: white;
  background-color: #1d2248 !important;
}

body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  padding: 12px !important;
  background-color: #fff !important;
  border: solid 1px #ccc;
  color: black;
}
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-form.woocommerce-form-login.login {
  margin-bottom: 0;
}
body.woocommerce-checkout .woocommerce-form-login-toggle a {
  text-decoration: none !important;
  padding: 4px;
  color: black;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff !important;
  font-size: 12px;
  margin-left: 4px;
  font-weight: bold;
}
@media (min-width: 768px) {
  body.woocommerce-checkout .woocommerce-form-login-toggle a {
    font-size: 14px;
    padding: 5px;
  }
}

/*.woocommerce-tabs ul.tabs li.2_tab {display: none !important;}*/
/*
.htmlWrapper {
    background-color: black;
    #animation_container {
        margin: auto;
    }
}*/
/* SWELL */
body.logged-in .yotpo-widget-hero-section .yotpo-text-on-background.yotpo-is-mobile {
  padding-bottom: 20px;
}

/*.yotpo-widget-loyalty-page {
    .yotpo-inner-text,
    .yotpo-title,
    .yotpo-description,
    .yopto-widget-button-text,
    .yotpo-container-headline,
    .yotpo-title-text,
    .yotpo-description-text,
    .add_to_cart_button,
    .yotpo-headline,
    .yotpo-rule,
    .yotpo-email-input,
    .yotpo-email-label,
    .yotpo-header-text {
        font-family: "sofia-pro", "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
    }
    .yotpo-widget-hero-section {
        .yotpo-title {
            line-height: 1.1em;
            margin-bottom: 20px;
        }
    }
    .yotpo-widget-campaign-widget-icon-container {
        img {
            margin: auto;
        }
    }
    .yotpo-coupons-redemption-widget .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: black !important;
    }
    .yotpo-widget-campaign-widget .yotpo-widget-campaign-widget-container {
        padding: 15px 0 !important;
    }
    .yotpo-coupons-redemption-widget .yotpo-coupons-redemption-widget-container {
        padding-top: 15px !important;
    }
    .yotpo-coupons-redemption-widget .yotpo-message-display-area {
        margin-top: 15px !important;
    }
    .yotpo-widget-hero-section {
        .yotpo-text-on-background.yotpo-is-mobile {
            background-color: black;
            .yotpo-title {
                color: white !important;
            }
            .yotpo-description {
                color: white !important;
            }
            .yotpo-button-style {
                border: white 1px solid !important;
                color: white !important;
            }
        }
    }
    .yotpo-widget-my-rewards-widget {
        .yotpo-background.yotpo-is-mobile {
            .yotpo-description {
                margin-bottom: 20px;
            }
            .yotpo-headline {
                margin-bottom: 0;
            }
        }
    }
    .flexified-wrapper.flexified-mobile .flexified-child {
        width: 50% !important;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }
    .flexified-wrapper.flexified-mobile.flexified-items-odd.flexified-wide-last-item .flexified-child:last-child {
        width: 100% !important;
    }
}*/
.storefront-handheld-footer-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.storefront-handheld-footer-bar ul li {
  float: none;
}
.storefront-handheld-footer-bar ul li.my-account {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.storefront-handheld-footer-bar ul li.home {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.storefront-handheld-footer-bar ul li.home a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(images/tel.svg);
  background-position: center;
  background-size: 26px 26px;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}
.storefront-handheld-footer-bar ul li.homelast {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 24%;
  /*opacity: 0;
  pointer-events: none;
         display: none;*/
}
.storefront-handheld-footer-bar ul li.homelast #mobilecurrencyselect {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 12px;
}
.storefront-handheld-footer-bar ul li.homelast a {
  text-indent: inherit;
  font-size: 10px;
  line-height: 12px;
  text-decoration: none;
  padding-top: 6px;
  color: black !important;
  font-family: "Poppins";
  padding-top: 8px;
}
.storefront-handheld-footer-bar ul li.cart {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 780px) {
  .storefront-handheld-footer-bar ul.columns-4 li {
    width: 20%;
    margin-bottom: 0 !important;
  }
}

.yotpo-account-area {
  text-align: center;
  padding: 40px;
  border: 2px solid black;
  font-size: 1.2em;
}
@media only screen and (max-width: 780px) {
  .yotpo-account-area {
    font-size: 1em;
    padding: 12px;
  }
}

@media only screen and (min-width: 781px) {
  .loyalty-club-cta {
    position: fixed;
    bottom: 0;
    right: 180px;
    padding: 10px 20px;
    color: white;
    background-color: #222;
    z-index: 100;
    text-transform: uppercase;
  }
  .loyalty-club-cta a {
    text-decoration: none;
    color: white;
  }
}
/* SWELL */
.related-journal {
  background-color: #f2f2f2;
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
}
@media only screen and (min-width: 780px) {
  .related-journal {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.related-journal h2 {
  margin-bottom: 15px;
  font-size: 22px;
}
@media only screen and (min-width: 780px) {
  .related-journal h2 {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
.related-journal h3 {
  margin-top: 8px;
  margin-bottom: 18px;
}
.related-journal p {
  margin-bottom: 25px;
}
.related-journal p a {
  font-size: 13px;
  border: solid 1px #222;
  padding: 6px 14px;
}
.related-journal small {
  font-weight: 300;
}
.related-journal .related-journal-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1400px;
  margin: auto;
}
.related-journal .related-journal-holder .related-journal-item {
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 780px) {
  .related-journal .related-journal-holder .related-journal-item {
    width: 50%;
  }
}
@media only screen and (min-width: 1005px) {
  .related-journal .related-journal-holder .related-journal-item {
    width: 25%;
  }
}
.related-journal .related-journal-holder .related-journal-item .related-journal-item-pad {
  margin: 10px;
  background-color: white;
  height: 100%;
}
.related-journal .related-journal-holder .related-journal-item-bg {
  height: 320px;
  padding: 10px;
  display: block;
}
@media only screen and (min-width: 780px) {
  .related-journal .related-journal-holder .related-journal-item-bg {
    height: 240px;
  }
}
.related-journal .related-journal-holder .related-journal-item-bg img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}

/* fix smush */
.smush-detected-img {
  border-radius: 0px !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* black product page */
.black-bg-class #masthead {
  opacity: 1 !important;
}
.black-bg-class #masthead:before {
  background-color: #eee;
}
.black-bg-class #masthead {
  -webkit-filter: invert(1) !important;
          filter: invert(1) !important;
}
.black-bg-class #masthead .cs-flag {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.black-bg-class #masthead .woocommerce-mini-cart__buttons {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.black-bg-class #hamburger_toggle {
  -webkit-filter: invert(1) !important;
          filter: invert(1) !important;
}
.black-bg-class #masthead .maxmega img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.black-bg-class .woocommerce-mini-cart-item img {
  -webkit-filter: invert(1) !important;
          filter: invert(1) !important;
}
.black-bg-class .home-strapline {
  color: white;
  background-color: #666;
}
.black-bg-class .up-sells {
  background-color: white;
  -webkit-filter: invert(1);
          filter: invert(1);
  padding: 60px 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: 80px;
}
.black-bg-class .up-sells img {
  -webkit-filter: invert(0) !important;
          filter: invert(0) !important;
}
.black-bg-class .up-sells .products {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.black-bg-class .yotpo-widget-instance-container:nth-last-of-type(1), .black-bg-class .yotpo-widget-instance-container:nth-last-of-type(3) {
  -webkit-filter: invert(1);
          filter: invert(1);
  background-color: #eee;
}
.black-bg-class .yotpo-widget-instance-container:nth-last-of-type(2) {
  padding-top: 25px;
}
.black-bg-class #masthead .collection {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.black-bg-class #masthead .collection img {
  -webkit-filter: invert(0) !important;
          filter: invert(0) !important;
}
.black-bg-class #masthead .headlinenotes {
  display: none !important;
}
.black-bg-class .storefront-breadcrumb,
.black-bg-class #content.site-content {
  background-color: white;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.black-bg-class .storefront-breadcrumb img,
.black-bg-class .storefront-breadcrumb .yotpo-icon,
.black-bg-class .storefront-breadcrumb .videoWrapper,
.black-bg-class #content.site-content img,
.black-bg-class #content.site-content .yotpo-icon,
.black-bg-class #content.site-content .videoWrapper {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.black-bg-class .storefront-breadcrumb .site-footer,
.black-bg-class #content.site-content .site-footer {
  -webkit-filter: invert(1) !important;
          filter: invert(1) !important;
}
.black-bg-class .storefront-breadcrumb .site-footer #y-badges,
.black-bg-class #content.site-content .site-footer #y-badges {
  -webkit-filter: invert(1) !important;
          filter: invert(1) !important;
}

/* E gift card */
.wt_credit_denominations .denominaton_label:hover {
  background-color: #ccc !important;
  border: solid 1px #ccc !important;
}

.wt_credit_denominations input[type=radio]:checked + label {
  background-color: black !important;
  border-color: black !important;
  color: white !important;
}

.wt_sc_store_credit_field {
  padding: 6px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

div#ui-datepicker-div {
  background: white;
  float: left;
  border: 1px solid #e0e0e0;
}

.ui-widget-header {
  background-image: none;
  background-color: #ddd;
  border: none;
  font-size: 80%;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: solid 1px #f2f2f2;
  background-image: none;
  background-color: #f2f2f2;
}

/* black friday updates */
/*
body.home {
    .home-news,
    .home-ctas,
    .home-products,
    .home-spacer,
    .home-images,
    .home-img-slider {
        filter: invert(1);
        img {
            filter: invert(1);
        }
    }
    .home-ctas-main {
        background-color: black !important;
        a,
        h6,
        p {
            color: white !important;
        }
        img {
            border-radius: 50%;
        }
    }
    .home-ctas .home-ctas-holder .home-ctas-content {
        filter: invert(1);
    }
}

body.page-id-82732,
body.page-id-95575 {
    #masthead {
        opacity: 1 !important;
        &:before {
            background-color: #eee;
        }
    }
    #masthead {
        filter: invert(1) !important;
    }
    #masthead .cs-flag {
        filter: invert(1);
    }
    #masthead img {
        filter: invert(1);
    }
    #masthead .woocommerce-mini-cart__buttons {
        filter: invert(1);
    }
    #hamburger_toggle {
        filter: invert(1) !important;
    }
    #masthead .pre-mega-right img {
        filter: invert(0);
    }
    .home-strapline {
        color: white;
        background-color: #666;
    }
    .yotpo-widget-instance-container {
        &:nth-last-of-type(1),
        &:nth-last-of-type(3) {
            filter: invert(1);
            background-color: #eee;
        }
        &:nth-last-of-type(2) {
            padding-top: 25px;
        }
    }
    #masthead {
        .collection {
            filter: invert(1);
            img {
                filter: invert(0) !important;
            }
        }
        .headlinenotes {
            display: none !important;
        }
    }
}*/
/* black friday updates */