* {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
}

img {
    max-width: 100%;
    display: inline-block;
}

body {
    margin: 0;
}

.text-center{
    text-align: center;
}

.csslider {
    position: relative;
}

.csslider > input {
    display: none;
}

.csslider > input:nth-of-type(10):checked ~ ul li:first-of-type {
    margin-left: -900%;
}

.csslider > input:nth-of-type(9):checked ~ ul li:first-of-type {
    margin-left: -800%;
}

.csslider > input:nth-of-type(8):checked ~ ul li:first-of-type {
    margin-left: -700%;
}

.csslider > input:nth-of-type(7):checked ~ ul li:first-of-type {
    margin-left: -600%;
}

.csslider > input:nth-of-type(6):checked ~ ul li:first-of-type {
    margin-left: -500%;
}

.csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
    margin-left: -400%;
}

.csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
    margin-left: -300%;
}

.csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
    margin-left: -200%;
}

.csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
    margin-left: -100%;
}

.csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
    margin-left: 0;
}

.csslider > ul {
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    white-space: nowrap;
    z-index: 1;
}

.csslider > ul > li {
    box-sizing: border-box;
    display: inline-block;
    font-size: initial;
    height: 100%;
    line-height: normal;
    overflow: hidden;
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1) 0s;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
    text-align: center;
}

.csslider > ul > li.scrollable {
    overflow-y: scroll;
}

.csslider > .navigation {
    text-align: center;
    margin-top: 30px;
    float: inherit;
}

.csslider > .navigation label {
    background: transparent none repeat scroll 0 0;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    padding: 4px;
    position: relative;
    width: 100px;
    height: 100px;
    vertical-align: middle;
}

.csslider > .navigation label img {
    max-height: 100%;
}

.csslider > .navigation label:hover::after {
    opacity: 1;
}

.csslider > .navigation label::after {
    background: transparent none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    left: 50%;
    margin-left: -6px;
    margin-top: -6px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
}

.csslider.inside .navigation {
    bottom: 10px;
    margin-bottom: 10px;
}

.csslider.inside .navigation label {
    border: 1px solid #7e7e7e;
}

.csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1)::after,
.csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2)::after,
.csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3)::after,
.csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4)::after,
.csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5)::after,
.csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6)::after,
.csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7)::after,
.csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8)::after,
.csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9)::after,
.csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10)::after,
.csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11)::after,
.csslider > input:nth-of-type(12):checked ~ .navigation label:nth-of-type(12)::after {
    opacity: 1;
}

.csslider ul li img {
    height: 500px;
    width: auto;
    max-height: 100%;
}

.navigation > label {
    border-radius: 5px !important;
    margin-bottom: 5px;
}

iframe#desc_ifr {
    width: 100%;
}

.bg_store {
    width: 100%;
    float: left;
    position: relative;
}

.sider-content {
    border: 1px solid #D1D1D1;
    padding: 15px 0;
    margin-bottom: 20px;
    text-align: center;
}

.sidebar-box h3 {
    font-size: 16px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    background-color: #0168B3;
    color: #fff;
    text-transform: uppercase;
}

.sidebar-box img {
    width: 200px;
}

@keyframes slidy {
    0% {
        left: 0;
    }

    17% {
        left: 0;
    }

    20% {
        left: -100%;
    }

    37% {
        left: -100%;
    }

    40% {
        left: -200%;
    }

    57% {
        left: -200%;
    }

    60% {
        left: -300%;
    }

    77% {
        left: -300%;
    }

    80% {
        left: -400%;
    }

    97% {
        left: -400%;
    }

    100% {
        left: 0;
    }
}

.all-slider {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

figure {
    margin: 0;
}

figure.slider {
    animation: 30s slidy infinite;
    font-size: 0;
    position: relative;
    width: 600%;
}

figure.slider figure {
    display: inline-block;
    height: auto;
    position: inherit;
    width: 16.66666666666667%;
}

figure.slider img {
    width: 100%;
    height: auto;
}

figure.slider figure figcaption {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 2rem;
    padding: 0.6rem;
    position: absolute;
    width: 100%;
}

.wrapper,
.content_petrol {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%;
}

.bg_petrol {
    width: 100%;
    float: left;
}

#gh-logo {
    max-width: none;
}

