body {
  background-color: #fff;
}
#about.l-about {
  padding-bottom: 0px;
}

.delivery-bg {
  background: unset;
  background: #fff;
}
.pagination {
  display: inline-block;
}

.pagination a {
  color: #dadada !important;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  font: 1.5rem Sarabun;
  border: none !important;
}
.pagination li {
  display: inline-block;
}
.pagination li.disabled a {
  cursor: not-allowed;
}
.pagination li a:hover {
  color: #dadada !important;
}
.pagination li.active {
  background-color: #00bbb4;
  color: #fff !important;
}
.pagination li.active a {
  color: #fff !important;
  background: none;
}

/* .pagination li:hover:not(.active) {background-color: #ddd;} */

/* #custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px
} */
#custCarousel .carousel-control-next,
.carousel-control-prev {
  display: none !important;
}
.mobile {
  display: none;
}
.carousel-indicators {
  bottom: -14% !important;
}
#custCarousel .carousel-indicators > li {
  width: 50px !important;
  opacity: 1 !important;
  margin-right: 4%;
}
#custCarousel .carousel-inner {
  width: 61% !important;
}

#custCarousel .carousel-indicators li img {
  display: block;
  /* opacity: 0.5 */
  border: 0.5px solid #ccc;
  height: 40px;
}

#custCarousel .carousel-indicators li.active img {
  border: 0.5px solid #00bbb4;
}

#custCarousel .carousel-indicators li:hover img {
  opacity: 0.75;
}

#custCarousel .carousel-item img {
  width: 80%;
}

.product-container {
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
}

/* post login carousel */
#myCarousel .carousel-inner .item img {
  width: 80%;
  margin: 0 auto;
}
#myCarousel .carousel-control {
  display: none;
  background-image: none;
}
#myCarousel .carousel-indicators li {
  border: none;
  width: 18% !important;
  height: 48px !important;
  text-indent: 0px !important;
  margin-right: 5%;
}
#myCarousel .carousel-indicators li img {
  width: 100%;
  border: 1px solid #ccc;
  margin-top: 22%;
}
#myCarousel .carousel-indicators li.active img {
  border: 1px solid #00bbb4;
}
#myCarousel .carousel-indicators li.active {
  background: transparent;
}

#myCarousel .carousel-inner {
  margin-bottom: 70px;
}

#myCarousel .carousel-indicators {
  bottom: -60px;
}
/* post login carousel */

.product-container::-webkit-scrollbar-track,
.scroll-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}

.product-container::-webkit-scrollbar {
  width: 1px !important;
  background-color: transparent;
  height: 5px;
}
.scroll-wrapper::-webkit-scrollbar {
  width: 4px !important;
}

.product-container::-webkit-scrollbar:hover,
.scroll-wrapper::-webkit-scrollbar:hover {
  background-color: #cccccc5c;
}

.product-container::-webkit-scrollbar-thumb,
.scroll-wrapper::-webkit-scrollbar-thumb {
  /* border:5px solid #FCFCFC; */
  background-color: #ccc;
  height: 1px;
  width: 2px !important;
}

/*-----------mozila-------------*/

.product-container::-moz-scrollbar-track .scroll-wrapper::-moz-scrollbar-track {
  background-color: transparent;
}

.product-container::-moz-scrollbar,
.scroll-wrapper::-moz-scrollbar {
  width: 1px !important;
  background-color: transparent;
  height: 5px;
}

.product-container::-moz-scrollbar:hover,
.scroll-wrapper::-moz-scrollbar:hover {
  background-color: #cccccc5c;
}

.product-container::-moz-scrollbar-thumb,
.scroll-wrapper::-moz-scrollbar-thumb {
  /* border:5px solid #FCFCFC; */
  background-color: #ccc;
  height: 1px;
  width: 2px !important;
}

.pin-input {
  margin: auto;
  margin-bottom: 6%;
  width: 100%;
}
.pin-input.m-b {
  margin-bottom: 12%;
}

.delivery-container-1 .sub-1 {
  margin-bottom: 6% !important;
}
.delivery-container-1 .sub-1 div {
  padding: 0 2%;
}
.product-description.p-l {
  margin-top: 8%;
}
.product-description ul {
  padding-left: 4%;
}
.product-description ul li::before {
  content: "\2022";
  color: #d2c061;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 24px;
}

