@charset "UTF-8";

/* Paginação do Woocommerce */
#top #wrap_all .woocommerce-pagination {
	display: block;
	padding: 20px 0px;
	margin: 0px;
	line-height: normal;
	text-align: center;
}
#top #wrap_all .woocommerce-pagination:after {
	content: '' !important;
	display: block !important;
	height: 0px !important;
	line-height: 0px !important;
	clear: both !important;
	visibility: hidden !important;
	opacity: 0 !important;
}
#top #wrap_all .woocommerce-pagination ul {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
#top #wrap_all .woocommerce-pagination ul:after {
	content: '' !important;
	display: block !important;
	height: 0px !important;
	line-height: 0px !important;
	clear: both !important;
	visibility: hidden !important;
	opacity: 0 !important;
}
#top #wrap_all .woocommerce-pagination li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
#top #wrap_all .woocommerce-pagination li:after {
	content: '' !important;
	display: block !important;
	height: 0px !important;
	line-height: 0px !important;
	clear: both !important;
	visibility: hidden !important;
	opacity: 0 !important;
}
#top #wrap_all .woocommerce-pagination span.current,
#top #wrap_all .woocommerce-pagination span.dots,
#top #wrap_all .woocommerce-pagination a {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0px 10px;
	width: auto;
	height: 30px;
	border: #dadcde 0px solid;
	border-radius: 20px;
	background: #ffffff;
	color: #272630;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	line-height: 30px;
	font-family: Helvetica, Helvetica Neue, sans-serif;
	box-sizing: border-box;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
	min-width: 0px;
	max-width: none;
	min-height: 0px;
	max-height: none;
	overflow: hidden;
}
#top #wrap_all .woocommerce-pagination span.current.current:before,
#top #wrap_all .woocommerce-pagination span.dots.current:before,
#top #wrap_all .woocommerce-pagination a.current:before {
	box-shadow: inset 0 0 0 1px rgba(119, 200, 78, 0.75);
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
#top #wrap_all .woocommerce-pagination span.current.current:hover,
#top #wrap_all .woocommerce-pagination span.dots.current:hover,
#top #wrap_all .woocommerce-pagination a.current:hover {
	color: #000000;
}
#top #wrap_all .woocommerce-pagination span.current:before,
#top #wrap_all .woocommerce-pagination span.dots:before,
#top #wrap_all .woocommerce-pagination a:before {
	position: absolute;
	top: 0;
	left: 28%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100px;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.75);
	content: '';
	-webkit-transition: all 0.25s;
	-khtml-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-transform: scale(0);
	-khtml-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}
#top #wrap_all .woocommerce-pagination span.current:hover,
#top #wrap_all .woocommerce-pagination span.dots:hover,
#top #wrap_all .woocommerce-pagination a:hover {
	color: transparent !important;
}
#top #wrap_all .woocommerce-pagination span.current:hover:before,
#top #wrap_all .woocommerce-pagination span.dots:hover:before,
#top #wrap_all .woocommerce-pagination a:hover:before {
	box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.75);
	-webkit-transform: scale(0.3);
	-khtml-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}
#top #wrap_all .woocommerce-pagination span.current.prev,
#top #wrap_all .woocommerce-pagination span.dots.prev,
#top #wrap_all .woocommerce-pagination a.prev,
#top #wrap_all .woocommerce-pagination span.current.next,
#top #wrap_all .woocommerce-pagination span.dots.next,
#top #wrap_all .woocommerce-pagination a.next {
	vertical-align: middle;
	font-size: 14px;
}
#top #wrap_all .woocommerce-pagination span.current.prev span,
#top #wrap_all .woocommerce-pagination span.dots.prev span,
#top #wrap_all .woocommerce-pagination a.prev span,
#top #wrap_all .woocommerce-pagination span.current.next span,
#top #wrap_all .woocommerce-pagination span.dots.next span,
#top #wrap_all .woocommerce-pagination a.next span {
	display: none;
}
#top #wrap_all .woocommerce-pagination span.current i,
#top #wrap_all .woocommerce-pagination span.dots i,
#top #wrap_all .woocommerce-pagination a i {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#top #wrap_all .woocommerce-pagination span.current i.prev::before,
#top #wrap_all .woocommerce-pagination span.dots i.prev::before,
#top #wrap_all .woocommerce-pagination a i.prev::before {
	content: "\e629";
}
#top #wrap_all .woocommerce-pagination span.current i.next::before,
#top #wrap_all .woocommerce-pagination span.dots i.next::before,
#top #wrap_all .woocommerce-pagination a i.next::before {
	content: "\e628";
}

