body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    margin: auto;
    background-color: #ffffff;
}
header {
    margin: 0 0 5px;
    padding: 5px 0;
    position: relative;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-family: 'Quicksand';
    margin-top: 10px;
    margin-bottom: 10px;
}
h1 {
    margin-top: 0;
    margin-bottom: 16px;
}
/* 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;
}
img {
    max-width: 100%;
}
.img-thumbnail {
    background: none;
}
a {
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus, a:hover {
    color: #666;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}
button, button:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 12px;
    font-weight: normal;
    padding: 10px 0 5px;
}
hr {
    border-top: 1px solid #e6e6e6;
}
#product label {
    font-size: 14px;
    font-weight: normal;
    margin-top: 15px;
}
.text-primary {
    color: #111;
}
.text-success {
    color: #6AA91E;
}

option {
    font-size: 13px;
}
.form-control {
    background: none;
}
.form-control:focus {
    border-color: #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}
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;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}
.input-group-addon {
    background-color: rgba(0,0,0,0.03);
}
.input-group .input-group-addon {
    border-radius: 0;
    font-size: 12px;
    height: 30px;
}
.img-thumbnail {
    border-radius: 0;
    padding: 0;
    border: none;
}
.dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    min-width: 125px;
    border-top: 1px solid #CECECE!important;
    border: none;
    padding: 0;
    background: #DCDCDC;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #111;
    border-color: #111;
}

/* Table */
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom: none;
}
.table:last-of-type {
    margin-bottom: 0;
}

/* Form */
.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

/* Review */

#review {
    margin-bottom: 60px;
}
#review .table {
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
#review .table-striped>tbody>tr:nth-of-type(odd) {
    background: none;
}
#review .table td {
    border: none;
}
.tab-content .fa-stack {
    width: 1em;
    height: 1em;
    margin: 10px 0;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}
.navbar-nav {
    float: right;
    text-transform: uppercase;
    padding: 8px 20px 8px 20px;
}
.navbar-collapse {
    padding: 0;
}
.product-tabs {
    clear: left;
}
.nav-tabs {
    margin-bottom: 0;
}
.nav-tabs>li>a {
    border-radius: 0;
}
.tab-content {
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px;
    background-color: #f5f5f5;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #f5f5f5;
}
.nav-tabs>li>a {
    border-color: 1px solid #e6e6e6;
}
.nav-tabs>li>a:hover {
    border-color: #e6e6e6;
    background-color: #f5f5f5;
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #af1c22;
}

/* top */
#top {
    background-color: #000000;
    padding: 5px 0;
    margin: 0 0 5px 0;
    min-height: 40px;
}
#top .container {
    padding: 0 20px;
}
#top #top-links .list-inline {
    margin-bottom: 0;
}
#top #currency .currency-select {
    text-align: left;
}
#top #currency .currency-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #333;
}

#top-links .header-cart #cart {
    padding: 5px;
}
#top .btn-link, #top-links li, #top-links a {
    color: #ffffff;
    text-decoration: none;
    padding: 5px;
    border: none;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#top .dropdown-menu .btn-link, #top-links .dropdown-menu li, #top-links .dropdown-menu a {
    color: #777;
}
#top .btn-link:hover, #top-links a:hover {
    color: #d9d9d9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#top .dropdown-menu {
    margin-top: 5px;
}
#top-links .dropdown-menu a, #top-links .dropdown-menu button {
    text-shadow: none;
    padding: 5px 10px!important;
    font-size: 13px;
    width: 100%;
}
#top-links .dropdown-menu a:hover {
    color: #FFF;
}
#top-links .header-cart .dropdown-menu a:hover {
    color: #111;
}
#top-links .dropdown-menu li {
    padding: 0!important;
    width: 100%;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}
