* {
  box-sizing: border-box;
}

html * {
  font-family: "Open Sans";
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 0 1.5rem;
}

.subpage {
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .subpage {
    padding-bottom: 0;
  }
}

img {
  height: auto;
  max-width: 100%;
}

.button,
button,
.btn-primary {
  display: inline-block;
  border-radius: 20px;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 12.5px 25px;
  line-height: 18px;
  text-align: right;
  border: 1px solid #4A6FFF;
  background-color: #4A6FFF;
  text-decoration: none;
  transition: 0.5s;
  font-family: "Quicksand";
  user-select: none;
}
.button:hover,
button:hover,
.btn-primary:hover {
  background-color: #2f5aff;
  border: 1px solid transparent;
  color: #FFF;
}

.btn-primary {
  margin: 5px 0;
}
.btn-primary a {
  color: #fff;
}

@media (max-width: 1024px) {
  .read-more__content {
    max-height: 64px;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
  }
}
.read-more__content.open {
  max-height: 1000px;
  transition: max-height 0.6s ease-in;
}
.read-more__trigger {
  display: none;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 17px;
  border-radius: 25px;
  color: #fff;
}
@media (max-width: 1024px) {
  .read-more__trigger {
    display: block;
  }
}

.main-wrapper {
  overflow: hidden;
}