#gh-la {
    float: left;
}

.clear {
    clear: both;
}

.top_bar {
    padding: 8px 0;
    width: 100%;
    background: #0B164E;
    float: left;
}

.top_bar p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #FFF;
    float: left;
}

.top_bar ul {
    float: right;
}

.top_bar ul li {
    display: inline;
}

.top_bar ul li a {
    padding-left: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
}

.fa-star {
    color: #FFCD33;
}

.header {
    padding: 30px 0;
    width: 100%;
    text-align: center;
    float: left;
}

.logo {
    display: block;
    text-align: center;
}

.logo img {
    margin: 20px 0;
}

.header h2 {
    display: inline-block;
}

.header h2 {
    padding: 0 0 9px 100px;
    font-weight: 400;
    font-size: 26px;
    color: #eb212d;
    line-height: 20px;
    text-align: left;
}

.header h2 span {
    font-size: 14px;
    color: #0B164E;
}

.header form {
    width: 310px;
    height: 50px;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    float: right;
}

.header form input[type="text"] {
    padding: 0 10px;
    width: 85%;
    height: 100%;
    background: none;
    font-size: 14px;
    letter-spacing: 1px;
    color: #7c7c7c;
    float: left;
}

.header form input[type="submit"] {
    width: 15%;
    height: 100%;
    float: left;
}

.menu_bar {
    width: 100%;
    background: #0B164E;
    float: left;
}

.nav {
    width: 100%;
    float: left;
}

.nav ul {
    float: left;
}

.nav ul li {
    height: 70px;
    display: table;
    border-right: 1px solid #fff;
    float: left;
}

.nav ul li:last-child {
    border: none;
}

.nav ul li a {
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
    font-weight: normal;
    color: #FFF;
    padding: 0 10px;
    text-transform: uppercase;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
}

.nav ul li a:hover {
    background: #97989D;
    color: #fff;
}

/*=============respo-nav==============*/

.navigation {
    width: 100%;
    float: left;
}

.navigation input[type='radio'] {
    display: none;
}

.navigation label {
    width: 30px;
    padding: 9px 0;
    display: none;
    cursor: pointer;
}

.navigation .line {
    width: 30px;
    height: 3px;
    background: #fff;
    float: right;
    position: relative;
    border-radius: 2px;
}

.navigation .line:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background: #fff;
    top: -7px;
    left: 0;
    border-radius: 2px;
}

.navigation .line:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background: #fff;
    top: 7px;
    left: 0;
    border-radius: 2px;
}

.features {
    width: 100%;
    float: left;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.12);
    padding: 20px 0 15px;
}

.gif_img {
    display: none;
}

.features ul {
    width: 100%;
    float: left;
}

.features ul li {
    width: 25%;
    float: left;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #0B164E;
    text-align: center;
}

.features ul li span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #7c7c7c;
}

.banner {
    width: auto;
    float: none;
    max-width: 100%;
    display: none
}

.bg_store .banner .owl-carousel {
    margin-top: 0px;
}

.content {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.cntnt_row1 {
    width: 100%;
    float: left;
    margin-bottom: 27px;
}

.cntnt_row1 li {
    width: 31.7%;
    float: left;
    margin-right: 2.3%;
}

.cntnt_row1 li:last-child {
    margin-right: 0;
}

.cntnt_row1 li a {
    display: block;
    border: solid 1px #eaeaea;
    position: relative;
    text-decoration: none;
}

.content ul li a {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
    transition: all 100ms;
}

.content ul li a:hover {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.8);
}

.sale_cat a:hover {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.cntnt_row1 li a img {
    display: block;
    width: 100%;
}

.content ul li a .grey {
    text-align: center;
}

.content ul li a .grey p {
    color: #4b4b4b;
}

.content ul li a .grey span {
    color: #4b4b4b;
    border: solid 2px #4b4b4b;
}

.prdct-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 24px;
    padding-bottom: 0;
}

.prdct-text p {
    font-size: 34px;
    line-height: 37px;
    font-weight: lighter;
    color: #fff;
    text-transform: uppercase;
    transition: all 200ms;
}

