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

.default-1-208 {
  width: 100%;
  float: left;
  margin: 0rem 0 0;
  padding: 4rem 0vw;
  position: relative;
  background: #FFFFFF; }
  .default-1-208 a {
    display: inline-block;
    text-decoration: none;
    outline: none; }
  .default-1-208 .no-padding {
    padding: 0px !important; }
  .default-1-208 .no-margin {
    margin: 0px !important; }
  .default-1-208 .overlay {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background: white;
    position: absolute;
    top: 15px;
    left: 15px;
    transition: all 0.3s ease-out;
    padding: 0rem 0 0 0;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .default-1-208 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-208 .row-eq-height:before, .default-1-208 .row-eq-height:after {
    display: inline-block; }
  .default-1-208 .alt {
    display: flex; }
  .default-1-208 .heading-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px;
    text-align: center; }
  .default-1-208 .heading-top {
    width: 100%;
    display: inline-block;
    margin: 0px;
    color: #f27186;
    text-transform: uppercase;
    font-size: 3.5rem;
    font-weight: 600;
    letter-spacing: -1px; }
  .default-1-208 .heading-title {
    width: 100%;
    display: inline-block;
    margin: 0px;
    color: #44332F;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 5rem;
    letter-spacing: -1px; }
  .default-1-208 .heading-border-bottom {
    outline: none;
    border: none;
    width: 280px;
    height: 3px;
    background: #ffce7b;
    margin: -0.3rem 0 1.8rem 0;
    padding: 0px;
    display: inline-block; }
  .default-1-208 .heading-desc {
    width: 60%;
    display: inline-block;
    margin: 0px 0 4rem 0;
    color: #44332F;
    font-size: 1.5rem;
    font-weight: 400; }
  .default-1-208 .product-main {
    width: 100%;
    display: inline-block;
    margin: 0px;
    transition: all 0.3s ease-in-out; }
  .default-1-208 .product-img-main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    position: relative; }
  .default-1-208 .product-img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    margin: 0px;
    z-index: 9; }
  .default-1-208 .product-img-bg {
    width: 80%;
    height: 150px;
    display: inline-block;
    margin: 0px;
    background: #F27186;
    position: absolute;
    -webkit-clip-path: polygon(0% 15%, 0 0, 100% 0, 100% 8%, 51% 9%, 51% 16%, 100% 16%, 100% 85%, 100% 100%, 15% 100%, 0 100%, 0% 85%);
    clip-path: polygon(0% 15%, 0 0, 100% 0, 100% 8%, 51% 9%, 51% 16%, 100% 16%, 100% 85%, 100% 100%, 15% 100%, 0 100%, 0% 85%);
    border-radius: 5px 0 5px 5px;
    opacity: 0;
    transition: all 0.3s ease-in-out; }
  .default-1-208 .bg-color {
    background: #86BBE6 !important; }
  .default-1-208 .bg-color2 {
    background: #FFCE7B !important; }
  .default-1-208 .product-details {
    width: 100%;
    display: flex;
    margin: 3rem 0 0 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .default-1-208 .product-title {
    width: 100%;
    display: inline-block;
    margin: 0px;
    color: #44332F;
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -1px; }
  .default-1-208 .product-title-bottom-border {
    outline: none;
    border: none;
    width: 100px;
    height: 3px;
    background: #f27186;
    margin: 1rem 0 0 0;
    padding: 0px; }
  .default-1-208 .price-main {
    width: 100%;
    display: inline-block;
    margin: 0px;
    opacity: 0;
    transition: all 0.3s ease-in-out; }
  .default-1-208 .view-link {
    outline: none;
    text-decoration: none;
    margin: 2rem 0 0 0;
    display: inline-block;
    padding: 1.8rem 3.5rem 1.1rem;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 8px;
    background: #F27186;
    letter-spacing: 1px;
    line-height: normal; }
  .default-1-208 .product-price {
    width: 100%;
    display: inline-block;
    margin: 1rem 0 0 0;
    color: #44332F;
    font-size: 3.5rem;
    font-weight: 500; }
  .default-1-208 .product-main:hover .product-img-bg, .default-1-208 .product-main:hover .price-main {
    opacity: 1; }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    .default-1-208 .heading-desc {
      width: 90%; } }
  @media screen and (min-width: 601px) and (max-width: 767px) {
    .default-1-208 .row-eq-height {
      display: block; }
    .default-1-208 .heading-desc {
      width: 90%; }
    .default-1-208 .product-main {
      margin-bottom: 3rem; } }
  @media screen and (min-width: 481px) and (max-width: 600px) {
    .default-1-208 .row-eq-height {
      display: block; }
    .default-1-208 .heading-desc {
      width: 90%; }
    .default-1-208 .product-main {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 480px) {
    .default-1-208 .col-xs-6 {
      width: 100%; }
    .default-1-208 .row-eq-height {
      display: block; }
    .default-1-208 .heading-desc {
      width: 90%; }
    .default-1-208 .product-main {
      margin-bottom: 3rem; } }
@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; }
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; }
