/*Start Currnecy edit*/

.cus_currency_sym{
	display: inline-flex;
  align-items: center;
}
.cus_currency_sym img{
	margin-right: 4px;
  position: relative;
  top: 0;
	width: 14px;
  height: auto;
}
.cus_currency_sym.admin_currency img{
    margin-right: 2px;
    width:12px;
}
.cus_currency_sym.front_currency img{
    
}
.cus_currency_sym span{
	
}
.wc-block-cart .cus_currency_sym img,
.mini-cart-text .cus_currency_sym img{
    top:0;
}

/*End Currency Edit*/
html body{
	font-family:'Poppins' !important;
}
html[lang="ar"] body, 
html[lang="ar"] body *:not(i):not(.icon) {
    font-family: 'cairo' !important;
}
html[lang="ar"] body .nf-error.field-wrap .nf-field-element::after,html[lang="ar"] .nf-pass.field-wrap .nf-field-element::after{
	right:unset !important;
	left:1px !important;
}


html[lang="ar"] .nf-field-element input[type="tel"]{
	text-align:right !important;
}
/*Start Search Form*/
.elbzotech-search-global-form input{
	border:1px solid #ddd !important;
	color:#555 !important;
	border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
body.rtl .elbzotech-search-global-form input{
	border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
	border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
button.elbzotech-text-bt-search{
	background: #1C1C53 !important;
	color:#fff !important;
	cursor: pointer;
	border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
body.rtl button.elbzotech-text-bt-search{
	border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
	border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
/*End Search Form*/
.yith-wcwl-add-to-wishlist-button__label{
	display:none !important;
}
.sku_wrapper{
	/*display:none !important;*/
}
.product_type_simple{
	display: block;
  height: 45px;
  line-height: 45px;
  padding: 0 5px !important;
  border-radius: 8px !important;
  direction: ltr !important;
  background: #2b3a99 !important;
	
}
.nf-before-form-content{
	display:none;
}
.nf-field-element input,.nf-form-content textarea.ninja-forms-field{
	background:#f7f9fa !important;
	font-size:14px !important;
	border:1px solid #e7e7e7 !important;
} 
.nf-field-element input::placeholder,
.nf-field-element textarea::placeholder{
	color:#888 !important;
	opacity:1 !important;
}
.nf-field-element input,
.nf-field-element textarea{
	color:#000 !important;
}
input[type="submit"]:hover{
	color:#2b3a99 !important;
	background:#fff !important;
}
.nf-field-element input[type="submit"]{
	padding: 0 40px;
	background:#2b3a99 !important;
	color:#fff !important;
	border-radius:25px !important;
	margin:0 auto;
	display:block;
	transition:.3s ease-in-out;
	text-transform:uppercase;
	cursor:pointer;
	font-size:20px !important;
	border:1px solid #2b3a99 !important;
}
.nf-field-element input ,
.nf-field-element label{
	
}
.nf-field-label label{
	display:none !important;
}
.nf-form-content textarea.ninja-forms-field{
	height:100px !important;
}
@media (max-width: 767px) {
	.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon{
		align-content:center;	
	}
	#cus_content{
		width:100% !important;
	}
}
/*start toggle btn*/
/* Sidebar initial state */
#cus_sidebar{
  position: sticky;
  height: 100vh;
  top: 0;
  transition: width 0.3s ease;
	width:15% !important;
}
/* Content initial state */
#cus_content {
  transition: width 0.3s ease;
	width:100%;
}

/* Minimized sidebar */
#cus_sidebar.minimized {
  width: 0% !important;
	padding: 0;
  border: 0;
}

/* Expanded content when sidebar minimized */
#cus_content.expanded {
  width: 100% !important;
}

/* Toggle button positioning */
.page-id-20977 #cus_togglebtn,
.page-id-24766 #cus_togglebtn,
.page-id-20977 .cus_title,
.page-id-24766 .cus_title
{
	display:none;
}
#cus_togglebtn {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0px; /* Adjust to make the button appear on the edge */
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  transition: right 0.3s ease;
  z-index: 1000;
	border-radius:0;
}
body.rtl #cus_togglebtn{
	right:0 !important;
	left:unset;
}
/* Position the button on the left when sidebar is minimized */
#cus_sidebar.minimized + #cus_togglebtn {
  right: calc(5% - 15px); /* Adjust for minimized sidebar */
}
#cus_content.expanded a.menu-link.main-menu-link{
	padding: 15px 20px 15px 20px;
}
/*end toggle bbtn*/

