/* ================================================== */
/*  00. WooCommerce Cart Page Styles
/* ================================================== */
.dplf-woocommerce-main-page table.cart thead tr {
  border: 0;
  border-bottom: 1px solid var(--dplf-color-border-light);
  font-family: var(--dplf-font-heading);
  text-transform: uppercase;
}

.dplf-woocommerce-main-page table.cart thead tr th {
  padding: 10px 0;
  color: var(--dplf-color-text-heading);
  text-align: left;
  font-size: 20px;
  font-weight: 500;
}

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

.dplf-woocommerce-main-page table tbody th {
  border: 0;
  vertical-align: middle;
}

.dplf-woocommerce-main-page table.cart tr.cart_item {
  border-bottom: 1px solid var(--dplf-color-border-light);
}

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

.dplf-woocommerce-main-page table.cart tr.cart_item td.product-name {
  font-size: 16px;
  margin-left: 10px;
}

.dplf-woocommerce-main-page table.cart tr.cart_item td.product-name a {
  color: var(--dplf-color-text-heading);
}

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

.dplf-woocommerce-main-page table.cart tr.cart_item td.product-remove a {
  color: var(--dplf-color-text-body);
  font-size: 0;
  line-height: 1;
}

.dplf-woocommerce-main-page table.cart tr.cart_item td.product-remove a:hover {
  color: var(--dplf-color-text-heading);
}

.dplf-woocommerce-main-page table.cart tr.cart_item td.product-remove a:after {
  font-family: "remixicon";
  content: "\eb98";
  vertical-align: middle;
  speak: none;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  width: 40px;
  height: 40px;
  padding: 6px;
  background: var(--dplf-color-bg-light);
  border-radius: 50%;
  opacity: .8;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  transform: scale(.8);
  transition: opacity .2s, transform .2s;
}

.dplf-woocommerce-main-page table.cart tr.cart_item td.product-remove a:after:hover {
  background: var(--dplf-color-bg-light);
  padding: 12px;
  border-radius: 50px;
  opacity: 1;
  transform: scale(1);
}

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

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

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

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

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

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

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

.dplf-woocommerce-main-page table.cart td.actions .coupon input[type="text"] {
  width: auto;
  margin: 0 10px 0 0;
}

.dplf-woocommerce-main-page #coupon-error-notice {
  margin-top: 12px;
}

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

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

.dplf-woocommerce-main-page .cart-collaterals h2 {
  position: relative;
  display: block;
}

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

.dplf-woocommerce-main-page .cart-collaterals table tr {
  border: 0;
  border-bottom: 1px solid var(--dplf-color-border-light);
}

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

.dplf-woocommerce-main-page .cart-collaterals table th {
  width: 20%;
  padding-right: 50px;
  border: 0;
  font-weight: 500;
}

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

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

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

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

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

.dplf-woocommerce-main-page .cross-sells {
  margin: 30px 0 0;
  border-top: 1px solid var(--dplf-color-border-light);
}

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

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

.dplf-woocommerce-main-page .cart-empty {
  position: relative;
  display: block;
  line-height: 1.5em;
  text-align: center;
  color: var(--dplf-color-text-heading);
  margin: 40px 0 33px;
}

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

/*WooCommerce Cart Page Responsive Styles*/
@media only screen and (max-width: 680px) {

  .dplf-woocommerce-main-page table.cart tr th,
  .dplf-woocommerce-main-page table.cart tr td {
    font-size: 16px;
  }

  .dplf-woocommerce-main-page table.cart tr.cart_item td {
    padding: 25px 0 25px 20px;
  }

  .dplf-woocommerce-main-page table.cart tr th.product-thumbnail,
  .dplf-woocommerce-main-page table.cart tr.cart_item td.product-thumbnail,
  .dplf-woocommerce-main-page table.cart tr th.product-subtotal,
  .dplf-woocommerce-main-page table.cart tr.cart_item td.product-subtotal {
    display: none;
  }

  .dplf-woocommerce-main-page table.cart thead tr th {
      text-align: center;
  }

  .dplf-woocommerce-main-page table.cart td.actions .coupon {
    margin: 0 0 20px;
  }

  .dplf-woocommerce-main-page table.cart td.actions .coupon input[type="text"] {
    width: 180px;
    padding: 12px 16px;
    margin: 0 10px 10px 0;
  }

  .dplf-woocommerce-main-page table.cart td.actions .coupon,
  .dplf-woocommerce-main-page table.cart td.actions>button {
    float: none;
    display: block;
  }
}

/* ================================================== */
/*  00. WooCommerce Checkout Page Styles
/* ================================================== */
.dplf-woocommerce-main-page .checkout_coupon {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: -20px 0 50px;
  flex-wrap: wrap;
}

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

.dplf-woocommerce-main-page .checkout_coupon input[type="text"] {
    flex: 1;
    min-width: 200px;
    margin: 0;
}

.dplf-woocommerce-main-page .checkout_coupon button {
    flex: 0 0 auto;
}

.dplf-woocommerce-main-page .checkout_coupon .form-row {
    flex: 1;
    margin: 0;
    padding: 0;
}

.dplf-woocommerce-main-page .checkout_coupon .form-row-last {
    flex: 0 0 auto;
}

.dplf-woocommerce-main-page .checkout_coupon .clear {
    display: none;
}

.dplf-woocommerce-main-page.woocommerce-checkout .woocommerce-info a {
  bottom: 0;
}

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

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

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

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

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

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

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

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

.dplf-woocommerce-main-page .woocommerce-checkout .col-1 h3,
.dplf-woocommerce-main-page .woocommerce-checkout .col-2 h3 {
  margin: 8px 0 25px;
}

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

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

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

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

.dplf-woocommerce-main-page .woocommerce-checkout .col-1 .form-row-wide,
.dplf-woocommerce-main-page .woocommerce-checkout .col-1 .form-row.notes,
.dplf-woocommerce-main-page .woocommerce-checkout .col-2 .form-row-wide,
.dplf-woocommerce-main-page .woocommerce-checkout .col-2 .form-row.notes {
  width: 100%;
  margin-bottom: 8px;
}

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

.dplf-woocommerce-main-page .woocommerce-checkout .col-2 #order_comments {
  width: 100% !important;
  min-height: 165px;
  resize: none;
  display: block;
}

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

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

.dplf-woocommerce-main-page .woocommerce-checkout h3#order_review_heading {
  margin: 18px 0;
}

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

.dplf-woocommerce-main-page .woocommerce-checkout table tr {
  border: 0;
  border-bottom: 1px solid var(--dplf-color-border-light);
  font-family: var(--dplf-font-heading);
  text-transform: uppercase;
}

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

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

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

.dplf-woocommerce-main-page .woocommerce-checkout table td,
.dplf-woocommerce-main-page .woocommerce-checkout table th {
  padding: 16px 0;
  text-align: left;
  vertical-align: middle;
  font-family: var(--dplf-font-body);
}

.dplf-woocommerce-main-page .woocommerce-checkout table td {
  font-family: var(--dplf-font-body);
}

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

.dplf-woocommerce-main-page .woocommerce-checkout table td strong {
  font-weight: 500;
}

.dplf-woocommerce-main-page .woocommerce-checkout table th {
  border: 0;
  font-weight: 400;
  font-size: 18px;
}

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

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

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

.dplf-woocommerce-main-page .woocommerce-checkout input[type='radio'],
.dplf-woocommerce-main-page .woocommerce-checkout input[type='checkbox'] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.dplf-woocommerce-main-page .woocommerce-checkout .woocommerce-checkout-payment {
  display: block;
  margin: 50px 0 20px;
}

.dplf-woocommerce-main-page .woocommerce-checkout .woocommerce-checkout-payment ul {
  list-style: none;
  margin: 0;
}

