/*
 Theme Name:   Shopkeeper Child Theme
 Description:  A child theme of the Shopkeeper WordPress theme
 Author:       Samuel Gualtieri
 Template:     shopkeeper
 Version:      1.0.0
*/

/*.product-thumbnail #canvas-undefined.longboard {*/
/*    !*transform: scale(1) !important;*!*/
/*    !*width: 100%;*!*/
/*    !*height: ;*!*/
/*    position: relative;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: 50% 50%;*/
/*    padding: 30px;*/
/*    text-align: center;*/
/*    border-radius: 20px;*/
/*    margin: auto;*/
/*    margin-top: 4rem;*/
/*    margin-bottom: 2rem;*/
/*    transition: 0.3s all;*/
/*    box-shadow: 0px 32px 120px 6px rgba(0, 0, 0, 0.2);*/
/*}*/
.cxecrt-button-holder{
    display: flex;
    justify-content: center;
}
.cxecrt-button-holder a{
    margin: 0 auto;
}
@media (max-width:1024px){
    .cxecrt-button-holder{
        padding-top:15px;
    }
}
