
  

  
  .slides_container img {
    vertical-align: middle;
    font-family: Arial;
    cursor:pointer;
  }
  
  /* Position the image container (needed to position the left and right arrows) */
  .slides_container {
    position: relative;
    box-sizing: border-box;
    margin:45px 15px 40px 15px;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
    text-align: center;
  }
  .mySlides img{
    width:auto;
    height:550px;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: rgb(49, 48, 48);
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .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: black;
    color:white;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .row{
    
    width:fit-content;
    margin:0 auto;
    
  }
  /* Six columns side by side */
  .column {
    float: left;
    width: auto;
    margin-right:5px;
  }
  .column img{
    width:100px;
    height:80px;
  }
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }

  .subcategory_2{
    display: none;
  }
  .header_item{
 
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin:15px;
    border-radius: 10px;
    color:#28363e;
    font-size: 14px;
    background-color: white;
    padding:8px 12px;;
  }

  .shop_logo img{
    width: 50px;
    height: 50px;
    border-radius: 25px;
   
   border: 1px solid #ccc;

  }
  .shop_logo{
    position:relative
  }
  .shop_details_1{
    position:absolute;
    top:-5px;
    left:55px;
    width:200px;
    text-align: left;
   
  }

  .shop_details_2{
    top:15px;
    color:#888888;
    font-size: 12px;
  }
  .shop_details_3{
    top:30px;
  }
  .shop_details_1 a{
    text-decoration:none;
    color:black;
  }
  .shop_details_1 a:hover{
    text-decoration: underline;
  }
 .negotiable,.detail_lab_1{
  color:#888888;
  font-size: 12px;
 }
 .item_more_details{
  display:flex;
  justify-content: space-between;
  background-color: white;
  margin-top:20px;
  padding:15px 30px;
  align-items: center;
 }
 .share_social_media a{
  font-size: 20px;
 }
 .detail_more{
  display:flex;flex-direction:column;align-items:center;
 }

.foot_note{
  background-color: white;
  padding:15px;
}






@media screen and (max-width:500px){
  /* .mySlides{
    height:300px;
  } */
  .mySlides img{
    width:100%;
    height:auto;
  }

  .prev,
  .next {
    top:140px;
  
  }

  .column img{
    width:80px;
    height:60px;
  }

  #caption {

    margin:5px 0;
  }
  .caption-container{
    padding:0;
  }

  .header_item{
    display: block;
    position:relative;
    text-align: left;
  }
  .price_details{
    position:absolute;
    bottom:15px;
    right:10px;
  }
  .share_social_media{
   
    position:absolute;
    bottom:-35px;
    left:5px;
  }
  .row{
    display: flex;
    width:100%;
    height: 60px;
    
    overflow:auto;
  }
  .column{
    margin-right:0;
  }
  .twitter-x{
    font-size: 20px;;
  }
}