/*
Theme Name:   JohnyWick
Description:  Write here a brief description about your child-theme
Author:       coolbrand
Author URL:   http://coolbrand.pl
Template:     generatepress
Version:      1.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  JohnyWick
*/

/* Write here your own personal stylesheet */

.variations_and_wrap {flex-direction:column;}
.woocommerce div.product form.cart .button.test {order:100}
.variations_and_wrap .single_variation_wrap #presonalized-price-container{order:90;}
.woocommerce div.product .variations_and_wrap .single_variation_wrap .woocommerce-variation {order:91;}
.variations td.label {font-weight:700;}
.woocommerce div.product .single_variation_wrap, .woocommerce div.product .variations_and_wrap .variations{width:100% !important;}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {vertical-align:middle;}
.variations tr:last-child  a  {position:absolute;right:0px;}
.home .latest-wrapper .latest-single,.home .latest-wrapper .latest-single-content {display:flex;flex-direction:column;flex:1}
.home .latest-wrapper .latest-single-content .latest-single-content__button {align-self:start;}
.home .latest-wrapper .latest-single:nth-child(n+5) {display:none;}
.home .latest-wrapper .latest-single-content .latest-single-content__text {margin-top:auto;}
@media (max-width: 1280px){
.home .latest-wrapper .latest-single:nth-child(n+4) {
    display: none;
}}
@media (max-width: 1024px){
    .home .latest-wrapper .latest-single:nth-child(n+3) {
        display: none;
    }}
