/*
Theme Name: OBOR Tires - Mauuser CHILD THEME
Template: hello-elementor
Version: 1.0.0
Author: WebNET
*/

@import url("../hello-elementor/style.css");

.custom-variation-buttons {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.variation-box {
    margin: 0px !important;
}

.variations label {
    color: #fff;
}

.variations .label {
    padding: 0px !important;
    background: none !important;
}

.variations tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.variations .value {
    background: none;
}

button.variation-box {
    border-color: #ed1c24;
    color: #ffffff;
    font-weight: 500;
    padding: 5px 10px;
    background-color: #333;
}

button.variation-box:hover,
button.variation-box.selected {
	background-color: #ed1c24;
}

.reset_variations {
    display: none !important;
}
.single_add_to_cart_button {
	background-color: #ed1c24 !important;
}

.woocommerce-product-gallery {
    display: flex;
    flex-direction: row-reverse;
}
.flex-control-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.flex-control-nav > li {
    width: 50% !important;
}
.flex-control-nav > li > img {
    max-width: 100%;
}
.woocommerce span.onsale {
	background-color: #ed1c24;
}
.attribute-terms-homepage,
.woocommerce-widget-layered-nav-list{
    list-style-type: none;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	gap: 10px;
}
.attribute-terms-homepage li,
.woocommerce-widget-layered-nav-list li{
    padding: 5px 10px !important;
    background: #333;
    border-radius: 5px;
	transition:500ms;
}
.attribute-terms-homepage li:hover,
.woocommerce-widget-layered-nav-list li:hover{
	background: #fff;
	box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.25);
	transform: translatey(-5px);
}
.attribute-terms-homepage a,
.woocommerce-widget-layered-nav-list a{
    color: #fff;
	transition: 500ms;
}
.attribute-terms-homepage a:hover,
.woocommerce-widget-layered-nav-list a:hover{
    color: #ed1c24;
}
.count {
    display: none;
}
.woocommerce-widget-layered-nav-list__item--chosen {
    background: #ed1c24 !important;
}
.woocommerce-widget-layered-nav-list__item--chosen a {
	display: flex;
    align-items: center;
}
.woocommerce-widget-layered-nav-list__item--chosen a:before {
	color:#fff !important;
}
.woocommerce-widget-layered-nav-list__item--chosen a:hover {
	color:#fff;
}
.e-coupon-anchor-description {
    display: none;
}
.woocommerce-variation-price {
    font-family: 'Rubik';
	margin-bottom: 10px;
}