/* ==========================================================================
   WooCommerce styles - begin
   ========================================================================== */
/* common mixins - start */
/* common mixins - end */
/* mixins styles - start */
/* mixins styles - end */
/* ==========================================================================
   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 {
  font-family: "ladislav", serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 5px;
  color: #898989;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.mkdf-woocommerce-page table.cart thead tr th {
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 35px;
  color: #000;
  text-align: left;
}

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

.mkdf-woocommerce-page table.cart tbody tr button.button {
  float: right;
  margin-top: -7px !important;
}

.mkdf-woocommerce-page table.cart tbody tr .coupon .input-text {
  width: 342px;
}

.mkdf-woocommerce-page table.cart tbody tr .product-remove {
  width: 10px;
}

.mkdf-woocommerce-page table.cart tbody .button:hover {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

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

.mkdf-woocommerce-page table.cart tr.cart_item .quantity span, .mkdf-woocommerce-page table.cart tr.cart_item .quantity input {
  border: none;
}

.mkdf-woocommerce-page table.cart tr.cart_item .product-subtotal {
  font-family: "ladislav", serif;
  font-size: 27px;
  font-weight: 800;
}

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

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

.mkdf-woocommerce-page table.cart tr.cart_item td .product_name {
  padding-left: 35px;
}

.mkdf-woocommerce-page table.cart tr.cart_item td .button {
  float: right;
}

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

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

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

.mkdf-woocommerce-page table.cart td.actions .coupon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}

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

.mkdf-woocommerce-page table.cart td.actions .coupon input[type="text"] {
  margin: 0 22px 0 0;
}

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

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

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

.mkdf-woocommerce-page .cart-collaterals table th {
  width: 20%;
  padding-right: 5px;
  padding-left: 35px;
  border: 0;
  font-weight: 300;
}

.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 .cart-collaterals .checkout-button:hover {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

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

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

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

.mkdf-woocommerce-page .wc-proceed-to-checkout {
  margin-top: 68px;
}

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

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

.mkdf-woocommerce-page .return-to-shop .button:hover {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

/* ==========================================================================
   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 p#billing_first_name_field label, .mkdf-woocommerce-page .woocommerce-checkout p#billing_last_name_field label {
  margin-bottom: 25px !important;
}

.mkdf-woocommerce-page .woocommerce-checkout p#billing_address_1_field label {
  margin-top: 50px !important;
}

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

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

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

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

.mkdf-woocommerce-page .woocommerce-checkout table 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: 14px 0;
  border-bottom: 1px solid #e1e1e1;
}

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

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

.mkdf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment .button:hover {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   WooCommerce Checkout page - Order Received styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Buttons styles - begin
   ========================================================================== */
.woocommerce-page .mkdf-content a.button,
.woocommerce-page .mkdf-content a.added_to_cart,
.woocommerce-page .mkdf-content input[type="submit"],
.woocommerce-page .mkdf-content button[type="submit"]:not(.mkdf-woo-search-widget-button),
.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-woo-search-widget-button),
div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button) {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  outline: none;
  font-size: 11px;
  line-height: 2em;
  font-weight: 600;
  text-transform: uppercase;
  box-sizing: border-box;
  letter-spacing: .3em;
  margin: 0;
  font-family: "Droid_Sans", sans-serif;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 17px 34px;
  font-size: 11px;
  color: #000;
  background-color: transparent;
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid currentColor;
  z-index: 3;
}

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

.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-woo-search-widget-button):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-woo-search-widget-button):hover,
div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button):hover {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}

