.menu-item-has-children a.level_1 .w-nav-arrow {
	display: contents !important;
}

.btn_How_to_buy {
	color:#1E88E5;
	background: #fff;
	padding:12px 32px 12px 32px;
	border-radius: 8px;
	border:1px solid #CFD8DC;
	height:48px;
	font-size: 18px;
	line-height:24px;
}

.btn_Login {
	background: #1E88E5;
	color:#fff;
	padding:12px 32px 12px 32px;
	border-radius: 8px;
	height:48px;
	font-size: 18px;
	line-height:24px;
	margin-left: 8px;
}

@media (max-width: 1273px) {
	.btn_How_to_buy, .btn_Login {
		font-size: 14px !important
	}
}

@media (max-width: 1200px) {
	.btn_How_to_buy, .btn_Login {
		padding: 12px 12px 12px 12px!important
	}
}

@media (max-width: 1100px) {
	.btn_How_to_buy, .btn_Login {
		font-size: 12px !important
	}
	.header_hor .l-subheader-cell.at_right>* {
		margin-left: 0rem;
	}
	.l-subheader-cell {
		margin-right: 10px !important;
	}
}

.l-subheader-cell {
    margin-right: 60px !important;
}

.w-html {
	display: flex;
}

.l-subheader.at_middle .l-subheader-cell.at_right {
	flex-basis: 500px !important;
	margin-right: 0px !important;
}

body, .l-canvas {
	background:#ECEFF1 !important;
}

.entry-title { display: none; }

.g-breadcrumbs-separator {
    top: 3px;
    position: relative;
}

.layout_shop_standard  article {
	background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
	padding: 0px 0px 24px 0px !important;
	margin: 13px;
	width: calc(33% - 23px) !important;
}


.layout_shop_standard .w-grid-item-h .post_title,
.layout_shop_standard .w-grid-item-h .price ,
.layout_shop_standard .w-grid-item-h .w-btn-wrapper{
	padding: 0px 24px !important
}

.layout_shop_standard .w-grid-item-h .w-btn-wrapper a {
	width: 100%;
}

.layout_shop_standard .w-post-elm.post_image {
    height: 200px;
}

.layout_shop_standard .w-post-elm.post_image {
    overflow: hidden;
}

.woocommerce-ordering select {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background: #FFFFFF;
	border: 1px solid #CFD8DC;
	border-radius: 8px;
}

.w-hwrapper.align_justify:has(.woocommerce-ordering) {
    justify-content: flex-end !important;
}

.user-product-card {
	background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 0px 0px 24px 0px !important;
    margin: 13px;
    width: calc(33% - 23px) !important;
}

.product-sku {
	display: block !important;
	text-align: left !important;
	margin-left: 16px;
}

.product-name {
	text-align: left !important;
	margin-left: 16px;
}

.woocommerce .cart_totals {
    background: #FFFFFF;
    border: 1px solid #CFD8DC;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
}

button[name="update_cart"] {
    padding: 12px 24px 12px 32px !important;
    border: 1px solid #1E88E5 !important;
    border-radius: 8px !important;
    background: transparent !important;
}

.woocommerce .shop_table thead th {
    opacity: 1 !important;
}

.shop_table_responsive td, th {
    vertical-align: middle !important;
}

.sticky + main .l-section.type_sticky {
	top: 82px !important;
}

.l-section.type_sticky:has(#product_pages) {
	top: 112px;
}

section.height_medium {
  display:none;
}

.l-subheader.at_middle:has(#home_pages) {
    background: transparent !important;
}

.l-section.height_huge {
    padding-top: 0rem !important;
}

.home .l-subheader.at_middle {
	background: transparent;
}

.home .l-subheader.at_middle .w-nav-list .level_1 {
	color: #ffffff !important;
	cursor: pointer;
}

.home .sticky .l-subheader.at_middle {
	background: #fff;
}

.home .sticky .l-subheader.at_middle .w-nav-list .level_1 {
	color: #000 !important;
}

input:not([type=submit]) {
	background: #FFFFFF;
	border: 1px solid #CFD8DC;
	border-radius: 8px;
}

.user-account-dropdown {
    position: relative;
    display: flex;
}

.user-account-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    cursor: pointer;
    user-select: none;
}

.user-account-email {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}

.user-account-arrow {
    font-size: 20px;
    color: #666;
    transition: transform 0.3s ease;
    display: inline-block;
}

.user-account-menu {
    position: absolute;
    top: 70px;
    left: 0;
    margin-left: 12px;
    min-width: 220px;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.25s ease;
    z-index: 10000;
}

.user-account-menu.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.user-account-menu li {
    margin: 0;
    padding: 0;
}

.user-account-menu li a {
    display: block;
    padding: 10px 0px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s ease;
}

.user-account-menu li a:hover {
    background: #f5f5f5;
}

.user-account-menu li:last-child {
    border-top: 1px solid #eee;
    margin-top: 4px;
    padding-top: 4px;
}

.user-account-menu li:last-child a {
    color: #e74c3c;
}

.user-account-login-btn {
    display: inline-block;
    padding: 8px 16px;
    background: #4a89dc;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s;
}

.user-account-login-btn:hover {
    background: #3b78c7;
    color: #fff;
}

@media (max-width: 600px) {
    .user-account-toggle {
        padding: 6px 10px;
    }
    
    .user-account-email {
        font-size: 12px;
        max-width: 140px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .user-account-arrow {
        font-size: 10px;
    }
    
    .user-account-menu {
        min-width: 200px;
        right: -10px;
    }
}

.logout-icon {
  vertical-align: middle;
}

.woocommerce>.woocommerce-MyAccount-navigation {
  display: none !important;
}

.woocommerce>.woocommerce-MyAccount-content {
  width: 100% !important;
}