
body {
    color: #666;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
}
.fa {
    font-size: 14px;
}
h1 {
    color: #f57f21;
    font-size: 38px;
    font-weight: bold;
}
h2 {
    color: #f47a1f;
    font-size: 30px;
    font-weight: bold;
}
h3 {
    font-size: 37px;
    text-transform: uppercase;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: #f88d1f;
}
a:hover {
    text-decoration: none;
}
legend {
    font-size: 18px;
    padding: 7px 0;
}
label {
    font-size: 12px;
    font-weight: normal;
}
select.form-control, textarea.form-control, input.form-control[type="text"], input.form-control[type="password"], input.form-control[type="datetime"], input.form-control[type="datetime-local"], input.form-control[type="date"], input.form-control[type="month"], input.form-control[type="time"], input.form-control[type="week"], input.form-control[type="number"], input.form-control[type="email"], input.form-control[type="url"], input.form-control[type="search"], input.form-control[type="tel"], input.form-control[type="color"] {
    font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}
.nav-tabs {
    margin-bottom: 15px;
}
div.required .control-label::before {
    color: #f00;
    content: "* ";
    font-weight: bold;
}
.dropdown-menu li > a:hover {
    background-color: #e76e1a;
    background-image: linear-gradient(to bottom, #f88d1f, #ed2b23);
    background-repeat: repeat-x;
    color: #ffffff;
    text-decoration: none;
}
#top {
    background-color: #f8891e;
    border-bottom: 1px solid #ed2724;
    margin: 0 0 20px;
    min-height: 40px;
    padding: 4px 0 3px;
}
#top .container {
    padding: 0 20px;
}
#top #currency .currency-select {
    text-align: left;
}
#top #currency .currency-select:hover {
    background-color: #e76e1a;
    background-image: linear-gradient(to bottom, #f88d1f, #ed2b23);
    background-repeat: repeat-x;
    color: #ffffff;
    text-shadow: none;
}
#top .btn-link, #top-links li, #top-links a {
    color: #fff;
    text-shadow: 0 0 0 #fff;
}
#top .btn-link:hover, #top-links a:hover {
    color: #444;
}
#top-links .dropdown-menu a {
    text-shadow: none;
}
#top-links .dropdown-menu a:hover {
    color: #fff;
}
#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}
#top-links {
    padding-top: 6px;
}
#top-links a + a {
    margin-left: 15px;
}
#logo {
    margin: 0 0 20px;
}
#search {
    margin-bottom: 10px;
}
#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #fff;
}
#cart {
    margin-bottom: 10px;
}
#cart > .btn {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}
#cart.open > .btn {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    color: #666;
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu {
    background: #eee none repeat scroll 0 0;
    z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 100%;
}
@media (max-width: 478px) {
#cart .dropdown-menu {
    width: 100%;
}
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
@media (max-width: 478px) {
#cart .dropdown-menu li > div {
    min-width: 100%;
}
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}
#menu {
    background-color: #e76e1a;
    background-image: linear-gradient(to bottom, #f88d1f, #ed2b23);
    background-repeat: repeat-x;
    border-color: #ed2b23 #ed2b23 #f36723;
    min-height: 40px;
}
#menu .nav > li > a {
    background-color: transparent;
    color: #fff;
    min-height: 15px;
    padding: 10px 15px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
    padding-bottom: 0;
}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    clear: both;
    color: #333333;
    display: block;
    font-size: 12px;
    line-height: 20px;
    min-width: 160px;
    padding: 3px 20px;
}
#menu .dropdown-inner li a:hover {
    color: #ffffff;
}
#menu .see-all {
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #ddd;
    display: block;
    font-size: 12px;
    margin-top: 0.5em;
    padding: 3px 20px;
}
#menu .see-all:hover, #menu .see-all:focus {
    background-color: #e76e1a;
    background-image: linear-gradient(to bottom, #f88d1f, #ed2b23);
    background-repeat: repeat-x;
    color: #ffffff;
    text-decoration: none;
}
#menu #category {
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    padding-left: 15px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
    background-color: #e76e1a;
    background-image: linear-gradient(to bottom, #f88d1f, #ed2b23);
    background-repeat: repeat-x;
    border-color: #ed2b23 #ed2b23 #f36723;
    color: #fff;
    float: right;
    font-size: 15px;
    font-stretch: expanded;
    padding: 2px 18px;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    background-color: #e76e1a;
    color: #ffffff;
}
@media (min-width: 768px) {
#menu .dropdown:hover .dropdown-menu {
    display: block;
}
}
@media (max-width: 767px) {
#menu {
    border-radius: 4px;
}
#menu div.dropdown-inner > ul.list-unstyled {
    display: block;
}
#menu div.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.1);
    margin-left: 0 !important;
    padding-bottom: 10px;
}
#menu .dropdown-inner {
    display: block;
}
#menu .dropdown-inner a {
    color: #fff;
    width: 100%;
}
#menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
#menu .see-all {
    border: medium none;
    border-radius: 0;
    color: #fff;
    margin-top: 0;
}
}
#content {
    min-height: 600px;
}
footer {
    background-color: #303030;
    background-image: linear-gradient(to bottom, #ed2b23, #f88d1f);
    border-top: 0 solid #ddd;
    color: #e2e2e2;
    margin-top: 30px;
    padding-top: 30px;
}
footer hr {
    border-bottom: 1px solid #ffd09c;
    border-top: medium none;
}
footer a {
    color: #efefef;
}
footer a:hover {
    color: #fff;
}
footer h5 {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.alert {
    padding: 8px 14px;
}
.breadcrumb {
    border: 1px solid #ddd;
    margin: 0 0 20px;
    padding: 8px 0;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    padding: 0 20px;
    position: relative;
    text-shadow: 0 1px 0 #fff;
    white-space: nowrap;
}
.breadcrumb > li + li::before {
    content: "";
    padding: 0;
}
.breadcrumb > li::after {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    content: "";
    display: block;
    height: 26px;
    position: absolute;
    right: -5px;
    top: -3px;
    transform: rotate(-45deg);
    width: 26px;
}
.pagination {
    margin: 0;
}
.buttons {
    margin: 1em 0;
}
.btn {
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    font-size: 12px;
    padding: 7.5px 12px;
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    font-size: 15px;
    padding: 10px 16px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-default {
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.btn-primary {
    background-color: #e76e1a;
    background-image: linear-gradient(to bottom, #f88d1f, #ed2b23);
    background-repeat: repeat-x;
    border-color: #ed2b23 #ed2b23 #f36723;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #ed2b23;
    background-position: 0 -15px;
}
.btn-warning {
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: 0 1000px 0 rgba(0, 0, 0, 0.1) inset;
}
.btn-danger {
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: 0 1000px 0 rgba(0, 0, 0, 0.1) inset;
}
.btn-success {
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: 0 1000px 0 rgba(0, 0, 0, 0.1) inset;
}
.btn-info {
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-color: #df5c39;
    background-image: none;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #f88d1f;
    cursor: pointer;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}
.list-group a {
    border: 1px solid #dddddd;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #444444;
    text-shadow: 0 1px 0 #fff;
}
.carousel-caption {
    color: #ffffff;
    text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev::before {
    content: "";
    font-family: FontAwesome;
}
.carousel-control .icon-next::before {
    content: "";
    font-family: FontAwesome;
}
.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
}
.product-thumb .image {
    text-align: center;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}
.product-grid .product-thumb .image {
    float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
}
}
.product-thumb h4 {
    font-weight: bold;
}
.product-thumb .caption {
    min-height: 125px;
    padding: 0 20px;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
    margin-left: 0;
    min-height: 0;
    padding: 0 10px;
}
.product-grid .product-thumb .caption {
    min-height: 0;
}
}
.product-thumb .rating {
    padding-bottom: 10px;
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #fc0;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #e69500;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
    color: #444;
    font-size: 21px;
    font-weight: bold;
}
.product-thumb .price-new {
    font-weight: 600;
}
.product-thumb .price-old {
    color: #999;
    margin-left: 10px;
    text-decoration: line-through;
}
.product-thumb .price-tax {
    color: #999;
    display: block;
    font-size: 12px;
}
.product-thumb .button-group {
    background-color: #eee;
    border-top: 1px solid #ddd;
    overflow: auto;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
.product-list .product-thumb .button-group {
    border-left: medium none;
}
}
.product-thumb .button-group button {
    background-color: #eee;
    border: medium none;
    color: #888;
    display: inline-block;
    float: left;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    width: 60%;
}
.product-thumb .button-group button + button {
    border-left: 1px solid #ddd;
    width: 20%;
}
.product-thumb .button-group button:hover {
    background-color: #ddd;
    color: #444;
    cursor: pointer;
    text-decoration: none;
}
@media (max-width: 1200px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%;
}
}
@media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%;
}
}
.thumbnails {
    clear: both;
    list-style: outside none none;
    margin: 0;
    overflow: auto;
    padding: 0;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    margin-left: -20px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    border: 1px solid #ddd;
    display: block;
    margin-bottom: 20px;
    padding: 5px;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}
