@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;1,400&display=swap');

html,
body {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  background-color: #ffffff;
}

header {
  border-bottom: 1px solid #F3F3F3;
}

.form-control {
  height: calc(1.75em + .75rem + 2px);
}

.es-navbar {
  position: relative;
  z-index: 1050;
  background-color: #ffffff;
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

.es-navbar .nav-item {
  margin-left: 1rem;
  margin-right: 1rem;
}

.es-navbar .nav-item .nav-link {
  padding: 0.7rem 0;
  position: relative;
  color: #000000;
  font-weight: 400;
  transition: all 300ms;
}

.es-icon-nav .nav-item .nav-link {
  padding: 0;
}

.es-navbar .navbar-brand {
  line-height: 0;
}

.es-second-navbar {
  position: fixed;
  width: 100%;
  top: 60px;
  z-index: 1040;
  padding-top: 0;
  padding-bottom: 0;
  transition: top 0.3s;
  border-bottom: 1px solid #F3F3F3;
}

.es-second-navbar .dropdown-toggle::after {
  display: none;
}

.es-second-navbar .nav-item .nav-link {
  padding: 0.8rem 0;
  border-bottom: 2px solid transparent;
}

.es-second-navbar .nav-item .nav-link:hover,
.es-second-navbar .nav-item.show .nav-link,
.es-second-navbar .nav-item .nav-link.active {
  color: #E44B55;
  border-bottom: 2px solid #E44B55;
}

.badge-cart {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: .5rem;
  right: -10px;
  background-color: #DD192C;
  color: #ffffff;
  border-radius: 1rem;
  font-weight: 400;
  font-size: 0.6rem;
  line-height: 1rem;
  padding: 0 0.4em;
}

.badge-cart:empty {
  display: none;
}

.nav-catalog {
  position: static !important;
}

.nav-catalog .dropdown-toggle::after {
  display: none;
}

.catalog-dropdown {
  width: 100%;
  border: 0;
  border-radius: 0;
  top: 50px;
  padding: .6rem 0 2rem;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.08);
}

.catalog-divider {
  border-top: 1px solid #F3F3F3;
  margin-bottom: 1rem;
}

.catalog-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.catalog-nav li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem .5rem 0;
  color: #000000;
}