.product-description li {
  font: 400 17px/23px Sarabun;
  color: #353636;
  margin: 2% 0;
  list-style-type: none;
}
.product-description h3 {
  font: 800 24px/20px Sarabun;
}
.product-description-1 {
  padding-left: 2%;
  font: 400 16px/15px Sarabun;
  margin-bottom: 8%;
  color: #353636;
}
.product-description-1 .row {
  margin: 2% 0px;
}
.product-description-1 span {
  color: #000;
  font: 600 16px/24px Sarabun;
}

.product-container .product-wrapper {
  flex: 0 0 17.333%;
  box-shadow: 2px 0px 6px #ccc;
  background: #fff;
  border-radius: 5px;
}
.coin-img img {
  width: 50%;
  /* height: 110px; */
}
.c-b {
  min-height: 197px;
  border: none;
  border-radius: 5px;
}
.similar-product {
  background: rgba(222, 204, 98, 0.15);
  padding: 2% 0%;
}
.product-name {
  font: 600 18px/20px Sarabun;
}
.sub-2 {
  padding: 0 5%;
}
.sub-2 h3 {
  color: #00bbb4;
  font: 600 28px/35px Sarabun;
}
.sub-2 .product-amount {
  font: 700 24px/19px Sarabun bold;
  color: #083863;
}
.sub-2 .product-amount.l__product-amount {
  font: 700 24px/19px Sarabun bold;
  color: #333333;
}

.sub-2 div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8%;
  margin-top: 3%;
}
.sub-2 div.rating, .sub-2 div.rating > div {
    margin-bottom: 1% !important;
    margin-top: 2% !important;
}
.dots,.moblie-deliery-btn{
    display: none !important;
}
.m-header {
  display: none;
}
.review-header {
  display: flex;
  justify-content: space-between;
  font: 400 25px/15px Sarabun;
  align-items: center;
  margin-bottom: 3%;
  color: #000;
}
.review-header.e-1 {
  font: 400 22px/15px Sarabun;
}
.review-header span {
  font: 800 32px/50px Sarabun;
  color: #083863;
}
.review-header.e-1 span {
  font: 400 30px/50px Sarabun;
  color: #333333;
}
.review-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 4%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2%;
    flex-wrap: wrap;
}
.review-wrapper.p-l {
  flex-direction: column;
  border: 0px;
}
.review-wrapper.p-l .review-content {
  width: 100%;
}
.review-content {
  margin-bottom: 7%;
}
.review-content:nth-child(even) {
  padding-left: 5%;
}
.review-wrapper.p-l .review-content:nth-child(even) {
  padding-left: 0;
  border-top: 1px solid #ccc;
  margin: 4% 0;
}
.reviewer {
  display: flex;
  justify-content: space-between;
}
.reviewer h3 {
  color: #000;
  font: 400 18px/15px Sarabun;
  flex-grow: 1;
  margin-bottom: 4%;
}
.reviewer h3.m-b {
  margin-bottom: unset;
}
.reviewer p {
  height: 40px;
  width: 40px;
  background: #00bbb4;
  color: #fff;
  font: 400 20px/15px Sarabun;
  border-radius: 50%;
  float: left;
  /* margin: 0; */
  margin-right: 3%;
  text-align: center;
  padding: 13px 0;
}
.reviewer span {
  font: 400 16px/15px Sarabun;
  /* align-self: center; */
  opacity: 0.5;
}
.reviewer span.r-date{
    align-self: center;
}
.customer-comment h2 {
  font: 500 22px/15px Sarabun;
  margin-bottom: 3%;
}
.customer-comment {
  font: 400 16px/25px Sarabun;
}

.m-c {
  font: 400 18px Sarabun;
}
.sub-2.l-sub {
  padding: 0;
}
.custom-container.l-custom {
  width: 100%;
}
.custom-container.l-custom .product-container {
  margin-left: -1%;
  width: 100%;
}

.custom-container.l-custom .product-container .product-wrapper {
  flex: 0 0 17.333%;
}

.similar-product.l-s-m-p {
  /* padding: 0% 17%; */
  padding: 0% 11%;
  padding-bottom: 2%;
  margin: auto;
}

