@charset "UTF-8";
/* ==========================================================================
   WooCommerce styles - begin
   ========================================================================== */
.woocommerce-page .eltdf-content input[type="text"],
.woocommerce-page .eltdf-content input[type="email"],
.woocommerce-page .eltdf-content input[type="tel"],
.woocommerce-page .eltdf-content input[type="password"],
.woocommerce-page .eltdf-content textarea,
div.woocommerce input[type="text"],
div.woocommerce input[type="email"],
div.woocommerce input[type="tel"],
div.woocommerce input[type="password"],
div.woocommerce textarea {
  position: relative;
  width: 100%;
  margin: 0 0 15px;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 13px;
  font-weight: inherit;
  line-height: calc(50px - (12px * 2) - 2px);
  color: #333;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  outline: 0;
  cursor: text;
  -webkit-appearance: none;
  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 .eltdf-content input:focus[type="text"],
.woocommerce-page .eltdf-content input:focus[type="email"],
.woocommerce-page .eltdf-content input:focus[type="tel"],
.woocommerce-page .eltdf-content input:focus[type="password"],
.woocommerce-page .eltdf-content textarea:focus,
div.woocommerce input:focus[type="text"],
div.woocommerce input:focus[type="email"],
div.woocommerce input:focus[type="tel"],
div.woocommerce input:focus[type="password"],
div.woocommerce textarea:focus {
  color: #000;
  border-color: #000;
}

.woocommerce-page .eltdf-content input[type="text"]::-webkit-input-placeholder,
.woocommerce-page .eltdf-content input[type="email"]::-webkit-input-placeholder,
.woocommerce-page .eltdf-content input[type="tel"]::-webkit-input-placeholder,
.woocommerce-page .eltdf-content input[type="password"]::-webkit-input-placeholder,
.woocommerce-page .eltdf-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 .eltdf-content input:-moz-placeholder[type="text"],
.woocommerce-page .eltdf-content input:-moz-placeholder[type="email"],
.woocommerce-page .eltdf-content input:-moz-placeholder[type="tel"],
.woocommerce-page .eltdf-content input:-moz-placeholder[type="password"],
.woocommerce-page .eltdf-content textarea:-moz-placeholder,
div.woocommerce input:-moz-placeholder[type="text"],
div.woocommerce input:-moz-placeholder[type="email"],
div.woocommerce input:-moz-placeholder[type="tel"],
div.woocommerce input:-moz-placeholder[type="password"],
div.woocommerce textarea:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.woocommerce-page .eltdf-content input[type="text"]::-moz-placeholder,
.woocommerce-page .eltdf-content input[type="email"]::-moz-placeholder,
.woocommerce-page .eltdf-content input[type="tel"]::-moz-placeholder,
.woocommerce-page .eltdf-content input[type="password"]::-moz-placeholder,
.woocommerce-page .eltdf-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 .eltdf-content input:-ms-input-placeholder[type="text"],
.woocommerce-page .eltdf-content input:-ms-input-placeholder[type="email"],
.woocommerce-page .eltdf-content input:-ms-input-placeholder[type="tel"],
.woocommerce-page .eltdf-content input:-ms-input-placeholder[type="password"],
.woocommerce-page .eltdf-content textarea:-ms-input-placeholder,
div.woocommerce input:-ms-input-placeholder[type="text"],
div.woocommerce input:-ms-input-placeholder[type="email"],
div.woocommerce input:-ms-input-placeholder[type="tel"],
div.woocommerce input:-ms-input-placeholder[type="password"],
div.woocommerce textarea:-ms-input-placeholder {
  color: inherit;
}

/* ==========================================================================
   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, .eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-form-rating .stars a:before, .eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-form-rating .stars a.active:after, .eltdf-product-info .eltdf-pi-rating, .eltdf-plc-holder .eltdf-plc-item .eltdf-plc-rating, .eltdf-pl-holder .eltdf-pli .eltdf-pli-rating {
  font-family: FontAwesome;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 4px;
  -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
   ========================================================================== */
.eltdf-woocommerce-page table.cart thead tr {
  border: 0;
  background-image: radial-gradient(circle at 0% 100%, #000 1px, transparent 1px);
  background-size: 2px 2px;
  background-position: bottom left;
  background-repeat: repeat-x;
}

.eltdf-woocommerce-page table.cart thead tr th {
  padding: 10px 0;
  font-weight: 500;
  line-height: 18px;
  color: #000;
  text-align: left;
}

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

.eltdf-woocommerce-page table.cart tr.cart_item {
  background-image: radial-gradient(circle at 0% 100%, #000 1px, transparent 1px);
  background-size: 2px 2px;
  background-position: bottom left;
  background-repeat: repeat-x;
}

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

.eltdf-woocommerce-page table.cart tr.cart_item td.product-name a {
  position: relative;
}

.eltdf-woocommerce-page table.cart tr.cart_item td.product-name a:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e08686;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}

.eltdf-woocommerce-page table.cart tr.cart_item td.product-name a:hover {
  color: #333;
}

.eltdf-woocommerce-page table.cart tr.cart_item td.product-name a:hover:after {
  width: 100%;
}

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

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

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

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

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

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .eltdf-woocommerce-page table.cart tr.cart_item td.product-thumbnail {
    max-width: 86px;
  }
}

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

.eltdf-woocommerce-page table.cart tr.cart_item td.product-subtotal .amount {
  color: #000;
}

.eltdf-woocommerce-page table.cart tr.cart_item td .amount {
  font-weight: 500;
  color: #000;
  font-size: 19px;
  line-height: 1.578947368421053em;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  color: #333;
}

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

.eltdf-woocommerce-page table.cart tr.cart_item td .variation dt {
  font-size: inherit;
}

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

.eltdf-woocommerce-page table.cart td.actions {
  padding: 35px 0 36px;
  text-align: inherit;
}

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

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

.eltdf-woocommerce-page table.cart td.actions .coupon input[type="text"] {
  padding: 12px 16px;
}

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

.eltdf-woocommerce-page table.cart td.actions .button {
  margin: 0 0 0 22px;
  vertical-align: top !important;
}

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

.eltdf-woocommerce-page .cart-collaterals strong {
  font-weight: 500;
}

.eltdf-woocommerce-page .cart-collaterals h2 {
  position: relative;
  display: block;
  margin: 0 0 26px;
  font-weight: 500;
  color: #000;
  font-size: 19px;
  line-height: 1.578947368421053em;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
}

.eltdf-woocommerce-page .cart-collaterals table {
  margin: 0 0 35px;
}

.eltdf-woocommerce-page .cart-collaterals table tr {
  border: 0;
  background-image: radial-gradient(circle at 0% 100%, #000 1px, transparent 1px);
  background-size: 2px 2px;
  background-position: bottom left;
  background-repeat: repeat-x;
}

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

.eltdf-woocommerce-page .cart-collaterals table th {
  width: 20%;
  padding-right: 5px;
  font-weight: 500;
  color: #000;
  border: 0;
}

.eltdf-woocommerce-page .cart-collaterals table .amount {
  font-weight: 500;
  color: #000;
  font-size: 19px;
  line-height: 1.578947368421053em;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  color: #333;
}

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

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

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

.eltdf-woocommerce-page .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
  display: block;
  margin: 0 0 10px;
}

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

.eltdf-woocommerce-page .cross-sells {
  margin: 30px 0 0;
}

.eltdf-woocommerce-page .cross-sells .eltdf-cross-sells-dashed {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.eltdf-woocommerce-page .cross-sells .eltdf-cross-sells-dashed h6 {
  flex-shrink: 0;
  padding-right: 20px;
}

.eltdf-woocommerce-page .cross-sells .eltdf-cross-sells-dashed .eltdf-dashed-line {
  position: relative;
  background-image: radial-gradient(circle at 0% 100%, #000 1px, transparent 1px);
  background-size: 2px 2px;
  background-position: bottom left;
  background-repeat: repeat-x;
  width: 100%;
  bottom: 33px;
}

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

.eltdf-woocommerce-page .cart_totals .eltdf-cross-sells-dashed {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.eltdf-woocommerce-page .cart_totals .eltdf-cross-sells-dashed h6 {
  flex-shrink: 0;
  padding-right: 20px;
}

.eltdf-woocommerce-page .cart_totals .eltdf-cross-sells-dashed .eltdf-dashed-line {
  position: relative;
  background-image: radial-gradient(circle at 0% 100%, #000 1px, transparent 1px);
  background-size: 2px 2px;
  background-position: bottom left;
  background-repeat: repeat-x;
  width: 100%;
  bottom: 33px;
}

.eltdf-woocommerce-page .cart_totals .order-total .amount {
  color: #000;
}

.eltdf-woocommerce-page .cart-empty {
  position: relative;
  display: block;
  text-align: center;
  margin: 40px 0 33px;
  font-weight: 500;
  color: #000;
  font-size: 28px;
  line-height: 1.357142857142857em;
  letter-spacing: 0.02em;
  font-family: "Heebo", sans-serif;
}

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

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

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

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

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

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

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

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

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

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

.eltdf-woocommerce-page .woocommerce-checkout .woocommerce-billing-fields p .required {
  text-decoration: none;
}

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

.eltdf-woocommerce-page .woocommerce-checkout .col-1 h3,
.eltdf-woocommerce-page .woocommerce-checkout .col-2 h3 {
  margin: 8px 0 25px;
  font-weight: 500;
  color: #000;
  font-size: 25px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
}

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

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

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

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

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

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

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

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

.eltdf-woocommerce-page .woocommerce-checkout h3#order_review_heading {
  margin: 18px 0;
  font-weight: 500;
  color: #000;
  font-size: 25px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
}

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

.eltdf-woocommerce-page .woocommerce-checkout table strong {
  font-weight: 500;
}

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

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

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

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

.eltdf-woocommerce-page .woocommerce-checkout table tr.order-total .amount {
  color: #000;
}

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

.eltdf-woocommerce-page .woocommerce-checkout table th {
  font-weight: 500;
  color: #000;
  border: 0;
}

.eltdf-woocommerce-page .woocommerce-checkout table .amount {
  font-weight: 500;
  color: #000;
  font-size: 19px;
  line-height: 1.578947368421053em;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  color: #333;
}

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

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

.eltdf-woocommerce-page .woocommerce-checkout table .variation dt {
  font-weight: 500;
  color: #000;
}

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

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

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

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

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

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

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

.eltdf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment .woocommerce-privacy-policy-text {
  margin: 0 0 37px;
}

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

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

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

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

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

.eltdf-woocommerce-page.woocommerce-order-received .woocommerce ul.order_details li strong {
  color: #000;
}

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

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

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

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

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

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

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

.eltdf-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses .col-1,
.eltdf-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;
}

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

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

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

.eltdf-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 .eltdf-content a.button,
.woocommerce-page .eltdf-content a.added_to_cart,
.woocommerce-page .eltdf-content input[type="submit"],
.woocommerce-page .eltdf-content button[type="submit"]:not(.eltdf-search-submit),
.woocommerce-page .eltdf-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(.eltdf-search-submit),
div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button) {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.14em;
  font-family: "Heebo", sans-serif;
  text-transform: uppercase;
  outline: none;
  box-sizing: border-box;
  -webkit-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  padding: 9px 26px;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  white-space: nowrap;
  cursor: pointer;
  z-index: 3;
}

.woocommerce-page .eltdf-content a.button:hover,
.woocommerce-page .eltdf-content a.added_to_cart:hover,
.woocommerce-page .eltdf-content input[type="submit"]:hover,
.woocommerce-page .eltdf-content button[type="submit"]:not(.eltdf-search-submit):hover,
.woocommerce-page .eltdf-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(.eltdf-search-submit):hover,
div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button):hover {
  color: #fff;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}

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

.eltdf-woocommerce-page.woocommerce-cart a.button,
.eltdf-woocommerce-page.woocommerce-cart input[type="submit"],
.eltdf-woocommerce-page.woocommerce-cart button[type="submit"]:not(.eltdf-search-submit), .eltdf-woocommerce-page.woocommerce-checkout a.button,
.eltdf-woocommerce-page.woocommerce-checkout input[type="submit"],
.eltdf-woocommerce-page.woocommerce-checkout button[type="submit"]:not(.eltdf-search-submit), .eltdf-woocommerce-page.woocommerce-account a.button,
.eltdf-woocommerce-page.woocommerce-account input[type="submit"],
.eltdf-woocommerce-page.woocommerce-account button[type="submit"]:not(.eltdf-search-submit) {
  padding: 12px 50px;
}

/* ==========================================================================
   WooCommerce Buttons styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Onsale and Out of Stock styles - begin
   ========================================================================== */
.woocommerce .eltdf-onsale,
.woocommerce .eltdf-out-of-stock,
.woocommerce .eltdf-new-product {
  position: absolute;
  display: block;
  top: 0;
  width: auto;
  height: 20px;
  margin: 0;
  padding: 0 12px;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: .115em;
  text-align: center;
  z-index: 100;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

.woocommerce .eltdf-onsale {
  left: 0;
  background-color: #e08686;
  text-transform: uppercase;
}

.woocommerce .eltdf-out-of-stock {
  left: 0;
  background-color: #000;
  text-transform: uppercase;
}

.woocommerce .eltdf-new-product {
  left: 0;
  background-color: #f7e7e7;
  color: #d98585;
  text-transform: uppercase;
}

.eltdf-woo-single-page .eltdf-single-product-content .eltdf-onsale,
.eltdf-woo-single-page .eltdf-single-product-content .eltdf-out-of-stock,
.eltdf-woo-single-page .eltdf-single-product-content .eltdf-new-product {
  left: 10px;
}

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

.eltdf-woo-single-page.eltdf-woo-single-page-sticky-info .eltdf-onsale,
.eltdf-woo-single-page.eltdf-woo-single-page-sticky-info .eltdf-out-of-stock,
.eltdf-woo-single-page.eltdf-woo-single-page-sticky-info .eltdf-new-product {
  left: 0;
}

/* ==========================================================================
   WooCommerce Onsale and Out of Stock styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Message styles - begin
   ========================================================================== */
.eltdf-woocommerce-page .woocommerce-message,
.eltdf-woocommerce-page .woocommerce-info,
.eltdf-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 #000;
}

.eltdf-woocommerce-page .woocommerce-message > a,
.eltdf-woocommerce-page .woocommerce-info > a,
.eltdf-woocommerce-page .woocommerce-error > a {
  position: relative;
  color: #333;
}

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

.eltdf-woocommerce-page .woocommerce-message > a.button,
.eltdf-woocommerce-page .woocommerce-info > a.button,
.eltdf-woocommerce-page .woocommerce-error > a.button {
  top: -3px;
}

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

.eltdf-woocommerce-page .woocommerce-info .showcoupon {
  color: #333;
}

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

/* ==========================================================================
   WooCommerce Message styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Pagination styles - begin
   ========================================================================== */
.woocommerce-pagination {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 43px 0 0;
  padding: 40px 0 0;
  clear: both;
  background-image: radial-gradient(circle at 0% 100%, #000 1px, transparent 1px);
  background-size: 2px 2px;
  background-position: top left;
  background-repeat: repeat-x;
  margin: 11px 0 0;
}

@media only screen and (max-width: 1024px) {
  .eltdf-sidebar-enabled .woocommerce-pagination {
    margin-bottom: 50px;
  }
}

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

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

.woocommerce-pagination ul li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0 7px;
  font-weight: 400;
  color: #000;
}

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

.woocommerce-pagination ul li.eltdf-pag-active a {
  color: #e08686;
}

.woocommerce-pagination ul li.eltdf-pag-prev, .woocommerce-pagination ul li.eltdf-pag-next {
  position: relative;
  top: -3px;
}

.woocommerce-pagination ul li.eltdf-pag-prev a, .woocommerce-pagination ul li.eltdf-pag-next a {
  opacity: 1;
}

.woocommerce-pagination ul li.eltdf-pag-prev a.eltdf-pag-no-link, .woocommerce-pagination ul li.eltdf-pag-next a.eltdf-pag-no-link {
  pointer-events: none;
  opacity: 0;
  cursor: not-allowed;
}

.woocommerce-pagination ul li.eltdf-pag-prev {
  float: left;
}

.woocommerce-pagination ul li.eltdf-pag-prev a {
  padding-left: 0;
  white-space: nowrap;
}

.woocommerce-pagination ul li.eltdf-pag-prev a .arrow_carrot-left,
.woocommerce-pagination ul li.eltdf-pag-prev a .eltdf-pag-prev-text {
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce-pagination ul li.eltdf-pag-prev a .arrow_carrot-left {
  float: left;
  margin-right: 7px;
  font-size: 24px;
}

.woocommerce-pagination ul li.eltdf-pag-prev a .eltdf-pag-prev-text {
  position: relative;
  top: 1px;
  text-transform: capitalize;
  font-family: "Heebo", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .02em;
}

.woocommerce-pagination ul li.eltdf-pag-next {
  float: right;
}

.woocommerce-pagination ul li.eltdf-pag-next a {
  padding-right: 0;
  white-space: nowrap;
}

.woocommerce-pagination ul li.eltdf-pag-next a .arrow_carrot-right,
.woocommerce-pagination ul li.eltdf-pag-next a .eltdf-pag-next-text {
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce-pagination ul li.eltdf-pag-next a .arrow_carrot-right {
  float: right;
  margin-left: 7px;
  font-size: 24px;
}

.woocommerce-pagination ul li.eltdf-pag-next a .eltdf-pag-next-text {
  position: relative;
  top: 1px;
  text-transform: capitalize;
  font-family: "Heebo", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .02em;
}

.woocommerce-pagination ul li.eltdf-pag-first, .woocommerce-pagination ul li.eltdf-pag-last {
  margin: 0 2px;
}

.woocommerce-pagination ul li.eltdf-pag-first a, .woocommerce-pagination ul li.eltdf-pag-last a {
  font-size: 21px;
}

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

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

.woocommerce-pagination ul li span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  color: #e08686;
}

.woocommerce-pagination ul li a.next, .woocommerce-pagination ul li a.prev {
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  position: absolute;
  top: -2px;
}

.woocommerce-pagination ul li a.next:before, .woocommerce-pagination ul li a.next:after, .woocommerce-pagination ul li a.prev:before, .woocommerce-pagination ul li a.prev:after {
  display: inline-block;
  vertical-align: middle;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce-pagination ul li a.next:before, .woocommerce-pagination ul li a.prev:before {
  font-family: 'IonIcons';
  font-size: 24px;
}

.woocommerce-pagination ul li a.next:after, .woocommerce-pagination ul li a.prev:after {
  font-family: "Heebo", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .02em;
}

.woocommerce-pagination ul li a.prev {
  left: 0;
  padding-left: 0;
}

.woocommerce-pagination ul li a.prev:before {
  content: "\f361";
  float: left;
  margin-right: 7px;
}

.woocommerce-pagination ul li a.prev:after {
  content: 'Prev';
}

.woocommerce-pagination ul li a.next {
  right: 0;
  padding-right: 0;
}

.woocommerce-pagination ul li a.next:before {
  content: "\f363";
  float: right;
  margin-left: 7px;
}

.woocommerce-pagination ul li a.next:after {
  content: 'Next';
}

.woocommerce-pagination .page-numbers {
  position: relative;
}

.woocommerce-pagination ul li {
  position: static;
}

/* ==========================================================================
   WooCommerce Pagination styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Quantity Inputs styles - begin
   ========================================================================== */
.woocommerce-page .eltdf-content .eltdf-quantity-buttons,
div.woocommerce .eltdf-quantity-buttons {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

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

.woocommerce-page .eltdf-content .eltdf-quantity-buttons .eltdf-quantity-input,
div.woocommerce .eltdf-quantity-buttons .eltdf-quantity-input {
  position: relative;
  top: -1px;
  height: 44px;
  width: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-size: 19px;
  line-height: 1.578947368421053em;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}

.woocommerce-page .eltdf-content .eltdf-quantity-buttons .eltdf-quantity-minus,
.woocommerce-page .eltdf-content .eltdf-quantity-buttons .eltdf-quantity-plus,
div.woocommerce .eltdf-quantity-buttons .eltdf-quantity-minus,
div.woocommerce .eltdf-quantity-buttons .eltdf-quantity-plus {
  position: relative;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  line-height: 20px;
  border-left: 0;
  cursor: pointer;
  border: 1px solid #000;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.woocommerce-page .eltdf-content .eltdf-quantity-buttons .eltdf-quantity-minus:hover,
.woocommerce-page .eltdf-content .eltdf-quantity-buttons .eltdf-quantity-plus:hover,
div.woocommerce .eltdf-quantity-buttons .eltdf-quantity-minus:hover,
div.woocommerce .eltdf-quantity-buttons .eltdf-quantity-plus:hover {
  color: #e08686;
  border: 1px solid #e08686;
}

.woocommerce-page .eltdf-content .eltdf-quantity-buttons .eltdf-quantity-minus:before, .woocommerce-page .eltdf-content .eltdf-quantity-buttons .eltdf-quantity-minus:after,
.woocommerce-page .eltdf-content .eltdf-quantity-buttons .eltdf-quantity-plus:before,
.woocommerce-page .eltdf-content .eltdf-quantity-buttons .eltdf-quantity-plus:after,
div.woocommerce .eltdf-quantity-buttons .eltdf-quantity-minus:before,
div.woocommerce .eltdf-quantity-buttons .eltdf-quantity-minus:after,
div.woocommerce .eltdf-quantity-buttons .eltdf-quantity-plus:before,
div.woocommerce .eltdf-quantity-buttons .eltdf-quantity-plus:after {
  content: '';
  position: absolute;
  background: currentColor;
}

.woocommerce-page .eltdf-content .eltdf-quantity-buttons .eltdf-quantity-plus:before,
div.woocommerce .eltdf-quantity-buttons .eltdf-quantity-plus:before {
  top: 13px;
  left: 3px;
  right: 3px;
  height: 1px;
}

.woocommerce-page .eltdf-content .eltdf-quantity-buttons .eltdf-quantity-plus:after,
div.woocommerce .eltdf-quantity-buttons .eltdf-quantity-plus:after {
  top: 3px;
  left: 13px;
  bottom: 3px;
  width: 1px;
}

.woocommerce-page .eltdf-content .eltdf-quantity-buttons .eltdf-quantity-minus:before,
div.woocommerce .eltdf-quantity-buttons .eltdf-quantity-minus:before {
  top: 13px;
  left: 3px;
  right: 3px;
  height: 1px;
}

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

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

.eltdf-woocommerce-page .woocommerce-result-count {
  line-height: 50px;
}

.eltdf-woocommerce-page .woocommerce-ordering {
  position: relative;
  right: 1px;
  font-size: 13px;
  text-align: right;
}

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

.eltdf-woocommerce-page .woocommerce-ordering .select2 {
  margin-bottom: 0;
}

.eltdf-woocommerce-page .woocommerce-ordering .select2-container--default .select2-selection--single {
  font-size: 13px;
  border: 1px solid #e5e5e5;
}

.eltdf-woocommerce-page .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow {
  border-left: 1px solid #e5e5e5;
}

.eltdf-woocommerce-page .select2-container--default {
  font-size: 13px;
}

.eltdf-woocommerce-page .select2-container--default .select2-dropdown {
  border: 1px solid #e5e5e5;
}

.eltdf-woocommerce-page .select2-container--default .select2-dropdown .select2-results__options {
  padding: 2px 16px;
}

/* ==========================================================================
   WooCommerce Result and Ordering styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Select 2 Script override - begin
   ========================================================================== */
.eltdf-woocommerce-page.woocommerce-checkout .select2-container--default .select2-selection--single,
.eltdf-woocommerce-page.woocommerce-checkout .select2-container--default .select2-selection__arrow, .eltdf-woocommerce-page.woocommerce-account .select2-container--default .select2-selection--single,
.eltdf-woocommerce-page.woocommerce-account .select2-container--default .select2-selection__arrow {
  border-color: #e5e5e5;
}

.eltdf-woocommerce-page .cart-collaterals .woocommerce-shipping-calculator .select2-container--default {
  width: 100% !important;
  margin: 0 0 25px;
}

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

.woocommerce .star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  letter-spacing: 4px;
}

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

.woocommerce .star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  font-weight: 300;
  letter-spacing: 4px;
}

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

.eltdf-woocommerce-page .eltdf-content .variations tr {
  padding: 0 0 20px;
  border: 0;
}

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

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

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

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

.eltdf-woocommerce-page .eltdf-content .variations td.value select {
  width: auto;
  min-width: 200px;
}

.eltdf-woocommerce-page .eltdf-content .variations .reset_variations {
  margin: 1px 0 0 15px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #000;
}

.eltdf-woocommerce-page .eltdf-content .variations .reset_variations:hover:after {
  width: 100%;
}

.eltdf-woocommerce-page .eltdf-content .variations .reset_variations:after {
  content: '';
  position: relative;
  display: block;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e08686;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

.eltdf-woocommerce-page .eltdf-content .single_variation_wrap {
  margin: 15px 0 0;
}

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

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

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

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

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

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

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

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

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

.eltdf-woocommerce-page .eltdf-content table.group_table td.woocommerce-grouped-product-list-item__label, .eltdf-woocommerce-page .eltdf-content table.group_table td.woocommerce-grouped-product-list-item__price {
  font-weight: 500;
  color: #000;
  font-size: 19px;
  line-height: 1.578947368421053em;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  vertical-align: middle;
}

.eltdf-woocommerce-page .eltdf-content table.group_table .eltdf-quantity-buttons {
  margin: 0;
  white-space: nowrap;
}

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

.eltdf-woocommerce-page .eltdf-content table.group_table a:hover {
  color: #e08686;
}

/* ==========================================================================
   WooCommerce Variation styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce MyAccount page styles - begin
   ========================================================================== */
.eltdf-woocommerce-page.woocommerce-account strong {
  font-weight: 400;
}

.eltdf-woocommerce-page.woocommerce-account .woocommerce-message > a.button,
.eltdf-woocommerce-page.woocommerce-account .woocommerce-info > a.button,
.eltdf-woocommerce-page.woocommerce-account .woocommerce-error > a.button {
  top: -6px;
}

.eltdf-woocommerce-page.woocommerce-account input + span,
.eltdf-woocommerce-page.woocommerce-account textarea + span {
  display: inline-block;
  margin: 0 0 15px;
}

.eltdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation,
.eltdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 320px) {
  .eltdf-woocommerce-page.woocommerce-account .woocommerce form.login button[name="login"] {
    padding: 10px 46px;
  }
}

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

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

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

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

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

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

.eltdf-woocommerce-page.woocommerce-account .woocommerce > h2,
.eltdf-woocommerce-page.woocommerce-account .woocommerce > header h2 {
  display: block;
  margin: 16px 0 25px;
  font-weight: 500;
  color: #000;
  font-size: 40px;
  line-height: 1.25em;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
}

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

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

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

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

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

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

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

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

.eltdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses .col-1,
.eltdf-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;
}

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

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

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

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

.eltdf-woocommerce-page.woocommerce-account .vc_row .woocommerce > h2 {
  font-weight: 500;
  color: #000;
  font-size: 40px;
  line-height: 1.25em;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  margin: 0 0 25px;
}

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

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

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

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

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

.eltdf-woocommerce-page.woocommerce-account.woocommerce-edit-address .woocommerce > form:not(.login) {
  margin: 0 0 15px;
}

.eltdf-woocommerce-page.woocommerce-account.woocommerce-edit-address .woocommerce > form:not(.login) > *:first-child {
  margin: 0 0 25px;
}

.eltdf-woocommerce-page.woocommerce-account.woocommerce-edit-address .woocommerce > form:not(.login) p {
  margin: 0;
}

.eltdf-woocommerce-page.woocommerce-account.woocommerce-edit-address .woocommerce > form:not(.login) label {
  display: block;
  margin: 0 0 5px;
}

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

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

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

.eltdf-woocommerce-page.eltdf-woocommerce-order-tracking .woocommerce > .track_order input[type="text"],
.eltdf-woocommerce-page.eltdf-woocommerce-order-tracking .woocommerce > .track_order input[type="email"],
.eltdf-woocommerce-page.eltdf-woocommerce-order-tracking .woocommerce > .track_order input[type="tel"],
.eltdf-woocommerce-page.eltdf-woocommerce-order-tracking .woocommerce > .track_order input[type="password"],
.eltdf-woocommerce-page.eltdf-woocommerce-order-tracking .woocommerce > .track_order textarea {
  margin: 0 0 11px;
}

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

.eltdf-woocommerce-page.eltdf-woocommerce-order-tracking .woocommerce > .track_order .form-row-first label,
.eltdf-woocommerce-page.eltdf-woocommerce-order-tracking .woocommerce > .track_order .form-row-last label {
  display: block;
  margin: 12px 0;
  font-weight: 500;
  color: #000;
  font-size: 25px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
}

.eltdf-woocommerce-page.eltdf-woocommerce-order-tracking .woocommerce > .track_order .button {
  margin: 12px 0 0;
  padding: 11px 64px;
}

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

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

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

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

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

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

ul.products > .product .eltdf-pl-action {
  z-index: 12;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

ul.products > .product:hover .eltdf-pl-action {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

ul.products > .product:hover .eltdf-pl-inner .eltdf-pl-image img {
  transform: scale(1.04);
}

ul.products > .product .eltdf-product-list-title {
  margin: -2px 0 0 0;
}

ul.products > .product .eltdf-product-list-title a {
  color: #333;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

ul.products > .product .eltdf-product-list-title a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e08686;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}

ul.products > .product .eltdf-product-list-title a:hover {
  color: #333;
}

ul.products > .product .eltdf-product-list-title a:hover:after {
  width: 100%;
}

ul.products > .product .eltdf-e-categories {
  margin: 0 0 0;
  color: #e08686;
  font-weight: 500;
  letter-spacing: .02em;
}

ul.products > .product .eltdf-e-categories a {
  color: #e08686;
  color: #e08686;
  font-weight: 500;
  letter-spacing: .02em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

ul.products > .product .eltdf-e-categories a:hover {
  color: inherit;
  opacity: .8;
}

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

ul.products > .product .price {
  position: relative;
  display: block;
  margin: 3px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
}

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

ul.products > .product .price del {
  margin: 0 3px 0 0;
  color: #e08686;
}

ul.products > .product .price del > span {
  color: black;
}

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

ul.products > .product .yith-wcwl-add-to-wishlist a {
  display: block;
}

ul.products > .product .add_to_cart_button:after {
  content: "+";
  font-size: 19px;
  bottom: 2px;
  position: relative;
  vertical-align: super;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  ul.products > .product .add_to_cart_button:after {
    bottom: 0;
  }
}

ul.products > .product .added_to_cart:after {
  content: "a";
  font-size: 14px;
  font-family: "linea-ecommerce-10" !important;
  text-transform: none !important;
}

ul.products > .product .button.eltdf-out-of-stock:after,
ul.products > .product .product_type_simple:not(.add_to_cart_button):after,
ul.products > .product .product_type_grouped:after,
ul.products > .product .product_type_variable:after {
  content: "\e090";
  font-size: 13px;
  top: 1px;
}

ul.products > .product .product_type_external:after {
  content: "" !important;
  font-family: FontAwesome !important;
  font-size: 15px;
}

ul.products > .product .yith-wcqv-button:after {
  content: "\e087";
  font-size: 17px;
}

ul.products > .product .button,
ul.products > .product .added_to_cart,
ul.products > .product .yith-wcwl-add-to-wishlist {
  position: relative;
  font-size: 0;
  display: inline-block;
  height: 36px;
  width: 36px;
  padding: 0;
  border: 0;
  line-height: 36px;
  color: #fff;
  background-color: #000;
  box-sizing: border-box;
  margin-right: 1px;
  z-index: 3;
}

ul.products > .product .button:after,
ul.products > .product .added_to_cart:after,
ul.products > .product .yith-wcwl-add-to-wishlist:after {
  font-family: 'simple-line-icons';
}

ul.products > .product .button:hover,
ul.products > .product .added_to_cart:hover,
ul.products > .product .yith-wcwl-add-to-wishlist:hover {
  color: #e08686;
}

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

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

ul.products > .product .eltdf-pl-text-wrapper-variations {
  margin: 11px 0 0;
  z-index: 9;
}

.eltdf-woo-pl-info-on-image-hover ul.products > .product .eltdf-pl-text-wrapper-variations {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.eltdf-woo-pl-info-below-image ul.products > .product .eltdf-pl-text-wrapper-variations {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

ul.products > .product .variations_form {
  position: relative;
  top: 0;
  flex-shrink: 0;
}

ul.products > .product .variations_form.cart {
  margin: 0;
}

ul.products > .product .variations_form.cart div.variations {
  margin: 0;
}

ul.products > .product .variations_form .select_option {
  position: relative;
  z-index: 1;
}

ul.products > .product .variations_form .pa_color select {
  border: 1px solid #e5e5e5;
  color: #333;
  letter-spacing: .02em;
  font-size: 12px;
  padding: 2px;
}

ul.products > .product .variations_form .select_box_colorpicker {
  top: 1px;
}

ul.products > .product .variations_form .select_box_colorpicker:after {
  margin-bottom: 0;
}

ul.products > .product .variations_form .select_box_colorpicker .select_option_colorpicker {
  margin-right: 2px;
  border: none;
  border-radius: 50%;
}

ul.products > .product .variations_form .select_box_colorpicker .select_option_colorpicker .yith_wccl_value {
  width: 7px;
  height: 7px;
  min-width: auto;
  border: 0;
  border-radius: 50%;
  cursor: default;
}

ul.products > .product .variations_form .select_box_label {
  top: 3px;
}

.eltdf-woo-pl-info-on-image-hover ul.products > .product .variations_form .select_box_label {
  color: #fff;
}

ul.products > .product .variations_form .select_box_label:after {
  margin-bottom: 0;
}

ul.products > .product .variations_form .select_box_label .select_option_label {
  margin-right: 1px;
  border: none;
}

ul.products > .product .variations_form .select_box_label .select_option_label:hover, ul.products > .product .variations_form .select_box_label .select_option_label.selected {
  color: #e08686;
}

.eltdf-woo-pl-info-on-image-hover ul.products > .product .variations_form .select_box_label .select_option_label:hover, .eltdf-woo-pl-info-on-image-hover ul.products > .product .variations_form .select_box_label .select_option_label.selected {
  color: #e08686;
}

ul.products > .product .variations_form .select_box_label .select_option .yith_wccl_value {
  min-width: auto;
  height: 13px;
  font-size: 10px;
  line-height: 15px;
  border: none;
}

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

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

ul.products > .product .eltdf-pl-inner .eltdf-pl-image img {
  display: block;
  width: 100%;
  transform: scale(1) translateZ(0);
  transition: transform .3s ease-in-out;
}

ul.products > .product .eltdf-pl-inner .eltdf-pl-image .eltdf-pl-text-inner .button:hover {
  background-color: #000;
}

ul.products > .product .eltdf-pl-inner .eltdf-pl-text {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

ul.products > .product .eltdf-pl-inner .eltdf-pl-text .eltdf-pl-action a.added_to_cart:hover {
  background-color: #000;
}

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

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

.eltdf-woo-pl-info-on-image-hover ul.products > .product .eltdf-pl-inner .eltdf-pl-text-inner {
  top: 0;
}

ul.products > .product .eltdf-pl-inner .eltdf-pl-text-inner .eltdf-product-list-title a {
  color: #e08686;
}

ul.products > .product .eltdf-pl-inner .eltdf-pl-text-inner .price,
ul.products > .product .eltdf-pl-inner .eltdf-pl-text-inner .star-rating {
  color: #000;
}

ul.products > .product .eltdf-pl-inner .eltdf-pl-text-inner .price del {
  margin: 0 3px 0 0;
}

ul.products > .product .eltdf-pl-inner .eltdf-pl-text-inner .price del > span {
  color: #000;
}

ul.products > .product .eltdf-pl-inner .eltdf-pl-text-inner .eltdf-pl-action {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.eltdf-woo-pl-info-on-image-hover ul.products > .product .eltdf-pl-inner .eltdf-pl-text-inner .eltdf-pl-action {
  margin: 17px 0 0;
}

ul.products > .product .eltdf-pl-inner .eltdf-pl-text-inner .eltdf-pl-action .product_type_variable:not(.add_to_cart_button) {
  display: none;
}

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

ul.products > .product .eltdf-pl-text-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 1px 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 1025px) {
  .eltdf-woocommerce-columns-4 .eltdf-pl-main-holder > .products > .product, .eltdf-woocommerce-columns-4
  .related.products > .products > .product, .eltdf-woocommerce-columns-4
  .upsells.products > .products > .product, .eltdf-woocommerce-columns-4
  .cross-sells > .products > .product {
    width: 25%;
  }
  .eltdf-woocommerce-columns-4 .eltdf-pl-main-holder > .products > .product:nth-child(4n+1), .eltdf-woocommerce-columns-4
  .related.products > .products > .product:nth-child(4n+1), .eltdf-woocommerce-columns-4
  .upsells.products > .products > .product:nth-child(4n+1), .eltdf-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
   ========================================================================== */
.eltdf-content .woocommerce.add_to_cart_inline {
  margin: 0;
  width: auto;
}

.eltdf-content .woocommerce.add_to_cart_inline del,
.eltdf-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 -10px;
}

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

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

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

div.woocommerce > .single-product .images .woocommerce-product-gallery__image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0 10px;
  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 .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:not(:first-child) {
  width: 20%;
}

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 #000;
  border-bottom: 1px solid #000;
  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: 19px;
  line-height: 1.578947368421053em;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  margin: 8px 0 24px;
}

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

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

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

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

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

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

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

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

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

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

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

div.woocommerce > .single-product .woocommerce-tabs #reviews .comment-respond .stars a:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2px;
  color: #333;
  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: "Font Awesome 5 Free";
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2px;
  color: #333;
  content: "\f005\f005\f005\f005\f005";
  font-weight: 900;
  -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 #000;
}

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

/* Woocommerce Product Page shortcode style - end
========================================================================== */
/* ==========================================================================
   WooCommerce Single Product Page styles - begin
   ========================================================================== */
.eltdf-woo-single-page.eltdf-woo-single-description-full-width .eltdf-content .eltdf-content-inner .eltdf-container .eltdf-container-inner {
  width: 100%;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images figure {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images .woocommerce-product-gallery__image:first-child {
    left: 138px;
    width: calc(100% - 138px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 118px;
    padding: 0 0 20px;
    box-sizing: border-box;
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) a {
    height: 100%;
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) a img {
    height: 100%;
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:not(:first-child) {
    height: calc(50% + 10px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(2n) {
    top: calc(0% + 0px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(3n) {
    top: calc(50% + 10px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(4n) {
    top: calc(100% + 20px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(5n) {
    top: calc(150% + 30px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(6n) {
    top: calc(200% + 40px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(7n) {
    top: calc(250% + 50px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(8n) {
    top: calc(300% + 60px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(9n) {
    top: calc(350% + 70px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:not(:first-child) {
    height: calc(33.33333% + 6.66667px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(2n) {
    top: calc(0% + 0px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(3n) {
    top: calc(33.33333% + 6.66667px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(4n) {
    top: calc(66.66667% + 13.33333px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(5n) {
    top: calc(100% + 20px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(6n) {
    top: calc(133.33333% + 26.66667px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(7n) {
    top: calc(166.66667% + 33.33333px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(8n) {
    top: calc(200% + 40px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(9n) {
    top: calc(233.33333% + 46.66667px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:not(:first-child) {
    height: calc(25% + 5px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(2n) {
    top: calc(0% + 0px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(3n) {
    top: calc(25% + 5px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(4n) {
    top: calc(50% + 10px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(5n) {
    top: calc(75% + 15px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(6n) {
    top: calc(100% + 20px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(7n) {
    top: calc(125% + 25px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(8n) {
    top: calc(150% + 30px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(9n) {
    top: calc(175% + 35px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:not(:first-child) {
    height: calc(20% + 4px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:nth-child(2n) {
    top: calc(0% + 0px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:nth-child(3n) {
    top: calc(20% + 4px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:nth-child(4n) {
    top: calc(40% + 8px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:nth-child(5n) {
    top: calc(60% + 12px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:nth-child(6n) {
    top: calc(80% + 16px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:nth-child(7n) {
    top: calc(100% + 20px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:nth-child(8n) {
    top: calc(120% + 24px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:nth-child(9n) {
    top: calc(140% + 28px);
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images figure {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images .woocommerce-product-gallery__image:first-child {
    left: 88px;
    width: calc(100% - 88px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    padding: 0 0 20px;
    box-sizing: border-box;
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) a {
    height: 100%;
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) a img {
    height: 100%;
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:not(:first-child) {
    height: calc(50% + 10px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(2n) {
    top: calc(0% + 0px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(3n) {
    top: calc(50% + 10px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(4n) {
    top: calc(100% + 20px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(5n) {
    top: calc(150% + 30px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(6n) {
    top: calc(200% + 40px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(7n) {
    top: calc(250% + 50px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(8n) {
    top: calc(300% + 60px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(9n) {
    top: calc(350% + 70px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:not(:first-child) {
    height: calc(33.33333% + 6.66667px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(2n) {
    top: calc(0% + 0px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(3n) {
    top: calc(33.33333% + 6.66667px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(4n) {
    top: calc(66.66667% + 13.33333px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(5n) {
    top: calc(100% + 20px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(6n) {
    top: calc(133.33333% + 26.66667px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(7n) {
    top: calc(166.66667% + 33.33333px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(8n) {
    top: calc(200% + 40px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(9n) {
    top: calc(233.33333% + 46.66667px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:not(:first-child) {
    height: calc(25% + 5px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(2n) {
    top: calc(0% + 0px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(3n) {
    top: calc(25% + 5px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(4n) {
    top: calc(50% + 10px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(5n) {
    top: calc(75% + 15px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(6n) {
    top: calc(100% + 20px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(7n) {
    top: calc(125% + 25px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(8n) {
    top: calc(150% + 30px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(9n) {
    top: calc(175% + 35px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:not(:first-child) {
    height: calc(20% + 4px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:nth-child(2n) {
    top: calc(0% + 0px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:nth-child(3n) {
    top: calc(20% + 4px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:nth-child(4n) {
    top: calc(40% + 8px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:nth-child(5n) {
    top: calc(60% + 12px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:nth-child(6n) {
    top: calc(80% + 16px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:nth-child(7n) {
    top: calc(100% + 20px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:nth-child(8n) {
    top: calc(120% + 24px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:nth-child(9n) {
    top: calc(140% + 28px);
  }
}

@media only screen and (min-width: 1201px) {
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images figure {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images .woocommerce-product-gallery__image:first-child {
    left: 111px;
    width: calc(100% - 111px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 91px;
    padding: 0 0 20px;
    box-sizing: border-box;
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) a {
    height: 100%;
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) a img {
    height: 100%;
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:not(:first-child) {
    height: calc(50% + 10px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(2n) {
    top: calc(0% + 0px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(3n) {
    top: calc(50% + 10px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(4n) {
    top: calc(100% + 20px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(5n) {
    top: calc(150% + 30px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(6n) {
    top: calc(200% + 40px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(7n) {
    top: calc(250% + 50px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(8n) {
    top: calc(300% + 60px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:nth-child(9n) {
    top: calc(350% + 70px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:not(:first-child) {
    height: calc(33.33333% + 6.66667px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(2n) {
    top: calc(0% + 0px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(3n) {
    top: calc(33.33333% + 6.66667px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(4n) {
    top: calc(66.66667% + 13.33333px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(5n) {
    top: calc(100% + 20px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(6n) {
    top: calc(133.33333% + 26.66667px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(7n) {
    top: calc(166.66667% + 33.33333px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(8n) {
    top: calc(200% + 40px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:nth-child(9n) {
    top: calc(233.33333% + 46.66667px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:not(:first-child) {
    height: calc(25% + 5px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(2n) {
    top: calc(0% + 0px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(3n) {
    top: calc(25% + 5px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(4n) {
    top: calc(50% + 10px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(5n) {
    top: calc(75% + 15px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(6n) {
    top: calc(100% + 20px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(7n) {
    top: calc(125% + 25px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(8n) {
    top: calc(150% + 30px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:nth-child(9n) {
    top: calc(175% + 35px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:not(:first-child) {
    height: calc(20% + 4px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:nth-child(2n) {
    top: calc(0% + 0px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:nth-child(3n) {
    top: calc(20% + 4px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:nth-child(4n) {
    top: calc(40% + 8px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:nth-child(5n) {
    top: calc(60% + 12px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:nth-child(6n) {
    top: calc(80% + 16px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:nth-child(7n) {
    top: calc(100% + 20px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:nth-child(8n) {
    top: calc(120% + 24px);
  }
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:nth-child(9n) {
    top: calc(140% + 28px);
  }
}

.eltdf-woo-single-page.eltdf-woo-single-page-sticky-info .product .eltdf-single-product-content {
  display: inline-block;
  margin: 0 0 30px;
}

.eltdf-woo-single-page.eltdf-woo-single-page-sticky-info .product .eltdf-single-product-content .images {
  width: 61%;
}

.eltdf-woo-single-page.eltdf-woo-single-page-sticky-info .product .eltdf-single-product-content .images figure {
  margin: 0;
}

.eltdf-woo-single-page.eltdf-woo-single-page-sticky-info .product .eltdf-single-product-content .images .woocommerce-product-gallery__image {
  float: left;
  left: auto;
  width: 100% !important;
  padding: 20px 0 0 0 !important;
}

.eltdf-woo-single-page.eltdf-woo-single-page-sticky-info .product .eltdf-single-product-content .images .woocommerce-product-gallery__image:first-child {
  padding: 0 !important;
}

.eltdf-woo-single-page.eltdf-woo-single-page-sticky-info .product .eltdf-single-product-content .eltdf-single-product-summary {
  width: 39%;
  padding: 0 0 0 24px;
}

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

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

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

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

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

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

.eltdf-woo-single-page .eltdf-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;
}

.eltdf-woo-single-page .eltdf-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;
}

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

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

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

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

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

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

.eltdf-woo-single-page .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:not(:first-child) {
  width: 20%;
}

.eltdf-woo-single-page .eltdf-single-product-summary {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40.2%;
  padding: 0 8% 0 20px;
  float: left;
  box-sizing: border-box;
}

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

.eltdf-woo-single-page .eltdf-single-product-summary .price {
  position: relative;
  display: block;
  margin: 3px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  color: #000;
  font-size: 30px;
  font-weight: 500;
}

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

.eltdf-woo-single-page .eltdf-single-product-summary .price del {
  margin: 0 3px 0 0;
  color: #e08686;
}

.eltdf-woo-single-page .eltdf-single-product-summary .price del > span {
  color: black;
}

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

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

.eltdf-woo-single-page .eltdf-single-product-summary .star-rating {
  margin-top: 18px;
  font-size: 19px;
}

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

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

.eltdf-woo-single-page .eltdf-single-product-summary .product_meta {
  margin: 34px 0 0;
}

.eltdf-woo-single-page .eltdf-single-product-summary .product_meta > span {
  display: block;
  margin: 0;
  font-weight: 500;
}

.eltdf-woo-single-page .eltdf-single-product-summary .product_meta > span > a,
.eltdf-woo-single-page .eltdf-single-product-summary .product_meta > span > span {
  font-weight: 400;
}

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

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

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

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

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

.eltdf-woo-single-page .eltdf-single-product-summary .eltdf-woo-social-share-holder:before {
  content: '';
  height: 1px;
  position: relative;
  top: 0;
  display: block;
  width: 50px;
  left: 0;
  padding-top: 12px;
  background-image: radial-gradient(circle at 0% 100%, currentColor 1px, transparent 1px);
  background-size: 2px 2px;
  background-position: top left;
  background-repeat: repeat-x;
}

.eltdf-woo-single-page .eltdf-single-product-summary .eltdf-woo-social-share-holder .eltdf-social-share-holder.eltdf-list .eltdf-social-title {
  position: relative;
  top: 1px;
  margin-right: 20px;
  font-weight: 400;
}

.eltdf-woo-single-page .eltdf-single-product-summary .eltdf-woo-social-share-holder .eltdf-social-share-holder.eltdf-list li:first-child {
  padding-left: 0;
}

.eltdf-woo-single-page .eltdf-single-product-summary p.stock.out-of-stock,
.eltdf-woo-single-page .eltdf-single-product-summary p.stock.in-stock {
  margin: 18px 0 0;
  font-weight: 500;
  color: #000;
}

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

.eltdf-woo-single-page .eltdf-single-product-summary form.cart input[type="submit"],
.eltdf-woo-single-page .eltdf-single-product-summary form.cart button[type="submit"]:not(.eltdf-search-submit),
.eltdf-woo-single-page .eltdf-single-product-summary form.cart .wc-forward:not(.added_to_cart):not(.checkout-button) {
  padding: 10px 40px;
}

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

.eltdf-woo-single-page .eltdf-single-product-summary .variations_form .variations tr {
  padding: 0;
  font-weight: 500;
  line-height: 20px;
}

.eltdf-woo-single-page .eltdf-single-product-summary .variations_form .variations tr .label:after {
  content: ':';
}

.eltdf-woo-single-page .eltdf-single-product-summary .variations_form .variations tr .value {
  display: flex;
}

.eltdf-woo-single-page .eltdf-single-product-summary .variations_form .variations tr .value .select_box_label span, .eltdf-woo-single-page .eltdf-single-product-summary .variations_form .variations tr .value .select_box_label img,
.eltdf-woo-single-page .eltdf-single-product-summary .variations_form .variations tr .value .select_box_colorpicker span,
.eltdf-woo-single-page .eltdf-single-product-summary .variations_form .variations tr .value .select_box_colorpicker img {
  border: none;
}

.eltdf-woo-single-page .eltdf-single-product-summary .variations_form .variations tr .value .select_box_label + .select2-container--default,
.eltdf-woo-single-page .eltdf-single-product-summary .variations_form .variations tr .value .select_box_colorpicker + .select2-container--default {
  display: none;
}

.eltdf-woo-single-page .eltdf-single-product-summary .variations_form .variations tr .value .select_box_label span, .eltdf-woo-single-page .eltdf-single-product-summary .variations_form .variations tr .value .select_box_label img {
  width: 18px;
  height: 18px;
  min-width: 18px;
  line-height: inherit;
}

.eltdf-woo-single-page .eltdf-single-product-summary .variations_form .variations tr .value .select_box_label .select_option_label {
  margin-right: 10px;
  border-color: transparent;
  border-radius: 100%;
}

.eltdf-woo-single-page .eltdf-single-product-summary .variations_form .variations tr .value .select_box_label .select_option_label.selected {
  border-color: #000;
}

.eltdf-woo-single-page .eltdf-single-product-summary .variations_form .variations tr .value .select_box_colorpicker .select_option_colorpicker {
  margin-right: 10px;
  border: none;
}

.eltdf-woo-single-page .eltdf-single-product-summary .variations_form .variations tr .value .select_box_colorpicker .select_option_colorpicker .yith_wccl_value {
  width: 20px;
  height: 20px;
  min-width: 20px;
  line-height: inherit;
  border: none;
  border-radius: 100%;
}

.eltdf-woo-single-page .eltdf-single-product-summary .variations_form .variations tr .value .select2-container--default {
  height: 40px;
  margin-top: -10px;
  line-height: 38px;
}

.eltdf-woo-single-page .eltdf-single-product-summary .variations_form .variations tr .value .select2-container--default .select2-selection--single {
  height: 40px;
  line-height: 38px;
  border: 1px solid #e5e5e5;
}

.eltdf-woo-single-page .eltdf-single-product-summary .variations_form .variations tr .value .select2-container--default .select2-selection--single .select2-selection__arrow {
  line-height: 40px;
  border-left: 1px solid #e5e5e5;
}

.eltdf-woo-single-page .eltdf-single-product-summary .variations_form .variations tr .value .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: #e5e5e5;
}

.eltdf-woo-single-page .eltdf-narrow-description .woocommerce-tabs .woocommerce-Tabs-panel--reviews {
  margin: 0 auto;
  display: block;
  width: 100%;
  padding: 0 190px;
  box-sizing: border-box;
}

.eltdf-woo-single-page .eltdf-narrow-description .woocommerce-tabs .woocommerce-Tabs-panel--description p {
  margin: 0 auto;
  width: 100%;
  padding: 0 190px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .eltdf-woo-single-page .eltdf-narrow-description .woocommerce-tabs .woocommerce-Tabs-panel--description p {
    padding: 0 130px;
  }
}

.eltdf-woo-single-page .eltdf-wide-description .woocommerce-tabs .woocommerce-Tabs-panel--reviews {
  margin: 0 auto;
  display: block;
  width: 1100px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .eltdf-woo-single-page .eltdf-wide-description .woocommerce-tabs .woocommerce-Tabs-panel--reviews {
    margin: 0 auto;
    display: block;
    padding: 0 120px;
    width: 100%;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 768px) {
  .eltdf-woo-single-page .eltdf-narrow-description .woocommerce-tabs .woocommerce-Tabs-panel--reviews {
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 0;
  }
  .eltdf-woo-single-page .eltdf-narrow-description .woocommerce-tabs .woocommerce-Tabs-panel--description p {
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  .eltdf-woo-single-page .eltdf-wide-description .woocommerce-tabs .woocommerce-Tabs-panel--reviews {
    padding: 0 50px;
  }
}

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

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

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

.eltdf-woo-single-page .woocommerce-tabs ul.tabs > li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  padding: 13px 0;
  font-size: 19px;
  line-height: 1.578947368421053em;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  height: 33px;
}

.eltdf-woo-single-page .woocommerce-tabs ul.tabs > li a:after {
  display: block;
  content: '';
  width: 0;
  height: 3px;
  background: #e08686;
  position: absolute;
  bottom: 13px;
  left: 0;
  line-height: 1;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}

.eltdf-woo-single-page .woocommerce-tabs ul.tabs > li a:hover {
  color: #333;
}

.eltdf-woo-single-page .woocommerce-tabs ul.tabs > li a:hover:after {
  width: 100%;
}

.eltdf-woo-single-page .woocommerce-tabs ul.tabs > li.active a:after {
  width: 100%;
}

.eltdf-woo-single-page .woocommerce-tabs .woocommerce-Tabs-panel--description {
  margin-top: 22px;
}

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

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

.eltdf-woo-single-page .woocommerce-tabs .entry-content > p {
  margin: 32px 0 10px;
}

.eltdf-woo-single-page .woocommerce-tabs table {
  margin: 32px 0 10px;
}

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

.eltdf-woo-single-page .woocommerce-tabs table td, .eltdf-woo-single-page .woocommerce-tabs table th {
  padding: 0 0 21px 0;
  vertical-align: middle;
}

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

.eltdf-woo-single-page .woocommerce-tabs table th {
  color: #000;
  padding: 0 10px 0 0;
}

.eltdf-woo-single-page .woocommerce-tabs table td {
  font-weight: 500;
  color: #000;
}

.eltdf-woo-single-page .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .shop_attributes th, .eltdf-woo-single-page .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .shop_attributes td {
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.eltdf-woo-single-page .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .shop_attributes th {
  font-weight: 500;
}

.eltdf-woo-single-page .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .shop_attributes td {
  font-weight: 400;
}

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

.eltdf-woo-single-page .woocommerce-tabs #reviews h2 {
  margin: 8px 0 34px;
  font-size: 19px;
  line-height: 1.578947368421053em;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
}

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

.eltdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist li {
  margin: 0 0 33px;
}

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

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

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

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

.eltdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment-text .star-rating {
  top: 4px;
  float: right;
}

.eltdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment-text .meta .woocommerce-review__author {
  font-weight: 400;
}

.eltdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment-text .description {
  font-weight: 500;
}

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

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

.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .required {
  color: #e08686;
}

.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-reply-title {
  margin: 0 0 10px;
  font-weight: 500;
  color: #000;
  font-size: 19px;
  line-height: 1.578947368421053em;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
}

.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-notes {
  background-color: #f5f5f5;
  border: 1px solid #e7e7e7;
  padding: 14px 18px;
  margin: 17px 0 31px 0;
}

.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-form-rating,
.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-form-comment,
.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-form-author,
.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-form-email {
  margin: 0;
}

.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-form-rating input,
.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-form-rating textarea,
.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-form-comment input,
.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-form-comment textarea,
.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-form-author input,
.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-form-author textarea,
.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-form-email input,
.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-form-email textarea {
  margin: 0 0 15px;
}

.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-form-rating label {
  font-weight: 500;
}

.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-form-rating .stars {
  position: relative;
  top: -1px;
  overflow: hidden;
  margin: 0;
  padding-bottom: 35px;
}

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

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

.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-form-rating .stars a.active:after {
  content: "\f005\f005\f005\f005\f005";
  font-weight: 300;
  position: absolute;
  right: 0;
  bottom: 7px;
  display: block;
  color: #e08686;
}

.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-form-rating .stars a:before {
  font-size: 23px;
}

.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-form-rating .stars a.active:after {
  font-size: 23px;
  top: 0;
}

.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-form-comment label,
.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-form-author label,
.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-form-email label {
  display: none;
}

.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .form-submit {
  margin: 25px 0 0;
}

.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .form-submit input {
  padding: 12px 50px;
}

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

.eltdf-woo-single-page .related.products h2,
.eltdf-woo-single-page .upsells.products h2 {
  font-weight: 500;
  color: #000;
  font-size: 25px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 37px;
  text-align: center;
}

.eltdf-woo-single-page .related.products .eltdf-dashed-subtitle,
.eltdf-woo-single-page .upsells.products .eltdf-dashed-subtitle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 46px 0 37px;
}

.eltdf-woo-single-page .related.products .eltdf-dashed-subtitle h6,
.eltdf-woo-single-page .upsells.products .eltdf-dashed-subtitle h6 {
  display: block;
  margin: 0;
  flex-shrink: 0;
  padding-right: 20px;
}

.eltdf-woo-single-page .related.products .eltdf-dashed-subtitle .eltdf-dashed-line,
.eltdf-woo-single-page .upsells.products .eltdf-dashed-subtitle .eltdf-dashed-line {
  position: relative;
  width: 100%;
  height: 1px;
  bottom: 9px;
  background-image: radial-gradient(circle at 0% 100%, #000 1px, transparent 1px);
  background-size: 2px 2px;
  background-position: bottom left;
  background-repeat: repeat-x;
}

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

.eltdf-woo-single-page .related.products .product .eltdf-pl-text-wrapper .eltdf-product-list-title,
.eltdf-woo-single-page .upsells.products .product .eltdf-pl-text-wrapper .eltdf-product-list-title {
  position: relative;
  top: -2px;
  margin: 0;
}

.eltdf-woo-single-page .related.products .product .price,
.eltdf-woo-single-page .upsells.products .product .price {
  margin: 1px 0 0;
}

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

.eltdf-mobile-header .eltdf-mobile-widget-holder .eltdf-shopping-cart-holder {
  top: 3px;
  right: -3px;
}

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

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

.eltdf-shopping-cart-holder .eltdf-header-cart {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 2px;
}

.eltdf-shopping-cart-holder .eltdf-header-cart:hover {
  color: #e08686;
}

.eltdf-shopping-cart-holder .eltdf-header-cart:hover .eltdf-cart-icon svg path {
  fill: #e08686;
}

.eltdf-shopping-cart-holder .eltdf-header-cart .eltdf-cart-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1em;
}

.eltdf-shopping-cart-holder .eltdf-header-cart .eltdf-cart-icon svg path {
  -webkit-transition: fill 0.2s ease-out;
  -moz-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}

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

.eltdf-shopping-cart-holder .eltdf-header-cart .eltdf-cart-number {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  position: absolute;
  line-height: 14px;
  top: 9px;
  right: 5px;
  font-size: 13px;
  text-align: center;
}

@-moz-document url-prefix() {
  .eltdf-shopping-cart-holder .eltdf-header-cart .eltdf-cart-number {
    top: 8px;
  }
}

.eltdf-shopping-cart-holder .eltdf-header-cart .eltdf-cart-info {
  display: none;
}

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

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

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

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

.eltdf-shopping-cart-dropdown {
  position: fixed;
  top: 0;
  right: -360px;
  width: 360px;
  height: 100%;
  min-height: 100%;
  background-color: #fff;
  text-align: left;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  padding: 0 17px 0 24px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.admin-bar .eltdf-shopping-cart-dropdown {
  top: 32px;
}

.eltdf-shopping-cart-dropdown .eltdf-shopping-cart-dropdown-top-info-holder {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  height: 90px;
}

.eltdf-shopping-cart-dropdown .eltdf-shopping-cart-dropdown-top-info-holder .eltdf-header-cart-close,
.eltdf-shopping-cart-dropdown .eltdf-shopping-cart-dropdown-top-info-holder .eltdf-shopping-cart-dropdown-text,
.eltdf-shopping-cart-dropdown .eltdf-shopping-cart-dropdown-top-info-holder .eltdf-shopping-cart-dropdown-icon {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.eltdf-shopping-cart-dropdown .eltdf-shopping-cart-dropdown-top-info-holder .eltdf-header-cart-close .eltdf-cart-icon,
.eltdf-shopping-cart-dropdown .eltdf-shopping-cart-dropdown-top-info-holder .eltdf-shopping-cart-dropdown-text .eltdf-cart-icon,
.eltdf-shopping-cart-dropdown .eltdf-shopping-cart-dropdown-top-info-holder .eltdf-shopping-cart-dropdown-icon .eltdf-cart-icon {
  color: #333;
}

.eltdf-shopping-cart-dropdown .eltdf-shopping-cart-dropdown-top-info-holder .eltdf-header-cart-close {
  width: 6%;
  font-size: 20px;
  text-align: left;
  display: none;
}

.eltdf-shopping-cart-dropdown .eltdf-shopping-cart-dropdown-top-info-holder .eltdf-header-cart-close > span {
  position: relative;
  top: -3px;
}

.eltdf-shopping-cart-dropdown .eltdf-shopping-cart-dropdown-top-info-holder .eltdf-header-cart-close:hover {
  color: #333;
}

.eltdf-shopping-cart-dropdown .eltdf-shopping-cart-dropdown-top-info-holder .eltdf-shopping-cart-dropdown-text {
  width: 90%;
  font-size: 30px;
  letter-spacing: .02em;
}

.eltdf-shopping-cart-dropdown .eltdf-shopping-cart-dropdown-top-info-holder .eltdf-shopping-cart-dropdown-icon {
  width: 12%;
}

.eltdf-shopping-cart-dropdown .eltdf-shopping-cart-dropdown-top-info-holder .eltdf-shopping-cart-dropdown-icon i {
  font-size: 28px;
}

.eltdf-shopping-cart-dropdown ul {
  margin: 10px 0;
  padding: 0;
}

.eltdf-shopping-cart-dropdown ul li {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  padding: 19px 0 16px;
  background-image: radial-gradient(circle at 0% 100%, #000 1px, transparent 1px);
  background-size: 2px 2px;
  background-position: top left;
  background-repeat: repeat-x;
  box-sizing: border-box;
}

.eltdf-shopping-cart-dropdown ul li.eltdf-empty-cart {
  border-bottom: 0;
  color: #000;
}

.eltdf-shopping-cart-dropdown ul li:first-child {
  padding-top: 0;
  background-image: none;
}

.eltdf-shopping-cart-dropdown ul li:last-child {
  padding-bottom: 0;
}

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

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

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

.eltdf-shopping-cart-dropdown .eltdf-item-info-holder .eltdf-product-title {
  display: block;
  margin: 0;
  padding: 0 20px 0 0;
  font-weight: 400;
  line-height: 17px;
  color: #000;
  box-sizing: border-box;
}

.eltdf-shopping-cart-dropdown .eltdf-item-info-holder .eltdf-product-title a {
  position: relative;
  color: inherit;
  position: relative;
}

.eltdf-shopping-cart-dropdown .eltdf-item-info-holder .eltdf-product-title a:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e08686;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}

.eltdf-shopping-cart-dropdown .eltdf-item-info-holder .eltdf-product-title a:hover {
  color: #333;
}

.eltdf-shopping-cart-dropdown .eltdf-item-info-holder .eltdf-product-title a:hover:after {
  width: 100%;
}

.eltdf-shopping-cart-dropdown .eltdf-item-info-holder .remove {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 25px;
  line-height: 1;
  color: #000;
}

.eltdf-shopping-cart-dropdown .eltdf-item-info-holder .remove:hover {
  color: #e08686;
}

.eltdf-shopping-cart-dropdown .eltdf-item-info-holder .remove span {
  display: block;
  font-weight: 900;
  line-height: inherit;
}

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

.eltdf-shopping-cart-dropdown .eltdf-item-info-holder .eltdf-quantity {
  display: inline-block;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin-top: 3px;
  color: #000;
}

.eltdf-shopping-cart-dropdown .eltdf-cart-bottom {
  padding: 10px 0;
  margin-top: 208px;
  border-top: none;
}

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

.eltdf-shopping-cart-dropdown .eltdf-cart-bottom .eltdf-subtotal-holder > * {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
  color: #000;
}

.eltdf-shopping-cart-dropdown .eltdf-cart-bottom .eltdf-subtotal-holder .eltdf-total {
  position: relative;
  bottom: 7px;
  font-family: "Heebo", sans-serif;
  font-size: 13px;
  font-weight: 400;
  vertical-align: bottom;
}

.eltdf-shopping-cart-dropdown .eltdf-cart-bottom .eltdf-subtotal-holder .eltdf-total-amount {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.eltdf-shopping-cart-dropdown .eltdf-cart-bottom .eltdf-btn-holder {
  text-align: center;
}

.eltdf-shopping-cart-dropdown .eltdf-cart-bottom .eltdf-btn-holder .eltdf-checkout,
.eltdf-shopping-cart-dropdown .eltdf-cart-bottom .eltdf-btn-holder .eltdf-view-cart {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.14em;
  font-family: "Heebo", sans-serif;
  text-transform: uppercase;
  outline: none;
  box-sizing: border-box;
  -webkit-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  white-space: nowrap;
  cursor: pointer;
  z-index: 3;
}

.eltdf-shopping-cart-dropdown .eltdf-cart-bottom .eltdf-btn-holder .eltdf-checkout {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 26px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  padding: 16px 27px;
}

.eltdf-shopping-cart-dropdown .eltdf-cart-bottom .eltdf-btn-holder .eltdf-checkout:hover {
  color: #fff;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}

.eltdf-shopping-cart-dropdown .eltdf-cart-bottom .eltdf-btn-holder .eltdf-view-cart {
  color: #333;
  background-color: transparent;
  margin: 18px 0 7px;
  position: relative;
}

.eltdf-shopping-cart-dropdown .eltdf-cart-bottom .eltdf-btn-holder .eltdf-view-cart:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e08686;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}

.eltdf-shopping-cart-dropdown .eltdf-cart-bottom .eltdf-btn-holder .eltdf-view-cart:hover:after {
  width: 100%;
}

.eltdf-shopping-cart-dropdown-opened .eltdf-wrapper-inner > .eltdf-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100vw - 360px);
  height: 100vh;
  z-index: 2000;
}

.eltdf-shopping-cart-dropdown-opened .eltdf-shopping-cart-dropdown {
  right: 0;
  visibility: visible;
}

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

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

.widget.woocommerce .product-title {
  color: #e08686;
  font-weight: 500;
  letter-spacing: .02em;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
}

.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_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 .eltdf-widget-title {
  margin: 0 0 14px;
}

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

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

.widget.woocommerce.widget_layered_nav_filters .eltdf-widget-title {
  margin: 0 0 14px;
}

.widget.woocommerce.widget_price_filter .eltdf-widget-title {
  margin: 0 0 22px;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  position: relative;
  height: 5px;
  background-color: #f6dada;
  margin-right: 13px;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content:after {
  content: '';
  display: block;
  width: calc(100% + 13px);
  height: 5px;
  background-color: #f6dada;
}

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

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:after {
  background-color: #fff;
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 3px;
  right: 3px;
  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: #e08686;
  z-index: 1;
}

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

.widget.woocommerce.widget_price_filter .price_slider_amount .button {
  float: right;
  padding: 7px 20px !important;
}

.widget.woocommerce.widget_price_filter .price_slider_amount .price_label {
  float: left;
  line-height: 40px;
}

.widget.woocommerce.widget_product_categories .eltdf-widget-title {
  margin: 0 0 14px;
}

.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 .eltdf-widget-title, .widget.woocommerce.widget_recently_viewed_products .eltdf-widget-title, .widget.woocommerce.widget_recent_reviews .eltdf-widget-title, .widget.woocommerce.widget_top_rated_products .eltdf-widget-title {
  margin: 0 0 22px;
}

.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 {
  margin-bottom: 10px;
}

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

.widget.woocommerce.widget_products .eltdf-woo-widget-img, .widget.woocommerce.widget_recently_viewed_products .eltdf-woo-widget-img, .widget.woocommerce.widget_recent_reviews .eltdf-woo-widget-img, .widget.woocommerce.widget_top_rated_products .eltdf-woo-widget-img {
  display: table-cell;
  vertical-align: middle;
  padding-right: 17px;
  overflow: hidden;
}

.widget.woocommerce.widget_products .eltdf-woo-widget-img a, .widget.woocommerce.widget_recently_viewed_products .eltdf-woo-widget-img a, .widget.woocommerce.widget_recent_reviews .eltdf-woo-widget-img a, .widget.woocommerce.widget_top_rated_products .eltdf-woo-widget-img a {
  overflow: hidden;
}

.widget.woocommerce.widget_products .eltdf-woo-widget-img a img, .widget.woocommerce.widget_recently_viewed_products .eltdf-woo-widget-img a img, .widget.woocommerce.widget_recent_reviews .eltdf-woo-widget-img a img, .widget.woocommerce.widget_top_rated_products .eltdf-woo-widget-img a img {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.widget.woocommerce.widget_products .eltdf-woo-widget-img a:hover img, .widget.woocommerce.widget_recently_viewed_products .eltdf-woo-widget-img a:hover img, .widget.woocommerce.widget_recent_reviews .eltdf-woo-widget-img a:hover img, .widget.woocommerce.widget_top_rated_products .eltdf-woo-widget-img a:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  transform: scale(1.04);
}

.widget.woocommerce.widget_products .eltdf-woo-widget-img a, .widget.woocommerce.widget_products .eltdf-woo-widget-img img, .widget.woocommerce.widget_recently_viewed_products .eltdf-woo-widget-img a, .widget.woocommerce.widget_recently_viewed_products .eltdf-woo-widget-img img, .widget.woocommerce.widget_recent_reviews .eltdf-woo-widget-img a, .widget.woocommerce.widget_recent_reviews .eltdf-woo-widget-img img, .widget.woocommerce.widget_top_rated_products .eltdf-woo-widget-img a, .widget.woocommerce.widget_top_rated_products .eltdf-woo-widget-img img {
  position: relative;
  display: block;
}

.widget.woocommerce.widget_products .eltdf-woo-widget-img img, .widget.woocommerce.widget_recently_viewed_products .eltdf-woo-widget-img img, .widget.woocommerce.widget_recent_reviews .eltdf-woo-widget-img img, .widget.woocommerce.widget_top_rated_products .eltdf-woo-widget-img img {
  max-width: 110px;
}

.widget.woocommerce.widget_products .eltdf-woo-widget-content, .widget.woocommerce.widget_recently_viewed_products .eltdf-woo-widget-content, .widget.woocommerce.widget_recent_reviews .eltdf-woo-widget-content, .widget.woocommerce.widget_top_rated_products .eltdf-woo-widget-content {
  position: relative;
  top: -1px;
  display: table-cell;
  vertical-align: middle;
}

.widget.woocommerce.widget_products .eltdf-woo-widget-title, .widget.woocommerce.widget_recently_viewed_products .eltdf-woo-widget-title, .widget.woocommerce.widget_recent_reviews .eltdf-woo-widget-title, .widget.woocommerce.widget_top_rated_products .eltdf-woo-widget-title {
  display: block;
  margin: 0;
  color: #000;
}

.widget.woocommerce.widget_products .eltdf-woo-widget-title a, .widget.woocommerce.widget_recently_viewed_products .eltdf-woo-widget-title a, .widget.woocommerce.widget_recent_reviews .eltdf-woo-widget-title a, .widget.woocommerce.widget_top_rated_products .eltdf-woo-widget-title a {
  color: inherit;
  position: relative;
}

.widget.woocommerce.widget_products .eltdf-woo-widget-title a:after, .widget.woocommerce.widget_recently_viewed_products .eltdf-woo-widget-title a:after, .widget.woocommerce.widget_recent_reviews .eltdf-woo-widget-title a:after, .widget.woocommerce.widget_top_rated_products .eltdf-woo-widget-title a:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e08686;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}

.widget.woocommerce.widget_products .eltdf-woo-widget-title a:hover, .widget.woocommerce.widget_recently_viewed_products .eltdf-woo-widget-title a:hover, .widget.woocommerce.widget_recent_reviews .eltdf-woo-widget-title a:hover, .widget.woocommerce.widget_top_rated_products .eltdf-woo-widget-title a:hover {
  color: #333;
}

.widget.woocommerce.widget_products .eltdf-woo-widget-title a:hover:after, .widget.woocommerce.widget_recently_viewed_products .eltdf-woo-widget-title a:hover:after, .widget.woocommerce.widget_recent_reviews .eltdf-woo-widget-title a:hover:after, .widget.woocommerce.widget_top_rated_products .eltdf-woo-widget-title a:hover:after {
  width: 100%;
}

.widget.woocommerce.widget_products .star-rating, .widget.woocommerce.widget_recently_viewed_products .star-rating, .widget.woocommerce.widget_recent_reviews .star-rating, .widget.woocommerce.widget_top_rated_products .star-rating {
  margin: 0 0 5px;
}

.widget.woocommerce.widget_products .eltdf-woo-widget-price, .widget.woocommerce.widget_recently_viewed_products .eltdf-woo-widget-price, .widget.woocommerce.widget_recent_reviews .eltdf-woo-widget-price, .widget.woocommerce.widget_top_rated_products .eltdf-woo-widget-price {
  position: relative;
  display: block;
  margin: 3px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  color: #000;
  margin: 9px 0 0;
  font-size: 15px;
  font-weight: 500;
}

.widget.woocommerce.widget_products .eltdf-woo-widget-price *, .widget.woocommerce.widget_recently_viewed_products .eltdf-woo-widget-price *, .widget.woocommerce.widget_recent_reviews .eltdf-woo-widget-price *, .widget.woocommerce.widget_top_rated_products .eltdf-woo-widget-price * {
  font-size: inherit;
  line-height: inherit;
}

.widget.woocommerce.widget_products .eltdf-woo-widget-price del, .widget.woocommerce.widget_recently_viewed_products .eltdf-woo-widget-price del, .widget.woocommerce.widget_recent_reviews .eltdf-woo-widget-price del, .widget.woocommerce.widget_top_rated_products .eltdf-woo-widget-price del {
  margin: 0 3px 0 0;
  color: #e08686;
}

.widget.woocommerce.widget_products .eltdf-woo-widget-price del > span, .widget.woocommerce.widget_recently_viewed_products .eltdf-woo-widget-price del > span, .widget.woocommerce.widget_recent_reviews .eltdf-woo-widget-price del > span, .widget.woocommerce.widget_top_rated_products .eltdf-woo-widget-price del > span {
  color: black;
}

.widget.woocommerce.widget_products .eltdf-woo-widget-price ins, .widget.woocommerce.widget_recently_viewed_products .eltdf-woo-widget-price ins, .widget.woocommerce.widget_recent_reviews .eltdf-woo-widget-price ins, .widget.woocommerce.widget_top_rated_products .eltdf-woo-widget-price ins {
  text-decoration: none;
}

.widget.woocommerce.widget_products .reviewer, .widget.woocommerce.widget_recently_viewed_products .reviewer, .widget.woocommerce.widget_recent_reviews .reviewer, .widget.woocommerce.widget_top_rated_products .reviewer {
  display: block;
  margin: 8px 0 0;
}

.widget.woocommerce.widget_product_tag_cloud .eltdf-widget-title {
  margin: 0 0 14px;
}

.widget.woocommerce.widget_product_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  background-color: transparent;
  font-size: 13px !important;
}

.widget.woocommerce.widget_product_tag_cloud .tagcloud a:after {
  content: '/';
  color: #333;
  margin: 0 0 0 4px;
}

.widget.woocommerce.widget_product_tag_cloud .tagcloud a:last-child:after {
  display: none;
}

.widget.woocommerce.widget_product_search .eltdf-widget-title {
  margin: 0 0 22px;
}

.widget.woocommerce.widget_product_search .woocommerce-product-search {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  clear: both;
}

.widget.woocommerce.widget_product_search .woocommerce-product-search > div {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}

.widget.woocommerce.widget_product_search .woocommerce-product-search input,
.widget.woocommerce.widget_product_search .woocommerce-product-search button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  height: 50px;
  font-family: inherit;
  font-size: 13px;
  line-height: 36px;
  color: #333;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.widget.woocommerce.widget_product_search .woocommerce-product-search input {
  width: calc(100% - 55px);
  padding: 10px 0 10px 16px;
}

.widget.woocommerce.widget_product_search .woocommerce-product-search input::-webkit-input-placeholder {
  color: inherit;
}

.widget.woocommerce.widget_product_search .woocommerce-product-search input:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.widget.woocommerce.widget_product_search .woocommerce-product-search input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.widget.woocommerce.widget_product_search .woocommerce-product-search input:-ms-input-placeholder {
  color: inherit;
}

.widget.woocommerce.widget_product_search .woocommerce-product-search button {
  width: 50px;
  padding: 10px 0;
  font-size: 20px;
  color: #e08686;
  background-color: #f9e7e7;
  cursor: pointer;
  border: 0;
  left: 5px;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.widget.woocommerce.widget_product_search .woocommerce-product-search button:hover {
  color: #fff;
  background-color: #e08686;
}

.widget.woocommerce.widget_product_search .woocommerce-product-search button > i {
  position: relative;
  top: -2px;
  left: 1px;
  display: block;
  line-height: inherit;
}

.widget.woocommerce.widget_product_search .woocommerce-product-search button > i:before {
  display: block;
  line-height: inherit;
}

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

.eltdf-product-box .eltdf-pb-main-info {
  display: block;
  position: relative;
  width: 360px;
  padding: 35px 32px 41px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 2px 3px 8.73px 0.27px rgba(0, 0, 0, 0.11);
  z-index: 1;
}

@media only screen and (max-width: 1440px) {
  .eltdf-product-box .eltdf-pb-main-info {
    width: 320px;
  }
}

@media only screen and (max-width: 1200px) {
  .eltdf-product-box .eltdf-pb-main-info {
    width: 276px;
  }
}

.eltdf-product-box .eltdf-pb-main-image {
  margin: 0 0 11px;
}

.eltdf-product-box .eltdf-pb-main-image a, .eltdf-product-box .eltdf-pb-main-image img {
  display: block;
  width: 100%;
  height: auto;
}

.rev_slider .eltdf-product-box .eltdf-pb-main-image a, .rev_slider .eltdf-product-box .eltdf-pb-main-image img {
  width: 100% !important;
  height: auto !important;
}

.eltdf-product-box .eltdf-pb-main-text {
  font-family: "Heebo", sans-serif;
}

.eltdf-product-box .eltdf-pb-title {
  margin: 0;
}

.eltdf-product-box .eltdf-pb-title a {
  display: inline-block;
  position: relative;
}

.eltdf-product-box .eltdf-pb-title a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e08686;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}

.eltdf-product-box .eltdf-pb-title a:hover {
  color: #333;
}

.eltdf-product-box .eltdf-pb-title a:hover:after {
  width: 100%;
}

.eltdf-product-box p.eltdf-pb-title {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: normal;
}

.eltdf-product-box .eltdf-pb-category {
  margin: 0 0 1px;
  font-size: 13px;
  line-height: 22px;
  color: #e08686;
  font-weight: 500;
  letter-spacing: .02em;
}

.eltdf-product-box .eltdf-pb-category a {
  color: inherit;
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.eltdf-product-box .eltdf-pb-category a:hover {
  opacity: .8;
}

.eltdf-product-box .eltdf-pb-excerpt {
  margin: 16px 0 0;
  font-size: 14px;
}

.eltdf-product-box .eltdf-pb-price {
  position: relative;
  display: block;
  margin: 3px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  color: #000;
  margin: 3px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: .02em;
}

.eltdf-product-box .eltdf-pb-price * {
  font-size: inherit;
  line-height: inherit;
}

.eltdf-product-box .eltdf-pb-price del {
  margin: 0 3px 0 0;
  color: #e08686;
}

.eltdf-product-box .eltdf-pb-price del > span {
  color: black;
}

.eltdf-product-box .eltdf-pb-price ins {
  text-decoration: none;
}

/* ==========================================================================
   Product Box shortcode styles - end
   ========================================================================== */
/* ==========================================================================
   Product Category List shortcode styles - begin
   ========================================================================== */
.eltdf-pcl-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  /*************** Standard Layout - begin ***************/
  /*************** Standard Layout - end ***************/
  /*************** Masonry Layout - begin ***************/
  /*************** Masonry Layout - end ***************/
}

.eltdf-pcl-holder.eltdf-info-below-image .eltdf-pcli-inner .eltdf-pcli-text {
  position: relative;
}

.eltdf-pcl-holder .eltdf-pcli {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0;
  z-index: 100;
  overflow: hidden;
  box-sizing: border-box;
}

.eltdf-pcl-holder .eltdf-pcli-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}

.touch .eltdf-pcl-holder .eltdf-pcli-inner {
  cursor: pointer;
}

.eltdf-pcl-holder .eltdf-pcli-inner .eltdf-pcli-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}

.eltdf-pcl-holder .eltdf-pcli-inner .eltdf-pcli-image img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1) translateZ(0);
  -moz-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .eltdf-pcl-holder .eltdf-pcli-inner .eltdf-pcli-image img {
    backface-visibility: visible;
  }
}

.eltdf-pcl-holder .eltdf-pcli-inner .eltdf-pcli-image:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  z-index: 10;
}

.eltdf-pcl-holder .eltdf-pcli-inner .eltdf-pcli-text {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.eltdf-pcl-holder .eltdf-pcli-inner .eltdf-pcli-text-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-pcl-holder .eltdf-pcli-inner .eltdf-pcli-text-inner .eltdf-pcli-category-title {
  margin-top: 22px;
  margin-bottom: 0px;
  text-align: center;
}

.eltdf-pcl-holder .eltdf-pcli-inner .eltdf-pcli-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.eltdf-pcl-holder .eltdf-pcli-inner .eltdf-pcli-category-title a {
  position: relative;
  z-index: 101;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.eltdf-pcl-holder .eltdf-pcli-inner .eltdf-pcli-category-title a:hover {
  color: #e08686;
}

.eltdf-pcl-holder .eltdf-pcli-inner:hover .eltdf-pcli-image img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  transform: scale(1.04);
}

.eltdf-pcl-holder .eltdf-pcli-inner:hover .eltdf-pcli-image:after {
  opacity: 1;
}

.eltdf-pcl-holder.eltdf-standard-layout .eltdf-pcli {
  float: left;
}

.eltdf-pcl-holder.eltdf-standard-layout.eltdf-large-space {
  margin: 0 0 -50px;
}

.eltdf-pcl-holder.eltdf-standard-layout.eltdf-normal-space {
  margin: 0 0 -30px;
}

.eltdf-pcl-holder.eltdf-standard-layout.eltdf-small-space {
  margin: 0 0 -20px;
}

.eltdf-pcl-holder.eltdf-standard-layout.eltdf-tiny-space {
  margin: 0 0 -10px;
}

.eltdf-pcl-holder.eltdf-standard-layout.eltdf-two-columns .eltdf-pcli {
  width: 50%;
}

@media only screen and (min-width: 1025px) {
  .eltdf-pcl-holder.eltdf-standard-layout.eltdf-two-columns .eltdf-pcli:nth-child(2n+1) {
    clear: both;
  }
}

.eltdf-pcl-holder.eltdf-standard-layout.eltdf-three-columns .eltdf-pcli {
  width: 33.33333%;
}

@media only screen and (min-width: 1025px) {
  .eltdf-pcl-holder.eltdf-standard-layout.eltdf-three-columns .eltdf-pcli:nth-child(3n+1) {
    clear: both;
  }
}

.eltdf-pcl-holder.eltdf-standard-layout.eltdf-four-columns .eltdf-pcli {
  width: 25%;
}

@media only screen and (min-width: 1025px) {
  .eltdf-pcl-holder.eltdf-standard-layout.eltdf-four-columns .eltdf-pcli:nth-child(4n+1) {
    clear: both;
  }
}

.eltdf-pcl-holder.eltdf-standard-layout.eltdf-five-columns .eltdf-pcli {
  width: 20%;
}

@media only screen and (min-width: 1025px) {
  .eltdf-pcl-holder.eltdf-standard-layout.eltdf-five-columns .eltdf-pcli:nth-child(5n+1) {
    clear: both;
  }
}

.eltdf-pcl-holder.eltdf-standard-layout.eltdf-six-columns .eltdf-pcli {
  width: 16.66667%;
}

@media only screen and (min-width: 1025px) {
  .eltdf-pcl-holder.eltdf-standard-layout.eltdf-six-columns .eltdf-pcli:nth-child(6n+1) {
    clear: both;
  }
}

.eltdf-pcl-holder.eltdf-masonry-layout .eltdf-pcl-sizer {
  width: 100%;
}

.eltdf-pcl-holder.eltdf-masonry-layout .eltdf-pcl-gutter {
  width: 0;
}

.eltdf-pcl-holder.eltdf-masonry-layout .eltdf-pcli-inner {
  width: 100%;
  height: 100%;
}

.eltdf-pcl-holder.eltdf-masonry-layout .eltdf-pcli-inner .eltdf-pcli-image {
  height: 100%;
}

.eltdf-pcl-holder.eltdf-masonry-layout .eltdf-pcli-inner .eltdf-pcli-image img {
  height: 100%;
}

.eltdf-pcl-holder.eltdf-masonry-layout .eltdf-pcli.eltdf-masonry-image-large-width img,
.eltdf-pcl-holder.eltdf-masonry-layout .eltdf-pcli.eltdf-masonry-image-large-width-height img {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .eltdf-pcl-holder.eltdf-masonry-layout .eltdf-pcli.eltdf-masonry-image-large-width .eltdf-pcli-text-inner,
  .eltdf-pcl-holder.eltdf-masonry-layout .eltdf-pcli.eltdf-masonry-image-large-width-height .eltdf-pcli-text-inner {
    width: calc(50% - 30px);
  }
}

.eltdf-pcl-holder.eltdf-masonry-layout.eltdf-two-columns .eltdf-pcli,
.eltdf-pcl-holder.eltdf-masonry-layout.eltdf-two-columns .eltdf-pcl-sizer {
  width: 50%;
}

.eltdf-pcl-holder.eltdf-masonry-layout.eltdf-two-columns .eltdf-pcli.eltdf-masonry-image-large-width,
.eltdf-pcl-holder.eltdf-masonry-layout.eltdf-two-columns .eltdf-pcli.eltdf-masonry-image-large-width-height {
  width: 100%;
}

.eltdf-pcl-holder.eltdf-masonry-layout.eltdf-three-columns .eltdf-pcli,
.eltdf-pcl-holder.eltdf-masonry-layout.eltdf-three-columns .eltdf-pcl-sizer {
  width: 33.33333%;
}

.eltdf-pcl-holder.eltdf-masonry-layout.eltdf-three-columns .eltdf-pcli.eltdf-masonry-image-large-width,
.eltdf-pcl-holder.eltdf-masonry-layout.eltdf-three-columns .eltdf-pcli.eltdf-masonry-image-large-width-height {
  width: 66.66667%;
}

.eltdf-pcl-holder.eltdf-masonry-layout.eltdf-four-columns .eltdf-pcli,
.eltdf-pcl-holder.eltdf-masonry-layout.eltdf-four-columns .eltdf-pcl-sizer {
  width: 25%;
}

.eltdf-pcl-holder.eltdf-masonry-layout.eltdf-four-columns .eltdf-pcli.eltdf-masonry-image-large-width,
.eltdf-pcl-holder.eltdf-masonry-layout.eltdf-four-columns .eltdf-pcli.eltdf-masonry-image-large-width-height {
  width: 50%;
}

.eltdf-pcl-holder.eltdf-masonry-layout.eltdf-five-columns .eltdf-pcli,
.eltdf-pcl-holder.eltdf-masonry-layout.eltdf-five-columns .eltdf-pcl-sizer {
  width: 20%;
}

.eltdf-pcl-holder.eltdf-masonry-layout.eltdf-five-columns .eltdf-pcli.eltdf-masonry-image-large-width,
.eltdf-pcl-holder.eltdf-masonry-layout.eltdf-five-columns .eltdf-pcli.eltdf-masonry-image-large-width-height {
  width: 40%;
}

.eltdf-pcl-holder.eltdf-masonry-layout.eltdf-six-columns .eltdf-pcli,
.eltdf-pcl-holder.eltdf-masonry-layout.eltdf-six-columns .eltdf-pcl-sizer {
  width: 16.66667%;
}

.eltdf-pcl-holder.eltdf-masonry-layout.eltdf-six-columns .eltdf-pcli.eltdf-masonry-image-large-width,
.eltdf-pcl-holder.eltdf-masonry-layout.eltdf-six-columns .eltdf-pcli.eltdf-masonry-image-large-width-height {
  width: 33.33333%;
}

/* ==========================================================================
   Product Category List shortcode styles - end
   ========================================================================== */
/* ==========================================================================
   Product Exhibition shortcode styles - begin
   ========================================================================== */
.eltdf-product-exhibition {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
  .eltdf-product-exhibition {
    padding-top: 110px;
  }
}

@media only screen and (max-width: 480px) {
  .eltdf-product-exhibition {
    padding-top: 80px;
  }
}

.eltdf-product-exhibition .eltdf-pe-item {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 180px;
  padding: 70px 0 0;
  clear: both;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .eltdf-product-exhibition .eltdf-pe-item {
    max-width: 768px;
  }
}

@media only screen and (max-width: 768px) {
  .eltdf-product-exhibition .eltdf-pe-item {
    max-width: 600px;
  }
}

@media only screen and (max-width: 480px) {
  .eltdf-product-exhibition .eltdf-pe-item {
    max-width: 300px;
  }
}

.eltdf-product-exhibition .eltdf-pe-item:last-child {
  margin: 0 auto 140px;
}

.eltdf-product-exhibition .eltdf-pe-item:nth-last-child(2):nth-child(5n + 4) {
  margin: 0 auto 140px;
}

.eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 2) .eltdf-pe-background .eltdf-pe-background-image img {
  margin: 0 0 0 auto;
}

.eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 2) .eltdf-pe-background .eltdf-pe-background-image .eltdf-pe-background-generic {
  margin: 0 0 0 auto;
}

.eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 2) .eltdf-pe-main-info {
  right: auto;
  left: 0;
}

.eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 2) .eltdf-pe-main-info-inner {
  flex-direction: row-reverse;
}

.eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 2) .eltdf-pe-main-text {
  padding: 0 30px 0 0;
  text-align: right;
}

.eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 4), .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 5) {
  clear: none;
  width: 100%;
}

@media only screen and (min-width: 769px) and (min-width: 1024px) {
  .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 4), .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 5) {
    min-height: 787px;
  }
}

.eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 4) .eltdf-pe-background .eltdf-pe-background-mark, .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 5) .eltdf-pe-background .eltdf-pe-background-mark {
  top: -55px;
  left: 19%;
}

.eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 4) .eltdf-pe-background .eltdf-pe-background-image .eltdf-pe-background-generic, .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 5) .eltdf-pe-background .eltdf-pe-background-image .eltdf-pe-background-generic {
  width: 100%;
  height: 546px;
}

@media only screen and (max-width: 1024px) {
  .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 4) .eltdf-pe-background .eltdf-pe-background-image .eltdf-pe-background-generic, .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 5) .eltdf-pe-background .eltdf-pe-background-image .eltdf-pe-background-generic {
    height: 470px;
  }
}

@media only screen and (max-width: 768px) {
  .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 4) .eltdf-pe-background .eltdf-pe-background-image .eltdf-pe-background-generic, .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 5) .eltdf-pe-background .eltdf-pe-background-image .eltdf-pe-background-generic {
    height: 367px;
  }
}

@media only screen and (max-width: 480px) {
  .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 4) .eltdf-pe-background .eltdf-pe-background-image .eltdf-pe-background-generic, .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 5) .eltdf-pe-background .eltdf-pe-background-image .eltdf-pe-background-generic {
    height: 184px;
  }
}

.eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 4) .eltdf-pe-main-info, .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 5) .eltdf-pe-main-info {
  top: 428px;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {
  .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 4) .eltdf-pe-main-info, .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 5) .eltdf-pe-main-info {
    top: 352px;
  }
}

.eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 4) {
  padding: 70px 0 0;
}

.eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 5) {
  padding: 70px 0 0;
}

@media only screen and (min-width: 1025px) {
  .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 4), .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 5) {
    width: 50%;
    min-height: 864px;
  }
  .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 4) {
    float: left;
    padding: 70px 20px 0 40px;
  }
  .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 5) {
    float: right;
    padding: 70px 40px 0 20px;
  }
}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 4), .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 5) {
    min-height: 722px;
  }
  .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 4) .eltdf-pe-background .eltdf-pe-background-image .eltdf-pe-background-generic, .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 5) .eltdf-pe-background .eltdf-pe-background-image .eltdf-pe-background-generic {
    height: 404px;
  }
  .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 4) .eltdf-pe-main-info, .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 5) .eltdf-pe-main-info {
    top: 286px;
    width: 560px;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 4), .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 5) {
    min-height: 684px;
  }
  .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 4) .eltdf-pe-background .eltdf-pe-background-image .eltdf-pe-background-generic, .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 5) .eltdf-pe-background .eltdf-pe-background-image .eltdf-pe-background-generic {
    height: 382px;
  }
  .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 4) .eltdf-pe-main-info, .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 5) .eltdf-pe-main-info {
    top: 264px;
    width: 560px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1280px) {
  .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 4), .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 5) {
    min-height: 635px;
  }
  .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 4) .eltdf-pe-background .eltdf-pe-background-image .eltdf-pe-background-generic, .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 5) .eltdf-pe-background .eltdf-pe-background-image .eltdf-pe-background-generic {
    height: 355px;
  }
  .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 4) .eltdf-pe-main-info, .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 5) .eltdf-pe-main-info {
    top: 237px;
    width: 520px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 4), .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 5) {
    min-height: 595px;
  }
  .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 4) .eltdf-pe-background .eltdf-pe-background-image .eltdf-pe-background-generic, .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 5) .eltdf-pe-background .eltdf-pe-background-image .eltdf-pe-background-generic {
    height: 331px;
  }
  .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 4) .eltdf-pe-main-info, .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 5) .eltdf-pe-main-info {
    top: 213px;
    width: 490px;
  }
}

.eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 1) .eltdf-pe-background .eltdf-pe-background-mark, .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 3) .eltdf-pe-background .eltdf-pe-background-mark {
  left: calc(50% + 60px);
}

@media only screen and (max-width: 1024px) {
  .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 1) .eltdf-pe-background .eltdf-pe-background-mark, .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 3) .eltdf-pe-background .eltdf-pe-background-mark {
    left: calc(50% + 60px) !important;
  }
}

.eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 2) .eltdf-pe-background .eltdf-pe-background-mark {
  left: calc(50% - 60px);
}

@media only screen and (max-width: 1024px) {
  .eltdf-product-exhibition .eltdf-pe-item:nth-child(5n + 2) .eltdf-pe-background .eltdf-pe-background-mark {
    left: calc(50% - 60px) !important;
  }
}

.eltdf-product-exhibition .eltdf-pe-background {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-product-exhibition .eltdf-pe-background .eltdf-pe-background-mark {
  position: absolute;
  top: 0;
  font-size: 300px;
  font-weight: 500;
  color: #e4cbb5;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {
  .eltdf-product-exhibition .eltdf-pe-background .eltdf-pe-background-mark {
    top: -80px !important;
  }
}

@media only screen and (max-width: 480px) {
  .eltdf-product-exhibition .eltdf-pe-background .eltdf-pe-background-mark {
    top: -60px !important;
    font-size: 200px;
  }
}

.eltdf-product-exhibition .eltdf-pe-background .eltdf-pe-background-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-product-exhibition .eltdf-pe-background .eltdf-pe-background-image img {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .eltdf-product-exhibition .eltdf-pe-background .eltdf-pe-background-image img {
    width: 100%;
  }
}

.eltdf-product-exhibition .eltdf-pe-background .eltdf-pe-background-image .eltdf-pe-background-generic {
  position: relative;
  width: 569px;
  height: 569px;
  background-color: #f6f6f6;
}

@media only screen and (max-width: 1024px) {
  .eltdf-product-exhibition .eltdf-pe-background .eltdf-pe-background-image .eltdf-pe-background-generic {
    width: 100%;
    height: 600px;
  }
}

@media only screen and (max-width: 480px) {
  .eltdf-product-exhibition .eltdf-pe-background .eltdf-pe-background-image .eltdf-pe-background-generic {
    height: 300px;
  }
}

.eltdf-product-exhibition .eltdf-pe-background .eltdf-pe-background-image .eltdf-pe-background-generic .eltdf-pe-warning {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  color: #000;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.eltdf-product-exhibition .eltdf-pe-main-info {
  position: absolute;
  top: 50%;
  right: 0;
  width: 625px;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 1024px) {
  .eltdf-product-exhibition .eltdf-pe-main-info {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
  }
}

.eltdf-product-exhibition .eltdf-pe-main-info-inner {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 30px 30px;
  box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 480px) {
  .eltdf-product-exhibition .eltdf-pe-main-info-inner {
    padding: 30px 30px 43px;
  }
}

.eltdf-product-exhibition .eltdf-pe-main-image,
.eltdf-product-exhibition .eltdf-pe-main-text {
  position: relative;
  box-sizing: border-box;
}

.eltdf-product-exhibition .eltdf-pe-main-image {
  width: 245px;
}

.eltdf-product-exhibition .eltdf-pe-main-image a, .eltdf-product-exhibition .eltdf-pe-main-image img {
  display: block;
}

@media only screen and (max-width: 480px) {
  .eltdf-product-exhibition .eltdf-pe-main-image {
    display: none;
  }
}

.eltdf-product-exhibition .eltdf-pe-main-text {
  width: calc(100% - 245px);
  top: -6px;
  padding: 0 0 0 30px;
}

@media only screen and (max-width: 480px) {
  .eltdf-product-exhibition .eltdf-pe-main-text {
    width: 100%;
    top: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }
}

.eltdf-product-exhibition .eltdf-pe-title {
  margin: 0;
}

.eltdf-product-exhibition .eltdf-pe-category {
  font-weight: 500;
  line-height: 17px;
  letter-spacing: .02em;
  color: #e08686;
}

.eltdf-product-exhibition .eltdf-pe-category a {
  color: inherit;
}

.eltdf-product-exhibition .eltdf-pe-excerpt {
  margin: 10px 0 0;
  font-size: 14px;
}

.eltdf-product-exhibition .eltdf-pe-price {
  position: relative;
  display: block;
  margin: 3px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  color: #000;
  margin: 22px 0 0;
  font-size: 30px;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
}

.eltdf-product-exhibition .eltdf-pe-price * {
  font-size: inherit;
  line-height: inherit;
}

.eltdf-product-exhibition .eltdf-pe-price del {
  margin: 0 3px 0 0;
  color: #e08686;
}

.eltdf-product-exhibition .eltdf-pe-price del > span {
  color: black;
}

.eltdf-product-exhibition .eltdf-pe-price ins {
  text-decoration: none;
}

.eltdf-product-exhibition .eltdf-pe-button {
  position: relative;
  display: inline-block;
  margin: 30px 0 0;
}

@media only screen and (max-width: 480px) {
  .eltdf-product-exhibition .eltdf-pe-button {
    margin: 31px 0 0;
  }
}

.eltdf-product-exhibition .eltdf-pe-button .eltdf-btn {
  padding: 8px 36px 6px;
}

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

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

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

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

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

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

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

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

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

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

.eltdf-product-info .eltdf-pi-rating:before {
  content: "\f005\f005\f005\f005\f005";
  letter-spacing: 4px;
}

.eltdf-product-info .eltdf-pi-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #e08686;
}

.eltdf-product-info .eltdf-pi-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  font-weight: 300;
  letter-spacing: 4px;
}

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

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

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

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

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

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

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

.eltdf-plc-holder .eltdf-plc-item:hover .eltdf-plc-image-outer .eltdf-plc-text .eltdf-plc-action {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

.eltdf-plc-holder .eltdf-plc-item:hover .eltdf-plc-image-outer .eltdf-plc-image img {
  transform: scale(1.04);
}

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

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

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

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-image-outer .eltdf-plc-image img {
  transform: scale(1) translateZ(0);
  transition: transform .3s ease-in-out;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-image-outer .eltdf-plc-image .eltdf-plc-onsale,
.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-image-outer .eltdf-plc-image .eltdf-plc-out-of-stock,
.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-image-outer .eltdf-plc-image .eltdf-plc-new-product {
  position: absolute;
  display: block;
  top: 0;
  width: auto;
  height: 20px;
  margin: 0;
  padding: 0 12px;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: .115em;
  text-align: center;
  z-index: 100;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-image-outer .eltdf-plc-image .eltdf-plc-onsale {
  left: 0;
  background-color: #e08686;
  text-transform: uppercase;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-image-outer .eltdf-plc-image .eltdf-plc-out-of-stock {
  left: 0;
  background-color: #000;
  text-transform: uppercase;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-image-outer .eltdf-plc-image .eltdf-plc-new-product {
  left: 0;
  background-color: #f7e7e7;
  color: #d98585;
  text-transform: uppercase;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-image-outer .eltdf-plc-text {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  -webkit-transition: opacity 0.3s ease-out, background-color 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, background-color 0.3s ease-out;
  transition: opacity 0.3s ease-out, background-color 0.3s ease-out;
}

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

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

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-title {
  margin: 0;
  line-height: 1.3em;
  padding-top: 1px;
  position: relative;
  z-index: 123;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-title a {
  color: #333;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-title a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e08686;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-title a:hover {
  color: #333;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-title a:hover:after {
  width: 100%;
}

.eltdf-plc-holder .eltdf-plc-item p.eltdf-plc-title a {
  position: relative;
}

.eltdf-plc-holder .eltdf-plc-item p.eltdf-plc-title a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e08686;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}

.eltdf-plc-holder .eltdf-plc-item .variations {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: none;
  padding: 0;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-variable-category {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 0;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-variable-category .variations_form {
  position: relative;
  top: -1px;
  flex-shrink: 0;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-category {
  color: #e08686;
  font-weight: 500;
  letter-spacing: .02em;
  margin: 0;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-category a {
  color: #e08686;
  font-weight: 500;
  letter-spacing: .02em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-category a:hover {
  color: inherit;
  opacity: .8;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-excerpt {
  color: #333;
  line-height: 1.3em;
  margin: 1px 0 0;
}

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

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

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-rating:before {
  content: "\f005\f005\f005\f005\f005";
  letter-spacing: 4px;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #e08686;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  font-weight: 300;
  letter-spacing: 4px;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-price {
  position: relative;
  display: block;
  margin: 3px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  color: #000;
  margin: 6px 0 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
}

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

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-price del {
  margin: 0 3px 0 0;
  color: #e08686;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-price del > span {
  color: black;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-price ins {
  text-decoration: none;
}

.eltdf-plc-holder .eltdf-plc-item .variations_form .select_option {
  position: relative;
  z-index: 1;
}

.eltdf-plc-holder .eltdf-plc-item .variations_form .pa_color select {
  border: 1px solid #e5e5e5;
  color: #333;
  letter-spacing: .02em;
  font-size: 12px;
  padding: 2px;
}

.eltdf-plc-holder .eltdf-plc-item .variations_form .select_box_colorpicker:after {
  margin-bottom: 0;
}

.eltdf-plc-holder .eltdf-plc-item .variations_form .select_box_colorpicker .select_option_colorpicker {
  border: none;
  border-radius: 50%;
  margin-right: 2px;
}

.eltdf-plc-holder .eltdf-plc-item .variations_form .select_box_colorpicker .select_option_colorpicker .yith_wccl_value {
  width: 7px;
  height: 7px;
  min-width: auto;
  border: 0;
  border-radius: 50%;
  cursor: default;
}

.eltdf-plc-holder .eltdf-plc-item .variations_form .select_box_label {
  top: 3px;
}

.eltdf-plc-holder .eltdf-plc-item .variations_form .select_box_label:after {
  margin-bottom: 0;
}

.eltdf-plc-holder .eltdf-plc-item .variations_form .select_box_label .select_option_label {
  margin-right: 1px;
  border: none;
}

.eltdf-plc-holder .eltdf-plc-item .variations_form .select_box_label .select_option_label:hover, .eltdf-plc-holder .eltdf-plc-item .variations_form .select_box_label .select_option_label.selected {
  color: #e08686;
}

.eltdf-plc-holder .eltdf-plc-item .variations_form .select_box_label .select_option .yith_wccl_value {
  min-width: auto;
  height: 13px;
  font-size: 10px;
  line-height: 15px;
  border: none;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 12;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action .eltdf-plc-add-to-cart.eltdf-default-skin .button:hover,
.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action .eltdf-plc-add-to-cart.eltdf-default-skin .added_to_cart:hover,
.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action .eltdf-plc-add-to-cart.eltdf-default-skin .yith-wcwl-add-to-wishlist:hover {
  color: #e08686;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action .eltdf-plc-add-to-cart.eltdf-light-skin .button,
.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action .eltdf-plc-add-to-cart.eltdf-light-skin .added_to_cart {
  color: #000;
  background-color: #fff;
}

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

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action .eltdf-plc-add-to-cart.eltdf-dark-skin .button,
.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action .eltdf-plc-add-to-cart.eltdf-dark-skin .added_to_cart {
  color: #fff;
  background-color: #000;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action .eltdf-plc-add-to-cart.eltdf-dark-skin .button:hover,
.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action .eltdf-plc-add-to-cart.eltdf-dark-skin .added_to_cart:hover {
  color: #fff;
  background-color: #2d2d2d;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action .yith-wcwl-add-to-wishlist a {
  display: block;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action .add_to_cart_button:after {
  content: "+";
  font-size: 19px;
  bottom: 2px;
  position: relative;
  vertical-align: super;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action .add_to_cart_button:after {
    bottom: 0;
  }
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action .added_to_cart:after {
  content: "a";
  font-size: 14px;
  font-family: "linea-ecommerce-10" !important;
  text-transform: none !important;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action .button.eltdf-out-of-stock:after,
.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action .product_type_grouped:after,
.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action .product_type_variable:after {
  content: "\e090";
  font-size: 13px;
  top: 1px;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action .product_type_external:after {
  content: "" !important;
  font-family: FontAwesome !important;
  font-size: 15px;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action .yith-wcqv-button:after {
  content: "\e087";
  font-size: 17px;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action .button,
.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action .added_to_cart,
.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action .yith-wcwl-add-to-wishlist {
  position: relative;
  font-size: 0;
  display: inline-block;
  float: left;
  height: 36px;
  width: 36px;
  line-height: 36px;
  color: #fff;
  background-color: #000;
  box-sizing: border-box;
  margin-right: 1px;
  z-index: 3;
  -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;
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action .button:after,
.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action .added_to_cart:after,
.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action .yith-wcwl-add-to-wishlist:after {
  font-family: 'simple-line-icons';
}

.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action .button:hover,
.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action .added_to_cart:hover,
.eltdf-plc-holder .eltdf-plc-item .eltdf-plc-action .yith-wcwl-add-to-wishlist:hover {
  color: #e08686;
}

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

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

.eltdf-plc-holder .eltdf-plc-text-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 12px 0 0;
}

.eltdf-plc-holder.eltdf-info-on-image .eltdf-plc-item .eltdf-plc-image-outer .eltdf-plc-text-inner {
  top: 0;
}

.eltdf-plc-holder.eltdf-info-on-image .eltdf-plc-item .eltdf-plc-text {
  opacity: 0;
  background-color: rgba(240, 240, 240, 0.9);
}

.eltdf-plc-holder.eltdf-info-on-image .eltdf-plc-item:hover .eltdf-plc-image-outer .eltdf-plc-text {
  opacity: 1;
}

.eltdf-plc-holder.eltdf-info-on-image .eltdf-plc-item .eltdf-plc-title a,
.eltdf-plc-holder.eltdf-info-on-image .eltdf-plc-item .eltdf-plc-excerpt,
.eltdf-plc-holder.eltdf-info-on-image .eltdf-plc-item .eltdf-plc-rating,
.eltdf-plc-holder.eltdf-info-on-image .eltdf-plc-item .eltdf-plc-price {
  color: #000;
}

.eltdf-plc-holder.eltdf-info-on-image .eltdf-plc-item .variations_form {
  display: inline-block !important;
}

.eltdf-plc-holder.eltdf-info-on-image .eltdf-plc-item .select_box_label {
  color: #fff;
}

.eltdf-plc-holder.eltdf-info-on-image .eltdf-plc-item .select_box_label .select_option_label:hover, .eltdf-plc-holder.eltdf-info-on-image .eltdf-plc-item .select_box_label .select_option_label.selected {
  color: #e08686;
}

.eltdf-plc-holder.eltdf-info-on-image .eltdf-plc-item .eltdf-plc-action {
  margin: 0;
}

.eltdf-plc-holder.eltdf-info-on-image .eltdf-plc-item .eltdf-plc-price del > span {
  color: #000;
}

.eltdf-plc-holder .owl-nav .owl-prev,
.eltdf-plc-holder .owl-nav .owl-next {
  color: #000;
  background-color: transparent;
}

.eltdf-plc-holder .owl-nav .owl-prev:hover,
.eltdf-plc-holder .owl-nav .owl-next:hover {
  color: #e08686;
}

.eltdf-plc-holder .owl-nav .owl-prev > span,
.eltdf-plc-holder .owl-nav .owl-next > span {
  font-size: 20px;
}

.eltdf-plc-holder .owl-nav .owl-prev {
  left: -45px;
}

.eltdf-plc-holder .owl-nav .owl-prev > span {
  left: -8px;
}

.eltdf-plc-holder .owl-nav .owl-next {
  right: -45px;
}

.eltdf-plc-holder .owl-nav .owl-next > span {
  left: auto;
  right: -8px;
}

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

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

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

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

.eltdf-plc-holder.eltdf-plc-pag-light-skin .owl-dots .owl-dot span {
  border-color: rgba(255, 255, 255, 0.5);
}

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

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

.eltdf-pl-holder.eltdf-info-on-image .eltdf-pli .eltdf-pli-text {
  opacity: 0;
  background-color: rgba(240, 240, 240, 0.9);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.eltdf-pl-holder.eltdf-info-on-image .eltdf-pli .variations_form {
  display: inline-block !important;
  z-index: 9;
}

.eltdf-pl-holder.eltdf-info-on-image .eltdf-pli .select_box_label {
  color: #fff;
}

.eltdf-pl-holder.eltdf-info-on-image .eltdf-pli .select_box_label .select_option_label:hover, .eltdf-pl-holder.eltdf-info-on-image .eltdf-pli .select_box_label .select_option_label.selected {
  color: #e08686;
}

.eltdf-pl-holder.eltdf-info-on-image .eltdf-pli .eltdf-pli-action {
  margin: 17px 0 0;
}

.eltdf-pl-holder.eltdf-info-on-image .eltdf-pli-inner .eltdf-pli-text-inner {
  top: 0;
  z-index: 1;
}

.eltdf-pl-holder.eltdf-info-below-image .eltdf-pli .eltdf-pli-text-wrapper p.eltdf-pli-title {
  margin: 3px 0 0;
}

.eltdf-pl-holder.eltdf-info-below-image .eltdf-pli .eltdf-pli-text-wrapper .eltdf-pli-rating-holder {
  margin: 7px 0 3px;
}

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

.eltdf-pl-holder .eltdf-pli .eltdf-pli-title {
  line-height: 1.3em;
  margin: 1px 0 0;
}

.eltdf-pl-holder .eltdf-pli .eltdf-pli-title a {
  color: #333;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.eltdf-pl-holder .eltdf-pli .eltdf-pli-title a:after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e08686;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}

.eltdf-pl-holder .eltdf-pli .eltdf-pli-title a:hover {
  color: #333;
}

.eltdf-pl-holder .eltdf-pli .eltdf-pli-title a:hover:after {
  width: 100%;
}

.eltdf-pl-holder .eltdf-pli p.eltdf-pli-title a {
  position: relative;
}

.eltdf-pl-holder .eltdf-pli p.eltdf-pli-title a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e08686;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}

.eltdf-pl-holder .eltdf-pli .variations {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: none;
  padding: 0;
}

.eltdf-pl-holder .eltdf-pli .eltdf-pli-variable-category {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 0;
}

.eltdf-pl-holder .eltdf-pli .eltdf-pli-variable-category .variations_form {
  position: relative;
  top: -1px;
  flex-shrink: 0;
}

.eltdf-pl-holder .eltdf-pli .eltdf-pli-category {
  color: #e08686;
  font-weight: 500;
  letter-spacing: .02em;
  margin: 0;
}

.eltdf-pl-holder .eltdf-pli .eltdf-pli-category a {
  color: #e08686;
  font-weight: 500;
  letter-spacing: .02em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.eltdf-pl-holder .eltdf-pli .eltdf-pli-category a:hover {
  color: inherit;
  opacity: .8;
}

.eltdf-pl-holder .eltdf-pli .eltdf-pli-excerpt {
  color: #333;
  line-height: 1.3em;
  margin: 1px 0 0;
}

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

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

.eltdf-pl-holder .eltdf-pli .eltdf-pli-rating:before {
  content: "\f005\f005\f005\f005\f005";
  letter-spacing: 4px;
}

.eltdf-pl-holder .eltdf-pli .eltdf-pli-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #e08686;
}

.eltdf-pl-holder .eltdf-pli .eltdf-pli-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  font-weight: 300;
  letter-spacing: 4px;
}

.eltdf-pl-holder .eltdf-pli .eltdf-pli-price {
  position: relative;
  display: block;
  margin: 3px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  margin: 6px 0 0;
}

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

.eltdf-pl-holder .eltdf-pli .eltdf-pli-price del {
  margin: 0 3px 0 0;
  color: #e08686;
}

.eltdf-pl-holder .eltdf-pli .eltdf-pli-price del > span {
  color: black;
}

.eltdf-pl-holder .eltdf-pli .eltdf-pli-price ins {
  text-decoration: none;
}

.eltdf-pl-holder .variations_form .select_option {
  position: relative;
  z-index: 1;
}

.eltdf-pl-holder .variations_form .pa_color select {
  border: 1px solid #e5e5e5;
  color: #333;
  letter-spacing: .02em;
  font-size: 12px;
  padding: 2px;
}

.eltdf-pl-holder .variations_form .select_box_colorpicker:after {
  margin-bottom: 0;
}

.eltdf-pl-holder .variations_form .select_box_colorpicker .select_option_colorpicker {
  border: none;
  border-radius: 50%;
  margin-right: 2px;
}

.eltdf-pl-holder .variations_form .select_box_colorpicker .select_option_colorpicker .yith_wccl_value {
  width: 7px;
  height: 7px;
  min-width: auto;
  border: 0;
  border-radius: 50%;
  cursor: default;
}

.eltdf-pl-holder .variations_form .select_box_label {
  top: 3px;
}

.eltdf-pl-holder .variations_form .select_box_label:after {
  margin-bottom: 0;
}

.eltdf-pl-holder .variations_form .select_box_label .select_option_label {
  margin-right: 1px;
  border: none;
}

.eltdf-pl-holder .variations_form .select_box_label .select_option_label:hover, .eltdf-pl-holder .variations_form .select_box_label .select_option_label.selected {
  color: #e08686;
}

.eltdf-pl-holder .variations_form .select_box_label .select_option .yith_wccl_value {
  min-width: auto;
  height: 13px;
  font-size: 10px;
  line-height: 15px;
  border: none;
}

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

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-action {
  z-index: 12;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

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

.eltdf-pl-holder .eltdf-pli-inner:hover .eltdf-pli-action {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

.eltdf-pl-holder .eltdf-pli-inner:hover .eltdf-pli-image img {
  transform: scale(1.04);
}

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

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

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-image img {
  display: block;
  width: 100%;
  transform: scale(1) translateZ(0);
  transition: transform .3s ease-in-out;
}

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-image .eltdf-pli-onsale,
.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-image .eltdf-pli-out-of-stock,
.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-image .eltdf-pli-new-product {
  position: absolute;
  display: block;
  top: 0;
  width: auto;
  height: 20px;
  margin: 0;
  padding: 0 12px;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: .115em;
  text-align: center;
  z-index: 100;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-image .eltdf-pli-onsale {
  left: 0;
  background-color: #e08686;
  text-transform: uppercase;
}

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-image .eltdf-pli-out-of-stock {
  left: 0;
  background-color: #000;
  text-transform: uppercase;
}

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-image .eltdf-pli-new-product {
  left: 0;
  background-color: #f7e7e7;
  color: #d98585;
  text-transform: uppercase;
}

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  box-sizing: border-box;
}

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

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

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .eltdf-pli-category a {
  color: #e08686;
}

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .eltdf-pli-title a,
.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .eltdf-pli-excerpt,
.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .eltdf-pli-rating,
.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .eltdf-pli-price {
  color: #000;
}

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .eltdf-pli-action {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .eltdf-pli-price del > span {
  color: #000;
}

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .eltdf-pli-add-to-cart.eltdf-default-skin .button:hover,
.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .eltdf-pli-add-to-cart.eltdf-default-skin .added_to_cart:hover,
.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .eltdf-pli-add-to-cart.eltdf-default-skin .yith-wcwl-add-to-wishlist:hover {
  color: #e08686;
  background-color: #000;
}

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

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

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

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

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .yith-wcwl-add-to-wishlist a {
  display: block;
}

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .add_to_cart_button:after {
  content: "+";
  font-size: 19px;
  bottom: 2px;
  position: relative;
  vertical-align: super;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .add_to_cart_button:after {
    bottom: 0;
  }
}

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .added_to_cart:after {
  content: "a";
  font-size: 14px;
  font-family: "linea-ecommerce-10" !important;
  text-transform: none !important;
}

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .button.eltdf-out-of-stock:after,
.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .product_type_grouped:after,
.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .product_type_variable:after {
  content: "\e090";
  font-size: 13px;
  top: 1px;
}

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .product_type_external:after {
  content: "" !important;
  font-family: FontAwesome !important;
  font-size: 15px;
}

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .yith-wcqv-button:after {
  content: "\e087";
  font-size: 17px;
}

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .button,
.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .added_to_cart,
.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .yith-wcwl-add-to-wishlist {
  position: relative;
  font-size: 0;
  display: inline-block;
  float: left;
  height: 36px;
  width: 36px;
  line-height: 36px;
  color: #fff;
  background-color: #000;
  box-sizing: border-box;
  margin-right: 1px;
  z-index: 3;
  -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;
}

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .button:after,
.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .added_to_cart:after,
.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .yith-wcwl-add-to-wishlist:after {
  font-family: 'simple-line-icons';
}

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .button:hover,
.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .added_to_cart:hover,
.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .yith-wcwl-add-to-wishlist:hover {
  color: #e08686;
}

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

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

.eltdf-pl-holder .eltdf-pli-text-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 12px 0 0;
}

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

.eltdf-pl-holder.eltdf-product-info-light .eltdf-pli-inner .eltdf-pli-text-inner .eltdf-pli-category {
  color: #fff;
}

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

.eltdf-pl-holder.eltdf-product-info-light .eltdf-pli-inner .eltdf-pli-text-inner .eltdf-pli-price del > span {
  color: #fff;
}

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

.eltdf-pl-holder.eltdf-product-info-dark .eltdf-pli-inner .eltdf-pli-text-inner .eltdf-pli-category {
  color: #000;
}

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

.eltdf-pl-holder.eltdf-product-info-dark .eltdf-pli-inner .eltdf-pli-text-inner .eltdf-pli-price del > span {
  color: #000;
}

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

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

/* ==========================================================================
   Product List shortcode styles - end
   ========================================================================== */
/* ==========================================================================
   Product List grid modifications - begin
   ========================================================================== */
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .eltdf-pl-holder.eltdf-grid-list.eltdf-five-columns .eltdf-masonry-grid-sizer {
    width: 20%;
  }
  .eltdf-pl-holder.eltdf-grid-list.eltdf-five-columns .eltdf-item-space {
    width: 20%;
    clear: none !important;
  }
  .eltdf-pl-holder.eltdf-grid-list.eltdf-six-columns .eltdf-masonry-grid-sizer {
    width: 16.66667%;
  }
  .eltdf-pl-holder.eltdf-grid-list.eltdf-six-columns .eltdf-item-space {
    width: 16.66667%;
    clear: none !important;
  }
}

/* ==========================================================================
   Product List grid modifications - end
   ========================================================================== */
/* ==========================================================================
   Product Overview shortcode styles - begin
   ========================================================================== */
.eltdf-product-overview {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-product-overview.eltdf-extended-type .eltdf-po-main {
  width: 57%;
}

@media only screen and (max-width: 768px) {
  .eltdf-product-overview.eltdf-extended-type .eltdf-po-main {
    width: 100%;
  }
}

.eltdf-product-overview.eltdf-extended-type .eltdf-po-extended {
  position: absolute;
  top: 17%;
  right: 0;
  width: 50%;
  box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
  .eltdf-product-overview.eltdf-extended-type .eltdf-po-extended {
    width: 54%;
  }
}

@media only screen and (max-width: 1024px) {
  .eltdf-product-overview.eltdf-extended-type .eltdf-po-extended {
    width: 62%;
  }
}

@media only screen and (max-width: 768px) {
  .eltdf-product-overview.eltdf-extended-type .eltdf-po-extended {
    position: relative;
    top: auto !important;
    right: auto;
    width: 100% !important;
    padding: 20px 20px;
  }
}

.eltdf-product-overview.eltdf-extended-type.eltdf-left-align {
  text-align: left;
}

.eltdf-product-overview.eltdf-extended-type.eltdf-center-align {
  text-align: center;
}

.eltdf-product-overview.eltdf-extended-type.eltdf-right-align {
  text-align: right;
}

.eltdf-product-overview.eltdf-extended-type .eltdf-po-title {
  margin: 0;
}

.eltdf-product-overview.eltdf-extended-type .eltdf-po-description {
  margin: 13px 0 0;
}

@media only screen and (max-width: 480px) {
  .eltdf-product-overview.eltdf-extended-type .eltdf-po-description br {
    display: none;
  }
}

.eltdf-product-overview.eltdf-extended-type .eltdf-po-button {
  display: inline-block;
  margin: 38px 0 0;
}

.eltdf-product-overview.eltdf-light-skin .eltdf-poi {
  color: #fff;
}

.eltdf-product-overview .eltdf-po-main {
  position: relative;
}

.eltdf-product-overview .eltdf-po-image img {
  display: block;
}

.eltdf-product-overview .eltdf-po-text {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.eltdf-product-overview .eltdf-po-text .eltdf-po-text-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 13px 20px;
  text-align: left;
  box-sizing: border-box;
}

.eltdf-product-overview .eltdf-po-text .eltdf-po-text-inner .eltdf-poi {
  margin: 0;
  line-height: 20px;
}

.eltdf-product-overview .eltdf-po-text .eltdf-po-text-inner .eltdf-poi a {
  position: relative;
  color: inherit;
  position: relative;
}

.eltdf-product-overview .eltdf-po-text .eltdf-po-text-inner .eltdf-poi a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e08686;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}

.eltdf-product-overview .eltdf-po-text .eltdf-po-text-inner .eltdf-poi a:hover:after {
  width: 100%;
}

.eltdf-product-overview .eltdf-po-text .eltdf-po-text-inner .eltdf-poi .eltdf-poi-price del {
  display: none;
}

.eltdf-product-overview .eltdf-po-text .eltdf-po-text-inner .eltdf-poi .eltdf-poi-price ins {
  text-decoration: none;
}

/* ==========================================================================
   Product Overview shortcode styles - end
   ========================================================================== */
/* ==========================================================================
   Product Quickview shortcode styles - begin
   ========================================================================== */
.eltdf-product-quickview {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .eltdf-product-quickview {
    display: block;
  }
}

.eltdf-product-quickview.eltdf-opener-light-skin .eltdf-pq-opener {
  color: #000;
  background-color: #fff;
}

.eltdf-product-quickview.eltdf-show-info-always .eltdf-pq-opener {
  opacity: 1;
}

.eltdf-product-quickview .eltdf-pq-info-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .eltdf-product-quickview .eltdf-pq-info-inner {
    display: block;
  }
}

.eltdf-product-quickview .eltdf-pq-info-inner:hover .eltdf-pq-opener {
  opacity: 1;
}

.eltdf-product-quickview .eltdf-pq-background-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .eltdf-product-quickview .eltdf-pq-background-image {
    display: block;
  }
}

.eltdf-product-quickview .eltdf-pq-background-image img {
  display: block;
}

.eltdf-product-quickview .eltdf-pq-background-image .eltdf-pq-background-generic {
  position: relative;
  width: 525px;
  height: 752px;
  background-color: #f6f6f6;
}

@media only screen and (max-width: 1200px) {
  .eltdf-product-quickview .eltdf-pq-background-image .eltdf-pq-background-generic {
    width: 460px;
    height: 659px;
  }
}

@media only screen and (max-width: 1024px) {
  .eltdf-product-quickview .eltdf-pq-background-image .eltdf-pq-background-generic {
    width: 369px;
    height: 529px;
  }
}

@media only screen and (max-width: 768px) {
  .eltdf-product-quickview .eltdf-pq-background-image .eltdf-pq-background-generic {
    width: 285px;
    height: 408px;
  }
}

@media only screen and (max-width: 680px) {
  .eltdf-product-quickview .eltdf-pq-background-image .eltdf-pq-background-generic {
    width: 420px;
    height: 602px;
  }
}

@media only screen and (max-width: 480px) {
  .eltdf-product-quickview .eltdf-pq-background-image .eltdf-pq-background-generic {
    width: 300px;
    height: 430px;
  }
}

@media only screen and (max-width: 320px) {
  .eltdf-product-quickview .eltdf-pq-background-image .eltdf-pq-background-generic {
    width: 288px;
    height: 413px;
  }
}

.eltdf-product-quickview .eltdf-pq-background-image .eltdf-pq-background-generic .eltdf-pq-warning {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  color: #000;
}

.eltdf-product-quickview .eltdf-pq-main-info {
  display: none;
  position: absolute;
  top: 240px;
  right: 150px;
  width: 316px;
  padding: 42px 42px 37px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 2px 3px 8.73px 0.27px rgba(0, 0, 0, 0.11);
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .eltdf-product-quickview .eltdf-pq-main-info {
    width: 200px;
  }
}

.eltdf-product-quickview .eltdf-pq-opener {
  position: absolute;
  width: 34px;
  height: 34px;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  letter-spacing: -.02em;
  color: #fff;
  background-color: #000;
  border-radius: 3em;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
  z-index: 2;
}

.eltdf-product-quickview .eltdf-pq-opener .eltdf-pq-opener-tooltip {
  position: absolute;
  top: 50%;
  left: 45px;
  white-space: nowrap;
  font-family: "Heebo", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  color: #000;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.eltdf-product-quickview .eltdf-pq-opener.eltdf-pq-main-info-opened {
  background-color: transparent;
}

.eltdf-product-quickview .eltdf-pq-opener.eltdf-pq-main-info-opened .eltdf-pq-opener-mark {
  font-size: 0;
}

.eltdf-product-quickview .eltdf-pq-opener.eltdf-pq-main-info-opened .eltdf-pq-opener-mark:before {
  content: "\4d";
  position: relative;
  top: -2px;
  right: 2px;
  display: inline-block;
  font-family: 'ElegantIcons';
  font-size: 35px;
  color: #000;
}

.eltdf-product-quickview .eltdf-pq-opener.eltdf-pq-main-info-opened .eltdf-pq-opener-tooltip {
  visibility: hidden;
}

.eltdf-product-quickview .eltdf-pq-opener.eltdf-pq-main-info-closed .eltdf-pq-opener-tooltip {
  visibility: visible;
}

.eltdf-product-quickview .eltdf-pq-main-image {
  margin: 0 0 14px;
}

.eltdf-product-quickview .eltdf-pq-main-image a, .eltdf-product-quickview .eltdf-pq-main-image img {
  display: block;
}

.eltdf-product-quickview .eltdf-pq-title {
  margin: 0;
}

.eltdf-product-quickview .eltdf-pq-title a {
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.eltdf-product-quickview .eltdf-pq-title a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e08686;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}

.eltdf-product-quickview .eltdf-pq-title a:hover {
  color: #333;
}

.eltdf-product-quickview .eltdf-pq-title a:hover:after {
  width: 100%;
}

.eltdf-product-quickview p.eltdf-pq-title {
  line-height: 1.3em;
  letter-spacing: normal;
}

.eltdf-product-quickview .eltdf-pq-category {
  margin: 0 0 4px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: .02em;
  color: #e08686;
}

.eltdf-product-quickview .eltdf-pq-category a {
  opacity: 1;
  color: #e08686;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.eltdf-product-quickview .eltdf-pq-category a:hover {
  color: #e08686 !important;
  opacity: .8 !important;
}

.eltdf-product-quickview .eltdf-pq-excerpt {
  margin: 16px 0 0;
  font-size: 14px;
}

.eltdf-product-quickview .eltdf-pq-price {
  position: relative;
  display: block;
  margin: 3px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  color: #000;
  margin: 3px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: .02em;
}

.eltdf-product-quickview .eltdf-pq-price * {
  font-size: inherit;
  line-height: inherit;
}

.eltdf-product-quickview .eltdf-pq-price del {
  margin: 0 3px 0 0;
  color: #e08686;
}

.eltdf-product-quickview .eltdf-pq-price del > span {
  color: black;
}

.eltdf-product-quickview .eltdf-pq-price ins {
  text-decoration: none;
}

/* ==========================================================================
   Product Quickview shortcode styles - end
   ========================================================================== */
/* ==========================================================================
   Product Showcase shortcode styles - begin
   ========================================================================== */
.eltdf-product-showcase {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-product-showcase.eltdf-right-orientation .eltdf-ps-images {
  flex-direction: row-reverse;
}

.eltdf-product-showcase.eltdf-right-orientation .eltdf-ps-images .eltdf-ps-main-image {
  padding: 0 0 0 20px;
}

.eltdf-product-showcase.eltdf-right-orientation .eltdf-ps-images .eltdf-ps-additional-image {
  padding: 0 20px 0 0;
}

.eltdf-product-showcase.eltdf-right-orientation .eltdf-ps-info-text-wrapper {
  padding-left: 0;
}

.eltdf-product-showcase .eltdf-ps-images {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 480px) {
  .eltdf-product-showcase .eltdf-ps-images {
    display: block;
  }
}

.eltdf-product-showcase .eltdf-ps-images .eltdf-ps-main-image,
.eltdf-product-showcase .eltdf-ps-images .eltdf-ps-additional-image {
  width: 50%;
  box-sizing: border-box;
}

@media only screen and (max-width: 480px) {
  .eltdf-product-showcase .eltdf-ps-images .eltdf-ps-main-image,
  .eltdf-product-showcase .eltdf-ps-images .eltdf-ps-additional-image {
    width: 100%;
    padding: 0 !important;
  }
}

.eltdf-product-showcase .eltdf-ps-images .eltdf-ps-main-image img,
.eltdf-product-showcase .eltdf-ps-images .eltdf-ps-additional-image img {
  display: block;
}

.eltdf-product-showcase .eltdf-ps-images .eltdf-ps-main-image {
  position: relative;
  padding: 0 20px 0 0;
}

.eltdf-product-showcase .eltdf-ps-images .eltdf-ps-main-image .eltdf-ps-main-image-inner {
  position: relative;
  margin: 10%;
}

@media only screen and (max-width: 480px) {
  .eltdf-product-showcase .eltdf-ps-images .eltdf-ps-main-image .eltdf-ps-main-image-inner {
    margin: 0 !important;
  }
}

.eltdf-product-showcase .eltdf-ps-images .eltdf-ps-main-image .eltdf-ps-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.eltdf-product-showcase .eltdf-ps-images .eltdf-ps-main-image:hover .eltdf-ps-link {
  opacity: 1;
}

.eltdf-product-showcase .eltdf-ps-images .eltdf-ps-additional-image {
  padding: 0 0 0 20px;
}

.eltdf-product-showcase .eltdf-ps-images .eltdf-ps-additional-image img {
  width: 100%;
}

.eltdf-product-showcase .eltdf-ps-info-text-wrapper {
  padding: 11px 0 11px calc(50% + 20px);
}

@media only screen and (max-width: 480px) {
  .eltdf-product-showcase .eltdf-ps-info-text-wrapper {
    padding: 11px 0;
  }
}

.eltdf-product-showcase .eltdf-ps-info-text-wrapper .eltdf-ps-title {
  margin: 0;
}

.eltdf-product-showcase .eltdf-ps-info-text-wrapper .eltdf-ps-category {
  position: relative;
  top: -1px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: .02em;
  color: #e08686;
}

.eltdf-product-showcase .eltdf-ps-info-text-wrapper .eltdf-ps-category a {
  opacity: 1;
  color: #e08686;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.eltdf-product-showcase .eltdf-ps-info-text-wrapper .eltdf-ps-category a:hover {
  color: #e08686 !important;
  opacity: .8 !important;
}

.eltdf-product-showcase .eltdf-ps-info-text-wrapper .eltdf-ps-price {
  position: relative;
  display: block;
  margin: 3px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
}

.eltdf-product-showcase .eltdf-ps-info-text-wrapper .eltdf-ps-price * {
  font-size: inherit;
  line-height: inherit;
}

.eltdf-product-showcase .eltdf-ps-info-text-wrapper .eltdf-ps-price del {
  margin: 0 3px 0 0;
  color: #e08686;
}

.eltdf-product-showcase .eltdf-ps-info-text-wrapper .eltdf-ps-price del > span {
  color: black;
}

.eltdf-product-showcase .eltdf-ps-info-text-wrapper .eltdf-ps-price ins {
  text-decoration: none;
}

/* ==========================================================================
   Product Showcase shortcode styles - end
   ========================================================================== */
/* ==========================================================================
   Product Tabs start styles
   ========================================================================== */
.eltdf-plw-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.eltdf-plw-tabs .eltdf-plw-tabs-section-title {
  position: absolute;
  top: -33px;
  left: 16%;
  margin: 0 0 0 4px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.eltdf-drop-down .eltdf-plw-tabs .eltdf-plw-tabs-inner .eltdf-plw-tabs-tabs-holder .eltdf-plw-tabs-tab a {
  padding: 0;
}

.eltdf-plw-tabs .eltdf-plw-tabs-tab:first-child a {
  padding-top: 0;
}

.eltdf-plw-tabs .eltdf-plw-tabs-inner {
  padding: 0;
  margin: 0 -15px;
  margin-top: 10px;
}

@media only screen and (max-width: 1366px) {
  .eltdf-plw-tabs .eltdf-plw-tabs-inner {
    margin-top: 0;
  }
}

.eltdf-plw-tabs .eltdf-plw-tabs-tabs-holder {
  width: 16%;
  display: inline-block;
  position: relative;
  float: left;
  padding: 0 15px;
  vertical-align: middle;
  box-sizing: border-box;
}

.eltdf-plw-tabs .eltdf-plw-tabs-tabs-holder .eltdf-plw-tabs-tab {
  margin: 1px 0;
}

.eltdf-plw-tabs .eltdf-plw-tabs-tabs-holder .eltdf-plw-tabs-tab a {
  position: relative;
  display: inline-block;
  height: auto;
  float: none;
  padding: 0;
  font-family: inherit;
  color: #333;
}

.eltdf-plw-tabs .eltdf-plw-tabs-tabs-holder .eltdf-plw-tabs-tab a .item_text {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.eltdf-plw-tabs .eltdf-plw-tabs-tabs-holder .eltdf-plw-tabs-tab a .item_text:after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e08686;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}

.eltdf-plw-tabs .eltdf-plw-tabs-tabs-holder .eltdf-plw-tabs-tab a:hover .item_text:after {
  width: 100%;
}

.eltdf-plw-tabs .eltdf-plw-tabs-content-holder {
  position: relative;
  float: left;
  width: 84%;
}

@media only screen and (max-width: 1366px) {
  .eltdf-plw-tabs .eltdf-plw-tabs-content-holder {
    width: 80%;
  }
}

.eltdf-plw-tabs .eltdf-plw-tabs-content-holder .eltdf-plw-tabs-content {
  opacity: 0;
  display: inline-block;
  position: relative;
  float: left;
  padding: 0 15px;
  vertical-align: middle;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  max-width: 100%;
  z-index: 1;
  -webkit-transition: opacity 0.23s;
  -moz-transition: opacity 0.23s;
  transition: opacity 0.23s;
}

.eltdf-plw-tabs .eltdf-plw-tabs-content-holder .eltdf-plw-tabs-content.eltdf-plw-tabs-active-item {
  opacity: 1;
  z-index: 2;
}

.eltdf-plw-tabs .eltdf-plw-tabs-content-holder .eltdf-plw-tabs-content .eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .button.added {
  display: none;
}

.eltdf-plw-tabs .eltdf-plw-tabs-content-holder .eltdf-plw-tabs-content .eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .button a,
.eltdf-plw-tabs .eltdf-plw-tabs-content-holder .eltdf-plw-tabs-content .eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .added_to_cart a,
.eltdf-plw-tabs .eltdf-plw-tabs-content-holder .eltdf-plw-tabs-content .eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .yith-wcwl-add-to-wishlist a {
  color: #fff;
}

.eltdf-plw-tabs .eltdf-plw-tabs-content-holder .eltdf-plw-tabs-content .eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .button a:hover,
.eltdf-plw-tabs .eltdf-plw-tabs-content-holder .eltdf-plw-tabs-content .eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .added_to_cart a:hover,
.eltdf-plw-tabs .eltdf-plw-tabs-content-holder .eltdf-plw-tabs-content .eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .yith-wcwl-add-to-wishlist a:hover {
  color: #e08686;
}

.eltdf-plw-tabs .eltdf-plw-tabs-content-holder .eltdf-plw-tabs-content .eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .yith-wcwl-add-to-wishlist a {
  display: block;
  font-size: 0;
  line-height: 36px;
}

.eltdf-plw-tabs .eltdf-plw-tabs-content-holder .eltdf-plw-tabs-content .eltdf-pl-holder .eltdf-pli-text-wrapper {
  margin: 11px 0 0;
}

.eltdf-plw-tabs .eltdf-plw-tabs-content-holder .eltdf-plw-tabs-content .eltdf-pl-holder .eltdf-pli-category {
  margin: 0 0 -4px;
}

.eltdf-plw-tabs .eltdf-plw-tabs-content-holder .eltdf-plw-tabs-content .eltdf-pl-holder .eltdf-pli-category a {
  font-weight: 500;
}

.eltdf-plw-tabs .eltdf-plw-tabs-content-holder .eltdf-plw-tabs-content .eltdf-pl-holder .eltdf-pli-price {
  margin: 2px 0 0;
}

.eltdf-plw-tabs .eltdf-plw-tabs-content-holder .eltdf-plw-tabs-content .eltdf-pl-holder .eltdf-plw-tabs-content {
  padding: 9px 15px;
}

/* ==========================================================================
   Product Tabs end styles
   ========================================================================== */
/* ==========================================================================
   YITH Quick View styles - begin
   ========================================================================== */
#yith-quick-view-modal .yith-quick-view-overlay,
.yith-quick-view.yith-modal .yith-quick-view-overlay {
  background-color: rgba(255, 255, 255, 0.77);
}

#yith-quick-view-modal .yith-wcqv-wrapper,
.yith-quick-view.yith-modal .yith-wcqv-wrapper {
  padding: 0;
  max-width: 852px;
  height: auto !important;
}

#yith-quick-view-modal .yith-wcqv-main,
.yith-quick-view.yith-modal .yith-wcqv-main {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  overflow: hidden !important;
  background-color: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

#yith-quick-view-modal #yith-quick-view-content .woocommerce-product-gallery__wrapper,
.yith-quick-view.yith-modal #yith-quick-view-content .woocommerce-product-gallery__wrapper {
  margin: 0 -6px;
}

#yith-quick-view-modal #yith-quick-view-content .woocommerce-product-gallery__wrapper div,
.yith-quick-view.yith-modal #yith-quick-view-content .woocommerce-product-gallery__wrapper div {
  padding: 0 6px;
  box-sizing: border-box;
}

#yith-quick-view-modal #yith-quick-view-content .woocommerce-product-gallery__wrapper div:first-child,
.yith-quick-view.yith-modal #yith-quick-view-content .woocommerce-product-gallery__wrapper div:first-child {
  margin-bottom: 0;
}

#yith-quick-view-modal #yith-quick-view-content .woocommerce-product-gallery__wrapper div:not(:first-child),
.yith-quick-view.yith-modal #yith-quick-view-content .woocommerce-product-gallery__wrapper div:not(:first-child) {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  float: left;
}

#yith-quick-view-modal #yith-quick-view-content .entry-summary .summary-content,
.yith-quick-view.yith-modal #yith-quick-view-content .entry-summary .summary-content {
  position: relative;
  top: -3px;
}

#yith-quick-view-modal #yith-quick-view-content .entry-summary .summary-content .eltdf-e-categories,
.yith-quick-view.yith-modal #yith-quick-view-content .entry-summary .summary-content .eltdf-e-categories {
  color: #e08686;
}

#yith-quick-view-modal #yith-quick-view-content .entry-summary .summary-content .eltdf-e-categories a,
.yith-quick-view.yith-modal #yith-quick-view-content .entry-summary .summary-content .eltdf-e-categories a {
  color: #e08686;
  font-weight: 500;
  letter-spacing: .02em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

#yith-quick-view-modal #yith-quick-view-content .entry-summary .summary-content .eltdf-e-categories a:hover,
.yith-quick-view.yith-modal #yith-quick-view-content .entry-summary .summary-content .eltdf-e-categories a:hover {
  color: inherit;
  opacity: .8;
}

#yith-quick-view-modal #yith-quick-view-content .entry-summary .summary-content .price,
.yith-quick-view.yith-modal #yith-quick-view-content .entry-summary .summary-content .price {
  position: relative;
  display: block;
  margin: 3px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  color: #000;
  margin: 1px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-weight: 500;
}

#yith-quick-view-modal #yith-quick-view-content .entry-summary .summary-content .price *,
.yith-quick-view.yith-modal #yith-quick-view-content .entry-summary .summary-content .price * {
  font-size: inherit;
  line-height: inherit;
}

#yith-quick-view-modal #yith-quick-view-content .entry-summary .summary-content .price del,
.yith-quick-view.yith-modal #yith-quick-view-content .entry-summary .summary-content .price del {
  margin: 0 3px 0 0;
  color: #e08686;
}

#yith-quick-view-modal #yith-quick-view-content .entry-summary .summary-content .price del > span,
.yith-quick-view.yith-modal #yith-quick-view-content .entry-summary .summary-content .price del > span {
  color: black;
}

#yith-quick-view-modal #yith-quick-view-content .entry-summary .summary-content .price ins,
.yith-quick-view.yith-modal #yith-quick-view-content .entry-summary .summary-content .price ins {
  text-decoration: none;
}

#yith-quick-view-modal #yith-quick-view-content .entry-summary .summary-content .stock.in-stock,
.yith-quick-view.yith-modal #yith-quick-view-content .entry-summary .summary-content .stock.in-stock {
  display: none;
}

#yith-quick-view-modal #yith-quick-view-content .entry-summary .summary-content .eltdf-quantity-buttons,
.yith-quick-view.yith-modal #yith-quick-view-content .entry-summary .summary-content .eltdf-quantity-buttons {
  display: block;
}

#yith-quick-view-modal #yith-quick-view-content .entry-summary .summary-content .single_add_to_cart_button,
.yith-quick-view.yith-modal #yith-quick-view-content .entry-summary .summary-content .single_add_to_cart_button {
  margin-top: 31px;
  padding: 10px 36px;
}

#yith-quick-view-modal #yith-quick-view-content .product,
.yith-quick-view.yith-modal #yith-quick-view-content .product {
  position: relative;
  display: flex;
  width: 100%;
  vertical-align: top;
  margin: 0;
}

#yith-quick-view-modal #yith-quick-view-content .product-type-grouped .eltdf-single-product-summary .summary p.price,
.yith-quick-view.yith-modal #yith-quick-view-content .product-type-grouped .eltdf-single-product-summary .summary p.price {
  margin: 0 0 30px;
}

#yith-quick-view-modal #yith-quick-view-content .product-type-grouped .eltdf-single-product-summary .summary table.group_table tr,
.yith-quick-view.yith-modal #yith-quick-view-content .product-type-grouped .eltdf-single-product-summary .summary table.group_table tr {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

#yith-quick-view-modal #yith-quick-view-content .product-type-grouped .eltdf-single-product-summary .summary table.group_table tr:last-child,
.yith-quick-view.yith-modal #yith-quick-view-content .product-type-grouped .eltdf-single-product-summary .summary table.group_table tr:last-child {
  padding: 0 0 10px;
}

#yith-quick-view-modal #yith-quick-view-content .product-type-grouped .eltdf-single-product-summary .summary table.group_table tr:last-child td,
.yith-quick-view.yith-modal #yith-quick-view-content .product-type-grouped .eltdf-single-product-summary .summary table.group_table tr:last-child td {
  padding: 0 17px 10px 0;
}

#yith-quick-view-modal #yith-quick-view-content .product-type-grouped .eltdf-single-product-summary .summary table.group_table tr:last-child td:last-child,
.yith-quick-view.yith-modal #yith-quick-view-content .product-type-grouped .eltdf-single-product-summary .summary table.group_table tr:last-child td:last-child {
  padding: 0 0 10px;
}

#yith-quick-view-modal #yith-quick-view-content .shipping-taxable.product-type-grouped .summary p.price,
.yith-quick-view.yith-modal #yith-quick-view-content .shipping-taxable.product-type-grouped .summary p.price {
  margin: 0;
}

#yith-quick-view-modal #yith-quick-view-content .product-type-external .summary .eltdf-single-product-share-wish,
.yith-quick-view.yith-modal #yith-quick-view-content .product-type-external .summary .eltdf-single-product-share-wish {
  margin-top: 47px;
}

#yith-quick-view-modal #yith-quick-view-content .product-type-variable form .select2-container--default,
.yith-quick-view.yith-modal #yith-quick-view-content .product-type-variable form .select2-container--default {
  float: none;
}

#yith-quick-view-modal #yith-quick-view-content .product-type-variable form .single_variation_wrap,
.yith-quick-view.yith-modal #yith-quick-view-content .product-type-variable form .single_variation_wrap {
  margin: 5px 0 0;
}

#yith-quick-view-modal #yith-quick-view-content .images,
#yith-quick-view-modal #yith-quick-view-content .summary,
.yith-quick-view.yith-modal #yith-quick-view-content .images,
.yith-quick-view.yith-modal #yith-quick-view-content .summary {
  position: relative;
  float: left;
  box-sizing: border-box;
}

#yith-quick-view-modal #yith-quick-view-content .images,
.yith-quick-view.yith-modal #yith-quick-view-content .images {
  width: 50%;
}

#yith-quick-view-modal #yith-quick-view-content .images a, #yith-quick-view-modal #yith-quick-view-content .images img,
.yith-quick-view.yith-modal #yith-quick-view-content .images a,
.yith-quick-view.yith-modal #yith-quick-view-content .images img {
  display: block;
}

#yith-quick-view-modal #yith-quick-view-content .summary,
.yith-quick-view.yith-modal #yith-quick-view-content .summary {
  width: 50%;
  padding: 0 0 0 55px;
  display: flex;
  align-items: center;
}

#yith-quick-view-modal #yith-quick-view-content .summary .variations,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .variations {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 20px;
  padding: 0;
  border: none;
}

#yith-quick-view-modal #yith-quick-view-content .summary .variations select,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .variations select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  height: 26px;
  font-family: "Heebo", sans-serif;
  line-height: 50px;
  font-weight: inherit;
  color: #333;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  letter-spacing: .02em;
  font-size: 12px;
  padding: 2px;
}

#yith-quick-view-modal #yith-quick-view-content .summary .variations .reset_variations,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .variations .reset_variations {
  position: relative;
}

#yith-quick-view-modal #yith-quick-view-content .summary .variations .reset_variations:hover:after,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .variations .reset_variations:hover:after {
  width: calc(100%);
}

#yith-quick-view-modal #yith-quick-view-content .summary .variations .reset_variations:after,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .variations .reset_variations:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #e08686;
  transition: width .3s ease-in-out;
}

#yith-quick-view-modal #yith-quick-view-content .summary .variations tr,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .variations tr {
  display: block;
  float: left;
  border: 0;
}

#yith-quick-view-modal #yith-quick-view-content .summary .variations tr:first-child,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .variations tr:first-child {
  padding-right: 6px;
}

#yith-quick-view-modal #yith-quick-view-content .summary .variations td,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .variations td {
  display: block;
  padding: 0;
  text-align: left;
}

#yith-quick-view-modal #yith-quick-view-content .summary .variations td.label,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .variations td.label {
  width: 12%;
}

#yith-quick-view-modal #yith-quick-view-content .summary .variations .select2-container,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .variations .select2-container {
  min-width: 180px;
}

#yith-quick-view-modal #yith-quick-view-content .summary .variations .reset_variations,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .variations .reset_variations {
  margin: 1px 0 0 15px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #000;
}

#yith-quick-view-modal #yith-quick-view-content .summary .single_variation_wrap,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .single_variation_wrap {
  margin: 35px 0 0;
}

#yith-quick-view-modal #yith-quick-view-content .summary .single_variation_wrap .single_variation,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .single_variation_wrap .single_variation {
  margin: 0;
}

#yith-quick-view-modal #yith-quick-view-content .summary table.group_table,
.yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: none;
  padding: 0;
}

#yith-quick-view-modal #yith-quick-view-content .summary table.group_table tbody,
.yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table tbody {
  display: block;
}

#yith-quick-view-modal #yith-quick-view-content .summary table.group_table tr,
.yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table tr {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

#yith-quick-view-modal #yith-quick-view-content .summary table.group_table tr:last-child,
.yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table tr:last-child {
  padding: 0;
}

#yith-quick-view-modal #yith-quick-view-content .summary table.group_table tr:last-child td,
.yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table tr:last-child td {
  padding: 0 17px 0 0;
}

#yith-quick-view-modal #yith-quick-view-content .summary table.group_table tr:last-child td:last-child,
.yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table tr:last-child td:last-child {
  padding: 0;
}

#yith-quick-view-modal #yith-quick-view-content .summary table.group_table td,
.yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table td {
  padding: 0 17px 6px 0;
  text-align: left;
}

#yith-quick-view-modal #yith-quick-view-content .summary table.group_table td:last-child,
.yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table td:last-child {
  padding: 0 0 6px;
}

#yith-quick-view-modal #yith-quick-view-content .summary table.group_table td.woocommerce-grouped-product-list-item__label, #yith-quick-view-modal #yith-quick-view-content .summary table.group_table td.woocommerce-grouped-product-list-item__price,
.yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table td.woocommerce-grouped-product-list-item__label,
.yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table td.woocommerce-grouped-product-list-item__price {
  font-weight: 500;
  color: #000;
  font-size: 19px;
  line-height: 1.578947368421053em;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  vertical-align: middle;
}

#yith-quick-view-modal #yith-quick-view-content .summary table.group_table .eltdf-quantity-buttons,
.yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table .eltdf-quantity-buttons {
  margin: 0;
}

#yith-quick-view-modal #yith-quick-view-content .summary table.group_table a,
.yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table a {
  color: #000;
}

#yith-quick-view-modal #yith-quick-view-content .summary table.group_table a:hover,
.yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table a:hover {
  color: #e08686;
}

#yith-quick-view-modal #yith-quick-view-content .summary .eltdf-yith-product-title,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .eltdf-yith-product-title {
  display: block;
  margin: 0 0 0;
}

#yith-quick-view-modal #yith-quick-view-content .summary div[itemprop="offers"],
.yith-quick-view.yith-modal #yith-quick-view-content .summary div[itemprop="offers"] {
  position: relative;
  display: block;
}

#yith-quick-view-modal #yith-quick-view-content .summary .price,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .price {
  position: relative;
  display: block;
  margin: 3px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  color: #000;
}

#yith-quick-view-modal #yith-quick-view-content .summary .price *,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .price * {
  font-size: inherit;
  line-height: inherit;
}

#yith-quick-view-modal #yith-quick-view-content .summary .price del,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .price del {
  margin: 0 3px 0 0;
  color: #e08686;
}

#yith-quick-view-modal #yith-quick-view-content .summary .price del > span,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .price del > span {
  color: black;
}

#yith-quick-view-modal #yith-quick-view-content .summary .price ins,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .price ins {
  text-decoration: none;
}

#yith-quick-view-modal #yith-quick-view-content .summary .woocommerce-product-rating,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .woocommerce-product-rating {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  line-height: 1;
  margin: 18px 0 3px;
}

#yith-quick-view-modal #yith-quick-view-content .summary div[itemprop="description"],
#yith-quick-view-modal #yith-quick-view-content .summary .woocommerce-product-details__short-description,
.yith-quick-view.yith-modal #yith-quick-view-content .summary div[itemprop="description"],
.yith-quick-view.yith-modal #yith-quick-view-content .summary .woocommerce-product-details__short-description {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 32px 0 0;
  letter-spacing: .02em;
  color: #000;
}

#yith-quick-view-modal #yith-quick-view-content .summary div[itemprop="description"] p,
#yith-quick-view-modal #yith-quick-view-content .summary .woocommerce-product-details__short-description p,
.yith-quick-view.yith-modal #yith-quick-view-content .summary div[itemprop="description"] p,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .woocommerce-product-details__short-description p {
  margin: 0;
}

#yith-quick-view-modal #yith-quick-view-content .summary .woocommerce-product-details__short-description p,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .woocommerce-product-details__short-description p {
  margin: 0 55px 0 0;
}

#yith-quick-view-modal #yith-quick-view-content .summary .cart,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .cart {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 21px 0 0;
}

#yith-quick-view-modal #yith-quick-view-content .summary .eltdf-quantity-buttons,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .eltdf-quantity-buttons {
  margin: 0 20px 0 0;
}

#yith-quick-view-modal #yith-quick-view-content .summary .eltdf-single-product-share-wish,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .eltdf-single-product-share-wish {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
}

#yith-quick-view-modal #yith-quick-view-content .summary .eltdf-single-product-share-wish .yith-wcwl-wishlistexistsbrowse a:after,
#yith-quick-view-modal #yith-quick-view-content .summary .eltdf-single-product-share-wish .yith-wcwl-wishlistaddedbrowse a:after,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .eltdf-single-product-share-wish .yith-wcwl-wishlistexistsbrowse a:after,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .eltdf-single-product-share-wish .yith-wcwl-wishlistaddedbrowse a:after {
  color: #e08686;
}

#yith-quick-view-modal #yith-quick-view-content .summary .eltdf-single-product-share-wish .clear,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .eltdf-single-product-share-wish .clear {
  display: none;
}

#yith-quick-view-modal #yith-quick-view-content .summary .eltdf-single-product-share-wish > div,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .eltdf-single-product-share-wish > div {
  padding: 0 20px;
}

#yith-quick-view-modal #yith-quick-view-content .summary .eltdf-single-product-share-wish > div:after,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .eltdf-single-product-share-wish > div:after {
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
  color: #d3d3d3;
}

#yith-quick-view-modal #yith-quick-view-content .summary .eltdf-single-product-share-wish > div:first-child,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .eltdf-single-product-share-wish > div:first-child {
  padding-left: 0;
}

#yith-quick-view-modal #yith-quick-view-content .summary .eltdf-single-product-share-wish > div:first-child:after,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .eltdf-single-product-share-wish > div:first-child:after {
  display: none;
}

#yith-quick-view-modal #yith-quick-view-content .summary .eltdf-single-product-share-wish > div:last-child,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .eltdf-single-product-share-wish > div:last-child {
  padding-right: 0;
}

#yith-quick-view-modal #yith-quick-view-content .summary .eltdf-single-product-share-wish .eltdf-woo-social-share-holder,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .eltdf-single-product-share-wish .eltdf-woo-social-share-holder {
  position: relative;
  float: left;
}

#yith-quick-view-modal #yith-quick-view-content .summary .eltdf-single-product-share-wish .eltdf-woo-social-share-holder > *,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .eltdf-single-product-share-wish .eltdf-woo-social-share-holder > * {
  display: table-cell;
  vertical-align: top;
  line-height: 22px;
}

#yith-quick-view-modal #yith-quick-view-content .summary .eltdf-single-product-share-wish .eltdf-woo-social-share-holder > span,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .eltdf-single-product-share-wish .eltdf-woo-social-share-holder > span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #e08686;
  padding: 0 9px 0 0;
}

#yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist {
  width: auto;
  margin: 24px 0 0;
  background-color: transparent;
  float: left;
}

#yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
#yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
#yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  font-size: 11px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #000;
}

#yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
#yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
#yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
  float: left;
  padding: 0 17px 0 0;
  font-size: 16px;
  line-height: 24px;
}

#yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after {
  content: "\f08a";
}

#yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
#yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
  content: "\f004";
}

#yith-quick-view-modal #yith-quick-view-content .summary .eltdf-product-single-link,
.yith-quick-view.yith-modal #yith-quick-view-content .summary .eltdf-product-single-link {
  margin: 62px 0 0;
}

#yith-quick-view-modal #yith-quick-view-content .summary p.stock.out-of-stock,
#yith-quick-view-modal #yith-quick-view-content .summary p.stock.in-stock,
.yith-quick-view.yith-modal #yith-quick-view-content .summary p.stock.out-of-stock,
.yith-quick-view.yith-modal #yith-quick-view-content .summary p.stock.in-stock {
  margin: 0 0 18px;
  font-weight: 500;
  color: #000;
}

#yith-quick-view-modal #yith-quick-view-close,
.yith-quick-view.yith-modal #yith-quick-view-close {
  top: 16px;
  right: 19px;
  font-size: 0;
  border: 0;
  opacity: 1;
}

#yith-quick-view-modal #yith-quick-view-close:before,
.yith-quick-view.yith-modal #yith-quick-view-close:before {
  content: "\4d";
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: 'ElegantIcons';
  font-size: 24px;
  line-height: inherit;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

#yith-quick-view-modal #yith-quick-view-close:hover:before,
.yith-quick-view.yith-modal #yith-quick-view-close:hover:before {
  color: #333;
}

/* ==========================================================================
   YITH Quick View  styles - end
   ========================================================================== */
/* ==========================================================================
   YITH WishList styles - begin
   ========================================================================== */
#yith-wcwl-popup-message {
  position: absolute;
  margin: 0 !important;
  padding: 10px 24px;
  line-height: inherit;
  white-space: nowrap;
  border: 1px solid #000;
  border-radius: 0;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
}

#yith-wcwl-popup-message #yith-wcwl-message {
  font-size: 15px;
  line-height: 1.466666666666667em;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #000;
}

#yith-wcwl-popup-message #yith-wcwl-message:before {
  position: relative;
  font-family: 'ElegantIcons';
  content: "\4e";
  top: 2px;
  right: 7px;
}

.eltdf-qw-is-opened #yith-wcwl-popup-message {
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 1;
}

#yith-wcwl-popup-message.eltdf-wishlist-vanish-out {
  -webkit-animation: eltdfWishlistvanishOut 1s both;
  -moz-animation: eltdfWishlistvanishOut 1s both;
  animation: eltdfWishlistvanishOut 1s both;
}

@keyframes eltdfWishlistvanishOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(-50%, -50%);
    -moz-transform: scale(1, 1) translate(-50%, -50%);
    transform: scale(1, 1) translate(-50%, -50%);
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2, 2) translate(-50%, -50%);
    -moz-transform: scale(2, 2) translate(-50%, -50%);
    transform: scale(2, 2) translate(-50%, -50%);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
}

.eltdf-yith-wcqv-holder {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.yith-wcwl-add-to-wishlist {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  margin: 0;
  line-height: 25px;
  text-align: center;
  background-color: #555555;
}

.yith-wcwl-add-button a,
.yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-wishlistexistsbrowse a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: inherit;
  color: #fff;
  background-color: transparent;
  -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;
}

.yith-wcwl-add-button a.add_to_wishlist,
.yith-wcwl-wishlistaddedbrowse a.add_to_wishlist,
.yith-wcwl-wishlistexistsbrowse a.add_to_wishlist {
  border-radius: 0;
}

.yith-wcwl-add-button a:after,
.yith-wcwl-wishlistaddedbrowse a:after,
.yith-wcwl-wishlistexistsbrowse a:after {
  font-family: 'simple-line-icons' !important;
  font-size: 14px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.yith-wcwl-add-button a:hover,
.yith-wcwl-wishlistaddedbrowse a:hover,
.yith-wcwl-wishlistexistsbrowse a:hover {
  color: #e08686;
}

.yith-wcwl-add-button .ajax-loading {
  display: none !important;
}

.yith-wcwl-add-button a:after {
  content: "\e08a" !important;
}

.yith-wcwl-wishlistaddedbrowse .feedback,
.yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}

.yith-wcwl-wishlistaddedbrowse a:after,
.yith-wcwl-wishlistexistsbrowse a:after {
  content: "\f004" !important;
  font-family: FontAwesome !important;
}

.woocommerce-wishlist .wishlist-title {
  display: none;
}

.woocommerce-wishlist .woocommerce-message,
.woocommerce-wishlist .woocommerce-info,
.woocommerce-wishlist .woocommerce-error {
  position: relative;
  display: block;
  padding: 15px 30px;
  margin: 50px 0 30px;
  line-height: 48px;
  list-style: none;
  background-color: transparent;
  border: 1px solid #000;
}

.woocommerce-wishlist .woocommerce-message > a,
.woocommerce-wishlist .woocommerce-info > a,
.woocommerce-wishlist .woocommerce-error > a {
  color: #333;
}

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

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

.woocommerce-wishlist table.wishlist_table {
  margin: 50px 0;
  font-size: inherit;
}

.woocommerce-wishlist table.wishlist_table thead tr {
  border: 0;
  background-image: radial-gradient(circle at 0% 100%, #000 1px, transparent 1px);
  background-size: 2px 2px;
  background-position: bottom left;
  background-repeat: repeat-x;
}

.woocommerce-wishlist table.wishlist_table thead tr th {
  padding: 10px 0;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #000;
  border: 0;
}

@media only screen and (max-width: 680px) {
  .woocommerce-wishlist table.wishlist_table thead tr th.product-thumbnail, .woocommerce-wishlist table.wishlist_table thead tr th.product-stock-status {
    display: none;
  }
}

.woocommerce-wishlist table.wishlist_table tbody tr {
  border: 0;
  background-image: radial-gradient(circle at 0% 100%, #000 1px, transparent 1px);
  background-size: 2px 2px;
  background-position: bottom left;
  background-repeat: repeat-x;
}

.woocommerce-wishlist table.wishlist_table tbody tr:last-child {
  background-image: none;
}

.woocommerce-wishlist table.wishlist_table tbody tr td {
  padding: 25px 0;
  vertical-align: middle;
  text-align: inherit;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-remove {
  padding-left: 10px;
  padding-right: 10px;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-remove a {
  color: #333;
  font-size: 0;
  line-height: 1;
}

.woocommerce-wishlist table.wishlist_table tbody tr 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;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-remove a:hover {
  color: #000;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-thumbnail {
  width: 86px;
  padding-right: 15px;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-thumbnail a, .woocommerce-wishlist table.wishlist_table tbody tr td.product-thumbnail img {
  display: block;
  max-width: 100%;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-price {
  position: relative;
  display: block;
  margin: 3px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  color: #000;
  font-weight: 500;
  color: #000;
  font-size: 19px;
  line-height: 1.578947368421053em;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  display: table-cell;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-price * {
  font-size: inherit;
  line-height: inherit;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-price del {
  margin: 0 3px 0 0;
  color: #e08686;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-price del > span {
  color: black;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-price ins {
  text-decoration: none;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-name .yith-wcqv-button {
  height: 38px;
  line-height: 38px;
  padding: 0 28px;
  margin: 0;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-stock-status span {
  display: inline-block;
  width: auto;
  height: 20px;
  margin: 0;
  padding: 0 12px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.115em;
  white-space: nowrap;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-stock-status span.wishlist-in-stock {
  color: #333 !important;
  background-color: #f0f0f0;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-stock-status span.wishlist-out-of-stock {
  color: #fff !important;
  background-color: #000;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-add-to-cart {
  text-align: right;
}

.woocommerce-wishlist table.wishlist_table tbody tr td.product-add-to-cart a {
  display: inline-block !important;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.14em;
  font-family: "Heebo", sans-serif;
  text-transform: uppercase;
  outline: none;
  box-sizing: border-box;
  -webkit-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  padding: 12px 50px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 0;
}

@media only screen and (max-width: 768px) {
  .woocommerce-wishlist table.wishlist_table tbody tr td.product-add-to-cart a {
    padding: 10px 26px;
  }
}

@media only screen and (max-width: 680px) {
  .woocommerce-wishlist table.wishlist_table tbody tr td.product-name {
    width: 30%;
  }
  .woocommerce-wishlist table.wishlist_table tbody tr td.product-thumbnail, .woocommerce-wishlist table.wishlist_table tbody tr td.product-stock-status {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .woocommerce-wishlist table.wishlist_table tbody tr td {
    padding-right: 8px;
  }
}

.woocommerce-wishlist table.wishlist_table .yith-wcwl-share {
  margin: 0;
  display: none;
}

.eltdf-single-product-summary .yith-wcwl-add-to-wishlist {
  width: auto;
  margin: 30px 0 0;
  background-color: transparent;
  float: left;
}

.eltdf-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.eltdf-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.eltdf-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  padding: 12px 50px;
  background-color: #f9e7e7;
  color: #e08686;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 13px 23px 11px 23px;
}

.eltdf-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.eltdf-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.eltdf-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
  background-color: #e08686;
  color: #fff;
}

.eltdf-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
.eltdf-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
.eltdf-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
  float: left;
  padding: 0 16px 0 0;
  font-size: 28px;
  line-height: 24px;
}

.eltdf-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after {
  content: "\f08a";
}

.eltdf-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
.eltdf-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
  content: "\f004";
}

.eltdf-wishlist-widget-holder {
  position: relative;
  line-height: inherit;
}

.eltdf-page-header .eltdf-wishlist-widget-holder,
.eltdf-mobile-header .eltdf-wishlist-widget-holder {
  top: -1px;
}

.eltdf-wishlist-widget-holder a {
  position: relative;
  display: block;
  margin: 0;
  font-size: 23px;
  line-height: inherit;
  color: #414141;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.eltdf-sticky-header .eltdf-wishlist-widget-holder a {
  color: #fff;
}

.eltdf-wishlist-widget-holder a:hover {
  color: #e08686;
}

.eltdf-wishlist-widget-holder a:hover .eltdf-wishlist-widget-icon svg path {
  fill: #e08686;
}

.eltdf-sticky-header .eltdf-wishlist-widget-holder a:hover .eltdf-wishlist-widget-icon svg path {
  fill: #e08686;
}

.eltdf-wishlist-widget-holder a:hover .eltdf-wishlist-widget-count {
  color: #e08686;
}

.eltdf-wishlist-widget-holder a * {
  display: block;
  line-height: inherit;
}

.eltdf-wishlist-widget-holder a .eltdf-wishlist-widget-icon svg path {
  -webkit-transition: fill 0.2s ease-out;
  -moz-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}

.eltdf-sticky-header .eltdf-wishlist-widget-holder a .eltdf-wishlist-widget-icon svg path {
  fill: #fff;
}

.eltdf-wishlist-widget-holder a .eltdf-wishlist-widget-count {
  position: absolute;
  top: 4px;
  width: 100%;
  font-size: 13px;
  text-align: center;
  color: inherit;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

body:not(.eltdf-dark-header) .eltdf-page-header .eltdf-menu-area .eltdf-wishlist-widget-holder a,
.eltdf-sticky-header .eltdf-wishlist-widget-holder a,
.eltdf-footer-bottom-holder .eltdf-wishlist-widget-holder a {
  color: #fff;
}

/* ==========================================================================
   YITH WishList styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce styles - end
   ========================================================================== */

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