body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #111111;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #121212;
}


/* default font size */

.fa {
    font-size: 14px;
}


/* Override the bootstrap defaults */

h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #e31a22;
    ;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    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;
}


/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}


/* Gradent to all drop down menus */

.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #121212;
    background-color: #efefef;
    background-image: linear-gradient(to bottom, #eeeeee, #efefef);
    background-repeat: repeat-x;
}


/* top */

#top {
    background-color: #FEFEFE;
    background-image: linear-gradient(to bottom, #FFFFFF, #DDDDDD);
    border-bottom: 1px solid #CCCCCC;
    padding: 3px 0px 3px 0;
    margin: 0 0 20px 0;
    height: 40px;
}

#top .container {
    padding: 0 20px;
}

#top #form-currency .currency-select {
    text-align: left;
}

#top #form-currency .currency-select:hover {
    text-shadow: none;
    color: #121212;
    background-color: #efefef;
    background-image: linear-gradient(to bottom, #eeeeee, #efefef);
    background-repeat: repeat-x;
}

#top #form-language .language-select {
    text-align: left;
}

#top #form-language .language-select:hover {
    text-shadow: none;
    color: #121212;
    background-color: #efefef;
    background-image: linear-gradient(to bottom, #eeeeee, #efefef);
    background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
    margin-top: -2px;
    color: #333;
    font-size: 13px;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}

#top-links-right li,
#top-links-right a {
    margin-top: 6px;
    color: #333;
    font-size: 13px;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
    color: #444;
}

#top-links ul.dropdown-menu,
#top-links-right ul.dropdown-menu {
    text-align: left;
    margin-top: 10px;
}

#top-links ul.dropdown-menu li {}

#top-links .dropdown-menu a {
    padding-top: 8px;
    padding-bottom: 8px;
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    background: color: #121212;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 6px;
}

#top-links a+a {
    margin-left: 15px;
}

header {
    padding-bottom: 12px;
}


/* logo */

#logo {
    margin: 0 0 10px 0;
    background: #e31a22;
    padding: 15px;
}


/* search */

#search {
    margin-bottom: 10px;
    padding: 8px 10px 8px 10px;
    background: #EEEEEE;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
}

#search .input-lg {
    height: 36px;
    line-height: 20px;
    padding: 0 10px;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

#search .btn-lg {
    font-size: 16px;
    line-height: 16px;
    padding: 8px 14px 10px 14px;
    margin-left: 8px;
    background-color: #BE1B1B;
    background-image: linear-gradient(to bottom, #D53232, #e31a22);
    background-repeat: repeat-x;
    border-color: #e31a22;
    color: #FFF;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

#search .btn-lg:hover {
    background: #CC0000;
}


/* cart */

#cart {
    margin-top: 8px;
    margin-bottom: 10px;
}

#cart>.btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}

#cart.open>.btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open i {
    color: #FFF !important;
}

#cart.open>.btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #eee;
    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;
}

i.topcart {
    float: left !important;
    background-color: #BE1B1B;
    background-image: linear-gradient(to bottom, #D53232, #e31a22);
    background-repeat: repeat-x;
    padding: 12px 16px;
    margin: -10px 0px -10px -16px;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -khtml-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}


/* menu */

#menu {
    border-radius: 0px;
    min-height: 40px;
}

#menu #home {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #444444, #111111);
    background-repeat: repeat-x;
    border-color: #121212 #121212 #000000;
    margin-left: -14px;
    padding-left: 10px;
}

#menu .fa-home {
    margin-right: 10px;
    font-size: 17px;
}

#menu .nav>li>a {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding: 7px 15px 7px 15px;
    min-height: 15px;
}

#menu .nav>li>a:hover {
    background-color: transparent;
}

#menu .nav>li:hover,
#menu .nav>li+li:hover,
#menu .nav>li.open+li {
    background-color: #CC0000;
}

