@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 23px;
  padding: 10px 22px;
  font-family: inherit;
  font-size: 16px;
  font-weight: inherit;
  line-height: calc(50px - (20px - 2px));
  color: #333;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 0;
  outline: 0;
  cursor: text;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.woocommerce-page .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: #333;
  border-color: #ff6f61;
}

.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 .stars.selected a:before, .eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars.selected a.active:after, .eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars a:before, .eltdf-pl-holder .eltdf-pli .eltdf-pli-rating {
  font-family: "ElegantIcons";
  font-size: 16px;
  line-height: 1;
  letter-spacing: 4.8px;
  color: #ff6f61;
  -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;
  border-bottom: 1px solid #e2e2e2;
}

.eltdf-woocommerce-page table.cart thead tr th {
  padding: 10px 0;
  color: #333;
  text-align: left;
  color: #333;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 22px;
  line-height: 1.455em;
  margin: 0;
}

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

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

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

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

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

.eltdf-woocommerce-page table.cart tr.cart_item td.product-remove a {
  color: #777;
  font-size: 0;
  line-height: 1;
  -webkit-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

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

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

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

.eltdf-woocommerce-page table.cart tr.cart_item td.product-name a {
  color: #333;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 18px;
  line-height: 1.333em;
}

.eltdf-woocommerce-page table.cart tr.cart_item td.product-name a a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

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

@media only screen and (max-width: 480px) {
  .eltdf-woocommerce-page table.cart tr.cart_item td.product-name {
    padding-right: 1em;
  }
}

.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 p {
  margin: 0;
}

.eltdf-woocommerce-page table.cart td.actions {
  padding: 43px 0 46px;
  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 input {
  padding: 5px 22px;
}

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

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

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

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

.eltdf-woocommerce-page .cart-collaterals h2 {
  position: relative;
  display: block;
  margin: 0 0 26px;
  font-size: 45px;
  line-height: 1.222em;
}

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

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

.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;
  border: 0;
  color: #333;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 22px;
  line-height: 1.455em;
  margin: 0;
}

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

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

.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 tr.order-total td {
  color: #333;
  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;
  border-top: 1px solid #000;
}

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

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

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

.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 .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 33px;
  font-size: 33px;
  line-height: 1.455em;
}

.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: 57px 0 18px;
  font-size: 33px;
  line-height: 1.455em;
}

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

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

.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 td {
  color: #333;
  margin: 0;
}

.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 td.product-name, .eltdf-woocommerce-page .woocommerce-checkout table th.product-name {
  color: #333;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 18px;
  line-height: 1.333em;
}

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

.eltdf-woocommerce-page .woocommerce-checkout table td.product-name a:hover, .eltdf-woocommerce-page .woocommerce-checkout table th.product-name a:hover {
  color: #ff6f61;
}

