body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6,
#mainMenu nav > ul > li > a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

a:hover, a:focus, a:active {
    color: #e36307;
}

#page-title .page-title > h1 {
    font-family: 'Open Sans', sans-serif;
}

.list-icon li:before {
    font-family: 'Font Awesome 5 Pro';
}

.userPanel {
    text-align: right;
}

    .userPanel .top-menu  {
        float: none!important;
    }

        .userPanel .top-menu li a {
            margin-left: 16px;
            margin-right: 0px!important;
            opacity: .8;
        }

        .userPanel .top-menu li a:hover {
            opacity: 1;
        }

        .userPanel .top-menu li.account img {
            border-radius: 50%;
            margin-top: -2px;
            margin-right: 5px;
            border: solid 2px #fff;
        }

.list-icon i {
    margin-right: 5px;
}

.list-icon p {
    margin: 0 !important;
    padding: 0 !important;
    display: inline;
}

#page-title {
    top: 0!important;
    margin-bottom: 0!important;
}

#bannerSection {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

#featuresSection {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
}

.footnote-text p {
    font-size: 11px;
}

.parallax-container {
    height: 300px;
}

#page-title {
    padding-top: 70px!important;
}

#topbar ~ #header.header-transparent + #page-title:not(.page-title-classic), #topbar ~ #header.header-light-transparent + #page-title:not(.page-title-classic), #topbar ~ #header.header-dark-transparent + #page-title:not(.page-title-classic), #topbar ~ #header.header-colored-transparent + #page-title:not(.page-title-classic) {
    padding-top: 160px;
}

ul.category {
    text-transform: uppercase;
    font-weight: bold;
}

    ul.category li.active a {
        color: #e36307;
    }

ul.sub-category {
    font-weight: normal;
    list-style: none !important;
    text-transform: none;
    color: #565656;
}

    ul.sub-category li {
        border-bottom: none;
        padding: 0 5px!important;
    }

        ul.sub-category li a {
            color: #565656!important;
        }

        ul.sub-category li.active a {
            color: #e36307 !important;
        }

.product .product-price {
    float: none;
    width: auto;
    text-align: left;
    margin-top: 10px;
}

.product .product-price del {
    margin: 0;
}

.products.product .product-description {
    width: 95%;
    height: 150px;
}

    .products.product .product-description .product-title h3 {
        text-transform: capitalize;
        text-align: center;
    }

    .products.product .product-description .product-price {
        margin-top: 10px;
        width: 100%;
        float: none;
        text-align: center;
    }

        .products.product .product-description .product-price del {
            display: inline-block;
            margin: 0 10px 0 0;
        }

        .products.product .product-description .product-price ins {
            display: inline-block;
        }

.catalog {
    background-color: #f0f0f0;
    padding: 2px;
}

.catalog .catalog-image img {
    width: 206px;
}

.catalog .catalog-title {
    height: 40px;
}

.catalog .catalog-meta {
    font-size: 14px;
}

.product-title h2 {
    margin-bottom: 0px;
}

.product-title span {
    font-size: 12px;
    color: #909090;
}

#header .header-extras #shopping-cart > a .shopping-cart-items {
    background: #e36307;
}

label a {
    text-decoration: underline;
    color: #e36307;
}

.alert a {
    text-decoration: underline;
    color: #fff;
}

.btn-default {
    background-color: #e36307;
}

#registration .form {
    display: none;
}

.btn:hover, .btn:focus, .btn:active, .btn.active,
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active,
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active, .btn.btn-dark.active {
    background-color: #d25b05;
    border-color: #d25b05;
}

#account .page-title img {
    border-radius: 50%;
    margin-top: -12px;
}

#account .page-title h2 {
    display: inline-block;
    margin-left: 20px;
    font-size: 32px;
    text-transform: none;
}

.btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline:active, .btn.btn-outline.active {
    background-color: #9d9d9c;
    border-color: #9d9d9c;
}

#mainMenu nav > ul > li.hover-active > a, #mainMenu nav > ul > li.hover-active > span, #mainMenu nav > ul > li.current > a, #mainMenu nav > ul > li.current > span, #mainMenu nav > ul > li:hover > a, #mainMenu nav > ul > li:hover > span, #mainMenu nav > ul > li:focus > a, #mainMenu nav > ul > li:focus > span {
    color: #d25b05;
}

#orders-table tr:hover {
    background-color: #fafafa;
}

.footer-glued {
    margin-bottom: -50px;
}

#home-news .post-item .post-item-teaser {
    height: 105px;
    margin-bottom: 20px;
}

#news-list {
    margin-left: -15px!important;
}

#news-list .post-item {
    width: 31%!important;
    margin-left: 15px;
}

    #news-list .post-item h2 {
        height: 70px;
    }

#news-list .post-item .post-item-teaser {
    height: 140px;
    margin-bottom: 20px;
}

.lead p {
    font-size: 1.35714286em!important;
    line-height: 1.68421053em!important;
}

.post-navigation .post-prev:before, .post-navigation .post-next:before {
    font-family: Font Awesome\ 5 Pro;
}

