@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q,
blockquote {
    quotes: none
}


a img {
    border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C""\201D""\2018""\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent
}

body {
    font-size: 15px;
    line-height: 1.42857;
    color: #333 !important;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input,
select[multiple],
textarea {
    background-image: none
}

a {
    color: #333;
    text-decoration: none
}


a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail,
.thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 18px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid #eeeeee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0
}

p {
    margin: 0 0 9px
}

.lead {
    margin-bottom: 18px;
    font-size: 14.95px;
    font-weight: 200;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 19.5px
    }
}

small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-muted {
    color: #999999
}

.text-primary {
    color: #428bca
}

.text-warning {
    color: #fff
}

.text-danger {
    color: #fff
}

.text-success {
    color: #fff
}

.text-info {
    color: #fff
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center,
#cart_summary tbody td.cart_unit,
#cart_summary tbody td.cart_unit ul,
#cart_summary tbody td.cart_avail,
#cart_summary tbody td.cart_delete,
#cart_summary tbody td.cart_total {
    text-align: center
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
    line-height: 1.1
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999999
}

h1,
h2,
h3 {
    margin-top: 18px;
    margin-bottom: 9px
}

h4,
h5,
h6 {
    margin-top: 9px;
    margin-bottom: 9px
}

h1,
.h1 {
    font-size: 33px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 23px
}

h4,
.h4 {
    font-size: 17px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

h1 small,
.h1 small {
    font-size: 23px
}

h2 small,
.h2 small {
    font-size: 17px
}

h3 small,
.h3 small,
h4 small,
.h4 small {
    font-size: 14px
}

.page-header {
    padding-bottom: 8px;
    margin: 36px 0 18px;
    border-bottom: 1px solid #eeeeee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 9px
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}

.list-unstyled,
.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-bottom: 18px
}

dt,
dd {
    line-height: 1.42857
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }

    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        content: " ";
        display: table
    }

    .dl-horizontal dd:after {
        clear: both
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 9px 18px;
    margin: 0 0 18px;
    border-left: 5px solid #eeeeee
}

blockquote p {
    font-size: 16.25px;
    font-weight: 300;
    line-height: 1.25
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote small {
    display: block;
    line-height: 1.42857;
    color: #999999
}

blockquote small:before {
    content: '\2014 \00A0'
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0
}

blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right
}

blockquote.pull-right small:before {
    content: ''
}

blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: ""
}

address {
    display: block;
    margin-bottom: 18px;
    font-style: normal;
    line-height: 1.42857
}

code,
pre {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 0
}

pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0
}

pre.prettyprint {
    margin-bottom: 18px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

#index .container:not(#footer),
#manufacturer .container:not(#footer) {
    padding-left: 0;
    padding-right: 0
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

#index ul.product_list.grid .owl-item li {
    margin: 0
}

@media (min-width:768px) {
    .container {
        max-width: 750px
    }

    #index .col-xs-12,
    #index .col-sm-12,
    #index .col-md-12 {
        padding-left: 0;
        padding-right: 0
    }

    #index .row {
        margin-left: 0;
        margin-right: 0
    }

    #index #owl-slider_1 .owl-nav .owl-prev,
    #index #wt-feature-prod_tab .owl-nav .owl-prev,
    #index #wt-caracteristica-prod_tab .owl-nav .owl-prev,
    #i-lin_trustpilot .owl-nav .owl-prev,
    #i-lin_new .owl-nav .owl-prev,
    #wt_cat_featured .owl-nav .owl-prev,
    #wt-special-products2 .owl-nav .owl-prev {
        left: -24px
    }

    #index #owl-slider_1 .owl-nav .owl-next,
    #index #wt-feature-prod_tab .owl-nav .owl-next,
    #index #wt-caracteristica-prod_tab .owl-nav .owl-prev,
    #wt_cat_featured .owl-nav .owl-next,
    #i-lin_trustpilot .owl-next,
    #i-lin_new .owl-next,
    #wt-special-products2 .owl-nav .owl-next {
        right: -24px
    }

    #add_address .form-group label,
    #opc_account_form .form-group label {
        width: 30%
    }

    #add_address .form-group .form-control,
    #opc_account_form .form-group .form-control {
        display: inline-block
    }

    #add_address .form-group .selector,
    #opc_account_form .form-group .selector {
        display: inline-block;
        border-radius: 0
    }

    #add_address .form-group.phone-number,
    #opc_account_form .form-group.phone-number {
        width: auto !important;
        float: none !important;
        margin-right: 0 !important
    }

    #index .cat-banner {
        padding-left: 0
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .container {
        max-width: 970px
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px
    }

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1460px) {
    .container {
        max-width: 1360px
    }
}

table {
    max-width: 100%;
    background-color: #fff
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 18px
}

.table thead>tr>th,
.table thead>tr>td,
.table tbody>tr>th,
.table tbody>tr>td,
.table tfoot>tr>th,
.table tfoot>tr>td {
    padding: 9px 8px 11px 18px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #d6d4d4
}

.table thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #d6d4d4
}

.table caption+thead tr:first-child th,
.table caption+thead tr:first-child td,
.table colgroup+thead tr:first-child th,
.table colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0
}

.table tbody+tbody {
    border-top: 2px solid #d6d4d4
}

.table .table {
    background-color: #fff
}

.table-condensed thead>tr>th,
.table-condensed thead>tr>td,
.table-condensed tbody>tr>th,
.table-condensed tbody>tr>td,
.table-condensed tfoot>tr>th,
.table-condensed tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #d6d4d4
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #d6d4d4
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #55c65e;
    border-color: #48b151
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td {
    background-color: #42c04c;
    border-color: #419f49
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #f3515c;
    border-color: #d4323d
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td {
    background-color: #f13946;
    border-color: #c32933
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fe9126;
    border-color: #e4752b
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td {
    background-color: #fe840d;
    border-color: #da681c
}

@media (max-width:768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        border: 1px solid #d6d4d4
    }

    .table-responsive>.table {
        margin-bottom: 0;
        background-color: #fff
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>thead>tr:last-child>th,
    .table-responsive>.table-bordered>thead>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    font-size: 19.5px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

select[multiple],
select[size] {
    height: auto
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto
}

.form-control:-moz-placeholder {
    color: #999999
}

.form-control::-moz-placeholder {
    color: #999999
}

.form-control:-ms-input-placeholder {
    color: #999999
}

.form-control::-webkit-input-placeholder {
    color: #999999
}

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #9c9b9b;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #E6E7E8;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-radius: 2px
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    display: block;
    min-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle
}

.radio label,
.checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.has-warning .help-block,
.has-warning .control-label {
    color: #fff
}

.has-warning .form-control {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white
}

.has-warning .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #fe9126
}

.has-error .help-block,
.has-error .control-label {
    color: #fff
}

.has-error .form-control {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white
}

.has-error .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #f3515c
}

.has-success .help-block,
.has-success .control-label {
    color: #fff
}

.has-success .form-control {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white
}

.has-success .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #55c65e
}

.form-control-static {
    margin-bottom: 0;
    padding-top: 7px
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #b7b7b7
}

@media (min-width:768px) {

    .form-inline .form-group,
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control,
    .navbar-form .form-control {
        display: inline-block
    }

    .form-inline .radio,
    .navbar-form .radio,
    .form-inline .checkbox,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0
    }

    .form-inline .radio input[type="radio"],
    .navbar-form .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active {
    background-image: none
}

.open .btn-default.dropdown-toggle {
    background-image: none
}

.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-primary {
    color: #fff;
    background-color: #0caf37;
    border-color: #D81332
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff;
    background-color: #db035a;
    border-color: #db035a
}

.open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.btn-primary:active,
.btn-primary.active {
    background-image: none
}

.open .btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active {
    background-image: none
}

.open .btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active {
    background-image: none
}

.open .btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-success {
    color: #fff;
    background-color: #46a74e;
    border-color: #3e9546
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
    color: #fff;
    background-color: #3a8a41;
    border-color: #2c6a31
}

.open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3a8a41;
    border-color: #2c6a31
}

.btn-success:active,
.btn-success.active {
    background-image: none
}

.open .btn-success.dropdown-toggle {
    background-image: none
}

.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #46a74e;
    border-color: #3e9546
}

.btn-info {
    color: #fff;
    background-color: #5192f3;
    border-color: #3983f1
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
    color: #fff;
    background-color: #2b7af0;
    border-color: #0f62de
}

.open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2b7af0;
    border-color: #0f62de
}

.btn-info:active,
.btn-info.active {
    background-image: none
}

.open .btn-info.dropdown-toggle {
    background-image: none
}
 
.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn,
.btn-xs,
.btn-group-xs>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted;
    content: ""
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #999999
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
}

.btn-default .caret {
    border-top-color: #333
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
    border-top-color: #fff
}

.dropup .btn-default .caret {
    border-bottom-color: #333
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
    border-bottom-color: #fff
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
    border-width: 0 5px 5px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:before,
.nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none
}

.nav>li.disabled>a {
    color: #999999
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #333
}

.nav .nav-divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 0 0 0 0
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #333;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 5px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center
}

@media (min-width:768px) {

    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    margin-right: 0
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a {
    border-bottom-color: #fff
}

.tabbable:before,
.tabbable:after {
    content: " ";
    display: table
}

.tabbable:after {
    clear: both
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: none
}

.tab-content>.active,
.pill-content>.active {
    display: block
}

.nav .caret {
    border-top-color: #333;
    border-bottom-color: #333
}

.nav a:hover .caret {
    border-top-color: #b50000;
    border-bottom-color: #b50000
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 18px;
    border: 1px solid transparent
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width:768px) {
    .navbar {
        border-radius: 0
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px
    }

    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }

    .navbar-collapse .navbar-text:last-child {
        margin-right: 0
    }
}

.container>.navbar-header,
.container>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    .container>.navbar-header,
    .container>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    border-width: 0 0 1px
}

@media (min-width:768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    z-index: 1030;
    top: 0
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0
}

.navbar-brand {
    float: left;
    padding: 16px 15px;
    font-size: 17px;
    line-height: 18px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 8px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 18px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 9px;
    margin-bottom: 9px
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right {
    left: auto;
    right: 0
}

.navbar-btn {
    margin-top: 9px;
    margin-bottom: 9px
}

.navbar-text {
    float: left;
    margin-top: 16px;
    margin-bottom: 16px
}

@media (min-width:768px) {
    .navbar-text {
        margin-left: 15px;
        margin-right: 15px
    }
}

.breadcrumb {
    padding: 14px 0;
    list-style: none
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #333
}

.breadcrumb>.active {
    color: #333
}

#pagination_bottom,
#pagination_bottom .pagination {
    margin: 0
}

.pagination {
    padding-left: 0 !important;
    line-height: 1;
    margin: 18px 0;
    text-align: center;
    border-radius: 0
}

.pagination>li {
    display: inline-block
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    color: #999;
    text-decoration: none;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none !important;
    background-color: #fff;
    margin-left: -1px
}

.pagination>li>a span {
    display: inline-block;
    transform: scale(.8, 1.2)
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 2;
    font-weight: bold;
    color: #0caf37;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination li.disabled a {
    cursor: not-allowed;
    text-decoration: none;
    color: #999
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 17px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 18px 0;
    list-style: none;
    text-align: center
}

.pager:before,
.pager:after {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #f6f6f6
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #999999;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0
}

.label[href]:hover,
.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.label-default {
    background-color: #999999
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: gray
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9
}

.label-success {
    background-color: #55c65e;
    border: 1px solid #36943e
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #3aae43
}

.label-info {
    background-color: #5192f3;
    border: 1px solid #4b80c3
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #2174f0
}

.label-warning {
    background-color: #fe9126;
    border: 1px solid #e4752b
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #f07701
}

.label-danger {
    background-color: #f3515c;
    border: 1px solid #d4323d
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #f0212f
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.btn .badge {
    position: relative;
    top: -1px
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #777;
    background-color: #fff
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.thumbnail {
    display: block
}

.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #333
}

.thumbnail>img {
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #777777
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #46a74e
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0))
}

.progress-bar-info {
    background-color: #5192f3
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0))
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0))
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0))
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media,
.media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media>.pull-left {
    margin-right: 10px
}

.media>.pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover .arrow {
    border-width: 11px
}

.popover .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media screen and (max-width:400px) {
    @-ms-viewport {
        width: 320px
    }
}

.hidden {
    display: none !important;
    visibility: hidden !important
}
 
@font-face {
    font-family: 'FontAwesome';
    src: url("fontawesome-webfont.eot?v=4.1.0");
    src: url("fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("fontawesome-webfont.woff?v=4.1.0") format("woff"), url("fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('sourcesanspro-regular-webfont.woff2') format('woff2') ;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('source-sans-pro-bold-webfont.woff2') format('woff2');
    font-weight: 600;
    font-style: normal
}


.icon-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%
}

.icon-2x {
    font-size: 2em
}

.icon-3x {
    font-size: 3em
}

.icon-4x {
    font-size: 4em
}

.icon-5x {
    font-size: 5em
}

.icon-fw {
    width: 1.28571em;
    text-align: center
}

.icon-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.icon-ul>li {
    position: relative
}

.icon-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center
}

.icon-li.icon-lg {
    left: -1.85714em
}

.icon-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.icon.pull-left,
.pull-left[class^="icon-"] {
    margin-right: .3em
}

.icon.pull-right,
.pull-right[class^="icon-"] {
    margin-left: .3em
}

.icon-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.icon-stack-1x,
.icon-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.icon-stack-1x {
    line-height: inherit
}

.icon-stack-2x {
    font-size: 2em
}

.icon-inverse {
    color: #fff
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease
}

a:visited,
a:focus {
    text-decoration: none;
    outline: none
}

input:focus {
    outline: none
}

@media only screen and (min-width:1200px) {
    .container {
        padding-left: 0;
        padding-right: 0
    }
}

body {
    font-family: 'Source Sans Pro', Roboto, Helvetica, sans-serif;
    min-width: 320px;
    height: 100%;
    line-height: 18px;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.content_only {
    background: none
}

#page {
    background: #fff
}

textarea {
    resize: none
}

#header {
    z-index: 90
}

#columns {
    position: relative;
    padding-bottom: 30px
}

img {
    max-width: 100%
}

#header_logo {
    margin-top: 18px;
    margin-bottom: 18px;
    display: block;
    text-align: right;
    width:50%;
    padding: 0
}


#header_logo a{
    line-height: 48px;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    font-family: initial;
}



.wawText {
    margin-left: 40px
}

#header_logo .logo {
    max-height: 65px
}

header {
    z-index: 1;
    position: relative
}

header .banner {
    position: relative;
    overflow: hidden;
    text-align: center;
    max-height: 100%
}

header .banner .row {
    margin: 0
}

header .nav {

    margin: 25px 0;
    font-size: 14px;
    color: #fff;
    width:50%;
}

header .nav::before,
header .nav::after {
    display: none
}

@media (max-width:767px) {
    header .nav .ssa-searchblock {
        width: 100% !important
    }
}
@media (max-width:900px) {
   #left_column{width:100%}
}
header .nav .row {
    margin: 0
}

