/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 20 2025 | 17:32:38 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
/* header{overflow-x: hidden;} */
.omar-shop-products-list .archive-product-container .shopengine_add_to_list_action.shopengine-wishlist,
.omar-shop-products-list .archive-product-container .shopengine-quickview-trigger,
.omar-shop-products-list .archive-product-container .shopengine_comparison_add_to_list_action.shopengine-comparison,
.shopengine_add_to_list_action.shopengine-wishlist,
.shopengine_comparison_add_to_list_action.shopengine-comparison,
.single-product .single-product-category,
.single .productive-commerce-product-detail-section,
.single-product .shopengine-quickview-trigger,
.omar-shop-popular-products .shopengine-quickview-trigger,
.archive.woocommerce a.shopengine-wishlist,
.archive.woocommerce .archive-product-container .shopengine-quickview-trigger,
.archive.woocommerce .archive-product-container .shopengine_comparison_add_to_list_action.shopengine-comparison,
.archive.woocommerce .productive-commerce-product-detail-section-container,
.woo-products-products__item .button.add_to_cart_button
{display: none !important;}
.rv_header-phone a{color: #fff !important}
.woocommerce-js div.product form.cart .button.single_add_to_cart_button{
	color: #e7000b;
    background-color: #fef2f2;
	padding: 15px 30px;
	width:150px;
	text-align: center;
}
.archive.woocommerce .archive-product-container{border-radius: 6px !important; overflow: hidden}
.archive.woocommerce .button.product_type_simple.add_to_cart_button{
	width: 100% !important;
    text-align: center !important;
    border-radius: 6px !important;
}
.omar-shop-products-list .button.add_to_cart_button,
.omar-shop-products-list .button.product_type_simple
{width: 100%; text-align: center !important; text-transform: uppercase !important; font-weight: 700 !important}
.omar-shop-popular-products.section-card-01 .woo-products-product-title {min-height: 56px !important;}
.omar-shop-products-list .archive-product-container{transition: all 0.4s; border-radius: 8px;}
.omar-shop-products-list .archive-product-container:hover{transform: scale(1.02);}
.omar-shop-products-list img,
.omar-shop-popular-products img {border-radius: 6px;}
@media (min-width: 1040){
	.omar-shop-products-list img,
	.omar-shop-popular-products img {max-height: 240px;}
}
.woocommerce-checkout li.payment_method_nagorikpay{display: flex !important; align-items: center}
.woocommerce-product-details__short-description blockquote{margin: 0px;}
.woocommerce-product-details__short-description h5{text-align: left !important; margin-bottom: 16px;margin-top: 8px;}
.single-product .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce-notices-wrapper a.button.wc-forward, .archive .add_to_cart_button,
.woocommerce-cart .checkout-button,
.woocommerce-cart button,
.woocommerce-cart .button.wc-backward{
	color: #FFFFFF !important;
    background-color: #9a0101 !important;
}
.woocommerce-notices-wrapper .woocommerce-message{
	border-top-color: #9a0101;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.omar-shop-popular-products .woo-products-products .woo-products-products__item {
		width: 33.33%;
	}
}



.omar-discount{
	color: #ffffff;
    background: #bc1215;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 35px;
	display: inline-block;
}
/* .woo-products-products__item .woo-products-product-price{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
} */
.single-product .omar-discount{
	font-weight: 600;
    display: inline-block;
    line-height: 18px;
    margin-left: 12px;
}
.woo-products-product-price{margin-bottom: 12px !important;}

.omar-custom-short-desc.info-grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 15px;
}

.omar-custom-short-desc .info-box {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  padding: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.omar-custom-short-desc .info-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.omar-custom-short-desc .icon {
  font-size: 22px;
  margin-right: 10px;
  color: #d93744;
  flex-shrink: 0;
}

.omar-custom-short-desc .content h4 {
  font-size: 14px;
    margin: 0;
    margin-bottom: 8px;
  color: #333;
}

.omar-custom-short-desc .content p {
  margin: 3px 0 0;
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}
.archive .omar-order-btn-wrap{width: -webkit-fill-available;}
.single .omar-order-btn-wrap .order-now-btn{
	padding: 12px !important;
    font-size: 16px !important; 
	font-weight: 600 !important;
	text-transform: capitalize !important;
}
.single .product.woocommerce.add_to_cart_inline {
	margin: 0;
    padding: 0;
}
 @media (max-width: 767px) {
	.omar-shop-popular-products .woo-products-products .woo-products-products__item {
		width: 50%;
	}
/* 	header */
	.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow .hfe-nav-menu{
		position: absolute;
		right: 6px;
		width: 80%;
		display: flex;
		flex-direction: column;
		padding: 8px;
		overflow: hidden;
		min-height: 200px;
		gap: 10px;
		background: #fff;
	}
	.omar-custom-short-desc.info-grid {
	  grid-template-columns: auto;
	}
	.product.woocommerce.add_to_cart_inline a.button{
		margin-left:0px !important;
	}
}
.omar-single-cartbtn .add_to_cart_inline{
	margin: 0px;
	padding: 0px !important;
}
.omar-single-cartbtn a.added_to_cart.wc-forward{
	display: none !important;
}
.omar-single-cartbtn .add_to_cart_button{
	width: -webkit-fill-available;
    text-align: center;
}
.omar-related-products .products li .order-now-btn{
	display: none !important;
}

.omar-related-products .products li .add_to_cart_button{
	background-color: #BC1215;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #E7000B;
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    width: 100%;
    text-align: center;
    display: block;
}
.omar-related-products .products li .omar-order-btn-wrap{
    width: 100%;
	margin: 0px !important;
}
