/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.4
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@media only screen and (min-width: 1921px) {
    .container-width, .full-width .ubermenu-nav, .container, .row {
        max-width: 1920px !important;
    }
    .product-banner-title {
        max-width: 1920px;
    }
}
@media only screen and (max-width: 1920px) {
    .container-width, .full-width .ubermenu-nav, .container, .row {
        max-width: 1227px !important;
    }
    .product-banner-title {
        max-width: 1227px;
    }
}

.stuck .header-main .nav > li > a {
    line-height: 23px !important;
}
.header .account-item .account-link,
.header .html.custom a.sign-up {
    width: 150px;
    height: 62px;
    border-radius: 10px;
    background: #233DFF;
    color: #fff !important;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-size: 20px;
}
.header .account-item .account-link:hover,
.header .html.custom a.sign-up:hover {
    background: #1A2FCC;
    color: #fff !important;
    text-decoration: none;
}
.nav-line-bottom>li>a:is(.account-link)::before,
.nav-line-bottom>li>a:is(.sign-up)::before {
    display: none;
}
.header .html.custom a.sign-up {
    width: 220px;
}
.header .social-icons a.facebook.tooltip {
    opacity: 1;
    position: relative;
}
.header .social-icons i {
    min-width: 1em;
    font-size: 20px;
    color: #233DFF;
}
.hero-title {
    padding-left: 15px;
}
.book-packages .col h2.col-title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    background: #233DFF;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    line-height: 86px;
    margin-bottom: 0;
}
.book-packages .book-package-col > .col-inner {
    background-color: #D7EBFF;
    font-size: 22px;
    border: 2px solid #233DFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 30px 30px 0;
}
.book-packages .col .toddler,
.book-packages .col .kid {
    padding-top: 130px;
}
.book-packages .col .toddler h2.col-title::before {
    content: '';
    background: url('assets/img/book_package_1.png') center top no-repeat;
    display: block;
    width: 100%;
    height: 130px;
    position: absolute;
    top: 0;
}
.book-packages .col .kid h2.col-title::before {
    content: '';
    background: url('assets/img/book_package_2.png') center top no-repeat;
    display: block;
    width: 100%;
    height: 130px;
    position: absolute;
    top: 0;
}
.book-packages .book-package-col > .col-inner ul li {
    margin-left: 1em;
}
.book-packages .book-package-signup {
    position: relative;
    z-index: 10;
}
.book-packages .book-package-signup h2 {
    font-size: 21px;
    font-family: Roboto;
    position: relative;
    padding-left: 20px;
    display: inline-block;
    width: auto;
}
.book-packages .book-package-signup h2 .price {
    font-size: 52px;
    font-weight: 700;
    font-family: Roboto;
}
.book-packages .book-package-signup h2 small {
    position: absolute;
    font-size: 24px;
    font-weight: 600;
    left: 0;
}
.book-packages a.button,
.how-it-works a.button,
.our-books a.button {
    margin: 0;
    border-radius: 10px;
    line-height: 60px;
    font-size: 22px;
}
.how-it-works {
    max-width: 1227px !important;
}
.how-it-works,
.our-books,
.contact-us,
.save-literacy,
.testimonials {
    text-align: center;
}
.how-it-works .col {
    padding: 0;
}
.col .block-title {
    display: inline-block;
    margin-bottom: 0;
}
.col .block-title h2 {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 700;
}
.hiw-subscribe .section-bg :is(img,picture,video) {
    object-fit: fill;
}
.hiw-subscribe .col {
    padding: 0;
}
.hiw-subscribe h3 {
    font-size: 28px;
    font-weight: 700;
}
.hiw-subscribe p {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 32px;
}
.hiw-image {
    position: absolute;
    top: -40px;
}
.hiw-content {
    padding-left: 120px !important;
    padding-right: 40px !important;
}
.hiw-step3 .hiw-image {
    position: absolute;
    top: -60px;
    left: -25px;
}
.hiw-step1 .hiw-path {
    position: absolute;
    top: 35px;
    left: -75px;
}
.hiw-step1 .hiw-icon {
    position: absolute;
    margin: 0;
    left: 50%;
    top: 50px;
}
.hiw-step2 {
    position: relative;
}
.hiw-step2 .hiw-path {
    position: absolute;
    right: 0;
    top: 125px;
}
.hiw-step2 .hiw-icon {
    position: absolute;
    margin: 0;
    left: 50%;
    top: 100px;
}
.save-literacy p {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}
.articles .box {
    background: #fff;
    border-radius: 10px;
}
.articles .box .box-image {
    border-radius: 10px 10px 0 0;
}
.articles .box .post-title {
    font-size: 24px;
}
.articles .box .is-divider {
    max-width: 100%;
}
.articles .box .box-text {
    padding: 0;
}
.articles .box .box-text .post-meta {
    font-size: 20px;
}
.articles .box-text-inner {
    display: flex;
    flex-flow: column;
}
.articles .box-text-inner .post-title {
    order: 1;
    padding: 15px;
}
.articles .box-text-inner .post-meta {
    order: 3;
    padding: 7px 15px 15px;
}
.articles .box-text-inner .is-divider {
    order: 1;
}
.contact-us .hbspt-form {
    max-width: 600px;
    margin: 0 auto;
}
.absolute-footer {
    display: none;
}
.footer-widgets {
    padding-top: 90px;
}
.footer-widgets > div {
    position: relative;
}
.footer-widgets #media_image-3 {
    position: absolute;
    top: -240px;
}
.footer-widgets #media_image-4 {
    position: absolute;
    top: -245px;
    right: 0;
    text-align: right;
}
.testimonials {
    font-size: 22px;
}
.testimonials .col:not(.testimonials-title) .col-inner {
    box-shadow: 0 0 20px 0 rgb(0, 0, 0, 0.07);
    border-radius: 10px;
}
.testimonial-box {
    display: flex;
    flex-flow: column;
    height: 100%;
}
.testimonial-box .icon-box-img {
    margin: 0;
    display: flex;
    width: 100% !important;
}
.testimonial-box .icon-box-img img {
    width: 63px;
    height: 63px;
    margin-right: 15px;
}
.testimonial-box .icon-box-img .testimonial-name,
.testimonial-box .icon-box-img .testimonial-company {
    display: block;
}
.testimonial-box .icon-box-img .testimonial-name-divider {
    display: none;
}
.testimonial-box .icon-box-img .testimonial-meta {
    padding: 0;
}
.testimonial-box .icon-box-text {
    display: flex;
    flex-flow: column;
    margin-top: auto;
    height: 100%;
}
.testimonial-box .icon-box-text .star-rating {
    margin: 15px 0;
}
.testimonial-box .icon-box-text .testimonial-text {
    height: 100%;
    display: flex;
    flex-flow: column;
}
.testimonial-box .icon-box-text .testimonial-text .test-date {
    margin-bottom: 0;
    margin-top: auto;
    font-size: 20px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}
