/* В этом файле могут быть указаны пользовательские CSS-стили */

.table>tbody>tr>td.namecolumn{
    vertical-align: middle;
}

#content>form>#wholesale-cart{
	max-width: 50%;
	float: right;
	color: #ff0000;
}

#content .ruble, #header .ruble, #container .ruble {
    width: 10px;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-details .wa-weight {
    font-size: 12px;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-details .wa-sku {
    font-size: 12px;
}

#wa-cart-weight .wa-weight {
    font-weight: bold;
}
.wa-order-form-wrapper .wa-details-fields-section .wa-required {
    color: #e69900;
}

#wa-order-cart-wrapper .hint2{
    font-size: 12px;
}
.shop-regions-open-window-btn{
    color: #ed6121;
}
@media (max-width: 768px) { /* Adjust breakpoint if needed */
    .shop-regions-confirm-window {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
        background: white;
        
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        border-radius: 10px; /* Optional: make it fit better on smaller screens */
        max-width: 400px; /* Prevent it from being too wide */
    }
}