.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 {
  transform: translateZ(0);
  width: 100px;
  height: 83px;
  letter-spacing: 1px;
  text-align: center;
  z-index: 100;
  box-sizing: border-box;
  position: absolute;
  display: block;
  top: 0;
  padding: 0;
  border-top: 83px solid #000;
  border-right: 100px solid transparent;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

.woocommerce .mkdf-onsale span,
.woocommerce .mkdf-out-of-stock span,
.woocommerce .mkdf-new-product span {
  position: absolute;
  top: -75px;
  left: 10px;
  text-align: center;
  font-size: 13px;
  font-family: "Droid_Sans", sans-serif;
  display: block;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: #fff;
}

.woocommerce .mkdf-onsale {
  left: 0;
}

.woocommerce .mkdf-out-of-stock {
  left: 0;
}

.woocommerce .mkdf-new-product {
  left: 0;
}

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

.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-single-product-content .mkdf-onsale {
  left: 120px;
}

.mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .mkdf-out-of-stock,
.mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .mkdf-new-product {
  right: 0;
}

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

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

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

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

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

/* ==========================================================================
   WooCommerce Message styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Pagination styles - begin
   ========================================================================== */
.mkdf-woo-pagination-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 66px;
  clear: both;
}

.mkdf-woo-pagination-holder .mkdf-woo-pagination-inner {
  position: relative;
  display: table;
  width: 100%;
  text-align: right;
}

.woocommerce-pagination {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 99%;
  margin: 0;
  padding: 0;
}

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

.woocommerce-pagination .page-numbers li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 12px;
  padding: 0;
  vertical-align: top;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  color: #898989;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.woocommerce-pagination .page-numbers li a:hover, .woocommerce-pagination .page-numbers li a.current,
.woocommerce-pagination .page-numbers li span:hover,
.woocommerce-pagination .page-numbers li span.current {
  color: #000;
}

.woocommerce-pagination .page-numbers li a.next, .woocommerce-pagination .page-numbers li a.prev {
  font-size: 0;
  line-height: 1;
  margin: 0 6px 0 4px;
}

.woocommerce-pagination .page-numbers li a.next:before, .woocommerce-pagination .page-numbers li a.prev:before {
  position: relative;
  top: -1px;
  display: block;
  font-family: 'linea-arrows-10';
  font-size: 40px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce-pagination .page-numbers li a.prev:before {
  content: "\e067";
}

.woocommerce-pagination .page-numbers li a.next:before {
  content: "\e069";
}

.mkdf-woo-view-all-pagination {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 1%;
}

.mkdf-woo-view-all-pagination a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0 0 0 2px;
  color: #898989;
}

.mkdf-woo-view-all-pagination a:before {
  content: '|';
  padding: 0 14px 0 0;
  color: #898989;
}

.mkdf-woo-view-all-pagination a:hover {
  color: #000;
}

