/*

Theme Name: Loadmanager Child Theme
Theme URI: http://custom_theme.me/
Author: Themeco
Author URI: http://custom_theme.me/
Description: Make all of your modifications to Loadmanager in this child theme.
Version: 1.0.0
Text Domain: loadmanager-child
Template: Loadmanager-theme

*/
.hero-section .home-hero-slider{
	    max-width: 100%;
    padding: 0;
}
.home-hero-slider .slick-list {
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
}
a.menu-image-title-hide {
    padding-top: 35px!important;
}
p.loginform-row {
    margin-bottom: 10px;
}
.loginform-row br {
    display: none;
}
.loginform-field {
    width: 100%;
}
.login-form h2 {
    margin-top: 0;
}
.thnkyou h2 {
    text-transform: none !important;
}
.wc_footer_left h3 {
    color: #fff;
}
.woocommerce-message.x-alert.x-alert-info.x-alert-block {
    
    min-height: 66px!important;
}

checkout.woocommerce-checkout.processing {
    background-image: url(https://media.giphy.com/media/3oEjI6SIIHBdRxXI40/giphy.gif);
    
}

 .checkout.woocommerce-checkout.processing { 
     /* background-image:url('/wp-admin/images/wpspin_light-2x.gif') !important; 
     background-position: center !important; 
     background-repeat: no-repeat !important; 
     background-attachment: fixed !important;  */
     position: relative;
 } 
 .checkout.woocommerce-checkout.processing:before {
     content: "";
     position: fixed;
     width: 32px;
     height: 32px;
     background-image: url(/wp-admin/images/wpspin_light-2x.gif)!important;
     top: 50%;
     z-index: 999;
     left: 40%;
    }


@media (max-width:767px) {
	.test {
    border: solid 1px #333;
    display: inline-block;
}
test .x-img {
    border: none!important;
}

.test .banner-text {
    width: 100%!important;
    margin-top: 0!important;
    padding: 10px;
}

.test .banner-text p {
    font-size: 18px;
    line-height: normal;
}

.test .banner-text .text-des {
    font-size: 14px;
    line-height: normal;
}
.test .x-img {
    border: none!important;
}
}