@media (max-width:767px) {
    header .nav nav {
        text-align: center
    }
}

header .row {
    position: relative
}

header .row>.container {
    position: relative
}

@media (min-width:767px) {
    header .col-sm-4+.col-sm-4+.col-sm-4 {
        float: right
    }
}

#center_column .page_product_box h3 {
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    padding: 14px 20px 17px;
    margin: 0 0 20px;
    position: relative;
    border: 1px solid #d6d6d6;
    border-bottom: none;
    background: #fbfbfb
}

p.info-title {
    font-weight: bold;
    color: #333;
    margin-bottom: 25px
}

p.info-account {
    margin: -4px 0 24px 0
}

.dark {
    color: #333
}

.main-page-indent {
    margin-bottom: 30px
}

.alert {
    font-weight: bold
}

.alert:before {
    cursor: pointer
}

.alert ul,
.alert ol {
    padding-left: 15px;
    margin-left: 27px
}

.alert ul li,
.alert ol li {
    list-style-type: decimal;
    font-weight: normal
}

.alert.alert-success {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1)
}

.alert.alert-success:before {
    font-family: "FontAwesome";
    content: "\f058";
    font-size: 20px;
    vertical-align: -2px;
    padding-right: 7px
}

.alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
    background: #fcf5f5;
    color: #ce454d;
    border-color: #efc4c4
}

.alert.alert-danger:before {
    font-family: "FontAwesome";
    content: "\f057";
    font-size: 20px;
    vertical-align: -2px;
    padding-right: 7px;
    float: left
}

.label {
    white-space: normal;
    display: inline-block;
    color: #333
}

label {
    color: #333
}

label.required:before {
    content: "*";
    color: red;
    font-size: 14px;
    position: relative;
    line-height: 12px
}

.unvisible {
    display: none
}

.checkbox {
    line-height: 16px
}

.checkbox label {
    color: #777777
}

.close {
    opacity: 1
}

.close:hover {
    opacity: 1
}
 
*:first-child+html input.button_mini,
*:first-child+html input.button_small,
*:first-child+html input.button,
*:first-child+html input.button_large,
*:first-child+html input.button_mini_disabled,
*:first-child+html input.button_small_disabled,
*:first-child+html input.button_disabled,
*:first-child+html input.button_large_disabled,
*:first-child+html input.exclusive_mini,
*:first-child+html input.exclusive_small,
*:first-child+html input.exclusive,
*:first-child+html input.exclusive_large,
*:first-child+html input.exclusive_mini_disabled,
*:first-child+html input.exclusive_small_disabled,
*:first-child+html input.exclusive_disabled,
*:first-child+html input.exclusive_large_disabled {
    border: none
}

input.button_mini:hover,
input.button_small:hover,
input.button:hover,
input.button_large:hover,
input.exclusive_mini:hover,
input.exclusive_small:hover,
input.exclusive:hover,
input.exclusive_large:hover,
a.button_mini:hover,
a.button_small:hover,
a.button:hover,
a.button_large:hover,
a.exclusive_mini:hover,
a.exclusive_small:hover,
a.exclusive:hover,
a.exclusive_large:hover {
    text-decoration: none;
    background-position: left -50px
}

input.button_mini:active,
input.button_small:active,
input.button:active,
input.button_large:active,
input.exclusive_mini:active,
input.exclusive_small:active,
input.exclusive:active,
input.exclusive_large:active,
a.button_mini:active,
a.button_small:active,
a.button:active,
a.button_large:active,
a.exclusive_mini:active,
a.exclusive_small:active,
a.exclusive:active,
a.exclusive_large:active {
    background-position: left -100px
}

 

.btn.disabled,
.btn[disabled]:hover {
    opacity: 0.3
}

.button.button-small,
.cart_navigation .button-exclusive,
.button.exclusive-medium {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 10px 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.button.button-small span i,
.cart_navigation .button-exclusive span i,
.button.exclusive-medium span i {
    display: none
}

.button.button-small i,
.cart_navigation .button-exclusive i,
.button.exclusive-medium i {
    display: none
}

.button.button-small:hover,
.cart_navigation .button-exclusive:hover,
.button.exclusive-medium:hover {
    color: #000;
    background: transparent
}

.cart_navigation .button-medium {
    float: right;
    margin-bottom: 20px
}

@media (max-width:479px) {
    .cart_navigation .button-medium {
        float: left
    }
}

.button.button-medium,
.button.lnk_view,
.closefb,
.cart_navigation .button-medium,
.button.button-medium.exclusive,
.comment_form button,
#wt_reset {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background: #b50000;
    border: 1px solid #b50000;
    padding: 10px 20px;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.button.button-medium span i,
.button.lnk_view span i,
.closefb span i,
.cart_navigation .button-medium span i,
.button.button-medium.exclusive span i,
.comment_form button span i,
#wt_reset span i {
    display: none
}

.button.button-medium:hover,
.button.lnk_view:hover,
.closefb:hover,
.cart_navigation .button-medium:hover,
.button.button-medium.exclusive:hover,
.comment_form button:hover,
#wt_reset:hover {
    background: transparent;
    color: #b50000
}

#login_form .button.button-medium {
    background: #000;
    color: #fff;
    border-color: #000
}

#login_form .button.button-medium:hover {
    background: transparent;
    color: #000
}

.address_add .button.button-small {
    color: #fff;
    background: #b50000;
    border-color: #b50000
}

.address_add .button.button-small:hover {
    background: transparent;
    color: #b50000
}

#voucher .button.button-small {
    padding: 8px 20px
}

.link-button {
    font-weight: bold
}

.link-button i {
    margin-right: 5px
}

.link-button i.large {
    font-size: 26px;
    line-height: 26px;
    vertical-align: -3px;
    color: silver
}

.btn.button-plus,
.btn.button-minus {
    font-size: 14px;
    line-height: 14px;
    color: #333;
    padding: 0;
    border: 1px solid;
    border-color: #E8E8E8;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.btn.button-plus span,
.btn.button-minus span {
    display: block;
    vertical-align: middle;
    width: 35px;
    height: 33px;
    text-align: center;
    vertical-align: middle;
    line-height: 33px
}

.btn.button-plus:hover,
.btn.button-minus:hover {
    color: #333
}

.btn.button-plus:hover span,
.btn.button-minus:hover span {
    filter: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600
}

.form-control {
    padding: 3px 5px;
    height: 35px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control.grey {
    background: #fbfbfb
}

table.std,
table.table_block {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #999999;
    border-bottom: none;
    background: white;
    border-collapse: inherit
}

table.std th,
table.table_block th {
    padding: 14px 12px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 black;
    background: #999999
}

table.std tr.alternate_item,
table.table_block tr.alternate_item {
    background-color: #f3f3f3
}

table.std td,
table.table_block td {
    padding: 12px;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    font-size: 12px;
    vertical-align: top
}

.table {
    margin-bottom: 30px
}

.table>thead>tr>th {
    background: #fff;
    border-bottom-width: 1px;
    color: #333;
    vertical-align: middle
}

.table td a.color-myaccount {
    color: #333;
    text-decoration: underline
}

.table td a.color-myaccount:hover {
    text-decoration: none
}

.product-name {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    color: #000;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: normal;
    margin-top: 18px;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.product-name a {
    font-size: 14px;
    line-height: 18px;
    max-height: 18px;
    overflow: hidden;
    display: block;
    color: #000
}

.product-name a:hover {
    color: #0caf37
}

.product-name:hover {
    color: #0caf37
}

.product-desc {
    font-size: 16px;
    line-height: 16px;
    max-height: 32px;
    overflow: hidden
}

.price {
    font: 400 15px/18px 'Source Sans Pro', Roboto, Helvetica, sans-serif;
    color: #000;
    white-space: nowrap
}

.price.product-price {
    font: 400 20px/20px 'Source Sans Pro', Roboto, Helvetica, sans-serif;
    color: #000
}

.old-price {
    color: #b3b3b3;
    text-decoration: line-through
}

.old-price.product-price {
    font-size: 14px;
    margin-left: 6px
}

.special-price {
    color: #b50000
}

.price-percent-reduction {
    background: #f13340;
    border: 1px solid #d02a2c;
    font: 400 21px/24px "Roboto", sans-serif;
    color: #fff;
    padding: 0 5px 0 3px;
    display: none
}

.price-percent-reduction.small {
    font: 700 13px/17px 'Source Sans Pro', Roboto, Helvetica, sans-serif;
    padding: 1px 6px
}

.wt-prod-filter .product-image-container,
.out_product_list .product-image-container,
.page-product-box .product-image-container {
    margin-bottom: 20px
}

.page-product-box .product-box {
    text-align: center
}

.compare a:before {
    content: "\f079"
}

.quick-view:before {
    content: "\f06e"
}

.functional-buttons {
    max-width: 39px;
    position: absolute;
    bottom: 0;
    right: 0
}

@media (min-width:768px) {

    .wt-prod-filter .product-image-container .button-hover,
    .out_product_list .product-image-container .button-hover {
        margin-bottom: -50px;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all 500ms ease 0ms;
        -moz-transition: all 500ms ease 0ms;
        -webkit-transition: all 500ms ease 0ms
    }

    .wt-prod-filter .product-image-container:hover .button-hover,
    .out_product_list .product-image-container:hover .button-hover {
        margin-bottom: 0;
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

.new-box,
.sale-box {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 80px;
    height: 24px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='24' viewBox='0 0 80 24'%3E%3Cg fill='%23fff'%3E%3Cpath d='M71.718 23.5H4C2.07 23.5.5 21.93.5 20V4C.5 2.07 2.07.5 4 .5h72.999c.775 0 1.493.35 1.97.961.477.611.643 1.393.455 2.146l-4.311 17.242a3.494 3.494 0 0 1-3.395 2.651z'/%3E%3Cpath d='M4 1C2.346 1 1 2.346 1 4v16c0 1.654 1.346 3 3 3h67.718a2.995 2.995 0 0 0 2.91-2.273l4.31-17.241a1.989 1.989 0 0 0-.364-1.717A1.986 1.986 0 0 0 77 1H4m0-1h72.999a3 3 0 0 1 2.91 3.728L75.598 20.97a4 4 0 0 1-3.88 3.03H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z' fill='%230caf37'/%3E%3C/g%3E%3C/svg%3E") center no-repeat;
    background-size: contain;
    text-decoration: none !important
}

.newProductList23 .new-box,
.newProductList23 .sale-box {
    left: -10px
}

.sale-box {
    z-index: 1
}

.new-box {
    margin-bottom: 2px;
    display: none
}

.new-label,
.sale-label {
    color: #0caf37
}

.box {
    line-height: 23px
}

.box p {
    margin-bottom: 0
}

.box.box-small {
    padding: 9px 10px 9px 20px
}

.box.box-small .dark {
    padding-top: 10px;
    padding-right: 20px;
    margin-bottom: 0;
    width: auto
}

.page-product-box.blockproductscategory {
    background: transparent;
    padding: 0;
    margin-top: 40px
}

.product-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.product-box .product-image {
    background: white;
    display: block;
    margin-bottom: 11px
}

.product-box .product-image img {
    max-width: 100%;
    height: auto
}

#home-page-tabs {
    border: none;
    background: #fff
}

@media (min-width:768px) {
    #home-page-tabs {
        padding: 10px 0;
        margin: 0 0 0 -18px
    }
}

#home-page-tabs>li {
    margin-bottom: 0
}

@media (min-width:991px) {
    #home-page-tabs>li {
        border-left: 1px solid #d6d6d6;
        margin: 0 0 0 9px;
        padding: 0 0 0 9px
    }
}

@media (max-width:479px) {
    #home-page-tabs>li {
        width: 100%
    }
}

#home-page-tabs>li a {
    font: 600 21px/24px "Roboto", sans-serif;
    color: #333;
    text-transform: uppercase;
    border: none;
    outline: none;
    margin: 0;
    padding: 10px
}

@media (min-width:768px) {
    #home-page-tabs>li a {
        padding: 1px 10px
    }
}

@media (min-width:768px) and (max-width:991px) {
    #home-page-tabs>li a {
        padding: 10px 10px
    }
}

#home-page-tabs>li:first-child {
    border: none
}

#home-page-tabs>li.active a,
#home-page-tabs>li a:hover {
    background: #333;
    color: #fff;
    padding: 10px
}

@media (min-width:768px) {

    #home-page-tabs>li.active a,
    #home-page-tabs>li a:hover {
        margin: -9px 0
    }
}

@media (min-width:768px) and (max-width:991px) {

    #home-page-tabs>li.active a,
    #home-page-tabs>li a:hover {
        margin: 0 0
    }
}

@media (max-width:767px) {
    .block {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .block .block_content {
        margin-bottom: 20px
    }
}

.block,
.advertising_block {
    margin-bottom: 32px
}

.block .title_block,
.block h4 {
    color: #000;
    margin-top: 0;
    margin-bottom: 18px
}

.block a {
    color: #333
}

.block a:hover {
    color: #b50000
}

.block .list-block {
    margin-top: -8px
}

@media (max-width:767px) {
    .block .list-block {
        margin-top: 0
    }
}

.block .list-block li {
    padding: 5px 0
}

.block .list-block li a i {
    display: none
}

.block .list-block li a:hover {
    color: #333;
    font-weight: bold
}

.block .list-block li:first-child {
    border-top: none
}

.block .list-block .form-group {
    padding-top: 20px
}

.block .list-block .form-group select {
    max-width: 270px
}

@media (max-width:767px) {
    .block .list-block .form-group select {
        width: 270px
    }
}

.block .list-block .btn {
    margin-top: 12px
}

.block .products-block li {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #d6d6d6
}

.block .products-block li .products-block-image {
    float: left;
    margin-right: 15px
}

@media (min-width:768px) and (max-width:991px) {
    .block .products-block li .products-block-image {
        float: none;
        display: inline-block;
        margin: 0 auto 10px;
        text-align: center
    }
}

.block .products-block li .product-content {
    overflow: hidden
}

.block .products-block li .product-content h5 {
    margin: -3px 0 0 0
}

.block .products-block .product-description {
    margin-top: 5px
}

.block .products-block .price-percent-reduction {
    font: 700 14px/17px 'Source Sans Pro', Roboto, Helvetica, sans-serif;
    padding: 1px 6px
}

#left_column #viewed-products_block_left.block .block_content li,
#right_column #viewed-products_block_left.block .block_content li {
    padding: 15px 0
}

.page-heading {
    font: 600 18px/22px "Roboto", sans-serif;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 30px;
    overflow: hidden;
    margin-top: 10px
}

.page-heading span.heading-counter {
    font: bold 13px/22px 'Source Sans Pro', Roboto, Helvetica, sans-serif;
    float: right;
    color: #333;
    text-transform: none;
    margin-bottom: 10px
}

@media (max-width:480px) {
    .page-heading span.heading-counter {
        float: none;
        display: block;
        padding-top: 5px
    }
}

.page-heading span.lighter {
    color: #9c9c9c
}

.page-heading.bottom-indent {
    margin-bottom: 16px
}