.testimonial-box .star-rating {
    height: 1.1em;
}
.vision-block img {
    max-width: 520px;
}
.vision-block h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
}
.vision-block p {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}
#post-list .article-inner {
    display: flex;
}
#post-list .article-inner .entry-image {
    margin-right: 30px;
    width: 30%;
}
#post-list .article-inner .entry-image img {
    border-radius: 10px;
}
#post-list .article-inner > .entry-content {
    padding: 0;
    width: 70%;
}
#post-list .article-inner > .entry-content p {
    font-size: 24px;
}
#post-list .article-inner > .entry-content a.button {
    font-size: 24px;
    padding: 0;
    border: none;
    margin: 15px 0;
    line-height: 32px;
    min-height: auto;
}
#post-list .article-inner > .entry-content a.button:hover {
    background: none;
    color: #233DFF;
}
#post-list .article-inner > .entry-content .entry-header-text {
    padding: 0;
}
#post-list .article-inner > .entry-content .entry-header-text .entry-title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
}
#post-list .article-inner > .entry-content .entry-header-text .entry-meta {
    font-size: 18px;
    margin: 15px 0;
}
#post-list .article-inner > .entry-content .entry-header-text .entry-meta span {
    color: #666;
}
#post-list .article-inner > .entry-content .entry-header-text .entry-meta span a {
    color: #000;
}
#post-list .article-inner > .entry-content .entry-meta {
    border: 0;
    font-size: 18px;
    text-transform: uppercase;
}
#post-list .article-inner > .entry-content .entry-meta .sep {
    display: none;
}
#post-list .article-inner > .entry-content .entry-meta .cat-links {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 7px;
}
#post-list .article-inner > .entry-content .entry-meta .cat-links a,
#post-list .article-inner > .entry-content .entry-meta .tags-links a {
    color: #233DFF;
    border: 1px solid #233DFF;
    display: inline-block;
    border-radius: 15px;
    padding: 5px 7px;
    margin-left: 7px;
    margin-bottom: 7px;
}
#post-list .post {
    margin: 0 0 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cccc;
}
#post-list h1 {
    font-size: 48px;
    line-height: 68px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}
