/* ==========================================================================
   WooCommerce Responsive styles - begin
   ========================================================================== */
/*------------------------------------------------------------------
 * This is main woocommerce responsive css file for theme. It is broken into following sections:
 * 1.  Global Responsive
 * 2.  Single Product Responsive
 * 3.  WooCommerce Product Lists and Shortcodes Responsive
 * 4.  Cart Responsive
 * 5.  Checkout Responsive
 * 6.  My Account Responsive
 * 7.  Shortcodes Responsive
 * 8.  Widgets Responsive
-------------------------------------------------------------------*/
/* ==========================================================================
   WooCommerce Cart page responsive styles - begin
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .eltdf-woocommerce-page table.cart td.actions .coupon input[type="text"] {
    width: 140px;
  }
}

@media only screen and (max-width: 680px) {
  .eltdf-woocommerce-page table.cart tr th, .eltdf-woocommerce-page table.cart tr td {
    font-size: 12px;
  }
  .eltdf-woocommerce-page table.cart tr.cart_item td.product-thumbnail {
    width: auto;
    padding-right: 0;
  }
  .eltdf-woocommerce-page table.cart tr.cart_item td.product-thumbnail img {
    display: none;
  }
  .eltdf-woocommerce-page table.cart td.actions .coupon,
  .eltdf-woocommerce-page table.cart td.actions input[type="text"],
  .eltdf-woocommerce-page table.cart td.actions .button {
    float: none;
    display: block;
  }
  .eltdf-woocommerce-page table.cart td.actions input[type="text"],
  .eltdf-woocommerce-page table.cart td.actions .button {
    width: 50% !important;
    margin: 0 0 10px !important;
  }
}

@media only screen and (max-width: 480px) {
  .eltdf-woocommerce-page table.cart td.actions input[type="text"],
  .eltdf-woocommerce-page table.cart td.actions .button,
  .eltdf-woocommerce-page .cart-collaterals input[type="text"],
  .eltdf-woocommerce-page .cart-collaterals .button {
    width: 100% !important;
  }
  .eltdf-woocommerce-page table.cart td.actions .wc-proceed-to-checkout a,
  .eltdf-woocommerce-page .cart-collaterals .wc-proceed-to-checkout a {
    text-align: center;
  }
  .eltdf-woocommerce-page table.cart td.actions .coupon {
    margin: 0;
  }
  .eltdf-woocommerce-page table.cart td.actions .coupon .button {
    top: 0;
  }
  .eltdf-woocommerce-page table.cart td.product-quantity {
    text-align: center;
  }
  .eltdf-woocommerce-page table.cart td.product-quantity .eltdf-quantity-buttons {
    margin: 0;
    border: 1px solid #e5e5e5;
  }
  .eltdf-woocommerce-page table.cart td.product-quantity .eltdf-quantity-buttons .eltdf-quantity-minus,
  .eltdf-woocommerce-page table.cart td.product-quantity .eltdf-quantity-buttons .eltdf-quantity-plus {
    display: none;
  }
}

/* ==========================================================================
   WooCommerce Cart page responsive styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Checkout page responsive styles - begin
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .eltdf-woocommerce-page .woocommerce-checkout .col-1,
  .eltdf-woocommerce-page .woocommerce-checkout .col-2 {
    width: 100%;
  }
  .eltdf-woocommerce-page .woocommerce-checkout .col-1 {
    margin: 0 0 25px;
  }
}

@media only screen and (max-width: 680px) {
  .eltdf-woocommerce-page .woocommerce-checkout .col-1 .form-row,
  .eltdf-woocommerce-page .woocommerce-checkout .col-2 .form-row {
    width: 100%;
    margin: 0;
    float: none;
  }
}

@media only screen and (max-width: 480px) {
  .eltdf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul li.payment_method_paypal label img {
    display: none;
  }
}

/* ==========================================================================
   WooCommerce Checkout page responsive styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Checkout page - Order Received responsive styles - begin
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses .col-1,
  .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses .col-2 {
    width: 100%;
  }
  .eltdf-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses .col-1 {
    margin: 0 0 25px;
  }
}

/* ==========================================================================
   WooCommerce Checkout page - Order Received responsive styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Buttons responsive styles - begin
   ========================================================================== */