.page-heading.product-listing {
    border-bottom: none;
    margin-bottom: 0
}

.page-subheading {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    margin-top: 0
}

section.page-product-box.review-block-section>div {
    padding: 0
}

section.data-sheet>div {
    padding: 0;
    border: none
}

.no-print {
    margin-bottom: 10px
}

ul.footer_links li {
    float: left
}

ul.footer_links li+li {
    margin-left: 10px
}

.content_sortPagiBar .sortPagiBar {
    clear: both
}

.content_sortPagiBar .sortPagiBar #productsSortForm {
    float: left;
    margin-right: 40px
}

.content_sortPagiBar .sortPagiBar #productsSortForm select {
    max-width: 140px;
    float: left
}

@media (max-width:991px) {
    .content_sortPagiBar .sortPagiBar #productsSortForm select {
        max-width: 160px
    }
}

@media (max-width:479px) {
    .content_sortPagiBar .sortPagiBar #productsSortForm select {
        max-width: 120px
    }
}

.content_sortPagiBar .sortPagiBar #productsSortForm .selector {
    float: left;
    height: 40px
}

.content_sortPagiBar .sortPagiBar .nbrItemPage {
    float: left
}

.content_sortPagiBar .sortPagiBar .nbrItemPage select {
    max-width: 59px;
    float: left
}

.content_sortPagiBar .sortPagiBar .nbrItemPage .clearfix>span {
    padding: 12px 0 0 12px;
    display: inline-block;
    float: left
}

.content_sortPagiBar .sortPagiBar .nbrItemPage #uniform-nb_item {
    float: left
}

.content_sortPagiBar .sortPagiBar label,
.content_sortPagiBar .sortPagiBar select {
    float: left
}

.content_sortPagiBar .sortPagiBar label {
    margin-bottom: 0;
    font-weight: bold;
    padding-right: 15px;
    border-right: 1px solid #666666
}

@media (max-width:479px) {
    .content_sortPagiBar .sortPagiBar label {
        display: none
    }
}

.content_sortPagiBar .sortPagiBar.instant_search #productsSortForm {
    display: none
}

.content_sortPagiBar .display,
.content_sortPagiBar .display_m {
    float: right;
    margin: 0;
    overflow: hidden
}

.content_sortPagiBar .display li,
.content_sortPagiBar .display_m li {
    float: left;
    padding-left: 20px;
    text-align: center
}

.content_sortPagiBar .display li a,
.content_sortPagiBar .display_m li a {
    cursor: pointer;
    display: block;
    height: 15px;
    opacity: .5;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 15px;
    background-position: 0 100%
}

.content_sortPagiBar .display li a i,
.content_sortPagiBar .display_m li a i {
    display: block;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    margin-bottom: -3px;
    color: #e1e0e0
}

.content_sortPagiBar .display li a:hover i,
.content_sortPagiBar .display_m li a:hover i {
    color: gray
}

.content_sortPagiBar .display li#list a,
.content_sortPagiBar .display_m li#list a {
    background-position: 100% 100%
}

.content_sortPagiBar .display li#list.selected a,
.content_sortPagiBar .display li#list:hover a,
.content_sortPagiBar .display_m li#list.selected a,
.content_sortPagiBar .display_m li#list:hover a {
    background-position: 100% 0
}

.content_sortPagiBar .display li.selected a,
.content_sortPagiBar .display li:hover a,
.content_sortPagiBar .display_m li.selected a,
.content_sortPagiBar .display_m li:hover a {
    opacity: 1
}

.content_sortPagiBar .display li.selected i,
.content_sortPagiBar .display li:hover i,
.content_sortPagiBar .display_m li.selected i,
.content_sortPagiBar .display_m li:hover i {
    color: #333
}

.content_sortPagiBar .display li.display-title,
.content_sortPagiBar .display_m li.display-title {
    font-weight: bold;
    color: #333;
    padding: 7px 6px 0 0
}

.content_sortPagiBar.bottom_content_sortPagiBar {
    padding: 10px
}

.compare-form {
    float: right
}

.rating {
    clear: both;
    display: block;
    margin: 2em;
    cursor: pointer
}

.rating:after {
    content: ".";
    display: block;
    height: 0;
    width: 0;
    clear: both;
    visibility: hidden
}

.cancel,
.star {
    overflow: hidden;
    float: left;
    margin: 0 1px 0 0;
    width: 16px;
    height: 16px;
    cursor: pointer
}


.cancel a,
.star a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0
}

div.star_on a {
    background-position: 0 -16px
}

div.star_hover a,
div.star a:hover {
    background-position: 0 -32px
}

 

#page .rte {
    background: transparent none repeat scroll 0 0
}

.breadcrumb {
    float: left;
    font-size: 14px;
    min-height: 6px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #333
}

.breadcrumb .navigation-pipe {
    position: relative;
    font-size: 0;
    margin: 0 4px
}

.breadcrumb .navigation-pipe:before {
    display: inline-block;
    content: "/";
    position: relative;
    right: 0;
    top: 0;
    font-size: 14px;
    font-family: "FontAwesome"
}

.breadcrumb a {
    display: inline-block;
    padding: 0;
    position: relative;
    z-index: 2;
    color: #666
}

.breadcrumb a:hover {
    color: #0caf37
}

.breadcrumb a.home {
    color: #666;
    text-align: center;
    padding: 0;
    z-index: 99;
    display: inline-block;
    line-height: 1
}

.breadcrumb a.home i {
    vertical-align: -1px
}

.footer-logo {
    padding: 0
}

.footer-discount {
    text-align: center;
    margin-top: 30px
}

.footer-container #footer {
    color: #333
}

.footer-container #footer .row {
    position: relative
}

.footer-container #footer ul.row {
    position: static
}

.footer-container #footer a,
.footer-container #footer li {
    color: #333;
    font-size: 14px
}

.social_bottom {
    margin-top: 30px
}

.footer-container #footer h4 {
    font: 600 16px/16px 'Source Sans Pro', Roboto, Helvetica, sans-serif;
    color: #333;
    margin: 0 0 14px 0;
    text-transform: uppercase
}

@media (max-width:767px) {
    .footer-container #footer h4 {
        position: relative;
        margin-bottom: 0;
        padding-bottom: 13px
    }

    .footer-container #footer h4:after {
        display: block;
        content: "\f067";
        font-family: "FontAwesome";
        position: absolute;
        right: 0;
        top: 1px
    }

    .footer-container #footer h4.active:after {
        content: "\f068"
    }
}

.footer-container #footer h4 a {
    color: #333;
    font-size: 18px
}

.footer-container #footer ul li {
    padding-bottom: 10px
}

@media (max-width:767px) {
    .footer-container #footer #block_contact_infos {
        border: none
    }

    #social_block h4:after {
        display: none !important
    }

    #social_block h4 {
        padding-bottom: 0 !important
    }
}

.footer-container #footer #block_contact_infos>div {
    padding: 0 0 0 5px
}

@media (max-width:767px) {
    .footer-container #footer #block_contact_infos>div {
        padding-left: 0
    }
}

.footer-container #footer #block_contact_infos>div ul li {
    padding: 0;
    overflow: hidden;
    line-height: 25px;
    font-size: 14px;
    color: #666
}

.footer-container #footer #block_contact_infos>div ul li>span,
.footer-container #footer #block_contact_infos>div ul li>span a {
    font-weight: 500
}

.footer-container #footer #block_contact_infos>div ul li i {
    font-size: 16px;
    width: 24px;
    text-align: center;
    padding-right: 8px
}

.footer-container #footer #social_block {
    width: 330px;
    padding: 0
}

#social_block>form .form-group {
    overflow: hidden;
    position: relative;
    display: flex
}

.social_bottom span {
    display: block
}

@media (max-width:1460px) {
    .footer-container #footer #social_block {
        width: 240px
    }
}

@media (max-width:767px) {
    .social_bottom {
        margin-top: 0
    }

    .footer-container #footer #social_block {
        width: 100%
    }
}

.footer-container #footer #social_block ul {
    margin-bottom: 0
}


.footer-container #footer #social_block ul li a {
    display: inline-block;
    width: 100%;
    color: #000;
    font-size: 16px
}

.footer-container #footer #social_block ul li a span {
    display: none
}

.footer-container #footer #social_block ul li a:before {
    display: inline-block;
    font-family: "FontAwesome";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.footer-container #footer #social_block ul li:hover a:before {
    color: #fff
}

.footer-container #footer #social_block ul li a:before {
    color: #fff
}

.footer-container #footer #social_block ul li.facebook a:before {
    content: "\f09a"
}

.footer-container #footer #social_block ul li.twitter a:before {
    content: "\f099"
}

.footer-container #footer #social_block ul li.facebook:hover {
    background: #3b5998;
    border-color: #3b5998
}

.footer-container #footer #social_block ul li.twitter:hover {
    background: #1da1f2;
    border-color: #1da1f2
}

.footer-container #footer #social_block ul li.pinterest:hover {
    background: #cb2027;
    border-color: #cb2027
}

.footer-container #footer #social_block ul li.rss a:before {
    content: "\f09e"
}

.footer-container #footer #social_block ul li.rss:hover {
    background: #000;
    border-color: #000
}

.footer-container #footer #social_block ul li.youtube a:before {
    content: "\f167"
}

.footer-container #footer #social_block ul li.youtube:hover {
    background: #cd172d;
    border-color: #cd172d
}

.footer-container #footer #social_block ul li.google-plus a:before {
    content: "\f0d5"
}

.footer-container #footer #social_block ul li.google-plus:hover {
    background: #cd172d;
    border-color: #cd172d
}

.footer-container #footer #social_block ul li.pinterest a:before {
    content: "\f0d2"
}

.footer-container #footer #social_block ul li.vimeo a:before {
    content: "\f194"
}

.footer-container #footer #social_block ul li.instagram a:before {
    content: "\f16d"
}

.footer-container #footer #social_block ul li.instagram:hover {
    background: url('https://www.geekmaxi.com/img/instagram.jpg') center no-repeat;
    background-size: cover
}

.footer-container #footer #social_block ul li.instagram:hover :before {
    opacity: 0
}

.footer-container #footer #social_block .block_content>p {
    display: inline-block;
    margin-top: 27px
}

.footer-container #footer #social_block .block_content {
    display: inline-block;
    vertical-align: middle
}

.footer-container #footer #social_block .trustpilot {
    width: 96%
}

.footer-container #footer #social_block .db {
    display: block;
    margin-top: 6%
}

.footer-container #footer .bottom-footer {
    position: absolute;
    bottom: -55px;
    left: 0
}

.footer-container #footer .bottom-footer div {
    padding: 15px 0 0 0;
    border-top: 1px solid #515151;
    width: 100%
}


#reinsurance_block {
    clear: both !important
}

#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
    margin-left: 20px
}

.rte ul {
    list-style-type: disc;
    padding-left: 15px
}

.rte ol {
    list-style-type: decimal;
    padding-left: 15px
}

.block_hidden_only_for_screen {
    display: none
}

.cart_navigation {
    margin: 20px 0 0
}

.cart_navigation .button-medium i.right {
    font-size: 25px;
    line-height: 25px;
    vertical-align: -4px;
    margin-left: 6px
}

.cart_last_product {
    display: none
}

.cart_quantity .cart_quantity_input {
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    width: 57px;
    margin-bottom: 3px;
    margin-top: 3px;
    margin-right: 3px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 14px
}



.out-adress .submit2 {
    margin-top: 10px
}

.cart_gift_quantity .cart_quantity_input {
    height: 27px;
    line-height: 27px;
    padding: 0;
    text-align: center;
    width: 57px
}

.table tbody>tr>td {
    vertical-align: middle
}

.table tbody>tr>td.cart_quantity {
    padding: 41px 14px 25px;
    width: 70px
}

.table tbody>tr>td.cart_quantity .cart_quantity_button {
    margin-top: 3px;
    display: inline-block
}

.table tbody>tr>td.cart_quantity .cart_quantity_button a {
    float: left;
    margin-right: 3px
}

.table tbody>tr>td.cart_quantity .cart_quantity_button a span {
    width: 16px;
    height: 16px;
    padding: 0;
    vertical-align: middle;
    font-size: 12px;
    line-height: 16px
}

.table tbody>tr>td.cart_quantity .cart_quantity_button a+a {
    margin-right: 0
}

.table tbody>tr>td.cart_delete,
.table tbody>tr>td.price_discount_del {
    padding: 5px
}

.table tfoot>tr>td {
    vertical-align: middle;
    color: #333;
    text-transform: uppercase;
    font-weight: 400
}

#cart_title {
    display: none
}

.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
    font-size: 23px;
    color: #333
}

.cart_delete a.cart_quantity_delete:hover,
a.price_discount_delete:hover {
    color: silver
}


#order-detail-content .table {
    margin-bottom: 0
}

#cart_summary thead th,
#order .delivery_option_carrier tr:first-child td,
#paymentMethod thead td {
    padding: 14px 20px;
    color: #333;
    border-bottom: 1px solid #E8E8E8 !important;
    background: #fff;
    font-size: 18px;
    font-weight: bold
}

#cart_summary tbody td {
    padding: 7px 8px 9px 8px
}

#cart_summary tbody td .price {
    font-size: 15px;
    font-weight: bold;
    color: #333
}

#cart_summary tbody td.cart_product {
    padding: 7px;
    width: 112px
}

#cart_summary tbody td.cart_unit ul li.price,
#cart_summary tbody td.cart_unit ul li.old-price {
    display: inline-block
}

#cart_summary tbody td.cart_unit ul li.price {
    font-size: 15px;
    color: #333;
    font-weight: normal
}

#cart_summary tbody td.cart_unit ul li.old-price {
    font-size: 14px;
    font-weight: normal
}

#cart_summary tbody td.cart_unit .price span {
    display: inline-block
}

#cart_summary tbody td.cart_unit .price span.price-percent-reduction {
    margin: 5px auto;
    display: inline-block
}

#cart_summary tbody td.cart_unit .price span.old-price {
    text-decoration: line-through
}

#cart_summary tbody td.cart_description small {
    display: block;
    padding: 5px 0 0 0
}

#cart_summary tbody td.cart_avail {
    width: 1%
}

#cart_summary tbody td.cart_avail span {
    white-space: nowrap;
    color: #b50000;
    background: none;
    border: none;
    padding: 0;
    font-weight: 400
}

#cart_summary tfoot td.text-right,
#cart_summary tfoot tbody td.cart_total,
#cart_summary tbody tfoot td.cart_total {
    font-weight: 400;
    color: #333
}

#cart_summary tfoot td.price {
    text-align: right
}

#cart_summary tfoot td.total_price_container span {
    font: 600 20px/22px "Roboto", sans-serif;
    color: #b50000;
    text-transform: uppercase
}

#cart_summary tfoot td#total_price_container {
    font: 400 21px/25px "Roboto", sans-serif;
    color: #b50000;
    background: #fff
}

#cart_summary .stock-management-on tbody td.cart_description {
    width: 480px
}

.cart_discount_price {
    text-align: right
}

.cart_discount_delete {
    text-align: center
}

