/*
Theme Name: MirBaz Perfume
Theme URI: https://github.com/elementor/hello-biz-child/
Description: MirBaz Perfume is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: mirbaz-perfume
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */

.header-menu ul {
    display: flex;
    flex-direction: row;
	padding:0px;
	justify-content: space-evenly;
}

.header-menu ul li {
    list-style: none;
}

.header-menu ul li a {
    color: #FFF;
}

.header-menu ul li a:hover, .header-menu ul li.current_page_item a {
    font-weight: bold;
}

.header-search-form {
	opacity: 0;
	transform: translateY(20px); /* Adjust for desired "up" distance */
	transition: opacity 0.5s ease-out, transform 0.5s ease-out; /* Define transition properties */
	height:0px;
}

.header-search-form.show {
	opacity: 1;
    transform: translateY(-20px);
}

.show-header-searchbox {
	cursor: pointer;
}

.footercontact-info {
	font-family: Assistant, sans-serif;
}

.footercontact-info p {
	margin-bottom:0px;
}

.contactfaxfooter .e-con {
	padding:0px;
}

.ournew-collection ul {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
	padding: 0px;
}

.ournew-collection ul li {
	list-style: none;
    padding: 6px;
    margin-bottom: 36px;
	text-align: center;
	width: 300px;
	margin: auto;
}


.ournew-collection ul li > a {
	color: #222222;
}

.ournew-collection ul li > a > img{
	background-color: #f2f9ff;
}
.ournew-collection ul li > a:hover> img{
	background-color: #e9e5ef;
}

.ournew-collection .product-title {
	display:block;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 400;
}

.ournew-collection ul li > span , .ournew-collection ul li > del, .ournew-collection ul li > ins {
	display:none;
}

.ournew-collection .add_to_cart_button, .ournew-collection .star-rating , .ournew-collection .price-cart-wrapper {
	display: none !important;
}

.why-choose-us-image {
    flex: 1 !important;
    position: relative !important;
    min-width: 557px !important;
    height: 474px !important;
}

.why-choose-us-image > div {
    position: absolute !important;
}


.why-choose-us-image .img-bg-circle {
    top: 0 !important;
    left: 0 !important;
    width: 312px !important;
    height: 312px !important;
}


.why-choose-us-image .img-main {
    top: 40px !important;
    left: 67.5px !important;
    width: 490px !important;
    height: 433px !important;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1) !important;
}

.why-choose-us-image .img-main > img {
	height: 100%;
    position: relative;
}


.why-choose-us-image .img-shadow-1 {
    bottom: 32px !important;
    left: 123px !important;
    filter: blur(7.5px);
}


.why-choose-us-image .img-shadow-2 {
    bottom: 36px;
    left: 355px;
    filter: blur(7.5px);
}

.why-choose-us-image .img-main > img, .why-choose-us-image .img-shadow-1 > img, .why-choose-us-image .img-shadow-2 {
	position: relative;
}

.whychoose-bullet ul {
	padding-left: 0px;
}

.whychoose-bullet ul li {
    background-image: url(https://demoperfume.taqwaintl.com/wp-content/uploads/2025/07/why-choose-bullet-icon.png);
    background-repeat: no-repeat;
    list-style-type: none;
    padding-left: 40px;
    padding-bottom: 10px;
}

.mirbaz-product ul, .product ul, .woocommerce-shop ul.products {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
	padding:0px;
}

.mirbaz-product ul li, .product ul li, .woocommerce-shop ul.products li {
	list-style: none;
    padding: 6px;
    margin-bottom: 36px;
	text-align: center;
	width: 300px;
	margin: auto;
}


.mirbaz-product ul li > a, .product ul li > a, .woocommerce-shop ul.products li > a {
	color: #222222;
}

.mirbaz-product ul li > a > img, .product ul li > a > img, .woocommerce-shop ul.products li > a > img {
	background-color: #f2f9ff;
	border: solid 1px #222222;
}
.mirbaz-product ul li > a:hover > img, .product ul li > a:hover > img, .woocommerce-shop ul.products li > a:hover > img {
	background-color: #e9e5ef;
}

.mirbaz-product .product-title, .product .product-title {
	display:block;
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 400;
}

.mirbaz-product .added_to_cart, .product .added_to_cart {
	display:block;
}

.mirbaz-product .star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 66px;
    font-family: star;
	margin: 12px auto 12px auto;
}

