/*
Theme Name: EvofDubai
Theme URI: http://example.com/
Description: A child theme for the Hestia theme.
Author: Your Name
Author URI: http://example.com
Template: hestia
Version: 1.0.0
*/


.header-filter-gradient {
    display: none!important;
}
.page-header.header-small {
  min-height: 0px!important;
    max-height: 0px!important;    
}
.emptyspace {
    height: 70px;
}

.d-flex {
    display: flex;
}

.h-100 {
    height: 100%;
}
.w-100 {
    width: 100%;
}
.align-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.btn-primary:hover {
    background-color: #aee8fe!important;
}

.flexcolumn {
	flex-direction: column;
}

@media (min-width: 768px){
.transparent-header {
    background-color: transparent !important; /* Adjust styles as needed */
    transition: background-color 0.3s ease-in-out; /* Optional: Add smooth transition */
	}}

.navbar-default {
    transition: background-color 0.3s ease-in-out;
}

.made-in {
	position: fixed;
	display: flex;
	background-color: #112a4880;
	border-radius: 0 8px 8px 0;
	left: 0;
	top:calc(50% - 84px);
	align-items: center;
	justify-content: center;
	height:168px;
	width:72px;
	z-index: 2;
}
.made-in-img {
	background-image: url('/wp-content/themes/evofdubai/assets/img/Made_in_Italy-W.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: flex;
	width: 116px;
	height: 40px;
	transform: rotate(-90deg);
	position: absolute;
}
@media (max-width: 768px) {
	.made-in {
		display:none;
	}
}

/*.page-template-landing-page .navbar-default .navbar-nav > li > a {*/
/*    color: #fff;    */
/*}*/
/*.page-template-landing-page .navbar-default .navbar-nav > li > a:hover {*/
/*    color: #f4f4f4!important;*/
/*}*/

.page-template-landing-page #primary {
    display: none!important;
}

.landing-section {
    position: relative;
    overflow: hidden;
    /*height: calc(100vh - 70px);*/
    height: 100vh;
    width: 100vw;
	background-color:#112a48;
}

.bg-video {
	pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
/*     z-index: -1; */
    object-fit: cover;
}
@media (max-width: 768px) {
	.bg-video {
		position: relative;
		min-height: unset;
		transform: none;
		top:0;
		left:0;
		margin-top:70px;
		z-index:0;
	}
}

@media (max-width: 768px) {
	.landing-section .container {
		height:auto!important;
	}
}
.text-content {
    color: #fff;
    padding: 20px;
    /*background-color: rgba(0, 0, 0, 0.7);*/
    border-radius: 5px;
}
@media (max-width: 768px) {
.text-content {
	padding:0;
	}
}


.text-content h1 {
    font-size: 65px;
    margin-bottom: 40px;
    font-weight: 800;
}

.text-content p {
    font-size: 35px;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .text-content {
        /*background-color: rgba(0, 0, 0, 0.9);*/
    }
    .text-content h1 {
    font-size: 45px;
    font-weight: 500;
    }
    .text-content p {
        font-size: 20px;
		margin-bottom: 20px;
    }
}

.ev-section {
    height: auto;
    /*background-color: #f4f4f4;*/
    background: #112a48;
    flex-dirction:column;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 768px) {
    .ev-section {
    padding-top: 50px;
    padding-bottom: 50px;  
    }
}

.custom-section .container {
    display: flex;
    flex-direction: column;
}

.custom-section .row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
}

.custom-section .box {
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 10px;
}
.image-box {
    width: 100%;
}

.custom-section .image-box img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: right center;
    border-radius: 10px;
}

.custom-section .text-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 20px;
    text-align: left;
    font-size: 16px;
    color: #f4f4f4;
}

.atlantis {
    width: 65%;
}
.poseidon {
    width: 65%;
}
.atlas {
    width: 47%;
}
.iris {
    width: 60%;
}

.custom-section .text-box .logo {
    margin-bottom: 50px;
}

.custom-section .text-box .logo img {
    height: 50px; /* Adjust size of SVG logo */
    width: auto;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .custom-section .box {
        flex: 1 1 100%; /* Full width on mobile */
    }
}

