@font-face {
  font-family: "MyMadelynTrial";
  src: url("../fonts/Madelyn-Trial-Regular.ttf")
}

@font-face {
  font-family: "MyKudryashevDisplay-Sans";
  src: url("../fonts/KudryashevDisplay-Sans.ttf")
}

@font-face {
  font-family: "MyPlayfairDisplay-Regular";
  src: url("../fonts/PlayfairDisplay-Regular.ttf")
}


.button, .button-1 {
  border: 1px solid #79462b !important;
  border-radius: 10px !important;
}

.addProductVariantToCartErrors li {
  color: #ed3b4b;
  padding: unset;
}

/**
 * ----------------------------------------
 * animation fade-in-fwd
 * ----------------------------------------
 */

.fade-in-fwd {
  -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}


/* HTML: <div class="loader"></div> */
.loader {
  display: inline-flex;
  gap: 5px;
  animation: l3-0 1s infinite;
  transform-origin: 50% calc(100% + 2.5px);
}

  .loader:before,
  .loader:after {
    content: "";
    width: 25px;
    aspect-ratio: 1;
    box-shadow: 0 0 0 3px inset #fff;
  }

  .loader:after {
    transform-origin: -2.5px calc(100% + 2.5px);
    animation: l3-1 1s infinite;
  }

@keyframes l3-1 {
  50%, 100% {
    transform: rotate(180deg)
  }
}

@keyframes l3-0 {
  0%, 50% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(90deg)
  }
}

.compose-overview h1 {
  font-weight: bolder;
}

@media (min-width: 1025px) {
  .compose-overview .overview {
    text-align: center;
    padding: unset;
  }

    .compose-overview .overview > div {
      margin: 0 0 10px;
    }
}

.compose-overview .overview > div {
  margin: 0 10px 15px;
}

.compose-ta-creme .product-essential {
  padding-top: 10px;
}


.compose-illustration-bg {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/FOND-OMBRES-cut.png');
  clip-path: polygon(50% 0%, 100% 0, 100% 91%, 77% 83%, 45% 100%, 13% 87%, 0 100%, 0% 43%, 0 0);
}

  .compose-illustration-bg h1 {
    font-family: "MyPlayfairDisplay-Regular", Times New Roman, serif;
    color: #79462B;
    margin-left: 3em;
    margin-top: 1.5em;
    font-weight: bold;
    font-size: 2.5em;
    margin-bottom: 0.5em;
  }

  .compose-illustration-bg div {
    margin-left: 7em;
    margin-top: 1.5em;
  }

  .compose-illustration-bg label {
    border: #79462B;
    border: 3px solid #79462B;
    border-radius: 5px;
    padding: 0.5rem;
    margin: 0.75em;
    font-family: "MyPlayfairDisplay-Regular", Times New Roman, serif;
    color: #78452a;
    font-size: 1.25em;
    font-weight: bold;
  }



@media (min-width: 1347px) {
  .rich-blog-homepage .post-title {
    left: 10%;
    background-color: transparent;
  }
}

.blog-search-box .listbox {
  background: #F8F2EA !important;
}

.blog-post {
  padding: 2em;
}

.rich-blog-homepage .blog-post {
  background-color: transparent;
}


.rich-blog-homepage .title {
  color: #79462b;
  text-align: center;
  font-weight: bold;
}

  .rich-blog-homepage .title strong {
    font-family: "Inter";
    font-size: 35px;
    font-weight: inherit;
  }

@media (min-width: 769px) {
  .rich-blog-homepage .title strong {
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding: 0 30px;
    line-height: 1em;
  }

  .product-grid > .title strong, .home-page-category-grid > .title strong {
    background-color: transparent;
    font-size: 28px;
  }
}

.rich-blog-homepage {
  margin-top: 1em;
}

@media (min-width: 1347px) {
  .header.normal .header-menu > ul > li .sublist li a {
    font-family: "MyPlayfairDisplay-Regular", Times New Roman, serif;
  }

  .header.normal .header-menu > ul > li .sublist {
    background-color: #78452a;
  }

  .header.normal .header-menu > ul > li:hover > div > .with-subcategories {
    background-color: transparent;
    color: #79462B;
  }

  .header.normal .header-menu > ul > li:hover {
    text-decoration: underline;
    background-color: transparent;
    color: #79462B;
  }

    .header.normal .header-menu > ul > li:hover > a, .header.normal .header-menu > ul > li:hover > span, .header.normal .header-menu > ul > li:hover > div > .with-subcategories {
      background-color: transparent;
    }
}

@media (min-width: 1025px) {
  .header.normal .responsive-nav-wrapper-parent {
    top: 10px;
  }

  .gallery .picture-wrapper {
    margin-top: 10%;
  }
}

.kali-header {
  display: flex;
  justify-content: space-around;
}

@media all and (max-width: 4000px) {
  .search-box.store-search-box {
    display: none;
    top: 0;
    left: 0;
    z-index: 1070;
    width: 100%;
    margin: 2px 0 0;
    padding: 25px 10px 20px;
    background-color: #fff;
    text-align: center;
  }

    .search-box.store-search-box.open {
      display: block;
      position: fixed !important;
    }

  .responsive-nav-wrapper .search-wrap {
    display: inline-block;
  }
}

.mega-menu span {
  color: #79462B;
}

.responsive-nav-wrapper .search-wrap span {
}

@media (max-width: 1024px) {
  .responsive-nav-wrapper.stick {
    background-color: #79462B;
  }

  .footer {
    padding-top: 25px;
    background-color: #79462b !important;
  }
}

.breadcrumb-title-wrapper {
  background-color: transparent;
}

.page-title h1:before {
  display: none !important;
}

.page-title h1 {
  color: #78452a !important;
}

