@font-face {
    font-family: Cormorant;
    src: url("https://res.cloudinary.com/rr6/raw/upload/v1659344357/fonts/Cormorant-Regular_zww8gm.otf") format("opentype");
}
@font-face {
    font-family: Heebo;
    src: url("https://res.cloudinary.com/rr6/raw/upload/v1659344974/fonts/Heebo-Regular_r3hoje.ttf");
}
:root {
    --font-main: 'Heebo';
}
body {
    font-family: Heebo, serif;
}
.pt-4 {
  padding-top: 2em !important;
}
.pb-4 {
  padding-bottom: 2em !important;
}
.our-brands a:hover img {
  opacity: .10;
}
.chocoloate_brands_wr ul li {
  position: relative;
}
ul.our-brands .brand-text {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
  opacity: 0;
}
.our-brands a:hover div {
  opacity: 1;
  transition: all .3s ease;
  top: 50%;
}
.brand-text h5 {
  margin-bottom: 6px !important;
  color: #3f2021;
  font-size: x-large;
}
.brand-text p {
  text-transform: uppercase;
  font-size: smaller;
  color: #946037;
}
section.sec-row-6.online_store_wr.new h1 {
  font-size: xxx-large !important;
  color: #3f2021;
  position: relative;
  letter-spacing: 6px;
}
section.sec-row-6.online_store_wr.new p {
  text-transform: uppercase;
  font-size: smaller;
  color: #946037;
}
@font-face {
  font-family: 'Quentin Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Quentin Regular'), url('https://res.cloudinary.com/rr6/raw/upload/v1659014956/Quentin_cpyxvd.woff') format('woff');
}
.new h1 span {
  font-family: 'Quentin Regular';
  color: #f2e4cd;
  font-size: 1.5em;
  position: absolute;
  top: 90px;
  right: 25%;
  z-index: -1;
}
.online_store_wr.new h2.hm-loop-product__title {
  font-size: 1.3em;
  max-width: 240px;
  font-weight: 600;
  margin: auto;
  color: #3f2021 !important;
}
li.product.category-wrapper h2 {
  margin-top: 10px !important;
  font-size: 1.2em !important;
  max-width: 176px !important;
  margin: auto;
}
.products-wrapper .image img {
  max-height: 240px !important;
}
.footer.brands ul a {
  color: #444;
}
.footer.brands ul {
  padding: 0 !important;
  list-style: none;
}
form.footer-contact {
  padding: 0px !important;
}
form.footer-contact input {
  margin: 0px !important;
  margin-bottom: 6px !important;
}
.footer-copy a {
  color: #666;
}
.footer-payments {
  text-align: center;
  margin-bottom: 10px;
}
.footer-payments img {
  max-width: 44px !important;
}
.products-wrapper ul li.home-category {
  width: 19% !important;
}
@media screen and (max-width: 597px){
  .products-wrapper ul li.home-category {
    display: block;
    width: 74% !important;
    margin: 0 auto !important;
  }
}
.products-wrapper ul {
  padding: 0;
}
.m-auto {
  margin: auto;
}
.d-flex{
  display: flex;
}
.menucenter.m-auto img {
  max-width: 160px;
}