/* Formulário */
#top .woocommerce .form-row {
	clear: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
#top .woocommerce .form-row:after {
	content: '';
	clear: both;
	display: block;
	position: static;
	float: none;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
}
#top .woocommerce .form-row+p:not(.form-row) {
	clear: both !important;
}
#top .woocommerce fieldset {
	clear: both !important;
}
#top .woocommerce .woocommerce-address-fields>div:after {
	content: '' !important;
	display: block !important;
	height: 0px !important;
	line-height: 0px !important;
	clear: both !important;
	visibility: hidden !important;
	opacity: 0 !important;
}
@media only screen and (min-width: 990px) {
	#top .woocommerce .form-row {
		float: left;
		width: 50%;
		min-height: 80px;
	}
	#top .woocommerce .woocommerce-billing-fields>div,
	#top .woocommerce .woocommerce-shipping-fields>div,
	#top .woocommerce .woocommerce-additional-fields>div,
	#top .woocommerce .woocommerce-address-fields>div {
		margin-left: -15px;
	}
	#top .woocommerce .woocommerce-billing-fields .form-row,
	#top .woocommerce .woocommerce-shipping-fields .form-row,
	#top .woocommerce .woocommerce-additional-fields .form-row,
	#top .woocommerce .woocommerce-address-fields .form-row {
		padding-left: 15px;
		padding-right: 0px;
	}
	/* #top .woocommerce .form-row.form-row-wide {width: 100%;} */
	#top .woocommerce .form-row#order_comments_field {
		width: 100%;
	}
	#top .woocommerce .form-row#billing_email_field {
		width: 100%;
	}
	#top .woocommerce .form-row.form-row-wide[id^="myfield"] {
		width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
	.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .form-row {
		float: left;
		width: 50%;
		min-height: 80px;
	}
	.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .form-row:nth-of-type(odd) {
		padding-right: 15px;
	}
	.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .form-row:nth-of-type(even) {
		padding-left: 15px;
	}
	.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .woocommerce-billing-fields>div,
	.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .woocommerce-shipping-fields>div,
	.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .woocommerce-additional-fields>div,
	.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .woocommerce-address-fields>div {
		margin-left: -15px;
	}
	.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .woocommerce-billing-fields .form-row,
	.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .woocommerce-shipping-fields .form-row,
	.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .woocommerce-additional-fields .form-row,
	.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .woocommerce-address-fields .form-row {
		padding-left: 15px;
		padding-right: 0px;
	}
	/* .responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .form-row.form-row-wide {width: 100%;} */
	.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .form-row#order_comments_field {
		width: 100%;
	}
	.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .form-row#billing_email_field {
		width: 100%;
	}
	.responsive.html_mobile_menu_phone #top #wrap_all .woocommerce .form-row.form-row-wide[id^="myfield"] {
		width: 100%;
	}
	.responsive.html_mobile_menu_tablet #top #wrap_all .woocommerce .form-row {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	#top .woocommerce .form-row {
		width: 100%;
	}
}

#top.woocommerce-checkout .create-account p:not(.form-row) {
	display: block;
	float: none;
	clear: both;
	padding-top: 20px;
}

/* Campos */
#top .woocommerce form select.country_select {
	height: 37px;
	line-height: 36px;
	padding: 0px 10px;
}

#top .woocommerce .select2-container {
	position: relative;
	width: 100% !important;
	height: 37px;
	line-height: 36px;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
#top .woocommerce .select2-container * {
	height: 100%;
	line-height: inherit;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
#top .woocommerce .select2-container .select2-choice {}
#top .woocommerce .select2-container .select2-choice .select2-chosen {
	padding-left: 10px;
}
#top .woocommerce .select2-container .select2-choice .select2-search-choice-close {
	display: none;
}
#top .woocommerce .select2-container .select2-choice .select2-arrow {}
#top .woocommerce .select2-container+select {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	width: 0px !important;
	height: 0px !important;
}

