html {
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    font-family: Roboto,sans-serif!important;
    overflow-x: hidden;
    background: #f5f5f5
}

a,button,h1,h2,h3,h4,h5,h6,p,select,textarea {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: 0;
    transition: all .3s ease-in-out;
    font-family: Roboto,sans-serif!important
}

li,ol,ul {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: 0
}

a:active,a:focus,a:hover,button:active,button:focus,button:hover {
    text-decoration: none;
    outline: 0;
    box-shadow: initial;
    transition: all .3s ease-in-out
}

a {
    text-decoration: none
}

input:focus,select:focus {
    box-shadow: inherit!important
}

.top-shortBAR {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    background-color: #444;
    height: 60px;
    display: -webkit-flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    position: relative
}

img.requstbg {
    position: absolute;
    right: 0
}

.custom-container {
    max-width: 1500px;
    width: 94%;
    display: block;
    margin: 0 auto
}

.promotion-link {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 20
}

.promotion-link ul {
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex
}

.promotion-link ul hr {
    border-top: none;
    border-right: 1px solid #fff;
    height: 48px;
    border-right-color: rgba(255,255,255,.2);
    margin: 0 28px 0 38px;
    transform: skew(-20deg,0deg)
}

.promotion-link ul li {
    display: inline-block;
    text-align: center
}

.promotion-link ul li a {
    font-weight: 700;
    font-size: 13.26px;
    color: #fff;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .3px;
    text-transform: uppercase
}

.promotion-link ul li a img {
    display: block;
    margin: 2px auto 1px
}

.promotion-link ul.right hr {
    transform: skew(20deg,0deg);
    margin: 0 38px 0 28px
}

.promotion-link ul.right li:last-child a {
    color: #b23727
}

.snd-navbar {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 40px
}

.snd-navbar .header-logo {
    display: inline-block
}

.snd-navbar .snd-rightbar {
    max-width: 434px;
    width: 100%;
    display: inline-block;
    padding-right: 15px
}

.snd-navbar .snd-rightbar .form-group {
    max-width: 300px;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    position: relative
}

.custom-search {
    width: 100%;
    height: 50px;
    background-color: #ededed;
    border: 1px solid #000;
    border-color: rgba(0,0,0,.2);
    display: inline-block;
    border-radius: 0;
    font-weight: 700;
    font-size: 18px;
    color: rgba(68,68,68,.7);
    letter-spacing: 0;
    padding: 5px 55px 5px 20px
}

input.form-control::-webkit-input-placeholder {
    color: rgba(68,68,68,.7)
}

input.form-control::-moz-placeholder {
    color: rgba(68,68,68,.7)
}

input.form-control:-ms-input-placeholder {
    color: rgba(68,68,68,.7)
}

.snd-navbar .snd-rightbar .form-group button {
    position: absolute;
    color: rgba(68,68,68,.7);
    font-size: 20px;
    right: 20px;
    top: 10px
}

a.cart-property {
    display: inline-block;
    float: right;
    position: relative
}

a.cart-property .cart-number {
    width: 35px;
    height: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 15.06px;
    font-weight: 700;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -12px;
    right: -15px
}

.mobile_menu {
    display: block;
    margin: 0 auto;
    text-align: center
}

.sm_menu_outer.active .mobile_menu {
    display: block
}

.sm_menu_outer {
    height: auto;
    position: fixed;
    top: 106px;
    opacity: 1;
    z-index: 100;
    transition: opacity .2s;
    left: 410px;
    margin: 0 auto
}

.sm_menu_outer.active {
    opacity: 1;
    z-index: 999;
    height: 100%;
    padding-top: 100px;
    overflow: auto;
    left: 0;
    right: 0;
    background-color: #b23727
}

.sm_menu_outer .mobile_menu li.back a {
    padding: 20px 5px 20px 55px;
    background: url("/images/back.png") no-repeat scroll 15px center/5% auto
}

.sm_menu_outer .mobile_menu a {
    color: #444;
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .3px;
    padding: 0;
    text-transform: uppercase;
    text-decoration: none
}

.sm_menu_outer.slide .mobile_menu .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background-color: #f2f2f2;
    padding: 4px 0 6px
}

.sm_menu_outer.slide .mobile_menu li.active a::after,.sm_menu_outer.slide .mobile_menu li:focus a::after,.sm_menu_outer.slide .mobile_menu li:hover a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background-color: #fff
}

.sm_menu_outer.slide .mobile_menu li:hover>.submenu {
    display: block
}

.sm_menu_outer .mobile_menu li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    padding: 0 40px
}

.sm_menu_outer .mobile_menu li img {
    position: absolute;
    right: 0;
    top: 12px
}

.sm_menu_outer.slide .mobile_menu li.hasChild>a {
    background: url("/images/next.png") no-repeat scroll 95% center/5% auto
}

.sm_menu_outer .mobile_menu li:last-child ul.submenu {
    left: auto;
    right: 0
}

.sm_menu_outer .mobile_menu li a.active {
    color: #b23727
}

.sm_menu_outer .mobile_menu li a:hover {
    color: #b23727
}

.sm_menu_outer .mobile_menu ul.submenu li {
    display: block;
    text-align: left;
    padding: 0
}

.sm_menu_outer .mobile_menu ul.submenu li a {
    text-transform: capitalize;
    font-weight: 600;
    padding: 12px 20px 12px;
    font-size: 16px;
    line-height: 17px;
    color: #222
}

