/* ==========================================================================
   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 11px;
  padding: 12px 18px;
  font-family: inherit;
  font-size: 14px;
  font-weight: inherit;
  line-height: calc(50px - (24px - 2px));
  color: #0a0a0a;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  outline: 0;
  cursor: text;
  -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: #0a0a0a;
  border-color: #333333;
}

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

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

/* ==========================================================================
   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 .stars a:before, .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars a.active:after, .mkdf-product-info .mkdf-pi-rating, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-rating, .mkdf-pls-holder .mkdf-pls-text .mkdf-pls-rating, .mkdf-pl-holder .mkdf-pli .mkdf-pli-rating {
  font-family: "ElegantIcons";
  font-size: 14px;
  line-height: 1;
  letter-spacing: 5px;
  color: #fed620;
  -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 #e0e0e0;
}

.mkdf-woocommerce-page table.cart thead tr th {
  padding: 10px 0;
  color: #0a0a0a;
  text-align: left;
}

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

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

.mkdf-woocommerce-page table.cart tr.cart_item td {
  padding: 25px 0;
  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: #333333;
  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: #0a0a0a;
}

.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: 35px 0 36px;
  text-align: inherit;
}

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

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

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

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

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

@media only screen and (max-width: 680px) {
  .mkdf-woocommerce-page table.cart td.actions .button {
    float: none !important;
    margin-left: 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 35px;
}

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

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

.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 .woocommerce-shipping-calculator .shipping-calculator-button {
  display: block;
  margin: 0 0 10px;
}

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

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

.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-empty {
  position: relative;
  display: block;
  text-align: center;
  color: #0a0a0a;
  margin: 40px 0 33px;
  font-size: 35px;
  line-height: 1.14em;
  font-weight: 700;
  letter-spacing: -0.01em;
}

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

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

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

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

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

.mkdf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul li {
  padding: 20px;
  line-height: 22px;
  border-bottom: 1px solid #e0e0e0;
}

.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.payment_method_paypal label img {
  vertical-align: middle;
  margin: 0 8px;
}

.mkdf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment .woocommerce-privacy-policy-text {
  margin-bottom: 38px;
}

/* ==========================================================================
   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 #e0e0e0;
}

.mkdf-woocommerce-page.woocommerce-order-received .woocommerce ul.order_details li strong {
  color: #0a0a0a;
  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 #e0e0e0;
}

.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: inherit;
  font-size: 13px;
  line-height: 2em;
  font-weight: 600;
  text-transform: capitalize;
  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: 12px 27px;
  color: #fff;
  background-color: #ed1c24;
  border: 1px solid transparent;
  cursor: pointer;
  z-index: 3;
  padding: 11px 27px;
  border-radius: 0;
  -webkit-appearance: none;
}

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

.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-out-of-stock,
.woocommerce .mkdf-new-product {
  position: absolute;
  display: block;
  top: 21px;
  left: 19px;
  width: 61px;
  height: 61px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 61px;
  text-align: center;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-radius: 100%;
}

.woocommerce .mkdf-onsale {
  background-color: #21c1ee;
}

.woocommerce .mkdf-out-of-stock {
  background-color: #ed1c24;
}

.woocommerce .mkdf-new-product {
  background-color: #0431b8;
}

.woocommerce .sale .mkdf-new-product,
.woocommerce .sale .mkdf-out-of-stock {
  left: 19px;
}

.woocommerce .sale .mkdf-out-of-stock + .mkdf-new-product {
  left: 98px;
}

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

.mkdf-woo-single-page .mkdf-single-product-content .mkdf-out-of-stock,
.mkdf-woo-single-page .mkdf-single-product-content .mkdf-new-product {
  right: 10px;
}

.mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-onsale,
.mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-out-of-stock,
.mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-new-product {
  left: 150px;
}

.mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .sale .mkdf-new-product,
.mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .sale .mkdf-out-of-stock {
  left: 220px;
}

.mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .sale .mkdf-onsale + .mkdf-new-product {
  left: 290px;
}

.mkdf-woo-single-page .related .mkdf-onsale,
.mkdf-woo-single-page .related .mkdf-out-of-stock,
.mkdf-woo-single-page .related .mkdf-new-product {
  left: 10px;
  top: 10px;
}

.mkdf-woo-single-page .related .sale .mkdf-new-product,
.mkdf-woo-single-page .related .sale .mkdf-out-of-stock {
  left: 76px;
}

.mkdf-woo-single-page .related .sale .mkdf-out-of-stock + .mkdf-new-product {
  left: 140px;
}

/* ==========================================================================
   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: 52px;
  list-style: none;
  background-color: transparent;
  border: 1px solid #e0e0e0;
}

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

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

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

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

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

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

.woocommerce-pagination ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0 5px;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

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

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

.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: 20px;
  top: -1px;
}

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

.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: middle;
  margin: 0;
  padding: 0;
  color: #ed1c24;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

.woocommerce-pagination ul li a.next, .woocommerce-pagination ul li a.prev {
  font-size: 0;
  line-height: 0;
}

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

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

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

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

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

@media only screen and (max-width: 680px) {
  .woocommerce-pagination {
    margin-top: 10px;
  }
}

/* ==========================================================================
   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;
}

.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: #333333;
  background-color: transparent;
  border: 1px solid #e0e0e0;
  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;
  width: 50px;
  padding: 0;
  margin: 0 25px 0 0;
  line-height: 48px;
  outline: 0;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
}

.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;
  right: 0;
  width: 25px;
  height: 25px;
  line-height: 22px;
  border-left: 0;
  cursor: pointer;
  font-size: 13px;
  -webkit-transition: color .15s ease-in-out;
  -o-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
  font-weight: 700;
}

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

.woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-plus,
div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-plus {
  top: 0;
  border-bottom: 0;
}

.woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-minus,
div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-minus {
  bottom: 0;
}

.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 {
  padding: 10px 27px;
}

.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 24px;
  float: left;
}

.mkdf-woocommerce-page .woocommerce-result-count {
  line-height: 50px;
  color: #828282;
}

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

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

.mkdf-woocommerce-page .woocommerce-ordering .select2 {
  margin-bottom: 0;
  text-align: initial;
}

/* ==========================================================================
   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 11px;
}

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

.woocommerce .star-rating:before {
  content: "\e031\e031\e031\e031\e031";
}

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

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

/* ==========================================================================
   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;
  padding: 0 0 20px;
  border: 0;
}

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

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

.mkdf-woocommerce-page .mkdf-content .variations td.value select {
  width: auto;
  min-width: 200px;
  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: #0a0a0a;
}

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   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 #e0e0e0;
}

.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 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: #0a0a0a;
  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 #e0e0e0;
}

.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: #0a0a0a;
  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: #0a0a0a;
  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 8px !important;
  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:hover .mkdf-pl-inner .mkdf-pl-text .mkdf-pl-text-inner > a {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

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

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

ul.products > .product .price {
  position: relative;
  display: block;
  margin: 8px 0 0;
  line-height: 1em;
  color: #0a0a0a;
}

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

ul.products > .product .price del {
  margin: 0 8px 0 0;
  color: rgba(10, 10, 10, 0.8);
}

ul.products > .product .price ins {
  text-decoration: none;
  color: #ed1c24;
}

ul.products > .product .button,
ul.products > .product .added_to_cart {
  margin: 25px 0 0;
}

.mkdf-woo-pl-info-below-image ul.products > .product .button, .mkdf-woo-pl-info-below-image
ul.products > .product .added_to_cart {
  margin: 0;
  width: 100%;
}

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;
  opacity: 0;
  -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;
  vertical-align: bottom;
}

ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner > a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
}

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

ul.products > .product .mkdf-pl-category {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  margin: 2px 0;
}

ul.products > .product .mkdf-pl-category a {
  color: #fff;
  background-color: #ed1c24;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 11px 3px;
  letter-spacing: .2em;
}

ul.products > .product .mkdf-pl-category a:hover {
  background-color: #e21b23;
}

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

.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: #0a0a0a;
  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(10, 10, 10, 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 #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  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: #0a0a0a;
  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: #333333;
  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: #333333;
  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 #e0e0e0;
}

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 .product .mkdf-pl-text-wrapper,
div.woocommerce > .single-product .upsells.products .product .mkdf-pl-text-wrapper {
  margin-bottom: 0;
}

/* Woocommerce Product Page shortcode style - end
========================================================================== */
/* ==========================================================================
   WooCommerce Single Product Page styles - begin
   ========================================================================== */
