* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  margin: 0;
  padding: 0;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: none;
}

.text-black {
  color: black;
}

.text-white {
  color: white;
}

.section-title {
  font-weight: 700;
  font-size: 20px;
}

.caption {
  font-weight: 600;
  font-size: 16px;
}

.advertise {
  margin: 0 auto;
  margin-bottom: 1rem;
  max-width: 96%;
}

.first-ad img {
  width: 100%;
  height: 250px;
}

.second-ad img {
  margin: 10px 0;
  width: 100%;
  height: 450px;
}

/* Banner */

.banner img {
  height: 320px;
}

.banner-slider .slick-prev {
  left: 0;
  z-index: 1;
  width: 50px;
  height: 100px;
  border-radius: 0 15px 15px 0;
  background-color: #D8D8D8;
  opacity: 1;
}

.banner-slider .slick-prev::before {
  color: grey;
  content: "\f104";
  font-size: 50px;
  font-family: "FontAwesome";
  opacity: 1;
}

.banner-slider .slick-next {
  right: 0;
  z-index: 1;
  padding: 20px;
  width: 50px;
  height: 100px;
  border-radius: 15px 0 0 15px;
  background-color: #D8D8D8;
  opacity: 1;
}

.banner-slider .slick-next::before {
  color: grey;
  content: "\f105";
  font-size: 50px;
  font-family: "FontAwesome";
  opacity: 1;
}

/* First */
.first {
  margin: 0 auto;
  margin-bottom: 3rem;
  max-width: 96%;
}

.first .img-text img {
  display: flex;
  height: 250px;
  width: 230px;
  object-fit: contain;
  margin: 0 auto;
}

/* Second */

.second {
  margin: 0 auto;
  margin-bottom: 1rem;
  max-width: 96%;
}

.second .third-slider .img-div {
  margin-right: 16px;
  padding: 8px;
  border: 1px solid rgba(111, 114, 132, 0.25);
  border-radius: 5px;
  position: relative;
}

.second .third-slider .img-div img {
  margin: 0 auto;
  width: 150px;
  height: 150px;
}

.second .third-slider .img-div .pro-title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px;
}

.second .third-slider .img-div .price_box {
  font-size: 14px;
}

.second .third-slider .img-div .price_box .price,
.second .third-slider .img-div .price_box .final_price {
  display: block;
}

.second .third-slider .img-div .price_box .final_price {
  font-weight: 700;
  font-size: 16px;
}

.second .third-slider .img-div .price_box .save_price {
  color: #00A100;
  font-weight: 600;
  font-size: 12px;
}

.second .third-slider .cart_btn button {
  display: flex;
  justify-content: space-between;
  padding: 5px 20px;
  width: 100%;
  border: 1px solid #cc338b;
  border-radius: 5px;
  background: #cc338b;
  color: white;
  font-size: 14px;
}

.second .slick-prev::before {
  color: grey;
  content: "\f104";
  font-size: 50px;
  font-family: "FontAwesome";
  opacity: 1;
}

.second .slick-next::before {
  color: grey;
  content: "\f105";
  font-size: 50px;
  font-family: "FontAwesome";
  opacity: 1;
}
/* Third */

.redbox {
  margin: 0 auto;
  margin-bottom: 2rem;
  max-width: 96%;
}

.redbox .main-div {
  margin-bottom: 2rem;
}

.redbox .split_col {
  position: relative;
  float: left;
  margin-top: 24px;
  margin-right: 16px;
  width: 100%;
  /* height: 100%; */
  border-radius: 5px;
  background: #BCE1FE;
}

.redbox .split_col .offer_badge {
  position: absolute;
  top: -8px;
  padding: 8px 0 0;
  width: 100%;
  height: 38px;
  background: url(../../public/img/offer_bg.png) no-repeat top center;
  background-size: 100%;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

.redbox .split_col .cat_details {
  margin: 42px auto 16px;
  padding: 0 4px;
  height: 100%;
  text-align: center;
}

.redbox .split_col .cat_details .cat_img img {
  margin: 1rem 0;
  width: 150px;
  height: 150px;
}

.redbox .split_col .cat_details .cat_name {
  display: flex;
  overflow: hidden;
  justify-content: center;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
}

/* Fourth */
.fourth {
  margin: 0 auto;
  margin-bottom: 1rem;
  max-width: 96%;
}

.fourth .fourth-slider .img-div {
  margin-right: 16px;
  padding: 8px;
  border: 1px solid rgba(111, 114, 132, 0.25);
  border-radius: 5px;
}

.fourth .fourth-slider .img-div img {
  margin: 0 auto;
  width: 150px;
  height: 150px;
}

.fourth .fourth-slider .img-div .pro-title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px;
}