/* ==========================================================================
   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: #898989;
  background-color: transparent;
  border: 1px solid #e1e1e1;
  border-right: none;
  border-left: none;
  text-align: center;
  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: 56px;
  width: 18px;
  padding: 5px 0;
  margin: 0 22px 0 0;
  font-family: inherit;
  line-height: 42px;
  outline: 0;
}

.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: 22px;
  height: 22px;
  line-height: 20px;
  border-left: 0;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

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

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

.woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-minus,
div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-minus {
  bottom: 0;
  border-top: none;
  line-height: 10px;
}

.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 {
  width: 100%;
  margin: 0 0 49px;
  padding: 7px 0 3px 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  font-weight: inherit;
  color: #acacac;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

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

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

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

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

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

.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: none;
  width: 50%;
  margin: 0 0 30px;
  float: left;
}

.mkdf-woocommerce-page .woocommerce-result-count {
  line-height: 44px;
}

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

.mkdf-woocommerce-page .woocommerce-ordering .orderby {
  width: auto;
  min-width: 250px;
  margin: 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 14px;
}

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

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

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

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

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

.mkdf-woocommerce-page .mkdf-content .variations .reset_variations {
  margin: 0 0 0 15px;
  color: #000;
}

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

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

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

/* ==========================================================================
   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;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

.mkdf-woocommerce-page.woocommerce-account .woocommerce form.login 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: #000;
  margin: 0 0 10px;
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce .button:hover {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mkdf-woocommerce-page.woocommerce-account .vc_row .woocommerce form.login p label:not(.inline) {
  display: block;
  margin: 14px 0;
  color: #000;
  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: #000;
  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;
}

.mkdf-grid-row.mkdf-shop-list-row {
  margin-left: -40px;
  margin-right: -40px;
}

.mkdf-grid-row.mkdf-shop-list-row > div {
  padding-left: 40px;
  padding-right: 40px;
}

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

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

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

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

ul.products > .product .mkdf-pl-rating-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: auto;
  top: 0;
  right: 0;
  text-align: right;
}

ul.products > .product .star-rating {
  font-size: 25px;
  color: #707070;
}

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

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

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

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

ul.products > .product .button,
ul.products > .product .added_to_cart {
  margin: 0;
  color: #ffffff;
  border: 2px solid currentColor;
}

ul.products > .product .button:hover,
ul.products > .product .added_to_cart:hover {
  color: #000;
  border-color: #fff;
  background-color: #fff;
}

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;
  margin-bottom: 30px;
}

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

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

ul.products > .product .mkdf-pl-inner .mkdf-pl-text {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 23px 0 29px;
  opacity: 0;
  background-color: #000000;
  height: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box;
  z-index: 3;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

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

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

ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .mkdf-product-list-title,
ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .price {
  color: #fff;
  font-size: 35px;
  font-family: "ladislav", serif;
  font-weight: 800;
  margin-bottom: 21px;
}

ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .mkdf-product-list-title .woocommerce-Price-currencySymbol,
ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .price .woocommerce-Price-currencySymbol {
  padding-right: 5px;
}

ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .price del {
  color: #ffffff;
}

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: 0;
  position: relative;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding-right: 80px;
  margin-bottom: 23px;
}

ul.products .mkdf-product-list-categories a {
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.15em;
}

.price_slider_wrapper .button {
  margin-top: 0 !important;
}

.price_slider_wrapper .price_label {
  margin-top: 2px;
  line-height: 54px;
}

.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-2 .mkdf-pl-main-holder > .products > .product, .mkdf-woocommerce-columns-2
  .related.products > .products > .product, .mkdf-woocommerce-columns-2
  .upsells.products > .products > .product, .mkdf-woocommerce-columns-2
  .cross-sells > .products > .product {
    width: 50%;
  }
  .mkdf-woocommerce-columns-2 .mkdf-pl-main-holder > .products > .product:nth-child(2n+1), .mkdf-woocommerce-columns-2
  .related.products > .products > .product:nth-child(2n+1), .mkdf-woocommerce-columns-2
  .upsells.products > .products > .product:nth-child(2n+1), .mkdf-woocommerce-columns-2
  .cross-sells > .products > .product:nth-child(2n+1) {
    clear: both;
  }
}

@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: #000;
  font-size: 16px;
  line-height: 1;
}

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

div.woocommerce > .products > .product-category a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.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);
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.2s ease, top 0.2s ease;
  -moz-transition: opacity 0.2s ease, top 0.2s ease;
  transition: opacity 0.2s ease, top 0.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;
}

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;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

div.woocommerce > .single-product .woocommerce-tabs table th {
  color: #000;
  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: 3px 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: #898989;
  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: #898989;
  content: "\e033\e033\e033\e033\e033";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

div.woocommerce > .single-product .related.products .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;
  }
  .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images .woocommerce-product-gallery__image:first-child {
    left: 120px;
    width: calc(100% - 120px);
  }
  .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: 100px;
    height: calc(25% + 5px);
    padding: 0 0 20px;
    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--with-images .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--with-images .woocommerce-product-gallery__image:nth-child(3n) {
    top: calc(25% + 5px);
  }
  .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:nth-child(4n) {
    top: calc(50% + 10px);
  }
  .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:nth-child(5n) {
    top: calc(75% + 15px);
  }
  .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:nth-child(6n) {
    top: calc(100% + 20px);
  }
  .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:nth-child(7n) {
    top: calc(125% + 25px);
  }
  .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:nth-child(8n) {
    top: calc(150% + 30px);
  }
  .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:nth-child(9n) {
    top: calc(175% + 35px);
  }
}

.mkdf-woo-single-page .woocommerce-message a {
  bottom: 10px;
}

.mkdf-woo-single-page .woocommerce-message a:hover {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

.mkdf-woo-single-page .single_add_to_cart_button {
  border-width: 2px !important;
}

.mkdf-woo-single-page .single_add_to_cart_button:hover {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}

.mkdf-woo-single-page .mkdf-social-share-holder ul {
  margin: 0 0 0 2px;
}

.mkdf-woo-single-page .mkdf-social-share-holder.mkdf-list li {
  margin: 0 9px 3px 0;
}

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

.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: 50%;
  margin: 0;
  padding: 0;
  float: left;
  box-sizing: border-box;
}

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

.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;
  box-sizing: border-box;
}

.mkdf-woo-single-page .mkdf-single-product-content .images .woocommerce-product-gallery__image:first-child {
  left: 0;
  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: 50%;
  padding: 0 0 0 14px;
  float: left;
  box-sizing: border-box;
}

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

.mkdf-woo-single-page .mkdf-single-product-summary .price {
  position: relative;
  display: block;
  margin: 14px 0 0;
  line-height: 1;
  color: #000;
  font-family: "ladislav", serif;
  font-size: 35px;
  font-weight: 600;
  color: #000000;
}

.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(0, 0, 0, 0.8);
}

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

.mkdf-woo-single-page .mkdf-single-product-summary .star-rating {
  font-size: 25px;
  letter-spacing: 5px;
}

.mkdf-woo-single-page .mkdf-single-product-summary .star-rating.before {
  font-size: 25px;
  letter-spacing: 5px;
}

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-share-link {
  width: 34px;
  height: 34px;
  line-height: 34px;
}

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

.mkdf-woo-single-page .mkdf-single-product-summary .woocommerce-review-link {
  display: none;
}

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

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

.mkdf-woo-single-page .mkdf-single-product-summary .single_add_to_cart_button {
  margin: 0;
}

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

.mkdf-woo-single-page .mkdf-single-product-summary .product_meta > span {
  display: block;
  margin: 10px 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}

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

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

.mkdf-woo-single-page .mkdf-single-product-summary .product_meta > span > span {
  font-weight: 300;
}

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

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

.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-woo-social-share-holder > span {
  padding: 0 9px 0 0;
  font-weight: 500;
  text-transform: uppercase;
}

.mkdf-woo-single-page .mkdf-single-product-summary p.stock.out-of-stock,
.mkdf-woo-single-page .mkdf-single-product-summary p.stock.in-stock {
  color: #000;
  font-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: 40px 0 0;
}

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

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

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

.mkdf-woo-single-page .woocommerce-tabs p {
  margin-top: 20px;
}

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

.mkdf-woo-single-page .woocommerce-tabs ul.tabs > li {
  float: left;
  margin: 0;
  padding: 0;
}

.mkdf-woo-single-page .woocommerce-tabs ul.tabs > li a {
  padding: 0 11px 0 36px;
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  color: #707070;
  background: transparent;
  border-left: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
  font-family: "Droid_Sans", sans-serif;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  box-sizing: border-box;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

.mkdf-woo-single-page .woocommerce-tabs ul.tabs > li a:before {
  margin-left: -20px;
  content: '+';
  display: inline-block;
  position: absolute;
}

.mkdf-woo-single-page .woocommerce-tabs ul.tabs .active a:before {
  margin-left: -21px;
  content: '-';
  display: inline-block;
  position: absolute;
}

.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: 17px 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;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px;
}

.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: #000;
  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: 2px 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 .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: "*";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  overflow: hidden;
  z-index: -1;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars a.active:after {
  content: "*****";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  font-size: 25px;
  color: #000000;
  letter-spacing: 5px;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond textarea {
  border: 1px solid #e1e1e1;
  padding-left: 15px;
  color: #000;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .submit:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.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 46px;
  text-align: left;
  font-size: 35px;
  text-transform: capitalize;
}

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

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

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

.mkdf-shopping-cart-holder .mkdf-shopping-cart-inner {
  position: relative;
  display: table;
  height: 100%;
}

.mkdf-shopping-cart-holder .mkdf-header-cart {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

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

.mkdf-shopping-cart-holder .mkdf-header-cart .mkdf-cart-icon .mkdf-cart-number {
  position: absolute;
  font-size: 12px;
  top: -9px;
  right: -11px;
  text-align: center;
  border-radius: 50%;
  color: #000;
  background-color: #e1e1e1;
  width: 18px;
  height: 18px;
  line-height: 18px !important;
}

.mkdf-shopping-cart-holder .mkdf-header-cart.mkdf-header-cart-icon-pack .mkdf-cart-icon {
  font-size: 20px;
  line-height: 1em;
}

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

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

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

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

.mkdf-shopping-cart-holder:hover .mkdf-shopping-cart-dropdown {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

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

.mkdf-dark-header .mkdf-page-header > div:not(.mkdf-sticky-header):not(.fixed) .mkdf-shopping-cart-holder .mkdf-header-cart:hover {
  color: rgba(51, 51, 51, 0.8);
}

.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: rgba(255, 255, 255, 0.8);
}

.mkdf-shopping-cart-dropdown {
  position: absolute;
  top: calc(100% + 50px);
  left: auto;
  right: 0;
  width: 345px;
  background-color: #000;
  border: 1px solid #fff;
  text-align: left;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.53, 0.01, 0.18, 1);
  -moz-transition: all 0.35s cubic-bezier(0.53, 0.01, 0.18, 1);
  transition: all 0.35s cubic-bezier(0.53, 0.01, 0.18, 1);
}

.mkdf-shopping-cart-dropdown ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.mkdf-shopping-cart-dropdown ul li {
  padding: 0;
  box-sizing: border-box;
}

.mkdf-shopping-cart-dropdown ul li.mkdf-empty-cart {
  color: #fff;
  padding: 30px;
  font-size: 13px;
  font-weight: 300;
  font-family: "Droid_Sans", sans-serif;
  text-transform: capitalize;
  line-height: 24px;
}

.mkdf-shopping-cart-dropdown ul li ul li {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  margin-bottom: 13px;
}

.mkdf-shopping-cart-dropdown ul li ul li:last-child {
  margin-bottom: -6px;
}

.mkdf-shopping-cart-dropdown ul li.mkdf-cart-list {
  padding: 20px 15px 20px;
  border: 2px solid #fff;
}

.mkdf-shopping-cart-dropdown ul li.mkdf-cart-bottom {
  padding: 15px 12px 12px 12px;
  border: 2px solid #ebebeb;
  background-color: #fff;
}

.mkdf-shopping-cart-dropdown .mkdf-item-image-holder {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 84px;
  vertical-align: top;
}

.mkdf-shopping-cart-dropdown .mkdf-item-image-holder img {
  display: block;
}

.mkdf-shopping-cart-dropdown .mkdf-item-info-holder {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  vertical-align: top;
  padding-left: 20px;
}

.mkdf-shopping-cart-dropdown .mkdf-item-info-holder .mkdf-product-title {
  display: block;
  margin: -8px 0 -2px 0;
  padding: 0 20px 27px 0;
  box-sizing: border-box;
  color: #fff;
}

.mkdf-shopping-cart-dropdown .mkdf-item-info-holder .mkdf-product-title a {
  font-family: "Droid_Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}

.mkdf-shopping-cart-dropdown .mkdf-item-info-holder span {
  color: #fff;
}

.mkdf-shopping-cart-dropdown .mkdf-item-info-holder .remove {
  position: absolute;
  top: -1px;
  right: 0;
  font-size: 22px;
  line-height: 1;
}

.mkdf-shopping-cart-dropdown .mkdf-item-info-holder .remove span {
  display: block;
  line-height: inherit;
}

.mkdf-shopping-cart-dropdown .mkdf-item-info-holder .remove span:before {
  display: block;
  line-height: inherit;
}

.mkdf-shopping-cart-dropdown .mkdf-item-info-holder .mkdf-quantity {
  display: block;
  margin: 3px 0 0;
  color: #fff;
}

.mkdf-shopping-cart-dropdown .mkdf-item-info-holder .amount {
  display: block;
  margin: 3px 0 0;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  font-family: "ladislav", serif;
  padding-bottom: 19px;
}

.mkdf-shopping-cart-dropdown .mkdf-item-info-holder .amount .woocommerce-Price-currencySymbol {
  padding-right: 5px;
}

.mkdf-shopping-cart-dropdown .mkdf-cart-bottom {
  padding: 21px 0 0;
}

.mkdf-shopping-cart-dropdown .mkdf-cart-bottom .mkdf-subtotal-holder {
  position: relative;
  display: table;
  width: 100%;
  margin: 0 0 16px;
}

.mkdf-shopping-cart-dropdown .mkdf-cart-bottom .mkdf-subtotal-holder > * {
  display: table-cell;
  vertical-align: top;
  color: #000;
  line-height: 20px;
}

.mkdf-shopping-cart-dropdown .mkdf-cart-bottom .mkdf-subtotal-holder .mkdf-total-amount, .mkdf-shopping-cart-dropdown .mkdf-cart-bottom .mkdf-subtotal-holder .mkdf-total {
  font-size: 25px;
  font-weight: 800;
  font-family: "ladislav", serif;
}

.mkdf-shopping-cart-dropdown .mkdf-cart-bottom .mkdf-subtotal-holder .mkdf-total-amount {
  text-align: right;
}

.mkdf-shopping-cart-dropdown .mkdf-cart-bottom .mkdf-subtotal-holder .mkdf-view-cart {
  border: 2px solid #000;
  font-size: 10px;
  font-family: "Droid_Sans", sans-serif;
  font-weight: 600;
  color: #000;
}

.mkdf-shopping-cart-dropdown .mkdf-cart-bottom .mkdf-btn-holder {
  display: inline-block;
  width: 49%;
  padding-left: 1px;
}

.mkdf-shopping-cart-dropdown .mkdf-cart-bottom .mkdf-view-cart {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 54px;
  line-height: 54px;
  padding: 0 26px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #000;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #000;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

.mkdf-shopping-cart-dropdown .mkdf-cart-bottom .mkdf-view-cart span {
  display: block;
}

.mkdf-shopping-cart-dropdown .mkdf-cart-bottom .mkdf-view-cart:hover {
  color: #fff;
  background-color: #000;
}

.mkdf-shopping-cart-dropdown .mkdf-cart-bottom .mkdf-checkout {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 54px;
  line-height: 54px;
  padding: 0 26px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  box-sizing: border-box;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  color: #000;
  background-color: #e1e1e1;
}

.mkdf-shopping-cart-dropdown .mkdf-cart-bottom .mkdf-checkout:hover {
  color: #fff;
  background-color: #000;
}

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

/* ==========================================================================
   WooCommerce Dropdown Cart styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Widgets styles - begin
   ========================================================================== */
