/** Shopify CDN: Minification failed

Line 1974:37 Expected identifier but found "!"
Line 1974:40 Expected identifier but found "!"
Line 1975:28 Expected identifier but found "!"
Line 1975:31 Expected identifier but found "!"
Line 2168:90 Unexpected "{"
Line 2317:0 Expected "}" to go with "{"

**/
/* ── CLASS MATHEMATICS — HEADER THEME OVERRIDE ── */

/* Announcement bar → navy */
.announcement-bar {
  background-color: #0d3347 !important;
}
.announment-wpr .announcement-text,
.announment-wpr .announcement-text a {
  color: rgba(255,255,255,0.8) !important;
}

/* Main header → dark navy */
.site-header {
  background-color: #0d3347 !important;
  border-bottom: 1px solid rgba(75,163,195,0.15) !important;
}

/* Logo → white */
.site-header .logo img,
.site-header .header__logo img {
  filter: brightness(0) invert(1) !important;
  opacity: 0.9;
}

/* Nav links → white */
.site-header .header-layout .site-nav li.site-nav__item a.site-nav__link {
  color: rgba(255,255,255,0.75) !important;
}
.site-header .header-layout .site-nav li.site-nav__item a.site-nav__link:hover {
  color: #ffffff !important;
}

/* Nav underline hover → teal */
.site-header .header-layout .site-nav li.site-nav__item a.site-nav__link:after {
  border-bottom-color: #4ba3c3 !important;
}

/* Search + cart icons → white */
.site-header .site-nav__icons a svg,
.site-header .site-nav__icons a .icon {
  fill: #ffffff !important;
  color: #ffffff !important;
}

/* Cart count bubble → gold */
.cart-count-bubble {
  background-color: #f47b1f !important;
  color: #ffffff !important;
}

.site-header__logo-link img {
  filter: brightness(0) invert(1) !important;
  opacity: 0.9;
}

/* ── END HEADER OVERRIDE ── */






@font-face {
    font-family: 'Helvetica Neue';
    src: url('/cdn/shop/files/HelveticaNeue-Medium.woff2?v=1736511309') format('woff2'),
        url('/cdn/shop/files/HelveticaNeue-Medium.woff?v=1736511310') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Helvetica Neue';
    src: url('/cdn/shop/files/HelveticaNeue-Bold.woff2?v=1736511310') format('woff2'),
        url('/cdn/shop/files/HelveticaNeue-Bold.woff?v=1736511345') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/cdn/shop/files/HelveticaNeue-Roman.woff2?v=1736511312') format('woff2'),
        url('/cdn/shop/files/HelveticaNeue-Roman.woff?v=1736511345') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html{
  padding: 0 !important;
}

body,html{
      font-family: 'Helvetica Neue';
}

.container-wrap {
    max-width: 1500px !important;
    margin: 0 auto;
    padding: 0 40px;
}

.header-sticky-wrapper {
    z-index: 9999;
}

.site-header__search-input {
    font-family: 'Helvetica Neue';
}

.site-header .header-layout .site-nav li.site-nav__item a.site-nav__link {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    font-family: 'Helvetica Neue';
}

.site-header .header-layout .site-nav__icons>a.site-nav__link:first-child {
    display: none;
}

.site-header .header-layout .site-nav li.site-nav__item a.site-nav__link:after{
    border-bottom-color: #ff8c00;
}

.announment-wpr .announcement-text {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: inherit;
    display: flex !important;
    align-items: center;
    gap: 5px;
}

.section-subheading{
    font-size: 26px;
    color: #ff8c00;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: capitalize;
}

.section-heading {
    font-size: 46px;
    font-weight: 700;
    color: #092b3c;
    line-height: 122%;
}

.announment-wpr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#CartDrawer .drawer__fixed-header .drawer__title {
    font-family: 'Helvetica Neue';
    font-weight: 500;
    color: #092b3c;
}

.multi-selectors__item {
    margin: 0;
}
.hero-section {
  position: relative;
  text-align: center;
  color: white;
}
.hero-section .hero-image {
  width: 100%;
  height: auto;
}
.hero-section .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
h1.hero-heading {
    font-size: 80px;
    text-transform: math-auto;
    max-width: 800px;
    font-weight: 700;
    line-height: 113%;
    font-family: 'Helvetica Neue';
}
/* Search */
.selectsearch-wraper {
    background: #fff;
    margin-top: -60px;
    max-width: 866px;
    margin-left: auto;
    margin-right: auto;
    padding: 48px 80px 48px;
    display: flex;
    align-items: center;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    gap: 16px;
  position: relative;
}

.standard-select, .course-select {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(9, 43, 60, 0.1);
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 32px;
    position: relative;
    width: 38%;
}

.standard-select:after,
.course-select:after{
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/course-dropdown.svg?v=1736763034) no-repeat;
    width: 10px;
    height: 7px;
    right: 20px;
    pointer-events: none;
}

.selectsearch-wraper select {
    font-family: Helvetica Neue;
    font-size: 15px;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    color: #7A7A7A;
}

.selectsearch-wraper select:focus-visible {
    outline: 0;
}

.selectsearch-wraper .search-button input:focus {
    border: 0;
}

.selectsearch-wraper .search-button {
    display: flex;
    background: #ff8c00;
    gap: 0;
    border-radius: 32px;
    position: relative;
    width: 130px;
}

.selectsearch-wraper .search-button img {
    position: absolute;
    right: 20px;
    top: 15px;
}

.selectsearch-wraper .search-button button {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 32px;
    padding: 12px 22px;
    width: 100%;
    text-align: left;
    font-family: 'Helvetica Neue';
}


