.bg__secondary {
  background-color: #f0f0f0;
}

.text-dark-grey {
  color: #5d6678;
}

.header__shipping--text, .language__switcher {
  font-weight: 500 !important;
}

.header__shipping--text__icon {
  margin-top: -3px;
}

.header__topbar {
  padding: 0.75rem 0;
}

.no-display {
  display: none;
}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .header__search--box {
    width: 50rem;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .header__search--box {
    width: 58.5rem;
  }
}

.shipping__style3--icon i {
  font-size: 22px !important;
}

.primary__btn i {
  margin-left: 10px;
}

.footer__bottom {
  text-align: center;
}

.footer__bottom .copyright__content {
  margin: auto;
}

.breadcrumb__content h2 {
  color: #fff !important;
  font-size: 5.5rem;
  line-height: 6.5rem;
  font-weight: 600;
}

.aioseo-breadcrumbs span {
  color: #fff !important;
  font-size: 18px;
}

.aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  font-size: 20px;
  margin: 0px 10px;
  color: #ff8833 !important;
}

.booking-form-instruction-cover {
  background: #f0f0f0;
  color: #4f5560;
}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .rich-container {
    padding: 0px 15px 0px 15px;
  }
  .booking-form-instruction-cover {
    height: 100%;
    padding: 120px 0px 20px 0px;
  }
  .booking-form-main-cover {
    padding: 120px 0px 20px 0px;
  }
  .booking-form-main-content-cover {
    margin: 20px 0px 20px 0px;
  }
  .select-year-button {
    width: 100%;
  }
  .header-area .left {
    display: none;
  }
}

/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .rich-container {
    padding: 0px 25px 0px 25px;
  }
  .header-area .left {
    display: block;
  }
  #menu-top-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .rich-container {
    padding: 0px 50px 0px 50px;
  }
  .select-year-button {
    width: 100%;
  }
  .booking-form-instruction-cover {
    padding: 70px 0px 50px 0px;
  }
  .booking-form-main-cover {
    padding: 70px 0px 50px 0px;
  }
  .booking-form-main-content-cover {
    margin: 20px -20px 20px -20px;
  }
  #menu-top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* Large Devices, Wide Screens */
.order-books-section-title {
  margin-bottom: 50px;
  margin-top: -5px;
  position: relative;
  z-index: 1;
}

.order-books-section-title h3 {
  margin-bottom: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
  text-align: left;
  color: #001648;
}

.booking-form-main-instruction {
  margin-bottom: 30px;
}

.year-select-item-cover {
  padding: 20px 25px 25px 20px;
}

