body {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
  }
  
 
  .breadcrumb {
      margin-top: 15px;
      width: auto;
      background-color: transparent !important;
  }
  .breadcrumb li {
      display: inline-block
  }
  .breadcrumb a {
      display: inline-block;
      margin-right: 5px;
      padding-right: 14px;
      position: relative;
      color:black;
  }
  .breadcrumb a:hover {
      color: teal;
  }
  .breadcrumb a:after {
      content: ">";
      position: absolute;
      right: 0
  }

  .product-img{
      width: 100%;
      height: 80%;
  }
 

    #demo img
    {
        margin-top:30px !important;
    }
    #demo img:hover
    {
        padding: 100px;
        transition:all 1s; /* Change Speed */
        transform: scale(2, 2); /* Change Size */
        overflow:visible;
        z-index:1 !important; /* you can change it, but better let this in default */
    }


    #demo .item-1:hover
    {
        transform: translate(10px); /* Change Offset */
        z-index:2; /* you can change it, but better let this in default */
    }

    .name{
        width:100%;
        font-size: 40px;
        letter-spacing: 2px;
        margin: 10px 0px;
        padding: 5px;
        text-transform: capitalize;
        color: #000;
    }


  .right-side{
      background-color: rgb(223, 223, 223);
      z-index: 1;
  }
  .monospaced {
    font-family: 'Ubuntu Mono', monospaced ;
    color: teal; 
    font-size: 16px;
    }

    .description{
        color: black;
        font-size: 16px;
        margin-top:20px; 
        font-weight:bold;
    }
    .size{
        color: black;
        font-size: 16px; 
        margin-top: -15px;
        font-weight:bold;
    }
    .ship{
        color: black;
        font-size: 16px;
        margin-top: -15px;
        font-weight:bold;
    }

    .ship a {
        text-decoration: none;
        color: black;
        font-size: 18px;
        font-weight:bold;
    }

    .ship a:hover{
        color: teal;
    }

    .price{
        background-color:rgba(0, 0, 0,0.8);
        width: 100%;
        height: 180px;
        margin: 0px;
    }

   
    
    .draw {
        width:80%;
        background: none !important;
        border-radius: 0px !important;
        margin-left: 30px;
        padding: 1em 2em;
        border: 2px solid white !important;
        
    }
    .btn a{
        text-decoration: none !important;
        color: white !important;
        font-size: 15px !important;
        font-weight: 700 !important; 
        letter-spacing: 2px;
    }

    .draw:hover{
        background-color: black !important;
    }

    .meet {
        width:80%;
        background: red !important;
        border-radius: 0px !important;
        margin-top: 10px;
        margin-left: 30px;
        padding: 1em 2em;
    }

   .more_details ul li{
     color:black; 
     font-weight:bold;
    }
    .more_details li a:hover{
        color: teal;
    }

    #marea{
        text-align: left;
    }
    #b{
        text-align: center;
    }

    .btn_click{
        font-size: 20px !important;
    }
    .btn:focus{
        outline: none !important;
    }