/* Books */
#shopify-section-template--23837686202527__advanced_content_FWXBMw,
#shopify-section-template--23837686202527__advanced_content_FWXBMw .page-width,
#shopify-section-template--23839437029535__advanced_content_8GxK3A,
#shopify-section-template--23839437029535__advanced_content_8GxK3A .page-width{
    background: #f3f4f5;
}

.mathbook-wrapper {
    padding: 110px 0;
    background: #f3f4f5;
}

.books-header {
    text-align: center;
}

.books-header .section-heading {
    text-transform: inherit;
    margin: 16px 0 55px;
}

.books-header .section-subheading {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 0;
}

.innerbooks-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.innerbooks-container .books-card {
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 2px 16px 16px #0000000a;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    border-radius: 50px;
    transition: .30sease;
}

.book-number {
    font-size: 42px;
    font-weight: 700;
    color: #FF8C00;
}

.book-description {
    width: 100%;
    /* border-left: 1px solid #FF8C00; */
    /* padding-left: 24px; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.book-description span {
    font-size: 20px;
    font-weight: 400;
    color: #7A7A7A;
}

.book-description p {
    font-size: 24px;
    font-weight: 500;
    color: #092B3C;
    margin: 16px 0 32px;
}

.book-description button {
    font-size: 16px;
    font-weight: 700;
    color: #FF8C00;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #FF8C00;
    padding: 10px 24px;
    border-radius: 32px;
    transition: .40s ease;
}

.book-description button:hover {
    background: #FF8C00;
    color: #fff;
}

.book-description button:hover img {
    filter: brightness(0) invert(1);
}

.innerbooks-container .books-card:hover {
    background: #ff8c02;
}

.innerbooks-container .books-card:hover .book-description span {
    color: #fff;
}

.innerbooks-container .books-card:hover .right-arrow img {
    filter: brightness(0) invert(1);
}

/* Our Books */
div#shopify-section-template--23837686202527__advanced_content_iGUUN9,
div#shopify-section-template--23837686202527__advanced_content_iGUUN9 .page-width,
div#shopify-section-template--23839437029535__advanced_content_rUKapi,
div#shopify-section-template--23839437029535__advanced_content_rUKapi .page-width,
div#shopify-section-template--23837686202527__advanced_content_mfTTVF,
div#shopify-section-template--23837686202527__advanced_content_mfTTVF .page-width{
    background: #175676;
}

.ourbooks-wrapper {
    padding: 110px 0 70px;
}

.ourbooks-header {
    text-align: left;
    margin-bottom: -85px;
}

.ourbooks-header .section-subheading {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ourbooks-header .section-heading {
    color: #fff;
    text-transform: inherit;
    margin: 0;
}

.ourbook-card {
    background: #fff;
    padding: 16px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.ourbook-card > img {
    width: 100%;
}

.ourbooks-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    gap: 12px;
}

.ourbook-card .booksrating {
    display: flex;
    gap: 8px;
    align-items: center;
}

.ourbook-card .booksrating ul {
    margin: 0;
    list-style: none;
    display: flex;
    gap: 4px;
}

.ourbook-card .booksrating span {
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
}

.book-sales p {
    font-size: 16px;
    font-weight: 400;
    color: #092B3C;
    margin: 0;
}

.book-sales p span {
    font-weight: 700;
    color: #FF8C00;
}
.ourbooks-wrapper .swiper-wrapper {
    padding-top: 140px;
}

.ourbooks-wrapper .swiper-button-next,
.ourbooks-wrapper .swiper-button-prev {
    top: 22px;
    background: #ff8c00;
    width: 68px;
    height: 48px;
    border-radius: 32px;
}

.ourbooks-wrapper .swiper-button-prev {
    left: auto;
    right: 95px;
}

.ourbooks-wrapper .swiper-button-next:before {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/ourbook-right.svg?v=1736771890);
    width: 14px;
    height: 10px;
    filter:brightness(0) invert(1);
}

.ourbooks-wrapper .swiper-button-prev:before{
  position: absolute;
    content: "";
    background: url(/cdn/shop/files/ourbooks-left.svg?v=1736771890);
    width: 14px;
    height: 10px;
    filter: brightness(0) invert(1);
}

.ourbooks-wrapper .swiper-button-disabled:before{
    opacity: .5;
}

.ourbooks-wrapper .swiper-button-next:hover,
.ourbooks-wrapper .swiper-button-prev:hover{
    background: #fff;
}

.ourbooks-wrapper .swiper-button-next:hover:before {
    filter: unset;
}

.ourbooks-wrapper .swiper-button-prev:hover:before {
    filter: unset;
}

/* Features */
.features-section {
  padding: 110px 0 240px;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
}
.features-section .section-heading {
    margin-bottom: 80px;
    text-transform: inherit;
    position: relative;
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
}
.features-section .section-heading:before {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/notes-book.svg?v=1736488219) no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
    left: -22%;
    top: -40px;
}
.features-section .section-heading:after {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/teaching.svg?v=1736488218) no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
    right: -26%;
    top: -40px;
}
.features-section .section-subheading {
    max-width: max-content;
    margin: auto;
    margin-bottom: 16px;
}
.features-section .features-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 64px;
  position: relative;
}

