
  .vertical-menu a {
    background-color: white;
    color: black;
    display: block;
    padding: 12px;
    text-decoration: none;
  }
  
  .vertical-menu a:hover {
    background-color: #ccc;
  }
  
  .vertical-menu a.active {
    color: crimson;
  }
  
#product {
    padding: 15px;
    font: 2em sans-serif;
}

#bodycon {
    padding: 15px;
}

div.prophoto {
    text-align: center;
    padding: 30px;
}

.proimg:hover {
    opacity: 0.3;
}

.proimg {
    height: 200px;
    width: 200px;
    padding: 10px;
    border-radius: 20px;
}

.desc {
    padding: 5px;
}

.productphoto {
    text-align: center;
    padding: 40px;
}

.productname {
    font-size: 20px;
    font-weight: bold;
    color: black;
}

#productdesc {
    color: midnightblue;
    border-bottom: 1px solid #ccc;
    size: 15px;
    padding-top: 10px;
}

.productinfo {
    color:#5A5A5A;
}

.productdiv {
    padding: 30px;
}

.dropdown-btn1 {
    font-weight: unset;
    color: unset;
    background-color: unset;
    padding: 10px;
}

.dropdown-btn2 {
    font-weight: unset;
    color: unset;
    background-color: unset;
    padding: 10px;
}

.productdesc2 {
    font-size: 15px;
    line-height: 3;
}

.btn-group {
    display: block; 
    text-align: center;
}

.btn-group .btn { 
    float: none; 
}

.btn btn-secondary:hover {
    opacity: 0.8;
    background-color: aquamarine;
}

#productpro {
    color: crimson;
    font-size: 30px;
}

.banner {
    width: 50%;
    height: 300px;
    margin: 0px;
    padding: 0px;
    background-position: center;
}

.breadcrumb-list {
	text-align: center;
}

body {
    height: 100%;
    font-size: 15px;
    color: #808080;
    font-family: 'Poppins', sans-serif;
    vertical-align: baseline;
    line-height: 26px;
    }

::selection {
    background: #05c376;
    text-shadow: none;color:#fff
    }