/*.button-2, .estimate-shipping-button {
  text-align: center;
  background-color: #78452a !important;
  padding: 0.5em 1em !important;
  font-size: 24px !important;
  border-radius: 1em !important;
  color: #f7f1e9 !important;
  border: 0;
  font-family: 'Inter' !important;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;*/
/*height:56px;*/
/*}*/

.product-details-page:before, .page-title:after {
  display: none !important;
}

.product-essential {
  background-color: transparent;
  margin: 0.25em;
}

.product-details-page {
  background-color: transparent;
}

  .product-details-page form {
    background-color: transparent;
    margin-bottom: 2vw !important;
  }

.gallery {
  background-color: transparent;
}

.cloudzoom {
  border: 1px solid #79462B !important;
  max-width: 80%
}

@media (min-width: 1347px) {
  .master-wrapper-content {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .home-page .topic-block {
    margin-bottom: 0;
  }

  .footer {
    padding-top: 25px;
    background-color: #79462b !important;
  }
}

.master-wrapper-content {
  margin-top: 20px;
}


@media (min-width: 1281px) {
  .master-wrapper-content {
    margin-bottom: 0;
  }
}


@media (min-width: 1025px) {
  .header.normal {
    padding: unset !important;
    background-color: #fff;
  }

  .footer {
    padding-top: 25px;
    background-color: #79462b !important;
  }
}

.footer {
  background-color: #79462b !important;
}

.topic-block {
  max-width: max-content;
  padding: 0;
}


.center-1 {
  margin: 0;
}

body {
  background-color: #f7f1e9;
  font-family: Inter;
  color: hsla(0, 0%, 0%, 1);
  font-size: 14px;
  line-height: 1.4em;
  display: none
}

center-1 {
  background-color: transparent;
}

.master-column-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: transparent;
  width: 100%;
}

h3 {
  margin-bottom: 0px;
  justify-content: flex-end;
  color: #68513f;
  font-size: 100px;
  font-weight: 400;
  text-align: center;
}


.page-title {
  background: transparent;
}

  .page-title h1 {
    background: transparent;
  }

.header {
  max-height: 120px;
  max-width: none;
  background-color: #f7f1e9;
}

@media (min-width: 769px) {
  .responsive-nav-wrapper-parent {
    position: unset;
  }

  .responsive-nav-wrapper > div > span, .responsive-nav-wrapper > div > a {
    width: 60px;
    height: 60px;
  }
}

.header.normal {
  background-color: #f7f1e9;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5px;
}

..responsive-nav-wrapper > div {
  margin: 0;
}

.header.normal .header-logo {
  background-color: #f7f1e9;
  max-width: 170px;
  padding: 0;
}


.header.normal .header-menu {
  background-color: #f7f1e9;
}

@media (min-width: 769px) {
  .page-title h1, .forums-main-page .topic-block-title h2 {
    display: inline-block;
    padding: 10px;
  }
}

@media (max-width: 1024px) {
  .header .header-logo, .responsive-nav-wrapper-parent {
    background-color: #f7f1e9;
  }
}

@media (max-width: 800px) {
}

@media (max-width: 1024px) {
}


@media (max-width: 900px) {
  .base-item-img {
    max-width: 30% !important;
  }
}

.responsive-nav-wrapper-parent {
  background-color: #fff0;
}

.responsive-nav-wrapper .personal-button span {
  background-position-y: center !important;
}


.item-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.item-box {
  height: auto;
  width: 250px;
  border-radius: 10px;
  max-height: 210px;
}

  .item-box .product-title a {
    text-align: start;
  }

.homepage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2em;
  margin-top: 5em;
}

.homepage-grid-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.hero-big-image {
  margin-left: 88px;
  border-radius: 10px;
  height: 300px;
}

.hero-big-video {
  margin-right: 50px;
  border-radius: 10px;
  height: 300px !important;
  width: auto;
}

.hero-center-title {
  font-size: 60px;
}

@font-face {
  font-family: "MyMelodrama";
  src: url("../fonts/Melodrama-Medium.ttf")
}


h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: "MyPlayfairDisplay-Regular";
  color: #79462B;
  line-height: 1.4em;
  font-weight: 100;
}

.blog-post, .post-picture, .news-item {
  border-radius: 10px;
}

.full-description {
  max-width: 400px;
  margin: auto !important;
  text-align: start;
  padding: 0;
}

  .full-description > p {
    padding: 0;
  }


.add-to-cart-button {
  font-size: 18px;
  border-radius: 15px;
  min-width: 300px;
  width: 100%;
  max-width: 400px;
}

.product-price {
  margin-top: 5px !important;
}

.price-value-1 {
  padding: 3px;
}

.coupon-code:after {
  display: none;
}

.prices {
  margin-bottom: -10px;
}

.slide-in-right {
  -webkit-animation: slide-in-right 1.5s cubic-bezier(.25,.46,.45,.94) both;
  animation: slide-in-right 1.5s cubic-bezier(.25,.46,.45,.94) both
}

.slide-out-right {
  -webkit-animation: slide-out-right 1.5s ease-in-out both;
  animation: slide-out-right 1.5s ease-in-out both
}

/* ----------------------------------------------
 * Generated by Animista on 2024-3-30 8:37:26
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2024-3-30 9:7:49
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0
  }
}

@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0
  }
}

/*thme change*/
.topic-block {
  margin: 0;
  padding: 0;
  text-align: center;
}
/*homepage*/

body {
  background-color: #f7f1e9;
  display: flex;
  flex-direction: column;
  margin: 0;
}

p {
  color: #403A3A;
  padding-left: 5%;
  padding-right: 5%;
  text-align: justify;
  margin: 1em;
}

h2 {
  color: #79462B;
  text-align: center;
  font-size: 24px;
}