.prdct-text span {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    border: solid 2px #fff;
    padding: 3px 45px 3px 20px;
    position: relative;
    margin-top: 22px;
}

.prdct-text span:before {
    content: '';
    position: absolute;
    top: 11px;
    right: 25px;
    width: 5px;
    height: 9px;
}

.cntnt_row2 {
    width: 100%;
    float: left;
}

.cntnt_row2 li {
    width: 31.7%;
    float: left;
    margin-right: 2.3%;
    margin-bottom: 27px;
}

.cntnt_row2 li a {
    display: block;
    position: relative;
    border: solid 1px #eaeaea;
    text-decoration: none;
}

.cntnt_row2 li a img {
    display: block;
    width: 100%;
}

.cntnt_row2 li:nth-child(2) {
    margin-right: 0;
}

.cntnt_row2 li:last-child {
    margin-right: 0;
}

li.big_li {
    width: 66%;
}

li.big_li .prdct-text {
    top: 50%;
    margin-top: -90px;
}

.prdct-text .grey_txt {
    color: #4b4b4b;
}

span.grey_txt {
    border: solid 2px #4b4b4b;
}

span.grey_txt:before {
    background-position-y: -40px;
}

li.big_li p {
    font-size: 46px;
    line-height: 48px;
}

.sale_cat .shopnow {
    position: absolute;
    bottom: 85px;
    left: 30px;
    right: 30px;
    text-align: center;
    font-size: 21px;
    line-height: 24px;
    font-weight: bold;
    color: #eb212d;
    background: #fff;
    display: block;
    text-decoration: none;
    line-height: 50px;
    transition: all 150ms;
}

ul li a:hover .shopnow {
    color: #fff;
    background: #0B164E;
}

.ftr_product {
    width: 100%;
    float: left;
}

.product_slider {
    width: 100%;
    float: left;
}

.ftr_product h3 {
    width: 100%;
    float: left;
    text-align: center;
}

.ftr_product h3 span {
    font-size: 27px;
    line-height: 24px;
    font-weight: bold;
    color: #eb212d;
    padding: 0 60px 22px 60px;
}

.owl-carousel {
    margin-top: 52px;
}

.subscribe {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    text-align: center;
}

.subscribe h4 {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    margin: 60px 0 30px;
}

.subscribe h4 span {
    font-size: 34px;
    line-height: 26px;
    font-weight: bold;
    color: #0B164E;
    background: #fff;
    padding: 0 14px;
}

.subscribe p {
    float: left;
    font-size: 24px;
    line-height: 26px;
    font-weight: normal;
    color: #000;
    display: block;
    width: 100%;
    text-align: center;
}

.subscribe p img {
    float: left;
    vertical-align: middle;
    margin-top: -22px;
    margin-right: 33px;
}

.subscribe a {
    margin-top: 30px;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    background-color: #0B164E;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 50px;
    transition: all 200ms;
    -o-transition: all 200ms;
    -ms-transition: all 200ms;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
}

.subscribe a:hover {
    background: #cccccc;
    color: #fff !important;
}

.footer {
    width: 100%;
    float: left;
    margin-top: 20px;
    background: #0B164E;
    padding: 26px 0;
    border-bottom: solid 1px #0B164E;
}

.footer h5 {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.footer_column1 {
    width: 50%;
    float: left;
}

.footer_column2 {
    width: 25%;
    float: left;
}

.footer_column3 {
    width: 25%;
    float: left;
}

.footer_column1 ul li {
    width: 50% !important;
}

.footer ul {
    width: 100%;
    float: left;
}

.footer ul li {
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    color: #fff;
}

.footer ul li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    line-height: 26px;
    font-weight: normal;
    color: #fff;
    background: url(../images/bullet.png) left -2px no-repeat;
    padding-left: 16px;
    transition: all 150ms;
}

.footer ul li a:hover {
    padding-left: 18px;
}

.mini_footer {
    width: 100%;
    float: left;
    background: #0B164E;
    padding: 18px 0;
    border-top: solid 1px #fff;
}

