body {
  font-family: 'Josefin Sans', sans-serif; }

.default-1-455 {
  width: 100%;
  float: left;
  margin: 0rem 0;
  padding: 4rem 14vw;
  position: relative;
  background: #FFFFFF; }
  .default-1-455 a {
    text-decoration: none;
    outline: none; }
  .default-1-455 .no-padding {
    padding: 0px !important; }
  .default-1-455 .no-margin {
    margin: 0px !important; }
  .default-1-455 .overlay {
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0,0.3);*/
    position: absolute;
    transition: all 500ms ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    top: 0px;
    left: 0;
    padding: 3rem; }
  .default-1-455 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-455 .row-eq-height:before, .default-1-455 .row-eq-height:after {
    display: inline-block; }
  .default-1-455 .alt {
    display: flex; }
  .default-1-455 .category-heading-title {
    width: 100%;
    display: inline-block;
    margin: 0px 0 3rem 0;
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center; }
  .default-1-455 .category-main {
    width: 100%;
    display: flex;
    margin: 0px;
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center; }
  .default-1-455 .category-img {
    width: 100%;
    height: 530px;
    object-fit: cover;
    margin: 0px; }
  .default-1-455 .category-title {
    width: 85%;
    display: inline-block;
    margin: 0px;
    background: #FFF;
    color: #1A1A24;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 3rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 89% 100%, 11% 100%);
    clip-path: polygon(0 0, 100% 0, 89% 100%, 11% 100%);
    position: absolute;
    bottom: 10rem;
    line-height: normal;
    padding: 1.8rem 3rem 1.1rem; }
  @media screen and (min-width: 1025px) and (max-width: 1440px) {
    .default-1-455 {
      padding: 4rem 0vw; } }
  @media screen and (min-width: 901px) and (max-width: 1024px) {
    .default-1-455 {
      padding: 4rem 0vw; } }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    .default-1-455 {
      padding: 4rem 0vw; }
      .default-1-455 .category-main {
        margin-bottom: 3rem; } }
  @media screen and (max-width: 767px) {
    .default-1-455 {
      padding: 4rem 0vw; }
      .default-1-455 .category-main {
        margin-bottom: 3rem; } }
  @media screen and (max-width: 600px) {
    .default-1-455 .col-xs-6 {
      width: 100%; }
    .default-1-455 .category-img {
      height: 450px; } }
@keyframes fadeInUp {
  0% {
    transform: translate3d(0%, 100%, 0);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }
@keyframes fadeInLight {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*  Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 6px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: transparent;
  -webkit-border-radius: 100px; }

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid transparent;
  min-height: 10px;
  /*Prevent it from getting too small */ }

::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.61);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px; }
body {
  font-family: 'Josefin Sans', sans-serif; }