@media only screen and (min-width: 769px) {
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images figure {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images .woocommerce-product-gallery__image:first-child {
    left: 129px;
    width: calc(100% - 129px);
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images .woocommerce-product-gallery__image:first-child {
    width: calc(100% - 259px);
    left: 128px;
  }
}

@media only screen and (min-width: 769px) {
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 116px;
    padding: 0 0 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) a {
    height: 100%;
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) a img {
    height: 100%;
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:not(:first-child) {
    height: calc(50% + 6.5px);
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(2n) {
    top: calc(0% + 0px);
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(3n) {
    top: calc(50% + 6.5px);
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(4n) {
    top: calc(100% + 13px);
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(5n) {
    top: calc(150% + 19.5px);
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(6n) {
    top: calc(200% + 26px);
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(7n) {
    top: calc(250% + 32.5px);
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(8n) {
    top: calc(300% + 39px);
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(9n) {
    top: calc(350% + 45.5px);
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:not(:first-child) {
    height: calc(33.33333% + 4.33333px);
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(2n) {
    top: calc(0% + 0px);
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(3n) {
    top: calc(33.33333% + 4.33333px);
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(4n) {
    top: calc(66.66667% + 8.66667px);
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(5n) {
    top: calc(100% + 13px);
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(6n) {
    top: calc(133.33333% + 17.33333px);
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(7n) {
    top: calc(166.66667% + 21.66667px);
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(8n) {
    top: calc(200% + 26px);
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(9n) {
    top: calc(233.33333% + 30.33333px);
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:not(:first-child) {
    height: calc(25% + 3.25px);
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(2n) {
    top: calc(0% + 0px);
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(3n) {
    top: calc(25% + 3.25px);
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(4n) {
    top: calc(50% + 6.5px);
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(5n) {
    top: calc(75% + 9.75px);
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(6n) {
    top: calc(100% + 13px);
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(7n) {
    top: calc(125% + 16.25px);
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(8n) {
    top: calc(150% + 19.5px);
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(9n) {
    top: calc(175% + 22.75px);
  }
}

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

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

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

@media only screen and (max-width: 1366px) {
  .mkdf-woo-single-page .mkdf-single-product-content .images {
    width: 60%;
  }
}

.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: 49%;
  padding: 0 0 0 10px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1366px) {
  .mkdf-woo-single-page .mkdf-single-product-summary {
    width: 40%;
  }
}

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

.mkdf-woo-single-page .mkdf-single-product-summary .price {
  position: relative;
  display: block;
  margin: 8px 0 0;
  line-height: 1em;
  color: #0a0a0a;
  margin-top: 17px;
}

.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 {
  margin: 0 8px 0 0;
  color: rgba(10, 10, 10, 0.8);
}

.mkdf-woo-single-page .mkdf-single-product-summary .price ins {
  text-decoration: none;
  color: #ed1c24;
}

.mkdf-woo-single-page .mkdf-single-product-summary .price .amount {
  font-size: 16px;
}

.mkdf-woo-single-page .mkdf-single-product-summary .price ins .amount {
  font-size: 20px;
}

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

.mkdf-woo-single-page .mkdf-single-product-summary .woocommerce-product-rating .woocommerce-review-link {
  top: 2px;
  position: relative;
}

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

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

@media only screen and (max-width: 1024px) {
  .mkdf-woo-single-page .mkdf-single-product-summary .woocommerce-product-details__short-description p {
    padding-right: 0;
  }
}

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

.mkdf-woo-single-page .mkdf-single-product-summary .product_meta > span {
  display: block;
  margin: 3px 0;
  font-weight: 700;
  color: #0a0a0a;
}

.mkdf-woo-single-page .mkdf-single-product-summary .product_meta > span > a,
.mkdf-woo-single-page .mkdf-single-product-summary .product_meta > span > span {
  color: #333333;
  font-weight: 400;
}

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

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-woo-social-share-holder {
  margin-top: 35px;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-woo-social-share-holder .mkdf-social-share-holder .mkdf-social-title {
  margin: 0 10px 0 0;
  font-weight: 700;
  color: #0a0a0a;
  font-size: 16px;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-woo-social-share-holder .mkdf-social-share-holder li a:hover {
  color: #21c1ee;
}

.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: #0a0a0a;
  font-weight: bold;
  margin: 18px 0 0;
}

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

.mkdf-woo-single-page .mkdf-single-product-summary form.cart .single_add_to_cart_button {
  float: left;
  padding: 11px 37px;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-quantity-buttons {
  margin: 0 0 0 6px;
}

.mkdf-woo-single-page .woocommerce-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 58px 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;
  border-bottom: 1px solid #e0e0e0;
  clear: both;
}

.mkdf-woo-single-page .woocommerce-tabs ul.tabs > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 70px;
}

@media only screen and (max-width: 680px) {
  .mkdf-woo-single-page .woocommerce-tabs ul.tabs > li {
    padding-right: 50px;
  }
}

.mkdf-woo-single-page .woocommerce-tabs ul.tabs > li:last-child {
  padding-right: 0;
}

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

.mkdf-woo-single-page .woocommerce-tabs ul.tabs > li.active a:after, .mkdf-woo-single-page .woocommerce-tabs ul.tabs > li:hover a:after {
  opacity: 1;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.mkdf-woo-single-page .woocommerce-tabs ul.tabs > li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 13px 0 25px 0;
  font-size: 18px;
  font-weight: 700;
}

.mkdf-woo-single-page .woocommerce-tabs ul.tabs > li a:after {
  content: '';
  height: 2px;
  width: 64%;
  background-color: #ed1c24;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -1px;
}

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

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

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

.mkdf-woo-single-page .woocommerce-tabs table {
  margin: 18px 0 20px;
}

.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 td, .mkdf-woo-single-page .woocommerce-tabs table th {
  padding: 3px 0;
  vertical-align: middle;
  text-align: left;
}

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

.mkdf-woo-single-page .woocommerce-tabs table th {
  color: #0a0a0a;
  width: 1%;
  padding: 0 10px 0 0;
}

.mkdf-woo-single-page .woocommerce-tabs table td {
  width: 99%;
}

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

.mkdf-woo-single-page .woocommerce-tabs #reviews h2 {
  font-size: 18px;
  line-height: 24px;
  margin: 8px 0 24px;
}

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

.mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist li:last-child {
  margin: 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: 70px;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment-text {
  padding: 0 0 0 90px;
}

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

.mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond {
  margin-top: 15px;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-reply-title {
  margin: 0 0 10px;
}

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

.mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond p.form-submit {
  margin-top: 10px;
}

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

.mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars {
  overflow: hidden;
}

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

.mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars a:before {
  content: "\e031";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  z-index: -1;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars a.active:after {
  content: "\e033\e033\e033\e033\e033";
  position: absolute;
  right: 0;
  bottom: 7px;
  display: block;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars a.active::after {
  border-top: 4px;
  line-height: 0.6em;
  width: 108px;
  letter-spacing: 8px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars a.active::after {
    width: 110px;
    letter-spacing: 8px;
    right: -2px;
  }
}

@supports (-ms-ime-align: auto) {
  .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars a.active::after {
    width: 115px;
    letter-spacing: 9px;
    right: -5px;
  }
}

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

.mkdf-woo-single-page .related.products > h2,
.mkdf-woo-single-page .upsells.products > h2 {
  display: block;
  margin: 36px 0 43px 0;
  font-size: 22px;
  line-height: 1.23em;
  font-weight: 700;
}

@media only screen and (max-width: 680px) {
  .mkdf-woo-single-page .related.products > h2,
  .mkdf-woo-single-page .upsells.products > h2 {
    font-size: 32px;
  }
}

.mkdf-woo-single-page .related.products .product .mkdf-pl-text-wrapper,
.mkdf-woo-single-page .upsells.products .product .mkdf-pl-text-wrapper {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .mkdf-woo-single-page .related.products .product .mkdf-pl-text-wrapper,
  .mkdf-woo-single-page .upsells.products .product .mkdf-pl-text-wrapper {
    margin-bottom: 58px;
  }
}

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

.widget.woocommerce li {
  position: relative;
}

.widget.woocommerce .product-title {
  font-size: 14px;
  line-height: 1.29em;
  font-weight: 700;
  font-weight: 700;
}

.widget.woocommerce li:not(.wc-layered-nav-rating) .star-rating {
  margin-bottom: 6px;
  margin-top: 5px;
}

.widget.woocommerce li:not(.wc-layered-nav-rating) .star-rating span {
  max-width: 99px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .widget.woocommerce li:not(.wc-layered-nav-rating) .star-rating span {
    max-width: 100px;
    line-height: 1.04em;
  }
}

.widget.woocommerce li.wc-layered-nav-rating a {
  text-decoration: none;
}

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

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

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

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

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

.widget.woocommerce.widget_layered_nav .chosen a {
  color: #ed1c24;
}

.widget.woocommerce.widget_price_filter .mkdf-widget-title {
  margin-bottom: 6px;
}

.widget.woocommerce.widget_price_filter .mkdf-widget-title:after {
  display: none;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #21c1ee;
  height: 3px;
  position: relative;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  background-color: #0431b8;
  border-radius: 50%;
  cursor: pointer;
  height: 9px;
  margin: 0 0 0 -1px;
  outline: medium none;
  position: absolute;
  top: -3px;
  width: 9px;
  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 {
  background-color: #0431b8;
  display: block;
  height: 3px;
  position: absolute;
  top: 0;
  z-index: 1;
}

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

.widget.woocommerce.widget_price_filter .price_slider_amount .button {
  float: right;
  padding: 7px 35px;
  color: #fff;
  background-color: #ed1c24;
  border: 1px solid transparent;
}

.widget.woocommerce.widget_price_filter .price_slider_amount .button:hover {
  color: #fff;
  background-color: #e21b23;
}

.widget.woocommerce.widget_price_filter .price_slider_amount .price_label {
  float: left;
  line-height: 42px;
  font-weight: 700;
  color: #0a0a0a;
}

.widget.woocommerce.widget_price_filter .price_slider_amount .price_label > span {
  font-weight: 400;
}

.widget.woocommerce.widget_shopping_cart ul, .widget.woocommerce.widget_products ul, .widget.woocommerce.widget_recently_viewed_products ul, .widget.woocommerce.widget_recent_reviews ul, .widget.woocommerce.widget_top_rated_products ul {
  margin-top: 24px;
}

.widget.woocommerce.widget_shopping_cart ul li, .widget.woocommerce.widget_products ul li, .widget.woocommerce.widget_recently_viewed_products ul li, .widget.woocommerce.widget_recent_reviews ul li, .widget.woocommerce.widget_top_rated_products ul li {
  min-height: 85px;
  position: relative;
  margin-bottom: 13px;
}

.widget.woocommerce.widget_shopping_cart ul li a img, .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, .widget.woocommerce.widget_top_rated_products ul li a img {
  left: 0;
  max-width: 85px;
  position: absolute;
  top: 0;
  width: 100%;
}

.widget.woocommerce.widget_shopping_cart ul li a span, .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, .widget.woocommerce.widget_top_rated_products ul li a span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 12px 0 0 102px;
  position: relative;
}

.widget.woocommerce.widget_shopping_cart ul li .amount:nth-of-type(2),
.widget.woocommerce.widget_shopping_cart ul li ins, .widget.woocommerce.widget_products ul li .amount:nth-of-type(2),
.widget.woocommerce.widget_products ul li ins, .widget.woocommerce.widget_recently_viewed_products ul li .amount:nth-of-type(2),
.widget.woocommerce.widget_recently_viewed_products ul li ins, .widget.woocommerce.widget_recent_reviews ul li .amount:nth-of-type(2),
.widget.woocommerce.widget_recent_reviews ul li ins, .widget.woocommerce.widget_top_rated_products ul li .amount:nth-of-type(2),
.widget.woocommerce.widget_top_rated_products ul li ins {
  margin: 0 !important;
}

.widget.woocommerce.widget_shopping_cart ul li > *:not(a), .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), .widget.woocommerce.widget_top_rated_products ul li > *:not(a) {
  clear: both;
  margin: 0 0 0 102px;
}

.widget.woocommerce.widget_shopping_cart a {
  display: block;
  padding: 0 0 0 102px;
  font-size: 18px;
  line-height: 1.22em;
  font-weight: 700;
}

.widget.woocommerce.widget_shopping_cart .remove {
  font-size: 0;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 5px;
  text-decoration: none;
}

.widget.woocommerce.widget_shopping_cart .remove:after {
  content: "\4d";
  display: block;
  font-family: 'ElegantIcons';
  font-size: 15px;
  line-height: 15px;
  position: relative;
}

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

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

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

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

.widget.woocommerce.widget_shopping_cart .buttons .button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: inherit;
  font-size: 13px;
  line-height: 2em;
  font-weight: 600;
  text-transform: capitalize;
  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: 12px 27px;
  color: #fff;
  background-color: #ed1c24;
  border: 1px solid transparent;
}

.widget.woocommerce.widget_shopping_cart .buttons .button:hover {
  color: #fff;
  background-color: #e21b23;
}

.widget.woocommerce.widget_shopping_cart .buttons .button:first-child {
  float: left;
}

.widget.woocommerce.widget_shopping_cart .buttons .button:last-child {
  float: right;
}

.widget.woocommerce.widget_product_categories ul {
  margin-top: 15px;
}

.widget.woocommerce.widget_product_categories ul li {
  font-weight: 700;
  color: #0a0a0a;
}

.widget.woocommerce.widget_product_search .mkdf-widget-title {
  padding-bottom: 4px;
}

.widget.woocommerce.widget_product_search .mkdf-widget-title:after {
  display: none;
}

.widget.woocommerce.widget_product_search .input-holder {
  position: relative;
}

.widget.woocommerce.widget_product_search .search-field {
  border: 1px solid #e0e0e0;
  background-color: #fff;
  width: 100%;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px 0 25px;
  border-radius: 0;
  -webkit-appearance: none;
  color: #828282;
  font-family: "Poppins", sans-serif;
}

.widget.woocommerce.widget_product_search .search-field::-webkit-input-placeholder {
  color: #828282;
}

.widget.woocommerce.widget_product_search .search-field:-moz-placeholder {
  color: #828282;
  opacity: 1;
}

.widget.woocommerce.widget_product_search .search-field::-moz-placeholder {
  color: #828282;
  opacity: 1;
}

.widget.woocommerce.widget_product_search .search-field:-ms-input-placeholder {
  color: #828282;
}

.widget.woocommerce.widget_product_search .search-field:focus {
  color: #0a0a0a;
  border-color: #333333;
}

.widget.woocommerce.widget_product_search .mkdf-search-submit {
  position: absolute;
  top: 1px;
  right: 15px;
  border: none;
  background-color: transparent;
  font-size: 19px;
  line-height: 50px;
}

@media only screen and (max-width: 1024px) {
  .widget.woocommerce.widget_top_rated_products .star-rating {
    display: block;
  }
}

.widget.woocommerce.widget_top_rated_products ul li a span {
  color: #0a0a0a;
}

/* ==========================================================================
   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: "\e031\e031\e031\e031\e031";
}

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

.mkdf-product-info .mkdf-pi-add-to-cart .mkdf-btn.mkdf-btn-solid.mkdf-white-skin {
  color: #0a0a0a;
  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: #0a0a0a;
  border-color: #0a0a0a;
}

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

.mkdf-product-info .mkdf-pi-add-to-cart .mkdf-btn.mkdf-btn-solid.mkdf-dark-skin:hover {
  color: #0a0a0a;
  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: 21px;
  left: 19px;
  width: 61px;
  height: 61px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 61px;
  text-align: center;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-radius: 100%;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-image .mkdf-plc-onsale {
  background-color: #21c1ee;
}

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

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-image .mkdf-plc-new-product {
  background-color: #0431b8;
}

.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(10, 10, 10, 0.6);
  -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: middle;
}

.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: #0a0a0a;
  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: "\e031\e031\e031\e031\e031";
}

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

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-price {
  position: relative;
  display: block;
  margin: 8px 0 0;
  line-height: 1em;
  color: #0a0a0a;
}

.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 {
  margin: 0 8px 0 0;
  color: rgba(10, 10, 10, 0.8);
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-price ins {
  text-decoration: none;
  color: #ed1c24;
}

.mkdf-plc-holder .mkdf-plc-item .button,
.mkdf-plc-holder .mkdf-plc-item .added_to_cart {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: inherit;
  font-size: 13px;
  line-height: 2em;
  font-weight: 600;
  text-transform: capitalize;
  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: 12px 27px;
  white-space: nowrap;
  z-index: 3;
}

.mkdf-plc-holder .mkdf-plc-item .button.added {
  display: none;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart {
  margin: 20px 0 0;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-default-skin .button,
.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-default-skin .added_to_cart {
  color: #fff;
  background-color: #ed1c24;
  border: 1px solid transparent;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-default-skin .button:hover,
.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-default-skin .added_to_cart:hover {
  color: #fff;
  background-color: #e21b23;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-light-skin .button,
.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-light-skin .added_to_cart {
  color: #0a0a0a;
  background-color: #fff;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-light-skin .button:hover,
.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-light-skin .added_to_cart:hover {
  color: #fff;
  background-color: #ed1c24;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-dark-skin .button,
.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-dark-skin .added_to_cart {
  color: #fff;
  background-color: #0a0a0a;
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-dark-skin .button:hover,
.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-dark-skin .added_to_cart:hover {
  color: #fff;
  background-color: #ed1c24;
}

.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-standard-layout .mkdf-plc-item .mkdf-plc-title,
.mkdf-plc-holder.mkdf-standard-layout .mkdf-plc-item .mkdf-plc-category a,
.mkdf-plc-holder.mkdf-standard-layout .mkdf-plc-item .mkdf-plc-excerpt,
.mkdf-plc-holder.mkdf-standard-layout .mkdf-plc-item .mkdf-plc-rating,
.mkdf-plc-holder.mkdf-standard-layout .mkdf-plc-item .mkdf-plc-price {
  color: #fff;
}

.mkdf-plc-holder.mkdf-standard-layout .mkdf-plc-item .mkdf-plc-category a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.mkdf-plc-holder.mkdf-simple-layout .mkdf-plc-image-outer {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0 15px 0 0;
}

.mkdf-plc-holder.mkdf-simple-layout .mkdf-plc-text-wrapper {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0 0 0 15px;
}

.mkdf-plc-holder.mkdf-simple-layout .mkdf-plc-text,
.mkdf-plc-holder.mkdf-simple-layout .mkdf-plc-text-outer,
.mkdf-plc-holder.mkdf-simple-layout .mkdf-plc-text-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-transform: translateZ(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: #ed1c24;
}

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

.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 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mkdf-pls-holder > ul > li {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  margin: 0 0 20px;
}

.mkdf-pls-holder > ul > li:last-child {
  margin: 0;
}

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

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

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

.mkdf-pls-holder .mkdf-pls-image a:hover:after {
  opacity: 1;
}

.mkdf-pls-holder .mkdf-pls-image a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(10, 10, 10, 0.4);
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

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

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

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

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

.mkdf-pls-holder .mkdf-pls-text .mkdf-pls-rating:before {
  content: "\e031\e031\e031\e031\e031";
}

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

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

.mkdf-pls-holder .mkdf-pls-text .mkdf-pls-price {
  position: relative;
  display: block;
  margin: 8px 0 0;
  line-height: 1em;
  color: #0a0a0a;
}

.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 {
  margin: 0 8px 0 0;
  color: rgba(10, 10, 10, 0.8);
}

.mkdf-pls-holder .mkdf-pls-text .mkdf-pls-price ins {
  text-decoration: none;
  color: #ed1c24;
}

/* ==========================================================================
   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-info-on-image .mkdf-pli-text {
  background-color: rgba(51, 51, 51, 0.3);
}

.mkdf-pl-holder.mkdf-info-on-image .mkdf-pli .mkdf-pli-category {
  margin: 4px 11px 3px;
}

.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 .mkdf-pli-title {
  margin: 5px 0 4px;
}

.mkdf-pl-holder .mkdf-pli .mkdf-pli-category {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  margin: 2px 0;
}

.mkdf-pl-holder .mkdf-pli .mkdf-pli-category a {
  color: #fff;
  background-color: #ed1c24;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 10px;
  letter-spacing: .2em;
}

.mkdf-pl-holder .mkdf-pli .mkdf-pli-excerpt {
  color: #0a0a0a;
  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: 10px 0 3px;
}

.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: "\e031\e031\e031\e031\e031";
}

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

.mkdf-pl-holder .mkdf-pli .mkdf-pli-price {
  position: relative;
  display: block;
  margin: 8px 0 0;
  line-height: 1em;
  color: #0a0a0a;
}

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

.mkdf-pl-holder .mkdf-pli .mkdf-pli-price del {
  margin: 0 8px 0 0;
  color: rgba(10, 10, 10, 0.8);
}

.mkdf-pl-holder .mkdf-pli .mkdf-pli-price ins {
  text-decoration: none;
  color: #ed1c24;
}

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

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

.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: 21px;
  left: 19px;
  width: 61px;
  height: 61px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 61px;
  text-align: center;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-radius: 100%;
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image .mkdf-pli-onsale {
  background-color: #21c1ee;
}

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

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image .mkdf-pli-new-product {
  background-color: #0431b8;
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -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;
  vertical-align: bottom;
}

.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 {
  background-color: #e21b23;
}

.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: #ed1c24;
  border: 1px solid transparent;
}

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

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-light-skin .button,
.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-light-skin .added_to_cart {
  color: #0a0a0a;
  background-color: #fff;
}

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

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-dark-skin .button,
.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-dark-skin .added_to_cart {
  color: #fff;
  background-color: #0a0a0a;
}

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

.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: inherit;
  font-size: 13px;
  line-height: 2em;
  font-weight: 600;
  text-transform: capitalize;
  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: 12px 27px;
  white-space: nowrap;
  z-index: 3;
  width: 100%;
}

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

.mkdf-pl-holder .mkdf-pli-inner .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: 23px 0 0;
}

.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 {
  background-color: #e21b23;
}

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

.mkdf-pl-holder.mkdf-product-info-dark .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-category a:hover {
  background-color: #e21b23;
}

.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;
  height: 100%;
  margin: 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%;
}

.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: 10px;
  width: 15px;
  height: 15px;
  background-color: #ed1c24;
  border-radius: 100%;
  line-height: 15px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 37%;
  left: 55%;
}

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

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

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

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

.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: 309px;
  padding: 13px 13px 17px 13px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
}

.mkdf-sc-dropdown .mkdf-sc-dropdown-inner .mkdf-empty-cart {
  font-size: 13px;
  color: #333333;
}

.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: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 13px;
}

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

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

.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;
  font-weight: 700;
}

.mkdf-sc-dropdown .mkdf-sc-dropdown-item-quantity,
.mkdf-sc-dropdown .mkdf-sc-dropdown-item-price {
  margin: 0;
  display: inline-block;
}

.mkdf-sc-dropdown .mkdf-sc-dropdown-item-remove {
  position: absolute;
  top: -18px;
  right: 0;
  font-size: 16px;
  line-height: 1;
  color: #121e2e;
}

.mkdf-sc-dropdown .mkdf-sc-dropdown-item-remove:hover {
  color: #ed1c24;
}

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

.mkdf-sc-dropdown .mkdf-sc-dropdown-subtotal > * {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.mkdf-sc-dropdown .mkdf-sc-dropdown-subtotal .amount {
  color: #ed1c24;
}

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

.mkdf-sc-dropdown .mkdf-sc-dropdown-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: inherit;
  font-size: 13px;
  line-height: 2em;
  font-weight: 600;
  text-transform: capitalize;
  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;
  width: 49%;
  font-size: 12px;
  padding: 13px 0;
  text-align: center;
  color: #fff;
}

.mkdf-sc-dropdown .mkdf-sc-dropdown-button:hover {
  background-color: #0a0a0a;
}

.mkdf-sc-dropdown .mkdf-view-cart {
  margin-right: 2%;
  float: left;
  background-color: #ed1c24;
}

.mkdf-sc-dropdown .mkdf-view-cart:hover {
  background-color: #e21b23;
  border-color: #e21b23;
}

.mkdf-sc-dropdown .mkdf-checkout {
  background-color: #0431b8;
}

.mkdf-sc-dropdown .mkdf-checkout:hover {
  background-color: #00279d;
  border-color: #00279d;
}

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

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

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