/*!
Theme Name: Dani_Theme
*/
@font-face {
  font-family: 'Conv_Crimson';
  src: url('assets/fonts/Crimson-Text-regular.eot');
  src: url('assets/fonts/Crimson-Text-regular.woff') format('woff'), url('assets/fonts/Crimson-Text-regular.ttf') format('truetype'), url('assets/fonts/Crimson-Text-regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Poppins';
  src: url('assets/fonts/Poppins-200.eot');
  src: url('assets/fonts/Poppins-200.woff') format('woff'), url('assets/fonts/Poppins-200.ttf') format('truetype'), url('assets/fonts/Poppins-200.svg') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Poppins';
  src: url('assets/fonts/Poppins-300.eot');
  src: url('assets/fonts/Poppins-300.woff') format('woff'), url('assets/fonts/Poppins-300.ttf') format('truetype'), url('assets/fonts/Poppins-300.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Poppins';
  src: url('assets/fonts/Poppins-500.eot');
  src: url('assets/fonts/Poppins-500.woff') format('woff'), url('assets/fonts/Poppins-500.ttf') format('truetype'), url('assets/fonts/Poppins-500.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Poppins';
  src: url('assets/fonts/Poppins-600.eot');
  src: url('assets/fonts/Poppins-600.woff') format('woff'), url('assets/fonts/Poppins-600.ttf') format('truetype'), url('assets/fonts/Poppins-600.svg') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Poppins';
  src: url('assets/fonts/Poppins-regular.eot');
  src: url('assets/fonts/Poppins-regular.woff') format('woff'), url('assets/fonts/Poppins-regular.ttf') format('truetype'), url('assets/fonts/Poppins-regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'PalmerLakePrint';
  src: url('assets/fonts/PalmerLakePrint-Regular.eot');
  src: url('assets/fonts/PalmerLakePrint-Regular.woff') format('woff'), url('fonts/PalmerLakePrint-Regular.ttf') format('truetype'), url('fonts/PalmerLakePrint-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Ogg-Regular';
  src: url('assets/fonts/Ogg-Regular.eot');
  src: url('assets/fonts/Ogg-Regular.woff') format('woff'), url('fonts/Ogg-Regular.ttf') format('truetype'), url('fonts/Ogg-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ogg-Thin';
  src: url('assets/fonts/Ogg-Thin.eot');
  src: url('assets/fonts/Ogg-Thin.woff') format('woff'), url('fonts/Ogg-Thin.ttf') format('truetype'), url('fonts/Ogg-Thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.nopadding-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 576px) {
  .nopadding-inner-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.dani-title,
h2 {
  font-size: 56px;
  font-family: 'Ogg-Thin';
  font-weight: 300;
}
@media (max-width: 767px) {
  .dani-title,
  h2 {
    font-size: 32px;
  }
}
h5 {
  font-family: 'Conv_Poppins';
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
}
.text-center {
  text-align: center;
}
.btn {
  background: #FF5851;
  text-decoration: none;
  padding: 13px 26px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2.1px;
  display: inline-block;
  transition: 0.3s;
}
.btn:hover {
  background: #85442d;
}
.btn.btn-border {
  border: 1px solid #DA7263;
  background: transparent;
  color: #DA7263;
  transition: 0.3s;
}
.btn.btn-border:hover {
  background-color: #DA7263;
  color: #fff;
}
.loading {
  opacity: 0.75;
  filter: grayscale(0.5);
  pointer-events: none;
}
.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
body.home .section.brands-love {
  padding-bottom: 80px;
  padding-top: 60px;
}
.blog-categories .container {
	max-width: 100%;
}
.section,
.section a:not(.btn) {
  color: #904026;
}
.section h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.section.dark-pink {
  background-color: #FFAB99;
}
.section.light-pink {
  background-color: #F5CDC5;
}
.section.yellow {
  background-color: #F9D07D;
}
.section.grey {
  background-color: #F7F4F3;
}
.slick-arrow {
  background: none;
  border: none;
  font-size: 0;
  display: inline-block;
  width: 35px;
  height: 70px;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: var(--slick-arrow);
  background-repeat: no-repeat;
}
.slick-arrow:hover {
  opacity: 0.75;
}
.slick-arrow.slick-next {
  right: 15px;
}
.slick-arrow.slick-prev {
  left: 15px;
  transform: rotate(180deg) translateY(50%);
}
.slick-track > .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.brand-item:hover .description a {
	text-decoration:underline;
}
@media (max-width: 991px) {
  .slick-slider {
    padding-left: 15px;
    padding-right: 15px;
  }
  .slick-slider .slick-arrow {
    width: 20px;
    height: 40px;
  }
  .slick-slider .slick-arrow.slick-next {
    right: 5px;
  }
  .slick-slider .slick-arrow.slick-prev {
    left: 5px;
  }
}
/*.container {
  max-width: 1275px;
}*/
#page.site {
  overflow: hidden;
  position: relative;
}
.site-content-contain {
  min-height: 60vh;
  /*padding-top: 122px;
*/}
@media (max-width: 600px) {
  .site-content-contain {
    /*padding-top: 105px;*/
  }
}
.h2-value {
  font-family: 'Ogg-Thin';
  font-size: 56px;
  text-align: center;
  font-weight: 100;
}
.subtitle {
  font-family: 'Ogg-Regular';
  font-size: 19px;
  margin-top: 30px;
  line-height: 31px;
  letter-spacing: 0.7px;
}
.p-text {
  line-height: 25px;
  font-weight: 300;
}
.p-text-ogg20 {
  font-family: 'Ogg-Regular';
  font-size: 20px;
  line-height: 28px;
}
.button {
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Conv_Poppins';
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 3px;
}
.bt-red {
  margin-top: 45px;
  border: 0;
  background-color: #fc665a;
  color: #fff;
  padding: 15px 30px;
}
.bt-red:hover {
  border: solid #CB7768 1px;
  background-color: transparent;
  color: #85442D;
  padding: 14px 29px;
}
.bt-lite {
  border: solid #CB7768 1px;
  background-color: transparent;
  padding: 13px 29px;
  color: #85442D;
}
.bt-lite:hover {
  background-color: #fc665a;
  color: #fff;
  border: 0;
  padding: 14px 30px;
}
.cont-pinc-lite {
  background-color: #edcdc7;
  padding: 120px 0 0 0;
}
.cont-pinc {
  background-color: #FFAF9D;
  padding: 0 0 90px 0;
}
.cont-yellow {
  background-color: #F2D189;
}
body {
  overflow-x: hidden;
  font-family: 'Conv_Poppins';
  font-weight: 400;
  font-size: 14px;
  margin-top: 103px;
  background-color: #F6F4F3;
  color: #85442D;
  margin: 0;
}
#section-1-latest {
  padding-top: 80px;
}
#section-1-latest .title-col {
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: center;
}
#section-1-latest .shop-wrap-img {
  margin-top: 80px;
}
#section-1-latest .h2-value {
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 0;
}
#section-1-latest .bt-red {
  margin-top: 30px;
}
.section-1-products {
  /*display: flex;*/
  font-size: 0;
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  user-select: none;
}
.section-1-products a {
  display: inline-block;
  max-width: 260px;
  padding: 0 15px 15px;
  width: 100%;
}
.section-1-products a:last-child {
  padding-right: 0;
}
.section-1-products img {
  display: block;
}
.col-special {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.col-special .line {
  background-color: #CB7768;
  flex-grow: 1;
  height: 1px;
  margin: 0 30px;
}
.col-special .h3 {
  text-transform: uppercase;
  font-size: 40px;
  font-family: 'PalmerLakePrint';
  font-weight: 400;
  margin: 70px 0;
}
#section-2 .row-wrapp {
  position: relative;
  padding: 120px 0 0 0;
/*  border: solid 1px #D5C0BA;*/
/*  border-right: 0;
  border-left: 0;*/
  align-items: flex-start;
}
#section-2 .row-wrapp:after {
  content: '';
  height: 1px;
  display: block;
  background-color: #D5C0BA;
  margin: 60px 15px 0;
  width: 100%;
}
#section-2 .row-wrapp .col-md {
  text-align: center;
  padding: 50px 15px 50px 50px;
}
#section-2 .row-wrapp .img-wrapp {
  border: solid #fff 5px;
  display: block;
  /*max-height: 413px;*/
  max-width: 300px;
  padding: 0;
  position: relative;
  margin-left: 15px;
}
#section-2 .row-wrapp .decoration-img {
  display: block;
  max-width: 9999px;
  right: -100px;
  top: -130px;
  transform: rotate(345deg);
  width: 294px;
}
#section-2 .row-wrapp .date-post {
  font-size: 12px;
  letter-spacing: 2px;
	text-transform: uppercase;
}
#section-2 .row-wrapp .h2-value {
  margin: 30px 0;
  line-height: 1;
}
#section-2 .row-wrapp .p-text {
  padding-top: 40px;
  letter-spacing: .1em;
}
#section-2 .margin-tp-bt {
  margin: 80px -15px;
}
#section-2 .col-special {
  margin: 0;
}
#section-2 .col-special h3 {
  margin: 0;
	white-space:nowrap;
	
}
#section-2 .col-special .col-sm {
  padding: 0;
}
#section-2 .p-text-ogg20 {
  width: 69%;
}
.section-2-recent-wrap {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-wrap: nowrap;
  justify-content: flex-start;
  text-align: center;
}
.section-2-recent {
  color: #85442d;
  font-family: 'Ogg-Regular';
  font-size: 20px;
  line-height: 1.4;
  text-decoration: none;
  transition: .3s;
}
.section-2-recent:hover {
  color: #fc665a;
}
@media (max-width: 1199px) {
  #section-2 .row-wrapp .col-md {
    padding: 30px 15px;
  }
}
#section-3 .p-text {
  text-align: justify;
  width: 350px;
  margin: auto;
}
#section-3 .p-text img {
  height: 22px;
}
#section-3 .img-wrapp {
  width: auto;
  height: 520px;
  margin-left: auto;
}
#section-3 .decoration-img {
  width: 120px;
  top: -38px;
  left: -34px;
  z-index: 2;
}
#section-3 .subtitle-h2 {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 35px;
}
#section-3 .col-comment {
  text-align: center;
}
#section-3 .h2-value {
  margin-top: 0;
}
.img-wrapp {
  border: solid #fff 5px;
  position: relative;
}
.section-2-pic {
  display: block;
  height: auto;
  width: 100%;
}
.img-wrapp .img-value {
  display: block;
  height: 100%;
  margin: auto;
  object-fit: cover;
  width: 100%;
}
.decoration-img {
  position: absolute;
  z-index: 3;
}
#section-5 .h2-value {
  line-height: 1;
  margin: 70px 0 70px;
}
#section-5 .section-5-item a {
  transition: 0.3s;
  color: #85442D;
}
#section-5 .section-5-item a:hover {
  color: #FF5851;
}
#section-5 .section-5-item a .img-wrapp {
  width: 100%;
  height: 420px;
  margin: auto;
}
#section-5 .section-5-item a .img-wrapp .decoration-img {
  width: 160px;
  height: 140px;
  top: -55px;
  left: -60px;
  transform: rotate(320deg);
}
#section-5 .section-5-item a p {
  margin: 15px 15px 0;
  text-align: center;
}
.section-5-item > a {
  display: block;
}
#section-6 {
  margin-top: 90px;
}
#section-6 .h2-value {
  margin-bottom: 15px;
}
#section-6 .h3 {
  font-size: 40px;
}
#section-6 .img-wrapp {
  width: auto;
  height: 520px;
  margin-left: auto;
}
#section-6 .decoration-img {
  width: 160px;
  height: 160px;
  bottom: -45px;
  right: -45px;
  transform: rotate(35deg);
}
#section-6 .subtitle {
  margin: auto;
}
#section-6 .p-text {
  padding-top: 30px;
  margin: auto;
  letter-spacing: 0.1em;
}
#section-6 .inform-wrapp,
#section-6 .col-button {
  text-align: center;
}
#section-6 .col-special {
  margin-top: 40px;
  margin-bottom: 20px;
}
#section-6 .h2-value {
  margin-top: 0;
}
.section-6-content {
  margin: 0 auto;
  max-width: 330px;
}
#section-7 {
  padding-bottom: 100px;
  text-align: center;
}
#section-7 .img-container {
  position: relative;
  width: 100%;
}
#section-7 .img-wrapp {
  width: 310px;
  height: 310px;
}
#section-7 .z-index-1 {
  position: absolute;
  left: 80px;
  top: 4px;
}
#section-7 .z-index-2 {
  z-index: 2;
  position: absolute;
  top: 55px;
  right: -35px;
}
#section-7 .z-index-3 {
  z-index: 3;
  position: absolute;
  right: 147px;
  top: 270px;
}
#section-7 .col-button {
  margin-bottom: 30px;
  text-align: center;
}
#section-7 .subtitle {
  margin: auto;
}
#section-7 p {
  padding-top: 25px;
  margin: auto;
	letter-spacing: 0.1em;
}
#section-7 .inform-wrapp {
  text-align: center;
}
#section-7 .h2-value {
  margin: auto;
  line-height: 65px;
  padding-bottom: 50px;
}
.section-7-content {
  margin: 0 auto;
  max-width: 300px;
}
.header-main {
  background: #f6f4f3;
  border-bottom: 1px solid #d5c0ba;
  box-sizing: border-box;
  left: 0;
  position: static;
  right: 0;
  top: 0;
  z-index: 126;
}
.header-main.no-header-line {
	border-color: transparent;
}
.header-main.header-fixed {
	border-color: #d5c0ba;
	position: fixed;
}
/* body.home .header-main, body.blog .header-main, body.category .header-main, body.single-post .header-main {
	border-color: transparent;
} */
body.admin-bar .header-main {
  top: 32px;
}
.header-menu-small-0 {
  margin-top: 20px;
}
.header-menu-small-2 {
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  body.admin-bar .header-main {
    top: 0;
  }
}
.header-main * {
  box-sizing: border-box;
  outline: none !important;
}
.header-main img {
  display: block;
  height: auto;
  max-width: 100%;
}
.header-logo {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}
.header-container {
  margin: 0 auto;
  max-width: 1170px;
  padding: 35px 15px;
  position: relative;
}
.header-menu-btn {
  display: block;
  height: 21px;
  margin-top: -10px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 30px;
}
.header-menu-btn.search {
  right: 70px;
  height: auto;
}
.header-menu-btn.search path {
  transition: 0.3s;
}
.header-menu-btn.search:hover path {
  fill: #ff5851 !important;
}
.header-menu-btn i {
  background: #85442d;
  display: block;
  height: 1px;
  margin-bottom: 9px;
}
.header-popup {
  background: #f6f4f3;
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 127;
}
.header-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  max-width: 400px;
  margin: 0 auto;
}
.header-menu ul li {
  padding: 0 15px 15px;
}
.header-menu ul li a {
  border-bottom: 2px solid transparent;
  color: #85442d;
  display: inline-block;
  font-family: 'Ogg', 'Ogg-Thin', 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
  padding-bottom: 5px;
  text-decoration: none !important;
  transition: 0.3s;
}
.header-menu ul li a:hover {
  border-color: #fc665a;
}
.header-menu ul li.header-menu-small a {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.header-soc {
  margin-top: 10px;
  text-align: left;
  max-width: 400px;
  margin: 0 auto;
}
.header-soc a {
  display: inline-block;
  margin: 0 10px;
}
.header-soc svg {
  fill: #85442d;
  transition: 0.3s;
  width: 24px;
}
.header-soc svg:hover {
  fill: #fc665a;
}
.header-popup-close {
  height: 30px;
  padding-top: 15px;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
}
.header-popup-close i {
  background: #85442d;
  display: block;
  height: 1px;
  transform: rotate(45deg);
  width: 30px;
}
.header-popup-close i:last-child {
  transform: rotate(-45deg);
}
@media (max-width: 1115px) {
  .header-menu-btn {
    right: 15px;
  }
  .header-menu-btn.search {
    right: 55px;
  }
}
@media (max-width: 600px) {
  .header-logo {
    margin: 0;
    max-width: 200px;
  }
}
.footer-cf:after {
  clear: both;
  content: '';
  display: table;
}
.footer-main {
  background: #ffaf9d;
  box-sizing: border-box;
  padding: 100px 0 50px;
  position: relative;
}
.footer-main img {
  display: block;
  height: auto;
  max-width: 100%;
}
.footer-main * {
  box-sizing: border-box;
}
.footer-top {
  background: #fc665a;
  height: 46px;
  left: 50%;
  margin-left: -23px;
  position: absolute;
  top: -23px;
  transition: 0.3s;
  width: 46px;
  z-index: 2;
}
.footer-top:hover {
  background: #85442d;
}
.footer-top svg {
  display: block;
  fill: #fff;
  height: 16px;
  margin: 15px auto 0;
  transform: rotate(270deg);
  width: 16px;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
.footer-menu,
.footer-image {
  width: 240px;
}
.footer-image {
  text-align: center;
}
.footer-image-link {
  display: block;
  margin-top: -38px;
}
.footer-image-link img {
  margin-left: auto;
}
.footer-image-instagram {
  display: block;
  text-align: center;
  color: #904026;
  font-family: 'PalmerLakePrint';
  font-size: 39px;
  line-height: 52px;
  margin-top: 20px;
}
.footer-menu ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer-menu ul li {
  padding: 0 15px 15px;
}
.footer-menu ul li a {
  border-bottom: 2px solid transparent;
  color: #85442d !important;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
  padding-bottom: 5px;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.3s;
}
.footer-menu ul li a:hover {
  border-color: #fc665a;
}
.footer-content {
  padding: 0 15px;
  text-align: center;
  width: 430px;
}
.footer-content-big img {
  margin: 0 auto 45px;
  max-width: 300px;
}
.footer-content-copy {
  color: #85442d;
  font-family: 'Ogg', 'Ogg-Regular', 'Poppins', sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 0 auto 60px;
  max-width: 400px;
}
.footer-content-copy a {
  box-shadow: 0 2px 0 0 #fc665a;
  color: #85442d !important;
  display: inline-block;
  text-decoration: none !important;
}
.footer-content-copy a:hover {
  box-shadow: none;
}
.footer-content-soc a {
  display: inline-block;
  margin: 0 10px;
}
.footer-content-soc svg {
  fill: #85442d;
  transition: 0.3s;
  width: 24px;
}
.footer-content-soc svg:hover {
  fill: #fc665a;
}
.footer-copyright {
  color: #85442d;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.075em;
  padding: 50px 15px 0;
  text-align: center;
  width: 100%;
}
@media(max-width: 1199px) {
  .header-container, .footer-container {
    max-width:  970px;
  }
}
@media(min-width: 992px) {
  .footer-image-link img {
    margin-left: -15px;
  }
}
@media(max-width: 991px) {
  .header-container, .footer-container {
    max-width:  750px;
  }
}
@media (max-width: 949px) {
  .footer-main {
    padding-top: 60px;
  }
  .footer-menu,
  .footer-image,
  .footer-content,
  .footer-menu ul {
    width: 100%;
  }
  .footer-image-link {
    margin: 0 0 0 -32px;
  }
  .footer-image-link img {
    margin-right: auto;
  }
  .footer-content,
  .footer-content-copy,
  .footer-content-big img {
    margin-bottom: 30px;
  }
  .footer-content {
    order: 1;
    padding: 0;
  }
  .footer-menu {
    order: 2;
  }
  .footer-image {
    order: 3;
  }
  .footer-copyright {
    order: 4;
  }
}
.shop-products-row .ajax-more {
  margin-top: 20px;
}
.about-page h1,
.about-page h2,
.about-page h3,
.about-page h4,
.about-page h5,
.about-page h6,
.about-page p {
  margin: 0;
}
.about-page ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-page img {
  display: block;
  max-width: 100%;
}
.about-page div {
  box-sizing: border-box;
}
.about-page .about-container {
  /*max-width: 1300px;*/
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
.about-page .about-hero-section {
  background: #F6F4F3;
  padding: 35px 0 50px 0;
  color: #85442D;
}
.about-page .about-history-section {
  padding: 60px 0 130px 0;
  background: #edcdc7;
}
.about-page .about-history-section .about-section-row {
  max-width: 1150px;
}
.about-page .about-image-column .image-wrapper {
  height: 780px;
  padding: 5px;
  background-color: #fff;
  position: relative;
}
.about-page .about-image-column .image-wrapper .over-flower {
  position: absolute;
  right: -60px;
  bottom: -50px;
  max-width: 160px;
  max-height: 160px;
  transform: rotate(30deg);
}
.about-page .about-image-column .image-wrapper .arrow-big {
  position: absolute;
  bottom: -55px;
  left: 16%;
}
.about-page .about-image-column .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .about-section-row {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.about-page .about-text-column {
  flex: 0 0 50%;
}
.about-page .about-image-column {
  flex: 0 0 50%;
}
.about-page h3.about-hero-title {
  font-family: 'PalmerLakePrint';
  font-size: 48px;
  line-height: 0.75;
  color: #85442D;
  text-align: center;
  font-weight: 400;
  margin-bottom: 40px;
	margin-top: 30px;
}
.about-page h2.about-hero-title {
  font-family: 'Ogg-Thin';
  font-size: 56px;
  line-height: 1.2;
  color: #85442D;
  text-align: center;
  font-weight: 400;
  max-width: 350px;
  margin: 0 auto 60px;
}
.about-page .text-after-image {
  font-size: 40px;
  color: #904026;
  line-height: 0.75;
  max-width: 500px;
  text-align: center;
  margin: 60px auto 0 auto;
  text-transform: uppercase;
  font-family: 'PalmerLakePrint';
  font-weight: 400;
}
.about-page .about-link {
  color: #FF5851;
  text-decoration: none;
  transition: text-decoration 250ms ease;
}
.about-page .about-link:hover {
  text-decoration: underline;
}
.about-page .about-text {
  font-size: 14px;
  line-height: 1.8;
  color: #85442D;
  text-align: center;
  letter-spacing: 0.75px;
  max-width: 340px;
  margin: 0 auto;
}
.about-page h2.history-title {
  font-family: 'Ogg-Thin';
  font-size: 56px;
  line-height: 1.25;
  text-align: center;
  max-width:  420px;
  margin: 0 auto;
}
.about-page .history-subtitle {
  font-family: 'Ogg-Regular';
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  max-width: 375px;
  margin: 40px auto 75px auto;
}
.about-page .history-column {
  padding: 70px 0;
  flex: 0 0 50%;
}
.about-page .history-column.left-column {
  text-align: right;
  padding-right: 80px;
  border-right: 1px solid #CB7768;
  position: relative;
}
.about-page .history-column.left-column:before,
.about-page .history-column.left-column:after {
  position: absolute;
  content: '';
  background: #CB7768;
  width: 12px;
  height: 12px;
  right: 0;
  border-radius: 50%;
}
.about-page .history-column.left-column:before {
  top: 0;
  transform: translate(50%, -50%);
}
.about-page .history-column.left-column:after {
  bottom: 0;
  transform: translate(50%, 50%);
}
.about-page .history-column.left-column .year-big:after {
  right: -80px;
}
.about-page .history-column.right-column {
  padding-left: 80px;
  text-align: left;
}
.about-page .history-column.right-column .year-big:after {
  left: -80px;
}
.about-page .history-events {
  font-family: 'Conv_Poppins';
  margin-bottom: 45px;
}
.about-page .history-events a {
	color: #85442D;
	text-decoration: underline;
}
.about-page .history-events a:hover {
	text-decoration: none;
}
.about-page .history-event-point {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 2px;
  border-bottom: 1px solid #CB7768;
  padding: 30px 0;
}
.about-page .year-big {
  font-family: 'Ogg-Thin';
  color: #CB7768;
  font-size: 106px;
  line-height: 0.75;
  margin-bottom: 20px;
  position: relative;
}
.about-page .year-big:after {
  content: '';
  height: 1px;
  width: 65px;
  background-color: #CB7768;
  display: block;
  position: absolute;
  top: 50%;
}
.about-page .event-photo-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.about-page .event-row-photo {
  flex: 0 0 320px;
  height: 210px;
  padding: 5px;
  background-color: #fff;
}
.about-page .event-row-photo.square-photo {
  height: 315px;
}
.about-page .event-row-photo.journey {
  flex: 0 0 295px;
  height: 420px;
}
.about-page .event-row-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
	.about-page .event-row-text {
		padding: 0 5px 0 0;
	}
	.about-page .event-row-photo + .event-row-text {
		padding: 0 0 0 5px;
	}
}
.about-page .about-yellow-title {
  font-family: 'Ogg-Thin';
  font-weight: 300;
  font-size: 56px;
  line-height: 1.16;
  color: #85442D;
  max-width: 270px;
  margin: 0 auto 40px;
}
.about-page .about-yellow-subtitle {
  font-family: 'Ogg-Regular';
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #85442D;
  margin-bottom: 50px;
}
.about-page .orange-button-shop {
  font-family: 'Conv_Poppins';
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #FC665A;
  color: #fff;
  border: 1px solid transparent;
  padding: 15px 25px;
  transition: color ease 0.3s, background-color ease 0.3s, border ease 0.3s;
}
.about-page .orange-button-shop:hover {
  background-color: transparent;
  color: #85442D;
  border: 1px solid #CB7768;
}
.about-page .about-presets {
  padding: 110px 0 160px 0;
  background-color: #F2D189;
  text-align: center;
}
.about-page .about-presets .presets-images {
  flex: 0 0 60%;
  display: flex;
  justify-content: center;
}
.about-page .about-presets .event-row-photo.translate {
  transform: translate(-30px, 50px);
}
@media(max-width: 1199px) {
  .about-page .about-presets .event-row-photo.translate {
    transform: none;
  }
}
.about-page .about-image-column {
  flex: 0 0 50%;
}
.about-page .about-hero-section {
  color: #F6F4F3;
}
.about-page .about-link {
  color: #FF5851;
  text-decoration: none;
  transition: text-decoration 250ms ease;
}
.about-page .about-link:hover {
  text-decoration: underline;
}
.about-page .about-history-section {
  padding: 60px 0 130px 0;
  background: #edcdc7;
}
.about-page .about-history-section .about-section-row {
  max-width: 1150px;
}
.about-page .history-subtitle {
  font-family: 'Ogg-Regular';
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  max-width: 375px;
  margin: 40px auto 75px auto;
}
.about-page .history-column {
  padding: 70px 0;
  flex: 0 0 50%;
}
.about-page .history-column.left-column {
  text-align: right;
  padding-right: 80px;
  border-right: 1px solid #CB7768;
  position: relative;
}
.about-page .history-column.left-column:before,
.about-page .history-column.left-column:after {
  position: absolute;
  content: '';
  background: #CB7768;
  width: 12px;
  height: 12px;
  right: 0;
  border-radius: 50%;
}
.about-page .history-column.left-column:before {
  top: 0;
  transform: translate(50%, -50%);
}
.about-page .history-column.left-column:after {
  bottom: 0;
  transform: translate(50%, 50%);
}
.about-page .history-column.left-column .year-big:after {
  right: -80px;
}
.about-page .history-column.right-column {
  padding-left: 80px;
  text-align: left;
}
.about-page .history-column.right-column .year-big:after {
  left: -80px;
}
.about-page .history-events {
  font-family: 'Conv_Poppins';
  margin-bottom: 45px;
}
.about-page .history-event-point {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 2px;
  border-bottom: 1px solid #CB7768;
  padding: 30px 0;
}
.about-page .year-big {
  font-family: 'Ogg-Thin';
  color: #CB7768;
  font-size: 106px;
  line-height: 0.75;
  margin-bottom: 20px;
  position: relative;
}
.about-page .year-big:after {
  content: '';
  height: 1px;
  width: 65px;
  background-color: #CB7768;
  display: block;
  position: absolute;
  top: 50%;
}
.about-page .event-row-text {
  font-family: 'PalmerLakePrint';
  font-size: 40px;
  line-height: 0.74;
  text-align: center;
}
.about-page .event-row-photo {
  flex: 0 0 320px;
  height: 210px;
  padding: 5px;
  background-color: #fff;
}
.about-page .event-row-photo.square-photo {
  height: 315px;
}
.about-page .event-row-photo.journey {
  flex: 0 0 295px;
  height: 420px;
}
.about-page .event-row-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .about-presets {
  padding: 110px 0 160px 0;
  background-color: #F2D189;
  text-align: center;
}
.about-page .about-presets .presets-images {
  flex: 0 0 60%;
  display: flex;
  justify-content: center;
}
.about-page .about-presets .event-row-photo.translate {
  transform: translate(-30px, 50px);
}
@media (max-width: 1199px) {
  .about-page .about-presets .event-row-photo.translate {
    transform: none;
  }
}
@media (max-width: 1399px) {
  .about-page .about-hero-section .about-section-row {
    margin-right: 70px;
  }
  .about-page .about-hero-section .about-section-row .image-wrapper {
    height: auto;
  }
}
@media (max-width: 1199px) {
  .about-page .about-hero-section .about-section-row {
    margin-right: 0;
  }
  .about-page .about-text-column {
    flex: 0 0 40%;
  }
  .about-page .about-image-column {
    flex: 0 0 60%;
  }
  .about-page .about-image-column .image-wrapper {
    max-width: 80%;
    margin: 0 auto;
    height: auto;
  }
  .about-page .about-image-column .image-wrapper .over-flower {
    transform: scale(0.8);
  }
  .about-page h2.about-hero-title {
    font-size: 50px;
    margin-bottom: 60px;
  }
  .about-page .year-big {
    font-size: 80px;
  }
  .about-page .event-photo-row {
    /*display: block;*/
	display: flex;
    flex-direction: column;
  }
  .about-page .event-photo-row br {
    display: none;
  }
  .about-page .event-photo-row .event-row-text {
    margin: 15px 0;
	order: 1;
  }
  /*.about-page .event-row-photo {
    height: 100%;
    max-width: 320px;
    margin: 0 auto;
  }*/
  /*.about-page .event-row-photo.journey,
  .about-page .event-row-photo.square-photo {
    height: 100%;
  }*/
  .about-page .event-row-photo.journey img {
    max-height: 350px;
    /*object-fit: contain;*/
  }
  .about-page .history-column.left-column {
    padding-right: 50px;
  }
  .about-page .history-column.left-column .year-big:after {
    right: -50px;
  }
  .about-page .history-column.right-column {
    padding-left: 50px;
  }
  .about-page .history-column.right-column .year-big:after {
    left: -50px;
  }
  .about-page .year-big:after {
    width: 30px;
  }
  .about-page .about-presets .about-section-row {
    display: block;
  }
  .about-page .about-presets .about-section-row .about-yellow-title {
    margin-top: 30px;
  }
  .about-page .about-presets .about-section-row .about-yellow-title br {
    display: none;
  }
  .about-page .event-row-text {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .about-page .about-image-column .image-wrapper {
    height: auto;
  }
  .about-page .about-image-column .image-wrapper .arrow-big {
    height: 100px;
  }
  .about-page h3.about-hero-title {
    font-size: 36px;
  }
  .about-page .text-after-image {
    max-width: 400px;
    font-size: 32px;
  }
  .about-page h2.about-hero-title {
    font-size: 36px;
  }
  .about-page .history-event-point {
    padding: 20px 0;
  }
  .about-page h2.history-title {
    font-size: 40px;
  }
  .about-page .history-subtitle {
    font-size: 18px;
  }
  .about-page .year-big {
    font-size: 50px;
  }
  .about-page .event-row-photo.journey img {
    max-height: 350px;
  }
  .about-page .history-column {
    padding: 40px 0;
  }
  .about-page .about-history-section {
    padding: 50px 0 70px 0;
  }
  .about-page .about-presets {
    padding: 70px 0 100px 0;
  }
  .about-page .about-yellow-title {
    font-size: 40px;
    margin-bottom: 20px;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .about-page .about-section-row-history {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .about-page .history-events {
    width: 100%;
    margin: 0 auto 30px auto;
    text-align: center;
  }
  .about-page .year-big {
    text-align: center;
  }
  .about-page .year-big:after {
    display: none;
  }
  .about-page .history-column.right-column {
    padding-left: 0;
  }
  .about-page .history-column.left-column {
    border: none;
    position: static;
  }
  .about-page .event-adaptive {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 450px;
  }
  /*.about-page .event-row-photo {
    margin: 10px auto 30px auto;
  }*/
  .about-page h2.about-hero-title {
    margin-bottom: 30px;
  }
  .about-page .about-text {
    margin-bottom: 30px;
  }
  .about-page #history-title {
    order: 1;
  }
  .about-page #history-subtitle {
    order: 2;
  }
  .about-page #event2012 {
    order: 3;
  }
  .about-page #event2013 {
    order: 4;
  }
  .about-page #event2014 {
    order: 5;
  }
  .about-page #event2015 {
    order: 6;
  }
  .about-page #event2015 {
    order: 7;
  }
  .about-page #event2016 {
    order: 8;
  }
  .about-page #event2017 {
    order: 9;
  }
  .about-page #event2018 {
    order: 10;
  }
  .about-page #event2019 {
    order: 11;
  }
  .about-page #event2020 {
    order: 12;
  }
  .about-page #event2021 {
    order: 13;
  }
  .about-page .about-history-section {
    padding: 60px 0 0;
  }
  .about-page .about-section-row {
    display: block;
  }
  .about-page .about-section-row.about-section-row-history {
    display: flex;
  }
  .about-page .presets-images .event-row-photo.translate {
    display: none;
  }
  .about-page .about-presets .about-text-column {
    padding: 0;
  }
  .about-page .about-image-column .image-wrapper .over-flower {
    transform: scale(0.5);
  }
}
body {
  --link-main: #904026;
  --border-main: #DABFB9;
  --slick-arrow: url("data:image/svg+xml,%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36.1 70.7' style='enable-background:new 0 0 36.1 70.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%239C3A1C;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='0.4,0.4 35.4,35.4 0.4,70.4 '/%3E%3C/svg%3E%0A");
}
@media (min-width: 768px) {
  .mt-60 {
    margin-top: 60px;
  }
  .mt-40 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .mt-m-20 {
    margin-top: 20px;
  }
  .mt-m-40 {
    margin-top: 40px;
  }
}
.shop-description {
  border-bottom: 1px solid;
  border-color: var(--border-main);
}
.shop-description > .container {
  padding-top: 25px;
  padding-bottom: 25px;
}
.shop-description .title {
  font-size: 56px;
  margin: 0;
}
@media (max-width: 767px) {
  .shop-description {
    font-weight: 300;
  }
  .shop-description .title {
    font-size: 40px;
  }
}
.products-navi-section {
  border-bottom: 1px solid;
  border-color: var(--border-main);
}
.products-navi {
  gap: 44px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.products-navi a {
  font-size: 12px;
  color: var(--link-main);
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
  transition: 0.3s;
}
.products-navi a.active {
  border-color: #FF5851;
}
.products-navi a:hover:not(.active) {
  border-color: var(--link-main);
}
@media (max-width: 767px) {
  .products-navi {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-right: 15px;
    justify-content: flex-start !important;
  }
  .products-navi > a {
    word-break: keep-all;
    white-space: nowrap;
  }
  .products-navi:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: var(--slick-arrow);
    right: 5px;
    width: 15px;
    height: 30px;
    pointer-events: none;
  }
}
.product-item {
  text-align: center;
  margin-bottom: 40px;
}
.product-item .brand a,
.product-item .title a {
  color: var(--link-main);
  text-decoration: none;
}
.product-item .brand a {
  font-weight: 300;
}
.product-item .title {
  margin-top: 10px;
}
.product-item .title a {
  font-size: 20px;
  font-family: 'Ogg-Regular';
}
.brand-item {
  text-align: center;
}
.brand-item > a {
	display: block;
}
.brand-item .image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border: 5px solid #fff;
  margin-bottom: 1em;
}
.brand-item .description {
  font-weight: 300;
}
.brand-item .title a {
  font-family: 'Ogg-Thin';
  font-size: 30px;
  text-transform: lowercase;
  line-height: 1;
  padding: 8px 0;
  display: block;
}
.shop-insta-text h2 {
  max-width: 220px;
  line-height: 1;
  margin-bottom: 30px;
  margin: 0 auto;
}
.shop-insta-text p {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.shop-insta-text p:not(:first-child) {
  margin-top: 40px;
}
.collection-item.collection-slide {
  text-align: center;
}
.collection-item.collection-slide img {
  margin: 0 auto;
  border: 4px solid #fff;
}
.collection-item.collection-slide .title {
  margin-top: 20px;
}
.collection-item.collection-slide .title a {
  font-weight: 300;
}
.shop-collections *:not(.container):not(.slick-arrow) {
  position: initial !important;
}
.shop-collections .container {
  position: relative;
}
.collection-item {
    margin-top: 40px;
}
div.worn-slider {
  position: relative;
}
div.worn-slider *:not(.slick-arrow) {
  position: initial;
}
div.worn-slider .slide-item img {
  margin: 0 auto;
}
.shop-new .draw-line {
  position: relative;
}
.shop-new .draw-line:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #DA7263;
  right: 200px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.shop-archive-custom .shop-archive-custom-item {
  text-align: center;
  margin-bottom: 60px;
}
.shop-archive-custom .shop-archive-custom-item img {
  display: block;
  object-fit: cover;
  aspect-ratio: 1;
  margin-bottom: 1em;
}
.shop-archive-custom .shop-archive-custom-item .title a {
  font-family: 'Ogg-Thin';
  font-size: 30px;
  line-height: 1;
  padding: 8px 0;
  display: block;
}
.shop-archive-custom .shop-archive-custom-item .description {
  font-weight: 300;
}
.shop-products-new-archive {
  margin-bottom: 40px;
}
.shop-products-new-archive > div {
  margin-top: 40px;
  margin-bottom: 40px;
}
.category-item a,
.product-item a,
.shop-archive-custom-item a,
.category-item img,
.product-item img,
.shop-archive-custom-item img {
  transition: 0.3s;
}
.category-item img,
.product-item img,
.shop-archive-custom-item img {
  margin-left: auto;
  margin-right: auto;
}
.category-item a:hover,
.product-item a:hover {
  color: #FF5851;
}
.category-item img:hover,
.product-item img:hover,
.shop-archive-custom-item img:hover {
  filter: opacity(0.75);
}
.blog-item {
  margin-bottom: 50px;
}
.blog-item .image img {
  object-fit: cover;
  height: 540px;
  width: 100%;
}
@media (max-width: 1199px) { .blog-item .image img { height: 440px; } }
@media (max-width: 991px)  { .blog-item .image img { height: 520px;	} }
@media (max-width: 991px)  { .blog-item .image img { height: auto; 	} }
.blog-item .title {
  margin-top: 20px;
  font-family: 'Ogg-Thin';
  font-size: 36px;
  line-height: 1.2;
}
.blog-item .title,
.blog-item img {
  transition: 0.3s;
}
.blog-item:hover .title {
  color: #FF5851;
}
.blog-item:hover img:hover {
  filter: opacity(0.75);
}
.category-item .title {
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  transition: 0.3s;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1.2;
}
.category-item:hover .title {
  color: #FF5851;
}
.section.blog-categories {
  padding-bottom: 0;
  padding-top: 0 !important;
}
.section.blog-categories .slick-slider {
  padding: 0;
}
.blog-archive h1.dani-title {
  margin-top: 0;
  margin-bottom: 30px;
}
.blog-post .post-meta {
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Conv_Poppins';
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.blog-post h1 {
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 40px;
}
.blog-post .category:after {
  padding-right: 10px;
  padding-left: 10px;
  content: '•';
}
.blog-post .category a {
  transition: 0.3s;
}
.blog-post .category a:hover {
  color: #FF5851;
}
.post-content,
.post-content a {
  font-family: 'Conv_Poppins';
  font-weight: 300;
  line-height: 1.8;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
  line-height: 1.2;
}
.post-content h2 {
  margin-top: 28px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DABFB9;
  margin-bottom: 30px;
}
.post-content h3 {
  font-family: 'Ogg-Regular';
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 25px;
  margin-bottom: 30px;
}
.post-content h4 {
  font-family: 'Conv_Poppins';
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 25px;
  margin-bottom: 30px;
}
.post-content .wp-block-image {
  margin: 0;
}
.post-content .wp-block-columns {
  margin-top: 30px;
  margin-bottom: 30px;
}
.post-content .wp-block-button {
  margin-top: 10px;
  margin-bottom: 10px;
}
.post-content .wp-block-button__link {
  background: #FF5851;
  text-decoration: none;
  padding: 13px 26px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2.1px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 0;
}
.post-content .wp-block-button__link:hover {
  background: #85442d;
}
.post-content .wp-block-button__link,
.post-content .wp-block-button__link:hover {
  color: #fff !important;
}
.search-form {
  padding: 40px;
  display: inline-flex;
}
.search-form * {
  outline: none !important;
}
.search-form .search-field {
  padding-left: 15px;
  padding-right: 15px;
  border: none;
}
.search-form .search-submit.btn {
  border: none !important;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}
.section.blog-archive {
    padding: 70px 0 55px;
}
/*@media (max-width: 1304px) {
  #section-1-latest .container-wrapp,
  #section-3 .container-wrapp,
  #section-5 .container-wrapp,
  #section-6 .container-wrapp,
  #section-2 .row-wrapp {
    margin: 0;
  }
}*/
@media (max-width: 767px) {
  .search-form {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .search-form input {
    width: -webkit-fill-available;
  }
	#section-2 .col-special {
		flex: 0 0 100%;
	}
}
@media(max-width:  1199px) {
  .col-special .h3 {
    font-size: 45px
  }
}
@media (max-width: 991px) {
	#section-1-latest {
		padding-top: 60px;
	}
  #section-1-latest .title-col {
    flex-wrap: wrap;
  }
  #section-1-latest .title-col .col-lg-3 {
    margin-bottom: 30px;
    width: 100%;
  }
  #section-1-latest .h2-value {
    margin-bottom: 30px;
  }
  #section-1-latest .subtitle {
    margin-top: 0;
  }
  #section-1-latest .bt-red {
    margin-top: 30px;
  }
  #section-1-latest .col-special .h3 {
    margin-top: 30px;
	margin-bottom: 30px;
  }
	#section-2 .margin-tp-bt {
		margin: 60px -15px;
	}
  #section-2 .row-wrapp {
    display: block;
    padding: 100px 15px 0;
  }
  #section-2 .row-wrapp::after {
    margin-left: 0px;
    margin-right: 0px;
  }
  #section-2 .row-wrapp .img-wrapp {
    margin: 0 auto 30px;
    max-width: 500px;
  }
  #section-2 .row-wrapp .col-md {
    padding: 0;
  }
  #section-2 .row-wrapp .h2-value {
    margin: 30px 0;
  }
  #section-2 .row-wrapp .subtitle {
    margin: 0 0 30px;
  }
  #section-2 .row-wrapp .p-text {
    margin: 0;
    padding: 0;
  }
  #section-2 .bt-red {
    margin-top: 30px;
  }
  #section-2 .col-special h3 {
    line-height: 0.75;
  }
  .cont-pinc-lite {
    padding-top: 60px;
  }
  #section-3 .h2-value {
    line-height: 1;
    margin-bottom: 30px;
  }
  #section-3 .subtitle-h2 {
    padding-bottom: 30px;
  }
  #section-3 .p-text {
    text-align: center;
    width: auto;
  }
  #section-3 .bt-red {
    margin-top: 30px;
  }
  #section-3 .img-wrapp,
  #section-3 .img-value {
    height: auto;
    margin: 0 auto;
    width: auto;
  }
  #section-3 .img-value {
    max-width: 500px;
  }
  .col-md.colxphoto {
    line-height: 1;
    margin: 0 0 30px;
    text-align: center;
  }
  #section-3 .img-wrapp {
    display: inline-block;
  }
  #section-3 .col-comment {
    flex-basis: 100%;
    order: 1;
  }
  #section-3 .col-special .h3 {
    line-height: 1;
    margin: 60px 0;
  }
  body.home .section.brands-love {
    padding-bottom: 60px;
  }
  body.home .section.brands-love h2 {
    line-height: 1;
  }
  body.home .section.brands-love .mt-60 {
    margin-top: 30px;
  }
	#section-5 {
		padding-bottom: 30px;
	}
  #section-5 .h2-value {
    margin: 60px 0;
  }
  .section-5-item {
    flex-basis: 50%;
    margin-bottom: 30px;
  }
  #section-5 .col-special .h3 {
    margin: 30px 0;
    line-height: 1;
  }
  #section-6 {
    margin: 0;
    padding: 60px 0 0;
  }
  #section-6 .col-special {
    margin: 0;
  }
  #section-6 .col-special .h3 {
    margin: 60px 0;
    line-height: 1;
  }
  #section-6 .h2-value {
    line-height: 1;
    margin: 0 0 30px;
  }
  #section-6 .subtitle {
    margin-bottom: 30px;
  }
  #section-6 .p-text {
    padding: 0;
  }
  #section-6 .bt-red {
    margin-top: 30px;
  }
  .section-6-content {
    max-width: 100%;
  }
  #section-6 .img-wrapp {
    display: inline-block;
    height: auto;
    margin: auto;
    width: auto;
  }
  #section-6 .img-wrapp .img-value {
    height: auto;
    width: auto;
    max-width: 500px;
  }
  #section-6 .inform-wrapp {
    flex-basis: 100%;
    order: 1;
  }
  .informxphoto {
    line-height: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  #section-7 {
    padding: 60px 0;
  }
  #section-7 .img-container {
    line-height: 0;
    margin: 0 auto 30px;
    max-width: 500px;
    width: auto;
  }
  .section-7-content {
    max-width: 100%;
  }
  #section-7 .h2-value {
    line-height: 1;
    margin: 0 0 30px;
    padding: 0;
  }
  #section-7 .h2-value br {
    display: none;
  }
  #section-7 .subtitle {
    margin: 0 0 30px;
  }
  #section-7 .p-text {
    margin: 0;
    padding: 0;
  }
  #section-7 .bt-red {
    margin-top: 30px;
  }
  .col-button {
    margin: 0;
  }
  #section-7 .col-button {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section-2-recent-wrap {
    flex-basis: 100%;
    margin-bottom: 20px !important;
    justify-content: center;
  }
  .section-2-recent-wrap:last-child {
    margin-bottom: 0 !important;
  }
  body.home .section.brands-love h2 {
    font-size: 56px;
    text-align: center;
  }
  body.home .section.brands-love .row.mt-40.mt-m-20 {
    justify-content: center;
  }
  body.home .section.brands-love .brand-item .text {
    text-align: center;
  }
  #section-5 .section-5-item a .img-wrapp {
    height: 370px;
  }
  #section-6 .img-wrapp .img-value,
  #section-3 .img-value {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .subtitle {
    font-size: 18px;
    line-height: 1.5;
  }
  #section-1-latest .title-col {
    display: block;
  }
  .col-special .line {
    display: none;
  }
  .col-special {
    display: block;
    margin: 0 0 60px !important;
    text-align: center;
  }
  .col-special .h3 {
    line-height: 1 !important;
    margin: 0 0 15px !important;
  }
  #section-5 .h2-value {
    margin: 60px 0 25px;
  }
	#section-5 .section-5-item a .img-wrapp .decoration-img {
		left: -2px;
	}
  .section-5-items-wrap {
    overflow-x: auto;
    width: 100%;
	padding-top: 35px;
  }
  .section-5-items {
    width: 1275px;
  }
  .section-5-item {
    flex-basis: 0;
  }
  #section-1-latest:after {
     content: '';
     display: block;
     height: 1px;
     background: #D5C0BA;
     margin: 0 15px;
  }
  .section-1-products-wrap {
    margin-bottom: 15px;
	width: 100%;
  }
  #section-2 .row-wrapp {
    padding: 130px 15px 0;
  }
  #section-2 .row-wrapp .img-wrapp {
	margin: 0 15px 30px;
    width: auto;
  }
  #section-2 .col-special {
    margin: 0 !important;
  }
  #section-3 .col-comment {
    margin-bottom: 60px;
  }
	#section-3 .decoration-img {
		width: 100px;
	}
	#section-5 {
		padding-bottom: 0;
	}
	#section-6 .decoration-img {
		width: 100px;
		height: auto;
		bottom: -30px;
		right: -30px;
	}
  #section-6 .row-wrapp {
    margin-bottom: 60px;
  }
  body .dark-pink.brands-love .decoration-img-first {
      left: 30px;
      width: 80px;
  }
  body.home .section.brands-love h2,
  .h2-value {
      font-size: 45px !important;
  }
}
.get-latest-excerpt {
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 50px;
    letter-spacing: .1em;
}
.page-involved img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-involved .get-hero-section {
  background: #F6F4F3;
  padding: 40px 0 70px 0;
}
.page-involved .get-container {
  /*max-width: 1300px;*/
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
.page-involved h2.get-hero-title {
  text-align: center;
  font-family: 'Ogg-Thin';
  font-weight: 300;
  font-size: 56px;
  line-height: 1.25;
  margin: 0 0 50px 0;
}
.page-involved .get-hero-subtitle {
  max-width: 640px;
  margin: 0 auto 80px auto;
  font-family: 'Ogg-Regular';
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 1.4;
  text-align: center;
}
.page-involved .get-hero-inner {
  border-top: 1px solid #fff;
  padding-top: 40px;
}
.page-involved h4.the-latest-title,
.page-involved h4.line-link-title {
  font-family: 'PalmerLakePrint';
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
.page-involved .get-hero-row {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.page-involved .get-row-image {
  flex: 0 0 50%;
}
.page-involved .get-row-image .image-wrapper {
  width: auto;
  height: 520px;
  padding: 5px;
  background: #fff;
  position: relative;
  max-width: 520px;
}
.page-involved .get-row-image .image-wrapper .over-flower {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 120px;
  height: 115px;
  transform: rotate(120deg);
}
.page-involved .get-row-text {
  text-align: center;
  flex: 0 0 50%;
}
@media (min-width: 992px) {
	.page-involved .get-row-text {
		padding-left: 40px;
	}
}
.page-involved .orange-button-read {
  font-family: 'Conv_Poppins';
  font-weight: 400;
  width: 150px;
  height: 50px;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #FC665A;
  color: #fff;
  border: 1px solid transparent;
  padding: 15px 25px;
  display: block;
  margin: 0 auto;
  transition: color ease 0.3s, background-color ease 0.3s, border ease 0.3s;
}
.page-involved .orange-button-read:hover {
  background-color: transparent;
  color: #85442D;
  border: 1px solid #CB7768;
}
.page-involved .get-hero-givebacks {
  display: block;
  padding: 40px 0;
  border-top: 1px solid #CB7768;
  border-bottom: 1px solid #CB7768;
  text-align: center;
  margin-top: 80px;
  font-family: 'Conv_Poppins';
  color: inherit;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all ease 250ms;
}
.page-involved .get-hero-givebacks:hover {
  text-decoration: underline;
}
.page-involved .fifty-two-acts {
  padding: 60px 0 80px 0;
  background: #F2D189;
  position: relative;
}
.page-involved h2.get-fifty-two-acts {
  font-family: 'Ogg-Thin';
  font-size: 56px;
  line-height: 1.25;
  margin: 0 0 40px 0;
  text-align: center;
}
.page-involved .get-slider-wrapper {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.page-involved .get-slider {
  position: relative;
}
.page-involved .get-slider:after {
  content: '';
  height: 1px;
  background: #CB7768;
  top: 40%;
  left: -4000px;
  right: -4000px;
  position: absolute;
  z-index: -1;
}
.page-involved .get-slider .slick-track {
  display: flex;
}
.page-involved .get-slider .slick-list {
  overflow: hidden;
}
.page-involved .get-slider .slick-arrow {
  background-color: #F2D189;
  top: 40%;
  width: 50px;
}
.page-involved .get-slider .slick-arrow:hover {
  opacity: 1;
}
.page-involved .get-slider .slick-arrow.slick-disabled {
  opacity: 0.2;
}
.page-involved .get-slider .slick-arrow.slick-prev {
  left: -65px;
}
.page-involved .get-slider .slick-arrow.slick-next {
  right: -65px;
}
.page-involved .get-slider .slick-slide {
  padding: 0;
}
.page-involved .get-slider-item {
  display: block;
  color: inherit;
  max-width: 300px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.page-involved .get-slider-item:hover .get-slider-item-title {
  color: #FF5851;
}
.page-involved .get-slider {
  z-index: 1;
}
.page-involved .get-slider-item-photo {
  width: 100%;
  height: 420px;
  padding: 5px;
  background: #fff;
  margin: 0 auto;
}
.page-involved .get-slider-item-text {
  transform: translateY(-27%);
}
.page-involved .get-slider-item-date {
  font-family: 'PalmerLakePrint';
  display: inline-block;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  padding: 0 15px;
  background-color: #fff;
  margin-bottom: 10px;
}
.page-involved .get-slider-item-title {
  font-family: 'Ogg-Regular';
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  display: inline-block;
  max-width: 200px;
  transition: all ease 0.3s;
}
.page-involved .get-subtitle {
  font-family: 'Conv_Poppins';
  font-weight: 300;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.75px;
  text-align: center;
  margin-bottom: 50px;
}
.page-involved .get-story-container {
  box-sizing: border-box;
  max-width: 850px;
  margin: 0 auto;
  padding: 0 15px;
}
.page-involved .get-submit-story {
  padding: 130px 0 100px 0;
  background: #FFAF9D;
}
.page-involved h4.get-submit-title {
  font-family: 'Conv_Poppins';
  font-weight: 500;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 2px;
  margin: 0 0 50px 0;
}
.page-involved form.get-submit-story-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 785px;
  width: 100%;
  margin: 0 auto;
}
.page-involved form.get-submit-story-form textarea,
.page-involved form.get-submit-story-form input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #CB7768;
  padding: 15px;
  outline: none;
  font-size: 16px;
  letter-spacing: 1px;
  color: #85442D;
  transition: border ease 0.3s;
}
.page-involved form.get-submit-story-form textarea:hover,
.page-involved form.get-submit-story-form input:hover,
.page-involved form.get-submit-story-form textarea:focus,
.page-involved form.get-submit-story-form input:focus {
  border: 1px solid #fff;
}
.page-involved form.get-submit-story-form textarea::placeholder,
.page-involved form.get-submit-story-form input::placeholder {
  font-family: 'Conv_Poppins';
  font-weight: 400;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #85442D;
}
.page-involved form.get-submit-story-form .get-input-wrapper {
  margin-bottom: 25px;
  flex: 0 0 370px;
  height: 50px;
}
.page-involved form.get-submit-story-form .get-textarea-wrapper {
  margin-bottom: 60px;
  height: 150px;
  flex: 1 0 100%;
}
.page-involved form.get-submit-story-form .get-textarea-wrapper textarea {
  resize: none;
}
.page-involved form.get-submit-story-form .get-submit-button {
  font-size: 12px;
  font-family: 'Conv_Poppins';
  font-weight: 400;
  letter-spacing: 2px;
  padding: 15px 20px;
  background: #fc665a;
  border: 1px solid transparent;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  transition: all ease 0.3s;
  cursor: pointer;
}
.page-involved form.get-submit-story-form .get-submit-button:hover {
  border: 1px solid #CB7768;
  color: #85442D;
  background-color: transparent;
}
.page-involved .get-volunteer {
  background: #F6F4F3;
  padding: 70px 0 90px 0;
}
.page-involved .get-volunteer-row {
  font-family: 'Conv_Poppins';
  max-width: 1040px;
  margin: 0 auto 130px auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.page-involved .get-volunteer-column {
  flex: 0 0 270px;
  padding: 0 15px;
}
.page-involved .get-column-title {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
}
.page-involved .get-column-text {
  margin: 0 0 30px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.75px;
}
.page-involved .get-visit-volunteer,
.page-involved .more-ways-link {
  display: inline-block;
  color: inherit;
  font-size: 12px;
  font-family: inherit;
  line-height: 1.75;
  letter-spacing: 2px;
  border: 1px solid #CB7768;
  padding: 15px 20px;
  transition: all ease 0.3s;
}
.page-involved .get-visit-volunteer:hover,
.page-involved .more-ways-link:hover {
  border-color: transparent;
  background: #fc665a;
  color: #fff;
}
.page-involved .more-ways-line-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-involved h4.line-link-title {
  margin: 0 30px 0 0;
  flex: 0 0 auto;
}
.page-involved .more-ways-link {
  text-align: center;
  width: 140px;
  flex: 0 0 140px;
  margin-left: 30px;
}
.page-involved .more-ways-line {
  padding: 0 30px;
  height: 1px;
  width: 100%;
  flex: 1 1 auto;
  background-color: #CB7768;
}
.page-involved .get-all-givebacks {
  background: #edcdc7;
  padding: 60px 0 80px 0;
}
.page-involved .get-posts-container {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
}
.page-involved .giveback-posts-row {
  display: flex;
  margin-top: -40px;
  margin-left: -40px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.page-involved .giveback-post-item {
  flex-basis: calc((100% - 120px) / 3);
  margin-top: 40px;
  margin-left: 40px;
  color: inherit;
}
.page-involved .giveback-post-item:hover {
  color: #FF5851;
}
.page-involved .giveback-post-title {
  padding: 0 10px;
  font-family: 'Ogg-Thin';
  font-weight: 300;
  font-size: 36px;
  line-height: 1.27;
  text-align: center;
  transition: all ease 0.3s;
}
.page-involved .giveback-post-photo {
  height: 340px;
  padding: 5px;
  background-color: #fff;
  margin-bottom: 15px;
}
body.home .btn.btn-brands {
  background: #fc665a;
  border: 1px solid #fc665a;
  transition: none;
}
body.home .btn.btn-brands:hover {
  background-color: transparent;
  border: solid #CB7768 1px;
  color: #85442D;
}
@media (max-width: 991px) {
  .page-involved .get-slider-wrapper {
    max-width: 600px;
  }
  .page-involved .get-slider {
    padding: 0;
  }
  .page-involved .get-container {
    max-width: 100%;
  }
  .page-involved .get-hero-row {
    flex-direction: column;
    justify-content: center;
  }
  .page-involved .get-row-text {
    margin-top: 30px;
  }
  .page-involved .get-row-image .image-wrapper {
    max-width: 440px;
    width: 100%;
    height: 440px;
  }
  .page-involved .get-row-image .image-wrapper .over-flower {
    top: -33px;
    right: -29px;
    width: 80px;
    height: 72px;
  }
  .page-involved form.get-submit-story-form {
    max-width: 600px;
    display: block;
    text-align: center;
  }
  .page-involved h2.get-hero-title {
    max-width: 600px;
    margin: 0 auto 40px auto;
    font-size: 36px;
  }
  .page-involved .fifty-two-acts {
    padding-bottom: 40px;
  }
  .page-involved .get-submit-story,
  .page-involved .get-volunteer {
    padding: 60px 0 70px 0;
  }
  .page-involved .giveback-posts-row {
    margin-top: -20px;
    margin-left: -20px;
  }
  .page-involved .giveback-post-item {
    flex-basis: calc((100% - 60px) / 3);
    margin-top: 20px;
    margin-left: 20px;
  }
  .page-involved .giveback-post-photo {
    height: 225px;
  }
  .page-involved .giveback-post-title {
    font-size: 24px;
  }
  .page-involved .get-hero-subtitle {
    margin-bottom: 40px;
  }
  .page-involved .get-volunteer-column {
    flex: 0 0 33.333%;
  }
  .page-involved .get-column-text {
    margin-bottom: 15px;
  }
  .page-involved h4.the-latest-title,
  .page-involved h4.line-link-title,
  .page-involved .get-slider-item-date {
    font-size: 40px;
  }
  .page-involved h4.get-submit-title {
    margin-bottom: 30px;
  }
	.page-involved h4.the-latest-title {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
  .page-involved br {
    display: none;
  }
  .page-involved .get-hero-inner {
    padding-top: 0;
  }
  .page-involved .get-row-image {
    padding: 0 15px;
  }
  .page-involved .get-row-image .image-wrapper {
    height: auto;
  }
  .page-involved h4.the-latest-title {
    margin-bottom: 10px;
  }
  .page-involved .get-hero-givebacks {
    margin-top: 40px;
    padding: 20px 0;
  }
  .page-involved h2.get-fifty-two-acts {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .page-involved .get-slider-wrapper {
    max-width: 300px;
  }
  .page-involved .fifty-two-acts {
    padding: 40px 0 20px 0;
  }
  .page-involved .get-slider .slick-arrow.slick-prev {
    left: -50px;
  }
  .page-involved .get-slider .slick-arrow.slick-next {
    right: -50px;
  }
  .page-involved h2.get-hero-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .page-involved .get-volunteer {
    padding: 50px 0;
  }
  .page-involved .get-volunteer-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .page-involved .get-volunteer-column {
    margin-bottom: 30px;
    max-width: 400px;
  }
  .page-involved .more-ways-line-link {
    display: block;
    text-align: center;
  }
  .page-involved h4.line-link-title {
    line-height: 0.8;
    margin: 0 0 30px 0;
  }
  .page-involved .more-ways-line {
    display: none;
  }
  .page-involved .more-ways-link {
    margin: 0;
  }
  .page-involved .giveback-posts-row {
    margin-top: -15px;
    margin-left: -15px;
  }
  .page-involved .giveback-post-item {
    flex-basis: calc((100% - 30px) / 2);
    margin-left: 15px;
    margin-top: 15px;
  }
  .page-involved .giveback-post-photo {
    margin-bottom: 10px;
  }
  .page-involved .giveback-post-title {
    font-size: 20px;
  }
  .page-involved .get-all-givebacks {
    padding: 50px 0;
  }
}
@media (max-width: 450px) {
  .page-involved .giveback-post-photo {
    height: 170px;
  }
}



.header-part {
    flex: 0 0 50%;
    padding: 150px 75px;
}
.header-left-part {
  background: #FFAF9D;
  display:none;
}
.header-center-part.header-part {
    padding-top: 30px;
    background: #edcdc7;
}
.admin-bar .header-center-part.header-part {
	padding-top: 60px;
}
.header-right-part {
  background: #f6f4f3;
}
.header-form-title {
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  margin-top: 0;
}
.logo-in-head img {
    max-width: 300px;
    margin: 0 auto 60px;
}
.header-center-part .header-dani-photo {
  margin: 0 auto;
  max-width: 400px;
}
.header-center-part .header-dani-graph {
  max-width: 300px;
  margin: -15px auto 0;
}
.header-form {
  display: block;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.header-form-input-wrapper {
  margin-bottom: 30px;
}
.header-form-input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #CB7768;
  padding: 15px;
  outline: none;
  font-size: 16px;
  letter-spacing: 1px;
  color: #85442D;
  transition: border ease 0.3s;
  text-align: center;
}
.header-form-input::placeholder {
  font-family: 'Conv_Poppins';
  font-weight: 400;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #85442D;
}
.header-form-submit {
  font-size: 12px;
  font-family: 'Conv_Poppins';
  font-weight: 400;
  letter-spacing: 2px;
  padding: 15px 20px;
  background: #fc665a;
  border: 1px solid transparent;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  transition: all ease 0.3s;
  cursor: pointer;
}
.header-form-submit:hover {
  border: 1px solid #CB7768;
  color: #85442D;
  background-color: transparent;
}
@media(max-width: 1400px) {
  .header-part {
    padding: 150px 30px;
  }
}
@media(max-width: 1199px) {
  .header-part {
    flex: 0 0 50%;
  }
}
@media(max-width: 767px) {
  .header-center-part {
    display: none;
  }
  .header-part {
    flex: 0 0 100%;
  }
  .header-menu ul {
    text-align: center;
  }
  .header-soc {
      text-align: center;
  }
}
.dark-pink.brands-love .row {
	position: relative;
}
.dark-pink.brands-love .decoration-img-first {
	position: absolute;
	top: 35%;
	left: 15px;
	width: 120px;
	transform:  translateX(-62%);
	z-index: 2;
}

.dark-pink.brands-love .decoration-img-second {
	position: absolute;
	top: 3%;
	right: 15px;
	width: 120px;
	transform: translate(68%, -33%);
	z-index: 2;
}
@media(max-width: 991px) {
	.dark-pink.brands-love .decoration-img-second {
		display: none;
	}
	.dark-pink.brands-love .decoration-img-first {
		top: 0;
	}
}
.blog-categories .slick-track > .slick-slide {
	padding: 0 10px;
}
#whats-new h3 {
	font-family: 'PalmerLakePrint';
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 400;
}
.collection-item:hover .description p ,
.collection-item:focus .description p {
	text-decoration:underline;
}
.colection-item a,
.brand-item a,
.colection-item p {
	transition: all ease 0.3s;
}
.collection-item:hover .title a ,
.collection-item:focus .title a,
.brand-item:hover .title a ,
.brand-item:focus .title a {
	color: #FF5851;
}
.collection-item:hover .description a ,
.collection-item:focus .description a,
.brand-item:hover .description a ,
.brand-item:focus .description a {
	text-decoration: underline;
}
.collection-item-inner {
    margin: 0 auto;
}
.collections-titles h5 {
	margin-bottom: 0;
}
@media (min-width: 768px) and (max-width:991px) {
	#section-2 .col-special h3 {
		white-space: normal;
	}
	.section-1-products-wrap {
		flex: 0 0 100%;
	}
}
.scroll-slider::-webkit-scrollbar {
    opacity: 0;
}
.section-1-products-wrap {
	overflow-y: hidden;
}
.blog-categories-slider-wrap {
    height: 331px;
    overflow-y: hidden;
}
.blog-categories-slider {
    font-size: 0;
    white-space: nowrap;
    overflow-x: scroll;
    user-select: none;
    width: 100%;
    height: 350px;
	text-align: center;
}
.blog-categories-slider .category-item {
    display: inline-block;
    margin: 0 10px;
}
.blog-categories-slider .category-item:first-child {
    margin-left: 0;
}
.blog-categories-slider .category-item:last-child {
    margin-right: 0;
}
.blog-categories-slider .category-item img {
	height: 300px;
	width: 200px;
	object-fit: cover;
}
img.aligncenter {
    margin: 0 auto 2em;
    display: block;
}
img.alignleft {
    display: block;
    float: left;
    margin: 0 2em 2em 0;
}
img.alignright {
    display: block;
    float: right;
    margin: 0 0 2em 2em;
}
@media (max-width: 991px) {
	.blog-categories-slider .category-item img {
		height: 250px;
		width: 167px;
	}
	.blog-categories-slider-wrap {
		height: 279px;
	}
	.blog-categories-slider {
		height: 297px;
	}
}
/*::-webkit-scrollbar {
	height:5px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: rgba(99,40,35,0.5);
	height:5px;
	border-radius:5px;
	
}*/


/* Talent show page */

.talent-show {
  font-family: 'Conv_Poppins';
  color: #A40925;
}

.talent-show__hero img,
.talent-show__footer img {
  width: 100%;
  height: auto;
}

@media (max-width: 428px) {
  .talent-show__hero img,
  .talent-show__footer img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
  }
}

.talent-show__strip {
  width: 100%;
  height: 54px;
  background-repeat: repeat-x;
  background-size: auto 54px;
  background-position: center;
}

.talent-show__info {
  padding: 100px 0;
}

@media (max-width: 428px) {
  .talent-show__info {
    padding: 30px;
  }
}

.talent-show__info h1 {
  font-family: 'Conv_Poppins';
  font-weight: 500;
  font-size: 56px;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media (max-width: 428px) {
  .talent-show__info h1 {
    font-size: 36px;
  }
}

.talent-show__info h2 {
  font-family: 'Conv_Poppins';
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 428px) {
  .talent-show__info h2 {
    font-size: 22px;
  }
}


.talent-show__description {
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.talent-show__date {
  background-color: white;
  padding: 45px;
  text-align: center;
}

.talent-show__date__divider {
  width: 280px;
  height: 1px;
  margin: 30px auto;
  background-color: #A40925;
}

.talent-show p {
  font-size: 19px;
  font-weight: 500;
  line-height: 36px;
}

@media (max-width: 428px) {
  .talent-show p {
    font-size: 15px;
    line-height: 1.5;
  }
}

.talent-show__date p {
  margin: 0;
}

.talent-show__form {
  padding: 100px 0;
  background-size: cover;
}

@media (max-width: 428px) {
  .talent-show__form {
    padding: 0;
  }
}

.talent-show__form h2 {
  margin: 0 0 30px 0;
  text-align: center;
  font-family: inherit;
  font-size: 28px;
  font-weight: 57px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.talent-show__form-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background-color: white;
  padding: 50px;
}


div.wpforms-container-full .wpforms-form input {
  width: 100% !important;
  display: block !important;
  padding: 20px !important;
  border: 1px solid #904026 !important;
  color: #904026 !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  max-width: initial !important;
}

div.wpforms-container-full .wpforms-form label {
  margin-bottom: 10px !important;
  font-weight: 500 !important;
}

.wpforms-field input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #904026;
  opacity: 1; /* Firefox */
}

.wpforms-field input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #904026;
}

.wpforms-field input::-ms-input-placeholder { /* Microsoft Edge */
  color: #904026;
}

.wpforms-field label {
  text-transform: uppercase;
  font-weight: 500;
}

.wpcf7-radio {
  display: flex;
}

.wpcf7-radio > span {
  margin-left: 0;
  display: flex;
  text-transform: uppercase;
  font-size: 16px;
  align-items: center;
}

.wpcf7-radio > span.first {
  margin-right: 15px;
}

.wpcf7-radio input {
  margin: 0 10px 0 0;
}

.wpcf7 .radio-box {
  display: flex;
  margin-bottom: 30px;
}

.wpcf7 .radio-box label {
  margin-right: 30px;
}

.wpforms-field-radio ul {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.wpforms-field-radio ul li {
  display: flex !important;
  align-items: center;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
  margin: 0 !important;
  word-break: initial !important;
}

.talent-show div.wpforms-container-full .wpforms-form ul li {
  margin-bottom: 0 !important;
}

.wpforms-submit {
  text-transform: uppercase !important;
  background: #A40925 !important;
  color: white !important;
  letter-spacing: 2px !important;
  max-width: 370px !important;
  margin: 0 auto !important;
  border: 0 !important;
  padding: 15px !important;
  width: 100% !important;
  display: block !important;
}

.giveaway-header-section{
    background: #ffcfe8;
    background: linear-gradient(300deg,#ffcfe8 0%, #ed64bd 25%, #e8397f 50%, #eb581e 75%, #f5ae8f 100%);
    background: -webkit-linear-gradient(300deg,#ffcfe8 0%, #ed64bd 25%, #e8397f 50%, #eb581e 75%, #f5ae8f 100%);
    background: -moz-linear-gradient(300deg,#ffcfe8 0%, #ed64bd 25%, #e8397f 50%, #eb581e 75%, #f5ae8f 100%);
    padding: 29px 0;
}
.giveaway-header-section img{
    display: block;
    margin: auto;
    max-width: 540px;
    width: 100%;
}
.section-title{
    font-family: 'Ogg-Thin';
    font-weight: 300;
    font-size: 72px;
    line-height: 89px;
    text-align: center;
}
.section-subtitle{
    font-weight: 600;
    font-size: 25px;   
    text-transform: uppercase;    
    text-align: center;
}
.section-desc{
    font-weight: 500;
    font-size: 19px;
    text-align: center;
    line-height: 36px;
    max-width: 510px;
    margin: auto;
    letter-spacing: 0.5px;
}
.giveaway-details-section{
    padding: 100px 0;
}
.giveaway-details-section .section-title{
    margin-bottom: 30px;
}
.giveaway-details-section .section-subtitle{
    margin-bottom: 30px;
}
.giveaway-details-section img{
    display: block;
    margin: auto;
}
.giveaway-cats-section{
    background: #ffcfe8;
    background: linear-gradient(300deg,#ffcfe8 0%, #ed64bd 25%, #e8397f 50%, #eb581e 75%, #f5ae8f 100%);
    background: -webkit-linear-gradient(300deg,#ffcfe8 0%, #ed64bd 25%, #e8397f 50%, #eb581e 75%, #f5ae8f 100%);
    background: -moz-linear-gradient(300deg,#ffcfe8 0%, #ed64bd 25%, #e8397f 50%, #eb581e 75%, #f5ae8f 100%);
    padding: 100px 0 75px;
}
.giveaway-cats-section .section-title{
    color: #ffffff;
    margin-bottom: 30px;
}
.giveaway-cats-section .section-subtitle{
    color: #ffffff;
    margin-bottom: 95px;
    letter-spacing: 0.6px;
}
.giveaway-cats-section .cat-item{
    position: relative;
    max-width: 360px;
    margin: 0 auto 25px;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 1);
}
.giveaway-cats-section .cat-item img{
    display: block;
}
.giveaway-cats-section .cat-title{    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-weight: 500;
    background-color: #ffffff;
    padding: 15px;
    padding: 15px 35px;
    width: max-content;
    max-width: 100%;
    text-align: center;
    color: #85442D;
}
.giveaway-cats-section .cat-title:hover{
    background-color: #fc665a;
    color:#ffffff;
}
@media(max-width: 991px){
    .giveaway-details-section .section-desc {
        margin-bottom: 30px;
    }
}
@media(max-width: 767px){
    .section-title{
        font-size: 56px;
        line-height: 68px;
    }
    .section-subtitle {        
        font-size: 15px;       
    }
    .section-desc{
        font-size: 14px;
        line-height: 26px;
    }
    .giveaway-details-section {
        padding: 60px 0 75px;
    }   
    .giveaway-cats-section {
        padding: 60px 0;
    } 
    .giveaway-cats-section .section-subtitle {        
        margin-bottom: 55px;        
    }
    .giveaway-cats-section .cat-title {
        font-size: 20px;
    }
}
/* Amazon Finds */
.amazon-header-section{
    padding: 0 0 25px 0;
}
.amazon-header-section .section-title{    
    font-weight: 600;    
    letter-spacing: 3px;
    color: #B89D89;
    padding: 0px;
    margin-bottom: 5px;
}
.amazon-header-section .section-subtitle{   
    font-weight: 400;
    font-size: 40px;
    text-transform: none;
    color: #ED7C74;
}
.amazon-goods-section{
    padding-bottom: 35px;
}
.amazon-good-item{
    text-align: center;
    margin-bottom: 25px;
}
.amazon-good-item img{
    display: block;
    width: 100%;
    margin-bottom: 15px;
    
}
.amazon-good-title{
    font-size: 24px;
    color: #000000;
}
.amazon-good-link{
    font-size: 24px;
    color: #B89D89;
    word-break: break-word;
}
.amazon-good-link:hover{
    color: #fc665a;
}
.amazon-dani-info{
    background-color: #EBE1D5;
    color: #000000;
    font-size: 24px;
    padding: 40px;    
    line-height: 36px;
    margin-bottom: 35px
}
.amazon-dani-info p{
    margin-top: 0;
}
.amazon-dani-info-img{
    width: 100%;
}
.amazon-top-finds-section .images-block{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.amazon-top-finds-section .images-block img{
    width: 100%;
    max-width: 205px;
    display: block;
}
.amazon-dani-info-section{
    padding-bottom: 35px;
}
.amazon-dani-info-col{
	order:8;
}
.amazon-dani-info-separator{
	width: 100%;
	order:8;
}
@media(max-width: 767px){
    .amazon-header-section .section-title{    
        font-size: 42px;   
    }
    .amazon-header-section .section-subtitle{           
        font-size: 26px;        
    }
    .amazon-good-title{
        font-size: 16px;        
    }
    .amazon-good-link{
        font-size: 16px; 
        line-height: 1;
    }
    .amazon-dani-info {        
        padding: 35px 15px 15px;        
    }
    .amazon-top-finds-section .images-block img{
        max-width: 170px;
  }
}