.features-section .features-container:before {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/blackboard.png?v=1736488316) no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
    left: 0;
    bottom: 0;
}
.features-section .features-container:after {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/cap.svg?v=1736489484) no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
    right: 0;
    bottom: 20px;
}
.features-section .feature-item {
  max-width: 200px;
  text-align: center;
}
.features-section .feature-item img,
.features-section .feature-item svg {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.features-section .feature-item .feature-title {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
.features-section .feature-item .feature-description {
  font-size: 0.9rem;
  color: #666;
}
.feature-item .icon-svg {
    width: 144px;
    height: 144px;
    border-radius: 50%;
    border: 2px solid rgba(255,140,0,.1);
    margin-left: auto;
    margin-right: auto;
}
.icon-inner-block {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 8px solid #fff;
    background: #fff3e5;
    transition: 0.7s ease;
}

.feature-item .icon-svg:hover .icon-inner-block {
    background: #FF8C00;
}

.features-section .features-container .feature-item:nth-child(2) .icon-inner-block svg path {
    fill: #ff8c00;
}

.feature-item .icon-svg:hover .icon-inner-block svg path,
.features-section .features-container .feature-item:nth-child(2) .icon-svg:hover .icon-inner-block svg path{
    fill: #fff;
}

.features-section .feature-item .feature-description {
    font-size: 20px;
    font-weight: 400;
    color: #092B3C;
    line-height: 120%;
    margin-top: 24px;
}

/*Image Content */
.image-content-wraper {
    background: #f3f4f5;
}

  .image-and-content-section {
      display: flex;
      align-items: center;
      border-radius: 32px;
      position: relative;
      z-index: 999;
      padding: 64px;
      border-top: 6px solid #ff8c00;
      background: #fff;
      top: -130px;
      margin: 0;
  }

  .image-and-content-section .left {
      width: 25%;
  }
  
  .image-and-content-section .right {
      width: 75%;
      padding-left: 45px;
  }
  
  .image-and-content-section .left img {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      object-fit: cover;
  }

.image-and-content-section h2.section-heading {
    text-transform: inherit;
    margin: 16px 0 24px;
}

.image-and-content-section .right p{
  font-size: 16px;
  font-weight: 400;
  color: #7a7a7a;
  line-height: 138%;
  margin: 0;
}

/* Testimonials */
.testimonials-section {
    padding-top: 0;
}

.testimonials-section .section-header .section-heading{
  text-transform: inherit;
}
.testimonials-section .page-width {
    background: #f3f4f5;
    margin-bottom: 40px;
}

.testimonials-slider .flickity-slider .testimonials-slide {
    padding: 0;
}

.testimonials-section .section-header h2{
  margin: 0;
}

.testimonials-slider {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px;
}

.testimonials-section .section-header {
    padding: 0;
    text-align: left;
}

.testimonials-section .testimonials-slide.is-selected .testimonials-slider__text {
    transform: scale(0.95);
}

.testimonials-section .flickity-prev-next-button {
    top: -90px;
    background: #ff8c00;
}

.testimonials-section .flickity-previous {
    left: auto;
    right: 95px;
}

.testimonials-section .flickity-next {
    right: 40px;
}

.testimonials-section .testimonials-slide .testimonials-slider__text {
    padding: 24px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    box-shadow: unset !important;
    position: relative;
}
.testimonials-section .testimonials-slide .testimonials-slider__text .rte-setting {
    font-size: 16px;
    font-weight: 400;
    color: #7A7A7A;
    line-height: 140%;
    padding-top: 80px;
    position: relative;
}

.testimonials-section .testimonials-slide .testimonials-slider__text .rte-setting:before {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/testblue-quote.svg?v=1736759818) no-repeat;
    background-size: contain;
    width: 32px;
    height: 24px;
    top: 25px;
    left: 0;
}

.testimonials-section .testimonials-slide:nth-child(3n-2) .testimonials-slider__text .rte-setting:before {
  background: url(/cdn/shop/files/green-quote.svg?v=1736945670) no-repeat;
  background-size: contain;
}

.testimonials-section .testimonials-slide:nth-child(3n-1) .testimonials-slider__text .rte-setting:before {
  background: url(/cdn/shop/files/testblue-quote.svg?v=1736759818) no-repeat;
  background-size: contain;
}

.testimonials-section .testimonials-slide:nth-child(3n) .testimonials-slider__text .rte-setting:before {
  background: url(/cdn/shop/files/orange-quote.svg?v=1736946083) no-repeat;
  background-size: contain;
}

.testimonials-section .testimonial-stars {
    font-size: 22px;
    color: #FFC700;
}

.testimonials-section .testimonail-image {
    margin-top: 56px;
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.testimonials-section cite {
    font-size: 18px;
    font-weight: 700;
    margin: 16px 0 8px;
}

.testimonials__info {
    font-size: 14px;
    font-weight: 400;
}

.testimonials-section .testimonials-slide .testimonials-slider__text:before {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/green-curve.png?v=1736754975) no-repeat;
    background-size: cover;
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.testimonials-section .testimonials-slide:nth-child(3n-2) .testimonials-slider__text:before{
  background: url(/cdn/shop/files/green-curve.png?v=1736754975) no-repeat;
  background-size: cover;
}

.testimonials-section .testimonials-slide:nth-child(3n-1) .testimonials-slider__text:before{
  background: url(/cdn/shop/files/blue-curve.png?v=1736759542) no-repeat;
  background-size: cover;
}

.testimonials-section .testimonials-slide:nth-child(3n) .testimonials-slider__text:before{
  background: url(/cdn/shop/files/orange-curve.png?v=1736759543) no-repeat;
  background-size: cover;
}

.testimonials-section cite,
.testimonials__info{
    color: #fff;
}

.testimonials-section .flickity-button svg{
    width: 0;
    height: 0;
}

.testimonials-section .flickity-button:before {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/testright-arrow.svg?v=1736831469) no-repeat;
    background-size: contain;
    width: 18px;
    height: 14px;
    filter: brightness(0) invert(1);
    top: 12px;
    left: 12px;
}

.testimonials-section .flickity-button.flickity-previous:before {
    transform: rotate(180deg);
    left: 10px;
}

.testimonials-section .flickity-prev-next-button:hover {
    transform: translateY(-50%) scale(1);
    background: transparent;
    border: 1px solid #ff8c00;
}

.testimonials-section .flickity-prev-next-button:hover::before {
    filter: unset;
}

div#shopify-section-template--23837686202527__61b0f52d-cd4f-4ec2-96da-0445ef83e5e2 .testimonials-section {
    padding-top: 80px;
}