.eltdf-woocommerce-page .woocommerce-checkout table td.product-name strong, .eltdf-woocommerce-page .woocommerce-checkout table th.product-name strong {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.eltdf-woocommerce-page .woocommerce-checkout table th {
  border: 0;
  color: #333;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 22px;
  line-height: 1.455em;
  margin: 0;
}

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

.eltdf-woocommerce-page .woocommerce-checkout table th a:hover {
  color: #ff6f61;
}

.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 .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 23px;
  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.woocommerce-notice {
  padding: 18px 20px;
  line-height: inherit;
  background: #fff6ef;
  border: none;
}

.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-terms-and-conditions-wrapper {
  margin-bottom: 44px;
}

.eltdf-woocommerce-page .woocommerce-checkout .select2-selection--single {
  border-color: #000;
}

.eltdf-woocommerce-page.woocommerce-checkout .select2-container--default .select2-dropdown {
  border-color: #000;
}

/* ==========================================================================
   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: #333;
  font-weight: 400;
}

.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:not(.add_to_cart_button),
.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:not(.add_to_cart_button),
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: 10px;
  line-height: 2em;
  letter-spacing: 2.5px;
  font-weight: 700;
  text-transform: uppercase;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 11px 17px;
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
  cursor: pointer;
  z-index: 3;
}

.woocommerce-page .eltdf-content a.button:not(.add_to_cart_button):after,
.woocommerce-page .eltdf-content input[type="submit"]:after,
.woocommerce-page .eltdf-content button[type="submit"]:not(.eltdf-search-submit):after,
.woocommerce-page .eltdf-content .wc-forward:not(.added_to_cart):not(.checkout-button):after,
div.woocommerce a.button:not(.add_to_cart_button):after,
div.woocommerce input[type="submit"]:after,
div.woocommerce button[type="submit"]:not(.eltdf-search-submit):after,
div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button):after {
  content: '\24';
  font-family: ElegantIcons;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 -5px -1px 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.woocommerce-page .eltdf-content a.button:not(.add_to_cart_button):hover:after,
.woocommerce-page .eltdf-content input[type="submit"]:hover:after,
.woocommerce-page .eltdf-content button[type="submit"]:not(.eltdf-search-submit):hover:after,
.woocommerce-page .eltdf-content .wc-forward:not(.added_to_cart):not(.checkout-button):hover:after,
div.woocommerce a.button:not(.add_to_cart_button):hover:after,
div.woocommerce input[type="submit"]:hover:after,
div.woocommerce button[type="submit"]:not(.eltdf-search-submit):hover:after,
div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button):hover:after {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}

.woocommerce-page .eltdf-content a.button:not(.add_to_cart_button):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:not(.add_to_cart_button):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: #262626;
}

.woocommerce-page .eltdf-content .add_to_cart_button,
.woocommerce-page .eltdf-content a.added_to_cart,
div.woocommerce .add_to_cart_button,
div.woocommerce a.added_to_cart {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: inherit;
  font-size: 10px;
  line-height: 2em;
  letter-spacing: 2.5px;
  font-weight: 700;
  text-transform: uppercase;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 11px 17px;
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
  cursor: pointer;
  z-index: 3;
}

.woocommerce-page .eltdf-content .add_to_cart_button:hover,
.woocommerce-page .eltdf-content a.added_to_cart:hover,
div.woocommerce .add_to_cart_button:hover,
div.woocommerce a.added_to_cart:hover {
  color: #fff;
  background-color: #262626;
}

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

/* ==========================================================================
   WooCommerce Buttons styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Onsale and Out of Stock styles - begin
   ========================================================================== */
.woocommerce .eltdf-onsale,
.woocommerce .eltdf-sold,
.woocommerce .eltdf-new-product {
  position: absolute;
  display: block;
  top: 0;
  width: auto;
  height: 26px;
  margin: 0;
  padding: 0 11px;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: center;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.woocommerce .eltdf-onsale {
  left: 8px;
  top: 8px;
  background-color: #ff6f61;
}

.woocommerce .eltdf-sold {
  right: 8px;
  top: 8px;
  background-color: #000;
}

.woocommerce .eltdf-new-product {
  right: 8px;
  top: 8px;
  background-color: #ff6f61;
}

.eltdf-woo-single-page .eltdf-single-product-content .eltdf-onsale {
  left: 18px;
  top: 8px;
}

.eltdf-woo-single-page .eltdf-single-product-content .eltdf-sold,
.eltdf-woo-single-page .eltdf-single-product-content .eltdf-new-product {
  right: 18px;
  top: 8px;
}

.eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .eltdf-onsale {
  left: 202px;
  top: 8px;
}

.eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .eltdf-sold,
.eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .eltdf-new-product {
  right: 8px;
  top: 8px;
}

/* ==========================================================================
   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 {
  color: #777;
}

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

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

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

@media only screen and (min-width: 400px) {
  .eltdf-woocommerce-page .woocommerce-message .button {
    top: -3px;
  }
}

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

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

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

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

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

.woocommerce-pagination ul li.eltdf-pag-prev, .woocommerce-pagination ul li.eltdf-pag-next {
  margin: 2px;
}

.woocommerce-pagination ul li.eltdf-pag-prev a, .woocommerce-pagination ul li.eltdf-pag-next a {
  font-size: 15px;
  padding: 0 17px;
}

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

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

.woocommerce-pagination ul li.eltdf-pag-next {
  margin-left: 8px;
}

.woocommerce-pagination ul li.eltdf-pag-next:before {
  content: '';
  width: 1px;
  height: 24px;
  background-color: #ff6f61;
  display: inline-block;
}

.woocommerce-pagination ul li.eltdf-pag-prev {
  margin-right: 8px;
}

.woocommerce-pagination ul li.eltdf-pag-prev:after {
  content: '';
  width: 1px;
  height: 24px;
  background-color: #ff6f61;
  display: inline-block;
}

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

.woocommerce-pagination ul li a.next, .woocommerce-pagination ul li a.prev {
  font-size: 0;
  line-height: 0;
  margin-top: 2px;
  padding: 0 17px;
}

.woocommerce-pagination ul li a.next:before, .woocommerce-pagination ul li a.prev:before {
  display: block;
  position: relative;
  top: 12px;
  font-family: 'Linearicons-Free';
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce-pagination ul li a.next:after, .woocommerce-pagination ul li a.prev:after {
  content: '';
  height: 24px;
  background-color: #ff6f61;
  width: 1px;
  display: inline-block;
  position: relative;
  pointer-events: none;
}

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

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

.woocommerce-pagination ul li a.prev:after {
  right: -29px;
}

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

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

.woocommerce-pagination ul li a.next:after {
  left: -29px;
}

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

.woocommerce-pagination ul ul li {
  margin: 0 4px;
}

/* ==========================================================================
   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: #777;
  background-color: transparent;
  border: 1px solid #000;
  text-align: center;
  -webkit-user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.woocommerce-page .eltdf-content .eltdf-quantity-buttons .eltdf-quantity-input,
div.woocommerce .eltdf-quantity-buttons .eltdf-quantity-input {
  position: relative;
  height: 44px;
  width: 44px;
  padding: 0;
  margin: 0 22px 0 0;
  font-family: inherit;
  line-height: 44px;
  outline: 0;
}

.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: absolute;
  right: 0;
  width: 22px;
  height: 22px;
  line-height: 20px;
  border-left: 0;
  cursor: pointer;
  -webkit-transition: color .15s ease-in-out;
  -o-transition: color .15s ease-in-out;
  transition: color .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: #ff6f61;
}

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

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

.woocommerce-page .eltdf-content textarea,
div.woocommerce textarea {
  line-height: 1.56em;
}

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

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

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

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

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

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

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

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

/* ==========================================================================
   WooCommerce Star Rating styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Variation styles - begin
   ========================================================================== */
.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 {
  display: block;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   WooCommerce Variation styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce MyAccount page styles - begin
   ========================================================================== */
.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;
  -webkit-box-sizing: border-box;
  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 #000;
}

.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 h2 {
  font-size: 45px;
  line-height: 1.222em;
}

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

.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 p:nth-of-type(3) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.eltdf-woocommerce-page.woocommerce-account .woocommerce form.login .woocommerce-form-login__rememberme {
  margin-left: 25px;
}

.eltdf-woocommerce-page.woocommerce-account .woocommerce form.login label:not(.woocommerce-form__label-for-checkbox) {
  display: block;
  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 0;
}

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

.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-size: 30px;
  line-height: 40px;
  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: #333;
  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 {
  margin: 0 0 15px;
}

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

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

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

/* ==========================================================================
   WooCommerce MyAccount page styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Track Order page styles - begin
   ========================================================================== */
.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 7px;
}

.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: 14px 0;
  color: #333;
  font-size: 18px;
  line-height: 38px;
}

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

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

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

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

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

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

