/*
Theme Name:   bw-petito Child
Theme URI:    https://bw-petito.bzotech.com/
Author:       The BZOTech
Author URI:   #
Description:  Description:  MedXtore - a clean, beautiful and fully customizable responsive medical Elementor WooCommerce theme for Medical Suppliers, Medical Shops, Pharmacy Stores or any medical related eCommerce sites.
Template:     bw-petito
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: pet shop, pet store, woocommerce theme, wordpress theme, petshop woocommerce theme, woocommerce petstore theme, best petshop wordpress theme, wordpress theme for pet shop, pet supplies woocommerce theme
Text Domain: bw-petito-child
*/
.loveTokenProductsCat .woocommerce.columns-4{
  display: flex;
  flex-wrap: wrap;            /* 🔥 allow wrapping */
  gap: 16px;
  padding: 16px;
  background: #fff;
  border-radius: 12px;
  justify-content: center;
}
/* Each item takes 1/3 width */
.loveTokenProductsCat .woocommerce.columns-4 .product-category {
  flex: 0 0 calc(50% - 11px); /* 3 per row */
  cursor: pointer;
  text-align:center;
}
.woocommerce-loop-category__title{
	text-align:center;
}

.role-wrapper {
  display: flex;
  flex-wrap: wrap;            /* 🔥 allow wrapping */
  gap: 16px;
  padding: 16px;
  background: #fff;
  border-radius: 12px;
  justify-content: center;
}

/* Each item takes 1/3 width */
.role-option {
  flex: 0 0 calc(33.333% - 11px); /* 3 per row */
  cursor: pointer;
}

/* Hide default radio */
.role-option input {
  display: none;
}

.role-option span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 12px;
  border: 2px solid #dcdcdc;
  font-size: 16px;
  font-weight: 500;
  color: #777;
  background: #fff;
  transition: all 0.3s ease;
  text-align: center;
  height: 100%;
}

/* Circle indicator */
.role-option span::before {
  content: "";
  width: 26px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #cfcfcf;
  background: #e5e5e5;
}

/* ACTIVE STATE */
.role-option input:checked + span {
  background: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}

.role-option input:checked + span::before {
  background: #fff;
  border-color: #fff;
}
@media (max-width: 768px) {
  .role-option {
    flex: 0 0 calc(50% - 8px); /* 2 per row */
  }
}

@media (max-width: 480px) {
  .role-option {
    flex: 0 0 100%; /* 1 per row */
  }
}