h3 {
  color: #79462B;
  text-align: start;
  font-size: 1.45em;
}


.kali-button {
  text-align: center;
  background-color: #78452a;
  padding: 0.35em 1em;
  font-size: 24px;
  border-radius: 1em;
  color: #f7f1e9;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.pre-footer {
  margin: 6vw;
}

dialog > button {
  background-color: #78452a;
  font-size: 14px;
  border-radius: 1em;
  padding: 5px;
  color: #f7f1e9;
}



.kali-button:hover {
  text-align: center;
  background-color: #f7f1e9;
  padding: 0.5em 1em;
  border-radius: 1em;
  color: #78452a;
  border: 0;
}

.compose-ta-kalicrem-btn:hover {
  text-align: start;
  border: 2px solid #78452a;
}



.compose-ta-kalicrem-btn {
  text-align: start;
  border: 2px solid #f7f1e9;
}

.concept {
  margin-top: 15px;
}

div.concept > img {
  width: 80% !important;
}

.banniere {
  position: relative;
  margin-top: 15px;
}

.banniere-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  margin-top: 8.5vw;
}

.banniere-title {
  color: #f7f1e9;
  font-size: 35px;
  font-weight: bolder;
  margin-bottom: 10px;
}

.slogan {
  margin-top: -1em;
  display: flex;
  justify-content: center;
}

.slogan-text {
  background-color: #78452a;
  width: 100%;
  height: 25%;
  padding: 1em;
  text-align: center;
  color: #f7f1e9;
  margin: auto;
  font-size: 35px;
  font-weight: bolder;
}

.kalistory {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}

.kalistory-img {
  width: 50%;
  display: flex;
}

.kalistory-text {
  width: 50%;
  text-align: center;
}

  .kalistory-text h2, .valeurs-text h2, .bases h2 {
    margin: 15px;
    font-size: 24px;
  }


div.kalistory-text > p {
  font-size: 18px;
}

@media all and (max-width: 480px) {
}

@media (min-width:900px) and (max-width: 1250px) {


  div.kalistory-text > p, div.valeurs-text > p, div.base-item > p {
    font-size: 18px !important;
    margin: 0.5em !important;
  }

  div.kalistory-text > h2, div.valeurs-text > h2 {
    font-size: 24px;
  }

  .kali-button {
    font-size: 24px;
  }
}
/*
  @media (min-width:900px) and (max-width: 1024px) {
   .kali-button {
       font-size:2vw;
   }
    div.kalistory-text > h2, div.valeurs-text > h2 {
      font-size: 2vw;
    }

     div.kalistory-text > p, div.valeurs-text > p {
      font-size: 1.65vw !important;
      margin: 0.5em !important;
    }
  }*/

div.base-item > p {
  font-size: 17px;
}


.valeurs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.valeurs-text {
  width: 50%;
  text-align: center;
}

div.valeurs-text > p {
  font-size: 17px;
}

.valeurs-img {
  width: 50%;
  display: flex;
}


.bases {
  margin: 2vw;
  display: flex;
  flex-direction: column;
}

.bases-content {
  margin: 1em;
  display: flex;
  flex-flow: row;
  align-items: center;
}

.base-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.composetacreme {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-image: url("/images/uploaded/VISUEL 3 POTS.png");
  background-repeat: no-repeat;
}

.responsive-img {
  width: 100%;
  height: auto;
}

.responsive-img-home {
  width: 100%;
  height: auto;
}

.page-button {
  display: flex;
  justify-content: start;
  margin: 1em;
}



.fade-in {
  -webkit-animation: fade-in 1.5s linear;
  animation: fade-in 1.5s linear;
}

.composetacreme-text {
  display: flex;
  flex-direction: column;
  margin: 1em;
}

@media all and (max-width: 900px) {

  div.kalistory-text > p, div.valeurs-text > P {
    font-size: 17px;
    margin: 0.5em;
  }

  div.kalistory-text > h2, div.valeurs-text > h2 {
    font-size: 24px;
    margin: 1em;
    text-align: start;
  }

  div.bases > h2 {
    font-size: 24px;
    margin: 4vw;
  }

  .bases {
    margin: 1em;
  }

  .kalistory-text {
    width: 100%;
  }

  .valeurs-text {
    width: 100%;
  }


  .kalistory {
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }

  .kalistory-img {
    width: 100%;
    flex-direction: row;
    justify-content: center;
  }

  .kalistory-text {
    max-width: 100%;
  }

  .valeurs {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1em;
  }

  .valeurs-img {
    width: 100%;
    flex-direction: row;
    justify-content: center;
  }

  .valeurs-text {
    max-width: 100%;
  }

  .bases-content {
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin: unset;
  }

  .composetacreme {
    flex-direction: column;
  }

  .slogan {
    margin-top: 35px;
  }

  .slogan-text {
    font-size: 24px;
  }

  .banniere-content {
    margin-top: 0em;
    bottom: 0%;
    font-size: 0.7em;
    justify-content: flex-end;
    margin-bottom: 2em;
    position: unset;
    transform: unset;
    width: 100%;
  }

  .banniere-button {
    margin: 10px;
    font-size: 24px;
    padding-bottom: 10px;
  }

  .composetacreme-text {
    justify-content: center;
    text-align: center;
  }

  h3 {
    text-align: center;
  }

  .responsive-img-home {
    width: 100%;
    height: auto;
  }

  .page-button {
    justify-content: center;
  }

  .banniere-title {
    color: #79462b;
    display: block;
    font-size: 24px;
  }

  .base-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 15px;
  }

    .base-item > h3 {
      font-weight: bolder;
      font-size: 24px;
    }
}

@media (min-width: 650px) and (max-width: 800px) {
  .banniere-content {
    /*  bottom: 50%; */
  }
}