/*start cart*/
table.cart tr th{
	text-align:center;
}
.wc-proceed-to-checkout a,.wc-block-cart__submit-button{
	background:#2b3a99 !important;
	color:#fff !important;
	border:0 !important;
	transition:.3s ease !important;
	box-shadow:none !important;
}
.wc-proceed-to-checkout a:hover,.wc-block-cart__submit-button:hover{
	transform: scale(.9);
}
.wc-block-cart{
		border:1px solid #ddd;
		margin:20px !important;
		max-width:100% !important;
}
.wp-block-woocommerce-cart-totals-block{
	background:#f8f8f8;
	border-left:1px solid #ddd;
	padding-left:0 !important;
}
.wc-block-cart__totals-title{
	padding:10px !important;
	text-align:center !important;
	font-size:20px !important;
}
.wp-block-woocommerce-empty-cart-block div[data-block-name="woocommerce/product-new"]{
	display:none;
}
/*end cart*/
/*Start Checkout*/
.woocommerce-terms-and-conditions-wrapper{
	display:none;
}
.wc_payment_method.payment_method_cod{
	display:none;
}
/*End Checkout*/
/*Start quixk view*/
.cus_quick_view{
	background:#D5D7DD;
	width:100%;
	display:block;
	height:40px;
	border-radius:8px;
	line-height:40px;
	text-align:center;
	color:#2B3A99 !important;
	font-size:18px;
}
@media (max-width: 767px) {
	.cus_quick_view{
		height:40px;
		line-height:40px;
	}
}
/*End quick view*/
/*start success add to cart msg*/
.woocommerce-page .woocommerce-message{
	   margin-bottom: 10px !important;
    padding: 20px 30px !important;
    background: #2B3A99;
    border: 0;
    color: #fff;
}
.woocommerce-page .woocommerce-message .button{
	color:#fff !important;
}
.woocommerce-message::before{
	display:none !important; 
}
/*end success add to cart msg*/
/*start Edit menu link*/
.menu_badge .main-menu-link {
    position: relative;
}

/* Badge styling */
.menu_badge .main-menu-link::after {
    color: #fff;
    font-size: 9px;
    padding: 2px 3px;
    border-radius: 3px;
    transform: translateY(-50%);
    white-space: nowrap;
		position: relative;
    top: -2px;
		font-family:"Poppins", Sans-serif;
	content: "Hot";
  background-color: #2B3A99;
}
.menu_badge .main-menu-link span{
	display:inline-block;
}
.menu_badge.hot .main-menu-link::after{
	content: "Hot";
  left: 5px;
	background-color: #2B3A99;
}
.menu_badge.sale .main-menu-link::after{
	content:"New";
	left: 5px;
	background-color:#EE2828;
}
.menu_badge.sale_ar .main-menu-link::after{
	content:"جديد";
	background-color:#EE2828;
	right:5px;
}
.menu_badge.hot_ar .main-menu-link::after{
	content:"خصم";
	background-color:#2B3A99;
	right:5px;
}
/*end edit menu link*/
/*Start Custimze social icons*/
.floating-icons {
    position: fixed;
    right: 15px;
    bottom: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 1000;
	border:1px solid #2B3A99;
}
body.rtl .floating-icons{
	right:unset;
	left:15px;
}
.social-icon {
    margin: 10px 0;
  text-align: center;
  font-size: 24px;
  color: #333;
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: 1px solid #9099D3;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
}
.social-icon.youtube{
	color:red;
}
.social-icon.facebook{
	color:#1877F2;
}
.social-icon.tiktok{
	color:#000;
}
.social-icon.instagram{
	color:#262626;
}
.social-icon.twiiter{
	color:#000;
}
.social-icon.linkdin{
	color:#0a66c2;
}
.social-icon:hover {
    transform: scale(1.1);
    background-color: #f0f0f0;
    border-radius: 50%;
}

.minimize {
    cursor: pointer;
		padding: 0;
		border-radius: 50%;
		height: 45px;
		width: 45px;
		line-height: 47px;
		text-align: center;
		color: #fff;
		background: #2B3A99;
		font-size: 17px;
	border:1px solid #2B3A99;
}
.minimize:hover{
		color: #fff;
		background: #2B3A99;
}
.floating-icons.minimized .social-icon:not(.minimize) {
    display: none;
}
@media (max-width: 767px){
	.floating-icons{
		padding:5px;
	}
	.social-icon{
		margin:5px 0;
		font-size: 17px;
		height: 40px;
  width: 40px;
  line-height: 40px;
	}
}
/*End Custimze social icons*/
/*start edit sub menu*/
.bzotech-navbar-nav .sub-menu{
	min-width:240px !important;
	padding:15px 0;
}
.bzotech-navbar-nav .sub-menu > li{
	padding:4px 20px;
}
/*end edit sub menu*/