.cart_voucher {
    vertical-align: top !important
}

.cart_voucher h4 {
    font: 600 18px/22px "Roboto", sans-serif;
    color: #333;
    text-transform: uppercase;
    padding: 7px 0 10px 0
}

.cart_voucher .title-offers {
    color: #333;
    font-weight: bold;
    margin-bottom: 6px
}

.cart_voucher fieldset {
    margin-bottom: 10px
}

.cart_voucher fieldset #discount_name {
    float: left;
    width: 219px;
    margin-right: 11px
}

.cart_voucher #display_cart_vouchers span {
    font-weight: bold;
    cursor: pointer;
    color: #333
}

.cart_voucher #display_cart_vouchers span:hover {
    color: #b50000
}

.enable-multishipping {
    margin: -13px 0 17px
}

.enable-multishipping label {
    font-weight: normal
}

#HOOK_SHOPPING_CART #loyalty i {
    font-size: 26px;
    line-height: 26px;
    color: #cfcccc
}

#order_carrier {
    clear: both;
    margin-top: 20px;
    border: 1px solid #999999;
    background: #fff
}

.multishipping_close_container {
    text-align: center
}

table#cart_summary .gift-icon {
    color: white;
    background: #0088cc;
    line-height: 20px;
    padding: 2px 5px;
    border-radius: 5px
}


.multishipping-cart .cart_address_delivery.form-control {
    width: 198px
}


p.checkbox.gift {
    margin-bottom: 10px
}

#gift_div {
    display: none;
    margin-top: 5px;
    margin-bottom: 10px
}

a.iframe {
    color: #333;
    text-decoration: underline
}

a.iframe:hover {
    text-decoration: none
}

p.cheque-indent {
    margin-bottom: 9px
}

.cheque-box .form-group {
    margin-bottom: 0
}

.cheque-box .form-group .form-control {
    width: 269px
}

.not-displayable {
    display: none
}

#instant_search_results a.close {
    font-size: 14px;
    font-weight: 600;
    opacity: 1;
    line-height: inherit;
    text-transform: none
}

#instant_search_results a.close:hover {
    color: #b50000
}


table.discount i {
    font-size: 20px;
    line-height: 20px;
    vertical-align: -2px
}

table.discount i.icon-ok {
    color: #46a74e
}

table.discount i.icon-remove {
    color: #f13340
}

#guestTracking .form-control {
    max-width: 271px
}

@media (min-width:1200px) {
    #guestTracking .form-group {
        overflow: hidden
    }

    #guestTracking .form-group i {
        padding-left: 10px
    }

    #guestTracking .form-control {
        float: left
    }

    #guestTracking label {
        float: left;
        clear: both;
        width: 100%
    }
}

.star {
    position: relative;
    top: -1px;
    float: left;
    width: 14px;
    overflow: hidden;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal
}

.star {
    display: block
}

.star a {
    display: block;
    position: absolute;
    text-indent: -5000px;
    font-size: 0
}

div.star:after {
    content: "\f006";
    font-family: "FontAwesome";
    display: inline-block;
    color: #fea11c
}

div.star.star_on {
    display: block
}

div.star.star_on:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #fea11c
}

div.star.star_hover:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #000
}

.product-container .star_content {
    max-width: 75px;
    margin: 0 auto
}

.fancybox-skin .fancybox-close {
    width: 28px;
    height: 28px;
    background: none;
    font-size: 28px;
    line-height: 28px;
    color: #333;
    text-align: center;
    background: white;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.fancybox-skin .fancybox-close:hover {
    color: #b50000
}

.fancybox-skin .fancybox-close:after {
    content: "\f057";
    font-family: "FontAwesome"
}

#onesignal-bell-launcher {
    bottom: 90px !important
}

#wt_scroll_top {
    bottom: 200px !important
}

#facebook_block,
#cmsinfo_block {
    overflow: hidden
}

@media (max-width:767px) {

    #facebook_block,
    #cmsinfo_block {
        width: 100%;
        min-height: 1px
    }
}

#facebook_block h4 {
    padding: 35px 0 0 0;
    margin: 0 0 12px 0;
    font: 300 21px/25px "Roboto", sans-serif;
    color: #4d4d4d
}

@media (max-width:991px) {
    #facebook_block h4 {
        font-size: 18px
    }
}

@media (max-width:767px) {
    #facebook_block h4 {
        padding-top: 20px !important
    }
}

@media (max-width:768px) {
    #facebook_block h4 {
        font-size: 16px
    }
}

#facebook_block .facebook-fanbox {
    background: #fff;
    border: 1px solid #aaaaaa;
    padding-bottom: 10px
}

@media (max-width:1199px) {
    .zoomdiv {
        display: none !important
    }
}

#product.content_only div.pb-left-column p.resetimg {
    margin-bottom: 0;
    padding-top: 0
}

#product.content_only div.pb-left-column #thumbs_list_frame {
    margin-bottom: 0
}

#product_comparison #social-share-compare {
    margin-bottom: 50px
}

.btn-facebook,
.btn-twitter,
.btn-google-plus,
.btn-pinterest {
    font-size: 14px;
    border: none;
    margin-bottom: 3px;
    padding: 0;
    text-align: center
}

.btn-facebook:hover,
.btn-twitter:hover,
.btn-google-plus:hover,
.btn-pinterest:hover {
    border: none;
    background: none
}

.btn-facebook i,
.btn-twitter i,
.btn-google-plus i,
.btn-pinterest i {
    font-size: 14px;
    color: #666
}

.btn-facebook {
    margin-left: -4px
}

.btn-facebook i {
    color: #435f9f
}

.btn-facebook:hover {
    color: #435f9f
}

.btn-twitter i {
    color: #00aaf0
}

.btn-twitter:hover {
    color: #00aaf0
}

.btn-google-plus {
    margin-left: -4px
}

.btn-google-plus i {
    color: #e04b34
}

.btn-google-plus:hover {
    color: #e04b34
}

.btn-pinterest {
    margin-left: -4px
}

.btn-pinterest i {
    color: #ce1f21
}

.btn-pinterest:hover {
    color: #ce1f21
}

.group_footer {
    margin-top: 40px
}

@media (max-width:767px) {
    .group_footer {
        display: inline-block;
        margin-top: 20px
    }
}

.footer-top {
    padding: 30px 0;
    margin: 0 15px
}

@media (max-width:767px) {
    .footer-top {
        border-bottom: 1px solid #434240
    }
}

.out-footer {
    background: #F7FAFC;
    padding: 10px 0 0
}

.footer-bottom {
    background: #1a1e24;
    max-height: 120px;
    overflow: hidden
}

.brand-bar {
    display: inline-block;
    width: 100%
}

.mod_head {
    padding-top: 0;
    background: #2fbb54;
    position: relative;
    z-index: 2
}

.mod_head>.container {
    position: relative
}

@media (max-width:767px) {
    .mod_head {
        padding-bottom: 0
    }
}

.wt-top-menu {
    background-color: #012657;
    position: relative;
    z-index: 1
}

#slider_row {
    margin-top: 0
}

#slider_row>.container {}

.cleanfix {
    clear: both
}

.product-container .product-container-hover {
    position: relative
}

.product-image-container {
    position: relative
}

.product_img_link {
    display: block
}

.button-container {
    text-align: center
}

.block_popular_word_search {
    margin: 30px 0 0 0;
    text-align: left;
    padding-bottom: 30px;
    text-transform: capitalize
}

.block_popular_word_search h4 {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 400;
    color: #333
}

.block_popular_word_search h4:after {
    display: none
}

.block_popular_word_search .block_content {
    line-height: 25px
}

.block_popular_word_search .block_content span {
    color: #5e5e5e
}

div.selector {
    font-size: 14px;
    border: 1px solid #d2d2d2;
    padding: 0 0 0 10px;
    min-height: 35px
}

#HOOK_PAYMENT>div {
    margin-left: -15px;
    margin-right: -15px
}

.myaccount-column .list-block li a {
    text-transform: uppercase;
    font-weight: 600;
    color: #666;
    font-size: 12px
}

@media (max-width:767px) {
    .out-shopping_cart {
        display: block;
        clear: both
    }

    #left_column,
    #right_column {
        display: none
    }

    #block-history {
        overflow: auto
    }
}

.pb-right-column {
    display: inline-block
}

.product-image-container img,
.product-image img {
    transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s
}

.product-image-container:hover img,
.product-image:hover img {}

.wt-prod-special .product_img_link,
.wt-prod-filter .product_img_link {
    overflow: hidden
}

.wt-prod-special .product_img_link img,
.wt-prod-filter .product_img_link img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

.wt-prod-special .product_img_link img:hover,
.wt-prod-filter .product_img_link img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

#page>.banner {
    text-align: center
}

#page>.banner .wt-banner-special .banner-special-fixed {
    position: fixed;
    width: 682px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    margin-top: -197.5px;
    margin-left: -341px;
    z-index: 100000
}

@media (max-width:767px) {
    #page>.banner .wt-banner-special .banner-special-fixed {
        width: 300px;
        margin-left: -150px;
        margin-top: -87px
    }
}

#page>.banner .wt-banner-special .banner-special-content {
    padding: 0;
    display: none
}

#page>.banner .wt-banner-special .close-banner-special {
    position: absolute;
    top: -4px;
    right: 0;
    width: 34px;
    height: 34px
}



#wt_overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background: black;
    width: 100%;
    height: 100%;
    display: none
}

.wt-prod-filter-topcolumn .block-content {
    border: 1px solid #d6d6d6
}

.wt-prod-filter-topcolumn .block-content .product-container {
    padding: 17px 8px;
    border-top: 1px solid #d6d6d6;
    display: inline-block;
    width: 100%
}

.wt-prod-filter-topcolumn .block-content .product-container:first-child {
    border: none
}

.wt-prod-filter-topcolumn .block-content .product-container .left-block {
    float: left
}

body:not(#index) .wt-block-title h3 {
    margin: 0;
    font-size: 24px;
    color: #000
}
 
#wt_scroll_top:hover {
    opacity: 0.7
}

.block-title h3 {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 24px;
    font-weight: 400
}

.comments_note {
    margin-bottom: 10px;
    height: 17px;
    overflow: hidden
}

.wt-count-down {
    margin-top: 5px
}

.timer {
    overflow: hidden;
    clear: both;
    text-align: center;
    display: inline-block
}

.timer ul li {
    float: left;
    margin-left: 7px;
    text-align: left;
    font-size: 0;
    padding: 12px 0
}

.timer ul li:first-child {
    margin-left: 0
}

.timer ul {
    float: left;
    border: 1px solid #b5b5b5;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0 10px
}

.timer p {
    color: #999;
    margin: 0;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 10px
}

.timer span {
    font-size: 14px;
    display: inline-block;
    padding: 0;
    color: #000;
    line-height: 20px
}

.alert-success {
    color: #faaf46;
    background: none;
    border: none;
    padding: 20px 0 0 0;
    font-weight: 400
}

.alert.alert-success {
    text-shadow: none
}

.wt_countdown .time-down {
    display: inline-block;
    text-align: center;
    color: #000;
    font-weight: 600;
    max-width: 45px;
    float: left;
    padding: 8px 0
}

.wt_countdown .time-down i:before {
    color: #b50000;
    font-size: 24px
}

.colon {
    margin-left: 7px
}

.owl-carousel .owl-item img {
    margin: 0 auto
}

.wt_size {
    margin-bottom: 10px
}

.wt_size li {
    height: 25px;
    min-width: 25px;
    margin: 2px;
    cursor: pointer;
    padding: 0 5px;
    background: #ededed;
    line-height: 25px;
    color: #333;
    text-align: center;
    display: inline-block
}

.wt_size li:hover {
    background: #000;
    color: #fff
}

.wt_color li {
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 2px;
    cursor: pointer;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

@media (max-width:767px) {

    .wt-prod-cat .wishlist,
    .wt-prod-filter .wishlist {
        display: none
    }
}

@media (max-width:991px) {
    .container {
        max-width: 100%
    }

    #wt_scroll_top {
        display: none !important
    }
}

#opc_account_form h3.page-subheading {
    background: none;
    padding-left: 0;
    border-bottom: none
}

@media (max-width:767px) {
    div.support {
        display: inline-block;
        margin: 15px 0;
        float: none
    }

    .comments_note {
        display: inline-block
    }

    #slider_row,
    .footer-logo {
        margin-top: 0
    }

    .out-footer {
        padding: 4% 0 0
    }

    .footer-logo {
        margin-bottom: 20px
    }

    #add_address .form-group label {
        width: auto
    }

    .quick-view {
        display: none !important
    }
}

@media (max-width:480px) {
    #index .wishlist {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .bn-top-home {
        margin-top: 20px
    }
}

.newsletter-button {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 10px;
    float: left;
    background: #012657;
    border-radius: 0;
    width: 88px;
    border-radius: 9999px;
    outline: none !important;
    position: relative;
    border: 0
}

.newsletter-button:hover {
    background: #0caf37;
    border-color: #0caf37;
    color: #fff
}

.footer-section .owl-carousel .owl-item img {
    height: 34px
}

#product table td,
#product table th,
#cms table td,
#cms table th {
    border: 1px solid #C7C3C3
}

#product .footer-section {
    position: relative;
    z-index: 1
}

.footer-section .nav-tabs>li>a {
    padding: 0;
    text-transform: capitalize
}

#product_comparison td {
    vertical-align: top
}

#gsr .btn-primary:hover {
    background: #E41536;
    border: 1px solid #C71531
}

.form-ok .form_info {
    color: #46a74e
}

.ok_msg {
    color: #46a74e !important
}

.product-container .rating-cancel,
div.star-rating {
    height: 17px !important;
}

.product-container .radio:not(:first-child) {
    display: none
}

.product-container .gsr-review-count-padding-1611 {
    padding: 0 0 10px 0 !important
}

@media (max-width:1200px) {}

@media (max-width:768px) {
    #ordermsg .form-control {
        width: 100%
    }

    #wt-menu-horizontal .container {
        max-width: 100% !important;
        padding: 0 !important
    }
}
  
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    width: 1em
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-map-marker-alt:before {
    content: "\f041";
    transform: scale(1.5, 1.1);
    display: inline-block
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-right:before {
    content: "\f105"
}

.copyrightP {
    line-height: 1.5;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid #f0f0f0
}

.copyrightImg {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-bottom: 18px;
    margin-top: 36px
}

.copyrightImg img {
    background-color: #fff
}

.footer-bottom-tag .col-sm-4 {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.footer-bottom-tag .popular-tag {
    color: #000;
    font-weight: bold;
    line-height: 34px;
    overflow: hidden
}

.footer-bottom-tag .tag-list {
    overflow: hidden;
    margin-bottom: 0
}

.footer-bottom-tag .tag-list li {
    overflow: hidden;
    margin-right: 14px;
    float: left;
    margin-bottom: 6px
}

.footer-bottom-tag .tag-list li:last-child {
    margin-right: 0
}

.footer-bottom-tag .tag-list a {
    display: block;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    background-color: #e5e5e5;
    color: #999999;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 2px
}

.footer-bottom-tag .tag-list a:hover {
    background-color: #d0cfcf;
    text-decoration: none
}

@media (max-width:1024px) {
    #social_block>form {
        display: block;
        overflow: hidden;
        margin-bottom: 2%
    }

    #social_block>span {
        margin-left: 0
    }
}

