h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* start editing from here */
a, a:hover {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}

/* text align right */
.txt-lt {
    text-align: left;
}

/* text align left */
.txt-center {
    text-align: center;
}

/* text align center */
.float-rt {
    float: right;
}

/* float right */
.float-lt {
    float: left;
}

/* float left */
.clear {
    clear: both;
}

/* clear float */
.pos-relative {
    position: relative;
}

/* Position Relative */
.pos-absolute {
    position: absolute;
}

/* Position Absolute */
.vertical-base {
    vertical-align: baseline;
}

/* vertical align baseline */
.vertical-top {
    vertical-align: top;
}

/* vertical align top */
.underline {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    margin: 0 0 20px 0;
}

/* Add 5px bottom padding and a underline */
nav.vertical ul li {
    display: block;
}

/* vertical menu */
nav.horizontal ul li {
    display: inline-block;
}

/* horizontal menu */
img {
    max-width: 100%;
}

/*end reset*/
@font-face {
    font-family: 'Roboto', sans-serif;
    src: url(../font/Amble-Regular-webfont.ttf) format('truetype');
}

body {
    /*font-family: Arial, Helvetica, sans-serif;*/
    background: #FFF;
    color: #333;
    font-family: 'Roboto', sans-serif;
}

.wrap {
    width: 99%;
    padding: 0 15px;
    margin: 0 auto;
}

.header {
    background: #FFF;
}

.headertop_desc {
    padding: 10px 0;
    border-bottom: 1px solid #999;
}

.headertop_desc p {
    padding: 0;
    margin: 0;
}

.call {
    float: left;
}

.call p {
    font-size: 12px;
    color: #333;
}

.call p span {
    color: #303030;
    font-size: 1em;
    font-weight: bold;
}

.call p span.number {
    color: #E4292F;
    font-size: 1em;
}

.account_desc {
    float: right;
}

.account_desc li {
    display: inline;
    border-left: 1px solid #999;
}

.account_desc li:first-child {
    border: none;
}

.account_desc li a {
    font-size: 12px;
    color: #666;
    padding: 0 10px;
}

.account_desc li a:hover {
    color: #E4292F;
}

.header_top {
    padding: 10px 0;
}

.logo {
    float: left;
}

/**** Cart ****/
.cart {
    float: right;
    position: relative;
    padding-right: 20px;
    margin-top: 10px;
}

.cart p {
    font-size: 0.9em;
    color: #303030;
    display: inline-block;
}

.cart p span {
    font-size: 1.5em;
    color: #E4292F;
}

.wrapper-dropdown-2 {
    display: inline-block;
    margin: 0 auto;
    font-size: 0.9em;
    color: #303030;
    padding: 0px 5px;
    cursor: pointer;
    outline: none;
}

.wrapper-dropdown-2:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: 0px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #E4292F transparent;
}

