/* =Product Page
-------------------------------------------------------------- */
/* Global/Helpers/Clears */
.clear {
  clear: both;
}

.nobr {
  white-space: nowrap;
}

.info {
  background: #f7f5c6;
  padding: 10px 20px;
  border: 1px solid #eeeac1;
  color: #747165;
  box-shadow: inset 0 0 0 1px #ffffcc;
  -webkit-box-shadow: inset 0 0 0 1px #ffffcc;
  -moz-box-shadow: inset 0 0 0 1px #ffffcc;
}

.info a {
  color: #93864e;
}

div.jigoshop_error,
div.jigoshop_message {
  border: 1px solid;
  margin: 10px 0px;
  padding: 10px 10px 10px 32px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

div.jigoshop_error a.button,
div.jigoshop_message a.button {
  margin-top: 0;
  float: right;
}

div.jigoshop_error {
  color: #d8000c;
  background-color: #ffd4d4;
  background-image: url('images/error.png');
}

div.jigoshop_message {
  color: #4f8a10;
  background-color: #dff2bf;
  background-image: url('images/success.png');
}

p.demo_store {
  position: fixed;
  top: 0;
  left: 50%;
  width: 450px;
  margin-left: -225px;
  font-size: 12px;
  text-align: center;
  background: #f7f5c6;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#f7f5c6),
      to(#eeeac1));
  background: -webkit-linear-gradient(#f7f5c6, #eeeac1);
  background: -moz-linear-gradient(center top, #f7f5c6 0%, #eeeac1 100%);
  background: -moz-gradient(center top, #f7f5c6 0%, #eeeac1 100%);
  padding: 8px 0;
  border: 1px solid #eeeac1;
  color: #747165;
  z-index: 999999;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.3);
}

small.note {
  display: block;
  color: #999;
  font-size: 11px;
  line-height: 21px;
  margin-top: 10px;
}

#breadcrumb {
  overflow: hidden;
  padding: 0;
  font-size: 1.2em;
}

/* =Product Page
-------------------------------------------------------------- */
div.product {
  position: relative;
}

div.product .product_title {
  clear: none;
}

div.product p.price {
  color: green;
  font-size: 1.3em;
}

div.product p.price del {
  font-size: 14px;
  color: #aaa;
}

div.product p.stock {
  float: left;
}

div.product div.images {
  float: left;
  margin-bottom: 10px;
  position: relative;
}

div.product div.images img {
  border: 1px solid #ddd;
  background: #f5f5f5;
  padding: 6px;
  display: block;
  margin: 0 auto;
}

div.product div.images div.thumbnails {
  padding-top: 10px;
  overflow: hidden;
  zoom: 1;
  margin-left: 0;
}

div.product div.images div.thumbnails ul {
  list-style: none;
  width: 100%;
  display: block;
  float: left;
}

div.product div.images div.thumbnails li {
  width: 20%;
  float: left;
  display: block;
}

div.product div.images div.thumbnails a {
  margin: 0 10px 10px 0;
}

div.product div.images div.thumbnails a img {
  padding: 3px;
}

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

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

div.product div.summary {
  float: right;
  position: relative;
}

div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}

div.product div.social span {
  margin: 0 0 0 2px;
}

div.product div.social span span {
  margin: 0;
}

div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}

div.product div.social iframe {
  float: left;
  margin-top: 3px;
}

div.product #tabs ul.tabs {
  background: #ddd;
  overflow: hidden;
  margin: 0;
  padding: 6px 6px 0;
  list-style: none outside;
}

div.product #tabs ul.tabs li {
  float: left;
  margin: 0 4px 0 0;
  font-size: 0.92em;
}

div.product #tabs ul.tabs a {
  float: left;
  padding: 6px 12px;
  background: #eee;
  text-decoration: none;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

div.product #tabs ul.tabs li.active a {
  background: #fff;
  color: #555;
}