.mini_footer p {
    font-size: 13px;
    line-height: 22px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

/*template-css*/

.temp_desc {
    width: 100%;
    float: left;
    font-size: 30px;
    line-height: 26px;
    font-weight: bold;
    color: #fff;
    padding: 20px;
    background-color: #0B164E;
    line-height: 1.3;
}

.temp_desc p a {
	margin-top: 5px;
	color: #eee;
	display: block;
	font-style: italic;
	transition: 0.5s;
    text-decoration: none;
    margin-top: 10px;
}

.template_row1 {
    width: 100%;
    float: left;
    border: solid 1px #f0f0f0;
    position: relative;
    margin-bottom: 30px;
}

.template_row1_clm1 {
    margin: 0 auto;
    width: 65%;
    padding: 15px;
}

.template_row1_clm2 {
    width: 40%;
    float: left;
    border-left: solid 1px #f0f0f0;
    min-height: 654px;
}

.template_row1_clm2 h3 {
    font-size: 29px;
    line-height: 24px;
    font-weight: normal;
    color: #0B164E;
    padding: 15px 10px;
}

.template_row1_clm2 ul {
    width: 100%;
    float: left;
}

.template_row1_clm2 ul li {
    width: 100%;
    float: left;
    padding: 15px 10px;
    border-bottom: solid 1px #f0f0f0;
}

.template_row1_clm2 ul li:last-child {
    border-bottom: none;
}

.template_row1_clm2 ul li span {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 21px;
    font-weight: normal;
    color: #4e4e4e;
    padding-left: 30px;
}

.temp_table {
    width: 100%;
    float: left;
    background: #f4f4f4;
}

.temp_table tr:first-child {
    background: #0B164E;
}

.temp_table tr:first-child td {
    font-weight: bold;
    color: #fff;
    padding: 12px 10px 12px 20px;
}

.temp_table tr td {
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    color: #4e4e4e;
    padding: 18px 10px 18px 20px;
}

.template_row2 {
    width: 100%;
    float: left;
    border: solid 1px #f0f0f0;
    margin-bottom: 30px;
}

.template_row2 .text_area {
    width: 100%;
    float: left;
    padding: 20px 15px;
}

.template_row2 h4 {
    width: 100%;
    float: left;
    padding: 15px;
    font-size: 29px;
    line-height: 24px;
    font-weight: normal;
    color: #fff;
    background: #0B164E;
    text-align: center;
}

.template_row2 h4 b {
    float: left;
}

p {
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    color: #4e4e4e;
}

.left_catagory {
    width: 19.6%;
    float: left;
}

.left_catagory .cat_head {
    width: 100%;
    float: left;
    font-size: 26px;
    line-height: 24px;
    font-weight: normal;
    color: #7c7c7c;
    background: #f9f9f9;
    border: solid 1px #e7e7e7;
    padding: 20px 15px;
    margin-bottom: 16px;
}

.left_catagory h4 {
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    color: #7c7c7c;
    background: #dcdcdc;
    padding: 12px 14px;
}

.cat_ul {
    width: 100%;
    float: left;
    border: solid 1px #ebebeb;
}

.cat_ul li {
    width: 100%;
    float: left;
    border-bottom: solid 1px #ebebeb;
}

.cat_ul li:last-child {
    border-bottom: none;
}

.cat_ul li a {
    display: block;
    font-size: 14px;
    line-height: 36px;
    font-weight: normal;
    color: #a3a3a3;
    text-decoration: none;
    padding: 0 5px 0 15px;
}

.cat_ul li a:hover {
    box-shadow: none !important;
    background: #efefef;
}

.right_catagory {
    width: 79.1%;
    float: right;
}

/*============sub-cat============*/

.sub_cat {
    width: 100%;
    float: left;
}

.subcat_links {
    width: 100%;
    float: left;
    background: #97989D;
    padding: 10px 5px;
}

.subcat_links a {
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 12px;
}

.subcat_ul {
    width: 100%;
    float: left;
}

.subcat_ul li {
    width: 31.65%;
    float: left;
    margin-right: 2.5%;
    margin-top: 2.5%;
}

.subcat_ul li:nth-child(3n) {
    margin-right: 0;
}

.subcat_ul li a {
    display: block;
}

.subcat_ul li a:hover span {
    color: #ea222d;
    border-bottom: solid 2px #ea222d;
}

.subcat_ul li a:hover .img_div {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.subcat_ul li a span {
    width: 100%;
    float: left;
    font-size: 24px;
    line-height: 18px;
    font-weight: normal;
    color: #0a5faf;
    border-bottom: solid 2px #0a5faf;
    padding: 18px 0 15px;
    position: relative;
    transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -webkit-transition: 200ms ease-in-out;
}

.img_div {
    width: 100%;
    float: left;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -webkit-transition: 200ms ease-in-out;
}

.img_div img {
    width: 100%;
    display: block;
}

/*=============css-gallery============*/

.css_gallery {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 110px;
    list-style: none;
}

.css_gallery li {
    width: 100%;
    float: left;
}

.css_gallery li label {
    height: 90px;
    width: 90px;
    float: left;
    display: flex;
    background: #fff;
    border: solid 2px #e7e7e7;
    border-radius: 3px;
    padding: 4px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -100px;
    box-sizing: border-box;
}

.css_gallery li label img {
    margin: auto;
    background: #ccc;
    max-height: 100%;
}

.css_gallery li label:hover {
    border: solid 2px #0B164E;
}

.css_gallery li:nth-child(1) label {
    left: 0px;
}

.css_gallery li:nth-child(2) label {
    left: 100px;
}

.css_gallery li:nth-child(3) label {
    left: 200px;
}

.css_gallery li:nth-child(4) label {
    left: 300px;
}

.css_gallery li input {
    display: none;
}

.big_img {
    width: 100%;
    float: left;
    height: 500px;
    text-align: center;
    display: none;
    padding: 20px 0;
    box-sizing: border-box;
    position: relative;
}

.big_img img {
    display: block;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.css_gallery li input:checked ~ label {
    border: solid 2px #0B164E;
}

#thumb1:checked ~ #img1,
#thumb2:checked ~ #img2,
#thumb3:checked ~ #img3,
#thumb4:checked ~ #img4,
#thumb5:checked ~ #img5,
#thumb6:checked ~ #img6 {
    display: block;
}

/*=============tab-css==============*/

.top_btn_list {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 31px;
}

.top_btn_list li {
    display: inline-block;
    float: left;
    margin-right: 1px;
    width: 100%;
}

.top_btn_list li:nth-child(2) label {
    left: 20%;
}

.top_btn_list li:nth-child(3) label {
    left: 40%;
}

.top_btn_list li:nth-child(4) label {
    left: 60%;
}

.top_btn_list li:nth-child(5) label {
    left: 80%;
}

.top_btn_list li label {
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0;
    width: 19.9%;
    cursor: pointer;
    text-transform: uppercase;
}

.label_btn:hover {
    color: #fff;
    background: #97989D;
}

.top_btn_list li:last-child {
    margin-right: 0;
}

.top_label_btn {
    width: 100%;
    float: left;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    background: #0e0e0e;
}

.radio_btn {
    display: none;
}

.label_btn {
    float: left;
    background: #0B164E;
    padding: 6px 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 32px;
    font-weight: normal;
    color: #fff;
}

.content_tab {
    width: 100%;
    float: left;
    font-size: 14px;
    border: solid 1px #e1e1e1;
    background: #f5f5f5;
    padding: 15px;
    display: none;
    margin-top: 43px;
}

.radio_btn:checked + .label_btn {
    color: #fff;
    background: #97989D;
}

#rad1:checked ~ #cont1,
#rad2:checked ~ #cont2,
#rad3:checked ~ #cont3,
#rad4:checked ~ #cont4,
#rad5:checked ~ #cont5,
#rad6:checked ~ #cont6 {
    display: block;
}

.content_tab h5 {
    width: 100%;
    float: left;
    font-size: 19px;
    line-height: 25px;
    font-weight: bold;
    color: #0B164E;
    margin: 10px 0;
    text-transform: uppercase;
}

.content_tab p {
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    color: #4e4e4e;
    margin-bottom: 10px;
}

.content_tab ul,
.content_tab ol {
    width: 100%;
    float: left;
    padding-left: 20px;
}

.content_tab ul li {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #4e4e4e;
    list-style: disc;
    list-style-position: outside;
    display: list-item;
}

.content_tab ol li {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #4e4e4e;
    display: list-item;
    list-style-type: decimal;
}

/*grid_page*/

.page_cat {
    width: 100%;
    float: left;
    background: #f9f9f9;
    border: solid 1px #e7e7e7;
    font-size: 26px;
    line-height: 24px;
    font-weight: normal;
    color: #7c7c7c;
    padding: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 18px;
}

/*LCAT CSS*/
table.v4acp tr.v4acp_head td.v4accent,
table.v4acp tr.v4acp_head td.v4hspacer,
.lcat .ttl {
    display: none;
}

table.v4acp tr.v4acp_head td.v4title {
    padding: 12px 0 12px 13px;
    background: #dcdcdc;
}

table.v4midBox {
    border: none;
}

table.v4midBox tr.v4acp_mid td.v4mid {
    padding: 0;
    background: #fff;
}

.v4title h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    color: #7c7c7c;
    text-transform: capitalize;
}