.banniere-button {
  justify-content: center;
  margin-top: 20px;
}

.content-button {
  justify-content: center;
  margin: 3vw;
}


/* COMPOSE TA CREME */

.base-item-img {
  max-width: 170px;
  min-width: 150px;
  clip-path: circle(50% at center);
  margin-bottom: 10px;
}

.compose-bannier-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.compose {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.compose-img {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 40%;
  margin: 2em;
}

.compose-illustration {
  border: 1px solid #79462B !important;
  max-width: 350px;
  align-self: center;
}


.compose-choice {
  display: flex;
  flex-direction: column;
}

.responsive-img {
  max-width: 100%;
  height: auto;
}


.compose-choice h1 {
  color: #79462B;
  align-self: center;
  display: contents;
}

.swiper-subtitle {
  color: #79462B;
  align-self: center;
  text-align: center;
  margin: 0.5em;
  line-height: normal;
}

h2.swiper-subtitle {
  font-size: 24px;
  font-weight: unset;
}

section {
  display: flex;
  flex-flow: row wrap;
  margin: 0.5em;
}

  section > div {
    flex: 1;
  }

input[type="radio"] {
  display: none;
  &:not(:disabled)~label

{
  cursor: pointer;
}

}

.compose-choice label {
  height: 100%;
  max-width: 450px;
  display: block;
  background: #F8F2EA;
  border: 1px solid #79462B;
  border-radius: 10px;
  padding: 0.75rem;
  margin-bottom: 1.5rem;
  text-align: start;
  box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
  position: relative;
  color: #79462B;
  font-size: x-large;
}

  .compose-choice label > a {
    text-decoration: underline;
  }

  .compose-choice label > h2 {
    margin-top: 0.25em;
    padding: 0;
    text-align: left;
  }


  .compose-choice label > p {
    margin: 10px 0 0 0;
    padding: 0;
  }

.compose-choice input[type="radio"]:checked + label {
  background-color: #79462B;
  color: #F8F2EA !important;
  &::after

{
  color: #F8F2EA !important;
}

}

.compose-choice input[type="radio"]:checked + label h2 {
  background-color: #79462B;
  color: #F8F2EA;
  &::after

{
  color: #F8F2EA;
}

}

.compose-choice input[type="radio"]:checked + label a {
  background-color: #79462B;
  color: #F8F2EA;
  &::after

{
  color: #F8F2EA;
}

}

.compose-choice input[type="radio"]:checked + label p {
  background-color: #79462B;
  color: #F8F2EA;
  &::after

{
  color: #F8F2EA;
}

}

.compose-choice input[type="radio"]:checked + label span {
  background-color: #79462B;
  color: #F8F2EA;
  &::after

{
  color: #F8F2EA;
}

}

.compose-choice input[type="radio"]:checked + label button {
  background-color: #79462B;
  color: #F8F2EA;
  &::after

{
  color: #F8F2EA;
}

}

.compose-choice input[type="checkbox"]:checked + label {
  background-color: #79462B;
  color: #F8F2EA !important;
  &::after

{
  color: #F8F2EA !important;
}

}

.compose-choice input[type="checkbox"]:checked + label h2 {
  background-color: #79462B;
  color: #F8F2EA;
  &::after

{
  color: #F8F2EA;
}

}

.compose-choice input[type="checkbox"]:checked + label span {
  background-color: #79462B;
  color: #F8F2EA;
  &::after

{
  color: #F8F2EA;
}

}

.compose-choice input[type="checkbox"] {
  display: none;
}

  .compose-choice input[type="checkbox"]:checked + label p {
    background-color: #79462B;
    color: #F8F2EA;
    &::after

{
  color: #F8F2EA;
}

}

.compose-choice input[type="checkbox"]:checked + label button {
  background-color: #79462B;
  color: #F8F2EA;
  &::after

{
  color: #F8F2EA;
}

}




.compose-choice p {
  font-weight: 900;
}

.swiper {
  max-width: 400px;
  height: 100%;
}

.compose-nav-button {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 1em;
}

.swiper-button-prev {
  position: unset !important;
}

  .swiper-button-prev:after {
    font-family: "MyPlayfairDisplay-Regular", Times New Roman, serif;
    font-size: 1.2em !important;
    background-color: #78452a;
    padding: 0.5em 1em;
    font-size: 1.40em;
    border-radius: 10px;
    color: #f7f1e9;
    border: 0;
    line-height: unset !important;
    content: '<' !important;
  }

.swiper-button-next:after {
  font-family: "MyPlayfairDisplay-Regular", Times New Roman, serif !important;
  font-size: 1.2em !important;
  text-align: center;
  background-color: #78452a;
  padding: 0.5em 1em;
  font-size: 1.20em;
  border-radius: 10px;
  color: #f7f1e9;
  border: 0;
  content: 'ETAPE SUIVANTE' !important;
  line-height: unset !important;
}

.swiper-button-next {
  position: unset !important;
  width: unset !important;
}

.swiper-style {
  display: flex;
  flex-direction: column;
}

@media all and (max-width: 768px) {
  .compose {
    flex-direction: column;
    align-items: center;
    width: auto;
  }

  .compose-img {
    width: 50%;
  }

  .compose-illustration {
    max-width: 100%;
    align-self: center;
  }
}

@media all and (max-width: 350px) {
  .swiper {
    max-width: 320px;
    height: 100%;
  }

  .compose-choice {
    max-width: 280px;
  }
}

@media all and (min-width: 1024px) {
  .compose {
    justify-content: center;
  }

  .compose-illustration {
    max-width: 70%;
    align-self: center;
  }
}


/* Diagnostic capillaire  */
.diag {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.diag-choice {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  align-items: center;
}

.diag-title {
  color: #79462B;
  align-self: center;
  font-size: 35px;
  margin: 1em;
  font-family: 'MyPlayfairDisplay-Regular' !important;
}

.diag-subtitle {
  font-family: 'Inter' !important;
  color: #79462B;
  align-self: center;
  text-align: center;
  font-size: 24px;
  margin-bottom: 1em;
  line-height: normal;
}

.diag-button-input {
  display: none;
  &:not(:disabled)~label

{
  cursor: pointer;
  width: 100%;
}

}

.diag-choice label {
  max-height: 135px;
  /* height: 80%; */
  max-width: 450px;
  display: block;
  background: #F8F2EA;
  border: 1px solid #79462B;
  border-radius: 10px;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
  text-align: start;
  box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
  position: relative;
  color: #79462B;
  font-size: smaller;
  font-family: 'Inter' !important;
}

  .diag-choice label > a {
    text-decoration: underline;
  }

  .diag-choice label > h2 {
    margin-top: 0.25em;
    padding: 0;
    text-align: left;
  }

  .diag-choice label > p {
    margin: 0;
    padding: 0;
    font-size: large;
    color: #79462B;
  }

.diag-choice input[type="radio"]:checked + label {
  background-color: #79462B;
  color: #F8F2EA;
  &::after

{
  color: #F8F2EA;
}

}

.diag-choice input[type="radio"]:checked + label h2 {
  background-color: #79462B;
  color: #F8F2EA;
  &::after

{
  color: #F8F2EA;
}

}

.diag-choice input[type="radio"]:checked + label a {
  background-color: #79462B;
  color: #F8F2EA;
  &::after

{
  color: #F8F2EA;
}

}

.diag-choice input[type="radio"]:checked + label p {
  background-color: #79462B;
  color: #F8F2EA;
  &::after

{
  color: #F8F2EA;
}

}




.diag-choice p {
  font-weight: 900;
}







.diag-button {
  font-family: 'MyPlayfairDisplay-Regular', 'Inter' !important;
  font-size: x-large !important;
  background-color: #78452a;
  padding: 0.5em 1em;
  font-size: 1.40em;
  border-radius: 10px;
  color: #f7f1e9;
  border: 0;
  line-height: unset !important;
  content: 'Valider' !important;
  width: 50%;
  margin-bottom: 1em;
}


.question {
  min-width: 300px;
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.questions {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent !important;
}

.diag-text-input {
  background: #F8F2EA !important;
  border: 1px solid #79462B !important;
  border-radius: 10px !important;
  padding: 0.75rem !important;
  width: 90%;
}

.diag-dialog {
  background: #F8F2EA;
  border: 1px solid #79462B;
  border-radius: 10px;
  padding: 0.75rem;
  margin: auto;
}


.social-network-link {
  display: flex;
  flex-direction: row;
  margin-top: 0.5em;
  justify-content: center;
}

.custom-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  color: #f7f1e9;
  max-width: 1440px;
  margin: auto;
  align-items: flex-start;
  margin-bottom: 2vw;
}

@media (max-width: 500px) {
  .custom-footer {
    flex-direction: column;
    align-items: center;
  }

  .kali-button {
    font-size: 18px
  }
}

div#diag-message {
  font-size: 18px;
  font-family: 'Inter';
}

.custom-footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  font-family: 'Inter';
  margin-top: 0.5em;
}

  .custom-footer-content h2 {
    color: white;
    font-size: 18px;
    font-family: 'Inter';
    margin: auto;
    margin-bottom: 10px;
  }

  .custom-footer-content a {
    color: #f7f1e9;
    text-decoration: none;
  }

    .custom-footer-content a:hover {
      text-decoration: underline;
      color: #f7f1e9;
    }


