/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 27 2020 | 07:44:33 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.desktop-only {
  display: block;
}

/*hide cart for now */

#mini-cart {
/* display: none; */
}

/** some adjustments in the checkout */ 
.payment_methods {
  margin:10px 0 !important
}

.payment_methods label {
  width: 100%
}

#stripe-payment-data br {
  display: none !important
}

#place_order {
  margin:25px 0;
}

.form-row  {
  text-align:center
}

.woocommerce-privacy-policy-text p,p.form-row  {
  text-align: left
}

input#createaccount {
  margin:20px 0
}

/** view cart now showing that much on mobile **/
@media screen and (max-width: 480px) {
  #mini-cart .cart-popup {
  	right: -120px
  }

  #mini-cart .cart-popup:before {	  
  	right: -60px
  }
  
  #mini-cart .cart-popup:after {	  
  	right: -60px
  }
}

.mobile-align-center {
    text-align: left;
}

@media screen and (max-width: 1000px) {
  
	.desktop-only {
    	display: none;
  	}
  
  #mini-cart .minicart-icon {
    	/* height: 60px;
    	width:60px */
    	margin-top:28px;
  		transform: scale(4.75);
  }
  
  #mini-cart .cart-items, .my-wishlist .wishlist-count{
    transform: scale(2)
  }
  
}

@media screen and (max-width: 640px)  {   
    .mobile-align-center {
       text-align: center;
    }
  

}

#header .mobile-toggle {
  font-size: 60px;
}
