/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.3
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

.woocommerce-billing-fields .optional{
    display:none !important;
}
.paysera-payment-method label.paysera-payment-active{
	border-color: #cdcdcd !important;
}
.paysera-payment-method label{
	border: 1px solid transparent !important;
}
input.wpcf7-email, input.wpcf7-text{
    width: 100%;
}
.shoptimizer-modal--content .col-12{
    width: 100%;
}
.shoptimizer-modal--content .row{
    display:flex;
    gap: 1em;
    margin-bottom: 1em;
}
.shoptimizer-modal--content .col-6{
    width: 50%;
}
label[for="woo_lithuaniapost_lpexpress_terminal_id"]:before{
	display:none !important;
}
label[for="woo_lithuaniapost_lpexpress_terminal_id"] p{
	margin-top:20px !important;
}
.grecaptcha-badge { 
    visibility: hidden !important;
}
.elementor-slideshow__title{
	display:none !important;
}
@media(min-width:992px){
    footer.copyright .widget:first-child {
        flex: none;
        width:75%;
    }
    footer.copyright .widget:last-child {
        flex: none;
    }
    footer.copyright > div{
        justify-content: space-between;
    }
}
@media(min-width:768px){
    .elementor-image-gallery .gallery-item img {
        margin: 0 auto;
        max-height: 400px;
        object-fit: cover;
        height: 350px !important;
    }
}
@media (max-width: 992px) {
    .shoptimizer-modal--content .row{
        flex-direction: column;
    }
    .shoptimizer-modal--content .col-6{
        width: 100%;
    }
    body .woocommerce-form-coupon-toggle div.woocommerce-info{
        display: flex;
        flex-direction: column;
        text-align: center;
    }
}
@media (max-width: 770px) {
    .call-back-feature {
        margin-bottom: 1rem;
    }
    .call-back-feature button{
        color: #54a233 !important;
        background-color: transparent !important;
        border: 2px solid #54a233 !important;
    }
}