.alert {
  padding: 14px 18px;
  border-radius: 10px;
  margin: 12px 0;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  border-left: 5px solid;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* SUCCESS */
.alert-success {
  background: #e8f7ee;
  color: #1e7e34;
  border-color: #28a745;
}

/* ERROR */
.alert-error {
  background: #fdecea;
  color: #b02a37;
  border-color: #dc3545;
}

/* WARNING */
.alert-warning {
  background: #fff4e5;
  color: #8a6d3b;
  border-color: #ffc107;
}

/* INFO */
.alert-info {
  background: #e9f5ff;
  color: #084298;
  border-color: #0d6efd;
}

.bread-crumb- .bzotech-container {
	min-height:65vh;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.phone-field p {
  display: block;
  align-items: center;
  width:100%;	
}

.phone-field p .prefix {
  padding:4px 12px 2px 6px;
  background: transparent;
  border-right: none;
  font-weight: 600;
   position:absolute;
  line-height:175%
}
.floating-field.phone-field p .form-input{
	padding-left:45px;
}

#bw-redux-radio{
	display:flex;
	width:100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding:10px;
	border:1px solid #eeeeee;
	border-radius:10px;
	background-color:#efefef;
	padding:15px 0;
}
.bw-radio-group{
    flex-direction: row;
    justify-content: center;
    align-items: center;
	display:flex;	
    flex-wrap: wrap;            /* 🔥 allow wrapping */
    gap: 16px;
    padding: 16px;
}
.bw-radio-group input{
	width:40px;
}
.bw-radio-group label{
	padding:10px;
	border-radius:10px;
	background-color:#ffffff;	
    flex: 0 0 calc(33.333% - 11px); /* 3 per row */
    cursor: pointer;
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url],.wc-blocks-components-select .wc-blocks-components-select__select{
	border:none !important;
	border-bottom:1px solid #00484f !important;
	background-color:transparent;
	border-radius:0 !important;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
	border:none !important;
	border-bottom:1px solid #00484f !important;
	background-color:transparent;
	border-radius:0 !important;
}
.wrap-rating.list-inline-block{
	display:none !important
}
.woocommerce-orders-table__header-order-actions{
	display:none !important
}

/* ===== Dashboard Wrapper ===== */
.myaccount-dashboard {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

/* Welcome Card */
.dashboard-welcome {
	background:rgba(0, 65, 71, 1);
	color: #fff;
	padding: 28px;
	border-radius: 16px;
	position: relative;
}

.dashboard-welcome h2 {
	margin: 0 0 6px;
	font-size: 22px;
}

.dashboard-welcome p {
	margin: 0;
	opacity: 0.85;
}

.dashboard-welcome .logout-link {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	font-size: 14px;
	opacity: 0.8;
}

.dashboard-welcome .logout-link:hover {
	opacity: 1;
	text-decoration: underline;
}

/* Stats */
.dashboard-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 20px;
}

.stat-card {
	background: #fff;
	padding: 22px;
	border-radius: 16px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.06);
	text-align: center;
	transition: transform 0.25s ease;
}

.stat-card:hover {
	transform: translateY(-4px);
}

.stat-card span {
	font-size: 14px;
	color: #666;
}

.stat-card strong {
	display: block;
	margin-top: 6px;
	font-size: 30px;
	color: #111;
}

/* Actions */
.dashboard-actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

.dash-btn {
	background: rgba(0, 65, 71, 1);
	color: #fff;
	padding: 12px 24px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.25s ease;
}

.dash-btn:hover {
	background: rgba(0, 65, 71, 1);
}

.dash-btn.outline {
	background: transparent;
	color: #111;
	border: 1px solid #111;
}

.dash-btn.outline:hover {
	background: rgba(0, 65, 71, 1);
	color: #fff;
}

/* Mobile */
@media (max-width: 600px) {
	.dashboard-welcome h2 {
		font-size: 18px;
	}
}



.bw-account-address-summary {
	margin-bottom: 30px;
}

.bw-address-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.bw-address-col h3 {
	margin-bottom: 10px;
}

.bw-address-col address {
	font-style: normal;
	line-height: 1.6;
	color: #666;
}

.bw-address-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.bw-address-header a.edit {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}


/* Hide default WooCommerce notice wrapper */
.woocommerce-notices-wrapper {
  display: none !important;
}

#wc-toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999;
}

.wc-toast {
  min-width: 260px;
  margin-bottom: 10px;
  padding: 14px 18px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  animation: slideIn 0.4s ease;
}

.wc-toast.success { background: green; }
.wc-toast.error { background: #e74c3c; }
.wc-toast.info { background: #3498db; }

@keyframes slideIn {
  from { transform: translateX(120%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}


@media (max-width: 768px) {
	.bw-address-grid {
		grid-template-columns: 1fr;
	}
}


/* Mobile */
@media (max-width: 600px) {
	.dashboard-welcome h2 {
		font-size: 18px;
	}
}


.bw-merged-address-form {
	margin-top: 30px;
	padding: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	background: #fff;
}

.bw-address-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.bw-address-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wc-alert-btn {
  background: #000;
  color: #fff;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
}

#wc-alert-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  z-index: 9999;
}

.wc-alert-box {
  background: #fff;
  width: 360px;
  margin: 12% auto;
  padding: 25px;
  position: relative;
  border-radius: 6px;
}

.wc-alert-close {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  font-size: 20px;
}
