:root {
  --brand-color: #d220ce; /*#ff7ea2*/
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #000;
  background-color: #fff;
  min-width: 310px;
  position: relative;
  z-index: 10;
}
.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.3;
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
  text-indent: -9999px;
  background: url('/local/templates/lovely/img/icon_top.png') no-repeat;
}
html,
header {
  min-width: 310px;
}
a {
  color: var(--brand-color);
}
[v-cloak] {
  display: none !important;
}
a {
  text-decoration: none !important;
  color: var(--brand-color);
}
a:hover {
  color: #000;
  text-decoration: none !important;
}
a.disabled {
  cursor: default;
}
.pageTitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
}
/* header */
.logo img {
  max-height: 100px;
}
.row3 {
  padding-top: 10px;
}
body.withCities {
  overflow: hidden;
}
#mobileNav {
  background: #fff;
  right: 0;
  left: 0;
  height: calc(100% - 60px);
  /*min-height: 100vw;*/
  position: fixed;
  z-index: 10;
  overflow-y: scroll;
  overflow: auto;
}
.headerSubNav a {
  display: flex;
  align-items: center;
  padding: 8px 0;
  color: #000;
  margin-left: 0;
  font-size: 14px;
}
.cartDelete {
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 4px;
}
.cartDelete:hover {
  opacity: 1;
}
.cartTableRow {
  min-height: 110px;
  height: calc(100vh - 80px);
  max-height: 550px;
  overflow: auto;
}
.cartTableRow td,
.cartItem td {
  padding: 6px 0;
  position: relative;
}
.cartTableRow td.prodPic {
  padding-right: 8px;
  text-align: center;
}
.cartTatd.prodPic {
  padding-right: 8px;
}
.cartTableRow .prodName {
  margin-top: 0;
  padding-right: 20px;
  height: 46px;
}
#cartApp {
  height: 100%;
}
.totalCartLine {
  height: 80px;
  position: sticky;
  bottom: 0;
  background: #fff;
  z-index: 10;
}
#basketModal .modal-body {
  position: relative;
  height: 100%;
}
.cartTableRow tr:not(:last-child),
.cartItem:not(:last-child) {
  border-bottom: solid 1px #d4d4d4;
}
#basketModal {
  max-height: 700px;
}
#basketModal {
  position: absolute;
  right: 15px;
  top: 90px;
  width: 360px;
  background: #fff;
  padding: 15px;
  padding-bottom: 0px;
  z-index: 2;
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.16);
}
#basketModal .prodPic img {
  max-height: 80px;
}
#toggleNav {
  cursor: pointer;
}
.curCity {
  color: #000;
}
#smallCart a {
  font-size: 14px;
  color: #000;
}
#smallCart span {
  padding-left: 6px;
  white-space: nowrap;
}
header .menu a:hover {
  color: var(--brand-color) !important;
}
header {
  height: 138px;
  /*position: relative;*/
  top: 0px;
  z-index: 10;
  background: #fff;
  position: sticky;
  width: 100%;
}
header .container:first-child {
  position: relative;
}
#productAdded {
  position: fixed;
  width: 100%;
  z-index: 1;
  bottom: 0;
}
#productAdded div {
  display: flex;
  align-items: center;
  width: max-content;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  height: 40px;
  padding: 0 30px;
  background: var(--brand-color);
  margin: 40px auto;
  cursor: pointer;
}
a.closeAll {
  position: relative;
  right: -15px;
  cursor: pointer;
}
.headerPhone {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
.headerPhone a {
  color: #000;
}
.headerPhone span {
  font-size: 12px;
}
/*footer*/
footer a {
  font-size: 14px;
  color: #000;
}
footer a:hover {
  color: var(--brand-color);
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li:not(:last-child) {
  margin-bottom: 4px;
}
/**/
.grecaptcha-badge {
  display: none !important;
}
.forInfo {
  opacity: 0.5;
  cursor: pointer;
}
.forInfo:hover {
  opacity: 1;
}
/* index */
.index--benefits b {
  font-size: 16px;
  color: var(--brand-color);
  font-weight: 700;
  margin-bottom: 4px;
  display: block;
}
.index--benefits .item {
  margin-bottom: 32px;
}
.index h1 {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand-color);
  line-height: 29px;
}
.index .backPic {
  background: url('/img/ill/index_img_1.jpg') center no-repeat;
  height: 380px;
  margin-bottom: -200px;
  background-size: contain;
}
.index .text1 {
  margin-top: 216px;
}
.index .text3 {
  border-bottom: solid 16px var(--brand-color);
}
.videoIndex {
  height: 480px;
  position: relative;
  background: var(--brand-color);
}
/* ELEMENTS */

.sliderPreWrap {
  position: relative;
  z-index: 0;
}
.swiper-button-prev {
  left: 0 !important;
  /*margin-top:0 !important;*/
  margin-right: 4px;
}
.swiper-button-next {
  right: 0 !important;
  margin-left: 4px;
}
.swiper-button-prev,
.swiper-button-next {
  background: none;
  opacity: 0.5;
  z-index: 2;
  width: 40px;
  height: 40px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}
.swiper-button-next:after {
  content: '' !important;
  background: url(/img/ui/next.svg) no-repeat;
  width: 40px;
  height: 40px;
}
.swiper-button-prev:after {
  content: '' !important;
  background: url(/img/ui/prev.svg) no-repeat;
  width: 40px;
  height: 40px;
}
.imageWrap {
  position: relative;
  max-width: 200px;
  height: 200px;
}
.imageWrap .video {
  position: absolute;
  right: 0;
  top: 0;
}
.imageWrap .video img {
  width: 20px;
  height: 20px;
}
a.lovelyBtn,
a.lovelyBtnInverse {
  display: flex;
  width: max-content;
  height: 36px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 16px;
  font-size: 15px;
  line-height: 20px;
}
a.lovelyBtn {
  color: #ffffff;
  background: #9e9e9e;
}
a.lovelyBtnInverse {
  color: #9e9e9e;
  background: transparent;
  border: 1px solid #9e9e9e;
}
#addToCartModal .modal-dialog,
#addToFavoriteModal .modal-dialog {
  max-width: 358px;
}
@media (max-width: 358px) {
  #addToCartModal .modal-dialog,
  #addToFavoriteModal .modal-dialog {
    max-width: 100%;
  }
}
#addToCartModal .modal-body .imgWrapper,
#addToFavoriteModal .modal-body .imgWrapper {
  display: flex;
  height: 160px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