.header {
  position: relative;
  background-color: #ffcb05;
}
.header--fp {
  z-index: 1;
}
.header--fp .header__logo {
  width: 190px;
}
@media (max-width: 1200px) {
  .header--fp .header__logo {
    width: 150px;
  }
}
@media (max-width: 1024px) {
  .header--fp .header__logo {
    width: 100px;
  }
}
.header--fp .header__bottom {
  align-items: flex-start;
  padding: 10px 0 0;
}
@media (max-width: 1200px) {
  .header--fp .header__bottom {
    align-items: center;
    padding: 10px 15px;
  }
}
.header--fp .header__curviture {
  width: 100%;
  display: block;
  height: auto;
  position: absolute;
  top: calc(100% - 60px);
  z-index: -1;
}
@media (max-width: 1200px) {
  .header--fp .header__curviture {
    display: none;
  }
}
@media (min-width: 1900px) {
  .header--fp .header__curviture {
    top: 50%;
  }
}
@media (min-width: 2200px) {
  .header--fp .header__curviture {
    top: 43%;
  }
}
@media (min-width: 2500px) {
  .header--fp .header__curviture {
    top: 34%;
  }
}
.header:not(.header--fp) .header__curviture {
  display: none;
}
.header__top-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
}
@media (max-width: 750px) {
  .header__top-left {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header__top-left {
    width: 100%;
  }
}
.header__top-left:before {
  position: absolute;
  content: "";
  left: -1000px;
  right: -1000px;
  top: 0;
  bottom: 0;
  background-color: #4A6FFF;
}
.header__top-left a {
  text-transform: uppercase;
  font-weight: 700;
}
.header__top-right {
  display: flex;
  align-items: center;
  height: 72px;
}
@media (max-width: 1024px) {
  .header__top-right {
    display: none;
  }
}
.header__top-right:before {
  position: absolute;
  content: "";
  left: 0;
  right: -1000px;
  top: 0;
  bottom: 0;
  background-color: #F26969;
}
.header__top a {
  color: #fff;
  font-size: 16px;
}
.header__socials {
  position: relative;
}
.header__socials a {
  display: inline-block;
  padding: 0 18px;
}
.header__socials a img {
  width: 20px;
  height: 20px;
}
@media (max-width: 1200px) {
  .header__socials a {
    padding: 0 10px;
  }
}
.header__acc {
  position: relative;
  display: flex;
  align-items: center;
}
.header__acc-item {
  padding: 0 18px;
  white-space: nowrap;
}
.header__acc-item:last-child {
  padding-right: 0;
}
.header__basket {
  position: relative;
  padding-left: 18px;
}
.header__search, .header__mobile-search {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.header__search.open, .header__mobile-search.open {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.header__search-opener, .header__mobile-search-opener {
  cursor: pointer;
}
.header__search form, .header__mobile-search form {
  width: 100%;
  position: relative;
  display: flex;
}
.header__search form .header__search-input, .header__mobile-search form .header__search-input {
  border: 0;
  border-radius: 20px;
  width: 100%;
  height: 36px;
  padding: 3px 45px 3px 20px;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  right: -10px;
  letter-spacing: normal;
  color: #333333;
  vertical-align: none;
  text-align: left;
  text-transform: none;
  transition: 0.5s;
}
.header__search form .header__search-input:focus, .header__mobile-search form .header__search-input:focus {
  outline: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  border-radius: 24px;
}
.header__search-button, .header__mobile-search-button {
  cursor: pointer;
  border: none;
  border-radius: 25px;
  position: absolute;
  right: 0px;
  top: 0;
  background-image: url(../../assets/search-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 36px;
  height: 36px;
  background-color: #4A6FFF;
  transition: 1.5s;
}
.header__search-button:hover, .header__mobile-search-button:hover {
  background-color: #ffcb05;
}
.header__search-button:focus, .header__mobile-search-button:focus {
  outline: none;
}
.header__search-button {
  background-color: #F26969;
}
.header__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header nav {
  margin-top: 10px !important;
}
@media (max-width: 1024px) {
  .header nav {
    position: fixed;
    top: 120px;
    right: 0;
    width: 270px;
    max-width: 100%;
    z-index: 99;
  }
}
@media (max-width: 750px) {
  .header nav {
    top: 60px;
  }
}
.header__logo {
  width: 130px;
}
@media (max-width: 1024px) {
  .header__logo {
    width: 100px;
  }
}
.header__mobile {
  display: none;
  margin-right: 5px;
}
@media (max-width: 1024px) {
  .header__mobile {
    display: flex;
    align-items: center;
  }
}
.header__mobile-item {
  margin-left: 20px;
  padding: 0 4px;
}
.header__mobile-item img {
  display: block;
  min-width: 20px;
  height: auto;
}
.header__menu-trigger {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 21px;
  margin-top: 3px;
  padding: 0;
}
@media (max-width: 750px) {
  .header__menu-trigger {
    min-width: 22px;
    height: 20px;
    margin-top: 0;
  }
}
.header__menu-trigger span {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #454752;
  transition: top 0.2s 0.2s, bottom 0.2s 0.2s, transform 0.2s 0.4s;
  border-radius: 20%;
}
.header__menu-trigger span:nth-child(1) {
  top: 0;
}
.header__menu-trigger span:nth-child(2) {
  top: 9px;
}
.header__menu-trigger span:nth-child(3) {
  bottom: 0;
}
.header__menu-trigger.active {
  transform: translateX(0vh);
  z-index: 10;
}
.header__menu-trigger.active span:nth-child(1) {
  top: 41%;
  transform: rotate(50deg);
}
@media (max-width: 570px) {
  .header__menu-trigger.active span:nth-child(1) {
    top: 43%;
  }
}
.header__menu-trigger.active span:nth-child(2) {
  opacity: 0;
}
.header__menu-trigger.active span:nth-child(3) {
  bottom: 44%;
  transform: rotate(-52deg);
}

.menu {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  transition: 1.5s;
  list-style-type: none;
}
@media (max-width: 1024px) {
  .menu {
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    transform: translateX(100vw);
    position: absolute;
    left: 0;
    right: 0;
    background-color: #ffcb05;
    z-index: 2;
  }
}
.menu.active {
  transform: translateX(0vh);
  z-index: 10;
}
.menu a {
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .menu a {
    display: block;
    width: max-content;
    text-align: left;
    padding: 10px 24px;
    font-family: "Quicksand";
  }
}
.menu li {
  position: relative;
}
@media (max-width: 1024px) {
  .menu li {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.menu li:hover ul {
  display: block;
}
.menu .menu-item-has-children a {
  padding-right: 22px;
}
.menu .menu-item-has-children:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 8px;
  top: 9px;
  right: 0px;
  background-image: url(../../assets/arrow-down.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .menu .menu-item-has-children:after {
    top: 14px;
    right: 24px;
    transform: rotate(-90deg);
  }
}
@media (max-width: 1024px) {
  .menu .menu-item-has-children.subhover {
    transform: rotate(0deg);
  }
}
.menu ul {
  display: none;
  position: absolute;
  left: 0;
  top: 99%;
  background-color: #ffcb05;
  z-index: 2;
  min-width: 150px;
  width: max-content;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  list-style-type: none;
}
@media (max-width: 1024px) {
  .menu ul {
    width: 100%;
  }
}
.menu ul li {
  padding: 5px 10px;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .menu ul li {
    font-size: 13px;
  }
}
.menu ul li:hover {
  color: black;
}
.menu .sub-menu {
  background-color: rgba(255, 216, 66, 0.8);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}
@media (max-width: 1024px) {
  .menu .sub-menu {
    background-color: #ffd842;
  }
}
.menu .caret {
  display: none;
}
.menu__wrapper {
  width: 65%;
}
@media (max-width: 1024px) {
  .menu__wrapper {
    width: 100%;
  }
}
.menu > li {
  margin-left: 30px;
  cursor: pointer;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  color: #392d0f;
  line-height: 24px;
  transition: 0.3s;
  font-family: "Quicksand";
}
@media (max-width: 1200px) {
  .menu > li {
    margin-left: 15px;
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .menu > li {
    width: 100%;
  }
}
.menu > li:hover {
  color: #5a554a;
}
.menu > li a {
  color: #454752;
}

.leadHero {
  position: relative;
  background-image: url("../../assets/jolly-learning-classroom.jpg");
  background-size: cover;
  min-height: calc(100vh - 192px);
}
@media (max-width: 1024px) {
  .leadHero {
    min-height: 500px;
  }
}
@media (max-width: 470px) {
  .leadHero {
    min-height: 380px;
  }
}
.leadHero__box {
  z-index: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 30%;
  width: 40%;
  left: 15%;
}
@media (max-width: 1024px) {
  .leadHero__box {
    top: 20%;
    left: 10%;
    width: 60%;
  }
}
@media (max-width: 470px) {
  .leadHero__box {
    width: 90%;
  }
}
.leadHero__buttonBox {
  width: 50%;
}
.leadHero__pre-text {
  color: #ffcb05;
  font-size: 38px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  text-shadow: #000 1px 1px 3px;
}
.leadHero__title {
  margin-top: 0;
  padding-bottom: 20px;
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  color: #fff;
  font-family: "Quicksand";
  text-shadow: #484848 1px 1px 3px;
}
@media (max-width: 1024px) {
  .leadHero__title {
    padding-bottom: 30px;
  }
}
@media (max-width: 470px) {
  .leadHero__title {
    padding-bottom: 0;
    font-size: 35px;
    line-height: 45px;
  }
}
.leadHero__paragraph {
  color: #fff;
  line-height: 26px;
  text-shadow: #180606 1px 1px 3px;
  font-size: 16pt;
}
@media (max-width: 750px) {
  .leadHero__paragraph {
    display: none;
  }
}
.leadHero .button {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .leadHero .button {
    margin-top: 20px;
  }
}

.uk-shop-link > .sub-menu > li:last-child, .us-shop-link > .sub-menu > li:last-child {
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid #454752 1px;
}

.uk-shop-link > .sub-menu > li:nth-child(3), .us-shop-link > .sub-menu > li:nth-child(3) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid #454752 1px;
}

.shop-slider__wrapper {
  padding: 70px 0;
  background: url(../../assets/shop-slider-bg.jpeg) repeat scroll 0 0;
}
.shop-slider__title {
  margin-top: 25px;
}
.shop-slider__arrows {
  float: right;
  width: 120px;
  height: 50px;
  padding: 12px 0 0 20px;
}
.shop-slider__arrows .slider-prev {
  background: url(../../assets/retheming-slider-arrow-left.png) no-repeat;
}
.shop-slider__arrows .slider-next {
  background: url(../../assets/retheming-slider-arrow-right.png) no-repeat;
}
.shop-slider__arrows .slider-next,
.shop-slider__arrows .slider-prev {
  user-select: none;
  cursor: pointer;
  height: 32px;
  width: 32px;
  text-indent: -9999px;
  display: inline-block;
  margin-right: 14px;
}
.shop-slider__help {
  margin-top: 10px;
  font-size: 13px;
}
.shop-slider__help a {
  font-weight: bold;
}
.shop-slider h1 {
  font-weight: 700;
  margin: 0;
  font-size: 27px;
  color: #454752;
}
.shop-slider .shop-carousel {
  padding: 15px 0;
}
@media (max-width: 1024px) {
  .shop-slider .shop-carousel {
    padding: 0;
  }
}
.shop-slider__product {
  width: 920px;
  height: 375px;
}
.shop-slider__slide {
  width: 100%;
  height: 375px;
  margin: 0 10px;
}
@media (max-width: 1024px) {
  .shop-slider__slide {
    margin: 0;
  }
}
.shop-slider__image {
  width: 25%;
}
@media (max-width: 1024px) {
  .shop-slider__image {
    display: none;
  }
}
.shop-slider__image img {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.37);
  background: #fff;
  padding: 10px;
}
.shop-slider__image, .shop-slider__description {
  float: left;
}
.shop-slider__description {
  width: 70%;
  padding: 15px 2.5%;
}
@media (max-width: 1024px) {
  .shop-slider__description {
    width: 100%;
    padding: 15px 0;
  }
}
.shop-slider__description h3 {
  font-weight: 700;
  margin: 0;
  font-size: 27px;
  line-height: 36px;
  color: #142865;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop-slider__description h4 {
  font-size: 19px;
  color: #333333;
  margin-top: 5px;
  white-space: nowrap;
}
.shop-slider__prod-desc {
  line-height: 24px;
  margin-top: 20px;
}
.shop-slider__prod-attributes {
  margin-top: 30px;
}
.shop-slider__prod-foot {
  margin-top: 30px;
}
.shop-slider__attr {
  width: 50%;
  height: 38px;
  float: left;
  display: inline-block;
  border-top: 1px solid #b69757;
  padding: 5px 0 0 23px;
  background: url(../../assets/retheming-slider-attr-chevron.png) no-repeat 10px 13px;
  background-size: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop-slider__attr.empty {
  background: none;
}
@media (max-width: 1024px) {
  .shop-slider__attr {
    width: 100%;
    white-space: normal;
    min-height: 38px;
    height: unset;
    line-height: 1.2;
  }
  .shop-slider__attr.empty {
    border-top: 0;
    display: none;
  }
}
.shop-slider__prod-price {
  display: inline-block;
  width: 360px;
  float: left;
}
@media (max-width: 1024px) {
  .shop-slider__prod-price {
    margin-top: 15px;
  }
}
.shop-slider__prod-price b {
  font-weight: 700;
  font-size: 27px;
  color: #142865;
  margin-bottom: 5px;
  display: inline-block;
}
.shop-slider__prod-cart {
  display: inline-block;
  float: left;
  padding-top: 10px;
}
.shop-slider__prod-cart .amount {
  border: 0;
  height: 35px;
  background: #fff;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  outline: 0;
  padding-left: 20px;
  padding-right: 40px;
  width: 100px;
  color: #142865;
  font-weight: 700;
}
.shop-slider__prod-cart .add {
  background: #4A6FFF;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  height: 36px;
  margin-left: -40px;
  margin-top: -3px;
  padding: 0 20px 0 20px;
  border: 0;
  color: #FFF;
}
.shop-slider__prod-cart .add:hover {
  background-color: #2f5aff;
  color: #FFF;
}
.shop-slider a {
  color: #333333;
}

.noticeBoard__slider.owl-carousel.owl-loaded .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  display: flex;
  justify-content: center;
}
.noticeBoard__slider.owl-carousel.owl-loaded .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #4A6FFF;
  margin: 0 5px;
  cursor: pointer;
}
.noticeBoard__slider.owl-carousel.owl-loaded .owl-dot.active {
  background-color: #4A6FFF;
}
.noticeBoard__slider.owl-carousel.owl-loaded .owl-dot span {
  display: none !important;
}

.update {
  display: flex;
  flex-direction: column;
  padding: 75px 0 60px;
}
.update__title {
  text-align: center;
  padding-top: 40px;
  color: #333333;
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  font-family: "Quicksand";
}
.update__subtitle {
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
  color: #686775;
  font-weight: 500;
  font-family: "Quicksand";
}
.update__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .update__wrapper {
    justify-content: space-around;
  }
}
.update__box {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-basis: 33%;
  background-color: rgba(255, 255, 255, 0.07);
  padding: 15px;
  transition: 1s;
}
.update__box:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 24px;
}
@media (max-width: 750px) {
  .update__box {
    flex-basis: 100%;
    align-items: center;
  }
}
@media (max-width: 1149px) {
  .update__box {
    padding: 15px 0;
  }
}
.update__box-img {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 24px;
}
.update__box-title {
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
  padding: 0 20px;
  font-family: "Quicksand";
}
@media (max-width: 1149px) {
  .update__box-title {
    padding: 0 10px;
  }
}
.update__box-paragraph {
  padding: 20px 20px 0 20px;
  font-weight: 400;
  color: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 1149px) {
  .update__box-paragraph {
    padding: 0 10px;
  }
}
.update__box-link {
  padding: 10px 20px 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  color: #4A6FFF;
  font-family: "Quicksand";
}
.update__box-link:after {
  content: "";
  background-image: url(../../assets/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 10px;
  width: 19px;
  height: 18px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 1px;
}
.update__box-link:after svg {
  color: red;
}

.update2 {
  display: flex;
  flex-direction: column;
  padding: 75px 0 60px;
  background-color: #ffcb05;
}
.update2__title {
  text-align: center;
  padding-top: 40px;
  color: #333333;
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  font-family: "Quicksand";
}
.update2__subtitle {
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
  color: #686775;
  font-weight: 500;
  font-family: "Quicksand";
}
.update2__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .update2__wrapper {
    justify-content: space-around;
  }
}
.update2__box {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-basis: 33%;
  background-color: #fff;
  border-radius: 24px;
  padding: 15px;
  transition: 1s;
}
.update2__box:hover {
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 750px) {
  .update2__box {
    flex-basis: 100%;
    align-items: center;
  }
}
@media (max-width: 1149px) {
  .update2__box {
    padding: 15px 0;
  }
}
.update2__box-img {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 24px;
}
.update2__box-title {
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
  padding: 0 20px;
  font-family: "Quicksand";
}
@media (max-width: 1149px) {
  .update2__box-title {
    padding: 0 10px;
  }
}
.update2__box-paragraph {
  padding: 20px 20px 0 20px;
  font-weight: 400;
  color: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 1149px) {
  .update2__box-paragraph {
    padding: 0 10px;
  }
}
.update2__box-link {
  padding: 10px 20px 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  color: #4A6FFF;
  font-family: "Quicksand";
}
.update2__box-link:after {
  content: "";
  background-image: url(../../assets/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 10px;
  width: 19px;
  height: 18px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 1px;
}
.update2__box-link:after svg {
  color: red;
}

.noticeBoard {
  background-color: #f7f7f7;
  padding: 75px 0;
  position: relative;
}
.noticeBoard__img {
  max-width: 465px;
  max-height: 465px;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .noticeBoard__img {
    display: none;
  }
}
.noticeBoard__img-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .noticeBoard__img-mobile {
    display: block;
    max-width: 90%;
    max-height: auto;
    padding-top: 50px;
    text-align: center;
    margin: 0 auto;
  }
}
.noticeBoard__wrapper {
  display: flex;
}
@media (max-width: 1024px) {
  .noticeBoard__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.noticeBoard__box {
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .noticeBoard__box {
    padding-right: 0;
    text-align: center;
    padding-bottom: 40px;
  }
}
.noticeBoard__title {
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  color: #1c1c1c;
  font-family: "Quicksand";
}
.noticeBoard__author {
  padding-top: 15px;
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  color: #686775;
  font-family: "Quicksand";
}
.noticeBoard__paragraph {
  padding: 40px 0 0 0;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  line-height: 24px;
  color: #333333;
  max-width: 85%;
}
@media (max-width: 1024px) {
  .noticeBoard__paragraph {
    margin: 0 auto;
    padding: 10px 0 0 0;
    text-align: center;
  }
}
.noticeBoard__paragraph strong {
  font-weight: 600;
}
.noticeBoard .button {
  margin-top: 40px;
}

.interests {
  background-color: #ffcb05;
}
.interests__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .interests__wrapper {
    flex-direction: column;
    padding-top: 30px;
  }
}
.interests__box {
  width: 45%;
}
@media (max-width: 1024px) {
  .interests__box {
    width: 100%;
    text-align: center;
    padding: 20px 0 40px;
  }
}
.interests__photo {
  max-width: 550px;
  max-height: 480px;
  margin: 75px 0;
  border-radius: 24px;
}
@media (max-width: 750px) {
  .interests__photo {
    max-width: 90%;
    max-height: auto;
    margin: 10px 0;
  }
}
@media (max-width: 1200px) {
  .interests__photo {
    max-width: 470px;
  }
}
.interests__title {
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  color: #fff;
  padding-bottom: 40px;
  font-family: "Quicksand";
}
@media (max-width: 1024px) {
  .interests__title {
    padding-bottom: 20px;
    text-align: center;
  }
}
.interests__title-accent {
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
}
.interests__paragraph {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .interests__paragraph {
    text-align: center;
  }
}
.interests .button {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .interests .button {
    margin-top: 20px;
  }
}

.jolly_basket {
  /*border: 1px solid #ccc;*/
  padding: 25px;
  position: fixed;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 999999;
  cursor: pointer;
  border: 10px solid #fff;
  bottom: 25px;
  right: 25px;
  border-radius: 20px;
  display: block;
  width: 90px;
  background-color: #ffcb05;
  margin-bottom: 0;
  margin-right: 0;
}
.jolly_basket .cart_box {
  display: flex;
}
.jolly_basket .cart_box img {
  max-width: initial;
  width: 40px;
}
.jolly_basket .item_count {
  position: absolute;
  height: 23px;
  width: 23px;
  line-height: 23px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  background-color: #152a63;
  color: #ffffff;
  font-size: 15px;
  top: -10px;
  left: -12px;
}

.footer__down-links {
  margin-left: 10px;
  color: #fff;
}

.footer {
  padding: 30px 0;
  background-color: #4A6FFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  font-family: "Quicksand";
  color: #fff;
}
@media (max-width: 1024px) {
  .footer {
    padding: 0;
  }
}
.footer__up {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .footer__up {
    padding-bottom: 0;
  }
}
.footer__contact {
  display: flex;
  flex-basis: 33%;
}
@media (max-width: 1024px) {
  .footer__contact {
    flex-direction: column;
    flex-basis: 100%;
    align-items: center;
  }
}
.footer__contact-box {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}
.footer__contact-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1;
}
.footer__contact-usBox {
  border-left: 1px solid #ffa6a6;
  padding-left: 3%;
}
@media (max-width: 1024px) {
  .footer__contact-usBox {
    border-left: none;
    padding-left: 0;
  }
}
.footer__contact-ukBox {
  padding-right: 3%;
}
@media (max-width: 1024px) {
  .footer__contact-ukBox {
    padding-right: 0;
  }
}
.footer__contact-ukBox, .footer__contact-usBox {
  display: flex;
}
@media (max-width: 1024px) {
  .footer__contact-ukBox, .footer__contact-usBox {
    padding: 20px 0;
  }
}
.footer__contact-ukBox:before, .footer__contact-usBox:before {
  display: inline-block;
  content: "";
  background-image: url(../../assets/tel-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 32px;
  height: 32px;
  color: #ffc75e;
}
.footer__contact-country {
  padding-bottom: 5px;
}
.footer__contact-telephone {
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  font-family: "Open Sans";
}
.footer__menu {
  display: flex;
  justify-content: space-between;
  flex-basis: 60%;
  align-items: center;
  list-style-type: none;
}
@media (max-width: 1024px) {
  .footer__menu {
    display: none;
  }
}
.footer__menu a {
  text-decoration: none;
  transition: 1s;
  color: #fff;
  padding-left: 4px;
  font-size: 14px;
}
.footer__menu a:hover {
  text-decoration: underline;
}
.footer__down {
  border-top: 1px solid #ffa6a6;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer__down {
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }
}
.footer__down-logo {
  display: block;
  width: 85px;
  height: 50px;
}
.footer__down-copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  font-family: "Open Sans";
}
@media (max-width: 1024px) {
  .footer__down-copyright {
    padding: 10px 0;
  }
}
.footer__down-copyright strong {
  color: white;
  font-weight: 600;
}
.footer__down-social {
  width: 50%;
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .footer__down-social {
    width: 100%;
    text-align: center;
  }
}
.footer__down-social a {
  display: inline-block;
  padding: 0 18px;
}
.footer__down-social a img {
  width: 20px;
  height: 20px;
}
@media (max-width: 1200px) {
  .footer__down-social a {
    padding: 0 10px;
  }
}