.mirbaz-product .star-rating::before {
    content: "★★★★★";
    opacity: 0.25;
    position: absolute;
    left: 0;
    top: 0;
}

.mirbaz-product .star-rating span {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
	color: #FFBC11;
}

.mirbaz-product .star-rating span::before {
    content: "★★★★★";
    opacity: 1;
}

.mirbaz-product ul li > ins, .product ul li > ins {
	border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    margin-left: -4px;
    padding-left: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 4px;
}

.mirbaz-product ul li > del, .product ul li > del {
	border-top: 1px solid #222;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    padding-top: 5px;
    padding-left: 4px;
    padding-bottom: 5px;
	color: #222222;
}

.mirbaz-product ul li > a.add_to_cart_button, .product ul li > a.add_to_cart_button {
	border: 1px solid #222;
    padding: 5px 4px 5px 4px;
    margin-left: -5px;
}

ins > .woocommerce-Price-amount.amount {
	color:#55B2FF;
}
del > .woocommerce-Price-amount.amount {
	color:#222222;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 100%;
}

.woocommerce ul.products::before, .woocommerce .products ul::before {
	display:none;
}

.woocommerce .star-rating span, .wc-block-grid__product-rating .star-rating span {
	color: #FFBC11;
}

.woocommerce ul.products li.product .star-rating {
	margin: auto auto .5em auto;
}

.woocommerce span.onsale {
    background-color: #55b2ff;
    border-radius: 0px;
    line-height: 2;
    font-weight: 400;
    text-transform: uppercase;
    min-height: 2em;
    padding: 0px 8px;
}

.custom-cart-button {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

.custom-cart-button .cart-count {
	position: absolute;
    background: #1b6aab;
    padding: 0px 5px;
    border-radius: 30px;
    font-size: 12px;
    color: #FFF;
    right: -12px;
}

.cartmenu-item {
	height:30px;
}

.cartmenu-item .elementor-shortcode {
    height: 30px;
}

.single.single-product .site-header {
	display:none;
}

.elementor.elementor-18 {
    min-height: auto;
}

.single.single-product .site-footer {
	display:none;
}

.woocommercedescription {
	display: block;
	clear:both;
}

.single_add_to_cart_button.button {
	background-color: #F2F9FF !important;
    width: 80%;
    display: block !important;
    clear: both;
    margin-top: 20px !important;
    border: 2px solid #55B2FF !important;
    color: #55B2FF !important;
}

.custom-single-product .woocommerce-product-gallery__wrapper {
	background-color: #F2F9FF;
}

.footer-menu ul {
    display: flex;
    flex-direction: row;
	padding:0px;
	justify-content: space-evenly;
	text-transform: uppercase;
	width: 100% !important;
}

.footer-menu ul li {
    list-style: none;

}

.footer-menu ul li a {
    color: #FFF;
	font-size: 12px;
}

.footer-menu ul li a:hover, .footer-menu ul li.current_page_item a {
    font-weight: bold;
}

.mirbaz-product-borderarea {
	background: #f2f9ff;
	padding: 10px 10px 4px 10px;
}
.mirbaz-product-borderarea:hover {
	background: #e9e5ef;
	
}
.mirbaz-product-borderarea img {
	border: 1px solid #222222 !important;
}
.price-cart-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

.price-cart-wrapper a {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

.price-cart-wrapper .button,
.price-cart-wrapper .price {
  flex: 1;
  text-align: center;
  padding: 12px 10px;
  border: 1px solid #222;
  font-size: 13px;
	font-weight: bold;
}


@media (max-width: 992px) {
    .ournew-collection ul, .mirbaz-product ul {
        grid-template-columns: repeat(2, 1fr);
    }
	.footer-menu ul li a {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
    .ournew-collection ul, .mirbaz-product ul {
/*         grid-template-columns: 1fr; */
    }
	.footer-menu ul li a {
    font-size: 10px;
  }
}
@media (max-width: 750px) {
    .ournew-collection ul, .mirbaz-product ul {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 480px) {
	.footer-menu ul {
    flex-direction: column !important;
    text-align: center;
	width: 100%;
}
	.footer-menu ul li {
    margin-bottom: 10px;
  }
  .footer-menu ul li a {
    font-size: 12px;
  }
}

}