header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
}
.selected-category{
  color: orange;
}

.modal{
    width: 100%!important;
    position: fixed;
    left: 0;right: 0;
    background-color: #fafafa;
    padding: 0;
    /* max-height: 70%; */
    width: 55%;
    margin: auto;
    overflow-y: auto;
    /* border-radius: 2px; */
    will-change: top, opacity;
    bottom: -65%!important;
    height: 35%!important;
    /* text-align: center; */
    /* border-bottom: 1px solid; */
    top: 0%!important;
    padding-left: 21px!important;
}

 .product-home{
/*  border-right: 1px solid #c3b6b6;
  border-bottom: 1px solid #c3b6b6;
  height: 260px; */
  
 }

.cart-badge {
    position: absolute;
    /* top: -1px; */
    bottom: 52%;
    right: 45%;
}
 .sort-filter{
    position: absolute;
	padding: 6px;
    top: 51px;
    width: 50%;
    text-align: center;
    border-bottom: 1px solid;
    border-right: 1px solid;
    background-color: #8e8c8c;
 }
 .open-filter{
    position: absolute;
	padding: 5px;
    top: 51px;
    width: 50%;
    text-align: center;
    border-bottom: 1px solid;
    border-right: 1px solid;
    background-color: #8e8c8c;
 }
 .left-side {
  border-right: 1px solid #cac2c2;
 
 }
 .right-side {
  padding-left: 35px!important;
 
 }
 .right-side-font {
    float:left;
    padding-right: 10px;
    font-size: 0.8rem !important;
    padding-top: 8px;
 }
 
 .left-body{
  border-bottom: 1px solid #cac2c2;
  padding-bottom: 8px;
  font-size: 15px;
 }

 .product-details {
    color: #fff;
    font-size: 18px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
    width: 100%;
    margin: -26px 0 0 0;
}


.closet-badge{
    position: absolute;
    bottom: 57%;
    right: 40%;
}
.color-type{
    margin-left: 10px;
    padding-right: 0px;
    border-radius: 50%;
    background-color: #fff;

}
.model-header{
  
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    padding: 5px;
    background: #fafafa;
    z-index: 9999;
    border-bottom: 1px solid #cac2c2;
}
.outer-color-type{
    margin-left: 10px;
    padding-right: 0px;
    background-color: #fff;
}

.color-circle-position{
  margin-bottom: 20px;

}
.size-type{
    width: 13px;
    height: 13px;
    padding-right: 7px;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 4px;
    border-radius: 50%;
    background-color: #444;
    color: #fff;
}
.outer-size-type{
    width: 13px;
    height: 13px;
    padding-right: 7px;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 4px;
    
    background-color: #444;
    color: #fff;
}


.product-offer{
    border: 1px dashed #686f69;
    width: 85%;
    height: 60px;
    margin-left: 22px;
    margin-top: 18px;
    margin-bottom: 17px;

}

.badge-count {
    background-color: #e71c04;
    color: #fff;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    padding: 0px 0px;
    font-size: 13px;
    text-align: center;
    
}




div.tab {
    overflow: hidden;
    border-bottom: 1px #ccc;
    
}
.products-list-item-image{
      width: 100%;
  /*    height: 115px;  */
    }


.change-sidevar-color{
     background-color: red!important;
}

.item1{
    border-color: #ddd;
    /*background-color: #fff;*/
    color: #444;
    position: relative;
    /*z-index: 2;*/
    display: block;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    font-size: 14px;  
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 3px;
    transition: 0.3s;
    font-size: 17px;
}

div.tab button:hover {
    background-color: #fff;
}

/* Create an active/current tablink class */
div.tab button.active {
   border-bottom: 2px solid #444;

   
}

.wallet {
    padding: 0;
    width: 100%;
}

.wallet-details {
    text-align: center;
    margin: 100px 0 80px;
}

.wallet-circle {
    height: 200px;
    width: 200px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: #67d46c;
    color: #fff;
    font: 18px "josefin sans", arial;
    margin: 0 auto 10px;
    padding: 22% 0;
}