.woocommerce-breadcrumb {
  display: flex;
  font-size: 14px;
}
@media (max-width: 470px) {
  .woocommerce-breadcrumb {
    display: block;
    margin-right: 6px;
  }
}
.woocommerce-breadcrumb a {
  color: #4A6FFF;
}
@media (max-width: 470px) {
  .woocommerce-breadcrumb a {
    display: inline-block;
  }
}

@media (max-width: 992px) {
  .align-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}

#primary {
  padding: 45px 0 45px 30px;
}
@media (max-width: 992px) {
  #primary {
    width: 100%;
    order: 2;
    padding: 0 15px 45px;
  }
}

#secondary {
  padding-top: 45px;
}
@media (max-width: 992px) {
  #secondary {
    padding-top: 10px;
    order: 1;
  }
}

.shop__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.shop__main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 470px) {
  .shop__main-header {
    flex-wrap: wrap;
  }
}
@media (max-width: 470px) {
  .shop__main-header__headings {
    flex-basis: 100%;
    flex-shrink: 0;
  }
}
.shop__main-header .woocommerce-ordering {
  margin-left: auto;
  padding-left: 25px;
}
@media (max-width: 470px) {
  .shop__main-header .woocommerce-ordering {
    width: 100%;
    padding-left: 0;
  }
}
.shop__main-header .woocommerce-ordering .orderby {
  width: auto;
  height: unset;
  font-size: 13px;
  letter-spacing: normal;
  padding: 6.5px 20px;
  border-radius: 24px;
  color: #686775;
  appearance: none;
  border-color: inherit;
}
@media (max-width: 470px) {
  .shop__main-header .woocommerce-ordering .orderby {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
  }
}
.shop__main-header .woocommerce-ordering .orderby:hover {
  cursor: pointer;
}
.shop__main-header .woocommerce-ordering .orderby:focus {
  cursor: pointer;
  outline: none;
}
.shop__main-header .woocommerce-result-count {
  font-weight: bold;
  font-size: 18px;
  color: #686775;
}
@media (max-width: 470px) {
  .shop__main-header .woocommerce-result-count {
    font-size: 13px;
  }
}
.shop__search-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 470px) {
  .shop__search-wrapper {
    flex-direction: column;
  }
}
.shop__search-bottomBox {
  display: flex;
}
.shop__search-iconsBox {
  display: flex;
  padding-left: 25px;
}
.shop__search-iconsBoxBottom {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.shop__search-button {
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #686775;
  border: none;
  cursor: pointer;
}
.shop__search-button:hover {
  border: none;
  color: #ffcb05;
}
.shop__search-button-number {
  border: 1px solid #686775;
  margin: 0 3px;
}
.shop__search-button-number:hover {
  border: 1px solid #ffcb05;
  color: #ffcb05;
}
.shop__title {
  font-family: "Quicksand";
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  color: #333333;
  margin: 0;
}
@media (max-width: 570px) {
  .shop__title {
    font-size: 25px;
  }
}
.shop__description {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding-top: 40px;
}
@media (max-width: 570px) {
  .shop__description {
    padding-top: 15px;
  }
}
.shop__sidebar {
  display: flex;
  flex-direction: column;
  margin-top: 70px;
}
@media (max-width: 1024px) {
  .shop__sidebar {
    display: none;
  }
}
.shop__sidebar ul {
  list-style-type: none;
}
.shop__sidebar-button a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 9.5px 25px;
  margin: 9px 0;
  border: 1px solid #4A6FFF;
  background-color: #4A6FFF;
  text-transform: uppercase;
  user-select: none;
}
.shop__sidebar-button a:hover {
  color: #FFF;
  background-color: #2f5aff;
}
.shop__sidebar-button-icon {
  position: absolute;
  left: 20px;
  top: 25%;
}

