@font-face {
  font-family: "BPG_Excelsior";
  src: url("/fonts/geo/BPG_GEL_Excelsior.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("/fonts/geo/HelveticaNeueBold.ttf");
  font-weight: normal;
  font-style: normal;
}
input, input:active, input:focus, input:visited,
textarea, textarea:active, textarea:focus, textarea:visited,
button, button:active, button:focus, button:visited {
  outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number], input[type=text], input[type=email], input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control:focus {
  box-shadow: none;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #F5F5F5 inset;
}

.section-wrapper.large-form-cont {
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .section-wrapper.large-form-cont {
    padding: 50px;
  }
  .section-wrapper.large-form-cont .main-form .form-group {
    margin-bottom: 45px;
  }
}

.section-wrapper.medium-form-cont {
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .section-wrapper.medium-form-cont {
    padding: 50px 100px 40px 100px;
  }
}
@media (min-width: 1200px) {
  .section-wrapper.medium-form-cont {
    padding: 50px 160px 40px 160px;
  }
}
.section-wrapper.medium-form-cont .main-form {
  max-width: 340px;
  margin: auto;
}

.section-wrapper.small-form-cont {
  padding: 30px 15px;
}
@media (min-width: 576px) {
  .section-wrapper.small-form-cont {
    padding: 30px 45px 35px 45px;
  }
}
@media (min-width: 768px) {
  .section-wrapper.small-form-cont {
    padding: 45px 95px 35px 95px;
  }
  .section-wrapper.small-form-cont .section-subtitle {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.section-wrapper.small-form-cont .main-form {
  max-width: 340px;
  margin: auto;
}

.main-form .animal-char-img {
  width: 172px;
  height: 212px;
  border: 1px solid #E7E7E7;
  padding: 17px;
  border-radius: 7px;
  margin-bottom: 20px;
}
.main-form .animal-char-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-form .form-group {
  margin-bottom: 30px;
}
.main-form .form-group .type-input-error {
  position: absolute;
  left: 0px;
  bottom: -25px;
  font-size: 12px;
  color: red;
}
.main-form .input-group {
  position: relative;
}
.main-form .input-group label {
  position: absolute;
  left: 15px;
  top: 17px;
  margin-bottom: 0;
  z-index: 4;
}
.main-form .input-group input {
  padding-left: 42px;
}
.main-form .input-group .form-control:focus {
  background-color: #F5F5F5;
  box-shadow: none;
  -webkit-box-shadow: 0 0 0 30px #F5F5F5 inset;
}
.main-form .input-group .form-control:focus:-webkit-autofill {
  line-height: 15px;
}
.main-form .input-group .form-control:not(:first-child), .main-form .input-group .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.main-form .input-group .form-control:not(:last-child), .main-form .input-group .custom-select:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.main-form label {
  display: block;
  margin-bottom: 10px;
  font-family: "HelveticaNeue";
  font-size: 15px;
  color: #53627C;
}
.main-form input, .main-form textarea {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  line-height: 14px;
  padding: 0 25px;
  background-color: #F5F5F5;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  transition: 0.2s all ease;
}
.main-form input {
  height: 60px;
}
.main-form textarea {
  padding: 20px 25px;
  height: 230px;
}
.main-form .main-btn {
  padding: 0 30px;
  border: none;
  border-radius: 5px;
  transition: all 0.2s ease;
}
.main-form .main-btn.blue {
  color: #fff;
  background-color: #6DC3C0;
}
.main-form .main-btn.blue:hover {
  background-color: #7fcac8;
}
.main-form .form-footer {
  padding-top: 30px;
  border-top: 1px solid #E7E7E7;
}
@media (max-width: 576px) {
  .main-form .form-footer {
    display: flex;
    flex-flow: wrap-reverse;
    justify-content: center;
  }
}

.subscribe-form input {
  width: 100%;
  height: 55px;
  margin-right: 0;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .subscribe-form input {
    margin-right: 25px;
    margin-bottom: 0;
  }
}
.subscribe-form button {
  white-space: nowrap;
  height: 55px;
}

.reg-form .link-btn.rev {
  margin-bottom: 10px;
  margin-right: 0px;
}
@media (min-width: 576px) {
  .reg-form .link-btn.rev {
    margin-bottom: 0px;
    margin-right: 25px;
  }
}
@media (max-width: 992px) {
  .reg-form .row .col-md-4 {
    display: flex;
    justify-content: center;
  }
}
.reg-form .row .form-group {
  width: 100%;
}

.autorization-form .form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
.autorization-form .form-bottom {
  padding-top: 15px;
  margin-bottom: 30px;
}
.autorization-form .form-bottom .link-underline {
  margin-bottom: 5px;
}
.autorization-form .form-bottom .registration .title {
  margin-bottom: 15px;
  font-size: 15px;
  color: #53627C;
}
.autorization-form .fb-reg .devider {
  position: relative;
  background-color: #fff;
  margin-bottom: 25px;
  font-size: 16px;
  color: #9B9B9B;
}
.autorization-form .fb-reg .devider::before, .autorization-form .fb-reg .devider::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: calc(50% - 20px);
  height: 1px;
  background-color: #E7E7E7;
}
.autorization-form .fb-reg .devider::before {
  left: 0;
}
.autorization-form .fb-reg .devider::after {
  right: 0;
}

.Selector select {
  margin-left: 10px;
  padding: 0 7px;
  font-size: 14px;
  width: 70px;
  height: 60px;
  background-color: #F5F5F5;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
}

#textfield-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-bottom: -9px;
}
#textfield-container #emoji-button {
  position: absolute;
  bottom: 13px;
  right: 0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  padding: 5px;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
#textfield-container #emoji-button:hover {
  filter: grayscale(0%);
  opacity: 1;
}

body {
  /*padding-top: 80px*/
  font-family: "BPG_Excelsior";
  color: #303947;
}

.title {
  font-family: "HelveticaNeue";
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
}

main {
  padding: 40px 0 50px 0;
  background-color: #F8F9FB;
}
@media (min-width: 768px) {
  main {
    padding: 65px 0 115px 0;
  }
}

.error-input {
  border: 2px solid red !important;
}
.error-input .select2-selection {
  border: 2px solid red !important;
}
.error-input + span.invalid-feedback {
  display: block;
}

.container-fluid.main-cont {
  padding: 0 5%;
}

.section-wrapper {
  border-radius: 4px;
  background-color: #fff;
}

.bg-light-green {
  background-color: #E5F0EF;
}

.bg-light-blue {
  background-color: #E0F1F4;
}

.item-price {
  font-family: "HelveticaNeue";
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .item-price {
    margin-top: 20px;
  }
}
.item-price p {
  font-size: 20px;
}
.item-price p .gel {
  font-size: 14px;
  font-style: normal;
}
.item-price.on-sale {
  color: #3E837E;
  margin-top: -14px;
}
.item-price.on-sale .before-sale {
  position: relative;
  right: 0;
  top: 0;
  font-size: 13px;
  color: #9B9B9B;
  text-decoration: line-through;
  text-align: right;
}
.item-price.on-sale .before-sale span {
  font-size: 13px;
}

.link-btn {
  display: inline-flex;
  align-items: center;
  height: 50px;
  padding: 0 20px 0 25px;
  border: none;
  border-radius: 4px;
  font-family: "HelveticaNeue";
}
.link-btn.full-width {
  justify-content: space-between;
  width: 100%;
  height: 57px;
  border-radius: 0;
}
.link-btn.large, .link-btn.full-width {
  padding: 0 20px 0 35px;
}
.link-btn.xlarge {
  justify-content: space-between;
  width: auto;
  height: 60px;
  padding: 0 20px 0 45px;
}
@media (min-width: 768px) {
  .link-btn.xlarge {
    width: 285px;
  }
}
.link-btn:focus {
  outline: none;
}
.link-btn:hover::before {
  animation: spin-left 0.7s ease-in-out;
}
.link-btn:hover::after {
  animation: spin 0.7s ease-in-out;
}
.link-btn::before {
  margin-right: 25px;
}
.link-btn::after {
  margin-left: 25px;
}
.link-btn.blue, .link-btn.dark-gray, .link-btn.dark-pink, .link-btn.dark-green {
  color: #fff;
}
.link-btn.blue:hover, .link-btn.dark-gray:hover, .link-btn.dark-pink:hover, .link-btn.dark-green:hover {
  color: #fff;
}
.link-btn.blue::after, .link-btn.dark-gray::after, .link-btn.dark-pink::after, .link-btn.dark-green::after {
  content: url("/images/icons/arrow-right-white.svg");
}
.link-btn.blue {
  background-color: #6DC3C0;
}
.link-btn.dark-gray {
  background-color: #303947;
}
.link-btn.dark-pink {
  background-color: #ED9E94;
}
.link-btn.dark-green {
  background-color: #3E837E;
}
.link-btn.transparent {
  padding: 0;
  color: #303947;
}
.link-btn.transparent::before {
  content: url("/images/icons/arrow-left-black.svg");
}
.link-btn.white {
  color: #6DC3C0;
  background-color: #fff;
}
.link-btn.white::after {
  content: url("/images/icons/arrow-right-blue.svg");
}
.link-btn.gray {
  color: #9B9B9B;
  background-color: #F0F0F0;
}
.link-btn.gray::after {
  content: url("/images/icons/arrow-right-gray.svg");
}
.link-btn.pink {
  color: #ED9E94;
  background-color: #FFE5E2;
}
.link-btn.pink::after {
  content: url("/images/icons/arrow-right-pink.svg");
}
.link-btn.back:after {
  display: none;
}
.link-btn.back:before {
  content: url("/images/icons/arrow-right-white.svg");
  transform: rotate(180deg);
}
.link-btn.add {
  border-radius: 4px;
  background-color: #fcca0a !important;
  color: #fff !important;
}
.link-btn.add:after {
  margin-top: 15px;
  margin-bottom: 9px;
  content: url("/images/icons/add-new-book.svg");
  transform: rotate(0deg);
}
.link-btn.add:before {
  display: none;
}

.reg-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  font-size: 15px;
  color: #fff;
  border: none;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.reg-btn:hover {
  color: #fff;
}
.reg-btn.large {
  padding: 0 55px;
}
.reg-btn.dark {
  background-color: #303947;
}
.reg-btn.dark:hover {
  background-color: #455165;
}
.reg-btn.blue {
  background-color: #6DC3C0;
}
.reg-btn.blue:hover {
  background-color: #91d2d0;
}

.link-underline {
  display: inline-block;
  color: #00308f;
  transition: all 0.2s ease;
}
.link-underline:hover {
  color: #004aea;
  text-decoration: underline;
}

.form-btn {
  display: block;
  height: 50px;
  font-size: 15px;
  color: #fff;
  border: none;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.form-btn:hover {
  opacity: 0.9;
  color: #fff;
}
.form-btn.submit-btn {
  background-color: #3E837E;
}
.form-btn.facebook-btn {
  background-color: #4468B0;
}
.form-btn.dark-btn {
  background-color: #53627C;
}
.form-btn.dark-green {
  background-color: #3E837E;
}
.form-btn.icon-btn {
  position: relative;
  padding: 0 50px;
}
.form-btn.icon-btn i {
  position: absolute;
  left: 23px;
  font-weight: bolder;
}

.sec-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 70px;
  font-size: 17px;
  color: #9B9B9B;
  background-color: #F5F5F5;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.sec-btn:hover {
  color: #9B9B9B;
  background-color: #e8e8e8;
}

