*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.product_small_img {
    margin-bottom: 10px;
    padding: 0px;
}

    .product_small_img img {
        border: 2px solid white;
        width: 72px;
    }

.inimg:hover {
    border: 2px solid #0079C2;
    opacity: 1;
}

.slide_up, .slide_down {
    border: 1px solid black;
    cursor: pointer;
    width: 75px;
    display: block;
    position: absolute;
    width: 16%;
    height: 24px;
    text-align: center;
    box-shadow: 0 0 10px -1px rgba(0,0,0,.3);
    background-color: hsla(0,0%,100%,.98);
    cursor: pointer;
}

.img_container img {
    height: 300px;
    margin-bottom: 10px;
    border: none;
    margin-top: 20px;
    width:100%;
}

.img_container {
    border: none;
}

.col {
    float: left;
    width: 45%;
    padding: 10px;
    height: 300px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.product_detail h2 {
    margin-right: 40px;
    font-size: 15px;
    margin-top: 13px;
}

.product_detail h4 {
    font-size: 15px;
}

.product_detail h6 {
    font-size: 15px;
}

hr {
    width: 100%;
    height: 1px;
    color: lightgrey;
    border-top: dashed 1px;
}

.arrow {
    cursor: pointer;
    transition: .3s;
    color: black;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0 !important;
}

.arrow:hover {
        opacity: .5s;
    }

.inimg {
    width: inherit;
    cursor: pointer;
    height: 50px;
    opacity: 0.8;
}

    .inimg.active {
        border: 2px solid #333;
    }

.info {
    height: auto !important;
}

.product_detail {
    margin-top: 13px;
}

#map {
    height: 300px;
}
.card {
   
    height: 320px !important;
}
.btn {
    align-items: center;
    background-color:none!important;
    margin-left: 70px;
    margin-top: 11px;
    color:#337ab5;
    text-decoration:underline;
}
    .btn:hover {
        color: #337ab9;
    }


#slide_left:hover, #slide_right:hover {
    color: #0079c2 !important;
}