@font-face {
    font-family: "PompiereReg";
    src: url('fonts/Pompiere-Regular.otf');
    font-style: normal;
    font-weight: normal
}
@font-face {
    font-family: "GOTHICB";
    src: url('fonts/GOTHICB.TTF');
    font-style: normal;
    font-weight: normal
}
@font-face {
    font-family: "GOTHIC";
    src: url('fonts/GOTHIC.TTF');
    font-style: normal;
    font-weight: normal
}
@font-face {
    font-family: "BritannicBold";
    src: url('fonts/britanic.ttf');
    font-style: normal;
    font-weight: normal;
}

body {
    font-family: 'Open Sans', sans-serif !important;
}

a, a:hover {
    text-decoration: none !important;
}

p {
    margin: 0 0 20px;
}

img {
    height: auto;
    max-width: 100%
}

/* Navbar */
.nav-bar {
    background: #cc0000;
    width: 100%;
}

.main-navigation {
    clear: both;
    position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.nav-menu li {
    display: inline-block;
    margin: 15px 0px 15px 0px;
    position: relative;
}

    .pagination li:last-child,
    .nav-menu li:last-child {
        margin: 0;
    }

    .nav-menu li span {
        display: block;
        font-size: 15px;
    }

    .nav-menu li img {
        margin-bottom: 5px;
        width: 30px;
    }

    .nav-menu li a {
        color: #000;
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 1;
        padding: 5px 20px 10px 20px;
        text-align: center;
        text-decoration: none;
    }

        .nav-menu li:hover > a,
        .nav-menu li a:hover,
        .nav-menu li:focus > a,
        .nav-menu li a:focus {
            color: #333;
        }


.nav-menu .sub-menu,
.nav-menu .children {
    background-color: #e35a28;
    border: 0px;
    border-top: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

ul.sub-menu li {
    margin: 0px
}

    ul.sub-menu li a {
        color: #fff !important;
        padding: 15px;
        text-align: left;
    }

        ul.sub-menu li a:hover {
            background: #000;
        }

.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #fff;
    margin: 0;
    width: 200px;
}

    ul.nav-menu ul a:hover,
    .nav-menu ul ul a:hover,
    ul.nav-menu ul a:focus,
    .nav-menu ul ul a:focus {
        background-color: #db572f;
    }

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.menu-toggle {
    display: none;
}
.topphone_one {
    text-align: right;
}

.topphone_two {
    text-align: center;
}

/* MAIN CSS  */
.topbar {
    background: #000000;
    font-size: 20px;
    color: #fff;
    padding: 7px 0;
}

    .topbar select {
        color: #333 !important;
        height: 30px;
        width: 80px;
        cursor: pointer;
        font-size: 16px;
    }

.currency {
    position: relative;
}

    .currency span {
        background: #cc0000;
        position: absolute;
        height: 100%;
        z-index: -4;
        width: 20px;
        text-align: center;
        top: 0;
        right: -12px;
        padding: 4px 0 0;
    }

.searchbar {
    position: relative;
}

    .searchbar input {
        border: 1px solid #d5d5d5;
        background: #d5d5d5;
        padding: 0 10px;
        height: 33px;
        width: 100%;
        font-size: 12px;
        color: #000;
    }

    .searchbar button {
        background: #cc0000;
        border: 0px;
        height: 34px;
        color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
    }

.siteheader .head {
    background: #fff;
    padding: 20px 0;
    color: #000;
}

.siteheader .heading {
    text-align: left;
    line-height: 22px;
    padding-top: 21px;
	font-size:22px;
	font-family: "GOTHIC";
}
.header_cart { padding-top:45px; float:right; text-align:right;
}
.siteheader .heading span {
    display: block;
    color: #557a34;
	font-size:60px;
	font-family: "GOTHICB";
}

.social ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 0
}

.social li {
    display: inline-block;
    margin-right: 10px;
}

    .social li:last-child {
        margin: 0;
    }

    .social li a {
        background-color: #fff;
        border-radius: 100%;
        color: #333;
        display: inline-block;
        font-size: 18px;
        height: 35px;
        padding-top: 4px;
        text-align: center;
        width: 35px;
    }

.cartdetail ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cartdetail li a {
    color: #fff
}

