@charset "UTF-8";
/* ==========================================================================
   WooCommerce styles - begin
   ========================================================================== */
.woocommerce-page .mkdf-content input[type="text"],
.woocommerce-page .mkdf-content input[type="email"],
.woocommerce-page .mkdf-content input[type="tel"],
.woocommerce-page .mkdf-content input[type="password"],
.woocommerce-page .mkdf-content textarea,
div.woocommerce input[type="text"],
div.woocommerce input[type="email"],
div.woocommerce input[type="tel"],
div.woocommerce input[type="password"],
div.woocommerce textarea {
  position: relative;
  width: 100%;
  margin: 0 0 25px;
  padding: 12px 19px;
  font-size: 17px;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: .07em;
  font-family: "Cormorant Garamond", sans-serif;
  line-height: 24px;
  color: #999;
  background-color: transparent;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.woocommerce-page .mkdf-content input:focus[type="text"],
.woocommerce-page .mkdf-content input:focus[type="email"],
.woocommerce-page .mkdf-content input:focus[type="tel"],
.woocommerce-page .mkdf-content input:focus[type="password"],
.woocommerce-page .mkdf-content textarea:focus,
div.woocommerce input:focus[type="text"],
div.woocommerce input:focus[type="email"],
div.woocommerce input:focus[type="tel"],
div.woocommerce input:focus[type="password"],
div.woocommerce textarea:focus {
  color: #000000;
}

.woocommerce-page .mkdf-content input[type="text"]::-webkit-input-placeholder,
.woocommerce-page .mkdf-content input[type="email"]::-webkit-input-placeholder,
.woocommerce-page .mkdf-content input[type="tel"]::-webkit-input-placeholder,
.woocommerce-page .mkdf-content input[type="password"]::-webkit-input-placeholder,
.woocommerce-page .mkdf-content textarea::-webkit-input-placeholder,
div.woocommerce input[type="text"]::-webkit-input-placeholder,
div.woocommerce input[type="email"]::-webkit-input-placeholder,
div.woocommerce input[type="tel"]::-webkit-input-placeholder,
div.woocommerce input[type="password"]::-webkit-input-placeholder,
div.woocommerce textarea::-webkit-input-placeholder {
  color: inherit;
}

.woocommerce-page .mkdf-content input:-moz-placeholder[type="text"],
.woocommerce-page .mkdf-content input:-moz-placeholder[type="email"],
.woocommerce-page .mkdf-content input:-moz-placeholder[type="tel"],
.woocommerce-page .mkdf-content input:-moz-placeholder[type="password"],
.woocommerce-page .mkdf-content textarea:-moz-placeholder,
div.woocommerce input:-moz-placeholder[type="text"],
div.woocommerce input:-moz-placeholder[type="email"],
div.woocommerce input:-moz-placeholder[type="tel"],
div.woocommerce input:-moz-placeholder[type="password"],
div.woocommerce textarea:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.woocommerce-page .mkdf-content input[type="text"]::-moz-placeholder,
.woocommerce-page .mkdf-content input[type="email"]::-moz-placeholder,
.woocommerce-page .mkdf-content input[type="tel"]::-moz-placeholder,
.woocommerce-page .mkdf-content input[type="password"]::-moz-placeholder,
.woocommerce-page .mkdf-content textarea::-moz-placeholder,
div.woocommerce input[type="text"]::-moz-placeholder,
div.woocommerce input[type="email"]::-moz-placeholder,
div.woocommerce input[type="tel"]::-moz-placeholder,
div.woocommerce input[type="password"]::-moz-placeholder,
div.woocommerce textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.woocommerce-page .mkdf-content input:-ms-input-placeholder[type="text"],
.woocommerce-page .mkdf-content input:-ms-input-placeholder[type="email"],
.woocommerce-page .mkdf-content input:-ms-input-placeholder[type="tel"],
.woocommerce-page .mkdf-content input:-ms-input-placeholder[type="password"],
.woocommerce-page .mkdf-content textarea:-ms-input-placeholder,
div.woocommerce input:-ms-input-placeholder[type="text"],
div.woocommerce input:-ms-input-placeholder[type="email"],
div.woocommerce input:-ms-input-placeholder[type="tel"],
div.woocommerce input:-ms-input-placeholder[type="password"],
div.woocommerce textarea:-ms-input-placeholder {
  color: inherit;
}

@-webkit-keyframes animate-btn-line {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@keyframes animate-btn-line {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

/* ==========================================================================
   Marks (Sale, Out of Stock) mixin styles - begin
   ========================================================================== */
/* ==========================================================================
   Marks (Sale, Out of Stock) mixin styles - end
   ========================================================================== */
/* ==========================================================================
   Price mixin styles - begin
   ========================================================================== */
/* ==========================================================================
   Price mixin styles - end
   ========================================================================== */
/* ==========================================================================
   Star Ratings mixin styles - begin
   ========================================================================== */
.woocommerce .star-rating, .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond form .comment-form-rating .stars a:before, .mkdf-product-info .mkdf-pi-rating, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-rating, .mkdf-pls-holder .mkdf-pls-text .mkdf-pls-rating-holder .mkdf-pls-rating, .mkdf-pl-holder .mkdf-pli .mkdf-pli-rating {
  font-family: "ElegantIcons";
  font-size: 12px;
  line-height: 1;
  letter-spacing: .65em;
  color: #999;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
   Star Ratings mixin styles - end
   ========================================================================== */
/*------------------------------------------------------------------
 * This is main woocommerce css file for theme. It is broken into following sections:
 * 1.  Global
 * 2.  Single Product
 * 3.  WooCommerce Product Lists and Shortcodes
 * 4.  Cart
 * 5.  Checkout
 * 6.  My Account
 * 7.  Shortcodes
 * 8.  Widgets
-------------------------------------------------------------------*/
/* ==========================================================================
   WooCommerce Cart page styles - begin
   ========================================================================== */
.mkdf-woocommerce-page table.cart thead tr {
  border: 0;
  border-bottom: 1px solid #e1e1e1;
}

.mkdf-woocommerce-page table.cart thead tr th {
  padding: 10px 8px;
  color: #000000;
  text-align: left;
  color: #000000;
  font-family: "Cormorant Garamond", sans-serif;
  margin: 25px 0;
  font-weight: 500;
  letter-spacing: .01em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 21px;
  line-height: 1.19em;
  margin: 0;
}

.mkdf-woocommerce-page table.cart thead tr th a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.mkdf-woocommerce-page table.cart thead tr th a:hover {
  color: #d14031;
}

@media only screen and (max-width: 480px) {
  .mkdf-woocommerce-page table.cart thead tr th {
    font-size: 17px !important;
  }
}

.mkdf-woocommerce-page table.cart tbody tr {
  border: 0;
}

.mkdf-woocommerce-page table.cart tr.cart_item {
  border-bottom: 1px solid #e1e1e1;
}

.mkdf-woocommerce-page table.cart tr.cart_item td {
  padding: 25px 8px;
  vertical-align: middle;
  text-align: inherit;
}

.mkdf-woocommerce-page table.cart tr.cart_item td.product-remove {
  padding-left: 10px;
  padding-right: 10px;
}

.mkdf-woocommerce-page table.cart tr.cart_item td.product-remove a {
  color: #555555;
  font-size: 0;
  line-height: 1;
}

.mkdf-woocommerce-page table.cart tr.cart_item td.product-remove a:after {
  content: "\f404";
  display: inline-block;
  vertical-align: middle;
  speak: none;
  color: inherit;
  font-family: "Ionicons";
  font-size: 25px;
  line-height: inherit;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mkdf-woocommerce-page table.cart tr.cart_item td.product-remove a:hover {
  color: #000000;
}

.mkdf-woocommerce-page table.cart tr.cart_item td.product-thumbnail {
  width: 86px;
  padding-right: 10px;
}

.mkdf-woocommerce-page table.cart tr.cart_item td.product-thumbnail a, .mkdf-woocommerce-page table.cart tr.cart_item td.product-thumbnail img {
  display: block;
  width: 100%;
}

.mkdf-woocommerce-page table.cart tr.cart_item td .variation > * {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.mkdf-woocommerce-page table.cart tr.cart_item td .variation p {
  margin: 0;
}

.mkdf-woocommerce-page table.cart td.actions {
  padding: 43px 0 20px;
  text-align: inherit;
}

.mkdf-woocommerce-page table.cart td.actions .coupon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left;
  font-size: 0;
}

.mkdf-woocommerce-page table.cart td.actions .coupon label {
  display: none;
}

.mkdf-woocommerce-page table.cart td.actions .coupon > input[type=text] {
  vertical-align: middle;
  margin: 0;
}

.mkdf-woocommerce-page table.cart td.actions > input,
.mkdf-woocommerce-page table.cart td.actions > button {
  float: right;
}

.mkdf-woocommerce-page table.cart td.actions .button {
  margin: 0 0 0 22px;
}

@media only screen and (max-width: 480px) {
  .mkdf-woocommerce-page table.cart td.actions .button {
    float: none;
    margin: 0;
  }
}

.mkdf-woocommerce-page .cart-collaterals {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 50px;
}

.mkdf-woocommerce-page .cart-collaterals h2 {
  position: relative;
  display: block;
  margin: 0 0 26px;
}

.mkdf-woocommerce-page .cart-collaterals table {
  margin: 0 0 40px;
}

.mkdf-woocommerce-page .cart-collaterals table tr {
  border: 0;
  border-bottom: 1px solid #e1e1e1;
}

.mkdf-woocommerce-page .cart-collaterals table td, .mkdf-woocommerce-page .cart-collaterals table th {
  padding: 14px 0;
  text-align: left;
  vertical-align: middle;
}

.mkdf-woocommerce-page .cart-collaterals table th {
  width: 20%;
  padding-right: 5px;
  border: 0;
  color: #000000;
  font-family: "Cormorant Garamond", sans-serif;
  margin: 25px 0;
  font-weight: 500;
  letter-spacing: .01em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 21px;
  line-height: 1.19em;
  margin: 0;
}

.mkdf-woocommerce-page .cart-collaterals table th a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.mkdf-woocommerce-page .cart-collaterals table th a:hover {
  color: #d14031;
}

.mkdf-woocommerce-page .cart-collaterals tr.shipping #shipping_method {
  list-style: none;
  margin: 0 0 7px;
}

.mkdf-woocommerce-page .cart-collaterals tr.shipping #shipping_method li {
  margin: 3px 0;
  padding: 0;
}

.mkdf-woocommerce-page .cart-collaterals tr.shipping #shipping_method li > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.mkdf-woocommerce-page .cart-collaterals tr.order-total td {
  color: #000000;
  font-family: "Cormorant Garamond", sans-serif;
  margin: 25px 0;
  font-weight: 500;
  letter-spacing: .01em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 21px;
  line-height: 1.19em;
  margin: 0;
}

.mkdf-woocommerce-page .cart-collaterals tr.order-total td a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.mkdf-woocommerce-page .cart-collaterals tr.order-total td a:hover {
  color: #d14031;
}

.mkdf-woocommerce-page .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
  display: block;
  margin: 0 0 10px;
  text-decoration: underline;
}

.mkdf-woocommerce-page .cart-collaterals .woocommerce-shipping-calculator p {
  margin: 0;
}

.mkdf-woocommerce-page .cross-sells {
  margin: 30px 0 0;
  border-top: 1px solid #e1e1e1;
}

.mkdf-woocommerce-page .cross-sells > h2 {
  display: block;
  margin: 36px 0 50px;
  text-align: center;
}

.mkdf-woocommerce-page .cart_totals {
  margin: 1px 0 20px;
}

.mkdf-woocommerce-page .cart_totals strong {
  font-weight: 600;
}

.mkdf-woocommerce-page .cart-empty {
  position: relative;
  display: block;
  font-size: 25px;
  line-height: 1.5em;
  text-align: center;
  color: #000000;
  margin: 40px 0 33px;
}

.mkdf-woocommerce-page .return-to-shop {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 0 60px;
}

/* ==========================================================================
   WooCommerce Cart page styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Checkout page styles - begin
   ========================================================================== */
.mkdf-woocommerce-page .checkout_coupon {
  display: block;
  margin: 0 0 34px;
}

.mkdf-woocommerce-page .checkout_coupon p {
  margin: 0;
}

.mkdf-woocommerce-page.woocommerce-checkout form.login {
  display: block;
  margin: 0 0 34px;
}

.mkdf-woocommerce-page.woocommerce-checkout form.login > *:first-child {
  margin: 0 0 15px;
}

.mkdf-woocommerce-page.woocommerce-checkout form.login p {
  margin: 0;
}

.mkdf-woocommerce-page.woocommerce-checkout form.login input[type='checkbox'] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  margin: 0 3px 0 5px;
}

.mkdf-woocommerce-page.woocommerce-checkout form.login .lost_password {
  display: block;
  margin: 15px 0 0;
}

.mkdf-woocommerce-page .woocommerce-checkout table * {
  font-weight: 400 !important;
  color: #555 !important;
}

.mkdf-woocommerce-page .woocommerce-checkout .col2-set:before,
.mkdf-woocommerce-page .woocommerce-checkout .col2-set:after {
  content: '';
  display: table;
}

.mkdf-woocommerce-page .woocommerce-checkout .col2-set:after {
  clear: both;
}

.mkdf-woocommerce-page .woocommerce-checkout .col-1,
.mkdf-woocommerce-page .woocommerce-checkout .col-2 {
  position: relative;
  display: inline-block;
  width: 49%;
  margin-right: 1%;
  float: left;
  vertical-align: middle;
}

.mkdf-woocommerce-page .woocommerce-checkout .col-1 h3,
.mkdf-woocommerce-page .woocommerce-checkout .col-2 h3 {
  margin: 8px 0 33px;
}

.mkdf-woocommerce-page .woocommerce-checkout .col-1 p,
.mkdf-woocommerce-page .woocommerce-checkout .col-2 p {
  margin: 0;
}

