/*

Theme Name: ECS

Template: kiosko
Author: Gabriel Furmuzachi

*/

  

/* --------------- Theme customization starts here ----------------- */

  
  

/* body {

background-color: red;

} */

body {
	overflow-x: hidden;
}

.wc-block-product {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}
.product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
#wp-block-categories-1 {
    max-width: 280px !important;
}

/* 
.footer-bar {
    width: 100%;
}
 */





#cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #3a76b0;
    color: white;
    padding: 15px;
    text-align: center;
    z-index: 9999;
}
#cookie-banner a {
    color: #f9d30a
}
#accept-cookies {
    margin-left: 15px;
    padding: 5px 10px;
    background: #fdfdfd2c;
    color: #fff;
    border: none;
    cursor: pointer;
}