.dplf-woocommerce-main-page .woocommerce-checkout .woocommerce-checkout-payment ul li input,
.dplf-woocommerce-main-page .woocommerce-checkout .woocommerce-checkout-payment ul li label {
  display: inline-block;
}

.dplf-woocommerce-main-page .woocommerce-checkout .woocommerce-checkout-payment ul li label {
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--dplf-font-heading);
  font-size: 28px;
  color: var(--dplf-color-text-heading);
  font-weight: 400;
  vertical-align: middle;
  margin: 0;
}

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

.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 30px;
}

.dplf-woocommerce-main-page .woocommerce-checkout .woocommerce-privacy-policy-text p {
  margin-bottom: 25px;
}

li.wc_payment_method {
  margin-bottom: 15px;
  padding: 10px 0;
}

li.wc_payment_method .payment_box{
  margin-left: 30px;
}

/*WooCommerce Checkout Page Responsive Styles*/
@media only screen and (max-width: 768px) {

  .dplf-woocommerce-main-page .woocommerce-checkout .col-1,
  .dplf-woocommerce-main-page .woocommerce-checkout .col-2 {
    width: 100%;
  }

  .dplf-woocommerce-main-page .woocommerce-checkout .col-1 {
    margin: 0 0 25px;
  }

  .dplf-woocommerce-main-page .checkout_coupon button,
  .dplf-woocommerce-main-page .checkout_coupon .form-row-last {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) {

  .dplf-woocommerce-main-page .woocommerce-checkout .col-1 .form-row,
  .dplf-woocommerce-main-page .woocommerce-checkout .col-2 .form-row {
    width: 100%;
    margin: 0;
    float: none;
  }
}

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

/* ======================================================== */
/*  00. WooCommerce Checkout Page - Order Received Styles
/* ======================================================== */
.dplf-woocommerce-main-page.woocommerce-order-received .woocommerce {
  display: block;
  margin: 0 0 20px;
}

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

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

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

.dplf-woocommerce-main-page.woocommerce-order-received .woocommerce ul.order_details li {
  padding: 16px 0;
  border-bottom: 1px solid var(--dplf-color-border-light);
}

.dplf-woocommerce-main-page.woocommerce-order-received .woocommerce ul.order_details li strong {
  color: var(--dplf-color-text-heading);
  font-weight: 400;
}

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

.dplf-woocommerce-main-page.woocommerce-order-received .woocommerce table.shop_table tr {
  border: 0;
  border-bottom: 1px solid var(--dplf-color-border-light);
}

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

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

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

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

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

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

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

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

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

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

/*WooCommerce Checkout Page - Order Received Responosive Styles*/
@media only screen and (max-width: 768px) {

  .dplf-woocommerce-main-page.woocommerce-order-received .woocommerce .col2-set.addresses .col-1,
  .dplf-woocommerce-main-page.woocommerce-order-received .woocommerce .col2-set.addresses .col-2 {
    width: 100%;
  }

  .dplf-woocommerce-main-page.woocommerce-order-received .woocommerce .col2-set.addresses .col-1 {
    margin: 0 0 25px;
  }
}

/* ================================================== */
/*  00. WooCommerce Button Styles
/* ================================================== */
.dplf-woocommerce-main-page a.button.added,
div.woocommerce a.button.added {
  display: none;
}

/* ================================================== */
/*  00. WooCommerce Onsale and Out of Stock styles
/* ================================================== */
.woocommerce .woo-new-product,
.woocommerce .woo-onsale,
.woocommerce .woo-sold {
  position: absolute;
  top: 3.5%;
  left: 5%;
  right: auto;
  z-index: 100;
  display: inline-table;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  width: auto;
  color: var(--dplf-color-text-heading);
  padding: 3px 14px;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.woocommerce .woo-onsale {
  right: 0;
  background-color: var(--dplf-color-primary);
}

.woocommerce .woo-sold {
  right: 0;
  background-color: var(--dplf-color-primary);
}

.woocommerce .woo-new-product {
  right: 0;
  background-color: var(--dplf-color-primary);
}

.single-product .woo-single-product-content .woo-onsale,
.single-product .woo-single-product-content .woo-sold,
.single-product .woo-single-product-content .woo-new-product,
.dplf-woocommerce-product-page .woo-single-product-content .woo-onsale,
.dplf-woocommerce-product-page .woo-single-product-content .woo-sold,
.dplf-woocommerce-product-page .woo-single-product-content .woo-new-product {
  right: 5%;
  left: auto;
  top: 2.5%;
}

/* ================================================== */
/*  00. WooCommerce Messages Styles
/* ================================================== */
.dplf-woocommerce-main-page .woocommerce-message,
.dplf-woocommerce-main-page .woocommerce-info,
.dplf-woocommerce-main-page .woocommerce-error {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 20px 28px;
  margin-bottom: 50px;
  line-height: 1.6;
  list-style: none;
  color: var(--dplf-color-text-heading);
  background-color: var(--dplf-color-bg-light);
  flex-wrap: wrap;
}

.dplf-woocommerce-main-page .woocommerce-message:focus,
.dplf-woocommerce-main-page .woocommerce-info:focus,
.dplf-woocommerce-main-page .woocommerce-error:focus {
  outline: none;
  box-shadow: none;
}

.dplf-woocommerce-main-page .woocommerce-message a,
.dplf-woocommerce-main-page .woocommerce-info a,
.dplf-woocommerce-main-page .woocommerce-error a {
  margin-left: auto;
  white-space: nowrap;
  align-self: center;
}

@media (max-width: 768px) {
  .dplf-woocommerce-main-page .woocommerce-message,
  .dplf-woocommerce-main-page .woocommerce-info,
  .dplf-woocommerce-main-page .woocommerce-error {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .dplf-woocommerce-main-page .woocommerce-message a,
  .dplf-woocommerce-main-page .woocommerce-info a,
  .dplf-woocommerce-main-page .woocommerce-error a {
    margin-top: 20px;
    margin-left: 0;
  }
}

.dplf-woocommerce-main-page .woocommerce-info .showcoupon {
  color: var(--dplf-color-text-heading);
}

.dplf-woocommerce-main-page .woocommerce-info .showcoupon {
  position: relative;
  display: inline-block;
  overflow: visible;
  text-transform: uppercase;
  font-size: 15px;
  background-color: transparent;
  border-width: 0px 0px 1px;
  border-color: initial;
  border-image: initial;
  border-bottom: 1px dashed;
  padding: 0 0 3px 0 !important;
  margin-right: 15px;
}

.dplf-woocommerce-main-page .woocommerce-info .showcoupon:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: currentcolor;
  bottom: -1px;
  left: 0px;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}

.dplf-woocommerce-main-page .woocommerce-info .showcoupon:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}

/*Block Notices*/
.dplf-woocommerce-main-page .woocommerce-notices-wrapper .wc-block-components-notice-banner,
.dplf-woocommerce-main-page .wc-block-components-notice-banner {
  position: relative;
  display: block;
  border: 0 !important;
  padding: 24px 36px !important;
  margin: 0 0 30px !important;
  line-height: 28px !important;
  font-size: 18px !important;
  list-style: none;
  border-radius: 0 !important;
  background-color: var(--dplf-color-bg-light) !important;
}

.dplf-woocommerce-main-page .woocommerce-notices-wrapper .wc-block-components-notice-banner>a,
.dplf-woocommerce-main-page .wc-block-components-notice-banner>a {
  position: relative;
  bottom: 14px;
}

.dplf-woocommerce-main-page .woocommerce-notices-wrapper .wc-block-components-notice-banner a,
.dplf-woocommerce-main-page .wc-block-components-notice-banner a {
  float: right;
}

@media only screen and (max-width: 768px) {

  .dplf-woocommerce-main-page .woocommerce-notices-wrapper .wc-block-components-notice-banner a,
  .dplf-woocommerce-main-page .wc-block-components-notice-banner a {
    float: none;
  }
}

.dplf-woocommerce-main-page .woocommerce-notices-wrapper .wc-block-components-notice-banner svg,
.dplf-woocommerce-main-page .wc-block-components-notice-banner svg{
  display: none !important;
}

/* ================================================== */
/*  00. WooCommerce Quantity Inputs Styles
/* ================================================== */
.dplf-woocommerce-main-page .woo-quantity-buttons,
div.woocommerce .woo-quantity-buttons {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.dplf-woocommerce-main-page .woo-quantity-buttons .woo-quantity-input,
.dplf-woocommerce-main-page .woo-quantity-buttons .woo-quantity-minus,
.dplf-woocommerce-main-page .woo-quantity-buttons .woo-quantity-plus,
div.woocommerce .woo-quantity-buttons .woo-quantity-input,
div.woocommerce .woo-quantity-buttons .woo-quantity-minus,
div.woocommerce .woo-quantity-buttons .woo-quantity-plus {
  position: relative;
  float: left;
  width: 50px;
  height: 55px;
  margin: 0 -1px 0 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  text-align: center;
  color: var(--dplf-color-text-body);
  border: 1px solid var(--dplf-color-border-light);
  -webkit-user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dplf-woocommerce-main-page .woo-quantity-buttons .woo-quantity-input,
div.woocommerce .woo-quantity-buttons .woo-quantity-input {
  padding: 0;
  outline: 0;
  cursor: text;
  color: var(--dplf-color-text-heading);
  background-color: transparent;
}

.dplf-woocommerce-main-page .woo-quantity-buttons .woo-quantity-minus,
.dplf-woocommerce-main-page .woo-quantity-buttons .woo-quantity-plus,
div.woocommerce .woo-quantity-buttons .woo-quantity-minus,
div.woocommerce .woo-quantity-buttons .woo-quantity-plus {
  cursor: pointer;
  color: var(--dplf-color-text-heading);
  background-color: transparent;
  -webkit-transition: color .15s ease-in-out;
  -o-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out
}

/* ================================================== */
/*  00. WooCommerce Result and Ordering Styles
/* ================================================== */
.dplf-woocommerce-main-page .woo-shop-controls-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.dplf-woocommerce-main-page .woocommerce-ordering,
.dplf-woocommerce-main-page .woocommerce-result-count {
  display: inline;
  width: 50%;
  margin: 0;
  float: left;
  font-family: inherit;
  color: inherit;
}

.dplf-woocommerce-main-page .woocommerce-result-count {
  line-height: 52px;
  font-family: var(--dplf-font-body);
}

.dplf-woocommerce-main-page .woocommerce-ordering {
  text-align: right
}

.dplf-woocommerce-main-page .woocommerce-ordering .orderby {
  width: auto;
  min-width: 280px;
  margin: 0;
  text-align: initial;
}

@media (max-width: 768px) {
  .dplf-woocommerce-main-page .woocommerce-ordering .orderby {
    width: 100%;
  }
}

.dplf-woocommerce-main-page .woocommerce-ordering .select2 {
  text-align: initial;
  max-width: 255px;
}

.dplf-woocommerce-main-page .woocommerce-ordering .select2 .select2-selection.select2-selection--single {
  padding: 10px 15px;
}

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

/*WooCommerce Result and Ordering Responsive Styles*/
@media only screen and (max-width: 680px) {
  .dplf-woocommerce-main-page .woo-shop-controls-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .dplf-woocommerce-main-page .woocommerce-result-count,
  .dplf-woocommerce-main-page .woocommerce-ordering {
    width: 100%;
    margin-bottom: 5px;
  }

  .dplf-woocommerce-main-page .woocommerce-ordering {
    text-align: initial;
  }

  .dplf-woocommerce-main-page .woocommerce-ordering .orderby {
    display: block;
  }

  .dplf-woocommerce-main-page .woocommerce-ordering {
    text-align: left;
  }

  .dplf-woocommerce-main-page .woocommerce-ordering .select2 {
    margin-left: -15px;
  }
}

/* ================================================== */
/*  00. WooCommerce Star Rating Styles
/* ================================================== */
.woocommerce .star-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  font-family: "remixicon";
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.5s ease;
}

.woocommerce .star-rating:before {
  content: "\f18b\f18b\f18b\f18b\f18b";
  color: var(--dplf-color-primary);
  transition: color 0.3s ease;
}

.woocommerce .star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

.woocommerce .star-rating span:before {
  content: "\f186\f186\f186\f186\f186";
  color: var(--dplf-color-primary);
  transition: color 0.3s ease;
}

#reviews .stars {
  margin-top: 20px;
}

#reviews .stars a {
  padding: 8px 20px 10px;
  background-color: var(--dplf-color-bg-light);
  transition: all 0.5s ease;
}

