/*
Theme Name: Florbella Designs
Theme URI: https://florbelladesigns.com/themes/florbella2025
Author: the belsito team
Author URI: https://belsito.com
Description: Flor Bella Designs is a leading retail florist located in Mahwah, New Jersey. We Deliver throughout Bergen County NJ and Rockland County NY. Unique floral creations of fresh flowers for any occasion – Weddings, Private Events, Corporate Functions, Holidays, Sympathy or Just Because.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: florbella2025
Tags: ecommerce, usa, flower, choclates, mothers-day, valentines-day
*/
/*usman css*/
.product-item .product-wrapper {
	border: 1px solid #eee;
	padding: 15px;
	text-align: center;
	background: #fff;
	transition: box-shadow 0.3s;
}

.product-item .product-wrapper:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.shop-title {
	font-size: 32px;
	margin-bottom: 30px;
}

.shop-pagination {
	text-align: center;
	margin-top: 30px;
}
.shop_alert {
    padding: 15px 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    border-radius: 5px;
    background: #f74949;
    color: #fff;
    font-size: 17px;
    border-left: 5px solid #f32f2f;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
}
.shop_alert.purple {
    flex-wrap: wrap;
    background-color: #711d8c;
    border-left: 5px solid #530f68;
}

/*side cart*/
.xoo-wsc-sc-cont {
    color: #ffffff !important;
}
.xoo-wsc-sc-bki {
    font-size: 28px;
    color: #ffffff !important;
}
.xoo-wsc-sc-count {
    background-color: #711d8c !important;
    color: #ffffff;
}

/*product detail page 0804200*/
.variations th.label {
    display: block;
    width: auto !important;
}
.variations td.value {
  width: auto !important;
}

.products.et-items__list {
    list-style: none!important;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    padding: 0;
}
.et-items__list .item {
	flex: 0 1 20%;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    position: relative;
    margin: 0 6px 9px;
    transition: border-color .3s ease;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,.08));
}
.et-items__list .item .item-internal {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    text-align: center;
    cursor: pointer;
}
.et-items__list .item .item-internal .img-wrp {
    width: 100%;
    display: block;
    font-size: 0;
}
.et-items__list .item .item-internal .img-wrp img {
    width: 100%;
}
.et-items__list .item .item-internal .txt-wrp {
    height: 24px;
    overflow: hidden;
    margin-top: 3px;
}
.et-items__list .item .item-internal .txt-wrp .title {
    display: block;
    color: #262626;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    letter-spacing: .02em;
}
.et-items__list .item .bottom-wrapper {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.et-items__list .item .item-internal .bottom-wrapper .price {
    font-size: 14px;
    line-height: 14px;
    font-family: Mulish,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #ff6767;
    text-align: center;
    margin: 3px 0 4px;
}
.et-items__list .item .bottom-wrapper .button-base.small {
    min-width: 100px;
    height: 30px;
    width: 100%;
    border: 2px solid #b3e4e1;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 10px;
    line-height: 12px;
    font-weight: 700;
    overflow: hidden;
    position: relative;
}
.button-base.small a{
    margin:0;
}
.button-base.small .added_to_cart {
  margin: 0px;
  padding: 8px 12px 0 0;
}

/*single product page plush & candle add to cart*/
.et-items__list .item .bottom-wrapper .button-base.small a:not(:last-child, :first-child) {display: none;}
.thanks {
	width: 100%;
	background: var(--primary-color);
	color: #fff;
	padding: 0 !important;
	height: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}
.thanks:after{
	display: none;
}
.thanks:hover{
	color: #fff;
}
.thanks::after {
	width: 0;
}
/* Make the WooCommerce gallery use full width inside the column */
.woocommerce-product-gallery {
    width: 100% !important;
    max-width: 100% !important;
}

/* Ensure image doesn't look squashed */
.woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery__image img {
    width: 98%;
    height: auto;
    object-fit: cover;
}

/* Make sure the thumbnail gallery is horizontal and styled */
.woocommerce-product-gallery .flex-control-thumbs {
    display: flex !important;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    float: none;
    width: auto;
}

.woocommerce-product-gallery .flex-control-thumbs img {
    width: 150px !important;
    height: auto;
    object-fit: cover;
    border: 1px solid #ccc;
    cursor: pointer;
}
.custom-product-fields {
    margin-bottom: 15px;
}
label.special_instruction {
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.custom-product-fields textarea {
    width: 100%;
    padding: 10px;
}

/*search bar*/
.search_form {
	position: relative;
	margin-bottom: 30px;
}

.search-input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.search-input-wrapper input[type="text"] {
	width: 100%;
	padding: 10px 40px 10px 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
}

.search-icon-btn {
	position: absolute;
	right: 10px;
	background: none;
	border: none;
	cursor: pointer;
	width: 24px;
	height: 24px;
	background-image: url('data:image/svg+xml;utf8,<svg fill="%23999" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.71 20.29l-3.4-3.39A9 9 0 1018 19l3.39 3.4a1 1 0 001.42-1.42zM11 18a7 7 0 117-7 7 7 0 01-7 7z"/></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
}

.continue-shopping-btn {
    margin-right: 10px;
    background-color: #eee;
    color: #333;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
}
.continue-shopping-btn:hover {
    background-color: #ddd;
}




/* Make all form-row-* inline-block with 48% width */
.woocommerce .form-row-first,
.woocommerce .form-row-last {
	width: 48% !important;
	float: left !important;
	margin-right: 4% !important;
}
.woocommerce .form-row-last {
	margin-right: 0 !important;
}
/* Responsive stack */
@media (max-width: 768px) {
	.woocommerce .form-row-first,
	.woocommerce .form-row-last,
	.woocommerce .form-row {
		width: 100% !important;
		float: none;
		margin-right: 0;
	}
}
/* nov 18 2025 */
#ship-to-different-address::after {
    content: "WHO ARE THESE FLOWERS GOING TO?" !important;
}
#ship-to-different-address label {
    display: none;
}