.wrapper-dropdown-2 .dropdown {
    position: absolute;
    top: 100%;
    width: 75%;
    right: 0px;
    z-index: 1;
    background: #EEE;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-2 .dropdown li {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 0.823em;
    padding: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-2 .dropdown li:hover a {
    color: red;
    background: #AAA;
}

.wrapper-dropdown-2.active:after {
    border-width: 0 6px 6px 6px;
}

.wrapper-dropdown-2.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/**** End Cart ****/
.header_bottom {
    background: #383838;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-rfadius: 6px;
    -o-border-radius: 6px;
}

.menu {
    float: left;
}

.menu li {
    float: left;
}

.menu li a {
    font-family: 'Roboto', sans-serif;
    font-size: 0.823em;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 16px 20px;
    border-right: 2px ridge #585858;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -o-transition: all .9s;
    -ms-transition: all .9s;
    transition: all .9s;
}

.menu li a:hover, .menu li.active a {
    background: #B81D22;
}

.menu li:first-child a {
    border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-rfadius: 6px 0 0 6px;
    -o-border-radius: 6px 0 0 6px;
}

.search_box {
    float: right;
    border: 1px solid #3C3C3C;
    background: #FFF;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    position: relative;
    margin-top: 8px;
    margin-right: 15px;
    width: 25%;
}

.search_box form input[type="text"] {
    border: none;
    outline: none;
    background: none;
    font-size: 12px;
    color: #acacac;
    width: 75%;
    padding: 8px;
}

.search_box form input[type="submit"] {
    border: none;
    cursor: pointer;
    background: url(../images/search.png) no-repeat 0px 7px;
    position: absolute;
    right: 0;
    width: 20px;
    height: 25px;
}

.header_slide {
    margin-top: 10px;
}

.header_bottom_left {
    float: left;
    width: 25%;
}

.categories {
    /*border: 1px solid #EEE;*/
}

.categories .product-categories {
    border: 1px solid #EEE;
    background-color: #fff;
    display: none;
}

.btn.btn-default.dropdown-toggle,
.btn.btn-default.dropdown-toggle:focus,
.btn.btn-default.dropdown-toggle:active,
.categories h3 {
    font-size: 16px;
    color: #FFF;
    padding: 16px 15px 17px 15px;
    background: #f6931e;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    display: block;
    width: 100%;
    z-index: 9999;
    cursor: pointer;
}

.dropdown-menu.categories {
    width: 100%;
}

.dropdown-menu.categories h3 {
    display: none;
}

.categories li a {
    display: block;
    font-size: 13px;
    padding: 8px 5px 8px 15px;
    /*color: #9C9C9C;*/
    color: #333;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: Arial;
    margin: 0 10px;
    background: url(../images/drop_arrow.png) no-repeat 0;
    border-bottom: 1px solid #EEE;
    /*text-transform: uppercase;*/
}

.categories li:last-child a {
    border: none;
}

.categories li a:hover {
    color: #B81D22;
}

.header_bottom_right {
    float: left;
    width: 75%;
    padding-left: 1%;
}

.header .navbar-header {
    z-index: 9;
}

/***** Content *****/
.content {
    padding: 20px 0;
    background: #FFF;
}

.content h2 {
    color: #383838;
    margin-bottom: 0.5em;
    font-size: 1.5em;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin-top: 0px;
    text-transform: uppercase;
}

.content_top {
    padding: 10px 15px;
    border: 1px solid #EBE8E8;
    border-radius: 3px;
    background-color: #629200;
    color: #fff;
}

.content_top > .heading > h3,
.content_top > .heading > h1,
.content_top > .heading a,
.content_top a {
    color: #fff;
    margin: 0;
}

.content_bottom {
    padding: 15px 20px;
    border: 1px solid #EBE8E8;
    border-radius: 3px;
    margin-top: 2.6%;
}

.heading h1,
.heading h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #383838;
    text-transform: uppercase;
}

.see {
    float: right;
    padding-top: 8px;
}

.see p a {
    display: inline;
    font-size: 0.8125em;
    color: #fff;
    background: url(../images/list-img.png) no-repeat right 3px;
    padding: 0px 12px 0px 0px;
}

.see p a:hover {
    color: #E4292F;
}

/**** Grid 1_0f_4 ****/
.grid_1_of_4 {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
    box-shadow: 0px 0px 3px rgb(150, 150, 150);
    -webkit-box-shadow: 0px 0px 3px rgb(150, 150, 150);
    -moz-box-shadow: 0px 0px 3px rgb(150, 150, 150);
    -o-box-shadow: 0px 0px 3px rgb(150, 150, 150);
}

.grid_1_of_4:first-child,
.grid_1_of_4:nth-child(4n+1) {
    margin-left: 0;
}

.images_1_of_4 {
    width: 23.8%;
    padding: 1.5%;
    text-align: center;
    position: relative;
}

.column-product-list {
    margin: 15px 0;
}

.column-product-list > div {
    box-shadow: 0 0 3px rgb(150, 150, 150);
    padding: 15px;
    position: relative;
}