div.lcat {
    width: 235px;
    background: #fff;
    border-left: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
}

.lcat .lev1 li {
    margin: 0;
    list-style: none;
}

.lcat .lev1 li a,
.lcat .lev1 li span {
    padding: 0px 8px 0px 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 36px;
    color: #a3a3a3;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: solid 1px #e7e7e7;
    display: block;
    transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
}

.lcat .lev1 li a:hover {
    color: #eb2026;
}

.lcat .lev1 li span.cnt {
    display: none;
}

.lcat .lev2 li span {
    border-bottom: none;
    color: #0B164E;
    text-transform: capitalize;
}

.lcat .lev2 li a {
    padding: 0px 8px 0px 12px;
    text-transform: capitalize;
    border-bottom: none;
}

.lcat .lev2 li a:hover {
    padding: 0px 8px 0px 15px;
}

.lcat .all_cats {
    display: none !important;
}

table.pager tbody tr td {
    width: auto;
}

/*GRID CSS*/
td#CentralArea div.v4stabl {
    color: #525252;
}

div.fpcc {
    padding: 5px 10px;
}

.rs_box {
    border: none;
}

.ctrlbr {
    background: #e6e6e6;
    padding: 8px 10px;
    border-bottom: 1px solid #FFF;
}

td#CentralArea div.v4stabl a,
.fpcc .countClass,
span.pdmt .cur {
    color: #8c8c8c;
}