/*START PRODUCT ITEM LAYOUT*/
.cpi_title{
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 20px; /* Set your desired line height */
  min-height: 51px;
}
.cpi_title h3{
    font-size:18px;
    font-weight: 500;
    line-height: 25px;
    color: #021532;
}
.cpi_shipping{
	display:none;
}
.cpi_shipping .elementor-icon-box-wrapper{
    gap: 15px;
    align-items: center;
    display: flex;
}
.cpi_shipping .elementor-widget-container{
    margin-top:3.2vw;
}
.cpi_shipping .elementor-icon-box-icon span{
    font-size: 16px;
      background-color: #DCDCDC;
      fill: #2B3A99;
      color: #2B3A99;
}
.cpi_shipping .elementor-icon-box-icon{
    margin-right:0 !important;
}
.cpi_shipping .elementor-icon-box-title{
    color: #021532 !important;
      font-weight: 600;
      font-size: 13px;
      line-height: 17px;
}
.cpi_shipping{
		
}
.cpi_shipping .elementor-icon-box-content h3{
    margin-top:0;
    margin-bottom:0;
}
.cpi_price{
    grid-template-columns: 100% 0% !important;
    display: grid;
    grid-template-rows:unset !important;
}
.woocommerce-product-rating .woocommerce-review-link,
.total-sold{
    display:none;
}
.cpi_rating{
  position: absolute;
  top: -2vw;
}
.cpi_rating .woocommerce-product-rating{
	margin: 0 !important;
}
.cpi_footer,
.cpi_price{
    padding:0;
}
.cpi_price{
    margin:2vw 0;
}
.cpi_price .woocommerce-Price-currencySymbol{
    font-size: 15px;
  margin: 0 3px;
}
.cpi_price .woocommerce-Price-amount.amount{
    color: #EE2828;
    font-weight: bold;
    font-family: 'Arial';
    font-size:15px;
}
.cpi_price del .woocommerce-Price-amount.amount{
	font-size:12px !important;
	color:#555;
}
.cpi_price del .woocommerce-Price-currencySymbol{
	font-size:10px;
}
.cpi_footer{
    grid-template-columns: 80% 19% !important;
    display: grid;
    grid-template-rows:unset !important;
	gap:1%;
}
.add_to_cart_button{
    display:block;
    height: 45px;
    line-height: 45px;
    padding: 0 5px !important;
	border-radius:8px !important;
	direction:ltr !important;
	background: #2b3a99 !important;
}
.cpi_add_to_wishlist{
    position: absolute;
  right: 0;
}
.cpi_add_to_wishlist .yith-wcwl-add-to-wishlist-button{
        text-align: right;
    float: right;
    position: relative;
    top: 25px;
    z-index: 2;
    right: 25px;
}
.cpi_add_to_wishlist .yith-add-to-wishlist-button-block{
    display: inline;
    width: 100%;
}
.cpi_add_to_wishlist .yith-wcwl-add-to-wishlist-button svg{
    width: 25px !important;
        color: #2B3A99 !important;
}
.cpi_sale h2{
    position: absolute;
    top: -45px;
    font-size: 12px;
    background: #EE2828;
    color: #fff;
    padding: 5px;
    border-radius: 8px;
    left: 5px;
}
.product-item{
	margin:0 !important;
}
.added_to_cart.wc-forward{
	display:none !important
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.cpi_rating{
		top: -3vw !important;
	}
	.cpi_price{
		margin:3vw 0;
	}
	.cpi_title h3{
		font-size:16px !important;
	}
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.cpi_rating{
		top: -5vw !important;
	}
	.cpi_title h3{
		font-size:16px !important;
		line-height:20px;
	}
	.cpi_shipping .elementor-widget-container{
		margin-top:3vw !important;
	}
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px){
	.cpi_rating{
		top: -4vw !important;
	}
	.cpi_title h3{
		font-size:16px !important;
		line-height:20px;
	}
	.cpi_shipping .elementor-widget-container{
		margin-top:6vw !important;
	}
}
@media (max-width: 575.98px) {
	.cpi_rating{
		top: -7vw !important;
	}
	.cpi_price{
		margin-top:7vw;
	}
	.cpi_title h3{
		font-size: 14px !important;
    line-height: 20px !important;
	}
	.cpi_title{
		min-height:40px !important;
	}
	.cpi_shipping .elementor-widget-container{
		margin-top:8vw !important;
	}
	.cpi_shipping .elementor-icon-box-title{
		font-size:9px !important;
	}
	.cpi_shipping .elementor-icon-box-icon span{
		font-size:14px !important;
	}
	.add_to_cart_button{
		height:40px !important;
		font-size:13px;
		line-height:40px;
	}
}
/*END PRODUCT ITEM LAYOUT*/
/*Start Product Category Lyout*/
.cus_product_category{
	
}
.cus_product_category .woocommerce{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cus_product_category .woocommerce .product{
    width: 25%
}
@media (max-width: 767px){
	.cus_product_category .woocommerce .product{
    width: 50%
    } 
}
.cus_product_category .item-product{
    border: 1px solid #e3e3e3;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin: 10px 0;
}

/*End Product Category Lyout*/
/*Start Animate When Hover in menu links*/
.bzotech-navbar-nav > li > a:hover,.bzotech-navbar-nav .sub-menu > li:hover > a{
	transform: scale(1.1);
}
@media (max-width: 767px){
	.bzotech-navbar-nav > li > a:hover,.bzotech-navbar-nav .sub-menu > li:hover > a{
	transform: unset;
}
}
/*end Animate When Hover in menu links*/

/*start switcher lang*/
.cus_switcher_lang ul{
	min-width:100px !important;
	padding:0 !important;
}
.cus_switcher_lang ul li a{
	transition:.3s ease;
	padding:5px !important;
	display:block;
	width:100%;
}
.cus_switcher_lang ul li a:hover{
	color: var(--e-global-color-secondary);
	transform: scale(1.1);
}
.cus_switcher_lang .label-language{
	margin:0 2px;
}
/*end switcher lang*/
/*Start Compare*/
.compare-list{
	
}
.compare-list .woocommerce-Price-amount{
	color: #EE2828 !important;
    font-weight: bold !important;
    font-size: 18px !important;
}
.compare-list .woocommerce-Price-currencySymbol{
		margin: 0 3px !important;
    font-size: 13px !important;
    color: #000 !important;
}
.compare-list .add_to_cart_button{
	 display: block !important;
    padding: 0 5px !important;
    height: 45px;
    line-height: 45px !important;
    color: #fff !important;
    background: #2b3a99 !important;
    border: 1px solid #2b3a99 !important;
    border-radius: 5px !important;
    transition: .3s ease !important;
}
.compare-list .add_to_cart_button:hover{
	background:none !important;
	color:#2b3a99 !important;
}
.compare-list tbody th{
	font-weight: bold !important;
  padding: 10px !important;
  color: #000 !important
}
/*End Compare*/

/*start total price*/
#subtot{
	display: none;
  width: 100%;
  margin: 15px 0;
}
#subtot span{
	color:#cb1f25;
	margin:0 3px;
	direction:ltr;
}
/*end total price*/
/*Start Customize Filter*/
.filter-item{
	display:none;
}
.woolentor-heaer-box-area{
	display: flex;
  justify-content: space-between;
	padding:20px 40px !important;
	margin-bottom:20px !important;
}
.woolentor-filter-field-area{
	border:0 !important;
	margin-top:0 !important;
	padding-top:0 !important;
}
.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .woolentor-filter-single-item{
	margin-top:0;
}
.woolentor-horizontal-filter-wrap .select2-container .select2-selection--single,.woolentor-horizontal-filter-wrap .select2-container.select2-container--default .selection .select2-selection--multiple{
	border-radius:0px !important;
	border:1px solid #ddd;
	font-weight:400;
	font-size:15px !important;
	padding:0 10px !important;
	height:40px !important;
	line-height:40px !important;
	
}
.woolentor-select-drop .select2-results__options{
	width:auto !important;
	min-width:170px !important;
}
.woolentor-select-drop .select2-container--open .select2-dropdown--below{
	width:auto !important;
}
html[lang="ar"] .select2-selection{
	direction:ltr;
}
/*End Customize Filter*/
/*StartCustomize My account*/
.myaccount_registration_login{
	text-align:center;
	margin-bottom:50px;
}
.myaccount_registration_login .bzotech-row{
	justify-content:center;
	max-width: 100%;
	margin:0 !important;
}
.lost_reset_password p{
	width:100% !important;
}
html[lang="ar"] .show-password-input{
	right:unset !important;
	left:20px;
}
html[lang="ar"] .rememberme-lost_password{
	text-align:left !important;
}
html[lang="ar"] .popup-form .nav-form a:first-child{
	margin-right:0 !important;
	margin-left:10px !important; 
}
.cus_account_btn a{
	background:none;
}
.cus_account_dashboard{
	padding:20px;
}
.woocommerce-Address-title title{
	
}
.woocommerce-Address-title h2{
	font-size: 20px !important;
}
.woocommerce-Address-title .edit{
	float: unset !important;
  margin-bottom: 15px;
  display: block;
  text-decoration: underline;
}
.woocommerce-MyAccount-content .woocommerce-Address address{
	font-size:12px !important;
}
/*End Customize My account*/
/*Start Style Quick View popup*/
.fancybox-opened{
	width:800px !important;
	max-width:100% !important;
}
.fancybox-inner{
	width:100% !important;
}
.fancybox-inner .product-detail.style-gallery-horizontal .product-detail-gallery{
	padding-right:0 !important
}
.fancybox-inner .woocommerce div.product div.images img{
	max-width:100% !important;
	margin:0 auto !important;
}
.gallery-control{
	/*display:none !important;*/
}
.product-popup-content .product-title-single{
	font-size: 18px;
  line-height: 1.6;
}
.product-popup-content .woocommerce-product-details__short-description{
	font-size:12px !important;
}
.product-popup-content .woocommerce-Price-amount{
	font-size:20px !important;
}
.product-popup-content .bzotech-price-single.price{
	margin:0 !important;
	padding:0 !important;
}
.product-popup-content .single_add_to_cart_button{
	height: 50px !important;
  font-size: 15px !important;
}
.product-popup-content .detail-qty{
	height: 50px !important;
}
html[lang="ar"] .product-popup-content .detail-qty{
	width:30% !important;
}
.woocommerce-Price-currencySymbol{
	margin:0 3px !important;
}
.product-popup-content a.slick-slide{
	width:60px !important;
}