ul.products > .product .eltdf-pl-rating-holder .star-rating {
  font-size: 10px;
  letter-spacing: 3px;
}

ul.products > .product .price {
  position: relative;
  display: block;
  margin: 22px 0 0;
  line-height: 1;
  color: #333;
  font-size: 15px;
  margin: 10px 0 0;
}

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

ul.products > .product .price del {
  text-decoration: none;
  margin: 0 4px 0 0;
  color: #777;
  position: relative;
}

ul.products > .product .price del:after {
  border-bottom: 1px solid #ff6f61;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 52%;
}

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

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

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

ul.products > .product .button:after,
ul.products > .product .added_to_cart:after {
  content: "\e013";
  font-family: ElegantIcons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  padding-left: 8px;
  position: relative;
  top: 1px;
}

ul.products > .product .button.added {
  display: 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%;
}

ul.products > .product .eltdf-pl-inner .eltdf-pl-text {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #fff6ef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  padding: 10px;
}

ul.products > .product .eltdf-pl-inner .eltdf-pl-text .eltdf-product-list-subtitle {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #777;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  margin: 1px 0 0 0;
  background-color: unset;
}

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;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

ul.products > .product .eltdf-pl-inner .eltdf-pl-text-inner svg.eltdf-pl-lines {
  position: absolute;
  top: -17%;
  right: -19%;
  width: auto;
  height: 134%;
  color: #ff6f61;
  opacity: 0.3;
}

ul.products > .product .eltdf-pl-inner .eltdf-pl-text-inner svg.eltdf-pl-lines path {
  fill: none;
  stroke: currentColor;
}

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: 27px 0 44px;
  text-align: center;
  z-index: 11;
}

ul.products > .product .eltdf-pl-text-wrapper .eltdf-product-list-subtitle {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #777;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  margin: 1px 0 0 0;
  background-color: unset;
}