.year-select-item {
  background: #f0f0f0;
  display: block;
  width: 100%;
  height: 70px;
  border-bottom-left-radius: 20px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.year-select-icon {
  font-family: 'Trajan Pro';
  background: #ff8833;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  height: 70px;
  width: 70px;
  position: absolute;
  text-align: center;
  padding: 22px 0px 0px 0px;
  border-bottom-left-radius: 20px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.year-select-text {
  padding: 0px 0px 0px 100px;
  display: table-cell;
  vertical-align: middle;
  height: 70px;
}

.year-select-text h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #505050;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.section2-insruction-cover p {
  font-style: italic;
  font-weight: 600;
  margin-bottom: 30px;
}

.para-justify {
  text-align: justify;
  letter-spacing: 1px;
}

.para-justify strong {
  text-decoration: underline;
}

.booking-form-instruction-ul ul {
  margin-top: 30px;
  list-style-type: none;
  padding-left: 10px;
}

.booking-form-instruction-ul ul li {
  margin-bottom: 10px;
  text-align: left;
}

.booking-form-instruction-ul ul li strong {
  text-decoration: none;
}

.year-select-item {
  background: #f0f0f0;
  display: block;
  width: 100%;
  height: 70px;
  border-bottom-left-radius: 20px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

.year-select-item:hover {
  -webkit-box-shadow: 0px 3px 4px 0px #cfcfcf;
  box-shadow: 0px 3px 4px 0px #cfcfcf;
}

.year-select-item:hover .year-select-icon {
  background: #001648;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.book-order-page-cover {
  background: #f0f0f0;
  padding: 70px 0px 50px 0px !important;
}

.select-books-table-body-cover {
  background: #fff;
  border-radius: 5px;
}

.select-books-table-body-cover .table-responsive table {
  margin-bottom: 0px;
}

.select-books-table-body-cover .table-responsive table .rch-thead {
  background: #fff !important;
  color: #5d6678;
  border-color: #efefef;
  border-bottom-width: 20px;
}

.select-books-table-body-cover .table-responsive table .rch-thead tr th {
  padding: 20px 20px 16px 20px;
}

.select-books-table-body-cover .table-responsive table .rch-tbody tr {
  border-color: #f5f5f5;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  font-weight: 500;
  color: #42454c;
  letter-spacing: 0.35px;
}

.select-books-table-body-cover .table-responsive table .rch-tbody tr td {
  font-size: 14px;
  padding: 20px 20px 16px 20px;
}

.select-books-table-body-cover .table-responsive table .rch-tbody tr:hover, .select-books-table-body-cover .table-responsive table .rch-tbody tr:active {
  box-shadow: 0px 8px 21px -6px rgba(138, 138, 138, 0.75);
  -webkit-box-shadow: 0px 8px 21px -6px rgba(138, 138, 138, 0.75);
  -moz-box-shadow: 0px 8px 21px -6px rgba(138, 138, 138, 0.75);
}

.qty_count {
  width: 60px;
  height: 40px;
  text-align: center;
  border: 1px solid #a9a9a9;
}

.sbtd-total-title {
  font-size: 20px;
  color: #ff8833;
}

.sbtd-total-amount {
  font-size: 20px;
  font-weight: 700;
}

.year-cart-total-cover {
  text-align: right;
  margin-top: 40px;
}

.common-btn {
  display: inline-block;
  color: #fff;
  background-color: #ff8833;
  padding: 10px 25px;
  font-weight: 500;
  border: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1 !important;
  z-index: 1;
  position: relative;
  border-radius: 30px;
}

.shop_table .product-thumbnail a img {
  display: none;
}

.shop_table thead {
  background: #000;
  color: #fff;
}

.shop_table tr {
  height: 60px;
}

.woocommerce table.cart td.actions .input-text {
  width: 150px;
  padding: 3px 5px;
  margin-right: 15px;
}

table.cart td.actions {
  padding: 20px;
}

.woocommerce button.button {
  display: inline-block;
  color: #fff !important;
  background-color: #ff8833;
  padding: 10px 25px !important;
  font-weight: 500;
  border: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1 !important;
  z-index: 1;
  position: relative;
  border-radius: 30px;
  letter-spacing: 1px;
}

.woocommerce-shipping-totals .woocommerce-shipping-destination {
  display: none;
}

.woocommerce-shipping-totals .shipping-calculator-button {
  display: none;
}

.cart-collaterals {
  margin-top: 40px;
}

.cart-collaterals .cart_totals h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.cart-collaterals .wc-proceed-to-checkout .checkout-button, .cart-collaterals .wc-proceed-to-checkout #richCustomCheckout {
  float: right;
  display: inline-block;
  color: #fff !important;
  background-color: #ff8833 !important;
  padding: 10px 25px !important;
  font-weight: 500;
  border: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1 !important;
  z-index: 1;
  position: relative;
  border-radius: 30px;
  letter-spacing: 1px;
}

#select_school {
  margin-bottom: 50px;
}

.school_selector {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  line-height: 28px;
  color: #757575;
  padding: 10px 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 40px;
}

#school-select-text h5 {
  font-size: 2.1rem;
  font-weight: 600;
  color: #001648;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-billing-fields input[type='text'], .woocommerce-billing-fields input[type='tel'], .woocommerce-billing-fields input[type='email'] {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  color: #757575;
  padding: 10px 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.woocommerce-billing-fields label {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

.woocommerce-billing-fields h3 {
  text-transform: uppercase;
  margin-bottom: 25px;
}

#ship-to-different-address span {
  text-transform: uppercase;
  margin-left: 20px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  color: #757575;
  padding: 10px 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 20px;
}

.woocommerce form .form-row span {
  width: 100%;
}

.woocommerce-additional-fields label {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

.woocommerce-additional-fields textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  color: #757575;
  padding: 10px 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.woocommerce-additional-fields h3 {
  text-transform: uppercase;
}

#order_comments_field {
  margin-top: 25px;
}

#order_comments_field span {
  width: auto;
}

#order_comments_field .woocommerce-input-wrapper {
  width: 100%;
}

#order_review_heading {
  margin: 50px 0px 30px 0px;
  text-transform: uppercase;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  color: #757575;
  padding: 10px 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.select2-container .select2-selection--single {
  height: auto;
}

.view-product-button {
  width: 100%;
  border: 1px solid var(--border-color);
  height: 4.4rem;
  line-height: 4rem;
  padding: 0 0.6rem;
  color: var(--text-gray-color);
  border-radius: 0.3rem;
  text-align: center;
  background: #e7e7e7;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.view-product-button:hover {
  background: #ff8833 !important;
  background-color: #ff8833 !important;
  color: #fff !important;
}

.woocommerce .woocommerce-breadcrumb {
  display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  text-align: -webkit-center;
  background: #efefef;
  padding: 30px 0px 20px;
}

.woocommerce div.product .product_title {
  font-size: 2.8rem;
  line-height: 4rem;
  margin-bottom: 2.5rem;
}

.woocommerce div.product .product_title::after {
  content: '';
  position: absolute;
  background-color: #d8d8d8;
  width: 100px;
  height: 3px;
  margin-top: 8px;
  margin-left: 0px;
  float: left;
  display: block;
}

.product .entry-summary .woocommerce-Price-amount {
  margin-bottom: 2.4rem;
  margin-top: 2rem;
  color: #ff8833 !important;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  font-size: 2.2rem;
  letter-spacing: 1px;
}