@media (max-width: 992px) {
    .flex-md-row-reverse {
        flex-direction: column-reverse;
    }
}

.hestia-scroll-to-top {
    border: solid 2px #aee8fe;
    background-color: transparent;
}
.hestia-scroll-to-top svg{
    fill: #fff;
}

.hestia-scroll-to-top:hover {
    background-color: #ffffff30;
}


.logo-slider-section {
    padding: 50px 0;
    /*background-color: #f9f9f9;*/
}

.logo-slider .logo-slide {
    text-align: center;
}

.logo-slider .logo-slide img {
    max-width: 100%;
    max-height: 150px;
    margin: 0 auto;
}
.slick-arrow {
    border-radius: 50%;
}
.slick-arrow:before {
    border-radius: 50%;
    color: #112a48;
}
.slick-track {
    display: flex;
    align-items: center;
}

h1 {
    font-size: 55px;
    margin-bottom: 50px;
    margin-top: 50px;
}

 
#products .section-title {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
}

@media (max-width: 768px) {
    #products .section-title {
        font-size: 40px;
        font-weight: 800;
        color: #fff;
    }
}



.video-wrapper {
display: flex;
align-items: center;
	justify-content: center;
	padding-bottom:50px;
}

.certificates .section-title {
    font-size:60px;
    padding-top: 50px;
    font-weight: 800;
    color: #112a48;
}
@media (max-width: 768px) {
    .certificates .section-title {
        font-size: 40px;
        font-weight: 800;
    }
}

.cta-section {
    background-color: #aee8fe;
    padding: 50px 0;
    text-align: center;
}

.cta-section .cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.cta-section h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #112a48;;
    font-weight: 800;
}

.cta-section p {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #112a48;
}

.cta-section .cta-btn {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.2em;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.cta-section .cta-btn:hover {
    background-color: #0056b3;
}


/*About page*/

.about {
    padding: 0;
}

.about-section {
    position: relative;
    height: 80vh;
    background-image: url('/wp-content/themes/evofdubai/assets/img/ev-intenrnational-factory.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
@media (max-width: 992px) {
	.about-section {
    height: 100%;
    }
}


.about-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #112a48;
    opacity: 0.7;
    z-index: 1;
}

.about-section .container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-section .content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.about-section .text-box {
    flex: 1 1 50%;
    padding: 20px;
}
@media (min-width: 768px) {
	.about-section .text-box {
	padding: 20px 50px 20px 50px;
	}}

.about-section .section-title {
    font-size: 60px;
    margin-bottom: 40px;
    font-weight: 800;
}
@media (max-width: 768px) {
    .about-section .section-title {
        font-size: 40px;
        font-weight: 800;
    }
}


.about-section .text-box p {
    text-align: left;
    font-size: 20px;
    color: #f4f4f4;
	width:80%;
}

@media (max-width: 768px) {
	.about-section .text-box p {
		width:100%;
	}
}

@media (max-width: 768px) {
    .about-section .text-box, .about-section .empty-box {
        flex: 1 1 100%;
    }
}


.counters-section {
    padding: 60px 20px;
    background-color: #112a48;
    text-align: center;
}

.counters-section .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.counters-section .counter-box {
    flex: 1;
    margin: 20px;
}

.counters-section .counter {
    font-size: 48px;
    font-weight: bold;
    color: #02a9ea;
}

.counters-section .counter-box p {
    margin: 10px 0 0;
    font-size: 25px;
    color: #f4f4f4;
}


.features {
    background-color: #f5f5f5;
    padding: 50px 0;
}

.features .section-title {
    font-size: 60px;
    margin-bottom: 80px;
    font-weight: 800;
}
@media (max-width: 768px) {
    .features .section-title {
        font-size: 40px;
        font-weight: 800;
    }
}

.features .container {
    display: flex;
    justify-content: center;
}

.features .features-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
}

.features .feature-box {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    width: calc(33.33% - 40px);
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    position: relative; /* Ensure number positioning relative to box */
}

.features .feature-box:hover {
    transform: translateY(-10px);
}

.features .feature-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #112a48;
    color: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.features .feature-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.features .feature-text {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}


@media (max-width: 992px) {
    .features .features-row {
        flex-direction: column;
        align-items: center;
    }

    .features .feature-box {
        width: 100%;
    }

    .counters-section .container {
        flex-direction: column;
        align-items: center;
    }

    .counters-section .counter-box {
        width: 100%;
    }
}



.ev-factory {
    display: flex;
    flex-direction: column;
    gap: 20px;
	margin-top: 80px;
}

.content {
    display: flex;
    flex-direction: row;
    gap: 20px;
	margin-bottom: 40px;
}

.text-box,
.bg-image {
    flex: 1;
}

.bg-image {
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
    min-height: 300px;
	border-radius: 8px;
}

@media (max-width: 1024px) {
    .content {
        flex-direction: column;
    }
    
    .bg-image {
        order: 2;
    }
    
    .text-box {
        order: 1;
    }
}



/* Contact page */

.contact {
    background-color: #aee8fe;
    padding: 50px 0;
}

#wpforms-54-field_2:focus {
    background-color: #fff!important;
}

