/* saad css start */
img.cat-thumb {
    width: 100px !important;
}
.custom-empty-cart-wrap{
	width:100%;
	min-height:72vh;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:40px 20px 60px;
	background:#ffffff;
}

.custom-empty-cart-inner{
	width:100%;
	max-width:760px;
	margin:0 auto;
	text-align:center;
}

.custom-empty-cart-img{
	margin:0 auto 18px;
}

.custom-empty-cart-img img{
	display:block;
	width:100%;
	max-width:520px;
	height:auto;
	margin:0 auto;
}

.custom-empty-cart-title{
	margin:0 0 10px;
	color:#2f2f2f;
	font-family: 'Halcom', sans-serif !important;
}

.custom-empty-cart-desc{
	margin:0 0 26px;
	color:#333333;
}

.custom-empty-cart-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:12px;
	min-width:205px;
	height:58px;
	padding:0 28px;
	background: #f1562c;
	color:#ffffff !important;
	text-decoration:none !important;
	border-radius:6px;
	font-size:17px;
	font-weight:500;
	line-height:1;
	box-shadow:none;
	border:none;
	transition:all .25s ease;
}

.custom-empty-cart-btn:hover{
	background: #f1562c;
	color:#ffffff !important;
	text-decoration:none !important;
}

.custom-empty-cart-btn svg{
	flex:0 0 auto;
}

/* default empty cart elements hide */
.woocommerce .cart-empty,
.woocommerce .return-to-shop{
	display:none !important;
}



/* 14% */
.product-image {
    position: relative;
}

/* badge circle */
.discount-badge {
    position: absolute;
    top: 40px;
    left: -35px;
    width: 64px;
    height: 64px;
    background: red;
    color: #fff;
    border-radius: 50%;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 10px 20px rgba(255, 59, 31, 0.25);
}