/* States */
.states-section {
    padding: 100px 0;
}

.states-header {
    text-align: center;
}

.states-header .section-subheading {
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
    margin: 0;
}

.states-header .section-heading {
    text-transform: inherit;
    color: #fff;
    margin: 15px 0 55px;
}

.states-wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 35px;
}

.states-block {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
}

.states-block h3 {
    font-size: 24px;
    font-weight: 700;
}

.states-block .statesimg {
    height: 260px;
}

.states-block .statesimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.states-block a:hover::after {
    display: none;
}


/* FAQ */
.faq-section {
    padding-top: 110px;
    padding-bottom: 110px;
}
.faq-section header.section-header {
    padding: 0;
}
.faq-section h2.section-header__title{
    padding: 0;
    font-size: 46px;
    font-weight: 700;
    color: #092b3c;
    line-height: 122%;
    text-transform: inherit;
    margin-bottom: 64px;
}
.faq-section .faq-wrap {
    width: 100%;
    border: 1px solid rgba(9, 43, 60, 0.15);
    padding: 0 24px;
    position: relative;
    border-radius: 8px;
    margin-bottom: 24px;
}

.faq-section .faq-wrap:last-child {
    margin-bottom: 0;
}

.faq-section .faq-wrap button {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 20px 0;
    font-family: 'Helvetica Neue';
}

.faq-section .faq-wrap button>span {
    font-size: 24px;
    font-weight: 500;
    color: #092B3C;
    line-height: 140%;
}
.faq-section .collapsible-content .collapsible-content__inner p,
.faq-section .collapsible-content .collapsible-content__inner ul li{
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #7A7A7A;
}
.faq-section .collapsible-content .collapsible-content__inner {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 16px 0 16px;
}

.faq-section .faq-wrap button .collapsible-trigger__icon {
    position: absolute;
    right: 0;
    left: auto;
    border: 0;
}
.faq-section .faq-wrap button span.collapsible-trigger__icon svg {
    width: 0;
    height: 0;
}

.faq-section .faq-wrap button .collapsible-trigger__icon:before {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/faq-plus.svg?v=1736748150) no-repeat;
    width: 16px;
    height: 16px;
    left: 5px;
    top: 5px;
    background-size: contain;
} 

.faq-section .faq-wrap button.is-open .collapsible-trigger__icon:before {
    background: url(/cdn/shop/files/faq-minus.svg?v=1736748150) no-repeat;
    height: 2px;
    top: 12px;
}

/* Contact Us */

.contact-wrapper {
    background: #f3f4f5 url(/cdn/shop/files/classmate-contactbg.png?v=1736947438) no-repeat;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 120px 0 100px;
    border-radius: 8px;
}

.form-outer {
    position: relative;
}

.form-outer img {
    position: absolute;
    left: 18px;
    top: 11px;
    max-width: 16px;
    width: 100%;
}

.contact-wrapper .contact-row {
    background: transparent;
}

.contact-inner {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    padding: 80px 64px 64px;
    position: relative;
}

.contact-inner:before {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/contact-topicn.svg?v=1737357620) no-repeat;
    background-size: contain;
    width: 125px;
    height: 125px;
    top: -65px;
    left: 50%;
    transform: translate(-50%, 0);
}

.contact-inner .contact-header,
.contact-inner .contact-header h2.section-header__title {
    padding: 0;
}

.contact-inner .contact-header h2.section-header__title {
	font-size: 32px;
	font-weight: 700;
	color: #092B3C;
    margin-bottom: 32px;
	text-transform: inherit;
    font-family: 'Helvetica Neue';
}

.contact-inner input {
    height: 42px;
}

.contact-inner input,
.contact-inner textarea{
    border-color: rgba(9, 43, 60, 0.1);
    border-radius: 8px;
    padding-left: 45px;
    margin-bottom: 24px;
}

  .contact-inner input,
  .contact-inner textarea,
  .contact-inner input::placeholder,
  .contact-inner textarea::placeholder{
      font-size: 16px;
      font-weight: 400;
      color: #092b3c;
      font-family: 'Helvetica Neue';
  }

  .contact-inner input::placeholder,
  .contact-inner textarea::placeholder{
      color: rgba(122, 122, 122, 0.8);
  }

.orange-btn{
	width: 100%;
    border-radius: 32px;
    padding: 14px 24px;
    background: #FF8C00;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: inherit;
	font-family: Helvetica Neue;
}

.orange-btn:hover {
    background: #fff !important;
    color: #FF8C00;
    border-color: #FF8C00;
}

/*Privacy Content*/
.policy-content p,
.policy-content ul li{
  font-size: 16px;
  font-weight: 400;
  color: rgba(9, 43, 60, 0.8);
  margin-bottom: 20px;
}

.policy-content p span {
    line-height: 145%;
}

.policy-content h4 {
    font-size: 24px;
    font-weight: 500;
    color: rgba(9, 43, 60, 0.8);
    margin: 42px 0 16px;
    letter-spacing: 0;
    text-transform: inherit;
}

.policy-content p a {
    color: #1EAACE;
    border-bottom-color: #1EAACE !important;
}

.policy-content p a::after {
    display: none;
}

.policy-content ul li{
  margin-bottom: 0;
  padding-bottom: 15px;
}

.policy-content ul li:last-child {
    padding-bottom: 0;
}

.policy-content ul {
    margin-left: 22px;
}

