@font-face {
  font-family: 'AvenirLight';
  src: url("../../font/AvenirLight.otf");
}
@font-face {
  font-family: 'AvenirBlack';
  src: url("../../font/AvenirBlack.otf");
}
@font-face {
  font-family: 'AvenirMedium';
  src: url("../../font/AvenirMedium.otf");
}
@font-face {
  font-family: 'av35';
  src: url("../../font/avenir35.ttf");
}
@font-face {
  font-family: "av55";
  src: url("../../font/avenir55.otf");
}

.padding-30 {
   padding: 30px 30px 30px 30px;
}

h3.text-title{
  margin-top: 0;
  margin-bottom: 0;
}
h4.media-heading {
  font-size: 1.375rem;
  max-width: 140px;
}
div.menu_price{
  font-size: 1.125rem;
}
div.menu_description{
  font-size: 0.68rem;
}
.padding-0 {
  padding: 0 !important;
}
.carousel-circle {
  position: relative;
  display: inline-block;

  top: calc(0.5vh - 30px);
  margin: 0px 2%;
  height: 49px;
  width: 50px;

  border-radius: 100%;
  ba/ckground-color: white;
  padding-top: 10px;

  background: #ffffff91 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 6px #00000029;
  opacity: 1;
}

.carousel-arrow-left {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 26.0px 15px 0;
  border-color: transparent #6C6C6C transparent transparent;
  margin-left: 10px;
}

.carousel-arrow-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #6C6C6C;
  margin-left: 15px;
}
.carousel-control-left{
  top: 59%;
  left: 10px;
  position: absolute;
}
.carousel-control-right{
  top: 59%;
  right: 10px;
  position: absolute;
}
body{
  font-family: 'AvenirBlack';
}
.AvenirLight{
  font-family: 'AvenirLight';
}
.hampers-breadcrumb a{
  color: #707070;
}
.AvenirBlack{
  font-family: 'AvenirBlack';
}
.AvenirMedium{
  font-family: 'AvenirMedium';
}
.containers {
  padding: 0 12rem 0;
}
.container-double {
  padding: 0 19rem;
}
.text-red {
  color: #f5333e;
}
.text-gray {
  color: #838383;
}
.text-orange {
  color: #fd864a;
}
.bg-white {
  background-image: linear-gradient(transparent, white);
  padding: 1px 24px 24px;
  border-radius: 40px;
  box-shadow: 0px 4px 5px 0 rgba(65, 65, 65, 0.5);
}
.bg-white-vendor {
  background: white;
  padding: 15px 24px 24px;
  border-radius: 40px;
  box-shadow: 0px 4px 5px 0 rgba(65, 65, 65, 0.5);
}
.bg-white-vendor-xs {
  display: none;
}
.bg {
  background: url("/img/hampers2021/hampers-1.jpg");
  background-size: contain;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100%;
  height: 250px;
  margin-top: 20px;
  border-radius: 10px;
  /* border: 2px solid #0000; */
}
/* .section-pop{
    display: block;
} */
.bg-image-vendor {
  padding-top: 120px;
  padding-bottom: 50px;
  background-image: url("/img/hampers2021/Background_Asset_1_.png") !important;
  background-repeat: repeat-y;
  background-position: right;
  /* background-position-y: top; */
}
.img-size {
  width: 18rem;
}
.carousel-control {
  background: none !important;
}
.font-bold {
  font-weight: 500;
  font-family: 'AvenirBlack';
}
.font-light {
  font-family: 'AvenirLight';
}

.thumbnail {
  border: none;
}
.mt-3 {
  margin-top: 30px;
}
.mt-2 {
  margin-top: 10px;
}
.-mt-3 {
  margin-top: -8px;
}
.-mb-3 {
  margin-bottom: -8px;
}
.mb-3 {
  margin-bottom: 30px;
}
.ml-3 {
  margin-left: 20px;
}
.font-medium {
  font-weight: 500;
  font-size: 1.125rem;
  font-family: 'AvenirMedium';
}
.overlay-img{
  position: absolute;
  top: 0;
  left: 14px;
  right: 0;
  opacity: 1;
  overflow: hidden;
  background-color: rgba(26, 26, 26, 0.3);
  height: 150px;
  width: 91%;
  border-radius: 30px;
}
.rounded {
  border-radius: 30px;
}
.mt-5 {
  margin-top: 20px;
}
.bg-gray {
  background-color: #cecece;
  border-radius: 60px;
  padding: 10px 30px;
  box-shadow: 0px 4px 5px 0 rgba(65, 65, 65, 0.5);
}
.bg-white-benefit {
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 30px;
  box-shadow: 0px 4px 5px 0 rgba(65, 65, 65, 0.5);
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.mx-auto {
  margin: auto;
}
.justify-start {
  justify-content: start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: end;
}
.mr-3 {
  margin-right: 20px;
}
.bg-gray-transparant {
  background-color: #f5f5f5;
  opacity: 87%;
}
.img-center {
  display: block;
  margin: auto;
  width: 50%;
}
.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}
.patner-mobile {
  display: none;
}

.hampers-xmas-2021-text-title {
    display: flex;
    justify-content: space-between;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff87;
  bo/rder: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

@media (max-width: 810px) {
  .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #ffffff87;
    bo/rder: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
  }
  div.thumbnail > img {
    margin-left: 0;
  }
  .bg-image-vendor {
    padding-top: 120px;
    background-image: url("/img/hampers2021/Background_Asset_1_.png") !important;
    background-repeat: repeat-y;
    background-position: right;
    background-position-y: top;
  }

  .containers {
    padding: 0 3rem 0;
  }
  .container-double {
    padding: 0;
  }
  .text-title {
    font-size: 20px;
  }
  .text-title-section {
    font-size: 30px;
  }
  .bg-image {
    display: none;
  }
  /*.section-pop {
    display: block;
  }*/
  .bg-white-vendor-xs {
    display: block;
    background: white;
    padding: 1px 24px 24px;
    border-radius: 40px;
    box-shadow: 0px 4px 5px 0 rgba(65, 65, 65, 0.5);
  }
  .patner-web {
    display: none;
  }
  .patner-mobile {
    display: block;
  }
  h4.media-heading {
    font-size: 0.8125rem;
  }
  div.menu_price{
    font-size: 0.6875rem;
  }
  div.menu_description{
    font-size: 0.5rem;
  }
}

@media (max-width: 576px) {
  .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #ffffff87;
    bo/rder: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
  }
  .bg-image-vendor {
    padding-top: 10px;
    background-image: url("/img/hampers2021/Background_Asset_1_.png") !important;
    background-repeat: repeat-y;
    background-position: right;
    background-position-y: top;
  }
  .containers {
    padding: 0 3rem 0;
  }
  .container-double {
    padding: 0;
  }
  .text-title {
    font-size: 15px;
  }
  .text-title-section {
    font-size: 30px;
  }
  .bg-image {
    display: none;
  }
  .section-pop {
    display: block;
  }
  .bg-white-vendor {
    display: none;
  }
  .bg-white-vendor-xs {
    display: block;
    background: white;
    padding: 15px 24px 24px;
    border-radius: 40px;
    box-shadow: 0px 4px 5px 0 rgba(65, 65, 65, 0.5);
  }
  h4.media-heading {
    font-size: 0.8125rem;
  }
  div.menu_price{
    font-size: 0.6875rem;
  }
  div.menu_description{
    font-size: 0.5rem;
  }
  h4.text-title {
    margin-top: 0;
    font-size: 1rem;
  }
}
