blockquote {
    border-left: 0;
}

blockquote em {
    color: #ffffff;
    padding-left: 40px;
}

blockquote p {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px 25px;
}

body {
    font-family: "Roboto", sans-serif;
}

.bxslider blockquote {
    min-height: 75px;
}

.bxslider-container {
    margin-bottom: -10px;
    margin-top: 15px;
}

.bx-wrapper .bx-viewport {
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

#content {
    margin-bottom: 20px;
    margin-top: 30px;
    min-height: 300px;
}

.darkrow, .darkrow a, .footer-copyright, .footer-copyright a, .footer-info {
    background-color: #272b3d;
    color: #ffffff;
    padding: 12px;
}

.darkrow img {
    height: 14px;
}

.darkrow li {
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
}

.darkrow svg {
    color: #ED1D36;
}

.darkrow ul {
    margin-bottom: 0;
}

.footer-copyright {
    border-top: 1px solid #555555;
}

.footer-copyright, .footer-copyright a, .footer-info, .footer-info a {
    color: #cccccc;
}

.footer-info h3 {
    color: #ffffff;
    padding-bottom: 15px;
}

.footer-info h3:before {
    background-color: #ED1D36;
    content: '';
    position: absolute;
    left: 13px;
    top: 52px;
    width: 30px;
    height: 1px;
}

.footer-info h3:after {
    background-color: #ED1D36;
    content: '';
    position: absolute;
    left: 13px;
    top: 50px;
    width: 20px;
    height: 1px;
}

.footer-reviews {
    background: #f57b23;
    background: -moz-linear-gradient(left, #f57b23 0%, #ed1d36 100%);
    background: -webkit-linear-gradient(left, #f57b23 0%,#ed1d36 100%);
    background: linear-gradient(to right, #f57b23 0%,#ed1d36 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57b23', endColorstr='#ed1d36',GradientType=1 );
    font-size: 18px;
    min-height: 80px;
    padding-bottom: 50px;
    padding-top: 15px;
}

.form-group {
    margin-bottom: 4px;
}

.gradientrow {
    background: #f57b23;
    background: -moz-linear-gradient(left, #f57b23 0%, #ed1d36 100%);
    background: -webkit-linear-gradient(left, #f57b23 0%,#ed1d36 100%);
    background: linear-gradient(to right, #f57b23 0%,#ed1d36 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57b23', endColorstr='#ed1d36',GradientType=1 );
    height: 5px;
}

#wrapper>.container-fluid {
    background-image: url(/ltdirect/img/header-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #e0e0e0;
}

.header-photo {
    background: linear-gradient(90deg, rgba(39,43,61,0.9) 50%, rgba(255,255,255,0) 50%);
    color: #ffffff;
    margin-bottom: -20px;
    margin-top: -30px;
}

.header-photo h1 {
    /* color: #ED1D36; */
    text-transform: uppercase;
}

.header-photo .row {
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 100% 50%;
}



.logo img {
    margin-bottom: 15px;
    margin-top: 15px;
    max-height: 50px;
    max-width: 100%;
}

.menurow {
    border-bottom: 0px solid #ED1D36;
}

.nav>li {
    padding: 0px 28px 0px 28px;
}

.nav>li>a {
    font-weight: 600;
    text-transform: uppercase;
    padding: 30px 0px;
    position: relative;
    color: #222222;
    font-family: 'Roboto', sans-serif;
}

.nav>li>a:after {
    background-color: #ED1D36;
    content: '';
    position: absolute;
    right: 0px;
    bottom: 26px;
    width: 0px;
    opacity: 0;
    height: 1px;
    transition: all 0.4s ease-in-out;
}

.nav>li>a:before {
    background-color: #ED1D36;
    content: '';
    position: absolute;
    left: 0px;
    top: 26px;
    width: 0px;
    opacity: 0;
    height: 1px;
    transition: all 0.4s ease-in-out;
}

.nav>li>a:hover:after, .nav>li>a:hover:before {
    height: 1px;
    opacity: 1;
    width: 25px;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
    text-decoration: none;
}

.order-form {
    margin-bottom: 40px;
}

.order-form label {
    font-size: 15px;
    font-weight: 400;
    width: 100%;
}

.partner-trafic {
    max-height: 109px;
    max-width: 310px;
}

#product-link-wrapper input {
    margin-bottom: 4px;
    padding-left: 27px;
}

#product-link-wrapper .fa-times {
    color: #ff8181;
    cursor: pointer;
    margin-left: 8px;
    margin-top: 9px;
    position: absolute;
}

.secure-payment img {
    margin-top: 8px;
    max-height: 60px;
}

.shops-table img {
    margin-bottom: 10px;
}

.shops-table td {
    border-bottom: 1px dotted #ccc;
    padding-top: 10px;
    vertical-align: top;
}

@media (max-width: 767px) {
    #content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-photo {
        margin-left: -10px;
        margin-right: -10px;
    }

    .nav {
        padding-bottom: 8px;
    }

    .nav>li>a {
        padding: 8px 0;
    }

    .partner-trafic {
        max-width: inherit;
    }
}