.product-popup-content .bzotech-form-cart-single{
	margin-top:10px !important; 
}
/*End Style Quick View popup*/
/*start edit wishlist_table*/
.wishlist_table .product-add-to-cart a{
	    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 10px !important;
    color: #fff;
	border:0 !important;
}
.woocommerce table.wishlist_table th,.woocommerce table.shop_table.wishlist_table tr td{
	text-align:center !important;
}
/*end edit wishlist_table*/
/*Start Customize cart*/
div[data-id="3f7e4989"] .elementor-widget-container{
	height:unset !important;
}
.wp-block-woocommerce-cart-totals-block{
	padding:10px !important;
}
/*End Customize cart*/
/*Start hide title of reviews*/
#reviews{
	display:none !important;
}
.woocommerce-Reviews-title{
	display:none !important;
}
.comment-form-rating{
	margin-bottom:15px;
}
#review_form{
	background:#f8f8f8;
  padding: 40px 20px;
  border: 1px solid #ddd;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#review_form #reply-title{
	font-size: 16px;
  background: #2b3a99;
  color: #fff;
  padding: 10px;
  display: inline-block;
  text-align: center;
  padding: 10px 5px;
	margin: 0 auto;
  margin-bottom: 20px;
  width: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	cursor:pointer;
}
#review_form .comment-notes,
#review_form .comment-form-cookies-consent{
	display:none;
}
#review_form .comment-form-rating label,
#review_form .comment-form-comment label{
	text-transform:capitalize;
}
#review_form input,
#review_form textarea,
#review_form select{
	background:#fff !important;
	border:1px solid #ccc !important;
}
#review_form .required{
	color:red;
}
#review_form input[type="submit"]{
	background:#2b3a99 !important;
	color:#fff !important;
}
#reviews #comments{
	padding:20px;
}
#commentform{
	
}
/*End hide title of reviews*/
/*start customize mini cart*/
.mini-cart-main-content .custom-cart-heading{
	text-align: center;
  border-bottom: 2px solid #555;
  padding-bottom: 15px;
  font-size: 25px;
}
.mini-cart-total-price.set-cart-price .woocommerce-Price-currencySymbol{
	margin: 0 3px;
    font-size: 11px;
    color:#EE2828;
}
.elementor-20941 .elementor-element.elementor-element-61894da5 .woocommerce-Price-amount.amount {
  font-size: 14px;
}
 .elementor-20941 .elementor-element.elementor-element-61894da5 .mini-cart-text {
    font-size: 0;
  }