.widget.woocommerce {
  clear: both;
}

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

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

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

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

.widget.woocommerce.widget_products .star-rating, .widget.woocommerce.widget_top_rated_products .star-rating {
  display: none;
}

.widget.woocommerce.widget_layered_nav ul li, .widget.woocommerce.widget_layered_nav_filters ul li, .widget.woocommerce.widget_product_categories ul li {
  overflow: hidden;
}

.widget.woocommerce.widget_layered_nav ul li a, .widget.woocommerce.widget_layered_nav_filters ul li a, .widget.woocommerce.widget_product_categories ul li a {
  display: inline;
  overflow: hidden;
  padding: 0;
  position: relative;
  letter-spacing: 0.15em;
}

.widget.woocommerce.widget_layered_nav ul li a:after, .widget.woocommerce.widget_layered_nav_filters ul li a:after, .widget.woocommerce.widget_product_categories ul li a:after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #000;
  position: absolute;
  bottom: -3px;
  left: -100%;
  z-index: 0;
  vertical-align: bottom;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  transition: left 0.5s;
}

.widget.woocommerce.widget_layered_nav ul li a:hover:after, .widget.woocommerce.widget_layered_nav_filters ul li a:hover:after, .widget.woocommerce.widget_product_categories ul li a:hover:after {
  left: 0;
}

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

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

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

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

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

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

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

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

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

