.main-header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.fixed-header .main-menu .navigation > li:hover > a:after, .fixed-header .main-menu .navigation > li > a:before {
    display: none
}

.main-header .header-top {
    position: relative;
    padding: 8px 0;
    background-color: #333
}

.main-header .header-top .top-left ul li {
    color: #fff;
    font-size: 14px
}

.main-header .header-top .top-left, .main-header .header-top .top-right {
    position: relative
}

.main-header .header-top .top-right {
    position: relative;
    text-align: right
}

.main-header .header-top .top-right .english-nav {
    position: relative;
    display: inline-block
}

.main-header .header-top .top-right .english-nav li {
    position: relative;
    padding: 0 10px 0 15px;
    display: inline-block
}

.main-header .header-top .top-right .english-nav li:after {
    position: absolute;
    content: '/';
    color: #fff;
    font-size: 16px;
    right: -8px;
    top: 2px
}

.main-header .header-top .top-right .english-nav li:last-child::after {
    display: none
}

.main-header .header-top .top-right .english-nav li a:hover, .main-header .header-top .top-right .english-nav li.active a {
    background-color: #b6321d
}

.main-header .header-top .top-right .english-nav li a {
    position: relative;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-header .header-top .top-right .social-nav {
    position: relative;
    display: inline-block
}

.main-header .header-top .top-right .social-nav li {
    position: relative;
    padding: 0 15px;
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, .15)
}