/* ==========================================================================
   WooCommerce Buttons responsive styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Onsale and Out of Stock responsive styles - begin
   ========================================================================== */
@media only screen and (max-width: 1200px) {
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .eltdf-onsale,
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .eltdf-out-of-stock,
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .eltdf-new-product {
    left: 88px;
  }
}

@media only screen and (max-width: 1024px) {
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .eltdf-onsale,
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .eltdf-out-of-stock,
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .eltdf-new-product {
    left: 138px;
  }
}

@media only screen and (max-width: 768px) {
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .eltdf-onsale,
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .eltdf-out-of-stock,
  .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .eltdf-new-product {
    left: 10px;
  }
}

/* ==========================================================================
   WooCommerce Onsale and Out of Stock responsive styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Message Responsive styles - begin
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .eltdf-woocommerce-page .woocommerce-message,
  .eltdf-woocommerce-page .woocommerce-info,
  .eltdf-woocommerce-page .woocommerce-error {
    padding: 17px 25px;
  }
}

@media only screen and (max-width: 680px) {
  .eltdf-woocommerce-page .woocommerce-message,
  .eltdf-woocommerce-page .woocommerce-info,
  .eltdf-woocommerce-page .woocommerce-error {
    padding: 14px 20px;
    line-height: 2em;
  }
  .eltdf-woocommerce-page .woocommerce-message a.button,
  .eltdf-woocommerce-page .woocommerce-info a.button,
  .eltdf-woocommerce-page .woocommerce-error a.button {
    top: 9px;
    float: none;
    margin: 0 70% 23px 0 !important;
  }
}

@media only screen and (max-width: 480px) {
  .eltdf-woocommerce-page .woocommerce-message,
  .eltdf-woocommerce-page .woocommerce-info,
  .eltdf-woocommerce-page .woocommerce-error {
    line-height: 22px;
  }
}

/* ==========================================================================
   WooCommerce Message Responsive styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Quantity Inputs responsive styles - begin
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .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 {
    font-size: 16px;
  }
  .woocommerce-page .eltdf-content .eltdf-quantity-buttons .eltdf-quantity-input,
  div.woocommerce .eltdf-quantity-buttons .eltdf-quantity-input {
    height: 38px;
    width: 38px;
    line-height: 36px;
  }
  .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 {
    width: 28px;
    height: 28px;
    line-height: 17px;
  }
}

@media only screen and (max-width: 480px) {
  .woocommerce-page .eltdf-content .eltdf-quantity-buttons,
  div.woocommerce .eltdf-quantity-buttons {
    margin: 0 12px 0 0;
  }
  .woocommerce-page .eltdf-content .eltdf-quantity-buttons .eltdf-quantity-input,
  div.woocommerce .eltdf-quantity-buttons .eltdf-quantity-input {
    height: 18px;
    width: 32px;
    font-size: 16px;
    line-height: 16px;
  }
  .woocommerce-page .eltdf-content textarea,
  div.woocommerce textarea {
    line-height: 22px;
  }
}

/* ==========================================================================
   WooCommerce Quantity Inputs responsive styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Result and Ordering Responsive styles - begin
   ========================================================================== */
@media only screen and (max-width: 680px) {
  .eltdf-woocommerce-page .woocommerce-result-count,
  .eltdf-woocommerce-page .woocommerce-ordering {
    width: 100%;
  }
  .eltdf-woocommerce-page .woocommerce-result-count {
    margin-bottom: 9px;
  }
  .eltdf-woocommerce-page .woocommerce-ordering {
    right: 0;
    margin-bottom: 30px;
    text-align: initial;
  }
  .eltdf-woocommerce-page .woocommerce-ordering .orderby {
    display: block;
  }
}

