/*
Theme Name:   Xpro Child
Template:     xpro
*/


/*button add to cart single products*/
.pars-shop form.cart {
    margin: 0 !important;
}


/*video single products*/
@media only screen and (min-width:1200px){
    .pars-video {
    height: 640px !important;
}
}

@media only screen and (max-width: 768px){
    .pars-video {
    height: 400px !important;
}
}

 @media only screen and (max-width: 600px){.pars-video {
    height: 220px !important;
}
}

/*woocommerce message add to cart*/
.message-cart-pars .woocommerce-message:focus {
    outline: none;
}
.message-cart-pars .button.wc-forward {
    text-decoration: none !important;
}

 .message-cart-pars .woocommerce-message {
    line-height: 3 !important;
    padding: 20px 30px 20px 30px !important;
}


/*Responsive mobile woocommerce message*/
@media only screen and (max-width: 600px){
    .message-cart-pars .woocommerce-message {
    display: flex;
    flex-direction: column;
    align-items: center;
}
}

@media only screen and (max-width: 600px){
    .message-cart-pars .button.wc-forward {
    margin-left:0 !important;
}
}