#reviews .stars a:after {
  font-family: "remixicon";
  content: "\f186";
  font-size: 14px;
  letter-spacing: 2px;
  vertical-align: middle;
  transition: color 0.5s ease;
}

#reviews .comment-form-rating p a {
  margin-right: 12px;
}

#reviews .stars a:hover:after,
#reviews .stars a.active:after {
  content: "\f186";
}

#reviews .stars a:after,
#reviews .stars a:hover:after,
#reviews .stars a.active:after {
  color: var(--dplf-color-bg-dark);
  transition: color 0.3s ease;
}

#reviews .stars a.star-2:after {
  content: "\f18b\f18b";
}
#reviews .stars a.star-2:hover:after,
#reviews .stars a.star-2.active:after {
  content: "\f186\f186";
}

#reviews .stars a.star-3:after {
  content: "\f18b\f18b\f18b";
}
#reviews .stars a.star-3:hover:after,
#reviews .stars a.star-3.active:after {
  content: "\f186\f186\f186";
}

#reviews .stars a.star-4:after {
  content: "\f18b\f18b\f18b\f18b";
}
#reviews .stars a.star-4:hover:after,
#reviews .stars a.star-4.active:after {
  content: "\f186\f186\f186\f186";
}

#reviews .stars a.star-5:after {
  content: "\f18b\f18b\f18b\f18b\f18b";
}
#reviews .stars a.star-5:hover:after,
#reviews .stars a.star-5.active:after {
  content: "\f186\f186\f186\f186\f186";
}

/* ================================================== */
/*  00. WooCommerce Variation Styles
/* ================================================== */
.dplf-woocommerce-main-page .variations {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 40px;
  border: none;
  padding: 0;
  width: 100%;
}

.dplf-woocommerce-main-page .variations tr,
.dplf-woocommerce-main-page .variations th {
  display: block;
  border: 0;
  padding: 0 0 8px 0;
}

.dplf-woocommerce-main-page .variations th label{
  font-weight: 500;
  color: var(--dplf-color-text-heading);
  text-align-last: left;
}

.dplf-woocommerce-main-page .variations tr:last-child {
  margin: 0;
}

.dplf-woocommerce-main-page .variations td {
  padding: 0;
  text-align: initial;
}

.dplf-woocommerce-main-page .variations td.label {
  color: var(--dplf-color-text-body);
  text-transform: capitalize;
  padding: 0;
  padding-right: .75rem;
  margin: 0;
}

.dplf-woocommerce-main-page .variations td.value {
  white-space: nowrap;
}

.dplf-woocommerce-main-page .variations td.value select {
  display: block;
  width: auto;
  margin: 0;
  min-width: 250px;
}

.dplf-woocommerce-main-page .variations .reset_variations {
  display: inline-block !important;
  margin: 15px 0;
  color: var(--dplf-color-text-body);
  font-size: 0.9em;
  line-height: 1;
  display: none;
}

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

.dplf-woocommerce-main-page table.group_table tbody {
  display: block;
}

.dplf-woocommerce-main-page table.group_table tr {
  display: block;
  padding: 0 0 10px;
  border: 0;
}