section#shopify-section-template--23839980585119__main header.section-header,
section#shopify-section-template--23840052641951__main header.section-header,
section#shopify-section-template--23840052707487__main header.section-header,
section#shopify-section-template--23840066568351__main header.section-header{
  display: none;
}

.book_types_content h2 {
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 500;
    color: #092b3c;
    font-family: 'Helvetica Neue';
    margin-bottom: 30px;
}

.book_types_content {
    padding: 35px 0;
}

/*Listing */
.banner-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f4f5;
}

.banner-section .banner-content h2 {
    font-size: 46px;
    font-weight: 700;
    text-transform: capitalize;
    color: #092B3C;
    font-family: 'Helvetica Neue';
}

.banner-section .banner-content nav.breadcrumb {
    background: transparent;
    justify-content: center;
    padding: 0;
    margin: 16px 0 0;
    gap: 4px;
    color: #092B3C;
}

.banner-section .banner-content nav.breadcrumb span[ara-hidden] {
    color: #092B3C;
}

.banner-section .banner-content nav.breadcrumb span {
    color: #FF8C00;
}

.collection-content .collection-grid__wrapper .collection-filter {
    display: none;
}

.collection-content .collection-grid__wrapper .grid-product__content {
    border: 1px solid rgba(9, 43, 60, 0.1);
    padding: 16px;
    border-radius: 4px;
    height: 100%;
    box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.06);
}

.collection-content .collection-grid__wrapper .grid-product__content .grid-product__image-mask {
    padding: 0;
    border: 0;
    position: unset;
}

.collection-content .collection-grid__wrapper .grid-product__meta .grid-product__title {
    font-size: 16px;
    font-weight: 400;
    color: #092B3C;
    line-height: 140%;
    text-align: left;
    text-transform: inherit;
}

.collection-content .collection-grid__wrapper .grid-product__content .grid-product__tag--sale {
    background: #FF8C00;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Helvetica Neue';
    letter-spacing: 0;
    padding: 10px 14px;
}

.collection-content .collection-grid__wrapper .grid-product__content:hover .quick-product__btn{
  display: block;
}

.collection-content .collection-grid__wrapper .grid-product__content .quick-product__btn {
    background: #ff8c00;
}

.collection-content .collection-grid__wrapper .grid-product__content .grid-product__price {
    text-align: left;
    margin-top: 16px;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    font-weight: 700;
    color: #092B3C;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    position: relative;
    padding-left: 15px;
}

.collection-content .collection-grid__wrapper .grid-product__content .grid-product__price:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 9px;
    background: #ff8c00;
    border-radius: 100%;
    left: 0;
}

.collection-content .collection-grid__wrapper .grid-product__content:before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
}

.collection-content .collection-grid__wrapper .grid-product__content:hover:before {
    opacity: 1; 
    z-index: 1;
}

.collection-content .grid-product__secondary-image {
    display: none;
}

.collection-content .grid.grid--uniform.small--grid--flush {
    display: flex;
    flex-wrap: wrap;
}

.collection-content .grid-product__meta {
    padding: 0;
    margin-top: 16px;
}

.collection-content .grid .pagination {
    padding-top: 20px;
    justify-content: center;
}

.collection-content .grid .pagination span.page {
    display: flex;
    align-items: center;
}

.collection-content .grid .pagination span.prev,
.collection-content .grid .pagination span.next{
    background: #FF8C00;
}
.collection-content .grid__item--sidebar {
    padding-left: 0;
}

.collection-content .grid__item--sidebar #CollectionSidebar {
    border: 1px solid rgba(9, 43, 60, 0.1);
    padding: 12px 14px;
    border-radius: 4px;
    margin-top: 32px;
}
.collection-content .collection-sidebar__group button.tag-list__header {
    border-bottom: 1px solid #cdcdcd;
    padding: 0 0 8px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
    font-family: 'Helvetica Neue';
}

.collection-content .collection-sidebar__group {
    padding: 25px 0 0;
    border: 0;
    margin: 0;
}

.collection-sidebar__group .collapsible-content__inner .tag-list li.tag span {
    font-size: 15px;
    font-weight: 400;
    color: #7A7A7A;
}

.collection-sidebar__group .collapsible-content__inner .tag-list li.tag label:hover {
    text-decoration: none;
}

.collection-sidebar__group .collapsible-content__inner .tag-list li.tag input:checked~.tag__checkbox:after{
    border-color: #FF8C00;
    background-color: #FF8C00;
}

.collection-sidebar ul.no-bullets.tag-list.tag-list--active-tags {
    display: none;
}

.collection-content .collection-sidebar__group button.tag-list__header span.collapsible-trigger__icon svg {
    width: 0;
    height: 0;
}

.collection-content .collection-sidebar__group button.tag-list__header.is-open span.collapsible-trigger__icon:before {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/filter-icon.svg?v=1737710752) no-repeat;
    background-size: contain;
    width: 12px;
    height: 2px;
    top: 0px;
}

.collection-content .collection-sidebar__group button.tag-list__header span.collapsible-trigger__icon:before {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/filter-plus.svg?v=1737710752) no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    top: -4px;
}

.collection-content .collection-grid__wrapper .grid-product__content .grid-product__price span.grid-product__price--savings {
    font-size: 14px;
    margin: 0;
    background: #ff8c00;
    color: #fff;
    padding: 7px 12px;
    display: inline-block;
    font-weight: 400;
}

.collection-content .collection-grid__wrapper .grid-product__content .grid-product__price .grid-product__price--original {
    display: none;
}

.collection-grid__wrapper .grid.grid--uniform.small--grid--flush .grid__item.grid-product {
  width: 33.33%;
}