div.product #tabs .panel {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 15px 15px 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.stock {
  color: green;
  float: left;
}

.out-of-stock {
  color: red;
}

p.cart {
  float: right;
}

form.cart {
  margin-bottom: 24px;
  float: right;
  width: 100%;
  clear: both;
}

form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
}

form.cart table {
  font-size: 12px;
  border-width: 0 0 1px 0 !important;
}

form.cart table td {
  padding: 4px 4px 4px 0 !important;
}

form.cart table div.quantity {
  float: none;
  margin: 0;
  width: 72px;
}

form.cart table small.stock {
  display: block;
  float: none;
}

form.cart .variations label {
  font-weight: bold;
}

form.cart .variations select {
  width: 100%;
  float: left;
}

form.cart .button {
  vertical-align: middle;
  float: left;
  margin: 2px 0 !important;
}

.products ul,
ul.products {
  margin: 0 0 14px !important;
  padding: 0 !important;
  list-style: none;
  float: left;
}

.products {
  clear: both;
}

.products li {
  float: left;
  margin: 0 10px 20px 0;
  padding: 0 !important;
  position: relative;
  width: 150px;
}

.products li .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -6px -6px 0 0;
}

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

.products li a img {
  width: 150px !important;
  height: 150px !important;
  display: block;
  margin: 0 0 8px !important;
  border: 1px solid #ddd;
}

.products li a:hover img {
  border: 1px solid #bbb;
}

.products li strong {
  color: #555;
  display: block;
}

.products li .price {
  display: block;
  font-weight: normal;
  float: right;
  text-align: right;
}

.products li .price del {
  font-size: 10px;
  line-height: 10px;
  margin: -2px 0 0 0;
  display: block;
  color: #aaa;
}

.products li .price .from {
  font-size: 10px;
  line-height: 10px;
  margin: -2px 0 0 0;
  display: block;
  color: #aaa;
  padding-bottom: 3px;
}

.products li.first {
  clear: both;
}

.products li.last {
  margin-right: 0;
}

table.shop_attributes {
  border: 0 !important;
  border-top: 1px dotted #ccc !important;
}

table.shop_attributes th {
  width: 150px;
  font-weight: bold;
  padding: 8px;
  color: black !important;
  border-bottom: 1px dotted #ccc;
  margin: 0 !important;
  line-height: 1.5em;
}

table.shop_attributes td {
  font-style: italic;
  padding: 0 !important;
  border-bottom: 1px dotted #ccc;
  margin: 0 !important;
  line-height: 1.5em;
}

table.shop_attributes td p {
  margin: 0 !important;
  padding: 8px;
}

table.shop_attributes .alt td,
table.shop_attributes .alt th {
  background: #f9f9f9;
}

/* =Buttons
-------------------------------------------------------------- */

#reviews h2 small {
  float: right;
  color: #999;
  font-size: 15px;
  line-height: 21px;
  margin: 10px 0 0 0;
}

#reviews h2 small a {
  text-decoration: none;
  color: #999;
}

#reviews h3 {
  margin: 0;
}

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

#reviews #comment {
  height: 75px;
}

#reviews #comments .add_review {
  overflow: hidden;
  zoom: 1;
}

#reviews #comments h2 {
  clear: none;
}

#reviews #comments ol.commentlist {
  overflow: hidden;
  zoom: 1;
  margin: 0 !important;
}

#reviews #comments ol.commentlist li {
  padding: 00;
  margin: 0 0 20px;
  border: 0;
  position: relative;
}

#reviews #comments ol.commentlist li img {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  border: 1px solid #ddd;
  background: #fff;
  margin: 0;
  line-height: 1;
}

#reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 11px 11px 0;
  background: #ddd;
}

#reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 11px;
}

.star-rating {
  float: right;
  width: 80px;
  height: 16px;
  background: url(images/star.png) repeat-x left 0;
}

.star-rating span {
  background: url(images/star.png) repeat-x left -32px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
  float: left;
}