.dplf-woocommerce-main-page table.group_table tr:last-child {
  margin: 0;
}

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

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

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

.dplf-woocommerce-main-page table.group_table a {
  color: var(--dplf-color-text-body);
}

.dplf-woocommerce-main-page table.group_table a:hover {
  color: var(--dplf-color-text-heading);
}

/* ================================================== */
/*  00. WooCommerce MyAccount Page Styles
/* ================================================== */
.dplf-woocommerce-main-page.woocommerce-account .woocommerce-MyAccount-navigation,
.dplf-woocommerce-main-page.woocommerce-account .woocommerce-MyAccount-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left;
  box-sizing: border-box;
}

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

.dplf-woocommerce-main-page.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0 15px 0 0;
  margin: 0;
  list-style: none;
  border-right: 1px solid var(--dplf-color-border-light);
}

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

.dplf-woocommerce-main-page.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  position: relative;
  display: inline-block;
  overflow: visible;
  font-size: 20px;
  color: var(--dplf-color-text-heading);
  font-family: var(--dplf-font-heading);
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 400;
  border-width: 0px 0px 1px;
  border-color: initial;
  border-image: initial;
  border-bottom: 1px dashed;
  padding: 0 0 3px 0 !important;
}

.dplf-woocommerce-main-page.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: currentcolor;
  bottom: -1px;
  left: 0px;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}

.dplf-woocommerce-main-page.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}

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

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

.dplf-woocommerce-main-page.woocommerce-account .woocommerce form.login p,
.dplf-woocommerce-main-page.woocommerce-account .woocommerce form.register p {
  margin: 0 0 5px;
  width: 50%;
}

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

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

.dplf-woocommerce-main-page.woocommerce-account .woocommerce form.login label.woocommerce-form-login__rememberme {
  display: inline-block;
  float: right;
  margin: 10px 0 0 0;
}

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

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

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

.dplf-woocommerce-main-page.woocommerce-account .woocommerce form.edit-account fieldset>legend {
  display: block;
  color: var(--dplf-color-text-heading);
  margin: 0 0 10px;
}

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

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

.dplf-woocommerce-main-page.woocommerce-account .woocommerce table.shop_table tr {
  border: 0;
  border-bottom: 1px solid var(--dplf-color-border-light);
}

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

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

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

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

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

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

.dplf-woocommerce-main-page.woocommerce-account .woocommerce .col2-set .col-1,
.dplf-woocommerce-main-page.woocommerce-account .woocommerce .col2-set .col-2 {
  position: relative;
  display: inline-block;
  width: 49%;
  max-width: 100%;
  padding: 0;
  margin-right: 1%;
  float: left;
  vertical-align: middle;
}

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

.dplf-woocommerce-main-page.woocommerce-account .woocommerce .col2-set .title {
  margin: 10px 0 25px;
}

.dplf-woocommerce-main-page.woocommerce-account .woocommerce .col2-set h3 {
  margin: 0 0 10px 0;
}

.dplf-woocommerce-main-page.woocommerce-account .woocommerce .col2-set address {
  font-style: normal;
}

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

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

.dplf-woocommerce-main-page.woocommerce-account .vc_row .woocommerce form.login p label:not(.inline) {
  display: block;
  margin: 14px 0;
  color: var(--dplf-color-text-body);
  font-size: 16px;
  line-height: 28px;
}

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

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

.dplf-woocommerce-main-page.woocommerce-account.woocommerce-edit-address .woocommerce>form {
  margin: 0 0 15px;
}

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

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

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

.woocommerce-privacy-policy-text {
  margin-bottom: 20px;
}

.password-input{
  position: relative;
  display: block;
}

.password-field .woocommerce-Input--password{
  width: 100%;
  padding-right: 50px; 
  box-sizing: border-box;
}

.show-password-input {
  position: absolute;
  top: 40%;
  right: 8px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}

.show-password-input:hover {
  background: none;
}

.show-password-input::before{
  content: "\ECB5";
  font-family: "remixicon";
  font-size: 18px;
  color: var(--dplf-color-bg-dark);
}

/*WooCommerce MyAccount Page Responsive Styles*/
@media only screen and (max-width: 1024px) {
  .dplf-woocommerce-main-page.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 28%;
  }

  .dplf-woocommerce-main-page.woocommerce-account .woocommerce-MyAccount-content {
    width: 72%;
    padding: 0 0 0 20px;
  }
}

@media only screen and (max-width: 768px) {

  .dplf-woocommerce-main-page.woocommerce-account .woocommerce-MyAccount-navigation,
  .dplf-woocommerce-main-page.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    padding: 0;
  }

  .dplf-woocommerce-main-page.woocommerce-account .woocommerce-MyAccount-navigation ul {
    border-right: none;
  }

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

  .dplf-woocommerce-main-page.woocommerce-account .woocommerce-MyAccount-content {
    margin: 40px 0 0;
  }

  .dplf-woocommerce-main-page.woocommerce-account .woocommerce .col2-set .col-1,
  .dplf-woocommerce-main-page.woocommerce-account .woocommerce .col2-set .col-2 {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    float: none;
  }

  .dplf-woocommerce-main-page.woocommerce-account .woocommerce .col2-set .col-1 {
    margin-bottom: 50px;
  }

  .dplf-woocommerce-main-page.woocommerce-account .woocommerce form.login p,
  .dplf-woocommerce-main-page.woocommerce-account .woocommerce form.register p {
    margin: 0 0 5px;
    width: 100%;
  }
}

/* ================================================== */
/*  00. WooCommerce Track Order Page Styles
/* ================================================== */
.dplf-woocommerce-main-page .woocommerce>.track_order {
  display: block;
  margin: 0 0 60px;
}

.dplf-woocommerce-main-page .woocommerce>.track_order>p:not(.form-row) {
  display: block;
  margin: 0 0 7px;
}

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

.dplf-woocommerce-main-page .woocommerce>.track_order .form-row-first label,
.dplf-woocommerce-main-page .woocommerce>.track_order .form-row-last label {
  display: block;
  margin: 14px 0;
  color: var(--dplf-color-text-heading);
  font-size: 18px;
  line-height: 38px;
}

.dplf-woocommerce-main-page .woocommerce>.track_order .button {
  margin: 13px 0 0;
}

/* ================================================== */
/*  00. WooCommerce Main Product Styles
/* ================================================== */
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 50px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

ul.products>.product .product-list-title {
  margin: 0;
  font-weight: 500;
}

ul.products>.product .woo-product-rating-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  line-height: 1;
  margin: 11px 0 2px
}

ul.products>.product .price {
  position: relative;
  display: block;
  margin: 15px 0 2px;
  font-family: var(--dplf-font-heading);
  color: var(--dplf-color-text-heading);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .05em;
  text-transform: uppercase;
  vertical-align: middle;
  overflow: hidden;
}

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

ul.products>.product .price del {
  margin: 0 8px 0 0;
}

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

ul.products>.product .price>* {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

ul.products>.product .woo-product-text-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin-top: 25px;
  text-align: left;
}

ul.products>.product .variations_form.cart {
  position: relative;
  display: inline-block;
  display: none !important;
  vertical-align: top;
  margin: 18px 0 0
}

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

ul.products>.product .variations_form.cart .select_option.select_option_colorpicker {
  border-radius: 50%
}

ul.products>.product .variations_form.cart .select_option {
  margin-right: 4px;
  border: none
}

ul.products>.product .variations_form.cart .select_option:last-child {
  margin-right: 0
}

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

.touch ul.products>.product .woo-product-image-wrapper {
  cursor: pointer
}

ul.products>.product .woo-product-image-wrapper:hover .woo-product-cart-button {
  opacity: 1
}

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

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

