/*
Theme Name: Fascinatingeducation
Theme URI: https://fascinatingeducation.net/
Author: Fascinatingeducation
Author URI: https://fascinatingeducation.net/
Description: Custom theme for fascinatingeducation
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fascinatingeducation
*/

input.wpcf7-form-control.wpcf7-submit.has-spinner.th-btn {
    width: auto;
    background: #fe292e;
}
.space-top-page {
    margin: 40px 0px;
}
.th-pagination.text-center.mt-60 {
    display: inline-flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: stretch;
    margin-top: 27px;
    flex-wrap: nowrap;
    gap: 10px;
}
.recent-post-wrap .media-img img {
    height: 80px;
}
.recent-post-wrap h4.post-title {
    font-size: 14px !important;
}

body.wp-singular.page-template-default.page.page-id-16{
    background: #d7f3ef;
    padding: 40px 0px;
}
.pcolor p{
    color: #fff;
}

/*div#smooth-wrapper {
    position: unset !important;
}*/

.woocommerce .woocommerce-result-count {
    display: contents;
}
.box-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.course-price {
    margin-top: 10px;
}
.course-card .box-content {
 padding: 12px !important;
}
.course-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.quantity {
    display: none;
}

aside.sidebar-area.pt-0 ul.info-list {
    margin-left: 0px;
    padding-left: 0px;
}

.course-single .course-single-top .course-title {
    font-size: 25px !important;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

.wc-block-cart__submit-container {
    background: #fe292e;
    color: #fff;
    border-radius: 30px;
}
.wc-block-components-button__text {
    color: #fff;
    font-weight: 600;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: #fe292e;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
}
a.wc-block-components-checkout-return-to-cart-button {
    font-size: 18px;
    color: #f82a2b;
    font-weight: 600;
}
.course-sec .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 30px;
    justify-content: center;
}
#smooth-content2 .breadcumb-wrapper .breadcumb-content {
	--space: 70px;
}
#smooth-content2 .breadcumb-wrapper .breadcumb-content{
	padding: calc(var(--space) + 48px) 0 var(--space) 0;
}