.hreview-aggregate .star-rating {
  margin: 10px 0 0 0;
}

#review_form #respond {
  overflow: hidden;
  zoom: 1;
  border: 1px solid #e7e7e7;
  margin: 0 !important;
  padding: 10px 20px 20px;
  width: auto;
}

#review_form #respond p {
  margin: 0 0 10px !important;
}

p.stars {
  overflow: hidden;
  zoom: 1;
}

p.stars span {
  width: 80px;
  height: 16px;
  position: relative;
  float: left;
  background: url(images/star.png) repeat-x left 0;
}

p.stars span a {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
}

p.stars span a:hover,
p.stars span a:focus {
  background: url(images/star.png) repeat-x left -16px;
}

p.stars span a.active {
  background: url(images/star.png) repeat-x left -32px;
}

p.stars span a.star-1 {
  width: 16px;
  z-index: 10;
}

p.stars span a.star-2 {
  width: 32px;
  z-index: 9;
}

p.stars span a.star-3 {
  width: 48px;
  z-index: 8;
}

p.stars span a.star-4 {
  width: 64px;
  z-index: 7;
}

p.stars span a.star-5 {
  width: 80px;
  z-index: 6;
}

/* =Tables
-------------------------------------------------------------- */
table.shop_table {
  border: 1px solid #e7e7e7;
  margin: 0px -1px 24px 0px;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

table.shop_table th {
  color: #888;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  padding: 10px;
}

table.shop_table td {
  border-top: 1px solid #e7e7e7;
  padding: 10px;
  vertical-align: middle;
}

table.shop_table td a.button {
  margin: 0 3px;
}

table.shop_table tfoot td {
  font-weight: bold;
}

table.shop_table tfoot td.actions .button {
  display: block;
  float: left;
  height: 28px;
  line-height: 28px;
  width: auto;
}

table.my_account_orders {
  font-size: 0.85em;
}

table.my_account_orders th,
table.my_account_orders td {
  padding: 4px 8px !important;
  vertical-align: top;
}

table.my_account_orders .button {
  white-space: nowrap;
  margin: 4px 0;
}

/* =Cart Sidebar
-------------------------------------------------------------- */
ul.cart_list,
ul.product_list_widget {
  list-style: none outside !important;
  padding: 0 !important;
  margin: 0 !important;
}

ul.cart_list li,
ul.product_list_widget li {
  padding: 4px 0 !important;
  margin: 0 !important;
  overflow: hidden;
  zoom: 1;
}

ul.cart_list li a,
ul.product_list_widget li a {
  display: block;
  font-weight: bold;
}

ul.cart_list li img,
ul.product_list_widget li img {
  float: left;
  margin-right: 4px;
  border: 1px solid #ddd;
}

ul.cart_list li dt,
ul.product_list_widget li dt {
  font-weight: bold;
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0;
}

ul.cart_list li dd,
ul.product_list_widget li dd {
  display: inline;
  padding: 0;
}

.jigoshop_cart .total {
  border-top: 3px double #ddd;
  padding: 4px 0 4px;
  margin: 0 !important;
}

.jigoshop_cart .total strong {
  min-width: 40px;
  display: inline-block;
}

.jigoshop_cart .buttons {
  overflow: hidden;
  zoom: 1;
}

/* =Cart
-------------------------------------------------------------- */
li.remove {
  font-size: 1.5em;
}

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

td.actions {
  text-align: right;
}

td.actions .coupon {
  float: left;
}

td.actions .coupon label {
  display: none;
}

td.actions .coupon .input-text {
  width: 80px !important;
  float: left;
  margin: 1px 6px 0 0 !important;
}

td.actions .button-alt {
  float: right;
  margin: 2px 0 0 6px;
}

td.product-name dl.variation {
  margin: 0;
}

td.product-name dl.variation dt {
  font-weight: bold;
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0;
}

td.product-name dl.variation dd {
  display: inline;
  margin: 0 12px 0 0;
  padding: 0;
}

td.quantity,
.jigoshop #content div.quantity {
  min-width: 80px;
}