ul.products>.product .woo-product-image-wrapper .woo-product-cart-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 12px;
  text-align: center;
  background-color: var(--dplf-color-bg-light);
  opacity: 0;
  transition: opacity .5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

ul.products>.product .woo-product-image-wrapper .woo-product-cart-button-outer {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  text-align: center
}

ul.products>.product .woo-product-image-wrapper .woo-product-cart-button-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle
}

ul.products>.product .woo-product-image-wrapper .woo-product-cart-button-inner .woo-product-cart-button-action {
  display: table;
  margin: 0 auto;
  text-align: center
}

ul.products>.product .woo-product-image-wrapper .woo-product-cart-button-inner .clear {
  display: none
}

ul.products>.product .woo-product-image-wrapper>a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

ul.products>.product .woo-product-image-wrapper>a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*Boxed Catalog Style*/
.dplf-woocommerce-catalog--boxed ul.products.products-style--boxed > .product {
  overflow: hidden;
  margin-bottom: 30px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.dplf-woocommerce-catalog--boxed ul.products.products-style--boxed > .product .woo-product-inner-wrapper {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  background-color: var(--dplf-color-bg-light);
  padding: 30px;
}

.dplf-woocommerce-catalog--boxed ul.products.products-style--boxed > .product .woo-product-text-wrapper {
  margin-top: 0;
}

.dplf-woocommerce-catalog--boxed ul.products.products-style--boxed > .product:hover {
  transform: translateY(-2px);
}

.dplf-woocommerce-catalog--boxed ul.products.products-style--boxed > .product.product-style--boxed .woo-product-image-wrapper .woo-product-image-wrapper-inner {
  margin-bottom: 0;
}

/* ================================================================= */
/*  00. WooCommerce Related - Upsells - Cross-sells Product Styles
/* ================================================================= */
.related.products,
.upsells.products,
.cross-sells {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.dplf-woocommerce-product-page .related.products,
.dplf-woocommerce-product-page .upsells.products,
.dplf-woocommerce-product-page .cross-sells {
  margin: 60px 0 0;
}

.dplf-woocommerce-product-page .related.products>h2,
.dplf-woocommerce-product-page .upsells.products>h2,
.dplf-woocommerce-product-page .cross-sells.products>h2 {
  display: block;
  margin: 0 0 45px;
  text-align: left;
}

.related.products>.products>.product,
.upsells.products>.products>.product,
.cross-sells>.products>.product {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.related-products-columns-3 .related.products>.products>.product,
.related-products-columns-3 .upsells.products>.products>.product,
.related-products-columns-3 .cross-sells>.products>.product {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.related-products-columns-4 .related.products>.products>.product,
.related-products-columns-4 .upsells.products>.products>.product,
.related-products-columns-4 .cross-sells>.products>.product {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

@media only screen and (max-width: 768px) {

  .related-products-columns-3 .related.products>.products>.product,
  .related-products-columns-3 .upsells.products>.products>.product,
  .related-products-columns-3 .cross-sells>.products>.product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .related-products-columns-4 .related.products>.products>.product,
  .related-products-columns-4 .upsells.products>.products>.product,
  .related-products-columns-4 .cross-sells>.products>.product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ================================================== */
/*  00. WooCommerce Single Product Page Styles
/* ================================================== */
.dplf-woocommerce-product-page .product {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  float: none;
}

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

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

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

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

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

.dplf-woocommerce-product-page .woo-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;
  display: none;
}

.dplf-woocommerce-product-page .woo-single-product-content .images .woocommerce-product-gallery__image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0 5px;
  box-sizing: border-box;
}

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

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

.dplf-woocommerce-product-page .woo-single-product-content .images.woocommerce-product-gallery--with-images ol.flex-control-thumbs {
  position: relative;
  list-style-type: none;
  display: block;
  width: 100%;
  float: left;
}

.dplf-woocommerce-product-page .woo-single-product-content .images.woocommerce-product-gallery--with-images ol.flex-control-thumbs li{
  position: relative;
  list-style-type: none;
  display: block;
  width: 100%;
  float: left;
}

.dplf-woocommerce-product-page .woo-single-product-content .images.woocommerce-product-gallery--with-images ol.flex-control-thumbs li img{
  position: relative;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.dplf-woocommerce-product-page .woo-single-product-content .images.woocommerce-product-gallery--columns-2 ol.flex-control-thumbs li{
  width: calc(50% - 10px);
  left: 10px;
  margin: 0 10px 10px 0;
}

.dplf-woocommerce-product-page .woo-single-product-content .images.woocommerce-product-gallery--columns-3 ol.flex-control-thumbs li{
  width: calc(33% - 10px);
  left: 10px;
  margin: 0 10px 10px 0;
}

.dplf-woocommerce-product-page .woo-single-product-content .images.woocommerce-product-gallery--columns-4 ol.flex-control-thumbs li{
  width: calc(25% - 10px);
  left: 10px;
  margin: 0 10px 10px 0;
}

.dplf-woocommerce-product-page .pswp__caption__center {
  text-align: center !important;
  font-size: 16px;
}

.dplf-woocommerce-product-page .woo-single-product-summary {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  padding: 0 30px 0 45px;
  float: left;
  box-sizing: border-box;
}

.dplf-woocommerce-product-page .woo-single-product-summary .single-product-title {
  display: block;
  margin: 0 0 30px 0;
}

@media (max-width: 768px) {
  .dplf-woocommerce-product-page .woo-single-product-summary .single-product-title {
    font-size: 30px;
  }
}

.dplf-woocommerce-product-page .woo-single-product-summary .price {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 36px;
  font-weight: 400;
  color: var(--dplf-color-text-heading);
  text-transform: uppercase;
  font-family: var(--dplf-font-heading);
  margin: 0 20px 0 0;
  vertical-align: middle;
}

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

.dplf-woocommerce-product-page .woo-single-product-summary .price del {
  margin: 0 8px 0 0;
}

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

.dplf-woocommerce-product-page .woo-single-product-summary .woocommerce-product-rating {
  display: inline-block;
  vertical-align: middle;
}

.dplf-woocommerce-product-page .woo-single-product-summary .woocommerce-product-rating .star-rating {
  color: var(--dplf-color-text-heading);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  line-height: 1;
}

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

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

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

.dplf-woocommerce-product-page .woo-single-product-summary .product_meta {
  font-size: 15px;
  clear: both;
  margin-top: 25px;
  position: relative;
}

.dplf-woocommerce-product-page .woo-single-product-summary .product_meta>span {
  display: inline-block;
  color: var(--dplf-color-text-heading);
  font-family: var(--dplf-font-body);
  text-transform: uppercase;
  font-weight: 400;
  padding: 5px 0;
}

.dplf-woocommerce-product-page .woo-single-product-summary .product_meta>span.sku_wrapper {
  margin-right: 10px;
}

.dplf-woocommerce-product-page .woo-single-product-summary .product_meta span.sku,
.dplf-woocommerce-product-page .woo-single-product-summary .product_meta span a {
  color: var(--dplf-color-gray);
  font-weight: 400;
  text-transform: uppercase;
}

.dplf-woocommerce-product-page .woo-single-product-summary .woo-product-social-share-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 20px 0 0 0;
}

.dplf-woocommerce-product-page .woo-single-product-summary .woo-product-social-share-holder ul li {
  padding: 0;
  margin: 0;
}

.dplf-woocommerce-product-page .woo-single-product-summary p.stock.out-of-stock,
.dplf-woocommerce-product-page .woo-single-product-summary p.stock.in-stock {
  position: relative;
  display: inline-block;
  color: inherit;
  font-weight: 400;
  margin: 25px 0 20px;
  font-size: 18px;
  letter-spacing: inherit;
}

.dplf-woocommerce-product-page .woo-single-product-summary form.cart {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.dplf-woocommerce-product-page .woo-single-product-summary form.cart {
  margin: 32px 0 0
}

.dplf-woocommerce-product-page .woo-single-product-summary form.cart .woo-quantity-buttons {
  margin: 0 10px 12px 0;
}

.dplf-woocommerce-product-page .woo-single-product-summary .single_add_to_cart_button.button.alt {
  margin-bottom: 12px;
}

/*Variation Product*/
.dplf-woocommerce-product-page .woo-single-product-summary table.variations tr {
  border: none;
}

.dplf-woocommerce-product-page .woo-single-product-summary table.variations td:last-child {
  padding: 0;
}

.dplf-woocommerce-product-page .woo-single-product-summary table.variations td>label {
  margin: 0 20px 0 0;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0;
  vertical-align: middle;
}

.dplf-woocommerce-product-page .woo-single-product-summary .woocommerce-variation-price span.price {
  margin: 25px 0 30px 0;
}

/*Grouped Product*/
.dplf-woocommerce-product-page .woo-single-product-summary table.woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__label {
  padding-right: 10px;
}

.dplf-woocommerce-product-page .woo-single-product-summary table.woocommerce-grouped-product-list tr,
.dplf-woocommerce-product-page .woo-single-product-summary table.woocommerce-grouped-product-list td {
  padding: 0 0 15px 0;
  margin: 0;
  border: none;
  vertical-align: middle;
}

/*Product Tabs*/
.dplf-woocommerce-product-page .woocommerce-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 95px;
}

.dplf-woocommerce-product-page .woocommerce-tabs .wc-tabs {
  position: relative;
  display: flex;
  align-items: center;
  list-style: none;
  border-width: 1px 0;
  border-style: solid;
  border-color: var(--dplf-color-border-light);
  margin: 0;
  padding: 25px 0 31px;
}

.dplf-woocommerce-product-page .woocommerce-tabs ul.tabs>li {
  margin: 0 40px 0 0;
  padding: 0;
}

.dplf-woocommerce-product-page .woocommerce-tabs ul.tabs>li a {
  position: relative;
  display: inline-block;
  overflow: visible;
  font-size: 24px;
  color: var(--dplf-color-text-heading);
  font-family: var(--dplf-font-heading);
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 400;
  border-width: 0px 0px 2px;
  border-color: initial;
  border-image: initial;
}

.dplf-woocommerce-product-page .woocommerce-tabs ul.tabs>li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--dplf-color-primary);
  bottom: -1.5px;
  left: 0px;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}

.dplf-woocommerce-product-page .woocommerce-tabs ul.tabs>li a:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}

.dplf-woocommerce-product-page .woocommerce-tabs .wc-tabs li.active a {
  border-bottom: 2px solid var(--dplf-color-primary);
  transition: none;
}

.dplf-woocommerce-product-page .woocommerce-tabs .wc-tabs li.active a:before {
  display: none;
}

@media only screen and (max-width: 680px) {
  .dplf-woocommerce-product-page .woocommerce-tabs .wc-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}

.dplf-woocommerce-product-page .woocommerce-tabs .entry-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}

