:root{
    --it-primary: #9e1907;
    --it-primary-bg-light: #9e190736;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.btn-main-slide,
.cart-link-contents span.count, .wishlist-link-contents span.count,
.product-van-heading,
.header-main{
    background-color: var(--it-primary) !important;
}
#TF-Navbar>ul>li>a{
    color:white !important;
    font-size: 14px !important;
}
#sticky-header-container #TF-Navbar>ul>li>a{
    color: #1e364e !important;
}
.newstore-myaccount-dropdown>.btn-menu-myaccount{
    color:white !important;
    border: 1px solid white !important;
}
.col-md-6.text-small-center {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.header-cart-conetnts{
    right:0 !important;
}

input[type=checkbox]:checked, input[type=radio]:checked{
    border-color: var(--it-primary) !important;
}
.woocommerce-shipping-totals.shipping{
    background-color: var(--it-primary-bg-light);
}
.fooldalszoveg{
    background: var(--it-primary);
    color: white;
    padding: 25px;
    text-align: center;
}
select#woocommerce_product_count_select{
    display:none !important;
}
.woocommerce form .form-row .select2-container{
    width:100% !important;
}
@media screen and (max-width:768px){
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
        max-width:100% !important;
    }
}
@media screen and (min-width:768px){
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
        max-width:100% !important;
        width:100% !important;
        padding: 0!important;
    }
}
form.checkout.woocommerce-checkout {
    max-width: 1180px;
    margin: auto;
}
.woocommerce_drs_shop{
    position: absolute;
    width:60px;
    right: 10px;
    top: 10px;
}
.woocommerce_drs_page{
    margin:5px;
        width:60px;
}