#menu .navbar-collapse {
    /* max-height: 40px; */
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

#menu .nav.primary {
    background-color: #e31a22;
    border-color: #e31a22;
    width: 100%;
}

#menu .nav.secondary {
    max-height: 40px;
    width: 100%;
    /* background-color: transparent; */
    background-color: #e31a22;
    border-color: #e31a22;
}

#menu .nav.secondary a {
    /* color: black; */
}

#menu .nav.secondary a:hover {
    color: white;
}

#menu .nav li a {
    text-transform: uppercase;
    box-sizing: border-box;
}

#menu .nav.primary>li:first-child>a {
    color: #ffed5f;
}

#menu .nav li:last-child a:after {
    position: relative;
    content: "";
    border-left: none;
}

#menu .nav li a:after {
    position: relative;
    top: 0px;
    left: 15px;
    content: "";
    border-left: 2px white solid;
}

#menu .nav.secondary li a:before {
    border-color: #e31a22;
}

#menu .nav>li+li:last-child {
    background-image: none;
}

#menu .dropdown-menu {
    padding-bottom: 0;
    background: #efefef;
    border: 1px solid #C00;
    -webkit-box-shadow: 0px 3px 3px #333333;
    -moz-box-shadow: 0px 3px 3px #333333;
    box-shadow: 0px 3px 3px #333333;
}

#menu .dropdown-inner {
    display: table;
    margin-right: 12px;
}

#menu .dropdown-inner ul {
    display: table-cell;
    border-right: 1px solid #EEEEEE;
    padding-left: 4px;
    padding-right: 4px;
}

#menu .dropdown-inner ul:last-child {
    border: none;
}

#menu .dropdown-inner ul li {
    padding-top: 2px;
    padding-bottom: 2px;
}

#menu .dropdown-inner a {
    min-width: 168px;
    display: block;
    padding: 3px 8px;
    clear: both;
    line-height: 20px;
    color: #222;
    font-size: 12px;
    border-bottom: 1px solid #FFF;
}

#menu .dropdown-inner li:last-child a {
    border-bottom: 1px solid #EEE;
}

#menu .dropdown-inner li a:hover {
    color: #000;
    background: #DDD;
}

#menu .see-all {
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0px -1px 0px #000000;
    display: block;
    background-color: #CC0000;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 5px 20px;
    /* -webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px; */
    /* border-radius: 0 0 3px 3px; */
    font-size: 12px;
    color: #FFFFFF;
}

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #BE1B1B;
    background-image: linear-gradient(to bottom, #D53232, #e31a22);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 16px;
    font-weight: bold;
    font-stretch: expanded;
    color: #e31a22;
    padding: 2px 18px;
    min-height: 40px;
    margin-top: 0px;
    margin-left: -5px;
    margin-bottom: 0px;
    float: left;
    background: none;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #e31a22;
    background: none;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }

    #menu .navbar-collapse {
        max-height: 40px;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-inner>ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #121212;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
        background-color: #229ac8;
        background-image: linear-gradient(to bottom, #09F, #06F);
        background-repeat: repeat-x;
        border-color: #1f90bb #1f90bb #145e7a;
    }
}


/* content */
/* 
#content {
    min-height: 600px;
} */


/* footer */

footer {
    margin-top: 30px;
    padding-top: 30px;
    background-color: #ECECEC;
    border-top: 1px solid #ddd;
    color: #333333;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #CCCCCC;
}

footer a {
    color: #333;
}

footer a:hover {
    color: #111;
}

footer h5 {
    font-size: 14px;
    font-weight: bold;
    color: #222;
}

footer ul.list-unstyled {
    background: #efefef;
    padding: 8px;
    margin-left: -8px;
}

footer ul.list-unstyled li {
    margin: 4px 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #FFF;
}


/* alert */

.alert {
    padding: 8px 14px 8px 14px;
}


/* breadcrumb */