/* 14% */
.discount-badge span {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

/* OFF text */
.discount-badge small {
    font-size: 10px;
    font-weight: 600;
    margin-top: 2px;
}
/* end */
/* saad css end  */


/* =========================================================
   MY ACCOUNT NAVIGATION
========================================================= */
.woocommerce-MyAccount-navigation li a {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.woocommerce-MyAccount-navigation li a::before {
    content: "";
    width: 20px;
    min-width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    left: 0;
}

/* Navigation Icons */
.woocommerce-MyAccount-navigation-link--dashboard a::before {
    background-image: url(/../wp-content/uploads/2026/04/dashboards-icon.png);
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders a::before {
    background-image: url(/../wp-content/uploads/2026/04/orders-icon.png);
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a::before {
    background-image: url(/../wp-content/uploads/2026/04/acountd-details-icons.png);
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads a::before {
    background-image: url(/../wp-content/uploads/2026/04/acountd-details-icons.png);
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    background-image: url(/../wp-content/uploads/2026/04/logout-icons.png);
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--points-and-rewards a::before {
    background-image: url(/../wp-content/uploads/2026/04/points-icons.png);
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address a::before {
    background-image: url(/../wp-content/uploads/2026/04/address-icons.png);
}


/* =========================================================
   MY ACCOUNT CONTENT WRAPPER
========================================================= */
.custom-my-account .woocommerce-MyAccount-content {
    padding: 20px !important;
}

.bembomarts-dashboard-wrap {
    padding: 0;
    background: #fff;
    border-radius: 24px;
}

.bembomarts-dashboard-header h2 {
    padding-bottom: 5px;
    margin: 0;
}

.bembomarts-dashboard-header p {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    color: #6b7280;
    padding-top: 5px;
    padding-bottom: 5px;
}


/* =========================================================
   SUMMARY CARDS
========================================================= */
.bembomarts-dashboard-summary-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 28px;
}

.bembomarts-dashboard-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 24px;
    border-radius: 18px;
    min-height: 110px;
}

.bembomarts-dashboard-card-icon {
    font-size: 44px;
    line-height: 1;
    flex-shrink: 0;
}

.bembomarts-dashboard-card-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}

.bembomarts-dashboard-card-content h3 {
    margin: 0;
    border: none;
    line-height: 1.2;
}

.bembomarts-dashboard-card-content p,
.bembomarts-dashboard-card-content span {
    margin: 0;
    line-height: 1.4;
}

.bembomarts-dashboard-card-points {
    background: #f7edbf;
}

.bembomarts-dashboard-card-orders {
    background: #f7eeea;
}

.bembomarts-dashboard-card-pending {
    background: #eaf4fb;
}

.bembomarts-dashboard-card-wishlist {
    background: #f9ecef;
}

.bembomarts-dashboard-points-box p {
    margin: 0;
    padding: 10px 0;
}


/* =========================================================
   MAIN DASHBOARD GRID
========================================================= */
.bembomarts-dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(300px, 1.05fr);
    gap: 24px;
    align-items: start;
}

.bembomarts-dashboard-left-col,
.bembomarts-dashboard-right-col {
    min-width: 0;
}

.bembomarts-dashboard-right-col {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.bembomarts-dashboard-box {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.bembomarts-dashboard-box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.bembomarts-dashboard-address-block {
    margin-bottom: 22px;
}


/* =========================================================
   BUTTONS
========================================================= */
.bembomarts-dashboard-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ff642f;
    color: #fff !important;
    padding: 12px 22px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    transition: 0.3s ease;
    border: none;
    text-align: center;
}

.bembomarts-dashboard-btn:hover {
    background: #ef5724;
    color: #fff !important;
}


/* =========================================================
   ORDERS TABLE
========================================================= */
.bembomarts-dashboard-orders-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.bembomarts-dashboard-orders-table {
    width: 100%;
    border-collapse: collapse;
}

.bembomarts-dashboard-orders-table th,
.bembomarts-dashboard-orders-table td {
    padding: 16px 14px;
    text-align: left;
    border-bottom: 1px solid #ededed;
    font-size: 16px;
    vertical-align: middle;
}

.bembomarts-dashboard-orders-table th {
    color: #6b7280;
    font-weight: 600;
    white-space: nowrap;
}

.bembomarts-dashboard-orders-table td {
    color: #111827;
}

.bembomarts-dashboard-orders-table a {
    color: #111827;
    text-decoration: none;
    font-weight: 700;
}


/* =========================================================
   ORDER STATUS
========================================================= */
.bembomarts-dashboard-status {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.bembomarts-dashboard-status-processing,
.bembomarts-dashboard-status-on-hold,
.bembomarts-dashboard-status-pending {
    background: #f6b04e;
    color: #fff;
}

.bembomarts-dashboard-status-completed {
    background: #7fd3aa;
    color: #fff;
}

.bembomarts-dashboard-status-cancelled,
.bembomarts-dashboard-status-failed,
.bembomarts-dashboard-status-refunded {
    background: #ef4444;
    color: #fff;
}

.bembomarts-dashboard-arrow {
    font-size: 28px;
    line-height: 1;
    color: #6b7280 !important;
    text-decoration: none;
}


/* =========================================================
   LOYALTY POINTS EMPTY STATE
========================================================= */
.points-empty-state {
    text-align: center;
    padding: 50px 20px;
}

.points-empty-icon {
    margin-bottom: 20px;
}

.points-empty-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #6b7280;
    margin-bottom: 20px;
}

.points-empty-btn {
    display: inline-block;
    background: #ff642f;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.points-empty-btn:hover {
    background: #e55320;
}


/* =========================================================
   POPUP
========================================================= */
.bembomart-popup,
.bembomart-popup * {
    box-sizing: border-box;
}

.bembomart-popup {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.bembomart-popup.bembomart-popup-show {
    display: flex !important;
}

body.popup-open {
    overflow: hidden;
}

.bembomart-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.bembomart-popup-box {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 700px;
    min-height: 700px;
    border-radius: 24px;
    overflow: hidden;
    padding: 40px 35px;
    padding-top: 5%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
    background-image: url(/../wp-content/uploads/2026/04/Popup-footer.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.bembomart-popup-close {
    position: absolute;
    top: 18px;
    right: 22px;
    width: 42px;
    height: 42px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
    z-index: 5;
    padding: 0;
}

.popups {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 560px;
    text-align: center;
}

.popups h6 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 0 18px;
}

.popups h6 img {
    max-width: 24px;
    height: auto;
    display: inline-block;
}

.popups h2 {
    color: #fff;
    margin: 0 0 20px;
}

.popups p {
    color: #fff;
    margin: 0 0 30px;
}

.popups span.font {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    display: inline-block;
}

.switch {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}


/* =========================================================
   LARGE DEVICES
========================================================= */
@media (max-width: 1399px) {
    .bembomarts-dashboard-summary-cards {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .bembomarts-dashboard-card {
        padding: 20px;
    }

    .bembomarts-dashboard-grid {
        grid-template-columns: minmax(0, 1.6fr) minmax(280px, 1fr);
    }
}


/* =========================================================
   LAPTOP / SMALL DESKTOP
========================================================= */
@media (max-width: 1199px) {
    .bembomarts-dashboard-summary-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bembomarts-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .bembomarts-dashboard-right-col {
        gap: 20px;
    }

    .bembomart-popup-box {
        max-width: 620px;
        min-height: 620px;
    }
}


/* =========================================================
   TABLET
========================================================= */
@media (max-width: 1024px) {
    .custom-my-account .woocommerce-MyAccount-content {
        padding: 18px !important;
    }

    .bembomarts-dashboard-header p {
        font-size: 18px;
    }

    .bembomarts-dashboard-card {
        min-height: 100px;
    }

    .bembomarts-dashboard-card-icon {
        font-size: 38px;
    }

    .bembomarts-dashboard-box {
        padding: 20px;
    }

    .bembomart-popup {
        padding: 16px;
    }

    .bembomart-popup-box {
        max-width: 500px;
        min-height: 500px;
        padding: 35px 25px;
        padding-top: 7%;
        background-position: center bottom;
        background-size: cover;
    }

    .popups span.font {
        font-size: 36px;
        line-height: 42px;
    }

    .popups h6 {
        font-size: 20px;
    }
}

/* tablet */
@media (max-width: 991px){
	.custom-empty-cart-wrap{
		min-height:65vh;
		padding:35px 20px 50px;
	}

	.custom-empty-cart-img img{
		max-width:430px;
	}

	.custom-empty-cart-title{
	}

	.custom-empty-cart-desc{
		font-size:17px;
	}
}

/* =========================================================
   TABLET / LARGE MOBILE
========================================================= */
@media (max-width: 767px) {
	.custom-empty-cart-wrap{
		min-height:auto;
		padding:30px 15px 40px;
	}

	.custom-empty-cart-img{
		margin-bottom:16px;
	}

	.custom-empty-cart-img img{
		max-width:290px;
	}

	.custom-empty-cart-title{
		letter-spacing:-0.4px;
		margin-bottom:8px;
	}

	.custom-empty-cart-desc{
		font-size:15px;
		margin-bottom:20px;
	}

	.custom-empty-cart-btn{
		min-width:180px;
		height:50px;
		padding:0 22px;
		font-size:15px;
		gap:10px;
	}
	
    .discount-badge {
        width: 35px;
        height: 35px;
        top: 20px;
        left: -15px;
    }

    .discount-badge span {
        font-size: 12px;
    }

    .discount-badge small {
        font-size: 9px;
    }
    .custom-my-account h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .custom-my-account .woocommerce-MyAccount-content {
        padding: 15px !important;
    }

    .bembomarts-dashboard-wrap {
        padding: 15px;
        border-radius: 18px;
    }

    .bembomarts-dashboard-summary-cards {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .bembomarts-dashboard-card {
        padding: 18px;
        min-height: auto;
    }

    .bembomarts-dashboard-card-icon {
        font-size: 34px;
    }

    .bembomarts-dashboard-grid {
        display: block;
    }

    .bembomarts-dashboard-left-col {
        margin-bottom: 20px;
    }

    .bembomarts-dashboard-box {
        padding: 18px;
        border-radius: 16px;
    }

    .bembomarts-dashboard-box-header {
        display: block;
        margin-bottom: 15px;
    }

    .bembomarts-dashboard-box-header .bembomarts-dashboard-btn {
        margin-top: 12px;
    }

    .bembomarts-dashboard-orders-table {
        min-width: 700px;
    }

    .bembomart-popup {
        padding: 12px;
    }

    .bembomart-popup-box {
        max-width: 100%;
        min-height: 580px;
        height: auto;
        padding: 32px 20px;
        padding-top: 18%;
        border-radius: 20px;
        background-position: center bottom;
        background-size: cover;
    }

    .popups {
        max-width: 100%;
    }

    .popups h6 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .popups h2 {
        font-size: 32px;
        line-height: 1.15;
        margin-bottom: 16px;
    }

    .popups p {
        font-size: 17px;
        line-height: 1.5;
        margin-bottom: 24px;
    }

    .popups span.font {
        font-size: 32px;
        line-height: 40px;
    }
}


/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 575px) {
    .woocommerce-MyAccount-navigation li a {
        gap: 8px;
    }

    .woocommerce-MyAccount-navigation li a::before {
        width: 18px;
        min-width: 18px;
        height: 18px;
    }

    .bembomarts-dashboard-header p {
        font-size: 16px;
    }

    .bembomarts-dashboard-card {
        gap: 12px;
        padding: 16px;
        border-radius: 14px;
    }

    .bembomarts-dashboard-card-icon {
        font-size: 30px;
    }

    .bembomarts-dashboard-card-content h3 {
        font-size: 20px;
    }

    .bembomarts-dashboard-card-content p,
    .bembomarts-dashboard-card-content span {
        font-size: 14px;
    }

    .bembomarts-dashboard-box {
        padding: 16px;
    }

    .bembomarts-dashboard-btn,
    .points-empty-btn {
        width: 100%;
        padding: 12px 16px;
        font-size: 15px;
    }

    .points-empty-state {
        padding: 35px 15px;
    }

    .points-empty-desc {
        font-size: 15px;
    }

    .bembomarts-dashboard-orders-table th,
    .bembomarts-dashboard-orders-table td {
        padding: 14px 12px;
        font-size: 14px;
    }

    .bembomart-popup-box {
        min-height: 520px;
        padding: 24px 16px;
        padding-top: 20%;
    }

    .bembomart-popup-close {
        top: 12px;
        right: 14px;
        font-size: 34px;
        width: 34px;
        height: 34px;
    }

    .popups h6 {
        font-size: 16px;
        gap: 8px;
    }

    .popups h6 img {
        max-width: 20px;
    }

    .popups h2 {
        font-size: 26px;
        line-height: 1.2;
    }

    .popups p {
        font-size: 15px;
        line-height: 1.5;
    }

    .popups span.font {
        font-size: 26px;
        line-height: 34px;
    }
}


/* =========================================================
   EXTRA SMALL MOBILE
========================================================= */
@media (max-width: 380px) {
    .custom-my-account .woocommerce-MyAccount-content {
        padding: 12px !important;
    }

    .bembomarts-dashboard-wrap {
        padding: 12px;
    }

    .bembomarts-dashboard-card {
        padding: 14px;
    }

    .bembomarts-dashboard-card-icon {
        font-size: 26px;
    }

    .bembomarts-dashboard-card-content h3 {
        font-size: 18px;
    }

    .bembomarts-dashboard-box {
        padding: 14px;
    }

    .bembomart-popup-box {
        min-height: 480px;
        padding-top: 22%;
    }

    .popups h2 {
        font-size: 22px;
    }

    .popups p {
        font-size: 14px;
    }

    .popups span.font {
        font-size: 22px;
        line-height: 30px;
    }
}


/* My Account Address Page */
.woocommerce-addresses-wrapper {
    width: 100%;
}

.woocommerce-addresses-wrapper .woocommerce-addresses-intro {
    margin: 0 0 24px;
    padding: 14px 18px;
    background: #fff7f3;
    border: 1px solid #f3d2c4;
    border-radius: 12px;
    color: #444;
    font-size: 14px;
    line-height: 1.6;
}

.woocommerce .woocommerce-Addresses.addresses {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    margin: 0;
    justify-content: center;
}

.woocommerce .woocommerce-Addresses.addresses .woocommerce-Address {
    float: none;
    width: calc(50% - 12px);
    margin: 0;
}

.woocommerce .woocommerce-Addresses.addresses .woocommerce-address-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 18px;
    padding: 20px 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.woocommerce .woocommerce-Addresses.addresses .woocommerce-address-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #f15a29;
}

.woocommerce .woocommerce-Addresses.addresses .woocommerce-address-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
    border-color: #f15a29;
}

.woocommerce .woocommerce-Addresses .woocommerce-Address-title.title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #f1f1f1;
}

.woocommerce .woocommerce-Addresses .woocommerce-Address-title.title h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
    border: none;
}

.woocommerce .woocommerce-Addresses .woocommerce-Address-title.title .edit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    background: #f15a29;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.woocommerce .woocommerce-Addresses .woocommerce-Address-title.title .edit:hover {
    background: #d9481c;
    color: #fff;
}

.woocommerce .woocommerce-Addresses .woocommerce-Address address {
    margin: 0;
    font-style: normal;
    color: #5a5a5a;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
}

.woocommerce .woocommerce-Addresses .woocommerce-Address address p {
    margin: 0 0 10px;
}

.woocommerce .woocommerce-Addresses .woocommerce-Address .woocommerce-address-empty {
    display: inline-block;
    color: #7a7a7a;
    font-size: 15px;
    line-height: 1.7;
}

/* single address layout */
.woocommerce .woocommerce-Address {
    margin-bottom: 0;
}
@media (max-width: 1024px){
    .woocommerce .woocommerce-Addresses .woocommerce-Address-title.title {
    display: block;
    text-align: center;
    margin-bottom: 0;
}
}
/* Tablet */
@media (max-width: 991px) {
    .woocommerce .woocommerce-Addresses.addresses {
        gap: 20px;
        display: block !important;
    }

    .woocommerce .woocommerce-Addresses.addresses .woocommerce-Address {
        width: 100%;
    }

    .woocommerce .woocommerce-Addresses.addresses .woocommerce-address-card {
        padding: 24px;
        margin-bottom: 20px;
    }

    .woocommerce .woocommerce-Addresses .woocommerce-Address-title.title h2 {
        font-size: 22px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .woocommerce-addresses-wrapper .woocommerce-addresses-intro {
        padding: 12px 14px;
        font-size: 13px;
    }

    .woocommerce .woocommerce-Addresses.addresses .woocommerce-address-card {
        padding: 20px;
        border-radius: 14px;
    }

    .woocommerce .woocommerce-Addresses .woocommerce-Address-title.title {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 16px;
    }

    .woocommerce .woocommerce-Addresses .woocommerce-Address-title.title h2 {
        font-size: 20px;
    }

    .woocommerce .woocommerce-Addresses .woocommerce-Address-title.title .edit {
        width: 100%;
        text-align: center;
    }

    .woocommerce .woocommerce-Addresses .woocommerce-Address address {
        font-size: 14px;
        line-height: 1.7;
    }
}