/*
	Theme Name: Mobidick Theme for Elementor
	Template: hello-elementor
	Author: Mobidick
	Author URI: http://agenciamobidick.com.br
	Description: Mobidick Theme for Elementor
	Version: 1.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: mobidick-template
*/

a:link,
a:hover,
a:visited{
	transition: all .3s ease;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea{
	height: 44px;
	border: 1px solid #E6E6E6 !important;
	border-radius: 5px !important;
	background: #f7f7f7;
	margin: 0 !important;
}

.woocommerce-ordering select{
	background: #fff !important;
}

input[type=checkbox],
input[type=radio]{
	width: 22px !important;
	min-width: 22px !important;
	height: 22px !important;
	display: inline-block !important;
	padding: 0!important;
	margin: 0 10px 0 0 !important;
	position: relative;
	clear: none;
	cursor: pointer;
	background: #fff;
	border: 1px solid #E6E6E6 !important;
	border-radius: 5px !important;
	outline: 0;
	color: #50575e;
	line-height: 0;
	text-align: center;
	vertical-align: middle;
	-webkit-appearance: none;
	overflow: hidden;
	transition: .05s border-color ease-in-out;
}

input[type=checkbox]:checked::before{
	content: url("./assets/img/check.svg");
	background: var( --e-global-color-primary );
	padding-top: 3px;
	position: absolute;
	top: 0;
	left: 0;
}

input[type=radio]{
	border-radius: 100px !important;
}

input[type=radio]:checked::before{
	content: " ";
	width: 10px;
	height: 10px;
	border-radius: 100px;
	margin-top: 5px;
	display: inline-block;
}

form{
	margin-bottom: 0;
}

ins{
	text-decoration: none;
}

.dce-post.swiper-slide{
	overflow: initial;
}

.woocommerce-message,
.woocommerce-error{
	background: #F3FAEE;
	border-top: 0;
	border-left: 8px solid #8FD35C;
}
/*
.woocommerce-message .woocommerce-Button.button{
	background: none;
	border: 1px solid var(--e-global-color-secondary);
	color: var(--e-global-color-secondary);
	padding: 10px 16px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: normal;
}

.woocommerce-message .woocommerce-Button.button:hover{
	background: var(--e-global-color-5cc8302) !important;
	border: 1px solid var(--e-global-color-5cc8302) !important;
	color: #fff !important;
}*/

.woocommerce-error{
	background: #F47178;
	border-left: 8px solid #EF3942;
	color: #fff !important;
}

.bapf_divi_sfa h3,
.divi_checkbox_class h3,
.divi_color_class h3,
.divi_image_class h3,
.divi_slider_class h3{
	border: 0;
	padding: 0;
}

.woocommerce .quantity .qty {
	width: 100px;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th,
table tbody tr:hover>td, table tbody tr:hover>th{
	background: none !important;
}

table.variations{
	margin-bottom: 0 !important;
}

	table.variations tr{
		margin-bottom: 15px;
		display: block;
	}

		table.variations td{
			display: block;
			margin: 0;
			padding: 0;
		}

			/* table.variations td a.reset_variations{
				display: none;
			} */

.woocommerce div.product.elementor .woocommerce-tabs .panel{
	border-style: solid;
}

.button-wrapper{
	margin-top: 15px;
	margin-bottom: 0;
}

	.button-wrapper #chart-button{
		text-decoration: underline;
	}

	.button-wrapper #chart-button:hover{
	}

.woocommerce div.product p.price{
	margin: 0;
}