.cartdetail li {
    float: left;
    padding: 5px 10px;
    width: 50%
}

    .cartdetail li:first-child {
        border-right: 1px solid #fff;
    }

        .cartdetail li:first-child a {
            display: inline-block;
            background: #85c227;
            color: #fff;
            margin-top: 10px;
            padding: 6px 20px;
            text-align: center;
            border-radius: 5px;
        }

            .cartdetail li:first-child a:hover {
                background: #557a34;
            }

    .cartdetail li:last-child {
        padding-left: 30px
    }

    .cartdetail li i {
        color: #cc0000;
        font-size: 20px;
    }

.site-banner {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 130px 0;
    width: 100%;
}

.search-form {
    display: block;
    background: #85c227;
    padding: 30px 40px;
    border-radius: 15px;
}

    .search-form h3 {
        position: relative;
        color: #fff;
        padding-bottom: 6px;
        margin: 0 0 30px;
    }

        .search-form h3::after,
        .search-form h3::before {
            display: block;
            content: '';
            background: #fff;
            height: 1px;
            position: absolute;
            width: 100%
        }

        .search-form h3::after {
            bottom: 0;
        }

        .search-form h3::before {
            bottom: -4px;
        }

    .search-form .srchbtn {
        display: block;
        border: 0px;
        color: #fff;
        background: #85c227;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 17px;
        text-transform: uppercase;
        text-align: center;
        height: 40px;
        transition: all 0.3s;
        width: 100%;
    }

        .search-form .srchbtn:hover {
            background: #557a34;
        }


.products {
    margin: 40px 0;
}

    .products .heading {
        text-align: center;
        margin-bottom: 15px
    }

        .products .heading span {
            color: #557a34
        }

        .products .heading h1 {
            margin: 0;
        }

.new-products ul,
.pagination ul {
    list-style: none;
    margin: 0;
    padding: 0
}

span.discoutprice {
    margin-right: 10px;
    text-decoration: line-through;
    color: #9b999b;
}

/*span.price {
    margin-right: 10px;
    text-decoration: line-through;
    color: #cc0000;
}*/

.new-products li {
    float: left;
    background: #fff;
    box-shadow: 1px 1px 3px 1px #ccc;
    -moz-box-shadow: 1px 1px 3px 1px #ccc;
    -webkit-box-shadow: 1px 1px 3px 1px #ccc;
    -ms-box-shadow: 1px 1px 3px 1px #ccc;
    -o-box-shadow: 1px 1px 3px 1px #ccc;
    border-radius: 3px;
    font-family: "PompiereReg";
    text-align: center;
    margin: 0 11px 20px 0;
    padding: 10px;
    width: 24%
}

    .new-products li:nth-child(4n) {
        margin-right: 0
    }

    .new-products li a {
        color: #000
    }

        .new-products li a:hover {
            color: #cc0000
        }

.pages {
    margin: 40px 0;
    text-align: center;
}

    .pages li {
        display: inline-block;
        margin-right: 5px
    }

        .pages li a {
            display: block;
            border-radius: 5px;
            background: #222222;
            padding: 7px 13px;
            color: #fff;
            transition: all 0.3s;
        }

            .pages li a:hover {
                background: #cc0000
            }

.breadcrum {
    background: #222222;
    padding: 5px 0;
    margin-bottom: 20px;
}

    .breadcrum ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .breadcrum li {
        display: inline-block;
        font-size: 16px;
        position: relative;
    }

        .breadcrum li,
        .breadcrum li a {
            color: #fff;
        }

            .breadcrum li:last-child::after {
                display: none
            }

            .breadcrum li::after {
                content: '/';
                display: inline-block;
                float: right;
                margin: 0 10px;
            }

.product-detail {
    margin: 60px 0 80px
}

    .product-detail h1 {
        margin: 0 0 20px;
        color: #557a34;
    }

    .product-detail span.sku {
        display: block;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
    }

.price-sec {
    font-size: 26px;
}

    .price-sec span.price {
        font-weight: bold;
    }

.product-qty strong {
    color: #557a34;
}

.product-qty input {
    border: 1px solid #ccc;
    padding: 5px;
    margin-left: 20px;
    width: 50px;
}

.submit-btn button {
    background: #85c227;
    color: #fff;
    border: 0px;
    display: inline-block;
    padding: 10px 30px;
    margin-top: 30px;
    text-transform: uppercase;
    border-radius: 5px;
}

    .submit-btn button:hover {
        background: #557a34;
    }