.modal--quick-shop .product-single__meta .product-block.product-block--header p.h2.product-single__title,
.modal--quick-shop .product-single__meta .product-block h1,
.modal--quick-shop .product-single__meta .product-block h2,
.modal--quick-shop .product-single__meta .product-block h3,
.modal--quick-shop .product-single__meta button{
    font-family: 'Helvetica Neue';
    text-transform: inherit;
    letter-spacing: 0;
}

.modal--quick-shop .product-single__meta .product-block h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 130%;
}

.modal--quick-shop .product-single__meta .product-block h2 {
    font-family: 'Helvetica Neue';
    font-size: 25px;
    line-height: 120%;
}

.modal--quick-shop .product-single__meta .product-block ul li,
.modal--quick-shop .product-single__meta .product-block ol li,
.modal--quick-shop .product-single__meta .product-block p{
    font-size: 16px;
    padding-bottom: 12px;
}

.modal--quick-shop .product-single__meta .product-block p {
    padding: 0;
}

.modal--quick-shop label {
  font-family: 'Helvetica Neue';
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
}

.modal--quick-shop .product-single__meta button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    background: orange;
    margin-bottom: 20px;
}

.modal--quick-shop .product-single__meta button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    background: #FF8C00;
    margin-bottom: 20px;
    border-radius: 32px;
}

.modal--quick-shop .payment-buttons .shopify-payment-button>small {
    font-size: 14px;
    font-family: 'Helvetica Neue'
}

.modal--quick-shop #Product-content-contact9273595822239-modal button.btn {
   background-color: #FF8C00;
   border-radius: 25px;
}

.modal--quick-shop .product-single__meta .product-block p.download-pdf {
    background: #ff8c00;
    padding: 12px 0 !important;
    border-radius: 6px;
}

/*Footer*/
footer.site-footer {
    background: #092b3c url(/cdn/shop/files/footer_bgmathmatics.png?v=1736513456);
    color: #fff;
    padding: 80px 0 80px;
}

.footer-top>.grid {
    margin-left: 0;
}

footer.site-footer [data-type="menu"] p.h4.footer__title {
    display: none;
}

footer.site-footer [data-type="menu"] {
    padding: 0;
    width: 100%;
}

footer.site-footer [data-type="menu"] ul.no-bullets.site-footer__linklist {
    display: flex;
    align-items: center;
    width: 100% !important;
    gap: 16px;
}


footer.site-footer [data-type=menu] ul.no-bullets.site-footer__linklist li a {
    font-size: 16px;
    font-family: 'Helvetica Neue';
    font-weight: 400;
}

footer.site-footer button.faux-select.disclosure__toggle {
    display: none;
}

.footer-top {
    display: flex;
    justify-content: space-between;
}

.footer-top [data-type="logo_social"] {
    padding-left: 0;
}

.footer-right h4 {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Helvetica Neue';
    letter-spacing: normal;
    text-transform: inherit;
    margin: 0 0 24px;
    white-space: nowrap;
}
.footer-right ul.payment-icons.footer__section {
    text-align: left;
}
.footbottom-bar {
    background: #1EAACE;
}

.footbottom-container {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 40px;
}

.footbottom-bar ul.policy-lists {
    list-style: none;
    margin: 0;
    display: flex;
    gap: 25px;
}

.footbottom-bar ul.policy-lists li {
    margin: 0;
}

.footbottom-bar ul.policy-lists li a,
.footbottom-bar .footer__small-text{
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    padding: 0;
}

.footer__logo {
    text-align: left;
}

.customview_allbtn {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

.customview_allbtn a.btn {
    background: #FF8C00;
    border-radius: 40px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 18px;
    padding: 15px 40px;
}

@media (max-width: 1440px){
  h1.hero-heading {
    font-size: 75px !important;
  }

  .states-block .statesimg {
    height: 240px;
  }
}

@media (max-width: 1366px){
  .mathbook-wrapper {
    padding: 90px 0;
  }
  
  .book-number {
    font-size: 38px;
  }

  .book-description span {
    font-size: 18px;
   }

  .book-description p {
    font-size: 22px;
    margin: 14px 0 26px;
   }
  
  .section-subheading {
    font-size: 24px;
   }

  .section-heading,
  .faq-section h2.section-header__title{
    font-size: 42px;
   }

  .books-header .section-heading {
    margin: 16px 0 45px;
  }

  .features-section .feature-item .feature-description {
    font-size: 18px;
  }

  .feature-item .icon-svg {
    width: 135px;
    height: 135px;
  }

  .features-section .feature-item img, .features-section .feature-item svg {
    width: 48px;
    height: 48px;
    margin-bottom: 6px;  
   }

  .features-section .section-heading {
    margin-bottom: 60px;
  }
  
  .features-section .section-heading:before,
  .features-section .section-heading:after,
  .features-section .features-container:before,
  .features-section .features-container:after{
    width: 90px;
    height: 90px;
  }
  
  .features-section .section-heading:before {
    left: -14%;
    top: -40px;
   }

  .features-section .section-heading:after {
    right: -14%;
  }

  #shopify-section-template--23837686202527__72428379-8871-42e9-98c4-d31c72640d5d .rte h2{
    font-size: 42px !important;
  }

  #shopify-section-template--23837686202527__72428379-8871-42e9-98c4-d31c72640d5d .rte h4.section-subheading{
    font-size: 24px !important;
  }

  .testimonials-section .testimonials-slide .testimonials-slider__text .rte-setting:before {
    top: 16px;
   }

  .testimonials-section .testimonials-slide .testimonials-slider__text .rte-setting {
    padding-top: 70px;
   }

  .faq-section .faq-wrap button>span {
    font-size: 22px;
  }

  .faq-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  
}