.column-product-list > div:hover {
    box-shadow: #f57921 0 0 8px;
}

.sticky-sale {
    position: absolute;
    display: inline-block;
    background: url("../images/icon-sale.png") no-repeat center;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
}

.column-product-list img,
.images_1_of_4 img {
    max-width: 100%;
}

.column-product-list h2,
.column-product-list h2 a,
.images_1_of_4 h2,
.images_1_of_4 h2 a {
    color: #629201;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    line-height: 17px;
    overflow: hidden;
    margin-bottom: 5px;
}

.column-product-list p,
.images_1_of_4 p {
    font-size: 0.8125em;
    padding: 0.4em 0;
    color: #333;
}

.column-product-list p span.price,
.images_1_of_4 p span.price {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #CC3636;
}

.price-details {
    margin-top: 5px;
    border-top: 1px solid #CD1F25;
    height: 80px;
}

.price-number {
    float: left;
    height: 40px;
    overflow: hidden;
}

.price-details span.rupees {
    font-size: 13px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #666;
    display: block;
    margin-top: 5px;
}

.price-details span.rupees .price-old {
    color: #999;
    text-decoration: line-through;
}

.price-details span.rupees .price {
    color: #e10202;
}

.add-cart {
    float: right;
    display: inline-block;
    margin-top: 5px;
}

.add-cart h4 a {
    font-size: 14px;
    display: block;
    padding: 8px 10px;
    font-family: 'Roboto', sans-serif;
    background: #CD1F25;
    color: #FFF;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.add-cart h4 a:hover {
    text-shadow: 0px 0px 1px #000;
    background: #292929;
}

/*** Footer ***/
.footer {
    position: relative;
    background: rgba(238, 238, 238, 0.8);
    padding-top: 20px;
}

.footer-company {
    font-size: 16px;
    color: #555;
    text-align: center;
}

.footer-company .title {
    font-weight: bold;
}

.footer-address {
    font-size: 14px;
    line-height: 25px;
}

.footer-address > div {
    margin-bottom: 20px;
}

.footer-address .footer-check-car {
    display: inline-block;
    border-radius: 15px;
    border: 1px #ccc solid;
    padding: 3px 10px;
    background-color: #fff;
    margin-left: 5px;
    color: #666;
}

.footer-address .footer-check-car i {
    color: #e10202;
    margin-right: 3px;
}

.footer-company span {
    padding: 0 5px;
}

/* all browsers except IE6 and lower */
.footer-column-design {
    margin-bottom: 15px;
}

.footer-column-design > div {
    border: 1px #CECECE solid;
    padding-bottom: 15px;
}

.footer-column-design h4 {
    color: #666;
    text-transform: uppercase;
    padding: 10px 0 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #CECECE;
}

.footer-column-design ul {
    padding-left: 20px;
}

.footer-column-design li {
    padding-top: 10px;
}

.footer-column-design li a {
    color: #2A5C86;
    display: block;
}

.footer-column-design li span {
    color: #2A5C86;
    cursor: pointer;
    margin: 10px 0;
    /*display:block;*/
}

.footer-column-design li a:hover, .footer-column-design li span:hover {
    color: #DD0F0E;
}

/*** Social Icons ***/
.social-icons {
    padding-top: 15px;
}

.social-icons ul {
    padding-top: 15px;
}

.social-icons h4 {
    border-top: 1px solid #CECECE;
}

.social-icons li {
    width: 30px;
    height: 30px;
    padding: 0 0 0 5px;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    font-size: 22px;
}

.social-icons li a {
    color: #CD1F25;
}