.quantity input {
  margin-left: 0;
  margin-right: 0;
}

.quantity input.qty {
  /*border-top:1px solid #bdbdbd; border-bottom:1px solid #888;
  border-left: 0; border-right: 0;
  width: 20px;*/
  text-align: center;
  display: inline;
  padding: 1px 5px 2px;
  float: left;
  line-height: 24px;
  vertical-align: middle;
  min-height: 35px;
  max-height: 70px;
}

.quantity input.plus,
.quantity input.minus {
  padding: 4px;
  margin: 0;
  color: #4f4f4f !important;
  font-weight: bold;
  font-size: 14px;
  background: linear-gradient(top, #fff, #f5f5f5 5%, #ebebeb 100%);
  border: 1px solid #bdbdbd;
  border-bottom: 1px solid #888;
  background: -moz-linear-gradient(top, #fff, #f5f5f5 5%, #ebebeb 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0, #fff),
      color-stop(0.03, #f5f5f5),
      to(#ebebeb));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#ebebeb');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#ebebeb')";
  box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
}

@media (min-width: 768px) {

  .quantity input.plus,
  .quantity input.minus {
    height: 35px;
  }

  .quantity input.qty {
    min-height: 35px;
  }
}

.quantity input.minus {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius-: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}

.quantity input.plus {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius-: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}

@media (max-width: 768px) {
  .quantity input.minus {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius-: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
  }

  .quantity input.plus {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius-: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
  }
}

.coupon.form-group {
  margin-bottom: 0px !important;
}

.cart input {
  margin: 0 !important;
  vertical-align: middle;
  line-height: 1em !important;
}

.col2-set {
  overflow: hidden;
  zoom: 1;
  width: 100%;
}

.col2-set .col-1 {
  float: left;
  width: 48%;
}

.col2-set .col-2 {
  float: right;
  width: 48%;
}

.cart-collaterals {
  overflow: hidden;
  zoom: 1;
  width: 100%;
}

.cart-collaterals .related {
  width: 310px;
  float: left;
}

.cart-collaterals .cross-sells {
  width: 314px;
  float: left;
}

.cart-collaterals .cart_totals {
  text-align: right;
}

.cart-collaterals .cart_totals h2 {
  text-align: left;
  margin: 0;
  margin-left: 10px;
}

.cart-collaterals .cart_totals p {
  margin: 0 !important;
  text-align: left;
}

.cart-collaterals .cart_totals table {
  border-collapse: separate;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 6px !important;
  padding: 0;
}

.cart-collaterals .cart_totals table tr:first-child th,
.cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0 !important;
}

.cart-collaterals .cart_totals table td,
.cart-collaterals .cart_totals table th {
  padding: 12px !important;
}

.cart-collaterals .cart_totals .discount td,
.shop_table .discount {
  color: green;
}

.cart-collaterals .cart_totals tr td,
.cart-collaterals .cart_totals tr th {
  border-top: 1px solid #e7e7e7;
}

.cart-collaterals .cart_totals a.button-alt {
  width: 193px;
  display: block;
  font-size: 0.92em;
}

/* =Forms
-------------------------------------------------------------- */
.form-row-first,
.form-row-last {
  float: left;
  width: 47%;
  overflow: visible;
}

.form-row-last {
  float: right;
}

/* =Checkout
-------------------------------------------------------------- */
form.login {
  border: 1px solid #ccc;
  padding: 20px;
  border: 1px solid #e7e7e7;
  margin: 20px 0 20px 0px;
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#payment {
  background: #f9f9f9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}

#payment ul.payment_methods {
  overflow: hidden;
  zoom: 1;
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #eee;
  margin: 0 !important;
  list-style: none outside;
}

#payment ul.payment_methods li {
  text-align: left;
  font-weight: normal;
}

#payment ul.payment_methods li > label {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 2px;
}

#payment div.form-row {
  padding: 1em;
  border-top: 1px solid #fff;
}