.sm_menu_outer .mobile_menu ul.submenu li a::after,.sm_menu_outer .mobile_menu ul.submenu li:hover a::after {
    position: static!important;
    content: none!important
}

.sm_menu_outer .mobile_menu ul.submenu li a:hover {
    color: #c62128
}

#sm_menu_ham {
    cursor: pointer;
    float: right;
    height: 25px;
    position: absolute;
    transform: rotate(0);
    transition: all .5s ease-in-out 0s;
    width: 30px;
    top: 92px;
    right: 20px;
    z-index: 9999
}

#sm_menu_ham span {
    background-color: #222;
    border-radius: 2px;
    display: block;
    height: 5px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0);
    transition: all .25s ease-in-out 0s;
    width: 34px
}

#sm_menu_ham span:first-child {
    top: 0
}

#sm_menu_ham span:nth-child(2),#sm_menu_ham span:nth-child(3) {
    top: 10px
}

#sm_menu_ham span:nth-child(4) {
    top: 20px
}

#sm_menu_ham.open span:first-child {
    left: 50%;
    top: 18px;
    width: 0
}

#sm_menu_ham.open span:nth-child(2) {
    transform: rotate(45deg);
    background-color: #fff
}

#sm_menu_ham.open span:nth-child(3) {
    transform: rotate(-45deg);
    background-color: #fff
}

#sm_menu_ham.open span:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0
}

@media (min-width: 1024px) {
    #sm_menu_ham {
        display:none
    }

    .sm_menu_outer {
        display: block
    }
}

.card-carousel {
    width: 100%;
    display: block;
    background-color: #f7f7f7;
    height: 90px;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.card-carousel .owl-carousel img {
    width: auto
}

.each-card {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.each-card img {
    display: inline-block;
    vertical-align: middle
}

.each-card span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 700;
    color: rgba(68,68,68,.8);
    text-transform: uppercase;
    padding-left: 10px
}

.main-banner {
    width: 100%;
    height: 585px;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    overflow: hidden
}

.requst-id-cardbg {
    width: 34%;
    height: 100%;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px 110px
}

.requst-id-cardbg h3 {
    font-size: 34px;
    line-height: 42px;
    font-weight: 700;
    display: block;
    color: #fff
}

.requst-id-cardbg p {
    font-size: 22px;
    color: rgba(255,255,255,.8);
    font-weight: 400;
    letter-spacing: .3px;
    text-decoration: underline;
    display: block;
    font-style: italic;
    margin: 14px 0 38px
}

.requst-id-cardbg .form-group {
    max-width: 350px;
    width: 100%;
    height: 60px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px
}

.requst-id-cardbg .form-group .form-control {
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: rgba(68,68,68,.8);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    border-radius: 0;
    border: none
}

.requst-id-cardbg .form-group a {
    width: 100%;
    height: 68px;
    background-color: #000;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 36px;
    font-weight: 700
}

.home-banner {
    width: 66%;
    height: 100%;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

.banner-content {
    width: 100%;
    padding: 0 0 0 65px;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.banner-content .content {
    max-width: 575px;
    width: 100%;
    display: inline-block;
    text-align: left
}

.banner-content .content h1 {
    font-size: 76px;
    font-weight: 700;
    color: #b23727;
    text-transform: uppercase;
    display: block
}

.banner-content .content p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    display: block;
    margin: 6px 0 43px
}

.banner-content .content a {
    font-size: 23.56px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    background-color: #b23727;
    padding: 12px 28px 11px;
    padding: 12px 42px 11px;
    letter-spacing: .5px
}

.homer-banner .owl-carousel img {
    width: auto
}

.home-banner .owl-carousel .owl-dots {
    margin-top: 0!important;
    position: absolute;
    right: 0;
    left: 58px;
    text-align: left;
    bottom: 50px
}

.home-banner .owl-carousel .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 0;
    position: relative
}

.home-banner .owl-carousel .owl-dots .owl-dot.active span {
    background-color: #b23727;
    height: 15px
}

.home-banner .owl-carousel .owl-dots .owl-dot.active span::before {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #b23727;
    position: absolute;
    left: 0;
    right: 188px;
    top: -10px
}

.blog {
    width: 100%;
    display: block;
    margin: 62px auto 82px
}

.each-post {
    width: 100%;
    height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    text-align: left;
    position: relative;
    padding: 32px 28px 0;
    border: 1px solid #ccc
}

.each-post h2 {
    font-size: 36px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    color: #000
}

.each-post h2 main {
    display: inline-block;
    color: #b23727
}

.each-post p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    display: block;
    color: #000;
    margin-top: 0
}

.each-post a {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
    font-weight: 700;
    display: block;
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
    background-color: #b23727;
    padding: 10px 29px;
    font-family: Montserrat!important
}

.about-section {
    width: 100%;
    display: block
}

.large-logo-bg {
    width: 100%;
    height: 498px;
    background-color: #f7f7f7;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.large-logo-bg img {
    display: block;
    margin: 0 auto
}

.about-contentbg {
    width: 100%;
    height: 600px;
    display: block;
    background-color: #353535;
    padding: 70px 60px 70px 82px;
    position: relative
}

.about-contentbg h1 {
    font-size: 52px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px
}

.about-contentbg p {
    font-size: 20px;
    line-height: 30px;
    color: rgba(255,255,255,.8);
    display: block;
    font-weight: 400;
    margin-bottom: 15px
}

.play-more {
    position: absolute;
    left: -190px;
    bottom: 50px;
    background-color: #fff;
    padding: 16px
}