.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb>li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb>li+li:before {
    content: '';
    padding: 0;
}

.breadcrumb>li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination {
    margin: 0;
}


/* buttons */

.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.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 {
    color: #333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #cccccc #cccccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px !important;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #09F, #06F);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #06F;
    background-position: 0 -15px;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #990000;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.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 */

.list-group a {
    border-top: 1px solid #DDDDDD;
    border-left: none;
    border-right: none;
    color: #121212;
    padding: 8px 12px;
}

.list-group a:first-child {}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border-top: 1px solid #DDDDDD;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e31a22;
    ;
    text-shadow: 0 -1px 0 #FFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}


/* carousel */

.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}


/* product list */

.product-thumb {
    margin-bottom: 20px;
    overflow: auto;
}

.product-list .product-thumb {
    padding-bottom: 12px;
    border-bottom: 1px solid #DDD;
}

.product-thumb .image,
product-grid .product-thumb .image {
    border: 1px solid #ddd;
    text-align: center;
    position: relative;
}

@media (max-width: 767px) {

    .product-thumb .image,
    product-grid .product-thumb .image {
        margin-bottom: 12px;
    }
}

.product-thumb .sidecol {
    float: left;
    margin-right: 8px;
}

@media (max-width: 1000px) {
    .product-thumb .sidecol {
        float: none;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 8px;
    }
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.9;
}

.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 {
    margin-top: 0px;
    font-weight: normal;
}

.product-thumb .caption {
    padding: 10px 20px 0px 20px;
    min-height: 32px;
    text-align: center;
}

.product-list .product-thumb .image {
    max-width: 232px;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
    text-align: left;
    padding-top: 0px;
    min-height: 164px;
}

.product-grid .product-thumb .caption p.listdesc {
    display: none;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 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: #121212;
    font-size: 16px;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    position: absolute;
    border-top: 1px solid #ddd;
    background: url(../image/dottrans.png) repeat;
    color: #121212;
    width: 100%;
    display: none;
    bottom: 0px;
}

.product-grid .product-thumb .gbox {
    position: absolute;
    border-top: 1px solid #ddd;
    background: url(../image/dottrans.png) repeat;
    color: #121212;
    width: 100%;
    display: none;
    bottom: 0px;
}

.product-list .product-thumb .gbox {
    display: none !important;
}

.product-list .product-thumb .button-group {
    border-top: none;
    background-color: #eee;
    overflow: auto;
    border-left: none;
    position: relative !important;
    display: block !important;
    width: auto !important;
    margin-left: 250px;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button,
.product-grid .product-thumb .gbox button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background: none;
    color: #121212;
    line-height: 38px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button+button,
.product-grid .product-thumb .gbox button+button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover,
.product-grid .product-thumb .gbox button:hover {
    color: #000;
    background: none;
    text-decoration: none;
    cursor: pointer;
}

.product-list .product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #121212;
    line-height: 38px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

.product-list .product-thumb .button-group button+button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-list .product-thumb .button-group button:hover {
    color: #000;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

@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%;
    }
}

h1.prodname {
    margin: 4px 0px 12px 0px;
    padding-bottom: 8px;
    border-bottom: 1px solid #DDD;
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0px 0px 0px -15px;
}

.thumbnails>li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {

    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}


/* fixed colum left + content + right*/

@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%;
    }
}


/* fixed product layouts used in left and right columns */

#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}


/* fixed mobile cart quantity input */

.input-group .form-control[name^=quantity] {
    min-width: 50px;
}


/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}


/* owl-carousel */