.tabscec {
    margin-bottom: 50px;
}

ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.tabs li {
        display: inline-block;
    }

        ul.tabs li span {
            display: block;
            border-radius: 0px;
            background: #333;
            padding: 10px 20px;
            color: #fff;
            cursor: pointer;
        }

            ul.tabs li span.active {
                background: #85c227;
            }

.tabcontent {
    color: #333;
    font-size: 16px;
    border: 1px solid #666;
    padding: 20px;
    display: none
}

    .tabcontent.active {
        display: block
    }

    .tabcontent .col-md-4 {
        float: none !important;
    }

sidebar {
    box-shadow: 0 3px 8px 0 #aeaeae;
    -moz-box-shadow: 0 3px 8px 0 #aeaeae;
    -webkit-box-shadow: 0 3px 8px 0 #aeaeae;
    -ms-box-shadow: 0 3px 8px 0 #aeaeae;
    -o-box-shadow: 0 3px 8px 0 #aeaeae;
    display: block;
    padding: 3px 0;
}

.sidebar .widget {
    display: block;
    margin-bottom: 50px;
}

.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0 10px;
}

.sidebar #Search_ShopByCategoryMenu {
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-y: scroll;
    max-height: 430px;
}

    .sidebar #Search_ShopByCategoryMenu::-webkit-scrollbar-track, .sidebar #Search_ShopByVehicleMenu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .sidebar #Search_ShopByCategoryMenu::-webkit-scrollbar, .sidebar #Search_ShopByVehicleMenu::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .sidebar #Search_ShopByCategoryMenu::-webkit-scrollbar-thumb, .sidebar #Search_ShopByVehicleMenu::-webkit-scrollbar-thumb {
        background-color: #000000;
    }

.sidebar li {
    display: block;
    position: relative;
}

.categories li {
    padding: 0;
    text-indent: 16px
}

.sidebar li::after,
.cartdetail li::after {
    content: '';
    clear: both;
    display: block;
}

.sidebar li .icon {
    width: 35px;
    text-align: center;
    margin-right: 10px;
    height: 35px;
    vertical-align: middle;
}

.sidebar li a {
    font-family: 'Open Sans', sans-serif !important;
    padding: 10px 5px;
    line-height: 12px;
    font-size: 14px;
    transition: all 0.3s
}

    .sidebar li a:hover {
        color: #cc0000;
    }

.sidebar h3 {
    background: #cc0000;
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    margin: 0 0 10px;
    text-transform: uppercase;
}

/*  Site Footer  */
.sitefooter {
    background: #557a34;
    padding: 80px 0;
    color: #fff;
    margin-top: 20px;
}

.imgDiv {
    text-align: center;
}

.marbot10 {
    min-height: 75px;
    font-size: 15px;
}

#lstProduct_NewArrivals, #lstProduct_SpecialProducts, #lstProduct_SearchProducts {
    border: none;
}

#lstProduct_NewArrivals, #pager_Product_NewArrivals, #lstProduct_SpecialProducts, #lstProduct_SearchProducts {
    margin-bottom: 20px;
}

.img-thumbnail {
    text-align: center;
    margin: 7px 2px;
    padding:10px 4px;
}

    .img-thumbnail p {
        margin: 0;
        min-height: 43px;
    }

    .img-thumbnail:first-child {
        margin: 7px 2px 7px 0;
    }

    .img-thumbnail:nth-child(5) {
        margin: 7px 2px 7px 0;
    }

    .img-thumbnail:nth-child(9) {
        margin: 7px 2px 7px 0;
    }

    .img-thumbnail:nth-child(13) {
        margin: 7px 2px 7px 0;
    }

    .img-thumbnail:nth-child(17) {
        margin: 7px 2px 7px 0;
    }

    .img-thumbnail:nth-child(21) {
        margin: 7px 2px 7px 0;
    }

    .img-thumbnail:nth-child(25) {
        margin: 7px 2px 7px 0;
    }

    .img-thumbnail:nth-child(29) {
        margin: 7px 2px 7px 0;
    }

    .img-thumbnail:nth-child(33) {
        margin: 7px 2px 7px 0;
    }

    .img-thumbnail:nth-child(37) {
        margin: 7px 2px 7px 0;
    }

    .img-thumbnail:nth-child(41) {
        margin: 7px 2px 7px 0;
    }

    .img-thumbnail:nth-child(4n+4) {
        margin: 7px 0 7px 2px;
    }

.sitefooter .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ft-about {
    padding-right: 100px;
    line-height: 24px;
    text-align: justify;
}

