.slider-ambassador {
  max-width: 568px;
}

.slider-ambassador::before,
.slider-ambassador::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: transparent;
  box-shadow: 0 0 30px 34px rgb(255, 255, 255);
  z-index: 1;
}

.slider-ambassador::after {
  left: unset;
  right: 0;
}

.ambassador-flag {
  border: 1px solid var(--border-color);
  background: var(--primary);
  padding: 4px 8px;
  text-align: center;
  color: #fff;
  width: fit-content;
  transform: translateY(-16px);
  margin-bottom: -16px;
}

.ambassador-desc {
  max-width: 328px;
}

.home-about-desc {
  max-width: 480px;
}

.ambassador-content {
  transition: opacity 0.3s ease;
  opacity: 0;
}

.slider-ambassador .splide__slide.is-active .ambassador-content {
  opacity: 1;
}

.slider-ambassador .splide__arrows {
  position: absolute;
  top: 45%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 2;
}

.slider-ambassador .splide__arrow,
.slider-ambassador .splide__arrow:hover {
  opacity: 1;
}

.slider-ambassador .splide__arrow--prev {
  left: 65px;
}

.slider-ambassador .splide__arrow--next {
  right: 65px;
}

@media (max-width: 575px) {
  .slider-ambassador .splide__arrows {
    top: 40%;
  }
  .slider-ambassador .splide__arrow--prev {
    left: 20px;
  }
  .slider-ambassador .splide__arrow--next {
    right: 20px;
  }
}
.newsletter-inp {
  max-width: 360px;
}

.newsletter-note {
  max-width: 497px;
}

.newsletter-img {
  flex: 1;
  min-width: 0;
}

.btn-newsletter {
  min-width: 128px;
}

@media (max-width: 575px) {
  .btn-newsletter {
    min-width: 132px;
  }
}
.mt-80 {
  margin-top: 80px;
}

.txt-pos {
  position: absolute;
  top: calc(50% - 116.5px);
  left: 30px;
  right: 30px;
  background: #fff;
  max-width: 900px;
  margin: 0 auto;
  padding: 36px;
}

.shop-item {
  padding: 20px 0;
}

.shop-info {
  padding: 36px 28px;
  height: 100%;
}

@media (min-width: 768px) {
  .auth-wrapper {
    max-width: 1000px;
  }
}
.auth-box {
  max-width: 400px;
  width: 100%;
  padding: 40px;
  border: 1px solid var(--border-color);
  min-height: 375px;
  background: #fff;
}

.hide-pswd {
  display: none;
}

.btn-pswd {
  position: absolute;
  top: 10px;
  right: 16px;
  cursor: pointer;
}

.mx500 {
  max-width: 500px;
}

.box {
  padding: 40px;
  border: 1px solid var(--border-color);
}

.block {
  border: 1px solid var(--border-color);
  padding: 16px;
}

.block-header {
  padding-bottom: 12px;
}

.block-item {
  border-top: 1px solid #ddd;
  padding-top: 11px;
  padding-bottom: 11px;
}

.block-item:last-of-type {
  padding-bottom: 0;
}

.block-section {
  padding: 6px 0;
}

.empty-cont {
  min-height: 200px;
}

.page-cms li {
  margin-left: 20px;
}

.page_id_4 {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

@media (max-width: 460px) {
  .box {
    padding: 40px 20px;
  }
}
@media (min-width: 768px) {
  .shop-img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .shop-info {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .pr-lg-0 {
    padding-right: 0;
  }
  .pl-lg-0 {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .max550 {
    max-width: 550px;
  }
  .shop-info {
    padding: 36px 50px;
  }
}
@media (min-width: 1190px) {
  .shop-info {
    padding: 36px 90px;
  }
}
@media (max-width: 991px) {
  .shop-img {
    height: 100%;
    object-fit: cover;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
}
@media (max-width: 767px) {
  .shop-img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
  }
  .shop-info {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .mt-md-80 {
    margin-top: 80px;
  }
  .txt-pos {
    position: relative;
    left: 0;
    right: 0;
    padding: 36px 12px;
    background: #f5f5f5;
  }
  .center-cont {
    padding: 0;
  }
}
.br-sm {
  display: none;
}

@media (max-width: 460px) {
  .br-sm {
    display: block;
  }
  .shop-info {
    padding: 36px 16px;
  }
  .auth-box {
    padding: 40px 20px;
    min-height: 300px;
  }
}
@media (max-width: 400px) {
  .shop-info-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .shop-info-left {
    margin-bottom: 20px;
  }
  .br-sm {
    display: none;
  }
}
/* About us */
.img-txt-pos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.img-txt-ov {
  color: #fff;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
}

.highlight-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-company {
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 30px;
}

.icon-circle {
  min-width: 55px;
  height: 55px;
  background: #fbdfb5;
  padding: 8px;
  border-radius: 50%;
  margin-bottom: 16px;
}

body.checkout .svg.back-icon {
  margin-top: 5px;
  width: 16px;
  height: 16px;
}

@media (min-width: 1200px) {
  .highlight-section {
    padding-left: 67px;
    padding-right: 67px;
  }
}
@media (max-width: 767px) {
  .img-txt-ov {
    font-size: 30px;
  }
  .about-company {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 25px;
  }
}
@media (max-width: 567px) {
  .img-main {
    height: 260px;
    object-fit: cover;
  }
}
@media (max-width: 440px) {
  .img-main {
    height: 225px;
  }
  .img-txt-ov {
    font-size: 25px;
  }
}
/* End About us */
.cms-delivery-methods {
  border-collapse: collapse;
}

.table__head {
  background: #f5f5f5;
}

.table__column-delivery {
  border: 1px solid #ececec;
  padding: 10px 14px;
  text-align: center;
  border-collapse: collapse;
}

.table__column-delivery--description {
  max-width: 750px;
  text-align: left;
}

@media (max-width: 767px) {
  .cms-delivery-methods,
  .table__column-delivery,
  .table__head {
    display: block;
    font-size: 15px;
  }
  .table__head tr {
    display: none;
  }
  .table__column-delivery {
    border: none;
    border-bottom: 1px solid silver;
    position: relative;
  }
  .table__column-delivery--description {
    text-align: center;
  }
  .table__column-delivery:before {
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .cms-tr:nth-child(odd) {
    background: #f5f5f5;
  }
}
.checkout-prefooter {
  background: #fff;
  padding: 17px 0;
  border-top: 1px solid #e0e0e0;
}

/*# sourceMappingURL=other.css.map */
