/* temp */
.woocommerce .related .button {display:none;}  

/* font style change */  
.comment-reply-title {font-size:1rem !important;}
.woocommerce .products .price {font-size:1rem !important;}  

.woocommerce-loop-product__title {font-weight:600;}
.woocommerce .products .price {font-weight:400 !important;}

.woocommerce div.product .product_title {font-weight: 400;}
.related.products h2 {font-size: 1.1rem;}


/* single product page (wc basic template) */
@media (min-width:1025px) {
	.woocommerce div.product .images {width:48.5% !important;}
	.woocommerce div.product .summary {width:48% !important;}
}
.woocommerce-product-gallery img {width:100%;}
.woocommerce .product .summary .price {font-size:1.3rem;}


/* checkout page */
.woocommerce-checkout-review-order-table .cart-subtotal {
	border-top:1px dotted #cccccc;
}
.woocommerce-checkout-review-order-table .order-total {
	font-size:1rem;
	border-top:1px solid #cccccc;
}
.woocommerce .woocommerce-privacy-policy-text, 
.woocommerce #payment .payment_box {word-break: keep-all;}
.woocommerce-checkout .woocommerce h3 {
	font-size: 1.2rem;
    color: #1d8ab7;  /* second color */
}
#billing_first_name_field {clear:both;}


/* my-account */
.woocommerce-account fieldset {
	border-top: 1px dotted #ccc;
    padding-top: 20px;
    margin-top: 30px;
}
.woocommerce-MyAccount-content h2 {font-size:1rem;margin-bottom: 10px;}
.woocommerce-MyAccount-content .wc-bacs-bank-details-account-name {display:none;}
.woocommerce-MyAccount-content .woocommerce-bacs-bank-details {margin-top:1.5rem;}
.woocommerce-customer-details .woocommerce-customer-details--phone {margin-bottom:0;}
.woocommerce-view-order .w-post-elm.post_title {font-size: 1.2rem !important;}
.woocommerce-order-details .woocommerce-table--order-details {width:100%;}
.woocommerce-MyAccount-orders {font-size:0.9em;} 
.woocommerce-EditAccountForm em {font-size:0.75em;}
.woocommerce-MyAccount-navigation-link--customer-logout {
	border-top: 1px dotted #ccc;
    padding-top: 0.5rem;	
}
.woocommerce-MyAccount-navigation {
	background: #f2f3f5;
    padding: 10px 15px;
}
.woocommerce-MyAccount-content .woocommerce-OrderUpdate-text {margin-left:0 !important;} 
.woocommerce-MyAccount-content .woocommerce-OrderUpdate-text p {margin-bottom:0 !important;}
.woocommerce-MyAccount-content .woocommerce-table--order-details, 
.woocommerce-MyAccount-content address {font-size: 0.9em;}
.woocommerce-MyAccount-content .order-again {margin-bottom: 3rem;}
.woocommerce-account fieldset {
	background: #ddd;
    padding: 20px 1.40em;
    margin-bottom: 30px;
}
@media (max-width:600px) {
	.woocommerce-EditAccountForm fieldset label {font-size:12px;}
}

/* .woocommerce .login .lost_password {float:left;} */
.woocommerce-form-login__submit {margin-top: 1.5rem;}

/* ext. social login */
.woocommerce-MyAccount-content .wc-social-login-profile {margin-top:30px;}



/* order received - thankyou page */
.woocommerce-order .wc-bacs-bank-details-account-name {display:none;}
.woocommerce-order .wc-bacs-bank-details {margin-bottom:1.5rem;}
.woocommerce-order h2 {font-size:1rem;margin-bottom: 10px;}
.woocommerce-thankyou-order-received {font-size: 1rem;color:#1d8ab7;} /* brand color */
.woocommerce ul.order_details li strong {font-size: 1.1rem;}