@media (max-width:768px) {

    #index .container:not(#footer),
    #manufacturer .container:not(#footer) {
        padding-left: 15px;
        padding-right: 15px
    }

    #index .container:not(#footer),
    #manufacturer .container:not(#footer) {
        width: 100%
    }

    #index .top-footer>.container {
        padding: 0
    }

    #social_block .newsletter-button {
        width: 35%
    }

    .newsletter-input-placeholder {
        font-size: 10px
    }

    .footer-bottom-tag .col-sm-4 {
        padding-left: 15px;
        padding-right: 15px
    }
}

.owl-prod-cat,
.owl-prod-filter {
    display: none
}

header .banner .container {
    max-width: 100% !important
}

#index .head_top {
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, .9)
}

.head_top {
    font-size: 15px;
    background-color: #fff
}

.head_top-icon {
    text-align: center
}

.head_top-icon img {
    margin-right: 8px
}

.head_top-icon>.icon4 {
    margin-right: 60px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold
}

.head_top-icon>.icon4:nth-of-type(4) {
    margin-right: 0
}

.head_top-icon>.icon4 em {
    vertical-align: middle
}

.head_content {
    position: relative
}

.head_content .container {
    position: relative;
    display: flex
}

.header_logo {
    display: inline-block;
    float: none
}

#index .title_block,
#wt-prod-filter-tabs {
    margin-top: 2.6%;
    margin-bottom: 1.4%;
    position: relative;
    z-index: 2
}

#index .title_block a {
    font-size: 16px;
    color: #333333;
    vertical-align: baseline;
    font-weight: normal;
    margin-left: 4px
}

#languages-block-top,
#helpMenu {
    color: #012657
}

#helpMenu {
    height: 60px;
    line-height: 60px
}

header .header_user_info img,
header .out-shopping_cart img,
.icon-help>img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.infoAniBox {
    position: relative;
    background-color: #0caf37;
    color: #fff;
    height: 38px;
    text-align: left;
    overflow: hidden
}

.infoAniContent {
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    top: 10px;
    font-size: 18px;
    will-change: transform
}

.infoAniContent span::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 6px;
    background: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M872.803 755.994h.061v-.37zM744.056 192.8c-4.815-2.89-9.602-5.253-15.443-5.253-14.263 0-25.759 11.56-25.759 25.806 0 10.285 6.089 18.52 14.696 23.195 94.68 55.248 158.344 157.788 158.344 275.305 0 117.424-63.605 219.93-158.159 275.18-8.295 4.538-15.443 13.05-15.443 23.583 0 14.262 11.56 25.82 25.792 25.82 5.716 0 10.252-2.202 15.225-5.063 109.871-64.134 183.764-183.143 183.764-319.52.002-136.067-73.578-254.842-183.017-319.054z' fill='%23fff'/%3E%3Cpath d='M773.946 511.868c0-79.965-43.344-149.74-107.821-187.29-2.92-1.522-9.786-4.52-14.604-4.52-14.325 0-25.914 11.59-25.914 25.9 0 9.615 5.096 18.176 12.865 22.666 49.84 28.307 83.46 81.83 83.46 143.244 0 62.473-34.802 116.818-86.07 144.75-7.458 4.54-12.398 12.804-12.398 22.19 0 14.324 11.59 25.943 25.883 25.943 6.09.032 13.33-3.543 13.33-3.543 66.372-37.036 111.27-107.913 111.27-189.34zM541.37 124.672c-10.847-5.22-23.741-3.79-33.216 3.713-.436.358-46.423 36.915-97.196 74.296-88.308 65.081-114.036 75.925-119.257 77.65h-110.62c-.637 0-1.243.062-1.88.093h-56.504c-14.231 0-25.775 11.544-25.775 25.775v411.697c0 14.262 11.512 25.762 25.775 25.762l189.511.028c5.096 1.865 29.396 13.08 107.761 77 45.614 37.162 86.506 73.485 86.94 73.829 5.842 5.219 13.3 7.92 20.82 7.92 4.35 0 8.73-.93 12.864-2.765a31.347 31.347 0 0 0 18.517-28.62s.032-97.257.032-132.212c.809-2.484 1.214-5.127 1.214-7.863 0-2.792-1.246-578.027-1.246-578.027a31.412 31.412 0 0 0-17.74-28.276zm-33.062 601.799c0 1.494-.467 94.618-.467 94.618-13.89-11.746-29.332-24.64-45.24-37.508-104.59-84.702-130.506-91.816-148.031-91.816-.373 0-.684.091-1.025.091s-.653-.09-1.026-.09H170.394c-18.038 0-22.248-5.13-22.248-23.247v-315.96c0-12.32 1.46-20.057 16.298-20.057H292.51c17.09 0 43.315-6.991 157.787-90.84 20.383-14.915 40.33-29.939 57.545-43.114 0 0 .373 445.208.467 521.368-.53 2.112 0 4.319 0 6.555z' fill='%23fff'/%3E%3C/svg%3E") center no-repeat;
    background-size: contain
}

@media (max-width:880px) {
    .head_content .container {
        display: block
    }

    .mod_head {
        text-align: center
    }

    #header_logo {
        margin-top: 2%;
        margin-bottom: 2%;
        text-align: center
    }

    #header .ssa-searchblock {
        width: 100%;
        margin-bottom: 4%
    }

    header .nav {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 0;
        grid-gap: 0 10px;
        padding-bottom: 4%
    }

    .icon-help {
        margin-left: 0 !important
    }
}

@media (max-width:768px) {
    #ordermsg label {
        font-size: 14px
    }

    .head_top-icon>.icon4 {
        display: none
    }

    .header_user_info {
        display: inline-block
    }

    #index .title_block {
        font-size: 22px;
        margin-top: 6%;
        margin-bottom: 4%
    }
}

#footer {
    max-width: 1200px
}

.newsletterBox {
    background-color: #fbfbfb;
    border-radius: 999em;
    overflow: hidden
}

#social_block .inputNewBox {
    position: relative;
    flex: 1 1 100%
}

#social_block .inputNewBox::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
    border-top: 1px solid #CFCBCA;
    border-bottom: 1px solid #CFCBCA
}

#newsletter-input {
    position: relative;
    border-color: #CFCBCA;
    border-radius: 9999px 0 0 9999px;
    padding-left: 18px;
    box-shadow: none;
    background-color: transparent;
    border-right: 0
}

.newsletter-input-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 18px;
    padding-right: 18px;
    color: #9c9b9b;
    line-height: 1.2
}

.footer-bottom-tag {
    display: block
}

html[lang="de-de"] .newsletter-input-placeholder {
    font-size: 12px
}

html[lang="nl-nl"] .newsletter-input-placeholder {
    font-size: 11px
}

#index .container:not(#footer),
#manufacturer .container:not(#footer) {
    max-width: 90%
}

.product-container {
    overflow: hidden
}

.product-container table {
    float: left
}

.product-container .content_price {
    float: right;
    padding-right: 10px
}

#module-blockwishlist-mywishlist .product-container .content_price {
    float: left;
    padding-left: 10px;
    padding-right: 0
}

.product-container {
    padding-bottom: 18px;
    background-color: #fff
}

.product-container .product-name {
    margin-bottom: 18px
}

@media (max-width:1460px) {

    #index .container:not(#footer),
    #manufacturer .container:not(#footer) {
        max-width: 92%
    }
}

@media (max-width:1240px) {

    #index .container:not(#footer),
    #manufacturer .container:not(#footer) {
        max-width: 94%
    }
}

@media (max-width:1024px) {

    #index .container:not(#footer),
    #manufacturer .container:not(#footer) {
        max-width: 96%
    }
}

#history .top-column,
#history .columns-container,
#module-blockwishlist-mywishlist .top-column,
#module-blockwishlist-mywishlist .columns-container,
#module-psgdpr-gdpr .top-column,
#module-psgdpr-gdpr .columns-container,
#identity .top-column,
#identity .columns-container {
    background-color: #f0f2f5
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    border-radius: 999px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2)
}

@media (max-width:768px) {

    #index .container:not(#footer),
    #manufacturer .container:not(#footer) {
        max-width: 100%
    }

    #index .owl-carousel .owl-controls .owl-nav .owl-prev,
    #index .owl-carousel .owl-controls .owl-nav .owl-next {
        width: 24px;
        height: 24px;
        margin-top: -12px !important
    }

    #index .owl-carousel .owl-controls .owl-nav .owl-prev::before,
    #index .owl-carousel .owl-controls .owl-nav .owl-next::before {
        background-size: 40%
    }
}

.owl-carousel .owl-controls .owl-nav .owl-prev:before,
.owl-carousel .owl-controls .owl-nav .owl-next:before {
    color: #666;
    vertical-align: middle
}

.clearfix {
    clear: none !important
}

#search #page {
    background: #f0f2f5
}

#search #center_column,
#manufacturer #center_column {
    padding: 0
}

#search .center_column>.out_product_list,
#manufacturer .center_column>.out_product_list {
    border: 0;
    background-color: transparent;
    padding: 0
}

#category #page {
    background: #f0f2f5
}

#category .layered_filter,
#category .layered_price,
#enabled_filters {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-top: 0;
    margin-bottom: 16px
}

#layered_block_left ul {
    margin-bottom: 0
}

#category #left_column {
    padding-left: 0;
    padding-right: 0
}

#category #center_column {
    padding-right: 0;
    padding-left: 0
}

#category #left_column+#center_column {
    padding-right: 0;
    padding-left: 15px
}
 
 

@media (max-width:500px) {
    #TipsWin {
        width: 90%
    }

    #TipsWin .cha {
        font-size: 20px
    }

    #TipsWin .tContent {
        padding: 16px 0
    }
}

a,
button {
    outline: none
}

.starHei5 {
    width: 5.55em
}

.starHei4-5 {
    width: 5em
}

.starHei4 {
    width: 4.4em
}

.starHei3-5 {
    width: 3.86em
}

.starHei3 {
    width: 3.3em
}

.starHei2-5 {
    width: 2.70em
}

.starHei2 {
    width: 2.2em
}

.starHei1-5 {
    width: 1.6em
}

.starHei1 {
    width: 1.1em
}

.starHei0-5 {
    width: .48em
}

.starHei .starHei {
    display: block
}

.starHei {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='14' viewBox='0 0 17 14'%3E%3Cpath fill='%23d8d8d8' d='M0 0h14v14H0z'/%3E%3Cpath d='M8.253 5.799h4.046l-5.25 3.784 2.261-.58.988 3-3.3-2.379-3.299 2.375 1.268-3.844-3.268-2.356h4.046l1.254-3.8z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E") center left repeat-x;
    display: inline-block;
    height: 1.1em;
    vertical-align: middle
}

.starHei.on {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='14' viewBox='0 0 17 14'%3E%3Cpath fill='%2300b67a' d='M0 0h14v14H0z'/%3E%3Cpath d='M8.253 5.799h4.046l-5.25 3.784 2.261-.58.988 3-3.3-2.379-3.299 2.375 1.268-3.844-3.268-2.356h4.046l1.254-3.8z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.starHeiBox {
    display: flex;
    align-items: center;
    height: 1.1em
}

.starHeiBox>.starHei {
    margin-right: 3px
}

.starHeiBox.disabled {
    visibility: hidden
}

.fa-map-marker-alt:before {
    display: none
}

.footer-container #footer .fa {
    color: #000;
    margin-right: 2px
}

.ssa-searchblock {
    order: 0;
}

#languages-block-top {
    order: 1
}

.header_user_info {
    order: 2
}

.out-shopping_cart {
    order: 3
}

.icon-help {
    order: 4;
    margin-right: 0 !important;
    margin-left: 30px
}

#trustpilot-widget {
    position: static !important
}

.i-lin_trending_box {
    display: flex
}

.i-lin_trending_box .li {
    margin-right: 20px;
    flex: 0 1 32.6%;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #CFCBCA
}

@media (min-width:881px) {
    .header_mobile {
        display: none
    }

    header .nav {
        white-space: nowrap
    }
}