#top-links a + a {
    margin-left: 15px;
}
/* search */
#search .input-lg {
    height: 45px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 0;
}
#search .btn-lg {
    background: transparent;
    font-size: 15px;
    line-height: 18px;
    height: 45px;
    padding: 10px 35px;
}
#search .btn-lg:hover {
    background: #eee;
    color: #111;
}
#search .dropdown-menu {
    z-index: 1001 !important;
    background: #fff;
    width: 100%;
}
#search .dropdown-menu li{
    border-bottom: 1px solid #dbdee1;
 }
#search .dropdown-menu li, .ui-menu .ui-menu-item {
    margin-bottom: 10px;
}
#search .dropdown-menu a {
    border-radius: 0;
    white-space: normal;
}
#search .ajaxadvance .name {
    margin:0;
    font-size: 14px;
}
#search .ajaxadvance .price {
    margin:0;
    font-size: 12px;
}
#search .ajaxadvance .image {
    display:inline-flex;
    float: left;
    margin-right:10px;
    max-height: 48px;
}
#search .ajaxadvance .content {
    display:inline-block;
}
#search .ajaxadvance .content > div {
    margin-top:5px;
}
#search .ajaxadvance .price-old {
    color: #ff0000;
    text-decoration: line-through;
}
#search .ajaxadvance .highlight {
    color: #38b0e3;
}
/* logo */

#logo {
    margin: 15px 0;
}

header #logo .img-responsive {
    display: inline-block;
    width:260px;
    max-width:100%;
}
@media (max-width: 768px) {
    header #logo {
    margin-bottom: 30px;
    float: left:
    }
    .header-logo {
    float: left;
    }
    .navbar-header {
    margin-top: 20px;
    }
}
@media (max-width: 560px) {
    .header-logo {
    width: 60%;
    }
    .navbar-header {
    margin-top: 0;
    }
}
/* cart */
@media (max-width: 768px) {
    header #cart {margin-bottom: 20px; margin-top: 20px;}
}
header #cart > .btn-inverse {
    background: transparent;
    color: #111;
    font-size: 16px;
    line-height: 22px;
    border: 1px solid #111;
    padding: 10px;
}
header #cart > .dropdown-toggle:hover {
    background: #111;
    color: #fff;
}
#cart.open > .btn {
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
}
#cart .dropdown-menu {
    border: none;
    border-top: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    z-index: 1001;
    padding-top: 0;
    margin-top: 7px;
    right: 0;
}
#cart .dropdown-menu .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #D6D6D6;
}
#cart .dropdown-menu .table>tbody>tr>td,
#cart .dropdown-menu .table>tbody>tr>th,
#cart .dropdown-menu .table>tfoot>tr>td,
#cart .dropdown-menu .table>tfoot>tr>th,
#cart .dropdown-menu .table>thead>tr>td,
#cart .dropdown-menu .table>thead>tr>th {
    border-top: 1px solid #D6D6D6;
}
#cart .dropdown-menu .table-bordered>tbody>tr>td,
#cart .dropdown-menu .table-bordered>tbody>tr>th,
#cart .dropdown-menu .table-bordered>tfoot>tr>td,
#cart .dropdown-menu .table-bordered>tfoot>tr>th,
#cart .dropdown-menu .table-bordered>thead>tr>td,
#cart .dropdown-menu .table-bordered>thead>tr>th,
#cart .dropdown-menu .table-bordered {
    border: 1px solid #D6D6D6;
}
#cart .dropdown-menu {
    min-width: 95%;
}
@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;
    display: inline-block;
}
    @media (max-width: 478px) {
    #cart .dropdown-menu li > div {
    min-width: 100%;
    }
    }
#cart .dropdown-menu li p {
    margin: 10px 0;
    padding: 0 10px;
    display: inline-block;
    width: 100%;
}
#cart .dropdown-menu li p a:first-of-type {
    float: left;
    width: auto;
}
#cart .dropdown-menu li p a:last-of-type {
    float: right;
    width: auto;
}
/* menu */
#menu {
    min-height: 40px;
    border-radius: 0;
}
#menu li a {
    font-family: 'Quicksand';
    letter-spacing: 2px;
    font-size: 13px;
    line-height: 22px;
    color: #000;
}
#menu .nav>li>a:focus, #menu .nav>li>a:hover {
    background: none;
}
#menu .dropdown-menu {
    padding-bottom: 0;
}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 190px;
    display: block;
    padding: 7px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}
