/*
Theme Name:   Bw Zagg Child
Theme URI:    https://zagg.bzotech.com/intro/
Author:       The BZOTech
Author URI:   https://bzotech.com/
Description:  With Zagg WordPress template for WooCommerce, you'll elevate your online store by showcasing cutting-edge electronics and phone accessories with style.
Template:     bw-zagg
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tested up to: 6.6
Requires PHP: 7.4
Copyright: © 2024 BZOTech Theme. All rights reserved.
Tags: custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, post-formats, sticky-post, threaded-comments, block-styles, blog, news
Text Domain: bw-zagg-child
*/

.woocommerce-cart .regular-price {
    text-decoration:line-through; 
    color: #666666; 
    margin-right:6px;
}
.woocommerce-cart .regular-price bdi {
    color: #666666; 
}
.woocommerce-cart .sale-price {
    color:#080808; 
    font-weight:600; 
    margin-right:6px;
}
.woocommerce-cart .you-save {
    margin-left: 8px;
    background: #ffffff;
    border: 1px solid #080808;
    border-radius: 4px;
    padding: 0 5px;
    font-size: 13px;
    color: #080808;
    font-weight: 600;
    display: inline-block;
}
.woocommerce-cart .you-save bdi {
    font-size: 13px;
}
.product-mini-cart .product-info .mini-cart-qty .regular-price,
.product-mini-cart .product-info .mini-cart-qty .you-save {
    display: none;
}
.toggle-btn::before {
    content: "\f070"; /* Font Awesome eye-slash */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #666;
}

.toggle-btn.active::before {
    content: "\f06e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #145a32;
}

.password-input {
    position: relative;
}

/* .password-input .show-password-input::before {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/wp-content/themes/bw-zagg-child/assets/images/eye-before.svg');
    content: "";
    display: block;
    height: 22px;
    width: 22px;
   position: absolute;
    right: 20px;
    text-decoration: none;
    top: 35%;
    transform: translateY(-50%);
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
}

.password-input .show-password-input.display-password::before {
    background-image: url('/wp-content/themes/bw-zagg-child/assets/images/eye-after.svg');
} */



/* .password-input .show-password-input {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
} */

/* Default eye (hidden) */
.password-input .show-password-input::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url('/wp-content/themes/bw-zagg-child/assets/images/eye-before.svg') no-repeat center center;
  background-size: contain;
    position: absolute;
    right: 20px;
    text-decoration: none;
    top: 35%;
    transform: translateY(-50%);
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
}

/* When active (showing password) */
.password-input .show-password-input.display-password::before {
  background-image: url('/wp-content/themes/bw-zagg-child/assets/images/eye-after.svg');
}
.single-list-social {display: flex; line-height: 33px;}
.comment-post .bzotech-blog-form-comment{ margin-top: 20px !important;}
.single-product .she-brechams {display: none;}
.single-list-social .list-inline-block{margin: 0 0 0 10px;} 
@media (max-width: 767px) {
	.sidebar-position-left {
		order: 1;
	}
}
.main-wrap-shop.content-sidebar-left {
	order: 2;
}