.widget.woocommerce.widget_layered_nav .mkdf-widget-title {
  margin: 0 0 17px;
}

.widget.woocommerce.widget_layered_nav ul li {
  margin: 2px 0;
}

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

.widget.woocommerce.widget_layered_nav_filters .mkdf-widget-title {
  margin: 0 0 17px;
  letter-spacing: 0.02em !important;
}

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

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  position: absolute;
  top: -4px;
  margin: 0 0 0 -1px;
  cursor: pointer;
  outline: medium none;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 9px;
  height: 9px;
  background: white;
  border: 1px solid black;
  border-radius: 50%;
}

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

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

.widget.woocommerce.widget_price_filter .price_slider_amount .button {
  float: right;
}

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

.widget.woocommerce.widget_price_filter .price_slider_amount .price_label {
  float: left;
  color: #707070;
}

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

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

.widget.woocommerce.widget_products .mkdf-widget-title, .widget.woocommerce.widget_recently_viewed_products .mkdf-widget-title, .widget.woocommerce.widget_recent_reviews .mkdf-widget-title, .widget.woocommerce.widget_top_rated_products .mkdf-widget-title {
  margin: 0 0 29px;
}

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

.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 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 85px;
}

.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 {
  position: relative;
  display: block;
  padding: 0 0 0 98px;
  line-height: 20px;
  box-sizing: border-box;
}

