:root {
	--main-bg-color: #d1c7e3;
	--main-text-color: black;
	--contrast-bg-color: #212850;
	--contrast-bg-hover: #612699;
	--contrast-text-color: white;
	--tertiary-bg-color: #2bb673;
	--tertiary-text-color: white;
}
html, body { 
   font-family: 'poppins', sans-serif;
}
.has-overlay {
   overflow: hidden;
}
.has-overlay img:first-of-type {
   transition: scale .2s;
}
.has-overlay:hover img:first-of-type {
   scale: 1.1;
   transition: scale .2s;
}
#header {
background-color: var(--main-bg-color);
}
#header .jd-row.has-columns {
align-items: center;
}
#header h6 span {
    font-family: 'poppins', sans-serif;}
@media (max-width:768px) { .el-ULRseJAmJ {
text-align: center;} }
#header-logo img {
height: 120px;
padding: 15px 0;
}
#header-menu a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 20px;
}
#top-banner {
  align-content: center;
}
.el-ylXehrjrz .jd-row.is-mobile-menu > div {
	position: relative;
    height: max-content;
}
.el-ylXehrjrz ul.jd-main-menu.el-rgENSmjBB {
    background-color: #FFF;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0;
}
#mob-menu a {
color: var(--main-bg-color);
}
@media (max-width:768px) { #mob-menu a{
color: var(--contrast-bg-color);
} }
#mobile-menu a {
	color: var(--main-bg-color);
}
@media (max-width:768px) { #mobile-menu ul {
    display: flex
;
    flex-direction: column;} }
@media (max-width:768px) { #mob-menu-selected a span {
color: var(--contrast-bg-color);
} }
#main {
   border-top: 0;
padding-top: 50px;
}
#main {
gap: 30px;
}
@media (max-width:768px) {
  #main { padding-left: 15px!important; padding-right:15px!important; margin-bottom:0; }
}
@media (min-width:768px) and (max-width:992px) { #main {
padding: 0 20px;} }
#left-sidebar {
min-width: 250px;
}
.el-naIjVbgeT {
  background-color: var(--contrast-bg-color); !important;
}
.el-naIjVbgeT * { 
font-size: 20px !important;
}
#left-sidebar .jd-header span{
    font-family: 'poppins', sans-serif !important;
}
#left-sidebar .jd-menu li {
background-color: var(--main-bg-color);
color: #fff;
}
#left-sidebar .jd-menu li a span, 
#left-sidebar .jd-menu li span {
color: #fff !important;
font-size: 20px;
}
#left-sidebar .jd-menu li:hover > a, 
#left-sidebar .jd-menu li:hover {
background-color: #2e9e9a !important;
}
.jd-menu > li:has(.sub-items) > span:after, .jd-menu > li:has(.sub-items) > a:after
{
color: #fff
}
.jd-menu > li:has(.sub-items):hover .sub-items {
right: -170px;
left: unset;
padding: 0;
}
.el-lEAHrLJeM { margin: 0 0 0 0!important; }
.el-lEAHrLJeM {
   background: #fff;
   border-radius: 3px;
}
@media (max-width:768px) {
  .el-lEAHrLJeM { margin: 10px!important; }
}
@media (max-width:768px) { .el-lEAHrLJeM {
padding-right: 20px;}
selector.jd-gallery {
max-width: 50%;
} }
.el-KsMRvKyFe { padding: 0 0 48px 0!important; }
@media (max-width:768px) {
   .el-KsMRvKyFe {
      flex-direction: column!important;
      padding: 0 24px 24px 24px!important;
      margin-top: 0px!important;
      position: relative;
      top: -20px;
   }
}
.el-KsMRvKyFe {
gap: 40px;
}
#main-img img.jd-gallery-item-img {
    margin: 0;
    width: 100%;
    max-width: unset;
}
@media (min-width:768px) and (max-width:992px) { #main-img .jd-gallery-bigimg{
max-width: 50vw;} }
.el-VfUqyyGjb b {
font-weight: 900;
width: 100%;
display: block;
padding-bottom: 5px;
}
.el-VfUqyyGjb {
max-width: 280px;
}
#title { margin: 0 0!important; }
#title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 40px;
    color: var(--contrast-bg-color);
margin: 0;
}
@media (max-width:768px) {
   #title {
      padding-top: 48px;
      font-size: 24px; 
      margin:0!important;
      text-align: center;
   }
}
@media (max-width:768px) { #title #title {
padding: 0;} }
#description {
    margin-top: 30px;}
.el-ovSeXaRKx { margin: 20 0 0!important; }
.el-ovSeXaRKx {
   flex-direction: row;
   flex-wrap: wrap;
   padding-top: 20px;
   gap: 30px;
}
.el-ovSeXaRKx .jd-button {
   background: var(--tertiary-bg-color);
   font-size: 15px;
   border-radius: 0 !important;
   line-height: 1;
   padding: 20px 20px;
   max-width: unset;
   text-decoration: none;
}
.el-ovSeXaRKx .jd-button:hover {
   opacity: 0.7;
}
@media (max-width:768px) { .el-ovSeXaRKx {
gap: 10px;
} }
#main #contact-button {
border-radius: 10px !important;
    background-color: var(--contrast-bg-color);
    text-transform: capitalize;
    width: calc(50% - 15px);
    padding: 17px 0;
    height: min-content;
    font-weight: 100;