.sitefooter .widget li {
    display: block;
    margin-bottom: 15px;
}

.sitefooter .widget a {
    display: block;
    color: #fff;
    font-size: 16px;
}

    .sitefooter .widget a:hover {
        color: #000;
    }

.sitefooter .widget h3 {
    text-transform: uppercase;
}

.sitefooter .widget span {
    color: #ccc;
    display: block;
    margin-bottom: 20px
}

.copyright {
    background: #151515;
    color: #fff;
    padding: 10px 0;
}

.nopd {
    padding: 0px !Important
}

/*******************     New CSS added by Rizwan                   ***************/
.k-autocomplete, .k-dropdown-wrap, .k-numeric-wrap, .k-picker-wrap, .k-textbox {
    border-width: 0 !important;
}

    .k-dropdown-wrap.k-state-default {
        background: transparent !important;
    }

.k-select .k-icon {
    color: #222 !important;
}

.k-state-hover {
    background: transparent !important;
}

.k-dropdown-wrap .k-input {
    padding: 4px 0 !important;
}
/*.badge { background:#000 !important; color:#fff !important; }*/
.k-content {
    padding: 20px !important;
}

.flex-control-nav li {
    width: 16%;
    display: inline-block;
    border: 1px #ccc solid;
    margin-right: 5px;
}

#Search_ShopByVehicleMenu .k-icon, #Search_ShopByCategoryMenu .k-icon {
    color: #222 !important;
}

#Search_ShopByCategoryMenu li span.k-link.k-header {
    background: url(images/red_dots.png) no-repeat 10px 18px !important;
}
/*.k-panelbar > li.k-state-default > .k-link.k-state-selected, .k-panelbar > li > .k-state-selected { color:#222; background:#ccc !important; }*/
.k-state-focused.k-state-selected {
    box-shadow: none !important;
}

.currency select {
    background: #fff;
    border: none;
    font-size: 14px;
    height: 29px;
    padding: 5px; /* If you add too much padding here, the options won't show in IE */
    width: 80px;
}