@media (max-width:880px) {
    .i-lin_new_img {
        height: auto
    }

    .header_pc {
        display: none
    }

    .header_mobile {
        background: #012657;
        font-size: 20px;
        padding: 0 15px;
        font-size: -webkit-calc(68.75% + 9 * (100vw - 320px) / 560);
        font-size: calc(68.75% + 9 * (100vw - 320px) / 560);
        font-size: -webkit-calc(11px + 9 * (100vw - 320px) / 560);
        font-size: calc(11px + 9 * (100vw - 320px) / 560)
    }

    .header_mobile {}

    .header_mobile_logo {
        flex: 0 0 10.65em;
        margin-top: .8em;
        margin-bottom: .8em;
        height: 2.4em
    }

    .header_mobile_top {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .header_mobile_width {
        flex: 1 1 100%;
        display: flex;
        grid-gap: 1.4em
    }

    .header_mobile_width:last-child {
        justify-content: flex-end
    }

    .header_mobile_menu {
        width: 2.2em;
        height: 2.2em;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16'%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill:%23fff%7D%3C/style%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M0 0h20v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(https://www.geekmaxi.com/themes/wt_hellomarket/css/%23a)'%3E%3Crect class='c' width='20' height='2' rx='1'/%3E%3Crect class='c' width='20' height='2' rx='1' transform='translate(0 7)'/%3E%3Crect class='c' width='20' height='2' rx='1' transform='translate(0 14)'/%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
        background-size: contain
    }

    .header_mobile_account {
        width: 2.2em;
        height: 2.2em;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E%3Cpath fill='none' d='M0 0h44v44H0z'/%3E%3Cpath d='M40.909 36.737a19.166 19.166 0 0 0-12.163-13.549 11.227 11.227 0 1 0-13.49 0A19.166 19.166 0 0 0 3.093 36.737 3.49 3.49 0 0 0 6.531 41H37.47a3.49 3.49 0 0 0 3.439-4.263zm-26.681-22.51A7.773 7.773 0 1 1 22 22a7.773 7.773 0 0 1-7.772-7.773zm22.555 23.318H7.218a.531.531 0 0 1-.513-.663 15.949 15.949 0 0 1 30.59 0 .531.531 0 0 1-.513.663z' fill='%23fff'/%3E%3C/svg%3E") center center no-repeat;
        background-size: contain
    }

    .header_mobile_cart {
        width: 2.2em;
        height: 2.2em;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E%3Cpath fill='none' d='M0 0h44v44H0z'/%3E%3Cpath d='M15.546 39.364a3.636 3.636 0 1 1-3.636-3.636 3.635 3.635 0 0 1 3.636 3.636zm18.182-3.636a3.636 3.636 0 1 0 3.636 3.636 3.635 3.635 0 0 0-3.637-3.637zm7.216-19.369L38.378 30.9a3.635 3.635 0 0 1-3.58 3.005H12.042a3.636 3.636 0 0 1-3.58-3.005l-4.2-23.816a.546.546 0 0 0-.536-.451H1.819a1.818 1.818 0 1 1 0-3.636h3.889a1.816 1.816 0 0 1 1.791 1.5l1.338 7.589h28.526a3.636 3.636 0 0 1 3.581 4.272zm-3.694.009a.545.545 0 0 0-.536-.64H9.478l2.485 14.095a.546.546 0 0 0 .536.451h21.84a.548.548 0 0 0 .538-.451z' fill='%23fff'/%3E%3C/svg%3E") center center no-repeat;
        background-size: contain
    }

    .header_mobile_bttoom {
        padding-bottom: 1em
    }

    .header_mobile_bttoom .ssa-search-query,
    .header_mobile_bttoom .ssa-button-search {
        height: 2.25em
    }

    .header_mobile_bttoom .ssa-button-search {
        width: 2.25em;
        padding-left: 0.4em;
        background: transparent !important;
        right: auto;
        left: 0;
        border: 0
    }

    .header_mobile_bttoom .ssa-button-search:before {
        font-size: 0.95em
    }

    #header .header_mobile_bttoom .ssa-searchblock {
        margin: 0
    }

    .header_mobile_bttoom .ssa-search-query {
        padding: .65em .65em .65em 2.2em
    }

    #full-slider-wrapper {
        margin: 15px
    }

    #full-slider-wrapper .ls-v5 .ls-bottom-slidebuttons a {}

    #full-slider-wrapper .ls-nav-prev,
    #full-slider-wrapper .ls-nav-next {
        display: none
    }

    #index .title_block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 5%;
        margin-bottom: 3%
    }

    .customer-link:not(.last),
    .customer-link.last>h4 {
        display: none
    }

    #social_block {
        display: flex;
        flex-direction: column
    }

    #social_block form {
        order: 2;
        margin-bottom: 0;
        margin-top: 2%
    }

    #social_block .social_bottom {
        text-align: center
    }

    #social_block .social_bottom h4 {
        margin-bottom: 6px
    }

    #newsletter-input {
        border: 0
    }

    #social_block .inputNewBox::before {
        display: none
    }

    #social_block .newsletter-button {
        width: auto
    }

    html.openMenu {
        overflow: hidden
    }

    html.openMenu .header_mobile_pop {
        display: block
    }

    html.openMenu .header_mobile_left_menu {
        visibility: visible;
        transform: translateX(0);
        transition: transform .3s
    }

    .header_mobile_pop {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 99;
        display: none
    }

    .header_mobile_left_menu {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        width: 80%;
        max-width: 400px;
        background-color: #fff;
        z-index: 99;
        padding: 1.5em 1.4em;
        display: flex;
        flex-direction: column;
        line-height: 1.2;
        visibility: hidden;
        transform: translateX(-100%)
    }

    .header_mobile_left_menu-account {
        font-size: 18px;
        padding-bottom: 12px;
        font-weight: bold
    }

    .header_mobile_left_menu-box {
        width: 100%;
        overflow: auto;
        flex: 1 1 100%
    }

    .header_mobile_left_menu-languages {
        font-size: 16px;
        display: flex;
        align-items: center;
        height: 50px;
        border: 1px solid #CFCBCA;
        border-radius: 10px;
        padding: 0 0.9333333333333333em
    }

    .header_mobile_left_menu-languages:before {
        content: '';
        flex: 0 0 20px;
        height: 20px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath d='M18 0a18 18 0 1 0 18 18A18.053 18.053 0 0 0 18 0zm14.5 14.3c-.8 1.2-2.7 2.5-5.5 3.4-.1-5.4-1.3-10.3-3.2-13.5a14.966 14.966 0 0 1 8.7 10.1zM18 33c-2.1 0-5.1-4.4-5.8-11.5a37.6 37.6 0 0 0 11.6 0C23.1 28.6 20.1 33 18 33zm0-14a30.525 30.525 0 0 1-6-.6V18c0-9.2 3.6-15 6-15s6 5.8 6 15v.4a30.525 30.525 0 0 1-6 .6zM12.3 4.1c-2 3.3-3.2 8.1-3.3 13.6-2.8-.9-4.7-2.2-5.5-3.4a15.234 15.234 0 0 1 8.8-10.2zM3 18a18.849 18.849 0 0 0 6.1 2.8 26.3 26.3 0 0 0 3.1 11A14.971 14.971 0 0 1 3 18zm20.7 13.9a25.279 25.279 0 0 0 3.1-11 17.173 17.173 0 0 0 6.1-2.9 14.9 14.9 0 0 1-9.2 13.9z'/%3E%3C/svg%3E") center no-repeat;
        background-size: contain;
        margin-right: 10px
    }

    .header_mobile_left_menu-languages .current {
        position: relative;
        flex: 1 1 auto
    }

    .header_mobile_left_menu-languages .fa-angle-right {
        position: absolute;
        right: 0
    }

    .header_mobile_left_menu-ul {
        display: none
    }

    .header_mobile_left_menu-languages.active {
        position: relative;
        border-radius: 10px 10px 0 0
    }

    .header_mobile_left_menu-languages.active .header_mobile_left_menu-ul {
        position: absolute;
        z-index: 1;
        display: block;
        top: 100%;
        border: 1px solid #CFCBCA;
        border-radius: 0 0 10px 10px;
        background-color: #fff;
        left: -1px;
        right: -1px;
        z-index: 3
    }

    .header_mobile_left_menu-ul li {
        padding: 0 0.9333333333333333em
    }

    .header_mobile_left_menu-ul li:not(:last-child) {
        border-bottom: 1px solid #CFCBCA
    }

    .header_mobile_left_menu-ul li a {
        height: 50px;
        display: flex;
        align-items: center
    }

    .header_mobile_left_menu-ul li img {
        margin-right: .3em
    }
 
    .header_mobile_left_menu-link {
        padding-top: 5px
    }

    .header_mobile_left_menu-link-a,
    .header_mobile_left_menu .customer-link h4 {
        display: flex;
        align-items: center;
        font-size: 16px;
        height: 50px;
        color: #333;
        font-weight: normal
    }

    .header_mobile_left_menu-line {
        height: 1px;
        background: #E8E8E8;
        opacity: 1
    }

    .header_mobile_left_menu .customer-link {
        display: block
    }

    .wt-menu-horizontal ul li.level-1 ul li a {
        font-size: 16px
    }

    .footer-bottom-tag .tag-list-box {
        display: none
    }
}

@media (max-width:768px) {
    #category #left_column+#center_column {
        padding-left: 0
    }
}

@media (min-width:1200px) {
    #wt-menu-ver-left {}

    #wt-special-products {
        width: 285px
    }

    #slider-wrapper {
        width: 600px
    }
}

table th {
    font-weight: bold
}

table td,
table th {
    padding: 9px 10px;
    text-align: left
}

@media only screen and (max-width:767px) {
    table.responsive {
        margin-bottom: 0
    }

    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 35%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc
    }

    .pinned table {
        border-right: none;
        border-left: none;
        width: 100%
    }

    .pinned table th,
    .pinned table td {
        white-space: nowrap
    }

    .pinned td:last-child {
        border-bottom: 0
    }

    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #ccc
    }

    div.table-wrapper div.scrollable {
        margin-left: 35%
    }

    div.table-wrapper div.scrollable {
        overflow: scroll;
        overflow-y: hidden
    }

    table.responsive td,
    table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden
    }

    table.responsive th:first-child,
    table.responsive td:first-child,
    table.responsive td:first-child,
    table.responsive.pinned td {
        display: none
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2) {
    .replace-2x {
        font-size: 1px
    }

    .example {
        background-image: url(https://www.geekmaxi.com/themes/wt_hellomarket/css/autoload/../images/example2x.png);
        -webkit-background-size: 13px 13px;
        -moz-background-size: 13px 13px;
        -o-background-size: 13px 13px;
        background-size: 13px 13px
    }
}


 
.wt-col-md-2,
.wt-col-md-3,
.wt-col-md-4,
.wt-col-md-6,
.wt-col-md-8,
.wt-col-md-10,
.wt-col-md-12 {
    float: left
}

.wt-col-md-2 {
    width: 19.14529%
}

.wt-col-md-3 {
    width: 23.50427%
}

.wt-col-md-4 {
    width: 31.02564%
}

.wt-col-md-6 {
    width: 52.99145%
}

.wt-col-md-8 {
    width: 61.70942%
}

.wt-col-md-10 {
    width: 80.85471%
}

.wt-col-md-12 {
    width: 100%
}

.wt-3-items-aline .item {
    width: 33.333333%
}

.wt-2-items-aline .item {
    width: 50%
}

@media (max-width:767px) {

    .wt-col-md-2,
    .wt-col-md-3,
    .wt-col-md-4,
    .wt-col-md-6,
    .wt-col-md-8,
    .wt-col-md-10,
    .wt-col-md-12 {
        width: 100%
    }

    .wt-3-items-aline .item,
    .wt-2-items-aline .item {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1199px) {

    .wt-col-sm-2,
    .wt-col-sm-3,
    .wt-col-sm-4,
    .wt-col-sm-6,
    .wt-col-sm-8,
    .wt-col-sm-10,
    .wt-col-sm-12 {
        float: left
    }

    .wt-col-sm-3 {
        width: 25%
    }

    .wt-col-sm-4 {
        width: 30%
    }

    .wt-col-sm-5 {
        width: 45%
    }

    .wt-col-sm-7 {
        width: 55%
    }

    .wt-col-sm-8 {
        width: 70%
    }

    .wt-col-sm-9 {
        width: 75%
    }

    .wt-col-sm-6 {
        width: 50%
    }

    .wt-col-sm-2 {
        width: 20%
    }

    .wt-col-sm-10 {
        width: 80%
    }

    .wt-col-sm-12 {
        width: 100%
    }
}


@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('https://www.geekmaxi.com/js/jquery/plugins/fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url('https://www.geekmaxi.com/js/jquery/plugins/fancybox/fancybox_loading@2x.gif');
        background-size: 24px 24px
    }
}

.newProductList23 .product_list .product-name,
#owl-slider_1.product_list .product-name,
#wt-feature-prod_tab .product_list .product-name,
#wt-feature-prod_tab .product-name,
#wt-caracteristica-prod_tab .product-name {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 6px
}

.newProductList23 .product_list.grid .product-name {
    display: block
}

h3[itemprop="name"] {
    margin-bottom: 0
}

ul.product_list {
    margin-bottom: 0
}

ul.product_list .product-name {
    display: inline-block;
    width: 100%;
    overflow: hidden
}

ul.product_list .availability span {
    display: inline-block;
    margin-bottom: 8px
}

ul.product_list .availability span.available-now {
    color: #55c65e
}

ul.product_list .availability span.out-of-stock {
    color: #fe9126
}

ul.product_list .availability span.available-dif {
    color: #fe9126
}

ul.product_list .color-list-container {
    margin-bottom: 12px
}

ul.product_list .color-list-container ul li {
    display: inline-block;
    border: 1px solid #d6d6d6;
    width: 26px;
    height: 26px
}

ul.product_list .color-list-container ul li a {
    display: block;
    width: 22px;
    height: 22px;
    margin: 1px
}

ul.product_list .color-list-container ul li a img {
    display: block;
    width: 22px;
    height: 22px
}

ul.product_list .product-image-container {
    text-align: center
}

ul.product_list .product-image-container img {
    margin: 0 auto
}

ul.product_list .product-image-container .quick-view-wrapper-mobile {
    display: none
}

ul.product_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile {
    display: none
}

@media (max-width:1199px) {
    ul.product_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile {
        display: block;
        position: relative;
        background-color: rgba(208, 208, 211, 0.57);
        height: 130px;
        width: 85px;
        top: 80px;
        right: -162px;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        zoom: 1;
        pointer-events: all
    }

    ul.product_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile i {
        position: relative;
        top: 48px;
        left: -20px;
        font-size: x-large;
        color: black
    }

    ul.product_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile i:before {
        -moz-transform: rotate(315deg);
        -o-transform: rotate(315deg);
        -webkit-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        transform: rotate(315deg)
    }
}

@media (max-width:1199px) {
    ul.product_list .product-image-container .quick-view-wrapper-mobile {
        display: block;
        background-color: transparent;
        height: 155px;
        width: 215px;
        position: absolute;
        overflow: hidden;
        pointer-events: none;
        bottom: 0;
        right: 0
    }
}

ul.product_list .comments_note {
    text-align: left;
    overflow: hidden;
    display: none
}

ul.product_list .comments_note .star_content {
    float: left
}

ul.product_list .comments_note .nb-comments {
    overflow: hidden;
    font-style: italic
}

ul.product_list .functional-buttons div a,
ul.product_list .functional-buttons div label {
    cursor: pointer
}

ul.product_list .functional-buttons div a:hover,
ul.product_list .functional-buttons div label:hover {
    color: #000
}

.functional-buttons {
    text-align: left
}

#category ul.product_list.grid>li,
#manufacturer ul.product_list.grid>li,
#search ul.product_list.grid>li {
    padding-right: 0
}

ul.product_list.grid>li {
    padding-bottom: 16px
}

@media (min-width:480px) and (max-width:767px) {
    ul.product_list.grid>li {
        width: 50%;
        float: left
    }
}

ul.product_list.grid>li .product-container {
    background: #fff;
    z-index: 1;
    position: relative;
    border-radius: 10px
}

ul.product_list.grid>li .product-container .product-image-container {
    position: relative
}

@media (max-width:767px) {
    ul.product_list.grid>li .product-container .product-image-container {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto
    }
}

ul.product_list.grid>li .product-container .product-image-container .content_price span {
    color: #fff
}

ul.product_list.grid>li .product-container .product-image-container .content_price span.old-price {
    color: #b1b0b0
}

ul.product_list.grid>li .product-container .comments_note .star_content {
    display: none
}

ul.product_list.grid>li .product-container .availability {
    display: none
}

ul.product_list.grid>li .product-container .content_price {
    line-height: 21px;
    text-align: center;
}

ul.product_list.grid>li .product-container .price {
    color: #bf0404;
    display: inline-block
}

ul.product_list.grid>li .product-container .product-flags {
    display: none
}

ul.product_list.grid>li .product-container .old-price {
    margin-right: 5px
}

ul.product_list.grid>li .product-container .button-container {
    margin-bottom: 14px
}

ul.product_list.grid>li .product-container .button-container .ajax_add_to_cart_button,
ul.product_list.grid>li .product-container .button-container span.button,
ul.product_list.grid>li .product-container .button-container .lnk_view {
    margin: 0 6px 10px 6px
}

@media (min-width:1200px) {
    ul.product_list.grid>li.hovered .product-container {
        position: relative;
        z-index: 10
    }

    ul.product_list.grid>li.hovered .product-container .functional-buttons,
    ul.product_list.grid>li.hovered .product-container .button-container,
    ul.product_list.grid>li.hovered .product-container .comments_note {}
}

@media (min-width:1200px) {
    #blockpack ul>li.last-line {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    #blockpack ul>li.first-item-of-tablet-line {
        clear: none
    }

    #blockpack ul>li.first-item-of-mobile-line {
        clear: left
    }
}