.mkdf-woocommerce-page .woocommerce-checkout .col-1 label:not(.checkbox),
.mkdf-woocommerce-page .woocommerce-checkout .col-2 label:not(.checkbox) {
  display: block;
  margin: 0 0 5px;
}

.mkdf-woocommerce-page .woocommerce-checkout .col-1 .form-row,
.mkdf-woocommerce-page .woocommerce-checkout .col-2 .form-row {
  width: 49%;
  margin-right: 2%;
  float: left;
}

.mkdf-woocommerce-page .woocommerce-checkout .col-1 .form-row-last,
.mkdf-woocommerce-page .woocommerce-checkout .col-2 .form-row-last {
  margin-right: 0;
}

.mkdf-woocommerce-page .woocommerce-checkout .col-1 .form-row-wide,
.mkdf-woocommerce-page .woocommerce-checkout .col-1 .form-row.notes,
.mkdf-woocommerce-page .woocommerce-checkout .col-2 .form-row-wide,
.mkdf-woocommerce-page .woocommerce-checkout .col-2 .form-row.notes {
  width: 100%;
}

.mkdf-woocommerce-page .woocommerce-checkout .col-2 {
  margin-left: 1%;
  margin-right: 0;
}

.mkdf-woocommerce-page .woocommerce-checkout .create-account {
  margin: 0 0 15px;
}

.mkdf-woocommerce-page .woocommerce-checkout .create-account input, .mkdf-woocommerce-page .woocommerce-checkout .create-account label {
  display: inline-block;
  vertical-align: middle;
}

.mkdf-woocommerce-page .woocommerce-checkout h3#order_review_heading {
  margin: 18px 0;
}

.mkdf-woocommerce-page .woocommerce-checkout table {
  padding: 0;
  margin: 23px 0 35px;
}

.mkdf-woocommerce-page .woocommerce-checkout table tr {
  border: 0;
  border-bottom: 1px solid #e1e1e1;
}

.mkdf-woocommerce-page .woocommerce-checkout table tr.shipping #shipping_method {
  list-style: none;
  margin: 0;
}

.mkdf-woocommerce-page .woocommerce-checkout table tr.shipping #shipping_method li {
  margin: 3px 0;
  padding: 0;
}

.mkdf-woocommerce-page .woocommerce-checkout table tr.shipping #shipping_method li > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.mkdf-woocommerce-page .woocommerce-checkout table tr.order-total td {
  color: #000000;
  font-family: "Cormorant Garamond", sans-serif;
  margin: 25px 0;
  font-weight: 500;
  letter-spacing: .01em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 21px;
  line-height: 1.19em;
  margin: 0;
}

.mkdf-woocommerce-page .woocommerce-checkout table tr.order-total td a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.mkdf-woocommerce-page .woocommerce-checkout table tr.order-total td a:hover {
  color: #d14031;
}

.mkdf-woocommerce-page .woocommerce-checkout table td, .mkdf-woocommerce-page .woocommerce-checkout table th {
  padding: 14px 0;
  text-align: left;
  vertical-align: middle;
}

.mkdf-woocommerce-page .woocommerce-checkout table th {
  border: 0;
  color: #000000;
  font-family: "Cormorant Garamond", sans-serif;
  margin: 25px 0;
  font-weight: 500;
  letter-spacing: .01em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 21px;
  line-height: 1.19em;
  margin: 0;
}

.mkdf-woocommerce-page .woocommerce-checkout table th a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.mkdf-woocommerce-page .woocommerce-checkout table th a:hover {
  color: #d14031;
}

.mkdf-woocommerce-page .woocommerce-checkout table .variation > * {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.mkdf-woocommerce-page .woocommerce-checkout table .variation p {
  margin: 0;
}

.mkdf-woocommerce-page .woocommerce-checkout .select2-container {
  border-radius: 0;
}

.mkdf-woocommerce-page .woocommerce-checkout input[type='radio'],
.mkdf-woocommerce-page .woocommerce-checkout input[type='checkbox'] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  margin: 0 3px 0 5px;
}

.mkdf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment {
  display: block;
  margin: 20px 0 70px;
}

.mkdf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul {
  list-style: none;
  margin: 0 0 23px;
  padding: 0;
}

.mkdf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul li {
  padding: 14px 0;
  border-bottom: 1px solid #e1e1e1;
}

.mkdf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul li input, .mkdf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul li label {
  display: inline-block;
  vertical-align: middle;
}

.mkdf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul li.woocommerce-notice {
  padding: 18px 20px;
  line-height: inherit;
}

.mkdf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul li.payment_method_paypal label img {
  vertical-align: middle;
  margin: 0 8px;
}

.mkdf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 24px;
}

/* ==========================================================================
   WooCommerce Checkout page styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Checkout page - Order Received styles - begin
   ========================================================================== */
.mkdf-woocommerce-page.woocommerce-order-received .woocommerce {
  display: block;
  margin: 0 0 45px;
}

.mkdf-woocommerce-page.woocommerce-order-received .woocommerce > p {
  display: block;
  margin: 0 0 30px;
}

.mkdf-woocommerce-page.woocommerce-order-received .woocommerce > h2,
.mkdf-woocommerce-page.woocommerce-order-received .woocommerce > header h2 {
  display: block;
  margin: 16px 0 25px;
}

.mkdf-woocommerce-page.woocommerce-order-received .woocommerce ul.order_details {
  list-style: none;
  margin: 0 0 30px;
}

.mkdf-woocommerce-page.woocommerce-order-received .woocommerce ul.order_details li {
  padding: 14px 0;
  border-bottom: 1px solid #e1e1e1;
}

.mkdf-woocommerce-page.woocommerce-order-received .woocommerce ul.order_details li strong {
  color: #000000;
  font-weight: 400;
}

.mkdf-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table {
  padding: 0;
  margin: 0 0 35px;
}

.mkdf-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table tr {
  border: 0;
  border-bottom: 1px solid #e1e1e1;
}

.mkdf-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table td, .mkdf-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table th {
  padding: 14px 0;
  text-align: left;
  vertical-align: middle;
}

.mkdf-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table th {
  border: 0;
}

.mkdf-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table .variation > * {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.mkdf-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table .variation p {
  margin: 0;
}

.mkdf-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  clear: both;
  margin: 0 0 15px;
}

.mkdf-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses .col-1,
.mkdf-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses .col-2 {
  position: relative;
  display: inline-block;
  width: 49%;
  margin-right: 1%;
  float: left;
  vertical-align: middle;
}

.mkdf-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses .col-2 {
  margin-left: 1%;
  margin-right: 0;
}

.mkdf-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses .title {
  margin: 4px 0 25px;
}

.mkdf-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses h3 {
  margin: 0;
}

.mkdf-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses address {
  font-style: normal;
}

/* ==========================================================================
   WooCommerce Checkout page - Order Received styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Buttons styles - begin
   ========================================================================== */
.woocommerce-page .mkdf-content a.button,
.woocommerce-page .mkdf-content a.added_to_cart,
.woocommerce-page .mkdf-content input[type="submit"],
.woocommerce-page .mkdf-content button[type="submit"]:not(.mkdf-search-submit),
.woocommerce-page .mkdf-content .wc-forward:not(.added_to_cart):not(.checkout-button),
div.woocommerce a.button,
div.woocommerce a.added_to_cart,
div.woocommerce input[type="submit"],
div.woocommerce button[type="submit"]:not(.mkdf-search-submit),
div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button) {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  line-height: 2.857em;
  letter-spacing: 0.35em;
  font-weight: 400;
  text-transform: uppercase;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 9px 27px 5px 32px;
  font-size: 12px;
  color: #fff;
  background-color: #d14031;
  border: 1px solid transparent;
  cursor: pointer;
  z-index: 3;
}

.woocommerce-page .mkdf-content a.button:hover,
.woocommerce-page .mkdf-content a.added_to_cart:hover,
.woocommerce-page .mkdf-content input[type="submit"]:hover,
.woocommerce-page .mkdf-content button[type="submit"]:not(.mkdf-search-submit):hover,
.woocommerce-page .mkdf-content .wc-forward:not(.added_to_cart):not(.checkout-button):hover,
div.woocommerce a.button:hover,
div.woocommerce a.added_to_cart:hover,
div.woocommerce input[type="submit"]:hover,
div.woocommerce button[type="submit"]:not(.mkdf-search-submit):hover,
div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button):hover {
  color: #fff;
  background-color: #ad362a;
}

.woocommerce-page .mkdf-content a.button.added,
div.woocommerce a.button.added {
  display: none;
}

/* ==========================================================================
   WooCommerce Buttons styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Onsale and Out of Stock styles - begin
   ========================================================================== */
.woocommerce .mkdf-onsale,
.woocommerce .mkdf-sold,
.woocommerce .mkdf-new-product {
  position: absolute;
  display: block;
  top: 33px;
  width: 75px;
  letter-spacing: .35em;
  font-family: "Josefin Sans", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  min-width: 73px;
  height: 30px;
  margin: 0;
  padding: 0 16px;
  color: #fff;
  line-height: 33px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.woocommerce .mkdf-onsale {
  left: 0;
  background-color: #d14031;
}

.woocommerce .mkdf-sold {
  left: 0;
  background-color: #999;
}

.woocommerce .mkdf-new-product {
  left: 0;
  background-color: #282828;
}

.woocommerce .product.outofstock .mkdf-onsale {
  left: calc(73px + 5px);
}

.woocommerce .product.outofstock .mkdf-new-product {
  left: calc(73px + 5px);
}

.woocommerce .product.outofstock.sale .mkdf-new-product {
  left: calc(73px + 5px + 73px + 5px);
}

.woocommerce .product.sale .mkdf-new-product {
  left: calc(73px + 5px);
}

.mkdf-woo-single-page .mkdf-single-product-content .mkdf-onsale,
.mkdf-woo-single-page .mkdf-single-product-content .mkdf-sold,
.mkdf-woo-single-page .mkdf-single-product-content .mkdf-new-product {
  left: 10px;
}

.mkdf-woo-single-page .mkdf-single-product-content .product.outofstock .mkdf-onsale {
  left: calc(10px + 73px + 5px);
}

.mkdf-woo-single-page .mkdf-single-product-content .product.outofstock .mkdf-new-product {
  left: calc(10px + 73px + 5px);
}

.mkdf-woo-single-page .mkdf-single-product-content .product.outofstock.sale .mkdf-new-product {
  left: calc(10px + 73px + 5px + 73px + 5px);
}

.mkdf-woo-single-page .mkdf-single-product-content .product.sale .mkdf-new-product {
  left: calc(10px + 73px + 5px);
}

/* ==========================================================================
   WooCommerce Onsale and Out of Stock styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Message styles - begin
   ========================================================================== */
.mkdf-woocommerce-page .woocommerce-message,
.mkdf-woocommerce-page .woocommerce-info,
.mkdf-woocommerce-page .woocommerce-error {
  position: relative;
  display: block;
  padding: 20px 30px;
  margin: 0 0 30px;
  line-height: 50px;
  list-style: none;
  background-color: transparent;
  border: 1px solid #e1e1e1;
}

.mkdf-woocommerce-page .woocommerce-message > a,
.mkdf-woocommerce-page .woocommerce-info > a,
.mkdf-woocommerce-page .woocommerce-error > a {
  color: #555555;
}

.mkdf-woocommerce-page .woocommerce-message > a:hover,
.mkdf-woocommerce-page .woocommerce-info > a:hover,
.mkdf-woocommerce-page .woocommerce-error > a:hover {
  color: #000000;
}

.mkdf-woocommerce-page .woocommerce-message a,
.mkdf-woocommerce-page .woocommerce-info a,
.mkdf-woocommerce-page .woocommerce-error a {
  float: right;
}

.mkdf-woocommerce-page .woocommerce-info .showcoupon {
  color: #555555;
}

.mkdf-woocommerce-page .woocommerce-info .showcoupon:hover {
  color: #000000;
}

/* ==========================================================================
   WooCommerce Message styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Pagination styles - begin
   ========================================================================== */
.woocommerce-pagination {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 40px 0 0;
  clear: both;
  margin: 0 0 21px;
}

@media only screen and (max-width: 1024px) {
  .woocommerce-pagination {
    margin: 0;
  }
}

.woocommerce-pagination ul {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.woocommerce-pagination ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}

.woocommerce-pagination ul li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  font-size: 25px;
  width: 30px;
  height: 30px;
  line-height: 24px;
  color: #999999;
  border-radius: 50%;
  background-color: transparent;
}

.woocommerce-pagination ul li a:hover {
  color: #555;
}

.woocommerce-pagination ul li.mkdf-pag-active a {
  color: #555555;
  background-color: #fbf9f6;
}

.woocommerce-pagination ul li.mkdf-pag-prev, .woocommerce-pagination ul li.mkdf-pag-next, .woocommerce-pagination ul li.mkdf-pag-first, .woocommerce-pagination ul li.mkdf-pag-last {
  margin: 0 2px;
  top: 4px;
}

.woocommerce-pagination ul li.mkdf-pag-prev a, .woocommerce-pagination ul li.mkdf-pag-next a, .woocommerce-pagination ul li.mkdf-pag-first a, .woocommerce-pagination ul li.mkdf-pag-last a {
  font-size: 25px;
}

.woocommerce-pagination ul li.mkdf-pag-prev a span, .woocommerce-pagination ul li.mkdf-pag-next a span, .woocommerce-pagination ul li.mkdf-pag-first a span, .woocommerce-pagination ul li.mkdf-pag-last a span {
  display: block;
  line-height: inherit;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.woocommerce-pagination ul li.mkdf-pag-prev a span:before, .woocommerce-pagination ul li.mkdf-pag-next a span:before, .woocommerce-pagination ul li.mkdf-pag-first a span:before, .woocommerce-pagination ul li.mkdf-pag-last a span:before {
  display: block;
  line-height: inherit;
}

.woocommerce-pagination ul li span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  font-size: 25px;
  width: 30px;
  height: 30px;
  line-height: 24px;
  border-radius: 50%;
  color: #555555;
  background-color: #fbf9f6;
}