.currency {
    background: url(http://i62.tinypic.com/2e3ybe1.jpg) no-repeat right center;
    height: 34px;
    overflow: hidden;
    width: 80px;
}

    .currency select {
        border: 1px solid #ccc;
        font-size: 16px;
        height: 34px;
        width: 80px;
    }

.form-group .btn-primary {
    margin-top: 15px;
}

.slides li {
    width: 534px !important;
}

.flex-nav-prev a, .flex-nav-next a {
    color: #fff;
    font-family: arial;
    font-weight: bold;
}

.flex-nav-prev {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    float: left;
    bottom: 7%;
    left: 43px;
    padding: 0 5px;
    list-style: none;
    position: absolute;
}

.flex-nav-next {
    background: #333 none repeat scroll 0 0;
    float: left;
    bottom: 7%;
    list-style: none;
    position: absolute;
    right: 43px;
    padding: 0 5px;
}

.social ul li:first-child a:hover {
    background: #3b5998;
    color: #fff;
}

.social ul li:last-child a:hover {
    background: #d62223;
    color: #fff;
}

.social ul li:nth-child(2n) a:hover {
    background: #20b8ff;
    color: #fff;
}

/*******************     New CSS End                   ***************/


/*  Media Query  */
@media(max-width: 1024px) {
    .topbar {
        font-size: 18px
    }

    .siteheader .heading {
        font-size: 22px;
    }

    .ft-about {
        padding-right: 50px;
    }

    .cartdetail li {
        font-size: 14px;
    }

        .cartdetail li:first-child a {
            padding: 6px 18px
        }

    .new-products li {
        margin: 0 9px 20px 0;
    }
}

@media(max-width: 980px) {
    .menu-toggle,
    .menu-toggle:hover,
    .menu-toggle:focus,
    .menu-toggle:active {
        background: none;
        border: none;
        display: block;
        text-align: center;
        font-size: 20px;
        cursor: pointer;
        color: #fff;
        padding: 12px 0;
    }

    .ft-about {
        padding-right: 0;
    }

    .nav-bar {
        text-align: center;
    }

    .social ul {
        margin: 20px 0 7px
    }

    .col-lg-3.col-md-3.nopd.col-sm-6.col-xs-12 {
        padding: 0 15px;
    }

    .nav-menu.toggled-on,
    .nav-menu.toggled-on > ul {
        display: block;
        margin-left: 0;
        padding: 0;
        width: 100%;
    }

    .toggled-on li,
    .toggled-on .children {
        display: block;
    }

    .nav-menu.toggled-on li > ul {
        background-color: transparent;
        display: block;
        float: none;
        margin-left: 0;
        position: relative;
        left: auto;
        top: auto;
    }

        .nav-menu.toggled-on li > ul a {
            color: #141412;
            width: auto;
            text-align: center
        }

    .nav-menu.toggled-on li:hover > a,
    .nav-menu.toggled-on .children a {
        background-color: transparent;
        color: #141412;
    }

    .nav-menu.toggled-on > li a:hover,
    .nav-menu.toggled-on > ul a:hover {
        background-color: #db572f;
        color: #fff;
    }

    .nav-menu.toggled-on > li a:focus,
    .nav-menu.toggled-on > ul a:focus {
        background-color: #220e10;
        color: #fff;
    }

    .flexslider {
        margin-bottom: 60px;
    }

    div.nav-menu > ul {
        display: none;
    }

    .copyright, .siteheader, .sitefooter {
        text-align: center
    }
}

@media(max-width: 667px) {
    .new-products li {
        margin: 0 12px 20px 0;
        width: 32%;
    }

        .new-products li:nth-child(3n) {
            margin-right: 0
        }

        .new-products li:nth-child(4n) {
            margin-right: 12px
        }
}

@media(max-width: 570px) {
    .new-products li {
        display: inline-block;
        float: none;
        margin: 0 18px 20px 0;
        width: 46%;
    }

    .flex-viewport {
        margin-left: 87px;
    }

    .new-products li:nth-child(2n), .new-products li:last-child,
    .new-products li:nth-child(4n) {
        margin-right: 0
    }

    .new-products li:nth-child(3n) {
        margin-right: 21px
    }

    .sitelogo {
        margin: 20px 0;
    }
}

@media(max-width: 480px) {
    .new-products li {
        margin: 0 0 20px;
        width: 100%;
    }

        .new-products li:nth-child(2n), .new-products li:last-child,
        .new-products li:nth-child(4n) {
            margin-right: 0
        }

        .new-products li:nth-child(3n) {
            margin-right: 21px
        }

    .siteheader {
        text-align: center
    }
}

@media(max-width: 414px) {
    .flex-viewport {
        margin-left: 79px;
    }
}

@media(min-width: 1280px) {
}

/*For Product Image Zoom out on Mouse Hover*/

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.imgDiv {
    position: relative;
    /*border: 1px solid #333;*/
    margin: 2%;
    overflow: hidden;
    /*width: 540px;*/
}

    .imgDiv img {
        max-width: 100%;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .imgDiv:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.slidermain {
    position: absolute;
    top: 360px;
}

.shopping-cart {
    left: 56%;
    position: absolute;
    top: 22%;
    z-index: 2147483647;
}

.shopping-cart {
    display: none;
}

.btnCart:hover .shopping-cart {
    display: block !important;
}

#btnCart1 {
    background: #85c227 none repeat scroll 0 0;
    border: 0 none;
}
    #btnCart1:hover, .btnCart:hover {
        background: #557a34 !important;
    }

/*.hiddenmobileview { display:block; }*/
.mobileviewonly {
    display: none;
}