@media (max-width:479px) {
    ul.product_list.list>li .left-block {
        width: 100%
    }
}

ul.product_list.list>li .product-container {
    padding: 30px 0 30px;
    border-radius: 8px
}

ul.product_list.list>li .product-image-container {
    position: relative;
    border-bottom: none;
    margin-bottom: 0
}

ul.product_list.list>li .product-image-container .functional-buttons {
    display: none
}

@media (max-width:479px) {
    ul.product_list.list>li .product-image-container {
        max-width: 290px;
        margin: 0 auto
    }
}

ul.product_list.list>li .product-image-container .content_price {
    display: none !important
}

ul.product_list.list>li .product-flags {
    color: #333;
    margin: -5px 0 10px 0
}

ul.product_list.list>li .product-flags .discount {
    color: #f13340
}

ul.product_list.list>li h5 {
    margin: 0
}

@media (max-width:479px) {
    ul.product_list.list>li .center-block {
        width: 100%
    }
}

ul.product_list.list>li .center-block .comments_note {
    margin-bottom: 12px
}

ul.product_list.list>li .right-block .functional-buttons {
    position: static;
    max-width: 130px;
    margin: 0
}

ul.product_list.list>li .right-block .functional-buttons .wishlist,
ul.product_list.list>li .right-block .functional-buttons .compare,
ul.product_list.list>li .right-block .functional-buttons .ajax_add_to_cart_button,
ul.product_list.list>li .right-block .functional-buttons .button-hover {
    float: left
}

ul.product_list.list>li .right-block .functional-buttons .wishlist,
ul.product_list.list>li .right-block .functional-buttons .compare,
ul.product_list.list>li .right-block .functional-buttons .ajax_add_to_cart_button {
    margin-right: 3px
}

@media (min-width:992px) {
    ul.product_list.list>li .right-block .right-block-content {
        margin: 0;
        padding-left: 15px;
        padding-bottom: 16px
    }
}

@media (max-width:991px) {
    ul.product_list.list>li .right-block .right-block-content {
        padding-top: 20px
    }
}

@media (max-width:479px) {
    ul.product_list.list>li .right-block .right-block-content {
        padding-top: 5px
    }
}

ul.product_list.list>li .right-block .right-block-content .content_price span.old-price {
    margin-right: 8px
}

ul.product_list.list>li .right-block .right-block-content .button-container {
    overflow: hidden;
    padding-bottom: 20px
}

@media (max-width:479px) {
    ul.product_list.list>li .right-block .right-block-content .button-container {
        width: 100%
    }
}

ul.product_list.list>li .right-block .right-block-content .button-container .btn {
    margin-bottom: 10px
}

@media (min-width:992px) {
    ul.product_list.list>li .right-block .right-block-content .button-container .btn {
        float: left;
        clear: both
    }
}

@media (min-width:992px) {
    ul.product_list.list>li .right-block .right-block-content .functional-buttons {
        overflow: hidden
    }
}

@media (max-width:479px) {
    ul.product_list.list>li .right-block .right-block-content .functional-buttons {
        float: none;
        display: inline-block
    }

    ul.product_list.list>li .right-block .right-block-content .functional-buttons a i,
    ul.product_list.list>li .right-block .right-block-content .functional-buttons label i {
        display: none !important
    }
}

ul.product_list.list>li .right-block .right-block-content .functional-buttons a {
    cursor: pointer
}

ul.product_list.list>li .right-block .right-block-content .functional-buttons .wishlist {
    border: none
}

@media (min-width:1200px) {
    ul.product_list.list>li:hover .product-image-container .quick-view {
        display: block
    }
}

@media (max-width:479px) {
    ul.product_list.list>li {
        text-align: center
    }
}

#index ul.product_list.tab-pane>li {
    padding-bottom: 10px;
    margin-bottom: 10px
}

@media (min-width:1200px) {
    #index ul.product_list.tab-pane>li {
        padding-bottom: 85px;
        margin-bottom: 0
    }
}

#index ul.product_list.tab-pane>li .availability {
    display: none
}

@media (min-width:1200px) {
    #index ul.product_list.tab-pane>li.last-line {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    #index ul.product_list.tab-pane>li.first-item-of-tablet-line {
        clear: none
    }

    #index ul.product_list.tab-pane>li.first-item-of-mobile-line {
        clear: left
    }
}

.product-container .right-block {
    text-align: left;
    padding-left: 4px;
    padding-right: 4px
}

.content_sortPagiBar {
    padding: 26px 25px 26px 15px;
    margin-bottom: 16px;
    border-radius: 8px;
}

.center_column>.out_product_list {}

.out-button {
    float: right
}

.product_list.list .out-button {
    float: none;
    display: inline-block
}

@media (min-width:1040px) {
    ul.product_list.grid>li.hovered .product-container .functional-buttons {
        display: block
    }
}

ul.product_list.grid>li.hovered {
    z-index: 20
}

.ie8 .quick-view {
    background: #fff;
    border: 1px solid #d6d6d6
}

ul.product_list .hovered .product-container {}

.price {
   color: #267323;
}

.content_price {
    text-align: center
}

.product-container table {
    margin: 0 auto
}


.product_list .product-desc ul {
    padding-left: 0;
    margin-left: 0;
    text-align: center;
}


.product_list .coupon{
    background: #0055eb;
    border-radius: 999px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
    min-width: 60%;
    text-align: center;
    max-width:67%
}
.product_list .product-desc li {
    list-style-type: none;
    position: relative;
    padding-left: 12px;
    line-height: 1.4;
    padding-top: 4px;
    padding-bottom: 4px;
   
}

.product_list .product-desc li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 999999px;
    position: absolute;
    background-color: #333;
    left: 0;
    top: 8.5px
}

ul.product_list.grid .functional-buttons {
    top: -40px;
    width: 100%;
    left: 0;
    z-index: 2;
    max-width: none;
    bottom: auto;
    background-color: rgba(0, 0, 0, .3);
    font-size: 0
}

ul.product_list.grid .button-hover>* {
    display: inline-block;
    width: 50%;
    position: relative;
    height: 38px;
    vertical-align: top
}

ul.product_list.grid .button-hover .compare {
    display: none
}

ul.product_list.grid .addToWishlist,
ul.product_list.grid .ajax_add_to_cart_button {
    background-color: transparent
}

ul.product_list.grid .addToWishlist {
    width: 100%;
    border: 0
}

ul.product_list.grid .addToWishlist:before,
ul.product_list.grid .ajax_add_to_cart_button:before {
    color: #fff;
    font-size: 20px
}

ul.product_list.grid .addToWishlist,
ul.product_list.grid .ajax_add_to_cart_button {
    text-decoration: none;
    border: 0
}

ul.product_list.grid .addToWishlist.active {
    background-color: rgba(0, 0, 0, .2)
}

ul.product_list.grid .addToWishlist.active:before {
    color: #0caf37
}

ul.product_list.grid>li:hover .functional-buttons {
    top: 0;
    transition: all .3s
}

.product_list.list .product-container table {
    display: block;
    float: none
}

.product_list.list .availability {
    display: none
}

.product_list.list [class^=gsr-review-stars] {
    padding: 0 !important
}

.product_list.list .product-container .product-desc {
    max-height: none;
    font-size: 14px;
    margin-top: 8px
}

.product_list.list .product-container .product-name {
    margin-top: 0;
    margin-bottom: 4px;
    height: auto;
    font-size: 18px
}

.product_list.grid .product-name {
    font-size: 16px;
    height: 40px;
    margin-top: 6px
}

.product_list .price.product-price {
    font-weight: bold
}

.product_list .product-container .product-name {
    font-weight: normal;
    word-break: break-all;
}

.product_list.list .right-block {
    position: static
}

.product_list.list .product-container .row {
    position: relative
}

.product_list.list .poaBox {
    position: absolute;
    top: 0;
    right: 20px
}

.product_list.list .compare {
    display: none
}

.product_list.list .addToWishlist,
.product_list.list .ajax_add_to_cart_button {
    width: 40px;
    height: 30px;
    border: 0;
    text-decoration: none
}

.product_list.list .addToWishlist:before,
.product_list.list .ajax_add_to_cart_button:before {
    line-height: 30px;
    font-size: 20px
}

.product_list.list .addToWishlist:hover,
.product_list.list .ajax_add_to_cart_button:hover {
    background: transparent
}

.product_list.list .addToWishlist:hover:before,
.product_list.list .ajax_add_to_cart_button:hover:before,
.product_list.list .addToWishlist.active:before,
.product_list.list .addToWishlist.checked:before {
    color: #0caf37
}

.product_list.list .addToWishlist {
    background: transparent;
    position: relative;
    display: block;
    font-size: 0
}

.product_list.list .content_price,
.product_list.list .functional-buttons {
    vertical-align: middle;
    display: inline-block;
    float: none
}

.product_list.list .price.product-price {
    line-height: 30px
}

.wishlist a,
.compare a,
.button.ajax_add_to_cart_button,
.quick-view {
    margin-bottom: 0
}

.product_list.list>li {
    padding: 0 0 15px 15px
}

#category .center_column>.out_product_list,
#manufacturer .center_column>.out_product_list,
#search .center_column>.out_product_list {
    background: transparent;
    border: 0;
    padding: 0;
    margin-left: -15px
}

#category #columns>.row,
#manufacturer #columns>.row,
#search #columns>.row {
    margin-left: 0;
    margin-right: 0
}

#wt-feature-prod_tab .starHeiBox,
#wt-caracteristica-prod_tab .starHeiBox {
    float: left;
    padding-left: 10px
}

@media (max-width:991px) {
    .product_list.list .poaBox {
        position: static
    }
}

@media (max-width:768px) {

    ul.product_list.list>li .right-block .functional-buttons .wishlist,
    ul.product_list.list>li .right-block .functional-buttons .compare,
    ul.product_list.list>li .right-block .functional-buttons .ajax_add_to_cart_button {
        margin-right: 0
    }

    .product_list>li,
    .product_list.list>li {
        padding: 0 1% 1% 1%
    }

    ul.product_list.grid>li {
        padding-bottom: 1%
    }

    .product_list.list .product-container .right-block {
        padding-left: 15px;
        padding-right: 15px
    }

    .product_list.list .addToWishlist,
    .product_list.list .ajax_add_to_cart_button {
        width: 30px;
        height: 30px
    }

    ul.product_list.list>li .product-container {
        padding: 0 1% 1% 1%
    }

    .product_list.list .product-container .product-name {
        height: 40px
    }

    .product_list.list .product-container .product-desc {
        display: none
    }

    #search .product_list.list>li,
    #manufacturer .product_list.list>li {
        padding: 0 1% 1% 1%
    }

    #search .center_column>.out_product_list,
    #manufacturer .center_column>.out_product_list {
        overflow: hidden
    }

    #search .product_list.list .right-block,
    #manufacturer .product_list.list .right-block,
    #search .product_list.list .left-block,
    #manufacturer .product_list.list .left-block {
        padding-left: 2%;
        padding-right: 2%
    }

    #search .product_list.list .right-block .product-name,
    #manufacturer .product_list.list .right-block .product-name {
        font-size: 15px;
        height: 40px;
        line-height: 20px;
        margin-top: 6px
    }

    #search .product_list.list .product-container .row,
    #manufacturer .product_list.list .product-container .row {
        margin: 0
    }

    #search ul.product_list,
    #manufacturer ul.product_list {
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width:1459px) {
    #manufacturer ul.product_list {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)minmax(0, 1fr)
    }

    #manufacturer ul.product_list>li {
        width: 100%
    }

    #manufacturer ul.product_list::before,
    #manufacturer ul.product_list::after {
        display: none
    }
}

@media (max-width:768px) {}

.newProductList23 .owl-stage-outer,
#wt_cat_featured .owl-stage-outer,
#i-lin_trustpilot .owl-stage-outer {
    position: relative;
    margin: -80px -15px !important;
    padding: 80px 15px !important
}

.newProductList23 .product-container .content_price {
    float: none;
    text-align: left
}

.newProductList23 .product-container {
    padding: 10px 20px 18px;
    border: 1px solid #CFCBCA;
    border-radius: 10px;
    overflow: visible
}

#wt_cat_featured .item:hover {
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.12)
}

.newProductList23.product_list .starHeiBox {
    padding-left: 0
}

.newProductList23 .product-quantity {
    margin-top: 14px
}

.newProductList23 .right-block {
    padding-left: 0;
    padding-right: 0
}

.newProductList23 .product-image-container .product_img_link img {
    max-width: 100%;
    width: 226px;
    height: 226px;
}

.newProductList23 .owl-item li {
    padding-bottom: 0 !important
}

.newProductList23 .product-shop {
    left: 20px;
    right: 20px;
    background: #0caf37;
    border-radius: 999px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 40px;
    margin-top: 16px;
    text-decoration: none
}

.newProductList23 .product-shop::after {
    content: '';
    position: absolute;
    right: 20px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M9 21a2 2 0 1 1-2-2 2 2 0 0 1 2 2zm10-2a2 2 0 1 0 2 2 2 2 0 0 0-2-2zm3.969-10.653l-1.411 8A2 2 0 0 1 19.589 18H7.073a2 2 0 0 1-1.969-1.653l-2.31-13.1A.3.3 0 0 0 2.5 3H1a1 1 0 0 1 0-2h2.589a1 1 0 0 1 .985.826L5.31 6H21a2 2 0 0 1 1.969 2.347zm-2.032.005A.3.3 0 0 0 20.642 8H5.663l1.367 7.752a.3.3 0 0 0 .295.248h12.012a.3.3 0 0 0 .3-.248z' fill='%23fff'/%3E%3C/svg%3E");
    background-position: center center;
    background-size: contain
}

.newProductList23 .product-shop::before {
    content: '';
    position: absolute;
    right: 58px;
    width: 1px;
    height: 100%;
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 100%)
}

.product-quantity-box {
    background-color: #eee;
    border-radius: 99em;
    overflow: hidden
}

.product-quantity-bar {
    background-color: #0caf37;
    height: 8px
}

.product-quantity-pcs {
    font-size: 14px;
    color: #333;
    margin-top: 4px
}

@media (min-width:769px) {
    .newProductList23 .product-container:hover .product-shop {
        display: flex;
        position: absolute
    }

    .newProductList23 .product-container:hover::before {
        content: '';
        position: absolute;
        box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.12);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 10px;
        background: #fff;
        z-index: -1
    }

    .newProductList23 .product-shop {
        display: none
    }

    .newProductList23 .product-container:hover,
    #wt_cat_featured .item:hover {
        border-color: #fff
    }
}

@media (max-width:768px) {
    .newProductList23 .product-container {
        padding: 4px 6px 6px 6px
    }

    .newProductList23 .owl-stage-outer,
    #wt_cat_featured .owl-stage-outer,
    #i-lin_trustpilot .owl-stage-outer {
        margin: -8px -15px !important;
        padding: 8px 15px !important
    }

    .newProductList23 .product-shop {
        position: relative;
        display: inline-flex;
        left: 0;
        font-size: 14px;
        margin-top: 10px;
        width: 100px;
        height: 30px;
        padding-right: 0
    }

    .newProductList23 .product-shop::before,
    .newProductList23 .product-shop::after {
        display: none
    }
}