#top .woocommerce .select2-container .select2-selection__arrow {
	height: calc(100% - 2px);
}
#top .woocommerce .select2-container .select2-selection__arrow b {
	height: 0px;
	margin-left: -4px;
	margin-top: -2px;
}
#top .woocommerce .select2-container .select2-selection__rendered {
	padding-left: 10px;
	padding-right: 20px;
}

#top .woocommerce .form-row strong {
	display: block;
	position: relative;
	height: 37px;
	line-height: 36px;
	padding: 0px 10px;
	box-sizing: border-box;
}

/* Requerido e Opcional */
.woocommerce .form-row .required {
	color: #F00 !important;
	font-weight: bold !important;
	text-decoration: none;
}
.woocommerce .form-row .optional {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	width: 0px !important;
	height: 0px !important;
	text-decoration: none;
}

/* Formulário */
#top.woocommerce-account #wrap_all .woocommerce-form {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: 15px;
}

#top.woocommerce-account #wrap_all .woocommerce-form .form-row {
	flex: 1 1 auto;
	width: 40%;
	min-height: 0px;
	padding: 0px;
}

#top.woocommerce-account #wrap_all .woocommerce-form .form-row button {
	margin: 0px;
}

/* Formulário de login */
#top.woocommerce-account #wrap_all .login .form-row:nth-of-type(3) {
	width: 100%;
	padding-right: 0px;
	padding-bottom: 0px;
}

#top.woocommerce-account #wrap_all .login .woocommerce-form-login__rememberme {
	position: static;
	float: right;
	width: auto;
	margin: 0px;
	padding: 0px;
}

#top.woocommerce-account #wrap_all .login .lost_password {
	position: absolute;
	float: right;
	top: auto;
	left: auto;
	right: 20px;
	bottom: 20px;
	width: 100%;
	margin: 0px;
	/*margin-top: calc(-1.2em - 7px);*/
	padding: 0px;
	text-align: right;
}
#top.woocommerce-account #wrap_all .login .lost_password a {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

/* Formulário de registro */
#top.woocommerce-account #wrap_all .register .form-row:last-child {
	width: 100%;
	padding-right: 0px;
	padding-bottom: 0px;
}

/* Formulário de registro */
#top.woocommerce-account #wrap_all .lost_reset_password {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

#top.woocommerce-account #wrap_all .lost_reset_password .form-row {
	width: 100%;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	min-height: 0px;
}

#top.woocommerce-account #wrap_all .lost_reset_password .form-row button {
	margin: 0px;
}

/* Calculadora de Frete */
@media only screen and (max-width: 767px) {
	.responsive #top .col2-set .col-1,
	.responsive #top .col2-set .col-2,
	.responsive .cart-collaterals .shipping_calculator {
		width: 100%;
	}
}

/* Carrinho: Botão atualizar carrinho */
#top.woocommerce-cart #wrap_all .shop_table input[name="update_cart"] {
	float: right;
	margin: 3px 0px;
}

/* Carrinho: Botão de continuar comprando */
#top.woocommerce-cart #wrap_all a.return-to-shop:before,
#top.woocommerce-cart #wrap_all .return-to-shop a:before {
	content: '\E880';
	font-family: 'entypo-fontello';
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	padding-right: .5em;
}
#top.woocommerce-cart #wrap_all .shop_table #return-to-shop {
	float: right;
	margin: 3px 2px 3px 0px;
}

/* Carrinho: Botão limpar */
#top.woocommerce-cart #wrap_all a.clear-cart:before,
#top.woocommerce-cart #wrap_all .clear-cart a:before {
	content: '\E847';
	font-family: 'entypo-fontello';
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	margin-top: -3px;
	padding: 0px;
	padding-right: .5em;
}
#top.woocommerce-cart #wrap_all .shop_table #clear-cart {
	float: right;
	margin: 3px 2px 3px 0px;
}

/* Carrinho: Ícone de carrinho do botão */
#top .single_add_to_cart_button:before,
#top.woocommerce-cart .checkout-button:before {
	content: '\e859';
	font-family: 'entypo-fontello';
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	padding-right: .5em;
}