.dplf-woocommerce-product-page .woocommerce-tabs .entry-content.woocommerce-Tabs-panel--description {
  margin: 40px 0 20px;
  box-sizing: border-box;
  text-align: left;
}

.dplf-woocommerce-product-page .woocommerce-tabs .entry-content>h2 {
  display: none;
}

.dplf-woocommerce-product-page .woocommerce-tabs .entry-content>p {
  margin: 10px 0;
}

.dplf-woocommerce-product-page .woocommerce-tabs table {
  margin: 40px 0 20px;
}

.dplf-woocommerce-product-page .woocommerce-tabs table tr,
.dplf-woocommerce-product-page .woocommerce-tabs table th {
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

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

.dplf-woocommerce-product-page .woocommerce-tabs table td p,
.dplf-woocommerce-product-page .woocommerce-tabs table th p {
  margin: 0;
}

.dplf-woocommerce-product-page .woocommerce-tabs table th {
  color: var(--dplf-color-text-heading);
  padding: 15px 0;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .dplf-woocommerce-product-page .woocommerce-tabs table th {
    width: 25%;
  }
}

.dplf-woocommerce-product-page .woocommerce-tabs table td {
  width: 99%;
}

.dplf-woocommerce-product-page .woocommerce-tabs #reviews {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 40px 0 20px;
}

.dplf-woocommerce-product-page .woocommerce-tabs #reviews h2 {
  font-size: 24px;
}

.dplf-woocommerce-product-page .woocommerce-tabs #reviews textarea {
  width: 100%;
}

.dplf-woocommerce-product-page .woocommerce-tabs #reviews p.comment-form-author {
  width: 49%;
  float: left;
  margin: 0;
  display: block;
}

.dplf-woocommerce-product-page .woocommerce-tabs #reviews p.comment-form-email {
  width: 49%;
  float: right;
  margin: 0;
  display: block;
}

/*WooCommerce Single Product Page Responsive Styles*/
@media only screen and (max-width: 768px) {

  .dplf-woocommerce-product-page .woocommerce-tabs #reviews p.comment-form-author,
  .dplf-woocommerce-product-page .woocommerce-tabs #reviews p.comment-form-email {
    width: 100%;
    clear: both;
    float: none;
    text-align: left;
  }
}

.dplf-woocommerce-product-page .woocommerce-tabs #reviews ol.commentlist {
  list-style: none;
}

.dplf-woocommerce-product-page .woocommerce-tabs #reviews ol.commentlist li {
  margin: 0 0 20px;
}

.dplf-woocommerce-product-page .woocommerce-tabs #reviews ol.commentlist li:last-child {
  margin: 0;
}

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

.dplf-woocommerce-product-page .woocommerce-tabs #reviews ol.commentlist .comment_container img {
  float: left;
  width: 70px;
}

.dplf-woocommerce-product-page .woocommerce-tabs #reviews ol.commentlist .comment-text {
  padding: 0 0 0 90px;
  margin-top: -5px;
}

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

.dplf-woocommerce-product-page .woocommerce-tabs #reviews ol.commentlist .comment-text p strong{
  text-transform: capitalize;
}

.dplf-woocommerce-product-page .woocommerce-tabs #reviews .comment-respond {
  margin-top: 15px;
}

.dplf-woocommerce-product-page .woocommerce-tabs #reviews .comment-respond .comment-reply-title {
  margin: 0 0 10px;
}

.dplf-woocommerce-product-page .woocommerce-tabs #reviews .comment-respond .stars {
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

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

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .dplf-woocommerce-product-page .woocommerce-tabs ul.tabs>li a {
    padding: 12px 7px;
  }
}

@media only screen and (max-width: 1024px) {

  .dplf-woocommerce-product-page .woo-single-product-content .images,
  .dplf-woocommerce-product-page .woo-single-product-content .woo-single-product-summary {
    float: none;
    width: calc(100% - 10px);
    padding: 0;
  }

  .dplf-woocommerce-product-page .woo-single-product-content .images .woocommerce-product-gallery__trigger {
    right: 10px;
  }

  .dplf-woocommerce-product-page .woo-single-product-content .woo-single-product-summary {
    margin: 0;
    padding-top: 50px;
  }

  .dplf-woocommerce-product-page .woocommerce-tabs ul.tabs li{
    margin: 0 0 22px 0;
  }

  .dplf-woocommerce-product-page .woocommerce-tabs ul.tabs li:last-child{
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 680px) {
  .dplf-woocommerce-product-page .woo-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:not(:first-child) {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .dplf-woocommerce-product-page .woocommerce-tabs {
    margin: 50px 0 0 0;
  }

  .dplf-woocommerce-product-page .woocommerce-tabs ul.tabs>li {
    float: none;
    margin: 10px 0;
    display: block;
  }

  .dplf-woocommerce-product-page .woocommerce-tabs #reviews ol.commentlist .comment_container img {
    display: none;
  }

  .dplf-woocommerce-product-page .woocommerce-tabs #reviews ol.commentlist .comment-text {
    padding: 0;
  }

  .dplf-woocommerce-product-page .woocommerce-tabs #reviews .comment-respond .stars a {
    display: block;
    margin: 10px 0;
  }
}

