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;
  overflow-x: hidden; }

.default-1-113 {
  width: 100%;
  display: inline-block;
  margin: 0rem 0 0;
  padding: 4rem 0vw;
  position: relative;
  background: #FAFAFA; }
  .default-1-113 a {
    display: block;
    text-decoration: none;
    outline: none; }
  .default-1-113 .no-padding {
    padding: 0px !important; }
  .default-1-113 .no-margin {
    margin: 0px !important; }
  .default-1-113 .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-113 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-113 .row-eq-height:before, .default-1-113 .row-eq-height:after {
    display: inline-block; }
  .default-1-113 .image-heading-main {
    width: 100%;
    float: left;
    margin: 0px; }
  .default-1-113 .image-heading {
    width: 100%;
    margin: 0px;
    font-size: 4rem;
    color: #000000;
    font-weight: 600; }
  .default-1-113 .image-heading-desc {
    width: 100%;
    margin: 2rem 0 4rem 0;
    font-size: 18px;
    color: #605c5f;
    font-weight: 400;
    line-height: 3rem; }
  .default-1-113 .images-section {
    width: 100%;
    display: flex;
    min-height: 170px;
    background: #ffffff;
    margin: 0px 0 3rem 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px 0px;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.3s linear; }
  .default-1-113 .images-icon {
    height: 45px; }
  .default-1-113 .images-name {
    width: 100%;
    margin: 3rem 0 0 0;
    color: #000000;
    font-size: 22px;
    font-weight: 600; }
  .default-1-113 .images-desc {
    width: 100%;
    margin: 0px;
    color: #3b3b3b;
    font-size: 16px; }
  .default-1-113 .images-section:hover {
    box-shadow: 0 4px 16px 2.4px rgba(0, 0, 0, 0.08), 0 11px 24px 1.06px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 4px 16px 2.4px rgba(0, 0, 0, 0.08), 0 11px 24px 1.06px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px); }
  @media screen and (min-width: 601px) and (max-width: 767px) {
    .default-1-113 .image-heading-main {
      text-align: center; } }
  @media screen and (min-width: 481px) and (max-width: 600px) {
    .default-1-113 .image-heading-main {
      text-align: center; } }
  @media screen and (max-width: 480px) {
    .default-1-113 .row-eq-height {
      display: block; }
    .default-1-113 .image-heading-main {
      text-align: center; }
    .default-1-113 .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;
}*/

/*# sourceMappingURL=default-1-113.css.map */