.owl-carousel {
    border: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

.owl-carousel .owl-wrapper-outer {
    border: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

.swiper-viewport {
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.swiper-button-prev:before {
    width: 24px !important;
    height: 24px !important;
    background: #FFF;
    border: 1px solid #DDD;
    padding: 4px;
    font-size: 24px !important;
}

.swiper-button-next:before {
    width: 24px !important;
    height: 24px !important;
    background: #FFF;
    border: 1px solid #DDD;
    padding: 4px;
    font-size: 24px !important;
}


/* heading box */

.box-heading {
    padding: 0px;
    height: 22px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAADklEQVQIW2NgQAXGZHAAGioAza6+Hk0AAAAASUVORK5CYII=);
    text-shadow: 0px 1px 0px #FFF;
    margin-top: 25px;
    margin-bottom: 24px;
}

.box-heading h3 {
    color: #111111;
    text-shadow: none;
    font-size: 26px;
    padding: 0px 12px 0px 12px;
    background-color: #FFFFFF;
    margin: -2px 8px 0px 12px;
    display: inline-block;
}

.catfilter {
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
    background: #EEE;
    padding: 8px 0px 0px 0px;
}

label.control-label {
    margin-top: 6px;
}

.catlist {
    border-top: 1px solid #e31a22;
    padding-top: 8px;
    padding-bottom: 20px;
}

.catlist ul {
    list-style: none;
    padding-left: 0px;
}

.catlist ul li {
    margin: 4px 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #EEE;
}


/* product image carousel */

#sync1 .item {
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
}

#sync2 {
    text-align: center !important;
}

#sync2 .item {
    padding: 0px;
    margin: 5px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}

#sync1 .item a,
#sync2 .item a {
    border-color: #DDD;
}

#sync2 .item h1 {
    font-size: 18px;
}

#sync2 .synced .item a {
    border: 1px solid #3399FF;
}

.owl-carousel .owl-controls .owl-buttons div {
    opacity: 1.0;
    position: absolute;
}

.owl-carousel .owl-controls .owl-buttons div i {
    font-size: 20px;
    margin-top: 2px;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: 12px;
    top: 30%;
    background: #FFF;
    border: 1px solid #DDD;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.owl-carousel .owl-controls .owl-buttons .owl-next {
    right: 12px;
    top: 30%;
    background: #FFF;
    border: 1px solid #DDD;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .col-xs-fix {
        width: 50% !important;
    }

    #column-left+#content .product-layout,
    #column-right+#content .product-layout {
        width: 50% !important;
    }

    #column-left+#content+#column-right .product-layout {
        width: 50%;
    }
}

@media (max-width: 420px) {
    .col-xs-fix {
        width: 100% !important;
    }

    #column-left+#content .product-layout,
    #column-right+#content .product-layout {
        width: 100% !important;
    }

    #column-left+#content+#column-right .product-layout {
        width: 100%;
    }
}


/* Mob Menu */

#mobmenu {
    width: 100%;
    max-width: 767px;
    margin-left: auto;
    margin-right: auto;
    height: 48px;
    padding: 8px 8px;
    background-color: #FEFEFE;
    background-image: linear-gradient(to bottom, #FFFFFF, #DDDDDD);
    border-bottom: 1px solid #CCCCCC;
    position: relative;
    z-index: 9999;
}

.mleft {
    float: left;
    display: inline-block;
}

.mright {
    float: right;
    display: inline-block;
}

.mcenter {
    display: block;
}

.menu-btn>.btn {
    background: #111111;
    color: #FFFFFF;
    border: none;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
}

.curlang {
    margin-top: 2px;
    height: 42px;
    position: relative;
    background: #EEE;
    padding-top: 4px;
    padding-left: 15px;
    padding-right: 16px;
    text-align: left;
}

.mhome {
    display: none;
}

.menu-panel {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 90%;
    max-width: 300px;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.6s;
    -moz-transition: visibility 0s 0.6s;
    transition: visibility 0s 0.6s;
    z-index: 999;
}

.menu-panel::after {
    /* overlay layer */
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    max-width: 300px;
    background: transparent;
    cursor: pointer;
    -webkit-transition: background 0.6s 0.6s;
    -moz-transition: background 0.6s 0.6s;
    transition: background 0.6s 0.6s;
    padding: 8px;
}

