/* being slider-banner style start*/
.slider-bar-background{
	width: 100%;
	background-color: #4285f4;
}
.slider-banner{
  background-color: #f9f9f9;
  width: 100%;
  /*position: absolute;*/
  height: 18rem;
  margin: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.prev, .next {
  cursor: pointer;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  position: absolute;
  display: none;
}
.prev{
	left: 0;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  width: 100%;
  text-align: center;
  display: none;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  display: none;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  transition: background-color 0.6s ease;
  /*display: inline-block;*/
  display: none;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.slider-banner-fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
  width: 100%;
  height: 18rem;
  /*position: all;*/
}
.slider-banner-fade img{
	width: 100%;
	height: 18rem;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
/*  slider-banner style end */


/* being products card start */
.products-card{
	width: 100%;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.product-column {
  float: left;
  width: 25%;
}

.products-row {
width: 100%;}
.products-row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .product-column {
    width: 50%;
    display: block;
    margin-bottom: 20px;
  }
  .footer-page{
      display:none;
  }
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-family: arial;
}
.product-header{
	width: 100%;
	margin-bottom: 10px;
	/*position: absolute;*/
	display: inline-flex;
}
.products-cate-title{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	float: left;
    background-color: #f1f1f1;
    padding-left: 30px;
    width: 70%;
}
.viewmore-icon{
	float: right;right: 0;
	margin-bottom: 5px;
	display: flex;
	flex-direction: row;
	width: 30%;
	justify-content: flex-end;
}

.price {
  color: grey;
  font-size: 22px;
}
.card img{
	width: 100%;
	height: 300px;
}
.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #5050DE;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card button:hover {
  opacity: 0.7;
}
/* proucts card end*/

/* being products-details start */
.products-details{
	width: 100%;
	margin-bottom: 8px;
}
.product-img{
	width: 100%;
}
.product-img:after{
	display: table;
	clear: both;
	content: '';
}
.items-pic{
	width:50%;
	float: left;
}
.items-pic:after{
	display: table;
	content: '';
	clear: both;
}
.big-img{
	width: 80%;
	float: left;
	height: 400px;
}
.mySlides{
  width:100%;	
}
.mySlides img{
	border:solid 1px rgba(100, 100, 100, .20);
	width:340px;
	height: 370px;
}
.small-img{
	width: 20%;
	float: left;
	height: 400px;
	display: flex;
	flex-direction: column;
	margin: auto;
}
.img-row {
	width: 100%;
	height: 76px;
	margin-left: 20px;
	margin-top: 1px;

}
.img-row img{
	height: 75px;
	width: 75px;
	border:solid 1px rgba(100, 100, 100, .20);
	cursor: pointer;
}
.products-discription{
	width: 50%;
	float: left;
	height: 200px;
}
/*  products-details end */


/* chat pannel*/
.userchat-list{
	overflow-y: scroll;
}
.friend{
height:70px;
border-bottom:1px solid #e7ebee;
position:relative;
}
.friend:hover{
background:#f1f4f6;
cursor:pointer;
}
.friend img{
width:40px;
border-radius:50%;
margin:15px;
float:left;
}
.floatingImg{
width:40px;
border-radius:50%;
position:absolute;
top:0;
left:12px;
border:3px solid #fff;
}
.friend p{
padding:15px 0 0 0;
float:left;
width:220px;
}
.friend p strong{
  font-weight:600;
  font-size:15px;
color:#597a96;  

}
.friend p span{
font-size:13px;
font-weight:400;
color:#aab8c2;
}
.friend .status{
background:#26c281;
border-radius:50%;
width:9px;
height:9px;
position:absolute;
top:31px;
right:17px;
}
.friend .status.away{background:#ffce54;}
.friend .status.inactive{background:#eaeef0;}
#chatview{
width:320px;
height:484px;
position:absolute;
top:0;
bottom: 0;
left:0;
display:none;
background:#fff;
}
.user_dialog{
    right: 20px;
    bottom: 20px;
    width: 320px;
    position: fixed;
    border:1px solid #ccc;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background:#fff;
    background-color: #717171;
}
.chat_history{
  width: 100%;
  padding: 0%;
  min-height: 6rem;
  margin: 0%;
  overflow-y: visible;
}
@media screen and (max-width:600px){
    .user_dialog{
        /*width: 100%;*/
        width: 100%;
        top:0px;
        margin: 0;
        bottom: 43px;
        right: 0px;
        position: fixed;
        text-align: center;
        overflow-y: hidden;
    }
    .chat_history{
      min-height: 460px;
      overflow-y: scroll;
    }
}
.close_header{
    width: 100%;
    height: 2rem;
    background-color: #bbb;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.close_header h4{
    font-size: 1rem;
    float: left;
    width: 50%;
    padding-top: 8px;
}
.box_closebtn{
    float: right;
    padding: 8px 12px 3px;
    cursor: pointer;
}
.container {
    border: 2px solid #dedede;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
  }
  .form-group textarea{
    width: 100%;
    margin-top: 0px;
    padding-top: 70px;
  }
  
  .darker {
    border-color: #ccc;
    background-color: #ddd;
  }
  
  .container::after {
    content: "";
    clear: both;
    display: table;
  }
  
  .container img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
  }
  
  .container img.right {
    float: right;
    margin-left: 20px;
    margin-right:0;
  }
  
  .time-right {
    float: right;
    color: #aaa;
  }
  
  .time-left {
    float: left;
    color: #999;
  }

