/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
a {
    transition: 0.2s linear;
}
p{
	margin: 0;
}
h1.entry-title {
    display: none !important;
}
footer#site-footer {
    display: none !important;
}
.main_btn a {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.main_btn a::after {
    content: "";
    height: 100%;
    background: #0D220F;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s linear;
    transform-origin: left;
    transform: scaleX(0);
    bottom: 0;
}
.main_btn a:hover::after {
    transform: scaleX(1);
}
header ul.hfe-nav-menu {
    align-items: center;
}
.banner .e-hosted-video.elementor-wrapper.elementor-open-inline {
    height: 500px;
    width: 100%;
}
.slider_sec .e-con-inner {
    position: relative;
}
.img_slider .elementor-swiper-button.elementor-swiper-button-prev, 
.img_slider .elementor-swiper-button.elementor-swiper-button-next {
    padding: 10px;
    border-radius: 50%;
    border: 1px solid;
    position: absolute;
	top: 160px;
	width: 44px;
    height: 44px;
	justify-content: center;
}
.form_sec iframe {
    height: 300px;
}
.img_slider .elementor-swiper-button.elementor-swiper-button-prev {
    left: 0;
}
.img_slider .elementor-swiper-button.elementor-swiper-button-next {
    left: 60px;
}
.ehf-header #masthead {
    position: sticky;
    top: -47px;
}
.banner .e-hosted-video::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    top: 0;
}
.home_tab .e-n-tabs-heading,
.category-tabs, .tag-tabs{
	width: max-content;
    margin: 0 auto;
    background: #F5F7F0;
    padding: 5px;
    border-radius: 50px;
    list-style: none;
    display: flex;
    align-items: center;
}
footer a.hfe-menu-item {
    position: relative;
}
footer a.hfe-menu-item::before {
    content: '';
    border-top: 6px solid transparent;
    background: transparent ! IMPORTANT;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #FFCE7A;
    opacity: 1 !important;
    left: 0;
}
footer a.hfe-menu-item:hover {
    transform: translateX(5px);
}
footer#colophon .elementor-widget-text-editor a {
    color: #fff;
}
.contact_form input,
.contact_form textarea {
    border: 1px solid rgb(8 43 24 / 10%);
    border-radius: 40px;
    font-size: 15px;
    padding: 12px 20px;
    margin-bottom: 10px;
}
.contact_form br {
    display: none;
}
.contact_form input.wpcf7-submit {
    color: #fff;
    padding: 11px 64px 11px 35px;
    background: url(/arabic/wp-content/uploads/2025/01/right_Arrow.png) no-repeat 93px center / 18px #082b18;
    margin: 0;
}
.main_btn a:hover path {
    fill: #fff;
}
.contact_form p{
	margin: 0;
}
.form_row p {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.contact_form textarea {
    border-radius: 20px;
    height: 150px;
}
.product_content h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    text-transform: uppercase;
    color: #333333;
    margin: 0 0 10px;
}
.product_img img {
    height: 155px;
    object-fit: contain;
	position: relative;
}
.brands-products-slider .swiper-slide {
    padding: 6px 6px 17px;
    transition: 0.2s linear;
    background: #F5F7F0;
    box-shadow: 0px 0px 6px 0px #0000004D;
    border-radius: 20px;
}

.product_img {
    background: #082B18;
    padding: 60px 28px;
    border-radius: 20px 20px 0 0;
	position: relative;
	text-align: center;
}
.home_tab .swiper-wrapper {
    padding: 7px 0px;
}
.product_content {
    padding-top: 17px;
}
.product_img::before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #F2E6B5 0%, #E3CE86 100%);
    width: 220px;
    height: 220px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product_content p {
       text-align: center;
    color: #333333;
    margin: 0;
}
div#display-image img {
    height: 250px;
    object-fit: contain;
}
div#display-title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}
#display-image .elementor-widget-container {
    text-align: center;
}
.hdr_menu .elementor-button-wrapper {
    margin-left: 35px;
}
.hdr_menu .elementor-button-wrapper::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg,transparent, white, transparent);
    left: -25px;
}

.img_slider {
    position: unset;
}
.about_sec .e-con-inner > .elementor-element:first-child {
    position: relative;
}
.about_sec .e-con-inner > .elementor-element:first-child::before {
    position: absolute;
    content: '';
    width: 322px;
    height: 174px;
    background: #F5F7F0;
    border-radius: 16px;
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
}
.about_sec .elementor-widget-video {
    padding: 6px;
    background: #fff !important;
    box-shadow: 0px 0px 10px 0px #0000001A;
    border-radius: 80px 10px 80px 10px;
}