.d-modal-body,
.d-modal-header {
  font: 500 18px/29px Sarabun;
  text-align: center;
}
.d-modal-body {
  color: #333;
}
.d-modal-body p span {
  color: #00bbb4;
}
.d-modal-header{
    color:#D2C061;
    padding: 3% 5%;
    border-bottom: 1px solid #ccc !important;

}
.d-modal-header span {
  vertical-align: middle;
}
.local-nav,
.local-nav a {
  color: #083863;
  font: 500 16px Sarabun;
}

.local-nav a:hover {
  color: #00bbb4;
}

.bck-btn {
  margin-right: 5%;
}
.d-cancel-btn {
  font: 400 16px Sarabun;
  color: #00bbb4;
  cursor: pointer;
}
.disabled-pin {
  opacity: 0.5;
  cursor: not-allowed;
}
#notifyModal .modal-dialog {
  width: 336px !important;
}
#notifyModal .modal-dialog img {
  width: 38%;
}
.notify-content {
  padding: 6% 2%;
}
.notify-heading {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.notifyHr {
  color: #ccc;
  width: 80%;
  margin: 9% auto;
}
.product-label {
  font-weight: 600;
  color: #333333;
  font-size: 16px;
}
.notifyTxt {
  width: 73%;
  margin: 0% auto 7%;
}
.custom-container.w-f {
  width: 100%;
}
/* .scroll-wrapper{
        height: 400px;
        overflow-y: hidden;
    }
     .scroll-wrapper:hover{
                overflow-y: auto;
    }
    .scroll-wrapper.m-b{
        margin-bottom: 8%;
    } */
.rupee-sign {
  font-size: 12px;
}
.price-img {
  margin-bottom: 17% !important;
}

    .delivery-container-1.l__delivery-container-1.l-p{
        /* padding-right:2% ; */
    }
    .rating{
        justify-content: left !important;
        margin: 3% 0 !important;
    }

.rating.label-left .label-value+.star-container{
    margin-left: 0 !important;
}

.offer-div {
  justify-content: left !important;
  margin-bottom: 3% !important;
  color: #00bbb4;
  font: 13px Sarabun;
  font-style: italic;
  font-weight: 700;
}
.offer-div span {
  background: rgba(0, 187, 180, 0.12);
  padding: 5px 7px;
  margin-right: 3%;
  color: #083863;
  font-style: normal;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.offer-div em {
  font-weight: bold;
  font-size: 20px;
  line-height: 19px;
}
.offer-div span img {
  width: 20;
  -webkit-animation: scaling-img 1.5s infinite linear;
}
.product-amount.offer-amount span {
  color: #666666;
  text-decoration: line-through;
  font: 16px Sarabun;
}
.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}

.sevenDayHolding ul {
  list-style: lower-alpha;
  text-align: left;
}

@media only screen and (max-width: 1300px) {
  .similar-product.l-s-m-p {
    /* padding: 0% 10%; */
    padding: 0% 4%;
  }
  /* .scroll-wrapper:hover{
            overflow-y: auto;
        }
        .scroll-wrapper.m-b{
            margin-bottom: 8%;
        } */
}

@media (max-width: 767px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }

  .offer-div span {
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 19px;
  }
  .offer-div em {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
  }
  .product-amount.offer-amount span {
    margin-left: 6px;
  }
  .sub-2 div {
    margin-top: 0;
  }

  .sub-2 div .offer-div {
    margin-top: 0 !important;
    margin-left: 10px;
  }
  .carousel-indicators.list-inline {
    top: 100%;
  }
  .mobile {
    display: block;
  }
  #about.l-about {
    padding: 0px;
  }
  .product-container .product-wrapper {
    flex: 0 0 46.333%;
    margin-right: 2%;
  }
  .custom-container {
    padding: 0 3%;
  }
  .custom-container.l-custom .product-container .product-wrapper {
    flex: 0 0 48.333%;
    margin-right: 2%;
  }
  .m-top {
    margin-top: 27%;
  }
  .m-header {
    font: 400 18px Sarabun;
    color: #d2c061;
    text-align: center;
    margin-bottom: 10%;
    display: block;
  }
  .m-header.p-h {
    width: 100%;
  }
  .m-header.p-h span {
    float: left;
  }
  .carousel-item img {
    width: 100%;
  }

  #custCarousel .carousel-control-next,
  #custCarousel .carousel-control-prev {
    display: block !important;
  }
  .carousel-control-next span,
  .carousel-control-prev span {
    position: relative;
    font-size: 34px;
    top: 46%;
    color: #decc62;
  }
  .list-inline,
  .container-fluid,
  .local-nav {
    display: none;
  }
  .dots {
    display: block;
  }
  .desktop {
    display: none !important;
  }
  .moblie-deliery-btn {
    position: fixed;
    bottom: 0%;
    left: 0;
    z-index: 19;
    width: 100%;
    display: block !important;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) -122%,
      #ffffff 59.53%
    );
    /* box-shadow: -1px -2px 8px #ccc; */
    padding: 7% 0;
    text-align: center;
  }
  .review-wrapper {
    flex-direction: column;
  }
  .review-content:nth-child(even) {
    padding-left: unset;
  }
  .review-content {
    margin-top: 10%;
    padding: unset !important;
  }
  .product-description-1 {
    padding-left: 0%;
    margin: 11% 0;
  }

  .similar-product.l-s-m-p {
    padding: 0% 4%;
    margin-top: 5%;
    margin-bottom: 30%;
  }
  .similar-product.l-s-m-p.s__product {
    margin-bottom: unset;
  }
  #notifyModal .modal-dialog {
    width: 100% !important;
  }
  #notifyModal .modal-dialog img {
    width: 51%;
  }
  .notifyHr {
    margin: 16% auto;
  }
  .notify-heading {
    font-size: 21px;
  }
  .product-label {
    font-size: 20px;
  }
  .notifyTxt {
    margin: 0% auto 13%;
    width: 100%;
    font-size: 19px;
  }
  .review-header p:first-child {
    font: 400 12px/15px Sarabun;
  }
  .review-header p:last-child {
    font: 400 17px/15px Sarabun;
  }
  .review-header span {
    font: 800 14px/20px Sarabun !important;
  }
  .sub-2.l-sub div {
    /* border-bottom: 1px solid #ccc; */
    padding-bottom: 8%;
  }
  .review-header {
    padding-top: 8%;
    border-top: 1px solid #ccc;
  }
  .r-c-div {
    font: 400 13px Sarabun;
  }
  .r-c-p {
    font: 600 13px Sarabun !important;
    color: #000 !important;
  }
  .pin-input {
    margin-bottom: 8%;
  }

  .sub-2 .product-amount {
    font: 700 22px/19px Sarabun bold;
  }
  .sub-2 h3 {
    font: 600 18px/35px Sarabun;
  }
  .customer-comment h2,
  .reviewer h3 {
    font: 500 16px/15px Sarabun;
  }
  .sub-2 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 8%;
  }

  #myCarousel .carousel-indicators li,
  #custCarousel .carousel-indicators > li {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    background-color: #cccccc47;
    border: none;
  }
  #myCarousel .carousel-indicators li img,
  #custCarousel .carousel-indicators li img {
    display: none;
  }
  #myCarousel .carousel-indicators li.active,
  #custCarousel .carousel-indicators > li.active {
    background: #decc62 !important;
  }

  main.row.p-l-main {
    padding: 0 7%;
  }
  /* .scroll-wrapper{
        height: auto;
        overflow: unset ;
    }
    .scroll-wrapper.m-b{
        margin-bottom: unset;
    } */
  .deliverable-span img {
    width: 4%;
  }

  #myCarousel .carousel-control {
    display: block;
    background-image: none;
    font-size: 34px;
    top: 46%;
    color: #decc62;
    opacity: 0.5;
    font-weight: normal;
    }
    .sub-2 div.rating{
        margin-top: 2% !important;
    }
    .reviewer span{
    font-size: 14px;
        margin-left: 5px;
    }
    .rating{
        justify-content: left !important;
        margin: 2% 0 !important;
    }
}
@media (max-width: 320px){

    .reviewer h3 {
        width: 192px;
    }
    .offer-div em {
        font-size: 11px;
    }
}
@media (width: 414px) {
  .sub-2 div.amounts {
    display: block !important;
  }
  .sub-2 div .offer-div {
    margin-left: 0px;
  }
}
@media (width: 320px) {
  .sub-2 div.amounts {
    display: block !important;
  }
  .sub-2 div .offer-div {
    margin-left: 0px;
  }
}