#addToCartModal .modal-body .prodNameWrapper,
#addToFavoriteModal .modal-body .prodNameWrapper {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
#addToCartModal .modal-body .prodName,
#addToFavoriteModal .modal-body .prodName {
  max-width: 184px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}
#addToCartModal .modal-body .prodSumWrapper,
#addToFavoriteModal .modal-body .prodSumWrapper {
  display: flex;
  margin-top: 16px;
  align-items: center;
  justify-content: center;
}
#addToCartModal .modal-body .prodSumWrapper .prodSum,
#addToFavoriteModal .modal-body .prodSumWrapper .prodSum {
  font-size: 16px;
  line-height: 21px;
}
#addToCartModal .modal-body .prodSumWrapper .prodSumOld,
#addToFavoriteModal .modal-body .prodSumWrapper .prodSumOld {
  font-size: 14px;
  line-height: 19px;
  text-decoration: line-through;
  color: #9e9e9e;
  margin-left: 8px;
}
.modal .modal-body .actionBtnWrapper {
  display: flex;
  margin-top: 16px;
  justify-content: center;
}
.modal .modal-body .continueShopping {
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}
.modal .modal-body .continueShopping:hover {
  text-decoration: none;
}
.modal .prodName {
  height: unset;
}
/* modal */
.fancybox-bg {
  background: rgb(255 255 255);
}
.fancybox-button {
  background: none;
}
.fancybox-navigation .fancybox-button div {
  padding: 0;
}
.fancybox-thumbs {
  background: #fff;
}
.fancybox-thumbs__list a::before {
  border: 2px solid var(--brand-color);
}
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^='top'] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: var(--brand-color);
}
.popover-body {
  font-size: 13px;
}
.popover {
  border: 1px solid var(--brand-color);
}
button.close,
.close {
  position: absolute;
  margin: 0 !important;
  padding: unset !important;
  top: 0px;
  cursor: pointer;
  right: 0px;
}
.modal-content {
  background: #fff;
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.16);
  padding: 0px 24px;
}
.modal-dialog {
  max-width: 360px;
}
.success .modal-dialog {
  max-width: 360px !important;
}
#buyOneClickConfirm .modal-dialog {
  max-width: 600px;
}
#buyOneClickConfirm .modal-content,
#become .modal-content {
  padding: 0 16px 16px 16px;
}
.modal-header,
.modalTitle {
  font-size: 16px;
  line-height: 19px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  border-bottom: none;
}

/*catalog-filters*/
.topLinks {
  z-index: 4;
}
@media (min-width: 992px) {
  .topLinks {
    position: sticky;
    top: 138px;
    z-index: 4;
    background: #fff;
  }
}
[data-type='submenu'] a {
  display: block;
  color: #000;
  margin-bottom: 10px;
  cursor: pointer;
}
[data-type='submenu'] {
  background: #fff;
  box-shadow: 0px 3px 18px rgb(0 0 0 / 16%);
  /*top: 30px;*/
  position: absolute;
  z-index: 9;
  padding: 10px 10px 0 10px;
  min-width: 85px;
  left: 0px;
}
[data-type='submenu'] ul {
  padding-left: 0;
}
div#sectionLinks {
  width: 160px;
}
.topLinks a:not(ul a):after {
  content: '';
  width: 15px;
  height: 10px;
  position: absolute;
  right: 0px;
  top: 5px;
  background: url(/img/ui/angle-down.svg) no-repeat center;
}
.topLinks a:not(ul a).active:after {
  content: '';
  background: url(/img/ui/angle.svg) no-repeat center;
}
.topLinks a:not(ul a) {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #000;
  margin-right: 20px;
  cursor: pointer;
  padding-right: 15px;
  position: relative;
  display: inline-flex;
  margin-top: 12px;
  margin-bottom: 12px;
}
[data-type='submenu'] a:hover,
[data-type='submenu'] a.active {
  color: var(--brand-color);
}
#colorLinks div {
  gap: 10px;
}
#colorLinks a span {
  width: 29px;
  height: 29px;
  display: block;
  border-radius: 50%;
  border: solid 2px transparent;
  margin-bottom: 10px;
}
#colorLinks div a span:hover,
#colorLinks div a.active span {
  border: solid 2px #f37853;
}
.sections a:hover {
  color: var(--brand-color) !important;
}