.play-more a {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #b23727;
    color: #fff;
    padding: 9px 30px 7px
}

.play-more a i {
    padding-left: 8px;
    font-size: 26px
}

.play-more a:last-child {
    background-color: #444;
    margin-left: 10px
}

footer {
    margin-top: 150px
}

.footer {
    width: 100%;
    display: block;
    background-color: #000;
    margin: 0;
    padding: 90px 0 10px
}

.footer-content {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.top-contact {
    width: 100%;
    display: block;
    border-bottom: 1px solid #fff;
    border-bottom-color: rgba(255,255,255,.2);
    padding-bottom: 22px;
    margin-bottom: 40px
}

.top-contact span a {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400
}

.top-contact span a.inq {
    background: #b23727;
    padding: 5px 15px;
    font-family: Montserrat!important;
    font-weight: 700
}

.each-links h3 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 18px
}

.each-links ul {
    display: block
}

.each-links ul li {
    display: block;
    margin-bottom: 6px
}

.each-links ul li a {
    font-size: 17px;
    color: #c0bfbf;
    display: inline-block;
    font-weight: 400
}

.each-links {
    width: 100%
}

.each-links .form-group {
    width: 100%;
    margin-bottom: 20px;
    position: relative
}

.each-links .form-group .form-control {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    border-bottom-color: rgba(255,255,255,.5);
    font-size: 17px;
    font-weight: 400;
    color: #c0bfbf;
    border-radius: 0;
    background-color: transparent;
    padding: 5px 0
}

.each-links .form-group i {
    position: absolute;
    right: 0;
    color: #c0bfbf;
    font-size: 18px;
    top: 12px
}

ul.social {
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex
}

ul.social li {
    display: inline-block;
    margin-right: 10px
}

ul.social li a {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000
}

.each-links p {
    font-size: 13px;
    line-height: 20px;
    color: #c0bfbf;
    display: block;
    font-weight: 400;
    margin-top: 8px
}

@media (min-width: 1200px) and (max-width:1800px) {
    .snd-navbar .header-logo {
        width:14%
    }

    .sm_menu_outer {
        top: 94px;
        left: 220px
    }

    .sm_menu_outer .mobile_menu li {
        padding: 0 20px
    }

    .sm_menu_outer .mobile_menu a {
        font-size: 18px
    }

    .snd-navbar .snd-rightbar {
        max-width: 354px
    }

    .snd-navbar .snd-rightbar .form-group {
        width: 76%
    }

    .requst-id-cardbg {
        padding: 10px 20px
    }

    .banner .owl-carousel img {
        display: none
    }

    .banner-content {
        padding-bottom: 150px
    }

    .each-post {
        height: 200px
    }

    .each-post {
        padding: 22px 20px 0
    }

    .each-post a {
        padding: 4px 20px 2px
    }

    .large-logo-bg {
        padding: 0 35px
    }

    .about-contentbg {
        height: 700px
    }
}

