/*
Theme Name:     Spiralstore
Theme URI:      
Description:    Store Front child theme for click&collect.
Author:         Spiral
Author URI:     http://spiral-communication.fr
Template:       storefront
Version:        20.11.08
*/

/*****
BLOCKS
*****/
/* .
wp-block-group.alignfull .wp-block-group__inner-container {
	width: 90%;
    max-width: 1080px;
    margin: 0 auto;
}

@media (max-width: 66.4989378333em){
	#content .col-full {
		width: 100%;
		margin: 0;
    }    
} 
*/

/*****
MAIN
*****/
.site-main {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .content-area, .widget-area {
        margin-bottom: 0;
    }
}

/*****
	FOOTER
*****/
/* signature spiral*/
.at-spiral{
	text-decoration : none !important;
}

.at-spiral span{
	transform: scale(1.2, -1.2);
	display: inline-block;
	transition: 200ms color;
	color : inherit;
	margin-right: .3em;
	position: relative;
	top: .2em;
}

.at-spiral:hover span{
	color:#229898;
}

/*widgets*/
@media (min-width: 768px){
    .footer-widgets {
        padding-top: 1em;
    }
}

h3.spss_footer_title {
    text-align: center;
}

/*****
HOME
*****/
.home.page-template-template-fullwidth .hentry .entry-content > .wp-block-cover,
.home.page-template-template-fullwidth .hentry .entry-content > .wp-block-image {
    margin-bottom: 0;
}

/*****
CHECKOUT
*****/
/* delivery table */
ul.spcc_day_schedule {
	margin: 1em 0;
	padding: 0;
}

li.spcc_timeslot {
	box-sizing: border-box;
	border: solid 1px #ccc;
	padding: 5px;
	margin: 1px;
	text-align: center;
	display: inline-block;
	cursor : pointer;
}

li.spcc_timeslot.close {
	background-color: #ccc;
	cursor : not-allowed;
}

li.spcc_timeslot.selected {
	background-color: #b6de8d;
	border-color : #629c25;
}

/* order */
.delivery-date{
	font-size: 1.5em;
	font-weight: bold;
}

#store_address {
	list-style-type: none;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-left: 0;
}