#sortLinks {
  background: #fff;
  box-shadow: 0px 3px 18px rgb(0 0 0 / 16%);
  top: 30px;
  position: absolute;
  z-index: 9;
  left: 0;
  padding: 10px 10px 0 10px;
}
#sortLinks ul {
  padding-left: 0;
  white-space: nowrap;
  list-style: none;
}
#sortLinks li {
  margin-bottom: 10px;
}
#sortLinks a {
  display: flex;
  align-items: center;
  color: #000;
  cursor: pointer;
  padding-left: 20px;
  position: relative;
}
#sortLinks a:hover,
#sortLinks a.active {
  color: var(--brand-color);
}
#sortLinks a:before {
  content: '';
  display: flex;
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
#sort_reset:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.79' height='13.781' viewBox='0 0 13.79 13.781'%3E%3Cpath id='sort_reset' data-name='Path 6247' d='M13.681-12.25h-1.3a.328.328,0,0,0-.328.328s0,.011,0,.016l.109,2.263a7.687,7.687,0,0,0-5.158-2.388H7A6.8,6.8,0,0,0,.219-5.245,6.781,6.781,0,0,0,7,1.531h.01A7.808,7.808,0,0,0,11.544-.216a.374.374,0,0,0,.109-.244.377.377,0,0,0-.1-.232l-.93-.93a.377.377,0,0,0-.232-.1.38.38,0,0,0-.216.081A5.571,5.571,0,0,1,7-.438,4.814,4.814,0,0,1,2.188-5.251,4.814,4.814,0,0,1,7-10.063a5.379,5.379,0,0,1,3.994,2.128L8.219-8.068H8.2a.328.328,0,0,0-.328.328h0v1.3a.328.328,0,0,0,.328.328h5.478a.328.328,0,0,0,.328-.328v-5.478A.328.328,0,0,0,13.681-12.25Z' transform='translate(-0.219 12.25)' fill='%239e9e9e'/%3E%3C/svg%3E%0A");
}