@media (max-width: 1199px) {
    .row {
        margin:0
    }

    a.cart-property {
        margin-right: 10px
    }

    .container {
        padding: 0 15px
    }

    .snd-navbar .snd-rightbar .form-group {
        max-width: 500px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    #sm_menu_ham {
        display:block
    }

    .each-card span {
        font-size: 14px;
        padding-left: 4px
    }

    .snd-navbar {
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 0 0;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .snd-navbar .snd-rightbar {
        max-width: inherit;
        width: 100%;
        padding-top: 20px;
        border-top: 1px solid #000;
        border-top-color: rgba(0,0,0,.2);
        padding-bottom: 20px;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 22px
    }

    .sm_menu_outer {
        top: 0
    }

    .mobile_menu {
        display: none;
        text-align: left
    }

    .sm_menu_outer .mobile_menu li {
        display: block;
        padding: 10px 20px
    }

    .sm_menu_outer .mobile_menu li a,.sm_menu_outer .mobile_menu li a.active {
        color: #fff
    }

    .snd-navbar .snd-rightbar .form-group {
        width: 85%;
        max-width: 100%
    }

    a.cart-property span {
        right: 0
    }

    .sm_menu_outer.slide .mobile_menu .submenu {
        position: relative
    }

    .sm_menu_outer .mobile_menu li a {
        color: #fff
    }

    .sm_menu_outer .mobile_menu li a.active {
        color: #fff
    }

    .card-carousel {
        height: 70px
    }

    .main-banner {
        height: 552px
    }

    .requst-id-cardbg {
        width: 34%;
        padding: 30px 20px
    }

    .requst-id-cardbg h3 {
        font-size: 26px;
        line-height: 30px
    }

    .requst-id-cardbg p {
        font-size: 18px
    }

    .banner-content {
        width: 100%;
        padding: 40px 20px 50px
    }

    .banner-content img {
        display: none!important
    }

    .banner-content .content {
        max-width: 100%
    }

    .banner-content .content a {
        font-size: 20.56px;
        padding: 9px 32px 8px
    }

    .banner .owl-carousel .owl-dots {
        position: static;
        margin: 0 0 20px 20px
    }

    .each-post {
        height: 200px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top left;
        text-align: left;
        position: relative;
        padding: 20px 10px 0
    }

    .each-post h2 {
        font-size: 26px
    }

    .each-post p {
        font-size: 16px
    }

    .each-post a {
        font-size: 16px;
        padding: 6px 12px
    }

    .about-section .col-lg-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .large-logo-bg {
        height: auto;
        padding: 50px 20px
    }

    .about-contentbg {
        height: auto;
        padding: 30px 20px 70px 20px
    }

    .play-more {
        position: static;
        margin-bottom: -84px;
        text-align: center
    }

    .blog {
        padding: 62px auto 52px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .promotion-link ul li a {
        font-size:11.26px
    }

    .snd-navbar {
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 0 0;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .snd-navbar .snd-rightbar {
        max-width: inherit;
        width: 100%;
        padding-top: 20px;
        border-top: 1px solid #000;
        border-top-color: rgba(0,0,0,.2);
        padding-bottom: 20px;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 22px
    }

    .sm_menu_outer {
        top: 0
    }

    .mobile_menu {
        display: none;
        text-align: left
    }

    .sm_menu_outer .mobile_menu li {
        display: block;
        padding: 10px 20px
    }

    .sm_menu_outer .mobile_menu li a,.sm_menu_outer .mobile_menu li a.active {
        color: #fff
    }

    .snd-navbar .header-logo {
        width: 55%
    }

    .snd-navbar .snd-rightbar .form-group {
        width: 85%;
        max-width: 100%
    }

    a.cart-property span {
        right: 0
    }

    .sm_menu_outer.slide .mobile_menu .submenu {
        position: relative
    }

    .sm_menu_outer .mobile_menu li a {
        color: #fff
    }

    .sm_menu_outer .mobile_menu li a.active {
        color: #fff
    }

    .card-carousel {
        height: 70px
    }

    .main-banner {
        height: auto;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .requst-id-cardbg {
        width: 100%;
        padding: 30px 20px
    }

    .requst-id-cardbg h3 {
        font-size: 26px;
        line-height: 30px
    }

    .requst-id-cardbg p {
        font-size: 18px
    }

    .banner {
        width: 100%
    }

    .banner-content {
        width: 100%;
        padding: 40px 20px 50px
    }

    .banner-content img {
        display: none!important
    }

    .banner-content .content {
        max-width: 100%
    }

    .banner-content .content h1 {
        font-size: 36px
    }

    .banner-content .content p {
        font-size: 18px;
        line-height: 22px
    }

    .banner-content .content a {
        font-size: 20.56px;
        padding: 9px 32px 8px
    }

    .banner .owl-carousel .owl-dots {
        position: static;
        margin: 0 0 20px 20px
    }

    .each-post {
        margin-bottom: 30px
    }

    .blog {
        padding: 62px auto 52px
    }

    .large-logo-bg {
        height: auto;
        padding: 50px 20px
    }

    .about-contentbg {
        height: auto;
        padding: 30px 20px 70px 20px
    }

    .play-more {
        position: static;
        margin-bottom: -84px
    }

    .play-more a {
        width: 100%;
        margin: 0 0 16px!important;
        text-align: center
    }

    .footer {
        margin: 0;
        padding: 60px 20px 20px
    }

    .top-contact .col-lg-6 {
        width: 50%
    }

    .top-contact span a {
        font-size: 16px
    }

    .each-links {
        text-align: center;
        margin-bottom: 30px
    }

    ul.social {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    img.requstbg {
        display:none
    }

    .promotion-link ul.right li:last-child a {
        color: #fff
    }

    .promotion-link {
        -ms-flex-pack: justify;
        justify-content: center
    }

    .promotion-link ul:first-child {
        display: none
    }

    .promotion-link ul.right li:nth-of-type(2) {
        display: none
    }

    .promotion-link ul.right hr {
        margin: 0 0 0 28px;
        border: none
    }

    .snd-navbar {
        -ms-flex-pack: center;
        justify-content: center;
                padding: 10px 0px;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .snd-navbar .snd-rightbar {
        max-width: inherit;
        width: 100%;
        padding-top: 20px;
        border-top: 1px solid #000;
        border-top-color: rgba(0,0,0,.2);
        padding-bottom: 20px;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 22px;
        display: none;
    }

    .sm_menu_outer {
        top: 0
    }

    .mobile_menu {
        display: none;
        text-align: left
    }

    .sm_menu_outer .mobile_menu li {
        display: block;
        padding: 10px 20px
    }

    .sm_menu_outer .mobile_menu li a,.sm_menu_outer .mobile_menu li a.active {
        color: #fff
    }

    .snd-navbar .header-logo {
        width: 55%
    }

    .snd-navbar .snd-rightbar .form-group {
        width: 75%
    }

    a.cart-property span {
        right: 0
    }

    .sm_menu_outer.slide .mobile_menu .submenu {
        position: relative
    }

    .sm_menu_outer .mobile_menu li a {
        color: #fff
    }

    .sm_menu_outer .mobile_menu li a.active {
        color: #fff
    }

    .card-carousel {
        height: 70px
    }

    .main-banner {
        height: auto;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .requst-id-cardbg {
        width: 100%;
        padding: 30px 20px
    }

    .requst-id-cardbg h3 {
        font-size: 26px;
        line-height: 30px
    }

    .requst-id-cardbg p {
        font-size: 18px
    }

    .banner {
        width: 100%
    }

    .banner-content {
        width: 100%;
        padding: 40px 20px 50px
    }

    .banner-content img {
        display: none!important
    }

    .banner-content .content {
        max-width: 100%
    }

    .banner-content .content h1 {
        font-size: 36px
    }

    .banner-content .content p {
        font-size: 18px;
        line-height: 22px
    }

    .banner-content .content a {
        font-size: 20.56px;
        padding: 9px 32px 8px
    }

    .banner .owl-carousel .owl-dots {
        position: static;
        margin: 0 0 20px 20px
    }

    .each-post {
        margin-bottom: 30px
    }

    .blog {
        padding: 62px auto 52px
    }

    .large-logo-bg {
        height: auto;
        padding: 50px 20px
    }

    .about-contentbg {
        height: auto;
        padding: 30px 20px 70px 20px
    }

    .play-more {
        position: static;
        margin-bottom: -84px
    }

    .play-more a {
        width: 100%;
        margin: 0 0 16px!important;
        text-align: center
    }

    .footer {
        margin: 0;
        padding: 60px 20px 20px
    }

    .top-contact .col-lg-6 {
        width: 50%
    }

    .top-contact span a {
        font-size: 16px
    }

    .each-links {
        text-align: center;
        margin-bottom: 30px
    }

    ul.social {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px
    }
}

.snd-navbar .header-logo {
    margin: 0
}

.owl-carousel {
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    width: 16.667%
}

.owl-carousel .owl-item img {
    display: block
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.navPages-item {
    list-style-type: none;
    display: inline-block;
    position: relative;
    padding: 0 40px
}

.navPages-action {
    color: #444;
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
    text-decoration: none
}

.footer-info-col {
    width: 100%;
    padding: 0;
    margin-bottom: 0
}

.footer-info-col .form-prefixPostfix.wrap {
    position: relative;
    width: 100%
}

#nl_email {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    border-bottom-color: rgba(255,255,255,.5);
    font-size: 17px;
    font-weight: 400;
    color: #c0bfbf;
    border-radius: 0;
    background-color: transparent;
    padding: 5px 0
}

.footer-info-col .form-field i {
    color: #c0bfbf;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 12px
}

.home-content .container {
    max-width: 100%
}

.home-content .productCarousel .slick-list,.home-content .productGrid {
    max-width: 1400px;
    margin: 0 auto
}

.home-content {
    margin-top: 0
}

.home-content .heroCarousel .slick-arrow {
    display: none!important
}

.heroCarousel .slick-dots li {
    background-color: transparent
}

.heroCarousel .slick-dots li button {
    border: 0;
    display: block;
    margin: 5px 7px;
    background-color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 0;
    position: relative;
    transition: opacity .2s ease
}

.productCarousel .slick-dots li button,.productView-thumbnails .slick-dots li button {
    border: 0;
    display: block;
    margin: 5px 7px;
    background-color: #ccc;
    height: 20px;
    width: 20px;
    border-radius: 0;
    position: relative;
    transition: opacity .2s ease
}

.slick-dots li.slick-active button::before {
    background: 0 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #b23727;
    position: absolute;
    left: 0;
    top: -15px;
    border-radius: 0
}

.slick-dots li.slick-active button {
    background-color: #b23727
}

.slick-dots button:hover::before {
    background: 0 0!important
}

.navPages-item img {
    position: absolute;
    right: 0;
    top: 20px
}

.home-featured .page-heading {
    margin: 2em 0
}

.socialLinks--alt .icon {
    height: 30px;
    width: 30px;
    background: #fff
}

.socialLinks .icon svg {
    fill: #000;
    height: 1em;
    width: 1em
}

.navPages-action-moreIcon {
    display: none
}

.form-group .form,.form-group .form-field {
    margin: 0!important
}

.cart-number .cart-quantity {
    -ms-flex-pack: center;
    justify-content: center;
    background-repeat: no-repeat;
    font-size: 15.06px;
    font-weight: 700;
    color: #fff;
    margin-right: 2px;
    display: block;
    background: 0 0
}

.home-content .page-heading {
    font-size: 52px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 5px;
    text-align: center
}

.home-content .heroCarousel-slide .heroCarousel-image {
    max-height: 100%;
    height: 100%
}

.home-content .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 100%;
    height: 100%
}

.home-content .heroCarousel {
    margin: 0;
    max-height: 100%
}

.card .card-figure .card-img-container img {
    transition: all .5s ease
}

.card .card-figure:hover img {
    transform: scale(1.1)
}

.home-content .productCarousel .slick-slide img {
    height: 250px
}

.card-figcaption-button {
    background-color: #b23727;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 20px;
    border-radius: 0;
    font-family: Montserrat!important
}

.card-figcaption-button:hover {
    background-color: #952e20;
    color: #fff
}

.navPages ul li:last-child img {
    display: none
}

.cmd-wrapper {
    background: rgba(255,255,255,.8)
}

.home-featured {
    margin-top: 60px
}

.home-content .page-heading {
    color: #000
}

.copy a {
    color: #c0bfbf
}

.home-content .page-heading {
    color: #353535;
    margin-bottom: 40px
}

.carrot {
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-bottom: -2px
}

figure {
    background: #fff;
    margin-bottom: 20px!important;
    padding: 20px 0!important
}

.card-img-container {
    max-height: 280px
}

.card-img-container img {
    height: 200px;
    width: auto;
    margin: 0 auto
}

.card-title {
    font-size: 16px;
    text-align: center;
    font-weight: 700
}

.card .price-section {
    color: #b23727;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

.container {
    max-width: 1600px
}

.sidebarBlock-heading {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 4px solid #e5e5e5
}

.breadcrumbs,.page-heading {
    text-align: initial
}

.category-wrap {
    background: #f5f5f5
}

.main-container {
    background: #fff
}

.page-sidebar {
    margin-top: 20px
}

.home-content .main-container {
    background: #f5f5f5
}

.body {
    margin: 0
}

.category-head .page-heading {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 16px;
    display: inline-block;
    color: #142745;
    font-weight: 700
}

.breadcrumbs {
    font-size: 15px;
    padding-top: 15px;
    margin-bottom: 18px;
    line-height: 15px
}

.productView-title {
    color: #000;
    text-transform: uppercase;
    margin: 0 0 5px;
    font-weight: 800
}

#icon-star {
    fill: rgba(247,144,30,0.2)
}

.productView-rating {
    border-bottom: 4px solid #e5e5e5;
    padding-bottom: 5px
}

.price-section .price--withoutTax {
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 25px
}

.productView {
    background: #f5f5f5;
    margin-top: 60px
}

.related {
    background: #f5f5f5
}

.tabs-view {
    background: #f5f5f5;
    margin-top: 30px
}

.form-increment .button {
    padding: 11px
}

.form-input--incrementTotal {
    background-color: inherit;
    font-size: 24px
}

.productView-options .form-action .button {
    margin: 5px 0 0;
    height: 56px;
    width: 308px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    background-color: #b23727;
    border: 0;
    margin-left: 10px;
    font-size: 24px;
    font-weight: 700
}

.productView-options .form-field {
    display: inline-block
}

5 .productView .socialLinks {
    display: inline-block;
    margin-left: 30px
}

.socialLinks .icon svg {
    height: 1.42857rem;
    width: 1.42857rem
}

.button,button {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background-color: #b23727;
    border-color: #b23727;
    letter-spacing: .5px;
    border-radius: 0
}

.panel-body,.panel-header {
    background-color: transparent
}

.main-container {
    background: #f5f5f5
}

.breadcrumbs-wrapper {
    background: #fff
}

.breadcrumbs {
    padding-bottom: 10px;
    margin-bottom: 0
}

h1.page-heading {
    padding: 0 9.4rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    font-weight: 700;
    color: #000;
    background: #fff
}

.breadcrumb a,.breadcrumb.is-active>.breadcrumb-label,.breadcrumb:before {
    color: #000;
    font-weight: 700;
    font-size: 14px
}

.login {
    max-width: 1300px
}

h2 {
    color: #000;
    font-size: 18px;
    font-weight: 700
}

.new-customer-fact-list {
    margin-left: 0;
    font-size: 16px;
    margin-bottom: 20px
}

.snd-navbar .snd-rightbar .form-group button {
    background: 0 0
}

a,button,p,select,textarea {
    color: #000;
    font-size: 18px
}

p {
    margin-bottom: 15px
}

.form-label {
    color: #000
}

.slick-next,.slick-prev {
    background-color: transparent;
    border-color: transparent
}

figure {
    padding: 20px!important
}

.card-img-container {
    text-align: center
}

.category-seo {
    padding: 0 9.3rem;
    max-width: 1800px
}

.card-figure {
    border: 1px solid #ddd
}

.button:hover {
    background: #8b2b1f;
    color: #fff
}

.coupon-code-add,.coupon-code-cancel,.gift-certificate-add,.gift-certificate-cancel,.shipping-estimate-hide,.shipping-estimate-show {
    color: #fff;
    padding: 5px 10px;
    text-decoration: none
}

.coupon-code-add:hover,.coupon-code-cancel:hover,.gift-certificate-add:hover,.gift-certificate-cancel:hover,.shipping-estimate-hide:hover,.shipping-estimate-show:hover {
    color: #fff;
    background-color: #952e20
}

.cart-remove svg {
    fill: #000
}

.title-wrapper {
    background: #fff
}

h1.page-heading {
    padding: 0
}

.form-field--increments .form-label--alternate {
    display: none
}

.quantity-wrap {
    display: inline-block;
    border: 2px solid #b23727
}

.productView-options .form-field {
    margin: 0
}

#wishlist-dropdown.is-open .button {
    color: #000;
    text-align: left;
    padding: .85714rem 1.28571rem
}

.form-wishlist .dropdown-menu-button {
    text-align: left
}

#wishlist-dropdown.is-open {
    padding-right: 0
}

.button.button--icon:hover {
    border-color: #8b2b1f
}

.tab {
    margin-right: 20px
}

.previewCartAction .button {
    height: 60px
}

.form-wishlist {
    width: 30%
}

.category-seo {
    padding: 0
}

.productView-description .tabs .tab {
    border: none;
    margin-right: 10px
}

.productView-description .tabs .tab .tab-title {
    font: Bold 14px/24px Poppins;
    letter-spacing: .7px;
    color: #999;
    text-transform: uppercase;
    background: #ddd;
    padding: 9px 5px;
    width: 150px;
    text-align: center
}

.productView-description .tabs .tab.is-active .tab-title {
    color: #fff;
    background: #b23727
}

.previewCartItem-name,.previewCartItem-price {
    margin-left: 5px
}

#product-listing-container .actionBar {
    display: inline-block
}

.topcat-paginator {
    float: right;
    margin: 1.5rem 0;
    padding-right: 5px
}

.pagination-item.pagination-item--current {
    background: #e5e5e5
}

.pagination-list li a {
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    padding: 0 14px;
    color: #142745;
    font-size: 14px;
    width: auto;
    min-width: 5px;
    font-weight: 700
}

.pagination-link svg:hover {
    fill: #000
}

.pagination-item:hover {
    background: #e5e5e5
}

.pagination-item.pagination-item--next>a,.pagination-item.pagination-item--previous>a {
    color: #fff;
    background-color: #b23727
}

.pagination-item.pagination-item--next>a:hover,.pagination-item.pagination-item--previous>a:hover {
    color: #fff
}

.pagination-item svg {
    fill: #fff!important
}

h1.page-heading {
    padding-bottom: 20px
}

.sidebarBlock-heading {
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.pag-sort {
    text-align: right
}

.pag-sort .category-sort {
    float: left;
    font-size: 15px
}

.category-sort .styled-select {
    display: inline-block;
    margin-left: 5px
}

.category-sort .styled-select select {
    font-size: 14px;
    color: #142745;
    background-color: #e7e7e7;
    border: none;
    border-radius: 5px;
    height: 40px;
    line-height: 25px;
    margin-bottom: 10px
}

.actionBar {
    margin: 2.5rem 0
}

.s-select select,.styled-select select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 32px;
    outline: 0;
    border-radius: 2px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #fff;
    background-size: 12px;
    background-position: right 6px center;
    background-repeat: no-repeat;
    padding-left: 12px;
    font-size: 15px;
    color: #333;
    padding-right: 24px;
    vertical-align: middle;
    font-family: ttnorms,Helvetica,Arial,sans-serif
}

.productView-info-value[itemprop=sku],.sku-label {
    display: inline-block
}

.tabs li.is-active {
    border: 0;
    width: 100%
}

.tabs-view .tab-title {
    text-align: center;
    font-size: 30px
}

.tabs-view .slick-dots {
    display: none
}

.previewCartCheckout .paypal-smart-buttons {
    width: 100%!important
}

.suggestiveCart {
    margin-top: 30px
}

.suggestiveCart h4 {
    margin-bottom: 15px;
    font-size: 30px
}

.cart-header-item {
    font-size: 20px
}

.cart-item-value {
    font-size: 15px
}

.cart-item-quantity .form-increment {
    margin: 0
}

.icon svg {
    fill: #fff
}

.productView--quickView .form-wishlist {
    width: 40%
}

.button:active,.button:focus {
    background: #8b2b1f;
    border: 1px solid #8b2b1f
}

.productView-thumbnail-link {
    max-width: 150px
}

.productView-thumbnails img {
    width: 100px
}

.previewCart .productView {
    background: 0 0
}

@media (max-width: 980px) {
    .card-carousel {
        display:none
    }
}

.home-content .heroCarousel,.home-content .heroCarousel-slide,.home-content .slick-list.draggable,.home-content .slick-slide,.home-content .slick-track {
    height: 100%
}

.home-content .heroCarousel-image-wrapper {
    height: 100%!important
}

.heroCarousel-content {
    top: 55%
}

.order-progress {
    padding: 0;
    margin-bottom: 40px;
    margin-top: 20px
}

.progress-steps {
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    text-align: center;
    overflow: hidden
}

.progress-steps {
    box-shadow: none;
    margin: 0 auto;
    display: block;
    width: 100%;
    position: relative;
    padding: 10px 0
}

.progress-steps {
    text-align: center
}

.progress-steps:before {
    content: '';
    display: block;
    left: 14%;
    height: 14px;
    width: 72%;
    background: #e5e6e6;
    border-radius: 14px;
    z-index: 0;
    top: 37px;
    position: absolute
}

.progress-steps li {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 52px;
    font-weight: 700;
    position: relative;
    color: #868686
}

.progress-steps li {
    height: 120px;
    border-radius: 0;
    padding: 88px 0 0;
    width: 33.3%;
    border: 0;
    font-size: 20px;
    line-height: 34px
}

.progress-steps li.step-completed {
    border-color: #b23727;
    color: #b23727
}

.progress-steps li {
    font-weight: 700;
    color: #868686
}

.progress-steps li {
    font-size: 20px;
    line-height: 34px
}

.progress-steps li.step-completed {
    color: #b23727
}

.progress-steps li:before {
    content: '1';
    background: #868686;
    background-color: #868686;
    display: inline-block;
    margin-right: 5%
}

.progress-steps li:before {
    color: #b23727;
    line-height: 62px;
    height: 72px;
    width: 72px;
    border: 5px solid #898989;
    border-radius: 72px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 32px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -36px;
    background-color: #f4f5f6;
    z-index: 1
}

.progress-steps li:nth-child(2)::before {
    content: '2'
}

.progress-steps li i {
    display: none
}

.progress-steps li:nth-child(3):before {
    content: '3'
}

.progress-steps li.step-active:after {
    content: '';
    left: 50%;
    margin-left: -1.5px
}

.progress-steps li.step-completed {
    border-color: #b23727;
    color: #b23727
}

.progress-steps li.step-active::after,.progress-steps li.step-completed::after {
    content: '';
    display: block;
    right: 0;
    height: 14px;
    width: 50%;
    background: #b23727;
    border-radius: 14px;
    z-index: 0;
    border: 0;
    top: 27px;
    position: absolute
}

.productView-options .form-field {
    display: block
}

.progress-steps li.step-completed:after {
    width: 100%;
    right: -50%
}

#menu .navPages-item:hover>.navPage-subMenu {
    display: block
}

#menu .navPages-item .navPage-subMenu {
    top: 53px;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: left;
    padding: 30px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 2px 10px rgba(0,0,0,.4);
    z-index: 2;
    transition: 0s ease .1s;
    width: 500%;
    margin-left: -300px;
    max-width: 1200px
}

.navPage-subMenu-item>.navPage-subMenu-action {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 5px 0;
    font-size: 16px;
    color: #000
}

.navPage-subMenu-item .navPages-action {
    text-transform: none;
    width: 100%;
    padding: 2px 0;
    font-size: 14px
}

.sm_menu_outer {
    display: none
}

.sm_menu_outer.active {
    height: 100%;
    display: block;
    padding-top: 50px
}

.sm_menu_outer .navPages-list,.sm_menu_outer .navPages-list li {
    display: block
}

.sm_menu_outer .navPages-item {
    float: none;
    text-align: left
}

.sm_menu_outer .navPages-item a {
    color: #fff
}

.sm_menu_outer .navPages-list+.navPages-list {
    border-top: 1px solid #cb3a27
}

.sm_menu_outer .navPages-item:hover>.navPage-subMenu {
    display: block;
    position: static;
    background: 0 0;
    box-shadow: none;
    width: auto;
    margin-left: 0
}

.sm_menu_outer .navPages-item .navPage-subMenu li {
    display: block;
    width: 100%;
    float: none
}

.sm_menu_outer .navPage-subMenu-item>.navPage-subMenu-action {
    border-bottom: 0;
    font-size: 18px
}

#sm_menu_ham.open {
    top: 20px
}