.menu-panel.is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
}

.menu-panel.is-visible::after {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: background 0.6s 0s;
    -moz-transition: background 0.6s 0s;
    transition: background 0.6s 0s;
}

.menu-panel.is-visible .menu-panel-close::before {
    -webkit-animation: menu-close-1 0.6s 0.6s;
    -moz-animation: menu-close-1 0.6s 0.6s;
    animation: menu-close-1 0.6s 0.6s;
}

.menu-panel.is-visible .menu-panel-close::after {
    -webkit-animation: menu-close-2 0.6s 0.6s;
    -moz-animation: menu-close-2 0.6s 0.6s;
    animation: menu-close-2 0.6s 0.6s;
}

.menu-panel-close {
    position: absolute;
    background: #d20000;
    top: 8px;
    right: 8px;
    height: 34px;
    width: 38px;
    border: none;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
}

.menu-panel-close i {
    color: #FFF;
}

.menu-panel-header {
    position: fixed;
    width: 90%;
    max-width: 300px;
    height: 50px;
    line-height: 50px;
    background: #EEEEEE;
    z-index: 2;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    -webkit-transition: top 0.6s 0s;
    -moz-transition: top 0.6s 0s;
    transition: top 0.6s 0s;
    padding-left: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #CCC;
}

.menu-panel-header p {
    font-size: 15px;
    color: #111;
}

.menu-panel-header a {
    color: #111;
}

.menu-panel-header i {
    font-size: 18px;
}

.is-visible .menu-panel-header {
    top: 0;
    -webkit-transition: top 0.6s 0.6s;
    -moz-transition: top 0.6s 0.6s;
    transition: top 0.6s 0.6s;
}

.menu-panel-container {
    position: fixed;
    width: 90%;
    max-width: 300px;
    height: 100%;
    top: 0;
    background: #EEEEEE;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.from-left .menu-panel-container {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    border-right: 5px solid #EEE;
}

.is-visible .menu-panel-container {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

.menu-panel-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 48px 0px 12px 0px;
    overflow: auto;
    /* smooth scrolling on touch devices */
    -webkit-overflow-scrolling: touch;
    background-color: #FFFFFF;
}

.menu-panel-content p {
    font-size: 14px;
    font-size: 0.875rem;
    color: #424f5c;
    line-height: 1.4;
    margin: 2em 0;
}

.menu-panel-content p:first-of-type {
    margin-top: 0;
}

ul.mnav {
    margin-top: 0px;
    border-top: 1px solid #CCC;
}

ul.mnav li {
    background: #FFF;
    border-bottom: 1px solid #CCC;
}

ul.mnav li:hover,
ul.mnav li a:hover {
    background: #DDD;
}

ul.mnav li a:focus {
    background: #EEE;
    margin-bottom: 4px;
}

ul.mnav li a {
    color: #222;
    font-size: 14px;
}

ul.mnav li i {
    margin-right: 8px;
}

ul.navbar-acc-collapse {
    background: #EEE;
}

ul.navbar-acc-collapse li {
    margin-left: 16px;
    padding: 8px 8px;
    list-style: circle;
    border-bottom: none;
    border-top: 1px solid #CCC;
}

.mnavhead {
    background: #EEE;
    padding: 10px 0px 4px 0px;
    border-bottom: 1px solid #CCC;
}

.mnavhead h3 {
    margin-left: 12px;
    text-shadow: 0px 1px 0px #000;
}

.searchbox {
    position: absolute;
    right: 0px;
    min-width: 40px;
    width: 0%;
    height: 40px;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    border: none !important;
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #dcddd8;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0px 45px 0px 12px;
    font-size: 14px;
    color: red;
}

.searchbox-input::-webkit-input-placeholder {
    color: #d74b4b;
}

.searchbox-input:-moz-placeholder {
    color: #d74b4b;
}