.single_variation_wrap {
	margin-top: 10px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price{
	font-size: 16px;
	color: #333;
}

.woocommerce #shipping-calc{
	float: none !important;
	display: flex;
	flex-direction: column;
	margin: 0 !important;
}

	.woocommerce .shipping-calc-header{
		display: flex;
		flex-direction: row;
	}
	
		.woocommerce #shipping-calc .shipping-calc-header svg{
			width: 25px;
			height: 21px;
			margin-right: 8px;
		}
		
		.woocommerce #shipping-calc .shipping-calc-header p{
			font-size: 14px;
			color: #333;
			border: none;
			margin: 0;
			padding: 0;
		}

	.woocommerce .shipping-calc-body{
		margin: 8px 0;
		display: flex;
	}

		.woocommerce #shipping-calc #wscp-postcode.text{
			height: 40px !important;
			padding: 10px !important;
			border: 1px solid #D9DBE2 !important;
			width: 100% !important;
			background: #fff !important;
			border-radius: 5px !important;
			box-shadow: none !important;
			margin-right: 0 !important;
		}

		.woocommerce #shipping-calc #wscp-button{
			width: auto !important;
			padding: 10px 14px !important;
			border-radius: 5px !important;
			font-size: 16px !important;
			position: relative;
			left: -5px;
			transition: all .3s ease;
			background: #E74694 !important;
		}

		.woocommerce #shipping-calc #wscp-button:hover{
			background: #d62c76 !important;
			transition: all .3s ease;
		}

		.woocommerce #shipping-calc a{
			margin-left: 0 !important;
			color: #333 !important;
			text-decoration: underline !important;
		}

		.woocommerce #shipping-calc #wscp-response{
			padding: 0 !important;
		}

			.woocommerce #shipping-calc #wscp-response .woocommerce-message.woocommerce-error{
				margin-top: 20px;
			}

			.woocommerce #shipping-calc #wscp-response table,
			.woocommerce #shipping-calc #wscp-response table tr,
			.woocommerce #shipping-calc #wscp-response table tr td,
			.woocommerce #shipping-calc #wscp-response table tr th{
				border: 1px solid #D9DBE2;
				border-collapse: collapse !important;
				background: #fff;
			}

			.woocommerce #shipping-calc #wscp-response table{
				border-radius: 5px !important;
			}

/* .awl-label-text:before,
.awl-label-text:after{
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	border-style: solid;
	left: calc(100% - 1px);
}

.awl-label-text:before{
	top: 0;
	border-width: 15px 10px 0 0;
	border-color: #E6433C transparent transparent transparent;
}

.awl-label-text:after{
	bottom: 0;
	border-width: 15px 0 0 10px;
	border-color: transparent transparent transparent #E6433C;
} */

s.preco-regular{
	font-size: 14px;
}

.preco-parcelado{
	width: 100%;
	display: inline-block;
	margin-top: 8px;
	font-size: 16px;
	text-align: center;
}

	.preco-parcelado-valor{
		font-weight: bold;
	}

.cart .single_add_to_cart_button{
	margin-left: 0 !important;
}

.woocommerce div.product form.cart div.quantity{
	margin-right: 15px !important;
}

/* .woocommerce div.product form.cart div.quantity.hidden{
	display: none;
} */

/* ul.products.elementor-grid .product a{
	padding-bottom: 20px;
}

	ul.products.elementor-grid .product a h2{
		padding: 0 20px 16px !important;
		text-align: center;
	}

	ul.products.elementor-grid .product a > span{
		padding: 0 20px;
		text-align: center;
	} */

.berocket_single_filter_widget{
	border-bottom: 1px solid #BFBEBF;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.divi_slider_class .bapf_slidr_all,
.bapf_sfilter{
	margin: 0;
}

.bapf_body ul{
	margin: 0;
	padding: 0;
}

	.bapf_body ul li {
		margin-bottom: 8px !important;
	}

		.bapf_body ul li label{
			font-weight: normal;
		}

.bapf_slidr_main.bapf_slidr_num{
	height: 8px !important;
	background: #E1E1E2;
	border-radius: 7px;
}

.ui-slider-range{
	background: #383536 !important;
}

.ui-slider-handle{
	background: #242021 !important;
	border: 0 !important;
	width: 14px !important;
	height: 14px !important;
	top: -4px !important;
}

p.woocommerce-result-count{
	margin: 15px 0 0 !important;
}

.banner-home .swiper-button-prev,
.banner-home .swiper-button-next{
	filter: drop-shadow(0 2px 4px rgba(0,0,0, 0.3));
}

.swiper-button-prev svg line,
.swiper-button-next svg line,
.swiper-button-prev svg line:hover,
.swiper-button-next svg line:hover,
.swiper-button-prev svg polyline,
.swiper-button-next svg polyline,
.swiper-button-prev svg polyline:hover,
.swiper-button-next svg polyline:hover{
	transition: all .3s ease !important;
}

.swiper-pagination-bullet{
	opacity: 1 !important;
	transform: scale(1) !important;
}

.banner-destaque .elementor-container .veja-mais{
	transform: translateY(100%);
	transition: all .3s ease;
}

.banner-destaque .elementor-column:hover .veja-mais{
	transform: translateY(0);
	transition: all .3s ease;
}

.coupon.e-cart-section.shop_table{
	width: 360px;
	margin-top: -105px !important;
}

	.coupon.e-cart-section.shop_table #coupon_code {
		width: 230px !important;
	}

