main {
  color: #302E3F;
}
main h1, main h2, main h3 {
  margin: 0;
  font-weight: 600;
}
main .lh_breadcrumb {
  padding-top: 16px;
  padding-bottom: 20px;
}
main img {
  display: block;
  max-width: 100%;
}

.welcome-banner {
  background-color: #EDEFFB;
  padding: 63px 20px 47px 20px;
  border-radius: 13px;
  text-align: center;
  position: relative;
}
.welcome-banner__title {
  font-size: 42px;
  margin-bottom: 34px;
}
.welcome-banner__text {
  max-width: 500px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 138.9%;
}
.welcome-banner__logo {
  pointer-events: none;
  width: 72px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.welcome-banner__mask {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  right: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .welcome-banner {
    padding: 55px 20px 28px 20px;
  }
  .welcome-banner__title {
    font-size: 28px;
    line-height: 109.9%;
    margin-bottom: 32px;
  }
  .welcome-banner__logo {
    top: -30px;
    width: 47px;
  }
  .welcome-banner__mask {
    display: none;
  }
}
.welcome-banner__mobile_image {
  position: absolute;
  width: 110px;
  height: 110px;
  right: 0;
  bottom: -54px;
}
@media all and (min-width: 768px) {
  .welcome-banner__mobile_image {
    display: none;
  }
}
@media print {
  .welcome-banner__mobile_image {
    display: none;
  }
}
.welcome-banner__mobile_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.section {
  margin-bottom: 80px;
  position: relative;
}
.section#our-values .section__row {
  flex-direction: row-reverse;
}
.section__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section__text-col, .section__image-col {
  position: relative;
  width: calc(50% - 40px);
}
@media (max-width: 900px) {
  .section__text-col, .section__image-col {
    width: calc(50% - 15px);
  }
}
.section__text-col img, .section__image-col img {
  width: 100%;
}
.section__title {
  font-size: 36px;
  margin-bottom: 36px;
}
.section__subtitle {
  font-size: 24px;
  margin-bottom: 28px;
}
.section__text {
  font-size: 15px;
  line-height: 138.9%;
  margin-bottom: 40px;
}
.section__button {
  text-align: left;
  margin-bottom: 40px;
}
.section__button a {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 14px;
  padding: 20px 30px;
  max-width: 100%;
  background: #ED9023;
  background: linear-gradient(106deg, #ed9023 0%, #ffb015 100%);
  box-shadow: 8px 6px 12px 0 rgba(255, 176, 21, 0.4);
  border: none;
}
.section__button a:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.section__button a.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.section__button a.loading .button_label {
  opacity: 0.2;
}
.section__button a:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.section__button a.added {
  display: none;
}
.section__button a[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
@media screen and (max-width: 767px) {
  .section__button a {
    width: 100%;
  }
}
.section__button a:hover {
  background: #FCE0B7;
  background: linear-gradient(106deg, #ffb015 0%, #fce0b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8f0c", endColorstr="#ffb015", GradientType=1);
}
.section__overlaid-images {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.section__overlaid-images img {
  position: absolute;
}
@media (max-width: 767px) {
  .section__image-desktop {
    display: none;
  }
}
.section__image-mobile {
  display: none;
}
@media (max-width: 767px) {
  .section__image-mobile {
    display: block;
  }
}
@media (max-width: 991px) {
  .section {
    margin-bottom: 60px;
  }
  .section__title {
    font-size: 30px;
    margin-bottom: 26px;
  }
  .section__subtitle {
    font-size: 21px;
    line-height: 126.5%;
    margin-bottom: 18px;
  }
}
@media (max-width: 700px) {
  .section {
    margin-bottom: 50px;
  }
  .section__row, .section:nth-child(odd) .section__row {
    flex-direction: column;
  }
  .section__text-col, .section__image-col {
    width: 100%;
  }
  .section__text br {
    display: none;
  }
  .section__text-col {
    margin-bottom: 45px;
  }
  .section__image-col img {
    width: auto;
    margin: 0 auto;
  }
}

#welcome-banner section {
  margin-bottom: 60px;
}

#our-story .section__top-image {
  width: 172px;
  right: -68px;
  top: 22px;
}
@media screen and (max-width: 767px) {
  #our-story .section__top-image {
    display: none;
  }
}
#our-story .section__bottom-image {
  width: 70px;
  bottom: -35px;
  right: 30px;
}
#our-story .section__image-col-mobile {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1300px) {
  #our-story .section__top-image {
    width: 136px;
    right: -1px;
    top: -70px;
  }
  #our-story .section__bottom-image {
    width: 50px;
    bottom: -29px;
    right: 82px;
  }
}
@media (max-width: 700px) {
  #our-story .section__image-col {
    position: static;
  }
  #our-story .section__bottom-image {
    right: 20px;
  }
}