font-family: 'Poppins', sans serif;
font-size: 20px;
}
@media (max-width:768px) { #main #contact-button {
    width: 100%;
} }
#main #favourite-button {
border-radius: 10px !important;
    background-color: var(--contrast-bg-color);
    text-transform: capitalize;
    width: calc(50% - 15px);
    padding: 17px 0;
    height: min-content;
    font-weight: 100;
font-size: 20px;
}
@media (max-width:768px) { #main #favourite-button {
    width: 100%;
} }
.el-cPETfuYnB {
text-align: center;
}
@media (min-width:768px) and (max-width:992px) { .el-cPETfuYnB {
padding: 0 20px;} }
#main-accordion { margin: 0 0 48px 0!important; }
#main-accordion .jd-accordion-item label {
   background: var(--contrast-bg-color);
text-align: left;
font-size: 20px;
padding: 18px 20px 12px 20px;
font-weight: 300;
border-radius: 15px;
margin-bottom: 10px;
text-align: 'poppins', sans-serif;
}
.jd-accordion-item {
margin: 0;
}
@media (max-width:768px) {
   #main-accordion { margin: 0 24px 24px 24px!important; }
}
#main-accordion {
text-align: left;
max-width: 1400px;
width: 100%;
margin: 30px auto 50px auto !important;
}
@media (min-width:768px) and (max-width:992px) { #main-accordion {
   margin: 10px!important;	
} }
@media (max-width:768px) { #main-accordion {
padding: 0 20px;
margin-top: 0;
} }
.el-fFmvpaRRj b {
font-weight: 700;
padding-bottom: 20px;}
.el-fMApndXHP {
margin: 50px auto;
text-align: center;
}
.el-fMApndXHP span {
text-transform: uppercase;
margin: 0 auto;
}
.el-fMApndXHP h3 {
text-transform: uppercase;
font-weight: 700;
font-size: 30px;
padding: 10px 0;
position: relative;
}
.el-fMApndXHP h3:after {
content: "";
    position: absolute;
    top: 50px;
    width: 200px;
    height: 4px;
    background-color: var(--contrast-bg-color);
    display: block;
    left: 50%;
    transform: translate(-50%);
}
#fb-title {
font-family: 'poppins', sans-serif}
.el-gGPPkMpQv {
display: grid;
gap: 30px;
grid-template-columns: 1fr 1fr 1fr;
}
@media (min-width:768px) and (max-width:992px) { .el-gGPPkMpQv {
padding: 0 40px;
grid-template-columns: 1fr 1fr;
} }
@media (max-width:768px) { .el-gGPPkMpQv {
padding: 0 20px;
grid-template-columns: 1fr 1fr;
} }
.el-cRqnXryLc {
margin: 20px auto 50px auto;
text-align: center;
}
.el-cRqnXryLc span {
text-transform: uppercase;
margin: 0 auto;
}
.el-cRqnXryLc h3 {
text-transform: uppercase;
font-weight: 700;
font-size: 30px;
padding: 10px 0;
position: relative;
}
.el-cRqnXryLc h3:after {
content: "";
    position: absolute;
    top: 50px;
    width: 200px;
    height: 4px;
    background-color: var(--contrast-bg-color);
    display: block;
    left: 50%;
    transform: translate(-50%);
}
.el-vFYhhkzgI {
padding: 20px 40px;
max-width: 400px;
}
.el-vFYhhkzgI div {
	margin: 0 auto;
}
.el-vFYhhkzgI img {
	width: 260px;
}
.el-vFYhhkzgI .jd-slider {
max-width: 400px;
}
#review-slider-mob {
width: 100%;
display: block;
}
.el-mHpMljqVJ {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}
.el-mHpMljqVJ div {
	margin: 0 auto;
}
.el-mHpMljqVJ img {
	width: 260px;
}
#footer {
margin-top: 80px;
   background: var(--contrast-bg-color);
}
.el-QfekdwqDK {
    align-items: flex-start !important;
padding: 40px;
}
@media (max-width:768px) { .el-dGALqVUsd {
padding-top: 20px;
} }
#footer-cats {
    display: flex;
    flex-direction: column;
width: min-content;
margin: 0 auto;
font-size: 18px;
}
#footer-cats p {
  margin-bottom: 20px;
}
#footer-cats a {
  margin-bottom: 8px;
}
#footer-cats a,#footer-cats p {
color: #FFF;
text-decoration: none;
text-align: left;
}
#footer-cats p {
font-weight: 700;}
#footer-links {
    display: flex;
    flex-direction: column;
width: min-content;
margin: 0 auto;
font-size: 18px;
}
#footer-links p {
  margin-bottom: 20px;
}
#footer-links a {
  margin-bottom: 8px;
}
#footer-links a,#footer-links p {
    color: #FFF;
text-decoration: none;
text-align: left;
}
#footer-links p {
font-weight: 700;}
@media (max-width:768px) { #footer-links {
padding-top: 20px;} }
.el-xfkXlwDgP {
background-color: var(--main-bg-color);
margin-bottom: 45px;
}
#designed-by-jarilo {
color: #FFF;
text-align: center;
font-size: 14px;
font-weight: 300;
letter-spacing: 1px;
padding: 10px;
}