.wpforms-container input {
    background-color: #fff!important;
}
.wpforms-container textarea {
    background-color: #fff!important;
    height: 150px!important;
}


.contact .section-title {
    font-size: 60px;
    margin-bottom: 80px;
    font-weight: 800;
    color: #112a48;
}

@media (max-width: 768px) {
    .contact .section-title {
        font-size: 40px;
        font-weight: 800;
    }
}

.contact .flex-container {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    justify-content: center;
}

.contact .box {
    flex: 1;
    width: 100%;
    padding: 20px;
/*     margin-bottom: 30px; */
}

@media (max-width: 992px) {
    .contact .flex-container {
        flex-direction: column;
    }
    
    .contact .box {
/*         margin-bottom: 15px; */
    }
}

.form-control, .form-group .form-control, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	background-color: #fff;
}
textarea.form-control {
	height: 100px;
}
.form-group {
	margin-bottom: 0;
	padding-bottom: 0;
}
.wpcf7-form label {
	margin-bottom: 0;
}



.slick-prev {
  left: -10px!important;
}
.slick-next {
  right: -10px!important;
}

.menu-item a {
	color: #112a48!important;
}


footer .menu-item a {
	color: #fff!important;
}

@media (min-width: 768px){
.transparent-header .menu-item a {
	color: #fff!important;
	}}


/* contacts page */
.leaflet-popup-content > div:nth-child(1) > div:nth-child(1) {
	display:none;
}

.contact-page {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-content {
    display: flex;
    flex-direction: row;
    gap: 20px;
	margin-top: 150px;
	margin-bottom: 113px;
}
@media (max-width: 1024px){
.contact-content {
 	margin-top: 50px;
	margin-bottom: 50px;
}	
}
.contact-content p {
    margin: 10px 0 0;
    font-size: 25px;
    color: #112a48;
}

.map-image {
    flex: 1;
}

/* .map-image {
    background-size: cover;
    background-position: center;
    min-height: 300px;
} */

.social-links .container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.social-links a {
    text-decoration: none;
    color: #000;
}

.contact {
    padding: 20px 0;
}

.flex-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.box {
    flex: 1;
}

@media (max-width: 1024px) { 
    .contact-content {
        flex-direction: column;
    }
    
    .map-image {
        order: 2;
    }
    
    .contact-info {
        order: 1;
		padding-left:0px;
		
    }
    
    .flex-container {
        flex-direction: column;
    }
}

.contact-info {
    max-width: 550px;
	padding-left:50px;
}
@media (max-width: 768px) {
	.contact-info {
		padding-left:0px;
	}
}
@media (min-width: 1440px) {
	.contact-info {
	padding-left:200px;
}}

.contact-content-wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
}

.contact-content {
    flex: 1;
    padding: 20px;
}