/* Detail Page */

.main-container {
  max-width: 93%;
}

.detail-page .breadcrumbs p {
  font-size: 12px;
}

.detail-page .slider-description .slider-nav .img-div {
  margin-bottom: 16px;
  padding: 4px;
  width: 86px;
  height: 86px;
  border-radius: 5px;
  background: #FFFFFF;
  box-shadow: 0 0 5px 0 rgba(111, 114, 132, 0.3);
  cursor: pointer;
}

.detail-page .slider-description .slider-nav img {
  width: 100%;
  height: 100%;
}

.detail-page .slider-description .slider-for .img-div {
  margin: 0 auto;
  width: 400px;
  height: 400px;
}

.detail-page .title-section h1 {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.detail-page .brand_name {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}

.detail-page #price_section .price-box {
  margin-bottom: 12px;
  color: #000000;
  font-size: 16px;
}

.detail-page #price_section .price-box .final-price {
  padding-left: 16px;
}

.detail-page #price_section .price-box .tax_text {
  padding-left: 16px;
}

.detail-page #price_section .price-box .stock_details {
  margin: 5px 0;
}

.detail-page #price_section .price-box strike,
.detail-page #price_section .final-price span {
  font-weight: 600;
}

.detail-page #price_section .disc-price span,
.detail-page #price_section .stock_details {
  color: #00A651;
  font-weight: 600;
}

.detail-page #price_section .del_info span {
  font-weight: 600;
}

.detail-page #price_section .sodexo_icon {
  display: flex;
  align-items: baseline;
  margin-top: 16px;
  margin-bottom: 16px;
  width: auto;
  color: #000000;
  font-size: 14px;
}

.detail-page #price_section .sodexo_icon img {
  margin-left: 8px;
  width: 85px;
}

.detail-page #price_section .cart_btn .toCart {
  display: flex;
  justify-content: space-between;
  padding: 5px 20px;
  border: 1px solid #cc338b;
  border-radius: 5px;
  background: #cc338b;
  color: white;
  font-size: 14px;
}

.detail-page #price_section .cart_btn .toCart .add_plus {
  margin-left: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1) url(../../public/img/add_plus.svg) center no-repeat;
}

.detail-page #price_section .save-offer {
  display: flex;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 12px 12px 12px 56px;
  height: 48px;
  border: 1px solid #ECECEC;
  border-radius: 8px;
  background: url(../../public/img/offer_icon.png) no-repeat 16px center;
}

.detail-page #price_section .cashback-offer span {
  display: block;
  max-height: 32px;
  height: auto;
  color: #000000;
  font-size: 14px;
}

.detail-page #price_section .cashback-offer b {
  color: #DD0608;
  font-weight: 600;
}

.detail-page #price_section .cashback-offer {
  margin-bottom: 16px;
  padding: 12px 24px 12px 12px;
  border: 1px solid #ECECEC;
  border-radius: 8px;
  background: url(../../public/img/gray_right_arrow.png) no-repeat 98% center;
}

.detail-page .description,
.detail-page .slider-description,
.detail-page .features-details,
.detail-page .product-info,
.detail-page .related-items {
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 2px solid #ECECEC;
}

.detail-page .description #title,
.detail-page .features-details #title,
.detail-page .product-info #title,
.detail-page .related-items #title,
.detail-page .product-rating h1 {
  margin-bottom: 1rem;
  color: #000000;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.detail-page .description .content_txt {
  padding: 12px 0 0 32px;
}

.detail-page .features-details ul {
  margin-top: 10px;
  padding-left: 50px;
  list-style-position: outside;
  font-size: 14px;
}

.detail-page .description .pname {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
}

.detail-page .description .content_txt p {
  padding: 0;
  font-size: 14px;
  line-height: 24px;
}

.detail-page .product-info .content_txt {
  margin: 0 0 12px;
  padding: 12px 0 0 32px;
}

.detail-page .product-info .content_txt .prodDetTable {
  margin-bottom: 8px;
  border-bottom: 0.1rem solid #E7E7E7;
  font-size: 14px;
}