/* ================================================== */
/*  00. Woo Shortcode - Add to Cart
/* ================================================== */
.woocommerce.add_to_cart_inline {
  margin: 0;
  width: auto;
}

.woocommerce.add_to_cart_inline del,
.woocommerce.add_to_cart_inline ins {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 0 0;
  color: inherit;
  font-size: 16px;
  line-height: 1;
}

/* ================================================== */
/*  00. Woo Shortcode - Product Categories
/* ================================================== */
div.woocommerce>.products>.product-category {
  position: relative;
  width: 100%;
  min-height: 1px;
  text-align: center;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 15px;
}

div.woocommerce>.products>.product-category a {
  position: relative;
  display: block;
  vertical-align: middle;
  overflow: hidden;
}

div.woocommerce>.products>.product-category img {
  width: 100%;
  object-fit: cover;
  vertical-align: middle;
  transform: scale(1);
  transition: transform 2.5s cubic-bezier(.17, .05, .13, .85);
}

div.woocommerce>.products>.product-category:hover img {
  transform: scale(1.1);
}

div.woocommerce>.products>.product-category .woocommerce-loop-category__title {
  position: absolute;
  z-index: 999;
  bottom: 10%;
  left: 10%;
  right: 10%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  letter-spacing: normal;
  color: var(--dplf-color-text-heading);
  background-color: var(--dplf-color-white);
  margin: 0;
  padding: 15px;
  max-width: 100%;
  box-sizing: border-box;
  transition: all .35s ease-in-out;
}

div.woocommerce>.products>.product-category .woocommerce-loop-category__title mark{
  background-color: transparent;
}