.map-image {
    flex: 1;
    background-size: cover;
    background-position: center;
    min-height: 300px;
	height: fit-content;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

@media (max-width: 1024px) {
    .contact-content-wrapper {
        flex-direction: column;
    }
    
    .map-image {
        position: relative;
        width: 100%;
        order: 2;
    }
    
    .contact-content {
        order: 1;
    }
}

.social-links {
	padding-bottom:100px;
	padding-top:50px;
	background-color: #aee8fe;
}

.social-links2 {
	margin-bottom:60px;	
}
.copyright {
	font-size: 15px;
}
.terms {
	font-size: 15px;
	align-items: start;
	display: flex;
	flex-direction: row;
	gap: 20px;
}
@media (max-width: 768px) {
	.terms {
	flex-direction: column;
	gap: 10px;
	align-items: center;
		padding-bottom: 50px;
}
}

.custom-widget-area .social-icon::before {
	font-size: 35px;
}
.custom-widget-area .wp-block-wpzoom-blocks-social-icons .social-icon.socicon:empty {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-widget-area2 .widget-title {
    font-size: 24px;
    margin-bottom: 20px;	
}

.contact-us-footer h2 {
    text-align: start;
    font-size: 24px;
    margin-bottom: 20px;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
	cursor: default;
}

.contact-item svg {
    margin-right: 10px;
}

.contact-item span {
    font-size: 16px;
}

.contact-item a {
    color: #fff;
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}

.contact-txt {
	display:flex;
	flex-direction:column;
	align-items: start;
}


.contact-txt a {
	font-size:15px;
	padding:0!important;
	text-align: start;
}

.contact-txt span {
	font-size:13px;
}

.hestia-bottom-footer-content {
	display:flex;
	flex-direction:row;
}
@media (max-width: 768px) {
	
.hestia-bottom-footer-content {
	flex-direction:column;
}
} 

.footer-box {
	display: flex;
	flex-direction:column;
	flex:1;
	align-items:start;
	justify-content: center;
	margin-top:30px;
}
.pull-right {
	align-items:end;
}
.contact-us-footer {
	align-items:center;
}
@media (max-width: 768px) {	
.footer-box {
	align-items:center;
	justify-content: center;
}
	.pull-right {
	align-items:center;
}
.contact-us-footer {
	align-items:center;
}
}

.footer-logo {
    background-image: url('/wp-content/uploads/2024/06/cropped-33333.png');
	display:flex;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 100px;
	width: auto;
	margin-bottom:30px;
}
.logo-content {
	display: flex;
	flex-direction: column;
	height:100%;
	align-items: start;
	justify-content: center;
}
.footer-bottom {
	display: flex;
	width: 100%;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
@media (max-width: 768px) {
.footer-bottom {
	display: flex;
	width: 100%;
flex-direction: column;

}}

.footer-top {
	display: flex;
	align-items:start;
	border-bottom: 1px solid #cecece;
}

.wpcf7-form-control-wrap textarea, 
.wpcf7-form-control-wrap input {
	max-width: 400px;
}
.wpcf7-list-item {
	margin: 0;
}
.wpcf7-form p {
	display:flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;
}
#wpcf7-f66-o1 {
	margin-top: 30px;
}
@media (max-width: 768px) {
#wpcf7-f66-o1 {
	margin-top: 0;
}	
}


.card-product {
	padding-top: 50px;
}

/* Shop page */

.post-type-archive-product .shop-banner {
    padding-top: 7%;
}

h4.card-title {
min-height:55px;	
}

.card-product .content {
  display: flex;
  flex-direction: column;
}
.woocommerce h6.category {
  display: none;
}
.woocommerce.archive .main {
	background-color: #fff!important;
}
.woocommerce .product .card-product .footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.card-product .content {
	margin-bottom: 0;
}
.fa-cart-plus::before {
	color: #fff;
}
.woocommerce ul.products li.product .button {
	display: flex!important;
}
.card-product .footer .stats {
	vertical-align: bottom;
	float: right;
	text-align: right;
	padding: 10px;
}
.woocommerce.archive .add_to_cart_button {
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 50px;
	background: #112a48;
}
.woocommerce.archive .add_to_cart_button:hover,
.woocommerce.archive .add_to_cart_button:active,
.woocommerce.archive .add_to_cart_button:focus {
	background: #aee8fe;
}

/* Product page */
.custom-atlantis {
	background-image: url('/wp-content/uploads/2024/07/atlantis_icon.svg');
}
.custom-poseidon {
	background-image: url('/wp-content/uploads/2024/07/poseidon_icon.svg');
}
.custom-atlas {
	background-image: url('/wp-content/uploads/2024/07/atlas_icon.svg');
}
.custom-iris {
	background-image: url('/wp-content/uploads/2024/07/iris_icon.svg');
}
.custom-content-section {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
}

.custom-content {
	width: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.custom-content div {
	height: 50px;
	width: 50px;
	display:flex;
	flex-direction: column;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.product_meta {
	font-size: 0px;
	padding-top: 20px;
}

.woocommerce-product-gallery__image > a {
	height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* .woocommerce div.product div.images img {
	height: 100%;
	width: auto;
	object-fit: cover;
} */

div.summary.entry-summary form.cart.form-group {
	display: flex;
	flex-direction: row;
	align-items: center;
}

/* Styles for widget inside menu item */
.header .widget_block {
	padding:0;
	margin:0;
}

.wc-block-mini-cart__button {
  width: 50px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;

}

#main-navigation ul.nav > li {
	  display: flex;
  align-items: center;
  justify-content: center;
}

/* mini cart */
.wc-block-components-product-name {
	font-size: 2em!important;
}
.wc-block-cart-item__prices {
	font-size: 1.5rem!important;
}
.wc-block-components-product-metadata {
	display:none;
}
.wc-block-components-quantity-selector {
	font-size: 1.3rem!important;
}
.wc-block-cart-item__remove-link {
	font-size: 1.3rem!important;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper {
	font-size: 1.8rem!important;
}
.wc-block-mini-cart__footer {
	padding: 20px 70px 20px 20px!important;
	position: relative;
	font-size: 1.8rem;
}
.wc-block-components-button {
	max-width:150px;
}
.wc-block-mini-cart__footer-checkout {
	box-shadow: inset 0 0 0 1px currentColor;
}
.wc-block-mini-cart__footer-checkout:hover {
	background-color: #1e1e1e;
	color: #fff;
	opacity: 1;
}

/* cart page */
.wc-block-components-sidebar {
	font-size: 16px;
}
.is-large.wc-block-cart .wc-block-cart__totals-title {
	font-size: 17px!important;
}

.wc-block-cart__submit-button:hover {
	background-color: #112a48;
	width: 100%;
	max-width: 100%;
	font-size: 17px;
	font-weight: 400;
	color: #aee8fe;
	border: 1px solid #aee8fe;
  transition: background-color 0.3s ease-in-out!important;
	opacity:1!important;
}
.wc-block-cart__submit-button {
	background-color: #112a48;
	width: 100%;
	max-width: 100%;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	border: 1px solid #fff;
  transition: background-color 0.3s ease-in-out!important;
}


/* checkout page */
.wc-block-components-checkout-place-order-button:hover {
	background-color: #112a48;
	width: 100%;
	max-width: 100%;
	font-size: 17px;
	font-weight: 400;
	color: #aee8fe;
	border: 1px solid #aee8fe;
  transition: background-color 0.3s ease-in-out!important;
}
.wc-block-components-checkout-place-order-button {
	background-color: #112a48;
	width: 100%;
	max-width: 100%;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	border: 1px solid #fff;
  transition: background-color 0.3s ease-in-out!important;
}


.woocommerce-checkout {
	font-size:16px;
}
.wc-block-components-form .wc-block-components-text-input input:autofill + label, .wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-components-text-input input:autofill + label, .wc-block-components-text-input.is-active label {
	transform: translateY(.15em) scale(.875);
}


button, input[type="submit"], input[type="button"], .btn.btn-primary {
	-webkit-box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
	-moz-box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
	box-shadow: 0 2px 2px 0 rgba(39, 41, 176, 0.14), 0 3px 1px -2px rgba(29, 112, 186, 0.2), 0 1px 5px 0 rgba(29, 58, 217, 0.12);
}
button:hover, button:focus, button:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
	-webkit-box-shadow: 0 14px 26px -12px rgba(156, 39, 176, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
	-moz-box-shadow: 0 14px 26px -12px rgba(156, 39, 176, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
	box-shadow: 0 14px 26px -12px rgba(0, 52, 255, 0.42), 0 4px 23px 0 rgba(68, 241, 241, 0.12), 0 8px 10px -5px rgba(174, 224, 239, 0.2);
}


.pswp__caption__center {
	display:none!important;
}

.wc-block-checkout input {
	min-height:50px;
}


/* Shop Banner Section Styles */


/* Shop Banner Section Styles */
.shop-banner {
    background-color: #aee8fe; 
    padding: 40px 0;
}

.shop-banner-container {
    display: flex;
    justify-content: center; 
    flex-wrap: wrap; 
    gap: 20px; 
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; 
}

.shop-banner-item {
    flex: 1 1;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    height: auto;
    max-width: 350px;
    text-align: center;
    box-sizing: border-box; 
    background-color: #fff; 
    padding: 20px; 
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); 
    color: #112a48;
    text-decoration: none; 
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
	
}

.shop-banner-item:hover {
	text-decoration: none;
}
.shop-banner-item:active {
	text-decoration: none;
}
.shop-banner-item:focus {
	text-decoration: none;
}
.shop-banner-icon {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.shop-banner-icon img {
    width: 60px; 
    height: auto; 
    vertical-align: middle;
    display: inline-block; 
}

.shop-banner-item h2 {
    font-size: 1.5em;
    color: #112a48;
    margin: 10px 0;
}

.shop-banner-item p {
    font-size: 1em;
    color: #333;
    margin: 0;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .shop-banner-container {
        flex-direction: column;
        align-items: center;
    }
}


/* My account page */
.woocommerce-account div.blog-post > div:nth-child(1) {
	width: 100%;
	margin-top: 100px;
	margin-bottom: 60px;
}

.woocommerce-MyAccount-navigation-link--downloads {
	display: none;
}

.woocommerce-MyAccount-content {
	border-top: 1px solid gray;
	margin-top: 0px;
}
@media (max-width: 991px) {
.woocommerce-MyAccount-content {
	margin-top: 50px;
}	
}

/*quck view*/

.quick-view-popup {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.qv-content {
    display: flex;
    flex-wrap: wrap;
}

.qv-half {
    flex: 1;
    padding: 10px;
    box-sizing: border-box;
}

.image-half {
    border-right: 1px solid #eee;
}

.details-half {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.product-image {
    margin-bottom: 20px;
}

.product-price {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

.product-description-container {
    margin-top: 20px;
}

.product-description {
    font-size: 16px;
    color: #666;
}

.add_to_cart_button {
    display: inline-block;
    padding: 10px 20px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

.add_to_cart_button:hover {
    background: #005177;
}

@media (max-width: 768px) {
    .qv-content {
        flex-direction: column;
    }

    .qv-half {
        border-right: none;
        border-bottom: 1px solid #eee;
    }

    .qv-half:last-child {
        border-bottom: none;
    }
}




.quick-view-link {
    width:40px;
    height:40px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #112a48;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    text-decoration: none;
    z-index: 10;
}

.quick-view-link .fas {
    font-size: 16px;
}

.quick-view-link:hover {
    background: #aee8fe;
        color: #fff;
}


#quick-view-quantity {
    margin-bottom: 30px;
    width: 80px;
}

.qv-content .qv-half.details-half .add_to_cart_button {
    width: 140px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
    position: relative;
}

.close-button {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;
}

.close-button:hover, .close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.navbar button.navbar-toggle, .navbar button.navbar-toggle {
	color: #112a48!important;
	border-bottom: 1px solid white;
}

.gt_white_content .gt_languages a {
    color: black!important;
}


/*pdf buttons*/

.pdf-download-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.pdf-button {
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 16px;
    background-color: #112a48;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    flex: 1;
    min-width: 200px;
}

.pdf-button:hover {
    background-color:  #aee8fe;
    color: #112a48;
}

@media (max-width: 768px) {
    .pdf-download-section {
        flex-direction: column;
    }
}



.cta-section .container {
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
}
@media (max-width: 992px) {
 .cta-section .container {
	flex-direction:column;
}}

.form-demo {
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	width: 60%;
}
@media (max-width: 768px) {
.form-demo {
	width: 100%;
}
}



.woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button {
    background: #9bd0ff;
    width: 200px;
}



.woocommerce-page.woocommerce-js.header-layout-default.customize-support div.wrapper.default div#primary.content-area main#main.site-main div.main div.blog-post div.container div.before-shop-main div.row div.col-xs-3.col-sm-3.col-md-3.row-sidebar-toggle.desktop span {
	display:none;
}






.payment-logos {
  display: flex;
	margin-top: 150px;
  justify-content: center;
  gap: 10px;
}

.payment-logos a {
		width:50px;
	height:auto;
  display: inline-block;
  margin: 0 5px;
}

.logo {
  height: 25px !important;
  vertical-align: middle;
  transition: transform 0.3s; /* Adds a hover effect */
}

.logo:hover {
  transform: scale(1.1); /* Slight zoom-in effect on hover */
}




.woocommerce-bacs-bank-details {
	margin-top: 100px;
	margin-bottom: 100px;
}
.woocommerce-order-overview {
	font-size: 18px;
}




/*Join us*/

.join-image1 {
    background-image: url('/wp-content/themes/evofdubai/assets/img/shutterstock_116237035.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 700px;
}

.join-image2 {
    background-image: url('/wp-content/themes/evofdubai/assets/img/shutterstock_502728340.jpg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    min-height: 700px;
}

.join-image3 {
    background-image: url('/wp-content/themes/evofdubai/assets/img/shutterstock_404064751.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 450px;
}

@media (max-width: 992px) {
	.join-image1, .join-image2, .join-image3 {
		min-height: 400px;
/* 		background-size: contain; */
	}
}


#become-distributor-card {
    background-color: #aee8fe;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    /*margin-bottom: 20px;*/
}

.form-col {
    width: 48%;
    margin-right: 2%;
}

.form-col:last-child {
    margin-right: 0;
}

.form-col-full {
    width: 100%;
}

textarea, select, input {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .form-col {
        width: 100%;
        margin-right: 0;
    }
}

.position label {
	width: 100%;
}

.form-col-full .wpcf7-form-control-wrap {
	width: 100%;
}

.checkbox input {
	max-width: 20px;
}

.join-first {
	flex-direction: row;
}

@media (max-width: 992px) {
	.join-first {
		flex-direction: column;
	}	
}



// Product hover image

/* Ensure the container is positioned relative */
.woocommerce ul.products li.product {
    position: relative;
}

/* Style for the main product image */
.woocommerce ul.products li.product img.attachment-woocommerce_thumbnail {
    transition: opacity 0.3s;
    z-index: 1;
}

/* Initial style for the hover image: hidden */
.woocommerce ul.products li.product img.hover-product-image {
    display: block;
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 2; /* Place above the main image */
}

/* Change opacity on hover */
.woocommerce ul.products li.product:hover img.attachment-woocommerce_thumbnail {
    opacity: 0;
}

.woocommerce ul.products li.product:hover img.hover-product-image {
    opacity: 1;
}



tr.free-gift th {
    color: green;
    font-weight: bold;
}
tr.free-gift td span {
    color: blue;
    font-style: italic;
}

.woocommerce-shipping-fields .form-group,
.woocommerce-billing-fields .form-group {
	width: 100%;
}
.woocommerce-form__label-for-checkbox {
	display:flex;
	flex-direction: row;
}

.woocommerce-checkout-review-order .woocommerce-shipping-methods li input{
width: auto;	
}
.wc_payment_methods  li input{
width: auto;	
}
#order_comments_field {
	display:flex; flex-direction:column;
}


.products .post-10098 .card .content .footer,
.products .post-10094 .card .content .footer,
.products .post-10090 .card .content .footer,
.products .post-10086 .card .content .footer {
	display: none;
}

#woo-products-wrap h2 {
	margin-top: 60px;
	padding-bottom: 10px;
	border-bottom: 1px solid #112a48;
}

.bwg-title1  {
	display:none!important;
}

.bwg-title1 .bwg-title2 {
	display:none!important;
}

#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-title2 {
    color: transparent!important;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: bold;
    padding: 2px;
    text-shadow: ;
    max-height: 100%;
}

.payment_method_tamara-gateway-checkout label {
	max-width: 90%;
}

.prod-vid {
	color: white;
	border: 1px solid white;
	padding: 10px;
	margin-top:20px;
}
.prod-vid:hover {
	color: #aee8fe;
}

.woocommerce-form-register #reg_email {
	border: 1px solid #aee8fe;
background: aliceblue;
}