.video-play {
  display: flex;
  align-items: center;
  position: absolute;
  left: 40px;
  bottom: 30px;
  color: #fff;
}
.video-play .play-btn {
  margin-right: 10px;
}
.video-play h5 {
  margin-bottom: 3px;
  font-family: "HelveticaNeue";
  font-size: 14px;
}
.video-play p {
  font-size: 13px;
}

.play-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.34);
  border: none;
  border-radius: 50%;
}

.btn-prev, .btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #6dc3c0;
  border-radius: 50%;
  z-index: 1;
}
.btn-prev.swiper-button-disabled, .btn-next.swiper-button-disabled {
  opacity: 0.5;
}
.btn-prev:focus, .btn-next:focus {
  outline: none;
}

.btn-prev {
  left: -75px;
}
@media (min-width: 992px) {
  .btn-prev {
    left: -75px;
  }
}

.btn-next {
  right: -75px;
}
@media (min-width: 992px) {
  .btn-next {
    right: -75px;
  }
}

.page-heading .page-title {
  margin-bottom: 25px;
}

.page-title {
  margin-bottom: 45px;
  font-size: 25px;
}

.page-subtitle {
  max-width: 630px;
  margin: auto;
  margin-bottom: 80px;
  font-size: 18px;
}

.bg-title {
  display: inline-flex;
  align-items: center;
  height: 35px;
  padding: 0 10px;
  font-family: "HelveticaNeue";
  font-size: 18px;
  color: #6DC3C0;
  background-color: #E1F6F5;
  border-radius: 4px;
}

.setcion-title {
  margin-bottom: 25px;
  font-family: "HelveticaNeue";
  font-size: 25px;
  color: #53627C;
}

.section-subtitle {
  margin-bottom: 45px;
  line-height: 27px;
  font-size: 16px;
  color: #9B9B9B;
}

.section-heading {
  margin-bottom: 35px;
}
.section-heading .title {
  margin-bottom: 13px;
  font-size: 22px;
}
.section-heading .subtitle {
  font-size: 18px;
}

.section-heading-sec .setcion-title {
  margin-bottom: 22px;
}
.section-heading-sec .section-subtitle {
  font-size: 18px;
}

.cont-heading {
  margin-bottom: 30px;
}
.cont-heading .title {
  margin-bottom: 15px;
  font-size: 25px;
}
.cont-heading .subtitle {
  font-size: 14px;
  color: #9B9B9B;
}

.cont-title {
  margin-bottom: 25px;
  font-family: "HelveticaNeue";
  font-size: 20px;
  color: #53627C;
}

.cover-img {
  width: 100%;
  min-height: 200px;
  margin-bottom: 40px;
  padding-bottom: 35%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@keyframes spin {
  10% {
    opacity: 0;
  }
  35% {
    opacity: 0;
    margin-left: 5px;
    margin-right: 20px;
  }
  100% {
    opacity: 1;
    margin-left: 25px;
    margin-right: 0px;
  }
}
@keyframes spin-left {
  10% {
    opacity: 0;
  }
  35% {
    opacity: 0;
    margin-left: 20px;
    margin-right: 5px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
    margin-right: 25px;
  }
}
.success-green {
  background: #57AC57;
}

.fail-payment {
  background: #FCEFED;
}

.active-menu a {
  color: #6DC3C0 !important;
}

.step-change-front {
  width: 225.19px;
}

.lnkbtn > .link-btn:first-child:hover::after {
  animation: none;
}

@media (min-width: 480px) and (max-width: 600px) {
  .step-change-back {
    margin-left: 0px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 900px) {
  .contact-form .form-group input.form-control {
    width: 100%;
  }
}

.default-button {
  width: 300px !important;
  padding: 0 !important;
  justify-content: center;
}
@media (max-width: 1024px) {
  .default-button {
    width: 250px !important;
  }
}

.contact-subtitle {
  font-family: Helvetica;
  font-size: 20px;
  font-weight: 400;
}

.select2 {
  width: 100% !important;
  max-width: 442px;
  max-height: 60px;
}
.select2:last-child {
  margin-left: 6px;
}
.select2:focus {
  border: none !important;
}
.select2 .select2-selection {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: transparent !important;
  background: none !important;
  border-radius: 3px;
  height: 60px;
  border: 1px solid #E7E7E7 !important;
  padding: 10px 7px;
  color: #9B9B9B;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.select2 .select2-selection .select2-selection__arrow {
  display: none;
}
.select2::after {
  content: "\f107";
  font-family: FontAwesome;
  border: none;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: black;
}

.select2-dropdown {
  width: 100%;
  box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.0500000007);
  border-radius: 0 0 4px 4px;
  border: none !important;
  background: white;
}
.select2-dropdown .select2-search {
  display: none;
}
.select2-dropdown ul li {
  cursor: pointer;
  padding: 10px 27px;
  font-size: 15px;
  font-family: "HelveticaNeue";
  font-weight: 800;
  color: #303947;
}
.select2-dropdown ul li.select2-results__option--highlighted {
  background: #f8f9fa;
}
.select2-dropdown ul li.select2-results__option--highlighted[aria-selected] {
  background-color: white;
  color: #303947;
}
.select2-dropdown ul li:hover {
  background-color: #f8f9fa !important;
  color: #303947 !important;
}
.select2-dropdown ul li p {
  font-size: 15px;
  font-family: "HelveticaNeue";
  font-weight: 800;
  color: #303947;
}
.select2-dropdown ul li span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #9B9B9B;
}

.main-cont.nav-cont {
  width: 100%;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 13px 28px 19px rgba(0, 0, 0, 0.03);
  z-index: 1030;
  -webkit-transform: translateZ(0);
}
@media (min-width: 992px) {
  .main-cont.nav-cont {
    padding: 0 5%;
  }
}

.navbar.main-nav {
  height: 80px;
  padding: 0;
  font-family: "HelveticaNeue";
}
.navbar.main-nav .navbar-brand {
  margin-left: 20px;
  padding: 0;
}
.navbar.main-nav .navbar-brand img {
  height: 70px;
}
@media (min-width: 576px) {
  .navbar.main-nav .navbar-brand {
    margin-left: 70px;
  }
}
@media (min-width: 992px) {
  .navbar.main-nav .navbar-brand {
    margin-left: 0;
  }
  .navbar.main-nav .navbar-brand img {
    height: 70px;
  }
}
.navbar.main-nav .navbar-toggler {
  margin-right: 11px;
  outline: none;
}
@media (min-width: 992px) {
  .navbar.main-nav .navbar-toggler {
    margin-right: 0;
  }
}
.navbar.main-nav .navbar-toggler[aria-expanded=false] .navbar-toggler-icon .open-btn {
  display: block;
}
.navbar.main-nav .navbar-toggler[aria-expanded=false] .navbar-toggler-icon .close-btn {
  display: none;
}
.navbar.main-nav .navbar-toggler[aria-expanded=true] .navbar-toggler-icon .open-btn {
  display: none;
}
.navbar.main-nav .navbar-toggler[aria-expanded=true] .navbar-toggler-icon .close-btn {
  display: block;
}
.navbar.main-nav .navbar-collapse {
  position: absolute;
  top: 80px;
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 38px 35px 4px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
@media (min-width: 992px) {
  .navbar.main-nav .navbar-collapse {
    box-shadow: none;
    overflow: visible;
  }
}
.navbar.main-nav .navbar-collapse::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  box-shadow: 0 13px 28px 19px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
@media (min-width: 992px) {
  .navbar.main-nav .navbar-collapse {
    position: relative;
    top: 0;
    width: auto;
    background-color: transparent;
    box-shadow: none;
  }
  .navbar.main-nav .navbar-collapse::before {
    display: none;
  }
}
.navbar.main-nav .navbar-collapse .navbar-nav {
  padding-left: 0;
}
@media (min-width: 992px) {
  .navbar.main-nav .navbar-collapse .navbar-nav {
    padding-left: 25px;
  }
}
@media (min-width: 1200px) {
  .navbar.main-nav .navbar-collapse .navbar-nav {
    padding-left: 45px;
  }
}
.navbar.main-nav .navbar-collapse .navbar-nav .nav-item {
  margin-right: 0;
}
@media (min-width: 992px) {
  .navbar.main-nav .navbar-collapse .navbar-nav .nav-item {
    margin-right: 25px;
  }
}
@media (min-width: 1200px) {
  .navbar.main-nav .navbar-collapse .navbar-nav .nav-item {
    margin-right: 45px;
  }
}
.navbar.main-nav .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 14px 35px;
  font-size: 16px;
  color: #303947;
  transition: all 0.2s ease;
}
@media (min-width: 992px) {
  .navbar.main-nav .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0;
  }
}
.navbar.main-nav .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  opacity: 0.8;
  color: #6DC3C0;
}
.navbar.main-nav .navbar-collapse .navbar-nav .nav-item.dropdown {
  outline: none;
}
.navbar.main-nav .navbar-collapse .navbar-nav .nav-item.dropdown:focus {
  outline: none;
}
.navbar.main-nav .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-toggle {
  color: #6DC3C0;
  outline: none;
}
.navbar.main-nav .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-toggle:after {
  content: "\f106";
}
.navbar.main-nav .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-toggle:focus {
  outline: none;
}
@media (min-width: 992px) {
  .navbar.main-nav .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
}
.navbar.main-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle {
  position: relative;
}
.navbar.main-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle::before {
  content: "";
  position: absolute;
  bottom: -31px;
  height: 31px;
  width: 100%;
}
@media (max-width: 768px) {
  .navbar.main-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle::before {
    bottom: unset;
  }
}
.navbar.main-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
  content: "\f107";
  float: right;
  width: 10px;
  height: 25px;
  font-family: "FontAwesome";
  vertical-align: 0;
  border: none;
}
@media (min-width: 992px) {
  .navbar.main-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
    float: none;
  }
}
.navbar.main-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  width: 100%;
  min-width: 225px;
  margin: 5px 0 10px 0;
  padding: 15px 0;
  background-color: #6DC3C0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