.wallet-actions {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.wallet-actions button {
    padding: 7px 15px !important;
    font-size: 14px !important;
    text-transform: capitalize;
}

/** wallet add money page **/

.wallet-money {
    padding: 0;
    width: 100%;
    position: relative;
}

.wallet-balance {
    position: absolute;
    right: 10px;
    bottom: 8px;
    color: white;
    background: transparent;
}

.wallet-history {
    
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.no-border {
    border: 0px solid !important;
}
.profile_pic {
    width: 57%;
   
}
.sidenav-header{
 /*  background-color: #3f47cc!important;  */
}



.overlay-outofstock {
    position: absolute!important;
    z-index: 999!important;
    left: -2px!important;
    right: -2px!important;
    top: 0!important;
    bottom: 0!important;
    background: rgba(0,0,0,0.6);
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.overlay-outofstock p {
    font-size: 22px;
}

.outofstock {
    background: transparent;
    color: crimson;
    font-size: 9px;
    border: none;
    margin: -15px 0;
}

.outofstock:focus {
    background: transparent !important;
}

body {
  background-color: #fff!important;
  font-family: 'PT Sans', sans-serif;
}
.footer-show {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
 /*  background-color:#3f47cc; */
   background-color:#e71c04;
   z-index: 1000;
   display: flex;
   flex-direction: row;
   justify-content: space-around;
   align-content: center;
  }

   .close-navbar{
        transform: translateX(-100%);
    }
    .open-navbar{
      transform: translateX(0%);
    }
  .no-gap{
    margin: 0;
    line-height: 14px;
    font-size: 10px;
  }
  .no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.special-product img {
    width: 100%;
    position: relative;
    height: 170px;
    
   
}

.no-margin-tb {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.special-categories {
    background-color: #fff;
    color: #666;
    /*margin-top: 10px;*/
}
.sidenav-header {
 /*   background-image: url(../img/material-graphite.jpg);  */
    background-size: 120%;
    background-position: 0%;
    min-height: 150px;
    transition: all .5s ease-in-out;
    position: relative;
}
.avatar {
    top: 16px;
    left: 36px;
    height: 75px;
 /*   width: 75px;  */
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    
}
.avatar-text {
    bottom: 0px;
    left: 16px;
    right: 16px;
    position: absolute;
    padding: 0 0 0 20px !important;
	text-align: center;
}
.special-categories h5, .home-cat-title {
   
    color: #444444;
    text-align: center;
    width: 100%;
    padding: 5px;
    margin: 0 0 5px 0;
}

.special-categories .more-special {
    margin: 5px 0;
    text-transform: capitalize;
   /* padding: 7px 10px !important;*/
    color: blue !important;
    background-color: #fff !important;
    border-bottom: 1px blue solid;
   
}

.special-categories .more-special > * {
    padding-left: 2px;
}
.text-overlay {
    
    white-space: nowrap;
    /* font-size: 2em; */
    left: 0;
    right: 0;
    margin: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    color: white!important;
}
.p-font {
    font-size: 14px !important;
}

  .footer-show > * {
    display: flex;
    flex-direction: column;
  }
  .img-responsive{
    max-width: 100%;
    }

.navbar {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 3px 0;
  transform: translateZ(0);

}

.navbar h5 {
  text-transform: capitalize;
  font-size: 22px;
  width: 100%;
    text-align: -webkit-center;
}

.navigation {
  border: 0px solid #d32f2f;
  margin: 0px 6px;
  padding: 0px 2px;
}

.menu-bg {
  background-image: url(../img/menu-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pink-image-bg{
    width: 28px;
    position: fixed;
    top: 28px;
    color: #9a9797;
    border-radius: 50%;
    padding: 2px 3px 4px 3px;
    background-color: #f7f7f7;
}
.usr-img {
  width: 100%;
 /* border: 3px solid #fff;
  border-radius: 50%;
  margin-top: 24px;
  height: 5.5em;
  margin: 15% 31.7% 7%;  */
}

i {
  font-size: 2rem !important;
    padding: 0 0px;
}

.side-nav {
  width: 264px;
}
.side-nav li {
/*    padding: 5px;  */
    border-bottom: 1px solid rgba(0,0,0,0.2);
	line-height: 0px!important;
}

.side-nav li i {
  color: #000 !important;
}

/*.side-nav li a i {
  margin: 0 20px 0 0;
}*/
.side-nav a {
  color: #000 !important;
  font-size: 1.15em !important;
  text-transform: capitalize;
  padding: 0 0 0 16px !important;
/*  background-color: #fff;  */
}
.side-nav li>a:hover{
  background-color: #630000!important;
}
.title-tm{
    font-size: 8px;
    position: absolute;
    top: 16%;
}

.no-border {
  border: 0px solid !important;
}

.no-border a {
  padding: 0 !important;
  margin-bottom: 10px;
}

.carousel {
  
}
.product-offer-detail{
  font-size:11px;
  color:orange;
  text-align:left;
  padding-left:10px;
  width: 30%;
  float: left;
}
.product-offer-detail1{
  font-size:11px;
  color:orange;
 
  padding-left:10px;
  width: 70%;
  float: left;
  border-left: 2px solid #ddd;
}

.carousel .carousel-slider {
  height: 220px;
}

.jR3DCarouselGalleryCustom .captions {
  position: relative;
  padding: 5px 0;
  bottom: 4px;
  color: white;
  background: #2eb127;
  display: block;
}
.jR3DCarouselGalleryCustom a{
    text-decoration: none;  
    width: 100%;  
}

.main-banner {
  width: 100%;
  height: 220px;
}
.thumbnail{    
/*    position: relative;
    margin-bottom: -6px;  */
}

.main-banner-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  width: 100%;
  height: 100%;
}

.main-banner-drop {
  z-index: -1 !important;
}
.caption {
    background-color: #0a4842;
	color: #fff;
 /*   position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;  */
    padding: 10px;
    text-align: center;
}
.overlay-text {
  position: absolute;
  color: #fff;
  margin: 0;
  font-size: 36px;
  top: 38%;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  text-transform: capitalize;
}

.drag-target {
    width: 5px !important;
    top: 56px;
}

.category-title {
  margin: 10px 0;
  width: 100%;
  font-size: 26px;
  text-transform: capitalize;
  text-align: center;
}

a.categories-item {
  display: block;
}

.categories-item {
    p;display: flex;
    flex-wrap: wrap;
}

.categories-item img {
  width: 100%;
/*  position: relative;  */
  z-index: -11;
  height: 165px;
  border-radius: 50%;
  padding: 10px;
  display: block;
}

.category-text-overlay {
  color: #fff;
  font-size: 18px;
  padding: 2px 0 0 0;
  background-color: rgba(119, 119, 119, 0.6);
  position: relative;
  width: 100%;
  margin: -34px 0px 0px 0px;
  text-align: center;
  text-transform: capitalize;
}

.main-info-details {
  text-align: justify;
  margin: 30px 10px 10px;
  color: #000;
  line-height: 1.2;
}

.home-email {
  margin: 20px auto;
  font-weight: 800;
  text-align: center;
}

.list-item {
  margin: 10px;
}

.list-item .image {
  padding-left: 16px;
}

.list-item img {
  width: 6em !important;
  height: 6em;
  margin-bottom: 10px;
}

.list-item .heading, .products-list-item .heading {
  font-weight: 700;
  font-size: 12px;
  color: #777 !important;
}
.carousel .indicators .indicator-item.active {
    background-color: #4CAF50!important;
    }

.carousel .indicators .indicator-item {
    
  background-color: #9E9E9E!important;
   
}

.heading p{
  font-size: 12px;
}
.list-item .sub-heading, .products-list-item .sub-heading {
  overflow: inherit;
  margin: 0 0 2px!important;
  font-size: 14px;
  line-height: normal;
  text-overflow: inherit;
  color: #666!important;
}

.account-info .heading{
  font-weight: 550;
    font-size: 13px;
    padding: 2px;
    margin-left: 16px;
    color: #484032;
  
}

.contact-form {
  background: url(../img/back.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

.table-th{
  border-radius: 0px!important;
  text-align: center!important;
  padding: 10px 5px!important;"
}
.contact-heading {
 
  margin-bottom: 1em;
  text-align: center;
    color: #222;
  font-size: 1.8em;
  text-transform: capitalize;
}

.input-field {
  /*background-color: rgba(119,119,119,0.6);*/
  /*width: 80%;
  margin: 10px auto;
  border-radius: 5px;*/
}

.prefix {
    color: #fff;
    font-size: 15px !important;
    top: 20%;
    width: 6rem !important;
    left: 6%;
}

.prefix.active {
  color: #fff!important;
}

.input-text {
  border: 0px !important;
  margin-left: 6rem!important;
  width: calc(100% - 6.5rem)!important;
  margin-bottom: 0 !important;
}
.input-text1 {
  border: 0px !important;
  margin-left: 9rem!important;
  width: calc(100% - 10.5rem)!important;
  margin-bottom: 0 !important;
}
textarea.input-text {
  height: 100px;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background: transparent!important;
  color: #fff !important;
}

.contact-button,.upload-prescription,.update-profile,.compounder_register,.register_hospital,.submit-otp,.profile , .appointment-button,.login-now-button, .register-now-button, .prescription-button, .add-hospital,.register_doctor, .send_otp_register {
  width: 80%;
  margin: 0 auto 10px;
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: 3px;
  height: initial;
}
.waves-effect.waves-blue .waves-ripple {
  background-color: #327eff;
}

.favourite-content {
  padding: 10px 15px 10px 15px !important;
}

.buy-now {
  float: right;
  border-radius: 0px;
  box-shadow: none !important;
  font-size: 12px;
  height: 25px;
  line-height: 1.5;
  padding: 0 6px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin: 4px 2px;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.buy-now i {
  font-size: 16px !important;
}

.products-list-item {
/*    width: 50%;
    float: left;   
    margin: 0 !important;*/
 /*   border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;   */
    border-radius: 0px !important;
 /*   height: 260px;   */
	position: relative;
    top: 25px;
    
}


.products-list-item .image {
  padding: 10px 10px 10px 10px;
}

.products-list-item img {
/*  width: 10em !important;  */
  border-radius: 0px !important;
  height: 170px;
}
.green-text{
  color:green;
}

.products-content {
  padding: 16px 5px 5px !important;
}

.products-content .details {
  color: #666!important;
}
.products-content .details span {
  font-weight: bold;
}
.products-content .details span em {
  font-style: normal;
}

.product-banner {
  
  width: 100%;
  position: relative;
}

.carousel .add-to-favourite {
  position: absolute;
  top: 0%;
  right: 3%;
}
.carousel .add-to-favourite i {
  font-size: 2.5rem !important;
}

.product-details {
    color: #444;
    text-align: center;
    font-size: 18px;
    /* padding: 10px; */
/*    background-color: #a2c37b;*/
    background-color: #ffffff;
    position: relative;
    width: 100%;
    margin: 30px 0 0 0;
}

.product-details p {
  margin: 5px 0;
}

.product-details span {
  margin-left: 10px;
}

.product-details em {
  font-style: normal;
}

.clear {
  clear: both;
}

.product-discription {
  color: #222;
/*  background-color: #a2c37b;*/
    background-color: #ffffff;
  text-align: justify;
  margin: 10px;
  padding: 10px 0;
}

.product-discription h5 {
  text-align: center;
  margin-top: 10px;
}

.product-discription p {
  width: 100%;
  text-align: justify;
  line-height: 1.6;
}

.cart-options {
  width: 98%;
  margin: 5px;
}

.count {
  background-color: #777;
  width: 50%;
  padding: 0 !important;
  margin: 0;
  float: left;
  text-align: center;
  height: 45px;
}

.add-one, .subs-one, .show-count {
  width: 33.33%;
  color: #fff;
  float: left;
  padding: 10px 5px;
  height: 45px;
}

.add-one i, .subs-one i, .show-count i {
  padding: 6px 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px !important;
}

.add-to-cart {
  width: 50%;
  margin: 0;
  text-align: center;
  height: 45px;
  border: 0px !important;
  text-transform: uppercase;
}

.add-to-cart i {
  font-size: 1.5rem !important;
}

.main-control {
  width: 100%;
  float: left;
}
.main-container{
  margin-top: 51px;
  margin-bottom: 48px !important;
}

.product-checkout {
    float: right;
    width: 45%;
    text-align: center;
    /* margin-right: 2%; */
    font-size: 14px;
    padding: 4px;
    height: 45px;
}

.product-checkout i {
  font-size: 1.8rem !important;
  padding: 0 0px;
}
.pink-bg {
    /*background-color: #3b073f !important;*/
    background-color:#b9af4d !important;
}

.product-kepshopping {
   float: right;
    width: 45%;
    text-align: center;
    /* margin-left: 2%; */
    font-size: 14px;
    height: 45px;
    background-color: #d48f3e!important;
}
.product-share {
    float: left;
    width: 13%;
    text-align: center;
    margin-left: -3%;
    font-size: 16px;
    padding: 8px;
    padding-top: 14px;
    height: 45px;
    background-color: #948d85!important;
    color: #fff;
}


.product-keepshopping i {
  font-size: 1.4rem !important;
}

.cart-list {
  background-color: #FFFFE0;
  height: 100%;
}

.cart-item {
  padding: 20px 10px 0;
  margin-bottom: 10px;
  width: 100%;
/*  height: 100px;*/
  position: relative;
}

.cart-item img {
  width: 120px;
  height: 100px;
  margin-left: 15px;
}

.cart-item .close {
  position: absolute;
  left: 7px;
  top: 60%;
}

.cart-item i {
  font-size: 1.3rem !important;
}

.cart-item .heading {
  font-weight: 700;
  font-size: 17px !important;
  overflow: inherit;
  margin: 0 0 2px;
  padding: 5px 5px 0 5px;
  font-size: 1.4rem;
  line-height: normal;
  text-overflow: inherit;
  color: #666;
}

.cart-item .smalltext {
  overflow: inherit;
  margin: 0 0 2px;
  padding: 0 5px;
  text-overflow: inherit;
  color: #666;
  font-size: 13px;
  line-height: 1.3em;
  white-space: initial !important;
}

.cart-item .smalltext span {
  font-weight: bold;
}

.cart-item .smalltext em {
  font-style: normal;
}

.quantity-control {
  width: 70%;
  background: #777;
  float: left;
  margin: 10px 0;
}

.plus-quna, .minus-quan, .no-of-quan {
  float: left;
  background: #777;
  color: #fff;
  width: 33.33%;
  height: 25px;
  text-align: center;
}

.no-of-quan {
  background-color: #32cd32;
}

.calculate {
  width: 100%;
  background-color: #fff;
  padding: 5px;
  margin: 0px;
}

.cart-total, .discount, .final-total {
  font-size: 1.2em;
  padding: 7px 7px;
  color: #666;
}

.cart-total strong, .discount strong, .final-total strong {
  font-weight: bold;
}

.cart-total span, .discount span, .final-total span {
  float: right;
  font-weight: 700;
  color: #d93131;
}

.cart-total span em, .discount span em, .final-total span em {
  font-style: normal;
}

button.checkout {
  border: 0px !important;
  text-transform: uppercase;
  width: 100%;
  padding: 14px;
}

.checkout-container {
  
  background-size: cover;
  /*height: 100%;*/
  width: 100%;
  position: absolute;
}

.checkout-heading {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  text-transform: capitalize;
}

.checkout-heading i {
  font-size: 1.5rem!important;
}

.checkout-list {
  margin: 0 5%;
  width: 90%;
}

.checkout-list .heading {
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
  padding: 13px;
  margin-bottom: 0;
}

.checkout-list .heading i {
  font-size: 20px !important;
}

.checkout-list .input-list {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-right: 1px solid;
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.05);
  /*padding-left: 0 !important;*/
  /*text-indent: 7px;*/
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.checkout-list .input-list .input-item {
  width: 100%;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.payment-method {
  width: 100%;
  text-align: -webkit-center;
}

.payment-method p {
  width: 51%;  
  margin-right: 2%;
/*  float: left;  */
  padding: 10px;
  text-transform: uppercase;
}

.payment-method p:last-of-type {
  margin-right: 0;
  margin-left: 2%;
}

.payment-method input[type="radio"] {
  color: #327eff;
  border-color: #327eff;
}

.payment-method p label {
  color: #fff;
  font-size: .9rem !important;
}

.place-order {
  width: 100%;
  padding: 10px;
  border: 0px !important;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 10px;
}

.place-order i {
  font-size: 20px !important;
}

.supreme-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 900;
}

#loader {
  position: absolute;
  z-index: 1;
  left: 38%;
  top: 42%;
  width: 30px;
  height: 30px;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #2980b9;
  width: 50px;
  height: 50px;
  z-index: 999;
  -webkit-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}
.discount-image{
    height: 200px;
    width: 100%;
}
.logo-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-img img {
    width: 25%;
}

.cart-actions {
    width: calc(100% - 20px);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin: 10px;
    padding-top: 10px;
}

.cart-quantity-control {
    background-color: #ccc;
    background: linear-gradient(to bottom ,#ccc,#cdcdcd, #ccc,#cdcdcd,#ccc);
    border: 1px solid #222;
    margin: 0 15px;
    flex-basis: 100%;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.cart-quantity-control .quantity {
    color:  #222;
    padding: 5px 15px;
    flex-basis: 60%;
}
.cart-quantity-control .quantity-actions {
    flex-basis: 40%;  
}

.cart-quantity-control .quantity-actions .quantity-minus, .cart-quantity-control .quantity-actions .quantity-plus {
    padding: 0 5px
}

.cart-delete {
    flex-basis: 20%;
    border: 1px solid #222;
    background-color: #ccc;
    background: linear-gradient(to bottom ,#ccc,#cdcdcd, #ccc,#cdcdcd,#ccc);
    margin: 0 15px 0 0;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	color: red;
}
.main-container .button-bg .avatar-button{
    border: 1px solid #555;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
}
.main-container .button-bg .avatar-button img{
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

    ul{
     list-style: none outside none;
      padding-left: 0;
         margin: 0;
        }

        .demo .item{
            /*margin-bottom: 60px;*/
            top:0px;
            border-width:0px;
            padding: 10px;
        }
        .content-slider li{
            background-color: #fff;
            text-align: center;
            color: #FFF;
        }
        .content-slider h3 {
            margin: 0;
            padding: 70px 0;
        }
        .demo{
            box-sizing: content-box;
        }
        .demo .item .content-slider span{
            color:#555;
            font-weight: 600;
            display: block;
        }
        .main-container .row .feature{
            color: #4749c0;
            font-family: cursive;
            font-style: unset;
            font-size: 18px;
            font-weight: 600;
            padding: 5px;
            padding-bottom: 0px;
        }

 .theme-color{
  color:#ad2222;
 }       
.categories{
	position: relative;
    bottom: 45px;
}
input[type=search] {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url(../img/search.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    color: blue;
}
input::placeholder {
  color: #000;
}
.slick-prev{
    display: none!important;
}
.slick-next{
    display: none!important;
}
.imp-pro{
	background: #d8d7dd;
	margin-left: -3%;
}
.imp-pro p{
	font-size: 12px;
	color: #000;
}
.product-accessories{
    margin: 10px;
}
.product-shadow{
    box-shadow: 1px 1px 12px 0px #887f7f;
}
.product_name{
    font-weight: 600;
}
.product-accessories img{
	display: block;
    width: 100%;
    height: 100px;
}

.cart-quantity-control {
  background-color: #ccc;
    background: linear-gradient(to bottom ,#ccc,#cdcdcd, #ccc,#cdcdcd,#ccc);
    border: 1px solid #222;
    margin: 0 15px;
    flex-basis: 25%;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
}

.plus-quna, .minus-quan, .no-of-quan {
  float: left;
  background: #777;
  color: #fff;
  width: 33.33%;
  height: 25px;
  text-align: center;
}

.no-of-quan {
  background-color: #32cd32;
}

.calculate {
  width: 100%;
  background-color: #fff;
  padding: 5px;
  margin: 0px;
}
.quantity-actions i{
	margin-top: 2px;
}
.form-control{
    border: 0!important;
    color: #444;
    margin: 0;
}
.dropdown-content li>a, .dropdown-content li>span{
	font-size: 12px!important;
	color: black;
}
.products-content a{
	background: #e71c04;
    color: #fff;
    padding: 6px;
    border-radius: 5px;
	position: absolute;
    bottom: 8px;
}
.banner img{
	width: 100%;
}
.calling-section div>span{
	font-size: 10px;
    color: #807c7c;
}
.uplod-img{
	width: 20%;
	height: 110px;
}
.uplod-img img{
	width: 100px;
	display: block;
}
.prescription-form .input-field, .address-form .input-field{
	background: transparent;
}
.prescription-form .btn{
	background: transparent;
    border: 1px solid #000;
    border-radius: 18px;
	color: #000;
}
.prescription-items{
	border-bottom: 1px solid #b3adad;
	    padding: 10px!important;
}
.address-form {
    position: absolute;
    width: 100%;
    height: 100%;
}
.doctor-details-buttons a{
    margin: 10px;
    color: #fff;
    border-radius: 5px;
    width: 100%;
       padding: 10px;
  text-align: center;
}
.details-buttons a{
    margin-top: 10px;
    color: #fff;
    border-radius: 5px;
    width: 100%;
       padding: 10px;
  text-align: center;
}
.add-hospital-btn{
  padding: 10px;
  color: #fff;
  border-radius: 5px;
}
.image-view img{
    width: 100%;
    /*display: block;*/
  height: 70vh;
}
.footer-fix img{
    width: 100%;
    display: block;
}
.footer-fix img.active{
    border-bottom: 2px solid red;
}
.footer-fix .row .col{
    padding: 0 2px 0 0;
}
.footer-fix{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    display: block;
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
    box-shadow: 0px 2px 10px #333;
}
.topbanner img{
  width: 100%;
  height: 100%;
}
.ban1 img{
  width: 100%;
  height: 350px;
}
.ban .lightSlider{
  height: 350px!important;

}