/*Hide Both the views*/
.sidemenu_after
{
    display:none;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    #amazingslider-7 {
        display: none !important;
    }

    .slidermain {
        position: relative;
        top: 30px;
    }

    .nav-menu {
        display: none;
    }

    #lstProduct_NewArrivals, #pager_Product_NewArrivals, #lstProduct_SpecialProducts {
        text-align: center;
    }

    .k-pager-numbers .k-current-page {
        display: none;
    }

    .nav-menu li {
        margin: 0;
    }

    .img-thumbnail {
        width: 100% !important;
        text-align: center;
    }

    .k-pager-numbers {
        margin: 0 12px !important;
    }

    .shopping-cart::after {
        left: 35% !important;
    }

    .shopping-cart {
        display: none !important;
        left: 0;
        top: 82% !important;
    }

    .btnCart:onclick .shopping-cart {
        display: none !important;
    }

    .k-ff .k-pager-numbers .k-current-page .k-link {
        border-radius: 3px !important;
        padding: 0 0.429em 0 0.5em !important;
        width: 2.5em !important;
    }

    .hiddenmobileview {
        display: none;
    }

    .mobileviewonly {
        display: block;
    }

    .clsShoppingCart tbody tr td {
        display: inline-block;
        width: 95%;
        text-align: center !important;
    }

        .clsShoppingCart tbody tr td p {
            font-weight: bold;
        }

    .topbar {
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }

    .clsPhone3 {
        font-size: 14px !important;
    }

    .clsPhone2 {
        font-size: 14px !important;
    }

    .FixHeader_1, .FixHeader_2 {
        position: relative !important;
    }

    .heading.customFont_CompanyName, .sidemenu_before {
        display: none;
    }
    .sidemenu_after {
        display: block;
    }

    .top_margin {
        margin-top: 0 !important;
    }

    .product-detail h1 {
        font-size: 17px;
    }

    .product-detail span.sku {
        font-size: 12px;
    }

    .price-sec {
        font-size: 22px;
    }

    ul.tabs li {
        display: block;
    }

    .k-webkit .k-pager-numbers .k-current-page .k-link {
        width: 100%;
        !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .FixHeader_1, .FixHeader_2 {
        position: relative !important;
    }
	.topbar {
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }
	.top_margin {
    margin-top: 0px !important;
}
.FixHeader_2 { top:0 !important; }

.k-webkit .k-pager-numbers .k-current-page .k-link { width:2em !important;  }
.sidemenu_after {
    display: block !important;
}
.sidemenu_before {
    display: none !important;
}
	
	ul.nav-menu {
        display: none;
    }

    #amazingslider-7 {
        display: none !important;
    }

    .nav-menu {
        display: none;
    }

    .slidermain {
        position: relative;
        top: 30px;
    }

    #lstProduct_NewArrivals, #pager_Product_NewArrivals, #lstProduct_SpecialProducts {
        text-align: center;
    }

    .img-thumbnail {
        width: 45%;
        text-align: center;
    }

    .k-pager-numbers .k-current-page {
        display: none;
    }

    .nav-menu li {
        margin: 0;
    }

    .k-pager-numbers {
        margin: 0 12px !important;
    }

    .shopping-cart::after {
        left: 35% !important;
    }

    .shopping-cart {
        display: none !important;
        left: 0;
        top: 82% !important;
    }

    .btnCart:onclick .shopping-cart {
        display: none !important;
    }

    .k-ff .k-pager-numbers .k-current-page .k-link {
        border-radius: 3px !important;
        padding: 0 0.429em 0 0.5em !important;
        width: 2.5em !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {

.FixHeader_1, .FixHeader_2 {
        position: relative !important;
    }
	.topbar {
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }
	.top_margin {
    margin-top: 0px !important;
}
.FixHeader_2 { top:0 !important; }

.k-webkit .k-pager-numbers .k-current-page .k-link { width:2em !important;  }
.slidermain {
    top: 30px !important;
}
.k-webkit .k-pager-numbers .k-current-page .k-link { width:2em !important;  }
.menu-toggle {
    display: block !important;
}

    ul.nav-menu {
        display: none;
    }

    #amazingslider-7 {
        display: none !important;
    }

    .nav-menu {
        display: none;
    }

    .slidermain {
        position: relative;
        top: 30px;
    }

    #lstProduct_NewArrivals, #pager_Product_NewArrivals, #lstProduct_SpecialProducts {
        text-align: center;
    }

    .img-thumbnail {
        width: 45%;
        text-align: center;
    }

    .k-pager-numbers .k-current-page {
        display: none;
    }

    .nav-menu li {
        margin: 0;
    }

    .k-pager-numbers {
        margin: 0 12px !important;
    }

    /*.shopping-cart::after {
        left: 35% !important;
    }*/

    /*.shopping-cart {
        display: none !important;
        left: 0;
        top: 82% !important;
    }*/

    /*.btnCart:onclick .shopping-cart {
        display: none !important;
    }*/

    .k-ff .k-pager-numbers .k-current-page .k-link {
        border-radius: 3px !important;
        padding: 0 0.429em 0 0.5em !important;
        width: 2.5em !important;
    }

    .slidermain .col-lg-4.col-md-4.col-sm-12 {
        width: 55%;
    }

    .products .container .row .col-lg-3.col-md-3.col-sm-12 {
        width: 37%;
    }

    .col-lg-9.col-md-9.col-sm-12 {
        width: 63%;
        margin: 0;
        padding: 0;
    }

    .sitefooter .col-lg-3.col-md-3.col-sm-12 {
        width: 49% !important;
    }

    .topbar .col-lg-2.col-md-2.col-sm-4.col-xs-6 {
        width: 24.33% !important
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1159px) {
    .FixHeader_1, .FixHeader_2 {
        position: relative !important;
    }
	.topbar {
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }
	.top_margin {
    margin-top: 0px !important;
}
.FixHeader_2 { top:0 !important; }
.slidermain .col-sm-12 {
    width: 100% !important;
}
.slidermain {
    top: 20px !important;
	position:relative !important;
}


.col-md-8 {
    width: 64.66666667% !important;
}
.siteheader .col-md-2 {
    width: 17.66666667% !important;
}
.topbar .col-md-2 {
    width: 19.66666667% !important;
}

.k-webkit .k-pager-numbers .k-current-page .k-link { width:2em !important;  }
	
	#amazingslider-7 {
        display: none !important;
    }
	.slidermain {
        position: absolute;
        top: 300px;
    }

    .products .col-md-3 {
        width: 28%;
    }

    .products .col-md-9 {
        width: 72%;
    }

    .etalage li img {
        width: 100% !important;
    }
}