.searchbox-input::-moz-placeholder {
    color: #d74b4b;
}

.searchbox-input:-ms-input-placeholder {
    color: #d74b4b;
}

.searchbox-icon {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    font-size: 20px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    color: #dcddd8;
    background: #111111;
}

.searchbox-submit {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    font-size: 14px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    color: #dcddd8;
    background: #111111;
}

.searchbox-open {
    width: 100%;
}

.currm span,
.langm span {
    margin-right: 8px;
}

p.tcompare {
    display: inline-block;
    margin-left: 15px;
}

@media (max-width: 767px) {
    header {
        padding-bottom: 15px;
    }

    #logo {
        clear: both;
        float: none;
        margin-top: 15px;
        text-align: center;
    }

    #logo img {
        margin-left: auto;
        margin-right: auto;
    }

    #mcart .dropdown-menu {
        position: absolute;
        min-width: 300px;
        top: 37px;
        right: -8px;
        max-height: 420px;
        overflow: auto !important;
        padding: 8px;
    }

    #mcart>.btn {
        margin-top: -4px;
        font-size: 13px;
        line-height: 16px;
        min-width: 200px;
        color: #FFF;
        background: #111111;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        -o-border-radius: 0px !important;
        border-radius: 0px !important;
    }

    i.topcart {
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        -o-border-radius: 0px !important;
        border-radius: 0px !important;
    }

    #mcurrency {
        margin-right: 15px;
    }

    #mcurrency .currency-select {
        text-align: left;
        color: #000;
    }

    #mcurrency .currency-select:hover {
        text-shadow: none;
        color: #ffffff;
        background-color: #229ac8;
        background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
        background-repeat: repeat-x;
    }

    #mcurrency ul.dropdown-menu {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -khtml-border-radius: 0px;
        border-radius: 0px;
    }

    #mlanguage .language-select {
        text-align: left;
        color: #000;
    }

    #mlanguage .language-select:hover {
        text-shadow: none;
        color: #ffffff;
        background-color: #229ac8;
        background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
        background-repeat: repeat-x;
    }

    #mlanguage ul.dropdown-menu {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -khtml-border-radius: 0px;
        border-radius: 0px;
    }

    .navbar-ex1-collapse {
        background: #F7F7F7;
    }

    /* #menu .nav>li>a {
        color: #fff;
    } */

    /* #menu .nav>li+li:hover,
    #menu .nav>li.open+li {
        background-color: #FFF;
    } */

    /* #menu .nav>li+li {
        background: none;
        border-top: 1px solid #CCC;
    } */

    /* #menu .nav>li>a:first-child {
        background: none;
        border-bottom: 0px solid #CCC;
    } */
    #menu .nav li {
        padding-left: 10px;
    }

    #menu .nav li a:after {
        display: none;
    }

    #menu {
        border: none;
    }

    #menu .dropdown-menu {
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #menu .see-all {
        padding: 8px 20px;
    }

    .mhome {
        display: block;
    }

    a.mhome i {
        padding: 12px 16px;
        color: #FFF;
        background: #111111;
        height: 40px !important;
        font-size: 15px;
        display: block;
    }

    button.catm span {
        padding: 0 12px 0 8px;
        margin-left: -4px;
    }

    .currm,
    .langm {
        padding: 5px 0px;
    }

    .langm img {
        padding-bottom: 5px;
    }

    .currm span,
    .langm span {
        font-size: 15px;
        color: #111;
        margin-right: 8px;
    }

    .currm i,
    .langm i {
        font-size: 15px;
        color: #111;
    }

    button.currm strong,
    button.langm strong {
        font-size: 16px;
        color: #111;
    }

    .leftlang {
        float: left !important;
        color: #111;
    }

    p.tcompare {}

    .catfilter {
        text-align: right;
        padding: 12px;
    }
}

.alert-success button.close {
    margin-right: 20px;
}