#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}
#menu .see-all {
    display: block;
    margin-top: 0;
    border-top: 1px solid #CECECE;
    padding: 10px 20px;
    font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #111;
}
#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: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 0 2px 18px;
    float: right;
    color: #000;
    margin-right: 0;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #555;
}
.navbar-header .fa {
    font-size: 32px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: none;
    border: none;
}
@media (min-width: 768px) {
    #menu .container .navbar-collapse {
    padding-left: 0;
    }
    #menu .dropdown:hover .dropdown-menu {
    display: block;
    }
}
@media (max-width: 767px) {
    #menu {
    border-radius: 0;
    background: none!important;
    }
    .navbar-nav {
    margin: 0;
    text-align: right;
    padding: 0;
    }
    .navbar-collapse.in {
    background-color: #f5f5f5;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
    }
    #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(255, 255, 255, .15);
    }
    #menu .dropdown-inner {
    display: block;
    }
    #menu .dropdown-inner a {
    width: 100%;
    color: #333;
    }
    #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;
    }
}

@media (max-width: 767px) {
    .header-menu {
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 999;
    }
}
/* content */
#content {
    min-height: 600px;
}

/* footer */
footer {
    margin-top: 0;
    padding-top: 30px;
    background-color: #111;
    color: #333;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #96181c;
}
footer .container p {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    color: #555;
}
footer .container p a {
    color: #c5c5c5;
}
footer a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
footer a:hover {
    color: #adadad;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #c5c5c5;
}
footer .footer-information {
    text-align: center;
}
footer .footer-information ul {
    display: inline-block;
}
footer .footer-information ul li {
    display: inline-block;
    float: left;
    padding: 0 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
footer .footer-menu {
    text-align: center;
}
footer .footer-menu ul {
    display: inline-block;
    margin-bottom: 0;
}
footer .footer-menu ul li {
    display: inline-block;
    float: left;
    padding: 0 15px;
}
footer .footer-menu hr {
    margin-top: 10px;
    margin-bottom: 15px;
}
/* alert */
.alert {
    padding: 14px;
    border-radius: 0;
}

.alert-success {
    color: #666;
    background-color: transparent;
    border-color: #999;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 10px 0;
    padding:5px 10px 5px 10px;
    border-radius: 0;
    background: none;
    border: 1px solid;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb li a, .breadcrumb li a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.breadcrumb > li {
    text-shadow: none;
    padding: 0 15px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb li:first-of-type {
    padding: 0 15px 0 0;
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    right: -4px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.breadcrumb > li:last-of-type:after {
    display: none;
}
.pagination {
    margin: 0;
    border-radius: 0;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
}
.pagination>li>a,
.pagination>li>span {
    padding: 10px 15px;
    background: none;
    color: #888;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #666;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #444;
    border-color: #e6e6e6;
}
.product-pagination {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 25px 0;
}
/* buttons */
#button-cart {
    padding: 10px 0px;
    text-transform: uppercase;
    font-size: 14px;
}
.buttons {
    margin: 1em 0;
}
.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border-radius: 0;
}
.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: #777;
    background-color: transparent;
}
.btn-primary {
    color: #ffffff;
    background-color: #111;
    border: 1px solid #111;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #4f4f4f;
    background-position: 0 -15px;
    border-color: #4f4f4f;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    background-color: #5A5A5A;
    border-color: #5A5A5A;
}
.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;
    background-color: #da4f49;
}
.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;
    border-color: #df5c39;
}
.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open>.dropdown-toggle.btn-info {
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

/* checkout*/
.checkout-wizard {
    margin-top: 50px;
}
.checkout-wizard > .checkout-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: -25px 0;
}
.checkout-wizard > .checkout-step > .progress > .progress-bar {
    width:0px;
    box-shadow: none;
    background: #6AA91E;
}
.checkout-wizard > .checkout-step.text-success > .progress > .progress-bar {
    width:100%;
}
.checkout-wizard > .checkout-step:nth-child(1) > .progress {
    left: 54%;
    width: 100%;
}
.checkout-wizard > .checkout-step:nth-child(2) > .progress {
    left: 54%;
    width: 100%;
}
.checkout-wizard > .checkout-step:nth-child(3) > .progress {
    width: 0;
}

