/*
CTC Separate Stylesheet
Updated: 2021-08-20 16:51:53
Theme Name: Automato Child
Theme URI: https://automato.ch
Template: yootheme
Author: Sachs Creative Agency
Author URI: https://sachscreative.ch
Description: A powerful, flexible and elegant website builder that allows you to create complex pages within minutes and customize every aspect of the theme.
Version: 2.5.10.1629471113
*/

.user-widget{
    color: rgba(255,255,255,.7) !important;
}

.user-widget:hover{
    color: #fff !important;
}

.uk-modal-body .woocommerce-form__label{
    display: flex;
    justify-content: space-between;
}

.uk-modal-body .woocommerce-LostPassword{
    text-align: center;
}

.uk-progress::-webkit-progress-bar {
    background-color:rgba(255,0,0,.04) !important;
}
.uk-progress::-webkit-progress-value {
    background-color: #15a537 !important;
}
.uk-progress::-moz-progress-bar {
    background-color:#15a537 !important;
}
.uk-progress::-ms-fill {
    background-color:#15a537 !important;
}

.uk-progress{
    height: 8px !important;
}

.widget-woocommerce-widget-cart{
    height: 100%;
}
.widget-woocommerce-widget-cart .widget_shopping_cart_content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#cart-sidebar h1{
    margin-top: 0;
    font-size: 30px;
}

.woocommerce-checkout .uk-subnav{
    justify-content: space-evenly;
}

.woocommerce .uk-switcher{
    display: flex;
    justify-content: space-around;
}

.checkout-login{
    width: 450px;
}

.checkout-billing-shipping{
    margin-top: 30px;
    width: 650px;
}

#customer_details{
    width: 100% !important;
}

#customer_details .col-1{
    padding-bottom: 75px;
}

.switcher-disabled{
    cursor: not-allowed;
}

.product-bar .added_to_cart{
    display: none;
}

.tax-product_cat .variations_form {
    display: none!important;
}
ul.products>* .woocommerce-loop-product__link, ul.products>.product-category>a {
    position: relative;
    padding-top: 100%;
}

ul.products>* .woocommerce-loop-product__link>img, ul.products>.product-category>a>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    object-fit: contain;
}