.sm_menu_outer .navPages {
    background-color: transparent
}

.sm_menu_outer .fa-search {
    display: none
}

.productView-thumbnail-link {
    background: #fff
}

.productView-options {
    text-align: left
}

.custom-category .card-body .card-text,.custom-category .card-figcaption {
    display: none!important
}

.modal-content .productView {
    background: #fff
}

#cart-preview-dropdown {
    width: 300px;
    max-width: 300px;
    border-radius: 10px;
    border: 2px solid #666
}

#cart-preview-dropdown a {
    font-size: 14px
}

.previewCartAction .button {
    height: auto;
    font-size: 12px!important;
    padding: 7px 5px
}

.cart .form-input--incrementTotal {
    font-size: 15px
}

footer .carrot {
    cursor: pointer
}

.custom-category aside#faceted-search-container {
    display: none!important
}

.about-us-main-img img {
    width: 100%
}

.about-us-main-img {
    margin-top: -42px
}

.company {
    color: #b23727;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    display: block;
    border-bottom: 1px solid #ccc
}

.slogan {
    font-style: italic;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 30px
}

@media (min-width: 1300px) and (max-width:1400px) {
    .navPages-action {
        font-size:16px;
        padding: .58571rem 1.14286rem 1.14286rem
    }
}

@media (min-width: 992px) and (max-width:1300px) {
    footer .container {
        max-width:97%
    }

    .each-card span {
        font-size: 15px
    }

    .owl-carousel .owl-item img {
        width: 30px
    }

    #menu .navPages-item .navPage-subMenu {
        max-width: 900px;
        margin-left: -200px
    }

    .navPages-action {
        font-size: 16px;
        padding: .58571rem 1.14286rem 1.14286rem
    }
}