/* ==========================================================================
   WooCommerce Result and Ordering Responsive styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce MyAccount page responsive styles - begin
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .eltdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 28%;
  }
  .eltdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content {
    width: 72%;
    padding: 0 0 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  .eltdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation,
  .eltdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    padding: 0;
  }
  .eltdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul {
    border-right: none;
  }
  .eltdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-child) {
    margin: 0 0 14px;
  }
  .eltdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content {
    margin: 40px 0 0;
  }
  .eltdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses .col-1,
  .eltdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses .col-2 {
    width: 100%;
  }
  .eltdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses .col-1 {
    margin: 0 0 25px;
  }
}

@media only screen and (max-width: 680px) {
  .eltdf-woocommerce-page.woocommerce-account .woocommerce-message > a.button,
  .eltdf-woocommerce-page.woocommerce-account .woocommerce-info > a.button,
  .eltdf-woocommerce-page.woocommerce-account .woocommerce-error > a.button {
    top: 9px;
  }
}

@media only screen and (max-width: 480px) {
  .eltdf-woocommerce-page.woocommerce-account .woocommerce-error a {
    float: none;
    clear: both;
    display: inline-block;
  }
}

/* ==========================================================================
   WooCommerce MyAccount page responsive styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Product List page responsive styles - begin
   ========================================================================== */
@media only screen and (max-width: 1440px) {
  .woocommerce.columns-6 > .products > .product {
    width: 20%;
  }
}

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

@media only screen and (max-width: 1200px) {
  .woocommerce.columns-5 > .products > .product {
    width: 25%;
  }
}

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

@media only screen and (max-width: 1200px) {
  .woocommerce.columns-6 > .products > .product {
    width: 25%;
  }
}

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

@media only screen and (max-width: 1024px) {
  .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%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .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 (max-width: 1024px) {
  .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: 33.33333%;
  }
}

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

@media only screen and (max-width: 1024px) {
  .woocommerce.columns-4 > .products > .product {
    width: 33.33333%;
  }
}

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

@media only screen and (max-width: 1024px) {
  .woocommerce.columns-5 > .products > .product {
    width: 33.33333%;
  }
}

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

@media only screen and (max-width: 1024px) {
  .woocommerce.columns-6 > .products > .product {
    width: 33.33333%;
  }
}

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

@media only screen and (max-width: 768px) {
  .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: 50%;
  }
}

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

@media only screen and (max-width: 768px) {
  .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: 50%;
  }
}

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

@media only screen and (max-width: 768px) {
  .woocommerce.columns-3 > .products > .product {
    width: 50%;
  }
}

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

@media only screen and (max-width: 768px) {
  .woocommerce.columns-4 > .products > .product {
    width: 50%;
  }
}

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

@media only screen and (max-width: 768px) {
  .woocommerce.columns-5 > .products > .product {
    width: 50%;
  }
}

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

@media only screen and (max-width: 768px) {
  .woocommerce.columns-6 > .products > .product {
    width: 50%;
  }
}

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

@media only screen and (max-width: 680px) {
  .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: 100%;
  }
  .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: 100%;
  }
  .woocommerce.columns-2 > .products > .product {
    width: 100%;
  }
  .woocommerce.columns-3 > .products > .product {
    width: 100%;
  }
  .woocommerce.columns-4 > .products > .product {
    width: 100%;
  }
  .woocommerce.columns-5 > .products > .product {
    width: 100%;
  }
  .woocommerce.columns-6 > .products > .product {
    width: 100%;
  }
}

/* ==========================================================================
   WooCommerce Product List page responsive styles - end
   ========================================================================== */
/* Woocommerce Product Page shortcode responsive style - begin
========================================================================== */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  div.woocommerce > .single-product .woocommerce-tabs ul.tabs > li a {
    padding: 12px 7px;
  }
}