.container-fluid.header-container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.align-items-center{
  align-items: center;
}
.header-container .menu-items a{
  padding: 10px 20px;
  color: #333;
  text-transform: uppercase;
}
.menu2 a {
  margin-left: 10px;
  
}
.menu1 a {
  margin-right: 10px;
}
@media screen and (min-width: 597px){
  .container-fluid.header-container {
    /*padding-left: 40px;
    padding-right: 40px;*/
  }
}
header#newheader a.ltx-cart.cart.shop_table {
  position: relative;
}
header#newheader span.cart-contents.header-cart-count.count {
  position: absolute;
  top: 0;
  right: -2px;
  width: 22px;
  text-align: center;
  background: #ff7d7d;
  color: #fff;
  border-radius: 50%;
  height: 22px;
  font-size: small;
}
header#newheader a.ltx-cart.cart.shop_table i {
  font-size: x-large;
}
.drop-menu-link{
  position: relative;
}
.drop-menu {
  position: absolute;
  display: none;
  opacity: 0;
  z-index: 19;
  background: #fff;
  left: -30px;
  top: 30px;
  min-width: 270px;
  padding-top: 2em;
  padding-bottom: 1em;
}
.drop-menu a {
  display: block;
  font-weight: normal !important;
}
.drop-menu:hover, .drop-menu-link:hover + .drop-menu {
  display: block;
  opacity: 1;
  transition: all .5s ease;
}
.drop-container{
  position: relative;
}
.drop-menu a {
  display: block;
  font-weight: normal !important;
}
.drop-menu a:hover {
  padding-left: 40px !important;
  transition: all .5s ease;
}
.drop-menu a:hover::before{
  opacity: 1;
  left: 15%;
  transition: all .5s ease;
}
.drop-menu a {
  position: relative;
}
.drop-menu a::before {
  /*content: "";
  border: 1px solid #999;
  opacity: 0;
  position: absolute;
  height: 14px;
  top: 47%;
  left: 10%;
  transform: translate(-50%, -50%);*/
}
span.drop-container {
  margin-left: auto;
}
.ml-auto{
  margin-left: auto;
}
@media screen and (max-width: 959px){
  .container-fluid.header-container{
    display: none;
  }
}
@media screen and (min-width: 960px){
  .container-fluid.header-container-mob{
    display: none;
  }
  .mob-menu-items{
    display:none !important
  }
}
.menucenter.mob-menu {
  padding: 14px;
}
.menucenter.mob-menu img {
  max-width: 100px;
}
.mob-menu-tog {
  width: 54px;
  height: 54px;
  text-align: center;
  border: 1px solid #888;
  border-radius: 50%;
  align-items: center;
  display: flex;
}
.container-fluid.header-container-mob {
  position: relative;
}
section.chocoloate_brands_wr {
    background: #fcf8ed;
}
.mob-menu-items {
  position: absolute;
  top: 80px;
  z-index: 9;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 20px;
}
.mob-menu-items a {
  display: block;
  color: #333;
  font-weight: normal !important;
  margin-bottom: 6px;
}
header.page-header.header-parallax.ltx-parallax h1 {
    font-family: Cormorant, serif;
    text-transform: uppercase;
}
header#newheader a {
    font-size: .8em;
}
.footer.brands ul a {
    color: #444;
    line-height: 2em;
}
.online_store_wr.new h1 {
    font-family: Cormorant,serif;
}
.app-footer form#getInTouchForm input {border-radius: 0px;border: 2px solid #cec2ab;margin: 22px 0px;background-color: #fff;}.app-footer form textarea, .app-footer .form-row textarea, .app-footer form input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]), .app-footer .form-row input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]) {width: 100%;font-size: 16px;display: block;margin: 0 auto;color: rgba(0, 0, 0, 0.8);padding: 14px 36px;border: 0;-webkit-border-radius: 40px;-webkit-background-clip: padding-box;-moz-border-radius: 40px;-moz-background-clip: padding;border-radius: 40px;background-clip: padding-box;font-family: 'Karma', sans-serif;font-family: var(--font-main), sans-serif;font-weight: 400;-webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);-webkit-font-smoothing: antialiased;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}.app-footer form.footer-contact input {margin: 0px !important;margin-bottom: 6px !important;}.app-footer input {line-height: normal;}.app-footer button, .app-footer input, .app-footer optgroup, .app-footer select, .app-footer textarea {color: inherit;font: inherit;margin: 0;}.app-footer form#getInTouchForm input[type="submit"] {margin: 0px;}.app-footer form#getInTouchForm input {border-radius: 0px;border: 2px solid #cec2ab;margin: 22px 0px;background-color: #fff;}.app-footer form.footer-contact input {margin: 0px !important;margin-bottom: 6px !important;}.app-footer input[type="submit"] {padding-right: 34px;}.app-footer .button, .app-footer input[type="button"], .app-footer input[type="submit"], .app-footer .btn, .app-footer .hm button[name="update_cart"], .app-footer .hm input[name="update_cart"], .app-footer .hm #respond input#submit, .app-footer .hm a.button, .app-footer .hm button.button, .app-footer .hm input.button {-webkit-border-radius: 40px;-webkit-background-clip: padding-box;-moz-border-radius: 40px;-moz-background-clip: padding;border-radius: 40px;background-clip: padding-box;transition: color 0.3s ease, opacity 0.3s ease, border 0.3s ease, background 0.3s ease, box-shadow 0.25s ease-in-out;text-transform: lowercase;font-family: 'Karma', serif;font-family: var(--font-headers), serif;font-weight: 400;-webkit-text-stroke: 0px transparent;-webkit-font-smoothing: antialiased;font-weight: 600;font-size: 18px;padding: 12px 30px 10px 34px;margin-bottom: 25px;min-width: 170px;position: relative;overflow: hidden;display: inline-block;border: 0;-webkit-background-clip: border-box !important;-moz-background-clip: border-box !important;background-clip: border-box !important;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;color: #5a4f45;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);border: 2px solid #f0c96a;background-color: #f0c96a;box-shadow: inset 0 0px 0 50px #fff;text-transform: capitalize;}.app-footer button, .app-footer html input[type="button"], .app-footer input[type="reset"], .app-footer input[type="submit"] {-webkit-appearance: button;cursor: pointer;}.app-footer button, .app-footer html input[type="button"], .app-footer input[type="reset"], .app-footer input[type="submit"] {-webkit-appearance: button;cursor: pointer;}.app-footer input {line-height: normal;}.app-footer button, .app-footer input, .app-footer optgroup, .app-footer select, .app-footer textarea {color: inherit;font: inherit;margin: 0;}.app-footer form#getInTouchForm input:hover {color: #a1926e;}.app-footer form#getInTouchForm input:focus {border-color: #f0c96a;}.app-footer form#getInTouchForm input {border-radius: 0px;border: 2px solid #cec2ab;margin: 22px 0px;background-color: #fff;}.app-footer form textarea, .app-footer .form-row textarea, .app-footer form input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]), .app-footer .form-row input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]) {width: 100%;font-size: 16px;display: block;margin: 0 auto;color: rgba(0, 0, 0, 0.8);padding: 14px 36px;border: 0;-webkit-border-radius: 40px;-webkit-background-clip: padding-box;-moz-border-radius: 40px;-moz-background-clip: padding;border-radius: 40px;background-clip: padding-box;font-family: 'Karma', sans-serif;font-family: var(--font-main), sans-serif;font-weight: 400;-webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);-webkit-font-smoothing: antialiased;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}.app-footer form.footer-contact input {margin: 0px !important;margin-bottom: 6px !important;}.app-footer .form-control:focus, .app-footer input:focus {outline: none;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;}.app-footer input {line-height: normal;}.app-footer button, .app-footer input, .app-footer optgroup, .app-footer select, .app-footer textarea {color: inherit;font: inherit;margin: 0;}.app-footer form#getInTouchForm input[type="submit"] {margin: 0px;}.app-footer form#getInTouchForm input:hover {color: #a1926e;}.app-footer form#getInTouchForm input:focus {border-color: #f0c96a;}.app-footer form#getInTouchForm input {border-radius: 0px;border: 2px solid #cec2ab;margin: 22px 0px;background-color: #fff;}.app-footer .button:hover, .app-footer input[type="button"]:hover, .app-footer input[type="submit"]:hover, .app-footer .btn:hover {box-shadow: inset 0 0px 0 0 #f0c96a;background-color: #f0c96a;color: #fff;border-color: #f0c96a;}.app-footer form.footer-contact input {margin: 0px !important;margin-bottom: 6px !important;}.app-footer input[type="submit"] {padding-right: 34px;}.app-footer .button, .app-footer input[type="button"], .app-footer input[type="submit"], .app-footer .btn, .app-footer .hm button[name="update_cart"], .app-footer .hm input[name="update_cart"], .app-footer .hm #respond input#submit, .app-footer .hm a.button, .app-footer .hm button.button, .app-footer .hm input.button {-webkit-border-radius: 40px;-webkit-background-clip: padding-box;-moz-border-radius: 40px;-moz-background-clip: padding;border-radius: 40px;background-clip: padding-box;transition: color 0.3s ease, opacity 0.3s ease, border 0.3s ease, background 0.3s ease, box-shadow 0.25s ease-in-out;text-transform: lowercase;font-family: 'Karma', serif;font-family: var(--font-headers), serif;font-weight: 400;-webkit-text-stroke: 0px transparent;-webkit-font-smoothing: antialiased;font-weight: 600;font-size: 18px;padding: 12px 30px 10px 34px;margin-bottom: 25px;min-width: 170px;position: relative;overflow: hidden;display: inline-block;border: 0;-webkit-background-clip: border-box !important;-moz-background-clip: border-box !important;background-clip: border-box !important;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;color: #5a4f45;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);border: 2px solid #f0c96a;background-color: #f0c96a;box-shadow: inset 0 0px 0 50px #fff;text-transform: capitalize;}.app-footer .form-control:focus, .app-footer input:focus {outline: none;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;}.app-footer button, .app-footer html input[type="button"], .app-footer input[type="reset"], .app-footer input[type="submit"] {-webkit-appearance: button;cursor: pointer;}.app-footer button, .app-footer html input[type="button"], .app-footer input[type="reset"], .app-footer input[type="submit"] {-webkit-appearance: button;cursor: pointer;}.app-footer input {line-height: normal;}.app-footer button, .app-footer input, .app-footer optgroup, .app-footer select, .app-footer textarea {color: inherit;font: inherit;margin: 0;}.app-footer .submit_btn {text-align: center;margin-top: 14px;}.app-footer .submit_btn span.ajax-loader {position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;background-color: rgba(255, 255, 255, 0.6);line-height: 52px;display: none;}.app-footer .hm-product-search .ajax-loader, .app-footer .hm-searchform .ajax-loader, .app-footer form.post-password-form .ajax-loader, .app-footer form.search-form .ajax-loader, .app-footer form.hmcf7-form .ajax-loader, .app-footer form.form .ajax-loader, .app-footer form .ajax-loader {display: block;margin: 0 auto;text-align: center;}
.app-footer #getInTouchForm span.error_msg {position: absolute;left: 15px;bottom: 0px;}.app-footer span.error_msg {display: block;text-align: left;font-size: 13px;color: #ff0000;}
.app-footer .submit_btn {
  position: relative;
}
.d-none{
  display: none;
}
header#newheader  a.shop-btn {
  background-color: #bd8346 !important;
  color: #fff;
  border-radius: 4px !important;
  border: none !important;
}
.menucenter.m-auto.col-xs-2 {
  text-align: center;
}.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.pl-0 {
  padding-left: 0;
}
.p-0 {
  padding: 0;
}
.flex-1{
  flex: 1;
}
a.exit-user {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
  background: #bd8346 !important;
  border-radius: 4px;
  color: #fff;
  padding: 10px 14px;
  font-size: smaller;
  line-height: 0;
}
p.h6.product-name, p.product-name.h4, .co-product p {
    text-transform: capitalize;
}