/* Carrinho: Ícone de cupom */
#top.woocommerce-cart .apply_coupon:before {
	content: '\e8cb';
	font-family: 'entypo-fontello';
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	padding-right: .5em;
}

/* Carrinho: Ícone de atualizar carrinho */
#top.woocommerce-cart .update_cart:before {
	content: '\e8d0';
	font-family: 'entypo-fontello';
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	padding-right: .5em;
}

/* Cabeçalho: Carrinho */
@media only screen and (max-width: 767px){
	#top #header .cart_dropdown {
		z-index: 99;
	}
}

.responsive:not(.html_visible_cart):not(.html_cart_at_menu) #top .cart_dropdown {
	display: none;
}

/* Variações do produto */
#top.woocommerce .variations td {
	vertical-align: middle;
	padding: 0px;
	position: relative;
}
#top.woocommerce .variations .reset_variations {
	float: right;
	position: static;
	right: auto;
	bottom: auto;
}

/* Remover overlay das miniaturas */
.single-product .container_wrap_first .image-overlay {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	width: 0px !important;
	height: 0px !important;
}

/* Esconder títulos das abas */
#top #wrap_all .woocommerce-Tabs-panel>h2:first-child {
	display: none !important;
}

/* Listas */
#top #wrap_all .woocommerce-Tabs-panel ol,
#top #wrap_all .woocommerce-Tabs-panel ul {
	margin: 0px;
	margin-bottom: 1em;
}
#top #wrap_all .woocommerce-Tabs-panel ol li,
#top #wrap_all .woocommerce-Tabs-panel ul li {
	margin: 0px;
	padding: 0px;
	margin-left: 2em;
}
#top #wrap_all .woocommerce-Tabs-panel ol li {
	list-style: decimal;
}
#top #wrap_all .woocommerce-Tabs-panel ul li {
	list-style: disc;
}

/* Mensagens */
#top #wrap_all .woocommerce-message,
#top #wrap_all .woocommerce-error {
	position: relative;
	margin: 0px;
	padding: 10px;
	margin-bottom: 25px;
	overflow: visible;
}
#top #wrap_all .woocommerce-message:after,
#top #wrap_all .woocommerce-error:after {
	content: '';
	display: block;
	clear: both;
}
#top #wrap_all .woocommerce-message.has-button,
#top #wrap_all .woocommerce-error.has-button {
	padding-top: 15px;
}
#top #wrap_all .woocommerce-message .button,
#top #wrap_all .woocommerce-error .button {
	position: static;
	float: right;
	margin: 0px;
	margin-top: -5px;
	margin-left: 10px;
}

#top #wrap_all .woocommerce-error .close,
#top #wrap_all .woocommerce-message .close {
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 32px;
	line-height: 25px;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	background: rgba(0, 0, 0, .5);
	color: #FFF;
	border: 2px solid #FFF;
	border-radius: 50%;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .25), inset 0px 0px 3px rgba(0, 0, 0, .25);
	box-sizing: content-box;
	z-index: 999;
	overflow: visible;
	transform: translate(80%, -80%);
	cursor: pointer;
}

#top #wrap_all .woocommerce-error .progressbar,
#top #wrap_all .woocommerce-message .progressbar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	margin: 0px;
	padding: 0px;
	display: block;
	background: #CCC;
	z-index: 998;
	overflow: hidden;
}

/* Posição do campo de senha*/
@media only screen and (max-width: 767px) {
	#top #account_password_field {
		display: block;
		float: none;
		position: relative;
	}
}

/* Clear na lista de produtos */
#top #wrap_all .shop_columns_1:after,
#top #wrap_all .columns-1:after,
#top #wrap_all .shop_columns_2:after,
#top #wrap_all .columns-2:after,
#top #wrap_all .shop_columns_3:after,
#top #wrap_all .columns-3:after,
#top #wrap_all .shop_columns_4:after,
#top #wrap_all .columns-4:after,
#top #wrap_all .shop_columns_5:after,
#top #wrap_all .columns-5:after,
#top #wrap_all .shop_columns_6:after,
#top #wrap_all .columns-6:after,
#top #wrap_all .shop_columns_7:after,
#top #wrap_all .columns-7:after,
#top #wrap_all .products:after,
#top #wrap_all .product:after,
#top #wrap_all .inner_product:after,
#top #wrap_all .inner_product div:after {
	content: '';
	clear: both;
	display: block;
	position: static;
	float: none;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
}

