.catagory_bar{
    margin-top:60px;
    width: 100%;
    background-color:#efefef;
}
.category-main{
  width: 100%;
  margin: 0px;
  box-sizing: border-box;
}
.category-head h3{
  cursor: pointer;
}
.category-main:hover .categories-listbox{
    display: block;
}
.list-main{
  float: left;
  width: 25%;
  padding: 10px;
  background-color: #efefef;
  /*background-color: #6c4df8;*/
}
.list-secondary{
  float: left;
  width: 75%;
  padding: 10px;
  background-color: #efefef;
}
.cat-close{
  display: none;
  cursor: pointer;
}
.list-main ul, .list-secondary ul{
  list-style: none;
  display: block;
  padding: 3px 4px 2px;
  font-size: 1.01rem;
  font-family: sans-serif;
  font-weight: 0.8rem;
}
.list-main ul li, .list-secondary ul li{
  display: block;
  padding: 5px;
  cursor: pointer;
}
.list-main ul li:hover{
  background-color:#e5e5e5;
  width: 100%;
  padding: 4px -12px 2px 3px;
  border-radius: 20px;
}
.categories-listbox{
  display: none;
  width: 100%;
  top: 55px;
  padding-top: 16px;
  position: fixed;
  background-color: #efefef;
}
.categories-listbox::after{
  content: "";
  display: table;
  clear: both;
}
/* footer panel style */
.footer-page{
    width:95%;
    margin-left:2.5%;
    margin-right:2.5%;
}
.footer-container{
    width:100%;
    margin:none;
}
.footer-row:after{
    display:table;
    content:"";
    clear:both;
}
.footer-col{
    float:left;
    width:25%;
    margin-top:18px;
}
@media screen and (max-width: 609px){
  .categories-listbox{
    width: 100%;
    top:0px;
    bottom:3rem;
    position: fixed;
    overflow-y: scroll;
  }
  .cat-close{
    display: block;
  }
  .list-main{
    width: 100%;
    float: none;
  }
  .list-secondary{
    width: 100%;
    float: none;
  }
}
/**/
.gallery
{
	width:100%;
	margin:5px auto;
    background:transparent;
    border: none;
	/*border:1px solid rgb(156, 13, 13);*/
}
.gallery div{
  display: none;
  width:100%;
}
.gallery div img{
  width:100%;
  height:100%;
  border: none;
}
.gallery div.show{
  display: block;
}
.category-header{
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #efefef;
}
/* group list stylesheet*/
.group-parent{
    width: 100%;
    margin-top:10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 205px;
}
.group-child{
   width: 20%;
   margin-right: 10px;
   margin-left: 10px;
   border: 1px solid #ddd;
   border-radius: 4px;
   box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
   display: none;
}
.group-child img{
   height: 200px;
   width: 100%;
}
#group-leftarrow, #group-rightarrow{
    margin-left: 4px;
    width: 2%;
    display: inline-block;
}
#group-leftarrow button, #group-rightarrow button{
    font-weight: bold;
    cursor: pointer;
    font-size: 25px;
    outline:none;
    border:none;
}
/* products list styles */
.sell-Mansitems-list{
    width: 100%;
    margin-top:20px;
    
    /*
    display: table;
    justify-content: center;
    align-items: center;*/
   /* height: 215px;*/
}
.sell-Mansitems-list:after{
    margin-top:10px;
    display:table;
    content:"";
    clear:both;
}
a.items-list, .items-list{
  float:left;
   width: 17%;
   margin-right: 1.5%;
   margin-left: 1.5%;
   margin-bottom:10px;
   max-height:270px;
   border: 1px solid #ddd;
   border-radius: 4px;
   box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
   cursor:pointer;
   text-decoration:none;
   color:black;
}
a.items-list img{
    max-height:200px;
}
a.items-list h6{
    text-align:center;
    font-size:0.9rem;
    line-height:1rem;
    margin-bottom:0;
    margin-top:3px;
}
 a.items-list p{
    text-align:center;
    font-size:0.75rem;
    line-height:0.8rem;
    margin-top:0;
}
@media screen and (max-width:600px){
  .sliders img{
    width:100%;
    height:100%;
  }
  .group-parent{
     height:120px;
  }
  .group-child{
   width: 29%;
   margin-right: 6px;
   margin-left: 5px;
   display: none;
}
.group-child img{
   height: 120px;
   width: 100%;
}
#group-leftarrow, #group-rightarrow{
    margin-left: 1px;
    margin-right:4px;
    width: 1.5%;
    display: inline-block;
}
a.items-list{
  float:left;
   width: 45%;
   margin-right:1.25%;
   margin-left: 1.25%;
   margin-bottom:10px;
   max-height:253px;
   border: 0.75px solid #ddd;
   border-radius: 4px;
   box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
   cursor:pointer;
   text-decoration:none;
   color:black;
}
a.items-list h6, a.items-list p{
    text-align:center;
    font-size:0.8rem;
    line-height:0.8rem;
}
.sell-Mansitems-list{
   display:grid;
   grid-column-gap:5px;
   grid-row-gap:20px;
   grid-template-columns:auto auto;
   padding:10px;
}
a.items-list, .items-list{
  background-color:rgba(255, 255, 255, 0.8);
   border: 1px solid rgba(0,0,0,0.8);
   min-width:152px;
   text-align:center;
   cursor:pointer;
   text-decoration:none;
   color:black;
}
.footer-col{
    float:left;
    width:100%;
}
}
/**/