.checkout-pointer {
    cursor: pointer;
}

.checkout-fieldset {
    margin-bottom: 20px;
}
.login-forgotten-link {
    margin-left: 10px;
}
.checkout-spin {
    font-size: 5em !important;
}
.checkout-header-circle {
    font-size: 2em !important;
}
.checkout-header-icon {
    font-size: 1em !important;
}
.panel {border-radius: 0;}
.panel-group .panel {border-radius: 0;}
.panel-np-full {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.panel-np-left {
    padding-left: 0px !important;
    /padding-right: 10px !important;
}
.panel-np-right {
    padding-left: 10px !important;
    padding-right: 0px !important;
}
.panel-heading {
    vertical-align: middle;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}

/* Wells */
.well {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #D0D0D0;
}


/* list group */
.list-group a {
    border: 1px solid #e6e6e6;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #e6e6e6;
    text-shadow: 0 1px 0 #FFF;
}
.list-group-item {
    background: #e6e6e6;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
/* 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-top: 20px;
    margin-bottom: 20px;
    overflow: auto;
    position: relative;
}
.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;
    margin-bottom: 10px;
}
.product-grid .product-thumb .image {
    float: none;
}
@media (min-width: 767px) {
    .product-list .product-thumb .image {
    float: left;
    padding: 0 25px 0 0;
    }
}
.product-thumb .caption {
    padding: 0 4px;
}
.product-grid .product-thumb .caption,
.related .product-thumb .caption {
    min-height: 0;
}
.product-thumb .caption h4 {
    font-family: 'Quicksand';
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin: 0;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
    min-height: 80px;
    padding: 0 4px;
    }
}
@media (max-width: 767px) {
    .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 4px;
    }
    .product-grid .product-thumb .caption,
    .related .product-thumb .caption {
    min-height: 0;
    }
}
.product-grid .product-thumb .caption .description,
.related .product-thumb .caption .description {
    display: none;
}
.product-list .product-thumb .caption h4 {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: left;
    line-height: 33px;
}
@media (max-width: 767px) {
    .product-list .product-thumb .caption h4 {
    font-size: 16px;
    }
}
@media (min-width: 767px) {
    .product-list .product-thumb .image img {
    max-width: 280px;
    }
}
.product-list .product-thumb {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.product-list .product-thumb .caption .price {
    margin: 45px 0 25px;
    font-size: 18px;
}
.product-list .product-thumb .caption .description {
    min-height: 85px;
}
.product-thumb .rating {
    padding-bottom: 10px;
}
.product-grid .product-thumb .products-cart {
    display: inline-block;
}
.product-grid .product-thumb .products-cart button.wishlist,
.product-grid .product-thumb .products-cart button.compare,
.related .product-thumb .products-cart button.wishlist,
.related .product-thumb .products-cart button.compare {
    position: absolute;
    top: 0;
    background: none!important;
    border: none!important;
}

button.wishlist:focus, button.compare:focus {
    outline: none;
}
.product-grid .product-thumb .products-cart button.wishlist,
.related .product-thumb .products-cart button.wishlist {
    left: 0;
}
.product-grid .product-thumb .products-cart button.compare,
.related .product-thumb .products-cart button.compare {
    right: 0;
}
.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;
}
.product-grid .product-thumb .price,
.related .product-thumb .price {
    text-align: center;
    font-size: 15px;
}
.product-thumb .price-new {
    font-weight: 600;
}
.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.product-thumb .price-norm {
    color: #999;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.product-thumb .button-group {
    border-top: 0;
    border-bottom: 0;
    background-color: #eee;
    height:40px;
    overflow: auto;
}
.related .product-thumb .button-group {
    border-top: none;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #e6e6e6;
}
@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
    border-left: none;
    }
}
.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-grid .product-thumb .products-add-to-cart,
.related .product-thumb .products-add-to-cart {
    display: none;
}
.product-thumb .button-group button:first-of-type {
    background-color: #111;
    color: #fff;
    border: 1px solid #111;
    padding: 0;
}
.product-thumb .button-group button:first-of-type:hover {
    background-color: #5A5A5A;
    border: 1px solid #5A5A5A;
    color: #fff;
}
.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #e6e6e6;
}
.product-thumb .button-group button:hover {
    color: #444;
    background-color: #f5f5f5;
    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%;
    }
}*/
.thumbnail {
    padding: 0;
    background-color: transparent!important;
    border: none!important;
    border-radius: 0;
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    margin-left: -20px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 0;
    display: block;
    border: 1px solid #e6e6e6;
}
.image-additional {
    /* max-width: 78px; */
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}
.thumbnail {
    border-radius: 0;
}

/* 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%;
    }
}

#content .row .col-sm-12 ul li, #content .row .col-sm-3 ul li {
    list-style-type : none!important;
    text-align: center !important;
}

#content .row .col-sm-12 ul li a, #content .row .col-sm-3 ul li a {
    text-decoration:none;
    margin:10px;
    float:left;
    padding:2px 5px;
    text-align:center;
    white-space:nowrap;
}

/*#content .row .col-sm-12    {
    margin: 0;
    padding: 0;
}*/

#content .row .col-sm-12 li {
    display: block;
    float: left;
    margin: 0;
    width: 25%;
}
@media (max-width: 767px) {
    #content .row .col-sm-12 li {
    width: 50%;
    }
}
@media (max-width: 560px) {
    #content .row .col-sm-12 li {
    width: 100%;
    }
}