/* Zoom */
#top.single-product .zoomImg {
	background: #FFF;
}

/* Captcha */
#top .anr_captcha_field {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	overflow: hidden;
}

/* Ajuste TABS do produto */
#top #wrap_all .woocommerce-tabs>.tabs a {
	white-space: nowrap;
}
#top.woocommerce_hide_description_tab_title #wrap_all .woocommerce-tabs>.tabs li:first-child,
#top.woocommerce_hide_description_tab_unique #wrap_all .woocommerce-tabs>.tabs li:only-child {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	position: fixed !important;
	top: 0px !important;
	left: 0px !important;
	width: 0px !important;
	height: 0px !important;
	overflow: hidden !important;
	z-index: -1 !important;
}

/* Largura da imagem do produto dentro de uma flex column */
#top.single-product .flex_column .single-product-main-image {
	width: 100%;
}

/* Ícone do Carrinho */
#top.woocommerce_cart_icon_anim .cart_dropdown .cart_dropdown_link [data-av_icon] {
	display: block;
	position: relative;
	top: 50%;
	left: 0px;
	width: 26px;
	height: 29px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#top.woocommerce_cart_icon_anim .cart_dropdown .cart_dropdown_link [data-av_icon]:before,
#top.woocommerce_cart_icon_anim .cart_dropdown .cart_dropdown_link [data-av_icon]:after {
	content: '';
	position: absolute;
	z-index: 1;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
#top.woocommerce_cart_icon_anim .cart_dropdown .cart_dropdown_link [data-av_icon]:before {
	border: 2px solid #888;
	border-bottom: none;
	border-radius: 50% 50% 0 0;
	top: 2px;
	left: 8px;
	width: 6px;
	height: 6px;
}
#top.woocommerce_cart_icon_anim .cart_dropdown .cart_dropdown_link [data-av_icon]:after {
	background: #888;
	top: 8px;
	left: 0px;
	width: 26px;
	height: 21px;
}

#top.woocommerce_cart_icon_anim .cart_dropdown .cart_dropdown_link [data-av_icon]:hover:before {
	top: 0px;
}


/* Setas dos campos de ordenação */
#top .product-sorting .sort-param-order .currently-selected,
#top .product-sorting .sort-param-count .currently-selected,
#top .product-sorting .sort-param-sort a {
	background-image: none;
	position: relative;
}
#top .product-sorting .sort-param-order .currently-selected:before,
#top .product-sorting .sort-param-count .currently-selected:before,
#top .product-sorting .sort-param-sort a:before {
	content: '';
	font-family: 'entypo-fontello';
	display: block;
	position: absolute;
	text-indent: 0px;
}
#top .product-sorting .sort-param-order .currently-selected:before,
#top .product-sorting .sort-param-count .currently-selected:before {
	content: '\E873';
	right: 10px;
	top: 1px;
	height: 100%;
}
#top .product-sorting .sort-param-sort a:before {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}
#top .product-sorting .sort-param-sort a.sort-param-asc:before {
	/*content: '\E883';*/
	content: '\E8C6';
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
#top .product-sorting .sort-param-sort a.sort-param-desc:before {
	/*content: '\E886';*/
	content: '\E8C6';
	-webkit-transform: rotate(90deg) scaleX(-1);
	-moz-transform: rotate(90deg) scaleX(-1);
	-ms-transform: rotate(90deg) scaleX(-1);
	-o-transform: rotate(90deg) scaleX(-1);
	transform: rotate(90deg) scaleX(-1);
}