@media (min-width: 768px) {
#column-left .product-layout .col-md-3 {
    width: 100%;
}
#column-left + #content .product-layout .col-md-3 {
    width: 50%;
}
#column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
}
#content + #column-right .product-layout .col-md-3 {
    width: 100%;
}
}
.dropdown-menu {
    background-color: #f8891e;
}
.sub-cat {
    color: #333;
}
#menu .nav > li > a {
    background-color: transparent;
    color: #fff;
    min-height: 15px;
    padding: 10px 15px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-transform: uppercase !important;
}
#menu .see-all {
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #ddd;
    color: #fff;
    display: block;
    font-size: 12px;
    margin-top: 0.5em;
    padding: 3px 20px;
}
#menu .dropdown-inner a {
    clear: both;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 20px;
    min-width: 160px;
    padding: 3px 20px;
}
.dropdown-menu {
    min-width: 230px;
}
#menu .dropdown-inner a {
    text-transform: uppercase;
}
.breadcrumb a {
    color: #333;
    font-size: 12px;
    font-weight: bold;
}
.refine-a {
    font-weight: bold;
    line-height: 28px;
    text-transform: uppercase;
}
#menu .nav > li > a {
    padding: 10px 95px;
}
.common-home h3 {
    color: #f47521;
    float: left;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 25px 0;
    text-align: center;
    width: 100%;
}
#carousel0 {
    background: #fff none repeat scroll 0 0;
    direction: ltr !important;
    height: 290px;
    margin: 0;
    z-index: 1;
}