/**
Theme Name: Dorio - Moshi Moshi
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dorio-moshi-moshi
Template: astra
*/
#hide-header {
	transition: all .4s ease!important;
}
/* #hide-header.black_bg {
	background-color:#000;
} */
.meg_icons_list ul li,.meg_icons_list .elementor-icon-list-item, .meg_icons_list .elementor-icon-list-item a{
    justify-content: flex-end;
    text-align: right;
    flex-direction: row-reverse !important;
}
.meg_icons_list ul .elementor-icon-list-text{
    padding-inline-start:0 !important;
}
.meg_icons_list .elementor-icon-list-item > .elementor-icon-list-text, .meg_icons_list .elementor-icon-list-item > a{
	text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}
body.page-about .header_menu li a[data-page="about"] .elementor-icon-list-text,
body.page-products .header_menu li a[data-page="product"] .elementor-icon-list-text,
body.page-services .header_menu li a[data-page="services"] .elementor-icon-list-text{
	font-weight:700;
}
.prop_img,.prod_menu,.prod_sub_menu {
	opacity:0;
	pointer-events:none;
	transition:all .5s ease-in-out;
}
.prop_img.active,.prod_menu.active,.prod_sub_menu.active{
	opacity:1;
	pointer-events:all;
}
.post_recent_img{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.post_recent_img::before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:22px;
	left:-22px;
	border:1px solid #D6AD61;
	z-index:-1;
}
.post_recent_img::after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:340px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
}
.awards_item{
	opacity:0.6;
	transition:all .5s ease-in-out;
}
.awards_item:hover{
	opacity:1;
}
.awards_item_header{
	cursor:pointer;
}
.awards_item_content{
	display:none;
}
.awards_item:last-child{
	border-bottom:1px solid #fff;
}
a:focus{
	outline:none !important;
}
#sb_instagram .sbi_load_btn .sbi_btn_text{
	display:flex;
}
#sb_instagram .sbi_load_btn::after{
    background-color: currentColor;
    bottom: -6px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: center right;
    transition: transform 1s cubic-bezier(.19,1,.22,1);
    transition: transform 1s cubic-bezier(0.19,1,0.22,1);
    width: 100%;
}
#sb_instagram .sbi_load_btn:hover::after{
	transform: scaleX(1);
    transform-origin: center left;
}
#sb_instagram .sbi_load_btn .sbi_btn_text::after{
	content:'';
	background-image:url('/wp-content/uploads/2024/07/arrow_cool_down-2.svg');
	width:20px;
	background-repeat:no-repeat;
	height:22px;
	background-position:center;
	background-size:20px auto;
	margin-left:10px;
	display:flex;
}
@media screen and (max-width:767px){
	.post_recent_img{
		position:relative;
		top:unset;
		left:unset;
		min-height:237px;
	}
	.post_recent_img::before{
		top:8px;
		left:-6px;
	}
	.post_recent_img::after{
		display:none;
	}
}

/**26.9.2024***/
/* Main Product Image and Thumbnails - Right Side Layout */
/* Thumbnails Container Positioned on the Right */
.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-direction: column;  /* Display thumbnails vertically */
    position: absolute;
    right: 0; /* Position the thumbnails on the right side */
    top: 0;
    width: 15%;  /* Adjust this percentage to control the width of the thumbnail column */
    margin: 0;
    padding: 0;
}

/* Adjust Main Product Image Width to Account for Thumbnails on the Right */
.woocommerce div.product div.images .flex-viewport {
    width: 85% !important; /* Adjust the main image width to give space for thumbnails */
    margin-right: 15%; /* Ensure space for the thumbnails */
}

/* Control Thumbnails Size */
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100% !important;  /* Thumbnails take full width in the column */
    margin-bottom: 10px; /* Adds spacing between thumbnails */
}

/* Thumbnails Image Adjustments */
.woocommerce div.product div.images .flex-control-thumbs img {
    width: 100% !important;
    height: auto; /* Maintain aspect ratio */
    object-fit: contain; /* Ensures the image fits well */
}

/* Mobile Layout: Display Thumbnails Horizontally Below the Main Image */
@media (max-width: 768px) {
    .woocommerce div.product div.images .flex-control-thumbs {
        position: relative;
        display: flex;
        flex-direction: row; /* Thumbnails horizontally aligned on smaller screens */
        width: 100%;
        margin-top: 10px;
        margin-right: 0;
        justify-content: center;
    }
    
    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 18% !important; /* Adjust thumbnail width for mobile */
        margin: 0 5px;
    }
    
    .woocommerce div.product div.images .flex-viewport {
        width: 100% !important; /* Ensure full width for the main image on mobile */
        margin-right: 0;
    }
}

/* Tablet Layout: Maintain Vertical Thumbnails on the Right */
@media (min-width: 769px) and (max-width: 1024px) {
    .woocommerce div.product div.images .flex-control-thumbs {
        width: 20%;
        right: 0;
        top: 0;
    }

    .woocommerce div.product div.images .flex-viewport {
        width: 80% !important;
        margin-right: 20%;
    }
}

:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes) form.cart .button:where(:not(:first-child)), :is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes) form.cart button:where(:not(:first-child)){
	display: none;
}

.woocommerce-js div.product form.cart .variations th{
	display: none;
}

.woocommerce-js div.product form.cart .single_variation_wrap{
	display:none;
}

.woocommerce-js div.product form.cart table{
	border-width: 0 0 0px!important;
}
@media screen and (max-width:767px){
	#sb_instagram .sbi_photo{
		height:300px !important;
	}
}

/***categoy filter dropdown ***/


@media screen and (max-width:767px){
.woocommerce-js .select2-container .select2-selection--single, .woocommerce-js select, .woocommerce-page .select2-container .select2-selection--single, .woocommerce-page select{
	padding: .3em;
	padding-right: 2em;
	
}

.woocommerce-js div.product{
	padding-top: 30px;
	padding-left: 20px;
}
}