span.cur img {
    display: none;
}


span.pdmt .label {
    color: #969696;
}

.fpcc span.keywordClass {
    background: none;
}

.cmpBr {
    border-width: 0;
    background: #dedede;
    height: 30px;
    color: #969696;
}

.cmpBr a {
    color: #8c8c8c !important;
}

td#CentralArea div.dynpg {
    border: none;
}

table.pgbc {
    background: #e6e6e6;
    color: #616161;
}

.dynpg td.pages a.disabled,
.dynpg .next a.enabled {
    color: #eb2026;
}

.dynpg td.pages a.enabled {
    color: #616161;
}

.dynpg .r .form input.page {
    height: 20px;
    background: #FFF;
}

.dynpg .r .form input#q_10 {
    width: 25px;
    height: 20px;
    color: #FFF;
    background: #eb2026;
    border-radius: 3px;
}

.r3_t,
.r3_bl,
div.itemseparator {
    display: none;
}

.r3_c {
    background: #f9f9f9;
    border: 1px solid #e7e7e7;
}

.grid td.left {
    border: none;
}

table.gallery {
    height: 350px;
    border: 1px solid #e7e7e7 !important;
    background: #fff;
    background-size: cover;
    overflow: hidden;
}

.r3_cm {
    padding: 0;
}

.rs-pview {
    padding: 0;
}

.grid {
    border-spacing: 10px 5px;
    border-collapse: separate;
}

table.gallery td.picture div.image {
    min-height: 120px;
    background: #FFF;
}

table.gallery .mi {
    display: none;
}

table.gallery div.ttl img,
table.gallery div.subtitle {
    display: none;
}

table.gallery div.ttl a {
    height: 100px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #414141;
    text-transform: uppercase;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    display: block;
}

table.gallery div.ttl a:hover {
    color: #1b1b1b;
}

img[title="Buy it now"] {
    display: none;
}

table.gallery table.fixed tr:nth-of-type(1) td:first-child,
table.gallery table.fixed tr:nth-of-type(2),
table.gallery table.fixed tr:nth-of-type(2),
span.bids,
table.gallery table.fixed tr:nth-of-type(3) {
    display: none;
}

