* {
    margin: 0;
    padding: 0;
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: #e8e8e8;
}

    table td {
        border-color: #e8e8e8;
    }

caption, th, td {
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    /*word-wrap: break-word; /* Internet Explorer 5.5+ */
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
.nav > li > a:hover, .nav > li > a:focus{
    border-radius:30px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    border-radius:30px;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -75px !important;
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -75px !important;
    }
}
.smart {
    position: absolute;
    top: 0;
    left: 0;
    background: #f1883d;
    font-size: 13px;
    border-radius: 6px;
    color: #fff;
    height: 25px;
    width: 70px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.img-product-detail {
    overflow: hidden;
    position: relative;
    display: block;
}
.row-product {
    display: flex;
    flex-wrap: wrap;
}