@media only screen and (min-width: 1160px) and (max-width: 1285px) {
    .slidermain {
        position: absolute;
        top: 300px;
    }

    .etalage li img {
        width: 100% !important;
    }
}
#primary-menu {
    list-style: none inside;
    margin: 0;
    padding: 0;
    text-align: center;
}

    #primary-menu li {
        display: block;
        position: relative;
        float: left;
         /* menu background color */
    }

        #primary-menu li a {
            display: block;
            padding: 10px 40px;
            text-decoration: none;
            line-height: 35px; /* this is the hieght of the menu items */
            color: #000; /* list item font color */
            font-weight:bold;
            text-transform:uppercase;
        }
        #primary-menu li a:hover {
            color: #fff; /* list item font color */
            font-weight: bold;
            text-transform: uppercase;
        }

        #primary-menu li li a {
            width: 300px;
            padding: 0px 20px;
            border-bottom: 1px #30491b dotted;
            text-align: left;
        }
            #primary-menu li li a:hover {
                background: #85c227;
                color: #fff; /* list item font color */
                font-weight: bold;
                text-transform: uppercase;
            }
            /* smaller font size for sub menu items */
        #primary-menu li:hover {
            background: #557a34;
        }
    /* highlights current hovered list item and the parent list items when hovering over sub menues */
    #primary-menu ul {
        position: absolute;
        padding: 0;
        left: 0;
        display: none; /* hides sublists */
    }

    #primary-menu li:hover ul ul {
        display: none;
    }
    /* hides sub-sublists */
    #primary-menu li:hover ul {
        display: block;
        background:#557a34;
        z-index:9999999;
    }
    /* shows sublist on hover */
    #primary-menu li li:hover ul {
        display: block; /* shows sub-sublist on hover */
        margin-left: 300px; /* this should be the same width as the parent list item */
        margin-top: -37px; /* aligns top of sub menu with top of list item */
    }
    #primary-menu li:hover ul ul ul {
        display: none;
    }
    #primary-menu li li ul li:hover ul {
        display: block; /* shows sub-sublist on hover */
        margin-left: 300px; /* this should be the same width as the parent list item */
        margin-top: -37px; /* aligns top of sub menu with top of list item */
    }

.topnav .active, .topnav .icon { display:none;}


@media only screen and (min-width: 320px) and (max-width: 479px) {
    .topphone_one, .topphone_two, .currency_top {
        display: none;
    }
    .topnav .active, .topnav .icon {
        display: block;
    }
    .topnav {
        overflow: hidden;
        position: relative;
    }

        .topnav #primary-menu {
            display: none;
        }

        .topnav a {
            color: white;
            padding: 14px 16px;
            text-decoration: none;
            font-size: 17px;
            display: block;
        }

            .topnav a.icon {
                display: block;
                position: absolute;
                right: 0;
                top: 0;
            }

            .topnav a:hover {
                color: black;
            }
    #primary-menu li { width:100%;
    }
    #primary-menu {
        display: none;
    }
    .fa-bars:hover #primary-menu {
        display: block;
    }
    .topphone_three, .currency_top, .socialicons, .header_cart {
        text-align: center;
    }
}

.cls_Iframe_Policies {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 999999;
}