@media (max-width: 1280px){
  h1.hero-heading {
    font-size: 68px!important;
 }

  .selectsearch-wraper {
    max-width: 840px;
    padding: 40px 60px;
  }

  footer.site-footer {
    padding: 60px 0;
  }

  .faq-section .faq-wrap button>span {
    font-size: 20px;
   }

  .footer-right h4 {
    font-size: 22px;
   }

  .footer-right ul.payment-icons.footer__section {
    margin-top: 0;
   }

}



@media (max-width: 1200px){
  .innerbooks-container {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  h1.hero-heading {
    font-size: 58px!important;
  }

  .section-subheading {
    font-size: 22px;
  }

  .section-heading, 
  .faq-section h2.section-header__title {
    font-size: 38px;
  }

  #shopify-section-template--23837686202527__72428379-8871-42e9-98c4-d31c72640d5d .rte h2{
    font-size: 38px!important;
  }

  #shopify-section-template--23837686202527__72428379-8871-42e9-98c4-d31c72640d5d .rte h4.section-subheading {
    font-size: 22px!important;
  }

  .image-and-content-section{
    padding: 45px 45px !important;
  }

  .features-section .section-heading {
    max-width: 755px;
  }

  .states-wrap {
    grid-template-columns: repeat(2,1fr);
  }

  .collection-content .grid__item--sidebar {
    width: 30%;
   }

  .collection-grid__wrapper .grid.grid--uniform.small--grid--flush .grid__item.grid-product {
    width: 50%;
  }

  .collection-content .grid__item--content {
    width: 70%;
   }
}

@media (max-width: 1024px){
   .features-section .features-container {
    gap: 50px;
   }  

  .faq-section h2.section-header__title {
    margin-bottom: 45px;
   }

  .footer__logo {
    margin: 0;
  }

  footer.site-footer [data-type=menu] ul.no-bullets.site-footer__linklist li a {
    font-size: 15px;
  }

  .footer-right h4 {
    font-size: 20px;
  }

  .footbottom-container {
    padding: 14px 40px;
  }

  .states-block h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .states-section {
    padding: 80px 0;
   }

  .policy-content h4 {
    font-size: 22px;
  }
  
  .image-and-content-section .left {
    height: 205px;
  }
}

@media (max-width: 991px){
  h1.hero-heading {
    font-size: 48px!important;
 } 

  .section-subheading {
    font-size: 20px;
  }

  .mathbook-wrapper {
    padding: 70px 0;
  }

  .section-heading, .faq-section h2.section-header__title {
    font-size: 35px;
  }

  .book-number {
    font-size: 35px;
  }

  .book-description p {
    font-size: 20px;
    margin: 10px 0 24px;
  }

  .books-header .section-heading {
    margin: 16px 0 40px;
  }

  .ourbooks-wrapper {
    padding: 80px 0 70px;
  }

  .ourbooks-wrapper .swiper-button-next, .ourbooks-wrapper .swiper-button-prev {
    top: 35px;
    width: 60px;
    height: 42px;
  }

  .features-section {
    padding: 80px 0 200px;
  }

  .section-subheading img {
    max-width: 55px;
  }

  #shopify-section-template--23837686202527__72428379-8871-42e9-98c4-d31c72640d5d .rte h2{
    font-size: 35px!important;
  }

  #shopify-section-template--23837686202527__72428379-8871-42e9-98c4-d31c72640d5d .rte h4.section-subheading{
    font-size: 20px!important;
  }

  .testimonials-section .page-width {
    margin-bottom: 30px;
   }

  .faq-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-top .grid [data-type="logo_social"] {
    padding: 0;
   }

  .footer-top .grid [data-type="logo_social"] .footer__logo a img {
    max-width: 200px;
  }
}

@media (max-width: 880px){
  .image-and-content-section .left {
    height: 175px;
}
    .innerbooks-container {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px){
  .container-wrap {
    padding: 0 20px;
 }
  
  .innerbooks-container {
    gap: 25px;
   }

  .book-number {
    font-size: 30px;
   }

  div#shopify-section-template--23837686202527__72428379-8871-42e9-98c4-d31c72640d5d .rte{
    padding-left: 0 !important;
    text-align: center;
  }

  #shopify-section-template--23837686202527__72428379-8871-42e9-98c4-d31c72640d5d .rte h4.section-subheading{
    justify-content: center;
  }

  .testimonials-slider {
    padding: 0 17px;
  }

  .testimonials-section .flickity-button:before {
    width: 15px;
    height: 10px;
    top: 12px;
    left: 10px;
  }

  .testimonials-section .flickity-button.flickity-previous:before {
    left: 8px;
  }

  .footer-right h4 {
    margin-bottom: 16px;
   }

  .footer-top .grid [data-type="menu"] button.footer__title.collapsible-trigger {
    display: none;
  }
  
  .footer-top .grid [data-type="menu"] .collapsible-content {
      visibility: visible !important;!i;!;
      opacity: 1 !important;!I;!;
      height: auto;
  }
  
  footer.site-footer [data-type=menu] ul.no-bullets.site-footer__linklist {
      flex-direction: column;
      align-items: flex-start;
  }

  .footer-top {
    flex-direction: column;
 }

  .footer-right h4 {
    text-align: left;
    margin-top: 20px;
  }

  .footer-top .grid [data-type=menu] .collapsible-content .collapsible-content__inner {
    transform: unset;
   }

  .footbottom-container {
    padding: 14px 17px;
  }
  .policy-content h4 {
    font-size: 20px;
    margin: 35px 0 14px;
  }

  .policy-content p {
    font-size: 15px;
  }

  .image-and-content-section {
    flex-direction: column;
    gap: 40px;
  }
  
  .image-and-content-section .left {
      height: max-content;
      width: 100%;
      max-width: 300px;
  }
  
  .image-and-content-section .right {
      width: 100%;
      padding-left: 0;
      text-align: center;
  }
  
  ul.mobile-nav li.mobile-nav__item a {
    letter-spacing: 0;
  }

  ul.mobile-nav li.mobile-nav__item a{
    font-size: 18px;
  }
  
  .header-item .site-nav__icons {
    display: flex;
  }
  
  .header-item .site-nav button.site-nav__link.site-nav__link--icon {
    order: 1;
  }
  
   .collection-content .grid__item--sidebar #CollectionSidebar .collection-sidebar {
    display: block !important;
  }

  .collection-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .drawer ul.mobile-nav li.mobile-nav__item--secondary {
    display: none;
  }
}