#sort_price_more:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12.25' viewBox='0 0 14 12.25'%3E%3Cpath id='sort_price_more' data-name='Path 6248' d='M.09-9.3a.328.328,0,0,0,.239.553h1.2v9.3a.328.328,0,0,0,.328.328h.656A.328.328,0,0,0,2.844.547v-9.3h1.2A.328.328,0,0,0,4.285-9.3L2.426-11.272a.328.328,0,0,0-.477,0Zm6.363.772h7.219A.328.328,0,0,0,14-8.859v-.656a.328.328,0,0,0-.328-.328H6.453a.328.328,0,0,0-.328.328v.656A.328.328,0,0,0,6.453-8.531Zm-.328,2.3a.328.328,0,0,0,.328.328h5.469a.328.328,0,0,0,.328-.328v-.656a.328.328,0,0,0-.328-.328H6.453a.328.328,0,0,0-.328.328Zm0,5.25a.328.328,0,0,0,.328.328H8.422A.328.328,0,0,0,8.75-.984v-.656a.328.328,0,0,0-.328-.328H6.453a.328.328,0,0,0-.328.328Zm0-2.625a.328.328,0,0,0,.328.328h3.719a.328.328,0,0,0,.328-.328v-.656a.328.328,0,0,0-.328-.328H6.453a.328.328,0,0,0-.328.328Z' transform='translate(0 11.375)' fill='%239e9e9e'/%3E%3C/svg%3E%0A");
}
#sort_price_less:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.024' height='12.251' viewBox='0 0 14.024 12.251'%3E%3Cg id='sort_price_less' data-name='Group 1191' transform='translate(-285 -314.625)'%3E%3Cpath id='Subtraction_1' data-name='Subtraction 1' d='M7.542,9.23H5.573A.329.329,0,0,1,5.244,8.9V8.246a.329.329,0,0,1,.329-.329H7.542a.328.328,0,0,1,.327.329V8.9A.328.328,0,0,1,7.542,9.23Zm0-2.459H3.823a.329.329,0,0,1-.329-.329V5.786a.329.329,0,0,1,.329-.329H7.542a.328.328,0,0,1,.327.329v.655A.328.328,0,0,1,7.542,6.771Zm.035-2.615H2.108a.329.329,0,0,1-.329-.329V3.171a.329.329,0,0,1,.329-.329H7.577a.329.329,0,0,1,.328.329v.655A.329.329,0,0,1,7.577,4.155ZM7.546,1.313H.329A.329.329,0,0,1,0,.984V.329A.329.329,0,0,1,.329,0H7.546a.329.329,0,0,1,.329.329V.984A.329.329,0,0,1,7.546,1.313Z' transform='translate(299.024 325.495) rotate(180)' fill='%239e9e9e'/%3E%3Cpath id='Intersection_1' data-name='Intersection 1' d='M10478.949-3140.227l-1.858-1.969a.327.327,0,0,1,.236-.553h1.2v-9.3a.329.329,0,0,1,.329-.329h.656a.329.329,0,0,1,.329.329v9.3h1.2a.328.328,0,0,1,.237.553l-1.859,1.969a.326.326,0,0,1-.238.1A.326.326,0,0,1,10478.949-3140.227Z' transform='translate(-10192 3467)' fill='%239e9e9e'/%3E%3C/g%3E%3C/svg%3E%0A");
}
#sort_popular:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.629' height='14.002' viewBox='0 0 14.629 14.002'%3E%3Cpath id='sort_popular' data-name='Path 6249' d='M7.09-11.763,5.3-8.143,1.31-7.561A.875.875,0,0,0,.826-6.068l2.89,2.816L3.032.727A.874.874,0,0,0,4.3,1.649L7.875-.23l3.574,1.879A.875.875,0,0,0,12.718.727l-.684-3.979,2.89-2.816a.875.875,0,0,0-.484-1.493l-3.995-.582L8.66-11.763A.876.876,0,0,0,7.09-11.763Z' transform='translate(-0.561 12.25)' fill='%239e9e9e'/%3E%3C/svg%3E%0A");
}
#sort_new:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath id='sort_new' data-name='Path 6250' d='M0-5.356a1.508,1.508,0,0,0,.384.928L6.178,1.366a1.313,1.313,0,0,0,1.856,0l5.581-5.581a1.313,1.313,0,0,0,0-1.856L7.822-11.866a1.508,1.508,0,0,0-.928-.384H1.313A1.312,1.312,0,0,0,0-10.937ZM3.063-10.5A1.312,1.312,0,0,1,4.375-9.187,1.312,1.312,0,0,1,3.063-7.875,1.312,1.312,0,0,1,1.75-9.187,1.312,1.312,0,0,1,3.063-10.5Z' transform='translate(0 12.25)' fill='%239e9e9e'/%3E%3C/svg%3E%0A");
}
#sort_promo:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.5' height='10.5' viewBox='0 0 10.5 10.5'%3E%3Cpath id='sort_promo' data-name='Path 6251' d='M2.987-7.513a1.75,1.75,0,0,0,0-2.475,1.75,1.75,0,0,0-2.475,0,1.75,1.75,0,0,0,0,2.475A1.75,1.75,0,0,0,2.987-7.513Zm7,4.525a1.75,1.75,0,0,0-2.475,0,1.75,1.75,0,0,0,0,2.475,1.75,1.75,0,0,0,2.475,0A1.75,1.75,0,0,0,9.987-2.988ZM9.934-9.316l-.618-.618a.875.875,0,0,0-1.237,0L.566-2.422a.875.875,0,0,0,0,1.237l.618.618a.875.875,0,0,0,1.237,0L9.934-8.078A.875.875,0,0,0,9.934-9.316Z' transform='translate(0 10.5)' fill='%239e9e9e'/%3E%3C/svg%3E%0A");
}
/*catalog-filters*/
/* form */
.reqs {
  font-size: 12px;
  margin: 12px 0;
  color: #707070;
}
.form-group {
  margin-bottom: 12px;
}
label {
  display: inline-block;
  position: relative;
}
.check:before {
  content: '';
  display: block;
  width: 14px;
  min-width: 14px;
  height: 14px;
  float: left;
  margin-right: 4px;
  background: url(/img/ui/check.svg) center no-repeat;
}
.check.active:before,
.check:not(.disabled):hover:before {
  content: '';
  background: url(/img/ui/checkActive.svg) center no-repeat;
}
.check {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.sep {
  width: 100%;
  background: #d7d7d7;
  opacity: 0.5;
  height: 1px;
  margin: 8px 0;
}
#spinner {
  display: block;
  height: 20px;
  width: 20px;
  border: 4px rgba(251, 214, 203, 0.25) solid;
  border-top: 4px var(--brand-color) solid;
  border-radius: 50%;
  -webkit-animation: spin2 1s infinite linear;
  animation: spin2 1s infinite linear;
}
.productCollection #spinner,
.actionButton #spinner {
  display: block;
  height: 20px;
  width: 20px;
  border: 4px rgba(255, 255, 255, 0.25) solid;
  border-top: 4px #fff solid;
  border-radius: 50%;
  -webkit-animation: spin2 1s infinite linear;
  animation: spin2 1s infinite linear;
}
.loadingProgress {
  background: linear-gradient(-45deg, var(--brand-color), #f8d0d5);
  background-size: 400% 400%;
  animation: gradient 1s ease infinite;
  height: 10px !important;
  width: 100% !important;
  left: 0px !important;
  position: absolute;
}
.successOrderWrapper img {
  width: 50px;
  height: 50px;
}
.grayButton {
  width: max-content;
  display: block;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  background: #9e9e9e;
  padding: 6px 8px;
  cursor: pointer;
}
.whiteButton,
a.whiteButton {
  border: none;
  color: var(--brand-color) !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  height: 36px;
  background: #fff;
  padding: 8px 16px;
  display: block;
  line-height: normal;
  cursor: pointer;
  border: solid 1px transparent;
}
.blackButton {
  border: none;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  height: 36px;
  background: #000;
  padding: 8px 16px;
  display: block;
  line-height: normal;
  cursor: pointer;
  border: solid 1px transparent;
}
.smallButton {
  height: 28px;
  background: transparent;
  padding: 6px 8px 5px 8px;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--brand-color);
  cursor: pointer;
  display: table;
}
.smallButton:hover {
  color: #fff !important;
  background: var(--brand-color);
}
.pinkButton,
.actionButton,
.actionButtonOutlined {
  border: none;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  height: 36px;
  background: var(--brand-color);
  padding: 8px 16px;
  display: block;
  line-height: normal;
  cursor: pointer;
  border: solid 1px transparent;
  white-space: nowrap;
}
.pinkButton,
.actionButton {
  color: #fff;
}
.actionButton.disabled,
.actionButton:hover,
.blackButton:hover {
  background: var(--brand-color);
  color: #fff;
  opacity: 0.8;
}
.actionButtonOutlined {
  background: none;
  border: solid 1px var(--brand-color);
  color: var(--brand-color);
  display: flex;
  width: max-content;
}
.actionButtonOutlined:first-letter {
  text-transform: uppercase;
}
.pinkButton:hover,
.actionButton:hover,
.actionButtonOutlined:hover,
.whiteButton:hover {
  background: var(--brand-color);
  color: #fff !important;
  cursor: pointer;
}
.productsCol .chip {
  margin-bottom: 8px;
}
.chip {
  font-size: 14px;
  color: #000;
  background: #f8cfc2;
  padding: 2px 8px;
  line-height: 19px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.chip:hover,
.chip.active {
  background: var(--brand-color);
  color: #000 !important;
}
.chip.active {
  background: var(--brand-color);
}
.form-group label,
.inputLabel {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
}
input.form-control,
select.form-control,
.bx-sls .dropdown-block,
input.string {
  padding: 0 8px;
  height: 36px;
  border: solid 1px var(--brand-color);
}
textarea {
  padding: 8px;
  border: solid 1px var(--brand-color);
}
.form-control:focus,
textarea:focus,
.bx-sls .dropdown-block:hover,
input.string:focus,
input.string:hover {
  border: solid 1px var(--brand-color);
}
#vue_formReview div[name='email'],
#vue_formReview div[name='name'] {
  display: block;
  width: 49%;
  float: left;
}
#vue_formReview div[name='email'] {
  margin-left: auto;
  float: none;
}
#vue_formReview div[name='city'] {
  width: 49%;
}
@media (max-width: 528px) {
  #vue_formReview div[name='email'],
  #vue_formReview div[name='name'],
  #vue_formReview div[name='city'] {
    width: 100%;
  }
}
.previewCol img.preview {
  max-height: 50px;
}
.previewCol div {
  height: 50px;
}
.dropArea {
  position: relative;
}
.dropArea input[type='file'] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
  cursor: pointer;
}
.filesTable {
  z-index: 2;
  position: relative;
}