/*end customize mini cart*/
/*modifications*/
.bzotech-navbar-nav .sub-sub-menu{
	top:-15px !important;
}
html[lang="ar"] .bzotech-navbar-nav li.menu-item-has-children li.menu-item-has-children > .sub-menu{
	margin-right:0 !important;
}
@media (max-width: 767px){

.bzotech-menu-inner > ul li:not(.has-mega-menu) ul li > a{
		font-size:13px !important;
		height:40px !important;
		line-height:40px !important;
	}
	.rememberme-lost_password label,.rememberme-lost_password a{
		font-size:12px !important;
	}
	.fancybox-opened{
		left:0 !important;
	}
	.fancybox-inner .woocommerce div.product div.images img{
		width:60%;
	}
	.woocommerce-page .woocommerce-message{
		font-size:13px;
		padding:10px;
		text-align:center;
	}
	.woocommerce-page .woocommerce-message .button {
  color: #fff !important;
  float: unset;
  margin: 0 auto;
  text-align: center;
  margin: 10px auto;
    margin-bottom: 10px;
  border: 1px solid #fff;
  padding: 10px !important;
  text-decoration: none !important;
  width: 50%;
  display: block;
  font-size: 13px;
		margin-bottom: 0;
	}
}
html[lang="ar"] .single-post-share li{
	margin-right:0 !important;
	margin-left:20px;
}
.cus_share_txt{
	display:inline-block;
	font-size:15px;
	margin-bottom:15px;
}
.wishlist_compare_single_product_bottom{
	margin-top:10px;
	padding-top:10px;
}
.bzotech-menu-inner{
	z-index:99999 !important;
}
.cky-revisit-bottom-left{
	display:none !important;
}
.wc-block-components-product-badge.wc-block-components-sale-badge{
	display:none !important;
}
.product-popup-content .detail-quickview i{
	display:none !important;
}
html[lang="ar"] .ht-ctc{
	right:15px !important;
	left:unset !important;
}
.elbzotech-dropdown-list{
	min-width:200px !important;
}
/*end modifications*/
/*Start Cus Gallery Product*/
.woolentor-product-video-tabs{
	display:block !important;
	text-align:center !important;
}
.woolentor-product-video-tabs li{
	display:inline-block !important;
	float:unset !important;
}
/*End Cus Gallery Product*/
/*Start mini cart for mobile*/
@media (max-width: 767px){
	.mini-cart-button a{
			padding:10px !important;
	}
	.wc-block-cart{
		margin: 0 20px !important;
		margin-bottom:20px !important;
	}
	.wc-block-cart .wp-block-woocommerce-proceed-to-checkout-block,.wc-block-cart .wp-block-woocommerce-cart-totals-block{
		margin-bottom:0 !important;
	}
	.wc-block-cart .wp-block-woocommerce-cart-items-block{
		padding:10px !important;
	}
}
.mini-cart-button a:hover{
	background:#2b3a99 !important;
	border:0 !important;
}
html[lang="ar"] .mini-cart-total{
	margin-bottom:15px !important;
}
html[lang="ar"] .mini-cart-total .pull-right{
	float:left !important;
}