@media (max-width: 680px){

  .book-description span {
    font-size: 16px;
  }

  .hero-section .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
   }

  #shopify-section-template--23837686202527__hero_section_qPhLR8 .hero-section .hero-image {
    object-position: center;
  }

  .section-subheading {
    font-size: 18px;
  }
  
  .innerbooks-container {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  h1.hero-heading {
    font-size: 38px!important;
  }

  .hero-section .hero-content {
    width: 94%;
  }
  
.selectsearch-wraper {
    flex-direction: column;
    padding: 25px 18px;
}

.standard-select, .course-select {
    width: 100%;
}

.selectsearch-wraper .search-button{
  width: 100%;
  }

  .mathbook-wrapper {
    padding: 55px 0;
  }

  .section-heading, 
  .faq-section h2.section-header__title {
    font-size: 28px;
   }

  .books-header .section-heading {
    margin: 10px 0 35px;
  }

  .innerbooks-container .books-card {
    padding: 20px;
  }

  .ourbooks-wrapper {
    padding: 55px 0 55px;
  }

  .ourbooks-header .section-subheading {
    margin-bottom: 10px;
  }

  .ourbooks-wrapper .swiper-button-next, .ourbooks-wrapper .swiper-button-prev {
    top: 112px;
    width: 50px;
    height: 35px;
   }

  .ourbooks-wrapper .swiper-button-prev {
    left: 0;
    right: auto;
  }

  .ourbooks-wrapper .swiper-button-next {
    right: auto;
    left: 65px;
  }

  .ourbooks-header {
    margin-bottom: -55px;
  }

  .features-section .features-container {
    gap: 35px;
  }

  .features-section .section-heading:after {
    right: 0;
   }

  .features-section .section-heading:before {
    left: 0;
  }

  .image-and-content-section {
    padding: 25px!important;
  }

  .features-section {
    padding: 55px 0 170px;
  }

  #shopify-section-template--23837686202527__72428379-8871-42e9-98c4-d31c72640d5d .rte h2,{
    font-size: 28px!important;
  }

  .testimonials-section .testimonials-slide.is-selected .testimonials-slider__text {
    margin: 0;
   }

  .testimonials-section .flickity-prev-next-button {
    top: 0;
  }

  .testimonials-section .flickity-previous {
    left: 17px;
    right: auto;
  }

  .testimonials-section .flickity-next {
    right: auto;
    left: 64px;
   }

  .testimonials-section .section-header {
    margin-top: -60px;
    padding-bottom: 30px;
  }

  .testimonials-section .flickity-prev-next-button {
    top: -18px;
   }

  #shopify-section-template--23837686202527__72428379-8871-42e9-98c4-d31c72640d5d .rte h4.section-subheading {
    font-size: 18px!important;
  }

  .faq-section .faq-wrap button>span {
    font-size: 18px;
  }
  
   .faq-section .faq-wrap {
    padding: 0 15px;
  }

  .faq-section .faq-wrap button .collapsible-trigger__icon:before {
    width: 14px;
    height: 14px;
    left: auto;
    right: 0;
 }

  .faq-section .faq-wrap button {
    padding: 16px 13px 16px 0;
  }

  footer.site-footer {
    padding: 40px 0;
 }

  .footbottom-container {
    flex-direction: column;
    gap: 8px;
  }

  .announment-wpr .announcement-text {
    font-size: 13px;
   }

  .states-wrap {
    grid-template-columns: repeat(1,1fr);
  }

  .states-block {
    padding: 18px;
  }

  .states-section {
    padding: 55px 0;
  }

  .states-header .section-heading {
    margin: 15px 0 40px;
   }
  
   div#shopify-section-template--23837686202527__61b0f52d-cd4f-4ec2-96da-0445ef83e5e2 .testimonials-section {
    padding-top: 120px;
   }
  
   .contact-wrapper {
    padding: 90px 0 80px;
   }
  
   .contact-inner {
    padding: 60px 20px 30px;
   }

  .contact-inner:before {
      width: 95px;
      height: 95px;
      top: -50px;
  }

  .image-and-content-section .right h2.section-heading {
    font-size: 25px;
  }
  .image-and-content-section .left {
    max-width: 240px;
  }

  .image-and-content-section {
    top: -80px;
  }

  .collection-content .grid__item--content,
  .collection-content .grid__item--sidebar{
    width: 100%;
  }

  .collection-content .collection-sidebar__group {
    padding: 15px 0 0;
  }

  .selectsearch-wraper {
    margin-top: 0;
}

  .testimonials-section {
    padding-top: 60px;
}

  .book_types_content h2 {
    font-size: 34px;
    margin-bottom: 22px;
}

  .book_types_content p {
    font-size: 16px;
}
  
}


@media (max-width: 480px){
  .collection-grid__wrapper .grid.grid--uniform.small--grid--flush .grid__item.grid-product {
    width: 100%;
}
 .section-header__title {
  display: none !important;
}