.products {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding-top: 25px;
}
.products li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 47%;
  margin: 0 0 25px;
  padding: 25px;
  border-radius: 32px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 24px;
}
@media (max-width: 1024px) {
  .products li {
    width: 100%;
  }
}
.products li.product-category {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
.products li .destination-tags {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
.products li .destination-tags > * {
  display: flex;
  align-items: center;
  width: fit-content;
  min-height: 22px;
  padding: 0 17px;
  font-family: "Quicksand";
  font-style: normal;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  border-radius: 12px;
  margin-right: 10px;
  /* safari 13.1 doesnt support gap */
}
.products li .destination-tags__category {
  color: #333333;
  background-color: #ddd;
}
.products li .destination-tags__school {
  color: #FFF;
  background-color: #b23418;
}
.products li .destination-tags__home {
  color: #FFF;
  background-color: #5c9623;
}
.products li .new-tag {
  position: absolute;
  top: 67px;
  left: 90px;
  width: 60px;
}
.products li.product-category > img,
.products li .attachment-woocommerce_thumbnail {
  display: block;
  margin: 0 auto;
  max-width: 60%;
  max-height: 100%;
}
.products li .btn.btn-default {
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 12.5px 25px;
  cursor: pointer;
  border: 1px solid #4A6FFF;
  transition: 0.5s;
  background-color: #ffcb05;
  border: 1px solid #ffcb05;
  line-height: 12px;
}
.products li .btn.btn-default:hover {
  color: #4A6FFF;
}
.products li .btn.btn-default:hover {
  color: #FFF;
  border: 1px solid #FDAE25;
  background-color: #FDAE25;
}
.products li .title-price-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.products li .woocommerce-loop-product__title,
.products li .woocommerce-loop-category__title {
  margin: 0;
  padding: 0px 5px 0px 5px;
  font-family: "Quicksand";
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.products li .woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.products li .price {
  float: right;
  color: #4A6FFF;
  font-family: "Quicksand";
  font-size: 16px;
}
.products li .buttons-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 25px 0 0;
}
.products li .buttons-wrapper .button {
  margin-top: 0;
  padding-top: 10px;
}
.products.related .products {
  display: inline-flex;
  justify-content: flex-start;
  column-gap: 5%;
}
.products.related li {
  width: 30%;
}
@media (max-width: 1024px) {
  .products.related li {
    width: 47.5%;
  }
}
@media (max-width: 570px) {
  .products.related li {
    width: 100%;
  }
}
.products .product-category__header {
  width: calc(100% + 50px);
  margin: -25px -25px 25px;
  padding: 0 25px;
  border-radius: 25px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #004fa3;
}
@media (max-width: 570px) {
  .products .product-category__header {
    margin: -25px -25px 15px;
  }
}
.products .product-category__header a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.products .product-category__title {
  color: #fff;
  font-size: 22px;
}
@media (max-width: 470px) {
  .products .product-category__title {
    font-size: 16px;
  }
}
.products .product-category__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 222px);
  min-width: 60%;
  padding-right: 15px;
}
@media (max-width: 570px) {
  .products .product-category__left {
    order: 2;
    width: 100%;
    margin-top: 10px;
    padding-right: 0;
  }
}
.products .product-category__left p {
  font-size: 16px;
  line-height: 24px;
}
.products .product-category__count {
  background-color: #004fa3;
  color: #FFF;
}
.products .product-category__right {
  max-width: 40%;
}
@media (max-width: 570px) {
  .products .product-category__right {
    order: 1;
    max-width: 100%;
    margin: 0 auto;
  }
}
.products .product-category__right img {
  width: 100%;
  max-width: 222px;
}
.products .product-category__link {
  display: block;
  width: max-content;
  background-color: #ffcb05;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  padding: 7px 15px;
  user-select: none;
}
@media (max-width: 570px) {
  .products .product-category__link {
    margin: 0 auto;
  }
}
.products .product-category__link:hover {
  background-color: #FDAE25;
  color: #fff;
}
.products__buttons-box {
  margin: 25px 0;
  display: flex;
  justify-content: space-around;
}
.products__button-view {
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 12.5px 25px;
  cursor: pointer;
  border: 1px solid #4A6FFF;
  transition: 0.5s;
}
.products__button-view:hover {
  color: #4A6FFF;
}
.products__button-basket {
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 12.5px 25px;
  cursor: pointer;
  border: 1px solid #4A6FFF;
  transition: 0.5s;
  background-color: #ffcb05;
  border: 1px solid #ffcb05;
}
.products__button-basket:hover {
  color: #4A6FFF;
}
.products__button-basket:hover {
  color: #ffcb05;
  border: 1px solid #ffcb05;
}

