﻿html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1 0 auto;
    margin: 0;
    padding: 0;
}

.footer {
    flex-shrink: 0;
    background-color: #1a1f33;
}

h1 {
    font-family: Roboto,'Trebuchet MS', Helvetica, sans-serif;
    line-height: 38px;
    letter-spacing: 1px;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 30px;
}

.padding1 {
    padding-right: 25px;
    padding-left: 25px;
}

h3 {
    font-family: "Advent Pro",'Trebuchet MS', Helvetica, sans-serif;
    line-height: 27px;
    font-style: normal;
    color: #FF5100;
    font-size: 20px;
}

a {
    color: #202945;
}

    a:hover,
    a:active,
    a:focus {
        outline: none;
        text-decoration: none;
        color: #FF5100;
    }

.product-list-in-box > .item {
    border-bottom: 0;
    background-color: transparent;
}

    .product-list-in-box > .item:after {
        border-bottom: 1px solid rgb(128, 128, 128);
        width: 30px;
        margin-left: 60px;
    }
.carousel-control.left{
    padding-right: 32px;
}

.products-list .product-info {
    margin-left: 50px;
}
.products-list .product-img img {
    width: 35px;
    height: 35px;
}