/* ---------------------------------------------------------
   WooCommerce
--------------------------------------------------------- */

/* Checkout - customer details width on desktop */
@media (min-width: 992px) {
	.woocommerce.woocommerce-checkout form #customer_details.col2-set,
	.woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
		max-width: 55%;
	}
}

/* Product image size */
.edublink-single-product-inner .edublink-single-product-thumb-wrapper .edublink-single-product-thumb {
	width: 250px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
}

/* WooCommerce price amount */
.woocommerce-Price-amount {
	font-size: 24px;
}

/* Featured product tag spacing */
.eb-featured-product-tag {
	margin-left: 10px;
}


/* ---------------------------------------------------------
   Tutor LMS / EduBlink
--------------------------------------------------------- */

/* Course sidebar button height on tablet/desktop */
@media (min-width: 768px) {
	.edublink-course-details-sidebar-content a.tutor-btn {
		height: 60px;
	}
}

/* Course bookmark spacing */
.edublink-course-details-sidebar-content .tutor-course-bookmark,
.tutor-single-course-sidebar .tutor-course-bookmark {
	margin-top: 25px;
}

/* Enroll button spacing */
.edublink-course-details-sidebar .eb-tl-enroll-btn.tutor-static-loader {
	margin-bottom: 0 !important;
}

/* Course sale price - deleted price position */
.edublink-single-course .course-price del {
	position: absolute;
	top: 70px;
	right: 2px;
	font-size: 19px;
	/* display: none; */
}

/* EduBlink / Tutor LMS - enrolled date on new line */
.eb-tl-enroll-info .tutor-enrolled-info-date {
	display: block !important;
	margin-top: 2px !important;
}




/* ---------------------------------------------------------
	Homepage - EduBlink Course Price
--------------------------------------------------------- */
 /* FSRC - Increase course price font size only on homepage */
 .home .edublink-single-course .course-price,
 .home .edublink-single-course .course-price span,
 .home .edublink-single-course .list-item-price,
 .home .edublink-single-course .tutor-item-price {
	 font-size: 22px !important;
	 line-height: 1.2 !important;
	 font-weight: 600 !important;
 }
 