.copy_right {
    text-align: center;
    border-top: 1px solid #EEE;
    padding: 10px 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.copy_right p {
    font-size: 0.823em;
    color: #747474;
}

.copy_right p a {
    color: #DD0F0E;
    font-family: 'Roboto', sans-serif;
    text-decoration: underline;
}

.copy_right p a:hover {
    color: #222;
    text-decoration: none;
}

.price p {
    font-size: 0.8125em;
    padding: 20px 0;
    color: #666;
    vertical-align: top;
}

.price p span {
    font-size: 3em;
    font-family: 'Roboto', sans-serif;
    color: #CD1F25;;
}

.available {
    padding: 20px 0;
    border-top: 1px solid #CD1F25;
}

.available p {
    font-size: 0.9em;
    color: #333;
    font-weight: bold;
    padding-bottom: 10px;
}

.available li {
    display: inline;
    font-size: 0.8125em;
    padding: 1.5% 2%;
    color: #353535;
}

.available li select {
    display: inline;
    font-size: 1em;
    color: #333;
    margin-left: 3px;
}

.share-desc {
    margin-bottom: 15px;
}

.share {
    float: left;
}

.share p {
    padding-top: 10px;
    font-size: 0.9em;
    color: #333;
    font-weight: bold;
}

.share li {
    display: inline-block;
    margin: 5px 6px;
    background: #222;
    border-radius: 5px;
}

.share li img {
    vertical-align: middle;
}

.wish-list {
    padding: 15px 0;
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
}

.wish-list li {
    display: inline-block;
    margin-right: 45px;
}

.wish-list li a {
    color: #383838;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    padding-left: 22px;
    text-decoration: underline;
}

.wish-list li a:hover {
    color: #E4292F;
}

.wish-list li.wish {
    background: url(../images/wishlist.png) no-repeat 0;
}

.wish-list li.compare {
    background: url(../images/compare.png) no-repeat 0;
}

.product-desc, .product-tags {
    clear: both;
    padding-top: 20px;
}

.product-desc p {
    font-size: 0.8em;
    padding: 5px 0;
    color: #969696;
    line-height: 1.8em;
    font-family: verdana, arial, helvetica, helve, sans-serif;
}

.product-desc p span {
    font-weight: bold;
}

.product-tags h4 {
    padding: 10px 0;
    font-size: 0.9em;
    color: #333;
    font-weight: bold;
}

.input-box {
    background: url(../images/tag.png) no-repeat 0 8px;
    padding-left: 35px;
}

.input-box input[type="text"] {
    padding: 8px;
    display: block;
    width: 95%;
    background: #fcfcfc;
    border: none;
    outline: none;
    color: #464646;
    font-size: 0.8125em;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: inset 0px 0px 3px #999;
    -webkit-box-shadow: inset 0px 0px 3px #999;
    -moz-box-shadow: inset 0px 0px 3px #999;
    -o-box-shadow: inset 0px 0px 3px #999;
    -webkit-appearance: none;
}

.product-tags .button {
    margin-top: 15px;
    line-height: 3em;
}

.span_3_of_2 .button {
    float: right;
    margin-top: 1%;
    line-height: 2em;
}

.product-tags .button a {
    font-size: 1em;
    padding: 10px 15px;
    font-family: 'Roboto', sans-serif;
    background: #CD1F25;
    color: #FFF;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.span_3_of_2 .button a:hover, .product-tags .button a:hover {
    text-shadow: 0px 0px 1px #000;
    background: #292929;
}

.product-tags p {
    font-size: 0.85em;
    padding: 5px 0;
    color: #969696;
    line-height: 1.8em;
}

/**** Review *****/
.review h4, .review h4 a {
    font-size: 1.2em;
    color: #333;
    font-family: 'Roboto', sans-serif;
}

.review h4 a {
    text-decoration: underline;
}

.review h4 a:hover {
    text-decoration: none;
    color: #E4292F;
}

.review ul {
    margin-top: 10px;
}

.review li {
    display: block;
    font-family: 'Roboto', sans-serif;
    padding: 8px 0;
    color: #666;
    font-size: 1em;
}

.review li img {
    vertical-align: middle;
}

.review p {
    font-size: 0.8em;
    padding: 5px 0;
    color: #969696;
    line-height: 1.6em;
    font-family: verdana, arial, helvetica, helve, sans-serif;
}

.your-review h3 {
    font-size: 1.2em;
    color: #333;
    font-family: 'Roboto', sans-serif;
}

.your-review div {
    padding: 5px 0;
}

.your-review span {
    display: block;
    font-size: 0.8125em;
    color: #757575;
    padding-bottom: 5px;
    font-family: verdana, arial, helvetica, helve, sans-serif;
}

.your-review label span.red {
    color: #CD1F25;
    display: inline;
}

.your-review input[type="text"], .your-review textarea {
    padding: 8px;
    display: block;
    width: 50%;
    border: 1px solid #E0E0E0;
    background: none;
    outline: none;
    color: #222;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-appearance: none;
}

.your-review textarea {
    resize: none;
    height: 120px;
}

.your-review input[type="submit"] {
    font-size: 1em;
    padding: 10px 15px;
    font-family: 'Roboto', sans-serif;
    background: #CD1F25;
    color: #FFF;
    text-decoration: none;
    border: none;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.your-review input[type="submit"]:hover {
    text-shadow: 0px 0px 1px #000;
    background: #292929;
}

.span_3_of_1 li a {
    font-size: 1em;
    padding: 8px 0 8px 20px;
    color: #666;
    display: block;
    font-family: 'Roboto', sans-serif;
    background: url(../images/drop_arrow.png) no-repeat 0;
    border-bottom: 1px solid #F0F0F0;
}

.span_3_of_1 li a:hover {
    background: url(../images/drop_arrow-hover.png) no-repeat 0;
    color: #B81D22;
}

.span_3_of_2 .button {
    float: right;
    margin-top: 15px;
    line-height: 3em;
}

.span_3_of_2 .button a {
    padding: 12px 20px;
    font-size: 1em;
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", "Helvetica", Tahoma, Verdana, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    background: #3f4040;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.span_3_of_2 .button a:hover {
    border: 1px solid #303030;
    background: #525252;
    text-decoration: none;
}

.subscribe {
    padding: 30px 0;
}

.subscribe p {
    font-size: 0.85em;
    color: #666;
    padding: 5px 0;
    line-height: 1.6em;
}

.signup {
    border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -o-border-radius: 0.2em;
    margin-top: 5px;
    background: #E7E7E7;
    box-shadow: inset 0px 2px 5px #707070;
}

.signup input[type="text"] {
    border: none;
    background: none;
    padding: 5px;
    outline: none;
    width: 70%;
    font-size: 0.85em;
    color: #222;
}

.signup input[type="submit"] {
    border: 1px solid #5C5655;
    padding: 8px 20px;
    font-size: 12px;
    width: 85px;
    margin: 0;
    font-weight: bold;
    cursor: pointer;
    background: #565656;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565656', endColorstr='#565656');
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.signup input[type="submit"]:hover {
    background: #5e5e5e;
    background: -moz-linear-gradient(top, #5e5e5e 0%, #404040 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e5e5e), color-stop(100%, #404040));
    background: -webkit-linear-gradient(top, #5e5e5e 0%, #404040 100%);
    background: -o-linear-gradient(top, #5e5e5e 0%, #404040 100%);
    background: -ms-linear-gradient(top, #5e5e5e 0%, #404040 100%);
    background: linear-gradient(top, #5e5e5e 0%, #404040 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#404040', GradientType=0);
    box-shadow: 1px 1px 0 0 #414141 inset, -1px -1px 0 0 #414141 inset, 0 1px 2px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 0 0 #414141 inset, -1px -1px 0 0 #414141 inset, 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 1px 0 0 #414141 inset, -1px -1px 0 0 #414141 inset, 0 1px 2px -1px rgba(0, 0, 0, 0.15);
}

.community-poll p {
    color: #CD1F25;
    font-size: 0.85em;
    padding: 5px 0;
}

.poll li {
    padding: 3px 0px 9px 0;
}

.poll input.radio {
    float: left;
    margin: 4px 0 0 0;
}

.poll .label {
    display: block;
    margin-left: 20px;
}

.poll label {
    font-size: 0.85em;
    padding: 10px 0;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
}

/**** End Preview Page ******/

/*  About  ============================================================================= */
.col_1_of_3 {
    display: block;
    float: left;
    margin: 0% 0 0% 1.6%;
}

.col_1_of_3:first-child {
    margin-left: 0;
}

.span_1_of_3 {
    width: 29.2%;
    padding: 1.5%;
}

.span_1_of_3 img {
    max-width: 100%;
}

.span_1_of_3 h3 {
    color: #383838;
    margin-bottom: 0.5em;
    font-size: 1.5em;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin-top: 0px;
    text-transform: uppercase;
}

.span_1_of_3 p {
    font-size: 0.8125em;
    padding: 0.5em 0;
    color: #727272;
    line-height: 1.8em;
    font-family: Arial, Helvetica, sans-serif;
}

.year {
    float: left;
    width: 50px;
}

.year p {
    color: #E4292F;
    font-size: 0.95em;
}

.span_1_of_3 p.history {
    float: left;
    width: 85%;
    font-size: 0.8125em;
    color: #727272;
    line-height: 1.8em;
}

.span_1_of_3 .list li a {
    font-size: 0.82em;
    padding: 7px 15px;
    color: #E4292F;
    background: url(../images/drop_arrow.png) no-repeat 0px 10px;
    display: block;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.span_1_of_3 .list li a:hover {
    text-decoration: underline;
}

/* Delivery  ============================================================================= */

.grid_1_of_3 {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.grid_1_of_3:first-child {
    margin-left: 0;
}

.images_1_of_3 {
    width: 29.2%;
    padding: 1.5%;
}

.images_1_of_3 img {
    max-width: 100%;
    display: block;
    border: 1px solid #ECE6E6;
}

.images_1_of_3 h3 {
    color: #383838;
    font-size: 1em;
    margin: 5px 0;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.images_1_of_3 p {
    font-size: 0.823em;
    padding: 5px 0;
    color: #727272;
    line-height: 1.8em;
}

/* FAQ  ============================================================================= */
.ui-accordion .bar {
    cursor: pointer;
    margin: 15px 0;
}

#posts .tab .post-title {
    color: #B81D22;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    margin: 0px;
}

#posts .tab.selected .post-title {
    color: #222;
}

#posts .panel .post-text {
    clear: both;
    padding: 10px;
}

.panel {
    background: #222;
}

.panel p {
    color: #C0C0C0;
    font-size: 0.95em;
    line-height: 1.8em;
    padding: 5px 20px;
}

/****** News **************************/
.image {
    clear: both;
    padding: 10px 0;
}

.grid {
    display: block;
    float: left;
    margin: 0% 0 0% 1.6%;
}

.grid:first-child {
    margin-left: 0;
}

.images_3_of_1 {
    width: 30.2%;
}

.news_desc {
    width: 68.1%;
}

.images_3_of_1 img {
    max-width: 100%;
    display: block;
    border: 1px solid #E0E0E0;
}

.news_desc h3 {
    color: #B81D22;
    margin-bottom: 0.3em;
    font-size: 1.2em;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.news_desc h4 span a {
    text-decoration: underline;
}

.news_desc h4 span a:hover {
    color: #B81D22;
    text-decoration: none;
}

.news_desc h4, .news_desc h4 a {
    font-size: 0.95em;
    color: #303030;;
    padding-bottom: 5px;
}

.news_desc p {
    padding: 5px 0;
    color: #747474;
}

.news_desc p a {
    font-size: 1em;
    color: #B81D22;
}

/*** Page numbers ***/
.content-pagenation {
    padding: 35px 0;
    text-align: right;
}

.content-pagenation li {
    display: inline-block;
}

.content-pagenation li a {
    color: #303030;
    font-size: 0.8em;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background: #FFF;
    padding: 10px 12px;
    box-shadow: 0px 0px 5px #ADADAD;
    -webkit-box-shadow: 0px 0px 2px #ADADAD;
    -moz-box-shadow: 0px 0px 2px #ADADAD;
    -o-box-shadow: 0px 0px 2px #ADADAD;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.content-pagenation li a:hover, .content-pagenation li.active a {
    background: #303030;
    color: #FFF;
}

/*  Contact Form  ============================================================================= */

.col {
    display: block;
    float: left;
    margin: 0% 0 1% 1.6%;
}

.col:first-child {
    margin-left: 0;
}

.span_2_of_3 {
    width: 63.1%;
    padding: 1.5%;
}

.span_1_of_3 {
    width: 29.2%;
    padding: 1.5%;
}

.span_2_of_3 h2, .span_1_of_3 h2 {
    margin-bottom: 0.5em;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin-top: 0px;
}

.contact-form {
    position: relative;
    padding-bottom: 30px;
}

.contact-form div {
    padding: 5px 0;
}

.contact-form span {
    display: block;
    font-size: 0.8125em;
    color: #757575;
    padding-bottom: 5px;
    font-family: verdana, arial, helvetica, helve, sans-serif;
}

.contact-form input[type="text"], .contact-form textarea {
    padding: 8px;
    display: block;
    width: 98%;
    background: none;
    border: 1px solid #CACACA;
    outline: none;
    color: #464646;
    font-size: 1em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-appearance: none;
}

.contact-form textarea {
    resize: none;
    height: 120px;
}

.contact-form input[type="submit"] {
    font-size: 1em;
    padding: 10px 15px;
    font-family: 'Roboto', sans-serif;
    background: #CD1F25;
    color: #FFF;
    border: none;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    right: 0;
}

.contact-form input[type="submit"]:hover {
    text-shadow: 0px 0px 1px #000;
    background: #292929;
}

.company_address p {
    font-size: 0.8125em;
    color: #757575;
    padding: 0.2em 0;
    font-family: Arial, Helvetica, sans-serif;
}

.company_address p span {
    text-decoration: underline;
    color: #444;
    cursor: pointer;
}

.map {
    border: 1px solid #C7C7C7;
    margin-bottom: 15px;
}

.menu-category-full {
    margin-bottom: 10px;
}

.slider-home {
    margin-bottom: 0 !important;
}

.product-detail-title {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}

.column-producer-sort {
    /*margin-top: 15px;*/
}

.column-producer-sort li:first-of-type,
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    text-transform: uppercase;
    font-weight: bold;
    background-color: #f6931e;
    border-color: #f6931e;
}

.list-group-item a {
    color: #666;
}

.column-producer-sort li a {
    color: #333;
    display: block;
}

.header-support {
    border: 1px #ccc solid;
    border-radius: 5px;
    background: url("../images/icon-support.gif") no-repeat left bottom;
    padding: 10px 10px 10px 75px;
}

.header-view-map {
    margin-top: 5px;
}

.header-view-map a {
    padding: 3px 10px;
}

.header-view-map i {
    color: #e94b36;
    margin-right: 5px;
}

.header-logo {
    margin-top: 20px;
}

.header-form-search {
    margin-top: 40px;
}

.header-menu-site {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 0;
    z-index: 99;
}

.product-filter-sort {
    border: 1px #dedede solid;
    margin-top: 10px;
}

.product-filter-sort > a {
    display: inline-block;
    padding: 10px 20px;
    border-right: 1px #dedede solid;
    color: #666;
}

.product-filter-sort > a.active {
    color: #fff;
    background-color: #e10202;
}

.product-filter-sort > a > i {
    margin-right: 3px;
}

.menu-category-full.column-left {
    min-height: 250px;
}

.breadcrumbs-margin-am {
    margin-top: -20px;
    margin-bottom: -20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.categories .product-categories.menu-is-home {
    display: block;
}

.fc-heading.link-group,
.mn.menu-footer {
    margin-bottom: 10px;
}

.mn.menu-footer a {
    color: #666;
}

.mn.menu-footer a:hover {
    color: #333;
    text-decoration: underline;
}

/**** Responsive Layout ****/
@media only screen and (max-width: 768px) {

    .categories .product-categories.menu-is-home {
        display: none;
    }

    .menu-category-full.column-left {
        min-height: 0;
    }

    .product-categories {
        display: none;
    }

    .header-form-search {
        margin-top: 20px;
    }

    .header-support {
        border: 1px #ccc solid;
        border-radius: 5px;
        background: none;
        padding: 10px;
        margin-top: 10px;
    }

    .row .box-list-product {
        padding: 5px;
    }

    .wrap {
        width: 95%;
        padding: 0 10px;
    }

    .call, .account_desc {
        float: none;
        text-align: center;
    }

    /*.call {
        margin-bottom: 10px;
    }*/
    .account_desc li a {
        padding: 0 10px;
    }

    .logo, .cart {
        float: none;
        text-align: center;
    }

    .cart {
        margin-top: 0;
        padding-right: 0;
    }

    .menu {
        float: none;
        width: 100%;
    }

    .search_box {
        /*float: none;*/
        width: 95%;
        margin: 8px 10px 0 10px;
    }

    .header_bottom {
        padding-bottom: 10px;
    }

    .menu li a {
        padding: 15px 20px;
    }

    .price-number {
        float: none;
        padding-top: 0;
        margin-bottom: 5px;
        text-align: right;
    }

    .add-cart {
        float: none;
        width: 93%;
        text-align: center;
        position: absolute;
        bottom: 5px;
    }

    .add-cart h4 a {
        padding: 5px;
        font-size: 12px;
    }

    .desc {
        margin: 10px 0;
    }

    .signup {
        width: 75%;
    }

    .signup input[type="submit"] {
        width: 83px;
    }

    .images_1_of_3 h3 {
        font-size: 0.75em;
    }

    #posts .tab .post-title {
        font-size: 0.9em;
    }

    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_3 {
        width: 96%;
        padding: 2%;
    }

    .contact-form input[type="text"], .contact-form textarea {
        width: 96%;
    }

    .column-product-list {
        padding: 0 10px !important;
    }

    .column-product-list > div {
        padding: 5px;
    }

    .spinner-wrap {
        /*margin: 5px;*/
    }

    .price-details {
        margin-top: 5px;
        border-top: 1px solid #CD1F25;
        height: 95px;
    }

    .price-details span.rupees {
        font-size: 12px;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background: none;
    }

    .copy_right {
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 1281px) and (min-width: 1279px) {
    .btn.btn-default.dropdown-toggle, .btn.btn-default.dropdown-toggle:focus, .btn.btn-default.dropdown-toggle:active, .categories h3 {
        font-size: 13px;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .categories li a {
        padding-right: 0;
    }

    .price-details span.rupees {
        font-size: 12px;
    }

    .add-cart h4 a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.contact-box-wrapper{display:flex;align-items:center;margin-bottom:4px;padding:10px 15px;}
.contact-info span{color:#868686;font-size:12px; display:block; padding-left:10px;}
.contact-info b{ display:block;padding-left:10px; font-size:13px;}
.contact-box-wrapper{ display:block;padding: 5px 10px; text-align:center;}
.contact-info span {padding-left: 0px;color: #303030;font-weight: bold;}
.contact-icon-box {
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 999px;
    margin: 0 auto;
}
.contact-icon-box i{font-size: 26px; line-height: 38px;}
.contact-box-bottom{position:fixed;background:#fff;padding: 6px 0px;bottom:92px;right:10px;border-radius: 10px;box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);z-index:10000}
.contact-box-bottom.pos-left{ left: 10px; right: initial;}
.contact-info,
.facebook-chat-bottom,
.footer-menu-fix{display: none;}
@media (max-width: 768px) {
    .contact-info {
        /*display: none;*/
    }
}