@media (max-width:767px) {

    .newProductList23.owl-carousel,
    .newProductList23 .owl-carousel,
    #owl-slider_1,
    .wt-special-products2-content {
        display: flex !important;
        overflow: auto;
        padding-right: 15px;
        margin-right: -15px;
        width: auto;
        z-index: auto
    }

    .newProductList23 .item,
    .i-lin_new_img {
        position: relative;
        flex: 0 0 175px
    }

    .newProductList23 .sale-box,
    .newProductList23 .product-image-container .content_price,
    .newProductList23 .starHeiBox {
        display: none
    }

    .newProductList23 .product-container {
        padding: 10px !important
    }

    ul.product_list.grid.newProductList23>li {
        padding: 0
    }

    ul.product_list.grid.newProductList23>li:not(:last-child) {
        margin-right: 10px
    }

    .wt-special-products2-content .item:not(:last-child) {
        margin-right: 10px
    }

    .newProductList23 .content_price {
        height: 38px;
        line-height: 1.2 !important
    }

    .newProductList23 .old-price.product-price {
        color: #B5B5B5 !important;
        font-size: 12px;
        margin: 0
    }

    .newProductList23 .price.product-price {
        font-size: 16px;
        display: block !important
    }

    .newProductList23 .product-shop {
        position: absolute;
        font-size: 0;
        width: 30px;
        height: 30px;
        border-radius: 9999px;
        background: linear-gradient(180deg, #FF5096 0, #0caf37 100%);
        right: 10px;
        bottom: 12px;
        margin: 0;
        left: auto;
        top: auto
    }

    .newProductList23 .product-shop::before,
    .newProductList23 .product-shop::after {
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: #fff
    }

    .newProductList23 .product-shop::before {
        width: 14px;
        height: 3px
    }

    .newProductList23 .product-shop::after {
        width: 3px;
        height: 14px
    }

    ul.product_list.grid>li .product-container {
        z-index: auto
    }

    #category .center_column>.out_product_list,
    #manufacturer .center_column>.out_product_list,
    #search .center_column>.out_product_list {
        margin-left: 0
    }
}

@media (max-width:450px) {

    .newProductList23 .item,
    .i-lin_new_img {
        flex: 0 0 150px
    }
}

#subcategories ul {
    margin: 0 0 0 -15px
}

#subcategories ul li {
    float: left;
    width: 145px;
    padding: 0 15px;
    text-align: center
}

.shop-phone {
    line-height: 18px
}

@media (max-width:767px) {
    .shop-phone {
        display: none
    }
}

.shop-phone i {
    font-size: 13px;
    line-height: 20px;
    padding-right: 7px;
    padding-left: 7px
}

.shop-phone strong {
    color: #fff
}

#viewed-products_block_left li.last_item {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.left_video {
    margin: 0 25px 0 14px;
    float: left;
    width: 560px
}

.top_block_footer {
    clear: both
}

.right_sample_block ul li {
    margin-bottom: 20px !important
}

.right_sample_block ul li img {
    float: left;
    margin: 0 15px 15px 0
}

.col {
    width: 50%;
    float: left
}

.col p:first-child {
    padding-bottom: 0 !important;
    text-align: center
}

#mini ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    margin-top: 6px
}

#mini {
    float: right
}

#freeship,
#gifts {
    display: inline-block;
    margin: 0 20px 0 0
}


.footer-copyright .content-top ul {
    margin-bottom: 15px
}

.footer-copyright .content-top ul li {
    display: inline-block;
    margin-left: 14px
}

.footer-copyright .content-top ul li:before {
    content: "|";
    padding-right: 14px
}

.footer-copyright .content-top ul li:first-child:before {
    display: none
}

.footer-copyright .content-top ul li a {
    font-size: 12px;
    text-transform: lowercase;
    color: #666
}

.footer-copyright .content-bottom p {
    margin-bottom: 0
}

.footer-copyright .content-bottom a {
    color: #fff
}

.footer-copyright .content-bottom a:hover,
.footer-copyright .content-top ul li a:hover {
    color: #b50000
}

.footer-container #footer .testimonial {
    display: inline-block;
    margin-top: 5px
}

.footer-container #footer .testimonial .content-intro {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #3e3d3b;
    position: relative;
    margin-top: 12px
}

.footer-container #footer .testimonial .content-intro:after {
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: 7px solid #3e3d3b;
    content: "";
    display: inline-block;
    position: absolute;
    left: 18px;
    bottom: -14px
}

.footer-container #footer .testimonial .content-intro p {
    padding: 15px;
    color: #b3b3b3;
    font-weight: 500;
    line-height: 18px;
    margin: 0;
    font-size: 13px
}

.footer-container #footer .testimonial .manage-intro {
    display: inline-block;
    width: 100%;
    margin-top: 12px
}

.footer-container #footer .testimonial .manage-intro .img-manage {
    float: left;
    margin-right: 10px;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s
}

.footer-container #footer .testimonial .manage-intro .img-manage img {
    padding: 3px
}

.footer-container #footer .testimonial .manage-intro .img-manage:hover {
    opacity: 0.7;
    filter: alpha(opacity=70)
}

.footer-container #footer .testimonial .manage-intro h3 {
    margin-top: 7px;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 500;
    display: inline-block;
    color: #26a69d
}

.footer-container #footer .testimonial .manage-intro h4 {
    font-size: 13px;
    color: #b3b3b3;
    font-weight: 500;
    text-transform: capitalize
}

.footer-container #footer .testimonial .manage-intro h4:after {
    display: none
}

.bn-home {
    margin-top: 8px
}

.bn-home img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.hello-top {
    display: inline-block
}

.hello-top img,
.hello-top h3,
.hello-top h4,
.hello-top a {
    float: left
}

.hello-top h3 {
    font-size: 24px;
    color: #333;
    margin-top: 9px;
    margin-left: 14px
}

.hello-top h4 {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-top: 14px;
    margin-left: 10px
}

.hello-top a {
    font-weight: 600;
    color: #b50000;
    margin-top: 15px;
    margin-left: 10px
}

.hello-top a:after {
    content: "\f105";
    font-family: "FontAwesome";
    margin-left: 7px
}

.banner-view-cat {
    margin-top: 23px;
    text-align: center
}

.banner-view-cat img {
    width: 100%;
    height: auto
}

.about-us-footer {
    margin-top: 40px
}

.about-us-footer img {
    margin-bottom: 18px
}

.box-mode #free-shipping-top {
    display: none
}

.freeshipping-center {
    text-align: center
}

.block-coppy-right {
    text-align: right
}

.block-coppy-right .payment-icon {
    margin-top: 34px
}

.block-coppy-right .payment-icon ul li {
    display: inline-block
}

.block-coppy-right .payment-icon ul li img:hover {
    opacity: 0.5
}

@media (min-width:769px) {
    .footer-block-html {
        display: flex
    }

    .customer-link {}
}

@media (min-width:768px) {
    .footer-block-box {
        display: flex;
        justify-content: space-between
    }
}

img {
    max-width: 100%
}

.clearfix {
    clear: both
}

.wt-menu-horizontal ul li.level-1 ul li.parent:hover:after {
    color: #b50000
}

.wt-menu-col.col-xs-12.col-sm-3 {
    width: 100%
}

.html-block img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s
}

.head_box.pof {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

.animated .menu-content {
    padding-left: 0 !important
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@-moz-keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@media (max-width:767px) {
    .wt-right-slidebar {
        display: none
    }
}

.table-responsive {
    border: 0
}


.w180 {
    width: 180px;
    float: left;
    text-align: right;
    padding-right: 14px;
    line-height: 28px
}

.pl180 {
    padding-left: 180px
}

.tableCell {
    display: table-cell;
    width: 99999999px
}

.labelB {
    margin-top: 28px;
    margin-bottom: 28px
}

#sendBtn {
    width: 114px;
    height: 40px;
    border-radius: 99999px;
    font-size: 16px
}
 
 

 

.icon-facebook {
    color: #44609C
}

 
.bt_form-error {
    border: 1px solid #d9534f !important
}

.clr_20 {
    height: 20px !important
}
 
#reviewForm {
    border-radius: 9999px;
    float: right;
    margin-top: -24px !important
}

#gsr.productLeft .display-distribution {
    display: inline-block
}

div.rating-cancel,
div.star-rating {
    float: left;
    width: 17px;
    height: 15px;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden
}

div.rating-cancel a,
div.star-rating a {
    display: block;
    width: 16px;
    height: 100%;
    background-position: 0 0;
    border: 0
}

div.star-rating-on a {
    background-position: 0 -32px !important
}

div.star-rating-hover a {
    background-position: 0 -16px !important
}

div.star-rating-readonly a {
    cursor: default !important
}

div.star-rating {
    background: transparent !important;
    overflow: hidden !important
}

#footer .block_various_links {
    min-height: 40px
}

.wt-prod-manu {
    margin-top: 40px
}

.wt-prod-manu .out-prod-manu {
    border: 1px solid #d9d9d9;
    border-top: none
}

#wt-prod-manu-tabs {
    border-bottom: none
}

#wt-prod-manu-tabs li {
    width: 12.5%;
    text-align: center;
    border-left: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 0
}


.hide-action:hover {
    font-weight: bold
}

.layered_filter label {
    font-weight: normal
}


#layered_block_left ul li {
    width: 100%;
    float: none;
    display: block;
    padding: 5px 0;

}
#layered_block_left .layered_subtitle {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 17px;
    color: #333;
}

#layered_block_left .layered_filter .color-group li {
    margin: 0 8px 5px 0;
    width: auto;
    display: inline-block;
    position: relative;
    padding: 0;
    border: 1px solid transparent
}

#layered_block_left .layered_filter .wt-group-color.color-group li label {
    display: none
}

#layered_block_left .color-option {
    height: 24px;
    width: 24px;
    display: block;
    border: 2px solid transparent
}

#layered_block_left .layered_filter .wt-group-color.color-group li:hover {
    border-color: #d9d9d9
}

#layered_block_left .layered_filter .wt-group-color.color-group li:hover .color-option {
    border-color: #fff
}

#layered_block_left .wt-group-size .color-option {
    display: none
}

#layered_block_left ul.wt-group-size li label a {
    font-size: 14px;
    text-transform: uppercase
}
  

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ac_results {
    text-align: left;
    padding: 0;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0
}

.ac_results li {
    margin: 0;
    padding: 2px 5px;
    cursor: default;
    display: block;
    font: menu;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden
}

.ac_odd {
    background-color: #eee
}

.ac_over {
    background-color: #0A246A;
    color: white
}

.highlight {
    font-weight: bold
}

.ssa-table {
    display: table;
    width: 100%
}

.ssa-table-row {
    display: table-row
}

.ssa-table-cell {
    display: table-cell;
    vertical-align: top
}

.ssa-link {
    color: #555454
}

.ssa-link:hover,
.ssa-link:active {
    color: #515151
}

.ssa-searchblock-top {
    padding: 50px 15px 0 15px
}

.ssa-search-query {
    background-color: #fbfbfb;
    display: inline;
    height: 45px;
    margin-right: 1px;
    padding: 13px 48px 13px 13px;
    border: 1px solid #CFCBCA;
    border-radius: 99999px
}

.ssa-search-query:focus {
    outline: 0 none
}

.ssa-search-query.form-control.ui-autocomplete-loading,
.ssa-search-query.form-control .ui-autocomplete-loading {
    background: white url("https://www.geekmaxi.com/modules/savvysearch/views/css/../img/ajax-loader.gif") no-repeat;
    background-position: right 60px center
}

.ssa-button-search {
    background-color:#21a745;
    border: medium none;
    color: #999;
    display: block;
    padding: 8px 0 8px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
    height: 45px;
    border: 1px solid #bbccdd;
    border-radius: 999999px
}

.ssa-button-search:hover,
.ssa-button-search:focus,
.ssa-button-search:active {
    background-color: #1e7736;
    color: #fff;
    outline: none
}

.ssa-button-search span {
    display: none
}

.ssa-button-search:before {
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 19px;
    text-align: center;
    width: 100%;
    color: #ffffff
}

.ssa-button-search:hover:before {
    color: #ffffff
}

.ssa-searchblock-top form {
    float: left
}

.ssa-searchblock form {
    width: 100%;
    position: relative
}

.ssa-searchblock form label+p {
    width: 100%;
    position: relative
}
 
.ssa-autocomplete-product {
    color: #777;
    overflow: hidden
}

.ssa-image {
    padding: 0 12px 0 0
}

.ssa-image img {
    max-width: 98px;
    border: 1px solid #d6d4d4
}

.ssa-searchblock {
    flex: 1 1 auto;
    margin-left: 6.979166666666667%;
    margin-right: 5.1041666666666666%;
    padding: 0
}

.historyBox {
    position: absolute;
    width: 100%;
    color: #333;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    line-height: 2;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    margin-left: 13px;
    margin-top: 6px
}

.historyBox h2 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 2.4
}

.hotSearch {
    white-space: normal
}

.hotSearch,
.searchList {
    padding-left: 20px;
    padding-right: 20px
}

.hotSearch {
    border-bottom: #e6e7e8 1px solid;
    padding-bottom: 8px;
    margin-bottom: 8px
}

.hotSearch a {
    display: inline-block;
    margin-right: 36px
}

.searchList a {
    display: block
}

.searchList .searchDelBtn {
    position: absolute;
    right: 22px;
    cursor: pointer;
    margin-top: -30px
}

.searchList img {
    display: inline-block !important
}

.category-main {
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
    float: left;
    width: 100%;
    scrollbar-width: thin;
    margin: 30px 0 15px;
    padding: 0 0 20px;
}

.category-main .category {
    max-width: 100%;
}

.category-main .category a {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    height: 100%;
    text-align: center;
    align-items: center;
    font-weight: 500;
    color: #222;
    background: #fff;
}

.category-main .category img {
    margin: 0 0 10px;
    width: auto;
    border-radius: 8px;
}

.category-main .category {
    flex: 1 0 auto;
    list-style: none;
    width: 10%;
    max-width: 10%;
    margin: 0 auto;
    text-align: center;
}
#layered_block_left ul {
    clear: both;
    padding: 5px 0;
    padding-left: 0;
}

.category-main .category a:hover {
border: 1px solid #b3a3a3

}
.footer-container ul li{padding: 5px 0}
.view-btn {
    display: block;
    text-align: center;
    background: #2fbb54;
    color: white;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    margin-top: 1rem;
    transition: background 0.3s ease;
}
.price-row {
    display: flex
;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px dashed #e5e7eb;
}
.top-column .qban{
    text-align: center;
    background: #d6e4fe;
}
.blogs {
    display: flex;
    gap: 10px; /* 可选间距 */
}
.blogs li {
    flex: 1;
    min-width: 0;
    padding: 8px;
    border-radius: 4px;
}
.blogs a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.price-store-list {min-height: 62px }

