﻿.myinner {
    display: table-cell;
    vertical-align: middle;
}
.myouter{
    display:table;
}
.topBackground {
    background-image: url('../images/Product/background.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.img-product {
    box-shadow: 0px 0px 15px #b1aeae;
    border-radius: 10px;
    width:100%
}

.left-caret {
    font-size: 30px !important;
}
.right-caret {
    font-size: 30px !important;
    padding-left: 7px;
}
.float-right {
    float: right !important;
}
.float-left {
    float: left !important;
}
.primary-color {
    color: #fd5631;
}
@media (max-width:768px) {
    .img-product-slider {
        box-shadow: 0px 0px 15px #b1aeae;
        border-radius: 10px;
        width:100%;
    }
}
.img-product-slider {
    box-shadow: 0px 0px 15px #b1aeae;
    border-radius: 10px;
    width: 100%;
}
 .right-60 {
    right: -60px !important;
}

.left-60 {
    left: -60px !important;
}

.carousel-indicators .active {
    background-color: #fd5631 !important;
}

.carousel-indicators li {
    border-radius: 50%;
    width: 20px !important;
    height: 20px !important;
    box-shadow: 0px 0px 7px #b1aeae;
    margin-left: 2px;
    margin-right: 2px;
}

.carousel-indicators {
    right: unset !important;
    left: unset !important;
    bottom: -61px;
    padding: 0px !important;
}
.Productborder {
    border-right: 3px #b3b3b3 solid;
}

.btn-info {
    color: #000;
    background-color: #efefef;
    border-color: #efefef;
    font-size: small;
    box-shadow: 0px 0px 5px #b1aeae
}

    .btn-info:hover {
        color: #fff;
        background-color: #827e7e;
        border-color: #827e7e;
    }

    .btn-info:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}