#our-values .section__top-image {
  width: 168px;
  top: -29px;
  right: 7px;
}
#our-values .section__bottom-image {
  width: 72px;
  bottom: -42px;
  left: 40px;
}
@media (max-width: 1170px) {
  #our-values .section__top-image {
    width: 135px;
    top: -14px;
  }
  #our-values .section__bottom-image {
    width: 55px;
    bottom: -33px;
  }
}
@media (max-width: 700px) {
  #our-values .section__top-image {
    top: unset;
    bottom: 19%;
    left: 11%;
    width: 110px;
  }
  #our-values .section__bottom-image {
    bottom: unset;
    top: 4%;
    width: 65px;
    left: 77%;
    transform: scaleX(-1);
  }
}
#our-location .section__top-image {
  width: 100px;
  right: 28px;
  top: -40px;
}
@media (max-width: 991px) {
  #our-location .section__top-image {
    width: 74px;
    right: 25px;
    top: -29px;
  }
}
#our-location iframe {
  width: 100%;
}
@media (max-width: 450px) {
  #our-location iframe {
    max-height: 225px;
  }
}
@media (max-width: 700px) {
  #our-location {
    margin-bottom: 40px;
  }
  #our-location .section__top-image {
    width: 89px;
    right: 0;
    top: -33px;
  }
}

#follow-banner.section {
  margin-bottom: 20px;
  border-radius: 13px;
}
@media (max-width: 767px) {
  #follow-banner.section {
    overflow: hidden;
  }
}