@media (min-width: 992px) {
  .navbar.main-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    background-color: #fff;
    width: auto;
    min-width: 225px;
    margin-left: -25px;
    padding: 0 0 10px 0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.05);
  }
}
.navbar.main-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 14px 55px;
  font-size: 15px;
  color: #fff;
  transition: all 0.2s ease;
}
@media (min-width: 992px) {
  .navbar.main-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    color: #212529;
    padding: 14px 25px;
  }
}
.navbar.main-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #6DC3C0;
  background-color: #fff;
}
.navbar.main-nav .navbar-collapse .navbar-nav .nav-item:last-child.dropdown .dropdown-toggle:after {
  margin-left: 10px;
}
.navbar.main-nav .navbar-collapse .navbar-nav .nav-item:last-child.dropdown .dropdown-menu {
  min-width: 0;
  left: unset;
  right: 0;
}
.navbar.main-nav .navbar-collapse .navbar-nav .user-nav-items {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .navbar.main-nav .navbar-collapse .navbar-nav .user-nav-items {
    margin-top: 0;
  }
}
.navbar.main-nav .navbar-collapse .navbar-nav .user-nav-items .nav-item:first-child .nav-link .text {
  display: block;
}
@media (min-width: 992px) {
  .navbar.main-nav .navbar-collapse .navbar-nav .user-nav-items .nav-item:first-child .nav-link .text {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar.main-nav .navbar-collapse .navbar-nav .user-nav-items .nav-item:first-child .nav-link .text {
    display: block;
  }
}
.navbar.main-nav .navbar-collapse .navbar-nav .user-nav-items .nav-item:last-child {
  margin-right: 0;
}
.navbar.main-nav .navbar-collapse .navbar-nav .user-nav-items .nav-item .nav-link {
  color: #53627C;
}
.navbar.main-nav .navbar-collapse .navbar-nav .user-nav-items .nav-item .nav-link:hover {
  opacity: 1;
}
.navbar.main-nav .navbar-collapse .navbar-nav .user-nav-items .nav-item .nav-link:hover .img-cont {
  transition: all 0.2s ease;
}
.navbar.main-nav .navbar-collapse .navbar-nav .user-nav-items .nav-item .nav-link:hover .img-cont.green-cont {
  background-color: #b2ffc7;
}
.navbar.main-nav .navbar-collapse .navbar-nav .user-nav-items .nav-item .nav-link:hover .img-cont.blue-cont {
  background-color: #87fffc;
}
.navbar.main-nav .navbar-collapse .navbar-nav .user-nav-items .nav-item .nav-link .img-cont {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  border-radius: 6px;
}
.navbar.main-nav .navbar-collapse .navbar-nav .user-nav-items .nav-item .nav-link .img-cont.green-cont {
  background-color: #E5FFEC;
}
.navbar.main-nav .navbar-collapse .navbar-nav .user-nav-items .nav-item .nav-link .img-cont.blue-cont {
  background-color: #BAFFFD;
}

.lang-drop {
  color: #53627c;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  align-self: center;
}
.lang-drop:hover {
  color: #6dc3c0;
}
.lang-drop .dropdown-menu {
  margin-right: -8px !important;
}

.mobile-lang {
  display: none;
}

@media (max-width: 992px) {
  .lang-drop {
    display: none;
  }
  .mobile-lang {
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
  }
  .mobile-lang .nav-item .active {
    color: #6dc3c0 !important;
  }
  .mobile-lang .nav-link {
    color: #53627c !important;
  }
  .mobile-lang .nav-link:hover {
    color: #6dc3c0 !important;
  }
}
.mobile_navbar {
  width: 100%;
}
@media (max-width: 992px) {
  .mobile_navbar {
    height: 100vh;
  }
}

footer {
  padding: 40px 0;
  font-family: "HelveticaNeue";
  background-color: #303947;
}
@media (min-width: 768px) {
  footer {
    padding: 70px 0;
  }
}
footer .contact-info {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  footer .contact-info {
    margin-bottom: 35px;
  }
}
footer .contact-info a {
  font-size: 17px;
  font-weight: bold;
  color: #A0ACC1;
  transition: all 0.2s ease;
}
footer .contact-info a:hover {
  color: #dee2e9;
}
footer .social, footer .footer-nav, footer .cards {
  padding-left: 0;
  list-style: none;
}
footer .social li, footer .footer-nav li, footer .cards li {
  display: inline-block;
}
footer .social {
  margin-bottom: 35px;
}
footer .social li {
  margin-right: 45px;
}
footer .social li a {
  font-size: 24px;
  color: #A0ACC1;
  transition: all 0.2s ease;
}
footer .social li a:hover i.fa-facebook {
  color: #3360ff;
}
footer .social li a:hover i.fa-instagram {
  color: #8134AF;
}
footer .social li a:hover i.fa-youtube {
  color: #E52D27;
}
footer .footer-nav {
  margin-bottom: -15px;
}
@media (max-width: 768px) {
  footer .footer-nav {
    display: flex;
    flex-flow: column;
  }
}
footer .footer-nav li {
  margin-bottom: 15px;
  margin-right: 75px;
}
footer .footer-nav li:last-child {
  margin-right: 0;
}
footer .footer-nav li a {
  font-size: 15px;
  color: #CFDFFB;
  letter-spacing: 0.4px;
  transition: all 0.2s ease;
}
footer .footer-nav li a:hover {
  color: #e7effd;
}
@media (max-width: 768px) {
  footer .footer-nav li {
    margin-right: 0;
    width: -moz-max-content;
    width: max-content;
  }
}
footer .cards {
  margin-bottom: 22px;
  white-space: nowrap;
}
footer .cards li {
  margin-right: 10px;
}
footer .copyright {
  color: #53627C;
}
footer .copyright .rights {
  margin-bottom: 17px;
  font-size: 15px;
}
footer .copyright .author {
  font-size: 13px;
}
footer .copyright .author a {
  position: relative;
  margin-left: 10px;
}
footer .copyright .author a img {
  position: absolute;
  height: 17px;
  transition: all 0.2s ease;
}
footer .copyright .author a img.on-hover {
  opacity: 0;
}
footer .copyright .author a:hover img {
  opacity: 0;
}
footer .copyright .author a:hover img.on-hover {
  opacity: 1;
}

.intro {
  position: relative;
  height: 545px;
  padding: 0 15px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .intro {
    height: 345px;
  }
}
.intro .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.intro .text-cont {
  z-index: 2;
  max-width: 715px;
  color: #fff;
}
.intro .text-cont .title {
  margin-bottom: 25px;
  font-size: 35px;
}
@media (min-width: 992px) {
  .intro .text-cont .title {
    font-size: 45px;
  }
}
.intro .text-cont .desc-text {
  max-width: 530px;
  margin: auto;
  margin-bottom: 45px;
  font-size: 18px;
  line-height: 32px;
  opacity: 0.79;
}
.intro .section-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.44;
  z-index: 1;
}