.elementor-widget-woocommerce-cart .woocommerce .coupon-col-start{
	padding-right: 0 !important;
}

	.elementor-widget-woocommerce-cart .woocommerce table.shop_table .button{
		margin-top: 20px;
		float: right !important;
	}

.e-cart__column.e-cart__column-end{
	width: 400px;
	justify-self: end;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart img{
	width: 170px !important;
}

.elementor-widget-woocommerce-cart .woocommerce .input-text.qty{
	max-height: none !important;
	background: #F7F8F9 !important;
	font-size: 14px !important;
	text-align: center !important;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart td{
	padding-top: 0 !important;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart tbody tr td.product-name a{
	text-decoration: none;
}

.elementor-widget-woocommerce-cart .woocommerce .product-name .variation {
	margin-top: 10px;
}

.form-row-first .woocommerce-input-wrapper .select2-container{
	width: 100% !important;
}

#ship-to-different-address-checkbox + span:before{
	content: "Entregar para um endereço diferente?" !important;
	font-family: "Roboto";
}

.e-checkout__order_review,
.e-coupon-box{
	padding: 20px !important;
}

	.e-coupon-box input {
		background: #fff !important;
	}

.e-checkout__order_review-2 .wc_payment_methods .wc_payment_method{
	padding: 20px;
	margin-bottom: 20px !important;
}

	.e-checkout__order_review-2 .wc_payment_methods .wc_payment_method div{
		background: #fff !important;
		padding: 0 !important;
		margin: 0 !important;
	}

.shop_table.woocommerce-checkout-review-order-table th:last-child,
.shop_table.woocommerce-checkout-review-order-table td:last-child{
	width: 160px;
}

#billing_country_field,
#shipping_country_field{
	width: 48% !important;
	float: left !important;
}

#billing_postcode_field,
#billing_address_2_field,
#billing_city_field,
#shipping_postcode_field,
#shipping_address_2_field,
#shipping_city_field{
	width: 48%;
	float: right;
	clear: none;
}

.woocommerce ul.order_details{
	padding: 0;
}

.woocommerce ul.order_details{
	padding: 0;
}

table.shop_table.order_details{
	border-collapse: collapse;
}

	table.shop_table.order_details th,
	table.shop_table.order_details td{
		border: 1px solid #E9E9F2 !important;
		padding: 20px !important;
	}

	table.shop_table.order_details td .wc-item-meta{
		margin: 0;
		padding: 0;
	}

	table.shop_table.order_details th{
		background: #f7f7f7 !important;
		color: #333 !important;
	}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot td,
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot th,
.elementor-widget-woocommerce-checkout-page{
	color: #333 !important;
}

nav.woocommerce-MyAccount-navigation{
	width: 22% !important;
}