.main-header .header-top .top-right .social-nav li a {
    position: relative;
    color: #fff;
    font-size: 14px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.main-header .header-top .top-right .social-nav li a:hover {
    color: #b6321d
}

.main-header .header-top .top-right .social-nav li:last-child {
    border-right: 1px solid rgba(255, 255, 255, .15)
}

.header-top-two {
    position: relative;
    background: #b6321d;
    color: #fff
}

.header-top-two .top-left {
    position: relative;
    float: left;
    padding: 7px 0
}

.header-top-two .social-icon {
    position: relative
}

.header-top-two .social-icon li {
    position: relative;
    margin-right: 15px;
    display: inline-block
}

.header-top-two .social-icon li:last-child {
    position: relative;
    margin-right: 0;
    display: inline-block
}

.header-top-two .social-icon li a {
    position: relative;
    display: block;
    line-height: 22px;
    font-size: 14px !important;
    color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.header-top-two .social-icon li a:hover {
    color: rgba(255, 255, 255, .5)
}

.header-top-two .top-right {
    position: relative;
    float: right;
    padding: 0
}

.main-header .info-box {
    position: relative;
    float: left;
    margin-left: 25px;
    font-size: 13px;
    color: #777;
    text-align: left;
    padding: 0 25px 0 48px
}

.main-header .info-box:after {
    position: absolute;
    content: '';
    right: 0;
    top: -2px;
    width: 1px;
    height: 50px;
    background-color: #ededed
}

.main-header .info-box:last-child {
    padding-right: 0
}

.main-header .info-box:last-child::after {
    display: none
}

.main-header .info-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    color: #b6321d;
    font-size: 30px;
    text-align: left;
    line-height: 1.2em;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .info-box li {
    position: relative;
    line-height: 20px;
    color: #848484;
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 300
}

.main-header .info-box strong {
    font-weight: 600;
    color: #1e260d;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    font-family: poppins, sans-serif
}

.header-top-two .top-right .search-box .form-group {
    position: relative;
    margin: 0
}

.header-top-two .top-right .search-box .form-group input[type=text], .header-top-two .top-right .search-box .form-group input[type=search] {
    position: relative;
    line-height: 25px;
    padding: 10px 50px 10px 20px;
    background: rgba(255, 255, 255, .2);
    display: block;
    font-size: 14px;
    height: 45px;
    width: 270px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.header-top-two .top-right .search-box .form-group input::-webkit-input-placeholder {
    color: #fff
}

.header-top-two .top-right .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 45px;
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 100%;
    font-weight: 400;
    background: 0 0
}

.header-top-three {
    position: relative;
    padding: 12px 0;
    background-color: #333
}

.header-top-three .top-left {
    position: relative;
    float: left
}

.header-top-three .top-left .text {
    position: relative;
    top: 0;
    color: #bbb;
    font-weight: 300;
    font-size: 14px;
    display: inline-block
}

.header-top-three .top-left .text span {
    color: #fff
}

.header-top-three .top-right {
    position: relative;
    float: right
}

.header-top-three .social-icon {
    position: relative
}

.header-top-three .social-icon li {
    position: relative;
    margin-left: 20px;
    display: inline-block
}

.header-top-three .social-icon li a {
    position: relative;
    display: block;
    line-height: 1em;
    font-size: 14px;
    color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.header-top-three .social-icon li a:hover {
    color: #b6321d
}

.main-header .language {
    position: relative;
    top: -2px;
    line-height: 1em;
    display: inline-block;
    margin-left: 22px
}

.main-header .language .dropdown-menu {
    top: 100%;
    width: 170px;
    border-radius: 0;
    padding: 0;
    margin-top: 16px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background-color: #222;
    border-top: 3px solid #b6321d
}

.main-header .language > a {
    color: #fff !important;
    padding: 0;
    background: 0 0 !important;
    text-transform: uppercase;
    display: inline-block;
    border: 0
}

.main-header language a:hover {
    background: 0 0
}

.main-header .language .dropdown-menu > li {
    padding-right: 0 !important;
    margin: 0 !important;
    float: none;
    display: block !important;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.main-header .language .dropdown-menu > li:last-child {
    border-bottom: none
}

.main-header .language .dropdown-menu > li > a {
    padding: 8px 20px !important;
    color: #fff;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-header .language .dropdown-menu > li > a:hover {
    color: #fff !important;
    background-color: #b6321d
}

.main-header .header-upper {
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 5
}

.main-header .logo-outer {
    position: relative;
    z-index: 25;
    text-align: center;
    padding: 10px 0
}

.main-header .logo-outer .logo {
    position: relative
}

.main-header .logo-outer .logo .letter {
    position: relative;
    top: 4px;
    color: #b6321d;
    font-weight: 700;
    font-size: 75px;
    line-height: 1em;
    float: left;
    text-transform: uppercase;
    font-family: roboto, sans-serif
}

.main-header .logo-outer .logo a {
    position: relative;
    display: inline-block
}

.main-header .logo-outer .logo img {
    position: relative;
    float: left
}

.main-header .header-upper .upper-right {
    position: relative;
    padding-top: 30px
}

.header-style-three .header-upper .upper-right {
    padding-top: 28px
}

.main-header .header-upper .nav-outer {
    position: relative;
    float: right
}

.main-header .nav-outer .more-options {
    position: relative;
    right: 0;
    top: 50%;
    width: 35px;
    float: right;
    margin: 54px 0;
    margin-left: 30px;
    border-left: 1px solid #d6d6d6
}

.main-header .header-lower .search-box-outer {
    position: relative;
    min-width: 70px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 21px;
    padding-bottom: 22px;
    display: inline-block;
    border-right: 1px solid #f5f4f4
}

.main-header .header-lower .search-box-btn {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    color: #999;
    line-height: 20px !important;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: 0 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-header .header-lower .search-box-btn:hover {
    color: #444
}

.main-header .header-lower .search-box-outer .dropdown-menu {
    top: 40px;
    right: 0;
    padding: 0;
    width: 280px;
    border-radius: 0;
    border-top: 3px solid #b6321d;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.main-header .header-lower .search-box-outer .dropdown-menu > li {
    padding: 0;
    border: none;
    background: 0 0
}

.main-header .header-lower .search-panel .form-container {
    padding: 25px 20px
}

.main-header .header-lower .search-panel .form-group {
    position: relative;
    margin: 0
}

.main-header .header-lower .search-panel input[type=text], .main-header .header-lower .search-panel input[type=search], .main-header .header-lower .search-panel input[type=password], .main-header .header-lower .search-panel select {
    display: block;
    width: 100%;
    height: 40px;
    color: #000;
    line-height: 24px;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 7px 40px 7px 15px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .header-lower .search-panel input:focus, .main-header .header-lower .search-panel select:focus {
    border-color: #b6321d
}

.main-header .header-lower .search-panel .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555;
    font-size: 12px;
    background: 0 0;
    cursor: pointer
}

.main-header .header-lower {
    position: relative;
    border-top: 1px solid #f5f4f4
}

.main-header .nav-outer {
    position: relative
}

.main-header .outer-box {
    position: absolute;
    right: 0;
    top: 0
}

.main-header .outer-box .cart-box {
    position: relative;
    float: left;
    color: #999;
    font-size: 20px;
    margin-top: 20px;
    background: 0 0;
    display: inline-block
}

.main-header .outer-box .cart-box .cart-box-btn {
    background: 0 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease
}

.main-header .outer-box .cart-box .cart-box-btn:hover {
    color: #444
}

.main-header .outer-box .cart-box .cart-panel {
    border-radius: 0;
    padding: 20px;
    min-width: 300px;
    margin-top: 18px;
    border-color: #e4e4e4;
    border-top: 3px solid #b6321d;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.main-header .outer-box .cart-box .cart-panel .cart-total {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase
}

.main-header .outer-box .cart-box .cart-panel .cart-total span {
    font-weight: 700
}

.main-header .outer-box .cart-box .cart-panel .btns-boxed {
    position: relative;
    text-align: center;
    margin-top: 20px
}

.main-header .outer-box .cart-box .cart-panel .btns-boxed li {
    position: relative;
    margin: 0 5px;
    display: inline-block
}

.main-header .outer-box .cart-box .cart-panel .btns-boxed li a {
    position: relative;
    color: #292929;
    font-weight: 600;
    font-size: 12px;
    padding: 4px 15px;
    display: inline-block;
    border: 1px solid #292929;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    font-family: montserrat, sans-serif
}

.main-header .outer-box .cart-box .cart-panel .btns-boxed li a:hover {
    color: #fff;
    border-color: #b6321d;
    background-color: #b6321d
}

.main-header .outer-box .cart-box .icon a {
    color: #999
}

p, span, .MsoNormal, ul, li {
    text-align: left !important;
    font-size: 14px !important;
    font-family: montserrat, sans-serif !important;
    line-height: 1.8em
}

.fbShare > span, .twitterShare > span, .gplusShare > span {
    font-size: inherit !important
}

.fa-clock-o {
    top: -5px !important
}

div.text > p, div.text > span {
    color: #111 !important
}