@media only screen and (max-width: 959px){

	.responsive #top .woocommerce-cart-form table.shop_table {
		display: block;
		overflow: visible;
		background: transparent;
		border: none;
	}
	.responsive #top .woocommerce-cart-form table.shop_table thead {
		display: none;
	}
	.responsive #top .woocommerce-cart-form table.shop_table tbody {
		overflow: visible;
	}

	.responsive #top .woocommerce-cart-form table.shop_table tbody tr {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		float: left;
		width: 100%;
		position: relative;
		overflow: visible;
		margin-bottom: 20px;
	}
	.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item {
		border: 1px solid #ddd;
	}
	.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td {
		display: block !important;
		flex-grow: 0;
		flex-shrink: 1;
		flex-basis: auto;
		float: left;
		border: none;
		width: auto !important;
		text-align: center;
		min-width: 0px;
		min-height: 0px;
		max-width: none;
		max-height: none;
	}
	.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td:before {
		display: block;
		font-weight: bold;
	}

	.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-remove {
		position: absolute;
		right: -10px;
		top: -10px;
		height: auto;
		margin: 0px;
		padding: 0px;
	}
	.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-remove a {
		border: none;
		background: #CCC;
		color: #FFF;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
		text-decoration: none;
	}
	.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-remove a:before {
		content: '\e813';
		font: 1em entypo-fontello;
		display: block;
		text-indent: 0px;
		text-align: center;
		line-height: 18px;
	}

	.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-thumbnail {
		width: 25% !important;
		padding: 0px 12px 0px 0px;
	}
	.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-thumbnail a {
		width: 100%;
	}
	.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-thumbnail img {
		width: 100%;
	}

	.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-name {
		flex-grow: 1;
		width: calc(75% - 12px) !important;
		padding: 0px;
		text-align: left;
		word-break: break-word;
	}
	.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-name * {
		word-break: break-word;
	}

	.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-price {
		flex-grow: 1;
		text-align: center;
		width: calc(50% - 6em) !important;
	}
	.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-price:before {
		content: 'Preço';
	}

	.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-quantity {
		flex-shrink: 0;
		margin: 0px;
		padding: 0px;
		width: 6em !important;
	}
	.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-quantity:before {
		content: 'Qtd.';
	}
	.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-quantity .quantity {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		align-content: center;
		width: 6em;
		height: 2em;
		margin: 0px;
		padding: 0px;
		font-size: inherit;
	}
	.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-quantity .quantity input {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: auto;
		align-self: center;
		font-size: inherit;
	}
	.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-quantity .quantity .qty {
		width: 4em;
		height: 1.9em;
		line-height: 1.9;
		padding: 0px 1em;
		z-index: 0;
	}
	.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-quantity .quantity .plus,
	.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-quantity .quantity .minus {
		border-radius: 50%;
		width: 2em;
		height: 2em;
		line-height: 2em;
		margin: 0px;
		padding: 0px;
	}
	.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-quantity .quantity .plus {
		z-index: 1;
		margin-left: -1em;
	}
	.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-quantity .quantity .minus {
		z-index: 2;
		margin-right: -1em;
	}

	.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-subtotal {
		flex-grow: 1;
		text-align: center;
		width: calc(50% - 6em) !important;
	}
	.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-subtotal:before {
		content: 'Subtotal';
	}

	.responsive #top .woocommerce-cart-form table.shop_table tbody tr td.actions .button,
	.responsive #top .woocommerce-cart-form table.shop_table tbody tr td.actions .coupon,
	.responsive #top .woocommerce-cart-form table.shop_table tbody tr td.actions .coupon .input-text {
		width: 100%;
		margin: 0 0 5px 0;
	}

}
@media only screen and (min-width: 700px) and (max-width: 959px){
	.responsive #top .woocommerce-cart-form table.shop_table tbody {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		overflow: visible;
	}
	.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item {
		flex-grow: 0;
		flex-shrink: 1;
		flex-basis: auto;
		width: calc(50% - 10px);
	}
	.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item:nth-child(odd) {
		float: left;
		margin-right: 10px;
	}
	.responsive #top .woocommerce-cart-form table.shop_table tbody tr.cart_item:nth-child(even) {
		float: right;
		margin-left: 10px;
	}
}

.responsive #top .woocommerce-thankyou-order-failed-actions {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.responsive #top .single-product-main-image .sidebar {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	position: fixed !important;
	top: 0px !important;
	left: 0px !important;
	width: 0px !important;
	height: 0px !important;
	overflow: hidden !important;
	z-index: -1 !important;
}

.responsive #top .single-product-summary+.woocommerce-tabs {
	padding-top: 0px !important;
}

#top .woocommerce-notices-wrapper:empty {
	display: none !important;
}