.catalog-nav li a .catalog-nav-arrow {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  background-image: url("../img/ic_nav_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.mobile-nav {
  background: #ffffff;
  border-top: 1px solid #ccc2b6;
  border-bottom: 1px solid #ccc2b6;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1040;
  bottom: 0;
}

.mobile-nav .nav {
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.mobile-nav .nav-link {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0.75rem;
  position: relative;
  font-size: 1.5rem;
}

.mobile-nav .nav-link img {
  height: 24px;
  margin-bottom: 0.5rem;
}

.mobile-nav .nav-link span.menu-title {
  font-size: 0.75rem;
  font-weight: 500;
}

.mobile-nav .nav-link .badge-cart {
  top: 0.7rem;
  right: 1.3rem;
}

.carousel-section {
  margin-bottom: 4rem;
}

.carousel-control-prev span, .carousel-control-next span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.es-swiper {
  width: 100%;
  overflow-y: scroll;
}

.catalog-slider-section {
  margin-bottom: 3rem;
}

.section-title {
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.catalog-item {
  margin-right: 1rem;
}

.catalog-item-img {
  margin-bottom: .7rem;
  border-radius: .625rem;
  overflow: hidden;
}

.catalog-item-title {
  text-align: center;
  height: 3rem;
  overflow: hidden;
}

.catalog-item-title a {
  color: #000000;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  transition: all ease 300ms;
  z-index: 1050;
}

.slick-arrow span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgb(0 0 0 / 8%);
}

.slick-arrow:hover {
  opacity: 1;
}

.slick-prev {
  left: -2.5rem;
}

.slick-next {
  right: -2.5rem;
}

.slick-disabled {
  opacity: .3;
}

.catalog-slider .slick-prev, .catalog-slider .slick-next {
  bottom: 50%;
}

.top-products-section {
  margin-bottom: 4rem;
}

.product-card {
  border: 1px solid #E2E2E2;
  border-radius: .625rem;
  margin-bottom: 1.5rem;
  transition: all ease 300ms;
}

.product-card:hover {
  box-shadow: 0 5px 20px rgb(0 0 0 / 8%);
}

.product-img {
  text-align: center;
  margin-bottom: .5rem;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}

.product-body {
  padding: 1rem 1rem 1.5rem;
}

.product-category {
  text-align: center;
}

.product-category a {
  color: #DD192C;
  font-size: .8rem;
  text-transform: uppercase;
  margin-bottom: .5rem;
}

.product-title {
  margin-bottom: 1rem;
  height: 3rem;
  overflow: hidden;
}

.product-title a {
  color: #000000;
}

.product-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-price {
  font-weight: 500;
}

.product-detail .product-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-detail .product-controls a {
  font-size: 1.2rem;
  line-height: 36px;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
}

.product-detail .product-quantity {
  font-weight: 500;
  font-size: 1.125rem;
}

.btn-red {
  background-color: #DD192C;
  padding: .6rem 1.5rem .7rem;
  border-radius: 50px;
  line-height: 0;
  transition: all ease 300ms;
}

.btn-red img {
  height: 18px;
}

.btn-red:hover {
  background-color: #cb1527;
}

.toefl-section {
  margin-bottom: 4rem;
}

.mew-products-section, .blog-section, .recommended-products-section {
  margin-bottom: 4rem;
}

.blog-card {
  position: relative;
  margin-bottom: 1.5rem;
}

.blog-img {
  position: relative;
  border-radius: .625rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.blog-title {
  margin-bottom: .5rem;
  height: 3.7rem;
  overflow: hidden;
}

.blog-title a {
  font-size: 1.2rem;
  color: #000000;
}

.blog-description {
  height: 8rem;
  overflow: hidden;
  font-size: .875rem;
  color: rgba(0, 0, 0, .8);
}

footer {
  background-color: #A50000;
}

.footer-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #ffffff;
}

.footer-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom {
  background-color: #ffffff;
}

.footer-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.footer-logo img {
  display: inline-block;
}

.logo-by {
  display: flex;
  height: 0.5rem;
  line-height: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.logo-by:before {
  content: " ";
  width: 85%;
  border-bottom: 1px solid #ffffff;
  margin-right: 1rem;
}

footer .navbar-nav {
  flex-direction: row;
  margin-left: 1rem;
  margin-right: 1rem;
}

footer .navbar-nav li.nav-item {
  margin-left: 1rem;
  margin-right: 1rem;
}

footer .navbar-nav li.nav-item .nav-link {
  color: #ffffff;
}

footer .navbar-nav li.nav-item .nav-link:hover {
  text-decoration: underline;
}

.social {
  text-align: right;
}

.footer-toefl {
  margin-bottom: 2rem;
}

.footer-title {
  font-size: 1rem;
}

.social-list a {
  margin-right: .5rem;
}

.social-list a:last-child {
  margin-right: 0;
}

.apps a, .apps span {
  display: inline-block;
  margin-right: 1rem;
}

.apps a:last-child {
  margin-right: 0;
}

.apps img {
  height: 35px;
}

.modal-backdrop.show {
  opacity: .8;
}

.modal-content {
  position: relative;
  border-radius: 10px;
}

.modal-body {
  padding: 2rem 3rem;
}

#authModal .modal-body {
  padding: 4rem 4rem;
}

.modal-body .form-group {
  margin-bottom: 2rem;
}

.modal-body .close {
  position: absolute;
  top: 2rem;
  right: 3rem;
  opacity: 1;
}

.modal-logo {
  text-align: center;
  margin-bottom: 2rem;
}

.modal-body input[type='text'].form-control {
  height: calc(2rem + 0.75rem + 2px);
  border: 1px solid #EDEDED;
}

.btn-big {
  color: #ffffff;
  line-height: 1.4;
  padding: .8rem 1.5rem;
  border-radius: 3.125rem;
}

.btn-big:hover {
  color: #ffffff;
}

.modal-title {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.cart-list {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1rem;
}

.cart-item {
  display: table-row;
}

.cart-item:hover {
  box-shadow: none !important;
}

.cart-item > div {
  display: table-cell;
  vertical-align: middle;
}

.cart-img {
  width: 10%;
}

.cart-detail {
  padding: 1rem;
}

.cart-control {
  width: 20%;
  text-align: center;
  padding: 1rem;
}

.cart-control-btn {
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #000000;
}

.cart-control-btn:hover {
  text-decoration: none;
  color: #000000;
}

.cart-quantity {
  padding: 0 0.25rem;
  font-size: 1.25rem;
}

.cart-price {
  width: 20%;
  text-align: right;
}

.cart-price .price {
  font-size: 1.25rem;
  font-weight: 500;
}

.cart-price .currency {
  font-size: 0.875rem;
  font-weight: 300;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.cart-total-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.cart-total-price .price {
  font-size: 1.25rem;
  font-weight: 500;
}

.cart-total-price .currency {
  font-size: 0.875rem;
  font-weight: 300;
}

.cart-btns {
  text-align: right;
}

.about-section, .clear-section {
  padding: 4rem 0;
}

.page-title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.about-content {
  position: relative;
}

.about-text {
  padding: 4rem 6rem;
  position: relative;
  z-index: 10;
  top: -7.5rem;
  background: #ffffff;
  border-radius: 10px;
}

.page-section {
  padding: 2rem 0;
}

.empty-cart {
  text-align: center;
}

.ec-img {
  margin-bottom: 2rem;
}

.ec-title {
  font-size: 1.275rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.ec-text {
  margin-bottom: 2rem;
}

.error-404 {
  text-align: center;
}

.error-img {
  margin-bottom: 3rem;
}

.error-title {
  margin-bottom: 2rem;
}

.sf-profile-card {
  margin-bottom: 2rem;
  border: 1px solid #EDEDED;
}

.sf-avatar {
  margin-bottom: 1rem;
}

.red-card {
  background-color: #DD192C;
  color: #ffffff;
  padding: 3rem 2rem;
}

.red-card .card-title {
  font-size: 1.25rem;
  margin-bottom: 0;
}

.profile-title {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.search-block {
  margin-bottom: 3rem;
}

.not-found-block {
  text-align: center;
}

.not-found-img {
  margin-bottom: 2rem;
}

.not-found-text {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.search-field {
  font-size: 1.5rem;
  border: 0;
  border-bottom: 1px solid;
  border-radius: 0;
  outline: none !important;
  box-shadow: none !important;
}

.order-complete .title, .order-info_number {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.catalog-list .catalog-item {
  margin-right: 0;
  margin-bottom: 1rem;
}

.toefl-content {
  margin-bottom: 3rem;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px
}

.help-block {
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545
}

.product-item .card-text {
  margin-bottom: 2rem;
}

.product-item .card-price {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.cl-tabs {
  display: flex;
  margin-bottom: 1rem;
  justify-content: space-between;
}

.cl-tabs .nav-item {
  width: 48%;
}

.cl-tabs .nav-link {
  background-color: #7e7e7e;
  color: #ffffff;
  text-align: center;
}

.cl-tabs .nav-link.active, .cl-tabs .show > .nav-link {
  color: #fff;
  background-color: #DD192C;
}

#orderform-payment label {
  cursor: pointer;
  display: block;
}

.open-map {
  display: none;
}

.cl-radio-list label {
  display: inline-block;
  font-weight: 500;
  font-size: 1rem;
  margin-right: 0.75rem;
}

.cl-form-footer {
  border-top: 1px solid rgba(55, 28, 6, .3);
  padding-top: 2rem;
  margin-top: 2.5rem;
}

.cl-form-footer .cart-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.cart-price p {
  font-weight: 500;
  font-size: 1.375rem;
  margin: 0;
}

.order-map {
  display: none !important;
}

.catalog-slider .slick-arrow {
  height: 75%;
}

.catalog-slider .slick-next {
  right: -1.5rem;
}