.entry-summary > .product_meta {
  display: none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #ff8833 !important;
  color: #fff !important;
  text-transform: capitalize;
  padding: 12px 30px !important;
  text-align: center;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  line-height: 24px !important;
  /* width: 100%; */
  display: block;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  border-radius: 3px;
  /* margin-top: -77px !important; */
  /* position: absolute !important; */
}

.entry-summary .quantity .input-text {
  border: 1px solid #efefef;
  padding: 10px;
}

#tab-description h2 {
  display: none;
}

/* Shop Page Styles */
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .shop-sidebar-wrapper {
    padding-top: 0px;
  }
  .shop-sidebar-wrapper {
    max-width: 100%;
  }
  .akres_product_siderbar_section .search-field {
    max-width: 100%;
  }
  .product .entry-summary {
    padding: 10px 20px;
  }
  .product .woocommerce-tabs {
    padding: 60px 20px 0px 20px;
  }
}

/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .shop-sidebar-wrapper {
    padding-top: 80px;
  }
  .product .entry-summary {
    padding: 0px 0px 0px 40px;
  }
  .product .woocommerce-tabs {
    padding: 60px 0px 0px 0px;
  }
}

/* Large Devices, Wide Screens */
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.woocommerce ul.products li.product .price {
  margin: 0.5rem 0 1.6rem 0;
  color: #ff8833;
  display: block;
  font-weight: 600;
  font-size: 1em;
}

.product__items--price {
  color: #ff8833;
  display: block;
  font-weight: 600;
  font-size: 1em;
}

.product__items--price .current__price {
  color: #ff8833;
}

.woocommerce-products-header__title {
  display: none;
}

.select-books-step2-cover {
  background: #f0f0f0;
  padding: 70px 0px 50px 0px !important;
}

.title-2 {
  margin-bottom: 30px !important;
}

.student-details-cover {
  background: #fff;
  padding: 40px;
}

.student-details-cover .student-detail-label {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 8px;
}

.student-details-cover .student-detail-input input[type=text] {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  color: #757575;
  padding: 10px 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.student-details-cover .student-detail-input .school_selector {
  margin-top: 10px !important;
  padding: 13px 30px;
}

.woocommerce-MyAccount-navigation {
  width: 25%;
  float: left;
  padding-right: 52px;
}

.woocommerce-MyAccount-navigation ul li:first-child {
  border-top: 1px solid #e2e2e2;
}

.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #e2e2e2;
  color: #525252;
  -webkit-transition: .5s;
  transition: .5s;
}

.woocommerce-MyAccount-navigation ul li a {
  font-size: 18px;
  line-height: 26px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li.is-active {
  color: #111111;
  font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-content a {
  color: #ff8833;
  text-decoration: underline;
}

.rich-footer-cover {
  padding: 50px 0px 50px;
  border-bottom: 1px solid #ddd;
}

.rich-footer-cover .rf-widget-head h1 {
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  font-weight: 400;
  position: relative;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #f2f2f2;
}

.rich-footer-cover .rf-widget-head h1:before {
  position: absolute;
  content: "";
  height: 0.2rem;
  width: 6rem;
  background: #ff8833;
  left: 0;
  bottom: 0;
}

.rich-footer-cover .rf-widget-body {
  color: #f2f2f2;
  text-align: justify;
  margin-bottom: 30px;
}

.rich-footer-cover .rf-widget-body ul {
  padding-left: 30px;
}

.rich-footer-cover .rf-widget-body ul li {
  list-style: none;
  line-height: 1;
  color: #f2f2f2;
  line-height: 3rem;
  cursor: pointer;
}

.about__thumb img {
  border-radius: 4px;
}

.about-content p {
  text-align: justify;
}

.woocommerce-form-login__rememberme {
  display: block !important;
  margin-bottom: 20px;
}

.woocommerce-form-login__rememberme span {
  width: auto !important;
}

.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
  margin-left: 1.8em;
}

.woocommerce-form-login span {
  width: auto !important;
}

.woocommerce-form-login .woocommerce-form-login__submit {
  border-radius: 6px !important;
}

.woocommerce-form-register span {
  width: auto !important;
}

.woocommerce-form-register__submit {
  border-radius: 6px !important;
  margin-top: 20px !important;
}

.woocommerce-LostPassword a {
  font-weight: 600;
  text-decoration: underline;
}

.exercise-books-instruction-cover {
  margin-top: 50px;
}

.exercise-books-cover {
  margin-top: 30px;
}

#rch-tbodysd {
  background-color: #fff;
}

.bklist-total-cover {
  background: #fff;
  padding: 10px 0px 10px 0px;
  margin-top: 20px;
}

.bklist-total-cover .bklist-title {
  text-align: right;
  font-size: 20px;
  color: #ff8833;
  font-weight: 600;
}

.bklist-total-cover .bklist-price {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
/*# sourceMappingURL=custom.css.map */