span.bin,
span.bid {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    color: #262262;
    display: block;
    text-align: center;
    text-shadow: 1px 1px 0px #fff;
}

table.gallery table.fixed {
    width: 100%;
    margin: 10px 0 20px 0;
}

td.details div:nth-of-type(2) {
    float: left;
    position: relative;
    width: 100%;
}

div.time2 {
    display: none;
}

/*product-slider*/
.owl-carousel .cmpBr {
    display: none;
}

.owl-carousel .grid {
    border-spacing: 0px;
}

.owl-carousel .grid td.gallery {
    width: 100%;
}

.owl-carousel table.v4stw {
    padding: 0;
}

.owl-carousel table.gallery div.ttl a {
    text-align: center;
}

.owl-carousel table.gallery {
    border: none;
}

.ctrlbr {
    width: 100% !important;
}

#product-slider .owl-controls {
    display: none;
}

@media only screen and (max-width:1230px) {
    .nav {
        width: 250px;
        float: left;
        background: #000;
        position: absolute;
        z-index: 99999;
        left: -350px;
        top: 0;
        bottom: 0;
        margin-top: 0;
        padding-top: 0px;
        transition: all 150ms ease-in;
        -o-transition: all 150ms ease-in;
        -ms-transition: all 150ms ease-in;
        -moz-transition: all 150ms ease-in;
        -webkit-transition: all 150ms ease-in;
    }

    .nav ul {
        background: #000;
    }

    .nav ul li {
        width: 100%;
        float: left;
        margin: 0 0 1px 0;
        height: auto;
    }

    .nav ul li a {
        border-radius: 0;
        color: #f1f0f0;
        padding: 0px 20px;
        line-height: 40px;
    }

    .nav ul li a br {
        display: none;
    }

    .nav ul li a:hover {
        background: #0B164E;
    }

    .navigation label {
        display: block;
        float: left;
        position: relative;
        margin: 10px 0;
    }

    .nav label {
        margin: 10px;
        float: right;
    }

    #line:checked ~ .nav {
        left: 0px;
    }

    .header #cross:checked ~ .nav {
        left: -300px;
    }

    .cross {
        float: right;
        margin: 5px;
        padding: 0 !important;
        cursor: pointer;
    }

    .subscribe p {
        font-size: 20px;
    }
}

@media only screen and (max-width:1200px) {
    .stBadge {
        display: none !important;
    }

    .label_btn {
        font-size: 15px;
    }
}

@media only screen and (max-width:980px) {
    .header {
        text-align: center;
        padding: 15px 0 10px;
    }

    .header a.logo {
        float: none;
        margin: auto;
    }

    .header h2 {
        width: 100%;
        text-align: center;
        background-image: none;
        padding: 0;
        margin: 8px 0;
    }

    .header form {
        float: none;
        margin: auto;
        height: 40px;
    }

    .prdct-text p {
        font-size: 23px;
        font-weight: normal;
        line-height: 28px;
    }

    li.big_li p {
        font-size: 36px;
        line-height: 42px;
    }

    .subscribe p {
        font-size: 20px;
    }

    .footer_column1,
    .footer_column2 {
        width: 100%;
        margin-bottom: 15px;
    }

    .footer_column3 {
        width: 100%;
    }

    .subscribe {
        text-align: center;
    }

    .subscribe p {
        width: 100%;
    }

    .subscribe h4 {
        margin: 30px 0;
    }

    .subscribe p img {
        display: block;
        margin: auto;
        float: none;
        width: 40px;
        margin-bottom: 8px;
    }

    .subscribe a {
        margin: 10px auto 0;
        float: none;
    }

    .left_catagory {
        display: none;
    }

    .right_catagory {
        width: 100%;
    }

    .subcat_ul li a span {
        font-size: 20px;
    }

    .sale_cat .shopnow {
        bottom: 15%;
    }

    td#LeftPanel {
        display: none;
    }
}

