/* 
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 */


.woocommerce-MyAccount-content .breadcrumbs {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.woocommerce-MyAccount-content .breadcrumbs a {
    text-decoration: none;
    margin: 0 5px; 
}

.woocommerce-MyAccount-content .breadcrumbs a:last-child {
    margin-right: 0;
}

.woocommerce-MyAccount-content .breadcrumbs a:hover {
    text-decoration: underline;
}

.woocommerce-MyAccount-content .breadcrumbs::after {
    content: '';
    display: inline-block;
    flex-shrink: 0;
    width: 10px;
    height: 1px;
}
/* .woocommerce-view-subscription #content .wcs-switch-link {
	display: none;
} */

/* 2025-03-04 */

.variations tr{
	display: block !important;
}

.variations tbody {
	display: flex;
}

.variations tr {
	display: inline-block;
	width: 50%;
}

.variations tr * {
	background-color: transparent !important;
}

.var_attrbt_wrapper {
	display: flex;
	gap: 20px;
}

.var_attrbt_select {
	min-width: 200px;
}

/**/

.recent_pro_li {
	display: flex;
	margin-bottom: 15px;
}

.recent_pro_feaimg {
	width: 150px;
	display: block;
    line-height: 100%;
}

.recent_pro_feaimg img {
	height: 150px;
	object-fit: cover;
	max-width: 100%;
}

.recent_pro_cont {
	width: calc(100% - 150px);
	padding-left: 15px;
}

.recent_pro_cont h2 {
	font-size: 20px;
	margin: 0 0 10px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
}

.recent_pro_cont h2 a {
	color: #000;
}

.recent_pro_cont .variation-prices {
	max-width: 200px;
	background-color: transparent;
	border: 1px solid #000;
}

/**/

.woocommerce-view-subscription #content .wcs-switch-link {
	display: none;
}

.woocommerce-view-subscription #content .updowngrade_custbtn {
	display: flex;
	gap: 10px;
	margin: 15px 0 5px;
}

.woocommerce-view-subscription #content .upgrade_custbtn, 
.woocommerce-view-subscription #content .downgrade_custbtn {
	display: block;
}

/*
.wc-block-components-quantity-selector {
	display: none !important;
}
*/