@media (max-width: 991px) {
    #menu .navPages-item .navPage-subMenu {
        max-width:800px;
        margin-left: -150px
    }

    .each-card span {
        font-size: 14px
    }

    .owl-carousel .owl-item img {
        width: 30px
    }

    .navPages-action {
        font-size: 16px;
        padding: .58571rem 1.14286rem 1.14286rem
    }
}

@media (max-width: 800px) {
    .home-banner {
        width:100%
    }

    .body {
        margin-top: 270px
    }

    .card-carousel {
        display: none
    }
}

@media (max-width: 1260px) {
    .productView-options .form-action {
        float:none
    }

    .productView-options .form-action .button {
        margin-left: 0!important
    }

    .productView-options .form-action {
        padding: 0
    }
}

@media (max-width: 991px) {
    .addthis_toolbox,.productView-details .form-wishlist,.productView-options,.productView-product {
        margin-left:10px
    }

    .home-banner {
        width: 100%
    }
}

@media (max-width: 860px) {
    .home-banner .slick-dots {
        display:none!important
    }

    .hidden-banner-mobile {
        display: none
    }

    h1.heroCarousel-title {
        font-size: 40px
    }

    .about-contentbg h1 {
        font-size: 35px
    }

    .home-content .page-heading {
        font-size: 25px
    }
}

@media (max-width: 580px) {
    .breadcrumbs-wrapper {
        display:none
    }

    h1.page-heading {
        padding-top: 20px
    }

    .top-contact span a {
        font-size: 12px
    }

    .body {
        margin-top: 155px
    }
}

.add-on-product label {
    margin-left: 10px;
    font-weight: 700;
    display: inline-block
}

.productView.product-add .productView-price {
    margin-bottom: 0;
    float: left;
    margin-right: 10px
}

.product-add .productView-product {
    border-bottom: 0
}

.product-add .productView-info {
    float: left
}

.product-add .productView-info-value {
    margin-bottom: 5px
}

.product-add a[href="#bulk_pricing"] {
    background-color: #b23727;
    color: #fff;
    padding: 5px 15px
}

.product-add .productView-details.productView-details-main {
    border-bottom: 0
}

.product-add .productView-rating {
    margin-bottom: 10px
}

.productView-options .form-increment .button {
    background-color: #555;
    border-color: #555
}

.quantity-wrap {
    border: 1px solid #555
}

.productView-options .form-input--incrementTotal {
    width: 4rem
}

.product-img-main {
    margin-top: 0
}

.variable-data-modifyer {
    display: none!important
}

.custom-qnt {
    display: block!important
}