#payment .terms {
  padding: 0 1em 0 !important;
}

#payment div.payment_box {
  position: relative;
  width: 96%;
  background: #f5f5f5;
  border: 1px solid #eee;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  padding: 1em 2% 0;
  margin: 1em 0 1em 0;
  font-size: 0.92em;
}

#payment div.payment_box #cc-expire-month,
#payment div.payment_box #cc-expire-year {
  width: 48%;
  float: left;
}

#payment div.payment_box #cc-expire-year {
  float: right;
}

#payment div.payment_box span.help {
  font-size: 11px;
  color: #999;
  line-height: 13px;
  font-weight: normal;
}

#payment div.payment_box p,
#payment div.payment_box .form-row {
  margin: 0 0 1em;
}

#payment div.payment_box:after {
  content: '';
  display: block;
  border: 8px solid #eee;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -4px;
  left: 0;
  margin: -1em 0 0 2em;
}

div.shipping-address {
  padding: 0;
  clear: left;
}

#shiptobilling,
#shippointrelais,
#shipother {
  float: right;
}

#shiptobilling label,
#shippointrelais label,
#shipother label {
  font-size: 0.6875em;
}

.checkout .col-2 h3 {
  float: left;
  clear: none;
}

.checkout .col-2 .notes {
  clear: left;
}

.checkout .col-2 .form-row-first {
  clear: left;
}

#shipaddress .input-radio {
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
  float: left;
}

.shipping-dropdown .form-group,
#shipping_method {
  margin: 0px !important;
}

/* =Order Page
-------------------------------------------------------------- */
.order_details {
  overflow: hidden;
  zoom: 1;
  margin: 0 0 1.5em;
  list-style: none;
}

.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1em;
  border-right: 1px dashed #ccc;
  padding-right: 2em;
}

.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5em;
  color: #333;
}

.order_details li.method {
  border: none;
}

/* =Account
-------------------------------------------------------------- */
.addresses .title {
  overflow: hidden;
  zoom: 1;
}

.addresses .title h3 {
  float: left;
}

.addresses .title .edit {
  float: right;
}

/* =Layered Nav Widgets
-------------------------------------------------------------- */
.widget_price_filter .price_slider_wrapper .button {
  float: right;
  margin: 0 !important;
}

.widget_price_filter .price_slider_wrapper .price_slider {
  margin: 1em 0.6em 0.6em;
}

.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
  outline: 0 !important;
}

.widget_price_filter .price_slider_wrapper .price_slider_amount {
  overflow: hidden;
  line-height: 2em;
}

.widget_layered_nav ul {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  list-style: none outside !important;
}

.widget_layered_nav ul li {
  overflow: hidden;
  zoom: 1;
  padding: 0 0 1px;
}

.widget_layered_nav ul li a,
.widget_layered_nav ul li span {
  padding: 1px 0;
  float: left;
}

.widget_layered_nav ul li.chosen a {
  padding: 0 6px 0 18px;
  border: 1px solid #3399cc;
  background: #3399cc url(images/cross_white.png) no-repeat 6px center;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.widget_layered_nav ul small.count {
  float: right;
  margin-left: 6px;
  font-size: 1em;
  padding: 1px 0;
  color: #999;
}

fieldset.variations {
  border: none;
}

div.product div.product_meta,
div.product div.variations_button {
  clear: left;
}

section#primary div.product div.summary {
  width: 42%;
}

.single_variation .price {
  float: left;
}

.single_variation,
.stock {
  clear: left;
}

.customized_product_label {
  font-weight: bold;
}

dl.customization {
  margin: 0;
}

dl.customization dt {
  font-weight: bold;
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0;
}

