/*
 Theme Name:   Creativo Child
 Theme URI:    http://zerofrictioncycling.com.au/creativo-child/
 Description:  Creativo Child Theme
 Author:       Jill Seeman
 Author URI:   http://example.com
 Template:     creativo
 Version:      16.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  creativo-child
 
 .footer_columns_cols_3 .footer_widget_content {
    width: 30%;
}
*/

.woocommerce-pagination {
    padding-top: 10px !important;
}


#payment ul.payment_methods li img {
   display: inline !important;
   }

.about_paypal {
   display: none;
}

.menu-item-4595 {
	width: 100%;
}

.fa.fa-bars.hamburger_mobile_menu {
   font-size: x-large;
}

.single_variation_wrap .woocommerce-variation-price {
  display: inherit !important;
}

.woocommerce-variation.single_variation {
 padding-bottom: 10px!important; 
}

.wcwl_elements .wcwl_notice {
    background-color: #0f834d;
    border-radius: 2px;
    color: #fff;
    clear: both;
    border-left: .6180469716em solid rgba(0,0,0,.15);
    padding: 1em 2em 1em 3.5em;
}

.alert.notice.py-5.px-3.rounded.mb-8.bg-yellow-500.text-white.relative {
    background-color: #e86712!important
}

@media screen and (max-width: 736px) {
   .woocommerce .quantity {
    max-width:120px !important;
  }
   .woocommerce .quantity .minus, .woocommerce .quantity .plus {
   width: 40px !important;
   height: 40px !important;
   line-height: 40px !important;
  }
}

.label {
   text-align: left!important
}

.cross-sells {
   display:none;
}

.return-to-shop {
    padding-top: 10px;
}    
    
.sb-infinite-scroll-load-more a {
	font-size: large;
    margin-top: 60px;
}

.image_prod .badge.out-of-stock-badge, .product .badge.out-of-stock-badge {
    height: max-content !important;
    padding-bottom: 10px !important;
}

.grecaptcha-badge { visibility: hidden; }

.content-letter {
 text-align: left!important;
}

.product .badge.free-badge {
    display: none;
}

form.header_search input.form-control {
   color: #ffffff!important
}

input[type=text], input[type=email], input[type=password], input[type=tel], textarea, input:focus, textarea:focus {
	color: #565656!important;
}

#mojo-sp-right-wrap > button {
 top: 300px!important;
 }
 
.mojo-sp {
 height: 80%!important;
}

ul.product_list_widget li .amount {
   color: #5bc98c;
}

div.wc-proceed-to-checkout {padding: 10px;}

div.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    position: relative;
    left: 50%;
    width: 40%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: center;
    font-size: 16px;
    padding: 20px;
}

#top-menu {text-transform: uppercase;}

div.woocommerce.quantity.minus {
    position: relative;
}

div.woocommerce.quantity.minus:hover {
    position: relative;
}


div.woocommerce-message {
    padding-bottom: 10px;
}

#shipping_method {
    list-style-type: none;
}

div.shop_table woocommerce-checkout-review-order-table {
 border: 1px solid #e9e9e9;
}

/* (1440x900) WXGA+ Display */
@media  screen and (max-width: 1440px) {
    div.header_reduced {text-transform: lowercase!important;}
}

/* Remove bullet points specifically on the cart page */
.woocommerce-cart .woocommerce-error[role="alert"],
.woocommerce-cart .woocommerce-error[role="alert"] li {
    list-style-type: none !important; /* Remove bullet */
    padding-left: 0 !important; /* Remove padding */
    margin-left: 0 !important; /* Adjust margin for alignment */
}