.detail-page .product-info .content_txt .prodDetTable th {
  padding: 12px;
  width: 21.25%;
  border-top: 0.1rem solid #E7E7E7;
  background-color: #F3F3F3;
  color: #000000;
  font-weight: 600;
}

.detail-page .product-info .content_txt .prodDetTable td #text-veg {
  display: flex;
  width: 20px;
  height: 20px;
  background: url(../../public/img/veg.svg) left center no-repeat;
  background-size: 20px;
}

.detail-page .product-info .content_txt .prodDetTable td {
  padding: 12px;
  width: 73.75%;
  border-top: 0.1rem solid #E7E7E7;
  word-wrap: break-word;
}

.detail-page .related-items {
  max-width: 100%;
}

.detail-page .related-items .third-slider {
  margin: 12px;
  padding: 0;
}

.detail-page .related-items .third-slider .slick-prev {
  left: -25px;
}

.detail-page .related-items .third-slider .slick-next {
  right: -25px;
}

.detail-page .product-rating .main-div {
  padding-right: 24px;
  border-right: 1px solid rgba(21, 27, 57, 0.1);
}

.detail-page .product-rating {
  margin-bottom: 2rem;
}

.detail-page .product-rating .left-side {
  text-align: center;
}

.detail-page .product-rating .left-side .rating-content {
  font-weight: 300;
  font-size: 38px;
}

.detail-page .product-rating .left-side .rating-content .light-shade {
  color: #6F7284;
  font-size: 24px;
}

.detail-page .product-rating .left-side .inline-stars i {
  padding: 0 1px;
  color: rgba(21, 27, 57, 0.24);
  font-size: 20px;
  cursor: pointer;
}

.detail-page .product-rating .left-side .total-rating-count {
  display: block;
  color: #6F7284;
  font-weight: 400;
  font-size: 14px;
}

.detail-page .product-rating .rating-bar-content .rating-desc {
  display: flex;
  clear: both;
}

.detail-page .product-rating .rating-bar-content .rating-desc .rating-rate {
  margin-right: 8px;
  color: #6F7284;
  font-weight: 600;
  font-size: 18px;
  line-height: 17px;
}
.detail-page .product-rating .rating-bar-content .rating-desc .rating-rate i {
  padding: 0 0 0 3px;
  font-size: 16px;
}

.detail-page .product-rating .rating-bar-content .rating-desc .rating-bar {
  float: left;
  margin-top: 6px;
  padding: 0;
  width: 35%;
}

.detail-page .product-rating .rating-bar-content .rating-desc .rating-bar .progress {
  margin-bottom: 0;
  height: 4px;
  border-radius: 1.5px;
  background-color: rgba(21, 27, 57, 0.24);
}

.detail-page .product-rating .rating-bar-content .rating-desc .user-count {
  float: left;
  margin-left: 8px;
  width: 32px;
  color: #6F7284;
  text-align: right;
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
  line-height: 14px;
}

.detail-page .product-rating .bottom-section {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  max-width: 90%;
}

.detail-page .product-rating .bottom-section p {
  font-size: 14px;
}

.detail-page .product-rating .bottom-section .inline-stars i {
  padding: 0 1px;
  color: rgba(21, 27, 57, 0.24);
  font-weight: 900;
  font-size: 24px;
  cursor: pointer;
}

.detail-page .product-rating #write_review_btn {
  margin: 12px auto 0;
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 5px;
  background-color: rgba(21, 27, 57, 0.06);
  color: #6F7284;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 16px;
}

.page-wrap input[type=text] {
  width: 40px;
  text-align: center;
  border: none;
  position: absolute;
  left: 5rem;
}

.page-wrap .numbers-row{
  display: flex;
  position: relative;
}

.page-wrap .inc{
  color: white;
}

.page-wrap .buttons {
  padding: 20px 0 0 140px;
}

.inc::after{
  content: '\f067';
    color: white;
    font-family: "FontAwesome";
    cursor: pointer;
    font-size: 17px;
    position: absolute;
    left: 3rem;
    background-color: #008ECC;
    border: 1px solid #008ECC;
    border-radius: 50%;
    width: 29px;
    /* height: 33px; */
    text-align: center;
}

.dec::after{
  content: '\f068';
  color: white;
  font-family: "FontAwesome";
  cursor: pointer;
  font-size: 17px;
  position: absolute;
  right: 1rem;
  background-color: #008ECC;
  border: 1px solid #008ECC;
  border-radius: 50%;
  width: 29px;
  /* height: 33px; */
  text-align:center;
}