.contact_banner ul.breadcrumbs {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px 10px;
	align-items: center;
}
.contact_banner ul.breadcrumbs li a {
    text-decoration: none;
    display: inline-block;
    color: #082B18;
}
.contact_banner ul.breadcrumbs li {
    color: #082B18;
}
.contact_banner ul.breadcrumbs li.separator {
    font-size: 13px;
}
.map_sec iframe {
    height: 350px;
}
.form_sec .contact_links a {
    color: #231F20;
}
.contact_form input.wpcf7-submit:hover {
    background: url(/arabic/wp-content/uploads/2025/01/right_Arrow.png) no-repeat 93px center / 18px #FFCE7A;
}
.wpcf7 form .wpcf7-response-output {
    color: black;
}
.elementor-shortcode .news-list {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
.elementor-shortcode .news-list .news-item {
    padding: 15px 15px 20px;
    border-radius: 10px;
    border: 1px solid #00000045;
    box-shadow: 1px 1px 7px 0 #00000026;
}
.elementor-shortcode .news-list .news-item a {
    text-decoration: none;
    display: inline-block;
    color:var( --e-global-color-c0c52af );
    text-align: center;
    width: 100%;
}
.news-list .news-item a h3 {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}


/* product page */
.tabs-wrapper {
    margin: 20px;
}

.category-tab,
.tag-tab {
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Albert Sans", Sans-serif;
    background: transparent;
    border-radius: 50px;
	padding: 12px 16px;
	cursor: pointer;
	transition: 0.2s linear;
}
.category-tab.active,
.tag-tab.active {
    background-color: #082B18;
    color: #fff;
}
.posts-container {
	margin-top: 40px;	
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.post-item {
    padding: 6px 6px 17px;
    transition: 0.2s linear;
    background: #F5F7F0;
    box-shadow: 0px 0px 6px 0px #0000004D;
    border-radius: 20px;
}
.tags-wrapper {
    display: none;
}
.tags-wrapper.show {
    display: block;
}
.tags-tabs.active {
    display: block;
}
.category-tabs {
    margin-bottom: 20px;
}
.category-tab:hover, .tag-tab:hover {
    background-color: #082B18;
    color: #fff;
}
.media-item {
    padding: 6px;
    background: #fff !important;
    box-shadow: 0px 0px 10px 0px #0000001A;
}
.media-item iframe {
    display: block;
}
.media-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.single.single-post h1.post-title {
    font-weight: 700;
    text-transform: capitalize;
    color: #082B18;
    font-size: 40px;
}
.single.single-post .page-content {
    padding: 40px 0 60px;
}
.short_description {
    display: flex;
    justify-content: center;
    gap: 5px;
	flex-wrap:wrap;
}
.short_description p span,.content_prg p span {
    font-weight: 600;
}
.product_content p.bag strong {
    position: relative;
}
.bag_pack_main {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    gap: 37px;
}
html[lang="ar"] .product_content p.bag strong::before {
    right: -28px;
    left: auto;
}
html[lang="ar"] .product_content p.pack strong::before {
    right: -25px;
    left: auto;
}
.product_content p.pack strong {
    position: relative;
}
.product_content p.bag strong::before {
    content: "";
   	width: 20px;
    height: 20px;
    background: url("https://zillionera.com/arabic/wp-content/uploads/2025/01/shopping-bag.webp") center / cover no-repeat;
    position: absolute;
    left: -25px;
    top: -1px;
}
.product_content p.pack strong::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url("https://zillionera.com/arabic/wp-content/uploads/2025/01/open-box.webp") center / cover no-repeat;
    position: absolute;
    left: -25px;
    top: -1px;
}
.product_content p.pack, .product_content p.bag {
    padding-top: 5px;
}
/* product page */

@media(max-width:1300px){
	.product_img img {
		height: 105px;
	}
	.product_img::before {
		width: 160px;
		height: 160px;
	}	
	.product_img {
		padding: 40px 20px;
	}
	.product_content h3 {
		font-size: 18px;
	}	
}
@media(max-width:1024px){
	html[lang="ar"] .elementor-element.hdr_menu.elementor-widget-navigation-menu .hfe-nav-menu__toggle {
    margin-left: 0 !important;
    text-align: left;
}
	html[lang="ar"] .elementor-element.hdr_menu.elementor-widget-navigation-menu {
    position: unset !important;
}
	html[lang="ar"] 	.main_header .e-con-inner {
    position: unset !important;
}
	html[lang="ar"] 	.main_header .e-con-inner .elementor-element.e-con.e-child {
    position: unset !important;
}
}
@media(max-width:991px){
	
	.banner .e-hosted-video.elementor-wrapper.elementor-open-inline {
		height: 450px;
	}
	.product_img img {
		height: 90px;
	}
	.elementor-shortcode .news-list {
   		 grid-template-columns: repeat(2,1fr);
	}
	.posts-container {
		grid-template-columns: repeat(3, 1fr);
	}
	.tags-wrapper {
		overflow-x: scroll;
	}	
	.media-list {
		grid-template-columns: repeat(2, 1fr);
	}	
}
@media(max-width:767px){
	.header_top a.elementor-button span.elementor-button-text {
		font-size: 0;
	}
	.posts-container {
        grid-template-columns: repeat(2, 1fr);
    }	
}
@media(max-width:575px){
	div#display-image img {
		height: unset;
		aspect-ratio: 3 / 2;
	}
	.img_slider .elementor-swiper-button.elementor-swiper-button-prev {
		margin: 0;
		left: calc(50% - 50px) ! IMPORTANT;
		right: auto;
		bottom: 10px;
		top: auto;
	}
	.img_slider .elementor-swiper-button.elementor-swiper-button-next {
		margin-right: 0;
		bottom: 10px;
		top: auto;
		right: auto !important;
		left: calc(50% + 10px);
	}
	.form_row p {
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}	
	.home_tab .e-n-tabs-heading,
	.category-tabs, .tag-tabs{
		flex-direction: column;
		border-radius: 10px;
		width: 100%;
	}
	footer a.hfe-menu-item {
		padding-right: 0 !IMPORTANT;
	}
	.about_sec .e-con-inner > .elementor-element:first-child::before{
		display: none;
	}
	.elementor-shortcode .news-list {
    	grid-template-columns: repeat(1,1fr);
	}
	.posts-container {
        grid-template-columns: repeat(1, 1fr);
    }
	.category-tab, .tag-tab {
		width: 100%;
		text-align: center;
	}
	.media-list {
		grid-template-columns: repeat(1, 1fr);
	}	
}