.logo-footer {
  width: 100px;
  margin-bottom: 1rem;
}

.header-logo .logo {
  margin-top: 5px;
}


.collapsible {
  cursor: pointer;
  width: 100%;
  border: 0;
  text-align: left;
  outline: 0;
  font-size: 15px;
  background-color: transparent;
  text-decoration: underline;
}

  .active, .collapsible:hover {
    font-weight: bold;
  }

.compose-content-description {
  padding: 0 18px;
  display: none;
  font-size: 17px;
  font-weight: unset;
  margin-top: 10px;
}

.compose-description {
  margin-top: 5px;
  color: dimgray;
  font-size: 15px;
}



.wrapper-quantity-price-compose {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: auto !important;
  min-width: 300px;
  max-width: 400px;
}


.price-compose {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.overview .plus {
  background-color: transparent;
  position: unset;
  width: 40px;
  height: 40px;
  border: 1px solid #79462b;
  border-radius: 10px;
  color: #79462b;
}

.overview .minus {
  position: unset;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #79462b;
  border-radius: 10px;
  color: #79462b;
}

.overview .qty-input {
  background-color: transparent;
  margin: unset;
  border: unset;
}

.overview .quantity-wrapper-compose {
  display: flex;
}

.overview .short-description {
    text-align: justify;
}

.compose-overview .plus {
  background-color: transparent;
  position: unset;
  width: 40px;
  height: 40px;
  border: 1px solid #79462b;
  border-radius: 10px;
  color: #79462b;
}

.compose-overview .minus {
  position: unset;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #79462b;
  border-radius: 10px;
  color: #79462b;
}

.compose-overview .qty-input {
  background-color: transparent;
  margin: unset;
  border: unset;
}

.compose-overview .quantity-wrapper-compose {
  display: flex;
}


.product-reviews .write-review .title {
  color: #79462b;
  font-size: x-large;
}

.product-reviews .product-review-list .title {
  font-size: large;
  margin-bottom: 2vw;
}

.product-reviews .write-review .fieldset {
  color: #79462b;
  font-size: large;
  /*font-family: 'MyPlayfairDisplay-Regular', 'Inter';*/
}



.product-reviews .result {
  color: #79462b;
  font-size: x-large;
  /*font-family: 'MyPlayfairDisplay-Regular', 'Inter';*/
  margin-bottom: 2vw;
}

.product-reviews {
  /*color: #79462b;*/
  /*font-size: x-large;*/
  font-family: 'Inter';
  /*margin-bottom: 2vw;*/
}

.product-review-item {
  background-color: transparent;
}

.product-review-item-inner-wrapper {
  max-width: 40%;
  background-color: white;
  border-radius: 10px;
  margin-bottom: 2vw;
  border: 1px solid #79462b;
}

.inputs {
  font-family: 'Inter';
}

.login-page .new-wrapper .text {
  font-family: 'Inter';
  border: 1px solid #79462b;
  border-radius: 10px;
  margin-bottom: 2vw;
}

.login-page .form-fields {
  border: 1px solid #79462b;
  border-radius: 10px;
}

.login-page .buttons {
  background-color: transparent;
}

.account-page form .form-fields {
  font-family: 'Inter';
  border: 1px solid #79462b;
  border-radius: 10px;
}

.address-list-page .title strong:before {
  content: unset
}

.address-list-page .title strong:after {
  content: unset
}

.address-list-page .info {
  font-family: 'Inter';
  border: 1px solid #79462b;
  border-radius: 10px;
}

.account-page .button-1 {
  margin: 2vw;
  font-family: 'Inter';
}

.page {
  font-family: 'Inter';
}

.no-data {
  border: 1px solid #79462b;
  border-radius: 10px;
}

.title strong:after {
  content: unset !important;
}

.title strong:before {
  content: unset !important;
}

.news-title:after, .post-title:after {
  content: unset !important;
}

.post-title, .news-title {
  color: #79462B;
  text-align: left;
  padding: 0 0 5px;
}

  .post-title:hover {
    text-decoration: underline;
  }


.post-body, .news-body, .post-date, .news-date {
  text-align: left;
}

.post-wrapper > p {
  font-size: 18px;
  font-family: 'Inter' !important;
}

.post-wrapper > h3 {
  font-size: 20px;
  font-family: 'Inter' !important;
}

.post-wrapper > h2 {
  font-size: 24px;
  font-family: 'Inter' !important;
}

.page-title > h1 {
  font-size: 35px;
  font-family: 'MyPlayfairDisplay-Regular' !important;
}

.blog-page .post {
  background-color: transparent;
}

@media (min-width: 1281px) {
  .page-title, .forums-main-page .topic-block-title {
    margin-bottom: 80px;
  }
}

.blog-page .post, .news-items .news-item {
  padding: 5px !important;
}

.post-date {
  display: none;
}

@media (min-width: 769px) {
  .blog-page .post-date {
    float: left;
    margin: 0;
    line-height: unset;
  }
}

.blog-page .post-title {
  line-height: 30px;
  margin-bottom: 15px;
}

.blog-block-wrapper {
  margin: auto;
}

.post-body {
  text-align: justify;
}

.blog-page .buttons .read-more {
  text-transform: unset;
}

.share-post {
  display: none;
}

@media (min-width: 769px) {
  .blog-block-wrapper {
    margin-bottom: 15px;
  }
}

.blog-posts {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}

.blog-page .buttons .read-more:hover {
  text-decoration: underline;
  color: black;
}

.blog-page .buttons .read-more {
  padding: 0px;
  color: black;
}


.blog-posts .read-more:before, .news-items .read-more:before, .blog-posts .read-more:after, .news-items .read-more:after {
  content: unset;
}

.page-body, .post-date, .post-body, .post-footer {
  background-color: transparent !important;
}

.new-comment {
  max-width: 950px;
  margin: auto;
  border: 1px solid #79462b;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}


.blogpost-page .post-body, .news-item-page .news-body {
  padding: 0px 0px;
}

.post-date {
  text-align: right;
}

@media (min-width: 1025px) {
  .post-date {
    text-align: right !important;
  }
}

@media (min-width: 1281px) {
  .page-title, .forums-main-page .topic-block-title {
    margin-bottom: 0px;
  }
}


.comment-list {
  max-width: 950px;
  border: 1px solid #79462b;
  border-radius: 10px;
  margin: auto;
}

@media (min-width: 1281px) {
  .comment-list .title {
    padding-top: 0;
  }
}

div.post-wrapper img {
  max-width: 100%;
  height: auto;
}

div.post-wrapper table {
  max-width: 100%;
}

@media (min-width: 1281px) {
  .wishlist-page form, .shopping-cart-page form {
    margin-top: 0px;
  }
}


.order-summary-content {
  max-width: 1440px;
  margin: auto;
}


.shopping-cart-page form:before {
  content: unset;
}

.shopping-cart-page .table-wrapper {
  border: 1px solid #f7f1e9;
  border-radius: 10px;
}

.cart-options > div {
  background-color: transparent;
}

.cart-options .common-buttons .button-2, .cart-options .common-buttons .estimate-shipping-button {
  background-color: #79462b;
  border: 0;
  color: #f7f1e9;
  height: 44px;
}

.cart-options .common-buttons {
  margin-top: 20px;
}

.back-link {
  text-align: center;
}

.tab-section {
  border: 1px solid #79462b;
  border-radius: 10px;
}

.header-selectors, .header-links {
  border: 1px solid #79462b;
  border-radius: 10px;
}

.productAddedToCartItem, .addProductVariantToCartErrors {
  border: 1px solid #79462b;
}


  .addProductVariantToCartErrors li {
    font-family: 'MyPlayfairDisplay-Regular', 'Inter';
  }

.ajaxCart .k-window-titlebar .k-button {
  background-color: transparent;
}

@media all and (max-width: 950px) {

  .product-review-item-inner-wrapper {
    max-width: 80%;
    margin: auto;
    margin-bottom: 2vw;
  }
}


@media (min-width: 1025px) and (max-width: 1346px) {
  .product-essential:before {
    background-color: transparent;
  }
}


@media (min-width: 1281px) {
  .category-page-body .twocolumns, .manufacturer-page-body .twocolumns, .vendor-page-body .twocolumns {
    width: 100%;
    margin-bottom: 2vw;
    max-width: 1600px;
    margin: auto;
    margin-bottom: 2vw;
  }
}


.item-box {
  width: 100%;
  background-color: transparent;
  margin: 3vw;
  border: 1px solid #79462b;
  border-radius: 10px;
  box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
}


  .item-box .picture img {
    border-radius: 10px;
    max-height: 208px;
    max-width: 208px;
    margin: unset;
  }

.block {
  background-color: transparent;
  margin: 3vw;
  border: 1px solid #79462b;
  border-radius: 10px;
}

.center-side-wrapper .twocolumns {
  max-width: 1600px;
  margin: auto;
  margin-bottom: 2vw;
}

@media (min-width: 1347px) {
  .header.normal .header-menu > ul > li > a, .header.normal .header-menu > ul > li > span, .header.normal .header-menu > ul > li > div > .with-subcategories {
    color: #79462B;
    padding: 12px 25px;
  }
}


.order-summary-content {
}

@media (min-width: 481px) {
  .order-summary-content, .cart td, .data-table td, .compare-products-table td, .forums-table-section td {
    padding: 5px;
  }
}

.order-summary-content .quantity-block .plus, .quantity-block .minus {
  position: initial;
}

.order-summary-content .quantity-block .qty-input {
  margin: 0;
  height: 25px;
  width: 25px;
  padding: 1px;
  vertical-align: bottom;
  border: 0;
}

.order-summary-content .quantity-block .minus, .order-summary-content .quantity-block .plus {
  border: 1px solid #79462b;
  border-radius: 10px;
  color: #79462b;
}

.coupon-box, .hint {
  margin-bottom: 10px;
  background-color: white;
  border-radius: 10px;
  text-align: left;
  padding: 10px;
  /*  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 15px;*/
}

/*.shopping-cart-page .table-wrapper {
    max-width:70%;
}*/

.cart-left-section {
  float: left;
  width: 73%;
}

.cart-right-section {
  float: right;
  width: 26%;
  padding-left: 15px;
  padding-right: 10px;
}

.cart .product-picture img {
  padding: 10px;
}

.product-title-cart, .totals-title {
  color: #79462B;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  background: transparent;
  border-bottom: 1px solid #eaeaea;
  padding: 12px 20px 8px;
  letter-spacing: .02em;
  line-height: 20px;
  margin-bottom: 15px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border: 1px solid #79462b;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .cart td {
    display: block;
    border: 0;
    padding: 10px;
    text-align: center;
  }

  .cart colgroup, .cart thead {
    display: none;
  }

  .cart {
    display: block;
  }

  .cart-left-section, .product-grid.cross-sells {
    width: 100%;
  }

  .cart-right-section {
    width: 100%;
    padding-left: 0;
  }

  .cart tbody {
    display: block;
    overflow: hidden;
  }

  .cart tr {
    display: block;
    float: left;
    width: 100%;
    margin: 20px 0 0;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
  }


  .cart-item-row {
    width: 31.33333%;
    margin: 20px 1% 20px;
  }
}

@media (min-width: 480px) {
  .cart tr {
    width: 46%;
    margin: 40px 2% 0;
  }
}

@media (min-width: 768px) {
  .cart tr {
    width: 31.33333%;
    margin: 20px 1% 20px;
  }
}

@media (min-width: 1281px) {
  .shopping-cart-page .cart-footer .totals {
    float: right;
    width: 100%;
  }
}

.cart-options > div {
  margin-bottom: 0;
  padding: 0;
}

.cart-collaterals {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 50px;
  padding: 0;
}

  .cart-collaterals .deals {
    margin: 0 0 30px;
    background-color: transparent;
    padding: 0;
  }

  .cart-collaterals .title {
    text-align: left;
    margin: 0 0 5px;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
  }

  .cart-collaterals .deals > div {
    margin: 0 0 20px;
  }

  .cart-collaterals .hint {
    margin: 0 0 10px;
    padding: 0;
  }

  .cart-collaterals .coupon-code:before {
    display: none;
  }

.cart-footer .title strong {
  font-size: 18px;
  font-family: 'Inter';
  padding: 0;
}

.cart-footer .title {
  padding: 0;
  background-color: transparent;
}

.cart-collaterals .button-2 {
  display: inline-block;
  background-color: #fff;
  padding: 10px 15px;
  color: #000;
  border: 2px solid #000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.cart-collaterals .coupon-code input[type=text] {
  float: left;
  width: 55%;
  height: 36px;
  margin: 0 -1px 0 0;
  border: 1px solid #ddd;
}

.cart-collaterals .coupon-code button[type=submit] {
  float: left;
  width: 45%;
  height: 36px;
  padding: 0;
}

div.cart-collaterals > input[type=text] {
  height: 36px;
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: middle;
}

div.cart-collaterals > input {
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  color: #4d4d4d;
  letter-spacing: .8px;
}

input {
  letter-spacing: .8px;
}

.cart .remove-from-cart button {
  height: 30px;
  width: 30px;
}

.cart-footer .cart-collaterals div {
  background-color: white;
  margin-top: 10px;
  padding: 10px;
  border-radius: 10px;
}

@media (min-width: 1382px) {
  .cart-footer .cart-collaterals, .cart-footer .totals {
    width: 100%;
    margin: 0;
  }

    .cart-footer .cart-collaterals .deals {
      float: left;
      width: 100%;
      background-color: transparent;
    }
}

@media (min-width: 992px) {
  .cart-footer .cart-collaterals div, .cart-footer .cart-collaterals label {
    text-align: left;
  }

  .cart-footer .cart-collaterals {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1281px) {
  .cart-collaterals .coupon-box, .cart-collaterals .giftcard-box {
    width: 100%;
  }
}

.cart-collaterals .coupon-code button {
  position: initial;
  min-width: unset;
  margin: unset;
  border: 1px solid #79462b !important;
  border-radius: 10px;
}

.cart-footer .totals {
  border-radius: 10px;
}

.header-menu > ul li > a, .header-menu > ul li > span, .header-menu > ul li > div > .with-subcategories {
  color: #79462b;
}

.value-summary {
  font-family: 'Inter';
}

.bar-notification-container {
  z-index: 4000;
  position: sticky;
  top: 0;
}

.bar-notification {
  bottom: unset;
  top: 0;
  position: sticky;
  display: flex;
  margin: 15px;
  max-width: 600px;
  border: 1px solid #79462B;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  background-color: #f7f1e9;
  margin: auto;
}

.side-2 {
  display: none;
}

.header-menu .sublist-wrap.active {
  background-color: #f7f1e9;
}

.header-menu .back-button:after {
  color: #79462B;
}

.header-menu .back-button span {
  background-color: #f7f1e9;
}


.login-page .topic-block-title h2 {
  background-color: transparent;
  font-size: 24px;
  font-family: 'Inter' !important;
  color: #78452a !important;
}

.login-page .topic-block-body {
  max-width: 500px;
  margin: 0 auto 30px;
}

  .login-page .topic-block-body > p {
    margin: 0;
    background-color: #fff;
    padding: 40px 20px;
    line-height: 26px;
    color: #666;
    font-family: 'Inter';
    border: 1px solid #79462b;
    border-radius: 10px;
    margin-bottom: 2vw;
  }



.not-found-page .topic-block-title h2 {
  background-color: transparent;
  font-size: 24px;
  font-family: 'Inter' !important;
  color: #78452a !important;
}

.not-found-page .topic-block-body {
  max-width: 500px;
  margin: 0 auto 30px;
}

  .not-found-page .topic-block-body > p {
    margin: 0;
    background-color: #fff;
    padding: 40px 20px;
    line-height: 26px;
    color: #666;
    font-family: 'Inter';
    border: 1px solid #79462b;
    border-radius: 10px;
    margin-bottom: 2vw;
  }

.not-found-page .topic-block {
  margin: auto;
}

.inputs label {
  font-size: 18px;
}

.add-to-cart-compose {
  max-width: 400px;
  width: 100%;
}


.pager ul {
  background-color: transparent;
}

.products-container .product-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

  .products-container .product-item .kali-add-to-cart, .products-container .product-item .kali-add-to-wishlist-button {
    width: 35px;
    background: unset;
  }

  .products-container .product-item .kali-add-to-cart {
    position: absolute;
    top: 85%;
    left: 80%;
  }

.item-box .picture a:before {
  content: "";
  display: none;
  padding-top: 100%;
}

.item-box .product-item .picture button {
  background: unset;
}

.products-container .product-item .kali-add-to-wishlist-button {
  position: absolute;
  width: 35px;
  left: 160px;
  top: 15px;
}

  .products-container .product-item .kali-add-to-wishlist-button img {
    width: 35px;
  }


.products-container .item-box .product-item .picture img {
  position: unset;
  padding: 0;
  z-index: 1050;
}

.product-list .item-box {
  max-width: 210px;
}

  .product-grid .item-box .picture, .product-list .item-box .picture {
    width: 100%;
  }

.product-list .item-box {
  max-height: 350px;
  height: 80%;
}

  .product-list .item-box button {
    padding: 0;
    z-index: 1050;
    border: unset;
  }

.item-box .details {
  padding: 10px;
}

@media (min-width: 769px) {
  .item-box .details {
    width: 100%;
  }
}

.item-box .prices {
  margin: 5px;
  font-family: 'Inter';
  color: #79462b;
}

.item-box .product-title a {
  color: #79462b;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: bolder;
}

@media (min-width: 1025px) {
  .product-list .item-box .details {
    width: 100%;
    min-height: initial;
    padding-right: initial;
  }
}

.item-box .actual-price {
  color: #79462b;
}

@media (min-width: 1281px) {
  .center-2 {
    float: unset;
    margin: auto;
  }
}


.category-description p, .manufacturer-description p, .vendor-description p, .full-description p, .topic-html-content p, .topic-page p, .post-body p, .news-body p, .custom-tab p {
  font-size: 18px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: justify;
  padding-top: 5px;
  padding-bottom: 5px;
}

div.page-body > h2 {
  text-align: start;
}

.topic-page > h1 {
  font-weight: bold;
}

.topic-page {
  margin: 10px;
}

.compose-title {
  width: 100%;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'MyPlayfairDisplay-Regular', 'Inter', serif !important;
  font-size: 35px;
}

@media all and (max-width: 430px) {
  .compose-title {
    font-size: 25px;
  }
}


.contact-page form {
  background-color: transparent;
}

.footer-insta {
  height: 46px;
  width: 46px;
  margin-bottom: 1rem;
}

.logo-region {
  max-width: 300px;
}

.cart-left-section {
  width: 60%;
}

.cart-right-section {
  width: 36%;
}

.post-navigation {
  display: none;
}

.pre-footer {
  margin-top: 2em;
  margin-bottom: 2em;
}

.footer-insta > img {
  width: 46px;
}

 .cart-total span {
  font-size: 14px;
}