/*
Theme Name:   Sundance Child
Template:     sundance
Description:  Child theme Sundance
*/
body {
    background: #ffffff !important;
}
body.custom-background #page{
    background: none !important;
}
article  article{
    margin-left: 0 !important;
}
.site-footer .menu{
    display: flex;
    margin: 0;
    list-style: none;
    gap: 20px;
    align-items: center;
}
.site-footer .menu li{

}
.site-footer .menu li a{
    /* text-decoration: none;
    color: #000; */
}
.widget-area .wp-block-social-links .wp-social-link svg {
    height: 31px;
    width: 31px;
}
.single .byline, .group-blog .byline{
    display: none  !important;
}

.woocommerce div.product form.cart {
    display: flex;
    margin-left: 2px;
}
.woocommerce .quantity .qty {
    height: 100%;
    box-sizing: border-box;
}
.wc-block-components-form .wc-block-components-checkout-step .wc-block-components-country-input {
    margin-top: 12px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select,
.select2-container .select2-selection--single .select2-selection__rendered{
    padding: 15px;
}