#content .col-sm-5 .list-unstyled .fa {
    width: 18px;
    /*display: initial;*/
}

#content .col-sm-5 .list-unstyled li , #content .col-sm-5 .list-unstyled .fa{
    font-size : 14px;
    line-height: 25px;
}

.affiliate-account .container .row    #content    .col-sm-5 {
    height: 125px;
}

/* 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;
}

#profiler {
    padding: 20px;
}

.module-title {
    font-size: 16px;
    text-align: center;
    margin: 5px 0 10px 0;
    border: none;
    padding: 0;
    color: #444;
    text-transform: uppercase;
}

#account .form-group.col-sm-6    .text-danger,
.form-group.col-sm-6.required.has-error .text-danger {
    position: absolute;
    margin-top: 5px;
}

#payment-address .text-danger, #shipping-address .text-danger {
    margin-top: 5px;
}

.invoice-50 {
    width: 50%;
}

.invoice-logo {
    margin-bottom: 20px;
}

/* LittleThings Theme*/

.header-cart {
    position: relative;
    padding-top: 7px!important
}

.header-cart #cart button {
    background: none;
    color: #ffffff;
    padding: 0 10px;
    border: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-cart #cart button:hover {
    color: #d9d9d9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-cart #cart .dropdown-menu button {
color: #888;
}


