/*  MICROTHEMER STYLES  */


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

/** General >> Span (#1) **/
p > span:nth-of-type(1) > span:nth-of-type(1) {
	display: none !important;
}

/** General >> Product info **/
#product_info {
	font-size: 18px !important;
}

/** General >> Paragraph **/
#product_info p {
	margin-top: 10px !important;
}

/** General >> Price **/
#productprice .price {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/** General >> Unordered list **/
#product_info ul {
	margin-bottom: 0 !important;
}

/** General >> Cgkit attribute swatch **/
.cgkit-attribute-swatches .cgkit-attribute-swatch {
	
}
.cgkit-attribute-swatches .cgkit-attribute-swatch > :nth-child(n) {
	width: 120px !important;
	height: 120px !important;
}

/** General >> Button button **/
.cgkit-attribute-swatch button[type="button"] {
	background-color: rgb(255, 255, 255) !important;
}

/** General >> Woocommerce variation description **/
.woocommerce-variation .woocommerce-variation-description {
	font-size: 18px !important;
	line-height: 20px !important;
}

/** General >> Price _2 **/
.woocommerce-variation-price .price {
	color: rgb(35, 131, 197) !important;
	font-size: 30px !important;
	font-weight: 700 !important;
	margin-bottom: 10px !important;
}

/** General >> Bdi **/
.woocommerce-variation-price bdi {
	font-weight: bold !important;
}

/** General >> Price _3 **/
#salebox .price {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}


/*= SIDE CART ================= */

/** SIDE CART >> Woocommerce Price amount **/
.woofc-item-price .woocommerce-Price-amount {
	color: rgb(35, 131, 197) !important;
	font-size: 16px !important;
	line-height: 16px !important;
	font-weight: bold !important;
}

/** SIDE CART >> Woofc area bot **/
#woofc-area .woofc-area-bot {
	border-top: 1px solid rgba(32, 114, 170, 0.28) !important;
}

/** SIDE CART >> Bdi _2 **/
.woofc-item-price bdi {
	font-size: 16px !important;
	font-weight: bold !important;
}

/** SIDE CART >> Woofc total **/
#woofc-area .woofc-total {
	font-size: 18px !important;
}

/** SIDE CART >> Woofc subtotal **/
#woofc-area .woofc-subtotal {
	display: none !important;
}

/** SIDE CART >> Woofc suggested product name **/
#woofc-area .woofc-suggested-product-name {
	line-height: 16px !important;
	font-weight: normal !important;
}

/** SIDE CART >> Woofc area top **/
#woofc-area .woofc-area-top {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(35, 131, 197) !important;
}

/** SIDE CART >> Wpcbn btn **/
.cart .wpcbn-btn {
	background-color: rgb(0, 0, 0) !important;
}

/** SIDE CART >> Woofc action cart **/
#woofc-area .woofc-action-cart {
	background-color: rgb(35, 131, 197) !important;
}

/** SIDE CART >> Woofc action checkout **/
#woofc-area .woofc-action-checkout {
	background-color: rgb(0, 0, 0) !important;
}

/** SIDE CART >> Woofc icon icon10 (::before) **/
.woofc-close .woofc-icon-icon10::before {
	color: rgb(255, 255, 255) !important;
}

/** SIDE CART >> Woofc count number **/
#woofc-count #woofc-count-number {
	background-color: rgb(35, 131, 197) !important;
}