.woocommerce-MyAccount-content{
	width: 78% !important;
}

	.woocommerce-MyAccount-content-wrapper{
		padding: 0 !important;
	}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table th{
	background: #f7f7f7;
	padding: 15px !important;
	text-align: center;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td{
	text-align: center;
}

/* .elementor-menu-cart__footer-buttons .elementor-button--checkout {
	display: none;
} */

.elementor-menu-cart__footer-buttons{
	display: flex !important;
	justify-content: end;
	gap: 0 !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart{
	color: #fff !important;
	text-decoration: none;
}

.elementor-menu-cart__product-image img{
	width: 100%;
}

.mobidick p{
	margin: 0;
}

	.mobidick p a{
		text-decoration: none;
	}

.eael-lr-form-wrapper input[type=checkbox]{
	margin-top: -5px !important;
}

	.eael-lr-form-wrapper input[type=checkbox]:checked{
	}

		.eael-lr-form-wrapper input[type=checkbox]:after{
			content: url("./assets/img/check.svg") !important;
			transform: none !important;
			left: 0 !important;
			top: 3px !important;
			border: 0 !important;
		}

label.eael-checkbox-label.rememberme{
	white-space: nowrap;
}

.dce-acf-repeater-item.swiper-slide {
	height: auto !important;
}

th.woocommerce-product-attributes-item__label{
	text-align: left;
}

td.woocommerce-product-attributes-item__value{
	padding: 8px !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img{
	width: 100px;
	height: 100px;
	aspect-ratio: 1;
	object-fit: cover;
}

@media (max-width: 991px){
	.coupon.e-cart-section.shop_table,
	.coupon.e-cart-section.shop_table #coupon_code,
	.e-cart__column.e-cart__column-end{
		width: 100% !important;
	}

	.coupon.e-cart-section.shop_table{
		margin-top: 0 !important;
	}

	.elementor-widget-woocommerce-cart .woocommerce table.cart tr{
		padding: 0 !important;
	}

	.elementor-widget-woocommerce-cart .woocommerce .coupon-col{
		display: flex !important;
	}

	.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-first,
	.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-last{
		width: 48% !important;
	}

	.footer-container .elementor-column{
		width: 100% !important;
	}
}

@media (max-width: 767px){
	.beneficios-container .elementor-column{
		width: 50%;
	}

	form.woocommerce-ordering{
		width: 160px;
	}
	
	.archive-container .elementor-column,
	.single-container .elementor-column{
		width: 100% !important;
	}

	.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-first,
	.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-last,
	#billing_postcode_field,
	#billing_address_2_field,
	#billing_city_field,
	#shipping_postcode_field,
	#shipping_address_2_field,
	#shipping_city_field{
		width: 100% !important;
	}

	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr{
		display: flex;
		flex-direction: column;
	}
	
	.elementor-widget-wc-archive-products .products{
		grid-template-columns: 48% 48% !important;
	}

	.elementor-wc-products ul.products{
		grid-column-gap: 4% !important;
	}

	.woocommerce #shipping-calc #wscp-response table tr{
		display: inherit !important;
	}

		/* .woocommerce #shipping-calc #wscp-response table tr td:before{
			display: none;
		} */

			.woocommerce #shipping-calc #wscp-response table tr td:first-child{
				text-align: left !important;
			}
}

/* To hide the additional information tab */
li.additional_information_tab {
    display: none !important;
}


	.preco-sale bdi {
		font-size: 18px !important;
		font-weight: bold !important;
		line-height: 24px !important;
		font-family: "Roboto Black", sans-serif; 
	}

	.single_add_to_cart_button.button.alt {
		width: 100%;
	}

/*
	.preco-regular bdi {
		text-decoration: line-through !important;
	}
*/

/* .fswp_installments_price.loop,
.fswp_installments_price.single,
.single-product #mobidick-parcelamento-produto {
	display: none !important;
} */

.mobidick-parcelamento-produto {
	font-size: 12px;
}

.mobidick-parcelamento-produto .amount {
	font-size: 16px;
}

.single.fswp_installments_price .price.fswp_calc {
	text-align: left;
	margin-bottom: 10px;
}

.single-product .woocommerce-variation-price { 
	margin-bottom: 0 !important;
}

.single-product .woocommerce-variation-price .price {
	font-weight: bold;
	font-size: 1.2rem;
}

.single_variation_wrap {
	display: flex;
	flex-direction: column;
}

.fswp_variable_installment_calculation {
	order: 1;
	margin-bottom: 15px;
}

.woocommerce-variation.single_variation {
	order: 0;
}

.woocommerce-variation-add-to-cart {
	order: 3;
}

/* a.woocommerce-LoopProduct-link.woocommerce-loop-product__link > div > img {
	position: absolute !important;
	opacity: 1;
	transition: all ease .3s;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link > div:hover > img {
	opacity: 0;
	transition: all ease .3s;
} */

.woocommerce ul.products li.product a img {
	width: auto;
}

.img-hover {
	text-align: center;
}

/* Pagar.me */
.eael-woo-checkout .woocommerce .woocommerce-message {
	background: #F3FAEE !important;
	border-left: 8px solid #8FD35C !important;
	color: #515151 !important;
}

	.woocommerce-message .pagarme-response .title {
		font-size: 24px;
		font-family: "Roboto Slab", sans-serif;
		font-weight: 500;
	}

	.eael-woo-checkout .woocommerce .woocommerce-message a {
		background: #0FB83C;
		color: #fff;
		text-decoration: none;
		border-radius: 5px;
		padding: 12px 50px;
		width: auto;
		display: inline-block;
		margin-top: 0;
	}

		.eael-woo-checkout .woocommerce .woocommerce-message a:hover {
			background: #0C9932;
		}