.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, .btn.active, .btn:active {
    outline: none;
    outline-offset: 0;
    box-shadow: none;
}
#top .header-currency .dropdown-menu {
    margin-top: 12px;
}
.header-currency {
    padding-top: 6px!important;
}
.owl-wrapper-outer {
    border: none!important;
}
.owl-carousel, .owl-carousel .owl-wrapper, .owl-carousel .owl-item, .owl-carousel .item, .owl-carousel img {
    background: none!important;
    margin: 0 auto;
}
.owl-carousel .owl-buttons div {
    color: #888!important;
}
.owl-carousel .owl-buttons div i {
    font-size: 60px!important;
    margin: -40px 0 0!important;
}
.owl-controls .owl-page.active span {
    background: #888!important;
}
.owl-pagination {
    text-align: right!important;
}
.owl-controls .owl-page span {
    width: 40px!important;
    height: 8px!important;
    border-radius: 0!important;
    background: #B9B9B9!important;
    box-shadow:none!important;
}
.product-description {
    margin: 30px 0;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.06em;
}
.product-info {
    display: inline-block;
    width: 100%;
}
.product-info    .product-stock {
    padding-left: 0;
}
.product-info    .product-brand {
    padding-right: 0;
    text-align: right;
}
.product-price-box {

}
.product-price {
    display: inline-block;
    float: left;
    margin-right: 20px;
    line-height: 30px;
    font-size: 15px;
    font-weight: normal;
}
.product-special {
    display: inline-block;
    float: left;
}
.product-special h2 {
    margin-top: 0;
}
.compare-wish-buttons {
    display: inline-block;
    float: right;
}
.line {
    display: inline-block;
    width: 100%;
}
.tags {
    padding: 15px 5px;
}
#compare-product {
    margin-left: 10px;
}
.products-filter {
    margin-bottom: 10px;
    /*margin-left:15px;
    margin-right:5px;*/
}
@media (max-width: 767px) {
    .col-sm-6.product-tabs {
    width: 100%;
    margin: 40px 0;
    }
}
.related {
    margin: 40px 0;
    display: inline-block;
    width: 100%;
}
.related h3 {
    font-size: 23px;
    margin: 30px 0 40px;
}
.product-buttons {
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0 15px;
}
.product-buttons .compare-wish-buttons {
    width: 100%;
}
.product-buttons .compare-wish-buttons .btn-group {
    width: 100%;
}
.product-buttons .compare {
    float: right;
}
.product-buttons .wishlist {
    float: left;
}
.product-buttons .compare,
.product-buttons .wishlist {
    background: none;
    border: none;
    padding: 15px;
}
.product-buttons .compare .fa,
.product-buttons .wishlist .fa {
    font-size: 17px;
}
.tooltip-inner {
    border-radius:0;
    padding: 5px 10px;
    font-size: 11px;
}

.refine-search {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}
.refine-search ul {
    display: inline-block;
    width: 100%;
    padding-left: 0;
}
.refine-search ul li a:last-of-type {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px 20px 10px!important;
    margin: 0!important;
    border-bottom: 1px solid #DADADA;
    letter-spacing: 1px;
}
.refine-search ul li a {
    display: inline-block;
    width: 100%;
}
.products-filter #compare-product a {
    color: #7B7B7B;
}

.products-filter select {
    display: inline-block;
    width: auto;
    float: right;
    margin-left: 15px;
    margin-left: 10px;
    color: #7B7B7B;
}

.brands-title {
    margin: 50px 0;
    font-family: 'Quicksand';
    text-transform: uppercase;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
}

/* content bottom */

.content-bottom {
    background: #d5d5d5;
    margin-top: 40px;
}


/* Social Media */

.social-media {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 30px 0 50px;
}
.social-media .title {
    margin-bottom: 30px;
    font-family: 'Quicksand';
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
}
.social-media .list-unstyled {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
}
.social-media .list-unstyled li {
    float: left;
    color: #d5d5d5;
    background-color: #585858;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    margin: 0 10px;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social-media .list-unstyled li:hover {
    background-color: #333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social-media .list-unstyled li a {
    padding: 5px 0;
    color: #d5d5d5;
    display: inline-block;
}
.social-media .list-unstyled li a .fa {
    font-size: 18px;
    line-height: 27px;
}



.table-hover>tbody>tr:hover {
    background-color: #EAEAEA;
}
.panel {
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-default>.panel-heading {
    background: none!important;
}

.panel fieldset#payment-address, .panel fieldset#account, .panel .checkbox, .panel fieldset {
    padding: 20px;
    box-sizing: border-box;
}

a.googlemap {
    color: #666;
}
a.googlemap:hover {
    color: #111;
}
a.googlemap i {
    margin: 0 6px 0 0;
}