@media only screen and (max-width: 1024px) {
  div.woocommerce > .single-product .woocommerce-tabs ul.tabs > li a {
    padding: 13px 10px;
  }
}

@media only screen and (max-width: 680px) {
  div.woocommerce > .single-product .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:not(:first-child), div.woocommerce > .single-product .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:not(:first-child) {
    width: 50%;
  }
}

/* Woocommerce Product Page shortcode responsive style - end
========================================================================== */
/* ==========================================================================
   WooCommerce Single Product Page Responsive styles - begin
   ========================================================================== */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .eltdf-woo-single-page .woocommerce-tabs ul.tabs > li a {
    margin: 0 7px;
    padding: 12px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .eltdf-woo-single-page .eltdf-single-product-content .images,
  .eltdf-woo-single-page .eltdf-single-product-content .eltdf-single-product-summary {
    float: none;
    width: 100%;
    padding: 0;
  }
  .eltdf-woo-single-page .eltdf-single-product-content .images .woocommerce-product-gallery__trigger {
    right: 10px;
  }
  .eltdf-woo-single-page .eltdf-single-product-content .eltdf-single-product-summary {
    margin: 30px 0 0;
  }
  .eltdf-woo-single-page .woocommerce-tabs ul.tabs > li a {
    margin: 0 10px;
    padding: 13px 0;
  }
  .eltdf-woo-single-page.eltdf-woo-single-page-sticky-info .product .eltdf-single-product-content {
    display: block;
  }
  .eltdf-woo-single-page.eltdf-woo-single-page-sticky-info .product .eltdf-single-product-content .images,
  .eltdf-woo-single-page.eltdf-woo-single-page-sticky-info .product .eltdf-single-product-content .eltdf-single-product-summary {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 680px) {
  .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), .eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:not(:first-child) {
    width: 50%;
  }
  .eltdf-woo-single-page .eltdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:not(:first-child), .eltdf-woo-single-page .eltdf-single-product-content .images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image:not(:first-child) {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .eltdf-woo-single-page .woocommerce-tabs ul.tabs > li a {
    margin: 0 10px;
    padding: 1px 0;
  }
  .eltdf-woo-single-page .woocommerce-tabs ul.tabs > li a:after {
    bottom: 1px;
  }
  .eltdf-woo-single-page .woocommerce-tabs .woocommerce-Tabs-panel--description {
    margin-top: 53px;
  }
}

/* ==========================================================================
   WooCommerce Single Product Page Responsive styles - end
   ========================================================================== */
/* ==========================================================================
   WooCommerce Dropdown Cart Responsive styles - begin
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .eltdf-shopping-cart-dropdown ul {
    margin: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .eltdf-shopping-cart-dropdown {
    right: -280px;
    width: 280px;
  }
}

/* ==========================================================================
   WooCommerce Dropdown Cart Responsive styles - end
   ========================================================================== */
/* ==========================================================================
   Product Category List shortcode responsive styles - begin
   ========================================================================== */
@media only screen and (max-width: 1440px) {
  .eltdf-pcl-holder.eltdf-standard-layout.eltdf-six-columns .eltdf-pcli {
    width: 20%;
  }
}

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

@media only screen and (max-width: 1440px) {
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-five-columns .eltdf-pcli,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-five-columns .eltdf-pl-sizer {
    width: 25%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-five-columns .eltdf-pcli.eltdf-woo-image-large-width,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-five-columns .eltdf-pcli.eltdf-woo-image-large-width-height {
    width: 50%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-six-columns .eltdf-pcli,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-six-columns .eltdf-pl-sizer {
    width: 25%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-six-columns .eltdf-pcli.eltdf-woo-image-large-width,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-six-columns .eltdf-pcli.eltdf-woo-image-large-width-height {
    width: 50%;
  }
}

@media only screen and (max-width: 1200px) {
  .eltdf-pcl-holder.eltdf-standard-layout.eltdf-five-columns .eltdf-pcli {
    width: 25%;
  }
}

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

@media only screen and (max-width: 1200px) {
  .eltdf-pcl-holder.eltdf-standard-layout.eltdf-six-columns .eltdf-pcli {
    width: 25%;
  }
}

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

@media only screen and (max-width: 1200px) {
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-two-columns .eltdf-pcli,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-two-columns .eltdf-pl-sizer {
    width: 50%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-two-columns .eltdf-pcli.eltdf-woo-image-large-width,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-two-columns .eltdf-pcli.eltdf-woo-image-large-width-height {
    width: 100%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-three-columns .eltdf-pcli,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-three-columns .eltdf-pl-sizer {
    width: 33.33333%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-three-columns .eltdf-pcli.eltdf-woo-image-large-width,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-three-columns .eltdf-pcli.eltdf-woo-image-large-width-height {
    width: 66.66667%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-four-columns .eltdf-pcli,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-four-columns .eltdf-pl-sizer {
    width: 25%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-four-columns .eltdf-pcli.eltdf-woo-image-large-width,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-four-columns .eltdf-pcli.eltdf-woo-image-large-width-height {
    width: 50%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-five-columns .eltdf-pcli,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-five-columns .eltdf-pl-sizer {
    width: 25%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-five-columns .eltdf-pcli.eltdf-woo-image-large-width,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-five-columns .eltdf-pcli.eltdf-woo-image-large-width-height {
    width: 50%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-six-columns .eltdf-pcli,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-six-columns .eltdf-pl-sizer {
    width: 25%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-six-columns .eltdf-pcli.eltdf-woo-image-large-width,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-six-columns .eltdf-pcli.eltdf-woo-image-large-width-height {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .eltdf-pcl-holder.eltdf-standard-layout.eltdf-four-columns .eltdf-pcli {
    width: 33.33333%;
  }
}

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

@media only screen and (max-width: 1024px) {
  .eltdf-pcl-holder.eltdf-standard-layout.eltdf-five-columns .eltdf-pcli {
    width: 33.33333%;
  }
}

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

@media only screen and (max-width: 1024px) {
  .eltdf-pcl-holder.eltdf-standard-layout.eltdf-six-columns .eltdf-pcli {
    width: 33.33333%;
  }
}

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

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

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

@media only screen and (max-width: 1024px) {
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-two-columns .eltdf-pcli,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-two-columns .eltdf-pl-sizer {
    width: 50%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-two-columns .eltdf-pcli.eltdf-woo-image-large-width,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-two-columns .eltdf-pcli.eltdf-woo-image-large-width-height {
    width: 100%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-three-columns .eltdf-pcli,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-three-columns .eltdf-pl-sizer {
    width: 33.33333%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-three-columns .eltdf-pcli.eltdf-woo-image-large-width,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-three-columns .eltdf-pcli.eltdf-woo-image-large-width-height {
    width: 66.66667%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-four-columns .eltdf-pcli,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-four-columns .eltdf-pl-sizer {
    width: 33.33333%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-four-columns .eltdf-pcli.eltdf-woo-image-large-width,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-four-columns .eltdf-pcli.eltdf-woo-image-large-width-height {
    width: 66.66667%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-five-columns .eltdf-pcli,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-five-columns .eltdf-pl-sizer {
    width: 33.33333%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-five-columns .eltdf-pcli.eltdf-woo-image-large-width,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-five-columns .eltdf-pcli.eltdf-woo-image-large-width-height {
    width: 66.66667%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-six-columns .eltdf-pcli,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-six-columns .eltdf-pl-sizer {
    width: 33.33333%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-six-columns .eltdf-pcli.eltdf-woo-image-large-width,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-six-columns .eltdf-pcli.eltdf-woo-image-large-width-height {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) {
  .eltdf-pcl-holder.eltdf-standard-layout.eltdf-two-columns .eltdf-pcli {
    width: 50%;
  }
}

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

@media only screen and (max-width: 768px) {
  .eltdf-pcl-holder.eltdf-standard-layout.eltdf-three-columns .eltdf-pcli {
    width: 50%;
  }
}

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

@media only screen and (max-width: 768px) {
  .eltdf-pcl-holder.eltdf-standard-layout.eltdf-four-columns .eltdf-pcli {
    width: 50%;
  }
}

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

@media only screen and (max-width: 768px) {
  .eltdf-pcl-holder.eltdf-standard-layout.eltdf-five-columns .eltdf-pcli {
    width: 50%;
  }
}

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

@media only screen and (max-width: 768px) {
  .eltdf-pcl-holder.eltdf-standard-layout.eltdf-six-columns .eltdf-pcli {
    width: 50%;
  }
}

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

@media only screen and (max-width: 768px) {
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-two-columns .eltdf-pcli,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-two-columns .eltdf-pl-sizer {
    width: 50%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-two-columns .eltdf-pcli.eltdf-woo-image-large-width,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-two-columns .eltdf-pcli.eltdf-woo-image-large-width-height {
    width: 100%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-three-columns .eltdf-pcli,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-three-columns .eltdf-pl-sizer {
    width: 50%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-three-columns .eltdf-pcli.eltdf-woo-image-large-width,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-three-columns .eltdf-pcli.eltdf-woo-image-large-width-height {
    width: 100%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-four-columns .eltdf-pcli,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-four-columns .eltdf-pl-sizer {
    width: 50%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-four-columns .eltdf-pcli.eltdf-woo-image-large-width,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-four-columns .eltdf-pcli.eltdf-woo-image-large-width-height {
    width: 100%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-five-columns .eltdf-pcli,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-five-columns .eltdf-pl-sizer {
    width: 50%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-five-columns .eltdf-pcli.eltdf-woo-image-large-width,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-five-columns .eltdf-pcli.eltdf-woo-image-large-width-height {
    width: 100%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-six-columns .eltdf-pcli,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-six-columns .eltdf-pl-sizer {
    width: 50%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-six-columns .eltdf-pcli.eltdf-woo-image-large-width,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-six-columns .eltdf-pcli.eltdf-woo-image-large-width-height {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) {
  .eltdf-pcl-holder.eltdf-standard-layout.eltdf-two-columns .eltdf-pcli {
    width: 100%;
  }
  .eltdf-pcl-holder.eltdf-standard-layout.eltdf-three-columns .eltdf-pcli {
    width: 100%;
  }
  .eltdf-pcl-holder.eltdf-standard-layout.eltdf-four-columns .eltdf-pcli {
    width: 100%;
  }
  .eltdf-pcl-holder.eltdf-standard-layout.eltdf-five-columns .eltdf-pcli {
    width: 100%;
  }
  .eltdf-pcl-holder.eltdf-standard-layout.eltdf-six-columns .eltdf-pcli {
    width: 100%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-two-columns .eltdf-pcli,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-two-columns .eltdf-pl-sizer,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-two-columns .eltdf-pcli.eltdf-woo-image-large-width,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-two-columns .eltdf-pcli.eltdf-woo-image-large-width-height {
    width: 100%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-three-columns .eltdf-pcli,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-three-columns .eltdf-pl-sizer,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-three-columns .eltdf-pcli.eltdf-woo-image-large-width,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-three-columns .eltdf-pcli.eltdf-woo-image-large-width-height {
    width: 100%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-four-columns .eltdf-pcli,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-four-columns .eltdf-pl-sizer,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-four-columns .eltdf-pcli.eltdf-woo-image-large-width,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-four-columns .eltdf-pcli.eltdf-woo-image-large-width-height {
    width: 100%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-five-columns .eltdf-pcli,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-five-columns .eltdf-pl-sizer,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-five-columns .eltdf-pcli.eltdf-woo-image-large-width,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-five-columns .eltdf-pcli.eltdf-woo-image-large-width-height {
    width: 100%;
  }
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-six-columns .eltdf-pcli,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-six-columns .eltdf-pl-sizer,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-six-columns .eltdf-pcli.eltdf-woo-image-large-width,
  .eltdf-pcl-holder.eltdf-masonry-layout.eltdf-six-columns .eltdf-pcli.eltdf-woo-image-large-width-height {
    width: 100%;
  }
}

/* ==========================================================================
   Product Category List shortcode responsive styles - end
   ========================================================================== */
/* ==========================================================================
   Product List - Carousel shortcode responsive styles - begin
   ========================================================================== */
/* ==========================================================================
   Product List - Carousel shortcode responsive styles - end
   ========================================================================== */
@media only screen and (max-width: 1440px) {
  .eltdf-plw-tabs .eltdf-plw-tabs-content-holder .eltdf-plw-tabs-content .eltdf-news-holder.eltdf-news-columns-5 .eltdf-news-item {
    width: 20%;
  }
}

/* ==========================================================================
   YITH Quick View Responsive styles - begin
   ========================================================================== */
@media only screen and (max-width: 768px) {
  body {
    position: relative;
  }
  #yith-quick-view-modal {
    position: absolute;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
  }
  #yith-quick-view-modal .yith-wcqv-wrapper {
    position: absolute;
  }
  #yith-quick-view-modal #yith-quick-view-content .product {
    flex-direction: column;
  }
  #yith-quick-view-modal #yith-quick-view-content .images,
  #yith-quick-view-modal #yith-quick-view-content .summary {
    width: 100%;
  }
  #yith-quick-view-modal #yith-quick-view-content .summary {
    padding: 46px 50px 50px;
  }
}

@media only screen and (max-width: 680px) {
  #yith-quick-view-modal #yith-quick-view-content .summary {
    padding: 26px 40px 26px;
  }
}

@media only screen and (max-width: 480px) {
  #yith-quick-view-modal #yith-quick-view-content .summary {
    padding: 26px 10px 26px;
  }
  #yith-quick-view-modal #yith-quick-view-content .summary table.group_table tr:last-child td {
    padding: 0 10px 10px 0;
  }
  #yith-quick-view-modal #yith-quick-view-content .summary table.group_table tr:last-child td:last-child {
    padding: 0 0 10px;
  }
  #yith-quick-view-modal #yith-quick-view-content .summary table.group_table tr td {
    padding: 0 10px 6px 0;
  }
  #yith-quick-view-modal #yith-quick-view-content .summary table.group_table tr td .eltdf-quantity-buttons .eltdf-quantity-minus,
  #yith-quick-view-modal #yith-quick-view-content .summary table.group_table tr td .eltdf-quantity-buttons .eltdf-quantity-plus {
    margin-bottom: 5px;
  }
  #yith-quick-view-modal #yith-quick-view-content .summary table.group_table tr .eltdf-quantity-buttons .eltdf-quantity-input {
    height: 18px;
    width: 18px;
    line-height: 16px;
  }
}

/* ==========================================================================
   YITH Quick View responsive styles - end
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .woocommerce-wishlist .woocommerce-message,
  .woocommerce-wishlist .woocommerce-info,
  .woocommerce-wishlist .woocommerce-error {
    padding: 17px 25px;
  }
}

@media only screen and (max-width: 680px) {
  .woocommerce-wishlist .woocommerce-message,
  .woocommerce-wishlist .woocommerce-info,
  .woocommerce-wishlist .woocommerce-error {
    padding: 14px 20px;
    line-height: 2em;
  }
  .woocommerce-wishlist .woocommerce-message a,
  .woocommerce-wishlist .woocommerce-info a,
  .woocommerce-wishlist .woocommerce-error a {
    float: none;
    margin: 0 70% 15px 0;
  }
}

@media only screen and (max-width: 480px) {
  .woocommerce-wishlist table.wishlist_table thead tr th {
    padding: 10px 10px 10px 0;
  }
  .eltdf-single-product-summary .yith-wcwl-add-to-wishlist {
    margin: 16px 0 0;
  }
}

/* ==========================================================================
   WooCommerce Responsive styles - end
   ========================================================================== */

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