
#mylist11
{
    display: flex;
}
#mylist11 .btn-third{
     border-bottom: 0;
     outline: 1;
     outline-color: #b9b9b9;
     border-radius: 3px;
 }

 /* #mylist11 .btn, #mylist11 .btn:focus, #mylist11 .btn:active{
    border-bottom: 0;
    outline: 0;
} */
.btn-primary{
    border-radius:3px;
    border:none;
}

.active-third
{
    /*border: 1px solid #b9b9b9;*/
    /*border-bottom: none;*/
}

.procontent
{
    border: 2px solid #E7E7E7;
    padding: 15px 15px 15px 15px;
}
.proheading h3{
 
   font-weight: 400;
   padding: 15px 15px 15px 15px;
   /* background: #42ca7f; */
}

#rpro
{
    margin-left: 25px;
}

.cartInside
{
    padding-left: 32%;
}
.btn-third{
     width: 45%;
     height: 7vh;
     font-size: 20px;
} 

 
#imgBor
{
   margin: 2px 50px 30px 40px;
   /* border: 1px solid black; */
}

#imgBor img{
    width: 100%;
    height:100vh;
}
 
#imgHover
{
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  transition: box-shadow 0.3s ease-in-out;
}
#imgHover:hover
{
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Realted Product Content is Here */
.relatedProduct
{ 
    border-right: 4px solid black;
    border-left: 4px solid black; 
    padding: 15px;
    opacity: 70%; 
}
.relatedProduct h2
{
    color: black;
}

.well
{
    background: none;
    border: none;
}
#myCarousel .thumbnail {
	margin-bottom: 0;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control {
	color:#fff;
	top:40%;
	color:#428BCA;
	bottom:auto;
	padding-top:4px;
	width:30px;
	height:30px;
	text-shadow:none;
	opacity:1;
}
.carousel-control:hover {
	color: #d9534f;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control.right {
	left:auto;
	right:-90px;
}
.carousel-control.left {
	right:auto;
	left:-90px;
}
.carousel-indicators {
	 top: 105%;
}
.carousel-indicators li {
	border-radius:0;
	width:10px;
	height:10px;
	background:#ccc;
	border:1px solid #ccc;
}
.carousel-indicators .active {
	width:12px;
	height:12px;
	background:#3276b1;
	border-color:#3276b1;
}
/* Realted Product Content is End Here */

/* Media Quires are Start by Here */

@media screen and (max-width: 480px) 
{
    div.scroll { 
        margin:4px, 4px; 
        padding:5px;   
        width: 350px; 
        height: 310px; 
        background-color: gainsboro;
        overflow-x: hidden; 
        overflow-y: auto; 
        text-align:justify; 
    } 
    

}