ul.products > .product > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 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: #333;
  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(51, 51, 51, 0.6);
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

div.woocommerce > .single-product .woocommerce-tabs ul.tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #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: #333;
  width: 1%;
  padding: 0 10px 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

div.woocommerce > .single-product .related.products,
div.woocommerce > .single-product .upsells.products {
  margin: 30px 0 0;
  border-top: 1px solid #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
   ========================================================================== */
@media only screen and (min-width: 769px) {
  .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: 194px;
    width: calc(100% - 194px);
  }
  .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: 174px;
    padding: 0 0 20px;
    -webkit-box-sizing: border-box;
    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%;
    overflow: hidden;
  }
  .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 {
    max-width: none;
    max-height: 100%;
    height: 100%;
    display: block;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .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 .product {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  float: none;
  margin: 0 0 50px;
}

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

.eltdf-woo-single-page .eltdf-single-product-content .images {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 59.5%;
  margin: 0;
  padding: 0 29px 0 0;
  float: left;
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  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-summary {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40.5%;
  padding: 4px 0 0 35px;
  float: left;
  -webkit-box-sizing: border-box;
  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: 22px 0 0;
  line-height: 1;
  color: #333;
  font-size: 28px;
  line-height: 1.1em;
}

.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 {
  text-decoration: none;
  margin: 0 4px 0 0;
  color: #777;
  position: relative;
}

.eltdf-woo-single-page .eltdf-single-product-summary .price del:after {
  border-bottom: 1px solid #ff6f61;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 52%;
}

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

.eltdf-woo-single-page .eltdf-single-product-summary .woocommerce-product-rating .star-rating {
  top: -2px;
  margin-right: 8px;
}

.eltdf-woo-single-page .eltdf-single-product-summary .woocommerce-product-rating a.woocommerce-review-link {
  color: #777;
}

.eltdf-woo-single-page .eltdf-single-product-summary .woocommerce-product-rating a.woocommerce-review-link:hover {
  color: #ff6f61;
}

.eltdf-woo-single-page .eltdf-single-product-summary .woocommerce-product-details__short-description {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 29px 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: 47px 0 0;
}

.eltdf-woo-single-page .eltdf-single-product-summary .product_meta > span {
  font-family: "Playfair Display", serif;
  color: #333;
  font-size: 18px;
  display: block;
  margin: 13px 0;
}

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

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

.eltdf-woo-single-page .eltdf-single-product-summary .product_meta span.sku,
.eltdf-woo-single-page .eltdf-single-product-summary .product_meta > span a {
  font-family: "Lato", sans-serif;
  color: #777;
  font-size: 16px;
}

.eltdf-woo-single-page .eltdf-single-product-summary .product_meta .sku_wrapper span:first-child,
.eltdf-woo-single-page .eltdf-single-product-summary .product_meta .posted_in a:first-child,
.eltdf-woo-single-page .eltdf-single-product-summary .product_meta .tagged_as a:first-child {
  margin-left: 10px;
}

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

.eltdf-woo-single-page .eltdf-single-product-summary .eltdf-woo-social-share-holder .eltdf-social-title {
  font-family: "Playfair Display", serif;
  color: #333;
  font-size: 18px;
  margin: 0 10px 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 p.stock.out-of-stock,
.eltdf-woo-single-page .eltdf-single-product-summary p.stock.in-stock {
  color: #333;
  font-weight: bold;
  margin: 18px 0 0;
}

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

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

.eltdf-woo-single-page .eltdf-single-product-summary button.single_add_to_cart_button:after {
  content: "\e013";
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  padding-left: 8px;
  position: relative;
  top: 1px;
}

.eltdf-woo-single-page .woocommerce-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 30px 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;
  border-bottom: 1px solid #e2e2e2;
  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 {
  font-size: 10px;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  color: #333;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 11px 0;
  margin: 0 32px;
}

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

.eltdf-woo-single-page .woocommerce-tabs ul.tabs > li.active a {
  border-bottom: 1px solid #ff6f61;
  position: relative;
  bottom: -1px;
}

.eltdf-woo-single-page .woocommerce-tabs .entry-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  width: 860px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 18px;
  margin-bottom: 22px;
}

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

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

.eltdf-woo-single-page .woocommerce-tabs .entry-content.woocommerce-Tabs-panel--description {
  text-align: center;
}

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

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

.eltdf-woo-single-page .woocommerce-tabs table td p, .eltdf-woo-single-page .woocommerce-tabs table th p {
  margin: 0 auto;
  max-width: 450px;
}

.eltdf-woo-single-page .woocommerce-tabs table tr {
  display: block;
  margin-bottom: 14px;
}

.eltdf-woo-single-page .woocommerce-tabs table th {
  font-family: "Playfair Display", serif;
  color: #333;
  font-size: 18px;
  line-height: 1.333em;
  font-weight: 400;
  width: 100%;
  display: block;
  padding: 0 10px 0 0;
}

.eltdf-woo-single-page .woocommerce-tabs table td {
  width: 100%;
  display: block;
}

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

.eltdf-woo-single-page .woocommerce-tabs #reviews h2 {
  font-size: 33px;
  line-height: 1.455em;
  margin: 5px 0 33px;
}

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

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

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

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

.eltdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment-text .star-rating {
  margin-bottom: 12px;
}

.eltdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment-text .woocommerce-review__author {
  font-size: 18px;
  line-height: 1.333em;
  font-family: "Playfair Display", serif;
  color: #333;
  font-weight: 400;
}

.eltdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment-text .woocommerce-review__author:before {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #ff6f61;
  position: relative;
  display: inline-block;
  bottom: 5px;
  margin-right: 7px;
}

.eltdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment-text .woocommerce-review__author:after {
  content: ',';
  position: relative;
  left: -4px;
}

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

.eltdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment-text .woocommerce-review__published-date {
  font-family: "quentinregular", cursive;
  font-size: 20px;
  position: relative;
  top: -2px;
}

.eltdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment-text .description {
  margin-top: 6px;
}

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

.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-reply-title {
  font-size: 22px;
  line-height: 1.455em;
  font-family: "Playfair Display", serif;
  color: #333;
  margin: 0 0 10px;
}

.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-notes {
  padding: 11px 24px 14px;
  background-color: #fff6ef;
  margin-top: 21px;
  margin-bottom: 25px;
}

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

.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars {
  overflow: hidden;
  margin-top: 8px;
}

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

.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars.selected a:before {
  content: "";
  color: #c4c4c4;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  z-index: -1;
  top: -7px;
}

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

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

.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars a:before {
  content: "";
}

.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars a:before {
  color: #c4c4c4;
  position: relative;
  top: -7px;
}

.eltdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-form-cookies-consent {
  margin-bottom: 13px;
}

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

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

.eltdf-woo-single-page .related.products > h2,
.eltdf-woo-single-page .upsells.products > h2 {
  font-size: 45px;
  line-height: 1.222em;
  display: block;
  margin: 36px 0 62px;
  text-align: center;
}

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

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

.widget.woocommerce li {
  position: relative;
}

.widget.woocommerce .product-title {
  font-size: 18px;
  line-height: 1.333em;
}

.widget.woocommerce li:not(.wc-layered-nav-rating) .star-rating {
  margin-bottom: 0;
  margin-top: -10px;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

.widget.woocommerce.widget_price_filter form {
  margin-top: 35px;
}

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

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

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

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
  background-color: #777;
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  z-index: 1;
}

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

.widget.woocommerce.widget_price_filter .price_slider_amount .button {
  float: left;
  background-color: transparent;
  color: #000;
  padding: 0;
  border: none;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1.7em;
}

.widget.woocommerce.widget_price_filter .price_slider_amount .button:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  margin: 0;
  border-bottom: 1px solid #ff6f61;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.widget.woocommerce.widget_price_filter .price_slider_amount .button:hover:after {
  -webkit-transform: scaleX(0.8);
  -ms-transform: scaleX(0.8);
  transform: scaleX(0.8);
}

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

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