.teaser {
  /*height: 70px;*/
  height: 80px;
  background-position: left top;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 15px 15px 100px !important;
  font-size: 14px;
  line-height: 15px;
}
.date {
  font-size: 14px;
  color: #9e9e9e;
  line-height: 19px;
}

/*basket*/
.basket-checkout-container {
  background-color: #fbdcc3;
  background-image: url(/img/ill/bigHeart.svg);
  background-position: 300px;
  background-repeat: no-repeat;
  padding-top: 16px;
  padding-bottom: 24px;
}
.basket-coupon-block-field input {
  width: 160px;
  float: left;
  margin-right: 4px;
}
span.close-link {
  cursor: pointer;
}
.basket-coupon-alert {
  margin-top: 8px;
  font-size: 12px;
}
.sideBar {
  z-index: 0;
  top: 140px !important;
}
.deliveryWrap {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paymentDelivery img {
  filter: grayscale(100%);
}
.acc-header {
  font-weight: 600;
  font-size: 16px;
  background: var(--brand-color);
  padding: 0 8px;
  width: 100%;
  border-bottom: solid 2px #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.collapsed {
  color: #fff;
}
[data-toggle='collapse'] {
  padding: 8px 0;
}
.acc-body {
  padding: 8px 0 12px 0;
}
.acc-header div[aria-expanded='false']:before {
  content: '';
  display: inline-block;
  margin-right: 8px;
  width: 14px;
  min-width: 14px;
  height: 14px;
  background: url('/img/ui/plus.svg') no-repeat;
}
.acc-header div[aria-expanded='true']:before {
  content: '';
  display: inline-block;
  width: 14px;
  margin-right: 8px;
  height: 14px;
  background: url('/img/ui/minus.svg') no-repeat;
}
/*page*/

/*helpers*/

.forCenter,
.forCentering {
  min-height: calc(
    100vh - 138px /*header*/- 42px /*breadcr*/ - 208px /*footer*/
  );
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  width: 100%;
}
.modal-body .forCenter {
  min-height: unset !important;
  margin: 32px 0;
}
.cursor-pointer {
  cursor: pointer;
}
.hidden {
  display: none;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
  color: #000;
}
::selection {
  color: #fff;
  background-color: var(--brand-color);
}
.col.w-40,
.w-40 {
  -ms-flex-preferred-size: 1;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 40%;
}
.col.w-50 {
  -ms-flex-preferred-size: 1;
  flex-basis: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 50%;
}
.col.w-80,
.w-80 {
  -ms-flex-preferred-size: 1;
  flex-basis: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 80%;
  width: 80%;
}
/**/
.pink,
.mainColor {
  color: var(--brand-color);
}
.cursorPointer {
  cursor: pointer;
}
.seoText {
  font-size: 14px;
}
.whiteText,
.whiteText b,
.whiteText a,
.whiteText h2,
.whiteText .bigNote {
  color: #fff;
}
.blackText,
.blackText a,
a.blackText {
  color: #000;
}
.gradientBg {
  background: linear-gradient(#d2e9d1 0%, var(--brand-color) 100%);
}
.whiteBg,
.bgWhite {
  background: #fff;
}
.grayBg {
  background: #f5f5f5;
}
.textDarkBlue {
  color: #0e00c0 !important;
}
.textGray {
  color: #7f7f7f;
}
.font-18 {
  font-size: 18px;
}
.font-14 {
  font-size: 14px;
}
.font-13 {
  font-size: 13px;
}
.font-12 {
  font-size: 12px;
}
.maxContent {
  width: max-content;
  min-width: unset;
}
.blackText {
  color: #000;
}
.semiBold {
  font-weight: 600;
}
/**/
.propertyName {
  font-size: 13px;
  font-weight: 400;
  color: #545454;
}
.propertyValue {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
}
/**/
*:focus {
  outline: none !important;
  outline-color: none !important;
}
/**/
.bigNote {
  text-transform: uppercase;
  color: var(--brand-color);
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
.note {
  font-size: 14px;
}
.smallNote {
  font-size: 12px;
  color: #707070;
}
form .note {
  margin: 0 auto;
}
.note p {
  margin: 0 !important;
}
.fail.note,
.error.note,
.error {
  color: #000000;
  padding: 8px;
  background: #ffebeb;
  display: block;
}
.info.note {
  color: #000;
}
.formErrorNotification.note {
  margin-left: unset;
  margin-right: unset;
}
.formError input,
.formError textarea {
  border: solid 1px red;
}
.tint {
  position: absolute;
  z-index: 0 !important;
  background: #0000001a;
  width: 100%;
  height: 100%;
  left: 0;
}
#detailCard .tint {
  background: #0000005e;
}
#successNote,
.successNote {
  background: #d2e9d1;
  padding: 8px;
}
/**/
.bs {
  padding-bottom: 24px;
  color: #000 !important;
}
.bs a {
  font-size: 12px;
  color: #000 !important;
}
/**/
.underline,
.underlined {
  text-decoration: underline !important;
}
.underline:hover {
  text-decoration: none !important;
}
.lh-1 {
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5 {
  font-size: unset;
  line-height: unset;
  font-weight: unset;
  margin: unset;
  padding: unset;
}
h1,
.h1 {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 24px;
}
h2,
.h2 {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  padding: 16px 0 16px 0;
  color: var(--brand-color);
  text-align: center;
}
h3,
.h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  padding-bottom: 4px;
  text-transform: uppercase;
}
.index h2 {
  margin-top: 16px;
}
.availableLabel {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: var(--brand-color);
  margin-bottom: 12px;
}
.mb-6 {
  margin-bottom: 6px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-36 {
  margin-bottom: 36px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-56 {
  margin-bottom: 56px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mt-6 {
  margin-top: 6px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-56 {
  margin-top: 56px;
}
.mt-100 {
  margin-top: 100px;
}
.ml-8 {
  margin-left: 8px;
}
.ml-12 {
  margin-left: 12px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-24 {
  margin-left: 24px;
}
.mr-4 {
  margin-right: 4px !important;
}
.mr-8 {
  margin-right: 8px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-16 {
  margin-right: 16px;
}
.mr-24 {
  margin-right: 24px;
}
.p-0 {
  padding: 0;
}
.pr-12 {
  padding-right: 12px;
}
.pt-12 {
  padding-top: 12px;
}
.pt-16 {
  padding-top: 16px;
}
.pt-24 {
  padding-top: 24px;
}
.pt-32 {
  padding-top: 32px;
}
.pt-56 {
  padding-top: 56px;
}
.pb-8 {
  padding-bottom: 8px;
}
.pb-12 {
  padding-bottom: 12px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pb-32 {
  padding-bottom: 32px;
}
.pb-56 {
  padding-bottom: 56px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pl-8 {
  padding-left: 8px !important;
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-30 {
  padding-left: 30px;
}
.pr-8 {
  padding-right: 8px;
}
.pr-15 {
  padding-right: 15px;
}
/**/

.scroll-bar {
  cursor: pointer !important;
}
/**/

@media (max-width: 767.98px) {
  footer .mb-16 {
    margin-bottom: 8px !important;
  }
  footer .mt-24 {
    margin-top: 16px !important;
  }
  .forSocials {
    padding-bottom: 0px !important;
  }
  .mb-70 {
    margin-bottom: 32px;
  }
  .aboutText .backPic {
    margin-bottom: 0 !important;
    height: unset !important;
  }
  .aboutText .frontPic img {
    margin: 16px auto;
    display: table;
  }
  .index .text3 {
    margin-bottom: 0;
  }
  .index .text1 {
    margin-top: 0 !important;
    padding-bottom: 24px;
    border-bottom: solid 16px var(--brand-color);
  }
  .aboutText h1 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .gradientBg .w-50 {
    width: 100% !important;
  }
  .gradientBg .whiteButton {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575.98px) {
  #instagramApp .row,
  .indexVideos .row,
  .index .forArticles .row {
    padding-left: 15px;
    padding-right: 15px;
  }
  #instagramApp .row .item,
  .indexVideos .row .videoItem,
  .index .forArticles .item {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  #instagramApp .item:last-child,
  .index .videoItem:last-child {
    display: none;
  }
  .swiper-button-prev {
    left: 15px !important;
  }
  .swiper-button-next {
    right: 15px !important;
  }
  #basketModal {
    right: 0;
    left: 0;
    height: calc(100vh - 60px);
    max-height: 100vh;
    position: fixed;
    z-index: 9;
    box-shadow: none;
  }
  .cartTableRow {
    min-height: 110px;
    height: calc(100vh - 190px);
    max-height: calc(100vh - 190px);
  }
  .totalCartLine {
    height: 80px;
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 10;
    width: calc(100% - 30px);
  }
  .index h2 {
    margin-top: 0px;
    padding-bottom: 8px;
  }
  .mt-56 {
    margin-top: 32px;
  }
  .mb-56 {
    margin-bottom: 32px;
  }
  .modal-content,
  #basketModal {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
  }
  .modal-dialog,
  #basketModal {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .index .text-3 {
    border-bottom: solid 16px var(--brand-color);
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
}
@media (min-width: 576px) and (max-width: 767.98px) {
}
@media (min-width: 1200px) {
}
@media (max-width: 991.98px) {
  #searchMobile {
    /*position: fixed;*/
    background: #fff;
    z-index: 2;
  }
  .teasers.w-80 {
    width: unset;
    max-width: unset;
  }
  #filter.shown {
    display: block !important;
    position: fixed;
    z-index: 10;
    background: #fff;
    top: 0;
    overflow: auto;
    height: 100%;
    width: 100%;
  }
  #filter.shown .buttons .actionButton {
    width: max-content !important;
    margin: 0 auto;
  }
  .filterContent {
    max-width: 360px;
  }
  #filter.shown .buttons {
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 10;
    width: calc(100% - 30px);
  }
  #filter.shown .bx-filter {
    padding-bottom: 90px;
  }
  .filterChips {
    /*max-width: calc(100vw - 30px);*/
    overflow-x: auto;
  }
  .listControls {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .index #listApprecommended,
  .index .sliderPreWrap {
    min-height: 300px;
  }
  #basketModal {
    top: 60px;
  }
  body {
    padding-top: 60px;
  }
  #basketModal .close {
    display: none;
  }
  .footerLinks div {
    margin-bottom: 16px;
    height: auto !important;
  }
  footer [name='SENDER_SUBSCRIBE_EMAIL'] {
    margin: 0 auto;
    margin-bottom: 8px;
  }
  .forSubscribe form {
    max-width: 276px;
    display: table !important;
    margin: 0 auto;
  }
  .forSubscribe button {
    margin: 0 auto;
  }
  .videoIndex {
    height: 320px;
    position: relative;
    background: var(--brand-color);
    margin-top: 16px;
  }
  .aboutText .w-50 {
    width: 100% !important;
  }
  header,
  .logo img {
    height: 60px;
  }
  header {
    position: fixed;
    z-index: 10;
    top: 0;
    background: #fff;
  }
  .row1 {
    margin: unset;
  }
  .row2 {
    height: 100%;
  }
}
@media (min-width: 992px) {
  #basketModal .prodName a {
    font-size: 13px;
    line-height: normal;
  }
  .index #listApprecommended,
  .index .sliderPreWrap {
    min-height: 320px;
    height: 320px;
  }
  .col.w-20,
  .w-20 {
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
}
@media (max-width: 1199.98px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  z-index: 9;
}
/*loader copy*/

.sectionItem {
  opacity: 1;
  transition: opacity 500ms ease-in-out;
}
.sectionItem.loadAnimation {
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
.loadMore {
  /*margin: 24px;*/
  margin: 8px 0 24px 0;
  height: 28px;
  background: transparent;
  padding: 6px 8px 5px 8px;
  font-size: 12px;
  text-transform: uppercase;
  /*color:var(--brand-color);*/
  color: #fff !important;
  background: var(--brand-color);
  cursor: pointer;
  width: 110px;
}
.loadMore:hover {
  color: #fff !important;
  background: var(--brand-color);
}
.loadMore.loadingButton {
  background: linear-gradient(-45deg, var(--brand-color), #f8d0d5);
  background-size: 400% 400%;
  animation: gradient 1s ease infinite;
  color: #fff !important;
}
/*loader copy*/
/*subscribtion */
.overlay-subscription {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 450;
  background: rgba(255, 0, 92, 0.2);
}
.window-subscription {
  position: fixed;
  top: 5%;
  z-index: 500;
  left: calc(50% - 150px);
  width: 300px;
  height: 625px;
  box-shadow: 0 13px 23px 4px rgba(0, 3, 6, 0.36);
  border-radius: 20px;
  overflow: hidden;
  background-position: right !important;
}
.window-subscription__logo {
  width: 36px;
  height: 44px;
  margin: auto;
}
.window-subscription .image-mobile {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 200px;
}
.window-subscription__content {
  padding-top: 17px;
  height: 100%;
  text-align: center;
  font-family: Roboto, sans-serif;
}
.window-subscription__title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.window-subscription__title strong {
  font-weight: 700;
  letter-spacing: 0.04em;
}
.window-subscription__title div:nth-child(1) {
  margin-right: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #6c6c6d;
}
.window-subscription__title div:nth-child(2) {
  font-size: 16px;
  color: #e2007a;
}
.window-subscription__title span {
  font-size: 50px;
}
.window-subscription__input {
  margin: 10px 25px;
  padding-left: 10px;
  width: 250px;
  height: 40px;
  font-size: 16px;
  background: #ffffff;
}
.window-subscription__input.email {
  border: 1px solid #cccccc;
}
.window-subscription__input.name {
  border: 1px solid #cccccc;
}
.window-subscription__button {
  margin: 10px auto;
  width: 250px;
  height: 40px;
  color: #000000;
  font-size: 15px;
  text-decoration: uppercase;
  background: #e3a3bd;
  border: none !important;
  clear: left;
  display: block;
}
.window-subscription__text {
  padding: 0 10px;
  font-size: 10px;
  line-height: 14.5px;
  color: #444444;
}
.window-subscription .close {
  position: absolute;
  right: 0;
  margin: 0 10px 10px 10px;
  font-size: 45px;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .window-subscription {
    top: 10%;
    left: calc(50% - 275px);
    width: 500px;
    height: 600px;
  }
  .window-subscription__title div:nth-child(1) {
    font-size: 28px;
    line-height: 35px;
  }
  .window-subscription__title div:nth-child(2) {
    font-size: 40px;
  }
  .window-subscription__title span {
    font-size: 75px;
  }
  .window-subscription__button {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 330px;
    height: 57px;
    font-size: 23px;
  }
  .window-subscription__input {
    width: 330px;
    height: 57px;
  }
  .window-subscription__text {
    position: relative;
    z-index: 1;
    width: 48%;
    margin-left: auto;
    margin-right: 80px;
    text-align: left;
  }
  .subscribe__form2 {
    position: relative;
    z-index: 1;
    text-align: center;
  }
}
.userPic {
  margin-right: 8px;
  border-radius: 50%;
  width: 100px;
  min-width: 100px;
  height: 100px;
  overflow: hidden;
  align-items: center;
  display: flex;
}
.userPic img {
  max-width: 100px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .window-subscription__content .thanks h3 {
    float: right;
    margin-right: 70px;
  }
  .window-subscription {
    left: calc(50% - 380px);
    width: 760px;
    height: 565px;
    background-position: center !important;
  }
  .window-subscription .image-mobile {
    display: none;
  }
  .window-subscription__title div:nth-child(1) {
    font-size: 40px;
    line-height: 45px;
  }
  .window-subscription__title div:nth-child(2) {
    font-size: 48px;
  }
  .window-subscription__title span {
    font-size: 110px;
  }
  .window-subscription__button {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: 25px;
    width: 330px;
  }
  .window-subscription__input {
    width: 330px;
  }
  .window-subscription__text {
    width: 60%;
    margin-left: auto;
    margin-right: 0;
  }
  .subscribe__form2 {
    text-align: right;
  }
  footer div.tg.text-center {
    text-align: left !important;
  }
}
/*popup*/

#promoModal .modal-dialog {
  max-width: 500px;
}

#promoModal .modal-body {
  padding-top: 20px;
  text-align: center;
  font-size: 16px;
  line-height: normal !important;
  font-family: 'Montserrat', sans-serif;
}

#promoModal .modal-content {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

#promoModal .modal-body .name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}
#promoModal .subname {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 10px;
}

#promoModal .modal-body .colorWrap {
  padding: 5px;
  color: #fff;
  background-color: #c004e7;
  margin-bottom: 10px;
}

#promoModal .modal-body strong {
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 575.98px) {
  #promoModal .bh-w-button-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  #promoModal .modal-body font {
    font-size: 14px;
    display: block;
  }
}
/*popup*/
/*tg*/
.tg {
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}
.tg img {
  width: unset;
  height: unset;
}
footer .tg.text-center {
  text-align: center;
  margin-top: 10px;
}
