﻿div.nav {
    border-bottom: 3px solid #f07e02;
}
footer {
    border-top: 3px solid #f07e02;
}

#contTitle h1 {
    color: #F58522;
}

.subtitle-text {
    color: #F58522;
}

.btn {
    background-color: #F58522;
}

.form-content .form-title {
    color: #F58522;
}

.product-item-title-name {
    color: #F58522;
}

.sub-brand-header {
    background: #FFFAF3;
}

.left-line-bg {
    background: url('/ii/kcz-line-bg2_new.jpg') left top no-repeat;
    background-size: contain;
}

.nav {
    background: #f07e02 !important;
}

@media only screen and (max-width : 768px) {
    .left-line-bg {
        width: 14px !important;
    }

    .left-line-bg {
        background: url('/ii/kcz-line-bg2_new_mob.jpg') left top no-repeat !important;
        background-size: contain !important;
    }
}