.showme{
  display: none;
  margin-top: 5px;
}

.dis_section{
  width: 38px;
  height: 38px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 9px;
  background: url(../../public/img/offer_bg.png) center no-repeat;
  font-size: 11px;
  font-family: JioLight;
  color: #fff;
  display: block;
  padding: 5px 0;
}

.dis_section span {
  font-size: 11px;
}

.dis_section span .per_txt{
  font-size: 11px;
  padding: 0;
}

.cart-drop{
margin-top:-7px;
}

.cart-drop a{
background-color: transparent;
border: unset;
}

.cart-drop a:hover,
.cart-drop a:focus,
.cart-drop a:active{
background-color: transparent!important;
border: unset!important;
}

.cart-drop.show a:hover,
.cart-drop.show a:focus,
.cart-drop.show a:active{
background-color: transparent!important;
border: unset!important;
}

.cart-drop .dropdown-toggle::after{
display: none;
}

.cart-drop .dropdown-menu{
width: 300px;
padding-top: 0;
top:30px;
left: 50%;
transform: translateX(-50%);
}

.cart-drop table{
border-bottom:1px solid lightgray;
}

.cart-drop thead tr th{
font-size: 15px;
}

.cart-drop thead tr th:nth-of-type(2){
font-size: 12px;
}

.cart-drop tbody tr td,
.cart-drop h6,
.cart-drop button{
font-size: 12px;
}

.cart-drop .green-save{
color: #00a100;
display: block;
}

.cart-drop.dropdown:hover > .dropdown-menu {
display: block;
}

.third-slider .slick-list{
  width: 100%;
}

.third-slider .slick-temp{
  width: 100%!important;
}


.txt-heading {
  margin: 20px 0px;
  text-align: left;
    background: #cccccc;
    padding: 5px 10px;
    overflow: auto;
}

#shopping-cart .txt-heading {
  border-top: #607d8b 2px solid;
    background: #ffffff;
    border-bottom: #607d8b 2px solid;
}

.txt-heading-label {
  display: inline-block;
}

#shopping-cart .txt-heading .txt-heading-label{
  margin-top:5px;
}

.btnAddAction {
    padding: 3px 10px;
    cursor: pointer;
    border: #CCC 1px solid;
    background: #f3f0f0;
}

.cart-item {
  border-bottom: #79b946 1px dotted;
  padding: 10px;
}

#product-grid {
  margin-bottom: 30px;
    text-align: center;
    padding-bottom: 20px;
}

.product-item {
  display: inline-block;
  margin: 8px;
  border: #CCC 1px solid;
}

.product-title {
  position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding: 5px 0px;
    color: #f1f1f1;
}
.product-image {
  height: 110px;
  width:160px;
  position:relative;
}

.product-image img {
  width:100%;
    height: 110px;
}

.product-footer {
    padding: 20px 10px 10px;
    overflow: auto;
}
.float-left {
  float:left;
}
.float-right {
  float:right;
}

.input-cart-quantity {
  padding: 6px;
    margin: 0;
    vertical-align: top;
    border: #CCC 1px solid;
    border-right: 0px;
}
.cart-info {
  text-align: right; 
  display:inline-block;
  /*width:15%;*/
}
.cart-info.title {
  width:50%;
  text-align: left; 
}
.cart-info.quantity {
    /*width: 90px;
    border: #ccc 1px solid;*/
}
.cart-info.price {
  min-width:20%;
  position:relative;
}
.cart-info.action {
  width: 5%;
    vertical-align: middle;
    float:right;
}
.cart-item-container {
  padding: 5px 10px;
    border-bottom: #e2e2e2 1px solid;
}
.cart-status {
  color: #666;
    float: right;
    font-size: 0.8em;
    padding: 0px 10px;
    line-height: 18px;
} 
#btnEmpty img{
  margin-top:6px;
  cursor:pointer;
}

.cart-item-container.header {
  background: #CCC;
    border-bottom: #b9b8b8 1px solid;
}

.btn-increment-decrement {
    display: inline-block;
    padding: 5px 0px;
    background: #cc338b;
    color: white;
    width: 30px;
    text-align: center;
    cursor:pointer;
}

.input-quantity {
  border: 0px;
    width: 30px;
    display: inline-block;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
}

.placeholderimage {
    width: 72% !important;
    height: 100% !important;
}