input:focus, button:focus, textarea:focus, select:focus, details:focus, [href]:focus, [tabindex]:not([tabindex="-1"]):focus, [contenteditable="true"]:focus {
  outline: none !important; }

* {
  list-style: none; }

.body {
  overflow: hidden; }

.container {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto; }

.beautify__section .page-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #22222F;
  text-transform: uppercase;
  line-height: 27px;
  position: relative;
  margin: 0 0 40px; }
  .beautify__section .page-heading:after {
    content: '';
    width: 36px;
    height: 3px;
    background: #00ffc6;
    display: table;
    margin: 15px auto 0; }
  @media screen and (max-width: 576px) {
    .beautify__section .page-heading {
      margin: 0 0 30px; } }

.scrollToTop #scrollToTopFloatingButton {
  right: 20px; }

/* MARKTING BANNER CSS START */
.infographic {
  padding: 30px 0;
  background: #F1F5F9; }
  .infographic .container {
    max-width: 1240px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto; }
    .infographic .container .infographic-list {
      display: flex;
      justify-content: center; }
      .infographic .container .infographic-list .infographic-item {
        display: inline-block;
        width: 20%;
        text-align: center; }
        .infographic .container .infographic-list .infographic-item .info-top {
          display: inline-block; }
          .infographic .container .infographic-list .infographic-item .info-top .info-img {
            object-fit: cover;
            width: auto;
            display: inline-block;
            height: 54px; }
          .infographic .container .infographic-list .infographic-item .info-top .info-title {
            margin: 10px 0 0 0;
            text-transform: uppercase;
            color: #22222F;
            line-height: 19px;
            font-size: 15px;
            max-width: 150px;
            font-weight: 600; }

/* MARKTING BANNER CSS END */
/* CARD SECTION CSS START */
.carts-wrap {
  padding: 35px 0 43px; }
  @media screen and (max-width: 768px) {
    .carts-wrap {
      padding: 50px 0 40px; } }
  @media screen and (max-width: 480px) {
    .carts-wrap {
      padding: 35px 0; } }
  .carts-wrap .cart-info {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #EFEFF2;
    padding-bottom: 60px; }
    @media screen and (max-width: 768px) {
      .carts-wrap .cart-info {
        padding-bottom: 25px; } }
    @media screen and (max-width: 767px) {
      .carts-wrap .cart-info {
        flex-wrap: wrap;
        justify-content: space-betwen; } }
    .carts-wrap .cart-info .cart-inner {
      padding: 0 15px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .carts-wrap .cart-info .cart-inner {
          padding: 15px 0; } }
      .carts-wrap .cart-info .cart-inner .link-img {
        display: block;
        position: relative; }
        .carts-wrap .cart-info .cart-inner .link-img:before {
          content: '';
          position: absolute;
          height: 100%;
          width: 100%;
          top: 11px;
          left: 0;
          background: #57576B;
          opacity: 0.4;
          filter: blur(10px);
          transition: 0.3s ease-out;
          border-radius: 10px;
          z-index: -1; }
      .carts-wrap .cart-info .cart-inner:hover .link-img:before {
        opacity: .3;
        background: #262636;
        filter: unset;
        top: 0; }
      .carts-wrap .cart-info .cart-inner img {
        width: 560px;
        height: 200px;
        border-radius: 10px; }
        @media (max-width: 575px) {
          .carts-wrap .cart-info .cart-inner img {
            height: auto; } }
      .carts-wrap .cart-info .cart-inner .cart-head {
        position: absolute;
        font-size: 26px;
        line-height: 32px;
        max-width: 227px;
        left: 25px;
        top: 50%;
        transform: translateY(-50%);
        color: #ffffff;
        font-weight: 600;
        margin: 0;
        font-family: 'Montserrat', sans-serif;
        text-decoration: none; }
        @media (max-width: 575px) {
          .carts-wrap .cart-info .cart-inner .cart-head {
            left: 15px;
            max-width: 170px;
            padding: 0 15px;
            font-size: 17px;
            line-height: 25px; } }
        @media screen and (max-width: 480px) {
          .carts-wrap .cart-info .cart-inner .cart-head {
            line-height: 22px; } }
      .carts-wrap .cart-info .cart-inner .logoImage {
        position: absolute;
        top: 50px;
        left: 50px;
        max-width: 100%; }
        @media screen and (max-width: 575px) {
          .carts-wrap .cart-info .cart-inner .logoImage {
            top: 60px;
            left: 25px; } }
        @media screen and (max-width: 480px) {
          .carts-wrap .cart-info .cart-inner .logoImage {
            top: 35px;
            left: 32px;
            max-width: 120px; } }
        .carts-wrap .cart-info .cart-inner .logoImage img {
          width: 100%;
          height: auto;
          display: inline-block; }
      .carts-wrap .cart-info .cart-inner.inner__info .cart-head {
        max-width: 300px;
        top: 63%; }

/* CARD SECTION CSS END */
/* INSTAGRAM FEED SECTION STARTS */
.InstagramFeed {
  padding: 0 0 43px; }
  .InstagramFeed .page-heading {
    margin: 0 0 21px; }
  .InstagramFeed img {
    width: 100%; }

/* INSTAGRAM FEED SECTION ENDS */
/* REVIEW SECTION CSS START */
.review-wrap {
  padding: 55PX 0;
  background: #F1F5F9; }
  @media screen and (max-width: 768px) {
    .review-wrap {
      padding: 40px 0; } }
  @media screen and (max-width: 480px) {
    .review-wrap {
      padding: 30px 0; } }
  .review-wrap .page-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #22222F;
    text-transform: uppercase;
    line-height: 27px;
    position: relative;
    margin: 0 0 40px; }
    .review-wrap .page-heading:after {
      content: '';
      width: 36px;
      height: 3px;
      background: #00ffc6;
      display: table;
      margin: 15px auto 0; }
  .review-wrap .review__inner {
    display: flex;
    justify-content: center;
    padding: 0 32px; }
    @media screen and (max-width: 575px) {
      .review-wrap .review__inner {
        padding: 0 5px; } }
    .review-wrap .review__inner .review-form {
      width: 33.33%;
      padding: 0 15px;
      text-align: center; }
      @media screen and (max-width: 575px) {
        .review-wrap .review__inner .review-form {
          padding: 0; } }
      .review-wrap .review__inner .review-form .review-info {
        background: #ffffff;
        padding: 29px;
        border-radius: 10px; }
        @media screen and (max-width: 800px) {
          .review-wrap .review__inner .review-form .review-info {
            padding: 18px; } }
        .review-wrap .review__inner .review-form .review-info .review-img {
          position: relative;
          max-width: 93px;
          margin: 0 auto; }
          .review-wrap .review__inner .review-form .review-info .review-img:after {
            background: url(https://store-u10dfi0at.mybigcommerce.com/content/images/Group.png) no-repeat;
            position: absolute;
            width: 40px;
            height: 40px;
            right: -5px;
            content: "";
            bottom: -5px; }
      .review-wrap .review__inner .review-form .review-content .review-head {
        font-size: 22px;
        line-height: 27px;
        color: #22222F;
        font-weight: 600; }
      .review-wrap .review__inner .review-form .review-content .review-text {
        font-size: 13px;
        font-weight: normal;
        color: #5C5C69;
        line-height: 25px; }
      .review-wrap .review__inner .review-form .review-content .review-cite {
        font-size: 13px;
        line-height: 16px;
        color: #22222F;
        font-weight: 600;
        text-transform: capitalize; }
      .review-wrap .review__inner .review-form .review-content .review-star .review-view {
        display: flex;
        justify-content: center;
        margin-top: 10px; }
        .review-wrap .review__inner .review-form .review-content .review-star .review-view .review-from {
          padding: 0 3px; }

/* REVIEW SECTION CSS END */
/* PRODUCT SECTION CSS START */
.beautify__section--newProducts {
  padding: 46px 0 36px; }
  @media screen and (max-width: 768px) {
    .beautify__section--newProducts {
      padding: 40px 0 0; } }
  @media screen and (max-width: 480px) {
    .beautify__section--newProducts {
      padding: 30px 0 0; } }

.beautify__section--featuredProducts {
  background: #F1F5F9;
  padding: 47px 0 27px; }
  @media screen and (max-width: 768px) {
    .beautify__section--featuredProducts {
      padding: 40px 0 0; } }
  @media screen and (max-width: 480px) {
    .beautify__section--featuredProducts {
      padding: 30px 0 0; } }

.productCarousel .card-figure, .productGrid .card-figure {
  background: #ffffff; }
  .productCarousel .card-figure .sale-flag-side, .productGrid .card-figure .sale-flag-side {
    border-radius: 0;
    padding: 5px 7px;
    top: unset;
    bottom: 0; }
    .productCarousel .card-figure .sale-flag-side .sale-text, .productGrid .card-figure .sale-flag-side .sale-text {
      font-size: 12px;
      font-weight: 700; }
  .productCarousel .card-figure .sale-flag-side--custom, .productGrid .card-figure .sale-flag-side--custom {
    background: #FF6243;
    top: 0;
    bottom: unset;
    border-radius: 0;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 7px; }

.productCarousel .card-body, .productGrid .card-body {
  text-align: center;
  padding-top: 17px; }
  .productCarousel .card-body .card-title, .productGrid .card-body .card-title {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #3E3E4D;
    font-family: 'Montserrat', sans-serif; }
    .productCarousel .card-body .card-title a, .productGrid .card-body .card-title a {
      color: #3E3E4D;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      text-overflow: ellipsis;
      max-height: 36px;
      /*! autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */ }
  .productCarousel .card-body .card-text, .productGrid .card-body .card-text {
    justify-content: center; }
  .productCarousel .card-body .card-text--rating .icon, .productGrid .card-body .card-text--rating .icon {
    width: 17px;
    height: 16px; }
  .productCarousel .card-body .price, .productGrid .card-body .price {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #3E3E4D;
    text-align: center; }

.productCarousel .card-footer .card-buttons, .productGrid .card-footer .card-buttons {
  display: flex;
  justify-content: center; }
  .productCarousel .card-footer .card-buttons .card-figcaption-button, .productGrid .card-footer .card-buttons .card-figcaption-button {
    border-radius: 0;
    max-width: 116px;
    padding: 12px 0; }
    .productCarousel .card-footer .card-buttons .card-figcaption-button.button--primary, .productCarousel .card-footer .card-buttons .card-figcaption-button.button--outstock, .productGrid .card-footer .card-buttons .card-figcaption-button.button--primary, .productGrid .card-footer .card-buttons .card-figcaption-button.button--outstock {
      color: #22222F;
      font-size: 14px;
      line-height: 18px;
      margin: 0 0 0 15px !important; }
      .productCarousel .card-footer .card-buttons .card-figcaption-button.button--primary:hover, .productCarousel .card-footer .card-buttons .card-figcaption-button.button--primary:focus, .productCarousel .card-footer .card-buttons .card-figcaption-button.button--primary:active, .productCarousel .card-footer .card-buttons .card-figcaption-button.button--outstock:hover, .productCarousel .card-footer .card-buttons .card-figcaption-button.button--outstock:focus, .productCarousel .card-footer .card-buttons .card-figcaption-button.button--outstock:active, .productGrid .card-footer .card-buttons .card-figcaption-button.button--primary:hover, .productGrid .card-footer .card-buttons .card-figcaption-button.button--primary:focus, .productGrid .card-footer .card-buttons .card-figcaption-button.button--primary:active, .productGrid .card-footer .card-buttons .card-figcaption-button.button--outstock:hover, .productGrid .card-footer .card-buttons .card-figcaption-button.button--outstock:focus, .productGrid .card-footer .card-buttons .card-figcaption-button.button--outstock:active {
        background: #22222F;
        color: #ffffff;
        transition: all .3s; }
      @media screen and (max-width: 480px) {
        .productCarousel .card-footer .card-buttons .card-figcaption-button.button--primary, .productCarousel .card-footer .card-buttons .card-figcaption-button.button--outstock, .productGrid .card-footer .card-buttons .card-figcaption-button.button--primary, .productGrid .card-footer .card-buttons .card-figcaption-button.button--outstock {
          font-size: 13px; } }
    .productCarousel .card-footer .card-buttons .card-figcaption-button.button--outstock:hover, .productGrid .card-footer .card-buttons .card-figcaption-button.button--outstock:hover {
      background: #666; }
  .productCarousel .card-footer .card-buttons .custom-wishlist, .productGrid .card-footer .card-buttons .custom-wishlist {
    font-size: 0;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    margin: 0 !important;
    background: #F5FAFF;
    display: flex;
    justify-content: center;
    align-items: center; }
    .productCarousel .card-footer .card-buttons .custom-wishlist:hover, .productGrid .card-footer .card-buttons .custom-wishlist:hover {
      background: #FFF5F3; }
      .productCarousel .card-footer .card-buttons .custom-wishlist:hover svg path, .productGrid .card-footer .card-buttons .custom-wishlist:hover svg path {
        stroke: #FF6243; }
    .productCarousel .card-footer .card-buttons .custom-wishlist.active, .productGrid .card-footer .card-buttons .custom-wishlist.active {
      background: #FFF5F3; }
      .productCarousel .card-footer .card-buttons .custom-wishlist.active svg path, .productGrid .card-footer .card-buttons .custom-wishlist.active svg path {
        fill: #FF6243;
        stroke: #FF6243; }
  .productCarousel .card-footer .card-buttons .card-figcaption-button.button--outstock, .productGrid .card-footer .card-buttons .card-figcaption-button.button--outstock {
    max-width: 100%;
    background: #22222F;
    opacity: 0.5;
    color: #ffffff; }
  .productCarousel .card-footer .card-buttons .event_buy_now_add_to_cart, .productGrid .card-footer .card-buttons .event_buy_now_add_to_cart {
    background: #3E3E4D;
    color: #ffffff;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    /*max-width: 116px; height: auto;*/
    padding: 10px 17px;
    margin-bottom: 0;
    border-color: #3E3E4D; }
    .productCarousel .card-footer .card-buttons .event_buy_now_add_to_cart:hover, .productGrid .card-footer .card-buttons .event_buy_now_add_to_cart:hover {
      background: #22222F;
      border-color: #22222F; }

.productCarousel .card .card-figcaption .card-figcaption-button.quickview, .productGrid .card .card-figcaption .card-figcaption-button.quickview {
  border: 1px solid #22222F;
  color: #22222F;
  background: #ffffff;
  max-width: 116px;
  width: 100%;
  padding: 11px; }
  .productCarousel .card .card-figcaption .card-figcaption-button.quickview:after, .productGrid .card .card-figcaption .card-figcaption-button.quickview:after {
    content: '';
    border: 13px solid #22222F;
    position: absolute;
    width: 142px;
    height: 66px;
    top: -14px;
    left: -14px;
    opacity: 0.3; }
  .productCarousel .card .card-figcaption .card-figcaption-button.quickview:hover, .productGrid .card .card-figcaption .card-figcaption-button.quickview:hover {
    background: #22222F;
    color: #ffffff;
    transition: all .3s; }
  .productCarousel .card .card-figcaption .card-figcaption-button.quickview .icon, .productGrid .card .card-figcaption .card-figcaption-button.quickview .icon {
    display: none; }

.slick-slider .slick-arrow {
  height: 44px;
  width: 44px;
  border-radius: 100%;
  padding: 0;
  border: 1px solid #DADADF;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s all; }
  .slick-slider .slick-arrow:before {
    width: 22px;
    height: 22px;
    background-size: cover;
    background-position: center;
    opacity: 1; }
  .slick-slider .slick-arrow.slick-prev:before {
    background-image: url(https://store-u10dfi0at.mybigcommerce.com/content/images/arrowleft.png); }
  .slick-slider .slick-arrow.slick-next:before {
    background-image: url(https://store-u10dfi0at.mybigcommerce.com/content/images/arrowright.png); }
  .slick-slider .slick-arrow:hover {
    background: #EFEFF2;
    border-color: #EFEFF2;
    opacity: 1; }
    .slick-slider .slick-arrow:hover.slick-prev::before {
      background-image: url(https://store-u10dfi0at.mybigcommerce.com/content/images/arrowleft_hover.png);
      background-position: -2px center; }
    .slick-slider .slick-arrow:hover.slick-next::before {
      background-image: url(https://store-u10dfi0at.mybigcommerce.com/content/images/arrowright_hover.png);
      background-position: 2px center; }

@media screen and (max-width: 1299px) {
  .productCarousel {
    padding: 0 33px; } }

@media screen and (max-width: 480px) {
  .productCarousel {
    padding: 0; } }

@media screen and (max-width: 480px) {
  .productCarousel {
    margin-bottom: 30px; } }

.productCarousel .slick-arrow {
  top: 33.5%; }
  @media screen and (max-width: 575px) {
    .productCarousel .slick-arrow {
      top: 32.5%; } }
  .productCarousel .slick-arrow.slick-prev {
    left: -33px; }
    @media screen and (max-width: 1299px) {
      .productCarousel .slick-arrow.slick-prev {
        left: 0; } }
  .productCarousel .slick-arrow.slick-next {
    right: -33px; }
    @media screen and (max-width: 1299px) {
      .productCarousel .slick-arrow.slick-next {
        right: 0; } }

.productGrid .card-footer .card-buttons .card-figcaption-button.button--outstock {
  font-size: 13px;
  margin: 0;
  max-width: 100%;
  line-height: 18px;
  background: #22222F;
  opacity: 0.5;
  color: #ffffff;
  text-transform: uppercase;
  /*max-width: 116px; height: auto;*/ }

.previewCart .previewCartCheckout .previewCartCheckout-continueButton {
  border-color: #22222F;
  color: #22222F;
  background: #ffffff; }
  .previewCart .previewCartCheckout .previewCartCheckout-continueButton:hover {
    background: #000000;
    color: #ffffff;
    transition: all .3s; }

.previewCart .previewCartCheckout .button--link {
  color: #2b2b3b;
  text-underline-offset: unset;
  padding: 14px 0;
  line-height: 24px; }
  .previewCart .previewCartCheckout .button--link:hover {
    opacity: .7; }

/* PRODUCT SECTION CSS END */
/* Scroll Top Button Starts */
.scrollToTop .button.active, .scrollToTop .button:focus, .scrollToTop .button:hover {
  color: #00ffc6; }

/* Scroll Top Button Ends */
/* BANNER SECTION CSS START */
.heroCarousel-container .heroCarousel-content {
  top: 45%;
  text-align: left;
  left: 38%; }
  @media screen and (max-width: 1599px) {
    .heroCarousel-container .heroCarousel-content {
      left: 48%; } }
  @media screen and (max-width: 1199px) {
    .heroCarousel-container .heroCarousel-content {
      left: 46%; } }
  @media screen and (max-width: 991px) {
    .heroCarousel-container .heroCarousel-content {
      text-align: center;
      padding: 25px 25px 35px 25px;
      position: unset;
      transform: unset;
      width: 100%; } }
  .heroCarousel-container .heroCarousel-content .heroCarousel-title {
    line-height: 78px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 0; }
    @media screen and (max-width: 1199px) {
      .heroCarousel-container .heroCarousel-content .heroCarousel-title {
        font-size: 47px;
        line-height: 65px; } }
    @media screen and (max-width: 480px) {
      .heroCarousel-container .heroCarousel-content .heroCarousel-title {
        font-size: 40px;
        line-height: 50px; } }
  .heroCarousel-container .heroCarousel-content .heroCarousel-description {
    line-height: 57px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300; }
    @media screen and (max-width: 1023px) {
      .heroCarousel-container .heroCarousel-content .heroCarousel-description {
        font-size: 38px;
        line-height: 48px; } }
    @media screen and (max-width: 480px) {
      .heroCarousel-container .heroCarousel-content .heroCarousel-description {
        font-size: 25px;
        line-height: 40px; } }
  .heroCarousel-container .heroCarousel-content .button--black {
    color: #22222F;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    padding: 14px 51px;
    background: #00ffc6;
    border: 2px solid #22222F;
    display: inline-block;
    border-radius: 0;
    margin-top: 17px; }
    .heroCarousel-container .heroCarousel-content .button--black:hover {
      color: #00ffc6;
      background: #22222F;
      border: 2px solid #22222F;
      transition: all .3s; }
    @media screen and (max-width: 480px) {
      .heroCarousel-container .heroCarousel-content .button--black {
        margin-top: 0; } }
  @media screen and (max-width: 991px) {
    .heroCarousel-container .heroCarousel-content .slick-dots {
      color: #00ffc6; } }

.heroCarousel-container .heroCarousel-slide:nth-child(odd) .heroCarousel-content {
  left: 0;
  max-width: 1175px;
  width: 100%;
  padding: 0 15px; }
  @media screen and (max-width: 991px) {
    .heroCarousel-container .heroCarousel-slide:nth-child(odd) .heroCarousel-content {
      text-align: center;
      padding: 25px 25px 35px 25px;
      position: unset;
      transform: unset;
      width: 100%; } }

.heroCarousel-container .heroCarousel-slide--1 .heroCarousel-description {
  font-size: 29px;
  line-height: 35px;
  max-width: 560px; }
  @media screen and (max-width: 1199px) {
    .heroCarousel-container .heroCarousel-slide--1 .heroCarousel-description {
      max-width: 550px; } }
  @media screen and (max-width: 991px) {
    .heroCarousel-container .heroCarousel-slide--1 .heroCarousel-description {
      max-width: 100%; } }
  @media screen and (max-width: 480px) {
    .heroCarousel-container .heroCarousel-slide--1 .heroCarousel-description {
      font-size: 25px; } }

@media screen and (max-width: 991px) {
  .heroCarousel-container .heroCarousel-slide--2 .heroCarousel-content {
    text-align: center;
    padding: 25px 25px 35px 25px;
    position: unset;
    transform: unset;
    width: 100%; } }

.heroCarousel-container .heroCarousel-slide--2 .heroCarousel-content .heroCarousel-title {
  font-size: 56px;
  line-height: 68px; }
  @media screen and (max-width: 1199px) {
    .heroCarousel-container .heroCarousel-slide--2 .heroCarousel-content .heroCarousel-title {
      font-size: 47px;
      line-height: 65px; } }
  @media screen and (max-width: 480px) {
    .heroCarousel-container .heroCarousel-slide--2 .heroCarousel-content .heroCarousel-title {
      font-size: 40px;
      line-height: 50px; } }

.heroCarousel-container .heroCarousel-slide--2 .heroCarousel-content .heroCarousel-description {
  font-size: 41px;
  line-height: 50px; }
  @media screen and (max-width: 1199px) {
    .heroCarousel-container .heroCarousel-slide--2 .heroCarousel-content .heroCarousel-description {
      font-size: 38px;
      line-height: 48px; } }
  @media screen and (max-width: 480px) {
    .heroCarousel-container .heroCarousel-slide--2 .heroCarousel-content .heroCarousel-description {
      font-size: 25px;
      line-height: 40px; } }

.heroCarousel-container .heroCarousel-slide--3 .heroCarousel-content .heroCarousel-description {
  font-size: 41px;
  line-height: 50px; }
  @media screen and (max-width: 1023px) {
    .heroCarousel-container .heroCarousel-slide--3 .heroCarousel-content .heroCarousel-description {
      font-size: 38px;
      line-height: 48px; } }
  @media screen and (max-width: 480px) {
    .heroCarousel-container .heroCarousel-slide--3 .heroCarousel-content .heroCarousel-description {
      font-size: 25px;
      line-height: 40px; } }

/* BANNER SECTION CSS END */
/* CMS PAGES CSS START */
.supermarket-page--pages-page .body > .container {
  max-width: 1280px; }
  .supermarket-page--pages-page .body > .container .page {
    margin: 0; }
  .supermarket-page--pages-page .body > .container .page-content {
    padding: 0; }

/* GRADING PAGE CSS START */
.grad-wrap .heading-page {
  font-size: 34px;
  line-height: 42px;
  color: #000000;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0 0 25px; }

.grad-wrap .grad-area {
  border-top: 1px solid #DADADF;
  border-bottom: 1px solid #DADADF;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 991px) {
    .grad-wrap .grad-area {
      border: none; } }
  .grad-wrap .grad-area .grad-inner {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 991px) {
      .grad-wrap .grad-area .grad-inner {
        flex-wrap: wrap; } }
    .grad-wrap .grad-area .grad-inner .grad-left {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 26px 0;
      position: relative; }
      @media screen and (max-width: 800px) {
        .grad-wrap .grad-area .grad-inner .grad-left {
          padding: 18px 0; } }
      @media screen and (max-width: 480px) {
        .grad-wrap .grad-area .grad-inner .grad-left {
          flex-wrap: wrap; } }
      .grad-wrap .grad-area .grad-inner .grad-left .img-wrap {
        width: 149.91px; }
      .grad-wrap .grad-area .grad-inner .grad-left .head-text {
        font-size: 19px;
        line-height: 23px;
        color: #22222F;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0 0 0 38px;
        max-width: 298px; }
        @media screen and (max-width: 480px) {
          .grad-wrap .grad-area .grad-inner .grad-left .head-text {
            margin: 20px 0 0;
            max-width: 100%; } }
      .grad-wrap .grad-area .grad-inner .grad-left .head-texts {
        font-size: 19px;
        line-height: 23px;
        color: #22222F;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0 0 0 38px;
        max-width: 339px; }
        @media screen and (max-width: 480px) {
          .grad-wrap .grad-area .grad-inner .grad-left .head-texts {
            margin: 20px 0 0;
            max-width: 100%; } }
      .grad-wrap .grad-area .grad-inner .grad-left:after {
        content: '';
        position: absolute;
        border-right: 1px solid #DADADF;
        height: 60px;
        right: 45px; }
        @media screen and (max-width: 991px) {
          .grad-wrap .grad-area .grad-inner .grad-left:after {
            border: none; } }
      .grad-wrap .grad-area .grad-inner .grad-left:last-child:after {
        display: none; }

/* GRADING PAGE CSS END */
/* TABING CSS START */
.supermarket-pageType--page .page-heading {
  display: none; }

.page-content-body {
  margin-bottom: 50px; }
  .page-content-body .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    padding-top: 50px;
    border-bottom: none; }
    @media screen and (max-width: 800px) {
      .page-content-body .tabs {
        padding-top: 35px; } }
    .page-content-body .tabs .tabs-inner {
      text-align: center;
      font-size: 19px;
      text-transform: uppercase;
      font-weight: 600;
      margin: 0 4px; }
      .page-content-body .tabs .tabs-inner.tab, .page-content-body .tabs .tabs-inner.is-active {
        border: none; }
      .page-content-body .tabs .tabs-inner .tab-link {
        color: #8F8F8F;
        text-decoration: none;
        padding: 0 30.5px 10.5px;
        border-bottom: 2px solid #DADADF; }
        .page-content-body .tabs .tabs-inner .tab-link:hover, .page-content-body .tabs .tabs-inner .tab-link:active, .page-content-body .tabs .tabs-inner .tab-link:focus {
          color: #22222F;
          border-bottom: 2px solid #00ffc6; }
      .page-content-body .tabs .tabs-inner.is-active .tab-link {
        color: #22222F;
        border-bottom: 2px solid #00ffc6; }
  .page-content-body .tabs__inner, .page-content-body .tabs-contents {
    margin: 0; }
    .page-content-body .tabs__inner .tab-inner, .page-content-body .tabs__inner .tab-content, .page-content-body .tabs__inner .has-jsContent, .page-content-body .tabs-contents .tab-inner, .page-content-body .tabs-contents .tab-content, .page-content-body .tabs-contents .has-jsContent {
      padding: 0;
      max-width: 1152px;
      margin: 0 auto; }
    @media screen and (min-width: 992px) {
      .page-content-body .tabs__inner .banner-psa, .page-content-body .tabs__inner .banner-sgc, .page-content-body .tabs-contents .banner-psa, .page-content-body .tabs-contents .banner-sgc {
        position: relative;
        min-height: 330px;
        display: flex;
        align-items: center; } }
    .page-content-body .tabs__inner .banner-psa:after, .page-content-body .tabs__inner .banner-sgc:after, .page-content-body .tabs-contents .banner-psa:after, .page-content-body .tabs-contents .banner-sgc:after {
      background-repeat: no-repeat; }
      @media screen and (min-width: 992px) {
        .page-content-body .tabs__inner .banner-psa:after, .page-content-body .tabs__inner .banner-sgc:after, .page-content-body .tabs-contents .banner-psa:after, .page-content-body .tabs-contents .banner-sgc:after {
          content: '';
          position: absolute;
          width: 100vw;
          height: 100%;
          z-index: -2;
          left: 50%;
          transform: translateX(-50%);
          top: 0;
          background-size: cover; } }
      @media screen and (max-width: 1299px) {
        .page-content-body .tabs__inner .banner-psa:after, .page-content-body .tabs__inner .banner-sgc:after, .page-content-body .tabs-contents .banner-psa:after, .page-content-body .tabs-contents .banner-sgc:after {
          background-position: bottom; } }
      @media screen and (max-width: 1199px) {
        .page-content-body .tabs__inner .banner-psa:after, .page-content-body .tabs__inner .banner-sgc:after, .page-content-body .tabs-contents .banner-psa:after, .page-content-body .tabs-contents .banner-sgc:after {
          background-position: 32%; } }
    .page-content-body .tabs__inner .banner-psa .banner-img-inner, .page-content-body .tabs__inner .banner-sgc .banner-img-inner, .page-content-body .tabs-contents .banner-psa .banner-img-inner, .page-content-body .tabs-contents .banner-sgc .banner-img-inner {
      display: none; }
      @media screen and (max-width: 991px) {
        .page-content-body .tabs__inner .banner-psa .banner-img-inner, .page-content-body .tabs__inner .banner-sgc .banner-img-inner, .page-content-body .tabs-contents .banner-psa .banner-img-inner, .page-content-body .tabs-contents .banner-sgc .banner-img-inner {
          display: block;
          width: 100vw;
          position: relative;
          left: 50%;
          transform: translateX(-50%); } }
    .page-content-body .tabs__inner .banner-psa .banner-text, .page-content-body .tabs__inner .banner-sgc .banner-text, .page-content-body .tabs-contents .banner-psa .banner-text, .page-content-body .tabs-contents .banner-sgc .banner-text {
      width: 50%;
      margin-left: auto; }
      @media screen and (max-width: 1199px) {
        .page-content-body .tabs__inner .banner-psa .banner-text, .page-content-body .tabs__inner .banner-sgc .banner-text, .page-content-body .tabs-contents .banner-psa .banner-text, .page-content-body .tabs-contents .banner-sgc .banner-text {
          width: 48%; } }
      @media screen and (max-width: 991px) {
        .page-content-body .tabs__inner .banner-psa .banner-text, .page-content-body .tabs__inner .banner-sgc .banner-text, .page-content-body .tabs-contents .banner-psa .banner-text, .page-content-body .tabs-contents .banner-sgc .banner-text {
          width: 100%;
          margin-top: 20px;
          text-align: center; } }
      .page-content-body .tabs__inner .banner-psa .banner-text .banner-head, .page-content-body .tabs__inner .banner-sgc .banner-text .banner-head, .page-content-body .tabs-contents .banner-psa .banner-text .banner-head, .page-content-body .tabs-contents .banner-sgc .banner-text .banner-head {
        font-size: 34px;
        line-height: 42px;
        color: #000000;
        font-weight: bold;
        margin: 16px 0; }
        @media screen and (max-width: 991px) {
          .page-content-body .tabs__inner .banner-psa .banner-text .banner-head, .page-content-body .tabs__inner .banner-sgc .banner-text .banner-head, .page-content-body .tabs-contents .banner-psa .banner-text .banner-head, .page-content-body .tabs-contents .banner-sgc .banner-text .banner-head {
            font-size: 32px;
            line-height: 38px; } }
        @media screen and (max-width: 575px) {
          .page-content-body .tabs__inner .banner-psa .banner-text .banner-head, .page-content-body .tabs__inner .banner-sgc .banner-text .banner-head, .page-content-body .tabs-contents .banner-psa .banner-text .banner-head, .page-content-body .tabs-contents .banner-sgc .banner-text .banner-head {
            font-size: 28px; } }
      .page-content-body .tabs__inner .banner-psa .banner-text .banner-span, .page-content-body .tabs__inner .banner-sgc .banner-text .banner-span, .page-content-body .tabs-contents .banner-psa .banner-text .banner-span, .page-content-body .tabs-contents .banner-sgc .banner-text .banner-span {
        font-size: 22px;
        color: #484848;
        line-height: 23px;
        font-weight: normal; }
        @media screen and (max-width: 480px) {
          .page-content-body .tabs__inner .banner-psa .banner-text .banner-span, .page-content-body .tabs__inner .banner-sgc .banner-text .banner-span, .page-content-body .tabs-contents .banner-psa .banner-text .banner-span, .page-content-body .tabs-contents .banner-sgc .banner-text .banner-span {
            font-size: 18px;
            line-height: 18px; } }
    @media screen and (min-width: 992px) {
      .page-content-body .tabs__inner .banner-psa:after, .page-content-body .tabs-contents .banner-psa:after {
        background-image: url("https://store-u10dfi0at.mybigcommerce.com/content/images/bannerpsa.png"); } }
    @media screen and (min-width: 992px) {
      .page-content-body .tabs__inner .banner-sgc:after, .page-content-body .tabs-contents .banner-sgc:after {
        background-image: url("https://store-u10dfi0at.mybigcommerce.com/content/images/bannersgc.png"); } }
    .page-content-body .tabs__inner .tabs-content, .page-content-body .tabs-contents .tabs-content {
      padding: 43.5px 0 0; }
      @media screen and (max-width: 800px) {
        .page-content-body .tabs__inner .tabs-content, .page-content-body .tabs-contents .tabs-content {
          padding: 30.5px 0 0; } }
      .page-content-body .tabs__inner .tabs-content:after, .page-content-body .tabs-contents .tabs-content:after {
        content: '';
        /*border-bottom: 1px solid $color-lightgray; */
        display: flex;
        align-items: center;
        width: 330px;
        margin: 0 auto; }
        @media screen and (max-width: 480px) {
          .page-content-body .tabs__inner .tabs-content:after, .page-content-body .tabs-contents .tabs-content:after {
            width: auto; } }
      .page-content-body .tabs__inner .tabs-content:list-child, .page-content-body .tabs__inner .tabs-content :after, .page-content-body .tabs-contents .tabs-content:list-child, .page-content-body .tabs-contents .tabs-content :after {
        border: none; }
      .page-content-body .tabs__inner .tabs-content .tabs-inner-content, .page-content-body .tabs-contents .tabs-content .tabs-inner-content {
        text-align: center; }
        .page-content-body .tabs__inner .tabs-content .tabs-inner-content .head-pages, .page-content-body .tabs-contents .tabs-content .tabs-inner-content .head-pages {
          font-size: 36px;
          line-height: 44px;
          font-weight: bold;
          color: #22222F;
          margin: 0; }
          @media screen and (max-width: 991px) {
            .page-content-body .tabs__inner .tabs-content .tabs-inner-content .head-pages, .page-content-body .tabs-contents .tabs-content .tabs-inner-content .head-pages {
              font-size: 34px;
              line-height: 38px; } }
          @media screen and (max-width: 575px) {
            .page-content-body .tabs__inner .tabs-content .tabs-inner-content .head-pages, .page-content-body .tabs-contents .tabs-content .tabs-inner-content .head-pages {
              font-size: 30px; } }
        .page-content-body .tabs__inner .tabs-content .tabs-inner-content .head-page, .page-content-body .tabs-contents .tabs-content .tabs-inner-content .head-page {
          font-size: 25px;
          line-height: 30px;
          font-weight: 600;
          color: #22222F;
          margin: 0; }
        .page-content-body .tabs__inner .tabs-content .tabs-inner-content .text-content, .page-content-body .tabs-contents .tabs-content .tabs-inner-content .text-content {
          margin: 20px 0 39px;
          color: #484848;
          font-size: 14px;
          line-height: 23px;
          font-weight: normal; }
          @media screen and (max-width: 800px) {
            .page-content-body .tabs__inner .tabs-content .tabs-inner-content .text-content, .page-content-body .tabs-contents .tabs-content .tabs-inner-content .text-content {
              margin: 20px 0 28px; } }
      .page-content-body .tabs__inner .tabs-content .tab-grid, .page-content-body .tabs-contents .tabs-content .tab-grid {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap; }
        .page-content-body .tabs__inner .tabs-content .tab-grid .tab-grid-inner, .page-content-body .tabs-contents .tabs-content .tab-grid .tab-grid-inner {
          padding: 0 11px;
          text-align: center;
          width: 25%;
          margin-bottom: 52px; }
          @media screen and (max-width: 991px) {
            .page-content-body .tabs__inner .tabs-content .tab-grid .tab-grid-inner, .page-content-body .tabs-contents .tabs-content .tab-grid .tab-grid-inner {
              width: 33.33%; } }
          @media screen and (max-width: 767px) {
            .page-content-body .tabs__inner .tabs-content .tab-grid .tab-grid-inner, .page-content-body .tabs-contents .tabs-content .tab-grid .tab-grid-inner {
              width: 50%; } }
          @media screen and (max-width: 576px) {
            .page-content-body .tabs__inner .tabs-content .tab-grid .tab-grid-inner, .page-content-body .tabs-contents .tabs-content .tab-grid .tab-grid-inner {
              width: 100%;
              margin-bottom: 40px; } }
          .page-content-body .tabs__inner .tabs-content .tab-grid .tab-grid-inner .link-text, .page-content-body .tabs-contents .tabs-content .tab-grid .tab-grid-inner .link-text {
            background: #0750A1;
            color: #ffffff;
            font-size: 19px;
            line-height: 23px;
            font-weight: 600;
            min-width: 193px;
            padding: 12px 18px;
            display: inline-block;
            text-decoration: none;
            margin: 0; }
            @media screen and (max-width: 1366px) {
              .page-content-body .tabs__inner .tabs-content .tab-grid .tab-grid-inner .link-text, .page-content-body .tabs-contents .tabs-content .tab-grid .tab-grid-inner .link-text {
                padding: 12px 13px; } }
            @media screen and (max-width: 1199px) {
              .page-content-body .tabs__inner .tabs-content .tab-grid .tab-grid-inner .link-text, .page-content-body .tabs-contents .tabs-content .tab-grid .tab-grid-inner .link-text {
                font-size: 15px;
                padding: 12px; } }
          .page-content-body .tabs__inner .tabs-content .tab-grid .tab-grid-inner .tab-content-inner, .page-content-body .tabs-contents .tabs-content .tab-grid .tab-grid-inner .tab-content-inner {
            border: 1px solid #DADADF; }
            .page-content-body .tabs__inner .tabs-content .tab-grid .tab-grid-inner .tab-content-inner .tab-text, .page-content-body .tabs-contents .tabs-content .tab-grid .tab-grid-inner .tab-content-inner .tab-text {
              margin: 12px 24px 10px 24px; }
              @media screen and (max-width: 1199px) {
                .page-content-body .tabs__inner .tabs-content .tab-grid .tab-grid-inner .tab-content-inner .tab-text, .page-content-body .tabs-contents .tabs-content .tab-grid .tab-grid-inner .tab-content-inner .tab-text {
                  margin: 12px 15px 10px; } }
              .page-content-body .tabs__inner .tabs-content .tab-grid .tab-grid-inner .tab-content-inner .tab-text .text-cnt, .page-content-body .tabs-contents .tabs-content .tab-grid .tab-grid-inner .tab-content-inner .tab-text .text-cnt {
                font-size: 14px;
                color: #484848;
                /*line-height: 48px;*/
                padding: 10px 0;
                font-weight: normal;
                border-bottom: 1px solid #DADADF; }
                .page-content-body .tabs__inner .tabs-content .tab-grid .tab-grid-inner .tab-content-inner .tab-text .text-cnt:last-child, .page-content-body .tabs-contents .tabs-content .tab-grid .tab-grid-inner .tab-content-inner .tab-text .text-cnt:last-child {
                  border: none; }
                .page-content-body .tabs__inner .tabs-content .tab-grid .tab-grid-inner .tab-content-inner .tab-text .text-cnt a, .page-content-body .tabs-contents .tabs-content .tab-grid .tab-grid-inner .tab-content-inner .tab-text .text-cnt a {
                  color: #484848;
                  text-decoration: none; }
    .page-content-body .tabs__inner .tab-inner .tabs-content, .page-content-body .tabs-contents .tab-inner .tabs-content {
      margin: 0; }
      .page-content-body .tabs__inner .tab-inner .tabs-content .tabs-inner-content .heading-page, .page-content-body .tabs-contents .tab-inner .tabs-content .tabs-inner-content .heading-page {
        font-size: 36px;
        color: #22222F;
        line-height: 44px;
        font-weight: bold;
        margin: 14.5px 0 47px; }
        @media screen and (max-width: 991px) {
          .page-content-body .tabs__inner .tab-inner .tabs-content .tabs-inner-content .heading-page, .page-content-body .tabs-contents .tab-inner .tabs-content .tabs-inner-content .heading-page {
            font-size: 34px;
            line-height: 38px; } }
        @media screen and (max-width: 800px) {
          .page-content-body .tabs__inner .tab-inner .tabs-content .tabs-inner-content .heading-page, .page-content-body .tabs-contents .tab-inner .tabs-content .tabs-inner-content .heading-page {
            margin: 14.5px 0 30px; } }
        @media screen and (max-width: 575px) {
          .page-content-body .tabs__inner .tab-inner .tabs-content .tabs-inner-content .heading-page, .page-content-body .tabs-contents .tab-inner .tabs-content .tabs-inner-content .heading-page {
            font-size: 30px;
            margin: 0 0 30px; } }
      .page-content-body .tabs__inner .tab-inner .tabs-content .content-text, .page-content-body .tabs-contents .tab-inner .tabs-content .content-text {
        padding-bottom: 58px; }
        @media screen and (max-width: 800px) {
          .page-content-body .tabs__inner .tab-inner .tabs-content .content-text, .page-content-body .tabs-contents .tab-inner .tabs-content .content-text {
            padding-bottom: 48px; } }
        @media screen and (max-width: 576px) {
          .page-content-body .tabs__inner .tab-inner .tabs-content .content-text, .page-content-body .tabs-contents .tab-inner .tabs-content .content-text {
            padding-bottom: 35px; } }
        .page-content-body .tabs__inner .tab-inner .tabs-content .content-text .content-inner .text-inner, .page-content-body .tabs-contents .tab-inner .tabs-content .content-text .content-inner .text-inner {
          width: 100%;
          display: inline-block;
          border: 1px solid #00ffc6;
          padding: 33px 0;
          border-left: 22px solid #00ffc6;
          text-align: center;
          margin-bottom: 21px;
          color: #22222F;
          font-size: 26px;
          line-height: 32px;
          font-weight: 600; }
          .page-content-body .tabs__inner .tab-inner .tabs-content .content-text .content-inner .text-inner:last-child, .page-content-body .tabs-contents .tab-inner .tabs-content .content-text .content-inner .text-inner:last-child {
            margin-bottom: 0; }
          @media screen and (max-width: 800px) {
            .page-content-body .tabs__inner .tab-inner .tabs-content .content-text .content-inner .text-inner, .page-content-body .tabs-contents .tab-inner .tabs-content .content-text .content-inner .text-inner {
              font-size: 20px;
              padding: 28px;
              line-height: 27px; } }
          @media screen and (max-width: 480px) {
            .page-content-body .tabs__inner .tab-inner .tabs-content .content-text .content-inner .text-inner, .page-content-body .tabs-contents .tab-inner .tabs-content .content-text .content-inner .text-inner {
              padding: 20px; } }
        .page-content-body .tabs__inner .tab-inner .tabs-content .content-text .content-inner.inner_text, .page-content-body .tabs-contents .tab-inner .tabs-content .content-text .content-inner.inner_text {
          max-width: 1033px;
          margin: 0 auto; }
    .page-content-body .tabs__inner .tab-inner .review-area, .page-content-body .tabs-contents .tab-inner .review-area {
      position: relative;
      padding: 52px 0; }
      @media screen and (max-width: 800px) {
        .page-content-body .tabs__inner .tab-inner .review-area, .page-content-body .tabs-contents .tab-inner .review-area {
          padding: 48px 0; } }
      @media screen and (max-width: 576px) {
        .page-content-body .tabs__inner .tab-inner .review-area, .page-content-body .tabs-contents .tab-inner .review-area {
          padding: 35px 0; } }
      .page-content-body .tabs__inner .tab-inner .review-area:after, .page-content-body .tabs-contents .tab-inner .review-area:after {
        content: '';
        position: absolute;
        width: 100vw;
        height: 100%;
        z-index: -2;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        background: #00ffc6; }
      .page-content-body .tabs__inner .tab-inner .review-area .review-content .sec-titles, .page-content-body .tabs-contents .tab-inner .review-area .review-content .sec-titles {
        font-size: 36px;
        color: #22222F;
        line-height: 54px;
        font-weight: bold;
        margin: 0;
        text-align: center;
        max-width: 98%; }
        @media screen and (max-width: 800px) {
          .page-content-body .tabs__inner .tab-inner .review-area .review-content .sec-titles, .page-content-body .tabs-contents .tab-inner .review-area .review-content .sec-titles {
            font-size: 34px;
            line-height: 48px; } }
        @media screen and (max-width: 767px) {
          .page-content-body .tabs__inner .tab-inner .review-area .review-content .sec-titles, .page-content-body .tabs-contents .tab-inner .review-area .review-content .sec-titles {
            font-size: 26px;
            line-height: 40px; } }
    .page-content-body .tabs__inner .tab-inner .store-title, .page-content-body .tabs-contents .tab-inner .store-title {
      margin-top: 54px; }
      @media screen and (max-width: 800px) {
        .page-content-body .tabs__inner .tab-inner .store-title, .page-content-body .tabs-contents .tab-inner .store-title {
          margin-top: 48px; } }
      @media screen and (max-width: 576px) {
        .page-content-body .tabs__inner .tab-inner .store-title, .page-content-body .tabs-contents .tab-inner .store-title {
          margin-top: 35px; } }
      .page-content-body .tabs__inner .tab-inner .store-title .title-text, .page-content-body .tabs-contents .tab-inner .store-title .title-text {
        text-align: center;
        margin: 0;
        font-size: 36px;
        line-height: 54px;
        color: #22222F;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .page-content-body .tabs__inner .tab-inner .store-title .title-text, .page-content-body .tabs-contents .tab-inner .store-title .title-text {
            font-size: 28px;
            line-height: 48px; } }
        @media screen and (max-width: 576px) {
          .page-content-body .tabs__inner .tab-inner .store-title .title-text, .page-content-body .tabs-contents .tab-inner .store-title .title-text {
            font-size: 25px;
            line-height: 34px; } }
      .page-content-body .tabs__inner .tab-inner .store-title .title-content, .page-content-body .tabs-contents .tab-inner .store-title .title-content {
        text-align: center;
        font-size: 16px;
        line-height: 23px;
        color: #484848;
        font-weight: normal;
        margin: 23px auto 37px;
        max-width: 50%; }
        @media screen and (max-width: 767px) {
          .page-content-body .tabs__inner .tab-inner .store-title .title-content, .page-content-body .tabs-contents .tab-inner .store-title .title-content {
            max-width: 100%; } }
      .page-content-body .tabs__inner .tab-inner .store-title iframe, .page-content-body .tabs-contents .tab-inner .store-title iframe {
        width: 100%;
        display: block;
        border: none; }
    .page-content-body .tabs__inner .tab-inner .cart-wrap, .page-content-body .tabs-contents .tab-inner .cart-wrap {
      margin-top: 45px; }
      @media screen and (max-width: 576px) {
        .page-content-body .tabs__inner .tab-inner .cart-wrap, .page-content-body .tabs-contents .tab-inner .cart-wrap {
          margin-top: 35px; } }
      .page-content-body .tabs__inner .tab-inner .cart-wrap .cart-inner, .page-content-body .tabs-contents .tab-inner .cart-wrap .cart-inner {
        display: flex;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 576px) {
          .page-content-body .tabs__inner .tab-inner .cart-wrap .cart-inner, .page-content-body .tabs-contents .tab-inner .cart-wrap .cart-inner {
            flex-wrap: wrap; } }
        .page-content-body .tabs__inner .tab-inner .cart-wrap .cart-inner .cart-area, .page-content-body .tabs-contents .tab-inner .cart-wrap .cart-inner .cart-area {
          margin-right: 33px; }
          @media screen and (max-width: 576px) {
            .page-content-body .tabs__inner .tab-inner .cart-wrap .cart-inner .cart-area, .page-content-body .tabs-contents .tab-inner .cart-wrap .cart-inner .cart-area {
              margin: 0 0 30px; }
              .page-content-body .tabs__inner .tab-inner .cart-wrap .cart-inner .cart-area:last-child, .page-content-body .tabs-contents .tab-inner .cart-wrap .cart-inner .cart-area:last-child {
                margin-bottom: 0; } }
          .page-content-body .tabs__inner .tab-inner .cart-wrap .cart-inner .cart-area:last-child, .page-content-body .tabs-contents .tab-inner .cart-wrap .cart-inner .cart-area:last-child {
            margin-right: 0; }
  .page-content-body .video_link {
    margin-top: 52px;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 991px) {
      .page-content-body .video_link {
        margin-top: 40px; } }
    @media screen and (max-width: 575px) {
      .page-content-body .video_link {
        margin-top: 30px; } }
  .page-content-body .card-info {
    border-bottom: 1px solid #DADADF; }
    .page-content-body .card-info .card-wrap .card-title {
      font-size: 36px;
      line-height: 44px;
      font-weight: bold;
      color: #22222F;
      text-align: center;
      margin: 52px 0 25px; }
      @media screen and (max-width: 991px) {
        .page-content-body .card-info .card-wrap .card-title {
          font-size: 34px;
          line-height: 38px;
          margin: 40px 0 35px; } }
      @media screen and (max-width: 575px) {
        .page-content-body .card-info .card-wrap .card-title {
          font-size: 22px;
          line-height: 28px;
          margin: 30px 0; } }
    .page-content-body .card-info .card-wrap .card_content .card-inner {
      display: flex;
      justify-content: center;
      margin-bottom: 39px; }
      @media screen and (max-width: 575px) {
        .page-content-body .card-info .card-wrap .card_content .card-inner {
          flex-wrap: wrap;
          margin: 0; } }
      .page-content-body .card-info .card-wrap .card_content .card-inner .card-area {
        text-align: center;
        width: 230px;
        position: relative;
        margin-top: 10px; }
        @media screen and (max-width: 575px) {
          .page-content-body .card-info .card-wrap .card_content .card-inner .card-area {
            width: 100%;
            margin: 0 0 50px; } }
        .page-content-body .card-info .card-wrap .card_content .card-inner .card-area:after {
          content: '';
          background: url(https://store-u10dfi0at.mybigcommerce.com/content/images/rightarror.png);
          display: inline-block;
          width: 20px;
          height: 30px;
          position: absolute;
          background-repeat: no-repeat;
          background-position: right;
          top: 30px;
          right: -7px; }
          @media screen and (max-width: 575px) {
            .page-content-body .card-info .card-wrap .card_content .card-inner .card-area:after {
              right: unset;
              top: unset;
              bottom: -40px;
              left: 50%;
              transform: translate(-50%, 0) rotate(90deg); } }
        .page-content-body .card-info .card-wrap .card_content .card-inner .card-area:last-child:after {
          display: none; }
        .page-content-body .card-info .card-wrap .card_content .card-inner .card-area .card-counter {
          font-size: 35px;
          line-height: 77px;
          color: #484848;
          font-weight: bold;
          border-radius: 50%;
          border: 5px solid #00E2B0;
          width: 82px;
          height: 82px;
          display: inline-block; }
        .page-content-body .card-info .card-wrap .card_content .card-inner .card-area .card-text {
          font-size: 15px;
          line-height: 19px;
          font-weight: normal;
          color: #484848;
          text-align: center;
          max-width: 162px;
          margin: 10px auto 0; }
    .page-content-body .card-info .card-wrap .card_content .card-link {
      text-align: center;
      font-size: 14px;
      line-height: 18px;
      font-weight: bold;
      margin-bottom: 55px; }
      .page-content-body .card-info .card-wrap .card_content .card-link .link__card {
        display: inline-block;
        color: #22222F;
        border: 1px solid #07EEBA;
        text-decoration: none;
        background: #00ffc6;
        padding: 16px 40px; }
        .page-content-body .card-info .card-wrap .card_content .card-link .link__card:hover {
          color: #ffffff;
          background: #22222F; }
  .page-content-body .grid-wrap .grid-inner-head .grid-title {
    color: #22222F;
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 40px 0 38px; }
    @media screen and (max-width: 991px) {
      .page-content-body .grid-wrap .grid-inner-head .grid-title {
        font-size: 34px;
        line-height: 38px; } }
    @media screen and (max-width: 575px) {
      .page-content-body .grid-wrap .grid-inner-head .grid-title {
        font-size: 30px;
        margin: 30px 0; } }
  .page-content-body .grid-wrap .grid_info {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 991px) {
      .page-content-body .grid-wrap .grid_info {
        flex-wrap: wrap;
        margin-bottom: 30px; } }
    .page-content-body .grid-wrap .grid_info .grid_inner {
      text-align: center;
      width: 331px;
      border-top: 2px solid #00ffc6;
      box-shadow: 2px 8px 11px #EBEBEB;
      margin-right: 31px; }
      .page-content-body .grid-wrap .grid_info .grid_inner:last-child {
        margin-right: 0; }
      @media screen and (max-width: 991px) {
        .page-content-body .grid-wrap .grid_info .grid_inner {
          margin-bottom: 31px; }
          .page-content-body .grid-wrap .grid_info .grid_inner:last-child {
            margin-bottom: 0; }
          .page-content-body .grid-wrap .grid_info .grid_inner:nth-child(2n) {
            margin-right: 0; } }
      @media screen and (max-width: 800px) {
        .page-content-body .grid-wrap .grid_info .grid_inner {
          width: 381px;
          margin-right: 0; } }
      .page-content-body .grid-wrap .grid_info .grid_inner .grid_img.grading {
        width: 32px;
        display: inline-block;
        margin: 17px 0; }
      .page-content-body .grid-wrap .grid_info .grid_inner .grid_img.crossover {
        width: 53px;
        display: inline-block;
        margin: 17px 0; }
      .page-content-body .grid-wrap .grid_info .grid_inner .grid_img.reholder {
        width: 70px;
        display: inline-block;
        margin: 17px 0; }
      .page-content-body .grid-wrap .grid_info .grid_inner .grid-content .grid-head {
        margin: 0;
        color: #22222F;
        font-size: 19px;
        line-height: 23px;
        font-weight: 600; }
      .page-content-body .grid-wrap .grid_info .grid_inner .grid-content .grid-text {
        font-size: 14px;
        line-height: 22px;
        font-weight: normal;
        color: #484848;
        margin: 9px 15px 20px; }
  .page-content-body .service_benefits {
    position: relative;
    margin-top: 50px; }
    .page-content-body .service_benefits:after {
      content: '';
      position: absolute;
      width: 100vw;
      height: 100%;
      z-index: -2;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 0;
      background-size: cover;
      background-image: url(https://store-u10dfi0at.mybigcommerce.com/content/images/service1.png); }
    @media screen and (max-width: 800px) {
      .page-content-body .service_benefits {
        padding-bottom: 27px; } }
    @media screen and (max-width: 575px) {
      .page-content-body .service_benefits {
        padding-bottom: 11px; } }
    .page-content-body .service_benefits .service_container .service_head {
      text-align: center;
      color: #00ffc6;
      font-size: 25px;
      line-height: 30px;
      text-transform: uppercase;
      font-weight: 600;
      padding-top: 51px;
      margin: 0; }
      @media screen and (max-width: 800px) {
        .page-content-body .service_benefits .service_container .service_head {
          margin-bottom: 30px; } }
      @media screen and (max-width: 575px) {
        .page-content-body .service_benefits .service_container .service_head {
          padding-top: 40px;
          margin-bottom: 20px; } }
    .page-content-body .service_benefits .service_container .service_area {
      display: flex;
      align-items: center;
      max-width: 1150px;
      margin: 0 auto; }
      @media screen and (max-width: 800px) {
        .page-content-body .service_benefits .service_container .service_area {
          flex-wrap: wrap;
          justify-content: center; } }
      .page-content-body .service_benefits .service_container .service_area .area-left .top-content .head_service {
        color: #ffffff;
        font-size: 19px;
        line-height: 54px;
        text-align: right;
        font-weight: bold;
        margin: 0; }
        @media screen and (max-width: 991px) {
          .page-content-body .service_benefits .service_container .service_area .area-left .top-content .head_service {
            line-height: 40px; } }
        @media screen and (max-width: 800px) {
          .page-content-body .service_benefits .service_container .service_area .area-left .top-content .head_service {
            text-align: left; } }
      .page-content-body .service_benefits .service_container .service_area .area-left .top-content .service_text {
        color: #DADADF;
        text-align: right;
        font-weight: normal;
        font-size: 14px;
        line-height: 23px; }
        @media screen and (max-width: 800px) {
          .page-content-body .service_benefits .service_container .service_area .area-left .top-content .service_text {
            text-align: left; } }
      .page-content-body .service_benefits .service_container .service_area .area-left .bottom-content .head_service {
        color: #ffffff;
        font-size: 19px;
        line-height: 54px;
        text-align: right;
        font-weight: bold;
        margin: 0; }
        @media screen and (max-width: 991px) {
          .page-content-body .service_benefits .service_container .service_area .area-left .bottom-content .head_service {
            line-height: 40px; } }
        @media screen and (max-width: 800px) {
          .page-content-body .service_benefits .service_container .service_area .area-left .bottom-content .head_service {
            text-align: left; } }
      .page-content-body .service_benefits .service_container .service_area .area-left .bottom-content .service_text {
        color: #DADADF;
        text-align: right;
        font-weight: normal;
        font-size: 14px;
        line-height: 23px; }
        @media screen and (max-width: 800px) {
          .page-content-body .service_benefits .service_container .service_area .area-left .bottom-content .service_text {
            text-align: left; } }
      .page-content-body .service_benefits .service_container .service_area .service-img img {
        max-width: 258px;
        margin: 44px 60px 70px; }
        @media screen and (max-width: 991px) {
          .page-content-body .service_benefits .service_container .service_area .service-img img {
            max-width: 238px;
            margin: 40px 30px; } }
        @media screen and (max-width: 800px) {
          .page-content-body .service_benefits .service_container .service_area .service-img img {
            max-width: 100%;
            margin: 6px 0 30px 0; } }
      .page-content-body .service_benefits .service_container .service_area .area-right .top-content .head_service {
        color: #ffffff;
        font-size: 19px;
        line-height: 54px;
        text-align: left;
        font-weight: bold;
        margin: 0; }
        @media screen and (max-width: 991px) {
          .page-content-body .service_benefits .service_container .service_area .area-right .top-content .head_service {
            line-height: 40px; } }
      .page-content-body .service_benefits .service_container .service_area .area-right .top-content .service_text {
        color: #DADADF;
        text-align: left;
        font-weight: normal;
        font-size: 14px;
        line-height: 23px; }
      .page-content-body .service_benefits .service_container .service_area .area-right .bottom-content .head_service {
        color: #ffffff;
        font-size: 19px;
        line-height: 54px;
        text-align: left;
        font-weight: bold;
        margin: 0; }
        @media screen and (max-width: 991px) {
          .page-content-body .service_benefits .service_container .service_area .area-right .bottom-content .head_service {
            line-height: 40px; } }
      .page-content-body .service_benefits .service_container .service_area .area-right .bottom-content .service_text {
        color: #DADADF;
        text-align: left;
        font-weight: normal;
        font-size: 14px;
        line-height: 23px; }
  .page-content-body .bottom-content .content-head {
    font-size: 23px;
    line-height: 28px;
    text-align: left;
    color: #22222F; }
    .page-content-body .bottom-content .content-head .content-text {
      font-size: 14px;
      line-height: 23px;
      color: #484848; }
  .page-content-body .bottom-content .content-head {
    margin: 48px 0 22px 0;
    font-size: 23px;
    line-height: 28px;
    color: #22222F;
    font-weight: 600; }
    @media screen and (max-width: 800px) {
      .page-content-body .bottom-content .content-head {
        margin: 38px 0; } }
    @media screen and (max-width: 480px) {
      .page-content-body .bottom-content .content-head {
        margin: 38px 0 25px; } }
  .page-content-body .bottom-content .content-text {
    font-size: 14px;
    color: #484848;
    line-height: 23px;
    font-weight: normal;
    margin-bottom: 30px; }
    @media screen and (max-width: 1200px) {
      .page-content-body .bottom-content .content-text:last-child {
        margin-bottom: 0; } }
  .page-content-body .bottom-content .table-info .styled-table {
    border-collapse: collapse;
    width: 42.1%; }
    @media screen and (max-width: 1199px) {
      .page-content-body .bottom-content .table-info .styled-table {
        width: 50.1%; } }
    @media screen and (max-width: 767px) {
      .page-content-body .bottom-content .table-info .styled-table {
        width: 100%; } }
    .page-content-body .bottom-content .table-info .styled-table th {
      background: #EFEFF2;
      border: 1px solid #EFEFF2;
      padding: 10px 0 11px 15px;
      font-size: 14px;
      color: #484848;
      font-weight: bold;
      line-height: 23px;
      text-align: left; }
      .page-content-body .bottom-content .table-info .styled-table th span {
        font-size: 14px;
        line-height: 23px;
        font-weight: normal;
        color: #484848; }
        @media screen and (max-width: 991px) {
          .page-content-body .bottom-content .table-info .styled-table th span {
            width: 100%;
            display: block; } }
    .page-content-body .bottom-content .table-info .styled-table td {
      border: 1px solid #EFEFF2;
      padding: 6px 0 6px 15px;
      font-size: 14px;
      line-height: 31.5px;
      color: #484848; }

/* CMS PAGES CSS ENDS */
/* DETAIL PAGE CSS START */
.supermarket-page--pages-product .body .container {
  max-width: 1280px; }

.productView {
  margin: 0; }
  @media screen and (min-width: 991px) {
    .productView .productView-detailsWrapper .productView-detailsWrapper:before, .productView .productView-detailsWrapper .productView-detailsWrapper:after {
      content: '';
      display: table; } }
  .productView .productView-detailsWrapper .productView-details {
    padding: 0 0 0 30px; }
    @media screen and (max-width: 991px) {
      .productView .productView-detailsWrapper .productView-details {
        width: 100%;
        float: unset; } }
    @media screen and (max-width: 800px) {
      .productView .productView-detailsWrapper .productView-details {
        padding: 0 15px; } }
    .productView .productView-detailsWrapper .productView-details .productView-product {
      margin: 15px 0 0; }
      .productView .productView-detailsWrapper .productView-details .productView-product .productView-saleLabel {
        border-radius: 0;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase; }
      .productView .productView-detailsWrapper .productView-details .productView-product ._outstock {
        color: #ffffff;
        background: #2b2b3b;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700; }
    .productView .productView-detailsWrapper .productView-details .productView-stockLabel {
      color: #000000;
      border-radius: 0; }
    .productView .productView-detailsWrapper .productView-details .productView-title {
      font-size: 25px;
      line-height: 30px;
      font-weight: bold;
      margin-bottom: 15px;
      max-width: 551px;
      display: inline-flex;
      width: 94%; }
      @media screen and (max-width: 1199px) {
        .productView .productView-detailsWrapper .productView-details .productView-title {
          width: 90%; } }
      @media screen and (max-width: 991px) {
        .productView .productView-detailsWrapper .productView-details .productView-title {
          max-width: 100%; } }
      @media screen and (max-width: 800px) {
        .productView .productView-detailsWrapper .productView-details .productView-title {
          width: 90%; } }
      @media screen and (max-width: 480px) {
        .productView .productView-detailsWrapper .productView-details .productView-title {
          font-size: 23px;
          width: 100%; } }
    .productView .productView-detailsWrapper .productView-details .form-wishlist {
      width: 5%;
      float: none;
      display: inline-flex;
      margin: 0; }
      @media screen and (max-width: 1199px) {
        .productView .productView-detailsWrapper .productView-details .form-wishlist {
          width: 7%; } }
      @media screen and (max-width: 480px) {
        .productView .productView-detailsWrapper .productView-details .form-wishlist {
          width: 10%;
          float: right; } }
      .productView .productView-detailsWrapper .productView-details .form-wishlist .dropdown-menu-button {
        padding: 0;
        margin: 0;
        background: #F5FAFF;
        border-radius: 50%;
        position: absolute;
        top: -28px;
        right: -12px;
        width: 40px;
        height: 40px;
        font-size: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 480px) {
          .productView .productView-detailsWrapper .productView-details .form-wishlist .dropdown-menu-button {
            top: -8px;
            right: -20px; } }
        .productView .productView-detailsWrapper .productView-details .form-wishlist .dropdown-menu-button:hover {
          background: #fff5f3; }
          .productView .productView-detailsWrapper .productView-details .form-wishlist .dropdown-menu-button:hover svg path {
            stroke: #FF6243; }
        .productView .productView-detailsWrapper .productView-details .form-wishlist .dropdown-menu-button:focus svg path {
          fill: #FF6243;
          stroke: #FF6243; }
    .productView .productView-detailsWrapper .productView-details .productView-rating {
      margin-bottom: 0; }
      .productView .productView-detailsWrapper .productView-details .productView-rating .icon {
        width: 18px;
        height: 18px; }
      .productView .productView-detailsWrapper .productView-details .productView-rating .productView-reviewLink > a {
        color: #757575;
        font-size: 13px;
        line-height: 16px;
        font-weight: normal; }
      .productView .productView-detailsWrapper .productView-details .productView-rating .productView-reviewLink +
.productView-reviewLink a {
        color: #23A9E1;
        font-size: 13px;
        line-height: 16px;
        font-weight: normal; }
        .productView .productView-detailsWrapper .productView-details .productView-rating .productView-reviewLink +
.productView-reviewLink a:hover {
          opacity: .6;
          transition: .3s; }
    .productView .productView-detailsWrapper .productView-details .productView-info {
      margin-bottom: 23.5px; }
      .productView .productView-detailsWrapper .productView-details .productView-info .productView-info-name {
        font-size: 13px;
        line-height: 16px;
        color: #2B2B3B;
        font-weight: bold;
        margin-top: 0; }
      .productView .productView-detailsWrapper .productView-details .productView-info .productView-info-value {
        font-size: 13px;
        line-height: 16px;
        color: #2B2B3B;
        font-weight: normal;
        margin-top: 0; }
    .productView .productView-detailsWrapper .productView-details .product-desc-short {
      margin-bottom: 28.5px; }
      .productView .productView-detailsWrapper .productView-details .product-desc-short .productView-info-name--cfShortDescription, .productView .productView-detailsWrapper .productView-details .product-desc-short .productView-info-value--cfShortDescription {
        float: unset; }
      .productView .productView-detailsWrapper .productView-details .product-desc-short .productView-info-name--cfShortDescription {
        font-size: 13px;
        line-height: 16px;
        color: #2B2B3B;
        font-weight: bold;
        padding: 0 0 11px 0;
        text-align: left; }
      .productView .productView-detailsWrapper .productView-details .product-desc-short .productView-info-value--cfShortDescription p {
        margin: 0; }
      .productView .productView-detailsWrapper .productView-details .product-desc-short .productView-info-value {
        width: 100%;
        margin: 0;
        font-weight: normal;
        color: #484848;
        font-size: 14px;
        line-height: 23px; }
      .productView .productView-detailsWrapper .productView-details .product-desc-short .view-desc {
        width: 100%;
        font-size: 14px;
        font-weight: normal;
        color: #22222F;
        line-height: 23px; }
    .productView .productView-detailsWrapper .productView-details .productView-price {
      margin-bottom: 25.5px; }
      .productView .productView-detailsWrapper .productView-details .productView-price .price-section--withoutTax .price--main, .productView .productView-detailsWrapper .productView-details .productView-price .price-section--withoutTax .price--non-sale {
        font-size: 28px;
        color: #333333;
        line-height: 34px;
        font-weight: bold;
        background: transparent;
        padding: 0; }
      .productView .productView-detailsWrapper .productView-details .productView-price .price-section--withoutTax .price--non-sale {
        font-weight: 400; }
      .productView .productView-detailsWrapper .productView-details .productView-price .price-section--saving, .productView .productView-detailsWrapper .productView-details .productView-price .price {
        color: #333333; }
    .productView .productView-detailsWrapper .productView-details .productView-options .form .form-field .form-increment {
      border-radius: 4px;
      border: 1px solid #DADADF; }
      .productView .productView-detailsWrapper .productView-details .productView-options .form .form-field .form-increment .button {
        background: #EFEFF2; }
    .productView .productView-detailsWrapper .productView-details .productView-options .form .form-action--addToCart {
      width: 100%;
      display: flex;
      margin-top: 27px; }
      .productView .productView-detailsWrapper .productView-details .productView-options .form .form-action--addToCart svg g, .productView .productView-detailsWrapper .productView-details .productView-options .form .form-action--addToCart svg path {
        fill: #000; }
    .productView .productView-detailsWrapper .productView-details .productView-options .form .button--primary {
      border-radius: 0;
      border: 2px solid #2B2B3B;
      font-size: 15px;
      line-height: 20px;
      color: #22222F;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      max-width: 188PX;
      background: none; }
      @media screen and (max-width: 480px) {
        .productView .productView-detailsWrapper .productView-details .productView-options .form .button--primary {
          font-size: 15px;
          padding: 10px; } }
      .productView .productView-detailsWrapper .productView-details .productView-options .form .button--primary svg {
        margin-right: 7px; }
      .productView .productView-detailsWrapper .productView-details .productView-options .form .button--primary:hover, .productView .productView-detailsWrapper .productView-details .productView-options .form .button--primary:active {
        background: #000000;
        border: 1px solid #000000;
        color: #ffffff;
        transition: .3s all; }
        .productView .productView-detailsWrapper .productView-details .productView-options .form .button--primary:hover svg g, .productView .productView-detailsWrapper .productView-details .productView-options .form .button--primary:hover svg path, .productView .productView-detailsWrapper .productView-details .productView-options .form .button--primary:active svg g, .productView .productView-detailsWrapper .productView-details .productView-options .form .button--primary:active svg path {
          fill: #fff; }
      .productView .productView-detailsWrapper .productView-details .productView-options .form .button--primary:disabled {
        border: none;
        background: #666;
        color: #ffffff; }
        .productView .productView-detailsWrapper .productView-details .productView-options .form .button--primary:disabled svg g, .productView .productView-detailsWrapper .productView-details .productView-options .form .button--primary:disabled svg path {
          fill: #fff; }
    .productView .productView-detailsWrapper .productView-details .productView-options .form .quick-buy-btn.event_buy_now_add_to_cart {
      max-width: 188PX;
      background: #00ffc6;
      border: 1px solid #07EEBA;
      color: #22222F;
      font-size: 15px;
      line-height: 20px;
      font-weight: 600; }
      .productView .productView-detailsWrapper .productView-details .productView-options .form .quick-buy-btn.event_buy_now_add_to_cart:hover {
        color: #ffffff;
        background: #22222F;
        border: 1px solid #22222F; }
    .productView .productView-detailsWrapper .productView-details .productView-options .form-field--increments {
      width: 100%; }
    .productView .productView-detailsWrapper .productView-details .productView-options-share {
      display: flex;
      align-items: center;
      margin-top: 12.5px; }
      .productView .productView-detailsWrapper .productView-details .productView-options-share .form-label {
        font-size: 13px;
        color: #2B2B3B;
        line-height: 16px;
        font-weight: normal;
        text-transform: uppercase;
        margin: 0 18px 0 0;
        font-family: 'Montserrat', sans-serif; }
      .productView .productView-detailsWrapper .productView-details .productView-options-share .socialLinks .icon {
        padding: 4px; }
  .productView .productView-detailsWrapper .productView-info-value a {
    color: #333333; }
  .productView .productView-detailsWrapper .alertBox {
    background: #EFEFF2; }
  .productView .productView-detailsWrapper .productView-images {
    margin-bottom: 0;
    align-items: center; }
    @media screen and (max-width: 991px) {
      .productView .productView-detailsWrapper .productView-images {
        width: 100%;
        float: unset; } }
    .productView .productView-detailsWrapper .productView-images .productView-imageCarousel-nav {
      margin-top: 0;
      width: 89px !important;
      padding: 0; }
      .productView .productView-detailsWrapper .productView-images .productView-imageCarousel-nav .slick-prev {
        left: 44px;
        bottom: unset;
        top: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.8);
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
        margin: 0;
        padding: 5px;
        border: none;
        border-radius: 0; }
        @media screen and (max-width: 550px) {
          .productView .productView-detailsWrapper .productView-images .productView-imageCarousel-nav .slick-prev {
            width: 37px;
            height: 100%;
            left: unset;
            top: 59px;
            opacity: 1; } }
        @media screen and (max-width: 480px) {
          .productView .productView-detailsWrapper .productView-images .productView-imageCarousel-nav .slick-prev {
            top: 42px; } }
        .productView .productView-detailsWrapper .productView-images .productView-imageCarousel-nav .slick-prev:before {
          content: '';
          transform: rotate(90deg);
          width: 22px;
          height: 22px; }
          @media screen and (max-width: 550px) {
            .productView .productView-detailsWrapper .productView-images .productView-imageCarousel-nav .slick-prev:before {
              transform: unset; } }
      .productView .productView-detailsWrapper .productView-images .productView-imageCarousel-nav .slick-next {
        left: 44px;
        right: unset;
        bottom: 0;
        top: unset;
        width: 100%;
        background: rgba(255, 255, 255, 0.8);
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
        margin: 0;
        padding: 5px;
        border-radius: 0;
        border: none; }
        @media screen and (max-width: 550px) {
          .productView .productView-detailsWrapper .productView-images .productView-imageCarousel-nav .slick-next {
            width: 37px;
            height: 100%;
            right: 0;
            left: unset;
            top: 59px; } }
        @media screen and (max-width: 480px) {
          .productView .productView-detailsWrapper .productView-images .productView-imageCarousel-nav .slick-next {
            top: 42px; } }
        .productView .productView-detailsWrapper .productView-images .productView-imageCarousel-nav .slick-next:before {
          content: '';
          transform: rotate(90deg);
          width: 22px;
          height: 22px; }
          @media screen and (max-width: 550px) {
            .productView .productView-detailsWrapper .productView-images .productView-imageCarousel-nav .slick-next:before {
              transform: unset; } }
      .productView .productView-detailsWrapper .productView-images .productView-imageCarousel-nav .productView-imageCarousel-nav-item {
        margin: 0 0 8px 0;
        border: 1px solid #EFEFF2; }
        @media screen and (max-width: 550px) {
          .productView .productView-detailsWrapper .productView-images .productView-imageCarousel-nav .productView-imageCarousel-nav-item {
            margin-top: 8px; } }
        .productView .productView-detailsWrapper .productView-images .productView-imageCarousel-nav .productView-imageCarousel-nav-item.slick-current {
          border: 1px solid #1988e9; }
      .productView .productView-detailsWrapper .productView-images .productView-imageCarousel-nav .slick-prev.slick-disabled:before, .productView .productView-detailsWrapper .productView-images .productView-imageCarousel-nav .slick-next.slick-disabled:before {
        opacity: .6; }
  @media screen and (max-width: 991px) {
    .productView .productView-detailsWrapper .productView-images[data-sidebar-sticky] {
      position: static; } }
  @media screen and (max-width: 991px) {
    .productView .productView-beforeAlsoBought {
      display: flex;
      flex-direction: column; } }
  .productView .productView-descriptionWrapper .productView-description {
    padding: 0;
    margin-top: 50px; }
    .productView .productView-descriptionWrapper .productView-description .tabs.tabs--alt {
      padding: 0;
      margin-top: 50px;
      border-bottom: 1px solid #CECECE; }
      .productView .productView-descriptionWrapper .productView-description .tabs.tabs--alt .tab.is-active {
        border-bottom-color: #00ffc6; }
        .productView .productView-descriptionWrapper .productView-description .tabs.tabs--alt .tab.is-active .tab-title {
          color: #22222F;
          font-size: 19px;
          line-height: 23px;
          font-weight: 600;
          padding: 10.5px 0; }
      .productView .productView-descriptionWrapper .productView-description .tabs.tabs--alt .tab .tab-title {
        color: #8F8F8F;
        font-size: 19px;
        line-height: 23px;
        font-weight: 600;
        padding: 10.5px 0; }
        .productView .productView-descriptionWrapper .productView-description .tabs.tabs--alt .tab .tab-title:hover {
          color: #22222F; }
    @media screen and (min-width: 801px) {
      .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content {
        display: none !important;
        border-bottom: none; } }
    .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content .beautify__page-heading._hasToggle {
      display: none; }
      @media screen and (max-width: 800px) {
        .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content .beautify__page-heading._hasToggle {
          display: block;
          color: #22222F;
          font-size: 19px;
          line-height: 23px;
          font-weight: 600;
          padding: 10.5px 0 24px;
          border-bottom: 1px solid #dddddd;
          margin-right: 0; } }
    .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content .button {
      background: none; }
    @media screen and (max-width: 800px) {
      .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content .button.button--toggle {
        padding: 10.5px 0 24px;
        line-height: 23px;
        display: block;
        color: #22222F;
        font-size: 30px; }
        .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content .button.button--toggle:active, .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content .button.button--togglehover, .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content .button.button--toggle:focus {
          background: none !important; } }
    .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content .productView-description-tabContent {
      font-size: 14px;
      line-height: 23px;
      color: #484848;
      font-weight: normal;
      margin-left: 32px; }
      @media screen and (max-width: 800px) {
        .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content .productView-description-tabContent {
          margin-left: 0; } }
      .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content .productView-description-tabContent .productView-rating .icon--ratingFull {
        width: 18px;
        height: 18px; }
      .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content .productView-description-tabContent ._writeReview {
        border-radius: 0;
        border: 1px solid #07EEBA;
        font-size: 17px;
        line-height: 20px;
        color: #22222F;
        font-weight: 600; }
        .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content .productView-description-tabContent ._writeReview:hover {
          background: #000000;
          border: 1px solid #000000;
          color: #ffffff;
          transition: .3s all; }
      .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content .productView-description-tabContent .productReviews-list .productReview-rating.rating--small .icon {
        width: 18px;
        height: 18px; }
    .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content.is-active {
      display: block !important; }

.modal-content .quickView.productView-scope .productView--quickView .quick-buy-btn.event_buy_now_add_to_cart,
.modal-content .quickView.productView-scope .productView--quickView .form-action--addToCart svg {
  display: none !important; }

.productView-productTabs {
  padding: 0; }
  @media screen and (max-width: 800px) {
    .productView-productTabs {
      border-top: none; } }
  .productView-productTabs .tabs-contents {
    margin-bottom: 12.5px; }
    @media screen and (max-width: 800px) {
      .productView-productTabs .tabs-contents {
        margin-bottom: 0; } }
    .productView-productTabs .tabs-contents .tab-content {
      padding: 53.5px 0 47.5px; }
      @media screen and (max-width: 800px) {
        .productView-productTabs .tabs-contents .tab-content {
          padding: 30px 0 0 !important; } }
    .productView-productTabs .tabs-contents .beautify__page-heading {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 22px;
      color: #22222F;
      text-transform: uppercase;
      text-align: center;
      line-height: 27px;
      position: relative;
      margin: 0 0 41.5px; }
      .productView-productTabs .tabs-contents .beautify__page-heading:after {
        content: '';
        width: 36px;
        height: 3px;
        background: #00ffc6;
        display: table;
        margin: 16px auto 0; }
      @media screen and (max-width: 576px) {
        .productView-productTabs .tabs-contents .beautify__page-heading {
          margin: 0 0 30px; } }
  .productView-productTabs #tab-similar.tab-content {
    border-top: 1px solid #DADADF; }
  @media screen and (max-width: 800px) {
    .productView-productTabs .productCarousel {
      margin-bottom: none; } }

/* DETAIL PAGE CSS ENDS */
/* ABOUT US PAGE CSS START */
.info-wrap .page-headings {
  font-size: 34px;
  line-height: 42px;
  color: #000000;
  font-weight: bold;
  margin: 0 0 41px; }
  @media screen and (max-width: 800px) {
    .info-wrap .page-headings {
      margin: 0 0 30px; } }

.info-wrap .info-wrap-inner.about_us {
  max-width: 1152px;
  margin: 0 auto; }
  .info-wrap .info-wrap-inner.about_us .top-area {
    display: flex;
    margin-bottom: 38px; }
    @media screen and (max-width: 800px) {
      .info-wrap .info-wrap-inner.about_us .top-area {
        flex-wrap: wrap;
        margin-bottom: 40px; } }
    .info-wrap .info-wrap-inner.about_us .top-area .img-wrap {
      width: 50%;
      margin-right: 37px; }
      @media screen and (max-width: 800px) {
        .info-wrap .info-wrap-inner.about_us .top-area .img-wrap {
          width: 100%;
          margin: 0 0 20px 0;
          text-align: center; } }
    .info-wrap .info-wrap-inner.about_us .top-area .content-area {
      width: 50%; }
      @media screen and (max-width: 800px) {
        .info-wrap .info-wrap-inner.about_us .top-area .content-area {
          width: 100%; } }
      .info-wrap .info-wrap-inner.about_us .top-area .content-area .text-head {
        font-size: 22px;
        line-height: 31px;
        font-weight: bold;
        color: #22222F;
        margin: 0 0 15px; }
        @media screen and (max-width: 1199px) {
          .info-wrap .info-wrap-inner.about_us .top-area .content-area .text-head {
            line-height: 26px; } }
      .info-wrap .info-wrap-inner.about_us .top-area .content-area .text-content {
        font-size: 16px;
        line-height: 23px;
        color: #484848;
        font-weight: normal;
        margin-bottom: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 15;
        text-overflow: ellipsis;
        max-height: 528px;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */ }
        @media screen and (max-width: 1199px) {
          .info-wrap .info-wrap-inner.about_us .top-area .content-area .text-content {
            -webkit-line-clamp: 7; } }
        @media screen and (max-width: 800px) {
          .info-wrap .info-wrap-inner.about_us .top-area .content-area .text-content {
            -webkit-line-clamp: unset;
            max-height: unset; } }
  .info-wrap .info-wrap-inner.about_us .text-content-inner {
    display: flex; }
    @media screen and (max-width: 800px) {
      .info-wrap .info-wrap-inner.about_us .text-content-inner {
        flex-wrap: wrap; } }
    .info-wrap .info-wrap-inner.about_us .text-content-inner .text-content-bottom {
      margin-right: 37px;
      width: 50%; }
      .info-wrap .info-wrap-inner.about_us .text-content-inner .text-content-bottom:last-child {
        margin-right: 0; }
      @media screen and (max-width: 800px) {
        .info-wrap .info-wrap-inner.about_us .text-content-inner .text-content-bottom {
          margin-right: 0;
          width: 100%; } }
      .info-wrap .info-wrap-inner.about_us .text-content-inner .text-content-bottom .text-head-inner {
        font-size: 22px;
        color: #22222F;
        font-weight: bold;
        margin: 0 0 19px; }
      .info-wrap .info-wrap-inner.about_us .text-content-inner .text-content-bottom .text-content {
        font-size: 16px;
        line-height: 23px;
        color: #484848;
        font-weight: normal; }
  .info-wrap .info-wrap-inner.about_us .cart-area-wrap .cart-wrap {
    margin-top: 10px; }
    @media screen and (max-width: 576px) {
      .info-wrap .info-wrap-inner.about_us .cart-area-wrap .cart-wrap {
        margin-top: 35px; } }
    .info-wrap .info-wrap-inner.about_us .cart-area-wrap .cart-wrap .cart-inner {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 576px) {
        .info-wrap .info-wrap-inner.about_us .cart-area-wrap .cart-wrap .cart-inner {
          flex-wrap: wrap; } }
      .info-wrap .info-wrap-inner.about_us .cart-area-wrap .cart-wrap .cart-inner .cart-area {
        margin-right: 33px; }
        @media screen and (max-width: 576px) {
          .info-wrap .info-wrap-inner.about_us .cart-area-wrap .cart-wrap .cart-inner .cart-area {
            margin: 0 0 30px; }
            .info-wrap .info-wrap-inner.about_us .cart-area-wrap .cart-wrap .cart-inner .cart-area:last-child {
              margin-bottom: 0; } }
        .info-wrap .info-wrap-inner.about_us .cart-area-wrap .cart-wrap .cart-inner .cart-area:last-child {
          margin-right: 0; }
    .info-wrap .info-wrap-inner.about_us .cart-area-wrap .cart-wrap .bottom-content {
      margin-top: 31px; }
      .info-wrap .info-wrap-inner.about_us .cart-area-wrap .cart-wrap .bottom-content .text-content {
        font-size: 16px;
        line-height: 23px;
        color: #484848;
        font-weight: normal; }
    .info-wrap .info-wrap-inner.about_us .cart-area-wrap .cart-wrap .cart-area-bottom .text-head {
      font-size: 22px;
      line-height: 31px;
      font-weight: bold;
      color: #22222F;
      margin: 0 0 15px; }
    .info-wrap .info-wrap-inner.about_us .cart-area-wrap .cart-wrap .cart-area-bottom .text-content {
      font-size: 16px;
      line-height: 23px;
      color: #484848;
      font-weight: normal; }
  .info-wrap .info-wrap-inner.about_us .content-wrap.about_us {
    max-width: 971px;
    margin: 0 auto; }
    .info-wrap .info-wrap-inner.about_us .content-wrap.about_us .content-info {
      border: 1px solid #2B2B3B; }
      @media screen and (max-width: 800px) {
        .info-wrap .info-wrap-inner.about_us .content-wrap.about_us .content-info {
          border: none; } }
      .info-wrap .info-wrap-inner.about_us .content-wrap.about_us .content-info .image-wrap {
        display: flex;
        align-items: center; }
        @media screen and (max-width: 800px) {
          .info-wrap .info-wrap-inner.about_us .content-wrap.about_us .content-info .image-wrap {
            flex-wrap: wrap;
            justify-content: center; } }
      .info-wrap .info-wrap-inner.about_us .content-wrap.about_us .content-info .content-text {
        max-width: 594px;
        margin-left: 48px; }
        @media screen and (max-width: 991px) {
          .info-wrap .info-wrap-inner.about_us .content-wrap.about_us .content-info .content-text {
            margin-left: 28px; } }
        @media screen and (max-width: 800px) {
          .info-wrap .info-wrap-inner.about_us .content-wrap.about_us .content-info .content-text {
            margin: 20px 0 0 0;
            max-width: 100%; } }
        .info-wrap .info-wrap-inner.about_us .content-wrap.about_us .content-info .content-text .contentinfo_text {
          font-size: 22px;
          line-height: 34px;
          color: #22222F;
          font-weight: bold; }
          @media screen and (max-width: 991px) {
            .info-wrap .info-wrap-inner.about_us .content-wrap.about_us .content-info .content-text .contentinfo_text {
              font-size: 20px;
              line-height: 28px; } }
  .info-wrap .info-wrap-inner.about_us .store-title {
    margin-top: 42px; }
    @media screen and (max-width: 991px) {
      .info-wrap .info-wrap-inner.about_us .store-title {
        margin-top: 35px; } }
    @media screen and (max-width: 575px) {
      .info-wrap .info-wrap-inner.about_us .store-title {
        margin-top: 20px; } }
    .info-wrap .info-wrap-inner.about_us .store-title .title-text {
      margin: 0;
      font-size: 36px;
      line-height: 54px;
      text-align: center;
      color: #22222F;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .info-wrap .info-wrap-inner.about_us .store-title .title-text {
          font-size: 28px;
          line-height: 48px; } }
      @media screen and (max-width: 576px) {
        .info-wrap .info-wrap-inner.about_us .store-title .title-text {
          font-size: 25px;
          line-height: 34px; } }
    .info-wrap .info-wrap-inner.about_us .store-title .title-content {
      margin: 23px auto 37px;
      text-align: center;
      font-size: 16px;
      line-height: 23px;
      color: #484848;
      max-width: 50%; }
      @media screen and (max-width: 767px) {
        .info-wrap .info-wrap-inner.about_us .store-title .title-content {
          max-width: 100%; } }
    .info-wrap .info-wrap-inner.about_us .store-title iframe {
      width: 100%;
      display: block;
      border: none; }
  .info-wrap .info-wrap-inner.about_us .cart-wrap {
    margin-top: 45px; }
    @media screen and (max-width: 576px) {
      .info-wrap .info-wrap-inner.about_us .cart-wrap {
        margin-top: 35px; } }
    .info-wrap .info-wrap-inner.about_us .cart-wrap .cart-inner {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 576px) {
        .info-wrap .info-wrap-inner.about_us .cart-wrap .cart-inner {
          flex-wrap: wrap; } }
      .info-wrap .info-wrap-inner.about_us .cart-wrap .cart-inner .cart-area {
        margin-right: 33px; }
        @media screen and (max-width: 576px) {
          .info-wrap .info-wrap-inner.about_us .cart-wrap .cart-inner .cart-area {
            margin: 0 0 30px; }
            .info-wrap .info-wrap-inner.about_us .cart-wrap .cart-inner .cart-area:last-child {
              margin-bottom: 0; } }
        .info-wrap .info-wrap-inner.about_us .cart-wrap .cart-inner .cart-area:last-child {
          margin-right: 0; }

/* ABOUT US PAGE CSS ENDS */
/* BLOG PAGE CSS START */
.supermarket-pageType--blog .page-content-body {
  display: flex;
  flex-flow: row wrap;
  text-align: left; }
  @media screen and (max-width: 991px) {
    .supermarket-pageType--blog .page-content-body {
      margin-bottom: 35px; } }
  .supermarket-pageType--blog .page-content-body .blog {
    width: calc(33.33% - 14px);
    margin: 0 14px 14px 0;
    padding: 10px;
    border: 1px solid #eee; }
    .supermarket-pageType--blog .page-content-body .blog:nth-child(5n) {
      margin-right: 0; }
    @media screen and (max-width: 991px) {
      .supermarket-pageType--blog .page-content-body .blog {
        width: calc(50% - 14px); }
        .supermarket-pageType--blog .page-content-body .blog:nth-child(5n) {
          margin-right: 14px; } }
    @media screen and (max-width: 576px) {
      .supermarket-pageType--blog .page-content-body .blog {
        width: 100%;
        margin-right: 0; } }
    .supermarket-pageType--blog .page-content-body .blog .blog-thumbnail {
      max-width: 235px;
      margin: 0 auto 20px; }
    .supermarket-pageType--blog .page-content-body .blog .blog-post-body .blog-title {
      font-size: 22px;
      line-height: 26px;
      font-weight: normal;
      margin-bottom: 16px; }
      .supermarket-pageType--blog .page-content-body .blog .blog-post-body .blog-title a:hover {
        color: #00ffc6; }
    .supermarket-pageType--blog .page-content-body .blog .blog-post-body .blog-post {
      margin-bottom: 16px; }
      .supermarket-pageType--blog .page-content-body .blog .blog-post-body .blog-post .blog-summary {
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
        color: #3E3E4D;
        margin-bottom: 10px; }
        @media screen and (max-width: 991px) {
          .supermarket-pageType--blog .page-content-body .blog .blog-post-body .blog-post .blog-summary {
            line-height: 20px; } }
      .supermarket-pageType--blog .page-content-body .blog .blog-post-body .blog-post .blog-dateContainer .blog-readmore a {
        color: #2b2b3b;
        text-decoration: underline; }
        .supermarket-pageType--blog .page-content-body .blog .blog-post-body .blog-post .blog-dateContainer .blog-readmore a:hover {
          color: #00ffc6; }

.supermarket-pageType--blog .pagination {
  display: inline-block;
  width: 100%; }
  .supermarket-pageType--blog .pagination .pagination-list {
    margin: 20px 0 0 0; }

@media screen and (max-width: 991px) {
  .supermarket-pageType--blog-post .page-content-body {
    margin-bottom: 35px; } }

.supermarket-pageType--blog-post .page-content-body .blog--has-socials .blog-post-figure .blog-thumbnail {
  max-width: 680px; }

.supermarket-pageType--blog-post .blog-post p {
  margin-bottom: 18px; }

.supermarket-pageType--blog-post .blog-post a {
  color: #2b2b3b;
  font-weight: 600; }
  .supermarket-pageType--blog-post .blog-post a:hover {
    color: #00ffc6; }

.supermarket-pageType--blog-post .addthis_toolbox, .supermarket-pageType--blog-post .socialLinks {
  width: 100%;
  text-align: center; }

.supermarket-pageType--blog-post .papathemes-blog-bottomSection {
  margin-top: 0; }
  .supermarket-pageType--blog-post .papathemes-blog-bottomSection .beautify__section {
    padding-bottom: 0;
    padding-top: 35px; }
  .supermarket-pageType--blog-post .papathemes-blog-bottomSection .beautify__recentBlog ._list {
    display: flex; }
    @media screen and (max-width: 991px) {
      .supermarket-pageType--blog-post .papathemes-blog-bottomSection .beautify__recentBlog ._list {
        flex-wrap: wrap;
        justify-content: center; } }
    .supermarket-pageType--blog-post .papathemes-blog-bottomSection .beautify__recentBlog ._list ._item {
      width: 33.33%;
      margin-bottom: 0; }
      @media screen and (max-width: 991px) {
        .supermarket-pageType--blog-post .papathemes-blog-bottomSection .beautify__recentBlog ._list ._item {
          width: 50%;
          margin-bottom: 20px; } }
      .supermarket-pageType--blog-post .papathemes-blog-bottomSection .beautify__recentBlog ._list ._item ._blog-thumbnail {
        max-width: 235px;
        margin: 0 auto; }
      .supermarket-pageType--blog-post .papathemes-blog-bottomSection .beautify__recentBlog ._list ._item ._blog-post-body ._blog-title a:hover {
        color: #00ffc6; }
      .supermarket-pageType--blog-post .papathemes-blog-bottomSection .beautify__recentBlog ._list ._item ._blog-post-body ._blog-readmore a {
        color: #2b2b3b;
        text-decoration: underline; }
        .supermarket-pageType--blog-post .papathemes-blog-bottomSection .beautify__recentBlog ._list ._item ._blog-post-body ._blog-readmore a:hover {
          color: #00ffc6; }
        .supermarket-pageType--blog-post .papathemes-blog-bottomSection .beautify__recentBlog ._list ._item ._blog-post-body ._blog-readmore a .icon {
          fill: #2b2b3b;
          stroke: #2b2b3b; }
          .supermarket-pageType--blog-post .papathemes-blog-bottomSection .beautify__recentBlog ._list ._item ._blog-post-body ._blog-readmore a .icon:hover {
            fill: #00ffc6;
            stroke: #00ffc6; }

/* BLOG PAGE CSS END */