.follow-banner {
  background: linear-gradient(274.96deg, #5299f7 -12.7%, #2f49e2 131.57%);
  border-radius: 13px;
  padding: 25px 25px 32px 90px;
  color: #fff;
  position: relative;
  display: flex;
}
.follow-banner__content {
  width: 48%;
  position: relative;
  z-index: 1;
}
.follow-banner__title {
  font-size: 30px;
  margin-bottom: 15px;
}
.follow-banner__text {
  font-size: 15px;
  line-height: 138.9%;
  max-width: 350px;
}
.follow-banner__logo {
  height: calc(100% + 60px);
  position: absolute;
  top: -60px;
  right: 150px;
  z-index: 1;
}
.follow-banner__logo-mobile {
  display: none;
}
.follow-banner__mask {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}
.follow-banner__socials {
  list-style: none;
  display: flex;
  padding-left: 0;
  margin-top: 35px;
  margin-bottom: 0;
}
.follow-banner__socials a {
  display: flex;
  color: #3a62e9;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 27px;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  transition: 0.4s;
}
.follow-banner__socials a:hover {
  box-shadow: 0 1px 5px #fff;
}
.follow-banner__socials li:nth-child(2) a {
  color: #3b65ea;
}
.follow-banner__socials li:nth-child(3) a {
  color: #3c68eb;
}
@media (max-width: 955px) {
  .follow-banner__logo {
    right: 100px;
  }
  .follow-banner__mask {
    height: 78%;
  }
}
@media (max-width: 900px) {
  .follow-banner {
    padding: 25px 25px 32px 45px;
  }
}
@media (max-width: 850px) {
  .follow-banner {
    padding: 25px 25px 25px 45px;
  }
  .follow-banner__title {
    font-size: 25px;
  }
  .follow-banner__text {
    max-width: 300px;
  }
  .follow-banner__socials {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .follow-banner__logo {
    display: none;
  }
  .follow-banner__logo-mobile {
    display: block;
    height: 95%;
    position: absolute;
    bottom: 0;
    right: -8px;
    z-index: 1;
  }
  .follow-banner__mask {
    right: 55px;
    width: 163px;
    height: auto;
  }
  .follow-banner__content {
    width: 70%;
  }
  .follow-banner__text {
    max-width: 350px;
  }
}
@media (max-width: 490px) {
  .follow-banner {
    padding: 30px 25px;
  }
  .follow-banner__text {
    max-width: 180px;
  }
  .follow-banner__socials {
    margin-top: 50px;
  }
  .follow-banner__socials a {
    margin-right: 22px;
  }
  .follow-banner__logo-mobile {
    height: calc(100% - 90px);
  }
  .follow-banner__content {
    width: 100%;
  }
}

.wholesale-banner {
  background: #dfe6f5;
  border-radius: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 46px 0 90px;
}
.wholesale-banner__title {
  font-size: 25px;
}
.wholesale-banner__image {
  height: 72px;
}
.wholesale-banner__btn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 146.9%;
  padding: 9px 20px;
  background: #2d44e1;
  border-radius: 7px;
  white-space: nowrap;
  transition: 0.4s;
}
.wholesale-banner__btn:hover {
  box-shadow: 1px 3px 11px 1px rgba(104, 121, 237, 0.7607843137);
}
@media (max-width: 1199px) {
  .wholesale-banner {
    padding-left: 24px;
  }
  .wholesale-banner__title {
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .wholesale-banner {
    display: block;
    padding: 20px 25px;
  }
  .wholesale-banner__title {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    width: calc(100% - 235px);
  }
  .wholesale-banner__image {
    position: absolute;
    right: 40px;
    height: 79%;
    bottom: 0;
  }
}
@media (max-width: 655px) {
  .wholesale-banner {
    border-radius: 13px 13px 0 0;
  }
  .wholesale-banner__btn {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    bottom: 1px;
    transform: translateY(100%);
    border-radius: 0 0 7px 7px;
  }
  .wholesale-banner__image {
    height: 75%;
    right: 0;
  }
  .wholesale-banner__title {
    width: calc(100% - 135px);
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .wholesale-banner__title {
    width: 240px;
    margin-bottom: 75px;
  }
  .wholesale-banner__image {
    height: 55%;
  }
}

.just-arrived {
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .just-arrived {
    margin-bottom: 80px;
  }
}

.title_block {
  display: flex;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
  color: #302E3F;
  margin-bottom: 26px;
  align-items: center;
}
@media (max-width: 767px) {
  .title_block {
    font-size: 20px;
    margin-bottom: 18px;
  }
}

.front_page_slide_block .show_more {
  font-family: "Montserrat", san-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-radius: 5px;
  background-color: #EDEFFB;
  border-color: #EDEFFB;
  color: #2D44E1;
  font-weight: 600;
  font-size: 13px;
  padding: 0 12px;
  line-height: 34px;
  height: 34px;
  margin-left: 15px;
}
.front_page_slide_block .show_more:hover {
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
}

.featured_categories_block {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .featured_categories_block {
    margin-bottom: 50px;
  }
}
.featured_categories_block .block_title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5;
  color: #302E3F;
  margin-bottom: 26px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .featured_categories_block .block_title {
    font-size: 23px;
    margin-bottom: 17px;
  }
}
.featured_categories_block .featured_categories {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media screen and (max-width: 767px) {
  .featured_categories_block .featured_categories {
    width: calc(100% + 6px);
    margin-left: -3px;
  }
}
.featured_categories_block .featured_categories.hover .item .inner:not(:hover) {
  /*filter: grayscale(100%);*/
  opacity: 0.5;
}
.featured_categories_block .featured_categories .item {
  padding: 0px 15px;
  width: 16.6666666667%;
}
@media screen and (max-width: 767px) {
  .featured_categories_block .featured_categories .item {
    width: 33.3333333333%;
    margin-bottom: 20px;
    padding: 0px 3px;
  }
}
.featured_categories_block .featured_categories .item .inner {
  display: block;
  align-items: center;
  position: relative;
  color: #302E3F;
  transition: all 0.3s linear;
}
.featured_categories_block .featured_categories .item .inner:hover {
  color: #2D44E1;
}
.featured_categories_block .featured_categories .item .inner .image {
  width: 100%;
  text-align: center;
  overflow: hidden;
  display: flex;
  border-radius: 8px;
  position: relative;
}
.featured_categories_block .featured_categories .item .inner .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.featured_categories_block .featured_categories .item .inner .image > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.featured_categories_block .featured_categories .item .inner .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.featured_categories_block .featured_categories .item .inner .category {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .featured_categories_block .featured_categories .item .inner .category {
    font-size: 14px;
    margin-top: 4px;
  }
}

.page-title {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 30px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .page-template-about-us-desktop {
    display: none;
  }
}
.page-template-about-us-mobile {
  display: none;
}
@media (max-width: 767px) {
  .page-template-about-us-mobile {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page-template-about-us .front_page_slide_block.col-full {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 60px;
  }
}