.default-1-398 {
  width: 100%;
  float: left;
  margin: 0rem 0 0;
  padding: 3rem 9vw;
  position: relative;
  background: #F7FCFF; }
  .default-1-398 a {
    text-decoration: none;
    outline: none;
    cursor: pointer; }
  .default-1-398 .no-padding {
    padding: 0px !important; }
  .default-1-398 .no-margin {
    margin: 0px !important; }
  .default-1-398 .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.3s ease-out;
    padding: 0;
    /* display: flex; flex-direction: column; justify-content: center; align-items: center;*/ }
  .default-1-398 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-398 .row-eq-height:before, .default-1-398 .row-eq-height:after {
    display: inline-block; }
  .default-1-398 .alt {
    display: flex; }
  .default-1-398 .heading-main {
    width: 100%;
    display: inline-block;
    margin: 0 0 10rem 0;
    text-align: center; }
  .default-1-398 .category-heading {
    display: inline-block;
    margin: 0px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 3.6rem;
    letter-spacing: 1vw;
    border-bottom: 5px solid #BBDBF4;
    padding-bottom: 1.8rem; }
  .default-1-398 .category-main {
    width: 100%;
    display: inline-block;
    margin: 0;
    background: #FFFFFF;
    padding: 7px;
    box-shadow: 7px 0px 40px -5px #cbc3f6; }
  .default-1-398 .category-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin: 0px; }
  .default-1-398 .category-details {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 2rem 2rem 1rem; }
  .default-1-398 .category-title {
    width: 100%;
    display: inline-block;
    margin: 0px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    font-size: 2.7rem; }
  .default-1-398 .category-discount {
    width: 100%;
    display: inline-block;
    margin: 0.8rem 0 0 0;
    font-weight: 400;
    color: #787878;
    line-height: normal;
    font-size: 2.8rem; }
  .default-1-398 .category-desc {
    width: 100%;
    display: inline-block;
    margin: 2.5rem 0 0 0;
    font-weight: 400;
    color: #787878;
    line-height: normal;
    font-size: 19px;
    opacity: 0.4;
    text-transform: uppercase; }
  @media screen and (min-width: 1025px) and (max-width: 1440px) {
    .default-1-398 {
      padding: 3rem 0vw; } }
  @media screen and (min-width: 901px) and (max-width: 1024px) {
    .default-1-398 {
      padding: 3rem 0vw; }
      .default-1-398 .col-md-3 {
        width: 50%; }
      .default-1-398 .category-main {
        margin-bottom: 3rem; } }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    .default-1-398 {
      padding: 3rem 0vw; }
      .default-1-398 .category-main {
        margin-bottom: 3rem; } }
  @media screen and (max-width: 767px) {
    .default-1-398 {
      padding: 3rem 0vw; }
      .default-1-398 .category-main {
        margin-bottom: 3rem; } }
  @media screen and (max-width: 600px) {
    .default-1-398 .category-details {
      padding: 2rem 1rem 1rem; }
    .default-1-398 .category-img {
      height: 370px; } }
  @media screen and (max-width: 480px) {
    .default-1-398 .col-xs-6 {
      width: 100%; }
    .default-1-398 .category-details {
      padding: 2rem 2rem 1rem; } }
@keyframes fadeInUp {
  0% {
    transform: translate3d(0%, 100%, 0);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }
@keyframes fadeInLight {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*  Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 6px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: transparent;
  -webkit-border-radius: 100px; }

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid transparent;
  min-height: 10px;
  /*Prevent it from getting too small */ }

::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.61);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px; }
body {
  font-family: 'Josefin Sans', sans-serif; }

.default-1-124 {
  width: 100%;
  display: inline-block;
  margin: 0rem 0 0;
  padding: 4rem 0vw;
  position: relative; }
  .default-1-124 a {
    display: inline-block;
    text-decoration: none;
    outline: none; }
  .default-1-124 .no-padding {
    padding: 0px !important; }
  .default-1-124 .no-margin {
    margin: 0px !important; }
  .default-1-124 .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.3s linear;
    padding: 0rem 0 0 0;
    opacity: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .default-1-124 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-124 .row-eq-height:before, .default-1-124 .row-eq-height:after {
    display: inline-block; }
  .default-1-124 .alt {
    display: flex; }
  .default-1-124 .menu-heading {
    width: 100%;
    display: inline-block;
    margin: 0px 0 3rem 0;
    text-transform: capitalize;
    color: #000000;
    font-size: 6rem;
    font-weight: 700;
    text-align: center; }
  .default-1-124 .menu-main {
    width: 100%;
    display: inline-block;
    margin: 0px 0 5rem 0;
    text-align: center;
    transition: all 0.3s ease-out; }
  .default-1-124 .menu-img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    margin: 0px; }
  .default-1-124 .menu-name {
    display: inline-block;
    margin: 0px;
    background: #d66047;
    padding: 1.5rem 4rem 1rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #ffffff;
    text-transform: uppercase;
    transform: translate3d(0, 20px, 0);
    font-size: 1.5rem;
    text-align: center;
    line-height: normal;
    cursor: pointer;
    transition: all 0.3s ease-out; }
  .default-1-124 .menu-main:hover .menu-name {
    transform: translate3d(0, 35px, 0); }
  @media screen and (max-width: 480px) {
    .default-1-124 .row-eq-height {
      display: block; }
    .default-1-124 .col-xs-6 {
      width: 100%; } }
@keyframes fadeInUp {
  0% {
    transform: translate3d(0%, 100%, 0);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }
@keyframes fadeInLight {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*  Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 6px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 100px; }

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0);
  min-height: 10px;
  /*Prevent it from getting too small */ }

::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.61);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px; }
