/*  MICROTHEMER STYLES  */


/*= meus pedidos ============== */

/** meus pedidos >> Woocommerce orders table row status on hold woocommerce button **/
.woocommerce-orders-table__row--status-on-hold .woocommerce-button {
	right: 1px !important;
}

/** meus pedidos >> botao visualizar **/
.woocommerce-orders-table__cell-order-actions > .view {
	background-color: rgb(142, 22, 22) !important;
	padding: 10px 20px 10px 20px !important;
	margin-right: 5px !important;
	border-radius: 5px !important;
}

/** meus pedidos >> botao boleto **/
.woocommerce-orders-table__cell-order-actions > .moip {
	background-color: rgb(168, 168, 168) !important;
	padding: 10px 20px 10px 20px !important;
	margin-left: 5px !important;
	border-radius: 5px !important;
}

/** meus pedidos >> painel completo **/
#post-744 .fl-node-5ad714c570767 {
	position: relative !important;
	top: -100px !important;
}

/** meus pedidos >> botao pagar **/
.pay {
	width: 20.9% !important;
	padding: 10px 45px 10px 19px !important;
	margin-right: 4px !important;
}

/** meus pedidos >> botao cancelar **/
.cancel {
	padding: 10px 10px 9px 12px !important;
}

/** meus pedidos >> parcelado **/
#installments {
	height: auto !important;
}


/*= produto =================== */

/** produto >> titulo texto nome **/
.rnTextFieldInput > .rednaoLabel {
	position: relative !important;
	top: -30px !important;
}

/** produto >> imput nome **/
.rnTextFieldInput > [type="text"] {
	height: 40px !important;
	position: relative !important;
	top: -20px !important;
}

/** produto >> Table row (#1) label **/
tbody > tr:nth-of-type(1) > .label {
	font-weight: 1 !important;
	margin-top: 6px !important;
}

/** produto >> Fl node 60a52316c54dd div **/
.fl-node-60a52316c54dd > div {
	width: 120% !important;
	padding-top: 10px !important;
	position: relative !important;
	top: 10px !important;
}


/*= categoria ================= */

/** categoria >> Ast woocommerce container **/
.ast-woocommerce-container {
	padding: 0 10px 10px 10px !important;
}


/*= checkout ================== */

/** checkout >> pix **/
.woocommerce-order-details > div {
	display: none !important;
}

/** checkout >> atualização **/
.woocommerce-MyAccount-content > h2 {
	display: none !important;
	overflow-y: auto !important;
}

/** checkout >> Label _2 **/
#billing_country_field label {
	display: none !important;
}

/** checkout >> Billing country field **/
#billing_country_field {
	display: none !important;
}

/** checkout >> Billing persontype field **/
#billing_persontype_field {
	display: none !important;
}

/** checkout >> Price **/
.price {
	font-family: "Trebuchet MS" !important;
	color: rgb(43, 133, 4) !important;
	font-size: 16px !important;
	font-weight: 500 !important;
}

/** checkout >> Star rating (::before) **/
.star-rating::before {
	font-size: 10px !important;
}

/** checkout >> Span (::before) **/
.post-8171 > div:nth-of-type(6) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) > span::before {
	font-size: 10px !important;
}

/** checkout >> Span (::before) _3 **/
.star-rating > span::before {
	font-size: 10px !important;
}


/*( Desktop grande )*/
@media (min-width: 1200px) {
	/** Geral >> logo wordprass **/
	#wp-admin-bar-wp-logo > .ab-item {
	display: none !important;
}

}


/*( Celular )*/
@media (max-width: 480px) {
	/** produto >> Shipping table data (::before) **/
	.shipping td::before {
	position: relative !important;
	left: -90% !important;
	float: none !important;
}

	/** produto >> List item (#1) label **/
	ul > li:nth-of-type(1) > label {
	margin-left: 11px !important;
}

	/** produto >> Shipping method list item (#1) **/
	#shipping_method li:nth-of-type(1) {
	text-align: left !important;
	margin-right: 100px !important;
}

	/** produto >> Shipping method list item (#2) **/
	#shipping_method li:nth-of-type(2) {
	text-align: left !important;
}

	/** produto >> Shipping method list item (#3) **/
	#shipping_method li:nth-of-type(3) {
	text-align: left !important;
}

	/** produto >> Woocommerce shipping destination **/
	.woocommerce-shipping-destination {
	text-align: left !important;
}

	/** Geral >> fixo **/
	.myfixed {
	height: 52px !important;
}

	/** Geral >> Fl flyout left hamburger **/
	.fl-flyout-left .hamburger {
	color: rgb(255, 255, 255) !important;
}

	/** checkout >> Billing persontype field **/
	#billing_persontype_field {
	display: none !important;
}

}

