/**
Theme Name: Ice Monkey
Author: Joint Design e Tecnologia
Author URI: http://jointdesign.com.br
Description: Tema desenvolvido para Ice Monkey em 2021.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ice-monkey
Template: astra
*/

#ast-fixed-header .main-header-bar{
	box-shadow: none !important;
	padding-top: 1em;
	padding-bottom: 1em;
}
.ast-article-single{
	display: inline-block;
	width: 100%;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button{
	background-color: #009800;
	padding: 9px 10px;
	border-radius: 0;
	color: white;
	transition: all .3s;
	font-size: 1.4rem;
	font-weight: 300;
}

.single_add_to_cart_button:hover{
	background-color: #037703 !important;
}

.single_add_to_cart_button::before {
    font-family: fontAwesome;
    content: "\f217\00a0";
}

.single-product div.product p.price, .single-product div.product span.price{
	line-height: 1.5rem;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del{
	width: 100%;
	font-size: 1.2rem;
}

.woocommerce div.product p.ast-stock-detail, .woocommerce div.product p.stock{
	margin-top: 20px;
	color: #009800;
	font-weight: bold;
}

.summary .qty{
	padding: 0.62rem !important;
}

.calculo-de-frete{
	display: flex;
}

div#cfpp div.calculo-de-frete div#calcular-frete{
	margin-bottom: 0;
	height: 39px;
	background-color: black !important;
}

div#cfpp .calculo-de-frete input{
	height: 39px;
}

div#cfpp .calculo-de-frete input:focus{
	border: 1px solid #ddd;
	outline: 0;
}

div#calcular-frete{
	display: inline-block !important;
	line-height: 39px !important;
}

div#cfpp div.calculo-de-frete div#calcular-frete svg{
	top: 4px;
}

#calcular-frete-loader {
    display: none;
    border: 4px solid #91ced8;
    border-top: 4px solid #000000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    animation: carregandofrete 2s linear infinite;
    margin-top: 10px;
    margin-left: 10px;
}

.single-product div.product .entry-title{
	text-transform: uppercase;
}

.single-product .cooler-colors{
	list-style: none;
	display: flex;
	margin: 0;
	margin-bottom: 50px;
}

.single-product .cooler-colors li{
	width: 30px;
	height: 30px;
	background: black;
	border-radius: 50%;
}

.single-product .cooler-colors li + li{
	margin-left: 10px;
}

.single-product .cooler-colors .purple{
	background-color: #7c5d99;
}

.single-product .cooler-colors .orange{
        background-color: #d08a33;
}

.single-product .cooler-colors .green{
        background-color: #9eb356;
}

.single-product .ast-stock-detail{
	margin-top: 0 !important;
}

label[for='payment_method_pagseguro']{
	//display: none;
}

label[for='payment_method_pagseguro'] img{
	display: none;
}

.payment_box .payment_method_pagseguro{
	padding: 0;
}

.payment_method_pagseguro{
	padding: 0 !important;
}

#pagseguro-payment-form{
	padding: 0;
	background-color: white;
	border: none !important;
}

.payment_method_pagseguro > p{
	display: none;
}

.payment_method_pagseguro::before{
	content: '';
	display: none !important;
}

#pagseguro-credit-card-form label{
	line-height: 1rem !important;
	margin-bottom: 10px;
	min-height: 36px;
}

.payment_method_pagseguro input, .payment_method_pagseguro select{
	font-size: 1em !important;
}

.payment_method_pagseguro select{
	min-height: 36px !important;
}

#pagseguro-payment-methods{
	margin-bottom: 20px;
}

.ast-icon-shopping-bag:before{
	content: '\f07a';
}

.ast-icon-shopping-bag{
	padding-right: 15px;
}

.ast-site-header-cart .ast-addon-cart-wrap i.astra-icon:after{
	background-color: black;
	color: white;
	top: -8px;
	padding-right: 0;
}

.ast-hfb-header .ast-addon-cart-wrap{
	padding: .2em 1em;
}

.entry-title{
	font-size: 50px !important;
}

.woocommerce-page.woocommerce-checkout #customer_details h3, .woocommerce.woocommerce-checkout #customer_details h3, form #order_review_heading{
	font-size: 28px !important;
	line-height: 30px !important;
}

.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{
	width: calc(12% - .75em);
}

.video-camadas{
	max-height: 500px;
}

.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){
	clear: none;
}

.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n){
	margin-right: 1em;
}

@media all and (max-width: 767px){

.monkey-slide{
bottom: -68px !important;
}
.monkey-slide img{
	max-width: 120px !important;
	width: 120px !important;
}

}

@media all and (max-width: 1023px){
	.uael-modal-text > div > div{
		flex-direction: column !important;
		
	}
}