.footer .widget.woocommerce.widget_shopping_cart ul li a, .footer .widget.woocommerce.widget_products ul li a, .footer .widget.woocommerce.widget_recently_viewed_products ul li a, .footer .widget.woocommerce.widget_recent_reviews ul li a, .footer .widget.woocommerce.widget_top_rated_products ul li a {
  color: #fff;
}

.widget.woocommerce.widget_shopping_cart ul li a img, .widget.woocommerce.widget_products ul li a img, .widget.woocommerce.widget_recently_viewed_products ul li a img, .widget.woocommerce.widget_recent_reviews ul li a img, .widget.woocommerce.widget_top_rated_products ul li a img {
  left: 0;
  max-width: 107px;
  position: absolute;
  top: 15px;
  width: 100%;
}

.widget.woocommerce.widget_shopping_cart ul li a span, .widget.woocommerce.widget_products ul li a span, .widget.woocommerce.widget_recently_viewed_products ul li a span, .widget.woocommerce.widget_recent_reviews ul li a span, .widget.woocommerce.widget_top_rated_products ul li a span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
}

.widget.woocommerce.widget_shopping_cart a {
  display: block;
  padding: 0 0 0 101px;
  font-size: 22px;
  line-height: 1.455em;
  color: #333;
}

.widget.woocommerce.widget_shopping_cart .eltdf-widget-title {
  margin: 0 0 44px;
}