form.post-filter-form {
    display: flex;
    background: rgb(250, 246, 238);
    padding: 15px 30px;
    margin-bottom: 30px;
}
form.post-filter-form select,
form.post-filter-form button {
    margin: 0;
    border-radius: 5px;
}
form.post-filter-form .category-filter,
form.post-filter-form .date-filter {
    width: 45%;
    margin-right: 15px;
}
form.post-filter-form .post-filter-button button {
    background: #243cff;
    color: #fff;
}
.footer-wrapper {
    margin-top: 150px;
}
.blog-single .post .entry-image a {
    display: block;
    text-align: center;
}
.blog-single .post .entry-image a img {
    max-width: 300px;
    margin: 0;
    border-radius: 10px;
}
.blog-single .post .entry-header .entry-title {
    font-size: 48px;
    line-height: 68px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.blog-single .post .entry-meta {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.blog-single .post .entry-meta span {
    color: #666;
}
.blog-single .post .entry-meta span a {
    color: #000;
}
.blog-single .post .entry-meta .entry-category a,
.blog-single .post .entry-meta .tags-links a {
    color: #233DFF;
    border: 1px solid #233DFF;
    display: inline-block;
    border-radius: 15px;
    padding: 5px 7px;
    margin-left: 7px;
}
.blog-single .post .entry-meta .tags-links {
    margin-left: 15px;
}
.blog-single .post .entry-content {
    font-size: 24px;
    line-height: 32px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item {
    background-color: #fff;
    border: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}
.accordion-item .accordion-inner p {
    font-size: 22px;
    line-height: 27px;
    font-weight: 500;
}
.accordion-title {
    padding: 15px 50px 15px 30px;
}
.accordion .toggle {
    right: 15px;
    left: initial;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 24px;
    width: 24px;
    top: 20px;
    min-height: initial;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.accordion .toggle .icon-angle-down {
    line-height: 20px;
    font-size: 23px;
}
.accordion .accordion-title .toggle .icon-angle-down:before {
    content: '+';
    font-family: 'Montserrat';
}
.accordion .accordion-title.active .toggle .icon-angle-down:before {
    content: '-';
}
.accordion-title.active {
    background-color: transparent;
    border-color: #ccc;
    color: #000;
}
.accordion {
    counter-reset: item-counter;
}
.accordion .accordion-item {
    counter-increment: item-counter;
    position: relative;
    padding-left: 30px;
}
.accordion .accordion-item a::before {
    content: counter(item-counter) ".";
}
.product-main .subscription-products {
    width: 100%;
}
.product-main .subscription-products h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}
.product-main .subscription-products .subscription-products-list {
    display: flex;
    flex-direction: row;
    margin: 0 -30px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}
.product-main .subscription-products .subscription-products-list li {
    margin: 0;
    display: flex;
    flex-flow: column;
    padding: 0 30px;
    width: 33.333%;
    max-width: 33.3333%;
}
.product-main .subscription-products .subscription-products-list .slick-track {
    display: flex;
    justify-content: center;
}
.product-main .subscription-products .subscription-products-list .product-thumbnail {
    margin-bottom: 15px;
    width: 100%;
    position: relative;
}
.slide-fade {
    animation-name: fade;
    animation-duration: 1.5s;
}
@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
.product-header {
    height: 400px;
    background-color: rgb(255, 255, 255);
    position: relative;
    width: 100%;
}
.product-banner {
    height: 100%;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
}
.product-banner-title {
    height: 100%;
    max-height: 100%;
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}
.product-banner-title .banner-title {
    position: absolute;
    font-size: 40px;
    line-height: 54px;
    font-weight: 700;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%) !important;
    width: 50%;
}
.product-banner-title .banner-title h2 {
    margin-bottom: 0;
}
.product-main .subscription-products .subscription-products-list .product-thumbnail img {
    width: 100%;
    border-radius: 10px;
}
.product-main .subscription-products .subscription-products-list .product-details h4 {
    font-size: 24px;
    font-weight: 700;
}
.product-main .subscription-products .subscription-products-list .product-details .product-description {
    font-size: 22px;
    font-weight: 500;
}
.product-main .subscription-products {
    padding-bottom: 30px;
    border-bottom: 1px dashed #666;
    margin-bottom: 30px !important;
}
.product-main .product-info > .price-wrapper {
    display: none;
}
.product-main .product-info .cart {
    align-items: center;
}
.product-main .product-info .cart>* {
    flex: initial;
}
.product-main .product-info .cart .price-wrapper {
    width: 240px;
    font-family: 'Roboto';
}
.product-main .product-info .cart .quantity {
    width: 110px;
    margin-left: 60px;
    display: flex;
    align-items: center;
}
.product-main .product-info .cart .quantity input.qty {
    box-shadow: none;
    border: none;
}
.product-main .product-info .cart .quantity .button {
    background: none;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    width: 36px;
    height: 36px;
    min-height: initial;
    line-height: 30px;
}
.product-main .product-info .cart > .button {
    width: 230px;
    background: #243cff;
    border-radius: 10px;
    height: 62px;
    font-size: 20px;
    margin-left: 15px !important;
    font-weight: 500;
}
.product-main .product-info .cart .price-wrapper .woocommerce-Price-amount {
    font-size: 52px;
    font-weight: 700;
}
.product-main .product-info .cart .price-wrapper .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: 24px;
    font-weight: 600;
    margin-right: 5px;
}
.product-main .product-info .cart .price-wrapper .subscription-details {
    font-size: 21px;
    font-weight: 400;
}
.product-main .product-info > .product_meta {
    display: none;
}
.product-footer .woocommerce-tabs {
    border: 0;
}
.product-footer .product-tabs li {
    background: #FAF6EE;
    margin: 0px 2px;
    font-size: 24px;
    line-height: 32px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0 30px;
}
.product-footer .product-tabs li.active {
    background: #E6E2DA;
}
.product-footer .product-tabs li a {
    font-weight: 700;
}
.product-footer .product-tabs li a:before {
    display: none;
}
.product-footer .tab-panels {
    border-top: 1px solid #ccc;
    font-size: 22px;
}
.lightbox {
    line-height: initial;
    text-align: initial;
}
#step-address #billing_country_field {
    display: none;
}
form.checkout h3 {
    font-size: 28px;
    padding-top: 0;
    margin-bottom: 30px;
}
.checkout-step h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}
form.checkout input.input-text {
    border-radius: 4px;
    border: 1px solid #ACB1B8;
    box-shadow: none;
    font-size: 20px;
}
form.checkout select {
    margin-bottom: 1.5em;
    border-radius: 4px;
    border: 1px solid #ACB1B8;
}
form.checkout .checkout-step .form-row > label {
    display: none;
}
.checkout-step .step-actions button.primary,
.checkout-step .step-actions .secondary {
    font-size: 22px;
    font-weight: 500;
    border-radius: 10px;
    text-transform: capitalize;
}
.checkout-step .step-actions .secondary {
    background: #666666;
}
.checkout-sidebar-inner {
    background: #FAF6EE;
    padding: 30px;
}
.checkout-sidebar .shop_table thead td,
.checkout-sidebar .shop_table thead th {
    border: 0;
}
.checkout-sidebar .shop_table thead th.product-total {
    display: none;
}
.checkout-sidebar .shop_table thead th.product-name {
    padding: 0;
    font-size: 24px;
}
.checkout-sidebar .shop_table .cart_item .product-name,
.checkout-sidebar .shop_table .cart_item .product-total {
    font-size: 22px;
    vertical-align: top;
} 
.checkout-sidebar .shop_table .cart_item .product-total .subscription-details {
    display: none;
}
.recurring-totals, 
.recurring-total {
    display: none;
}
.woocommerce > .coupon-wrap {
    display: none;
}
.shop_table tfoot th {
    font-size: 100%;
}
.checkout-sidebar .shop_table {
    margin-bottom: 60px;
}
.checkout-sidebar .shop_table tbody td {
    border-color: #999;
}
.checkout-sidebar .shop_table .cart-subtotal,
.checkout-sidebar .shop_table .cart-subtotal th,
.checkout-sidebar .shop_table .tax-total,
.checkout-sidebar .shop_table .tax-total th {
    font-size: 22px;
    font-weight: 500;
    border: none;
}
.checkout-sidebar .shop_table .cart-subtotal td,    
.checkout-sidebar .shop_table .tax-total td {
    border: none;
}
.checkout-sidebar .shop_table .cart-subtotal,
.checkout-sidebar .shop_table .cart-subtotal th {
    padding-top: 15px;
}
.checkout-sidebar .shop_table .cart-subtotal .woocommerce-Price-amount,
.checkout-sidebar .shop_table .tax-total .woocommerce-Price-amount {
    font-weight: 700;
    font-size: 22px;
}
.checkout-sidebar .shop_table .cart-discount {
    background: #fff;
    font-size: 20px;
    font-weight: 400;
}
.checkout-sidebar .shop_table .cart-discount a {
    color: #0d6efd;
}
.checkout-sidebar .shop_table .cart-discount th {
    font-weight: 400;
    font-size: 20px;
}
.checkout-sidebar .shop_table .cart-discount th .woocommerce-Price-amount {
    font-size: 20px;
}
.checkout-sidebar .shop_table .woocommerce-shipping-totals .shipping__table th {
    color: #000;
    font-size: 22px;
    border: none;
    font-weight: 500;
    padding: 0;
}
.checkout-sidebar .shop_table .woocommerce-shipping-totals .shipping__table td {
    border: none;
    padding: 0;
}
.shipping__list label {
    font-size: 20px;
}
.checkout-sidebar .shop_table .order-total th,
.checkout-sidebar .shop_table .order-total td {
    border: none;
    padding: 15px 0 0 0;
    border-top: 1px solid #999;
    font-size: 24px;
    font-weight: 700;
}
.checkout-sidebar .place-order #place_order {
    display: none;
}
.woocommerce-privacy-policy-text {
    font-size: 18px;
}
.woocommerce-privacy-policy-text a {
    color: #0d6efd;
}
.shop_table .cart_item td.product-thumbnail img {
    max-width: 90px;
    min-width: 60px;
    width: 90px;
}
.shop_table .cart_item .product-info {
    display: flex;
    align-items: flex-start;
    padding: 0;
}
.shop_table .cart_item .product-info p {
    line-height: 1;
    margin: 0;
}
.shop_table .cart_item .product-info img {
    max-width: 70px;
    margin-right: 15px;
}
.shop_table .custom-attributes {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    text-align: left;
}
form.checkout .form-row#order_comments_field label {
    display: block;
    font-size: 22px;
    font-weight: 700;
}
#step-payment .payment_box {
    background: #FAF6EE;
    padding: 30px;
    margin-bottom: 30px;
}
#step-payment .woocommerce-checkout-payment .payment_methods,
#step-payment .woocommerce-checkout-payment .payment_methods fieldset {
    margin-bottom: 0;
}
#step-payment .woocommerce-checkout-payment .payment_methods .wc_payment_method label {
    background: #FAF6EE;
    padding: 15px 30px;
    display: inline-block;
    margin: 0;
}
#step-payment .woocommerce-checkout-payment .payment_methods .payment_box ul {
    margin: 15px 0;
}
.woocommerce-terms-and-conditions-wrapper {
    display: none;    
}
.woocommerce-terms-and-conditions-wrapper label {
    font-size: 20px;
}
.woocommerce-terms-and-conditions-wrapper label a {
    color: #0d6efd;
}
.woocommerce-invalid input {
    border-color: var(--fs-color-alert) !important;
}
.order-success {
    max-width: 660px;
    margin: 0 auto;
    background: #FAF6EE;
    padding: 30px;
    border-radius: 15px;
}
.order-success .status-text {
    font-size: 22px;
    font-weight: 700;
    color: #233DFF;
    text-align: center;
    margin-bottom: 15px;
}
.order-success h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.order-success .thank-you-text,
.order-success .order-number {
    font-size: 20px;
    text-align: center;
    color: #666;
}
.order-success .order-number {
    margin-bottom: 0;
}
.order-success .order-number strong {
    display: block;
}
.order-success .woocommerce-order-details .woocommerce-order-details__title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.order-success .woocommerce-order-details .order_details thead {
    display: none;
}
.order-success .woocommerce-order-details header,
.order-success .woocommerce-orders-table--subscriptions {
    display: none;
}
.order-success .woocommerce-order-details .order_details,
.order-success .woocommerce-customer-details .woocommerce-column__title {
    font-size: 20px;
    font-weight: 600;
}
.order-success .woocommerce-customer-details address p:last-child {
    margin-bottom: 0;
}
.order-success .woocommerce-customer-details {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}
.order-success .woocommerce-customer-details address {
    margin-bottom: 0;
    font-size: 15px;
    color: #666;
}
.order-success .woocommerce-order-details .order_details .product-info {
    display: flex;
    align-items: center;
    padding: 0;
}
.order-success .woocommerce-order-details .order_details .product-info img {
    max-width: 70px;
    margin-right: 10px;
}
.order-success .woocommerce-order-details .order_details .product-info div {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.circle-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: calc(100% + 100px);
    margin-left: -50px;
}
.circle-wrap .circle {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
}
.circle-wrap .circle.circle-left {
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}
.circle.circle-right {
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
.circle-wrap .dashed-line {
    flex-grow: 1;
    height: 2px;
    border-top: 2px dashed #333;
}
.circle-wrap + p {
    display: none;
}
.order-success .woocommerce-order-details .order_details tbody tr td, 
.order-success .woocommerce-order-details .order_details tfoot tr th, 
.order-success .woocommerce-order-details .order_details tfoot tr td {
    font-size: 22px;
    border-color: #ACB1B8;
}
.order-success .woocommerce-order-details .order_details tfoot tr th, 
.order-success .woocommerce-order-details .order_details tfoot tr td {
    border: none;
}
.order-success .woocommerce-order-details .order_details tfoot tr:first-child th, 
.order-success .woocommerce-order-details .order_details tfoot tr:first-child td {
    padding-top: 30px;
}
.order-success .woocommerce-order-details .order_details tfoot tr:last-child th, 
.order-success .woocommerce-order-details .order_details tfoot tr:last-child td {
    font-size: 24px;
    font-weight: 700;
    border-top: 1px solid #999;
    padding-top: 30px;
}
.shop_table .cart_item .product-info .remove-item {
    font-size: 20px;
    color: #666;
    font-weight: 400;
    display: flex;
    margin-top: 10px;
}
.shop_table .cart_item .product-info .remove-item:before {
    content: '';
    width: 15px;
    height: 18px;
    background: url('assets/img/remove.png') center no-repeat;
    display: block;
    margin-right: 5px;
}
.shop_table .cart_item .product-info .quantity-update .button.minus,
.shop_table .cart_item .product-info .quantity-update .button.plus {
    width: 32px !important;
    height: 32px !important;
    padding: 0;
    border: 1px solid #666 !important;
    border-radius: 4px !important;
    background: transparent;
    min-height: initial;
    line-height: 1;
}
.shop_table .cart_item .product-info .quantity-update input.qty {
    background: transparent;
    border: 0 !important;
    font-size: 22px !important;
    height: 32px;
}
.shop_table .cart_item .product-info .quantity-update {
    margin-left: auto;
}
.checkout-breadcrumbs a strong {
    margin-left: 10px;
}
.checkout-breadcrumbs {
    font-size: 22px;
}
.contact-review {
    margin-bottom: 30px;
}
.contact-review .contact-review-title {
    margin-bottom: 15px;
}
.contact-review .contact-review-details {
    font-size: 22px;
}
.contact-review .contact-review-details .contact-label {
    color: #666;
    margin-right: 15px;
}
.contact-review-details > div {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ACB1B8;
    display: flex;
    justify-content: space-between;
}
.contact-review-details > div a {
    color: #233DFF;
}
.contact-review-details > div .contact-action {
    width: 20%;
    text-align: right;
}
.contact-review-details > div .contact-value {
    width: 60%;
}
.contact-review-details > div .contact-label {
    width: 20%;
}
.hero-banner .hero-title h2 {
    font-size: 48px;
    line-height: 68px;
}
.hero-banner.faq .text-box {
    left: initial;
}
.woocommerce-privacy-policy-text {
    display: none;
}
.checkout-page-title nav.breadcrumbs .step-nav {
    background: #FAF6EE;
    padding: 15px;
}
.checkout-page-title nav.breadcrumbs .step-nav.current,
.checkout-page-title nav.breadcrumbs .step-nav.complete {
    background: #243cff;
    color: #fff;
}
.checkout-page-title nav.breadcrumbs .step-nav.current .divider,
.checkout-page-title nav.breadcrumbs .step-nav.complete .divider {
    color: #fff;
}
.checkout-breadcrumbs a,
.checkout-breadcrumbs .divider {
    color: #666;
}
.header .account-item .nav-top-not-logged-in {
    width: 150px;
    height: 62px;
    border-radius: 10px;
    background: #233DFF;
    color: #fff !important;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-size: 20px;
}
.header .account-item .nav-top-not-logged-in:before {
    display: none;
}
.product-thumbnail .slick-next, .product-thumbnail .slick-prev {
    z-index: 99;
    background: #fff;
    width: 36px;
    height: 36px;
    min-height: initial;
    margin: 0;
}
.product-thumbnail .slick-next i, .product-thumbnail .slick-prev i {
    color: #666;
    font-size: 33px;
    line-height: 1;
    top: 0;
}
.product-thumbnail .slick-next:before, 
.product-thumbnail .slick-prev:before {
    display: none;
}
.product-thumbnail .slick-prev {
    left: 10px;
}
.product-thumbnail .slick-next {
    right: 10px;
}
.woocommerce-registration-form {
    max-width: 660px;
    margin: 60px auto 0;
}
.woocommerce-registration-form form {
    display: flex;
    flex-flow: column;
}
.woocommerce-registration-form h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 36px;
    font-weight: 700;
}
.woocommerce-registration-form .registration-info {
    display: flex;
    font-size: 22px;
    line-height: 27px;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #ACB1B8;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.woocommerce-registration-form .registration-info label {
    color: #666;
    font-weight: 500;
    font-size: 22px;
    width: 25%;
}
.woocommerce-registration-form .registration-password {
    margin-top: 30px;
}
.woocommerce-registration-form .registration-password input {
    border-radius: 5px;
    font-size: 22px;
    box-shadow: none;
}
.woocommerce-registration-form button {
    margin: 30px auto 0;
    width: 215px;
    height: 62px;
    font-size: 20px;
    border-radius: 10px;
}
.bundle_form {
    display: flex !important;
    gap: initial !important;
    align-items: flex-start !important;
    margin: 0;
}
.bundle_form .bundled_product.product {
    width: 33.3333%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    flex: initial;
    padding: 0 30px;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.bundle_form .bundled_product.product .cart,
.bundle_form .bundle_data > p:first-child,
.bundle_form .bundle_data .bundle_availability {
    display: none !important;
}
.bundle_form .bundle_data {
    width: 100%;
    border-top: 1px dashed #666;
    padding-top: 60px;
    display: flex;
    justify-content: center;
}
.bundle_form .bundled_product .bundled_product_images {
    float: none !important;
    width: 100% !important;
}
.bundle_form .bundled_product .details {
    float: none !important;
    padding: 0 !important;
    text-align: initial !important;
    margin-top: 30px;
    width: 100% !important;
}
.bundled_product_summary .bundled_product_images img {
    border-radius: 10px;
}
.bundle_form .bundled_product .details .bundled_product_title {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.bundle_form .bundled_product .details .bundled_product_excerpt {
    font-size: 22px;
    font-weight: 500;
}
.bundle_form .bundle_data .bundle_button {
    display: flex;
    align-items: center;
}
.bundle_form .bundle_data .bundle_button .bundle_add_to_cart_button {
    width: 230px;
    background: #243cff;
    border-radius: 10px;
    height: 62px;
    font-size: 20px;
    margin-left: 15px !important;
    font-weight: 500;
    margin: 0;
}
.woocommerce-checkout-review-order-table .bundled_table_item {
    display: none !important;
}
.post-1802 .product-banner-title .banner-title,
.post-1752 .product-banner-title .banner-title {
    font-size: 29px;
}
.homepage-contact {
    max-width: 600px;
    margin: 0 auto;
}
.homepage-contact input, 
.homepage-contact textarea {
    border-radius: 4px;
    box-shadow: none;
    border-color: #999;
    color: #999 !important;
    font-size: 22px;
    font-weight: 500;
}
.homepage-contact input.button {
    width: 200px;
    height: 62px;
    margin: 0;
    border-radius: 10px;
    color: #fff !important;
    display: block;
    margin: 0 auto;
}
.wpcf7 .wpcf7-not-valid-tip {
    margin-bottom: 10px;
}
.section1-saleoff,
.section2-saleoff {
    position: absolute;
    top: -30px;
    right: 0;
    width: auto !important;
    z-index: -1;
}
.section1-icon1 {
    position: absolute;
    top: 0;
    left: 30px;
    width: auto !important;
    z-index: -1;
}
.section1-icon3 {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: auto !important;
    z-index: -1;
}
.section1-icon2 {
    position: absolute;
    top: 0;
    right: 150px;
    width: auto !important;
    z-index: -1;
}
.section1-icon4 {
    position: absolute;
    bottom: 60px;
    right: 30px;
    width: auto !important;
    z-index: -1;
}
.flickity-slider .product-small {
    background-color: #fff;
    border-radius: 10px;
}
.flickity-slider .product-small .box-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.flickity-slider .product-small .box-text {
    min-height: 117px;
    padding: 0 10px 15px;
    display: flex;
    flex-wrap: wrap;
}
.flickity-slider .product-small .box-text .title-wrapper {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    line-height: 27px;
    margin-left: 0 !important;
    width: 100%;
}
.flickity-slider .product-small .box-text .title-wrapper a {
    color: #000 !important;
}
.flickity-slider .product-small .box-text .price-wrapper {
    margin-top: auto;
    margin-left: 0 !important;
    width: 100%;
    display: flex;
    align-items: center;
}
.flickity-slider .product-small .box-text .price-wrapper .price {
    text-align: left;
}
.flickity-slider .product-small .box-text .price-wrapper .price .amount {
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
}
.baby-books .flickity-slider .col .box-text .price-wrapper::after {
    content: 'Baby';
    width: 110px;
    height: 36px;
    background-color: #FFBC36;
    background-image: url('assets/img/baby-icon.png');
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: center;
    border-radius: 10px;
    line-height: 36px;
    margin-left: auto;
    padding-left: 30px;
    font-size: 20px;
}
.section2-icon1 {
    position: absolute;
    top: 45px;
    left: 15px;
    width: auto !important;
    z-index: -1;
}
.section2-icon1 img {
    width: 124px;
}
.section2-icon3 {
    position: absolute;
    bottom: 60px;
    left: 30px;
    width: auto !important;
    z-index: -1;
}
.section2-icon2 {
    position: absolute;
    top: 90px;
    right: 30px;
    width: auto !important;
    z-index: -1;
}
.section2-icon4 {
    position: absolute;
    bottom: 90px;
    right: 30px;
    width: auto !important;
    z-index: -1;
}
.kid-books .flickity-slider .col .box-text .price-wrapper::after {
    content: 'Kid';
    width: 110px;
    height: 36px;
    background-color: #233DFF;
    background-image: url('assets/img/kid-icon.png');
    background-repeat: no-repeat;
    background-position-x: 20px;
    background-position-y: center;
    border-radius: 10px;
    line-height: 36px;
    margin-left: auto;
    padding-left: 25px;
    color: #fff;
    font-size: 20px;
}
.section3-icon1 {
    position: absolute;
    top: 90px;
    left: 30px;
    width: auto !important;
    z-index: -1;
}
.section3-icon3 {
    position: absolute;
    bottom: 120px;
    left: 30px;
    width: auto !important;
    z-index: -1;
}
.section3-icon2 {
    position: absolute;
    top: 30px;
    right: 15px;
    width: auto !important;
    z-index: -1;
}
.section3-icon4 {
    position: absolute;
    bottom: 90px;
    right: 15px;
    width: auto !important;
    z-index: -1;
}
.activity-books .flickity-slider .col .box-text .price-wrapper::after {
    content: 'Activity';
    width: 110px;
    height: 36px;
    background-color: #FFBC36;
    background-image: url('assets/img/activity-icon.png');
    background-repeat: no-repeat;
    background-position-x: 7px;
    background-position-y: center;
    border-radius: 10px;
    line-height: 36px;
    margin-left: auto;
    padding-left: 25px;
    font-size: 20px;
}
.our-books a.button:hover {
    background-color: #FFBC36;
    color: #fff;
    box-shadow: none;
}
.col .block-title h2 {
    display: flex;
}
.col .block-title h2 span:last-child {
    font-weight: 500;
    margin-left: 10px;
}
.book-packages .col:nth-child(2) h2.col-title {
    background: #FFBC36;
    color: #000;
}
.book-packages .col:nth-child(2) .book-package-col > .col-inner {
    border: 2px solid #FFBC36;
    background-color: #FAF6EE;
}
.book-packages > .section-content > .row > .col:nth-child(2) a.button {
    background-color: #FFBC36;
    color: #000;
}
.book-packages .book-package-col h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin: 45px 0 0;
}
.book-packages .book-package-col.baby-book .button,
.book-packages .book-package-col.kid-book .button {
    border-radius: 10px;
    font-size: 22px;
    font-weight: 500;
    max-width: 380px;
    display: flex;
    margin: 30px auto 0;
    padding: 10px 0;
}
.book-packages .book-package-col.baby-book .button span,
.book-packages .book-package-col.kid-book .button span {
    line-height: 30px;
}
.book-packages .book-package-col.baby-book .col-inner,
.book-packages .book-package-col.kid-book .col-inner {
    border: none !important;
    border-radius: 10px;
    padding: 10px 30px 0;
}
.book-packages .book-package-col.baby-book .baby-bundle-saleoff,
.book-packages .book-package-col.kid-book .kid-bundle-saleoff {
    position: absolute;
    width: auto !important;
    top: 0;
    right: 0;
}
.book-packages .book-package-col.baby-book .baby-bundle-saleoff img,
.book-packages .book-package-col.kid-book .kid-bundle-saleoff img {
    border-top-right-radius: 10px;
}
.book-packages .book-package-col.baby-book .baby-bundle-icon1,
.book-packages .book-package-col.kid-book .kid-bundle-icon1 {
    position: absolute;
    width: auto !important;
    top: 15px;
}
.book-packages .book-package-col.baby-book .baby-bundle-icon2,
.book-packages .book-package-col.kid-book .kid-bundle-icon2 {
    position: absolute;
    width: auto !important;
    bottom: 15px;
    margin-bottom: 0;
}
.book-packages .book-package-col.baby-book .baby-bundle-icon3,
.book-packages .book-package-col.kid-book .kid-bundle-icon3 {
    position: absolute;
    width: auto !important;
    bottom: 20px;
    right: 30px;
}
.product-comparison .col .col-inner {
    background: #D7EBFF;
    border-radius: 10px;
    padding: 60px 30px;
    position: relative;
}
.product-comparison h3 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.product-comparison ul {
    list-style: none;
    max-width: 560px;
    margin: 0 auto;
}
.product-comparison ul li {
    margin: 0;
    font-size: 24px;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    display: flex;
}
.product-comparison ul li .compare-price {
    margin-left: auto;
    font-weight: 700;
    text-align: right;
}
.product-comparison .col-inner .compare-icon1 {
    position: absolute;
    width: auto !important;
    top: 30px;
    left: 30px;
}
.product-comparison .col-inner .compare-icon2 {
    position: absolute;
    width: auto !important;
    top: 30px;
    right: 30px;
}
@media only screen and (min-width: 1172px) {
    div.header-inner .show-for-desktop {
        display: flex !important;
    }
    div.header-inner .show-for-medium, div.header-inner .hide-for-desktop {
        display: none !important;
    }
}

@media only screen and (max-width: 1172px) {
    div.header-inner .hide-for-medium {
        display: none !important;
    }
    div.header-inner .show-for-medium {
        display: flex !important;
    }
    .our-mission.hero-banner .text-box .text-box-content h3 {
        margin-top: 15px !important;
    }
    .flickity-slider .product-small .box-text .title-wrapper {
        font-size: 21px
    }
}
@media only screen and (max-width: 1279px) and (min-width: 1024px) {
    .how-it-works {
        max-width: 980px !important;
    }
    .hiw-step1 .hiw-path {
        top: 105px;
        left: -10px;
    }
    .hiw-step1 .hiw-icon {
        left: 55%;
        top: 90px;
    }
    .hiw-step2 .hiw-path {
        top: 190px;
    }
    .hiw-step2 .hiw-icon {
        position: absolute;
        margin: 0;
        left: 40%;
        top: 175px;
    }
    .hero-banner {
        padding-top: 320px !important;
    }
    .hero-banner .hero-title h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .book-packages .col .toddler h2.col-title::before,
    .book-packages .col .kid h2.col-title::before {
        height: 120px;
        background-size: auto 100%;
    }
    .book-packages .col .toddler, .book-packages .col .kid {
        padding-top: 120px;
    }
    .footer .widget_text {
        word-wrap: break-word;
    }
    .book-packages .book-package-signup h2 {
        font-size: 18px;
    }
    .book-packages .book-package-signup h2 .price {
        font-size: 42px;
    }
    .book-packages .book-package-signup h2 small {
        font-size: 20px;
    }
    .book-packages .book-package-signup .col:last-child {
        padding-right: 0;
        padding-left: 0;
    }
    .book-packages a.button, .how-it-works a.button, .our-books a.button {
        font-size: 20px;
    }
    .flickity-slider .product-small .box-text .title-wrapper {
        font-size: 17px;
    }
    .flickity-slider .product-small .box-text .price-wrapper .price .amount {
        font-size: 17px;
    }
    .baby-books .flickity-slider .col .box-text .price-wrapper::after {
        width: 90px;
        height: 32px;
        background-position-x: 14px;
        background-size: 18px 18px;
        line-height: 32px;
        padding-left: 26px;
        font-size: 15px;
    }
    .kid-books .flickity-slider .col .box-text .price-wrapper::after {
        width: 90px;
        height: 32px;
        background-position-x: 17px;
        background-size: 18px 18px;
        line-height: 32px;
        padding-left: 23px;
        font-size: 15px;
    }
    .activity-books .flickity-slider .col .box-text .price-wrapper::after {
        width: 90px;
        height: 32px;
        background-position-x: 7px;
        background-size: 18px 18px;
        line-height: 32px;
        padding-left: 20px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .how-it-works {
        max-width: 730px !important;
    }
    .how-it-works .hiw-step1 .col-inner .row .medium-6:first-child,
    .how-it-works .hiw-step2 .col-inner .row .medium-6:last-child,
    .how-it-works .hiw-step3 .col-inner .row .medium-6:first-child {
        flex-basis: 70%;
        max-width: 70%;
    }
    .how-it-works .hiw-step1 .col-inner .row .medium-6:last-child,
    .how-it-works .hiw-step2 .col-inner .row .medium-6:first-child,
    .how-it-works .hiw-step3 .col-inner .row .medium-6:last-child {
        flex-basis: 30%;
        max-width: 30%;
    }
    .how-it-works .hiw-step1,
    .how-it-works .hiw-step2 {
        margin-bottom: 30px;
    }
    .how-it-works .hiw-step1 .col-inner .row .medium-6:last-child,
    .how-it-works .hiw-step2 .col-inner .row .medium-6:first-child {
        position: relative;
        overflow: hidden;
    }
    .how-it-works .hiw-step1 .col-inner .row .medium-6:last-child {
        top: 40px;
    }
    .hiw-step1 .hiw-path {
        position: absolute;
        top: 100px;
        left: -200px;
    }
    .hiw-step1 .hiw-icon {
        top: 100px;
        width: 15% !important;
    }
    .hiw-step2 .hiw-path {
        position: absolute;
        right: -180px;
        top: 175px;
    }
    .hiw-step2 .hiw-icon {
        left: 45%;
        top: 170px;
        width: 10% !important;
    }
    .hero-banner {
        padding-top: 280px !important;
    }
    .hero-banner .hero-title h2 {
        font-size: 34px;
        line-height: 45px;
    }
    .book-packages .col .toddler h2.col-title::before,
    .book-packages .col .kid h2.col-title::before {
        height: 90px;
        background-size: auto 100%;
    }
    .book-packages .col .toddler, .book-packages .col .kid {
        padding-top: 90px;
    }
    .book-packages .col h2.col-title {
        font-size: 28px;
    }
    .book-packages .book-package-signup {
        display: flex;
        flex-flow: column;
    }
    .book-packages .book-package-signup > .col {
        flex-basis: 100%;
        max-width: 100%;
        text-align: center;
    }
    .footer-widgets .widget {
        flex-basis: 50%;
    }
    .testimonials > div:not(.testimonials-title) {
        flex-basis: 50%;
        max-width: 50%;
    }
    .testimonials {
        justify-content: center;
    }
    .col .block-title h2 {
        font-size: 32px;
    }
    .book-packages .book-package-col.baby-book .col-inner, .book-packages .book-package-col.kid-book .col-inner {
        padding: 10px 15px 0;
    }
    .book-packages .book-package-col.baby-book .button, .book-packages .book-package-col.kid-book .button {
        font-size: 18px;
    }
    .book-packages .book-package-col.baby-book .baby-bundle-icon2, .book-packages .book-package-col.kid-book .kid-bundle-icon2 {
        bottom: 7px;
        left: 10px;
    }
    .book-packages .book-package-col.baby-book .baby-bundle-icon3, .book-packages .book-package-col.kid-book .kid-bundle-icon3 {
        bottom: 15px;
        right: 10px;
    }
}
@media only screen and (max-width: 1023px) {
    .our-mission.hero-banner .text-box {
        width: 80% !important;
    }
    .our-mission.hero-banner .text-box .text-box-content h2 {
        font-size: 40px !important;
        line-height: 55px !important;
    }
    .our-mission.hero-banner .text-box .text-box-content h3 {
        font-size: 24px !important;
        margin-top: 10px !important;
    }
    .our-mission.hero-banner .text-box .text-box-content p {
        font-size: 20px !important;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 850px) {
    .flickity-slider .product-small .box-text .title-wrapper {
        font-size: 14px;
    }
    .flickity-slider .product-small .box-text .price-wrapper .price .amount {
        font-size: 14px;
    }
    .baby-books .flickity-slider .col .box-text .price-wrapper::after {
        width: 70px;
        height: 27px;
        background-position-x: 12px;
        background-size: 14px 14px;
        line-height: 27px;
        padding-left: 20px;
        font-size: 12px;
    }
    .kid-books .flickity-slider .col .box-text .price-wrapper::after {
        width: 70px;
        height: 27px;
        background-position-x: 16px;
        background-size: 14px 14px;
        line-height: 27px;
        padding-left: 18px;
        font-size: 12px;
    }
    .activity-books .flickity-slider .col .box-text .price-wrapper::after {
        width: 70px;
        height: 27px;
        background-position-x: 6px;
        background-size: 14px 14px;
        line-height: 27px;
        padding-left: 18px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-banner .banner-layer.res-text {
        width: 100% !important;
    }
    .hero-banner .hero-title h2 {
        font-size: 44px;
        line-height: 50px;
    }
    .book-packages .section-content > .row > .col {
        flex-basis: 100%;
        max-width: 100%;
    }
    .how-it-works {
        justify-content: center;
    }
    .how-it-works .hiw-step1,
    .how-it-works .hiw-step2, 
    .how-it-works .hiw-step3 {
        max-width: 500px;
    }
    .how-it-works .hiw-step1 .col-inner > .row > .col:last-child,
    .how-it-works .hiw-step2 .col-inner > .row > .col:first-child {
        padding-bottom: 90px;
    }
    .how-it-works .hiw-step2 .col-inner > .row > .col:first-child {
        order: 2;
    }
    .how-it-works .hiw-step2 .col-inner > .row > .col:last-child {
        order: 1;
    }
    .how-it-works .hiw-step1 .col-inner .row .medium-6:first-child, 
    .how-it-works .hiw-step2 .col-inner .row .medium-6:last-child, 
    .how-it-works .hiw-step3 .col-inner .row .medium-6:first-child {
        flex-basis: 100%;
        max-width: 100%;
    }
    .how-it-works .hiw-step1 .col-inner .row .medium-6:last-child,
    .how-it-works .hiw-step2 .col-inner .row .medium-6:first-child,
    .how-it-works .hiw-step3 .col-inner .row .medium-6:last-child {
        flex-basis: 100%;
        max-width: 100%;
        overflow: hidden;
    }
    .hiw-step1 .hiw-icon {
        left: 60%;
        top: 20px;
    }
    .hiw-step1 .hiw-path {
        position: absolute;
        top: -120px;
        left: -75px;
    }
    .hiw-step2 .hiw-path {
        top: -90px;
    }
    .hiw-step2 .hiw-icon {
        left: 20%;
        top: 20px;
    }
    .testimonials > div:not(.testimonials-title) {
        flex-basis: 100%;
        max-width: 100%;
    }
    .testimonials {
        justify-content: center;
    }
    .footer-widgets .widget {
        flex-basis: 100%;
    }
    .footer-widgets .widget:not(.widget_media_image) {
        text-align: center;
    }
    .footer-widgets .widget .is-divider {
        margin: 1em auto;
    }
    .book-packages .book-package-signup .col:last-child {
        padding-right: 0;
        padding-left: 0;
    }
    .book-packages .book-package-signup h2 .price {
        font-size: 46px;
    }
    .book-packages .book-package-signup h2 {
        font-size: 20px;
    }
    .hero-banner .banner-layer.res-text {
        left: 0;
        padding: 0 30px;
    }
    .col .block-title h2 {
        font-size: 24px;
    }
    .section1-saleoff img {
        width: 95px;
    }
    .section1-icon1 img {
        width: 40px;
    }
    .section1-icon1 {
        top: -5px;
        left: 15px;
    }
    .section1-icon2 img {
        width: 30px;
    }
    .section1-icon2 {
        top: 60px;
        right: 25px;
    }
    .section1-icon3 img {
        width: 50px;
    }
    .section1-icon3 {
        bottom: 0;
        left: 0;
    }
    .section1-icon4 img {
        width: 50px;
    }
    .section1-icon4 {
        bottom: 0;
        right: 10px;
    }
    .section2-saleoff img {
        width: 95px;
    }
    .section2-icon1 img {
        width: 70px;
    }
    .section2-icon1 {
        top: -15px;
        left: 0;
    }
    .section2-icon2 img {
        width: 30px;
    }
    .section2-icon2 {
        top: 60px;
        right: 25px;
    }
    .section2-icon3 img {
        width: 50px;
    }
    .section2-icon3 {
        bottom: 0;
        left: 10px;
    }
    .section2-icon4 img {
        width: 50px;
    }
    .section2-icon4 {
        bottom: 0;
        right: 10px;
    }
    .section3-icon1 img {
        width: 40px;
    }
    .section3-icon1 {
        top: 0;
        left: 15px;
    }
    .section3-icon2 img {
        width: 60px;
    }
    .section3-icon2 {
        top: 0;
        right: 25px;
    }
    .section3-icon3 img {
        width: 50px;
    }
    .section3-icon3 {
        bottom: 0;
        left: 10px;
    }
    .section3-icon4 img {
        width: 50px;
    }
    .section3-icon4 {
        bottom: 0;
        right: 10px;
    }
    .col .col-inner .lead {
        font-size: 20px;
        margin-bottom: 0;
    }
    .flickity-slider .product-small .box-text .title-wrapper {
        font-size: 15px;
    }
    .flickity-slider .product-small .box-text .price-wrapper .price .amount {
        font-size: 15px;
    }
    .baby-books .flickity-slider .col .box-text .price-wrapper::after {
        width: 80px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        background-size: 15px 15px;
        background-position-x: 14px;
        padding-left: 22px;
    }
    .kid-books .flickity-slider .col .box-text .price-wrapper::after {
        width: 80px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        background-size: 15px 15px;
        background-position-x: 17px;
        padding-left: 18px;
    }
    .activity-books .flickity-slider .col .box-text .price-wrapper::after {
        width: 80px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        background-size: 15px 15px;
        background-position-x: 6px;
        padding-left: 18px;
    }
    .product-comparison ul li {
        font-size: 21px;
    }
    .product-comparison h3 {
        font-size: 32px;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 549px) {
    .hiw-image {
        flex-basis: 20%;
        max-width: 20%;
    }
    .hiw-content {
        padding-left: 100px !important;
        padding-right: 50px !important;
    }
    .hiw-subscribe .section-bg :is(img,picture,video) {
        left: 20px;
        width: 90%;
    }
    .book-packages .book-package-signup > .col {
        text-align: center;
    }
    .book-packages .col .toddler, .book-packages .col .kid {
        padding-top: 88px;
    }
    .book-packages .col .toddler h2.col-title::before,
    .book-packages .col .kid h2.col-title::before {
        height: 88px;
        background-size: auto 100%;
    }
    .book-packages .col h2.col-title {
        padding: 15px 0;
        line-height: 50px;
    }
    #logo img {
        max-height: 55px !important;
    }
    form.post-filter-form {
        flex-wrap: wrap;
    }
    form.post-filter-form .category-filter, form.post-filter-form .date-filter {
        width: 100%;
        margin-right: 0;
        margin-bottom: 7px;
    }
    #post-list .article-inner .entry-image {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }
    #post-list .article-inner {
        flex-wrap: wrap;
    }
    #post-list .article-inner > .entry-content {
        width: 100%;
    }
    .blog-single .post .entry-meta span {
        margin-bottom: 7px;
        display: inline-block;
    }
    .blog-single .post .entry-meta .entry-category a, .blog-single .post .entry-meta .tags-links a {
        margin-bottom: 7px;
    }
    .contact-review .contact-review-details {
        font-size: 18px;
    }
    .contact-review .contact-review-details .contact-label {
        margin-right: 10px;
    }
    .contact-review-details > div .contact-value {
        width: 55%;
        word-wrap: break-word;
    }
    #step-payment .payment_box .wc-saved-payment-methods li {
        display: flex;
    }
    #step-payment .woocommerce-checkout-payment .payment_methods .wc_payment_method label {
        padding: 15px;
    }
    .order-success {
        max-width: 90%;
    }
    .order-success .woocommerce-order-details .order_details tbody tr td, 
    .order-success .woocommerce-order-details .order_details tfoot tr th, 
    .order-success .woocommerce-order-details .order_details tfoot tr td {
        font-size: 15px;
    }
    .bundle_form .bundled_product.product {
        width: 100%;
    }
    .bundle_form .bundle_data {
        flex-wrap: wrap;
    }
    .bundle_wrap {
        width: 100%;
    }
    .col .block-title h2 {
        display: block;
    }
    .col .block-title h2 br {
        display: none;
    }
    .col .block-title h2 span:last-child {
        margin-left: 0;
    }
    .our-books.baby-books a.button,
    .our-books.kid-books a.button,
    .our-books.activity-books a.button {
        font-size: 14px;
        padding: 0 7px;
        line-height: 50px;
    }
    .book-packages .book-package-col.baby-book .col-inner, .book-packages .book-package-col.kid-book .col-inner {
        padding: 10px 15px 0;
    }
    .book-packages .book-package-col.baby-book .button span, .book-packages .book-package-col.kid-book .button span {
        line-height: 25px;
    }
    .flickity-slider .product-small .box-text .title-wrapper {
        font-size: 18px;
        height: 52px;
        overflow: hidden;
    }
    .flickity-slider .product-small .box-text .price-wrapper .price .amount {
        font-size: 18px;
    }
    .flickity-slider .product-small .box-text .price-wrapper {
        flex-wrap: wrap;
    }
    .flickity-slider .product-small .box-text .price-wrapper .price {
        width: 100%;
    }
    .baby-books .flickity-slider .col .box-text .price-wrapper::after,
    .kid-books .flickity-slider .col .box-text .price-wrapper::after,
    .activity-books .flickity-slider .col .box-text .price-wrapper::after {
        margin-left: 0;
        margin-top: 5px;
    }
    .book-packages .book-package-col.baby-book .button, .book-packages .book-package-col.kid-book .button {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1023px) and (max-width: 850px) {
    .checkout-page-title nav.breadcrumbs .step-nav {
        font-size: 19px;
    }
}
@media only screen and (max-width: 469px) {
    .hiw-content {
        padding-left: 70px !important;
        padding-right: 30px !important;
    }
    .hiw-subscribe h3 {
        font-size: 25px;
    }
    .hiw-subscribe p {
        font-size: 20px;
        line-height: 28px;
    }
    .hiw-step1 .hiw-path {
        left: -140px;
    }
    .hiw-step2 .hiw-path {
        right: -80px;
    }
    .hiw-image {
        margin-left: 10px;
    }
    .our-mission.hero-banner .text-box {
        width: 100% !important;
    }
    .shop_table .cart_item .product-info img {
        max-width: 45px;
        margin-right: 10px;
    }
    .checkout-sidebar .shop_table .cart_item .product-name, 
    .checkout-sidebar .shop_table .cart_item .product-total {
        font-size: 16px;
    }
    .shop_table .cart_item .product-info .quantity-update .button.minus, 
    .shop_table .cart_item .product-info .quantity-update .button.plus {
        width: 20px !important;
        height: 20px !important;
    }
    .shop_table .cart_item .product-info .quantity-update input.qty {
        font-size: 16px !important;
        height: 20px;
    }
    .shop_table .cart_item .product-info .remove-item {
        font-size: 15px;
    }
    .shop_table .cart_item .product-info .remove-item:before {
        width: 10px;
        height: 14px;
        background-size: 100%;
    }
    .shop_table .custom-attributes {
        font-size: 16px;
    }
    .checkout-sidebar .shop_table .cart-subtotal, 
    .checkout-sidebar .shop_table .cart-subtotal th, 
    .checkout-sidebar .shop_table .tax-total, 
    .checkout-sidebar .shop_table .tax-total th {
        font-size: 16px;
    }
    .checkout-sidebar .shop_table .cart-subtotal .woocommerce-Price-amount, 
    .checkout-sidebar .shop_table .tax-total .woocommerce-Price-amount {
        font-size: 16px;
    }
    .shipping__list label {
        font-size: 16px;
    }
    .checkout-sidebar .shop_table .order-total th, 
    .checkout-sidebar .shop_table .order-total td {
        font-size: 20px;
    }
    .woocommerce-terms-and-conditions-wrapper label {
        font-size: 18px;
    }
}
@media (max-width: 849px) {
    .checkout-page-title .flex-grow {
        flex-grow: 1;
    }
    .checkout-breadcrumbs {
        flex-wrap: wrap;
    }
    .checkout-page-title nav.breadcrumbs .step-nav {
        width: 100%;
    }
    .checkout-page-title nav.breadcrumbs .step-nav.hide-for-small {
        display: block !important;
        text-align: left;
    }
    .order-success .woocommerce-order-details .touch-scroll-table {
        display: none;
    }
    .woocommerce-customer-details .woocommerce-column {
        width: 100%;
        margin-bottom: 15px;
    }
}
