.modal-label {
    font-size: 14px;
    font-weight: 400;
}

.custom-input {
    padding: 5px 10px;
    font-size: 13px;
}
.btn_color {
    background-color: #f7cd29;
    border-radius: 4px;
    font-size: 16px;
    font-family: roboto;
    color:black;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.font-size-24 {
    font-size: 24px;
}
.font-size-14 {
    font-size: 14px;
}
.error{
    color:red;
    font-size: 14px;
}
.opt-input-field {
    margin: 12px;
    height: 45px;
    width: 45px;
    font-size: 25px;
    text-align: center;
    border: 1px solid #000000;
    -moz-appearance: textfield;
}
.opt-input-field::-webkit-inner-spin-button,
.opt-input-field::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.verify-otp-sec{
    font-size: 14px;
}
.fileUpload label{
    color: #0056b3;;
    text-decoration: underline;
    cursor: pointer;
}
#gallery-top_img {
  height: 350px!important;
}
.product__carousel .gallery-top {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin-bottom: 5px;
}

.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}

.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}
.login-tablist .active{
  background: var(--primary-color) !important;
}

@media only screen and (min-width : 360px) and (max-width : 640px) {
    .web-banner, #web_filter_sidebar, .store_name, .web-peach-botton-border, #detail_page_breadcrumb, #web-share-whislist,
    #web_detail_section, .web-reviews-section, #my_order, .web-add-cart-buy-now, .web-reviews-tab,#web_product_image_div,.web-prod {
        display: none;
    }
    .store-banner-image-mobile {
        height: 125px;
    }
    .mobile-store-name{
        margin-left: 15px;
        margin-top: 15px;
      }

      .mobile-header-listing{
       margin-top: 15px;
        }

      .list-img{
          margin-top: -8px;
          font-size: 20px;
          }
      .filter-txt {
          color:#000000;
      }
      .filter-txt:hover {
          color:#f26b71;
      }
      .slider {
          -webkit-appearance: none;
          width: 100%;
          height: 12px;
          border-radius: 5px;
          background: #d3d3d3;
          outline: none;
          opacity: 0.7;
          -webkit-transition: .2s;
          transition: opacity .2s;
        }

        .slider:hover {
          opacity: 1;
        }

        .slider::-webkit-slider-thumb {
          -webkit-appearance: none;
          appearance: none;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          background: #f26b71;
          cursor: pointer;
        }

        .slider::-moz-range-thumb {
          width: 20px;
          height: 20px;
          border-radius: 50%;
          background: #f26b71;
          cursor: pointer;
        }
        .footer {
          position: fixed;
          left: 0;
          bottom: 0;
          width: 100%;
          background-color: #af3378;
          color: white;
          text-align: center;
          z-index: 9999;
          box-shadow: 1px 1px 2px;
          height: 50px;
      }
      #mobile_top_bar {
        background-color: white;
        height: 45px;
        box-shadow: 1px 0px 3px #6f6f6f ;
        width: 100% !important;
    }
    .sticky-top {
        position: -webkit-sticky;
        position: fixed;
        top: 0;
        z-index: 1020;
    }
    .mobile-img{
      margin-top: 15px;
    }
    .mobile-product-desciption {
     /* padding-left: 0; */
      min-height: 64px;
      overflow: hidden;
      max-height: 136px;
      line-height: 1.8;
      font-size: 18px;
    }
    .mobile-attribute-style{
      font-size: 18px;
      margin:5px 0 5px 0;
    }
    .mobile_qty{
      padding: 3px 10px;
      line-height: 1.42;
    }

    .mml-130{
      margin-left: 130px;
    }
    .mml-3{
      margin-left:-3px;
    }
    .mob-mt12{
    margin-top: 12%;
    }
    .mobile-review-box {
     padding: 0px 35px 0 35px;
    }
    .mobile-related-product-section{
      padding: 0px 30px;
    }
    .mobile-message-box {
      padding: 0 10px;
      min-width: 259px;
      margin-bottom: 0;
      height: 40px;
      text-align: center;
    }
    .listing-footer {
      position: fixed;
      left: 0;
      bottom: 0;    padding: 0% 5%;
      width: 100%;
      color: rgb(255, 0, 0);
      text-align: center;
      z-index: 999;
      box-shadow: 1px 1px 2px;
      padding-right: 3%;
      padding-left: 3%;
      font-weight: 400;
      background-color: #f26b71;
  }
  .enquiry_btn {
      padding: 6px;
      margin-left: -10px;
  }
  .card-reviews{
      margin: 12px 0 13px 0;
  }

    .footer_btn_white {
      background: #ffffff;
      box-shadow: 0px 0px 0px #cfcece;
      height: 40px;
   }
   .details_footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    z-index: 111;
    box-shadow: 1px 1px 2px;
    height: 50px;
  }
  .footer_btn_row {
    background: white;
    box-shadow: 0px 0px 0px #cfcece, 0px 0px 5px #cfcece;
    height: 50px;
  }
  .add-cart-div{
    margin-top: 13px;
  }
  .buy-now-div {
    background: #f26b71;
    padding: 13px 15px;
  }

  /* .product_image{
    max-width: 340px !important;
  } */
  .mobile_tabs_list {
    display: flex;
    right: 0px;
    left: 0px;
    overflow-x: auto;
    margin-left: -15px;
    margin-right: -66px;
    /* position: fixed; */
  }
  .footer-ul{
    display: inline-block;
    /*margin: 0 20px;*/
    /*margin: 0 20px;*/
  }
  .mobile-ml-29{
    margin-left: -29px;
  }
  .mobile-ml-40{
    margin-left: -40px;
  }

  /* .mob-productimg-width {
    width: 395px;
  } */
  #mobile_detail_section{
    width: 370px;
  }
  .web_review_section{
    padding-top:10px;
    padding-left:36px
  }
  .mobile_faq_tab_section_li {
    white-space: nowrap;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    /* font-weight: 500; */
    letter-spacing: 0.4px;
    cursor: pointer;
    margin-top: 10px;
    border: 0px solid !important;
    color: black;
    padding: 0px;
  }
  .mobile_faq_tab_section_li.active {
    border-bottom: 2px solid #f26b71 !important;
    color: #f26b71 !important;
  }
  #mob_prodcut_list_row{
    margin-right: -22px;
    margin-left: -22px;

  }
  /* .mobile_product_list{
    margin-right: -5px;
  } */
  img.product-image {
    width: 100%;
    height: 170px;
  }
  .card_div {
    width: 118px;
  }
  /* .machine-listing-border{
    height:230px;
  } */
  .product-listing-border {
    height: 235px;
  }
  .related-listing-border{
    height:240px;
  }
  .related_product_list_row{
    margin-right:-22px;
    margin-left:-5px;

  }
  .mobile_product_list{
    padding-left: 10px !important;
  }
  .btn_border {
    border: 1px solid #444444;
    border-radius: 0px;
    color: #000000;
  }
  .btn_border:hover {
    background-color: #f26b71;
    color: white;
    /* border: none; */
  }
  .review-more{
    margin-top: 15%;
  }
  .mobile-reviews-tab{
    overflow-x: scroll;
    /* border-bottom: 1px solid #dee2e6!important; */
  }
  .mobile-prod{
    padding: 12% 10%;
    z-index: 99;
  }
  .mobile-header-label{
    font-weight: 600;
      font-size: 16px;
  }
  .store-sec{
      margin-bottom: 25%;
  }

  .quantity-field{
    padding-right: 20px;
  }
  .related_product_list_row{
    margin-bottom: 5%;
  }
  .mobile-services{
    padding-left: 5px;
    padding-right: 5px;
  }
  .service-text {
    font-size: 10px !important;
  }
  .product-img-sec {
    height: 150px;
  }
  .mobile-list-prod-text{
    font-size: 16px;
  }
  .opt-input-field {
    height: 40px !important;
    width: 40px !important;
  }

}
/*SideBar CSS*/
@media only screen and (min-width: 640px) {
    #sidebar-wrapper {
        display: none;
    }
}
@media only screen and (min-width:640px) {
    .mobile-banner, #mobile_footer_filter, #mobile_top_bar, #mobile-share-wishlist, #mobile_detail_section,
    .listing-footer, .details_footer,#carouselProductControls, .mobile_tabs_list,.mobile-prod,#mobile_filter_sidebar {
        display: none;
    }
    .store-sec{
        margin-bottom: 10%;
    }
    .button-minus{
      padding-right: 20px;
    }
    .button-plus{
      padding-right: 20px;
    }
}