.single-item-cont {
  margin-bottom: 55px;
  padding: 8%;
}
@media (min-width: 992px) {
  .single-item-cont {
    padding: 80px 8%;
  }
}
.single-item-cont .short-desc {
  max-width: 400px;
}
.single-item-cont .short-desc .bg-title {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .single-item-cont .short-desc .bg-title {
    margin-bottom: 45px;
  }
}
.single-item-cont .short-desc .title {
  margin-bottom: 20px;
  font-size: 26px;
  color: #53627C;
}
@media (min-width: 768px) {
  .single-item-cont .short-desc .title {
    margin-bottom: 25px;
  }
}
.single-item-cont .short-desc .desc-text {
  margin-bottom: 25px;
  line-height: 30px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .single-item-cont .short-desc .desc-text {
    margin-bottom: 45px;
  }
}
.single-item-cont .img-cont {
  position: relative;
  width: 100%;
  padding-bottom: 70%;
  overflow: hidden;
}
.single-item-cont .img-cont img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cards-cont {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cards-cont {
    margin-bottom: 55px;
  }
}
.cards-cont .item-card {
  border: none;
  border-radius: 4px;
  transition: all 0.2s ease;
  height: 645px;
}
@media (max-width: 992px) {
  .cards-cont .item-card {
    height: auto;
  }
}
.cards-cont .item-card:hover {
  box-shadow: 0 13px 28px 19px rgba(0, 0, 0, 0.05);
}
.cards-cont .item-card .card-img-cont {
  padding: 40px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  z-index: 2;
}
.cards-cont .item-card .card-img-cont.pink {
  background-color: #FFECF1;
}
.cards-cont .item-card .card-img-cont.green {
  background-color: #E7EEEE;
}
.cards-cont .item-card .card-img-cont.yellow {
  background-color: #F6EDCB;
}
.cards-cont .item-card .card-img-cont .card-img-top {
  border-radius: 0;
}
.cards-cont .item-card .card-body {
  transition: all 0.4s ease;
}
.cards-cont .item-card .card-body .item-desc {
  max-width: calc(100% - 20px);
  margin: auto;
  padding: 15px 10px 20px 10px;
}
@media (min-width: 768px) {
  .cards-cont .item-card .card-body .item-desc {
    padding: 25px 10px 40px 10px;
  }
}
.cards-cont .item-card .card-body .item-desc .card-title {
  margin-bottom: 15px;
  font-size: 20px;
  color: #4A4A4A;
}
.cards-cont .item-card .card-body .item-desc .card-text {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .cards-cont .item-card .card-body .item-desc .card-text {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .cards-cont .item-card .card-body .item-desc .link-btn {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
  }
}

.single-item-cont.bg-cont {
  padding: 60px 8%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .single-item-cont.bg-cont {
    padding: 150px 8%;
  }
}
.single-item-cont.bg-cont .short-desc .title {
  margin-bottom: 30px;
  font-size: 35px;
}
.single-item-cont.bg-cont .short-desc .desc-text {
  margin-bottom: 35px;
}

.rates-slider-cont {
  margin-bottom: 45px;
}
.rates-slider-cont .slider-heading {
  padding: 30px 25px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .rates-slider-cont .slider-heading {
    padding: 55px 60px;
  }
}
.rates-slider-cont .slider-heading .slider-nav span {
  font-family: "HelveticaNeue";
  margin-right: 50px;
  font-size: 15px;
  color: #9B9B9B;
}
.rates-slider-cont .slider-heading .slider-nav .slider-button-prev, .rates-slider-cont .slider-heading .slider-nav .slider-button-next {
  outline: none;
  transition: all 0.2s ease;
  cursor: pointer;
}
.rates-slider-cont .slider-heading .slider-nav .slider-button-prev:hover, .rates-slider-cont .slider-heading .slider-nav .slider-button-next:hover {
  opacity: 0.45;
}
@media (max-width: 768px) {
  .rates-slider-cont .slider-heading .slider-nav .slider-button-prev:hover, .rates-slider-cont .slider-heading .slider-nav .slider-button-next:hover {
    opacity: 1;
  }
  .rates-slider-cont .slider-heading .slider-nav .slider-button-prev:active, .rates-slider-cont .slider-heading .slider-nav .slider-button-next:active {
    opacity: 0.45;
  }
}
.rates-slider-cont .slider-heading .slider-nav .slider-button-prev {
  margin-right: 25px;
}

.rates-slider {
  border: 1px solid #E7E7E7;
  overflow: hidden;
}
.rates-slider .swiper-wrapper .swiper-slide {
  padding: 10px 20px 35px 20px;
  background-color: #fff;
  border-left: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7;
}
@media (min-width: 768px) {
  .rates-slider .swiper-wrapper .swiper-slide {
    padding: 10px 20px 35px 20px;
    height: auto;
  }
}
.rates-slider .swiper-wrapper .swiper-slide.swiper-slide-active {
  border-left: none;
  height: auto;
}
.rates-slider .swiper-wrapper .swiper-slide.swiper-slide-next {
  border-left: none;
  border-right: none;
  height: auto;
}
.rates-slider .swiper-wrapper .swiper-slide.swiper-slide-duplicate-prev {
  border-right: none;
  height: auto;
}
.rates-slider .swiper-wrapper .swiper-slide .slide-text {
  max-width: 415px;
  margin-bottom: 40px;
  line-height: 33px;
}
@media (min-width: 768px) {
  .rates-slider .swiper-wrapper .swiper-slide .slide-text {
    margin-bottom: 30px;
  }
}
.rates-slider .swiper-wrapper .swiper-slide .user-pic {
  width: 57px;
  height: 57px;
  overflow: hidden;
  border-radius: 7px;
}
.rates-slider .swiper-wrapper .swiper-slide .user-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.subscribe {
  padding: 40px 4%;
  background-color: #fff;
  flex-direction: column;
}
@media (min-width: 1145px) {
  .subscribe {
    flex-direction: row;
  }
}
.subscribe .title-cont {
  flex-direction: column;
  margin-bottom: 30px;
  width: 60%;
}
@media (min-width: 1450px) {
  .subscribe .title-cont {
    flex-direction: row;
  }
}
@media (min-width: 1145px) {
  .subscribe .title-cont {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 780px) {
  .subscribe .title-cont span {
    text-align: center;
  }
}
.subscribe .title-cont .title {
  margin-bottom: 10px;
  margin-right: 0;
  text-align: center;
  font-size: 19px;
  color: #53627C;
}
@media (min-width: 1450px) {
  .subscribe .title-cont .title {
    margin-bottom: 0;
    margin-right: 45px;
  }
}
@media (min-width: 1145px) {
  .subscribe .title-cont .title {
    text-align: left;
  }
}
.subscribe .title-cont span {
  color: #9B9B9B;
}
.subscribe .main-form {
  width: 40%;
  display: flex;
}
@media screen and (max-width: 992px) {
  .subscribe .main-form {
    flex-wrap: wrap;
    width: 70%;
  }
  .subscribe .main-form input {
    margin-right: 0px;
  }
  .subscribe .main-form button {
    width: 100%;
    margin-top: 10px;
  }
}

.section-wrapper.contact-form-wrapper {
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .section-wrapper.contact-form-wrapper {
    padding: 50px 130px;
  }
}
@media (min-width: 576px) {
  .section-wrapper.contact-form-wrapper {
    padding: 40px 70px;
  }
}
.section-wrapper.contact-form-wrapper .section-heading-sec {
  max-width: 430px;
  margin: auto;
}
.section-wrapper.contact-form-wrapper .section-heading-sec .setcion-title {
  font-size: 22px;
  color: #303947;
}
.section-wrapper.contact-form-wrapper .section-heading-sec .section-subtitle {
  font-size: 18px;
  color: #303947;
}

.contact-info-cont {
  margin-top: 60px;
  margin-bottom: 80px;
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 992px) {
  .contact-info-cont {
    margin-left: -45px;
    margin-right: -45px;
  }
}
@media (max-width: 768px) {
  .contact-info-cont {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.contact-info-item {
  margin: 0;
}
@media (min-width: 992px) {
  .contact-info-item {
    margin: 0 45px;
  }
}
.contact-info-item .icon-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-right: 25px;
  border-radius: 17px;
}
.contact-info-item .icon-cont img {
  width: 31px;
}
.contact-info-item .icon-cont.gray {
  background-color: #F4F4F4;
}
.contact-info-item .icon-cont.pink {
  background-color: #FFEBE8;
}
.contact-info-item .text-cont {
  padding-top: 8px;
}
.contact-info-item .text-cont .title {
  margin-bottom: 8px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .contact-info-item .text-cont .title {
    font-size: 16px;
  }
}
.contact-info-item .text-cont p {
  font-size: 18px;
}
@media (max-width: 768px) {
  .contact-info-item .text-cont p {
    font-size: 15px;
  }
}
.contact-info-item .text-cont a {
  color: #303947;
}

.large-pills {
  margin-bottom: 20px;
}
.large-pills .nav-item {
  margin: 0 10px 15px 10px;
}
.large-pills .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  height: 55px;
  padding: 0 35px;
  font-size: 16px;
  color: #53627C;
  text-align: center;
  background-color: #E7E7E7;
  border-radius: 2px;
  transition: all 0.2s ease;
}
.large-pills .nav-item .nav-link:hover {
  background-color: #dadada;
}
.large-pills .nav-item .nav-link.active {
  display: none;
  color: #fff;
  background-color: #6DC3C0;
}

.accordion .card {
  margin-bottom: 20px;
  border: none;
  border-radius: 0 0 4px 4px !important;
}
.accordion .card .card-header {
  padding: 0;
  border: none;
}
.accordion .card .card-header h5 button {
  position: relative;
  width: 100%;
  min-height: 75px;
  padding: 10px 40px 10px 15px;
  text-align: left;
  font-family: "HelveticaNeue";
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  background-color: #6DC3C0;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
  white-space: normal;
}
@media (min-width: 768px) {
  .accordion .card .card-header h5 button {
    padding: 15px 55px 15px 30px;
  }
}
.accordion .card .card-header h5 button:hover {
  text-decoration: none;
}
.accordion .card .card-header h5 button::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "\f106";
  font-family: FontAwesome;
  color: #fff;
}
@media (min-width: 768px) {
  .accordion .card .card-header h5 button::after {
    right: 30px;
  }
}
.accordion .card .card-header h5 button.collapsed {
  color: #303947;
  background-color: #fff;
  border-radius: 4px;
}
.accordion .card .card-header h5 button.collapsed:hover {
  color: #fff;
  background-color: #a3d9d7;
}
.accordion .card .card-header h5 button.collapsed:hover::after {
  color: #fff;
}
.accordion .card .card-header h5 button.collapsed::after {
  content: "\f107";
  font-family: FontAwesome;
  color: #9B9B9B;
}
.accordion .card .card-body {
  padding: 10px 15px 15px 15px;
  font-size: 17px;
  line-height: 33px;
}
@media (min-width: 768px) {
  .accordion .card .card-body {
    padding: 20px 30px 35px 30px;
  }
}

.help {
  padding-top: 35px;
}
.help .heading {
  margin-bottom: 35px;
}
.help .heading .title {
  margin-bottom: 20px;
  font-size: 20px;
  color: #53627C;
}
.help .heading .subtitle {
  font-size: 18px;
  color: #9B9B9B;
}
.help button {
  padding: 0 50px;
}

.special-offers {
  padding: 40px 0;
}
@media (min-width: 576px) {
  .special-offers {
    padding: 75px 0;
  }
}

.category-books {
  padding-top: 30px;
}

.book-cover .badge {
  position: absolute;
  width: 90px;
  height: 40px;
  right: -25px;
  top: 26px;
}
.book-cover .badge .badge-circle {
  width: 65px;
  height: 65px;
  border: 2px solid #BA1733;
  border-radius: 100%;
  position: absolute;
  z-index: 9;
  top: -9px;
  left: 25px;
}
.book-cover .badge .badge-circle .circle-inside {
  width: 100%;
  height: 100%;
  border: 2px solid white;
  background-color: #BA1733;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.book-cover .badge .badge-circle .circle-inside h1 {
  font-size: 10px;
  color: black;
  font-weight: bold;
  white-space: pre-wrap;
  text-align: center;
  color: white;
}
.book-cover .badge:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
  clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  z-index: 3;
}

.shop-card {
  border: none;
  border-radius: 0;
  position: relative;
  height: 446px;
}
@media (max-width: 992px) {
  .shop-card {
    height: auto;
  }
}
.shop-card .badge {
  position: absolute;
  width: 90px;
  height: 40px;
  right: -25px;
  top: 26px;
}
@media (max-width: 768px) {
  .shop-card .badge {
    right: 0;
  }
}
.shop-card .badge .badge-circle {
  width: 65px;
  height: 65px;
  border: 2px solid #BA1733;
  border-radius: 100%;
  position: absolute;
  z-index: 9;
  top: -9px;
  left: 25px;
}
.shop-card .badge .badge-circle .circle-inside {
  width: 100%;
  height: 100%;
  border: 2px solid white;
  background-color: #BA1733;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-card .badge .badge-circle .circle-inside h1 {
  font-size: 10px;
  color: black;
  font-weight: bold;
  white-space: pre-wrap;
  text-align: center;
  color: white;
}
.shop-card .badge:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
  clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  z-index: 3;
}
.shop-card .card-img-cont {
  padding: 10px 15px;
}
@media (min-width: 576px) {
  .shop-card .card-img-cont {
    padding: 20px 35px;
  }
}
.shop-card .card-img-cont.orange {
  background-color: #FFEFD8;
}
.shop-card .card-img-cont.green {
  background-color: #ECFDD9;
}
.shop-card .card-img-cont.pale-orange {
  background-color: #FCEBE2;
}
.shop-card .card-img-cont.blue {
  background-color: #D4E1F5;
}
.shop-card .card-img-cont .card-img-top {
  border-radius: 0;
}
.shop-card .card-body {
  padding: 15px;
}
@media (min-width: 576px) {
  .shop-card .card-body {
    padding: 15px 35px 30px 35px;
  }
}
.shop-card .card-body .card-heading {
  min-height: 60px;
  margin-right: 0;
}
@media (min-width: 576px) {
  .shop-card .card-body .card-heading {
    margin-right: -15px;
  }
}
.shop-card .card-body .card-heading .card-title {
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}
.shop-card .card-body .item-details {
  margin-bottom: 10px;
}
.shop-card .card-body .item-details .item-price {
  margin-right: 15px;
  font-size: 17px;
  color: #53627C;
}
.shop-card .card-body .item-details .age {
  font-size: 13px;
  color: rgba(48, 57, 71, 0.4);
}
.shop-card .card-body .card-text {
  font-size: 15px;
  line-height: 23px;
}
.shop-card .card-footer {
  padding: 0;
  background-color: transparent;
  border-top: 0;
}

.special-category {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0px 10px;
  font-size: 13px;
  border-radius: 4px;
  white-space: nowrap;
}
.special-category.pink {
  background-color: #FFE0DC;
  color: #ED9E94;
}
.special-category.yellow {
  background-color: #FFF6D2;
  color: #FCCA0A;
}
.special-category.blue {
  background-color: #56CDF3;
  color: #fff;
}

.badge-new-book {
  display: block;
  position: absolute;
  width: 65px;
  height: 65px;
  right: -24px;
  top: 18px;
  z-index: 22;
}
.badge-new-book img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .badge-new-book {
    right: 0;
    width: 45px;
    height: 45px;
  }
}