@media screen and (max-width:720px){
  .catagory_bar{
    margin-top:2.3rem;
    width: 100%;
    background-color:#efefef;
  }
  body{
    margin-bottom: 20px;
  }
}

/** css for productdetails pages*/
.products-detail_div{
  width: 100%;
  padding: 0%;
  margin: 0%;
}
.products-detail_div:after{
  display: table;
  content: '';
  clear: both;
}
.products-images, .products-details{
  width: 50%;
  float: left;
}
.image-container{
  width: 100%;
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}
.image-box{
  width: 100%;
}
.image-row{
  width: 100%;
  padding: 0%;
  margin: 0%;
}
.image-row:after{
  content: "";
  display: table;
  clear: both;
}
.image-column{
  width: 20%;
  float: left;
}
.image-column img {
 
  cursor: pointer;
}

.image-column img:hover {
  opacity: 1;
}
#expandedImg{
  width:100%; max-height:340px;
}
.like-icone{
  top: 8rem;
  left: 20px;
  font-size: 1rem;
  font-weight: 50;
  cursor: pointer;
}
span.friend{
  float: right;
  text-align: center;
  color: #e5e5e5;
  right: 10px;
  border-radius: 20px;
  background-color: rgb(56, 85, 248);
  width: 80px;
  height: 25px;
  position: initial;
}
span.addcart-btn{
  float: right;
  text-align: center;
  color: #e5e5e5;
  left: 10px;
  border-radius: 20px;
  margin-left: auto;
  cursor: pointer;
  background-color: rgb(214, 183, 7);
  width: 100px;
  height: 25px;
}
@media screen and (max-width:600px){
  .products-images, .products-details{
    width: 100%;
  }
  .image-row{
    width: 100%;
  }
  .image-column{
    width: 19.99%;
    float: left;
  }
  
  .image-container{
    width: 100%;
  }
  .image-container img{
    max-width:99.7%;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.break-box{
  width: 100%;
  background-color: black;
  
  margin-top: 20px;
}
.products-list .btn-cursel{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
}
.btn-cursel .child{
   width: 20%;
   margin-right: 10px;
   margin-left: 10px;
   display: none;

  }
  .child img{
    height: 200px;
    width: 100%;
  }
  #leftarrow, #rightarrow{
    margin-left: 4px;
    width: 2%;
    display: inline-block;
  }
  #leftarrow button, #rightarrow button{
    font-weight: bold;
    cursor: pointer;
    font-size: 15px;
  }
  @media screen and (max-width: 600px){
  .btn-cursel .child{
   width: 30%;
  }
  }


 