html[lang="ar"] .mini-cart-total .pull-left{
	float:right !important;
}
/*End mini cart for mobile*/
.single_add_to_cart_button{
	background:#2b3a99 !important;
	border-color:#2b3a99 !important;
}
/*Start Customize hide filter*/
.open-hide-filters{
	background: #2b3a99;
  padding: 5px;
  margin-right: 10px;
  color: #fff;
  border-radius: 5px;
	display: inline-block;
  width: auto !important;
}
html[lang="ar"] .open-hide-filters{
	margin-right:0;
	margin-left:10px;
}
.open-hide-filters a{
	color:#fff !important;
	font-size:12px;
}
.open-hide-filters a i{
	margin:0 4px
}
@media (max-width: 767px) {
	.main-top-filter__left .dropdown-link{
		padding:0px;
	}
	.main-top-filter__left .dropdown-link span{
		display:none;
	}
	.top-filter{
		flex-direction:unset;
	}
	.main-top-filter__left{
		width:auto;
	}
	.main-top-filter__right {
		padding-top:0 !important;
		display: contents;
	}
	.main-top-filter__right .dropdown-link{
		font-size:12px;
		padding: 10px 5px;
	}
	.elbzotech-dropdown-box.sort-by-order > span{
		font-size: 13px;
  margin-right: 5px;
	}
	.top-filter .view-type a{
		margin-right:15px;
	}
}
.top-filter{
	border: 1px solid #e1e1e1;
  padding: 10px 5px;
  margin-bottom: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 5px;
}
/*End Customize hide filter*/
/*Start Customize Shop*/
.item-grid-product-style6 .product-category-single-top a{
	font-size:11px;
}
.products .item-product .yith-add-to-wishlist-button-block{
    display:none !important;
}
.products .item-product .product-price .woocommerce-Price-amount{
	font-size:13px;
}
.products .item-product .product-info .product-title{
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 20px;
  min-height: 40px;
	font-size: 14px;
}
.item-list-default .product-extra-link-defaut2 .case-cart-default{
	color:#fff;
	border:0;
}
.item-list-default .product-title{
	font-size:17px;
}
.item-list-default .woocommerce-Price-amount {
    font-size: 20px;
  }
.item-list-default .list-thumb-wrap{
	width:200px;
	border:0 !important;
}
html[lang="ar"] .product-thumb .product-label, .product-label{
	left:unset !important;
	right:0;
}
.item-product .variations_form select{
	width: 100%;
  display: block !important;
  margin: 0 !important;
	border: 1px solid #8b8b8b !important;
  padding: 0 3px !important;
  border-radius: 10px;
  text-align: center;
	font-size: 14px;
}
.item-product .variations_form .attribute-item__value.value{
	width:100% !important;
}
.item-grid-product-style6 .product-category-single-top a{
	font-size:9px;
}
.item-product .product-thumb-link img{
	width:200px;
	height:200px;
	object-fit:contain;
	margin: 0 auto;
}
.item-grid-product-style6 .item-product .product-thumb{
	background:#fff;
}
@media (max-width: 767px){
	
}
/*End Customize Shop*/
/*start arrtibute layout*/
.wap-item-attribute .attribute-item{
	justify-content: unset !important;
}
.woocommerce div.product form.cart .variations select{
	line-height:40px;
	height:40px;
}
.woocommerce div.product form.cart .variations select option{
	font-size:14px !important;
}
.flex-wrapper.meta-attribute{
	display:block !important;
}
/*end arrtibute layout*/
/*start customize filter*/
.attribute-type-default.filter_size li{
	display:inline-block;
}
.attribute-type-default.filter_size li a{
	display: inline-block;
  border: 1px solid #cfcfcf;
  margin: 5px;
  padding: 5px 10px;
	transition:.3s ease-in-out;
}

