/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Paragraph:(3) label **/
.woocommerce-EditAccountForm > p:nth-of-type(3) > label {
	
}

/** General >> Woocommerce EditAccountForm woocommerce form row wide:(3) **/
.woocommerce-EditAccountForm > .woocommerce-form-row--wide:nth-of-type(3) {
	
}

/** General >> Woocommerce form row wide:(3) required **/
.woocommerce-form-row--wide:nth-of-type(3) .required {
	
}

/** General >> Woocommerce MyAccount content paragraph:(2) **/
.woocommerce-MyAccount-content > p:nth-of-type(2) {
	
}

/** General >> Billing email field **/
#billing_email_field {
	visibility: hidden !important;
}

/** General >> Billing email field required **/
#billing_email_field .required {
	visibility: collapse !important;
}

/** General >> Woocommerce orders table row status completed woocommerce button **/
.woocommerce-orders-table__row--status-completed .woocommerce-button {
	padding-top: 10px !important;
	margin-top: 10px !important;
	border-radius: 10px !important;
}

/** General >> Mobile grid 100 [type="submit"] **/
.mobile-grid-100 [type="submit"] {
	border-radius: 10px !important;
}

/** General >> Post 1293 [type="submit"] **/
#post-1293 [type="submit"] {
	
}

/** General >> Text 2 widget title **/
#text-2 .widget-title {
	margin-bottom: 5px !important;
}

/** General >> Text 3 widget title **/
#text-3 .widget-title {
	margin-bottom: 5px !important;
}

/** General >> Text 5 widget title **/
#text-5 .widget-title {
	margin-bottom: 5px !important;
}

/** General >> Footer widgets inside footer widgets **/
#footer-widgets .inside-footer-widgets {
	
}

/** General >> Post 1293 fieldset **/
#post-1293 fieldset {
	
}


/*( Large Desktop )*/
@media (min-width: 1200px) {

	/*= General =================== */

	/** General >> Product 108203 [type="submit"] **/
	#product-108203 [type="submit"] {
	font-weight: 600 !important;
	top: 15px !important;
}

	/** General >> Post 1293 btn primary **/
	#post-1293 .btn-primary {
	font-size: 24px !important;
	line-height: 1.4 !important;
	font-weight: 600 !important;
	text-align: center !important;
	text-transform: none !important;
	vertical-align: middle !important;
	height: 36px !important;
	border-radius: 10px !important;
}

	/** General >> Post 1293 woocommerce order details title **/
	#post-1293 .woocommerce-order-details__title {
	
}

	/** General >> Table row:(1) table data:(1) **/
	.woocommerce-order-details > table:nth-of-type(2) > tbody:nth-of-type(1) > tr:nth-of-type(1) > td:nth-of-type(1) {
	
}

	/** General >> Table row table data:(1) **/
	tbody > tr > td:nth-of-type(1) {
	font-size: 16px !important;
}

	/** General >> Table row table data:(2) **/
	tr > td:nth-of-type(2) {
	font-size: 16px !important;
}

	/** General >> Table row table data:(3) **/
	tr > td:nth-of-type(3) {
	
}

	/** General >> Product 108340 instock **/
	#product-108340 .instock {
	visibility: hidden !important;
}

	/** General >> Grid parent button **/
	.grid-parent button {
	top: 20px !important;
}

	/** General >> Product 108203 instock **/
	#product-108203 .instock {
	visibility: hidden !important;
}

	/** General >> Product 108441 instock **/
	#product-108441 .instock {
	visibility: hidden !important;
}

	/** General >> Product 108436 instock **/
	#product-108436 .instock {
	visibility: hidden !important;
}

	/** General >> Product 108426 instock **/
	#product-108426 .instock {
	visibility: hidden !important;
}

	/** General >> Billing email field label **/
	#billing_email_field > label {
	visibility: hidden !important;
}


}


/*( Tablet & Phone )*/
@media (max-width: 767px) {

	/*= General =================== */

	/** General >> Post 1293 [type="submit"] **/
	#post-1293 [type="submit"] {
	position: relative !important;
	top: -500px !important;
}


}