/* img#pix-image-attention {
	display: none !important;
} */

.pagarme-response .pix-qr-code-instruction {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-top: 10px;
}

.pix-qr-code-instruction.pix-attention-instruction + p {
	text-align: left;
}

.pagarme-method{
	border: none !important;
}

.payment_box.panel.entry-content.pagarme_methods {
	padding: 20px !important;
	margin: 20px 0 !important;
	font-size: 14px !important;
	display: inline-block;
}

.payment_box.panel.entry-content.pagarme_methods fieldset {
	margin: 0 !important;
}

input#payment_method_woo-pagarme-payments {
	margin: 10px !important;
}

.wc-credit-card-info input {
	height: 44px !important;
	padding: 16px !important;
	font-size: 14px !important;
}

@media (max-width: 767px){
	form.woocommerce-ordering {
		width: 100%;
		margin: 20px 0 !important;
		display: inline-block;
		float: none !important;
	}
}

/* SINGLE PRODUTO */
.woocommerce .elementor-58899 .elementor-element.elementor-element-b13e448 .flex-viewport {
	border: 1px solid #E6E6E6 !important
}

.woocommerce div.product div.images .flex-control-thumbs li { 
	margin-bottom: 1rem
}

.woocommerce div.product div.images .flex-control-thumbs img {
	border: 1px solid #E6E6E6 !important;
}

.woocommerce div.product.elementor ul.tabs {
	padding: 0;
}

.description_tab {}

.description_tab.active {
	border: none !important;
	border-bottom: 3px solid #6732B8 !important;
	color: #6732B8 !important;
	font-style: popins;
}

div#tab-description {
	background-color: #F8F8F8;
	border: none;
}

.md-single-produtos-relacionados article.product .dce-post-block {
	border: 1px solid #E6E6E6;
	border-radius: 8px;
	overflow: hidden;
}




/* MINHA CONTA */

.woocommerce-MyAccount-navigation {}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
	position: relative;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:before {
	width: 32px;
	height: 32px;
	margin-top: -6px;
	margin-right: 10px;
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover a:before,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:focus a:before,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a:before {
	filter: brightness(0) invert(1);
}


.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard a::before {
	background: url(./assets/img/profile.png) no-repeat;
	background-position: center;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders a::before {
	background: url(./assets/img/favorite.png) no-repeat;
	background-position: center;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads a::before {
	background: url(./assets/img/favorite.png) no-repeat;
	background-position: center;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address a::before {
	background: url(./assets/img/password.png) no-repeat;
	background-position: center;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-account a::before {
	background: url(./assets/img/store.png) no-repeat;
	background-position: center;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a::before {
	background: url(./assets/img/logout.png) no-repeat;
	background-position: center;
}

/* header */
.header-telefone a {
	text-decoration: none !important
}

.header-telefone .elementor-button-content-wrapper {
	position: relative;
}

.header-telefone .elementor-button-content-wrapper:before {
	position: relative;
	display: inline-block;
	content: "•";
}


.header-telefone .elementor-button-text {
	text-decoration: underline
}

/* pessuisa */

.header-pesquisa {
	
}

.header-pesquisa i.fa-search {
	background-color: #fff !important;
	background-image: url(./assets/img/lupa.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
}

.elementor-search-form--skin-full_screen .elementor-search-form input[type=search].elementor-search-form__input {
	border-top: none !important;
	border-bottom: 1px solid #fff !important;
	border-left: none !important;
	border-right: none !important;
	border-radius: 0 !important;
}

/* carrinho */
.header-carrinho-quantidade {}

.header-carrinho-quantidade .elementor-button-icon-qty {
	top: 60% !important;
	right: 60% !important;
}

.header-carrinho-quantidade .elementor-menu-cart__subtotal {
	border-bottom: none !important;
}

.header-carrinho-quantidade .elementor-button--checkout {
	font-size: 1rem !important;
	width: 100%;
	padding: 14px !important;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 8px !important;
}


.swiper-button-next:after, 
.swiper-button-prev:after {
	content: none !important;
}


.home-categorias-titulo {
	
}

.home-categorias-titulo a {
	color: #fff !important;
}

.e-checkout__order_review, .e-coupon-box {
    background: #f8f8f8 !important;
    padding: 20px !important;
}