.attribute-type-default.filter_size li a:hover{
	background:#2b3a99;
	color:#fff;
}
/*edn customize filter*/
/*start category page*/
.woocommerce-loop-category__title{
	font-size:13px;
	text-align:center;
}
/*end category page*/
/*Start customize menu in mobile*/
/*Start mini cart for mobile*/
@media (max-width: 767px){
	
}
/*End mini cart for mobile*/
.sidebar-widget .product_cat .smoke{
	display:none;
}
.item-product .product-label span{
 font-size: 9px;
line-height: 17px;
	padding: 0px 10px;
}
.product_meta .posted_in{
	display:none;
}
.product_meta{
	 display: block;
   margin: 10px 0;
}
.elementor-product-variable .bzotech-form-cart-single{
	margin-top:0 !important;
}
.variations .woo-variation-items-wrapper .type-select .select-box::after{
	display:none;
}
html[lang="ar"] .variations .type-select .select-box::after{
	right:unset !important;
	left:20px !important;
}
.woocommerce div.product form.cart .variations select{
	border:1px solid #a0a0a0 !important;
}
.nf-response-msg{
	text-align:center !important;
}
.item-product .variations_form select{
	width: 100%;
  display: block !important;
  margin: 0 !important;
	border: 1px solid #8b8b8b !important;
  padding: 0 3px !important;
 border-radius: 10px !important;
  text-align: center;
	cursor:pointer !important;
}
/*p#billing_postcode_field {
    display: none !important;
}*/
p#billing_state_field {
    display: none !important;
}
/*p#billing_city_field {
    display: none !important;
}*/
.wrap-rating{
	display:none;
}
/*Start Customize thanku order*/
.woocommerce-thankyou-order-received{
	font-size: 17px;
  line-height: 1.6;
  color: #2b3a99;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
/*End Customize thanku order*/
/*Start Customize add to whshilist in single product*/

.wishlist_compare_single_product a.added i{
	background: #2b3a99;
    border-radius: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
}
/*End Customize add to whshilist in single product*/
/*Start Header Search popup*/
.content-form-popup form .key-trending,.content-form-popup form .title-form-icon-popup{
	display:none !important;
}
/*End Header Search popup*/
/*start customize shipping*/
.custom-shipping-row select{
	width:100%;
	padding: 0 5px;
  height: 35px;
	font-size: 13px;
	margin:10px 0;
}
.woocommerce-shipping-totals.shipping{
	display:none !important;
}
.woocommerce-checkout-review-order-table tfoot th{
	vertical-align: middle !important;
}
.custom-shipping-message td,

.custom-shipping-message p{
  font-weight: bold !important;
  text-align: center !important;
  font-size: 12px;
	color:#555 !important;
}
.custom-shipping-message p{
	margin-top:10px;
}
.wc-block-formatted-money-amount,
.woocommerce-Price-amount,
.price_label .from,
.price_label .to {
    direction: ltr !important;
    text-align: left !important;
    unicode-bidi: embed !important;
}
/*end customize shipping*/
/*Start Branch*/
@media (min-width: 1440px){
	.cus_branch_head h2{
		padding: 30px 0 !important;
    font-size: 30px !important;
	}
	.cus_branch_con .e-con-inner{
		flex-direction:row !important;
		padding: 80px 0;
	}
	.cus_branch_con_main{
		flex-direction:row !important;
		padding: 80px 0;
	}
	.cus_branch_info{
		width: 70%;
	}
	.cus_branch_info .elementor-icon-list-text{
		font-size:20px !important;
	}
	.cus_branch_info .elementor-icon-list-icon{
		font-size:20px !important;
	}
	.cus_branch_img{
		width: 30%;
	}
	.cus_branch_con .cus_branch_img img{
		width:50% !important;
	}
	.cus_branch_con_main .cus_branch_img img{
		width:60% !important;
	}
	.cus_branch_title h2{
		padding: 20px 0 !important;
  font-size: 30px !important;
	}
}
@media (min-width: 768px) {
  .elementor-25984 .elementor-element.elementor-element-0d4d7da {
    --content-width: unset !important;
  }
}
/*End Branch*/
/*
.woocommerce div.product img[src=""] {
    content: url('https://aku.es.jo/almunifpipesestore/wp-content/uploads/2024/12/cropped-cropped-Al-Munif-Logos-10-10-2022-300x300.png');
}*/
/*Start Add Images in side menu*/
.li_img{
	margin-bottom:20px;
	text-align:center;
}
.li_img img{
	width:150px;
	max-width:100%
}
/*End Add Images in side menu*/
/*Start customize contact form*/
.wpcf7-form-control{
	width:100%;
	background:#fff;
	display: block;
}
html[lang="ar"] body .wpcf7-form-control{
	text-align:right;
}
.wpcf7-form-control[type="submit"]{
	width: 60%;
  margin: 0 auto;
  display: block;
  background: #2b3a99;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  height: 60px;
  font-size: 20px;
  cursor: pointer;
  transition: .3s ease;
	text-align:center !important;
}
.wpcf7-form-control[type="submit"]:hover{
	background: #3545ad !important;
	color:#fff !important;
}
textarea.wpcf7-form-control{
	height: 100px;
}
html[lang="ar"] body .wpcf7-response-output{
	text-align: center;
  direction: rtl;
}

input#reg_phone {
    display: none;
}
.compare-list .woocommerce-Price-currencySymbol{
	display:none !important;
}
.product-price.price .currency_html{
	display:none;
}
.compare-list .product-price.price{
	direction:ltr !important;
}
.compare-list .product-price.price .currency_html{
	display:inline !important;
}
/*Start Certificates*/
.col-lg-12 .stack{
	margin:9% !important;
}
/*End Certificates*/
/*Start Milestones*/
.milestone_block{
	
}
.milestone_block .image img{
	width:100px !important;
	height:100px;
}
.milestone_block .year h2{
	display: inline-block;
    background-color: #b50000;
    color: white;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 30px;
    position: relative;
    text-align: center;
	margin-top: 15px;
}
.milestone_block .year h2:before{
	content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 15px solid #b50000;
}
.milestone_block .year h2:after{
	 content: "";
    position: absolute;
    top: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 15px solid #b50000;
}
.milestone_block .title h4{
	margin: 15px 0;
  font-size: 15px;
	transition:.3s ease-in-out;
}
.milestone_block .desc p{
	font-size: 15px;
    line-height: 22px;
    color: #6a6a6a;
}
.milestone_block:hover .title h4{
	color:#2b3a99;
}
/*End Milestones*/
/*Start Filter by price*/
.widget_price_filter .price_slider_amount .price_label span{
	display:contents !important;
}
/*Start Filter by price*/
/*Start woocommerce-order-details__title*/
.woocommerce-order-details__title{
	display:none;
}
/*End woocommerce-order-details__title*/
html[lang="ar"] body .woocommerce-Price-amount{
	direction:rtl !important;
	display: inline-block;
}
html[lang="ar"] body .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
	float:left;
}
/*Start ustomize variation*/
.cus_variation_price .variations .title-atttr,
.cus_variation_price .detail-qty,
.cus_variation_price .reset_variations,
.cus_variation_price .wishlist_compare_single_product{
    display:none !important;
}
.cus_variation_price .detail-attr,
.cus_variation_price .woocommerce-variation{
    margin-bottom:10px !important; 
}
.cus_variation_price .single_add_to_cart_button{
    color: #fff !important;
    border-radius:10px !important;
    padding:0 5px !important;
    display: block !important;
    width: 100% !important;
    height:40px !important;
    line-height:40px !important;
    font-size: 14px !important;
}
.cus_variation_price .bzotech-form-cart-single{
    margin-top:0 !important;
}
.cus_variation_price select{
    padding:0 3px !important;
    border-radius:8px !important;
    text-align: center;
    cursor: pointer;
    background: #F2F2F2;
    border: 1px solid #a0a0a0 !important;
    font-size: 14px !important;
}
/*End Customize Varition*/