.h-40p{
    height: 40%;
}
.header-label{
    font-weight: 700;
    font-size: 30px;
}
.all-prd{
    padding:4% 4%;
    z-index:99
}
.store-sidebar{
    cursor: pointer;
}
.sidebar-menu{
    border-left: 1px solid #e3e1e1;
    border-bottom: 1px solid #e3e1e1;
    border-right: 1px solid #e3e1e1;
    padding: 4% 5%;
}
.store-sidebar .item0{
    border-top: 1px solid #e3e1e1;
}

.sidebar-menu.active{
    background-color: #f7cd29;
}
.mh-180{
    max-height: 180px;
}
.store-sidebar a:hover{
    background-color:#cbcbcb;
}
.sidebar-menu.active:hover{
    background-color:#f7cd29;
    /* border:1px solid #f7cd29; */
}
.dropdown-label:after{
    content: none !important;
}
.offering_product_price{
    color:#ea2626;
    font-weight: 600;
    font-size: 16px;
}
.pointer{
    cursor:pointer;
}
.banner-container{
  background:#f4f4f4;
  max-height:180px
}
.store-sidebar{
  max-height: 435px;
  overflow-y: auto;
}
.font-size18{
  font-size: 18px;
}
.no-product{
  width:250px;
  height:250px;
}
.card-border{
  border: 1px solid rgba(0,0,0,.125);
}
.wishlist-icn{
  z-index: 999;
  top: 10px;
  right: 10px;
  position: absolute;
  font-size: 18px;
}
.share-icons a {
  color: #000000;
  width: 30px;
  border: 1px solid var(--primary-color);
  justify-content: center;
  display: inline-flex !important;
  height: 30px;
  align-items: center;
  cursor: pointer;
}
.custom-nav{
  border:1px solid grey;
}
.custom-tab-content .parent-pane{
  border:1px solid grey;
  border-top: none;
}
.custom-tab-content .child-pane{
  border: 1px solid #dee2e6 !important;
}
.mlr-0{
  margin-left: 0px;
  margin-right: 0px;
}
.btn-sky-blue {
  background-color: #000000;
  border-radius: 4px;
  font-size: 16px;
  font-family: roboto;
  color: #fff;
}
#calculate-shipping-price:hover{
  color:#f7cd29;
}
.phi_price{
  color:#ea2626;
  font-size: 16px !important;
  font-weight: 600;
}