div.woocommerce.columns-1>.products>.product-category {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

div.woocommerce.columns-2>.products>.product-category {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

div.woocommerce.columns-3>.products>.product-category {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

div.woocommerce.columns-4>.products>.product-category {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

div.woocommerce.columns-5>.products>.product-category {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

div.woocommerce.columns-6>.products>.product-category {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

@media only screen and (max-width: 768px) {

  div.woocommerce.columns-2>.products>.product-category,
  div.woocommerce.columns-3>.products>.product-category,
  div.woocommerce.columns-4>.products>.product-category,
  div.woocommerce.columns-5>.products>.product-category,
  div.woocommerce.columns-6>.products>.product-category {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 480px) {

  div.woocommerce.columns-2>.products>.product-category,
  div.woocommerce.columns-3>.products>.product-category,
  div.woocommerce.columns-4>.products>.product-category,
  div.woocommerce.columns-5>.products>.product-category,
  div.woocommerce.columns-6>.products>.product-category {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ================================================== */
/*  00. Woo Shortcode - Product Page
/* ================================================== */
div.woocommerce>.single-product .images {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

div.woocommerce>.single-product .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 var(--dplf-color-border-light);
  border-bottom: 1px solid var(--dplf-color-border-light);
  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: var(--dplf-color-text-heading);
  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 p.comment-form-comment {
  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: "remixicon";
  content: "\f18b";
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2px;
  color: var(--dplf-color-text-body);
  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: "remixicon";
  content: "\f186\f186\f186\f186\f186";
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2px;
  color: var(--dplf-color-text-body);
  -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 var(--dplf-color-border-light);
}

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

/* ================================================== */
/*  00. WooCommerce Widgets Styles
/* ================================================== */
.widget.woocommerce {
  clear: both;
}

.widget.woocommerce button,
.widget.woocommerce input[type='submit'] {
  padding: 5px 16px !important;
}

/*Block Widget - Search*/
.wc-block-product-search .wc-block-product-search__field {
  padding: 14px 16px;
}

/*Widget - Filter by Price*/
.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  position: relative;
  height: 2px;
  background-color: var(--dplf-color-border-light);
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  position: absolute;
  top: -7px;
  height: 16px;
  width: 16px;
  border-radius: 50px;
  background-color: var(--dplf-color-text-heading);
  margin: 0 0 0 -1px;
  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%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
  position: absolute;
  display: block;
  height: 100%;
  background-color: var(--dplf-color-text-heading);
  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;
  margin-bottom: 40px;
}

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

/*Block Widget - Filter by Price*/
.wc-block-components-price-slider__range-text {
    margin: 24px 0 20px 0;
}

.wc-block-components-price-slider__range-text .wc-block-components-formatted-money-amount {
  font-size: inherit;
}

.wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper {
    box-shadow: none;
    height: 1px;
    margin: calc((15px / 2)) 0;
    background: var(--dplf-color-bg-light);
}

.wc-block-components-price-slider .wc-block-components-price-slider__range-input-progress {
    height: 2px;
}

.wc-block-stock-filter__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button,
.wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
    font-size: 14px;
    padding: 5px 12px;
    line-height: normal;
}

.wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button span{
  color: var(--dplf-color-text-heading);
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    background-color: var(--dplf-color-bg-light);
    border-radius: 0;
}

.wc-block-components-price-slider__controls {
    margin: 25px 0 10px 0 !important;
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    background: transparent;
    padding: 0;
    font-size: inherit;
    border: 0;
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    border-radius: 0 !important;
    text-align: center;
    font-size: 20px !important;
}

/*Widget - Category*/
.wp-block-woocommerce-product-categories ul li,
.widget.woocommerce.widget_product_categories ul li {
  margin-bottom: 15px;
}

.wp-block-woocommerce-product-categories ul ul.children,
.widget.woocommerce.widget_product_categories ul ul.children {
  margin-top: 20px;
}

.wp-block-woocommerce-product-categories ul li a,
.widget.woocommerce.widget_product_categories ul li a {
  display: inline-block;
  color: var(--dplf-color-text-body);
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.widget.woocommerce.widget_layered_nav ul li {
  margin-bottom: 10px;
}

.widget.woocommerce.widget_layered_nav ul li a,
.widget.woocommerce.widget_layered_nav ul li span {
  display: inline-block;
}

/*Widget - Category With Image*/
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
  clear: both;
  list-style: none outside;
  margin: 10px 0 10px 60px;
}

/*Widget - Category Select*/
.wc-block-product-categories__button{
  padding: 12px 18px !important;
  height: 54px;
}

/*Widget - Tag Cloud*/
.widget.woocommerce.widget_product_tag_cloud a {
  font-size: inherit !important;
  display: inline-block;
  padding: 5px 4px;
  text-transform: capitalize;
  font-family: inherit;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: transparent;
  color: var(--dplf-color-text-body);
  box-shadow: none;
}

.widget.woocommerce.widget_product_tag_cloud a:not(:last-child):after {
  content: ",";
}

#dplf-site-footer .widget.woocommerce.widget_product_tag_cloud a {
  color: var(--dplf-color-text-on-dark);
}

/*Block Widget - Featured Product & Category*/
.wc-block-featured-product,
.wc-block-featured-category{
  min-height: 300px !important;
}

.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-category .wc-block-featured-category__title {
  font-size: 24px;
  line-height: 1.5;
}

.wc-block-featured-product .wc-block-featured-product__description,
.wc-block-featured-category .wc-block-featured-category__description {
    display: none;
}

.wc-block-featured-product .wc-block-featured-product__price span{
  color: var(--dplf-color-white);
}

.wc-block-featured-product__link,
  .wc-block-featured-category__link {
  padding: 0;
}

/*Block Widget - Products*/
.wc-block-grid__product-title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

.wp-block-product-tag.wc-block-product-tag ul li,
.wp-block-product-top-rated.wc-block-product-top-rated ul li,
.wp-block-product-new.wc-block-product-new ul li,
.wp-block-product-category.wc-block-product-category ul li,
.wp-block-product-best-sellers.wc-block-product-best-sellers ul li,
.wp-block-handpicked-products.wc-block-handpicked-products ul li{
  position: relative;
  overflow: hidden;
}

.wp-block-product-tag.wc-block-product-tag ul li .wc-block-grid__product-image,
.wp-block-product-top-rated.wc-block-product-top-rated ul li .wc-block-grid__product-image,
.wp-block-product-new.wc-block-product-new ul li .wc-block-grid__product-image,
.wp-block-product-category.wc-block-product-category ul li .wc-block-grid__product-image,
.wp-block-product-best-sellers.wc-block-product-best-sellers ul li .wc-block-grid__product-image,
.wp-block-handpicked-products.wc-block-handpicked-products ul li .wc-block-grid__product-image{
  box-shadow: none;
  width: 100%;
  min-width: 100%;
}

/*Widget - Product List*/
.widget.woocommerce.widget_shopping_cart ul li,
.widget.woocommerce.widget_products ul li,
.widget.woocommerce.widget_recently_viewed_products ul li {
  overflow: hidden;
}

.widget.woocommerce.widget_products ul li>a,
.widget.woocommerce.widget_recently_viewed_products ul li>a {
  display: block;
}

.widget.woocommerce.widget_shopping_cart ul li>a.remove,
.widget.woocommerce.widget_products ul li>a.remove,
.widget.woocommerce.widget_recently_viewed_products ul li>a.remove {
  position: absolute;
  right: 25px;
  width: auto;
  color: var(--dplf-color-text-heading);
}

.widget.woocommerce.widget_shopping_cart ul li dl {
  margin-bottom: 5px;
  overflow: hidden;
}

.widget.woocommerce.widget_shopping_cart ul li span.quantity {
  display: none;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.dplf-woocommerce-main-page ul.cart_list li,
.dplf-woocommerce-main-page ul.product_list_widget li {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.woocommerce ul.product_list_widget li a,
.dplf-woocommerce-main-page ul.product_list_widget li a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child,
.dplf-woocommerce-main-page ul.cart_list li:last-child,
.dplf-woocommerce-main-page ul.product_list_widget li:last-child {
  margin-bottom: 0;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.dplf-woocommerce-main-page ul.cart_list li img,
.dplf-woocommerce-main-page ul.product_list_widget li img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}

.woocommerce ul.cart_list li span.product-title,
.woocommerce ul.product_list_widget li span.product-title,
.dplf-woocommerce-main-page ul.cart_list li span.product-title,
.dplf-woocommerce-main-page ul.product_list_widget li span.product-title {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  font-size: inherit;
}

/*Widget Cart*/
.widget.woocommerce.widget_shopping_cart .buttons a.button.wc-forward {
  position: relative;
  width: 100%;
}

.widget.woocommerce.widget_shopping_cart .buttons a.button.checkout.wc-forward {
  margin-top: 12px;
}

.woocommerce ul.cart_list li a,
.dplf-woocommerce-main-page ul.cart_list li a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.woocommerce-mini-cart__buttons a {
  font-size: 14px;
}

.wcppec-cart-widget-button {
  padding-left: 5px;
}

p.woocommerce-mini-cart__total.total {
    text-align: center;
}

p.woocommerce-mini-cart__buttons.buttons {
    margin-top: 20px;
}

/*Widget - Product Price*/
.widget.woocommerce .price ins {
  color: var(--dplf-color-text-body);
}

.widget.woocommerce ul li span.amount {
  margin-right: 5px;
}

.widget.woocommerce ul li del span.amount {
  margin-right: 5px;
  color: var(--dplf-color-text-heading);
}

.widget.woocommerce ins span.amount,
.widget.woocommerce ins {
  text-decoration: none;
  font-size: inherit;
}

span.price del span.amount,
.woocommerce ul li del .amount {
  font-size: inherit;
  font-weight: normal;
  color: var(--dplf-color-text-heading);
}

.widget.woocommerce ul li del .amount {
  text-decoration: line-through !important;
  color: var(--dplf-color-text-heading);
}

/*Widet - Top Rated Products*/
.widget.woocommerce.widget_top_rated_products ul li del {
  display: none;
}

.widget.woocommerce.widget_top_rated_products ul li .star-rating {
  margin-right: 5px;
}

/*Widget - Recent Reviews*/
.widget.woocommerce.widget_recent_reviews ul li .star-rating {
  top: 5px;
}

.widget.woocommerce.widget_recent_reviews ul li .reviewer {
  display: none;
}

/* ================================================== */
/*  00. WooCommerce Dropdown Cart Styles
/* ================================================== */
.dplf-header-item-dropdown-cart {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.touch .dplf-header-item-dropdown-cart {
  cursor: pointer;
}

.dplf-header-item-dropdown-cart:hover .dplf-header-cart-wrapper {
  max-height: 100vh;
  pointer-events: auto;
  -webkit-transition: max-height 0.8s cubic-bezier(0.66, 0.14, 0.58, 1) 0.1s;
  -o-transition: max-height 0.8s cubic-bezier(0.66, 0.14, 0.58, 1) 0.1s;
  transition: max-height 0.8s cubic-bezier(0.66, 0.14, 0.58, 1) 0.1s;
}

.dplf-header-cart-opener {
  position: relative;
  color: var(--dplf-color-text-heading);
  height: 100%;
}

.dplf-header-item-dropdown-cart .dplf-header-cart-opener .dplf-dropdown-cart-counter {
  position: relative;
  font-size: 10px;
  color: var(--dplf-color-headings);
  text-align: center;
  background: var(--dplf-color-primary);
  width: 15px;
  height: 15px;
  box-sizing: content-box;
  padding: 0 4px;
  vertical-align: middle;
}

.dplf-header-cart-wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  text-align: left;
  max-height: 0;
  overflow: hidden;
  box-sizing: border-box;
  transition: max-height 0.5s;
}

.dplf-header-cart-wrapper .dplf-header-cart-wrapper-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  width: 400px;
  padding: 45px 35px 38px 35px;
  line-height: normal;
  background-color: var(--dplf-color-white);
  border-top: 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dplf-header-cart-wrapper .dplf-header-cart-empty-info {
  font-size: 20px;
  margin: 0;
}

.dplf-header-cart-wrapper .dplf-header-cart-items {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.dplf-header-cart-wrapper .dplf-header-cart-item:not(:first-child) {
  margin-top: 24px;
}

.dplf-header-cart-wrapper .dplf-header-cart-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dplf-header-cart-wrapper .dplf-header-cart-item-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 58px;
  margin-right: 20px;
}

.dplf-header-cart-wrapper .dplf-header-cart-item-image a,
.dplf-header-cart-wrapper .dplf-header-cart-item-image img {
  display: block;
}

.dplf-header-cart-wrapper .dplf-header-cart-item-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding-right: 20px;
}

.dplf-header-cart-wrapper .dplf-header-cart-item-title {
  margin: 0 0 10px 0;
}

.dplf-header-cart-wrapper .dplf-header-cart-item-quantity-price {
  margin: 0;
}

.dplf-header-cart-wrapper .dplf-header-cart-item-remove {
  position: absolute;
  top: -2px;
  right: 0;
  font-size: 20px;
  line-height: 1;
}

.dplf-header-cart-wrapper .dplf-header-cart-price-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;
}

.dplf-header-cart-wrapper .dplf-header-cart-price-subtotal>* {
  margin: 0;
}

.dplf-header-cart-wrapper .dplf-header-cart-button-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  margin-top: 25px;
  line-height: normal;
}

.dplf-header-cart-wrapper .dplf-button {
  width: 100%;
}

.dplf-header-cart-wrapper .dplf-header-cart-empty-info {
  margin: 0;
}