.woocommerce-pagination ul li a.next, .woocommerce-pagination ul li a.prev {
  font-size: 0;
  line-height: 0;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.woocommerce-pagination ul li a.next:before, .woocommerce-pagination ul li a.prev:before {
  display: block;
  font-family: 'ElegantIcons';
  font-size: 25px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce-pagination ul li a.prev {
  margin-right: -10px;
}

.woocommerce-pagination ul li a.prev:before {
  content: "\34";
}

.woocommerce-pagination ul li a.next {
  margin-left: -10px;
}

.woocommerce-pagination ul li a.next:before {
  content: "\35";
}

@media only screen and (max-width: 1024px) {
  .woocommerce-pagination ul {
    margin-bottom: 130px;
    display: block;
  }
}

/* ==========================================================================
   WooCommerce Pagination styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Quantity Inputs styles - begin
   ========================================================================== */
.woocommerce-page .mkdf-content .mkdf-quantity-buttons,
div.woocommerce .mkdf-quantity-buttons {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
}

.woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-input,
.woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-minus,
.woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-plus,
div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-input,
div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-minus,
div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-plus {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  background-color: transparent;
  text-align: center;
  -webkit-user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-input,
div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-input {
  position: relative;
  height: 50px;
  min-width: 100px;
  padding: 3% 0 0 0;
  margin: 0;
  line-height: 50px;
  outline: 0;
  border: 1px solid #e1e1e1;
  font-size: 17px;
  color: #555;
  z-index: 3;
}

@media only screen and (max-width: 480px) {
  .woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-input,
  div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-input {
    border: 1px solid transparent !important;
  }
}

.woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-minus,
.woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-plus,
div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-minus,
div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-plus {
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 25px;
  line-height: 23px;
  cursor: pointer;
  -webkit-transition: color .15s ease-in-out;
  -o-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
  z-index: 5;
  font-size: 20px;
}

.woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-minus:before,
.woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-plus:before,
div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-minus:before,
div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-plus:before {
  display: block;
  line-height: 25px;
}

.woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-minus:hover,
.woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-plus:hover,
div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-minus:hover,
div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-plus:hover {
  color: #d14031;
}

.woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-plus,
div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-plus {
  text-align: left;
  -webkit-transform: translate(-8px, -50%);
  -ms-transform: translate(-8px, -50%);
  transform: translate(-8px, -50%);
}

@media only screen and (max-width: 480px) {
  .woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-plus,
  div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-plus {
    -webkit-transform: translate(-18px, -50%);
    -ms-transform: translate(-18px, -50%);
    transform: translate(-18px, -50%);
    font-size: 18px;
  }
}

.woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-minus,
div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-minus {
  text-align: right;
  -webkit-transform: translate(-70px, -50%);
  -ms-transform: translate(-70px, -50%);
  transform: translate(-70px, -50%);
}

@media only screen and (max-width: 480px) {
  .woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-minus,
  div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-minus {
    -webkit-transform: translate(-60px, -50%);
    -ms-transform: translate(-60px, -50%);
    transform: translate(-60px, -50%);
    font-size: 18px;
  }
}

.woocommerce-page .mkdf-content .coupon input[type="text"],
div.woocommerce .coupon input[type="text"] {
  width: 200px;
}

/* ==========================================================================
   WooCommerce Quantity Inputs styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Result and Ordering styles - begin
   ========================================================================== */
.mkdf-woocommerce-page .woocommerce-result-count,
.mkdf-woocommerce-page .woocommerce-ordering {
  display: inline;
  width: 50%;
  margin: 0 0 50px;
  float: left;
}

.mkdf-woocommerce-page .woocommerce-result-count {
  line-height: 50px;
  font-weight: 500;
}

.mkdf-woocommerce-page .woocommerce-ordering {
  text-align: right;
}

.mkdf-woocommerce-page .woocommerce-ordering .orderby {
  width: auto;
  min-width: 256px;
  margin: 0;
  text-align: initial;
}

.mkdf-woocommerce-page .woocommerce-ordering > .select2 {
  text-align: left;
  margin: 0;
}

/* ==========================================================================
   WooCommerce Result and Ordering styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Select 2 Script override - begin
   ========================================================================== */
.mkdf-woocommerce-page .cart-collaterals .woocommerce-shipping-calculator .select2-container--default {
  width: 100% !important;
  margin: 0 0 25px;
}

/* ==========================================================================
   WooCommerce Select 2 Script override - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Star Rating styles - begin
   ========================================================================== */
.woocommerce .star-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.woocommerce .star-rating:before {
  content: "\e033\e033\e033\e033\e033";
  color: #999;
}

.woocommerce .star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.woocommerce .star-rating span:before {
  content: "\e033\e033\e033\e033\e033";
  color: #d14031;
}

/* ==========================================================================
   WooCommerce Star Rating styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Variation styles - begin
   ========================================================================== */
.mkdf-woocommerce-page .mkdf-content .variations {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: none;
  padding: 0;
}

.mkdf-woocommerce-page .mkdf-content .variations tr {
  display: block;
  border: 0;
  margin: 0;
  padding: 0 0 12px;
}

.mkdf-woocommerce-page .mkdf-content .variations tr:last-child {
  margin: 0;
}

.mkdf-woocommerce-page .mkdf-content .variations td {
  padding: 0;
  text-align: initial;
}

.mkdf-woocommerce-page .mkdf-content .variations td.label {
  padding-right: 10px;
  display: none;
}

.mkdf-woocommerce-page .mkdf-content .variations td.value {
  white-space: nowrap;
}

.mkdf-woocommerce-page .mkdf-content .variations td.value select {
  width: auto;
  min-width: 219px;
  margin: 0;
}

.mkdf-woocommerce-page .mkdf-content .variations td.value .select2-container--default {
  margin: 0;
}

.mkdf-woocommerce-page .mkdf-content .variations .reset_variations {
  margin: 0 0 0 15px;
  color: #000000;
  position: absolute;
  font-size: 0;
}

.mkdf-woocommerce-page .mkdf-content .single_variation_wrap {
  margin: 0;
}

.mkdf-woocommerce-page .mkdf-content .single_variation_wrap .single_variation {
  margin: 0;
}

.mkdf-woocommerce-page .mkdf-content .single_variation_wrap .single_variation .woocommerce-variation-description > p:first-child {
  margin-top: 20px;
}

.mkdf-woocommerce-page .mkdf-content .single_variation_wrap .single_variation .woocommerce-variation-description > p:last-child {
  margin-bottom: 36px;
}

.mkdf-woocommerce-page .mkdf-content .single_variation_wrap .single_variation .woocommerce-variation-price {
  display: none;
}

.mkdf-woocommerce-page .mkdf-content .single_variation_wrap .single_variation .woocommerce-variation-price .price {
  margin: 12px 0 39px;
}

.mkdf-woocommerce-page .mkdf-content .single_variation_wrap .single_variation .woocommerce-variation-availability p {
  font-weight: 400;
  margin: 0 0 16px;
  color: #555;
}

.mkdf-woocommerce-page .mkdf-content table.group_table {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: none;
  padding: 0;
}

.mkdf-woocommerce-page .mkdf-content table.group_table tbody {
  display: block;
}

.mkdf-woocommerce-page .mkdf-content table.group_table tr {
  display: block;
  border: 0;
  margin: 0;
  padding: 0 0 2px;
}

.mkdf-woocommerce-page .mkdf-content table.group_table td {
  padding: 0 17px 10px 0;
  text-align: left;
}

.mkdf-woocommerce-page .mkdf-content table.group_table td.price {
  display: table-cell;
  vertical-align: middle;
}

.mkdf-woocommerce-page .mkdf-content table.group_table td:last-child {
  padding: 0 0 10px;
}

@media only screen and (max-width: 768px) {
  .mkdf-woocommerce-page .mkdf-content table.group_table td {
    width: 100% !important;
    display: block !important;
  }
}

.mkdf-woocommerce-page .mkdf-content table.group_table .mkdf-quantity-buttons {
  margin: 0;
}

.mkdf-woocommerce-page .mkdf-content table.group_table a {
  color: #555555;
}

.mkdf-woocommerce-page .mkdf-content table.group_table a:hover {
  color: #000000;
}

.mkdf-woocommerce-page .mkdf-content table.group_table a.product_type_variable {
  color: #fff;
}

/* ==========================================================================
   WooCommerce Variation styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce MyAccount page styles - begin
   ========================================================================== */
.mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation,
.mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 30%;
  padding: 0 15px 0 0;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0 15px 0 0;
  margin: 0;
  list-style: none;
  border-right: 1px solid #e1e1e1;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0;
  padding: 0;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-child) {
  margin: 0 0 18px;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content {
  width: 70%;
  padding: 0 0 0 30px;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce {
  margin: 0 0 45px;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce form.login {
  margin: 0 0 34px;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce form.login .woocommerce-form-login__submit {
  margin-left: 20px;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce form.login p {
  margin: 0;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce form.login p.mkdf-login-form-text {
  margin: 0 0 7px;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce form.login input[type='checkbox'] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  margin: 0 3px 0 5px;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce form.login .lost_password {
  display: block;
  margin: 15px 0 0;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce form.edit-account {
  margin: 0 0 15px;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce form.edit-account p {
  margin: 0;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce form.edit-account label {
  display: block;
  margin: 0 0 5px;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce form.edit-account fieldset > legend {
  display: block;
  color: #000000;
  margin: 0 0 10px;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce > p {
  display: block;
  margin: 0 0 30px;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce > h2,
.mkdf-woocommerce-page.woocommerce-account .woocommerce > header h2 {
  display: block;
  margin: 16px 0 25px;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce table.shop_table {
  padding: 0;
  margin: 0 0 35px;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce table.shop_table tr {
  border: 0;
  border-bottom: 1px solid #e1e1e1;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce table.shop_table td, .mkdf-woocommerce-page.woocommerce-account .woocommerce table.shop_table th {
  padding: 14px 0;
  text-align: left;
  vertical-align: middle;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce table.shop_table th {
  border: 0;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce table.shop_table td.order-actions {
  text-align: right;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce table.shop_table .variation > * {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce table.shop_table .variation p {
  margin: 0;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  clear: both;
  margin: 0 0 15px;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses .col-1,
.mkdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses .col-2 {
  position: relative;
  display: inline-block;
  width: 49%;
  margin-right: 1%;
  float: left;
  vertical-align: middle;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses .col-2 {
  margin-left: 1%;
  margin-right: 0;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses .title {
  margin: 4px 0 25px;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses h3 {
  margin: 0;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses address {
  font-style: normal;
}

.mkdf-woocommerce-page.woocommerce-account .vc_row .woocommerce > h2 {
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 25px;
}

.mkdf-woocommerce-page.woocommerce-account .vc_row .woocommerce form.login {
  margin: 0;
}

.mkdf-woocommerce-page.woocommerce-account .vc_row .woocommerce form.login p {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.mkdf-woocommerce-page.woocommerce-account .vc_row .woocommerce form.login p label:not(.inline) {
  display: block;
  margin: 14px 0;
  color: #000000;
  font-size: 18px;
  line-height: 38px;
}

.mkdf-woocommerce-page.woocommerce-account .vc_row .woocommerce form.login p label.inline {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 23px 0 0;
}

.mkdf-woocommerce-page.woocommerce-account .vc_row .woocommerce form.login p input.button {
  margin: 23px 0 0;
}

.mkdf-woocommerce-page.woocommerce-account.woocommerce-edit-address .woocommerce > form {
  margin: 0 0 15px;
}

.mkdf-woocommerce-page.woocommerce-account.woocommerce-edit-address .woocommerce > form > *:first-child {
  margin: 0 0 25px;
}

.mkdf-woocommerce-page.woocommerce-account.woocommerce-edit-address .woocommerce > form p {
  margin: 0;
}

.mkdf-woocommerce-page.woocommerce-account.woocommerce-edit-address .woocommerce > form label {
  display: block;
  margin: 0 0 5px;
}

/* ==========================================================================
   WooCommerce MyAccount page styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Track Order page styles - begin
   ========================================================================== */
.mkdf-woocommerce-page.mkdf-woocommerce-order-tracking .woocommerce {
  margin: 0 0 45px;
}

.mkdf-woocommerce-page.mkdf-woocommerce-order-tracking .woocommerce > .track_order {
  display: block;
  margin: 0 0 60px;
}

.mkdf-woocommerce-page.mkdf-woocommerce-order-tracking .woocommerce > .track_order > p:not(.form-row) {
  display: block;
  margin: 0 0 7px;
}

.mkdf-woocommerce-page.mkdf-woocommerce-order-tracking .woocommerce > .track_order .form-row-first,
.mkdf-woocommerce-page.mkdf-woocommerce-order-tracking .woocommerce > .track_order .form-row-last {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
}

.mkdf-woocommerce-page.mkdf-woocommerce-order-tracking .woocommerce > .track_order .form-row-first label,
.mkdf-woocommerce-page.mkdf-woocommerce-order-tracking .woocommerce > .track_order .form-row-last label {
  display: block;
  margin: 14px 0;
  color: #000000;
  font-size: 18px;
  line-height: 38px;
}

.mkdf-woocommerce-page.mkdf-woocommerce-order-tracking .woocommerce > .track_order .button {
  margin: 13px 0 0;
}

/* ==========================================================================
   WooCommerce Track Order page styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Product List page styles - begin
   ========================================================================== */
.mkdf-pl-main-holder,
.related.products,
.upsells.products,
.cross-sells,
.mkdf-content .woocommerce {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.mkdf-pl-main-holder {
  margin: 0 0 22px;
}

.mkdf-woo-pl-info-on-image-hover .mkdf-pl-main-holder {
  margin: 0 0 50px;
}

ul.products {
  list-style: none;
  margin: 0 -15px;
  clear: both;
}

ul.products > .product {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin: 0 0 30px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.touch ul.products > .product {
  cursor: pointer;
}

ul.products > .product:hover .mkdf-pl-inner .mkdf-pl-text {
  opacity: 1;
}

ul.products > .product .mkdf-product-list-title {
  margin: 3px 0;
}

ul.products > .product .mkdf-pl-author-holder {
  line-height: 17px;
}

ul.products > .product .mkdf-pl-rating-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  line-height: 1;
  margin: -13px 0 0;
  display: none;
}

ul.products > .product .mkdf-pl-author-holder a {
  margin-top: 1px;
  letter-spacing: .35em;
  font-family: "Josefin Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
}

ul.products > .product .mkdf-pl-author-holder a:hover {
  color: #d14031;
}

ul.products > .product .price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px 0 0;
  line-height: 1;
  color: #000000;
  color: #343434;
  font-size: 19px;
  margin: 7px 0 0;
}

ul.products > .product .price * {
  font-size: inherit;
  line-height: inherit;
}

ul.products > .product .price del {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  color: #999;
}

ul.products > .product .price ins {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0 8px 0 0;
  text-decoration: none;
}

ul.products > .product .button,
ul.products > .product .added_to_cart {
  margin: 0 !important;
  background: none !important;
  padding: 0 !important;
  display: inline;
  text-align: center;
  z-index: 200;
  padding: 4px 0 !important;
  background-repeat: no-repeat !important;
  background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1px) !important;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px) !important;
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  background-size: 0% 100% !important;
}

ul.products > .product .button.mkdf-hovered, ul.products > .product .button:hover,
ul.products > .product .added_to_cart.mkdf-hovered,
ul.products > .product .added_to_cart:hover {
  background-size: 100% 100% !important;
}

ul.products > .product .button.added {
  display: none;
}

ul.products > .product .mkdf-pl-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}

ul.products > .product .mkdf-pl-inner .mkdf-pl-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}

ul.products > .product .mkdf-pl-inner .mkdf-pl-image img {
  display: block;
  width: 100%;
}

ul.products > .product .mkdf-pl-inner .mkdf-pl-text {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  opacity: 0;
  background-color: rgba(209, 64, 49, 0.95);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

ul.products > .product .mkdf-pl-inner .mkdf-pl-text-outer {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  text-align: center;
}

ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .mkdf-product-list-title,
ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .price,
ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .star-rating {
  color: #fff;
}

ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .price del {
  color: rgba(255, 255, 255, 0.8);
}

ul.products > .product .mkdf-pl-inner > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

ul.products > .product .mkdf-pl-text-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 21px 0 37px;
  z-index: 10;
}

ul.products > .product > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mkdf-woo-no-space ul.products {
  margin: 0;
}

.mkdf-woo-no-space ul.products > .product {
  padding: 0 0px;
  margin: 0 0 0px;
}

.mkdf-woo-tiny-space ul.products {
  margin: 0 -5px;
}

.mkdf-woo-tiny-space ul.products > .product {
  padding: 0 5px;
  margin: 0 0 10px;
}

.mkdf-woo-small-space ul.products {
  margin: 0 -10px;
}

.mkdf-woo-small-space ul.products > .product {
  padding: 0 10px;
  margin: 0 0 20px;
}

.mkdf-woo-normal-space ul.products {
  margin: 0 -15px;
}

.mkdf-woo-normal-space ul.products > .product {
  padding: 0 15px;
  margin: 0 0 30px;
}

.mkdf-woo-medium-space ul.products {
  margin: 0 -20px;
}

.mkdf-woo-medium-space ul.products > .product {
  padding: 0 20px;
  margin: 0 0 40px;
}

.mkdf-woo-large-space ul.products {
  margin: 0 -25px;
}

.mkdf-woo-large-space ul.products > .product {
  padding: 0 25px;
  margin: 0 0 50px;
}

@media only screen and (min-width: 1025px) {
  .mkdf-woocommerce-columns-3 .mkdf-pl-main-holder > .products > .product, .mkdf-woocommerce-columns-3
  .related.products > .products > .product, .mkdf-woocommerce-columns-3
  .upsells.products > .products > .product, .mkdf-woocommerce-columns-3
  .cross-sells > .products > .product {
    width: 33.33333%;
  }
  .mkdf-woocommerce-columns-3 .mkdf-pl-main-holder > .products > .product:nth-child(3n+1), .mkdf-woocommerce-columns-3
  .related.products > .products > .product:nth-child(3n+1), .mkdf-woocommerce-columns-3
  .upsells.products > .products > .product:nth-child(3n+1), .mkdf-woocommerce-columns-3
  .cross-sells > .products > .product:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1025px) {
  .mkdf-woocommerce-columns-4 .mkdf-pl-main-holder > .products > .product, .mkdf-woocommerce-columns-4
  .related.products > .products > .product, .mkdf-woocommerce-columns-4
  .upsells.products > .products > .product, .mkdf-woocommerce-columns-4
  .cross-sells > .products > .product {
    width: 25%;
  }
  .mkdf-woocommerce-columns-4 .mkdf-pl-main-holder > .products > .product:nth-child(4n+1), .mkdf-woocommerce-columns-4
  .related.products > .products > .product:nth-child(4n+1), .mkdf-woocommerce-columns-4
  .upsells.products > .products > .product:nth-child(4n+1), .mkdf-woocommerce-columns-4
  .cross-sells > .products > .product:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1025px) {
  .mkdf-woocommerce-columns-5 .mkdf-pl-main-holder > .products > .product, .mkdf-woocommerce-columns-5
  .related.products > .products > .product, .mkdf-woocommerce-columns-5
  .upsells.products > .products > .product, .mkdf-woocommerce-columns-5
  .cross-sells > .products > .product {
    width: 20%;
  }
  .mkdf-woocommerce-columns-5 .mkdf-pl-main-holder > .products > .product:nth-child(5n+1), .mkdf-woocommerce-columns-5
  .related.products > .products > .product:nth-child(5n+1), .mkdf-woocommerce-columns-5
  .upsells.products > .products > .product:nth-child(5n+1), .mkdf-woocommerce-columns-5
  .cross-sells > .products > .product:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1025px) {
  .mkdf-woocommerce-columns-6 .mkdf-pl-main-holder > .products > .product, .mkdf-woocommerce-columns-6
  .related.products > .products > .product, .mkdf-woocommerce-columns-6
  .upsells.products > .products > .product, .mkdf-woocommerce-columns-6
  .cross-sells > .products > .product {
    width: 16.66667%;
  }
  .mkdf-woocommerce-columns-6 .mkdf-pl-main-holder > .products > .product:nth-child(6n+1), .mkdf-woocommerce-columns-6
  .related.products > .products > .product:nth-child(6n+1), .mkdf-woocommerce-columns-6
  .upsells.products > .products > .product:nth-child(6n+1), .mkdf-woocommerce-columns-6
  .cross-sells > .products > .product:nth-child(6n+1) {
    clear: both;
  }
}

.woocommerce.columns-1 > .products > .product {
  float: none;
  width: 100%;
}

.woocommerce.columns-2 > .products > .product {
  width: 50%;
}

@media only screen and (min-width: 681px) {
  .woocommerce.columns-2 > .products > .product:nth-child(2n+1) {
    clear: both;
  }
}

.woocommerce.columns-3 > .products > .product {
  width: 33.33333%;
}

@media only screen and (min-width: 769px) {
  .woocommerce.columns-3 > .products > .product:nth-child(3n+1) {
    clear: both;
  }
}

.woocommerce.columns-4 > .products > .product {
  width: 25%;
}

@media only screen and (min-width: 1025px) {
  .woocommerce.columns-4 > .products > .product:nth-child(4n+1) {
    clear: both;
  }
}

.woocommerce.columns-5 > .products > .product {
  width: 20%;
}

@media only screen and (min-width: 1201px) {
  .woocommerce.columns-5 > .products > .product:nth-child(5n+1) {
    clear: both;
  }
}

.woocommerce.columns-6 > .products > .product {
  width: 16.66667%;
}

@media only screen and (min-width: 1441px) {
  .woocommerce.columns-6 > .products > .product:nth-child(6n+1) {
    clear: both;
  }
}

/* ==========================================================================
   WooCommerce Product List page styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Add to Cart shortcode styles - begin
   ========================================================================== */
.mkdf-content .woocommerce.add_to_cart_inline {
  margin: 0;
  width: auto;
}

.mkdf-content .woocommerce.add_to_cart_inline del,
.mkdf-content .woocommerce.add_to_cart_inline ins {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 0 0;
  color: #000000;
  font-size: 16px;
  line-height: 1;
}

/* ==========================================================================
   WooCommerce Add to Cart shortcode styles - end
   ========================================================================== */
/* Woocommerce Product Categories shortcode style - begin
========================================================================== */
div.woocommerce > .products > .product-category a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

div.woocommerce > .products > .product-category a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

div.woocommerce > .products > .product-category a:hover:after {
  opacity: 1;
}

div.woocommerce > .products > .product-category a:hover .woocommerce-loop-category__title {
  top: 50%;
  opacity: 1;
}

div.woocommerce > .products > .product-category img {
  display: block;
}

div.woocommerce > .products > .product-category .woocommerce-loop-category__title {
  position: absolute;
  top: 60%;
  left: 0;
  display: block;
  width: 100%;
  padding: 0 10%;
  margin: 0;
  color: #fff;
  text-align: center;
  z-index: 2;
  opacity: 0;
  -webkit-filter: blur(0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity .2s ease, top .2s ease;
  -o-transition: opacity .2s ease, top .2s ease;
  transition: opacity .2s ease, top .2s ease;
}

div.woocommerce > .products > .product-category .woocommerce-loop-category__title .count {
  font-size: 0.9em;
  color: #fff;
  background-color: transparent;
}

/* Woocommerce Product Categories shortcode style - end
========================================================================== */
/* Woocommerce Product Page shortcode style - begin
========================================================================== */
div.woocommerce > .single-product .images {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

div.woocommerce > .single-product .images figure {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 -10px;
}

div.woocommerce > .single-product .images figure a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

div.woocommerce > .single-product .images figure a img {
  position: relative;
  width: 100%;
  display: block;
}

div.woocommerce > .single-product .images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 10;
}

div.woocommerce > .single-product .images .woocommerce-product-gallery__image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div.woocommerce > .single-product .images .woocommerce-product-gallery__image:first-child {
  left: 10px;
  width: calc(100% - 20px);
  padding: 0;
}

div.woocommerce > .single-product .images .woocommerce-product-gallery__image .zoomImg {
  cursor: crosshair;
}

div.woocommerce > .single-product .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
  float: left;
  padding-top: 20px;
}

div.woocommerce > .single-product .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:not(:first-child) {
  width: 50%;
}

div.woocommerce > .single-product .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:not(:first-child) {
  width: 33.33333%;
}

div.woocommerce > .single-product .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:not(:first-child) {
  width: 25%;
}

div.woocommerce > .single-product .woocommerce-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 30px 0 0;
}

div.woocommerce > .single-product .woocommerce-tabs ul.tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
  clear: both;
}

div.woocommerce > .single-product .woocommerce-tabs ul.tabs > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

div.woocommerce > .single-product .woocommerce-tabs ul.tabs > li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 13px 15px;
}

div.woocommerce > .single-product .woocommerce-tabs .entry-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

div.woocommerce > .single-product .woocommerce-tabs .entry-content > h2 {
  display: none;
}

div.woocommerce > .single-product .woocommerce-tabs .entry-content > p {
  margin: 18px 0 20px;
}

div.woocommerce > .single-product .woocommerce-tabs table {
  margin: 18px 0 20px;
}

div.woocommerce > .single-product .woocommerce-tabs table tr, div.woocommerce > .single-product .woocommerce-tabs table th {
  border: 0;
}

div.woocommerce > .single-product .woocommerce-tabs table td, div.woocommerce > .single-product .woocommerce-tabs table th {
  padding: 3px 0;
  vertical-align: middle;
  text-align: left;
}

div.woocommerce > .single-product .woocommerce-tabs table td p, div.woocommerce > .single-product .woocommerce-tabs table th p {
  margin: 0;
}

div.woocommerce > .single-product .woocommerce-tabs table th {
  color: #000000;
  width: 1%;
  padding: 0 10px 0 0;
}

div.woocommerce > .single-product .woocommerce-tabs table td {
  width: 99%;
}

div.woocommerce > .single-product .woocommerce-tabs #reviews {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 18px 0 20px;
}

div.woocommerce > .single-product .woocommerce-tabs #reviews h2 {
  font-size: 18px;
  line-height: 24px;
  margin: 8px 0 24px;
}

div.woocommerce > .single-product .woocommerce-tabs #reviews ol.commentlist {
  list-style: none;
}

div.woocommerce > .single-product .woocommerce-tabs #reviews ol.commentlist .comment_container {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

div.woocommerce > .single-product .woocommerce-tabs #reviews ol.commentlist .comment_container img {
  float: left;
  width: 60px;
}

div.woocommerce > .single-product .woocommerce-tabs #reviews ol.commentlist .comment-text {
  padding: 0 0 0 80px;
}

div.woocommerce > .single-product .woocommerce-tabs #reviews ol.commentlist .comment-text div[itemprop="description"] {
  padding: 0;
  margin: 0 0 15px;
  border: 0;
}

div.woocommerce > .single-product .woocommerce-tabs #reviews ol.commentlist .comment-text p {
  margin: 5px 0 0;
}

div.woocommerce > .single-product .woocommerce-tabs #reviews .comment-respond {
  margin-top: 15px;
}

div.woocommerce > .single-product .woocommerce-tabs #reviews .comment-respond .comment-reply-title {
  margin: 0 0 10px;
}

div.woocommerce > .single-product .woocommerce-tabs #reviews .comment-respond p {
  margin: 0;
}

div.woocommerce > .single-product .woocommerce-tabs #reviews .comment-respond .stars {
  overflow: hidden;
}

div.woocommerce > .single-product .woocommerce-tabs #reviews .comment-respond .stars a {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 0;
  margin: 0;
}

div.woocommerce > .single-product .woocommerce-tabs #reviews .comment-respond .stars a:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: "ElegantIcons";
  content: "\e031";
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2px;
  color: #555555;
  overflow: hidden;
  z-index: -1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.woocommerce > .single-product .woocommerce-tabs #reviews .comment-respond .stars a.active:after {
  position: absolute;
  right: 0;
  bottom: 7px;
  display: block;
  font-family: "ElegantIcons";
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2px;
  color: #555555;
  content: "\e033\e033\e033\e033\e033";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.woocommerce > .single-product .related.products,
div.woocommerce > .single-product .upsells.products {
  margin: 30px 0 0;
  border-top: 1px solid #e1e1e1;
}

div.woocommerce > .single-product .related.products > h2,
div.woocommerce > .single-product .upsells.products > h2 {
  display: block;
  margin: 36px 0 50px;
  text-align: center;
}

div.woocommerce > .single-product .related.products .added_to_cart, div.woocommerce > .single-product .related.products .button,
div.woocommerce > .single-product .upsells.products .added_to_cart,
div.woocommerce > .single-product .upsells.products .button {
  line-height: 1.857em !important;
}

/* Woocommerce Product Page shortcode style - end
========================================================================== */
/* ==========================================================================
   WooCommerce Single Product Page styles - begin
   ========================================================================== */
.mkdf-woo-single-page .product {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  float: none;
  margin: 0 0 7px;
}

.mkdf-woo-single-page .mkdf-single-product-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  clear: both;
  margin: 0 0 30px;
}

.mkdf-woo-single-page .mkdf-single-product-content .images {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 34%;
  margin: 0;
  padding: 0 22px 0 0;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mkdf-woo-single-page .mkdf-single-product-content .images figure {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 -10px;
}

.mkdf-woo-single-page .mkdf-single-product-content .images figure a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.mkdf-woo-single-page .mkdf-single-product-content .images figure a img {
  position: relative;
  width: 100%;
  display: block;
}

.mkdf-woo-single-page .mkdf-single-product-content .images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 10px;
  right: 39px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 10;
}

.mkdf-woo-single-page .mkdf-single-product-content .images .woocommerce-product-gallery__image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mkdf-woo-single-page .mkdf-single-product-content .images .woocommerce-product-gallery__image:first-child {
  left: 10px;
  width: calc(100% - 20px);
  padding: 0;
}

.mkdf-woo-single-page .mkdf-single-product-content .images .woocommerce-product-gallery__image .zoomImg {
  cursor: crosshair;
}

.mkdf-woo-single-page .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
  float: left;
  padding-top: 20px;
}

.mkdf-woo-single-page .mkdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:not(:first-child) {
  width: 50%;
}

.mkdf-woo-single-page .mkdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:not(:first-child) {
  width: 33.33333%;
}

.mkdf-woo-single-page .mkdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:not(:first-child) {
  width: 25%;
}

.mkdf-woo-single-page .mkdf-single-product-summary {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 66%;
  padding: 0 0 0 22px;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-author-holder a {
  letter-spacing: .35em;
  font-family: "Josefin Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  display: inline-block;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-author-holder a:hover {
  color: #d14031;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-single-product-title {
  display: block;
  margin: -9px 0 0;
}

.mkdf-woo-single-page .mkdf-single-product-summary .price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px 0 0;
  line-height: 1;
  color: #000000;
  font-size: 25px;
  margin-top: 18px;
}

.mkdf-woo-single-page .mkdf-single-product-summary .price * {
  font-size: inherit;
  line-height: inherit;
}

.mkdf-woo-single-page .mkdf-single-product-summary .price del {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  color: #999;
}

.mkdf-woo-single-page .mkdf-single-product-summary .price ins {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0 8px 0 0;
  text-decoration: none;
}

.mkdf-woo-single-page .mkdf-single-product-summary .woocommerce-product-rating {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  line-height: 1;
  margin: -4px 0 0;
}

.mkdf-woo-single-page .mkdf-single-product-summary .woocommerce-product-rating .star-rating {
  margin-right: 12px;
}

.mkdf-woo-single-page .mkdf-single-product-summary .woocommerce-product-rating a {
  letter-spacing: .35em;
  font-family: "Josefin Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  margin: 0;
  display: inline-block;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.mkdf-woo-single-page .mkdf-single-product-summary .woocommerce-product-rating a:hover {
  color: #d14031;
}

@media screen and (max-width: 680px) {
  .mkdf-woo-single-page .mkdf-single-product-summary .woocommerce-product-rating a {
    display: none;
  }
}

.mkdf-woo-single-page .mkdf-single-product-summary .woocommerce-product-details__short-description {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 26px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1025px) {
  .mkdf-woo-single-page .mkdf-single-product-summary .woocommerce-product-details__short-description {
    padding-right: 8%;
  }
}

.mkdf-woo-single-page .mkdf-single-product-summary .woocommerce-product-details__short-description p {
  margin: 0;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-stores-holder {
  margin-bottom: -8px;
  font-size: 0;
  line-height: 0;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-stores-holder .mkdf-pl-single-store {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  margin: 12px 12px 0 0;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-stores-holder .mkdf-pl-single-store a {
  display: block;
  position: relative;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-stores-holder .mkdf-pl-single-store a img {
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-stores-holder .mkdf-pl-single-store a img:nth-child(2) {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  opacity: 0;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-stores-holder .mkdf-pl-single-store a:hover img {
  opacity: 1;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-reviews-holder {
  background-color: #fbf9f6;
  padding: 33px 45px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
  .mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-reviews-holder {
    padding: 33px 35px;
  }
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-reviews-holder:last-child {
  margin-bottom: 0;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-reviews-holder .mkdf-pl-single-review-star-holder {
  margin-bottom: 20px;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-reviews-holder .mkdf-pl-single-review-star-holder .mkdf-icon-element {
  margin-right: 5px;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-reviews-holder .mkdf-pl-single-review-star-holder.mkdf-numbers-star-1 .mkdf-icon-element:nth-child(1) {
  color: #d14031;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-reviews-holder .mkdf-pl-single-review-star-holder.mkdf-numbers-star-2 .mkdf-icon-element:nth-child(1),
.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-reviews-holder .mkdf-pl-single-review-star-holder.mkdf-numbers-star-2 .mkdf-icon-element:nth-child(2) {
  color: #d14031;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-reviews-holder .mkdf-pl-single-review-star-holder.mkdf-numbers-star-3 .mkdf-icon-element:nth-child(1),
.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-reviews-holder .mkdf-pl-single-review-star-holder.mkdf-numbers-star-3 .mkdf-icon-element:nth-child(2),
.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-reviews-holder .mkdf-pl-single-review-star-holder.mkdf-numbers-star-3 .mkdf-icon-element:nth-child(3) {
  color: #d14031;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-reviews-holder .mkdf-pl-single-review-star-holder.mkdf-numbers-star-4 .mkdf-icon-element:nth-child(1),
.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-reviews-holder .mkdf-pl-single-review-star-holder.mkdf-numbers-star-4 .mkdf-icon-element:nth-child(2),
.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-reviews-holder .mkdf-pl-single-review-star-holder.mkdf-numbers-star-4 .mkdf-icon-element:nth-child(3),
.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-reviews-holder .mkdf-pl-single-review-star-holder.mkdf-numbers-star-4 .mkdf-icon-element:nth-child(4) {
  color: #d14031;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-reviews-holder .mkdf-pl-single-review-star-holder.mkdf-numbers-star-5 .mkdf-icon-element {
  color: #d14031;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-reviews-holder p {
  margin: 0;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-reviews-holder .mkdf-pl-single-review-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 17px 0 0;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-reviews-holder .mkdf-pl-single-review-bottom .mkdf-pl-single-review-img-holder {
  font-size: 0;
  line-height: 0;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-reviews-holder .mkdf-pl-single-review-bottom span {
  color: #000;
  padding-left: 22px;
  line-height: 26px;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-single-author-holder {
  display: table;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin: 42px 0 50px;
  padding: 37px 0 45px;
  width: 100%;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-single-author-holder .mkdf-pl-single-author-left {
  display: table-cell;
  padding-right: 26px;
  width: 80px;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 480px) {
  .mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-single-author-holder .mkdf-pl-single-author-left {
    display: block;
    margin: 0 0 10px;
  }
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-single-author-holder .mkdf-pl-single-author-left .mkdf-pl-single-author-image img {
  border-radius: 100%;
  overflow: hidden;
  margin-top: 5px;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-single-author-holder .mkdf-pl-single-author-right {
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 480px) {
  .mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-single-author-holder .mkdf-pl-single-author-right {
    display: block;
  }
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-single-author-holder .mkdf-pl-single-author-right .mkdf-pl-single-author-title {
  margin: 0;
  display: block;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-single-author-holder .mkdf-pl-single-author-right .mkdf-pl-single-author-country {
  letter-spacing: .35em;
  font-family: "Josefin Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  margin: 0;
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-single-author-holder .mkdf-pl-single-author-right .mkdf-pl-single-author-country {
    display: block;
    margin: 0;
  }
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-pl-single-author-holder .mkdf-pl-single-author-right .mkdf-pl-single-author-text {
  display: block;
  letter-spacing: -.01em;
  margin: 15px 0 -3px;
}

.mkdf-woo-single-page .mkdf-single-product-summary .product_meta {
  margin: 51px 0 0;
}

.mkdf-woo-single-page .mkdf-single-product-summary .product_meta > span {
  display: block;
  margin: 3px 0;
}

.mkdf-woo-single-page .mkdf-single-product-summary .product_meta > span a {
  color: #555555;
}

.mkdf-woo-single-page .mkdf-single-product-summary .product_meta > span a:hover {
  color: #d14031;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-woo-social-share-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-woo-social-share-holder > * {
  display: table-cell;
  vertical-align: top;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-woo-social-share-holder > span {
  padding: 0 9px 0 0;
}

.mkdf-woo-single-page .mkdf-single-product-summary p.stock.out-of-stock,
.mkdf-woo-single-page .mkdf-single-product-summary p.stock.in-stock {
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 41px 0 0;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #efe6d5;
  text-align: center;
  line-height: 2.857em;
  letter-spacing: .35em;
  padding: 9px 27px 5px 32px;
}

.mkdf-woo-single-page .mkdf-single-product-summary p.stock.out-of-stock {
  color: #999;
}

.mkdf-woo-single-page .mkdf-single-product-summary form.cart {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 41px 0 0;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-quantity-buttons {
  margin: 0 8px 0 0;
  border: 1px solid #e1e1e1;
  padding-left: 117px;
}

@media screen and (max-width: 600px) {
  .mkdf-woo-single-page .mkdf-single-product-summary .mkdf-quantity-buttons {
    margin: 0 12px 12px 0;
  }
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-quantity-buttons .mkdf-quantity-input {
  border: 0;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-quantity-buttons:before {
  content: 'Quantity';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #999;
  font-size: 17px;
  letter-spacing: .07em;
}

.mkdf-woo-single-page .woocommerce-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 65px 0 0;
}

.mkdf-woo-single-page .woocommerce-tabs ul.tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  clear: both;
  font-size: 0;
}

.mkdf-woo-single-page .woocommerce-tabs ul.tabs > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  -webkit-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  border: 1px solid #f3f3f3;
  margin: 5px;
}

@media screen and (max-width: 680px) {
  .mkdf-woo-single-page .woocommerce-tabs ul.tabs > li {
    display: block;
    margin: 10px 0;
  }
}

.mkdf-woo-single-page .woocommerce-tabs ul.tabs > li a {
  color: #000;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 6px 38px 11px;
  text-transform: lowercase;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .025em;
}

.mkdf-woo-single-page .woocommerce-tabs ul.tabs > li.active, .mkdf-woo-single-page .woocommerce-tabs ul.tabs > li:hover {
  background-color: #282828;
  border: 1px solid #282828;
}

.mkdf-woo-single-page .woocommerce-tabs ul.tabs > li.active a, .mkdf-woo-single-page .woocommerce-tabs ul.tabs > li:hover a {
  color: #fff;
}

.mkdf-woo-single-page .woocommerce-tabs .entry-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.mkdf-woo-single-page .woocommerce-tabs .entry-content > h2 {
  display: none;
}

.mkdf-woo-single-page .woocommerce-tabs .entry-content > p {
  margin: 0 auto;
  margin-top: 28px;
}

.mkdf-woo-single-page .woocommerce-tabs table {
  margin: 0 auto;
  margin-top: 28px;
  width: auto;
  min-width: 630px;
}

@media screen and (max-width: 680px) {
  .mkdf-woo-single-page .woocommerce-tabs table {
    width: 100%;
    min-width: initial;
  }
  .mkdf-woo-single-page .woocommerce-tabs table td {
    text-align: left;
  }
}

.mkdf-woo-single-page .woocommerce-tabs table tr, .mkdf-woo-single-page .woocommerce-tabs table th {
  border: 0;
}

.mkdf-woo-single-page .woocommerce-tabs table p {
  margin: 0;
}

.mkdf-woo-single-page .woocommerce-tabs table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mkdf-woo-single-page .woocommerce-tabs table th {
  padding: 0;
  font-weight: 400;
}

.mkdf-woo-single-page .woocommerce-tabs table th:after {
  content: ':';
}

.mkdf-woo-single-page .woocommerce-tabs table td {
  padding: 0;
  margin-left: 4px;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 auto;
  margin-top: 15px;
  width: auto;
  min-width: 630px;
  max-width: 880px;
}

@media screen and (max-width: 680px) {
  .mkdf-woo-single-page .woocommerce-tabs #reviews {
    width: 100%;
    min-width: initial;
  }
}

.mkdf-woo-single-page .woocommerce-tabs #reviews h2 {
  display: none;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews .woocommerce-noreviews {
  margin: 0;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist {
  list-style: none;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist li {
  margin: 0 0 37px;
  border-bottom: 1px solid #e1e1e1;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist li:last-child {
  margin: 0;
  border-bottom: 0;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment_container {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment_container img {
  float: left;
  width: 82px;
  display: block;
  border-radius: 4em;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment-text {
  text-align: left;
  padding: 0 0 42px 108px;
  min-height: 82px;
  position: relative;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment-text p {
  margin: 0;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment-text .star-rating {
  position: absolute;
  right: 0;
  line-height: 34px;
}

@media screen and (max-width: 680px) {
  .mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment-text .star-rating {
    left: 0;
    right: initial;
    top: 82px;
  }
}

.mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment-text .meta .woocommerce-review__author {
  font-size: 25px;
  line-height: 1.25em;
  font-weight: 500;
  display: inline-block;
  margin: 0 12px 7px 0;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment-text .meta .woocommerce-review__dash {
  display: none;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment-text .meta .woocommerce-review__published-date {
  display: inline-block;
  margin: 0;
  letter-spacing: .35em;
  font-family: "Josefin Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond {
  margin-top: 17px;
  text-align: left;
  position: relative;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-reply-title {
  font-size: 25px;
  line-height: 1.25em;
  font-weight: 500;
  display: block;
  margin: 0 0 20px;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond form {
  position: relative;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond form .comment-form-rating {
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-52px);
  -ms-transform: translateY(-52px);
  transform: translateY(-52px);
}

.mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond form .comment-form-rating .stars > span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond form .comment-form-rating .stars.selected a.active:before {
  content: "";
  color: #d14031;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond form .comment-form-rating .stars.selected a.active ~ a:before {
  content: "";
  color: #999;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond form .comment-form-rating .stars.selected a:not(.active):before {
  content: "";
  color: #d14031;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond form .comment-form-rating .stars a {
  position: relative;
  display: block;
  color: transparent;
  margin: 0;
  font-size: 0;
  line-height: 1;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond form .comment-form-rating .stars a:before {
  content: "";
  color: #999;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond p {
  margin: 0;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-notes {
  display: none;
}

@media only screen and (max-width: 480px) {
  .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-form-cookies-consent {
    display: table;
    margin-bottom: 20px;
  }
}

.mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin-bottom: 23px;
}

@media only screen and (max-width: 480px) {
  .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-form-cookies-consent label {
    display: table-cell;
  }
}

@media only screen and (max-width: 480px) {
  .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-form-cookies-consent input {
    display: table-cell;
  }
}

.mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond label {
  display: none;
}

.mkdf-woo-single-page .related.products,
.mkdf-woo-single-page .upsells.products {
  margin: 80px 0 0;
}

.mkdf-woo-single-page .related.products > h2,
.mkdf-woo-single-page .upsells.products > h2 {
  font-size: 25px;
  line-height: 1.25em;
  font-weight: 500;
  padding-bottom: 22px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 50px;
}

.mkdf-woo-single-page .related.products .added_to_cart, .mkdf-woo-single-page .related.products .button, .mkdf-woo-single-page .related.products .add_to_cart_button,
.mkdf-woo-single-page .upsells.products .added_to_cart,
.mkdf-woo-single-page .upsells.products .button,
.mkdf-woo-single-page .upsells.products .add_to_cart_button {
  line-height: 1.857em !important;
}

/* ==========================================================================
   WooCommerce Single Product Page styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Widgets styles - begin
   ========================================================================== */
.widget.woocommerce {
  clear: both;
}

.widget.woocommerce .product-title {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 400;
  color: #555;
  font-size: 19px;
  letter-spacing: 0;
  margin: 8px 0 0 0;
  text-transform: none;
}

.widget.woocommerce .amount {
  color: inherit;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 19px !important;
  letter-spacing: 0;
}

.widget.woocommerce .amount span {
  color: inherit;
}

.widget.woocommerce del,
.widget.woocommerce ins {
  display: block;
}

.widget.woocommerce del span,
.widget.woocommerce ins span {
  color: inherit;
}

.widget.woocommerce ins {
  text-decoration: none;
}

.widget.woocommerce.widget_rating_filter ul, .widget.woocommerce.widget_shopping_cart ul, .widget.woocommerce.widget_product_categories ul, .widget.woocommerce.widget_products ul, .widget.woocommerce.widget_recently_viewed_products ul, .widget.woocommerce.widget_recent_reviews ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget.woocommerce.widget_rating_filter ul li, .widget.woocommerce.widget_shopping_cart ul li, .widget.woocommerce.widget_product_categories ul li, .widget.woocommerce.widget_products ul li, .widget.woocommerce.widget_recently_viewed_products ul li, .widget.woocommerce.widget_recent_reviews ul li {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  margin: 0 0 9px;
  clear: both;
}

.widget.woocommerce.widget_rating_filter ul li:last-child, .widget.woocommerce.widget_shopping_cart ul li:last-child, .widget.woocommerce.widget_product_categories ul li:last-child, .widget.woocommerce.widget_products ul li:last-child, .widget.woocommerce.widget_recently_viewed_products ul li:last-child, .widget.woocommerce.widget_recent_reviews ul li:last-child {
  margin: 0;
}

.widget.woocommerce.widget_rating_filter ul li ul, .widget.woocommerce.widget_shopping_cart ul li ul, .widget.woocommerce.widget_product_categories ul li ul, .widget.woocommerce.widget_products ul li ul, .widget.woocommerce.widget_recently_viewed_products ul li ul, .widget.woocommerce.widget_recent_reviews ul li ul {
  margin: 14px 0 0 10px;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
  display: block;
  max-width: 84px;
  margin: 0 70% 13px 0;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  line-height: 1;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
  position: relative;
  display: block;
  padding: 0 3px;
  font-family: 'Ionicons';
  content: "\f404";
  font-size: 30px;
  line-height: 25px;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation > * p {
  margin: 0;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total {
  margin: 17px 0 13px;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons {
  margin: 10px 0 0;
}

.widget.woocommerce.widget_layered_nav {
  margin-bottom: calc(35px - 5px);
}

.widget.woocommerce.widget_layered_nav .mkdf-widget-title {
  margin-bottom: calc(29px - 7px);
}

.widget.woocommerce.widget_layered_nav ul li.chosen a {
  color: #d14031;
}

.widget.woocommerce.widget_layered_nav > form {
  padding-top: 7px;
  margin-bottom: 11px;
}

.widget.woocommerce.widget_layered_nav > form > span {
  margin-bottom: 17px;
}

.widget.woocommerce.widget_price_filter {
  margin-bottom: calc(35px - 7px);
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  position: relative;
  height: 2px;
  background-color: #858483;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  position: absolute;
  top: -4px;
  height: 10px;
  width: 10px;
  border-radius: 0;
  background-color: #d14031;
  margin: 0 0 0 -1px;
  cursor: pointer;
  outline: medium none;
  z-index: 2;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-child {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
  position: absolute;
  display: block;
  height: 100%;
  background-color: #d14031;
  z-index: 1;
}

.widget.woocommerce.widget_price_filter .price_slider_amount {
  margin: 14px 0 0;
}

.widget.woocommerce.widget_price_filter .price_slider_amount .button {
  float: right;
  padding: 0;
  margin: 2px 0 0;
  background: none;
  color: #000;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  border: 0;
}

@media screen and (max-width: 1366px) {
  .widget.woocommerce.widget_price_filter .price_slider_amount .button {
    letter-spacing: .2em;
  }
}

.widget.woocommerce.widget_price_filter .price_slider_amount .button:hover {
  color: #d14031;
  background: none;
}

.widget.woocommerce.widget_price_filter .price_slider_amount .price_label {
  float: left;
  font-size: 19px;
  color: #343434;
  letter-spacing: 0;
  line-height: 30px;
}

.widget.woocommerce.widget_price_filter .price_slider_amount .price_label * {
  line-height: 30px;
}

.widget.woocommerce.widget_product_categories {
  margin-bottom: calc(35px - 6px);
}

.widget.woocommerce.widget_product_categories .mkdf-widget-title {
  margin-bottom: 22px;
}

.widget.woocommerce.widget_product_categories > span {
  margin-top: 7px;
  margin-bottom: 12px;
}

.widget.woocommerce.widget_product_categories a:hover + * {
  color: #d14031;
}

.widget.woocommerce.widget_product_categories ul li ul {
  margin: 9px 0 0 9px;
}

.widget.woocommerce.widget_products, .widget.woocommerce.widget_recently_viewed_products, .widget.woocommerce.widget_recent_reviews {
  margin-bottom: calc(35px + 5px);
}

.widget.woocommerce.widget_products ul li, .widget.woocommerce.widget_recently_viewed_products ul li, .widget.woocommerce.widget_recent_reviews ul li {
  min-height: 80px;
  font-size: 17px;
}

.widget.woocommerce.widget_products ul li > .woocommerce-Price-amount ~ .woocommerce-Price-amount, .widget.woocommerce.widget_recently_viewed_products ul li > .woocommerce-Price-amount ~ .woocommerce-Price-amount, .widget.woocommerce.widget_recent_reviews ul li > .woocommerce-Price-amount ~ .woocommerce-Price-amount {
  margin: 0 !important;
  float: none !important;
  display: inline-block !important;
}

.widget.woocommerce.widget_products ul li > ins, .widget.woocommerce.widget_recently_viewed_products ul li > ins, .widget.woocommerce.widget_recent_reviews ul li > ins {
  margin: 0 !important;
  float: none !important;
  display: inline-block !important;
}

.widget.woocommerce.widget_products ul li:hover .star-rating, .widget.woocommerce.widget_recently_viewed_products ul li:hover .star-rating, .widget.woocommerce.widget_recent_reviews ul li:hover .star-rating {
  opacity: 1;
}

.widget.woocommerce.widget_products ul li a img, .widget.woocommerce.widget_recently_viewed_products ul li a img, .widget.woocommerce.widget_recent_reviews ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 58px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.widget.woocommerce.widget_products ul li a span, .widget.woocommerce.widget_recently_viewed_products ul li a span, .widget.woocommerce.widget_recent_reviews ul li a span {
  position: relative;
  display: block;
  padding: 0 0 0 80px;
  line-height: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.widget.woocommerce.widget_products ul li > *:not(a), .widget.woocommerce.widget_recently_viewed_products ul li > *:not(a), .widget.woocommerce.widget_recent_reviews ul li > *:not(a) {
  margin: 0 0 0 80px;
  line-height: 25px;
  font-size: 12px;
}

.widget.woocommerce.widget_products ul li .star-rating, .widget.woocommerce.widget_recently_viewed_products ul li .star-rating, .widget.woocommerce.widget_recent_reviews ul li .star-rating {
  position: absolute;
  margin: 0 !important;
  width: calc(100% - 80px);
  top: 44%;
  left: 80px;
  opacity: 0;
  font-size: 12px;
  letter-spacing: .65em;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  background-color: #fff;
}

.widget.woocommerce.widget_products ul li .star-rating span, .widget.woocommerce.widget_recently_viewed_products ul li .star-rating span, .widget.woocommerce.widget_recent_reviews ul li .star-rating span {
  max-width: 58px;
  font-size: 0;
  height: 25px;
}

.widget.woocommerce.widget_products ul li .star-rating span:before, .widget.woocommerce.widget_recently_viewed_products ul li .star-rating span:before, .widget.woocommerce.widget_recent_reviews ul li .star-rating span:before {
  font-size: 12px;
}

.widget.woocommerce.widget_products ul li del, .widget.woocommerce.widget_recently_viewed_products ul li del, .widget.woocommerce.widget_recent_reviews ul li del {
  color: #999;
  font-size: 80%;
}

.widget.woocommerce.widget_products ul li del > span, .widget.woocommerce.widget_recently_viewed_products ul li del > span, .widget.woocommerce.widget_recent_reviews ul li del > span {
  color: #999 !important;
}

.widget.woocommerce.widget_products ul li del,
.widget.woocommerce.widget_products ul li ins, .widget.woocommerce.widget_recently_viewed_products ul li del,
.widget.woocommerce.widget_recently_viewed_products ul li ins, .widget.woocommerce.widget_recent_reviews ul li del,
.widget.woocommerce.widget_recent_reviews ul li ins {
  display: inline-block;
}

.widget.woocommerce.widget_products ul li del span,
.widget.woocommerce.widget_products ul li ins span, .widget.woocommerce.widget_recently_viewed_products ul li del span,
.widget.woocommerce.widget_recently_viewed_products ul li ins span, .widget.woocommerce.widget_recent_reviews ul li del span,
.widget.woocommerce.widget_recent_reviews ul li ins span {
  color: inherit;
}

.widget.woocommerce.widget_products ul li ins, .widget.woocommerce.widget_recently_viewed_products ul li ins, .widget.woocommerce.widget_recent_reviews ul li ins {
  text-decoration: none;
}

.widget.woocommerce.widget_products ul li .amount, .widget.woocommerce.widget_recently_viewed_products ul li .amount {
  color: #000;
}

.widget.woocommerce.widget_recently_viewed_products ul li del,
.widget.woocommerce.widget_recently_viewed_products ul li > .amount {
  display: block;
  margin-top: 10px;
}

.widget.woocommerce.widget_recent_reviews .reviewer {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  clear: both;
}

.widget.woocommerce.widget_recent_reviews .star-rating {
  top: 40% !important;
}

.widget.woocommerce.widget_top_rated_products {
  margin-bottom: calc(35px + 5px);
}

.widget.woocommerce.widget_top_rated_products ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget.woocommerce.widget_top_rated_products ul li {
  margin: 0 2px 0 0;
  font-size: 0;
  line-height: 0;
}

.widget.woocommerce.widget_top_rated_products ul li:last-child {
  margin: 0;
}

.widget.woocommerce.widget_top_rated_products ul li a {
  display: block;
}

.widget.woocommerce.widget_top_rated_products ul li a:hover img {
  z-index: 10;
}

.widget.woocommerce.widget_top_rated_products ul li img {
  position: relative;
  width: 100%;
  margin: 0;
  min-height: 80px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.widget.woocommerce.widget_top_rated_products ul li .star-rating {
  display: none !important;
}

.widget.woocommerce.widget_top_rated_products ul li .amount {
  display: none !important;
}

.widget.woocommerce.widget_top_rated_products ul li .product-title {
  display: none !important;
}

/* ==========================================================================
   WooCommerce Widgets styles - end
   ========================================================================== */
/* ==========================================================================
   Product Info shortcode styles - begin
   ========================================================================== */
.mkdf-product-info {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.mkdf-product-info > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.mkdf-product-info > div p {
  margin: 0;
}

.mkdf-product-info > div a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px 0 0;
}

.mkdf-product-info > div a:last-child {
  margin: 0;
}

.mkdf-product-info .mkdf-pi-title,
.mkdf-product-info .mkdf-pi-image,
.mkdf-product-info .mkdf-pi-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.mkdf-product-info .mkdf-pi-image img {
  display: block;
}

.mkdf-product-info .mkdf-pi-category h1, .mkdf-product-info .mkdf-pi-category h2, .mkdf-product-info .mkdf-pi-category h3, .mkdf-product-info .mkdf-pi-category h4, .mkdf-product-info .mkdf-pi-category h5, .mkdf-product-info .mkdf-pi-category h6 {
  margin: 0;
}

.mkdf-product-info .mkdf-pi-category h1 a, .mkdf-product-info .mkdf-pi-category h2 a, .mkdf-product-info .mkdf-pi-category h3 a, .mkdf-product-info .mkdf-pi-category h4 a, .mkdf-product-info .mkdf-pi-category h5 a, .mkdf-product-info .mkdf-pi-category h6 a {
  vertical-align: top;
}

.mkdf-product-info .mkdf-pi-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.mkdf-product-info .mkdf-pi-rating:before {
  content: "\e033\e033\e033\e033\e033";
  color: #999;
}

.mkdf-product-info .mkdf-pi-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.mkdf-product-info .mkdf-pi-rating span:before {
  content: "\e033\e033\e033\e033\e033";
  color: #d14031;
}

.mkdf-product-info .mkdf-pi-add-to-cart .mkdf-btn.mkdf-btn-solid.mkdf-white-skin {
  color: #000000;
  background-color: #fff;
  border-color: #fff;
}

.mkdf-product-info .mkdf-pi-add-to-cart .mkdf-btn.mkdf-btn-solid.mkdf-white-skin:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.mkdf-product-info .mkdf-pi-add-to-cart .mkdf-btn.mkdf-btn-solid.mkdf-dark-skin {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.mkdf-product-info .mkdf-pi-add-to-cart .mkdf-btn.mkdf-btn-solid.mkdf-dark-skin:hover {
  color: #000000;
  background-color: #fff;
  border-color: #fff;
}

/* ==========================================================================
   Product Info shortcode styles - end
   ========================================================================== */
/* ==========================================================================
   Product List - Carousel shortcode styles - begin
   ========================================================================== */
.mkdf-plc-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.mkdf-plc-holder .mkdf-plc-outer {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.mkdf-plc-holder .mkdf-plc-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0;
  z-index: 100;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mkdf-plc-holder .mkdf-plc-item:hover .mkdf-plc-image-outer .mkdf-plc-text {
  opacity: 1;
}

.touch .mkdf-plc-holder .mkdf-plc-item {
  cursor: pointer;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-image .mkdf-plc-onsale,
.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-image .mkdf-plc-out-of-stock,
.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-image .mkdf-plc-new-product {
  position: absolute;
  display: block;
  top: 33px;
  width: 75px;
  letter-spacing: .35em;
  font-family: "Josefin Sans", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  min-width: 73px;
  height: 30px;
  margin: 0;
  padding: 0 16px;
  color: #fff;
  line-height: 33px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  display: none;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-image .mkdf-plc-onsale {
  left: 0;
  background-color: #d14031;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-image .mkdf-plc-out-of-stock {
  left: 0;
  background-color: #999;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-image .mkdf-plc-new-product {
  left: 0;
  background-color: #282828;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-text {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px;
  opacity: 0;
  background-color: rgba(209, 64, 49, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity .2s ease-out, background-color .2s ease-out;
  -o-transition: opacity .2s ease-out, background-color .2s ease-out;
  transition: opacity .2s ease-out, background-color .2s ease-out;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-text-outer {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-text-inner {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-title {
  margin: 0 0 4px;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-category {
  margin: 11px 0 3px;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-excerpt {
  color: #000000;
  line-height: 1.3em;
  margin: 11px 0 3px;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-rating-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  line-height: 1;
  margin: 10px 0 3px;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-rating:before {
  content: "\e033\e033\e033\e033\e033";
  color: #999;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-rating span:before {
  content: "\e033\e033\e033\e033\e033";
  color: #d14031;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px 0 0;
  line-height: 1;
  color: #000000;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 7px 0 0;
  font-size: 17px;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-price * {
  font-size: inherit;
  line-height: inherit;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-price del {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  color: #999;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-price ins {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0 8px 0 0;
  text-decoration: none;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mkdf-plc-holder.mkdf-plc-nav-light-skin .owl-nav .owl-prev,
.mkdf-plc-holder.mkdf-plc-nav-light-skin .owl-nav .owl-next {
  color: #fff;
}

.mkdf-plc-holder.mkdf-plc-nav-light-skin .owl-nav .owl-prev:hover,
.mkdf-plc-holder.mkdf-plc-nav-light-skin .owl-nav .owl-next:hover {
  color: #d14031;
}

.mkdf-plc-holder.mkdf-plc-pag-inside-slider .owl-prev,
.mkdf-plc-holder.mkdf-plc-pag-inside-slider .owl-next {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mkdf-plc-holder.mkdf-plc-pag-inside-slider .owl-dots {
  position: absolute;
  left: 0;
  bottom: 10px;
  margin: 0;
}

.mkdf-plc-holder.mkdf-plc-pag-light-skin .owl-dots .owl-dot span {
  background-color: #d14031;
}

.mkdf-plc-holder.mkdf-plc-pag-light-skin .owl-dots .owl-dot:hover span, .mkdf-plc-holder.mkdf-plc-pag-light-skin .owl-dots .owl-dot.active span {
  background-color: #fff;
}

/* ==========================================================================
   Product List - Carousel shortcode styles - end
   ========================================================================== */
/* ==========================================================================
   Product List - Simple shortcode styles - begin
   ========================================================================== */
.mkdf-pls-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.mkdf-pls-holder > ul {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.mkdf-pls-holder > ul > li {
  display: inline-block;
  padding: 0;
  margin: 0 0 61px;
  width: 25%;
  vertical-align: top;
}

@media only screen and (max-width: 1024px) {
  .mkdf-pls-holder > ul > li {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .mkdf-pls-holder > ul > li {
    width: 100%;
  }
}

.mkdf-pls-holder .mkdf-pls-image {
  display: table-cell;
  vertical-align: top;
  width: 72px;
}

.mkdf-pls-holder .mkdf-pls-image a, .mkdf-pls-holder .mkdf-pls-image img {
  display: block;
}

.mkdf-pls-holder .mkdf-pls-image img {
  position: relative;
  width: 100%;
  margin: 0;
  min-height: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.mkdf-pls-holder .mkdf-pls-image a {
  position: relative;
}

.mkdf-pls-holder .mkdf-pls-text {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 30px;
}

.mkdf-pls-holder .mkdf-pls-text > div {
  display: block;
  width: 100%;
}

.mkdf-pls-holder .mkdf-pls-text .mkdf-pls-rating-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  line-height: 1;
  margin: 0;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.mkdf-pls-holder .mkdf-pls-text .mkdf-pls-rating-holder .mkdf-pls-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.mkdf-pls-holder .mkdf-pls-text .mkdf-pls-rating-holder .mkdf-pls-rating:before {
  content: "\e033\e033\e033\e033\e033";
  color: #999;
}

.mkdf-pls-holder .mkdf-pls-text .mkdf-pls-rating-holder .mkdf-pls-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.mkdf-pls-holder .mkdf-pls-text .mkdf-pls-rating-holder .mkdf-pls-rating span:before {
  content: "\e033\e033\e033\e033\e033";
  color: #d14031;
}

.mkdf-pls-holder .mkdf-pls-text .mkdf-pls-title {
  margin: 0;
}

.mkdf-pls-holder .mkdf-pls-text .mkdf-pli-author-holder {
  line-height: 1;
  margin-top: 9px;
}

.mkdf-pls-holder .mkdf-pls-text .mkdf-pli-author-holder a {
  margin-top: 1px;
  letter-spacing: .35em;
  font-family: "Josefin Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
}

.mkdf-pls-holder .mkdf-pls-text .mkdf-pli-author-holder a:hover {
  color: #d14031;
}

.mkdf-pls-holder .mkdf-pls-text .mkdf-pls-price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px 0 0;
  line-height: 1;
  color: #000000;
  font-size: 19px;
  margin-top: 10px;
}

.mkdf-pls-holder .mkdf-pls-text .mkdf-pls-price * {
  font-size: inherit;
  line-height: inherit;
}

.mkdf-pls-holder .mkdf-pls-text .mkdf-pls-price del {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  color: #999;
}

.mkdf-pls-holder .mkdf-pls-text .mkdf-pls-price ins {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0 8px 0 0;
  text-decoration: none;
}

/* ==========================================================================
   Product List - Simple shortcode styles - end
   ========================================================================== */
/* ==========================================================================
   Product List shortcode styles - begin
   ========================================================================== */
.mkdf-pl-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  /*************** Masonry Layout - begin ***************/
  /*************** Masonry Layout - end ***************/
}

.mkdf-pl-holder .mkdf-pl-outer-holder {
  position: relative;
}

.mkdf-pl-holder .mkdf-pl-outer.mkdf-ajax-loading {
  opacity: 0;
}

.mkdf-pl-holder .mkdf-pl-categories {
  text-align: center;
  margin: 0 0 60px;
}

.mkdf-pl-holder .mkdf-pl-categories ul {
  margin: 0;
}

.mkdf-pl-holder .mkdf-pl-categories ul li {
  display: inline-block;
  padding: 0 5px 10px;
}

.mkdf-pl-holder .mkdf-pl-categories ul li a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.025em;
  padding: 7px 45px 10px;
  color: #000;
  border: 1px solid #f3f3f3;
  background-color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.mkdf-pl-holder .mkdf-pl-categories ul li a .mkdf-filter-star {
  display: inline-block;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #d14031;
  font-size: 8px;
  margin-left: 3px;
}

.mkdf-pl-holder .mkdf-pl-categories ul li a:hover, .mkdf-pl-holder .mkdf-pl-categories ul li a.active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.mkdf-pl-holder .mkdf-pl-categories ul li:first-child {
  padding-left: 0;
}

.mkdf-pl-holder .mkdf-pl-categories ul li:last-child {
  padding-right: 0;
}

.mkdf-pl-holder .mkdf-prl-loading {
  position: absolute;
  margin-top: 112px;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 112px);
  z-index: 101;
  background-color: #fff;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 120px;
}

.mkdf-pl-holder .mkdf-prl-loading .mkdf-prl-loading-msg {
  font-size: 30px;
  line-height: 1.3em;
  color: #000;
  font-weight: 400;
}

.mkdf-pl-holder .mkdf-prl-loading .mkdf-prl-loading-msg .mkdf-chapterone-spinner {
  width: 150px;
  height: 150px;
}

.mkdf-pl-holder .mkdf-prl-loading .mkdf-prl-loading-msg .mkdf-chapterone-spinner .mkdf-spinner-book {
  -webkit-animation: mkdf-spinner-move-book 2s infinite;
  animation: mkdf-spinner-move-book 2s infinite;
}

.mkdf-pl-holder .mkdf-prl-loading .mkdf-prl-loading-msg .mkdf-chapterone-spinner .mkdf-spinner-line {
  opacity: 0;
  -webkit-animation: mkdf-animate-spinner-line 1.5s infinite;
  animation: mkdf-animate-spinner-line 1.5s infinite;
}

.mkdf-pl-holder .mkdf-prl-loading .mkdf-prl-loading-msg .mkdf-chapterone-spinner .mkdf-spinner-line:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.mkdf-pl-holder .mkdf-prl-loading .mkdf-prl-loading-msg .mkdf-chapterone-spinner .mkdf-spinner-line:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.mkdf-pl-holder .mkdf-prl-loading .mkdf-prl-loading-msg .mkdf-chapterone-spinner .mkdf-spinner-line:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.mkdf-pl-holder .mkdf-prl-loading .mkdf-prl-loading-msg .mkdf-chapterone-spinner .mkdf-spinner-line:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.mkdf-pl-holder .mkdf-prl-loading .mkdf-prl-loading-msg .mkdf-chapterone-spinner .mkdf-spinner-line:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.mkdf-pl-holder .mkdf-prl-loading .mkdf-prl-loading-msg .mkdf-chapterone-spinner .mkdf-spinner-line:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.mkdf-pl-holder .mkdf-prl-loading .mkdf-prl-loading-msg .mkdf-chapterone-spinner .mkdf-spinner-line:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.mkdf-pl-holder .mkdf-prl-loading .mkdf-prl-loading-msg .mkdf-chapterone-spinner .mkdf-spinner-line:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.mkdf-pl-holder .mkdf-prl-loading .mkdf-prl-loading-msg .mkdf-chapterone-spinner .mkdf-spinner-line:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.mkdf-pl-holder .mkdf-prl-loading .mkdf-prl-loading-msg .mkdf-chapterone-spinner .mkdf-spinner-line:nth-child(10) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.mkdf-pl-holder .mkdf-prl-loading .mkdf-prl-loading-msg .mkdf-chapterone-spinner .mkdf-spinner-line:nth-child(11) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

@media only screen and (max-width: 480px) {
  .mkdf-pl-holder .mkdf-prl-loading {
    top: 75px;
  }
}

.mkdf-pl-holder.mkdf-info-on-image .mkdf-pli .mkdf-pli-add-to-cart {
  margin: 25px 0 0;
}

.mkdf-pl-holder .mkdf-pli {
  padding: 0;
  z-index: 100;
}

.mkdf-pl-holder .mkdf-pli:hover .mkdf-pli-text {
  opacity: 1;
}

.mkdf-pl-holder .mkdf-pli .mkdf-pli-title {
  margin: 3px 0;
}

.mkdf-pl-holder .mkdf-pli .mkdf-pli-category {
  margin: 11px 0 3px;
}

.mkdf-pl-holder .mkdf-pli .mkdf-pli-excerpt {
  color: #000000;
  line-height: 1.3em;
  margin: 11px 0 3px;
}

.mkdf-pl-holder .mkdf-pli .mkdf-pli-rating-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  line-height: 1;
  margin: -13px 0 0;
}

.mkdf-pl-holder .mkdf-pli .mkdf-pli-author-holder {
  line-height: 18px;
}

.mkdf-pl-holder .mkdf-pli .mkdf-pli-author-holder a {
  margin-top: 1px;
  letter-spacing: .35em;
  font-family: "Josefin Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
}

.mkdf-pl-holder .mkdf-pli .mkdf-pli-author-holder a:hover {
  color: #d14031;
}

.mkdf-pl-holder .mkdf-pli .mkdf-pli-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.mkdf-pl-holder .mkdf-pli .mkdf-pli-rating:before {
  content: "\e033\e033\e033\e033\e033";
  color: #999;
}

.mkdf-pl-holder .mkdf-pli .mkdf-pli-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.mkdf-pl-holder .mkdf-pli .mkdf-pli-rating span:before {
  content: "\e033\e033\e033\e033\e033";
  color: #d14031;
}

.mkdf-pl-holder .mkdf-pli .mkdf-pli-price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px 0 0;
  line-height: 1;
  color: #000000;
  color: #343434;
  font-size: 19px;
  margin: 7px 0 0;
}

.mkdf-pl-holder .mkdf-pli .mkdf-pli-price * {
  font-size: inherit;
  line-height: inherit;
}

.mkdf-pl-holder .mkdf-pli .mkdf-pli-price del {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  color: #999;
}

.mkdf-pl-holder .mkdf-pli .mkdf-pli-price ins {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0 8px 0 0;
  text-decoration: none;
}

.mkdf-pl-holder .mkdf-pli-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.touch .mkdf-pl-holder .mkdf-pli-inner {
  cursor: pointer;
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image img {
  display: block;
  width: 100%;
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image .mkdf-pli-onsale,
.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image .mkdf-pli-out-of-stock,
.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image .mkdf-pli-new-product {
  position: absolute;
  display: block;
  top: 33px;
  width: 75px;
  letter-spacing: .35em;
  font-family: "Josefin Sans", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  min-width: 73px;
  height: 30px;
  margin: 0;
  padding: 0 16px;
  color: #fff;
  line-height: 33px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image .mkdf-pli-onsale {
  left: 0;
  background-color: #d14031;
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image .mkdf-pli-out-of-stock {
  left: 0;
  background-color: #999;
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image .mkdf-pli-new-product {
  left: 0;
  background-color: #282828;
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  opacity: 0;
  background-color: rgba(209, 64, 49, 0.95);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-outer {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  text-align: center;
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-title,
.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-category a,
.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-excerpt,
.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-rating,
.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-price {
  color: #fff;
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-category a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-default-skin .button,
.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-default-skin .added_to_cart {
  color: #fff;
  background-color: #d14031;
  border: 1px solid transparent;
  margin: 0 !important;
  background: none !important;
  padding: 0 !important;
  padding: 4px 0 !important;
  background-repeat: no-repeat !important;
  background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1px) !important;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px) !important;
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  background-size: 0% 100% !important;
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-default-skin .button.mkdf-hovered, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-default-skin .button:hover,
.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-default-skin .added_to_cart.mkdf-hovered,
.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-default-skin .added_to_cart:hover {
  background-size: 100% 100% !important;
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-default-skin .button:hover,
.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-default-skin .added_to_cart:hover {
  color: #fff;
  background-color: #ad362a;
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .button,
.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .added_to_cart {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  line-height: 2.857em;
  letter-spacing: 0.35em;
  font-weight: 400;
  text-transform: uppercase;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 7px 34px 4px 39px;
  font-size: 13px;
  white-space: nowrap;
  margin: 0 !important;
  background: none !important;
  padding: 0 !important;
  font-size: 12px;
  display: inline;
  text-align: center;
  z-index: 200;
  padding: 4px 0 !important;
  background-repeat: no-repeat !important;
  background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1px) !important;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px) !important;
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  background-size: 0% 100% !important;
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .button.mkdf-hovered, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .button:hover,
.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .added_to_cart.mkdf-hovered,
.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .added_to_cart:hover {
  background-size: 100% 100% !important;
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .button:hover,
.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .added_to_cart:hover {
  color: #fff;
  background-color: #ad362a;
}

@media only screen and (max-width: 1440px) {
  .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .button,
  .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .added_to_cart {
    font-size: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .button,
  .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .added_to_cart {
    font-size: 13px;
  }
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .button.added {
  display: none;
}

.mkdf-pl-holder .mkdf-pli-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mkdf-pl-holder .mkdf-pli-text-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 21px 0 37px;
  z-index: 10;
}

.mkdf-pl-holder.mkdf-product-info-light .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-title,
.mkdf-pl-holder.mkdf-product-info-light .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-category a,
.mkdf-pl-holder.mkdf-product-info-light .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-excerpt,
.mkdf-pl-holder.mkdf-product-info-light .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-rating,
.mkdf-pl-holder.mkdf-product-info-light .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-price {
  color: #fff;
}

.mkdf-pl-holder.mkdf-product-info-light .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-category a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.mkdf-pl-holder.mkdf-product-info-dark .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-title,
.mkdf-pl-holder.mkdf-product-info-dark .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-category a,
.mkdf-pl-holder.mkdf-product-info-dark .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-excerpt,
.mkdf-pl-holder.mkdf-product-info-dark .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-rating,
.mkdf-pl-holder.mkdf-product-info-dark .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-price {
  color: #000000;
}

.mkdf-pl-holder.mkdf-product-info-dark .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-category a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.mkdf-pl-holder.mkdf-masonry-layout .mkdf-pli-inner {
  width: 100%;
  height: 100%;
}

.mkdf-pl-holder.mkdf-masonry-layout .mkdf-pli-inner .mkdf-pli-image {
  height: 100%;
}

/* ==========================================================================
   Product List shortcode styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Dropdown Cart styles - begin
   ========================================================================== */
.mkdf-shopping-cart-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0 10px;
}

.touch .mkdf-shopping-cart-holder {
  cursor: pointer;
}

.mkdf-shopping-cart-holder:hover .mkdf-sc-dropdown {
  max-height: 100vh;
  pointer-events: auto;
  -webkit-transition: 0.5s cubic-bezier(0.66, 0.14, 0.58, 1) 0.1s;
  -o-transition: 0.5s cubic-bezier(0.66, 0.14, 0.58, 1) 0.1s;
  transition: 0.5s cubic-bezier(0.66, 0.14, 0.58, 1) 0.1s;
}

.mkdf-shopping-cart-holder .mkdf-shopping-cart-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}

.mkdf-shopping-cart-holder .mkdf-header-cart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-right: 5px;
}

.mkdf-shopping-cart-holder .mkdf-header-cart .mkdf-sc-opener-icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

.mkdf-shopping-cart-holder .mkdf-header-cart .mkdf-sc-opener-count {
  font-size: 8px;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  background-color: #d14031;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 100%;
  text-align: center;
  line-height: 16px !important;
  width: 15px;
  height: 15px;
  -webkit-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  transform: translateX(-40%);
}

.mkdf-shopping-cart-holder .mkdf-header-cart .mkdf-sc-opener-total {
  font-size: 10px;
  letter-spacing: .2em;
  font-family: "Josefin Sans", sans-serif;
  margin-left: 17px;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.mkdf-shopping-cart-holder .mkdf-header-cart.mkdf-header-cart-icon-pack .mkdf-sc-opener-icon {
  font-size: 22px;
}

.mkdf-shopping-cart-holder .mkdf-header-cart.mkdf-header-cart-icon-pack .mkdf-sc-opener-icon * {
  display: block;
  line-height: inherit;
}

.mkdf-shopping-cart-holder .mkdf-header-cart.mkdf-header-cart-icon-pack .mkdf-sc-opener-icon *:before {
  display: block;
  line-height: inherit;
}

.mkdf-shopping-cart-holder .mkdf-header-cart.mkdf-header-cart-svg-path .mkdf-sc-opener-icon > * {
  vertical-align: middle;
}

.mkdf-shopping-cart-holder .mkdf-header-cart.mkdf-header-cart-svg-path .mkdf-sc-opener-icon > *,
.mkdf-shopping-cart-holder .mkdf-header-cart.mkdf-header-cart-svg-path .mkdf-sc-opener-icon path {
  fill: currentColor;
  stroke: currentColor;
}

.mkdf-dark-header .mkdf-page-header > div:not(.mkdf-sticky-header):not(.fixed) .mkdf-shopping-cart-holder .mkdf-header-cart {
  color: #000000;
}

.mkdf-dark-header .mkdf-page-header > div:not(.mkdf-sticky-header):not(.fixed) .mkdf-shopping-cart-holder .mkdf-header-cart:hover {
  color: #d14031;
}

.mkdf-light-header .mkdf-page-header > div:not(.mkdf-sticky-header):not(.fixed) .mkdf-shopping-cart-holder .mkdf-header-cart {
  color: #fff;
}

.mkdf-light-header .mkdf-page-header > div:not(.mkdf-sticky-header):not(.fixed) .mkdf-shopping-cart-holder .mkdf-header-cart:hover {
  color: #d14031;
}

.mkdf-sc-dropdown {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 0;
  pointer-events: none;
  overflow: hidden;
  will-change: transform;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.mkdf-sc-dropdown .mkdf-sc-dropdown-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  width: 300px;
  padding: 30px;
  background-color: #fff;
  border-top: 1px solid #f7f3f1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mkdf-sc-dropdown .mkdf-sc-dropdown-items {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.mkdf-sc-dropdown .mkdf-sc-dropdown-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 17px;
  padding-top: 17px;
  border-top: 1px solid #f7f3f1;
}

.mkdf-sc-dropdown .mkdf-sc-dropdown-item:first-child {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}

.mkdf-sc-dropdown .mkdf-sc-dropdown-item-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
  margin-right: 16px;
}

.mkdf-sc-dropdown .mkdf-sc-dropdown-item-image a, .mkdf-sc-dropdown .mkdf-sc-dropdown-item-image img {
  display: block;
}

.mkdf-sc-dropdown .mkdf-sc-dropdown-item-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding-right: 20px;
}

.mkdf-sc-dropdown .mkdf-sc-dropdown-item-title {
  margin: 0;
  width: 50%;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0;
}

.mkdf-sc-dropdown .mkdf-sc-dropdown-item-price {
  margin: 0;
  color: #999;
  font-size: 17px;
  line-height: 24px;
}

.mkdf-sc-dropdown .mkdf-sc-dropdown-item-remove {
  position: absolute;
  top: -4px;
  right: -3px;
  font-size: 19px;
  line-height: 1;
  color: #999;
}

.mkdf-sc-dropdown .mkdf-sc-dropdown-subtotal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 18px;
}

.mkdf-sc-dropdown .mkdf-sc-dropdown-subtotal > * {
  margin: 0;
  color: #343434;
  font-size: 19px;
  line-height: 28px;
}

.mkdf-sc-dropdown .mkdf-sc-dropdown-button-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.mkdf-sc-dropdown .mkdf-sc-dropdown-button-holder .mkdf-sc-dropdown-button-cart {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  line-height: 2.857em;
  letter-spacing: 0.35em;
  font-weight: 400;
  text-transform: uppercase;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 9px 27px 5px 32px;
  font-size: 12px;
  color: #000000;
  background-color: transparent;
  border: 1px solid #858483;
  width: 100%;
  text-align: center;
  font-size: 9px;
  margin-top: 22px;
}

.mkdf-sc-dropdown .mkdf-sc-dropdown-button-holder .mkdf-sc-dropdown-button-cart:hover {
  color: #fff;
  background-color: #363636;
}

.mkdf-sc-dropdown .mkdf-sc-dropdown-button-holder .mkdf-sc-dropdown-button-checkout {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  line-height: 2.857em;
  letter-spacing: 0.35em;
  font-weight: 400;
  text-transform: uppercase;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 9px 27px 5px 32px;
  font-size: 12px;
  color: #fff;
  background-color: #d14031;
  border: 1px solid transparent;
  width: 100%;
  text-align: center;
  font-size: 9px;
  margin-top: 10px;
}

.mkdf-sc-dropdown .mkdf-sc-dropdown-button-holder .mkdf-sc-dropdown-button-checkout:hover {
  color: #fff;
  background-color: #ad362a;
}

.mkdf-vertical-menu-area .mkdf-sc-dropdown {
  display: none !important;
}

/* ==========================================================================
   WooCommerce Dropdown Cart styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce styles - end
   ========================================================================== */

/*# sourceMappingURL=../css/woocommerce.css.map */