/*Login and Registration popup model*/

#tabs .nav-tabs .nav-item.show .s2g-login-frm-nav-link, .nav-tabs .s2g-login-frm-nav-link.active {
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    /*border-bottom: 4px solid !important;*/
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .s2g-login-frm-nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
}
.nav-tabs .s2g-login-frm-nav-link:hover {
    border-top: 0px solid transparent !important;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
}
.nav-tabs .s2g-login-frm-nav-link {
    border: 0px solid transparent !important;
}
.opt-input-field {
    margin: 12px;
    height: 45px;
    width: 45px;
    font-size: 25px;
    text-align: center;
    border: 1px solid #000000;
}
.opt-input-field::-webkit-inner-spin-button,
.opt-input-field::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.close-login-modal-btn {
    position: absolute;
    right: -7px;
    top: -7px;
    background: white;
    width: 25px;
    text-align: center;
    border-radius: 4px;
    height: 25px;
    font-size: 23px;
}
.check-circle-big {
    font-size: 38px;
    color: green;
}
.control-label-sm {
    font-size: 13px;
}
.rating-peach .fa{
    color:#f26b71;
}
#featured_icon{
    font-size: 12px;
    padding: 3px 10px;
    position: absolute;
    top: 0;
    left: 0;
}
#featured_icon.cake_theme{
    background-color: #f26b71;
    color: #ffffff;
    z-index: 9;
}
.reward_points {
  font-size: 15px;
}
.btn-disabled{
  cursor: not-allowed !important;
  opacity: .65 !important;
}
.black{
  color:#000000 !important;
}