/*
Theme Name: Fukushima no Okome
Version: 0.0.1
Template: shoppingcart

Tags: threaded-comments, right-sidebar, four-columns, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, flexible-header, post-formats, footer-widgets, sticky-post, theme-options, translation-ready, e-commerce, education, portfolio
*/


#secondary{
display:none;
}

#primary,
.related.products{
float:none;
width:auto;
}


@media only screen and (max-width: 767px){
#site-branding .wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}

#primary{
padding:5vw;
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
float:none;
width:80%;
margin:0 auto 5vw auto;
}

.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){
float:none;
}

}


.woocommerce-checkout-review-order-table td:first-child{
width:50%;
}

@media only screen and (max-width: 767px){
.woocommerce-checkout-review-order-table td:first-child{
width:40%;
}

}

.place-order button{
display:block !important;
width:100%;
max-width:400px;
padding:1.5em 0 !important;
margin:auto !important;
}


.woocommerce span.onsale{
top: -20px;
left: -20px;
display:flex;
align-items:center;
justify-content:center;
background-color: #f77426;
min-height: 5em;
min-width: 5em;
line-height:1;
font-size: 14px;
font-weight: 500;
}

.archive.woocommerce span.onsale:before {
content: "";
background-color: #f77426;
width: 8em;
height: 11em;
transform: rotate(-65deg);
position: absolute;
z-index: -1;
top: -7em;
right: -2em;
}