@media only screen and (max-width:800px) {
    .features {
        padding: 10px 0;
    }

    .features ul {
        display: none;
    }

    .gif_img {
        display: block;
        margin: auto;
    }

    .prdct-text {
        padding: 24px 10px 0;
    }

    .subcat_ul li {
        width: 48.6%;
    }

    .subcat_ul li:nth-child(3n) {
        margin-right: 2.5%;
    }

    .subcat_ul li:nth-child(2n) {
        margin-right: 0;
    }

    /*tab-css*/
    .top_btn_list li label {
        position: static;
        width: 100% !important;
        margin: 0;
        outline: none !important;
        border: none;
    }

    .top_btn_list li {
        margin-bottom: 1px;
    }

    .content_tab {
        margin-top: 0px;
    }

    .label_btn {
        background: #0B164E url(../images/plus.png) right center no-repeat;
        color: #fff;
        text-align: left !important;
    }

    .radio_btn:checked + .label_btn {
        background: #97989D url(../images/minus.png) right center no-repeat;
        color: #fff;
        text-align: left;
    }

    .label_btn:hover {
        background: #97989D url(../images/plus.png) right center no-repeat;
        color: #fff;
    }

    .template_row1_clm1,
    .template_row1_clm2 {
        width: 100%;
    }

    /* Force table to not be like tables anymore */
    #CentralArea > table,
    #pgbc > table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    #CentralArea > table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: inline;
        float: left;
        width: 100%;
    }

    .bg_evowrap {
        display: block;
    }

    .gh-td {
        width: 110px;
        float: left;
    }

    #gh-title {
        float: left;
    }

    table.gallery td.picture {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #CentralArea > thead tr,
    .pgbc > thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #CentralArea > tr,
    .pgbc > tr {
        border: 1px solid #e2e2e2;
    }

    #CentralAreae > td,
    .pgbc > td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #e2e2e2;
        position: relative;
        padding-left: 50%;
        width: 300px !important;
    }

    #CentralArea > td:before,
    .pgbc > td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    td#CentralArea div.dynpg {
        width: 100%;
    }

    .ctrlbr,
    .fpcc,
    .v4stabl {
        width: 100% !important;
    }

    table.gallery {
        width: 100% !important;
        margin: 6px 0px !important;
    }

    .dynpg table.pager {
        width: 100%;
    }
}

@media only screen and (max-width:700px) {
    .cntnt_row1 {
        width: 360px;
        float: none;
        margin: auto;
    }

    .cntnt_row1 li {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .cntnt_row2 {
        text-align: center;
    }

    .cntnt_row2 li {
        margin: 0 0 10px 0;
        width: 360px;
        display: inline-block;
        float: none;
    }

    li.big_li {
        width: 100%;
        text-align: left;
    }
}

@media only screen and (max-width:600px) {
    .top_bar {
        text-align: center;
    }

    .top_bar p {
        display: none;
    }

    .top_bar ul {
        float: none;
        margin: auto;
    }

    li.big_li p {
        font-size: 28px;
        line-height: 42px;
    }

    .prdct-text span {
        margin-top: 10px;
    }

    .footer ul li {
        width: 100% !important;
    }

    .footer ul li a {
        float: left;
    }

    .subcat_ul li a span {
        font-size: 18px;
    }

    .csslider ul li img {
        height: auto;
    }

    .temp_desc {
        font-size: 20px;
    }

    .csslider > .navigation label {
        width: 91px;
        float: inherit;
        height: 91px;
    }

    .csslider > .navigation {
        margin-top: 0;
    }

    .top_bar ul li a {
        padding-left: 6px;
    }
}

@media only screen and (max-width:400px) {
    .cntnt_row1 {
        width: 100%;
        float: left;
    }

    .cntnt_row1 li {
        margin: 0 0 15px 0;
    }

    .cntnt_row2 li {
        margin: 0 0 15px 0;
        width: 100%;
        float: left;
    }

    .subscribe h4 span {
        font-size: 26px;
    }

    .subscribe p {
        font-size: 17px;
    }

    .subscribe a {
        border: 2px solid #cccccc;
        font-size: 16px;
        padding: 7px 20px;
    }

    .ftr_product h3 span {
        padding: 0 10px 22px;
    }

    .subcat_ul li {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    .subcat_links a {
        font-size: 14px;
    }
}

@media only screen and (max-width:360px) {
    .header form {
        width: 100%;
    }
}