.widget.woocommerce.widget_recent_reviews ul li a span {
  padding-left: 0 !important;
}

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

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

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

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

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

.widget.woocommerce.widget_shopping_cart .total {
  color: #333;
}

.widget.woocommerce.widget_shopping_cart .buttons .button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: inherit;
  font-size: 10px;
  line-height: 2em;
  letter-spacing: 2.5px;
  font-weight: 700;
  text-transform: uppercase;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 11px 17px;
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
}

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

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

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

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

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

.widget.woocommerce.widget_rating_filter ul li, .widget.woocommerce.widget_shopping_cart ul li, .widget.woocommerce.widget_layered_nav ul li, .widget.woocommerce.widget_layered_nav_filters ul li, .widget.woocommerce.widget_product_categories ul li, .widget.woocommerce.widget_products ul li, .widget.woocommerce.widget_recently_viewed_products ul li, .widget.woocommerce.widget_recent_reviews ul li, .widget.woocommerce.widget_top_rated_products ul li {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  margin: 0 0 16px;
  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_rating_filter ul li .star-rating {
  top: -2px;
}

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

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li > a:not(.remove) {
  font-size: 18px;
  line-height: 1.333em;
  font-family: "Playfair Display", serif;
  color: #333;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li > a:not(.remove):hover {
  color: #ff6f61;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
  display: block;
  max-width: 84px;
  margin: -13px 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 ul li .remove:hover {
  color: #ff6f61;
}

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

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

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

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

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

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  position: absolute;
  top: -6px;
  height: 15px;
  width: 15px;
  background-color: #ff6f61;
  margin: 0;
  cursor: pointer;
  outline: medium none;
  z-index: 2;
}

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

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 6px;
}

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

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

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

.widget.woocommerce.widget_price_filter .price_slider_amount .button:hover {
  background-color: unset;
  color: initial;
}

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

.widget.woocommerce.widget_product_categories ul li {
  margin: 2px 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 35px;
}

.widget.woocommerce.widget_products ul li, .widget.woocommerce.widget_recently_viewed_products ul li, .widget.woocommerce.widget_recent_reviews ul li, .widget.woocommerce.widget_top_rated_products ul li {
  min-height: 109px;
  padding-left: 102px;
}

.widget.woocommerce.widget_products ul li a img, .widget.woocommerce.widget_recently_viewed_products ul li a img, .widget.woocommerce.widget_recent_reviews ul li a img, .widget.woocommerce.widget_top_rated_products ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 85px;
}

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

.widget.woocommerce.widget_products ul li a:hover .product-title, .widget.woocommerce.widget_recently_viewed_products ul li a:hover .product-title, .widget.woocommerce.widget_recent_reviews ul li a:hover .product-title, .widget.woocommerce.widget_top_rated_products ul li a:hover .product-title {
  color: #ff6f61;
}

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

.widget.woocommerce.widget_products ul li .star-rating, .widget.woocommerce.widget_recently_viewed_products ul li .star-rating, .widget.woocommerce.widget_recent_reviews ul li .star-rating, .widget.woocommerce.widget_top_rated_products ul li .star-rating {
  position: relative;
  font-size: 10px;
  letter-spacing: 3px;
  margin-right: 100%;
}

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

.widget.woocommerce.widget_products ul li .star-rating + .amount, .widget.woocommerce.widget_recently_viewed_products ul li .star-rating + .amount, .widget.woocommerce.widget_recent_reviews ul li .star-rating + .amount, .widget.woocommerce.widget_top_rated_products ul li .star-rating + .amount {
  position: relative;
  top: -3px;
}

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

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

.widget.woocommerce.widget_products ul li del, .widget.woocommerce.widget_recently_viewed_products ul li del, .widget.woocommerce.widget_recent_reviews ul li del, .widget.woocommerce.widget_top_rated_products ul li del {
  margin-right: 4px;
}

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