.widget.woocommerce.widget_products ul li > *:not(a), .widget.woocommerce.widget_recently_viewed_products ul li > *:not(a), .widget.woocommerce.widget_recent_reviews ul li > *:not(a), .widget.woocommerce.widget_top_rated_products ul li > *:not(a) {
  margin: 0 0 0 98px;
  line-height: 20px;
}

.widget.woocommerce.widget_products ul li .star-rating, .widget.woocommerce.widget_recently_viewed_products ul li .star-rating, .widget.woocommerce.widget_recent_reviews ul li .star-rating, .widget.woocommerce.widget_top_rated_products ul li .star-rating {
  position: relative;
}

.widget.woocommerce.widget_products ul li .star-rating span, .widget.woocommerce.widget_recently_viewed_products ul li .star-rating span, .widget.woocommerce.widget_recent_reviews ul li .star-rating span, .widget.woocommerce.widget_top_rated_products ul li .star-rating span {
  max-width: 100px;
}

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

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

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

.widget.woocommerce.widget_products ul li .product-title, .widget.woocommerce.widget_recently_viewed_products ul li .product-title, .widget.woocommerce.widget_top_rated_products ul li .product-title {
  color: inherit;
}

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

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

.widget.woocommerce.widget_recent_reviews ul li .star-rating {
  margin-top: 7px;
  margin-bottom: 10px;
}

.widget.woocommerce.widget_recent_reviews a {
  display: block;
  padding: 0 0 0 102px;
}

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

.widget.woocommerce.widget_top_rated_products ul li .star-rating {
  margin-top: 10px;
  margin-bottom: 12px;
}

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

.widget.woocommerce.widget_product_tag_cloud .tagcloud a {
  border-radius: 2px;
  color: #898989;
  display: inline-block;
  font-size: 11px !important;
  font-family: Montserrat,sans-serif;
  font-weight: inherit;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 2px 2px 0;
  padding: 0 5px;
}

.widget.woocommerce .product_list_widget li a .product-title {
  letter-spacing: 0.15em;
  margin-top: 32px;
}

.widget.woocommerce .product_list_widget li a .product-title:after {
  content: '';
  height: 1px;
  width: 120px;
  background-color: #707070;
  left: 0;
  display: block;
  z-index: 0;
  margin: 5px 0 0 0;
}

/* ==========================================================================
   WooCommerce Widgets styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce styles - end
   ========================================================================== */

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