.woocommerce-products-header__title.page-title {
  margin: 0 0 10px;
  color: #333333;
  font-size: 28px;
  font-family: "Quicksand";
  font-weight: bold;
}

.products + .wp-pagenavi {
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  padding-left: 25px;
}
@media (max-width: 470px) {
  .wp-pagenavi {
    justify-content: flex-end;
    width: 100%;
    padding: 0;
  }
}
.wp-pagenavi .current,
.wp-pagenavi a {
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #686775;
  border: none;
  cursor: pointer;
  font-family: "Quicksand";
  font-weight: bold;
}
.wp-pagenavi .current {
  margin: 0 3px;
  border: 1px solid #ffcb05;
  color: #ffcb05;
}
.wp-pagenavi .page {
  border: 1px solid #686775;
  margin: 0 3px;
}
.wp-pagenavi .page:hover {
  border: 1px solid #ffcb05;
  color: #ffcb05;
}

.product {
  padding: 40px 0 50px 0;
}
@media (max-width: 1024px) {
  .product {
    flex-direction: column;
  }
}
.product__content {
  display: flex;
  flex-wrap: wrap;
}
.product__left {
  width: 40%;
  padding: 0 35px 10px 0px;
}
@media (max-width: 750px) {
  .product__left {
    width: 100%;
    padding: 0 0px 10px 0px;
  }
}
.product__left .widget_products_filter {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .product__left .widget_products_filter {
    margin-top: 0;
  }
}
.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  padding-bottom: 10px;
}
.product__socialBox {
  text-align: center;
}
@media (max-width: 1024px) {
  .product__socialBox {
    text-align: left;
  }
}
.product__socialBox button {
  font-weight: 700;
  font-size: 13px;
  border: none;
  padding: 12.5px 25px;
  background-color: #4A6FFF;
  color: #f7f7f7;
  cursor: pointer;
  border-radius: 20px;
}
.product__socialBox button:nth-child(2) {
  margin-left: 10px;
}
.product__help-info {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .product__help-info {
    text-align: left;
  }
}
.product .summary {
  width: calc(100% - 40%);
  margin: 0;
  font-size: 16px;
}
.product .summary li {
  background: url(../../img/summary-bullet.png) no-repeat left top;
  list-style-type: none;
  line-height: 30px;
  padding-left: 35px;
  min-height: 45px;
  background-size: 20px;
  background-position-y: 6px;
}
@media (max-width: 750px) {
  .product .summary {
    width: 100%;
    padding: 0 0px 10px 0px;
  }
}
.product .summary .product_title {
  margin: 0;
  padding: 0;
  font-family: "Quicksand";
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  color: #333333;
}
@media (max-width: 570px) {
  .product .summary .product_title {
    font-size: 25px;
  }
}
.product .summary .price {
  font-size: 28px;
  padding: 20px 0;
}
.product .summary .price * {
  font-family: "Quicksand";
  color: #4A6FFF;
  font-weight: bold;
}
.product .summary .woocommerce-product-details__short-description {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding-top: 40px;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 25px;
  padding-top: 0px;
}
@media (max-width: 570px) {
  .product .summary .woocommerce-product-details__short-description {
    padding-top: 15px;
  }
}
.product .summary-position {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding-top: 40px;
  font-size: 16px;
  padding: 0px 0 10px 20px;
  position: relative;
}
@media (max-width: 570px) {
  .product .summary-position {
    padding-top: 15px;
  }
}
.product .summary-position:before {
  content: " ";
  width: 10px;
  height: 10px;
  background-color: #ffcb05;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 18%;
}
.product .summary-list {
  padding-bottom: 30px;
  border-bottom: 1px solid #f7f7f7;
}
.product .cart {
  display: flex;
  padding: 30px 0;
}
.product .cart input {
  width: 100px;
  margin-right: 15px;
  padding: 10px 0;
  border-radius: 35px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 16px;
}
.product .cart input:focus {
  outline: none;
}
.product .cart button {
  border-radius: 35px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 12.5px 25px;
  cursor: pointer;
  transition: 0.5s;
  border: 1px solid #4A6FFF;
  background-color: #4A6FFF;
}
.product .cart button:hover {
  background-color: #2f5aff;
  border: 1px solid transparent;
  color: #fff;
}
.product__additional-info {
  background-color: #fafbff;
  border-radius: 20px;
}
.product__additional-info h2 {
  font-family: "Quicksand";
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  color: #333333;
  font-size: 28px;
}
@media (max-width: 570px) {
  .product__additional-info h2 {
    font-size: 25px;
  }
}
.product__additional-info .woocommerce-product-attributes.shop_attributes {
  width: 100%;
  margin: 30px 0;
}
.product__additional-info .woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item {
  font-size: 16px;
  color: #000;
}
.product__additional-info .woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item th,
.product__additional-info .woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item td {
  display: inline-block;
  padding: 10px 10px 10px 20px;
}
.product__additional-info .woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item th p,
.product__additional-info .woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item td p {
  margin: 0;
}
.product__additional-info .woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item th {
  display: table-cell;
  font-family: "Quicksand";
}

.woocommerce-grouped-product-list.group_table {
  display: none;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  opacity: 1 !important;
}

/* this file contains customization from old manually edited style.css file, should me moved to proper place */
button.ch2-btn {
  text-align: center;
  border: 0;
}

.button.jpf_submit_search_form {
  text-transform: none;
  font-size: 16px;
}

.shop-slider__prod-cart .add {
  text-transform: none;
}

.entry-title, h1, h2, h3, .free-resource-header__title--padding, .free-resource-item__title {
  font-family: "Quicksand";
}

.select2-container--default .select2-selection--single {
  border: 1px solid #E8E8E8;
  padding: 6px 3px 3px 3px;
  height: 41px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 4px;
}