.widget.woocommerce.widget_products ul li .product-title, .widget.woocommerce.widget_recently_viewed_products ul li .product-title, .widget.woocommerce.widget_top_rated_products ul li .product-title {
  font-size: 18px;
  line-height: 1.333em;
  font-family: "Playfair Display", serif;
  color: #333;
  margin-top: 8px;
  -webkit-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

.widget.woocommerce.widget_products ul li .amount, .widget.woocommerce.widget_recently_viewed_products ul li .amount, .widget.woocommerce.widget_top_rated_products ul li .amount {
  color: #333;
  font-size: 15px;
}

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

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

.widget.woocommerce.widget_recent_reviews ul li .reviewer {
  color: #333;
}

.widget.woocommerce.widget_recent_reviews ul li .product-title {
  margin-top: 8px;
}

.widget.woocommerce.widget_recent_reviews a {
  font-size: 18px;
  line-height: 1.333em;
  font-family: "Playfair Display", serif;
  color: #333;
  display: block;
  padding: 0;
}

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

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

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

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

.widget.woocommerce.widget_product_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 8px 2px;
  margin: 0 2px 5px 0;
  background-color: #fff6ef;
  font-family: inherit;
  font-size: 16px !important;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: capitalize;
  color: #777;
}

.widget.woocommerce.widget_product_tag_cloud .tagcloud a:hover {
  color: #ff6f61;
}

.widget.woocommerce.widget_product_search {
  margin: 0 0 47px;
}

.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;
  -webkit-box-sizing: border-box;
  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;
  margin: 0;
  height: 48px;
  line-height: 24px;
  color: #333;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

.widget.woocommerce.widget_product_search .woocommerce-product-search input {
  width: calc(100% - 50px);
  padding: 7px 10px 10px 21px;
  font-family: inherit;
  font-size: 16px;
  border: 1px solid #000;
  background-color: #fff;
}

.widget.woocommerce.widget_product_search .woocommerce-product-search input:focus {
  border-color: #ff6f61;
}

.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 3px 10px 4px;
  font-size: 14px;
  cursor: pointer;
  background-color: #000;
  color: #fff;
}

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

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

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

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

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .eltdf-pl-holder.eltdf-grid-list.eltdf-five-columns .eltdf-item-space {
    width: 20%;
  }
  .eltdf-pl-holder.eltdf-grid-list.eltdf-five-columns .eltdf-item-space:nth-child(4n+1) {
    clear: none;
  }
}

.eltdf-pl-holder svg.eltdf-pl-lines {
  position: absolute;
  top: -17%;
  right: -19%;
  width: auto;
  height: 134%;
  color: #ff6f61;
  opacity: .3;
}

.eltdf-pl-holder svg.eltdf-pl-lines path {
  fill: none;
  stroke: currentColor;
}

.eltdf-pl-holder .eltdf-pli-subtitle {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #777;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  margin: 1px 0 0 0;
  background-color: unset;
}

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

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

.eltdf-pl-holder .eltdf-pli .eltdf-pli-title {
  margin: 0;
}

.eltdf-pl-holder .eltdf-pli .eltdf-pli-category {
  margin: 4px 0 0;
}

.eltdf-pl-holder .eltdf-pli .eltdf-pli-excerpt {
  color: #777;
  line-height: 1.3em;
  margin: 3px 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: 10px 0 3px;
}

.eltdf-pl-holder .eltdf-pli .eltdf-pli-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  font-size: 10px;
  letter-spacing: 3px;
}

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

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

.eltdf-pl-holder .eltdf-pli .eltdf-pli-rating span:before {
  content: "\e033\e033\e033\e033\e033";
}