/*Start Design OTP CODE*/
.otp_code_input{
	display: block;
  width: 100%;
  height: 40px;
  background:#f9fafa;
  border-color:#e8e8e8;
}
/*End Design OTP CODE*/
/*Start Show Lowest Price Only*/
.product-price.price .woocommerce-Price-amount.amount:nth-of-type(n+2),
.product-price.price .slipt {
    display: none;
}
.cus_new_item_product .woocommerce-variation-price{
	display:none !important;
}
/*End Show Lowest Price Only*/
html[lang="ar"] .wishlist_compare_single_product .add_to_wishlist{
	margin-right:0 !important
}
/*Start Working Hours*/
.working-hours-row {
   display: flex;
   align-items: center;
   gap: 10px;
   flex-wrap: wrap;
}

#working_hours_wrapper{
 	display:none; 
  margin-top: 10px;
}
#working_hours_wrapper label{
	display: block;
	margin-bottom:5px;
	text-align:left;
	color: #fd2929;
}
html[lang="ar"] #working_hours_wrapper label{
	text-align:right !important;
}
.wh-input {
  width: 47%;
  padding:0 0px !important;
  height: 35px !important;
  text-align: center;
  font-size: 1vw;
}

.wh-select {
  width: 20% !important;
  padding: 0 5px !important;
  height: 30px !important;
}
/*END Working Hourse*/
/*Start login dropdown*/
.user-dropdown-wrapper,
.login-button-wrapper {
    position: relative;
    display: inline-block;
    font-family: inherit;
}

.user-toggle {
    cursor: pointer;
    font-weight: 400;
    background: #f7f7f7;
		font-size: 1vw;
}

.user-dropdown {
  display: none;
  position: absolute;
  top: 80%;
  right: 0;
  background:white;
  border:1px solid #ddd;
  border-radius:0;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  margin-top: 5px;
  min-width: 170px;
  z-index: 999;
}
html[lang="ar"] .user-dropdown{
	right:unset;
	left:0;
}
.user-dropdown li {
    list-style: none;
}

.user-dropdown li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    transition: all 0.2s;
	font-size:13px;
}

.user-dropdown li a:hover {
   background:#2b3a99;
  color: #fff;
  padding-left: 18px !important;
}

.user-dropdown-wrapper:hover .user-dropdown {
    display: block;
}

.login-button {
	display: inline-block;
	color:#000;
  font-size: 14px;
}

.login-button:hover {
    color: var( --e-global-color-secondary );
}
/*End Login dropdown*/
/*Start intl-tel-input*/
html[lang="ar"] .intl-tel-input{
	direction:ltr;
}
html[lang="ar"] .intl-tel-input .country-listbox{
	left:0 !important;
}
html[lang="ar"] .intl-tel-input #billing_phone,
html[lang="ar"] .intl-tel-input #reg_billing_phone{
	text-align:left !important;
}
label[for="reg_billing_phone"]{
	display:none !important
}
/*End intl-tel-input*/
/*Start Map Button*/
#get-current-location{
    border: 1px solid #ddd;
    background: #2b3a99;
    padding: 5px 15px;
    font-weight: bold;
    margin-top: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
    transition: .3s ease;
    color:#fff;
}
#get-current-location:hover{
    background: #fff;
    color: #333;
}
/*End Map Button*/