.post-navigation .post-prev:before {
    content: "\f053";
}

.post-navigation .post-next:before {
    content: "\f054";
}

form#paypal-form {
    display: inline-block;
}

label.checkbox {
    font-weight: normal!important;
    text-transform: none!important;
    display: inline!important;
    margin-left: 10px;
}

.general-content table {
    border-collapse: collapse;
    width: 100%;
}

    .general-content table td {
        padding: 3px;
        font-weight: normal !important;
        font-size: 14px !important;
        border: solid 1px #909090;
    }

.general-content table thead td {
    color: #fff;
    background-color: #909090;
    text-align: center;
}

    .general-content table tbody tr:nth-child(even) {
        background: #fafafa;
    }

img.responsive {
    max-width: 100%;
}

#mainMenu-trigger, #shopping-cart-trigger {
    display: inline-block!important;
}

#shopping-cart-trigger {
    position: relative;
    z-index: 1;
    margin-left: 10px;
}

/* MEDIAMINDS */

* {
    font-family: 'Montserrat', sans-serif !important;
}

.fa, .fas, .fal, .far, .fab
{
    font-family: 'Font Awesome 5 Pro' !important;
}

.container { /*padding: 15px;*/
}

#mainMenu nav > ul > li > a {
    font-size: 12px;
}

#header {
    line-height: 75px;
}

    #header #header-wrap #logo a > img {
        height: 70px !important;
        padding-top: 10px;
    }

#mainMenu nav > ul > li {
    border-bottom: 5px solid white;
}

    #mainMenu nav > ul > li.on,
    #mainMenu nav > ul > li:hover {
        border-bottom: 5px solid #e36307;
    }

#featuresSection {
    display: none
}

.seperator {
    display: none
}

.container .row > div > h2,
.content > div > h2 {
    font-size: 26px;
    border-bottom: 2px dotted #f7d0b4;
    color: #e36307;
    font-weight: 300;
    letter-spacing: 10px;
    padding-top: 50px;
    padding-bottom: 10px;
}

.content > div > h2 {
    font-size: 20px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.grid-item {
    padding: 20px !important;
    margin-bottom: 20px;
}

    .grid-item:hover {
        box-shadow: 0 1px 10px #dcdcdc !important;
    }

    .grid-item .product {
        margin-bottom: 0px;
    }

.products.product .product-description {
    height: auto;
    width: 100%;
}

.product .product-image img {
    padding: 10px;
}

.product .product-title h3,
.product .product-title h3 a {
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    min-height: 40px;
}

.product .product-price ins {
    color: #e36307;
    font-weight: 400;
}

.product-description .bt {
    padding: 4px;
    color: white;
    background-color: #e36307;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
}

.product .product-description {
    padding: 8px 0 0 0;
}

.call-to-action.call-to-action-dark {
    background-color: #e36307;
}

.footer-content {
    padding: 40px 0 0 0;
    background-color: #f6cdb0
}

.list-icon li {
    margin-bottom: 0px;
}

.list-icon p {
    line-height: 1 !important
}

.call-to-action.call-to-action-dark h3 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0;
}

.footnote-text p {
    line-height: 1.6;
    margin-bottom: 5px
}

.copyright-content {
    padding: 10px 0;
}

.call-to-action {
    padding: 16px 40px 4px;
    margin-bottom: 0px;
}

    .call-to-action .p-t-30 {
        padding-top: 20px !important;
    }

.button.color, .btn.btn-primary {
    background-color: lightgray;
    border-color: lightgray;
}

#topbar.topbar-dark, #topbar.dark {
    background-color: #efefef;
    border-bottom: 1px solid #e5e5e5;
}

    #topbar.topbar-dark .top-menu > li > a,
    #topbar.topbar-dark .social-icons li a,
    #topbar.dark .top-menu > li > a,
    #topbar.dark .social-icons li a {
        color: black !important;
        transition: all .3s ease;
    }

        #topbar.topbar-dark .top-menu > li > a:hover,
        #topbar.topbar-dark .social-icons li a:hover,
        #topbar.dark .top-menu > li > a:hover,
        #topbar.dark .social-icons li a:hover {
            color: #e36307 !important;
            transition: all .3s ease;
        }

#page-content {
    padding: 0px;
}

.breadcrumb {
    margin: 0 0 20px 0;
}

#page-title .container {
    width: 100% !important;
    position: absolute;
    bottom: 0;
    background-color: #e36307;
    text-align: center;
}

#page-title .page-title > h1 {
    font-size: 30px !important;
    font-weight: 300;
    letter-spacing: 10px;
    color: #ffffff;
}

    #page-title .page-title > h1.text-medium {
        margin-bottom: 0;
    }

#page-title .page-title {
    display: inline-block !important;
    float: none;
    text-align: left;
    width: 1170px;
    padding: 0 15px;
}

.widget .widget-title, .widget > h4 {
    color: #e36307;
    line-height: 1.2;
    margin-bottom: 15px;
}

.widget-newsletter small {
    line-height: 1.5;
    margin-bottom: 15px
}

#cookie-notify .vertical-align {
    transform: none !important;
}