.eltdf-pl-holder .eltdf-pli .eltdf-pli-price {
  position: relative;
  display: block;
  margin: 22px 0 0;
  line-height: 1;
  color: #333;
  margin: 10px 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 {
  text-decoration: none;
  margin: 0 4px 0 0;
  color: #777;
  position: relative;
}

.eltdf-pl-holder .eltdf-pli .eltdf-pli-price del:after {
  border-bottom: 1px solid #ff6f61;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 52%;
}

.eltdf-pl-holder .eltdf-pli .eltdf-pli-price ins {
  text-decoration: none;
}

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

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

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

.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: 26px;
  margin: 0;
  padding: 0 11px;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: center;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-image .eltdf-pli-onsale {
  left: 8px;
  top: 8px;
  background-color: #ff6f61;
}

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-image .eltdf-pli-out-of-stock {
  right: 8px;
  top: 8px;
  background-color: #000;
}

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-image .eltdf-pli-new-product {
  right: 8px;
  top: 8px;
  background-color: #ff6f61;
}

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  opacity: 0;
  background-color: #fff6ef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

.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;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .eltdf-pli-title,
.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .eltdf-pli-price {
  color: #333;
}

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .eltdf-pli-rating {
  color: #ff6f61;
}

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .eltdf-pli-subtitle,
.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .eltdf-pli-category a,
.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .eltdf-pli-excerpt {
  color: #777;
}

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .eltdf-pli-category a:hover {
  color: #ff6f61;
}

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .eltdf-pli-add-to-cart.eltdf-default-skin .button,
.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .eltdf-pli-add-to-cart.eltdf-default-skin .added_to_cart {
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
}

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

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

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

.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .button,
.eltdf-pl-holder .eltdf-pli-inner .eltdf-pli-text-inner .added_to_cart {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: inherit;
  font-size: 10px;
  line-height: 2em;
  letter-spacing: 2.5px;
  font-weight: 700;
  text-transform: uppercase;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 11px 17px;
  z-index: 3;
}

.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 {
  content: "\e013";
  font-family: ElegantIcons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  padding-left: 8px;
  position: relative;
  top: 1px;
}

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

.eltdf-pl-holder.eltdf-product-info-light .eltdf-pli-inner .eltdf-pli-text-inner .eltdf-pli-title,
.eltdf-pl-holder.eltdf-product-info-light .eltdf-pli-inner .eltdf-pli-text-inner .eltdf-pli-subtitle,
.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 a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.eltdf-pl-holder.eltdf-product-info-dark .eltdf-pli-inner .eltdf-pli-text-inner .eltdf-pli-title,
.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: #333;
}

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

.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
   ========================================================================== */
/* ==========================================================================
   WooCommerce Dropdown Cart styles - begin
   ========================================================================== */
.eltdf-shopping-cart-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin: 0 17px 0 14px;
}

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

.eltdf-shopping-cart-holder:hover .eltdf-sc-dropdown {
  max-height: 100vh;
  pointer-events: auto;
}

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

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

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

.eltdf-shopping-cart-holder .eltdf-header-cart .eltdf-sc-opener-icon i.eltdf-icon-ion-icon.ion-android-cart {
  font-size: 19px;
}

.eltdf-shopping-cart-holder .eltdf-header-cart .eltdf-sc-opener-icon span.eltdf-icon-linear-icons.lnr.lnr-cart {
  font-size: 17px;
}

.eltdf-shopping-cart-holder .eltdf-header-cart .eltdf-sc-opener-count {
  font-size: 9px;
  line-height: 9px;
  position: relative;
  top: -10px;
  left: -1px;
}

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

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

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

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

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

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

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

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

.eltdf-sc-dropdown {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 0;
  pointer-events: none;
  overflow: hidden;
  will-change: transform;
  -webkit-transition: 0.4s cubic-bezier(0.66, 0.14, 0.58, 1) 0.1s;
  -o-transition: 0.4s cubic-bezier(0.66, 0.14, 0.58, 1) 0.1s;
  transition: 0.4s cubic-bezier(0.66, 0.14, 0.58, 1) 0.1s;
  -webkit-box-shadow: 3px 4px 4.85px 0.15px rgba(199, 190, 183, 0.26);
  box-shadow: 3px 4px 4.85px 0.15px rgba(199, 190, 183, 0.26);
}

.eltdf-sc-dropdown .eltdf-sc-dropdown-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  width: 310px;
  padding: 33px 27px 34px;
  background-color: #fff0e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.eltdf-sc-dropdown .eltdf-sc-dropdown-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
}

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

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

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

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

.eltdf-sc-dropdown .eltdf-sc-dropdown-item-title {
  margin: 0;
}

.eltdf-sc-dropdown .eltdf-sc-dropdown-item-price {
  font-size: 15px;
  color: #333;
  margin: 3px 0 0;
}

.eltdf-sc-dropdown .eltdf-sc-dropdown-item-quantity {
  margin: 3px 0 0;
}

.eltdf-sc-dropdown .eltdf-sc-dropdown-item-remove {
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 16px;
  line-height: 1;
}

.eltdf-sc-dropdown .eltdf-sc-dropdown-subtotal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 17px;
  padding-top: 14px;
  border-top: 1px solid #ff6f61;
}

.eltdf-sc-dropdown .eltdf-sc-dropdown-subtotal > * {
  margin: 0;
}

.eltdf-sc-dropdown .eltdf-sc-dropdown-subtotal .eltdf-sc-dropdown-total-amount {
  font-size: 15px;
  color: #333;
  position: relative;
  top: 1px;
}

.eltdf-sc-dropdown .eltdf-sc-dropdown-button-holder-cart {
  float: left;
}

.eltdf-sc-dropdown .eltdf-sc-dropdown-button-holder-checkout {
  float: right;
}

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

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

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