dl.customization dd {
  display: inline;
  margin: 0 12px 0 0;
  padding: 0;
}

.applied-coupons {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  row-gap: var(--wp--preset--spacing--20);
  column-gap: var(--wp--preset--spacing--20);
}

.applied-coupons-values {
  font-weight: normal;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear,
      0% 0%,
      0% 100%,
      color-stop(20%, #f4f4f4),
      color-stop(50%, #f0f0f0),
      color-stop(52%, #e8e8e8),
      color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top,
      #f4f4f4 20%,
      #f0f0f0 50%,
      #e8e8e8 52%,
      #eeeeee 100%);
  background-image: -moz-linear-gradient(top,
      #f4f4f4 20%,
      #f0f0f0 50%,
      #e8e8e8 52%,
      #eeeeee 100%);
  background-image: -o-linear-gradient(top,
      #f4f4f4 20%,
      #f0f0f0 50%,
      #e8e8e8 52%,
      #eeeeee 100%);
  background-image: -ms-linear-gradient(top,
      #f4f4f4 20%,
      #f0f0f0 50%,
      #e8e8e8 52%,
      #eeeeee 100%);
  background-image: linear-gradient(top,
      #f4f4f4 20%,
      #f0f0f0 50%,
      #e8e8e8 52%,
      #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--40);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: var(--wp--preset--spacing--20);
  min-width: 44px;
}

.applied-coupons-values:hover {
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.35);
}

.cart-discount-code {
  font-size: 12px;
  padding-right: 5px;
  color: #888;
  float: right;
}

.close {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

input:-ms-input-placeholder {
  background: white;
  color: LightGray;
}

/* =Twenty Twelve
-------------------------------------------------------------- */
.jigoshop .site-content {
  width: 66%;
}

.jigoshop .site-content .cross-sells {
  width: auto;
}

.jigoshop .site-content div.jigoshop_error,
.jigoshop .site-content div.jigoshop_message {
  padding: 15px 10px 15px 32px;
}

.jigoshop .site-content div.jigoshop_error a.button,
.jigoshop .site-content div.jigoshop_message a.button {
  margin-top: -4px;
}

.payment_message {
  margin-top: 5px;
}

div.product-container {
  margin-block-start: 60px;
  margin-block-end: var(--wp--preset--spacing--40);
}

.MR-Widget {
  width: auto !important;
}

.MR-Widget button {
  color: #000;
  padding: 5px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
}

.MR-Widget button:focus,
.MR-Widget button:hover {
  color: #000 !important;
  box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
}

.MR-Widget input[type='text'] {
  padding: 0;
}

#MRW-Map {
  width: 60% !important;
}

.MRW-RList {
  overflow: auto !important;
  height: 100% !important;
  margin: auto !important;
  width: 40% !important;
}

.required {
  color: red;
}

#terms {
  margin-left: 2px;
}

#reviews #comments ol.commentlist li .comment-text .description {
  color: black;
}

#waitingRedirectModal.modal {
  text-align: center;
  padding: 0 !important;
}

#waitingRedirectModal.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

#waitingRedirectModal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.form-cart .footer {
  text-align: center;
}

@media (min-width: 576px) {
  .form-cart .footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width:768px) {
	.shop_table .product-name {
		flex-direction: column;
	}
}

.shop_table .row.product-content .product-name {
	flex-direction: column;
}

.shop_table .product-name {
	display: flex;
	column-gap: 1em;
}

.shop_table .product-name>div {
	flex-flow: column;
	display: flex;
	flex-grow: 1;
	align-self: center;
}

.shop_table .row[data-product], .shop_table .row.product-content, .shop_table.my_account_orders > .row {
	display: flex;
	flex-direction: row;
}

.shop_table .row[data-product] > *, .shop_table .row.product-content > *, .shop_table.my_account_orders > .row > * {
	align-self: center;
}

.shop_table.my_account_orders > .row address {
  margin: unset;
}