.cart-cont .cart-heading {
  padding: 20px 15px;
  background-color: #627198;
  color: #fff;
  border-radius: 4px 4px 0 0;
}
@media (min-width: 768px) {
  .cart-cont .cart-heading {
    padding: 35px 50px;
  }
}
.cart-cont .cart-heading .title {
  font-size: 25px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cart-cont .cart-heading .title {
    margin-bottom: 0;
  }
}
.cart-cont .cart-heading .count {
  font-size: 17px;
}
.cart-cont .cart-content {
  padding: 20px 15px 30px 15px;
}
@media (min-width: 768px) {
  .cart-cont .cart-content {
    padding: 45px 50px 50px 50px;
  }
}
.cart-cont .cart-content .cart-body {
  padding-bottom: 15px;
}
.cart-cont .cart-content .cart-footer {
  padding-top: 35px;
  border-top: 1px solid #E7E7E7;
}
.cart-cont .cart-content .cart-footer .price-summary {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cart-cont .cart-content .cart-footer .price-summary {
    margin-bottom: -30px;
  }
}
@media (min-width: 768px) {
  .cart-cont .cart-content .cart-footer .price-summary {
    margin-bottom: 0;
  }
}
.cart-cont .cart-content .cart-footer .price-summary .price {
  margin-bottom: 15px;
  font-family: "HelveticaNeue";
  font-size: 15;
}
.cart-cont .cart-content .cart-footer .price-summary .price span {
  margin-left: 7px;
  font-family: "BPG_Excelsior";
}
.cart-cont .cart-content .cart-footer .cart-back-btn {
  background-color: transparent;
  margin-right: 5px;
  color: #303947;
}
@media (max-width: 768px) {
  .cart-cont .cart-content .cart-footer .cart-back-btn::after {
    margin-left: 9px;
  }
}
.cart-cont .cart-content .cart-footer .cart-back-btn::before {
  content: url("/images/icons/arrow-left-black.svg");
  transform: rotate(0deg);
}
@media (max-width: 768px) {
  .cart-cont .cart-content .cart-footer .coupon-code {
    flex-flow: wrap;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cart-cont .cart-content .cart-footer .coupon-code {
    justify-content: center !important;
  }
}
.cart-cont .cart-content .cart-footer .coupon-code .form-group {
  margin: auto;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .cart-cont .cart-content .cart-footer .coupon-code .form-group {
    margin: 0;
  }
}
.cart-cont .cart-content .cart-footer .coupon-code .form-group button {
  margin-top: 15px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cart-cont .cart-content .cart-footer .coupon-code .form-group .input-group {
    width: 250px;
  }
}
@media (min-width: 992px) {
  .cart-cont .cart-content .cart-footer .coupon-code .form-group .input-group {
    max-width: 300px;
  }
}
.cart-cont .cart-content .cart-footer .coupon-code .form-group .input-group input {
  width: 100%;
}
@media (min-width: 768px) {
  .cart-cont .cart-content .cart-footer .coupon-code .form-group .input-group input {
    width: 175px;
  }
}
@media (min-width: 992px) {
  .cart-cont .cart-content .cart-footer .coupon-code .form-group .input-group input {
    width: 204px;
  }
}
.cart-cont .cart-content .cart-footer .coupon-code .form-group .input-group #coupon {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .cart-cont .cart-content .cart-footer .coupon-code .form-group .input-group #coupon {
    width: 175px;
  }
}
@media (max-width: 1024px) {
  .cart-cont .cart-content .cart-footer .coupon-code .form-group .input-group #coupon {
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .cart-cont .cart-content .cart-footer .coupon-code .form-group .input-group #coupon {
    width: 300px;
  }
}
.cart-cont .cart-content .cart-footer .coupon-code .btn-group {
  margin: auto;
}
@media (min-width: 768px) {
  .cart-cont .cart-content .cart-footer .coupon-code .btn-group {
    margin: 0;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cart-cont .cart-content .cart-footer .coupon-code .btn-group {
    margin: 15px auto 0;
  }
  .cart-cont .cart-content .cart-footer .coupon-code .btn-group .step-change-back {
    margin-right: 20px !important;
  }
}
.cart-cont .cart-content .cart-footer .coupon-code .btn-group .transparent {
  margin-right: 15px;
}

.cart-payment .d-flex {
  flex-flow: wrap;
}
@media (max-width: 768px) {
  .cart-payment .d-flex {
    justify-content: center;
  }
}
.cart-payment h2 {
  font-size: 16px;
  font-family: "HelveticaNeue";
  font-weight: 800;
  padding: 15px 0px;
  color: #53627C;
}
.cart-payment_method[type="visa/mastercard"] .visa {
  width: 52px;
  margin-left: 20px;
}
.cart-payment_method[type="visa/mastercard"] .mastercard {
  width: 101px;
  margin-left: 10px;
}
.cart-payment_method[type=americanExpress] img {
  width: 90px;
  height: 35px;
  position: absolute;
  right: 18px;
  top: 12px;
}
.cart-payment_method {
  border: 1px solid #EFEFEF;
  padding: 20px 17px;
  max-width: 497px;
  width: 50%;
  max-height: 60px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .cart-payment_method {
    margin-bottom: 20px;
    flex-wrap: wrap;
    max-height: unset;
    max-width: 100%;
    width: 100%;
  }
}
.cart-payment_method:not(:first-child) {
  margin-left: 15px;
}
.cart-payment_method i {
  width: 21px;
  height: 21px;
  background-color: #F5F5F5;
  border-radius: 1px;
  font-size: 11px;
  color: #6E6E6E;
  text-align: center;
  line-height: 21px;
}
.cart-payment_method i::before {
  display: none;
}
.cart-payment_method p {
  font-size: 13px;
  font-weight: 400;
  color: #6E6E6E;
  margin-left: 10px;
}
@media screen and (max-width: 480px) {
  .cart-payment_method p {
    margin-bottom: 14px;
    width: 65%;
    word-break: break-word;
  }
}
.cart-payment_method input[type=radio] {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
}
.cart-payment_method input[type=radio]:checked {
  border: 1px solid #6DC3C0;
}
.cart-payment_method input[type=radio]:checked + i {
  background-color: #6DC3C0;
  color: white;
}
.cart-payment_method input[type=radio]:checked + i:before {
  display: block;
}

.cart-checked-radio-input {
  border: 2px solid #6DC3C0 !important;
}

.add-address-modal .modal-dialog {
  max-width: 712px !important;
}
.add-address-modal .modal-content {
  width: 712px;
  padding: 60px 50px;
  border: none;
}
@media screen and (max-width: 780px) {
  .add-address-modal .modal-content {
    width: 100%;
    padding: 40px 10px;
  }
}
.add-address-modal .modal-content .modal-header {
  border: none;
  position: relative;
}
.add-address-modal .modal-content .modal-header i {
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  right: 0px;
  top: -25px;
  color: #303947;
}
.add-address-modal .modal-content .modal-footer {
  border: none;
}
.add-address-modal .modal-content .modal-footer button {
  max-width: 240px;
  max-height: 50px;
  text-align: center;
  color: white;
  background: #6DC3C0;
  outline: none;
  border: none;
  padding: 15px 30px;
  font-size: 15px;
}
.add-address-modal .modal-content .modal-body .form-group .other-input {
  margin-top: 20px;
}
@media screen and (max-width: 780px) {
  .add-address-modal .modal-content .modal-body .form-group .other-input {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.add-address-modal .modal-content .modal-body .form-group .other-input div {
  width: 48%;
}
@media screen and (max-width: 780px) {
  .add-address-modal .modal-content .modal-body .form-group .other-input div {
    width: 100%;
  }
}
.add-address-modal .modal-content .modal-body .form-group .other-input div:not(:first-child) {
  margin-left: 15px;
}
@media screen and (max-width: 780px) {
  .add-address-modal .modal-content .modal-body .form-group .other-input div:not(:first-child) {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.add-address-modal .modal-content .modal-body .form-group h3 {
  font-size: 18px;
  font-weight: 800;
  font-family: "HelveticaNeue";
  color: #303947;
  margin-bottom: 15px;
}
.add-address-modal .modal-content .modal-body .form-group h3.same-address {
  font-size: 16px;
  margin-top: 20px;
}
.add-address-modal .modal-content .modal-body .form-group.address-info .dropdown {
  max-width: 442px;
}
.add-address-modal .modal-content .modal-body .form-group.person-address .dropdown {
  width: 48%;
  max-width: 50%;
}
.add-address-modal .modal-content .modal-body .form-group.person-address .dropdown:not(:first-child) {
  margin-left: 15px;
}
.add-address-modal .modal-content .modal-body .form-group.person-address textarea {
  height: 75px;
  margin-top: 20px;
}
.add-address-modal .modal-content .modal-body .form-group.person-address .address-hint {
  font-size: 12px;
  font-family: "BPG_Excelsior";
  color: #303947;
}

.cart-item {
  position: relative;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #FCFCFC;
  border: 1px solid #19AAD9;
  border-radius: 4px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 480px) {
  .cart-item {
    flex-wrap: wrap;
  }
}
.cart-item .cart-item-hidden-inputs {
  position: absolute;
  opacity: 0;
}
.cart-item:hover .item-delete {
  display: block;
}
@media (min-width: 576px) {
  .cart-item {
    padding: 17px 22px;
  }
}
@media screen and (max-width: 480px) {
  .cart-item .item-desc {
    width: 100%;
    align-items: center;
  }
}
.cart-item .item-desc .item-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 120px;
  height: 85px;
  margin-right: 20px;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .cart-item .item-desc .item-img {
    margin-bottom: 0;
    width: 95px;
    height: 70px;
  }
}
.cart-item .item-desc .desc-text .free-delivery {
  font-size: 14px;
  color: #91d2d0;
  display: none;
}
.cart-item .item-desc .desc-text .title {
  margin-bottom: 6px;
  font-size: 16px;
}
.cart-item .item-desc .desc-text p {
  font-size: 14px;
  color: #9B9B9B;
}
.cart-item .item-desc .desc-text a {
  font-size: 13px;
  color: #4A90E2;
  text-decoration: underline;
  transition: all 0.2s ease;
}
.cart-item .item-desc .desc-text a:hover {
  text-decoration: none;
}
.cart-item .item-details {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media screen and (max-width: 480px) {
  .cart-item .item-details {
    width: 100%;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
    position: static;
  }
}
@media (min-width: 576px) {
  .cart-item .item-details {
    position: relative;
    top: 0;
    right: 0;
  }
}
.cart-item .item-details .add-address {
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #6DC3C0;
  max-height: 40px;
  padding: 10px 14px;
  margin-right: 30px;
  border-radius: 4px;
}
@media screen and (max-width: 992px) {
  .cart-item .item-details .add-address {
    margin-right: 10px;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}
@media (max-width: 768px) {
  .cart-item .item-details .add-address {
    margin-right: 0;
  }
}
.cart-item .item-details .add-address img {
  margin-right: 10px;
}
.cart-item .item-details .add-address .after-add {
  display: none;
}
.cart-item .item-details .item-price {
  font-family: "HelveticaNeue";
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .cart-item .item-details .item-price {
    margin-top: 20px;
  }
}
.cart-item .item-details .item-price p {
  font-size: 20px;
}
.cart-item .item-details .item-price p .gel {
  font-size: 14px;
  font-style: normal;
}
.cart-item .item-details .item-price.on-sale {
  color: #3E837E;
}
.cart-item .item-details .item-price.on-sale .before-sale {
  position: relative;
  right: 0;
  top: 0;
  font-size: 13px;
  color: #9B9B9B;
  text-decoration: line-through;
  text-align: right;
}
.cart-item .item-details .item-price.on-sale .before-sale span {
  font-size: 13px;
}
.cart-item form.item-delete-form {
  position: absolute;
  top: 0;
  right: 0;
}
.cart-item .item-delete {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 32px;
  height: 32px;
  background-color: #D54747;
  border: none;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  -webkit-appearance: initial;
}

.coupon-submit-parent {
  margin-top: 20px !important;
}
.coupon-submit-parent .coupon-submit {
  font-family: "HelveticaNeue";
}

.coupon-invalid-feedback {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
}

@media screen and (max-width: 780px) {
  .modal-address-selector-parrent {
    flex-flow: wrap;
  }
  .modal-address-selector-parrent .select2 {
    width: 100% !important;
  }
  .modal-address-selector-parrent .select2:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
}

.address-modal-country-code {
  width: 100% !important;
  display: flex;
}
.address-modal-country-code .select2 {
  margin-left: -15px;
  max-width: 90px !important;
  font-size: 14px;
  background-color: #F5F5F5;
  border-radius: 4px 0 0 4px;
}
@media (max-width: 768px) {
  .address-modal-country-code .select2 {
    margin-left: unset;
  }
}
.address-modal-country-code .select2::after {
  right: 15px;
}
.address-modal-country-code .select2 .select2-selection {
  font-size: 14px;
}
.address-modal-country-code input {
  padding: 0 15px;
  border-radius: 0px 4px 4px 0;
}

.chosen-address-container {
  width: 100%;
  border: 1px solid #EFEFEF;
  border-radius: 2px;
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 19px 17px;
}
.chosen-address-container .chosen-address-item {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.chosen-address-container .chosen-address-item:not(:first-child) {
  margin-top: 10px;
}
.chosen-address-container .chosen-address-item input[type=radio] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.chosen-address-container .chosen-address-item input[type=radio]:checked + i {
  background-color: #6DC3C0;
  color: white;
}
.chosen-address-container .chosen-address-item input[type=radio]:checked + i:before {
  display: block;
}
.chosen-address-container .chosen-address-item i {
  width: 21px;
  height: 21px;
  background-color: #F5F5F5;
  border-radius: 1px;
  font-size: 11px;
  color: #6E6E6E;
  text-align: center;
  line-height: 21px;
  cursor: pointer;
}
.chosen-address-container .chosen-address-item i:before {
  display: none;
}
.chosen-address-container .chosen-address-item .address-info {
  margin-left: 20px;
  margin-top: -5px;
  cursor: pointer;
}
.chosen-address-container .chosen-address-item .address-info p {
  font-size: 16px;
  color: #303947;
  font-family: "HelveticaNeue";
  cursor: pointer;
}
.chosen-address-container .chosen-address-item .address-info span {
  font-size: 14px;
  color: #9B9B9B;
  margin-top: 5px;
  cursor: pointer;
}

.main-tabs .nav {
  border-bottom: 1px solid #E7E7E7;
}
.main-tabs .nav .nav-item:first-child .nav-link {
  border-radius: 4px 0 0 0;
}
.main-tabs .nav .nav-item {
  width: 100%;
}
@media (min-width: 576px) {
  .main-tabs .nav .nav-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .main-tabs .nav .nav-item {
    width: auto;
  }
}
.main-tabs .nav .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding: 0px 30px;
  font-family: "HelveticaNeue";
  font-size: 17px;
  color: #9B9B9B;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .main-tabs .nav .nav-link {
    height: 85px;
    padding: 0px 60px;
  }
}
.main-tabs .nav .nav-link:hover {
  background-color: rgba(98, 113, 152, 0.1);
}
.main-tabs .nav .nav-link.active {
  color: #fff;
  background-color: #627198;
}
.main-tabs .nav .nav-link.active img {
  display: none;
}
.main-tabs .nav .nav-link.active img.active {
  display: block;
}
.main-tabs .nav .nav-link img {
  margin-right: 15px;
}
.main-tabs .nav .nav-link img.active {
  display: none;
}
.main-tabs .tab-content {
  padding: 30px 15px 10px 15px;
}
@media (min-width: 768px) {
  .main-tabs .tab-content {
    padding: 45px 50px 40px 50px;
  }
}
.main-tabs .tab-content .tab-section {
  padding-bottom: 30px;
}
.main-tabs .tab-content .tab-section:last-child {
  padding-bottom: 0;
}

.cart-item.history-item .item-img {
  margin-bottom: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .cart-item.history-item .item-img {
    margin-right: 0;
  }
}
.cart-item.history-item .desc-text p {
  text-align: center;
}
.cart-item.history-item:hover {
  border-color: #E7E7E7;
}
.cart-item .item-details .delivery-status {
  margin-right: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
  min-height: 25px;
  padding: 5px 10px;
  border-radius: 4px;
}
@media (min-width: 576px) {
  .cart-item .item-details .delivery-status {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
.cart-item .item-details .delivery-status.gray {
  color: #9B9B9B;
  background-color: #E7E7E7;
}
.cart-item .item-details .delivery-status.blue {
  color: #6DC3C0;
  background-color: #D1F7F5;
}
.cart-item .item-details .delivery-status.green {
  color: #2AAF4B;
  background-color: #DCF9E3;
}

.settings-form {
  max-width: 1250px;
}
.settings-form .form-btn {
  margin: auto;
  margin-bottom: 30px;
  padding: 0 35px;
}
@media (min-width: 768px) {
  .settings-form .form-btn {
    margin: 0;
  }
}

.book-desc {
  padding: 35px 0;
}
@media (min-width: 768px) {
  .book-desc {
    padding: 85px 0;
  }
}
.book-desc .item-desc-cont {
  margin-left: 0;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .book-desc .item-desc-cont {
    margin-bottom: 0;
  }
}
.book-desc .item-desc-cont .item-heading {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .book-desc .item-desc-cont .item-heading {
    margin-bottom: 0;
  }
}
.book-desc .item-desc-cont .item-heading .age {
  margin-right: 20px;
  font-size: 16px;
  color: #303947;
}
@media (min-width: 576px) {
  .book-desc .item-desc-cont .item-heading .age {
    margin-right: 35px;
  }
}
@media (max-width: 480px) {
  .book-desc .item-desc-cont .item-heading .age {
    font-size: 14px;
  }
}
.book-desc .item-desc-cont .item-heading .item-price {
  margin-bottom: 2px;
  margin-right: 20px;
  font-family: "HelveticaNeue";
  font-size: 17px;
  color: #53627C;
}
@media (min-width: 576px) {
  .book-desc .item-desc-cont .item-heading .item-price {
    font-size: 22px;
    margin-right: 15px;
  }
}
@media (max-width: 480px) {
  .book-desc .item-desc-cont .item-heading .item-price {
    font-size: 14px;
    margin-top: unset;
  }
}
.book-desc .item-desc-cont .item-title {
  margin-bottom: 20px;
  font-size: 30px;
}
.book-desc .item-desc-cont .desc-text {
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 33px;
}

.book-presentation .user-rate {
  margin-bottom: 15px;
}
.book-presentation .user-rate .star-raiting {
  margin-bottom: 10px;
}
.book-presentation .user-rate .star-raiting h5 {
  margin-bottom: 18px;
  font-size: 16px;
  color: #303947;
}
.book-presentation .user-rate .stars .star {
  display: inline-block;
}
.book-presentation .user-rate .stars .star input {
  display: none;
}
.book-presentation .user-rate .stars .star label {
  margin: 0 2px;
  font-size: 21px;
  color: #E7E7E7;
  transition: all 0.3s ease;
}
.book-presentation .user-rate .stars .star input:checked + label {
  color: #ED8A19;
}
.book-presentation .user-rate .comment {
  margin-bottom: 20px;
}
.book-presentation .user-rate .comment label {
  margin-bottom: 20px;
  font-family: "BPG_Excelsior";
  font-size: 16px;
  color: #303947;
}
.book-presentation .user-rate .comment textarea {
  height: 65px;
  padding: 24px 25px;
}
.book-presentation .other-rates {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .book-presentation .other-rates {
    margin-bottom: 90px;
  }
}
.book-presentation .similar-books {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .book-presentation .similar-books {
    margin-bottom: 115px;
  }
}
.book-presentation .similar-books .title {
  margin-bottom: 25px;
  font-size: 22px;
}
@media (min-width: 768px) {
  .book-presentation .similar-books .title {
    margin-bottom: 45px;
  }
}
.book-presentation .book-examples {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .book-presentation .book-examples {
    margin-bottom: 110px;
  }
}
.book-presentation .book-examples .row {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .book-presentation .book-examples .row {
    margin-bottom: 160px;
  }
}
.book-presentation .book-examples .img {
  max-width: 100%;
  padding-bottom: 65%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.book-presentation .book-examples .cont-desc {
  padding: 0;
}
@media (min-width: 768px) {
  .book-presentation .book-examples .cont-desc {
    padding: 0 10%;
  }
}
.book-presentation .book-examples .cont-desc .cont-title {
  margin-bottom: 20px;
  font-size: 20px;
  color: #303947;
}
.book-presentation .book-examples .cont-desc .cont-text {
  line-height: 32px;
  font-size: 18px;
  color: #303947;
  overflow-wrap: break-word;
}
.book-presentation .book-pre-cover {
  width: 100%;
  min-height: 300px;
  margin-bottom: 40px;
  padding-bottom: 33%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .book-presentation .book-pre-cover {
    margin-bottom: 130px;
  }
}

.rate {
  margin-bottom: 50px;
}
.rate .comment-wrapper {
  max-width: 365px;
  margin-bottom: 20px;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 14px;
  line-height: 27px;
}
.rate .rate-stars {
  margin-top: -8px;
  color: #f4ba78;
}
.rate .rate-stars .active, .rate .rate-stars .fa-star-half-o {
  color: #ED8A19;
}
.rate .comment-author img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  border-radius: 50%;
}
.rate .comment-author .author-details .author-name {
  margin-bottom: 5px;
  font-family: "HelveticaNeue";
  font-size: 14px;
}
.rate .comment-author .author-details .author-country {
  font-size: 13px;
  color: #53627C;
}

.rate.large-rate {
  margin-bottom: 2px;
  background-color: #fff;
  width: 100%;
  padding: 25px 15px;
}
@media (min-width: 576px) {
  .rate.large-rate {
    padding: 30px 45px;
  }
}
.rate.large-rate .comment-wrapper {
  max-width: none;
  margin-bottom: 12px;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.rate.large-rate .comment-wrapper .comment-heading {
  margin-bottom: 5px;
}
.rate.large-rate .comment-wrapper .rate-stars {
  margin-top: 0;
}
.rate.large-rate .comment-wrapper .rate-stars i {
  margin: 0 2px;
  font-size: 17px;
}
.rate.large-rate .comment-wrapper .comment-date {
  font-size: 14px;
  color: #9B9B9B;
}
.rate.large-rate .comment-wrapper .comment-text {
  max-width: 890px;
  font-size: 16px;
}

.thumb-gallery {
  position: relative;
  height: 450px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .thumb-gallery {
    height: 610px;
  }
}
.thumb-gallery .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.thumb-gallery .swiper-slide {
  background-size: cover;
  background-position: center;
}
.thumb-gallery .gallery-top {
  height: 70%;
  width: 100%;
}
.thumb-gallery .gallery-top .swiper-slide iframe {
  display: none;
}
.thumb-gallery .gallery-top .swiper-slide.video-active iframe {
  display: block;
}
.thumb-gallery .gallery-top .swiper-slide.video-active .video-play {
  display: none;
}
.thumb-gallery .gallery-thumbs {
  position: relative;
  transform: translateX(-37%);
  height: 20%;
  box-sizing: border-box;
  margin-top: 25px;
  padding: 15px 0;
  overflow: visible;
}
.thumb-gallery .gallery-thumbs::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(37%);
  background-color: #fff;
  border-radius: 6px;
}
.thumb-gallery .gallery-thumbs .swiper-slide {
  width: calc(25% - 28px);
  height: 100%;
  opacity: 0.4;
}
.thumb-gallery .gallery-thumbs .swiper-slide-active {
  opacity: 1;
  box-shadow: 0 7px 15px 6px rgba(0, 0, 0, 0.12);
}

.thumb-gallery-cont {
  position: relative;
  padding: 0;
}
@media (min-width: 768px) {
  .thumb-gallery-cont {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.thumb-gallery-cont .gallery-nav .swiper-button-next, .thumb-gallery-cont .gallery-nav .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: auto;
  float: left;
  margin-right: 10px;
  background-position: center;
  background-color: hsla(0, 0%, 64%, 0.46);
  border-radius: 50%;
  top: unset;
  bottom: 58%;
}
@media (min-width: 768px) {
  .thumb-gallery-cont .gallery-nav .swiper-button-next, .thumb-gallery-cont .gallery-nav .swiper-button-prev {
    bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .thumb-gallery-cont .gallery-nav .swiper-button-next, .thumb-gallery-cont .gallery-nav .swiper-button-prev {
    bottom: 75px;
  }
}
.thumb-gallery-cont .gallery-nav .swiper-button-next:focus, .thumb-gallery-cont .gallery-nav .swiper-button-prev:focus {
  outline: none;
}
.thumb-gallery-cont .gallery-nav .swiper-button-next.swiper-button-disabled, .thumb-gallery-cont .gallery-nav .swiper-button-prev.swiper-button-disabled {
  opacity: 0.7;
}

.img-upload label.title {
  display: block;
  margin-bottom: 20px;
  font-family: "BPG_Excelsior";
  font-size: 16px;
  color: #303947;
}
.img-upload .form-group .upload-btn {
  display: flex;
  align-items: center;
  height: 35px;
  padding: 0 18px;
  font-size: 13px;
  color: #9B9B9B;
  background-color: #E7E7E7;
  border-radius: 4px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease;
}
.img-upload .form-group .upload-btn:hover {
  background-color: #e2e2e2;
}
.img-upload .form-group .upload-btn img {
  margin-right: 10px;
}
.img-upload .form-group input {
  display: none;
}

/****** Style Star Rating Widget *****/
.rating {
  border: none;
  float: left;
}

.rating > input {
  display: none;
}

.rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: "FontAwesome";
  display: inline-block;
  content: "\f005";
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > label {
  color: #ddd;
  float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #ED8A19;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #f3ae60;
}

@media (max-width: 576px) {
  .similar-card-parent {
    margin-bottom: 5rem;
  }
}

.text-page .text-page-section {
  margin-bottom: 45px;
}
.text-page .text-page-section h4 {
  margin-bottom: 22px;
  font-family: "HelveticaNeue";
  font-size: 20px;
}
.text-page .text-page-section .text-cont {
  line-height: 34px;
}

.notification-cont {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 364px);
}

.notification .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  width: 185px;
  height: 185px;
  border-radius: 50%;
}
.notification .icon.gray {
  background-color: #F3F3F3;
}
.notification .icon.lightBlue {
  background-color: #D7FAF9;
}
.notification .icon.pink {
  background-color: #FFEEEC;
}
.notification .title {
  margin-bottom: 20px;
  font-size: 25px;
  color: #53627C;
}
.notification p {
  max-width: 410px;
  margin: auto;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 27px;
  color: #9B9B9B;
}

.steps-tabs {
  width: 100%;
}
.steps-tabs main {
  background-color: white;
}
.steps-tabs .steps-tab-nav .loading-border {
  height: 2px;
  background: #6DC3C0;
  transition: all 1s ease;
  margin-top: -2px;
  z-index: 2;
}
.steps-tabs .steps-tab-nav .nav-link.active:first-child ~ .loading-border {
  width: 25%;
}
.steps-tabs .steps-tab-nav .nav-link.active:nth-child(2) ~ .loading-border {
  width: 50%;
}
.steps-tabs .steps-tab-nav .nav-link.active:nth-child(3) ~ .loading-border {
  width: 75%;
}
.steps-tabs .steps-tab-nav .nav-link.active:nth-child(4) ~ .loading-border {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .steps-tabs .steps-tab-nav {
    margin-bottom: 20px;
  }
}
.steps-tabs .steps-tab-nav .w-100 {
  margin-bottom: 70px;
}
.steps-tabs .steps-tab-nav .nav-link {
  position: relative;
  width: 25%;
  padding: 20px 20px;
  color: #303947;
  background-color: #E0F1F4;
}
.steps-tabs .steps-tab-nav .nav-link.active {
  border-color: #6DC3C0;
}
.steps-tabs .steps-tab-nav .nav-link .flex-lg-row {
  width: 300px;
  overflow: hidden;
}
@media (min-width: 1500px) {
  .steps-tabs .steps-tab-nav .nav-link .flex-lg-row {
    width: 350px;
  }
}
@media (max-width: 768px) {
  .steps-tabs .steps-tab-nav .nav-link .flex-lg-row {
    overflow: unset;
  }
}
.steps-tabs .steps-tab-nav .nav-link .step-num {
  margin-top: -5px;
  margin-right: 22px;
  font-family: "HelveticaNeue";
  font-size: 22px;
}
@media (min-width: 576px) {
  .steps-tabs .steps-tab-nav .nav-link .step-num {
    font-size: 35px;
  }
}
.steps-tabs .steps-tab-nav .nav-link .step-desc .title {
  margin-bottom: 7px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .steps-tabs .steps-tab-nav .nav-link .step-desc .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .steps-tabs .steps-tab-nav .nav-link .step-desc .title {
    font-size: 10px;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  .steps-tabs .steps-tab-nav .nav-link .step-desc .title {
    font-size: 7px;
  }
}
.steps-tabs .steps-tab-nav .nav-link .step-desc p {
  max-width: 270px;
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width: 480px) {
  .steps-tabs .steps-tab-nav .nav-link .step-desc p {
    font-size: 9px;
    line-height: unset;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  .steps-tabs .steps-tab-nav .nav-link .step-desc p {
    font-size: 7px;
  }
}
.steps-tabs .tab-content .tab-pane .book-info {
  margin-bottom: 53px;
}
.steps-tabs .tab-content .tab-pane .book-info .section-title {
  margin-bottom: 15px;
  font-size: 14px;
  color: #9B9B9B;
}
.steps-tabs .tab-content .tab-pane .book-info .book-title {
  margin-bottom: 23px;
  font-family: "HelveticaNeue";
  font-size: 17px;
}
.steps-tabs .tab-content .tab-pane .book-info .book-cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 333px;
  max-width: 100%;
  height: 235px;
}
.steps-tabs .section-heading {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 22px;
}
.steps-tabs .section-heading.choose_lang {
  display: flex;
  justify-content: space-between;
}
.steps-tabs .section-heading.choose_lang label {
  font-size: 14px;
  font-family: "BPG_Excelsior";
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  .steps-tabs .section-heading.choose_lang {
    flex-flow: column;
  }
  .steps-tabs .section-heading.choose_lang .book_language_select {
    margin-top: 20px;
  }
}
.steps-tabs .section-wrapper {
  padding: 20px 15px 25px 15px;
  background-color: transparent;
}
@media (min-width: 768px) {
  .steps-tabs .section-wrapper {
    padding: 25px 40px 35px 40px;
  }
}
@media (min-width: 992px) {
  .steps-tabs .section-wrapper {
    padding: 45px 65px;
  }
}
.steps-tabs .section-wrapper .section-title {
  margin-bottom: 15px;
  font-family: "HelveticaNeue";
  font-size: 16px;
}
.steps-tabs .section-wrapper .section-subtitle {
  font-size: 16px;
  font-family: "BPG_Excelsior";
  margin-bottom: 15px;
  color: #303947;
}

.main-pills .nav-item {
  margin-right: 15px;
}
@media (max-width: 339px) {
  .main-pills .nav-item {
    margin-right: 0;
  }
}
.main-pills .nav-item:last-child {
  margin-right: 0;
}
.main-pills .nav-item .nav-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 132px;
  height: 40px;
  padding: 0 15px;
  font-size: 15px;
  color: #9B9B9B;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .main-pills .nav-item .nav-link {
    min-width: 165px;
    padding: 0 30px;
  }
}
.main-pills .nav-item .nav-link.active {
  color: #fff;
  background-color: #6DC3C0;
  border: none;
}

.gender .tab-content {
  padding: 50px 0 30px 0;
}
@media (max-width: 768px) {
  .gender .nav-item:first-child {
    margin-bottom: 20px;
  }
}

.character-form .choose-character {
  margin: 0 -10px;
}
@media (min-width: 1200px) {
  .character-form .choose-character {
    margin: 0 -15px;
  }
}
.character-form .input-radio {
  margin-bottom: 20px;
  display: inline-block;
}
.character-form .input-radio input {
  display: none;
}
.character-form .input-radio input:checked + label {
  border: 2px solid #6DC3C0 !important;
}
.character-form .input-radio label {
  width: 144px;
  height: 177px;
  margin: 0 10px;
  padding: 9px 17px;
  border: 1px solid #E7E7E7;
  border-radius: 7px;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .character-form .input-radio label {
    width: 172px;
    height: 212px;
    margin: 0 15px;
  }
}
.character-form .input-radio label img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.character-form .form-group {
  max-width: 340px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .character-form .form-group {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .character-form .form-group {
    margin-bottom: 50px;
  }
}

.book-cover-form .choose-cover {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .book-cover-form .choose-cover {
    margin-bottom: 82px;
  }
}
.book-cover-form .book-prototype {
  width: 100%;
  padding-bottom: 300px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  word-break: break-word;
}
.book-cover-form .book-prototype p {
  position: absolute;
  top: 63%;
  transform: translateY(-50%);
  font-size: 11px;
  color: black;
  text-align: center;
  padding: 0 70px;
  line-height: 16px;
  font-family: "BPG_Excelsior";
  max-height: 330px;
  overflow: hidden;
}
@media (min-width: 480px) and (max-width: 768px) {
  .book-cover-form .book-prototype p {
    top: 31%;
    padding: 0 20px;
  }
}
@media (max-width: 479px) {
  .book-cover-form .book-prototype p {
    top: 50%;
    max-height: 400px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 480px) {
  .book-cover-form .cover-items:first-child {
    order: 2;
    margin-top: 20px;
  }
  .book-cover-form .cover-items:last-child {
    order: 1;
  }
}
.book-cover-form .cont-heading {
  margin-bottom: 25px;
}
.book-cover-form .cont-heading .title {
  margin-bottom: 15px;
  font-size: 16px;
}
.book-cover-form .cont-heading .subtitle {
  font-size: 15px;
}
.book-cover-form .form-group p {
  margin-top: -5px;
  font-size: 15px;
  color: #9B9B9B;
}
.book-cover-form .form-group p.textarea-error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}
.book-cover-form .form-group textarea {
  margin-bottom: 9px;
  padding: 15px 20px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .book-cover-form .form-group textarea {
    padding: 20px 25px;
  }
}
.book-cover-form .form-group textarea::-moz-placeholder {
  line-height: 24px;
}
.book-cover-form .form-group textarea::placeholder {
  line-height: 24px;
}
.book-cover-form .form-group textarea:-ms-input-placeholder {
  line-height: 24px;
}
.book-cover-form .form-group textarea::-ms-input-placeholder {
  line-height: 24px;
}

.sec-card {
  border-radius: 0;
  border: none;
  border: 1px solid #e7e7e7;
}
.sec-card:hover {
  border-color: #19aad9;
}
.sec-card .card-img-top {
  border-radius: 0;
}
.sec-card .card-body {
  padding: 10px 15px 15px 15px;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .sec-card .card-body {
    padding: 10px 20px 15px 20px;
  }
}
.sec-card .card-body .card-title {
  margin-bottom: 12px;
  font-family: "HelveticaNeue";
  font-size: 16px;
  line-height: 26px;
}
.sec-card .card-body .price, .sec-card .card-body .editional-price {
  margin-bottom: 10px;
  font-family: "HelveticaNeue";
  font-size: 14px;
  color: #53627C;
}
.sec-card .card-body .editional-price {
  margin-top: 5px;
  color: #969696;
}
.sec-card .card-body .editional-price.free {
  color: #53627C;
}
.sec-card .card-body .card-text {
  font-size: 15px;
  line-height: 23px;
}
.sec-card .card-footer {
  padding: 0;
  background-color: transparent;
  border: none;
}
@media (max-width: 992px) {
  .sec-card .card-footer {
    display: flex;
    justify-content: center;
  }
}
.sec-card .card-footer label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 45px;
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: "BPG_Excelsior";
  border-radius: 4px;
  border: 1px solid #19aad9;
  background: transparent;
  color: #19aad9;
}
.sec-card .card-footer label:active {
  transform: scale(0.95);
  transition-duration: 0.5s;
}
.sec-card .card-footer label:hover {
  box-shadow: 0px 3px;
  border-bottom: none;
}
.sec-card .card-footer label span.small {
  font-size: 14px;
}
.sec-card .card-footer label i {
  display: none;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  font-size: 12px;
  text-align: center;
  line-height: 26px;
  position: absolute;
  right: 70px;
  color: #fff;
  background-color: #1b99c1;
}
.sec-card .card-footer input {
  display: none;
}
.sec-card .card-footer input:checked + label {
  color: white;
}
.sec-card .card-footer input:checked + label i {
  display: block;
}
.sec-card .card-footer input:checked + label.gray {
  background-color: #6DC3C0;
}
.sec-card .card-footer input:checked + label.pink {
  background-color: #C87D8B;
}
.sec-card .card-footer input:checked + label.pink i {
  background-color: #b5707d;
}
.sec-card .card-footer input:checked + label.yellow {
  background-color: #F8B743;
}
.sec-card .card-footer input:checked + label.yellow i {
  background-color: #E3A332;
}
.sec-card .card-footer input:checked + label.dark {
  background-color: #2B2724;
}
.sec-card .card-footer input:checked + label.dark i {
  background-color: black;
}
.sec-card .card-footer input:checked + label.blue {
  background-color: #19aad9;
  color: #ffffff;
  box-shadow: none;
  border: none;
}
.sec-card .card-footer input:checked + label.gray {
  background-color: #EEEEEE;
}
.sec-card .card-footer input:checked + label.gray span {
  color: #9B9B9B;
}
.sec-card .card-footer input:checked + label.gray i {
  background-color: #9B9B9B;
}

.change-character {
  margin-bottom: 40px;
  position: relative;
}
.change-character .heroes-container {
  height: 70px;
}
.change-character .section-heading {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.change-character .character-cont {
  margin-top: 30px;
}
.change-character .character-cont:not(:first-child) {
  margin-left: 17px;
  cursor: pointer;
}
.change-character .character-cont .selected {
  position: relative;
}
.change-character .character-cont .selected input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.change-character .character-cont .selected input[type=radio]:checked + img {
  border-color: #19AAD9 !important;
}
.change-character .character-cont .selected img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
}
.change-character .character-cont .change-selected button.dropdown-toggle {
  padding: 0;
  font-size: 13px;
  color: #4A90E2;
  text-decoration: underline;
  background-color: transparent;
  border: none;
}
.change-character .character-cont .change-selected button.dropdown-toggle::after {
  display: none;
}
.change-character .character-cont .change-selected .dropdown-menu {
  min-width: 217px;
  padding: 0;
  top: 30px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  border: none;
  border-radius: 2px;
}
.change-character .character-cont .change-selected .dropdown-menu .dropdown-item {
  padding: 7.5px 15px;
  cursor: pointer;
}
.change-character .character-cont .change-selected .dropdown-menu .dropdown-item:first-child {
  border-radius: 2px 2px 0 0;
}
.change-character .character-cont .change-selected .dropdown-menu .dropdown-item:last-child {
  border-radius: 0 0 2px 2px;
}
.change-character .character-cont .change-selected .dropdown-menu .dropdown-item:hover {
  background-color: #d9f0ef;
}
.change-character .character-cont .change-selected .dropdown-menu .dropdown-item input {
  display: none;
}
.change-character .character-cont .change-selected .dropdown-menu .dropdown-item input:checked + label .checkbox {
  border: 1px solid #b0e971;
  border-radius: 3px;
}
.change-character .character-cont .change-selected .dropdown-menu .dropdown-item input:checked + label .checkbox img {
  display: none;
}
.change-character .character-cont .change-selected .dropdown-menu .dropdown-item input:checked + label .checkbox img.checked {
  display: inline-block;
}
.change-character .character-cont .change-selected .dropdown-menu .dropdown-item label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer !important;
}
.change-character .character-cont .change-selected .dropdown-menu .dropdown-item label .char-icon {
  width: 55px;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}
.change-character .character-cont .change-selected .dropdown-menu .dropdown-item label .char-name {
  margin-left: 15px;
  font-size: 14px;
  color: #9B9B9B;
}
.change-character .character-cont .change-selected .dropdown-menu .dropdown-item label .checkbox {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  background-color: #F5F5F5;
  border-radius: 1px;
}
.change-character .character-cont .change-selected .dropdown-menu .dropdown-item label .checkbox img.checked {
  display: none;
}

.slider-title {
  padding-top: 10px;
  margin-bottom: 35px;
  font-size: 16px;
  color: #9B9B9B;
  text-align: center;
}

.book-prev-slider-cont {
  position: relative;
}
@media (max-width: 576px) and (min-width: 200px) {
  .book-prev-slider-cont.height-detect {
    height: 206px !important;
  }
}
@media (max-width: 576px) and (min-width: 330px) {
  .book-prev-slider-cont.height-detect {
    height: 259px !important;
  }
}
@media (max-width: 576px) and (min-width: 400px) {
  .book-prev-slider-cont.height-detect {
    height: 274px !important;
  }
}
@media screen and (max-width: 680px) {
  .book-prev-slider-cont .change-character-nav-buttons {
    width: 30px;
    height: 30px;
  }
  .book-prev-slider-cont .change-character-nav-buttons.btn-prev {
    right: 45px;
    left: unset;
    top: -20px;
  }
  .book-prev-slider-cont .change-character-nav-buttons.btn-next {
    right: 5px;
    top: -20px;
  }
}
@media screen and (max-width: 400px) {
  .book-prev-slider-cont .change-character-nav-buttons.btn-prev, .book-prev-slider-cont .change-character-nav-buttons.btn-next {
    top: -30px;
  }
}
.book-prev-slider-cont .book-prev-slider {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 700px) and (max-width: 992.98px) {
  .book-prev-slider-cont .book-prev-slider {
    max-width: 555px;
    width: 100%;
  }
  .book-prev-slider-cont .book-prev-slider .left-cont {
    background-size: contain;
  }
}
.book-prev-slider-cont .book-prev-slider .swiper-slide {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.book-prev-slider-cont .book-prev-slider .swiper-slide .left-cont, .book-prev-slider-cont .book-prev-slider .swiper-slide .right-cont {
  position: relative;
  background-position: top;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .book-prev-slider-cont .book-prev-slider .swiper-slide .left-cont, .book-prev-slider-cont .book-prev-slider .swiper-slide .right-cont {
    background-size: 100% 100%;
  }
}
.book-prev-slider-cont .book-prev-slider .swiper-slide .left-cont .editable, .book-prev-slider-cont .book-prev-slider .swiper-slide .right-cont .editable {
  display: block;
  width: auto;
  min-width: 0;
  height: auto;
  color: inherit;
  border-radius: 2px;
  background-color: transparent;
  padding: 5px 0px;
}
@media (max-width: 768px) {
  .book-prev-slider-cont .book-prev-slider .swiper-slide .left-cont .editable, .book-prev-slider-cont .book-prev-slider .swiper-slide .right-cont .editable {
    padding: 3px 0;
  }
}
.book-prev-slider-cont .book-prev-slider .swiper-slide .left-cont .editable.not-valid, .book-prev-slider-cont .book-prev-slider .swiper-slide .right-cont .editable.not-valid {
  border-color: #dc3545;
}
.book-prev-slider-cont .book-prev-slider .swiper-slide .left-cont .editable:focus, .book-prev-slider-cont .book-prev-slider .swiper-slide .right-cont .editable:focus {
  outline: none;
}

.word-formation {
  padding-top: 45px;
}
.word-formation .cont-heading {
  max-width: 332px;
  padding: 15px;
  margin-bottom: 50px;
}
.word-formation .cont-heading .title {
  font-size: 20px;
}
.word-formation .form-group {
  width: 340px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .word-formation .form-group {
    margin: 0 15px 30px 15px;
  }
}

.envelopes-form {
  width: 85%;
  margin: 0 auto;
}

.dedication .form-group .form-control {
  width: 100%;
  height: 60px;
  font-size: 14px;
  line-height: 15px;
  padding: 0 25px;
  background-color: #F5F5F5;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
}
.dedication .form-group select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/img/icons/angle-down.svg");
  background-size: auto;
  background-position: center right;
  background-repeat: no-repeat;
}
.dedication .form-group select::after {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  content: "\f107";
  width: 10px;
  height: 25px;
  font-family: FontAwesome;
  vertical-align: 0;
  border: none;
}

#nav-step4 {
  margin-top: 40px;
}

.input-error-message {
  color: red;
  margin-top: -20px;
  font-size: 11px;
  font-family: "BPG_Excelsior";
}

@media (max-width: 992px) {
  .step-1-input-group {
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
}
.form-group-1,
.form-group-2,
.form-group {
  display: inline-block;
}

.cont-heading .title {
  font-size: 20px;
}
.cont-heading .subtitle {
  font-size: 14px;
  color: #9B9B9B;
}

.sub-cont-heading {
  margin-top: 20px;
}

#show-second-character {
  width: -moz-max-content;
  width: max-content;
  background: #fcca0b;
  cursor: pointer;
  color: #fff;
  transition: background 0.2s ease-in;
}
@media (max-width: 576px) {
  #show-second-character {
    margin: 0 auto;
  }
}
#show-second-character:hover {
  background: rgba(252, 202, 11, 0.8);
}
#show-second-character i {
  font-size: 22px;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .dedication_row {
    flex-flow: column-reverse;
  }
  .dedication_row textarea {
    height: 450px !important;
  }
}
.dedication_row textarea {
  height: 350px;
}

@media (max-width: 768px) {
  .reverse-buttons {
    flex-flow: wrap-reverse !important;
  }
  .reverse-buttons .step-change-front, .reverse-buttons .finish-createing {
    margin-top: 0 !important;
    margin-bottom: 1rem;
  }
}

.character-modal-text {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "BPG_Excelsior";
  font-size: 18px;
  margin: 0 auto;
}

.loader-finish {
  position: absolute;
  left: 30px;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 20px;
  height: 20px;
  animation: spin-loading 2s linear infinite;
}

@keyframes spin-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.buttons-justify {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .buttons-justify {
    justify-content: center;
  }
}

.modal-footer {
  border-top: none;
}

.modal-header {
  border-bottom: none;
}

.discount-value {
  color: #29af4b;
}
