/*
	Theme Name: Armored Love
	Theme URI: https://armoredlove.net/
	Description: Tema para atender especificações do novo website da Armored Love
	Author: Rafa
	Author URI: https://armoredlove.net/
	Version: 1.0.0
	Template: hello-elementor
	Text Domain: hello-elementor-child
*/

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    border-radius: 30px !important;
    color: #ffffff;
    background-color: #1E1E1E;
    
}

.woocommerce-MyAccount-navigation {
    display: none;
}
.woocommerce-account .woocommerce-MyAccount-contente {
    float: none !importante;
width: 100%;
background-color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}
#customer_login h2 {
	font-size: 18px;
	color: #030303;
}

.button {
	margin-top: 20px !important;
	width: 100% !important;
}
.woocommerce-info a {
	display: none !important;
}

#billing_first_name_field {
	width: 100%;
}

.wc-stripe-card-icons-container {
	display: none !important;
}

/* Estiliza a lista geral */
.wc_payment_methods {
  list-style: none;
  padding: 0;
  margin: 0;
} 
 
.woocommerce-checkout #payment #place_order{
	background-color: #EA6862  !important;
}
.cuw-product-title{
	font-size: 15px !important;
}

.cuw-offer .cuw-product-image img, .cuw-product .cuw-product-image img {
    margin: 0 !important;
    height: 100%;
    width: 50% !important;
}
.order-again {
	display: none !important;
}
a:active, a:hover {
	color: #fff !important;
}

.download-product a {
	color: #000 !important;
}

.woocommerce-table__product-name a {
	color: #000 !important;
}
.woocommerce-checkout-review-order-table .product-quantity {
    display: none;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name {
    max-width: 100% !important;
    padding-right: 0px !important;
}

.detail-list-product {
	display: flex;
    flex-direction: row;
    align-items: center;
}

@media only screen and (max-width: 820px) { 
	.cuw-offer .cuw-product-image img, .cuw-product .cuw-product-image img {
    width: 100% !important;
   }
}