@charset "UTF-8";

:root {
  --primary-color: #350B3D;
  --secondary-color: #fcf9eb;
}

hr,
img {
    border: 0
}

.owl-controls,
html {
    -webkit-tap-highlight-color: transparent
}

.text-left,
caption,
td,
th {
    text-align: left
}

.btn,
.owl-controls {
    -webkit-user-select: none
}

.breadcrumb,
.dropdown-menu,
.dropdown_list ul,
.list-inline,
.list-unstyled,
.media-list,
.nav,
.pager,
ol,
ul {
    list-style: none
}

.invisible,
.rating:after,
.slides:after {
    visibility: hidden
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

caption,
img,
td,
th {
    vertical-align: middle
}

html {
    line-height: 1;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

caption,
td,
th {
    font-weight: 400
}

blockquote,
q {
    quotes: none
}

a img {
    border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

body {
    margin: 0;
    background-color: #fff
}

h1 {
    margin: .67em 0
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

address,
cite {
    font-style: normal
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.open .btn-danger.dropdown-toggle,
.open .btn-default.dropdown-toggle,
.open .btn-info.dropdown-toggle,
.open .btn-primary.dropdown-toggle,
.open .btn-success.dropdown-toggle,
.open .btn-warning.dropdown-toggle,
button,
input,
select[multiple],
textarea {
    background-image: none
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

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-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;
    resize: none
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #444;
    text-decoration: none
}

a:hover {
    color: #00a161
}

a:focus {
    outline-offset: -2px
}

.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
}

pre code,
table {
    background-color: transparent
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 18px;
    margin-bottom: 18px;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0
}

.collapsing,
.dropdown {
    position: relative
}

select[multiple],
select[size],
textarea.form-control {
    height: auto
}

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%
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

.text-danger,
.text-info,
.text-success,
.text-warning {
    color: #fff
}

.text-right {
    text-align: right
}

.text-center {
    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: 400;
    line-height: 1;
    color: #999
}

legend,
pre {
    color: #333
}

.h1,
h1 {
    font-size: 33px
}

.h2,
h2 {
    font-size: 27px
}

.h3,
h3 {
    font-size: 23px
}

.h4,
h4 {
    font-size: 17px
}

.h5,
h5 {
    font-size: 13px
}

.h6,
h6 {
    font-size: 12px
}

.h1 small,
h1 small {
    font-size: 23px
}

.h2 small,
h2 small {
    font-size: 17px
}

.h3 small,
.h4 small,
h3 small,
h4 small {
    font-size: 13px
}

.page-header {
    padding-bottom: 8px;
    margin: 36px 0 18px;
    border-bottom: 1px solid #eee
}

blockquote p:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 9px
}

.list-inline,
.list-unstyled {
    padding-left: 0
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

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:after,
    .dl-horizontal dd:before {
        content: " ";
        display: table
    }

    .dl-horizontal dd:after {
        clear: both
    }
}

.btn-block,
.btn-group-justified,
.form-control,
.table,
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block,
legend {
    width: 100%
}

#footer .brands_slider,
.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearBoth,
.clearfix:after,
.container:after,
.dropdown-menu>li>a,
.form-horizontal .form-group:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.pager:after,
.panel-body:after,
.rating,
.rating:after,
.row-fluid:after,
.row:after,
.tabbable:after {
    clear: both
}

address,
pre {
    display: block
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 9px 18px;
    margin: 0 0 18px;
    border-left: 5px solid #eee
}

blockquote p {
    font-size: 16.25px;
    font-weight: 300;
    line-height: 1.25
}

address,
blockquote small,
pre {
    line-height: 1.42857
}

blockquote small {
    display: block;
    color: #999
}

blockquote small:before {
    content: "\2014 \00A0"
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    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"
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

address {
    margin-bottom: 18px
}

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 {
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0
}

.container:after,
.container:before,
.row-fluid:after,
.row-fluid:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

pre.prettyprint {
    margin-bottom: 18px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border: 0
}

#cart_summary tbody td.cart_avail span,
.badge,
.btn,
.dropdown-menu>li>a,
.dropdown_list li a,
.dropdown_tri_inner,
.input-group-btn {
    white-space: nowrap
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row,
.row-fluid {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-2-4,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-2-4,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-2-4,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-2-4,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xxs-1,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12,
.col-xxs-2,
.col-xxs-2-4,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%
}

th {
    text-align: left
}

.table tbody>tr>td,
.table tbody>tr>th,
.table tfoot>tr>td,
.table tfoot>tr>th,
.table thead>tr>td,
.table thead>tr>th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #d6d4d4
}

.table thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #d6d4d4
}

.btn,
.btn-group,
.btn-group-vertical,
.caret,
.checkbox,
.checkbox-inline,
.form-control,
.radio,
.radio-inline {
    vertical-align: middle
}

.table caption+thead tr:first-child td,
.table caption+thead tr:first-child th,
.table colgroup+thead tr:first-child td,
.table colgroup+thead tr:first-child th,
.table thead:first-child tr:first-child td,
.table thead:first-child tr:first-child th {
    border-top: 0
}

.table tbody+tbody {
    border-top: 2px solid #d6d4d4
}

.table .table {
    background-color: #fff
}

.table-condensed tbody>tr>td,
.table-condensed tbody>tr>th,
.table-condensed tfoot>tr>td,
.table-condensed tfoot>tr>th,
.table-condensed thead>tr>td,
.table-condensed thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #d6d4d4
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    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,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    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>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #55c65e;
    border-color: #48b151
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #42c04c;
    border-color: #419f49
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f3515c;
    border-color: #d4323d
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #f13946;
    border-color: #c32933
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fe9126;
    border-color: #e4752b
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    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>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>thead>tr:last-child>td,
    .table-responsive>.table-bordered>thead>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset,
legend {
    padding: 0;
    border: 0
}

fieldset {
    margin: 0
}

legend {
    display: block;
    margin-bottom: 18px;
    font-size: 19.5px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px
}

.form-control,
input[type="file"] {
    display: block
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit
}

input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: #333 dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

.form-control {
    font-size: 13px;
    color: #9c9b9b;
    background-color: #fff;
    border: 1px solid #d6d4d4;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(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
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    display: block;
    min-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

.checkbox label,
.radio label {
    display: inline;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    float: left;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline[disabled],
.checkbox[disabled],
.radio-inline[disabled],
.radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="radio"][disabled] {
    cursor: not-allowed
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
select.input-sm {
    height: 30px;
    line-height: 30px
}

.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
textarea.input-sm {
    height: auto
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
    height: 44px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 6px
}

.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
select.input-lg {
    height: 44px;
    line-height: 44px
}

.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
textarea.input-lg {
    height: auto
}

.has-warning .control-label,
.has-warning .help-block {
    color: #fff
}

.has-warning .form-control {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fff
}

.has-warning .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #fe9126
}

.has-error .control-label,
.has-error .help-block {
    color: #fff
}

.has-error .form-control {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fff
}

.has-error .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #f3515c
}

.has-success .control-label,
.has-success .help-block {
    color: #fff
}

.has-success .form-control {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fff
}

.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 .checkbox,
    .form-inline .radio,
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0
    }

    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .radio input[type="radio"] {
        float: none;
        margin-left: 0
    }

    .form-horizontal .control-label {
        text-align: right
    }
}

.btn-group>.btn-group,
.btn-toolbar .btn-group,
.dropdown-menu {
    float: left
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table
}

.btn,
.nav-justified>li>a,
.nav-tabs.nav-justified>li>a,
.pager {
    text-align: center
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn:focus {
    outline: #333 dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn-group .dropdown-toggle:active,
.btn-group-vertical>.btn:focus,
.btn-group.open .dropdown-toggle,
.btn-group>.btn:focus,
.btn.active,
.btn:active,
.dropdown-toggle:focus,
.open>a,
a:active,
a:hover {
    outline: 0
}

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    background-color: #fff
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-success {
    color: #fff;
    background-color: #46a74e;
    border-color: #3e9546
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3a8a41;
    border-color: #2c6a31
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #46a74e;
    border-color: #3e9546
}

.btn-info {
    color: #fff;
    background-color: #5192f3;
    border-color: #3983f1
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2b7af0;
    border-color: #0f62de
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5192f3;
    border-color: #3983f1
}

.btn-link {
    color: #444;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #00a161;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #999;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-group-xs>.btn,
.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    padding-left: 0;
    padding-right: 0
}

.btn-block+.btn-block {
    margin-top: 5px
}

.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 {
    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;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted;
    content: ""
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-header,
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    line-height: 1.42857
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    font-weight: 400;
    color: #333
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #428bca
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca
}

.dropdown-header,
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover,
.nav>li.disabled>a {
    color: #999
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.dropdown-header {
    font-size: 12px
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.navbar-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right,
.pull-right>.dropdown-menu {
    left: auto;
    right: 0
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover,
.input-group-btn>.btn:active,
.input-group-btn>.btn:hover {
    z-index: 2
}

.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
}

.btn-default .caret {
    border-top-color: #333
}

.btn-danger .caret,
.btn-info .caret,
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret {
    border-top-color: #fff
}

.dropup .btn-default .caret {
    border-bottom-color: #333
}

.dropup .btn-danger .caret,
.dropup .btn-info .caret,
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret {
    border-bottom-color: #fff
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar:after,
.btn-toolbar:before {
    content: " ";
    display: table
}

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn+.btn-group,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn-group+.btn-group {
    margin-left: 5px
}

.btn .caret,
.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group-lg>.btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:first-child>.btn:last-child,
.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified .btn {
    float: none;
    display: table-cell;
    width: 1%
}

[data-toggle="buttons"]>.btn>input[type="checkbox"],
[data-toggle="buttons"]>.btn>input[type="radio"] {
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    background-color: #eee;
    border: 1px solid #d6d4d4;
    border-radius: 0
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 6px
}

.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn,
.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -4px
}

.nav {
    margin-bottom: 0;
    padding-left: 0
}

.nav:after,
.nav:before {
    content: " ";
    display: table
}

.nav>li,
.nav>li>a {
    display: block;
    position: relative
}

.nav>li>a {
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #444
}

.nav .nav-divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.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
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-justified>li,
.nav-stacked>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-pills>li>a {
    border-radius: 5px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #428bca
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .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:after,
.tabbable:before {
    content: " ";
    display: table
}

.pill-content>.pill-pane,
.tab-content>.tab-pane {
    display: none
}

.pill-content>.active,
.tab-content>.active {
    display: block
}

.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before {
    content: " ";
    display: table
}

.nav .caret {
    border-top-color: #444;
    border-bottom-color: #444
}

.nav a:hover .caret {
    border-top-color: #00a161;
    border-bottom-color: #00a161
}

.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:after {
    clear: both
}

.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, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar {
        border-radius: 0
    }

    .navbar-header {
        float: left
    }

    .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
    }
}

body,
html {
    overflow-x: hidden
}

.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

.navbar-static-top {
    border-width: 0 0 1px
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    border-width: 0 0 1px
}

.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:focus,
.navbar-brand:hover {
    text-decoration: none
}

@media (min-width:768px) {

    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }

    .navbar-fixed-bottom,
    .navbar-fixed-top,
    .navbar-static-top {
        border-radius: 0
    }

    .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) {
    .tres-info-home {
        display: none
    }

    .padding-v15 {
        min-height: 100px !important
    }

    .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 .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 18px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

.breadcrumb>li,
.pagination {
    display: inline-block
}

.progress-striped .progress-bar,
.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

@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
    }

    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin: 9px -15px
}

@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-text {
        margin-left: 15px;
        margin-right: 15px
    }
}

.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-btn {
    margin-top: 9px;
    margin-bottom: 9px
}

.navbar-text {
    float: left;
    margin-top: 16px;
    margin-bottom: 16px
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e6e6e6
}

.navbar-default .navbar-nav>.dropdown>a:focus .caret,
.navbar-default .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #333;
    border-bottom-color: #333
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555
}

.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>.open>a:focus .caret,
.navbar-default .navbar-nav>.open>a:hover .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #777;
    border-bottom-color: #777
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #999
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #090909;
    color: #fff
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #999;
    border-bottom-color: #999
}

.navbar-inverse .navbar-nav>.open>a .caret,
.navbar-inverse .navbar-nav>.open>a:focus .caret,
.navbar-inverse .navbar-nav>.open>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #999
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.breadcrumb {
    margin-bottom: 18px;
    background-color: #f6f6f6;
    border-radius: 0
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #333
}

.breadcrumb>.active {
    color: #333
}

.pagination {
    padding-left: 0;
    margin: 18px 0;
    border-radius: 0
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.badge,
.label {
    line-height: 1;
    vertical-align: baseline;
    font-weight: 700
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #f6f6f6
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.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
}

.pager:after,
.pager:before {
    content: " ";
    display: table
}

.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:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #f6f6f6
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span,
.product-box,
ul.footer_links li {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    font-size: 100%;
    color: #fff;
    text-align: center;
    border-radius: 0
}

.badge,
.progress-bar {
    font-size: 12px;
    text-align: center
}

.label[href]:focus,
.label[href]:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.label-default {
    background-color: #999
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: gray
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #3071a9
}

.label-success {
    background-color: #55c65e;
    border: 1px solid #36943e
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #3aae43
}

.label-info {
    background-color: #5192f3;
    border: 1px solid #4b80c3
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #2174f0
}

.label-warning {
    background-color: #fe9126;
    border: 1px solid #e4752b
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #f07701
}

.label-danger {
    background-color: #f3515c;
    border: 1px solid #d4323d
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #f0212f
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    color: #fff;
    background-color: #999;
    border-radius: 10px
}

.label,
.popover {
    white-space: normal
}

.badge:empty {
    display: none
}

.media-object,
.thumbnail,
.thumbnail>img {
    display: block
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.btn .badge {
    position: relative;
    top: -1px
}

.nav-pills>.active>a>.badge,
a.list-group-item.active>.badge {
    color: #777;
    background-color: #fff
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.thumbnail>img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #444
}

.thumbnail .caption {
    padding: 9px;
    color: #777
}

.alert {
    border: 1px solid transparent;
    border-radius: 0
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable {
    padding-right: 35px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #55c65e;
    border-color: #48b151;
    color: #fff
}

.alert-success hr {
    border-top-color: #419f49
}

.alert-success .alert-link {
    color: #e6e6e6
}

.alert-info {
    background-color: #5192f3;
    border-color: #4b80c3;
    color: #fff
}

.alert-info hr {
    border-top-color: #3d73b7
}

.alert-info .alert-link {
    color: #e6e6e6
}

.alert-warning {
    background-color: #fe9126;
    border-color: #e4752b;
    color: #fff
}

.alert-warning hr {
    border-top-color: #da681c
}

.alert-warning .alert-link {
    color: #e6e6e6
}

.alert-danger {
    background-color: #f3515c;
    border-color: #d4323d;
    color: #fff
}

.alert-danger hr {
    border-top-color: #c32933
}

.alert-danger .alert-link {
    color: #e6e6e6
}

@-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, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    color: #fff;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease
}

.close,
.list-group-item>.badge {
    float: right
}

.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    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: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-striped .progress-bar-info,
.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5192f3
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media,
.media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-heading {
    margin: 0 0 5px
}

.media>.pull-right,
.popover.right {
    margin-left: 10px
}

.media>.pull-left {
    margin-right: 10px
}

.media-list {
    padding-left: 0
}

.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+.badge {
    margin-right: 5px
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .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:focus,
a.list-group-item:hover {
    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
}

.panel {
    margin-bottom: 18px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-title,
.panel>.list-group,
.panel>.table {
    margin-bottom: 0
}

.panel-body {
    padding: 15px
}

.panel-body:after,
.panel-body:before {
    content: " ";
    display: table
}

.panel>.list-group .list-group-item {
    border-width: 1px 0
}

.panel>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel>.list-group .list-group-item:last-child {
    border-bottom: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.panel-body+.table {
    border-top: 1px solid #d6d4d4
}

.panel-footer,
.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #ddd
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px
}

.panel-title {
    margin-top: 0;
    font-size: 15px
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #428bca
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #48b151
}

.panel-success>.panel-heading {
    color: #fff;
    background-color: #55c65e;
    border-color: #48b151
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #48b151
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #48b151
}

.panel-warning {
    border-color: #e4752b
}

.panel-warning>.panel-heading {
    color: #fff;
    background-color: #fe9126;
    border-color: #e4752b
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #e4752b
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #e4752b
}

.panel-danger {
    border-color: #d4323d
}

.panel-danger>.panel-heading {
    color: #fff;
    background-color: #f3515c;
    border-color: #d4323d
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d4323d
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d4323d
}

.panel-info {
    border-color: #4b80c3
}

.panel-info>.panel-heading {
    color: #fff;
    background-color: #5192f3;
    border-color: #4b80c3
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #4b80c3
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #4b80c3
}

.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, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    font-size: 19.5px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    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, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 400;
    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, .25);
    bottom: -11px
}

.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.left .arrow:after,
.popover.right .arrow:after {
    bottom: -10px;
    content: " "
}

.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, .25)
}

.popover.right .arrow:after {
    left: 1px;
    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, .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, .25)
}

.popover.left .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden,
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs,
td.visible-lg,
td.visible-md,
td.visible-sm,
td.visible-xs,
th.visible-lg,
th.visible-md,
th.visible-sm,
th.visible-xs,
tr.visible-lg,
tr.visible-md,
tr.visible-sm,
tr.visible-xs {
    display: none !important
}

.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) {
    .padding-v15 {
        min-height: 135px !important
    }

    @-ms-viewport {
        width: 320px
    }
}

.hidden {
    visibility: hidden !important
}

.hidden-xs {
    display: inline-block !important
}

tr.hidden-xs {
    display: table-row !important
}

td.hidden-xs,
th.hidden-xs {
    display: table-cell !important
}

.hidden-sm {
    display: block !important
}

tr.hidden-sm {
    display: table-row !important
}

td.hidden-sm,
th.hidden-sm {
    display: table-cell !important
}

.hidden-md {
    display: block !important
}

tr.hidden-md {
    display: table-row !important
}

td.hidden-md,
th.hidden-md {
    display: table-cell !important
}

.hidden-lg {
    display: block !important
}

tr.hidden-lg {
    display: table-row !important
}

td.hidden-lg,
th.hidden-lg {
    display: table-cell !important
}

.visible-print,
td.visible-print,
th.visible-print,
tr.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }

    .hidden-print,
    td.hidden-print,
    th.hidden-print,
    tr.hidden-print {
        display: none !important
    }
}

.animate-spin,
a [class*=" icon-"],
a [class^="icon-"] {
    display: inline-block
}

@font-face {
    font-family: fontello;
    src: url(../font/fontello.eot?49216886);
    src: url(../font/fontello.eot?49216886#iefix) format("embedded-opentype"), url(../font/fontello.woff2?49216886) format("woff2"), url(../font/fontello.woff?49216886) format("woff"), url(../font/fontello.ttf?49216886) format("truetype"), url(../font/fontello.svg?49216886#fontello) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"]:before,
[class^="icon-"]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none
}

.icon-small:before {
    font-size: 1.1666666666666666em
}

.icon-large:before {
    vertical-align: -2%;
    font-size: 1.3333333333333333em
}

.icon-0x {
    font-size: 1.5em
}

.icon-1x {
    font-size: 1.75em
}

.icon-2x {
    font-size: 2.333em
}

.icon-3x {
    font-size: 3em
}

.icon-4x {
    font-size: 4em
}

.icon-6x {
    font-size: 6em
}

.icon-mar-lr2 {
    margin-left: .2em;
    margin-right: .2em
}

.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.icon-envelope-alt:before {
    content: "\e834"
}

.icon-phone {
    content: "\37"
}

.icon-map-marker:before {
    content: "\e845"
}

.icon-refresh:before {
    content: "\e832"
}

.icon-paypal:before {
    content: "\24"
}

.icon-gplus:before {
    content: "\2b"
}

.icon-pinterest:before {
    content: "\31"
}

.icon-call:before {
    content: "\37"
}

.icon-digg:before {
    content: "\3b"
}

.icon-evernote:before {
    content: "\45"
}

.icon-flickr:before {
    content: "\46"
}

.icon-google:before {
    content: "\47"
}

.icon-rss:before {
    content: "\52"
}

.icon-skype:before {
    content: "\53"
}

.icon-twitter:before {
    content: "\54"
}

.icon-youtube:before {
    content: "\55"
}

.icon-vimeo:before {
    content: "\56"
}

.icon-amazon:before {
    content: "\61"
}

.icon-ebay:before {
    content: "\65"
}

.icon-facebook:before {
    content: "\66"
}

.icon-wordpress:before {
    content: "\77"
}

.icon-drupal:before {
    content: "\e4"
}

.icon-left:before {
    content: "\2190"
}

.icon-up:before {
    content: "\2191"
}

.icon-right:before {
    content: "\2192"
}

.icon-home:before {
    content: "\2302"
}

.icon-check:before {
    content: "\2611"
}

.icon-heart:before {
    content: "\2665"
}

.icon-cog:before {
    content: "\2699"
}

.icon-edit:before {
    content: "\270d"
}

.icon-ok-circle:before {
    content: "\2714"
}

.icon-th-large:before {
    content: "\e023"
}

.icon-th:before {
    content: "\e024"
}

.icon-qrcode:before {
    content: "\e057"
}

.icon-down-open-2:before {
    content: "\e0a4"
}

.icon-up-open-2:before {
    content: "\e0cb"
}

.icon-right-open-3:before {
    content: "\e0cc"
}

.icon-left-open-3:before {
    content: "\e0cd"
}

.icon-help-circled:before {
    content: "\e704"
}

.icon-info-circled:before {
    content: "\e705"
}

.icon-eye:before {
    content: "\e70a"
}

.icon-reply:before {
    content: "\e712"
}

.icon-export:before {
    content: "\e715"
}

.icon-print:before {
    content: "\e716"
}

.icon-vcard:before {
    content: "\e722"
}

.icon-trash:before {
    content: "\e729"
}

.icon-basket:before {
    content: "\e73d"
}

.icon-star-1:before {
    content: "\e800"
}

.icon-left-open-1:before {
    content: "\e801"
}

.icon-down-open-1:before {
    content: "\e802"
}

.icon-right-open-1:before {
    content: "\e803"
}

.icon-up-open-1:before {
    content: "\e804"
}

.icon-heart-2:before {
    content: "\e805"
}

.icon-cancel-1:before {
    content: "\e806"
}

.icon-ok:before {
    content: "\e807"
}

.icon-exchange-1:before {
    content: "\e808"
}

.icon-heart-1:before {
    content: "\e809"
}

.icon-home-1:before {
    content: "\e80a"
}

.icon-search-1:before {
    content: "\e80b"
}

.icon-right-open-2:before {
    content: "\e80c"
}

.icon-left-open-2:before {
    content: "\e80d"
}

.icon-cancel-2:before {
    content: "\e80e"
}

.icon-ok-1:before {
    content: "\e80f"
}

.icon-thumbs-up-1:before {
    content: "\e810"
}

.icon-thumbs-down-1:before {
    content: "\e811"
}

.icon-rss-1:before {
    content: "\e812"
}

.icon-plus-2:before {
    content: "\e813"
}

.icon-right-dir-2:before {
    content: "\e814"
}

.icon-left-dir-1:before {
    content: "\e815"
}

.icon-up-dir:before {
    content: "\e816"
}

.icon-down-dir-2:before {
    content: "\e817"
}

.icon-eye-2:before {
    content: "\e818"
}

.icon-tools:before {
    content: "\e819"
}

.icon-chat-1:before {
    content: "\e81a"
}

.icon-plus-1:before {
    content: "\e81b"
}

.icon-adjust:before {
    content: "\e81c"
}

.icon-minus-1:before {
    content: "\e81d"
}

.icon-ajust:before {
    content: "\e81e"
}

.icon-user-1:before {
    content: "\e81f"
}

.icon-link:before {
    content: "\e820"
}

.icon-clock:before {
    content: "\e821"
}

.icon-angle-double-right:before {
    content: "\e822"
}

.icon-angle-double-left:before {
    content: "\e823"
}

.icon-camera-2:before {
    content: "\e824"
}

.icon-flight:before {
    content: "\e825"
}

.icon-credit-card:before {
    content: "\e826"
}

.icon-note-beamed:before {
    content: "\e827"
}

.icon-truck:before {
    content: "\e828"
}

.icon-trophy:before {
    content: "\e829"
}

.icon-doc-text-inv:before {
    content: "\e82a"
}

.icon-video-chat:before {
    content: "\e82b"
}

.icon-video:before {
    content: "\e82c"
}

.icon-picture-1:before {
    content: "\e82d"
}

.icon-picture-2:before {
    content: "\e82e"
}

.icon-videocam-1:before {
    content: "\e82f"
}

.icon-video-1:before {
    content: "\e830"
}

.icon-mail:before {
    content: "\e831"
}

.icon-spin3:before {
    content: "\e832"
}

.icon-phone-squared:before {
    content: "\e833"
}

.icon-mail-alt:before {
    content: "\e834"
}

.icon-mail-1:before {
    content: "\e835"
}

.icon-tag:before {
    content: "\e836"
}

.icon-tag-1:before {
    content: "\e837"
}

.icon-spin5:before {
    content: "\e838"
}

.icon-tag-2:before {
    content: "\e839"
}

.icon-users:before {
    content: "\e83a"
}

.icon-instagram:before {
    content: "\e83b"
}

.icon-bag:before {
    content: "\e83c"
}

.icon-linkedin:before {
    content: "\e83d"
}

.icon-tumblr:before {
    content: "\e83e"
}

.icon-blogger:before {
    content: "\e83f"
}

.icon-mobile:before {
    content: "\e840"
}

.icon-vk:before {
    content: "\e841"
}

.icon-cancel-circled:before {
    content: "\e842"
}

.icon-monitor:before {
    content: "\e843"
}

.icon-lock-open:before {
    content: "\e844"
}

.icon-location:before {
    content: "\e845"
}

.icon-basket-1:before {
    content: "\e846"
}

.icon-phone:before {
    content: "\e847"
}

.icon-plus:before {
    content: "\e848"
}

.icon-cancel:before {
    content: "\e849"
}

.icon-minus-2:before {
    content: "\e84a"
}

.icon-plus-squared:before {
    content: "\e84b"
}

.icon-sort:before {
    content: "\e84c"
}

.icon-mail-2:before {
    content: "\e84d"
}

.icon-pencil:before {
    content: "\e84e"
}

.icon-lock:before {
    content: "\e84f"
}

.icon-user:before {
    content: "\e850"
}

.icon-star-empty-1:before {
    content: "\e851"
}

.icon-sort-down:before {
    content: "\e852"
}

.icon-sort-up:before {
    content: "\e853"
}

.icon-minus-squared:before {
    content: "\e854"
}

.icon-th-list:before {
    content: "\e855"
}

.icon-minus:before {
    content: "\e856"
}

.icon-crown:before {
    content: "\e857"
}

.icon-globe-alt:before {
    content: "\e858"
}

.icon-rocket:before {
    content: "\e859"
}

.icon-tint:before {
    content: "\e85a"
}

.icon-leaf:before {
    content: "\e85b"
}

.icon-umbrella:before {
    content: "\e85c"
}

.icon-fast-food:before {
    content: "\e85d"
}

.icon-fire:before {
    content: "\e85e"
}

.icon-flag:before {
    content: "\e85f"
}

.icon-flag-1:before {
    content: "\e860"
}

.icon-menu:before {
    content: "\e861"
}

.icon-heart-3:before {
    content: "\e862"
}

.icon-cog-1:before {
    content: "\e863"
}

.icon-params:before {
    content: "\e864"
}

.icon-shop:before {
    content: "\e865"
}

.icon-beaker:before {
    content: "\e866"
}

.icon-truck-1:before {
    content: "\e867"
}

.icon-diamond:before {
    content: "\e868"
}

.icon-t-shirt:before {
    content: "\e869"
}

.icon-globe:before {
    content: "\e86a"
}

.icon-location-2:before {
    content: "\e86b"
}

.icon-at:before {
    content: "\e86c"
}

.icon-popup-1:before {
    content: "\e86d"
}

.icon-quote-left:before {
    content: "\e86e"
}

.icon-quote-right:before {
    content: "\e86f"
}

.icon-resize-full:before {
    content: "\e870"
}

.icon-anchor-outline:before {
    content: "\e871"
}

.icon-gift:before {
    content: "\e872"
}

.icon-credit-card-1:before {
    content: "\e873"
}

.icon-home-outline:before {
    content: "\e874"
}

.icon-feather:before {
    content: "\e875"
}

.icon-star:before {
    content: "\e876"
}

.icon-hourglass:before {
    content: "\e877"
}

.icon-flow-tree:before {
    content: "\e878"
}

.icon-rocket-1:before {
    content: "\e879"
}

.icon-plus-circled:before {
    content: "\e87a"
}

.icon-history:before {
    content: "\e87b"
}

.icon-umbrella-1:before {
    content: "\e87c"
}

.icon-chart-pie:before {
    content: "\e87d"
}

.icon-columns:before {
    content: "\e87e"
}

.icon-gift-1:before {
    content: "\e87f"
}

.icon-magic:before {
    content: "\e880"
}

.icon-smile:before {
    content: "\e881"
}

.icon-frown:before {
    content: "\e882"
}

.icon-meh:before {
    content: "\e883"
}

.icon-shield:before {
    content: "\e884"
}

.icon-recycle:before {
    content: "\e885"
}

.icon-camera:before {
    content: "\e886"
}

.icon-videocam:before {
    content: "\e887"
}

.icon-clock-1:before {
    content: "\e888"
}

.icon-desktop:before {
    content: "\e889"
}

.icon-mobile-1:before {
    content: "\e88a"
}

.icon-cd:before {
    content: "\e88b"
}

.icon-lightbulb:before {
    content: "\e88c"
}

.icon-eye-1:before {
    content: "\e88d"
}

.icon-tag-3:before {
    content: "\e88e"
}

.icon-pencil-1:before {
    content: "\e88f"
}

.icon-location-1:before {
    content: "\e890"
}

.icon-cup:before {
    content: "\e891"
}

.icon-star-2:before {
    content: "\e892"
}

.icon-music:before {
    content: "\e893"
}

.icon-tv:before {
    content: "\e894"
}

.icon-whatsapp:before {
    content: "\e895"
}

.icon-heart-empty:before {
    content: "\e896"
}

.icon-comment-empty:before {
    content: "\e897"
}

.icon-link-ext:before {
    content: "\e898"
}

.icon-play-circled2:before {
    content: "\e899"
}

.icon-play:before {
    content: "\e89a"
}

.icon-play-circled-1:before {
    content: "\e89b"
}

.icon-diamond-1:before {
    content: "\e89c"
}

.icon-birthday:before {
    content: "\e89d"
}

.icon-lifebuoy:before {
    content: "\e89e"
}

.icon-money:before {
    content: "\e89f"
}

.icon-chat-empty:before {
    content: "\e8a0"
}

.icon-copyright:before {
    content: "\e8a1"
}

.icon-heart-broken:before {
    content: "\f028"
}

.icon-check-empty:before {
    content: "\f096"
}

.icon-angle-left:before {
    content: "\f104"
}

.icon-angle-right:before {
    content: "\f105"
}

.icon-angle-up:before {
    content: "\f106"
}

.icon-angle-down:before {
    content: "\f107"
}

@media only screen and (min-width:1200px) {
    .container {
        padding-left: 0;
        padding-right: 0
    }
}

a:hover {
    text-decoration: none
}

input[type="text"]::-ms-clear {
    display: none
}

body {
    min-width: 320px;
    height: 100%;
    font-size: 12px;
    line-height: 120%;
    font-family: Tahoma, sans-serif, Arial;
    color: #666;
    -ms-overflow-style: scrollbar
}

body.content_only {
    background: 0 0;
    min-width: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 10px
}

h1 {
    line-height: 1.3em
}

h2,
h3 {
    line-height: 1.2em
}

h4 {
    line-height: 1.25em
}

h5 {
    font-size: 1.166em;
    line-height: 1.1428em
}

h6 {
    font-size: 1em
}

dt {
    font-weight: 400
}

.display_none {
    display: none
}

#columns {
    position: relative
}

.main_content_area {
    padding-top: 0 !important;
    padding-bottom: 0;
    min-height: calc(100vh - 355px);
}

.main_content_area_top .wide_container {
    height: 1.333em
}

.main_content_area_footer .wide_container {
    height: 2em
}

#index .tab-content {
    margin-top: 0
}

header .banner .row .easycontent.block,
header .banner .row .st_banner_block.mar_b2 {
    margin-bottom: 0
}

header .nav {
    background: #350b3D
}

header .nav .row {
    margin: 0
}

header .row,
header .row>.container {
    position: relative
}

#top_bar {
    background: #00a161
}

#top_bar .shopping_cart:hover .ajax_cart_right,
#top_bar .shopping_cart:hover .icon_wrap {
    text-decoration: underline
}

.ie8 #page_header #header_logo {
    width: 350px
}

#center_column .page_product_box h3 {
    color: #555454;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    padding: 14px 20px 17px;
    margin: 0 0 20px;
    position: relative;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    background: #fbfbfb
}

p.info-account {
    margin: -4px 0 24px
}

.dark {
    color: #333
}

.main-page-indent {
    margin-bottom: 30px
}

.alert {
    padding: 14px 10px;
    margin-bottom: 1em
}

.alert ol,
.alert ul {
    padding-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 27px
}

.alert ol li,
.alert ul li {
    list-style-type: decimal;
    font-weight: 400
}

.alert.alert-success {
    color: var(--primary-color);
    background-color: #fff;
    border: 2px dotted  var(--primary-color);
    font-size: 16px;
    font-style: italic
}

.alert.alert-danger {
    background-color: #f5dad3
}

.alert.alert-danger .alert-link {
    font-weight: 400;
    color: #c02230
}

.alert.alert-danger,
.alert.alert-warning {
    background-color: rgba(255, 255, 255, .5);
    border: 2px dotted #350B3D;
    color: #000;
    font-style: italic;
    font-size: 14px;
    font-weight: 300
}

.alert.alert-danger p.lnk{
    margin-top:20px;
}

.alert.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border: 1px solid #d9edf7
}

.label {
    display: inline-block;
    padding: 6px 10px
}

.unvisible {
    display: none
}

.close,
.close:hover {
    opacity: 1
}

a.button,
a.button_large,
a.button_mini,
a.button_small,
a.exclusive,
a.exclusive_large,
a.exclusive_mini,
a.exclusive_small,
input.button,
input.button_disabled,
input.button_large,
input.button_large_disabled,
input.button_mini,
input.button_mini_disabled,
input.button_small,
input.button_small_disabled,
input.exclusive,
input.exclusive_disabled,
input.exclusive_large,
input.exclusive_large_disabled,
input.exclusive_mini,
input.exclusive_mini_disabled,
input.exclusive_small,
input.exclusive_small_disabled,
span.button,
span.button_large,
span.button_mini,
span.button_small,
span.exclusive,
span.exclusive_large,
span.exclusive_large_disabled,
span.exclusive_mini,
span.exclusive_small {
    position: relative;
    display: inline-block;
    border: none;
    font-weight: 400;
    cursor: pointer;
    white-space: normal;
    text-align: left;
    background: #666;
    color: #fff;
    padding: 7px 12px 9px;
    font-size: 1.166em
}

a.button:hover,
a.button_large:hover,
a.button_mini:hover,
a.button_small:hover,
a.exclusive:hover,
a.exclusive_large:hover,
a.exclusive_mini:hover,
a.exclusive_small:hover,
input.button:hover,
input.button_large:hover,
input.button_mini:hover,
input.button_small:hover,
input.exclusive:hover,
input.exclusive_large:hover,
input.exclusive_mini:hover,
input.exclusive_small:hover {
    text-decoration: none;
    background: #00a161;
    color: #fff
}

a.button:active,
a.button_large:active,
a.button_mini:active,
a.button_small:active,
a.exclusive:active,
a.exclusive_large:active,
a.exclusive_mini:active,
a.exclusive_small:active,
input.button:active,
input.button_large:active,
input.button_mini:active,
input.button_small:active,
input.exclusive:active,
input.exclusive_large:active,
input.exclusive_mini:active,
input.exclusive_small:active {
    background: #00a161;
    color: #fff
}

input.button_disabled,
input.exclusive_disabled,
span.exclusive {
    background: #999;
    cursor: default
}

.btn.disabled,
.btn[disabled]:hover {
    opacity: .3
}

.btn-small {
    background: #666;
    color: #fff
}

.btn-default,
.btn-large,
.btn-medium {
    border: none;
    background: #666;
    color: #fff;
    line-height: 100%
}

.btn-default.active,
.btn-default:hover,
.btn-large.active,
.btn-large:hover,
.btn-medium.active,
.btn-medium:hover {
    border: none;
    background: #00a161;
    color: #fff
}

.btn-default.btn_primary,
.btn-large.btn_primary,
.btn-medium.btn_primary {
    color: #fff;
    background-color: #00a161;
    text-transform: uppercase
}

.btn-default.btn_primary.active,
.btn-default.btn_primary:hover,
.btn-large.btn_primary.active,
.btn-large.btn_primary:hover,
.btn-medium.btn_primary.active,
.btn-medium.btn_primary:hover {
    color: #fff;
    background: #086a43
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:hover,
.btn-large.disabled,
.btn-large.disabled.active,
.btn-large.disabled:hover,
.btn-large[disabled],
.btn-large[disabled].active,
.btn-large[disabled]:hover,
.btn-medium.disabled,
.btn-medium.disabled.active,
.btn-medium.disabled:hover,
.btn-medium[disabled],
.btn-medium[disabled].active,
.btn-medium[disabled]:hover {
    background-color: #999
}

.btn-default.btn-white,
.btn-large.btn-white,
.btn-medium.btn-white,
.easycontent .btn-default.btn-white,
.easycontent .btn-large.btn-white,
.easycontent .btn-medium.btn-white,
.style_content .btn-default.btn-white,
.style_content .btn-large.btn-white,
.style_content .btn-medium.btn-white {
    background: #fff;
    color: #444
}

.btn-default.btn-white:hover,
.btn-large.btn-white:hover,
.btn-medium.btn-white:hover,
.easycontent .btn-default.btn-white:hover,
.easycontent .btn-large.btn-white:hover,
.easycontent .btn-medium.btn-white:hover,
.style_content .btn-default.btn-white:hover,
.style_content .btn-large.btn-white:hover,
.style_content .btn-medium.btn-white:hover {
    background: #444;
    color: #fff
}

.btn-default.btn-wider,
.btn-large.btn-wider,
.btn-medium.btn-wider {
    padding-right: 38px;
    padding-left: 38px
}

.btn-default {
    padding-top: 7px;
    padding-bottom: 9px;
    font-size: 1.166em
}

.btn-medium {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.333em
}

.btn-large {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 1.5em
}

.button.button-small {
    font-size: 1.166em;
    color: #fff;
    background: #666;
    border: none;
    padding: 4px 8px;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.button.button-medium {
    font-size: 1.333em;
    padding: 9px 16px
}

.button.button-medium.exclusive {
    border: none;
    background: #00a161
}

.button.button-medium.exclusive:hover {
    background: #086a43
}

.button.button-medium.exclusive span {
    border-color: #fec133 #febc33 #feb233
}

.button.button-medium.exclusive span:hover {
    filter: none;
    background: #f89609;
    border-color: #a6550c #ba6708 #db8600
}

.button.button-medium.exclusive span:hover span {
    border-color: #fec133
}

.link-button {
    font-weight: 700
}

.link-button i {
    margin-right: 5px
}

.link-button i.large {
    font-size: 26px;
    line-height: 26px;
    vertical-align: -3px;
    color: silver
}

.btn.button-minus,
.btn.button-plus {
    font-size: 14px;
    line-height: 14px;
    color: silver;
    text-shadow: 1px -1px rgba(0, 0, 0, .05);
    padding: 0;
    border: 1px solid;
    border-color: #dedcdc #c1bfbf #b5b4b4 #dad8d8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.btn.button-minus span,
.btn.button-plus span {
    display: block;
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    padding: 4px 0 0;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #fbfbfb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #fbfbfb));
    background: -webkit-linear-gradient(top, #fff 0, #fbfbfb 100%);
    background: -o-linear-gradient(top, #fff 0, #fbfbfb 100%);
    background: -ms-linear-gradient(top, #fff 0, #fbfbfb 100%);
    background: linear-gradient(to bottom, #fff 0, #fbfbfb 100%)
}

.btn.button-minus:hover,
.btn.button-plus:hover {
    color: #333
}

.btn.button-minus:hover span,
.btn.button-plus:hover span {
    filter: none;
    background: #f6f6f6
}

.button.exclusive-medium {
    font-size: 1.5em;
    padding: 0;
    color: #333;
    font-weight: 400;
    border: 1px solid;
    border-color: #cacaca #b7b7b7 #9a9a9a;
    text-shadow: 1px 1px #fff
}

.button.exclusive-medium span {
    border: 1px solid #fff;
    display: block;
    padding: 9px 10px 11px;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f7), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #f7f7f7 0, #ededed 100%);
    background: -o-linear-gradient(top, #f7f7f7 0, #ededed 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0, #ededed 100%);
    background: linear-gradient(to bottom, #f7f7f7 0, #ededed 100%)
}

.button.exclusive-medium span:hover {
    border-color: #9e9e9e #c2c2c2 #c8c8c8
}

.button.exclusive-medium span:hover span {
    background: #e7e7e7;
    background: -moz-linear-gradient(top, #e7e7e7 0, #e7e7e7 0);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e7e7e7), color-stop(0, #e7e7e7));
    background: -webkit-linear-gradient(top, #e7e7e7 0, #e7e7e7 0);
    background: -o-linear-gradient(top, #e7e7e7 0, #e7e7e7 0);
    background: -ms-linear-gradient(top, #e7e7e7 0, #e7e7e7 0);
    background: linear-gradient(to bottom, #e7e7e7 0, #e7e7e7 0)
}

.product_list.list .button.ajax_add_to_cart_button {
    color: #fff;
    background: #00a161
}

.product_list.list .button.ajax_add_to_cart_button span {
    display: block;
    padding: 6px 14px
}

.product_list.list .button.ajax_add_to_cart_button:hover {
    background: #086a43
}

.hover_fly .ajax_add_to_cart_button,
.hover_fly .view_button,
.itemlist_action .ajax_add_to_cart_button,
.itemlist_action .view_button {
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-transform: none
}

.hover_fly .btn-default.btn_primary {
    text-transform: none
}

.itemlist_action .ajax_add_to_cart_button i {
    height: 30px;
    line-height: 28px
}

#buy_block #wishlist_button span,
#buy_block .add_to_compare span,
#usefull_link_block #wishlist_button span,
#usefull_link_block .add_to_compare span,
.product_list.list .addToWishlist span,
.product_list.list .add_to_compare span {
    vertical-align: middle;
    display: inline-block
}

#create-account_form #SubmitCreate.active i:before,
#login_form #SubmitLogin.active i:before,
.act_box a.active i:before,
.hover_fly a.active i:before,
.itemlist_action .ajax_add_to_cart_button.active i:before {
    content: "\e838"
}

#create-account_form #SubmitCreate.active i,
#login_form #SubmitLogin.active i,
.act_box a.active i,
.hover_fly a.active i,
.itemlist_action .ajax_add_to_cart_button.active i {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block
}

.form-control {
    padding: 2px 4px;
    height: 26px
}

.form-control.grey {
    background: #fbfbfb
}

table.std,
table.table_block {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #999;
    border-bottom: none;
    background: #fff;
    border-collapse: inherit
}

table.std th,
table.table_block th {
    padding: 14px 12px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #000;
    background: #999
}

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: 2em
}

.table>thead>tr>th {
    background: #fbfbfb;
    border-bottom-width: 1px;
    color: #333;
    vertical-align: middle
}

.table td ol,
.table td ul {
    margin-bottom: 0 !important
}

.table td a.color-myaccount {
    color: #444;
    text-decoration: underline
}

.table td a.color-myaccount:hover {
    text-decoration: none
}

.new-box,
.sale-box {
    position: absolute;
    top: -4px;
    overflow: hidden;
    height: 85px;
    width: 85px;
    text-align: center;
    z-index: 0
}

.new-label,
.sale-label {
    color: #fff;
    padding: 9px 0 7px;
    display: block;
    top: 16px;
    z-index: 1;
    text-align: center;
    text-transform: uppercase
}

.new-box {
    left: -4px
}

.sale-box {
    right: -5px
}

.new-label {
    font: 700 14px/12px Arial, Helvetica, sans-serif;
    background: #6ad4ff;
    text-shadow: 1px 1px rgba(0, 0, 0, .24);
    width: 130px;
    position: absolute;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.new-label:after,
.new-label:before {
    position: absolute;
    bottom: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0;
    border-color: #21a3d8 transparent transparent;
    content: ".";
    text-indent: -5000px
}

.new-label:before {
    right: 5px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.new-label:after {
    left: 3px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.sale-label {
    font: 700 14px/12px Arial, Helvetica, sans-serif;
    background: #f13340;
    text-shadow: 1px 1px rgba(0, 0, 0, .24);
    width: 130px;
    position: absolute;
    right: -33px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ie8 .new-label,
.ie8 .sale-label {
    padding: 5px 15px;
    top: 0;
    width: auto
}

.sale-label:after,
.sale-label:before {
    position: absolute;
    bottom: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0;
    border-color: #ad2b34 transparent transparent;
    content: ".";
    text-indent: -5000px
}

.ie8 .new-label:after,
.ie8 .new-label:before,
.ie8 .sale-label:after,
.ie8 .sale-label:before {
    display: none
}

.sale-label:before {
    right: 4px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.sale-label:after {
    left: 5px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.ie8 .new-label {
    left: 0
}

.ie8 .sale-label {
    right: 0
}

.ie8 .new-box {
    top: -1px;
    left: -1px
}

.ie8 .sale-box {
    right: -1px;
    top: -1px
}

.box {
    border: 2px solid #ededec;
    margin: 0 0 30px;
    padding: 14px 18px 13px
}

.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 {
    padding-bottom: 10px
}

.product-box {
    width: 178px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.product-box .product-image {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 5px;
    display: block;
    margin-bottom: 11px
}

#home-page-tabs>li a,
#home-page-tabs>li span {
    padding-right: 8px;
    background: #fff;
    color: #666;
    font-size: 1.333em;
    line-height: 1.2em
}

.product-box .product-image img {
    max-width: 100%;
    width: 100%;
    height: auto
}

#home-page-tabs {
    margin-bottom: 0
}

#home-page-tabs>li a {
    text-transform: uppercase;
    display: inline-block
}

#home-page-tabs>li span {
    display: inline-block
}

#home-page-tabs>li:last-child span {
    display: none
}

#home-page-tabs>li a:hover,
#home-page-tabs>li.active a {
    color: #00a161
}

.block .list-block li {
    padding: 0 0 4px
}

.block .list-block .form-group {
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 0
}

.block .list-block .form-group select {
    max-width: 270px
}

.block .list-block .btn {
    margin-top: 12px
}

.block .products-block .product-description {
    display: none;
    margin-bottom: 10px
}

.page-heading.bottom-indent {
    margin-bottom: 16px
}

h3.page-product-heading {
    color: #555454;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    padding: 14px 20px 17px;
    margin: 0 0 20px;
    position: relative;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    background: #fbfbfb
}

ul.footer_links {
    margin-top: 1em
}

ul.footer_links li+li {
    margin-left: 10px
}

.content_sortPagiBar .sortPagiBar {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 10px 1em
}

.content_sortPagiBar .sortPagiBar.sortPagiBarBottom {
    border-bottom: none;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 0;
    padding: 1em 10px 0
}

.content_sortPagiBar .sortPagiBar #productsSortForm {
    float: right;
    margin-bottom: 0
}

.content_sortPagiBar .sortPagiBar #productsSortForm select {
    max-width: 192px;
    float: left
}

.content_sortPagiBar .sortPagiBar #productsSortForm .selector {
    float: left
}

.content_sortPagiBar .sortPagiBar .nbrItemPage {
    float: right;
    margin-right: 10px
}

.content_sortPagiBar .sortPagiBar .nbrItemPage select {
    max-width: 68px;
    float: left
}

.content_sortPagiBar .sortPagiBar .nbrItemPage .clearfix>span {
    padding: 6px 0 0 12px;
    display: inline-block;
    float: left
}

.content_sortPagiBar .sortPagiBar .nbrItemPage #uniform-nb_item {
    float: left
}

.content_sortPagiBar .sortPagiBar label {
    color: #999;
    font-weight: 400;
    margin: 0;
    float: left;
    display: inline-block;
    padding: 6px 6px 0 0
}

.content_sortPagiBar .sortPagiBar.instant_search #productsSortForm {
    display: none
}

.content_sortPagiBar .display,
.content_sortPagiBar .display_m {
    float: left;
    margin-bottom: 0;
    margin-top: 3px
}

.content_sortPagiBar .display li,
.content_sortPagiBar .display_m li {
    display: inline-block
}

.content_sortPagiBar .display li a,
.content_sortPagiBar .display_m li a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block
}

.content_sortPagiBar .display li.grid a,
.content_sortPagiBar .display_m li.grid a {
    background: url(../img/icons.png) center -232px no-repeat
}

.content_sortPagiBar .display li.grid a:hover,
.content_sortPagiBar .display li.grid.selected a,
.content_sortPagiBar .display_m li.grid a:hover,
.content_sortPagiBar .display_m li.grid.selected a {
    background-color: #bbb;
    background-position: center -272px
}

.content_sortPagiBar .display li.list a,
.content_sortPagiBar .display_m li.list a {
    background: url(../img/icons.png) center -312px no-repeat
}

.content_sortPagiBar .display li.list a:hover,
.content_sortPagiBar .display li.list.selected a,
.content_sortPagiBar .display_m li.list a:hover,
.content_sortPagiBar .display_m li.list.selected a {
    background-color: #bbb;
    background-position: center -352px
}

.top-pagination-content {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 1em;
    padding: 0 10px 1em
}

.bottom-pagination-content {
    margin: 1em 0;
    padding: 1em 10px 0
}

div.pagination .showall {
    float: left;
    display: inline-block
}

div.pagination .showall .show_all_products {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    line-height: 20px;
    padding: 4px 12px;
    color: #444;
    font-size: 1em;
    border-left: none
}

div.pagination .showall .show_all_products:hover {
    color: #00a161;
    background: #f6f6f6
}

.bottom-blog-mycomments-pagination div.pagination,
.bottom-blog-pagination div.pagination,
.bottom-pagination-content div.pagination,
.top-pagination-content div.pagination {
    margin: 0;
    text-align: center
}

.bottom-blog-mycomments-pagination ul.pagination,
.bottom-blog-pagination ul.pagination,
.bottom-pagination-content ul.pagination,
.top-pagination-content ul.pagination {
    margin: 0;
    float: left;
    display: inline-block
}

.bottom-blog-mycomments-pagination ul.pagination li,
.bottom-blog-pagination ul.pagination li,
.bottom-pagination-content ul.pagination li,
.top-pagination-content ul.pagination li {
    display: inline-block;
    float: none
}

.bottom-blog-mycomments-pagination ul.pagination li>a,
.bottom-blog-mycomments-pagination ul.pagination li>span,
.bottom-blog-pagination ul.pagination li>a,
.bottom-blog-pagination ul.pagination li>span,
.bottom-pagination-content ul.pagination li>a,
.bottom-pagination-content ul.pagination li>span,
.top-pagination-content ul.pagination li>a,
.top-pagination-content ul.pagination li>span {
    float: none;
    display: inline-block;
    padding: 5px 7px;
    line-height: 0;
    text-decoration: none;
    background: 0 0;
    border: none
}

.bottom-blog-mycomments-pagination ul.pagination li>a:hover,
.bottom-blog-pagination ul.pagination li>a:hover,
.bottom-pagination-content ul.pagination li>a:hover,
.top-pagination-content ul.pagination li>a:hover {
    color: #f0EDD9
}

.paginationBar .pagination li.current {
    background-color: #f0EDD9;
    color: #fff
}

.bottom-blog-mycomments-pagination ul.pagination .current>a,
.bottom-blog-mycomments-pagination ul.pagination .current>span,
.bottom-blog-pagination ul.pagination .current>a,
.bottom-blog-pagination ul.pagination .current>span,
.bottom-pagination-content ul.pagination .current>a,
.bottom-pagination-content ul.pagination .current>span,
.top-pagination-content ul.pagination .current>a,
.top-pagination-content ul.pagination .current>span {
    background: 0 0;
    cursor: text;
    border: none
}

.bottom-blog-mycomments-pagination .compare-form,
.bottom-blog-pagination .compare-form,
.bottom-pagination-content .compare-form,
.top-pagination-content .compare-form {
    float: right
}

.bottom-blog-mycomments-pagination .product-count,
.bottom-blog-pagination .product-count,
.bottom-pagination-content .product-count,
.top-pagination-content .product-count {
    padding: 5px 0 0;
    float: left;
    color: #999
}

.bottom-pagination-content {
    border-top: 1px solid #e5e5e5
}

ul#order_step {
    background-color: #fff
}

ul.step li.step_current,
ul.step li.step_done {
    background: #f9f9f9;
    font-weight: 700
}

ul.step {
    list-style-type: none;
    margin-bottom: 2em
}

ul.step li {
    float: left;
    text-align: center;
    text-transform: uppercase;
    width: 20%
}

ul.step li a,
ul.step li span {
    display: block;
    border: 1px solid #ccc;
    border-right-width: 0
}

ul.step li:last-child a,
ul.step li:last-child span {
    border-right-width: 1px
}

ul.step li a,
ul.step li.step_current span,
ul.step li.step_current_end span {
    padding: 8px 10px 6px;
    color: #000
}

ul.step li.step_current_end {
    font-weight: 700
}

ul.step li.step_todo span {
    padding: 8px 10px 6px;
    color: #999
}

.rating {
    display: block;
    margin: 2em;
    cursor: pointer
}

.rating:after {
    content: ".";
    display: block;
    height: 0;
    width: 0
}

.cancel,
.star {
    overflow: hidden;
    float: left;
    cursor: pointer
}

.cancel,
.cancel a {
    background: url(../../../modules/productcomments/img/delete.gif) 0 -16px no-repeat !important
}

.cancel a,
.star a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0
}

div.star_on a {
    background-position: 0 -16px
}

div.star a:hover,
div.star_hover a {
    background-position: 0 -32px
}

.pack_content {
    margin: 10px 0
}

.confirmation {
    margin: 0 0 10px;
    padding: 10px;
    border: 1px solid #e6db55;
    font-size: 13px;
    background: #ffffe0
}

#body_wrapper {
    position: relative;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

#body_wrapper .rte {
    background: 0 0
}

.listcomment {
    list-style-type: none;
    margin: 0 0 20px !important
}

.listcomment li {
    padding: 10px 0;
    border-bottom: 1px dotted #e5e5e5;
    color: #666
}

.listcomment .titlecomment {
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #333
}

.listcomment .txtcomment {
    display: block;
    padding: 5px 0;
    color: #333
}

#footer .block {
    margin-bottom: 0
}

#footer .title_block {
    font-size: 1.166em;
    position: relative
}

#footer .title_block .title_block_name {
    position: relative;
    z-index: 2;
    display: inline-block
}

#footer .title_block .opener {
    z-index: 1;
    background-color: transparent;
    background-position: right center;
    display: none;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%
}

#footer-top {
    background: #fafafa;
}

#footer-primary {
    background: #350b3D;
}

#footer-primary .text-copyright {
    margin-top: 5px;
    font-size: 12px
}

.footer-container #footer-primary .row {
    position: relative
}

.footer-container #footer-primary #block_contact_infos ul li {
    padding: 0 0 6px;
    overflow: hidden
}

.footer-container #footer-primary #block_contact_infos ul li i {
    font-size: 1.333em;
    margin-right: 4px;
    vertical-align: top
}

.s_quantity_wanted,
.table tbody>tr>td,
.table tfoot>tr>td {
    vertical-align: middle
}

.footer-container #footer-primary #social_block ul li {
    padding-bottom: 6px;
    padding-right: 8px
}

.footer-container #footer-primary #social_block ul li a {
    color: #666;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    min-width: 26px;
    text-align: center
}

.block_hidden_only_for_screen,
.cart_last_product {
    display: none
}

.footer-container #footer-primary #social_block ul li a:hover {
    color: #00a161
}

.footer-container #footer_info {
    background: #666;
    color: #fff
}

.footer-container #footer_info a {
    color: #fff
}

.footer-container #footer_info #footer_bottom_left {
    float: left
}

.footer-container #footer_info #footer_bottom_right {
    float: right
}

.footer-container #footer_info.fotter_bottom_center #footer_bottom_left,
.footer-container #footer_info.fotter_bottom_center #footer_bottom_right {
    float: none;
    text-align: center
}

.footer-container #footer_info.fotter_bottom_center #footer_bottom_right {
    margin-bottom: 1em
}

#reinsurance_block {
    clear: both !important
}

.cart_navigation {
    margin: 0 0 20px
}

.cart_navigation .button-medium {
    float: right
}

.s_quantity_wanted {
    display: inline-block;
    padding-right: 4px
}

#quantity_wanted_p input,
.cart_quantity .cart_quantity_input,
.s_quantity_wanted input {
    border: 2px solid #212120;
    border-radius: 0;
    height: 50px;
    line-height: 28px;
    margin-right: 5px;
    padding: 0;
    text-align: center;
    width: 50px;
    font-size: 17px;
    font-weight: 600
}

.s_quantity_wanted input {
    width: 32px;
    height: 32px;
    line-height: 26px;
    padding: 0 2px
}

.cart_gift_quantity .cart_quantity_input {
    height: 27px;
    line-height: 27px;
    padding: 0;
    text-align: center;
    width: 57px
}

.table tbody>tr>td.cart_quantity {
    width: 100px
}

#cart_summary thead th.cart_avail,
#cart_summary thead th.cart_availability,
#cart_summary thead th.cart_product,
#cart_summary thead th.cart_quantity,
#cart_summary thead th.cart_total,
#cart_summary thead th.cart_unit {
    text-align: center
}

#cart_summary tbody td.cart_product {
    text-align: center;
    width: 80px
}

#cart_summary tbody td.cart_avail,
#cart_summary tbody td.cart_unit {
    width: 120px;
    text-align: center
}

#cart_summary tbody td.cart_product img {
    border: 1px solid #d6d4d4
}

#cart_summary tbody td.cart_unit .price {
    display: block
}

#cart_summary tbody td.cart_unit .price.price-percent-reduction {
    display: inline-block
}

#cart_summary tbody td.cart_unit .price.old-price {
    text-decoration: line-through
}

#cart_summary tbody td.cart_description .color_666 {
    display: block;
    padding: 0 0 4px
}

#cart_summary tbody td.cart_total {
    text-align: center
}

#cart_summary tbody td.cart_delete {
    text-align: center;
    width: 1%
}

#cart_summary tfoot td.price {
    text-align: right
}

#cart_voucher,
#manufacturers_list.grid li,
#manufacturers_list.list li .left-side,
#pagenotfound .pagenotfound,
#suppliers_list.grid li,
#suppliers_list.list li .left-side,
.cart_discount_delete,
.cart_discount_price,
.multishipping_close_container {
    text-align: center
}

#cart_summary tfoot td.total_price_container>span {
    text-transform: uppercase
}

#cart_summary tfoot td#total_price_container {
    font-weight: 700
}

#summary_products_quantity {
    color: #444
}

#cart_summary .stock-management-on tbody td.cart_description {
    width: 300px
}

#cart_voucher {
    width: 300px;
    display: inline-block
}

#cart_voucher .cart_voucher_title {
    padding: 6px
}

#cart_voucher .title-offers {
    color: #333;
    font-weight: 700;
    margin-bottom: 6px
}

#cart_voucher fieldset {
    margin-bottom: 10px
}

#cart_voucher #display_cart_vouchers span {
    font-weight: 700;
    cursor: pointer;
    color: #444
}

#cart_voucher #display_cart_vouchers span:hover {
    color: #00a161
}

td#cart_voucher {
    float: none
}

.enable-multishipping {
    margin: -13px 0 17px
}

.enable-multishipping label {
    font-weight: 400
}

#order_carrier {
    clear: both;
    margin-top: 20px;
    border: 1px solid #999;
    background: #fff
}

.order_carrier_logo {
    max-width: 65px;
    max-height: 65px
}

#order_carrier .title_block {
    padding: 0 15px;
    height: 29px;
    line-height: 29px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: url(../img/bg_table_th.png) 0 -10px repeat-x #999
}

#order_carrier span {
    display: block;
    padding: 15px;
    font-weight: 700
}

table#cart_summary .gift-icon {
    color: #fff;
    background: #08c;
    display: inline;
    line-height: 20px;
    padding: 2px 5px;
    border-radius: 5px
}

#multishipping_mode_box {
    padding-top: 12px;
    padding-bottom: 19px
}

#multishipping_mode_box .title {
    font-weight: 700;
    color: #333;
    margin-bottom: 15px
}

#multishipping_mode_box .description_off {
    display: none
}

#multishipping_mode_box .description_off div {
    margin-bottom: 10px
}

#multishipping_mode_box .description a:hover,
#multishipping_mode_box .description_off a:hover {
    background: #f3f3f3;
    border: 1px solid #ccc
}

#multishipping_mode_box.on .description_off {
    display: block
}

.multishipping-cart .cart_address_delivery.form-control {
    width: 198px
}

#order .address_add.submit {
    margin-bottom: 20px
}

#ordermsg {
    margin-bottom: 30px
}

#id_address_delivery.form-control,
#id_address_invoice.form-control {
    width: 269px
}

.addresses .addresses .address_select,
.addresses .select label,
.addresses .selector {
    display: inline-block
}

.addresses .select label {
    margin-right: 6px
}

.addresses .waitimage {
    display: none;
    float: left;
    width: 24px;
    height: 24px;
    background-image: url(../../../img/loader.gif);
    background-repeat: no-repeat;
    position: relative;
    bottom: -2px;
    margin-right: 6px
}

.addresses .checkbox.addressesAreEquals {
    margin: 1em 0
}

#order .delivery_option>div,
#order-opc .delivery_option>div {
    display: block;
    margin-bottom: 20px;
    font-weight: 400
}

#order .delivery_option>div>table,
#order-opc .delivery_option>div>table {
    margin-bottom: 0
}

#order .delivery_option>div>table.resume,
#order-opc .delivery_option>div>table.resume {
    height: 53px
}

#order .delivery_option>div>table.resume.delivery_option_carrier,
#order-opc .delivery_option>div>table.resume.delivery_option_carrier {
    margin-top: 10px;
    width: 100%;
    border: 1px solid #d6d4d4;
    font-weight: 700
}

#order .delivery_option>div>table.resume.delivery_option_carrier td,
#order-opc .delivery_option>div>table.resume.delivery_option_carrier td {
    padding: 8px 11px 7px
}

#order .delivery_option>div>table.resume.delivery_option_carrier td i,
#order-opc .delivery_option>div>table.resume.delivery_option_carrier td i {
    font-size: 20px;
    margin-right: 7px;
    vertical-align: -2px
}

#order .delivery_option>div>table.resume td.delivery_option_radio,
#order-opc .delivery_option>div>table.resume td.delivery_option_radio {
    width: 54px;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

#order .delivery_option>div>table.resume td.delivery_option_logo,
#order-opc .delivery_option>div>table.resume td.delivery_option_logo {
    width: 97px;
    padding-left: 21px
}

#order .delivery_option>div>table.resume td.delivery_option_price,
#order-opc .delivery_option>div>table.resume td.delivery_option_price {
    width: 162px
}

.order_carrier_content {
    line-height: normal;
    padding-bottom: 16px
}

.order_carrier_content .carrier_title {
    color: #333
}

.order_carrier_content .checkbox input {
    margin-top: 2px
}

.order_carrier_content .delivery_options_address .carrier_title {
    margin-bottom: 17px
}

#gift_div,
p.checkbox.gift,
p.payment_module {
    margin-bottom: 10px
}

.order_carrier_content+div {
    padding-bottom: 15px
}

#carrierTable {
    border: 1px solid #999;
    border-bottom: none;
    background: #fff
}

#carrierTable tbody {
    border-bottom: 1px solid #999
}

#carrierTable th {
    padding: 0 15px;
    height: 29px;
    font-weight: 700;
    line-height: 29px;
    color: #fff;
    text-transform: uppercase;
    background: url(../img/bg_table_th.png) 0 -10px repeat-x #999
}

#carrierTable td {
    padding: 15px;
    font-weight: 700;
    border-right: 1px solid #e9e9e9
}

#carrierTable td.carrier_price {
    border: none
}

#gift_div {
    display: none;
    margin-top: 5px
}

a.iframe {
    font-weight: 700
}

p.payment_module a {
    display: block;
    font-size: 1.5em;
    border: 1px solid #d6d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    line-height: 23px;
    padding: 33px 40px 34px 99px;
    letter-spacing: -1px;
    position: relative
}

p.payment_module a.cheque {
    background: url(../img/cheque.png) 15px 15px no-repeat #fbfbfb
}

p.payment_module a.cash {
    background: url(../img/cash.png) 15px 15px no-repeat #fbfbfb
}

p.payment_module a.pago-paypal {
    background: url(../img/paypal.png) 15px 15px no-repeat #fbfbfb
}

p.payment_module a.pago-nomina {
    background: url(../img/descuento.png) 15px 15px no-repeat #fbfbfb
}

p.payment_module a.pago-redsys {
    background: url(../img/bankwire.png) 15px 15px no-repeat #fbfbfb
}

p.payment_module a.pago-cod {
    background: url(../img/contrareembolso.png) 15px 15px no-repeat #fbfbfb
}

p.payment_module a:hover {
    background-color: #f6f6f6
}

.payment_module.box {
    margin-top: 20px
}

p.cheque-indent {
    margin-bottom: 9px
}

.cheque-box .form-group {
    margin-bottom: 0
}

.cheque-box .form-group .form-control {
    width: 269px
}

.order-confirmation.box {
    line-height: 29px
}

.order-confirmation.box a {
    text-decoration: underline
}

.order-confirmation.box a:hover,
:focus,
a:focus {
    text-decoration: none
}

.delivery_option_carrier td {
    width: 200px
}

.delivery_option_carrier td+td {
    width: 280px
}

.delivery_option_carrier td+td+td {
    width: 200px
}

.delivery_option_carrier tr td {
    padding: 5px
}

.delivery_option_carrier.selected {
    display: table
}

.delivery_option_carrier.not-displayable {
    display: none
}

#account-creation_form .box,
#address .box,
#authentication .box,
#identity .box,
#new_account_form .box,
#opc_account_form .box {
    padding-bottom: 20px
}

#account-creation_form p.required,
#address p.required,
#authentication p.required,
#identity p.required,
#new_account_form p.required,
#opc_account_form p.required {
    color: #212120;
    font-size: 12px;
    font-style: italic;
    text-transform: lowercase;
    clear: both
}

#account-creation_form p.inline-infos,
#address p.inline-infos,
#authentication p.inline-infos,
#identity p.inline-infos,
#new_account_form p.inline-infos,
#opc_account_form p.inline-infos {
    color: red
}

#account-creation_form .form-group,
#address .form-group,
#authentication .form-group,
#identity .form-group,
#new_account_form .form-group,
#opc_account_form .form-group {
    margin-bottom: 8px
}

#account-creation_form .form-group .form-control,
#address .form-group .form-control,
#authentication .form-group .form-control,
#identity .form-group .form-control,
#new_account_form .form-group .form-control,
#opc_account_form .form-group .form-control {
    max-width: 360px
}

#account-creation_form .form-group .form-control#adress_alias,
#address .form-group .form-control#adress_alias,
#authentication .form-group .form-control#adress_alias,
#identity .form-group .form-control#adress_alias,
#new_account_form .form-group .form-control#adress_alias,
#opc_account_form .form-group .form-control#adress_alias {
    margin-bottom: 20px
}

#account-creation_form .gender-line,
#address .gender-line,
#authentication .gender-line,
#identity .gender-line,
#new_account_form .gender-line,
#opc_account_form .gender-line {
    margin-bottom: 4px;
    padding-top: 4px
}

#account-creation_form .gender-line>label,
#address .gender-line>label,
#authentication .gender-line>label,
#identity .gender-line>label,
#new_account_form .gender-line>label,
#opc_account_form .gender-line>label {
    margin-right: 10px;
    margin-bottom: 0
}

#account-creation_form .gender-line .radio-inline label,
#address .gender-line .radio-inline label,
#authentication .gender-line .radio-inline label,
#identity .gender-line .radio-inline label,
#new_account_form .gender-line .radio-inline label,
#opc_account_form .gender-line .radio-inline label {
    font-weight: 400;
    color: #777
}

#authentication #center_column form.std .row,
#identity #center_column form.std .row {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    width: 282px
}

#authentication #center_column form.std .row .col-xs-4,
#identity #center_column form.std .row .col-xs-4 {
    padding-left: 0;
    padding-right: 5px;
    max-width: 94px
}

#authentication #center_column form.std .row .col-xs-4 .form-control,
#identity #center_column form.std .row .col-xs-4 .form-control {
    max-width: 84px;
    min-width: 64px
}

#authentication #center_column .footer_links,
#identity #center_column .footer_links {
    border: none;
    padding-top: 0
}

#order-opc #center_column form.std #opc_account_form .row {
    display: inline-block;
    margin-left: 0;
    margin-right: 0
}

#order-opc #center_column form.std #opc_account_form .row .col-xs-4 {
    padding-left: 0;
    padding-right: 5px;
    max-width: 94px
}

#order-opc #center_column form.std #opc_account_form .row .col-xs-4 .form-control {
    max-width: 84px;
    min-width: 64px
}

#new_account_form .box .date-select {
    padding-bottom: 10px
}

#new_account_form .box .top-indent {
    padding-top: 10px
}

#new_account_form .box .customerprivacy {
    padding-top: 15px
}

#authentication fieldset.account_creation {
    margin-bottom: 20px
}

#password {
    padding-top: 0;
    border: none
}

#password .box p {
    margin-bottom: 9px
}

#password .box .form-group {
    margin-bottom: 20px
}

#password .box .form-group .form-control {
    width: 263px
}

#instant_search_results a.close {
    font-size: 13px;
    font-weight: 600;
    opacity: 1;
    line-height: inherit;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif
}

div.star.star_on:after,
div.star:after {
    font-family: fontello
}

#instant_search_results a.close:hover {
    color: #00a161
}

#manufacturers_list h3,
#suppliers_list h3 {
    font-size: 1.333em;
    margin-bottom: 1em
}

#manufacturers_list.list li,
#suppliers_list.list li {
    border-bottom: 1px solid #e5e5e5e;
    padding-bottom: 1em;
    margin-bottom: 1em
}

#manufacturers_list.list li .logo,
#suppliers_list.list li .logo {
    display: block;
    border: 1px solid #e5e5e5
}

#manufacturers_list.list li:first-child .mansup-container,
#suppliers_list.list li:first-child .mansup-container {
    border-top: 0
}

#manufacturers_list.list li .right-side-content,
#suppliers_list.list li .right-side-content {
    margin-top: 1em
}

#manufacturers_list.list li .right-side-content .product-counter,
#suppliers_list.list li .right-side-content .product-counter {
    margin-right: 4px
}

#manufacturers_list.list li.item-last,
#suppliers_list.list li.item-last {
    border-bottom: none;
    margin-bottom: 0
}

#manufacturers_list.grid li .product-container,
#suppliers_list.grid li .product-container {
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5
}

#manufacturers_list.grid li .product-container .left-side,
#suppliers_list.grid li .product-container .left-side {
    padding-bottom: 42px
}

#manufacturers_list.grid li .product-container h3,
#suppliers_list.grid li .product-container h3 {
    padding-bottom: 10px
}

#manufacturers_list.grid li .product-container .product-counter,
#suppliers_list.grid li .product-container .product-counter {
    margin-bottom: 12px
}

#manufacturer .description_box,
#supplier .description_box {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #e5e5e5
}

#manufacturer .description_box .hide_desc,
#supplier .description_box .hide_desc {
    display: none
}

#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%
    }
}

#pagenotfound .pagenotfound {
    padding: 4em 0
}

#pagenotfound .pagenotfound label {
    font-weight: 400
}

#pagenotfound .pagenotfound .form-control {
    display: inline-block;
    height: 30px;
    line-height: 30px
}

#account-creation_form fieldset.reversoform {
    padding: 10px !important
}

#account-creation_form fieldset.reversoform .text label {
    display: block;
    padding: 0 0 10px;
    width: 100%;
    text-align: left
}

#account-creation_form fieldset.reversoform .infos-sup {
    padding: 0 !important;
    font-size: 10px;
    font-style: italic;
    text-align: right
}

#account-creation_form fieldset.customerprivacy label,
fieldset.customerprivacy label {
    cursor: pointer
}

.tab-content {
    margin-top: 20px
}

form#sendComment fieldset {
    padding: 10px;
    border: 1px solid #ccc;
    background: #eee
}

form#sendComment h3 {
    font-size: 14px
}

#new_comment_form p.text {
    margin-bottom: 0;
    padding-bottom: 0
}

#sendComment p.text label,
#sendComment p.textarea label {
    display: block;
    margin: 12px 0 4px;
    font-weight: 700;
    font-size: 12px
}

#sendComment p.text input {
    padding: 0 5px;
    height: 28px;
    width: 498px;
    border: 1px solid #ccc;
    background: url(../img/bg_input.png) repeat-x #fff
}

#sendComment p.textarea textarea {
    height: 80px;
    width: 508px;
    border: 1px solid #ccc
}

#sendComment p.submit {
    padding: 0;
    text-align: right
}

#sendComment p.closeform {
    float: right;
    padding: 0;
    height: 12px;
    width: 12px;
    text-indent: -5000px;
    background: url(../img/icon/delete.gif) no-repeat
}

.star {
    position: relative;
    top: -1px;
    float: left;
    width: 18px;
    overflow: hidden;
    cursor: pointer;
    font-size: 1.333em;
    font-weight: 400;
    display: block
}

.star a {
    display: block;
    position: absolute;
    text-indent: -5000px
}

#top_extra,
.posi_rel {
    position: relative
}

div.star:after {
    content: "\e800";
    display: inline-block;
    color: #ccc
}

div.star.star_on {
    display: block
}

div.star.star_hover:after,
div.star.star_on:after {
    color: #ff8a00;
    content: "\e800";
    display: inline-block
}

div.star.star_hover:after {
    font-family: fontello
}

.fancybox-skin .fancybox-close:after,
.layer_box .cross:after {
    content: "\e849";
    font-family: fontello
}

.advertising_block {
    width: 191px;
    margin-bottom: 1em;
    text-align: center
}

#product.content_only div.pb-left-column #thumbs_list_frame,
ul {
    margin-bottom: 0
}

.blockcategories_footer ul .grower {
    display: none
}

.blockcategories_footer ul ul {
    display: none !important
}

.form-group.form-error input,
.form-group.form-error textarea {
    background: #f5dad3
}

.checkbox,
.radio-inline {
    padding-left: 0
}

.checkbox .checker,
.radio-inline .checker {
    float: left
}

.checkbox .checker span,
.radio-inline .checker span {
    top: 0
}

.checkbox div.radio,
.radio-inline div.radio {
    display: inline-block
}

.checkbox div.radio span,
.radio-inline div.radio span {
    float: left;
    top: 0
}

.fancybox-skin {
    background: #fff !important;
    color: #666
}

.fancybox-skin .fancybox-close {
    background: #212120;
    border: 2px solid #f0EDD9;
    color: #f0EDD9;
    font-size: 1em;
    font-weight: 400;
    height: 32px;
    line-height: 29px;
    right: 23px;
    text-align: center;
    top: 8px;
    width: 32px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px
}

.fancybox-skin .fancybox-close:hover {
    color: #212120 !important;
    background: #f0EDD9;
    text-decoration: none
}

#cmsinfo_block,
#facebook_block {
    overflow: hidden;
    background: #f2f2f2;
    min-height: 344px;
    height: 344px;
    padding-right: 29px;
    padding-left: 29px
}

#facebook_block h4 {
    padding: 35px 0 0;
    margin: 0 0 12px;
    font: 300 21px/25px "Open Sans", sans-serif;
    color: #6f6d6d
}

#facebook_block .facebook-fanbox {
    background: #fff;
    border: 1px solid #aaa;
    padding-bottom: 10px
}

#cmsinfo_block>div {
    padding: 35px 10px 0 0
}

#cmsinfo_block>div+div {
    border-left: 1px solid #d9d9d9;
    min-height: 344px;
    padding-left: 29px
}

#cmsinfo_block em {
    float: left;
    width: 60px;
    height: 60px;
    margin: 3px 10px 0 0;
    font-size: 30px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    background: #6f6d6d;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px
}

#cmsinfo_block .type-text {
    overflow: hidden
}

#cmsinfo_block h3 {
    margin: 0 0 5px;
    font: 300 21px/25px "Open Sans", sans-serif
}

#cmsinfo_block ul li {
    padding-bottom: 22px
}

#cmsinfo_block p em {
    background: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 0;
    font-size: 13px;
    color: #777;
    float: none;
    height: inherit;
    line-height: inherit;
    text-align: left;
    font-style: italic
}

.flex-control-paging li a,
.owl-theme .owl-controls .owl-page span {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

.ie8 #cmsinfo_block,
.ie8 #facebook_block {
    height: 344px
}

#product.content_only div.pb-left-column p.resetimg {
    margin-bottom: 0;
    padding-top: 0
}

#product_comparison td.compare_extra_information {
    padding: 10px
}

#product_comparison #social-share-compare {
    margin-bottom: 50px
}

.btn-facebook,
.btn-google-plus,
.btn-pinterest,
.btn-twitter {
    background: 0 0
}

.btn-facebook:hover,
.btn-facebook:hover i,
.btn-google-plus:hover,
.btn-google-plus:hover i,
.btn-pinterest:hover,
.btn-pinterest:hover i,
.btn-twitter:hover,
.btn-twitter:hover i {
    color: #fff
}

.btn-facebook i {
    color: #435f9f
}

.btn-facebook:hover {
    background-color: #435f9f
}

.btn-twitter i {
    color: #00aaf0
}

.btn-twitter:hover {
    background-color: #00aaf0
}

.btn-google-plus i {
    color: #e04b34
}

.btn-google-plus:hover {
    background-color: #e04b34
}

.btn-pinterest i {
    color: #ce1f21
}

.btn-pinterest:hover {
    background-color: #ce1f21
}

#footer-primary .wide_container,
#footer-secondary .wide_container,
#footer-top .wide_container,
#footer_info .wide_container,
#header .wide_container,
#top_extra .wide_container {
    padding: 1.666em 0;
    background: 0 0
}

#top_extra {
    background-color: #ededec;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    z-index: 9
}

#footer-secondary .wide_container,
#footer-top .wide_container,
#top_extra .wide_container {
    padding: 0
}

#footer-secondary .container,
#footer-top .container {
    padding-top: 1.666em;
    padding-bottom: 1.666em
}

#footer-primary .wide_container,
#footer_info .wide_container {
    padding: 0
}

#footer-primary .container,
#footer_info .container {
    padding-top: 1em;
    padding-bottom: 1em
}

#main_content_area .wide_container {
    padding: 1.666em 0
}

label {
    font-weight: 400
}

a:focus {
    -moz-outline-style: none
}

:focus,
a:focus {
    outline: 0 !important
}

a.go {
    text-decoration: underline
}

a.icon_wrap {
    background: #f1f1f1;
    color: #00a161
}

.hover_effect img,
img.hover_effect {
    background: #fff
}

.hover_effect:hover,
.hover_effect:hover img {
    opacity: .6
}

img {
    max-width: 100%;
    height: auto
}

dl {
    margin-bottom: 1em
}

.amount_circle.simple_hidden,
.simple_hidden {
    display: none
}

.color_000,
.color_000 a,
a.color_000 {
    color: #000
}

.color_333,
.color_333 a,
a.color_333 {
    color: #333
}

.color_444,
.color_444 a,
a.color_444 {
    color: #444
}

.color_666,
.color_666 a,
.color_777,
.color_777 a,
.color_888,
.color_888 a,
a.color_666,
a.color_777,
a.color_888 {
    color: #666
}

.color_999,
.color_999 a,
a.color_999 {
    color: #999
}

.color_ccc,
.color_ccc a,
a.color_ccc {
    color: #ccc
}

.color_fff,
.color_fff a,
a.color_fff {
    color: #fff
}

.block .title_block,
.block .title_block a,
a.heading,
a.page-heading,
a.page-subheading {
    color: #666;
    text-transform: uppercase
}

.fl {
    float: left
}

.fr {
    float: right
}

#page_wrapper,
.wide_container {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#page_wrapper {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1)
}

.posi_abs {
    position: absolute
}

.f_left,
.fl,
.float-left,
.li_fl li {
    float: left
}

.f_right,
.float-right,
.fr {
    float: right
}

.bold,
.font_weight_blod {
    font-weight: 700
}

.font_weight_normal,
.fw_normal,
.s_title_block {
    font-weight: 400
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.font_small {
    font-size: .916em
}

.font_large {
    font-size: 1.166em
}

.font_1x {
    font-size: 1.333em
}

.font_2x {
    font-size: 1.5em
}

.font_3x {
    font-size: 1.666em
}

.font_4x {
    font-size: 2em
}

.fs_sm,
.stmenu_sub .style_content p.fs_sm,
.style_content p.fs_sm {
    font-size: .833em
}

.fs_md,
.stmenu_sub .style_content p.fs_md,
.style_content p.fs_md {
    font-size: 1.166em;
    line-height: 150%
}

.fs_lg,
.stmenu_sub .style_content p.fs_lg,
.style_content p.fs_lg {
    font-size: 1.333em;
    line-height: 150%
}

.fs_xl,
.stmenu_sub .style_content p.fs_xl,
.style_content p.fs_xl {
    font-size: 1.5em;
    line-height: 150%
}

.fs_xxl,
.stmenu_sub .style_content p.fs_xxl,
.style_content p.fs_xxl {
    font-size: 1.666em;
    line-height: 150%
}

.fs_xxxl,
.stmenu_sub .style_content p.fs_xxxl,
.style_content p.fs_xxxl {
    font-size: 2em;
    line-height: 150%
}

.fs_xxxxl,
.stmenu_sub .style_content p.fs_xxxxl,
.style_content p.fs_xxxxl {
    font-size: 2.5em;
    line-height: 150%
}

.pad_l6 {
    padding-left: 6px
}

.pad_10 {
    padding: 10px
}

.pad_lr4 {
    padding-left: 4px;
    padding-right: 4px
}

.pad_tb4 {
    padding-top: 4px;
    padding-bottom: 4px
}

.pad_b1,
.pad_tb1,
.title_block {
    padding-bottom: 1em
}

.pad_tb1 {
    padding-top: 1em
}

.mar_r4,
.style_content p.mar_r4 {
    margin-right: 4px
}

.mar_b10,
.style_content p.mar_b10 {
    margin-bottom: 10px
}

.mar_b4,
.style_content p.mar_b4 {
    margin-bottom: 4px
}

.mar_b6,
.style_content p.mar_b6 {
    margin-bottom: 6px
}

.mar_t4,
.style_content p.mar_t4 {
    margin-top: 4px
}

.mar_b1,
.style_content p.mar_b1 {
    margin-bottom: 1em
}

.mar_b2,
.style_content p.mar_b2 {
    margin-bottom: 2em
}

.mar_t1,
.style_content p.mar_t1 {
    margin-top: 1em
}

.mar_r1,
.style_content p.mar_r1 {
    margin-right: 1em
}

.mar_l1,
.style_content p.mar_l1 {
    margin-left: 1em
}

.dropdown_tri_inner,
.shopping_cart.active .icon_wrap,
.shopping_cart:hover .icon_wrap,
.st_news_letter_form_inner .st_news_letter_submit,
a,
a.ma_level_0 {
    transition: color 0.2s ease-in-out, background-color 0.3s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, background-color 0.3s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, background-color 0.3s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.3s ease-in-out
}

.bullet li a:hover {
    transition: background-position 0.1s ease-in-out;
    -moz-transition: background-position 0.1s ease-in-out;
    -ms-transition: background-position 0.1s ease-in-out;
    -webkit-transition: background-position 0.1s ease-in-out;
    -o-transition: background-position 0.1s ease-in-out
}

.pro_second_box {
    transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out
}

.category_slideshow .flex-direction-nav a,
.main_slideshow .flex-direction-nav a {
    transition: background-color 250ms ease-in-out, left 250ms ease-in-out, right 250ms ease-in-out;
    -moz-transition: background-color 250ms ease-in-out, left 250ms ease-in-out, right 250ms ease-in-out;
    -ms-transition: background-color 250ms ease-in-out, left 250ms ease-in-out, right 250ms ease-in-out;
    -webkit-transition: background-color 250ms ease-in-out, left 250ms ease-in-out, right 250ms ease-in-out;
    -o-transition: background-color 250ms ease-in-out, left 250ms ease-in-out, right 250ms ease-in-out
}

#center_column,
#left_column,
#right_column,
.products_slider .slides>li {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

.itemlist_action .ajax_add_to_cart_button,
.itemlist_action .view_button {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

#compare_items .remove_compare i,
#switch_left_column i,
#to_top a i,
.ajax_cart_block_remove_link:hover i,
.cart_delete a.cart_quantity_delete i,
.cmp_remove i,
.delete_voucher:hover i,
.exclusive.ajax_add_to_cart_button i,
.icon_circle:hover i,
.icon_wrap:hover i,
.rating_box i,
a.icon_circle:hover i,
a.icon_wrap:hover i,
a.price_discount_delete i,
a.rightbar_tri i {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease
}

.hovers .product_image img {
    transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out
}

.advanced_mu_level_2 a:before,
.stadvancedmenu_multi_level a:before {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

.title_block {
    font-size: 1.166em
}

#left_column .block:last-child,
#right_column .block:last-child {
    margin-bottom: 0
}

.block .title_block {
    padding: 6px 0;
    text-align: left;
    margin: 0 0 6px
}

#create-account_form .block .title_block,
#login_form .block .title_block {
    padding: 1em 1.333em
}

.s_title_block {
    font-size: 1em;
    padding: 0;
    height: 1.5em;
    line-height: 1.5em;
    overflow: hidden;
    display: block;
    margin-bottom: 4px;
    margin-top: 0
}

.s_title_block a {
    display: block
}

#blockpack .s_title_block a {
    display: inline
}

.ajax_block_product .s_title_block,
.block_blog .s_title_block,
.blog_row_list .s_title_block,
.brands_slider_wrap .s_title_block,
.fc_slider_list .s_title_block,
.featured_categories_list .s_title_block {
    font-size: 1.166em
}

.block .title_block,
.heading,
.idTabs a,
.page-heading,
.page-subheading,
.product_accordion_title {
    font-size: 1.333em;
    line-height: 1.2em;
    font-weight: 400
}

.s_title_block.nohidden {
    height: auto
}

.heading,
.page-heading,
.page-subheading {
    color: #666;
    text-transform: uppercase;
    margin-bottom: 1em
}

.page-subheading,
a.page-subheading {
    padding: 0 0 6px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.166em
}

.block .title_block a:hover {
    color: #00a161
}

.section .title_block {
    background: url(../img/title_block_bg.png) left center repeat-x
}

.section .title_block a,
.section .title_block span {
    display: inline-block;
    padding-right: 8px;
    background: #fff
}

#home-page-tabs {
    background: url(../img/title_block_bg.png) left center repeat-x
}

#accessories_block .title_block,
#blog_related_products .title_block,
#crossselling-products_block_center .title_block,
#featured-products_block_center .title_block,
#productscategory-products_block_center .title_block,
#related-products_block_center .title_block,
.best-sellers_block_center .title_block,
.brands_slider .title_block,
.fc_slider_block .title_block,
.featured_products_sldier_block_center .title_block,
.new-products_block_center .title_block,
.product_categories_slider_block .title_block,
.special-products_block_center .title_block,
.st_blog_featured_article .title_block,
.st_blog_recent_article .title_block,
.st_blog_related_article .title_block {
    margin-bottom: 16px;
    padding-right: 62px
}

#accessories_block.display_as_grid .title_block,
#blog_related_products.display_as_grid .title_block,
#crossselling-products_block_center.display_as_grid .title_block,
#featured-products_block_center.display_as_grid .title_block,
#productscategory-products_block_center.display_as_grid .title_block,
#related-products_block_center.display_as_grid .title_block,
.best-sellers_block_center.display_as_grid .title_block,
.brands_slider.display_as_grid .title_block,
.fc_slider_block.display_as_grid .title_block,
.featured_products_sldier_block_center.display_as_grid .title_block,
.new-products_block_center.display_as_grid .title_block,
.product_categories_slider_block.display_as_grid .title_block,
.special-products_block_center.display_as_grid .title_block,
.st_blog_featured_article.display_as_grid .title_block,
.st_blog_recent_article.display_as_grid .title_block,
.st_blog_related_article.display_as_grid .title_block {
    margin-bottom: 0;
    padding-right: 0
}

#related-products_block_center_column .title_block,
#st_blog_related_article_column .title_block,
.best-sellers_block_center_column .title_block,
.block .pc_slider_tabs,
.brands_slider-column .title_block,
.featured_products_sldier_block_center_column .title_block,
.new-products_block_center_column .title_block,
.product_categories_slider_block_column .title_block,
.special-products_block_center_column .title_block {
    margin-bottom: 16px;
    padding-right: 62px
}

.block .pc_slider_tabs.display_as_grid {
    margin-bottom: 0;
    padding-right: 0
}

.block-heading {
    padding: 10px;
    font-size: 1.133em;
    color: #fff;
    text-transform: uppercase;
    background: #666;
    margin-bottom: 10px
}

.block-heading.no_mar_b {
    margin-bottom: 0
}

#contact-link a,
#header_user_info a,
#header_user_info span,
#stsocial_list_topbar li a,
#top_bar .shopping_cart_style_1 .shopping_cart,
.currency_selector,
.language_selector,
.shop-phone {
    display: inline-block;
    padding: 6px 12px;
    float: left
}

#header #header_user_info a,
#header #header_user_info span {
    border-left: none;
    border-right: none;
    margin-left: 0
}

#header_left,
#header_right {
    height: 60px;
    padding: 10px 0
}

.sticky #header_left,
.sticky #header_right {
    height: 50px;
    padding: 5px 0
}

#header_right {
    position: static
}

#header #header_user_info {
    display: inline-block;
    vertical-align: middle
}

#page_header #header.sticky {
    background: #fff;
    background: rgba(255, 255, 255, .95);
    position: fixed;
    top: 0;
    z-index: 210;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    border-bottom: none
}

#page_header #header.sticky .advanced_ma_level_0 {
    margin-bottom: 0;
    border-bottom: none
}

#page_header #header.sticky .wide_container {
    padding-top: 4px;
    padding-bottom: 4px
}

#page_header #header.sticky #header_logo {
    display: block
}

.dropdown_tri_inner,
.dropdown_wrap {
    display: inline-block;
    margin: 0;
    position: relative
}

#page_header #header.sticky #header_logo img {
    max-height: 42px;
    width: auto
}

#header .dropdown_wrap {
    vertical-align: middle
}

.dropdown_tri_inner {
    padding: 13px 18px 13px 10px;
    font-weight: 400;
    z-index: 100
}

#top_bar .dropdown_tri_inner {
    height: 34px;
    line-height: 22px;
    margin-bottom: 3px;
    margin-top: 3px
}

.dropdown_tri_inner b {
    position: absolute;
    right: 6px;
    top: 45%;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid;
    font-size: 0;
    line-height: 0;
    border-color: #d8f6e6 transparent transparent;
    -moz-transition: -moz-transform 0.2s ease-in;
    -o-transition: -o-transform 0.2s ease-in;
    transition: transform 0.2s ease-in
}

#header .dropdown_tri_inner b {
    border-color: #999 transparent transparent
}

#top_bar #search_block_nav .dropdown_tri_inner {
    cursor: pointer;
    margin-left: 10px;
    margin-right: 18px;
    padding-bottom: 8px !important;
    padding-top: 4px !important;
    padding-left: 0;
    padding-right: 0
}

.open .dropdown_tri_inner b {
    border-color: #00a161 transparent transparent;
    -moz-transform: rotate(180deg);
    -moz-transform-origin: 50% 30%;
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: 50% 30%;
    -o-transform: rotate(180deg);
    -o-transform-origin: 50% 30%;
    transform: rotate(180deg);
    transform-origin: 50% 30%
}

#header .open .dropdown_tri_inner b {
    border-color: #666 transparent transparent
}

.dropdown_list {
    background: #fff;
    display: none;
    left: 0;
    margin: 0;
    top: 176px;
    width: 100%;
    z-index: 99
}

#header_right .dropdown_list,
.dropdown_list.dropdown_right,
.dropdown_wrap.pull-right .dropdown_list {
    left: auto;
    right: 0
}

.dropdown_list.with_an_arrow {
    background: 0 0
}

.dropdown_list.with_an_arrow .dropdown_list_box {
    background: #fff
}

.dropdown_list.with_an_arrow:before {
    content: "";
    position: absolute;
    top: 4px
}

#header_left .dropdown_list.with_an_arrow:after,
#header_left .dropdown_list.with_an_arrow:before,
.dropdown_wrap.pull-left .dropdown_list.with_an_arrow:after,
.dropdown_wrap.pull-left .dropdown_list.with_an_arrow:before {
    left: 20px
}

#header_right .dropdown_list.with_an_arrow:after,
#header_right .dropdown_list.with_an_arrow:before,
.dropdown_wrap.pull-right .dropdown_list.with_an_arrow:after,
.dropdown_wrap.pull-right .dropdown_list.with_an_arrow:before {
    right: 20px
}

.dropdown_wrap.pull-right .dropdown_list.with_an_arrow {
    left: auto;
    right: 0
}

.open .dropdown_list {
    display: block
}

.dropdown_list ul {
    margin: 0
}

.dropdown_list li a {
    display: block;
    line-height: 1.6em;
    color: #666;
    padding: 4px 10px 6px
}

.dropdown_list li a:hover {
    color: #00a161;
    background: #d7f5e5
}

#breadcrumb_wrapper {
    background: rgba(0, 0, 0, .2);
    margin: 0 auto -42px;
    padding: 5px 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

#breadcrumb_wrapper .container,
#breadcrumb_wrapper.wide_container .container,
.flexslider {
    position: relative
}

#breadcrumb_wrapper.wide_container {
    padding: 1em 0
}

.breadcrumb {
    display: inline;
    background: 0 0;
    margin: 0;
    padding: 0;
    color: #fff
}

.breadcrumb li,
.breadcrumb ul {
    display: inline;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .03em
}

.breadcrumb .navigation-pipe {
    margin: 0 3px 0 5px;
    display: inline-block
}

.breadcrumb a {
    color: #fff;
    font-weight: 300
}

.breadcrumb a:hover {
    color: #fff !important
}

.breadcrumb li span {
    font-weight: 500
}

#search_return a {
    color: #bbb
}

#center_column section.breadcrumb {
    display: none
}

.flexslider {
    margin: 0;
    padding: 0;
    zoom: 1
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative
}

.flexslider .slides img,
.no-js .slides>li:first-child,
.slides:after,
html[xmlns] .slides {
    display: block
}

.flexslider .slides img.img_nomax {
    width: 100%
}

.flex-pauseplay span {
    text-transform: capitalize
}

.contact_item_large,
.sold_out,
span.new i,
span.on_sale i,
table#cart_summary_total td.total_price_container>span {
    text-transform: uppercase
}

.slides:after {
    content: "\0020";
    clear: both;
    line-height: 0;
    height: 0;
    width: 0
}

* html .slides {
    height: 1%
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

.carousel li {
    margin-right: 5px
}

.flex-control-nav {
    position: absolute;
    bottom: 4%;
    right: 2%;
    text-align: center;
    z-index: 40
}

.main_slideshow .flex-control-nav {
    right: 46%;
    display: none
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    float: none
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #777;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px
}

.flex-control-paging li a:hover {
    background: #444
}

.flex-control-paging li a.flex-active {
    background: #444;
    cursor: default
}

.nav_center_bottom .flex-control-nav {
    position: inherit;
    right: auto;
    bottom: auto
}

.sliderwrap {
    margin: 0 auto
}

.sliderwrap .product_image {
    display: block
}

.category_slideshow,
.main_slideshow {
    overflow: hidden;
    margin-bottom: 1em
}

.category_slideshow .flex-direction-nav a,
.main_slideshow .flex-direction-nav a {
    position: absolute;
    color: #fff;
    text-align: center;
    top: 45%;
    z-index: 10;
    display: block;
    background: rgba(0, 0, 0, .2);
    border: 1px solid transparent
}

.category_slideshow .flex-direction-nav a img,
.main_slideshow .flex-direction-nav a img {
    display: none;
    position: absolute;
    top: -1px;
    max-width: none;
    border: 1px solid #666
}

.category_slideshow .flex-direction-nav a:hover,
.main_slideshow .flex-direction-nav a:hover {
    background: #000;
    background: rgba(0, 0, 0, .6);
    border-color: #666
}

.category_slideshow .flex-direction-nav a:hover img,
.main_slideshow .flex-direction-nav a:hover img {
    display: block
}

.category_slideshow .flex-direction-nav .flex-next img,
.main_slideshow .flex-direction-nav .flex-next img {
    right: 71px;
    border-right: none
}

.category_slideshow .flex-direction-nav .flex-prev img,
.main_slideshow .flex-direction-nav .flex-prev img {
    left: 71px;
    border-left: none
}

.category_slideshow .flex-direction-nav .flex-next,
.main_slideshow .flex-direction-nav .flex-next {
    right: -100px
}

.category_slideshow .flex-direction-nav .flex-prev,
.main_slideshow .flex-direction-nav .flex-prev {
    left: -100px
}

.category_slideshow:hover .flex-direction-nav .flex-next,
.main_slideshow:hover .flex-direction-nav .flex-next {
    right: 5%
}

.category_slideshow:hover .flex-direction-nav .flex-prev,
.main_slideshow:hover .flex-direction-nav .flex-prev {
    left: 5%
}

#thumbs_list .flex-direction-nav .flex-prev,
.blog_flexslider .flex-direction-nav .flex-prev,
.nav_left_right .flex-direction-nav a.flex-prev {
    left: 0
}

#thumbs_list .flex-direction-nav a {
    position: absolute;
    width: 20px;
    height: 72px;
    line-height: 72px;
    overflow: hidden;
    text-align: center;
    z-index: 10;
    display: block;
    top: 0
}

#thumbs_list .flex-direction-nav .flex-next {
    right: 0
}

#thumbs_list .flex-direction-nav .flex-disabled {
    cursor: default;
    color: #999
}

.nav_top_right {
    position: relative;
    height: 0;
    line-height: 0
}

.nav_top_right .flex-direction-nav {
    position: absolute;
    top: -44px;
    right: 0;
    list-style: none;
    margin: 0;
    background: #fff;
    padding-left: 6px
}

.nav_left_bottom {
    position: absolute;
    right: 0;
    bottom: 0
}

.nav_left_right .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    background: #999;
    text-align: center;
    font-size: 1.333em
}

.nav_left_right .flex-direction-nav a:hover {
    background: #00a161
}

.nav_left_right .flex-direction-nav a.flex-next {
    right: 0
}

.nav_left_right .flex-direction-nav a.flex-disabled {
    background: #ccc
}

.column_slideshow .flex-direction-nav a {
    color: #fff;
    display: block;
    background: #ccc;
    background: rgba(0, 0, 0, .2)
}

.column_slideshow .flex-direction-nav a:hover {
    background: #000
}

.nav_left_bottom .flex-direction-nav li,
.nav_top_right .flex-direction-nav li {
    float: left
}

.nav_left_bottom .flex-direction-nav a,
.nav_top_right .flex-direction-nav a {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    float: left;
    margin-left: 2px;
    text-decoration: none;
    color: #fff;
    background: #999
}

.nav_left_bottom .flex-direction-nav a:hover,
.nav_top_right .flex-direction-nav a:hover {
    background-color: #555;
    color: #fff
}

.nav_left_bottom .flex-direction-nav a.flex-disabled,
.nav_top_right .flex-direction-nav a.flex-disabled {
    cursor: default;
    color: #fff;
    background: #ccc
}

.grower,
.layer_box .continue,
.layer_box .cross,
.opener,
.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.blog_flexslider {
    position: relative
}

.blog_flexslider .flex-direction-nav a {
    text-align: center;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 36px;
    height: 36px;
    line-height: 28px;
    margin-top: -18px;
    float: left;
    text-decoration: none;
    color: #fff;
    background: #999;
    opacity: .6
}

.blog_flexslider .flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: 0
}

.blog_flexslider .flex-next:hover,
.blog_flexslider .flex-prev:hover {
    opacity: 1;
    background: #555
}

.flexslider_loader {
    height: 120px;
    line-height: 120px;
    text-align: center
}

.stajax_loader {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: url(../img/loading.gif) center center no-repeat
}

#our_price_display,
.price,
.sale_percentage,
.sale_percentage_sticker {
    color: #00a161;
    white-space: nowrap
}

.old-price,
.old_price {
    color: #999;
    text-decoration: line-through;
    margin-right: 4px;
    white-space: nowrap
}

.price_container .price {
    font-size: 1.333em;
    font-weight: 700;
    margin-right: 4px;
    display: inline-block
}

.sale_percentage {
    font-size: 1.166em
}

#our_price_display {
    font-size: 1.333em
}

.old_price {
    font-size: 1.083em
}

.old-price {
    font-size: 1em
}

.special-price {
    color: #00a161
}

.rating_box i {
    color: #ccc;
    display: inline-block
}

.rating_box i.light {
    color: #ff8a00
}

.rating_box .comment_nbr,
p.required_note {
    color: #999
}

p.required_note sup {
    color: #d90000
}

.products_slider .slides>li {
    padding: 10px 10px 4px;
    overflow: hidden
}

#related-itemslider_column .slides>li,
#related_article_slider_column .slides>li,
.bestsellers-itemslider_column .slides>li,
.featured-itemslider_column .slides>li,
.new-itemslider_column .slides>li,
.product_categories-itemslider_column .slides>li,
.special-itemslider_column .slides>li {
    padding: 0
}

.brands-itemslider .slides>li {
    padding: 0 12px;
    position: inherit
}

#accessories-itemslider .sliderwrap,
#blog_related-itemslider .sliderwrap,
#crossselling-itemslider .sliderwrap,
#productscategory-itemslider .sliderwrap,
#related-itemslider .sliderwrap,
#related_article_slider_column .sliderwrap,
.bestsellers-itemslider .sliderwrap,
.featured-itemslider .sliderwrap,
.flexslider.product_categories-itemslider .sliderwrap,
.new-itemslider .sliderwrap,
.product_image,
.special-itemslider .sliderwrap {
    position: relative
}

.brands-itemslider-column .slides>li a {
    margin-bottom: 10px;
    display: block;
    text-align: center
}

.brands-itemslider-column .slides>li a:last-child {
    margin-bottom: 4px
}

.brands-itemslider-column .slides>li a img {
    display: inline
}

#accessories-itemslider .hovers,
#blog_related-itemslider .hovers,
#crossselling-itemslider .hovers,
#productscategory-itemslider .hovers,
#related-itemslider .hovers,
#related_article_slider_column .hovers,
.bestsellers-itemslider .hovers,
.featured-itemslider .hovers,
.flexslider.product_categories-itemslider .hovers,
.new-itemslider .hovers,
.special-itemslider .hovers {
    width: inherit
}

#product_list .hovers {
    width: 100%
}

.brands-itemslider .slides img,
.brands-itemslider-column .slides img {
    border: 1px solid #e5e5e5
}

span.new,
span.on_sale {
    position: absolute;
    top: 25px;
    display: inline-block;
    font-size: .833em;
    height: 0;
    width: 0;
    line-height: 0;
    text-align: center;
    z-index: 5
}

span.new i,
span.on_sale i {
    color: #fff;
    left: 7px;
    position: absolute;
    font-style: normal;
    white-space: nowrap
}

span.on_sale {
    border: 10px solid #ff8a00;
    color: #ff8a00;
    border-left-width: 40px;
    border-right-color: transparent;
    left: 0
}

span.on_sale i {
    left: -33px
}

span.new {
    border: 10px solid #00a161;
    color: #00a161;
    border-right-width: 40px;
    border-left-color: transparent;
    right: 0
}

.sale_percentage_sticker {
    display: block;
    position: absolute;
    bottom: 50px;
    right: 6px;
    padding: 6px 0;
    height: 48px;
    line-height: 14px;
    width: 48px;
    font-size: .916em;
    text-align: center;
    border: 4px solid #00a161;
    color: #00a161;
    background: #fff;
    overflow: hidden;
    z-index: 4
}

.hover_fly a,
.hover_fly a:first-child span,
.sold_out {
    display: inline-block
}

.sold_out {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 3;
    margin-top: -27px;
    padding: 15px 0;
    color: #f2f2f2;
    background: #333;
    background: rgba(0, 0, 0, .4);
    border: 3px solid #f2f2f2;
    font-size: 2em;
    text-align: center
}

.hover_fly a,
.hover_fly a span {
    font-size: 1em;
    white-space: nowrap
}

.pro_first_box {
    position: relative;
    overflow: hidden
}

.hover_fly,
.hover_fly a,
.hover_fly a:first-child {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

.hover_fly .price {
    color: #d8f6e6
}

.hover_fly {
    position: absolute;
    bottom: -35px;
    width: 100%;
    left: 0;
    background: #bbb;
    z-index: 6
}

.hover_fly_static .hover_fly {
    position: relative;
    bottom: 0
}

.hover_fly a {
    color: #fff;
    width: 15%;
    height: 35px;
    line-height: 34px;
    position: relative;
    background: url(../img/split_f5.gif) left top repeat-y #bbb;
    float: right;
    text-align: center;
    border-top: 1px solid #fafafa !important
}

.hover_fly a div {
    overflow: hidden
}

.hover_fly a:first-child {
    background-image: none;
    width: 55%;
    text-align: center;
    background-color: #00a161;
    color: #fff;
    float: left;
    left: 0
}

.hover_fly a span {
    display: none;
    left: 2.2em;
    vertical-align: top
}

.hover_fly a i {
    height: 34px;
    line-height: 32px
}

.hover_fly a i.icon-0x {
    font-size: 1.666em
}

.hover_fly a:hover {
    width: 55% !important;
    background-color: #00a161 !important;
    color: #fff !important
}

.hover_fly a:hover span {
    display: inline-block !important
}

.hover_fly:hover a:first-child {
    width: 15%;
    background-color: #bbb;
    text-align: center
}

.hover_fly.fly_0,
.hover_fly:hover a:first-child span {
    display: none
}

.hover_fly.fly_5 a {
    width: 15%
}

.hover_fly.fly_5 a:first-child {
    width: 40%
}

.hover_fly.fly_5 a:hover {
    width: 40% !important
}

.hover_fly.fly_5:hover a:first-child {
    width: 15%
}

.hover_fly.fly_3 a {
    width: 20%
}

.hover_fly.fly_3 a:first-child {
    width: 60%
}

.hover_fly.fly_3 a:hover {
    width: 60% !important
}

.hover_fly.fly_3:hover a:first-child {
    width: 20%
}

.hover_fly.fly_2 a {
    width: 30%
}

.hover_fly.fly_2 a:first-child {
    width: 70%
}

.hover_fly.fly_2 a:hover {
    width: 70% !important
}

.hover_fly.fly_2:hover a:first-child {
    width: 30%
}

.hover_fly.fly_1 a {
    border-top: none !important;
    width: 100%
}

.hover_fly.fly_1 a:first-child {
    width: 100%;
    position: relative !important
}

.hover_fly.fly_1 a:hover {
    width: 100% !important
}

.hover_fly.fly_1:hover a:first-child {
    width: 100%
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .hover_fly a:first-child {
        position: absolute;
        width: 57%
    }

    .hover_fly a:hover {
        width: 57% !important
    }

    .hover_fly.fly_5 a:first-child {
        position: absolute;
        width: 42%
    }

    .hover_fly.fly_5 a:hover {
        width: 42% !important
    }

    .hover_fly.fly_3 a:first-child {
        position: absolute;
        width: 62%
    }

    .hover_fly.fly_3 a:hover {
        width: 62% !important
    }

    .hover_fly.fly_2 a:first-child {
        position: absolute;
        width: 74%
    }

    .hover_fly.fly_2 a:hover {
        width: 74% !important
    }
}

.hover_fly a:first-child,
noindex:-o-prefocus {
    position: absolute;
    width: 57%
}

.hover_fly a:hover,
noindex:-o-prefocus {
    width: 55% !important
}

.hover_fly.fly_5 a:first-child,
noindex:-o-prefocus {
    position: absolute;
    width: 42%
}

.hover_fly.fly_5 a:hover,
noindex:-o-prefocus {
    width: 40% !important
}

.hover_fly.fly_3 a:first-child,
noindex:-o-prefocus {
    position: absolute;
    width: 62%
}

.hover_fly.fly_3 a:hover,
noindex:-o-prefocus {
    width: 60% !important
}

.hover_fly.fly_2 a:first-child,
noindex:-o-prefocus {
    position: absolute;
    width: 74%
}

.hover_fly.fly_2 a:hover,
noindex:-o-prefocus {
    width: 70% !important
}

.product_list.grid .ajax_block_product:hover .hover_fly,
.products_slider .ajax_block_product:hover .hover_fly {
    bottom: 0
}

.product_list.grid .ajax_block_product:hover .pro_second_box,
.products_slider .ajax_block_product:hover .pro_second_box {
    background: #fafafa
}

.product_list.grid .ajax_block_product:hover .act_box.display_when_hover,
.products_slider .ajax_block_product:hover .act_box.display_when_hover {
    visibility: visible
}

.pro_list_attributes p {
    margin-bottom: 5px
}

.grid_view #product_list .pro_list_attributes p {
    text-align: center
}

.itemlist_action .ajax_add_to_cart_button,
.itemlist_action .view_button {
    font-size: 1em;
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: relative;
    overflow: hidden;
    background: #00a161;
    text-align: left
}

.itemlist_action .ajax_add_to_cart_button:hover,
.itemlist_action .view_button:hover {
    width: 104px
}

.itemlist_action .ajax_add_to_cart_button span,
.itemlist_action .view_button span {
    position: absolute;
    left: 30px;
    top: 0
}

.itemlist_action .ajax_add_to_cart_button .icon-1x,
.itemlist_action .view_button .icon-1x {
    font-size: 1.666em
}

.pro_second_box {
    padding: 6px;
    position: relative;
    text-align: center
}

.pro_second_box .price_container,
.pro_second_box .rating_box,
.pro_second_box .s_title_block {
    text-align: left;
    margin-bottom: 6px;
    padding-left: 10px
}

.pro_second_box .product-desc,
.pro_second_box .yotpo {
    margin-bottom: 6px
}

.error ol,
.error ul,
.message ul,
.success ul,
.warning ul {
    margin-bottom: 0
}

.pro_second_box .yotpo-bottomline {
    float: none !important
}

.pro_second_box .price_container {
    line-height: 160%
}

.error,
.message,
.success,
.warning {
    padding: 14px 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.warning {
    border: 2px dotted var(--primary-color);
    color: var(--primary-color);
    text-shadow: none;
    font-weight: 300;
    font-size: 16px
}

#create-account_form .form-group label,
#login_form .form-group label {
    font-weight: 700
}

.success {
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #dff0d8
}

.error {
    color: #c02230;
    background-color: #f5dad3;
    border: 1px solid #f5dad3
}

.error ol {
    list-style: decimal;
    margin-left: 20px
}

.message {
    color: #3a87ad;
    background-color: #d9edf7;
    border: 1px solid #d9edf7
}

.error p.lnk {
    margin: .833em 0 0;
    padding: 0
}

#rightbar {
    position: fixed;
    z-index: 110;
    right: 0;
    bottom: 40%;
    background: #f1f1f1;
    border: 1px solid #e5e5e5;
    border-left: none
}

#switch_right_column_wrap {
    float: right
}

#switch_left_column_wrap,
#switch_right_column_wrap,
#to_top_wrap,
.rightbar_wrap {
    position: relative;
    z-index: 120
}

#switch_left_column_wrap a.icon_wrap,
#switch_right_column_wrap a.icon_wrap,
#to_top_wrap a.icon_wrap,
.rightbar_wrap a.icon_wrap {
    padding: 6px;
    width: 54px;
    height: 50px;
    border-left: 1px solid #e5e5e5
}

#switch_left_column_wrap {
    float: left;
    padding-left: 0
}

.rightbar_content {
    display: none;
    position: absolute;
    top: 0;
    right: 48px;
    background: #fff;
    border: 1px solid #e5e5e5;
    min-height: 32px
}

.grower,
.opener {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 17px;
    display: block;
    text-decoration: none;
    background: url(../img/opener.png) center center no-repeat
}

.active .opener.dlm,
.active>.opener,
.grower.OPEN,
.open .opener.dlm,
.open>.opener {
    background: url(../img/opener-active.png) center center no-repeat
}

.icon_wrap,
.shopping_cart .ajax_cart_right {
    background: #f1f1f1;
    color: #00a161
}

#search_block_top.quick_search_simple .searchbox_inner.active .submit_searchbox.icon_wrap,
#search_block_top.quick_search_simple .searchbox_inner:hover .submit_searchbox.icon_wrap,
.icon_wrap.active,
.icon_wrap:hover,
.myaccount-link-list a:hover .icon_wrap,
.searchbox_inner.active .submit_searchbox.icon_wrap,
.shopping_cart.active .icon_wrap,
.shopping_cart:hover .icon_wrap,
a.icon_wrap.active,
a.icon_wrap:hover {
    background: #00a161;
    color: #fff
}

#search_block_top.quick_search_simple .searchbox_inner.active .submit_searchbox.icon_wrap,
#search_block_top.quick_search_simple .searchbox_inner:hover .submit_searchbox.icon_wrap,
.searchbox_inner.active .search_query,
.searchbox_inner.active .submit_searchbox.icon_wrap,
.shopping_cart.active .icon_wrap,
.shopping_cart.icon_wrap.active,
.shopping_cart.icon_wrap:hover,
.shopping_cart:hover .icon_wrap,
.submit_searchbox:hover {
    border-color: #00a161
}

.shopping_cart.icon_wrap.active b,
.shopping_cart.icon_wrap:hover b {
    border-left-color: #00a161
}

.icon_wrap.disabled,
a.icon_wrap.disabled {
    color: #ccc
}

.icon_wrap.disabled:hover,
a.icon_wrap.disabled:hover {
    background: inherit;
    color: #ccc
}

.icon_circle,
.icon_wrap,
.mobile_bar_tri,
.shopping_cart .ajax_cart_right,
a.icon_circle,
a.icon_wrap {
    display: inline-block;
    height: 42px;
    line-height: 36px;
    min-width: 42px;
    padding: 2px;
    text-align: center;
    text-decoration: none
}

.icon_circle,
a.icon_circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
    border-radius: 500px
}

.icon_wrap i.icon-0x,
a.icon_wrap i.icon-0x {
    display: block;
    text-align: center;
    height: 22px;
    line-height: 22px
}

#rightbar-product_compare,
#rightbar-shopping_cart,
.shopping_cart {
    position: relative
}

#rightbar-product_compare,
#rightbar-shopping_cart {
    z-index: 122
}

.amount_circle {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    background: #666;
    color: #fff;
    height: 16px;
    line-height: 14px;
    width: 16px;
    font-size: .916em;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    text-align: center
}

.amount_circle.dozens {
    width: auto;
    padding: 0 8px;
    line-height: 14px
}

.amount_circle.hidden {
    display: none
}

.categories_tree_block li {
    border-bottom: 1px solid #e5e5e5;
    position: relative
}

.categories_tree_block li ul li,
.categories_tree_block li.last {
    border: none
}

.categories_tree_block li .grower.CLOSE,
.categories_tree_block li .grower.OPEN {
    padding: 6px 13px;
    top: 4px
}

.categories_tree_block li .grower.CLOSE:after,
.categories_tree_block li .grower.OPEN:after {
    left: 9px
}

.categories_tree_block li a {
    display: block;
    padding: 10px 35px 10px 5px
}

.categories_tree_block li ul {
    margin-left: 20px
}

.categories_tree_block li ul .grower.CLOSE,
.categories_tree_block li ul .grower.OPEN {
    background-color: transparent;
    top: 0
}

.categories_tree_block li ul .grower.CLOSE:hover,
.categories_tree_block li ul .grower.OPEN:hover {
    background-color: #666
}

.categories_tree_block li ul li a {
    background: 0 0;
    padding: 6px 27px 6px 5px
}

#categories_block_left .categories_tree_block li a span {
    display: none
}

.product_list.grid .ajax_block_product:hover .pro_outer_box,
.products_slider .ajax_block_product:hover .pro_outer_box {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    box-shadow: 0 0 4px rgba(0, 0, 0, .1)
}

.product_list.list .ajax_block_product:hover {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px rgba(0, 0, 0, .1)
}

.product_accordion {
    padding: 0 1.3em
}

.common_tabs {
    margin-bottom: 0
}

.common_tabs a {
    display: block;
    padding: .833em 1.666em;
    text-decoration: none;
    color: #666;
    background: #e5e5e5
}

.common_tabs a:hover {
    color: #333
}

.common_tabs a.selected {
    background: #fafafa;
    color: #333
}

.idTabs a,
.product_accordion_title {
    font-size: 1.166em
}

#more_info_sheets,
#referral_program_sheets {
    padding: 1em 0;
    background: #fafafa
}

#more_info_sheets .product_desc {
    margin-top: 5px
}

#more_info_sheets .product_desc .product_image {
    float: left
}

#more_info_sheets .product_desc .block_description {
    float: left;
    margin-left: 10px
}

#more_info_sheets .product_desc .clear_product_desc {
    clear: both;
    height: 0;
    line-height: 0
}

.rte ul {
    list-style-type: disc
}

.rte ol {
    list-style-type: decimal
}

#more_info_sheets dl,
#more_info_sheets ol,
#more_info_sheets ul,
#short_description_content dl,
#short_description_content ol,
#short_description_content ul,
#tinymce dl,
#tinymce ol,
#tinymce ul,
.blog_content dl,
.blog_content ol,
.blog_content ul,
.menu_custom_content dl,
.menu_custom_content ol,
.menu_custom_content ul,
.rte dl,
.rte ol,
.rte ul,
.style_content dl,
.style_content ol,
.style_content ul,
ul.square {
    margin-left: 1.5em;
    margin-bottom: 1em
}

#more_info_sheets em,
#short_description_content em,
.blog_content em,
.menu_custom_content em,
.rte em,
.style_content em {
    font-style: italic
}

#more_info_sheets h1.heading,
#short_description_content h1.heading,
#tinymce h1.heading,
.blog_content h1.heading,
.menu_custom_content h1.heading,
.rte h1.heading {
    font-size: 2em;
    line-height: 1.25em;
    margin-bottom: 16px
}

#more_info_sheets h2.heading,
#short_description_content h2.heading,
#tinymce h2.heading,
.blog_content h2.heading,
.menu_custom_content h2.heading,
.rte h2.heading {
    font-size: 1.6666em;
    line-height: 1.2em;
    margin-bottom: 14px
}

#more_info_sheets h3.heading,
#short_description_content h3.heading,
#tinymce h3.heading,
.blog_content h3.heading,
.menu_custom_content h3.heading,
.rte h3.heading {
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 12px
}

#more_info_sheets em .menu_custom_content em,
#short_description_content em,
.blog_content em,
.rte em {
    font-style: italic
}

#more_info_sheets ul,
#short_description_content ul,
#tinymce ul,
.blog_content ul,
.menu_custom_content ul,
.rte ul,
.style_content ul,
.style_content ul.square,
ul.square {
    list-style: square
}

#more_info_sheets ul.desc,
#short_description_content ul.desc,
#tinymce ul.desc,
.blog_content ul.desc,
.menu_custom_content ul.desc,
.rte ul.desc,
.style_content ul.desc,
ul.desc {
    list-style: disc
}

#more_info_sheets ol,
#short_description_content ol,
#tinymce ol,
.blog_content ol,
.menu_custom_content ol,
.rte ol,
.style_content ol.decimal,
ol.decimal {
    list-style: decimal
}

#more_info_sheets hr,
#short_description_content hr,
#tinymce hr,
.blog_content hr,
.menu_custom_content hr,
.rte hr,
.style_content hr {
    clear: both;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    margin: 12px 0
}

.bullet li a {
    display: block;
    padding: 0 0 2px
}

.bullet li a:hover {
    text-decoration: none
}

.bullet.text-center li a span {
    display: none
}

.easycontent em {
    font-style: italic
}

.easycontent table td,
.easycontent table th {
    padding: 2px 4px 2px 0
}

.easycontent_container {
    overflow: hidden
}

.easycontent_s3 {
    padding-left: 26px;
    overflow: hidden
}

.easycontent_s3 .easy_icon {
    float: left;
    margin-left: -26px;
    margin-top: 3px
}

.easycontent_s4 {
    padding-left: 36px
}

.easycontent_s4 .easy_icon {
    float: left;
    margin-left: -36px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden
}

.easycontent_s5 .easy_icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block
}

.easycontent_s6 {
    padding-left: 52px;
    padding-top: 12px;
    overflow: hidden
}

.easycontent_s6 .easy_icon {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    margin-left: -52px;
    border: 1px solid #666;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px
}

.easycontent_s8 {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    border-right: 1px solid #505050
}

.easycontent_s8:hover {
    background: #505050
}

.easycontent_s8 .easy_icon {
    margin-bottom: 1em
}

.easycontent .easycontent_s8:last-child {
    border-right: none
}

.easycontent_s9 {
    padding-left: 36px
}

.easycontent_s9 .easy_icon {
    float: left;
    margin-left: -36px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #444;
    font-size: 1.166em
}

.row .easycontent_s10 {
    border-right: 1px solid #e4e4e4;
    padding: 1em 0
}

.row .easycontent_s10 .easy_icon {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block
}

.row .easycontent_s10:last-child {
    border-right: none
}

.pro_column_box,
.pro_column_list li {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #e5e5e5
}

.pro_column_box:last-child,
.pro_column_list li:last-child {
    border: none
}

.pro_column_left {
    width: 56px;
    float: left
}

.itemlist_left,
.small_list_left {
    width: 100px;
    float: left
}

.pro_column_right {
    margin-left: 66px
}

.itemlist_right,
.small_list_right {
    margin-left: 110px
}

.itemlist_right .s_title_block {
    height: 2.666em;
    line-height: 1.333em;
    margin-bottom: 10px
}

.itemlist_right .price_container span {
    display: inline-block
}

.itemlist_right .s_quantity_wanted {
    margin-bottom: 6px;
    display: block
}

.pro_itemlist li {
    padding: 0 15px
}

.cart_quantity_button,
.quantity_input_wrap,
.s_quantity_input_wrap {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding-right: 20px
}

.s_quantity_input_wrap {
    padding-right: 16px
}

.cart_quantity_down,
.cart_quantity_up,
.product_quantity_down,
.product_quantity_up,
.s_product_quantity_down,
.s_product_quantity_up {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff;
    border-color: #212120;
    border-image: none;
    border-style: solid;
    border-width: 2px 2px 2px 0;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 25px;
    line-height: 22px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 25px
}

.s_product_quantity_down,
.s_product_quantity_up {
    width: 16px;
    height: 16px;
    line-height: 14px
}

.cart_quantity_up,
.product_quantity_up,
.s_product_quantity_up {
    border-bottom-width: 0;
    top: 0
}

.cart_quantity_down,
.product_quantity_down,
.s_product_quantity_down {
    bottom: 0
}

.cart_quantity_down:hover,
.cart_quantity_up:hover,
.product_quantity_down:hover,
.product_quantity_up:hover,
.s_product_quantity_down:hover,
.s_product_quantity_up:hover {
    text-decoration: none;
    background-color: var(--primary-color);
    color: #fff
}

#account-creation_form .form-group>label,
#account-creation_form .form-stru>label,
#address .form-group>label,
#address .form-stru>label,
#identity .form-group>label,
#identity .form-stru>label,
#new_account_form .form-group>label,
#new_account_form .form-stru>label,
#opc_account_form .form-group>label,
#opc_account_form .form-stru>label {
    display: inline-block;
    padding: 6px 15px;
    text-align: right;
    width: 260px;
    vertical-align: top
}

#account-creation_form .form-group>label sup,
#account-creation_form .form-stru>label sup,
#address .form-group>label sup,
#address .form-stru>label sup,
#identity .form-group>label sup,
#identity .form-stru>label sup,
#new_account_form .form-group>label sup,
#new_account_form .form-stru>label sup,
#opc_account_form .form-group>label sup,
#opc_account_form .form-stru>label sup {
    color: #212120
}

#account-creation_form .form-group .form-control,
#address .form-group .form-control,
#identity .form-group .form-control,
#new_account_form .form-group .form-control,
#opc_account_form .form-group .form-control {
    display: inline-block
}

#account-creation_form #uniform-invoice_address,
#account-creation_form #uniform-newsletter,
#account-creation_form #uniform-optin,
#address #uniform-invoice_address,
#address #uniform-newsletter,
#address #uniform-optin,
#identity #uniform-invoice_address,
#identity #uniform-newsletter,
#identity #uniform-optin,
#new_account_form #uniform-invoice_address,
#new_account_form #uniform-newsletter,
#new_account_form #uniform-optin,
#opc_account_form #uniform-invoice_address,
#opc_account_form #uniform-newsletter,
#opc_account_form #uniform-optin {
    margin-left: 264px
}

#account-creation_form .submit,
#account-creation_form .submit2,
#address .submit,
#address .submit2,
#identity .submit,
#identity .submit2,
#new_account_form .submit,
#new_account_form .submit2,
#opc_account_form .submit,
#opc_account_form .submit2 {
    margin-bottom: 30px
}

#account-creation_form p.inline-infos,
#account-creation_form span.form_info,
#account-creation_form span.inline-infos,
#address p.inline-infos,
#address span.form_info,
#address span.inline-infos,
#identity p.inline-infos,
#identity span.form_info,
#identity span.inline-infos,
#new_account_form p.inline-infos,
#new_account_form span.form_info,
#new_account_form span.inline-infos,
#opc_account_form p.inline-infos,
#opc_account_form span.form_info,
#opc_account_form span.inline-infos {
    color: #999;
    display: block;
    /*margin: 0 0 5px 265px*/
}

#account-creation_form div.selector,
#address div.selector,
#identity div.selector,
#new_account_form div.selector,
#opc_account_form div.selector {
    display: inline-block
}

#account-creation_form #center_column.col-md-9 .form-group>label,
#account-creation_form #center_column.col-md-9 .form-stru>label,
#address #center_column.col-md-9 .form-group>label,
#address #center_column.col-md-9 .form-stru>label,
#identity #center_column.col-md-9 .form-group>label,
#identity #center_column.col-md-9 .form-stru>label,
#new_account_form #center_column.col-md-9 .form-group>label,
#new_account_form #center_column.col-md-9 .form-stru>label,
#opc_account_form #center_column.col-md-9 .form-group>label,
#opc_account_form #center_column.col-md-9 .form-stru>label {
    width: 200px
}

#account-creation_form #center_column.col-md-9 #uniform-invoice_address,
#account-creation_form #center_column.col-md-9 #uniform-newsletter,
#account-creation_form #center_column.col-md-9 #uniform-optin,
#address #center_column.col-md-9 #uniform-invoice_address,
#address #center_column.col-md-9 #uniform-newsletter,
#address #center_column.col-md-9 #uniform-optin,
#identity #center_column.col-md-9 #uniform-invoice_address,
#identity #center_column.col-md-9 #uniform-newsletter,
#identity #center_column.col-md-9 #uniform-optin,
#new_account_form #center_column.col-md-9 #uniform-invoice_address,
#new_account_form #center_column.col-md-9 #uniform-newsletter,
#new_account_form #center_column.col-md-9 #uniform-optin,
#opc_account_form #center_column.col-md-9 #uniform-invoice_address,
#opc_account_form #center_column.col-md-9 #uniform-newsletter,
#opc_account_form #center_column.col-md-9 #uniform-optin {
    margin-left: 204px
}

#account-creation_form #center_column.col-md-9 .submit,
#account-creation_form #center_column.col-md-9 .submit2,
#address #center_column.col-md-9 .submit,
#address #center_column.col-md-9 .submit2,
#identity #center_column.col-md-9 .submit,
#identity #center_column.col-md-9 .submit2,
#new_account_form #center_column.col-md-9 .submit,
#new_account_form #center_column.col-md-9 .submit2,
#opc_account_form #center_column.col-md-9 .submit,
#opc_account_form #center_column.col-md-9 .submit2 {
    padding-left: 204px
}

#account-creation_form #center_column.col-md-9 p.inline-infos,
#account-creation_form #center_column.col-md-9 span.form_info,
#account-creation_form #center_column.col-md-9 span.inline-infos,
#address #center_column.col-md-9 p.inline-infos,
#address #center_column.col-md-9 span.form_info,
#address #center_column.col-md-9 span.inline-infos,
#identity #center_column.col-md-9 p.inline-infos,
#identity #center_column.col-md-9 span.form_info,
#identity #center_column.col-md-9 span.inline-infos,
#new_account_form #center_column.col-md-9 p.inline-infos,
#new_account_form #center_column.col-md-9 span.form_info,
#new_account_form #center_column.col-md-9 span.inline-infos,
#opc_account_form #center_column.col-md-9 p.inline-infos,
#opc_account_form #center_column.col-md-9 span.form_info,
#opc_account_form #center_column.col-md-9 span.inline-infos {
    margin: 0 0 5px 205px
}

#account-creation_form #center_column.col-md-9 .form-group .form-control,
#address #center_column.col-md-9 .form-group .form-control,
#authentication #center_column.col-md-9 .form-group .form-control,
#identity #center_column.col-md-9 .form-group .form-control,
#new_account_form #center_column.col-md-9 .form-group .form-control,
#opc_account_form #center_column.col-md-9 .form-group .form-control {
    max-width: 250px
}

#create-account_form .form-group,
#login_form .form-group {
    width: 100%
}

table#cart_summary_total {
    float: right;
    width: 320px
}

#hookDisplayProductPriceBlock-price {
    display: inline-block;
    margin-left: 4px
}

.logo_center #logo_wrapper {
    text-align: center
}

.logo_center #header_left,
.logo_center #header_right,
.logo_center #logo_wrapper {
    height: 86px;
    display: table
}

.logo_center #header_left_inner,
.logo_center #header_logo_inner,
.logo_center #header_right_inner {
    display: table-cell;
    vertical-align: middle
}

.logo_center #header_logo,
.sm_lable {
    display: inline-block
}

.logo_center .col-md-1 #header_logo {
    max-width: 50px
}

.logo_center .col-md-2 #header_logo {
    max-width: 131px
}

.logo_center .col-md-3 #header_logo {
    max-width: 212px
}

.logo_center .col-md-4 #header_logo {
    max-width: 293px
}

.logo_center .col-md-5 #header_logo {
    max-width: 374px
}

.logo_center .col-md-6 #header_logo {
    max-width: 455px
}

.logo_center .col-md-7 #header_logo {
    max-width: 535px
}

.logo_center .col-md-8 #header_logo {
    max-width: 616px
}

.logo_center .col-md-9 #header_logo {
    max-width: 697px
}

.logo_center .col-md-10 #header_logo {
    max-width: 778px
}

.logo_center .col-md-11 #header_logo {
    max-width: 859px
}

.logo_center .col-md-12 #header_logo {
    max-width: 950px
}

.st_banner_block .st_banner_image img {
    height: auto;
    max-width: 100%
}

.box-cart-bottom #wishlist_button i,
.box-cart-bottom .add_to_compare i,
.product_list.list .act_box_inner .addToWishlist i,
.product_list.list .act_box_inner .add_to_compare i,
.product_list.list .act_box_inner .quick-view i {
    vertical-align: middle;
    font-size: 1.5em
}

.sm_lable {
    color: #fff;
    background: #b5b5b5;
    padding: 0 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.layer_box {
    text-align: left;
    background-color: #fff;
    position: absolute;
    display: none;
    z-index: 230;
    width: 380px;
    margin-left: -190px;
    left: 50%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.layer_box .layer_inner_box {
    padding: 12px 18px
}

.layer_box .layer_product {
    position: relative
}

.layer_box .layer_product .product-image-container {
    max-width: 58px;
    border: 1px solid #f5f5f5;
    float: left
}

.layer_box .layer_product .layer_product_info {
    margin-left: 68px
}

.layer_box .layer_product .layer_product_info .product-name {
    display: block;
    padding-bottom: 6px;
    font-size: 1.166em
}

.layer_box .button-container,
.layer_box .layer_details {
    margin-top: 10px
}

.layer_box .cross {
    position: absolute;
    right: -36px;
    top: -28px;
    width: 28px;
    height: 28px;
    font-size: 1.3em;
    line-height: 28px;
    color: #333;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px
}

.font_icon_1,
.owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    overflow: hidden
}

.layer_overlay {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 220;
    opacity: .2
}

* html .layer_overlay {
    position: absolute;
    left: 0;
    margin-left: -160px;
    opacity: .2
}

.myaccount-column .list-block li .icon_wrap {
    display: none
}

.footable.breakpoint>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    font-family: fontello !important;
    content: "\e854" !important
}

.footable.breakpoint>tbody>tr>td>span.footable-toggle:before {
    font-family: fontello !important;
    content: "\e84b" !important
}

.footable .footable-sortable .footable-sort-indicator:after {
    font-family: fontello !important;
    content: "\e84c" !important
}

.footable .footable-sortable.footable-sorted .footable-sort-indicator:after {
    content: "\e852" !important
}

.footable .footable-sortable.footable-sorted-desc .footable-sort-indicator:after {
    content: "\e853" !important
}

#login_form .form-group {
    margin: 0 0 10px
}

#login_form .lost_password {
    margin: 1em 0;
    display: block;
    color: #666
}

.icon_line,
.icon_line_black,
.icon_line_gray,
.icon_line_white,
.wrap_font_icon_1:hover .font_icon_1 em {
    color: #fff
}

#fb-root {
    display: none
}

.fb_like_box_warp {
    overflow: hidden
}

.fb_edge_widget_with_comment {
    margin-right: 16px
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0
}

.fluid-width-video-wrapper embed,
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.zoomPad {
    z-index: 60 !important;
    float: none !important
}

.product_image,
.product_img_link {
    position: relative;
    display: block
}

.product_image img.back-image,
.product_image img.front-image,
.product_img_link img.back-image,
.product_img_link img.front-image {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.product_image img.front-image,
.product_img_link img.front-image {
    height: auto;
    margin: 0 auto;
    max-width: 175px;
    position: relative
}

.product_image img.back-image,
.product_img_link img.back-image {
    position: absolute
}

#left_column #newsletter_block_left.col-sm-3,
#right_column #newsletter_block_left.col-sm-3 {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.zoomPreload {
    overflow: hidden;
    background-position: center center !important;
    text-indent: -5000px
}

.font_icon_1 {
    height: 60px;
    width: 60px;
    line-height: 60px;
    -webkit-box-shadow: 0 0 0 2px #333 inset;
    -moz-box-shadow: 0 0 0 2px #333 inset;
    box-shadow: 0 0 0 2px #333 inset;
    border-radius: 100px;
    text-align: center;
    margin-top: 6px;
    position: relative;
    z-index: 3
}

.font_icon_1 em {
    display: inline-block;
    height: 54px;
    line-height: 54px;
    width: 1em;
    position: relative;
    z-index: 2
}

.font_icon_1:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-color: #333;
    transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    -ms-transition: height 0.3s ease-out;
    -webkit-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    z-index: 1
}

.wrap_font_icon_1:hover .font_icon_1:before {
    height: 100%
}

.wrap_font_icon_2 {
    display: block
}

.wrap_font_icon_2 em {
    top: 0;
    position: relative;
    transition: top 150ms linear;
    -moz-transition: top 150ms linear;
    -ms-transition: top 150ms linear;
    -webkit-transition: top 150ms linear;
    -o-transition: top 150ms linear
}

.wrap_font_icon_2 span {
    display: block;
    margin-bottom: 4px;
    font-weight: block;
    font-size: 1.38em
}

.wrap_font_icon_2 span.unvisible {
    display: none
}

.wrap_font_icon_2:hover em {
    top: -10px
}

.contact_item_large {
    font-size: 1.333em;
    font-style: italic;
    font-weight: 700;
    display: inline-block;
    padding: 1em 30px 0 0
}

.contact_item_large em,
.contact_item_large i {
    vertical-align: middle;
    margin-right: 4px;
    display: inline-block
}

.row.st_banner_block {
    margin-left: -10px;
    margin-right: -10px
}

.st_banner_block .st_banner_image {
    padding-left: 10px;
    padding-right: 10px
}

#version_switching .col-xs-12 {
    text-align: left
}

#top_bar #header_user_info .my_account_link,
#top_bar #header_user_info .sing_up {
    display: none
}

.media {
    position: relative;
    margin: 0 0 15px;
    padding-bottom: 51%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border: 1px solid #ccc
}

.media embed,
.media iframe,
.media object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.yotpo .yotpo-first-review {
    top: auto !important
}

.yotpo .yotpo-display-wrapper .standalone-bottomline {
    text-align: center
}

.yotpo .yotpo-display-wrapper .standalone-bottomline .yotpo-bottomline {
    display: inline-block;
    float: none
}

#stb_search_query_block {
    margin-bottom: 6px;
    float: left;
    height: 28px
}

#stb_search_button {
    float: left;
    vertical-align: top;
    font-size: 1em
}

body.mobile_device .zoomPup,
body.mobile_device .zoomWindow {
    display: none !important
}

body.mobile_device .countdown_wrap {
    bottom: 50%;
    margin-bottom: -17px
}

body.mobile_device .hover_fly_static .countdown_wrap {
    bottom: 50%
}

.addToWishlist.checked i:before,
.add_to_compare.checked i:before {
    content: "\e80f"
}

.parallax_box.parallax_box_img {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: repeat
}

.parallax_box .owl-pagination {
    margin-top: 1em
}

.parallax_heading {
    text-align: center;
    margin-bottom: 1em
}

.style_content h1,
.style_content h2,
.style_content h3,
.style_content h4,
.style_content h5,
.style_content h6,
.style_content p {
    display: block
}

.style_content h1.closer,
.style_content h2.closer,
.style_content h3.closer,
.style_content h4.closer,
.style_content h5.closer,
.style_content h6.closer,
.style_content p.closer {
    margin-top: 0;
    margin-bottom: 4px;
    line-height: 110%
}

.style_content .btn {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 8px
}

.style_content .btn.last {
    margin-right: 0
}

.style_content .spacer {
    clear: both;
    height: 16px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: 0 0
}

.style_content h1 {
    font-size: 8em;
    margin-bottom: 14px
}

.style_content h2 {
    font-size: 6em;
    margin-bottom: 14px
}

.style_content h3 {
    font-size: 4em;
    margin-bottom: 14px
}

.style_content h4 {
    font-size: 3em
}

.style_content h5 {
    font-size: 2em
}

.style_content h6 {
    font-size: 1.5em
}

.style_content p {
    font-size: 1.166em;
    margin-bottom: 6px
}

.stadvancedmenu_sub .style_content p {
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 0;
    margin-top: 7px
}

.easycontent .style_content p {
    font-size: 1em
}

.banner_text .style_content.text_td .line {
    margin: 0 auto
}

.banner_text .style_content.text_td h1,
.banner_text .style_content.text_td h2,
.banner_text .style_content.text_td h3,
.banner_text .style_content.text_td h4,
.banner_text .style_content.text_td h5,
.banner_text .style_content.text_td h6 {
    margin-bottom: 4px
}

.line,
.line_black,
.line_white {
    clear: both;
    height: 0;
    overflow: hidden;
    margin: 14px auto;
    padding: 0;
    background: 0 0;
    border-top: 2px solid #fff;
    width: 80px;
    display: inline-block
}

.line_black {
    border-color: #444
}

.icon_line_wrap {
    text-align: center;
    margin: 14px auto
}

.icon_line:after,
.icon_line:before,
.icon_line_black:after,
.icon_line_black:before,
.icon_line_gray:after,
.icon_line_gray:before,
.icon_line_white:after,
.icon_line_white:before {
    display: inline-block;
    content: "";
    width: 50px;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
    background-color: #fff;
    vertical-align: middle;
    margin-top: -2px
}

.icon_line:after,
.icon_line_black:after,
.icon_line_gray:after,
.icon_line_white:after {
    margin-left: 6px
}

.icon_line:before,
.icon_line_black:before,
.icon_line_gray:before,
.icon_line_white:before {
    margin-right: 6px
}

.icon_line em,
.icon_line span,
.icon_line_black em,
.icon_line_black span,
.icon_line_gray em,
.icon_line_gray span,
.icon_line_white em,
.icon_line_white span {
    vertical-align: middle
}

.icon_line.icon_line_big:after,
.icon_line.icon_line_big:before,
.icon_line_black.icon_line_big:after,
.icon_line_black.icon_line_big:before,
.icon_line_gray.icon_line_big:after,
.icon_line_gray.icon_line_big:before,
.icon_line_white.icon_line_big:after,
.icon_line_white.icon_line_big:before {
    width: 40px;
    height: 3px
}

.icon_line_black {
    color: #444
}

.icon_line_black:after,
.icon_line_black:before {
    background-color: #444
}

.icon_line_gray {
    color: #999
}

.icon_line_gray:after,
.icon_line_gray:before {
    background-color: #999
}

.text_table_wrap {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.text_table_wrap .text_table {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.text_table_wrap .text_table .text_td {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 20px 16px
}

.text_table_wrap .text_table .text_td.advanced_banner_text_top,
.text_table_wrap .text_table .text_td.banner_text_top {
    vertical-align: top
}

.text_table_wrap .text_table .text_td.advanced_banner_text_bottom,
.text_table_wrap .text_table .text_td.banner_text_bottom {
    vertical-align: bottom
}

.text_inner_box_left {
    float: left
}

.text_inner_box_right {
    float: right
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel,
.owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.grabbing {
    cursor: url(../img/grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls {
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    zoom: 1
}

.owl-theme.owl-navigation-lr {
    overflow: hidden
}

.owl-theme.owl-navigation-lr .owl-controls .owl-buttons div {
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    text-align: center;
    width: 46px
}

.owl-theme.owl-navigation-lr .owl-controls .owl-buttons div.disabled {
    color: #777;
    cursor: default
}

.owl-theme.owl-navigation-lr .owl-controls .owl-buttons div i {
    height: 34px;
    line-height: 34px;
    width: 34px;
    display: inline-block;
    top: 50%;
    left: 6px;
    margin-top: -17px;
    position: absolute;
    text-align: center;
    font-size: 1.5em
}

.owl-theme.owl-navigation-lr .owl-controls .owl-buttons div:hover {
    background: rgba(0, 0, 0, .8)
}

.products_slider .owl-theme.owl-navigation-lr .owl-controls .owl-buttons div:hover {
    background: #777
}

.owl-theme.owl-navigation-lr .owl-controls .owl-buttons div.disabled:hover {
    background: rgba(68, 68, 68, .4)
}

.products_slider .owl-theme.owl-navigation-lr .owl-controls .owl-buttons div.disabled:hover {
    background: #ccc
}

.owl-theme.owl-navigation-lr .owl-controls .owl-buttons .owl-prev {
    left: -100px;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    padding-left: 6px
}

.owl-theme.owl-navigation-lr .owl-controls .owl-buttons .owl-next {
    right: -100px;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    padding-right: 6px
}

.owl-theme.owl-navigation-lr:hover .owl-controls .owl-buttons .owl-prev {
    left: 0
}

.owl-theme.owl-navigation-lr:hover .owl-controls .owl-buttons .owl-next {
    right: 0
}

.owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div,
.owl-theme.owl-navigation-lr.owl-navigation-rectangle .owl-controls .owl-buttons div,
.owl-theme.owl-navigation-lr.owl-navigation-square .owl-controls .owl-buttons div {
    top: 50%;
    margin-top: -34px;
    bottom: auto;
    height: auto;
    padding: 0;
    width: auto
}

.owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div i,
.owl-theme.owl-navigation-lr.owl-navigation-rectangle .owl-controls .owl-buttons div i,
.owl-theme.owl-navigation-lr.owl-navigation-square .owl-controls .owl-buttons div i {
    height: 68px;
    line-height: 66px;
    width: 36px;
    top: auto;
    left: auto;
    margin-top: 0;
    position: static
}

#thumbs_list .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div i,
#thumbs_list .owl-theme.owl-navigation-lr.owl-navigation-rectangle .owl-controls .owl-buttons div i,
#thumbs_list .owl-theme.owl-navigation-lr.owl-navigation-square .owl-controls .owl-buttons div i,
.brands-itemslider .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div i,
.brands-itemslider .owl-theme.owl-navigation-lr.owl-navigation-rectangle .owl-controls .owl-buttons div i,
.brands-itemslider .owl-theme.owl-navigation-lr.owl-navigation-square .owl-controls .owl-buttons div i {
    height: 48px;
    line-height: 48px;
    width: 26px
}

.products_slider .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div,
.products_slider .owl-theme.owl-navigation-lr.owl-navigation-rectangle .owl-controls .owl-buttons div,
.products_slider .owl-theme.owl-navigation-lr.owl-navigation-square .owl-controls .owl-buttons div {
    top: 40%;
    background: #ccc
}

#thumbs_list.products_slider .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div,
#thumbs_list.products_slider .owl-theme.owl-navigation-lr.owl-navigation-rectangle .owl-controls .owl-buttons div,
#thumbs_list.products_slider .owl-theme.owl-navigation-lr.owl-navigation-square .owl-controls .owl-buttons div,
.brands-itemslider.products_slider .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div,
.brands-itemslider.products_slider .owl-theme.owl-navigation-lr.owl-navigation-rectangle .owl-controls .owl-buttons div,
.brands-itemslider.products_slider .owl-theme.owl-navigation-lr.owl-navigation-square .owl-controls .owl-buttons div {
    top: 50%;
    margin-top: -24px
}

.owl-theme.owl-navigation-lr.owl-navigation-rectangle .owl-controls .owl-buttons div,
.owl-theme.owl-navigation-lr.owl-navigation-square .owl-controls .owl-buttons div {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div {
    margin-top: -20px;
    border-radius: 100px
}

.owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div i {
    height: 40px;
    line-height: 40px;
    width: 40px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px
}

#thumbs_list .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div i,
.brands-itemslider .owl-theme.owl-navigation-lr.owl-navigation-circle .owl-controls .owl-buttons div i {
    height: 30px;
    line-height: 30px;
    width: 30px
}

.owl-theme.owl-navigation-lr.owl-navigation-circle:hover .owl-controls .owl-buttons .owl-prev {
    left: 10px
}

.owl-theme.owl-navigation-lr.owl-navigation-circle:hover .owl-controls .owl-buttons .owl-next {
    right: 10px
}

.owl-theme.owl-navigation-lr.owl-navigation-square .owl-controls .owl-buttons div {
    width: 68px
}

.owl-theme.owl-navigation-lr.owl-navigation-square:hover .owl-controls .owl-buttons .owl-prev {
    left: 80px
}

.owl-theme.owl-navigation-lr.owl-navigation-square:hover .owl-controls .owl-buttons .owl-next {
    right: 80px
}

.owl-theme.owl-navigation-tr .owl-controls .owl-buttons {
    position: absolute;
    top: -56px;
    right: 0
}

#left_column .owl-theme.owl-navigation-tr .owl-controls .owl-buttons,
#right_column .owl-theme.owl-navigation-tr .owl-controls .owl-buttons {
    right: 6px
}

.owl-theme.owl-navigation-tr .owl-controls .owl-buttons div {
    height: 30px;
    line-height: 30px;
    width: 30px;
    overflow: hidden;
    text-align: center;
    color: #333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.owl-theme.owl-navigation-tr .owl-controls .owl-buttons div.disabled {
    color: #999;
    cursor: default
}

.owl-theme.owl-navigation-tr .owl-controls .owl-buttons div.owl-prev {
    margin-right: 2px
}

.owl-theme.owl-navigation-tr .owl-controls .owl-buttons div:hover {
    background-color: #fbfbfb
}

.owl-theme.owl-navigation-tr .owl-controls .owl-buttons div.disabled:hover {
    background-color: transparent
}

.owl_images_slider .owl-pagination {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 6px
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin: 4px;
    border-radius: 20px;
    background: #666
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: #333
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px
}

.owl-item.loading {
    min-height: 60px;
    background: url(../img/loading.gif) center center no-repeat
}

.products_slider .owl-item.loading {
    background: 0 0;
    min-height: none
}

.products_slider .owl-item.loading .new,
.products_slider .owl-item.loading .on_sale,
.products_slider .owl-item.loading .sale_percentage_sticker {
    display: none
}

.owl-item.loading .blog_image,
.owl-item.loading .product_image {
    min-height: 60px;
    background: url(../img/loading.gif) center bottom no-repeat
}

.owl_bar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #777
}

.owl_progressBar {
    width: 100%;
    background: #ededed
}

.st_owl_carousel_block {
    position: relative;
    display: block
}

.st_owl_carousel_block .st_owl_carousel_image {
    display: block;
    margin: 0 auto;
    width: 100%
}

.owl-carousel-banner .st_owl_carousel_block {
    margin-bottom: 20px
}

.owl-carousel-banner .st_owl_carousel_block:last-child {
    margin-bottom: 0 !important
}

.carousel_banner_nbr_1 .st_owl_carousel_block {
    margin-bottom: 0
}

.st_owl_carousel_text.text_table_wrap .text_table .text_td {
    padding-left: 60px;
    padding-right: 60px
}

#left_column .st_owl_carousel_text.text_table_wrap .text_table .text_td,
#right_column .st_owl_carousel_text.text_table_wrap .text_table .text_td {
    padding-left: 16px;
    padding-right: 16px
}

.st_owl_carousel_text .text-center div,
.st_owl_carousel_text .text-center h1,
.st_owl_carousel_text .text-center h2,
.st_owl_carousel_text .text-center h3,
.st_owl_carousel_text .text-center h4,
.st_owl_carousel_text .text-center h5,
.st_owl_carousel_text .text-center h6,
.st_owl_carousel_text .text-center p {
    display: block
}

.st_owl_carousel_text .text-right div,
.st_owl_carousel_text .text-right h1,
.st_owl_carousel_text .text-right h2,
.st_owl_carousel_text .text-right h3,
.st_owl_carousel_text .text-right h4,
.st_owl_carousel_text .text-right h5,
.st_owl_carousel_text .text-right h6,
.st_owl_carousel_text .text-right p {
    display: inline-block;
    float: right;
    clear: both
}

.st_owl_carousel_text .text-right div.text_inner_box {
    display: block;
    float: none
}

.st_owl_carousel_text .text-right div.text_inner_box.text_inner_box_left {
    float: left
}

.st_owl_carousel_text .text-right div.text_inner_box.text_inner_box_right {
    float: right
}

.st_owl_carousel_text .text-left div,
.st_owl_carousel_text .text-left h1,
.st_owl_carousel_text .text-left h2,
.st_owl_carousel_text .text-left h3,
.st_owl_carousel_text .text-left h4,
.st_owl_carousel_text .text-left h5,
.st_owl_carousel_text .text-left h6,
.st_owl_carousel_text .text-left p {
    display: inline-block;
    float: left;
    clear: both
}

.st_owl_carousel_text .text-left div.text_inner_box {
    display: block;
    float: none
}

.st_owl_carousel_text .text-left div.text_inner_box.text_inner_box_left {
    float: left
}

.st_owl_carousel_text .text-left div.text_inner_box.text_inner_box_right {
    float: right
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut 0.7s both ease;
    -moz-animation: fadeOut 0.7s both ease;
    animation: fadeOut 0.7s both ease
}

.hover_effect_2 .st_advanced_banner_block:before,
.hover_effect_3 .st_advanced_banner_block:before {
    display: block;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    top: 0
}

.owl-fade-in {
    -webkit-animation: fadeIn 0.7s both ease;
    -moz-animation: fadeIn 0.7s both ease;
    animation: fadeIn 0.7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade 0.7s ease both;
    -moz-animation: scaleToFade 0.7s ease both;
    animation: scaleToFade 0.7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown 0.6s ease both;
    -moz-animation: goDown 0.6s ease both;
    animation: goDown 0.6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom 0.5s ease both;
    -moz-animation: scaleUpFrom 0.5s ease both;
    animation: scaleUpFrom 0.5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo 0.5s ease both;
    -moz-animation: scaleUpTo 0.5s ease both;
    animation: scaleUpTo 0.5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100%,
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100%,
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100%,
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

.center_width_90,
.width_90 {
    width: 90%
}

.center_width_80,
.width_80 {
    width: 80%
}

.center_width_70,
.width_70 {
    width: 70%
}

.center_width_60,
.width_60 {
    width: 60%
}

.center_width_50,
.width_50 {
    width: 50%
}

.center_width_40,
.width_40 {
    width: 40%
}

.center_width_30,
.width_30 {
    width: 30%
}

.center_width_20,
.width_20 {
    width: 20%
}

.center_width_10,
.width_10 {
    width: 10%
}

.center_width_10,
.center_width_20,
.center_width_30,
.center_width_40,
.center_width_50,
.center_width_60,
.center_width_70,
.center_width_80,
.center_width_90 {
    margin-right: auto;
    margin-left: auto
}

.hover_effect_1 .st_advanced_banner_block .st_advanced_banner_image,
.hover_effect_1 .st_advanced_banner_block .st_advanced_banner_static_image {
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.hover_effect_1 .st_advanced_banner_block:hover .st_advanced_banner_image,
.hover_effect_1 .st_advanced_banner_block:hover .st_advanced_banner_static_image {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
    opacity: .8
}

.hover_effect_1 .advanced_banner_box .advanced_banner_image_box {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.hover_effect_1 .advanced_banner_box:hover .advanced_banner_image_box {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
    opacity: .8
}

.hover_effect_2 .st_advanced_banner_block:before {
    margin: 0;
    border: 2px solid #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0
}

.hover_effect_2 .st_advanced_banner_block:hover:before {
    margin: 8px;
    opacity: 1
}

.hover_effect_3 .st_advanced_banner_block:before {
    background: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0
}

.mo_advanced_mu_level_0 .opener,
.mo_advanced_mu_level_1 .opener {
    z-index: 2;
    background-color: transparent;
    background-size: 50px;
    padding: 12px 0;
    display: block;
    left: 0;
    right: 0
}

.hover_effect_3 .st_advanced_banner_block:hover:before {
    opacity: .4;
    margin: 12px
}

.hover_effect_4 .advanced_banner_box:hover .advanced_banner_image_box,
.hover_effect_4 .st_advanced_banner_block:hover .st_advanced_banner_image,
.hover_effect_4 .st_advanced_banner_block:hover .st_advanced_banner_static_image {
    opacity: .8
}

.hover_effect_4 .st_advanced_banner_block .st_advanced_banner_image,
.hover_effect_4 .st_advanced_banner_block .st_advanced_banner_static_image {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.hover_effect_4 .advanced_banner_box .advanced_banner_image_box {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.mo_advanced_mu_level_0 {
    text-align: left
}

.mo_advanced_mu_level_0 .opener {
    background-image: url(../img/opener_b.png);
    background-position: right center
}

.mo_advanced_mu_level_1 .opener {
    background-image: url(../img/opener_g.png);
    background-position: right center
}

.mo_advanced_mu_level_0 .active>.opener {
    background-position: right center;
    background-image: url(../img/opener-active_b.png)
}

.mo_advanced_mu_level_1 .active>.opener {
    background-position: right center;
    background-image: url(../img/opener-active_g.png)
}

.advanced_ma_level_0 .icon-down-dir-2,
.advanced_ma_level_0 .icon-right-dir-2,
.advanced_mv_item .icon-right-dir-2 {
    color: #350B3D;
    font-size: 19px;
    height: 50px;
    line-height: 50px;
    margin-right: 0;
    position: absolute;
    transition: transform 0.3s ease-out 0s;
    margin-left: 6px
}

.sticky .advanced_ma_level_0 .icon-down-dir-2,
.sticky .advanced_ma_level_0 .icon-right-dir-2,
.sticky .advanced_mv_item .icon-right-dir-2 {
    height: 40px;
    line-height: 40px
}

.advanced_ml_level_0.current .advanced_ma_level_0 .icon-down-dir-2 {
    -moz-transform: rotate(180deg);
    -moz-transform-origin: 50% 50%;
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -o-transform: rotate(180deg);
    -o-transform-origin: 50% 50%;
    transform: rotate(180deg);
    transform-origin: 50% 50%;
    line-height: 45px
}

.sticky .advanced_ml_level_0.current .advanced_ma_level_0 .icon-down-dir-2 {
    line-height: 35px
}

#st_advanced_menu_column_mobile {
    display: none
}

.boxed_advancedmenu #st_advanced_menu_container {
    border-bottom: none
}

.advanced_ma_level_0.is_icon_menu {
    line-height: 1.8em
}

.advanced_ma_level_0 .icon-home {
    line-height: 1.6em
}

.advanced_ma_level_0.ma_icon i,
.advanced_mv_item.ma_icon i,
.mo_advanced_ma_level_0.ma_icon i {
    margin-right: 0
}

.advanced_ma_item i,
.advanced_ma_level_0 i,
.advanced_mv_item i,
.mo_advanced_ma_level_0 i,
.mo_advanced_sub_a i {
    margin-right: 4px
}

#st_advanced_menu_wrap {
    display: block;
    margin-top: 0;
    border-bottom: none
}

.boxed_advancedmenu #st_advanced_menu_wrap {
    border-bottom: 2px solid #333
}

#st_advanced_menu_wrap .advanced_ml_level_0 {
    float: left;
    margin-right: 15px;
    text-align: left
}

#header_right #st_advanced_menu_wrap .advanced_ml_level_0 {
    float: none;
    display: inline-block;
    vertical-align: middle
}

#st_advanced_menu_wrap .advanced_ml_level_0.current .advanced_ma_level_0 {
    color: #350B3D !important;
    /*border-bottom-color: #00a161;*/
    z-index: 71
}

#st_advanced_menu_wrap .advanced_ml_level_0:hover .advanced_ma_level_0 {
    z-index: 71
}

#st_advanced_menu_wrap .advanced_ma_level_0 {
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    padding: 0 8px;
    z-index: 69
}

#st_advanced_menu_wrap .advanced_ma_level_0.is_parent {
    padding-right: 24px
}

#st_advanced_menu_wrap .m_alignment_0 .advanced_style_wide,
#st_advanced_menu_wrap .m_alignment_3 .advanced_style_wide {
    left: 0
}

#st_advanced_menu_wrap .m_alignment_2 .advanced_style_wide {
    left: auto;
    right: 0
}

#st_advanced_menu_wrap .stadvancedmenu_sub {
    border:2px solid #350B3D!important;
    /*border-top: 2px solid #350B3D;*/
    position: absolute;
    padding: 15px
}

#st_advanced_menu_column_block .advanced_ml_level_0 {
    float: none;
    text-align: left;
    display: block;
    position: relative
}

#st_advanced_menu_column_block .advanced_ml_level_0.current .advanced_ma_level_0 {
    color: #00a161
}

#st_advanced_menu_column_block .advanced_ma_level_0 {
    height: auto;
    line-height: normal;
    padding: 6px 9px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#st_advanced_menu_column_block .advanced_ma_level_0:after,
#st_advanced_menu_column_block .advanced_ma_level_0:before {
    content: " ";
    display: table
}

#st_advanced_menu_column_block .advanced_ma_level_0:after {
    clear: both
}

#st_advanced_menu_column_block .stadvancedmenu_sub {
    top: 0
}

#left_column #st_advanced_menu_column_block .stadvancedmenu_sub {
    left: 100%
}

#right_column #st_advanced_menu_column_block .stadvancedmenu_sub {
    right: 100%
}

.st_advanced_menu {
    position: relative;
    margin-bottom: 0
}

.advanced_ml_level_2:hover .is_parent_icon_v {
    display: none
}

.advanced_ml_level_2 a:hover .is_parent_icon_v {
    display: block
}

.advanced_ma_level_0 {
    color: #350B3D;
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px !important;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.advanced_ma_level_0:hover {
    border-color: #00a161
}

.sticky .advanced_ma_level_0 {
    height: 40px;
    line-height: 40px
}

.advanced_style_wide .advanced_ma_level_1 {
    font-size: 1.166em;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 8px
}

.advanced_style_wide .advanced_mu_level_2 .granditem_0 {
    position: relative;
    display: block
}

.advanced_style_wide .advanced_mu_level_2 .granditem_0:hover>ul {
    display: inline-block
}

.advanced_style_wide .advanced_mu_level_2 .granditem_0>ul {
    top: 0;
    left: 80px;
    width: 250px;
    padding: 12px 0
}

.advanced_style_wide .advanced_mu_level_2 ul.p_granditem_1 {
    padding-left: 12px
}

.advanced_style_wide .advanced_mu_level_3 li.p_granditem_0 {
    padding: 0 12px
}

.advanced_style_wide .advanced_mu_level_3 li.p_granditem_0>a {
    line-height: 180%
}

.advanced_mu_level_2 .granditem_0>ul,
.stadvancedmenu_multi_level ul,
.stadvancedmenu_sub {
    display: none;
    position: absolute;
    background: #fff;
    font-weight: 400;
    z-index: 70
}

.advanced_mu_level_1 a,
.stadvancedmenu_multi_level a {
    display: block
}

.advanced_mu_level_2 a[class^="advanced_ma_level_"]:before,
.stadvancedmenu_multi_level a[class^="advanced_ma_level_"]:before {
    font-family: fontello;
    content: "\f105";
    display: inline-block;
    padding-right: 8px;
    width: 12px
}

#st_advanced_menu_container.sticky,
#top_bar.sticky {
    z-index: 210;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: none;
    position: fixed
}

.advanced_mu_level_2 a[class^="advanced_ma_level_"]:hover:before,
.stadvancedmenu_multi_level a[class^="advanced_ma_level_"]:hover:before {
    padding-right: 4px;
    padding-left: 4px
}

#top_bar.sticky {
    background: #fff;
    background: rgba(255, 255, 255, .95);
    top: 0
}

#st_advanced_menu_container.sticky {
    background: #ededec;
    top: 50px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

#st_advanced_menu_container.sticky .advanced_ma_level_0 {
    margin-bottom: 0;
    border-bottom: none
}

#st_advanced_menu_container.sticky .st_advanced_menu {
    background-color: transparent
}

#st_advanced_menu_container.sticky .stadvancedmenu_sub {
    border-top: none
}

.advanced_style_wide {
    padding: 20px
}

.st_advanced_menu_block {
    margin-bottom: 20px
}

.stadvancedmenu_multi_level li {
    position: relative;
    display: block;
    width: 250px
}

.stadvancedmenu_multi_level li:hover>a .is_parent_icon_v {
    display: none
}

.stadvancedmenu_multi_level li:hover>ul {
    display: inline-block
}

.stadvancedmenu_multi_level li a {
    padding: 10px 12px;
    border-bottom: 1px solid #e5e5e5
}

.stadvancedmenu_multi_level li a:hover .is_parent_icon_v {
    display: block
}

.stadvancedmenu_multi_level li:last-child>a {
    border-bottom: none
}

.stadvancedmenu_multi_level ul {
    border: 1px solid #e5e5e5;
    left: 100%;
    top: -1px
}

.mo_advanced_ma_level_0,
.mo_advanced_sub_a {
    display: inline-block;
    padding: 12px 0;
    z-index: 2;
    position: relative
}

.mo_advanced_ml_level_0,
.mo_advanced_sub_li {
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 10px;
    border-bottom: 1px solid #e5e5e5
}

.mo_advanced_ml_level_0.active .mo_advanced_sub_ul:last-child>.mo_advanced_sub_li:last-child,
.mo_advanced_sub_li.active .mo_advanced_sub_ul:last-child>.mo_advanced_sub_li:last-child {
    border-bottom: none
}

.stmobileadvancedmenu_column {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px
}

.is_parent_icon {
    height: 7px;
    width: 7px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    background: #999;
    margin-left: 2px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px
}

.is_parent_icon .is_parent_icon_h {
    position: absolute;
    top: 3px;
    left: 1px;
    width: 5px;
    height: 0;
    overflow: hidden;
    border-top: 1px solid #fff
}

.is_parent_icon .is_parent_icon_v {
    position: absolute;
    top: 1px;
    left: 3px;
    width: 0;
    height: 5px;
    overflow: hidden;
    border-left: 1px solid #fff
}

.item_touched .is_parent_icon .is_parent_icon_v {
    display: none
}

#header_right #st_advanced_menu_container,
.cate_label {
    display: inline-block
}

.cate_label {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    height: 16px;
    line-height: 16px;
    font-family: arial, sans-serif;
    padding: 0 4px;
    white-space: nowrap
}

#st_advanced_menu_container .advanced_ma_level_0 .cate_label {
    position: absolute;
    right: 10px;
    top: -6px
}

#st_advanced_menu_container.sticky .advanced_ma_level_0 .cate_label {
    top: -2px
}

#st_advanced_menu_column_desktop .advanced_ma_level_0 .cate_label,
.mo_advanced_ma_level_0 .cate_label,
.mo_advanced_sub_a .cate_label,
.stadvancedmenu_sub .cate_label {
    margin-left: 4px
}

#header_right .st_advanced_menu {
    position: static
}

#header .header_container,
#header_right #st_advanced_menu_container.sticky .st_advanced_menu {
    position: relative
}

.advanced_mu_level_1 {
    margin-bottom: 10px
}

.advanced_menu_cate_img {
    display: block;
    margin-bottom: 1em
}

.advanced_m_column_row {
    padding-bottom: 6px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e5e5e5
}

.advanced_m_column_row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.mo_advanced_brand_div,
.mo_advanced_pro_div {
    padding-bottom: 6px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e5e5e5
}

.mo_advanced_brand_div:last-child,
.mo_advanced_pro_div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.mo_advanced_pro_div .product_img_link {
    margin-bottom: 6px
}

.menu_pro_img {
    margin-left: auto;
    margin-right: auto
}

#rightbar_menu {
    display: none
}

.advanced_ma_span {
    cursor: default
}

.advanced_mv_level_1 {
    display: block;
    position: relative
}

.advanced_mv_item {
    padding: 10px 12px;
    border-bottom: 1px solid #e5e5e5;
    display: block
}

.stadvancedmenu_vertical.col-md-3 {
    padding-left: 0;
    padding-right: 0
}

.stadvancedmenu_vertical .stadvancedmenu_vs {
    top: 0;
    left: 100%
}

.stadvancedmenu_vs {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 70
}

.advanced_banner_box .advanced_banner_image_box,
.st_advanced_banner_block .st_advanced_banner_image {
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    right: 0;
    top: 0;
    bottom: 0
}

.advanced_mv_level_1:hover .stadvancedmenu_vs {
    display: block
}

#header #st_advanced_menu_0 {
    display: none
}

.stadvancedmenu_vertical.stadvancedmenu_vertical_box .advanced_mv_level_1 {
    position: static
}

.stadvancedmenu_vertical.stadvancedmenu_vertical_box .stadvancedmenu_vs {
    bottom: 0
}

.st_advanced_banner_row {
    overflow: hidden
}

#cms #center_column .st_advanced_banner_1 img.st_advanced_banner_static_image {
    margin: 0
}

.advanced_banner_col {
    padding-left: 10px;
    padding-right: 10px
}

.st_advanced_banner_row .advanced_banner_col {
    padding-left: 0;
    padding-right: 0
}

.advanced_banner_col.advanced_banner_b .st_advanced_banner_block {
    margin-bottom: 20px
}

.st_advanced_banner_row .row,
.st_advanced_banner_row.row {
    margin-left: -10px;
    margin-right: -10px
}

.advanced_banner_box {
    position: relative;
    overflow: hidden;
    text-align: center
}

.advanced_banner_box .advanced_banner_image_box {
    position: absolute;
    z-index: 1
}

.advanced_banner_box .advanced_banner_scaffold {
    display: table;
    width: 100%;
    vertical-align: middle;
    position: relative;
    z-index: 2
}

.advanced_banner_box .advanced_banner_scaffold .text_td {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 20px 16px
}

.advanced_banner_box .advanced_banner_scaffold .text_td.advanced_banner_text_top {
    vertical-align: top
}

.advanced_banner_box .advanced_banner_scaffold .text_td.advanced_banner_text_bottom {
    vertical-align: bottom
}

.st_advanced_banner_block {
    display: block;
    overflow: hidden;
    position: relative
}

.st_advanced_banner_block .st_advanced_banner_image {
    display: block;
    position: absolute;
    z-index: 1
}

.st_advanced_banner_block .text_table_wrap {
    z-index: 3
}

.st_news_letter_popup_wrap {
    display: none
}

.st_news_letter_do_not_show_outer {
    padding: 4px 1em
}

.st_news_letter_do_not_show_inner {
    float: right
}

.st_news_letter_do_not_show_inner .checker {
    display: inline-block
}

.st_news_letter_form {
    padding: 1em
}

#footer .st_news_letter_form,
#left_column .st_news_letter_form,
#right_column .st_news_letter_form {
    padding: 0
}

.st_news_letter_form_inner {
    width: 360px;
    display: inline-block;
    position: relative;
    margin: 0
}

.st_news_letter_form_inner .st_news_letter_input {
    display: block;
    border: 2px solid #e5e5e5;
    height: 35px;
    line-height: normal;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: none !important
}

.st_news_letter_form_inner .st_news_letter_submit {
    display: inline-block;
    height: 35px;
    line-height: 31px;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 0;
    padding-bottom: 0
}

#footer .col-sm-1 .st_news_letter_form_inner,
#footer .col-sm-10 .st_news_letter_form_inner,
#footer .col-sm-11 .st_news_letter_form_inner,
#footer .col-sm-2 .st_news_letter_form_inner,
#footer .col-sm-2-4 .st_news_letter_form_inner,
#footer .col-sm-3 .st_news_letter_form_inner,
#footer .col-sm-4 .st_news_letter_form_inner,
#footer .col-sm-5 .st_news_letter_form_inner,
#footer .col-sm-6 .st_news_letter_form_inner,
#footer .col-sm-7 .st_news_letter_form_inner,
#footer .col-sm-8 .st_news_letter_form_inner,
#footer .col-sm-9 .st_news_letter_form_inner,
#left_column .st_news_letter_form_inner,
#right_column .st_news_letter_form_inner {
    width: 80% !important
}

.submit_searchbox {
    margin: 0;
    display: inline-block;
    text-align: center;
    border: 1px solid #e5e5e5;
    vertical-align: middle
}

#search_block_top {
    display: inline-block;
    width: 100%
}

#search_block_mobile_bar .searchbox_inner,
#search_block_top .searchbox_inner {
    position: relative
}

#search_block_mobile_bar .active .search_query,
#search_block_top .active .search_query {
    background: #fff
}

#search_block_mobile_bar .btn.button-search,
#search_block_top .btn.button-search {
    background: #333;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #fff;
    width: 50px;
    text-align: center;
    padding: 10px 0 11px
}

#search_block_mobile_bar .btn.button-search:hover,
#search_block_top .btn.button-search:hover {
    color: #6f6f6f
}

#search_block_mobile_bar .search_query,
#search_block_top .search_query {
    background: #fff;
    box-shadow: none;
    display: inline-block;
    font-size: 2.5em;
    font-weight: 300;
    height: 120px;
    line-height: normal;
    padding: 0 2em;
    width: 100%;
    border: none
}

#search_block_mobile_bar .searchbox_inner {
    text-align: center
}

#search_block_top.quick_search_simple .search_query {
    display: none;
    position: absolute;
    top: 0;
    right: 100%
}

#search_block_top.quick_search_simple .searchbox_inner.active .search_query,
#search_block_top.quick_search_simple .searchbox_inner:hover .search_query {
    display: inline-block
}

#search_block_top.quick_search_simple .submit_searchbox {
    border-color: transparent;
    background: 0 0
}

#search_block_top.quick_search_simple a.icon_wrap i.icon-0x {
    height: 36px;
    line-height: 34px
}

#search_block_top.quick_search_simple a.icon_wrap span {
    display: none
}

#search_block_nav .dropdown_tri_inner .icon-cancel-1,
#search_block_nav .dropdown_tri_inner .icon-search-1 {
    font-size: 1.166em;
    line-height: 1.6em
}

#search_block_nav #search_block_top {
    margin-right: 0
}

#search_block_nav .search_query {
    width: 220px
}

#search_block_nav .submit_searchbox {
    position: absolute;
    top: 0;
    right: 0
}

.blockcart_wrap,
.cart_block dd,
form#searchbox {
    position: relative
}

.ac_results {
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 0;
    z-index: 70
}

.ac_results li {
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    padding: 4px 5px
}

.ac_results li:after,
.ac_results li:before {
    content: " ";
    display: table
}

.ac_results li:after {
    clear: both
}

.ac_results li.ac_even,
.ac_results li.ac_odd {
    background: #fff
}

.ac_results li.ac_over,
.ac_results li:hover {
    background: #fbfbfb;
    color: #333
}

.ac_results li:last-child {
    border: 0
}

.ac_results li img {
    display: inline-block;
    border: 1px solid #f5f5f5;
    width: 45px;
    float: left;
    margin-right: 8px
}

.ac_product_name {
    display: inline;
    vertical-align: middle
}

#ac_search_more {
    padding: 5px 0;
    text-align: center
}

form#searchbox {
    z-index: 75
}

form#searchbox label {
    color: #333
}

form#searchbox input#search_query_block {
    margin-right: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: left
}

form#searchbox .button.button-small {
    float: left
}

form#searchbox .button.button-small i {
    margin-right: 0
}

.blockcart_wrap {
    display: inline-block
}

#header .shopping_cart,
.shopping_cart {
    display: inline-block;
    vertical-align: middle
}

#top_bar #header_right .shopping_cart {
    border-left: 1px solid #fff !important;
    display: block;
    height: 34px;
    line-height: 29px;
    margin-bottom: 2px;
    margin-left: 10px;
    margin-top: 4px;
    padding-left: 20px;
    padding-right: 0
}

.shopping_cart .block_cart_collapse:after,
.shopping_cart .block_cart_expand:after {
    content: "\f0d7";
    font-family: fontello;
    display: inline-block;
    float: right;
    font-size: 18px;
    color: #686666;
    padding: 6px 0 0
}

.shopping_cart .block_cart_collapse:after {
    content: "\f0d8";
    padding: 4px 0 2px
}

.shopping_cart .icon_wrap .amount_circle {
    left: auto;
    right: -8px;
    top: -8px
}

.shopping_cart_style_1 .shopping_cart .icon_wrap .amount_circle {
    right: -5px;
    top: -4px
}

#main_menu_widgets .shopping_cart_style_1 .shopping_cart .icon_wrap .amount_circle,
#top_bar .shopping_cart_style_1 .shopping_cart .icon_wrap .amount_circle {
    display: none !important
}

.shopping_cart .ajax_cart_left {
    float: left;
    min-width: 42px;
    position: relative;
    border: 1px solid #e5e5e5
}

#main_menu_widgets .shopping_cart_style_1 .shopping_cart .ajax_cart_left,
#top_bar .shopping_cart_style_1 .shopping_cart .ajax_cart_left {
    height: auto;
    line-height: 150%;
    min-width: initial;
    margin-right: 4px;
    border: none;
    padding: 0
}

#main_menu_widgets .shopping_cart_style_1 .shopping_cart .ajax_cart_left i.icon-0x,
#top_bar .shopping_cart_style_1 .shopping_cart .ajax_cart_left i.icon-0x {
    font-size: 1.333em
}

#top_bar .shopping_cart_style_1 .shopping_cart .ajax_cart_left i.icon-0x {
    height: auto;
    line-height: 1em
}

.shopping_cart .ajax_cart_right {
    float: right;
    display: block;
    border: 1px solid #e5e5e5;
    border-left-width: 0;
    padding-right: 4px;
    padding-left: 4px;
    font-weight: 700
}

.shopping_cart_style_1 .shopping_cart .ajax_cart_right {
    border: none;
    padding: 0;
    background: 0 0;
    line-height: 40px
}

#main_menu_widgets .shopping_cart_style_1 .shopping_cart .ajax_cart_right,
#top_bar .shopping_cart_style_1 .shopping_cart .ajax_cart_right {
    height: auto;
    line-height: 150%;
    min-width: initial;
    font-weight: 400
}

.shopping_cart .ajax_cart_middle {
    float: left;
    display: none !important
}

#main_menu_widgets .shopping_cart_style_1 .shopping_cart .ajax_cart_middle,
#top_bar .shopping_cart_style_1 .shopping_cart .ajax_cart_middle {
    background-color: #fff;
    display: block !important;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
    margin-top: -2px;
    text-align: center;
    width: 24px;
    color:#350B3D;
}

.shopping_cart_style_1 .shopping_cart .icon_wrap,
.shopping_cart_style_1 .shopping_cart.active .icon_wrap,
.shopping_cart_style_1 .shopping_cart:hover .icon_wrap {
    border: none;
    background: 0 0
}

.shopping_cart_style_1 .shopping_cart.active .icon_wrap,
.shopping_cart_style_1 .shopping_cart:hover .icon_wrap {
    color: #00a161
}

.shopping_cart_style_1 .ajax_cart_left i.icon-0x {
    height: 38px;
    line-height: 38px
}

.cart_block .cart_block_list .ajax_cart_block_remove_link,
.cart_block .cart_block_list .remove_link,
.cart_block .cart_block_list .remove_link a {
    display: inline-block;
    height: 12px;
    width: 12px
}

.cart_block {
    text-align: left
}

.cart_block dl.products {
    margin-bottom: 0
}

.cart_block .cart_block_list .remove_link {
    float: right;
    margin: 0 0 0 4px
}

.cart_block .cart-images {
    border: 1px solid #f5f5f5;
    display: block;
    float: left;
    margin-right: 10px
}

.cart_block .cart_block_shipping_cost,
.cart_block .cart_block_tax_cost,
.cart_block .cart_block_total,
.cart_block .cart_block_wrapping_cost,
.cart_block dt .price {
    float: right
}

.cart_block .quantity-formated {
    display: inline-block;
    min-width: 18px;
    margin-right: 2px
}

.cart_block dd .cart_block_customizations {
    border-top: 1px dashed #333
}

.cart_block dd .cart_block_customizations li {
    padding: 10px 20px
}

.cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
    position: absolute;
    right: 10px
}

.cart_block .cart_block_no_products {
    margin: 0;
    padding: 10px 20px
}

.cart_block .cart-prices {
    border-top: 1px solid #f5f5f5;
    color: #666;
    padding: 10px 0
}

.cart_block .cart-prices .cart-prices-line {
    overflow: hidden;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 4px;
    padding-bottom: 4px
}

.cart_block .product-atributes,
.cart_block dt {
    padding-bottom: 6px
}

.cart_block .cart-prices .cart-prices-line.last-line {
    border: none
}

.cart_block .cart-buttons {
    margin-bottom: 0
}

.cart_block .cart-buttons a {
    width: 100%;
    text-align: center
}

.cart_block .cart-buttons a#button_order_cart {
    margin-right: 0;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.cart_block dt {
    border-top: 1px solid #e5e5e5;
    padding-top: 6px
}

.cart_block dt.first_item,
.cart_block dt:first-child {
    border-top: none;
    padding-top: none
}

.cart_block .product-atributes a {
    color: #9c9b9b
}

#page_header .cart_block {
    position: absolute;
    top: 42px;
    right: 0;
    z-index: 100;
    display: none;
    height: auto;
    background: #fff;
    width: 300px;
    border: 1px solid #e5e5e5
}

.cart_block .block_content {
    margin-bottom: 0;
    padding: 8px
}

.blockcart_wrap .cart_block {
    top: 44px
}

#header .cart_block .title_block,
#header .cart_block h4,
.cart_block #cart_block_summary,
.cart_block .title_block span {
    display: none
}

.cart_block table.vouchers {
    clear: both;
    width: 100%;
    padding: 6px 0;
    border-top: 1px solid #f5f5f5;
    display: block
}

.cart_block table.vouchers tr td {
    padding: 2px
}

.cart_block table.vouchers tr td.quantity {
    margin-right: 5px;
    min-width: 18px
}

.cart_block table.vouchers tr td.delete {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 15px
}

#st-side-close,
.fc_itemslider .pro_first_box,
.mobile_bar_center_layout #mobile_bar_center {
    text-align: center
}

#layer_cart .layer_product .layer_product_info>div {
    padding-bottom: 6px
}

#layer_cart .layer_product .layer_product_info #layer_cart_product_price_wrap,
#layer_cart .layer_product .layer_product_info #layer_cart_product_quantity_wrap {
    display: none
}

#layer_cart .layer_details .layer_cart_row span,
#layer_cart .layer_details .layer_cart_sum span,
.stlinkgroups_links_footer_bottom {
    display: inline-block
}

#layer_cart .layer_details .layer_cart_row,
#layer_cart .layer_details .layer_cart_sum {
    padding: 0 10px;
    margin-bottom: 4px
}

#layer_cart p {
    padding: 0
}

.stlinkgroups_links_footer_bottom li a {
    display: inline-block;
    padding: 0 8px
}

.products_slider .ajax_block_product .act_box,
ul.product_list.grid>li .act_box {
    display: none
}

.products_slider .ajax_block_product .act_box.display_when_hover,
ul.product_list.grid>li .act_box.display_when_hover {
    display: block;
    visibility: hidden
}

.products_slider .ajax_block_product .act_box.display_normal,
ul.product_list.grid>li .act_box.display_normal {
    display: block
}

.payment_option_form,
.products_slider .ajax_block_product .act_box .act_box_inner,
.products_slider .ajax_block_product .act_box.hide_cart_btn_in_grid .ajax_add_to_cart_button,
ul.product_list.grid>li .act_box .act_box_inner,
ul.product_list.grid>li .act_box.hide_cart_btn_in_grid .ajax_add_to_cart_button {
    display: none
}

.products_slider .ajax_block_product .act_box .icon-0x,
ul.product_list.grid>li .act_box .icon-0x {
    font-size: 1.166em
}

.products_slider .ajax_block_product .act_box .btn,
.products_slider .ajax_block_product .act_box .s_quantity_wanted,
ul.product_list.grid>li .act_box .btn,
ul.product_list.grid>li .act_box .s_quantity_wanted {
    margin-bottom: 6px
}

.products_slider .ajax_block_product .act_box .act_box_inner .btn,
ul.product_list.grid>li .act_box .act_box_inner .btn {
    margin-bottom: 0
}

body#index #page_header.transparent_header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 101
}

.fc_slider_name {
    padding: 6px 0 10px
}

.payment_option_logo {
    height: 50px;
    max-height: 50px
}

.payment_module_adv {
    height: 120px;
    max-height: 120px
}

.payment_option_selected {
    display: none;
    margin-top: 15px
}

.payment_option_selected i {
    color: green
}

.payment_option_cta {
    margin-left: 10px;
    color: #333 !important
}

.tnc_box {
    background: #fbfbfb;
    border: 1px solid #d6d4d4;
    padding: 14px 18px 13px;
    margin: 0 0 30px;
    line-height: 23px
}

.pointer-box {
    cursor: pointer
}

.pro_second_box .aeuc_before_label:before,
.pro_second_box .aeuc_tax_label:before {
    content: "\a";
    white-space: pre
}

.aeuc_shipping_label a.iframe {
    font-weight: 400
}

.content_price>span {
    display: inline-block
}

.popover-content table {
    margin-bottom: 0
}

#st-side-overlay {
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #000;
    background: rgba(33, 33, 32, .8);
    opacity: 0;
    display: none
}

#page_header.sticky_mh #mobile_bar,
#st-side-close,
.st-side {
    background: #fff;
    position: fixed;
    top: 0
}

#st-side-close {
    left: -42px;
    z-index: 901;
    width: 42px;
    height: 42px;
    line-height: 42px;
    color: #444;
    font-size: 1.5em;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer
}

.st-side {
    display: block;
    left: -300px;
    z-index: 901;
    width: 300px;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.ins_image_link,
.noscroll {
    overflow: hidden
}

.open_block_cart_mod #st-side-overlay,
.open_blocksearch_mod #st-side-overlay,
.open_st_mobile_advanced_menu #st-side-overlay,
.open_st_mobile_menu #st-side-overlay {
    opacity: 1;
    display: block
}

.open_block_cart_mod .st-side,
.open_blocksearch_mod .st-side,
.open_st_mobile_advanced_menu .st-side,
.open_st_mobile_menu .st-side {
    left: 0
}

.open_block_cart_mod #body_wrapper,
.open_block_cart_mod #page_header.sticky_mh #mobile_bar,
.open_blocksearch_mod #body_wrapper,
.open_blocksearch_mod #page_header.sticky_mh #mobile_bar,
.open_st_mobile_advanced_menu #body_wrapper,
.open_st_mobile_advanced_menu #page_header.sticky_mh #mobile_bar,
.open_st_mobile_menu #body_wrapper,
.open_st_mobile_menu #page_header.sticky_mh #mobile_bar {
    left: 300px
}

.open_block_cart_mod #st-side-close,
.open_blocksearch_mod #st-side-close,
.open_st_mobile_advanced_menu #st-side-close,
.open_st_mobile_menu #st-side-close {
    left: 301px
}

.st-side-content,
.st_side_item {
    display: none
}

#blockcart_mobile_wrap,
#search_block_mobile_bar {
    padding: 12px
}

.open_block_cart_mod #blockcart_mobile_wrap,
.open_blocksearch_mod #search_block_mobile_bar,
.open_st_mobile_advanced_menu #search_block_mobile_bar,
.open_st_mobile_advanced_menu #stmobileadvancedmenu,
.open_st_mobile_advanced_menu .st_side_item,
.open_st_mobile_menu #search_block_mobile_bar,
.open_st_mobile_menu #stmobilemenu_wrap,
.open_st_mobile_menu .st_side_item {
    display: block
}

#mobile_header_logo img {
    width: auto;
    max-height: 60px
}

#mobile_bar {
    display: none;
    left: 0;
    -webkit-transition: left 0.5s, right 0.5s;
    transition: left 0.5s, right 0.5s
}

#page_header.sticky_mh #mobile_bar {
    background: rgba(255, 255, 255, .95);
    z-index: 210;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    box-shadow: 0 0 4px rgba(0, 0, 0, .1)
}

body#index #page_header.transparent-mobile-header #mobile_bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 201;
    background: 0 0
}

#mobile_bar_container {
    display: table;
    height: 60px;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

#mobile_bar_center,
#mobile_bar_left,
#mobile_bar_right {
    display: table-cell;
    vertical-align: middle;
    float: none;
    height: 100%;
    padding-left: 0;
    padding-right: 0
}

#mobile_bar_center {
    width: 100%
}

.mobile_bar_left_layout #mobile_bar_right_inner {
    width: 184px;
    text-align: right
}

.mobile_bar_tri {
    margin-left: 4px;
    vertical-align: middle
}

.mobile_bar_tri .mobile_bar_tri_text {
    display: none
}

.mobile_bar_tri #mobile_bar_left {
    margin-left: auto;
    margin-right: 4px
}

#shopping_cart_mobile {
    position: relative
}

#shopping_cart_mobile .amount_circle {
    right: 0;
    top: 0
}

#search_block_mobile_bar .search_query {
    display: inline-block;
    width: 160px
}

.countdown_wrap {
    display: table;
    visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    background: #00a161;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.countdown_wrap.counting {
    visibility: visible
}

#address #add_address div.form-group label[for="other"],
#address #add_address div.form-group textarea#other,
.product_list.grid .ajax_block_product:hover .countdown_wrap,
.products_slider .ajax_block_product:hover .countdown_wrap {
    visibility: hidden
}

.countdown_wrap.v_middle {
    bottom: 50%;
    margin-bottom: -17px
}

.hover_fly_static .countdown_wrap {
    bottom: 35px
}

.hover_fly_static .countdown_wrap.v_middle {
    bottom: 50%
}

.countdown_timer.countdown_style_0 div {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    padding: 2px 0;
    border-right: 1px solid #fff
}

.countdown_timer.countdown_style_0 div:last-child {
    border-right: none
}

.countdown_timer.countdown_style_0 div span {
    display: block;
    height: 15px;
    line-height: 15px
}

.countdown_timer.countdown_style_0 div span.countdown_number {
    font-size: 14px
}

.countdown_timer.countdown_style_0 div span.countdown_text {
    font-size: 10px
}

.countdown_timer.countdown_style_1 div,
.countdown_wrap .countdown_title {
    height: 35px;
    line-height: 35px;
    font-size: 14px
}

.countdown_timer.countdown_style_1 div i {
    margin-right: 4px
}

.countdown_outer_box {
    display: none;
    margin-bottom: 10px
}

.countdown_outer_box.counting {
    display: block
}

#stmobileadvancedmenu_tri.mobile_bar_tri.with_text .mobile_bar_tri_text,
#stmobilemenu_tri.mobile_bar_tri.with_text .mobile_bar_tri_text,
.countdown_box {
    display: inline-block
}

.countdown_box {
    padding: 6px 16px;
    background: #00a161;
    font-size: 1.166em;
    text-transform: capitalize;
    color: #fff
}

.countdown_box i {
    margin-right: 6px
}

.countdown_heading {
    font-weight: 700;
    margin-bottom: 6px
}

#stmobileadvancedmenu_tri,
#stmobilemenu_tri {
    white-space: nowrap
}

#stmobileadvancedmenu_tri i,
#stmobileadvancedmenu_tri span,
#stmobilemenu_tri i,
#stmobilemenu_tri span {
    vertical-align: middle
}

.pro_img_hover_scale:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

#main_menu_widgets {
    float: right;
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
    z-index: 2
}

#main_menu_widgets.overlay_on {
    position: static
}

#main_menu_widgets .top_bar_item {
    display: inline-block;
    padding-left: 6px;
    vertical-align: middle
}

#main_menu_widgets #search_block_top .search_query {
    height: 34px;
    padding: 1px 6px
}

#main_menu_widgets #search_block_top a.icon_wrap,
#main_menu_widgets #search_block_top.quick_search_simple a.icon_wrap {
    height: 34px;
    min-width: 34px;
    line-height: 34px
}

#main_menu_widgets #search_block_top a.icon_wrap i.icon-0x,
#main_menu_widgets #search_block_top.quick_search_simple a.icon_wrap i.icon-0x {
    height: 28px;
    line-height: 24px
}

#main_menu_widgets #search_block_top a.icon_wrap span,
#main_menu_widgets #search_block_top.quick_search_simple a.icon_wrap span {
    display: none
}

#main_menu_widgets .shopping_cart_style_1 .shopping_cart,
#main_menu_widgets .shopping_cart_style_1 .shopping_cart .ajax_cart_left i.icon-0x,
#main_menu_widgets .shopping_cart_style_1 .shopping_cart .ajax_cart_right {
    height: 34px;
    line-height: 34px
}

#main_menu_widgets #search_block_top,
#main_menu_widgets .blockcart_wrap {
    margin-right: 0;
    margin-left: 4px
}

#main_menu_widgets a.shopping_cart,
#main_menu_widgets a.shopping_cart.active .icon_wrap,
#main_menu_widgets a.shopping_cart:hover .icon_wrap {
    -moz-transition-property: none;
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none
}

.use_mobile_header #mobile_bar {
    display: block
}

.use_mobile_header #blockcart_top_wrap.blockcart_mod,
.use_mobile_header #header #header_user_info,
.use_mobile_header #header #search_block_top.search_block_mod,
.use_mobile_header #header_right #st_advanced_menu_container,
.use_mobile_header #logo_wrapper,
.use_mobile_header #search_block_main_menu,
.use_mobile_header #search_block_nav,
.use_mobile_header #st_advanced_menu_container,
.use_mobile_header .boxed_advancedmenu,
.use_mobile_header .logo_center #logo_wrapper,
.use_mobile_header .top_bar_item {
    display: none
}

.ins_image_box,
.ins_image_box:hover .ins_external {
    display: block
}

.use_mobile_header #header .wide_container {
    padding-top: 0;
    padding-bottom: 0
}

body#index.use_mobile_header .main_content_area,
body#module-stblog-default.use_mobile_header .main_content_area {
    padding-top: 0 !important
}

.ins_image_box:hover .ins_image_info {
    opacity: 1
}

.ins_image_box.scaling:hover .ins_image {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.ins_image_link {
    display: block;
    position: relative
}

.ins_image {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.ins_image_info {
    z-index: 2;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0
}

.ins_external,
.ins_imagetype {
    right: 10px;
    z-index: 5;
    color: #fff;
    position: absolute
}

.ins_image_info_basic span {
    display: inline-block;
    padding: 0 6px;
    font-size: 1.333em
}

.instagram_con.slides {
    margin-bottom: 1em
}

.ins_profile_img,
.ins_profile_name {
    margin-bottom: 6px
}

.instagram_con.com_grid_view.row {
    margin-left: 0;
    margin-right: 0
}

.instagram_con.com_grid_view.row li {
    padding: 0
}

.ins_image_info_desc {
    margin-top: 1em
}

.ins_imagetype {
    display: block;
    top: 10px;
    font-size: 1.333em
}

.ins_external {
    bottom: 10px;
    display: none;
    padding: 6px
}

.ins_pro_c {
    display: inline-block;
    min-width: 60px;
    text-align: center
}

.ins_pro_c_v {
    display: block;
    font-weight: 700
}

.ins_pro_c_k {
    display: block;
    font-size: .833em
}

.ins_profile_img_left {
    width: 70px;
    float: left
}

.ins_profile_img_right {
    margin-left: 80px
}

.instagram_list li {
    padding: 6px
}

.instagram_list img {
    width: 80px
}

.instagram_con.ins_connecting,
.instagram_list.ins_connecting {
    height: 100px;
    background: url(../img/ins_bg.png) center center no-repeat
}

#st_advanced_ma_0 {
    width: 292px
}

.ins_profile_name {
    display: block;
    font-size: 1.333em
}

#right_more_info_block #product_comments_block_tab .comment_actions,
#right_more_info_block #product_comments_block_tab .comment_author,
#right_more_info_block #product_comments_block_tab .comment_details {
    width: 100%
}

.best-sellers_block_center_container,
.brands_slider_container,
.fc_slider_block_container,
.featured-products_block_center_container,
.featured_products_sldier_block_center_container,
.instagram_block_center_container,
.new-products_block_center_container,
.pc_slider_block_container,
.special-products_block_center_container,
body#index .st_blog_featured_article_container,
body#index .st_blog_recent_article_container {
    background-position: center center
}

#left_column .dynhook {
    margin-bottom: 2em
}

body#index .main_content_area,
body#module-stblog-default .main_content_area {
    padding-top: 0 !important
}

#contact-link a,
#stsocial_list_topbar li a,
#top_bar #header_user_info a,
#top_bar #header_user_info span,
#top_bar .dropdown_tri_inner,
#top_bar .shopping_cart_style_1 .shopping_cart,
.currency_selector,
.language_selector,
.shop-phone {
    padding-bottom: 6px !important;
    padding-top: 6px !important;
    border-color: #fff !important;
    color: #fff
}

#top_bar .dropdown_tri_inner,
#top_bar .header_item,
#top_bar .shopping_cart .ajax_cart_right,
#top_bar .shopping_cart .icon_wrap,
#top_bar a.header_item {
    color: #fff !important
}

#top_bar .open .dropdown_tri_inner,
#top_bar a.header_item:hover {
    background-color: transparent !important
}

#st_advanced_menu_wrap .st_advanced_menu {
    text-align: left !important
}

#st_advanced_menu_column_mobile,
#st_advanced_menu_wrap .advanced_ma_level_0,
.mobile_bar_tri_text {
    font-family: inherit !important
}

.advanced_ma_level_0:hover {
    text-decoration: none;
    color: #350B3D !important
}

::selection {
    background: #fcf9eb;
    color: #fff
}

::-webkit-selection {
    background: #fcf9eb;
    color: #fff
}

::-moz-selection {
    background: #fcf9eb;
    color: #000
}

.addthis_toolbox svg {
    background: #212120;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.addthis_toolbox svg:hover {
    background: #fcf9eb;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.stadvancedmenu_sub .cd-secondary-nav {
    margin: 0
}

.cd-secondary-nav li.has-children,
.cd-secondary-nav li.special {
    border-right: 1px solid #212120;
    float: left;
    list-style: none;
    margin-right: 2%;
    min-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 13%;
    padding-right: 1.5%
}

.cd-secondary-nav li.has-children:last-child,
.cd-secondary-nav li.special:last-child {
    border-right: medium none;
    margin-right: 0
}

.cd-secondary-nav .special .btn {
    font-size: 12px;
    margin-right: 0;
    padding: 3px 10px;
    text-align: left;
    width: 100%
}

.cd-secondary-nav .special .btn:hover {
    color: #fff;
    background-color: #f0EDD9
}

#owl_carousel_container_1,
#st_advanced_menu_wrap .advanced_ml_level_0.current {
    background-color: #fff
}

.stadvancedmenu_sub .cd-secondary-nav .has-children a {
    color: #212120;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: .6em;
    padding: 0
}

.stadvancedmenu_sub .cd-secondary-nav .has-children a:hover {
    color: #350B3D;;
    text-decoration: underline;
}

.has-children .is-hidden {
    margin-left: 0;
    margin-top: 10px
}

.has-children .is-hidden li {
    list-style: none;
    margin-bottom: 10px
}

.stadvancedmenu_sub .cd-secondary-nav .has-children .is-hidden li a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-weight: 400
}

#submit_searchbox {
    display: none
}

div.ac_results {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #212120 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 2px 0 0
}

div.ac_results ul {
    padding: 0
}

div.ac_results ul li {
    font-size: 16px;
    font-weight: 300;
    padding: 10px 70px;
    cursor: pointer;
    border: none;
    display: table
}

div.ac_results ul li.ac_over {
    color: #f0EDD9
}

div.ac_results ul li .ac_product_name {
    padding: 10px 0;
    display: table-cell
}

.ac_results li img.searching {
    display: table-cell
}

.banner_text_top .conexion {
    font-family: "Abril Fatface", cursive;
    font-size: 36px;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #000;
    font-weight: 500;
    line-height: 1.1;
    text-align: left
}

#infscr-loading,
.bg-regalar-info .row-sm-height {
    text-align: center
}

#st_owl_carousel-1 {
    background-color: #d4cec2
}

.banner_text_top .list-unstyled {
    list-style: none
}

.vino-prefieras h3 {
    min-height: 53px
}

#index .columns-container {
    display: none
}

.tres-info-home figure.effect-lily img {
    max-height: 400px;
    max-width: none;
    width: auto;
    opacity: .7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0)
}

.tres-info-home figure.effect-lily:last-child img {
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0)
}

.tres-info-home figure.effect-lily:hover img {
    -webkit-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0)
}

.tres-info-home figure.effect-lily:last-child:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.bg-promos {
    background-image: url(../../../img/section-bg-promos.jpg);
    background-position: center center;
    background-repeat: no-repeat
}

.border-bottom {
    border-bottom: 1px solid #929292;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.row-sm-height {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%
}

.col-sm-height {
    display: table-cell;
    float: none !important;
    height: 100%
}

.medium {
    font-size: 130%
}

#marcas h3 {
    color: #fff;
    margin: 220px 10px 15px;
    position: absolute;
    z-index: 2
}

#marcas p {
    margin: 0 10px 15px;
    color: #fff
}

#marcas div.subtitulo p {
    color: #fff;
    margin: 260px 10px 15px
}

#marcas .bodegas img.logo {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2
}

#marcas .bodegas h3 {
    color: #fff;
    font-size: 30px;
    margin: 220px 40px 15px;
    position: absolute;
    z-index: 2
}

.blog .grid.ajustado figure {
    background-position: center center;
    height: 400px
}

#module-stblog-category figure.effect-lily img {
    display: inline-block;
    height: 400px;
    margin: 0 auto !important;
    width: auto
}

#module-stblog-category figure.effect-lily.estrecho img {
    left: -70%
}

#module-stblog-category figure.effect-lily.ancho img {
    left: -30%
}

#infscr-loading {
    clear: both
}

#infscr-loading em {
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    color: #f0EDD9
}

#module-stblog-article .row.padding-v15.blanco .categoria {
    font-weight: 500;
    padding: 3% 0 5%
}

#module-stblog-article .wide_container .padding-v15 {
    padding: 0
}

#module-stblog-article .wide_container .row.padding-v30 {
    margin: inherit
}

#module-stblog-article .bg-blog {
    background-size: cover;
    background-attachment: inherit
}

#blog_link_nav .fl,
#blog_link_nav .fr {
    display: inline-block;
    float: none !important;
    font-size: 250%;
    margin: 0 10px
}

#blog_link_nav .fl:hover,
#blog_link_nav .fr:hover {
    color: #f0EDD9;
    text-decoration: none
}

.velo-imagen-post {
    background-color: rgba(0, 0, 0, .6)
}

.velo-imagen-post h2 {
    font-size: 70px
}

.velo-imagen-post .sub-tit-post {
    font-size: 28px;
    font-weight: 300;
    line-height: 40px
}

.wide_container.container-post {
    max-width: 830px
}

.wide_container.container-post .padding-30 {
    display: inline-block
}

.container-post h2 {
    padding-bottom: 15px;
    padding-top: 15px
}

.container-post p {
    color: #212120;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    line-height: 1.4
}

.experiencias-container .bloque-paso-1-b .ui-widget,
.regalar .h2-fnac {
    font-family: roboto
}

.container-post ol {
    list-style: outside;
    margin-left: 25px;
    font-size: 15px;
    line-height: 1.4;
    margin-top: 20px
}

.container-post ol li {
    margin-bottom: 15px
}

#module-stblog-article .container-post footer.padding-v15 {
    color: #6e6e68;
    padding-bottom: 15px;
    padding-top: 15px
}

#module-stblog-article .container-post footer.padding-v15 em {
    font-style: italic
}

.container-post i {
    color: #777;
    font-style: italic;
    font-weight: 400
}

#module-stblog-article #blog_link_nav .btn-verde-out {
    background-color: transparent;
    border: 2px solid #f0EDD9;
    color: #f0EDD9;
    font-size: 20px;
    margin: 0 50px
}

#module-stblog-article .breadcrumb,
#module-stblog-article .breadcrumb a,
#module-stblog-category .breadcrumb,
#module-stblog-category .breadcrumb a,
.cms-bodegas .breadcrumb,
.cms-bodegas .breadcrumb a {
    color: #fff !important
}

.breadcrumb .navigation_page,
.breadcrumb .navigation_product {
    font-weight: 500
}

#authentication #breadcrumb_wrapper {
    margin: 0 auto 35px;
    position: relative
}

#newsletter_block_left {
    margin-bottom: 45px;
    margin-top: 80px
}

#newsletter_block_left .newsletter_img {
    background-color: #fff;
    float: left
}

#newsletter_block_left .bloque_newsletter {
    width: 33.3333%;
    float: left;
    min-height: 400px
}

#newsletter_block_left .bloque_newsletter .border-bottom {
    border-bottom: 1px solid #929292;
    margin-bottom: 15px;
    padding-bottom: 15px
}

#newsletter_block_left .img_newsletter {
    background-image: url(../img/bg_newsletter.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    border-left: 20px solid #ededec;
    float: right;
    min-height: 400px;
    padding: 25px 10px 15px;
    width: 66.6667%
}

#newsletter_block_left .img_newsletter .legal-newsletter {
    margin-top: 13px;
    color: #fff;
    font-weight: 400
}

#newsletter_block_left .img_newsletter .legal-newsletter a {
    color: #fff;
    font-weight: 600
}

#newsletter_block_left .img_newsletter .legal-newsletter a:hover {
    color: #f0EDD9;
    font-weight: 600
}

#newsletter_block_left .img_newsletter .form-control {
    margin-bottom: 10px
}

#newsletter_block_left .img_newsletter .btn-verde.btn {
    width: 100%
}

#columns #newsletter_block_left .img_newsletter .select {
    width: 100%;
    margin-bottom: 10px
}

#newsletter_block_left .img_newsletter .select::before {
    content: "▾";
    position: absolute;
    right: 8px;
    top: 6px;
    z-index: 5
}

#newsletter_block_left .img_newsletter select {
    padding: 6px 8px
}

#newsletter_block_left .img_newsletter .form_newsletter .row {
    margin: 0
}

#newsletter_block_left .img_newsletter .form_newsletter .row .col-xs-12 {
    padding: 0
}

#newsletter_block_left .img_newsletter .form_newsletter .row .col-xs-12 label {
    font-weight: 400
}

#newsletter_block_left .img_newsletter .form_newsletter .row .col-xs-4 {
    width: calc(33.333% - 10px);
    margin-right: 10px;
    padding: 0
}

#newsletter_block_left .img_newsletter .form_newsletter .row .col-xs-4:nth-child(2n+1) {
    width: 33.333%;
    margin: 0
}

#newsletter_block_left .img_newsletter .form_newsletter .row .col-xs-4:nth-child(3n+1) {
    margin-left: 10px;
    margin-right: 0
}

#newsletter_block_left .img_newsletter .form_newsletter .row .col-xs-4 select {
    background: url(../img/arrow-select-3.png) right center no-repeat #fff;
    -moz-appearance: none;
    cursor: pointer
}

#newsletter_block_left .img_newsletter .blanco.lead {
    background-color: rgba(255, 255, 255, .8);
    border: 1px dotted #f0EDD9;
    color: #f0EDD9;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 10px;
    text-transform: uppercase
}

.bg-regalar {
    padding-top: 50px
}

#section1.regalar {
    background-color: #ededed
}

.regalar .canjeo-fnac,
.regalar .donde-fnac {
    background-color: #fff;
    padding: 20px
}

.bg-regalar-info {
    margin-bottom: -16px
}

.bg-regalar-info .row-sm-height .padding-v15 {
    display: inline-block;
    float: none;
    text-align: left;
    vertical-align: top
}

.bg-regalar-info .row-sm-height .padding-v15 .inside-full-height {
    min-height: 430px
}

.regalar .img-responsive {
    width: 100%
}

.regalar .text-block-regala {
    min-height: 70px
}

.regalar .text-block-fnac {
    min-height: inherit
}

.regalar .donde-fnac {
    background-image: url(../img/logo-fnac.png);
    background-position: right top;
    background-repeat: no-repeat;
    margin-bottom: 40px
}

#contact .block-contact-regala .contact-enologo #submitMessage,
.regalar .canjeo-fnac h3,
.regalar .donde-fnac h3 {
    margin-bottom: 20px
}

.regalar .h1-fnac {
    text-align: center;
    font-size: 2.2em;
    margin-top: 45px
}

.regalar .h2-fnac {
    text-align: center;
    font-size: 1.3em
}

#contact .block-contact-regala {
    padding-top: 20px
}

.block-contact-regala .contact-enologo .form-group {
    width: calc(100% - 30px)
}

#contact .block-contact-regala .contact-enologo .form-group {
    padding: 0;
    margin-left: 15px
}

.bg-maridaje {
    padding-top: 25px
}

#maridaje {
    margin: 35px auto -15px;
    width: 100%;
    max-width: 1170px
}

#maridaje .padding-v30 {
    margin-left: 0;
    margin-right: 0
}

#maridaje .bg-blanco {
    padding-top: 0
}

#maridaje h2 {
    margin-top: 75px
}

.maridaje div {
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle
}

.maridaje div a {
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 700;
    height: 280px;
    transition: all 0.3s ease 0s;
    width: 100%
}

.maridaje div a:hover {
    background-color: rgba(0, 0, 0, .3);
    text-decoration: none
}

.maridaje div a span {
    letter-spacing: 3px;
    position: relative;
    top: 45%;
    transform: translateY(-50%)
}

#module-cashondeliveryplus-validation .metodo_pago,
#module-payslip-payment form .metodo_pago {
    font-size: 16px;
    margin-bottom: 20px
}

#module-cashondeliveryplus-validation .metodo_pago em {
    display: inline-block;
    margin-top: 20px
}

#module-cashondeliveryplus-validation form .metodo_pago span,
#module-payslip-payment form .metodo_pago span {
    color: #f0EDD9 !important;
    font-weight: 400 !important
}

#module-cashondeliveryplus-validation form .cart_navigation,
#module-payslip-payment form .cart_navigation {
    display: inline-block;
    float: left;
    margin-top: 20px;
    margin-right: 30px
}

#module-cashondeliveryplus-validation form .cart_navigation .button_large,
#module-cashondeliveryplus-validation form .cart_navigation .exclusive_large,
#module-payslip-payment form .cart_navigation .button_large,
#module-payslip-payment form .cart_navigation .exclusive_large {
    background-color: #fff;
    border: 2px solid #212120;
    color: #212120;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

#module-cashondeliveryplus-validation form .cart_navigation .exclusive_large:hover,
#module-payslip-payment form .cart_navigation .exclusive_large:hover {
    background-color: #f0EDD9;
    border: 2px solid #f0EDD9;
    color: #fff
}

#module-cashondeliveryplus-validation form .cart_navigation .button_large:hover,
#module-payslip-payment form .cart_navigation .button_large:hover {
    background-color: #fff;
    border: 2px solid #f0EDD9;
    color: #f0EDD9
}

#order-confirmation .bg-gris {
    margin-top: 0;
    padding-top: 15px
}

#order-confirmation .confirmacion-pago-ok {
    color: #f0EDD9;
    font-size: 18px;
    padding: 20px 0 30px;
    font-weight: 300
}

#order-confirmation .bg-gris .textos2 {
    padding-bottom: 20px
}

#order-confirmation .bg-gris .textos2 p {
    font-size: 16px
}

.bg-carrito-vacio h2 {
    color: var(--primary-color);
    display: inline;
    font-size: 36px;
    letter-spacing: .02em;
    margin: 0;
    padding: 0
}

.nombre-enologo {
    margin-top: 75%
}

.nombre-enologo h3 {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 20px
}

.nombre-enologo .categoria {
    font-size: 15px;
    letter-spacing: .05em
}

.conoce-enologos .padding-20 {
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    padding: 25px 20px;
    color: #999
}

.conoce-enologos .grid figure {
    cursor: default
}

.conoce-enologos .ampliar-info {
    clear: both;
    padding-top: 5px;
    text-align: center
}

.conoce-enologos .ampliar-info h3 {
    padding-bottom: 10px
}

.ventajas .categoria {
    font-size: 15px;
    font-weight: 400;
    margin-top: 0;
    padding-bottom: 0
}

.ventajas h3 {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 30px
}

.ventajas figure.effect-lily figcaption>div {
    padding: 1em 1.5em
}

.ventajas figure.effect-lily img {
    opacity: .5
}

.ventajas figure.effect-lily:hover img {
    opacity: .8
}

.block-contact-regala .contact-enologo h4 {
    text-align: left;
    font-weight: 400;
    padding-top: 15px
}

.block-contact-regala .contact-enologo .col-xs-2.padding-v15 {
    padding: 10px 0 0;
    width: 100%;
    text-align: left
}

.block-contact-regala .contact-enologo .col-xs-2.padding-v15 p {
    display: inline-block;
    margin-bottom: 25px;
    margin-right: 10px;
    width: auto
}

#promos {
    float: left;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 0 5px
}

#promos #section2 {
    padding: 10px 10px 3px;
    width: 33.33%
}

#promos h3 {
    color: #fff;
    font-size: 22px;
    margin: 130px 20px 0;
    position: absolute;
    z-index: 2
}

#promos .subtitulo {
    color: #fff;
    font-size: 15px;
    margin: 160px 20px 0;
    position: absolute;
    z-index: 2
}

.promociones a {
    display: block;
    padding: 0;
    position: relative;
    background-color: #000
}

.popup-login,
.popup-login-overlay {
    position: fixed;
    z-index: 1000;
    display: inline-block
}

.promociones a img {
    opacity: .9;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

.promociones a img:hover {
    opacity: .8
}

.popup-login-overlay {
    background: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%
}

.popup-login {
    border: 5px solid #f0EDD9;
    padding: 20px;
    width: 500px;
    margin-left: calc(50vw - 250px);
    margin-top: 20vh;
    background: #fff;
    transition: margin 0.5s
}

.experiencias-container .bg-bodega-1,
.experiencias-container .bg-bodega-36,
.experiencias-container .bg-bodega-38,
.experiencias-container .bg-bodega-39 {
    background-position: center center;
    background-repeat: no-repeat
}

.popup-login-closed {
    margin-top: -100vh
}

.contenedor-btn-gestion-reservas {
    margin: 0 0 45px;
    width: 100%;
    text-align: center;
    float: left
}

.listado-servicios {
    margin: 0 auto;
    max-width: 1170px;
    width: 95%
}

.experiencias-container {
    margin: 0 auto 30px;
    float: left;
    width: 100%
}

.experiencias-container .bg-bodega-1 {
    background-image: url(../img/bg-campoviejo-bodega.jpg);
    height: 300px
}

.experiencias-container .bg-bodega-36 {
    background-image: url(../img/bg-ysios.jpg);
    height: 300px
}

.experiencias-container .bg-bodega-38 {
    background-image: url(../img/bg-tarsus.jpg);
    height: 300px
}

.experiencias-container .bg-bodega-39 {
    background-image: url(../img/bg-aura.jpg);
    height: 300px
}

.experiencias-container.paso1b {
    margin: 60px auto;
    width: 95%;
    max-width: 1170px;
    float: none
}

.experiencias-container .bg-bodega-1 h2,
.experiencias-container .bg-bodega-36 h2,
.experiencias-container .bg-bodega-38 h2,
.experiencias-container .bg-bodega-39 h2 {
    margin-top: 65px
}

.experiencias-container .listado-servicios .bloque-servicio {
    cursor: pointer;
    float: left;
    height: auto;
    margin-bottom: 15px;
    margin-right: 2%;
    margin-top: 15px;
    position: relative;
    width: 32%;
    padding: 0;
    background-color: #fff;
    font-family: roboto
}

.experiencias-container .listado-servicios .bloque-servicio:nth-child(3n) {
    margin-right: 0
}

.experiencias-container .listado-servicios .bloque-servicio .lado-derecha {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 100%;
    vertical-align: top
}

.experiencias-container .listado-servicios .bloque-servicio .lado-derecha .imagen {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.experiencias-container .listado-servicios .bloque-servicio div {
    background-color: rgba(0, 0, 0, 0)
}

.experiencias-container .listado-servicios .bloque-servicio-hover div {
    background-color: rgba(0, 0, 0, .6)
}

.experiencias-container .listado-servicios .bloque-servicio .bodegas {
    background: rgba(0, 0, 0, 0)
}

.experiencias-container .listado-servicios .bloque-servicio h3 {
    color: #fff;
    padding: 110px 30px 0;
    position: absolute;
    z-index: 2;
    font-size: 22px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.experiencias-container .listado-servicios .bloque-servicio-hover h3 {
    padding: 70px 30px 0
}

.experiencias-container .listado-servicios .bloque-servicio-bodega h3 {
    font-size: 16px;
    padding: 60px 30px 0;
    letter-spacing: .03em;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    text-shadow: #000 3px 3px 3px
}

.experiencias-container .listado-servicios .bloque-servicio-hover.bloque-servicio-bodega h3 {
    padding: 35px 30px 0
}

.experiencias-container .listado-servicios .bloque-servicio-hover .duracion,
.experiencias-container .listado-servicios .bloque-servicio-hover .precio {
    opacity: 0
}

.experiencias-container .listado-servicios .bloque-servicio .duracion,
.experiencias-container .listado-servicios .bloque-servicio .instalacion,
.experiencias-container .listado-servicios .bloque-servicio .precio {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: .02em;
    position: absolute
}

.experiencias-container .listado-servicios .bloque-servicio .duracion {
    padding: 165px 20px 0;
    text-align: right;
    background-image: url(../img/clock.svg);
    background-position: right 164px;
    background-repeat: no-repeat;
    background-size: 17px auto;
    margin: 0 20px 0 0;
    width: calc(100% - 20px);
    font-size: 14px;
    font-weight: 400
}

.experiencias-container .listado-servicios .bloque-servicio .precio {
    padding: 165px 22px 0;
    font-size: 14px;
    font-weight: 400;
    background-image: url(../img/price.svg);
    background-position: left 164px;
    background-repeat: no-repeat;
    background-size: 17px auto;
    margin: 0 0 0 20px;
    width: calc(100% - 20px)
}

.experiencias-container .listado-servicios .bloque-servicio .instalacion {
    padding: 20px 50px 0;
    opacity: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .05em
}

.experiencias-container .listado-servicios .bloque-servicio-hover .instalacion {
    padding: 20px 50px 0;
    opacity: 0
}

.experiencias-container .listado-servicios .bloque-servicio .subtitulo {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .1em;
    padding: 270px 50px 0;
    text-align: left;
    text-transform: uppercase;
    z-index: 2
}

.experiencias-container .listado-servicios .bloque-servicio-hover .subtitulo {
    color: rgba(255, 255, 255, 0)
}

.experiencias-container .listado-servicios .bloque-servicio-bodega .subtitulo {
    padding: 20px 30px 0
}

.experiencias-container .listado-servicios .bloque-servicio .descripcion {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-weight: 300;
    padding: 130px 30px 0;
    position: absolute;
    z-index: 2;
    line-height: 18px;
    opacity: 0;
    font-style: italic;
    font-size: 13px;
    text-align: center;
    letter-spacing: .03em
}

.experiencias-container .listado-servicios .bloque-servicio-hover .descripcion {
    padding: 115px 30px 0;
    opacity: 1
}

.experiencias-container.paso1a .listado-servicios #servicios-tabs ul {
    background: 0 0;
    border: none;
    border-radius: 0;
    text-align: center;
    padding: 0
}

.experiencias-container.paso1a .listado-servicios #servicios-tabs ul li {
    display: inline-block;
    float: none;
    border: none;
    background: 0 0;
    margin-left: 5px;
    margin-right: 5px
}

.experiencias-container.paso1a .listado-servicios #servicios-tabs ul li a {
    color: #f0EDD9;
    border: 2px solid #f0EDD9
}

.experiencias-container.paso1a .listado-servicios #servicios-tabs ul li a:hover,
.experiencias-container.paso1a .listado-servicios #servicios-tabs ul li.ui-tabs-active a {
    color: #fff;
    background-color: #f0EDD9
}

ui-tabs-active .experiencias-container .bloque-paso-1-b {
    margin: 60px auto 0;
    max-width: 1170px;
    position: relative;
    width: 95%
}

.experiencias-container .bloque-paso-1-b .lado-izquierdo {
    display: inline-block;
    height: 100%;
    margin-right: 10px;
    position: relative;
    vertical-align: top;
    width: calc(50% - 10px);
    background-color: #fff;
    padding: 40px
}

.ui-accordion .ui-accordion-header.ui-accordion-header-active {
    display: none
}

.experiencias-container .bloque-paso-1-b .lado-derecho .accordion h3 {
    background-color: #212120;
    background-image: none;
    border: none;
    border-radius: 0;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    margin: 0;
    opacity: 1;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.experiencias-container .bloque-paso-1-b .lado-derecho .accordion h3:hover {
    background-color: #f0EDD9
}

.experiencias-container .bloque-paso-1-b .lado-derecho .accordion h3 .valor-elegido {
    color: #f0EDD9;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .05em;
    margin-left: 10px
}

.experiencias-container .bloque-paso-1-b .lado-derecho .accordion h3:hover .valor-elegido {
    color: #212120
}

.experiencias-container .bloque-paso-1-b .lado-derecho .accordion h3 .ui-accordion-header-icon {
    background-image: url(../img/arrow-down.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    position: absolute;
    right: 15px;
    width: 11px;
    height: 6px;
    top: 20px
}

.experiencias-container .bloque-paso-1-b .lado-derecho .accordion .ui-accordion-content {
    border-radius: 0;
    border: none
}

.experiencias-container .bloque-paso-1-b .lado-derecho {
    position: relative;
    display: inline-block;
    width: calc(50% - 10px);
    height: 100%;
    margin-left: 10px;
    vertical-align: top
}

.experiencias-container .bloque-paso-1-b .disponibilidad {
    position: relative
}

.preloader_small {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/preloader_small.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    top: 0;
    left: 0
}

.texto-introduccion {
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    padding: 0;
    font-style: italic;
    margin-top: 30px;
    color: #f0EDD9
}

.bloque-paso-1-b .strong {
    font-weight: 600
}

.bloque-paso-1-b .ui-accordion .ui-accordion-content {
    padding: 10px 30px
}

.bloque-paso-1-b .ui-accordion-content-active .titulo-acordeon {
    font-weight: 700;
    font-size: 15px
}

.bloque-paso-1-b .ui-accordion-content-active .text-acordeon {
    margin-left: 20px;
    margin-bottom: -5px;
    font-style: italic;
    font-size: 14px
}

.bloque-paso-1-b #fecha.datepicker {
    border: 2px solid #212120;
    font-family: roboto;
    font-size: 17px;
    margin: 10px 0 10px 20px;
    padding: 10px;
    width: 240px
}

.bloque-paso-1-b .ui-accordion-content-active .icono-calendario .fa {
    font-size: 21px;
    padding: 15px 0 0 10px;
    border-radius: 30px
}

.bloque-paso-1-b #emailRegalado,
.bloque-paso-1-b #numAdultos {
    border: 2px solid #212120;
    margin: 10px 0;
    padding: 10px;
    font-family: roboto;
    font-size: 17px
}

.bloque-paso-1-b #numInfantil {
    border: 2px solid #212120;
    margin: 0 0 10px;
    padding: 10px;
    font-family: roboto;
    font-size: 17px
}

.bloque-paso-1-b .btn-continuar {
    border: 2px solid #f0EDD9;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 10px 20px;
    padding: 5px 10px;
    color: #f0EDD9;
    background-color: #fff
}

.bloque-paso-1-b .btn-continuar:hover {
    border: 2px solid #f0EDD9;
    color: #fff;
    background-color: #f0EDD9
}

.bloque-paso-1-b .btn-continuar.disabled,
.bloque-paso-1-b .btn-continuar.disabled:hover {
    border: 2px solid #ddd;
    color: #ddd;
    cursor: default;
    background-color: #fff
}

.bloque-paso-1-b .personas .campo,
.bloque-paso-1-b .regalar .campo {
    margin-left: 20px
}

.bloque-paso-1-b .personas .campo label,
.bloque-paso-1-b .regalar .campo label {
    width: 60px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px
}

#ui-datepicker-div.ui-datepicker {
    border: 2px solid #f0EDD9;
    border-radius: 0;
    margin-top: -2px;
    max-width: 240px;
    padding: 3px;
    font-family: roboto
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background-color: #f0EDD9;
    background-image: none;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    text-transform: uppercase;
    margin: -3px
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    height: 40px;
    left: 0;
    top: 0;
    width: 30px
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
    border-radius: 0;
    background-image: none;
    background-color: rgba(255, 255, 255, .2);
    border: none
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    height: 40px;
    right: 0;
    top: 0;
    width: 30px
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
    border-radius: 0;
    background-image: none;
    background-color: rgba(255, 255, 255, .2);
    border: none
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
    background-image: url(../img/arrow-left.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 40px;
    margin: 0;
    top: 0;
    width: 30px;
    left: 0
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
    background-image: url(../img/arrow-right.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 40px;
    margin: 0;
    top: 0;
    width: 30px;
    left: 0
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    height: 40px;
    line-height: 40px;
    margin: 0 30px
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar {
    margin: 0
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar thead tr th {
    padding-bottom: 0
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar thead tr th span {
    font-weight: 500
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar tbody .ui-state-default {
    background-color: #fff;
    background-image: none;
    border: none;
    color: #212120;
    font-weight: 500;
    padding: 5px 0;
    text-align: center
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar tbody .ui-state-default:hover {
    color: #f0EDD9
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane {
    border: none;
    padding: 0;
    margin: 0
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close,
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current {
    background-color: #212120;
    background-image: none;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: roboto;
    letter-spacing: .05em;
    line-height: 31px;
    height: 30px;
    opacity: 1
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close:hover,
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current:hover {
    background-color: #f0EDD9
}

.bloque-paso-1-b .lado-derecho .disponibilidad {
    padding-bottom: 0
}

.disponibilidad-response .horarios-radio {
    margin-top: 10px;
    padding-bottom: 20px;
    margin-left: 20px
}

.disponibilidad-response .horarios-radio label:hover {
    border-color: #f0EDD9;
    color: #f0EDD9
}

.disponibilidad-response .horarios-radio input[type="radio"]:checked+label:hover {
    color: #fff
}

.disponibilidad-response .bloque-reservar {
    margin: 0 -30px
}

.experiencias-container .bloque-paso-1-b .reservar {
    padding: 0
}

.experiencias-container .reservar .btn-reservar {
    background-color: #f0EDD9;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .05em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.bloque-paso-1-b .ui-accordion-content-active,
.visita-incluida {
    height: auto !important
}

.experiencias-container .reservar .btn-reservar:hover {
    background-color: #fff;
    color: #f0EDD9
}

.disponibilidad-response .bloque-reservar .fa {
    margin-left: 10px
}

.lado-izquierdo h3 {
    border-bottom: 2px solid #212120;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 0;
    padding: 0 0 30px;
    text-transform: uppercase
}

.bloque-paso-1-b .lado-derecho .imagen {
    margin: 0 0 20px;
    border-bottom: 2px solid #212120;
    padding-bottom: 20px;
    width: 100%
}

.bloque-paso-1-b .lado-izquierdo .descripcion {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.bloque-paso-1-b .lado-izquierdo .more-info {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 20px;
    color: #f0EDD9;
    cursor: pointer
}

.bloque-paso-1-b .lado-izquierdo .more-info:hover {
    color: #fff;
    background-color: #f0EDD9
}

.popup-moreinfo h7 {
    font-family: "Abril Fatface", cursive;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    line-height: 22px
}

.block-documents,
.servicio_img {
    width: 50%;
    margin-bottom: 10px;
    float: left
}

.servicio_img {
    padding-right: 20px
}

.popup-moreinfo .info_servicio h5 {
    color: #999;
    font-size: 15px;
    font-weight: 300;
    margin-top: 0
}

.popup-moreinfo .info_servicio p strong {
    color: #f0EDD9
}

.popup-moreinfo .info_servicio ul li {
    display: inline-block;
    margin: 0 0 5px
}

.popup-moreinfo .info_servicio ul li a {
    border: 2px solid #f0EDD9;
    display: inline-block;
    color: #f0EDD9;
    cursor: pointer;
    padding: 5px;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none
}

.popup-moreinfo .info_servicio ul li a:hover {
    border: 2px solid #f0EDD9;
    color: #fff;
    background-color: #f0EDD9
}

.popup-moreinfo .tarifas_servcicio h5 {
    color: #212120;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: -5px
}

.popup-moreinfo .tarifas_servcicio .tarifas td {
    padding-left: 0;
    padding-top: 0
}

.popup-moreinfo .tarifas_servcicio .tarifas .aclaracion {
    font-style: italic;
    font-size: 12px
}

.popup-moreinfo .tarifas_servcicio {
    display: none
}

.head-reservar {
    display: none !important
}

.bloque-paso-1-b .lado-derecho .trigger-accordion p {
    color: #fff;
    background-color: #f0EDD9;
    border: 2px solid #f0EDD9;
    padding: 12px 12px 10px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: 15px
}

#contact .text-area-handlers {
    display: block;
    margin: 0 15px
}

#contact .checkbox-contact-experiencias,
#contact .g-recaptcha-contact-experiencias {
    margin: 20px 15px;
    clear: both
}

#contact .enviar-contact-experiencias {
    margin: 30px 15px
}

#contact .block-contact-visit {
    clear: both;
    padding-top: 20px
}

#contact .container-contenido-experiencia {
    background-color: #fff;
    margin: 60px auto 0;
    max-width: 1170px;
    width: 100%;
    display: table
}

#contact .container-contenido-experiencia .bloque-contact-form-visitas {
    width: calc(50% - 30px);
    float: left;
    padding: 30px;
    line-height: 18px;
    font-size: 15px
}

#contact .container-contenido-experiencia .bloque-contact-form-visitas:nth-child(2n) {
    float: right;
    border-left: 20px solid #ededec;
    width: calc(50% + 30px);
    padding: 0
}

#contact .container-contenido-experiencia .bloque-contact-form-visitas h1 {
    border: none;
    color: #212120;
    font-family: abril fatface;
    font-size: 29px;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 0;
    text-transform: inherit;
    line-height: 32px
}

#contact .container-contenido-experiencia .bloque-contact-form-visitas p {
    font-size: 15px;
    line-height: 20px
}

#contact .container-contenido-experiencia .bloque-contact-form-visitas p.caract-experiencia {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    padding-left: 10px
}

#contact .container-contenido-experiencia .bloque-contact-form-visitas ul {
    font-size: 14px;
    margin-top: -5px;
    margin-left: 30px
}

#contact .container-contenido-experiencia .bloque-contact-form-visitas ul li {
    list-style: none;
    padding-bottom: 10px
}

.btn-volver-perfilcata a {
    width: auto;
    display: inline-block
}

#address section .row.padding-v30,
#addresses section .row.padding-v30,
#discount section .row.padding-v30,
#history section .row.padding-v30,
#identity section .row.padding-v30,
#module-blockwishlist-mywishlist .row.padding-v30,
#module-cashondeliveryplus-validation .row.padding-v30,
#module-loyalty-default .row.padding-v30,
#module-mailalerts-account .row.padding-v30,
#module-membergetmember-account .row.padding-v30,
#module-membergetmember-family .row.padding-v30,
#module-paypal-submit .row.padding-v30,
#module-payslip-payment .row.padding-v30,
#module-perfilsocio-account .row.padding-v30,
#module-redsys-pagocorrecto .row.padding-v30,
#module-redsys-pagoerror .row.padding-v30,
#password .row.padding-v30 {
    margin: 0
}

#address .bg-gris .row .col-xs-12.bg-blanco,
#addresses .bg-gris .row .col-xs-12.bg-blanco,
#contact .bg-gris .contact-form-box,
#discount .bg-gris .row .col-xs-12.bg-blanco,
#history .bg-gris .row .col-xs-12.bg-blanco,
#identity .bg-gris .row .col-xs-12.bg-blanco,
#module-blockwishlist-mywishlist .bg-gris .row .col-xs-12.bg-blanco,
#module-cashondeliveryplus-validation .bg-gris .row .col-xs-12.bg-blanco,
#module-loyalty-default .bg-gris .row .col-xs-12.bg-blanco,
#module-mailalerts-account .bg-gris .row .col-xs-12.bg-blanco,
#module-membergetmember-account .bg-gris .row .col-xs-12.bg-blanco,
#module-membergetmember-registroamigos .bg-gris .row .col-xs-12.bg-blanco,
#module-membergetmember-family .bg-gris .row .col-xs-12.bg-blanco,
#module-paypal-submit .bg-gris .row .col-xs-12.bg-blanco,
#module-payslip-payment .bg-gris .row .col-xs-12.bg-blanco,
#module-perfilsocio-account .bg-gris .row .col-xs-12.bg-blanco,
#module-redsys-pagocorrecto .bg-gris .row .col-xs-12.bg-blanco,
#module-redsys-pagoerror .bg-gris .row .col-xs-12.bg-blanco,
#order-confirmation .bg-gris .row .col-xs-12.bg-blanco,
#password .bg-gris .row .col-xs-12.bg-blanco {
    padding: 0 30px
}

#address .page-subheading,
#addresses .page-heading,
#authentication .page-subheading,
#contact .bg-gris .contact-form-box .page-subheading,
#discount .page-heading,
#history .page-heading,
#identity .page-subheading,
#module-blockwishlist-mywishlist .page-heading,
#module-cashondeliveryplus-validation .page-subheading,
#module-loyalty-default .page-heading,
#module-mailalerts-account .page-heading,
#module-membergetmember-account .page-heading,
#module-membergetmember-registroamigos .page-heading,
#module-membergetmember-family .page-heading,
#module-paypal-submit .page-subheading,
#module-payslip-payment .page-subheading,
#module-perfilsocio-account .page-heading,
#module-redsys-pagocorrecto .page-subheading,
#module-redsys-pagoerror .page-subheading,
#order-confirmation .page-subheading,
#password .page-subheading {
    color: #212120;
    font-family: abril fatface;
    font-size: 36px;
    text-transform: inherit;
    border: none;
    margin-bottom: 15px;
    padding-bottom: 0
}

.info-title {
    font-size: 16px;
    padding-bottom: 20px
}

#block-history .table-bordered {
    border: none
}

#block-order-detail thead tr th,
#discount thead tr th,
#module-blockwishlist-mywishlist thead tr th,
#module-membergetmember-account tbody tr th,
#module-membergetmember-family tbody tr th,
#order-list thead tr th {
    background: #ededec;
    border: none;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 10px
}

#block-history tfoot tr td,
#block-order-detail tbody tr td,
#block-order-detail tfoot tr td,
#discount tbody tr td,
#module-blockwishlist-mywishlist tbody tr td,
#module-membergetmember-account tbody tr td,
#module-membergetmember-family tbody tr td,
#order-list tbody tr td {
    border-color: -moz-use-text-color #ededec #ededec -moz-use-text-color;
    border-style: none solid solid none;
    border-width: medium 2px 2px medium;
    vertical-align: middle;
    padding: 15px 10px
}

#block-history tfoot tr td:last-child,
#block-order-detail tbody tr td:last-child,
#block-order-detail tfoot tr td:last-child,
#discount tbody tr td:last-child,
#module-blockwishlist-mywishlist tbody tr td:last-child,
#module-membergetmember-account tbody tr td:last-child,
#module-membergetmember-family tbody tr td:last-child,
#order-list tbody tr td:last-child {
    border-right: none
}

#order-list tbody tr td a {
    font-weight: 400;
    text-decoration: none
}

#order-list tbody tr td a:hover {
    color: #f0EDD9
}

#order-list tbody tr td a.btn-default {
    background: 0 0;
    border: none;
    text-decoration: underline;
    font-weight: 600;
    font-size: 15px
}

#block-order-detail .box.box-small {
    background-color: #ededec;
    border: 2px solid #ededec;
    margin: 0;
    padding: 15px 10px
}

#block-order-detail .box .dark,
.adresses_bloc .address,
.adresses_bloc .address li:first-child {
    padding: 0
}

#history #block-order-detail .page-heading {
    font-size: 30px
}

.adresses_bloc .address li h3,
.bloc_adresses .address li h3 {
    border: none;
    color: #212120;
    font-size: 16px;
    text-transform: inherit
}

.adresses_bloc .address li {
    padding: 3px 10px
}

.adresses_bloc .address li h3 {
    background-color: #ededec;
    margin: 0 0 10px;
    padding: 15px 10px
}

.cont-send-message {
    background-color: #ededec;
    padding: 20px
}

.cont-send-message select {
    -moz-appearance: none;
    background: url(../img/arrow-select-3.png) rgba(0, 0, 0, 0);
    background-position: right center;
    background-repeat: no-repeat;
    box-shadow: none
}

#identity .form-stru label {
    width: auto;
    padding: 0;
    margin-bottom: 15px
}

#identity .form-stru .radio-inline {
    margin-left: 10px
}

#identity .form-stru .radio-inline label input {
    display: block;
    margin: 1px 0 0 -20px
}

#add_address .form-group,
#authentication .form-group,
#identity .form-group,
.text-area-handlers .form-group {
    float: left;
    margin-right: 20px;
    width: calc(50% - 20px)
}

#add_address .form-group.dcha,
#authentication .form-group.dcha,
#identity .form-group.dcha,
.text-area-handlers .form-group.dcha {
    margin-right: 0;  
}

#add_address .form-group.form-direccion,
#add_address .form-group.phone-number {
    clear: both
}

#add_address .form-group label,
#authentication .form-group label,
#identity .form-group label {
    padding: 0;
    text-align: left;
    width: 100%
}

#add_address .form-group .form-control,
#authentication .form-group .form-control,
#identity .form-group .form-control {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px
}

#add_address .inline-infos.required,
#identity .inline-infos.required {
    clear: both;
    display: block;
    margin-left: 0;
    margin-top: -40px;
    position: relative;
    top: -15px
}

#add_address .form-group select,
#authentication .form-group select,
#identity .form-group select {
    -moz-appearance: none;
    background-image: url(../img/arrow-select-3.png);
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer
}

#authentication #center_column form.std .form-group.date-select .row,
#identity #center_column form.std .form-group.birthday .row {
    width: 100%
}

#authentication #center_column form.std .form-group.date-select .row .col-xs-4,
#authentication #center_column form.std .form-group.date-select .row .col-xs-4 select,
#identity #center_column form.std .form-group.birthday .row .col-xs-4,
#identity #center_column form.std .form-group.birthday .row .col-xs-4 select {
    max-width: 100%
}

#identity table,
#identity th,
#identity td,
.cms-politica-de-privacidad table,
.cms-politica-de-privacidad th,
.cms-politica-de-privacidad td{
    border: 1px solid black;
}

.bloc_adresses {
    margin-bottom: 30px
}

.bloc_adresses .address {
    padding: 0;
    min-height: 340px;
    margin-bottom: 0
}

.bloc_adresses .address li:first-child {
    padding: 0
}

.bloc_adresses .address li {
    padding: 3px 10px
}

.bloc_adresses .address li h3 {
    background-color: #ededec;
    margin: 0 0 10px;
    padding: 15px 10px
}

#authenticationAlign a,
#cookieNotice .closeButtonNormal,
#cookieNotice td a,
.module-visitas-registro #FormReservar div .titulo_input_tusvisitas,
.notfound-bottom p.ayudarte,
.notfound-top p {
    text-transform: uppercase
}

.bloc_adresses .address li.address_update {
    bottom: 10px;
    margin: 0;
    position: absolute
}

.footer_links {
    margin-bottom: 30px
}

.footer_links .pull-left a,
.footer_links .pull-right a {
    padding: 5px 10px;
    border: 2px solid #350B3D;
    color: #350B3D;
    background-color: #fff
}

.footer_links .pull-left a:hover,
.footer_links .pull-right a:hover {
    border: 2px solid #350B3D;
    color: #fff;
    background-color: #350B3D;
    text-decoration: none
}

.footer_links .pull-left a i,
.footer_links .pull-right a i {
    font-size: 13px;
    margin-right: 10px
}

#blockcustomerprivacy-simple {
    margin: 25px 0
}

#identity .checkbox label {
    padding-left: 0
}

#module-loyalty-default .bottom-pagination-content {
    border: none;
    margin: 0 0 50px;
    padding: 0
}

#module-loyalty-default .product-count {
    display: block;
    font-size: 12px;
    text-align: center;
    width: 100%
}

#module-membergetmember-account .panel,
#module-membergetmember-family .panel {
    box-shadow: none;
    border-radius: 0
}

#discount .table-bordered,
#module-membergetmember-account .table-bordered,
#module-membergetmember-family .table-bordered {
    border: none
}

#module-membergetmember-family .first_buy .icon-check::before {
    color: #f0EDD9;
    font-size: 18px
}

#module-membergetmember-registroamigos .container-invitaamigos {
    background-color: #d4cdc0;
    float: left;
    margin-top: 50px;
    width: 100%;
    margin-bottom: 20px
}

#module-membergetmember-registroamigos .container-invitaamigos .bg-beige {
    background-color: #d4cdc0;
    background-image: url(../img/member-get-member.jpg);
    height: 353px;
    padding: 0 15px;
    width: 183px;
    background-position: bottom center;
    background-repeat: no-repeat
}

#module-membergetmember-registroamigos .container-invitaamigos .bg-beige h3 {
    font-size: 30px;
    line-height: 30px
}

#module-membergetmember-registroamigos .container-invitaamigos .form-content-nologin {
    padding: 30px;
    width: calc(100% - 183px);
    height: 353px
}

#module-membergetmember-registroamigos .mis-invitados {
    margin-top: 40px;
    margin-bottom: 10px
}

#module-membergetmember-registroamigos .mis-invitados .panel-group .panel {
    border-radius: 0;
    box-shadow: none
}

.wlp_bought.container {
    width: 100%
}

.wlp_bought .wlp_bought_list li .row {
    margin: 0;
    border: 2px solid #ededec
}

.wlp_bought .wlp_bought_list li .row div {
    border: none
}

.wlp_bought .wlp_bought_list li .row .product_image a {
    display: block
}

.wlp_bought .wlp_bought_list li .row .product_image a .img-responsive {
    width: auto;
    margin: 0 auto
}

.wlp_bought .wlp_bought_list li .row .product_infos .product-name {
    font-family: abril fatface;
    font-size: 15px;
    margin-bottom: 20px
}

#module-perfilsocio-account .nombre-grupo {
    color: #f0EDD9
}

#module-perfilsocio-account .content-texto-tarifa img {
    border: 5px solid #ededec;
    margin: 30px 0
}

#cookieNotice {
    opacity: 0.95 !important;
    padding: 10px 20px;
    box-shadow: none !important
}

#cookieNotice td {
    font-family: roboto;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .02em;
    color: #000
}

#cookieNotice .closeButtonNormal {
    background-color: #f0EDD9;
    border: 2px solid #f0EDD9;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    padding: 6px 15px;
    font-size: 13px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

#cookieNotice .closeButtonNormal:hover {
    background-color: #fff;
    color: #f0EDD9
}

#cookieNotice td a {
    font-weight: 500;
    color: rgba(33, 33, 32, .5);
    font-size: 13px
}

#cookieNotice td a:hover {
    color: #212120;
    text-decoration: none
}

#authentication #create-account_form .form_content img,
#authentication #login_form .form_content img {
    /*display: block*/
}

#authentication .form-group.form-mail-club {
    float: none
}

#authentication #account-creation_form {
    background-color: #fff;
    padding: 20px 30px
}

#authentication .account_creation .gender-line label {
    margin: 15px 0;
    padding: 0;
    width: auto
}

#authentication .account_creation .gender-line .radio-inline {
    margin-left: 10px
}

#authentication .account_creation .gender-line .radio-inline label input {
    display: block;
    margin: 1px 0 0 -18px
}

#authentication .password .form_info {
    margin: 0;
    position: relative;
    text-align: right;
    font-size: 12px;
    font-style: italic;
    top: -65px
}

#authentication #account-creation_form .submit #submitAccount {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .02em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

#authentication #account-creation_form .submit #submitAccount:hover {
    background-color: #fff
}

#password .footer_links {
    margin-top: 20px;
    float: left
}

body#pagenotfound #easycontent_6 {
    padding: 40px 0 0
}

body#pagenotfound #easycontent_6 h1 {
    font-size: 234px
}

.notfound-top {
    padding: 0 0 40px
}

.notfound-top p {
    font-size: 16px;
    font-weight: 500
}

.notfound-bottom {
    padding: 40px 0 0;
    border-top: 1px solid #ededec
}

.notfound-bottom p.ayudarte {
    font-size: 24px;
    font-weight: 500
}

.notfound-bottom form label {
    width: 100%;
    text-align: center
}

.notfound-bottom form input {
    width: 320px !important;
    text-align: center !important;
    height: 60px !important;
    line-height: 60px !important;
    margin-top: 20px
}

.btn-ok-search {
    margin: 20px
}

.btn-volver,
.notfound-bottom p.seguir {
    margin-top: 40px
}

#create-account_form #authenticationAlign,
#login_form #authenticationAlign {
    padding-top: 30px;
    border-top: 1px solid #212120;
    margin-top: 10px
}

#login_form #authenticationAlign div {
    font-size: 16px;
    margin-bottom: 15px
}

#authenticationAlign .ao_bt_fpsc.ao_bt_fpsc_facebook,
#authenticationAlign .ao_bt_fpsc.ao_bt_fpsc_google,
#authenticationAlign .ao_bt_fpsc.ao_bt_fpsc_twitter {
    border: 0
}

#authenticationAlign a {
    background: #212120;
    border-radius: 0;
    box-shadow: none;
    height: 35px;
    line-height: 35px;
    padding: 0;
    margin: 10px 20px
}

#authenticationAlign a:hover {
    background: #f0EDD9
}

#authenticationAlign a .picto {
    border-right: 1px solid #fff;
    height: 35px;
    width: 35px;
    text-shadow: none
}

#authenticationAlign a .title {
    border: none;
    font-size: 12px;
    font-weight: 400;
    height: 35px;
    padding: 0 20px;
    line-height: 33px;
    letter-spacing: .04em;
    text-shadow: none
}

#authenticationAlign a:focus {
    color: #fff
}

#authenticationAlign .ao_bt_fpsc.ao_bt_fpsc_facebook .picto {
    background-image: url(../img/icon-facebook.png);
    background-repeat: none;
    background-position: center center
}

#authenticationAlign .ao_bt_fpsc.ao_bt_fpsc_google .picto {
    background-image: url(../img/icon-google.png);
    background-repeat: none;
    background-position: center center
}

#authenticationAlign .ao_bt_fpsc.ao_bt_fpsc_twitter .picto {
    background-image: url(../img/icon-twitter.png);
    background-repeat: none;
    background-position: center center
}

.caract-experiencia.indent {
    text-indent: 2em
}

.caract-experiencia.indent::before {
    content: " - "
}

.mensaje_error_outlet {
    background-color: #fff;
    border: 5px solid #f0EDD9;
    color: #f0EDD9;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    padding: 30px;
    text-align: center
}

.imgtop img {
    width: 100%
}

.bg-tus_visitas {
    background-image: url(../img/bg-tus_visitas.jpg);
    background-position-x: center;
    background-position-y: center
}

.bg-tus_visitas h2 {
    margin-bottom: 10px !important;
    margin-top: 20px !important;
    font-family: "Abril Fatface", cursive !important;
    font-size: 42px !important;
    width: 100% !important;
    float: left !important
}

.menu_reservas li {
    display: inline-block;
    width: 180px
}

.menu_reservas li:hover .image-title {
    color: #f0EDD9;
    text-decoration: none
}

.menu_reservas li:hover a {
    text-decoration: none !important
}

.tus_visitas {
    background: #fff;
    text-align: center;
    padding-bottom: 30px
}

.image-title {
    display: block;
    font-family: "Abril Fatface", cursive;
    font-size: 18px
}

#ImprimirCompraReserva input[type="radio"],
.botono {
    display: inline-block
}

.menu_activo .image-title {
    color: #f0EDD9 !important
}

.tus_visitas_titulo h3 {
    text-align: center;
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 24px
}

#IntroducirFechaAnulacion,
#IntroducirFechaModificacion,
#IntroducirLocalizador,
.contenido_modificar_anular,
.factura {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 50px
}

#info_localizador,
.botono {
    text-align: left;
    position: relative
}

#IntroducirLocalizador label,
.factura label,
.texto_imprimir p {
    font-family: Roboto, sans-serif;
    font-size: 120%;
    line-height: 140%;
    font-weight: 400
}

#FechaAnulacion,
#Localizador,
#LocalizadorAnulacion,
.texto_imprimir input {
    padding: 6px 12px;
    border: 2px solid #212120;
    color: #212120;
    font-size: 14px;
    line-height: 1.42857;
    height: 34px
}

#FechaAnulacion,
#Localizador,
#LocalizadorAnulacion {
    margin: 20px
}

.boton2,
.titulo_input_tusvisitas {
    margin-top: 20px
}

#ImprimirCompraReserva .boton {
    background: 0 0
}

.botono {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #666;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-image-outset: 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    color: #fff;
    font-size: 1.166em;
    font-weight: 400;
    white-space: normal;
    border-color: currentcolor;
    border-style: none;
    border-width: medium;
    padding: 7px 12px 9px
}

.botono:hover {
    background-color: #59b98e
}

#ValidaFechaAnulacion,
#ValidaLocalizadorAnular,
#ValidaLocalizadorCompra {
    color: #59b98e !important
}

#informacion_reservas {
    width: 90% !important;
    margin: 20px 5% !important;
    padding: 5% !important;
    background: #fff !important;
    position: relative
}

#info_localizador {
    float: left;
    width: 100% !important;
    margin: 0
}

.cierre-volver,
.descarga-pdf-reserevas,
.ico-ok {
    margin-bottom: 50px;
    float: left
}

#informacion_reservas h4,
#opciones_modificacion h4 {
    color: #212120 !important;
    font-family: abril fatface;
    font-size: 26px
}

.divider-input {
    float: left;
    margin-right: 0;
    width: 100%;
    text-align: center
}

.cierre-volver {
    width: 100%;
    margin-top: 40px;
    text-align: center
}

.finalizar_compra input#ValidarAnulacion {
    max-width: 300px !important
}

.descarga-pdf-reserevas {
    width: 100%;
    text-align: center;
    color: #59b98e
}

.confirmacion-pago-ok {
    font-family: Roboto, sans-serif;
    font-size: 120%;
    font-weight: 400;
    line-height: 140%
}

.textos2 {
    margin-top: 30px;
    font-style: italic
}

.textos2 a {
    font-weight: 700;
    text-decoration: underline
}

.ico-ok {
    margin-right: 15px
}

#ImprimirCompraReserva .finalizar_compra {
    margin-top: 40px
}

.module-visitas-registro #FormReservar #TextoReserva-localizador,
.module-visitas-registro #FormReservar label {
    text-align: center;
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 24px;
    font-family: "Abril Fatface";
    margin-top: 20px
}

.module-visitas-registro #FormReservar input {
    margin-top: 0;
    text-align: center;
    border: 2px solid #111;
    padding: 6px 12px;
    height: 34px
}

.module-visitas-registro #FormReservar #ValidarLocalizador {
    border: 2px solid #f0EDD9;
    padding: 7px 10px;
    color: #f0EDD9;
    margin-bottom: 20px
}

.module-visitas-registro #FormReservar #ValidarLocalizador:hover {
    color: #fff;
    background-color: #f0EDD9
}

.module-visitas-registro #FormReservar #TextoServicioComprado {
    color: #f0EDD9;
    text-transform: uppercase;
    float: left;
    padding-top: 10px;
    width: 100%;
    margin-bottom: 20px
}

.module-visitas-registro #FormReservar #BotonReservar {
    border: 2px solid #f0EDD9;
    padding: 7px 10px;
    color: #fff;
    background-color: #f0EDD9;
    margin-top: 30px;
    cursor: pointer
}

.module-visitas-registro #FormReservar #BotonReservar:hover {
    color: #f0EDD9;
    background: 0 0
}

.module-visitas-registro #IntroducirFechaModificacion label,
.module-visitas-registro #IntroducirLocalizador label {
    text-align: center;
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 24px;
    font-family: "Abril Fatface";
    margin-top: 20px;
    line-height: 140%;
    font-weight: 400
}

.module-visitas-registro #IntroducirFechaModificacion input,
.module-visitas-registro #IntroducirLocalizador input {
    margin-top: 0;
    text-align: center;
    border: 2px solid #111;
    padding: 6px 12px;
    height: 34px
}

.module-visitas-registro #ImprimirCompraReserva #BotonImprimir,
.module-visitas-registro #IntroducirFechaModificacion #FechaModificarReserva,
.module-visitas-registro #IntroducirLocalizador #ObtenerLocalizador,
.module-visitas-registro .factura #DescargarFactura,
.module-visitas-registro .factura #SolicitarFactura {
    border: 2px solid #f0EDD9;
    padding: 7px 10px;
    color: #f0EDD9;
    margin-bottom: 20px;
    background: 0 0;
    margin-top: 20px
}

.module-visitas-registro #ImprimirCompraReserva #BotonImprimir:hover,
.module-visitas-registro #IntroducirFechaModificacion #FechaModificarReserva:hover,
.module-visitas-registro #IntroducirLocalizador #ObtenerLocalizador:hover,
.module-visitas-registro .factura #DescargarFactura:hover,
.module-visitas-registro .factura #SolicitarFactura:hover {
    color: #fff;
    background-color: #f0EDD9
}

#module-loyalty-default .transform-vouchers-content {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 20px 0
}

.popup-moreinfo,
.popup-moreinfo-overlay {
    display: inline-block;
    position: fixed;
    z-index: 1000
}

.number_quantity_cart {
    color: #f0EDD9
}

.asistentes_visita {
    margin-bottom: 40px;
    background: #fff;
    padding: 30px
}

#servicios-tabs,
#servicios-tabs ul {
    background: 0 0;
    border: none
}

#servicios-tabs ul {
    border-bottom: 1px solid #aaa;
    border-radius: 0
}

.experiencias-container .bloque-paso-1-b .accordion {
    height: 450px;
    overflow: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.experiencias-container .bloque-paso-1-b .accordion.closed {
    height: 0
}

.popup-moreinfo-overlay {
    background: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%
}

.popup-moreinfo {
    border: 5px solid #f0EDD9;
    padding: 20px;
    width: 500px;
    margin-left: calc(50vw - 250px);
    margin-top: 5vh;
    background: #fff;
    transition: margin 0.5s
}

.esquinero,
.visita-incluida {
    position: absolute !important;
    overflow: hidden
}

.popup-moreinfo-closed {
    margin-top: -100vh
}

.carrefour1 {
    background-color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    margin-top: 30px;
    padding: 25px 30px 20px;
    text-align: center
}

.tiposvinoteca {
    text-align: center;
    display: flex
}

.opcionvinoteca {
    display: inline-block !important;
    float: none !important;
    padding-left: 10px;
    padding-right: 10px
}

.opcionvinoteca.activo,
.opcionvinoteca:hover {
    box-shadow: 5px 5px 2px #888;
    border: 2px solid #f0EDD9;
    cursor: pointer
}

.opcionvinoteca.inactivo {
    opacity: .3
}

.bg-carrefour {
    background-image: url(../img/bg-carrefour.jpg);
    background-position: right top;
    padding-bottom: 25px;
    padding-top: 25px;
    background-repeat: no-repeat;
    background-size: cover
}

.carrefour_title {
    background: url(../img/carrefour2.png) bottom right no-repeat;
    padding-right: 260px
}

.duracion.derecha,
.precio.derecha {
    background-position: calc(100% - 60px) 163px !important
}

.carrefour-container {
    float: left;
    margin: 0 auto 30px;
    width: 100%
}

#fecha2envio.datepicker,
.serievinoteca {
    border: 2px solid #212120;
    padding: 10px;
    width: 240px;
    font-family: roboto
}

#fecha2envio.datepicker {
    font-size: 17px;
    margin: 10px 0 10px 20px
}

.cuando-envio {
    font-size: 17px;
    font-weight: 700
}

.sel-fecha {
    font-size: 14px;
    font-style: italic;
    margin-bottom: -5px;
    margin-left: 20px
}

.envios2 {
    margin-top: 30px
}

.serievinoteca {
    font-size: 17px;
    margin: 10px 0 10px 20px;
    display: inline-block
}

.block-carrefour .container {
    margin-bottom: 50px
}

.block-carrefour .btn-verde {
    padding: 10px 50px;
    font-size: 17px;
    font-family: roboto;
    margin: 5px 0 9px 20px
}

#module-carrefour-form #ui-datepicker-div {
    margin-top: 5px;
    margin-left: -20px
}

@media (max-width:1000px) {
    .bg-carrefour {
        background-image: none
    }
}

.precio.derecha {
    text-align: right;
    margin-top: -21px !important;
    margin-left: 22px !important
}

.duracion.derecha {
    margin-left: 21px !important
}

@media (max-width:1150px) {

    .duracion.derecha,
    .precio.derecha {
        background-position: calc(100% - 60px) 143px !important
    }
}

.visita-incluida {
    display: inline-block;
    width: auto !important;
    background: url(../img/ico_visita_b.svg) 0 center no-repeat !important;
    top: calc(100% - 28px) !important;
    left: 15px !important;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px
}

.esquinero {
    display: inline-block;
    width: 30px !important;
    height: 30px !important;
    background: center center no-repeat #fff !important;
    top: 0 !important;
    left: calc(100% - 30px) !important
}

.experiencias-container .bloque-paso-1-b .duracion,
.experiencias-container .bloque-paso-1-b .precio {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    width: 50%;
    height: auto;
    text-align: left;
    background-position: left 0;
    background-size: 17px auto;
    display: inline-block;
    background-repeat: no-repeat
}

.esquinero-1 {
    background-image: url(../img/esquinero_campoviejo.svg) !important
}

.esquinero-39 {
    background-image: url(../img/esquinero_aura.svg) !important
}

.esquinero-38 {
    background-image: url(../img/esquinero_tarsus.svg) !important
}

.esquinero-36 {
    background-image: url(../img/esquinero_ysios.svg) !important
}

.experiencias-container .listado-servicios .bloque-servicio-hover .visita-incluida {
    opacity: 0
}

.experiencias-container .bloque-paso-1-b .duracion {
    background-image: url(../img/clock.svg)
}

.experiencias-container .bloque-paso-1-b .precio {
    background-image: url(../img/price.svg)
}

.foodtruck h2,
.foodtruck h3,
.foodtruck p {
    width: 60%;
    float: right;
    position: relative
}

fieldset.customerprivacy label p {
    display: inline-block;
    margin-left: 50px;
    margin-top: -25px
}

.texto-recuerda {
    font-size: 11px;
    font-style: italic
}

.foodtruck {
    background-image: url(../img/foodtruck.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    background-color: #dfdfdf;
    min-height: auto !important;
    text-align: right;
    padding-right: 50px !important;
    margin-bottom: -30px
}

.foodtruck h2 {
    font-size: 3.5em;
    margin-bottom: 0
}

.foodtruck h3 {
    font-size: 5em;
    margin-top: 0
}

.foodtruck p {
    font-size: 1.5em
}

.foodtruck hr {
    border-top: 1px solid #000;
    width: 10%;
    margin-left: 50%;
    float: right;
    position: relative;
    display: block
}

.foodtruck-content-top {
    background: #fff;
    padding: 30px 9% 0 !important;
    text-align: center
}

.foodtruck-content-top p {
    font-size: 16px;
    line-height: 25px
}

.foodtruck-content {
    background: #fff;
    padding: 30px 80px 60px !important;
    text-align: center
}

.foodtruck-content h3 {
    margin-bottom: 20px
}

.foodtruck-form {
    background-image: url(../img/fondo-foodtruck.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #fff;
    min-height: auto !important;
    text-align: center;
    padding: 50px !important
}

.foodtruck-form h3 {
    color: #fff;
    padding-bottom: 20px
}

.iframe-foodtruck {
    width: 60%;
    margin: 0 auto
}

.contact-foodtruck {
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    background: #dedede;
    padding: 30px
}

.contact-foodtruck input,
.contact-foodtruck input[type="checkbox"] {
    border: none;
    background: #fff;
    color: #333;
    margin-bottom: 10px;
    float: left;
    position: relative;
    text-align: left
}

.contact-foodtruck input {
    width: 100%;
    height: 30px;
    padding-left: 15px
}

.contact-foodtruck input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 0
}

.contact-foodtruck p.datos-foodtruck {
    float: left;
    position: relative;
    width: 100%;
    font-size: 11px;
    text-align: left
}

.contact-foodtruck p.check-foodtruck {
    float: left;
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 12px
}

.contact-foodtruck button {
    background: #40a89d;
    color: #fff;
    text-align: center;
    border-color: #40a89d;
    padding: 10px;
    font-size: 12px
}

.contact-foodtruck button:hover {
    background: #000;
    color: #40a89d;
    border: 2px solid #40a89d
}

#foodtruck-form-contact {
    text-align: left
}

.foodtruckOK {
    border: 3px solid #f0EDD9;
    padding: 30px
}

.foodtruckOK strong {
    color: #f0EDD9
}

.foodtruckKO {
    border: 3px solid red;
    padding: 30px
}

.foodtruckKO strong {
    color: red
}

@media (max-width:1000px) {

    .foodtruck h2,
    .foodtruck h3,
    .foodtruck p {
        float: left;
        width: 100%;
        text-align: right;
        position: relative
    }

    .foodtruck {
        background-image: url(../img/foodtruck.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: contain;
        background-color: #dfdfdf;
        min-height: auto !important;
        text-align: right;
        padding-right: 50px !important
    }

    .foodtruck h2 {
        font-size: 2.5em
    }

    .foodtruck h3 {
        font-size: 4em
    }

    .foodtruck p {
        font-size: 1em
    }

    .foodtruck hr {
        border-top: 1px solid #000;
        width: 10%;
        margin-left: 90%;
        float: right;
        position: relative
    }

    #foodtruck-form-contact {
        text-align: left
    }
}

@media (max-width:768px) {

    .foodtruck h2,
    .foodtruck h3,
    .foodtruck p {
        width: 100%;
        text-align: center
    }

    .foodtruck,
    .foodtruck h2,
    .foodtruck h3,
    .foodtruck p {
        text-align: center
    }

    .foodtruck h2,
    .foodtruck h3,
    .foodtruck hr,
    .foodtruck p {
        position: relative;
        float: left
    }

    .foodtruck {
        background-image: none;
        background-color: #dfdfdf;
        min-height: auto !important;
        padding-right: 2% !important;
        padding-left: 2% !important
    }

    .foodtruck h2 {
        font-size: 1.8em
    }

    .foodtruck h3 {
        font-size: 3em
    }

    .foodtruck p {
        font-size: 1em
    }

    .foodtruck hr {
        border-top: 1px solid #000;
        width: 10%;
        margin-left: 45%;
        margin-right: 45%
    }

    .contact-foodtruck {
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        background: #dedede;
        padding: 30px
    }

    .iframe-foodtruck {
        width: 90%;
        margin: 0 auto
    }

    #foodtruck-form-contact {
        text-align: left
    }
}

.history-detail .fancybox-skin .fancybox-close:hover,
.history-detail div.fancybox-inner {
    background-color: #fff
}

.history-detail div.bg-blanco {
    margin-right: auto;
    margin-left: auto
}

.history-detail a.fancybox-item.fancybox-close {
    color: #fff;
    border-color: #212120;
    top: 14px;
    right: 30px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

@media (max-width:768px) {
    .history-detail div.bg-blanco {
        width: 98%;
        max-width: 750px
    }

    span.on_sale_estrella {
        position: absolute;
        left: 5px;
        top: 5px;
        z-index: 4;
        width: 50px;
        display: none
    }

    .primary_block .on_sale {
        position: absolute;
        left: 15px;
        top: 15px;
        z-index: 4;
        width: 90px;
        background: 0 0;
        border: none;
        display: block
    }

    ul.product_list.grid>li .product-container .price.product-price-onsale-old {
        text-decoration: line-through;
        font-size: 18px !important;
        color: #999 !important
    }

    ul.product_list.grid>li .product-container .price.product-price-onsale {
        color: #f0EDD9 !important
    }

    #product .price_box #old_price {
        color: #ccc !important;
        font-size: 42px !important;
        font-weight: 400;
        letter-spacing: -2px;
        text-decoration: line-through;
        padding-right: 10px
    }
}

@media (min-width:768px) {
    .history-detail div.bg-blanco {
        width: 750px;
        max-width: 750px
    }

    span.on_sale_estrella {
        position: absolute;
        left: 5px;
        top: 5px;
        z-index: 4;
        width: 50px;
        display: block
    }

    .primary_block .on_sale {
        position: absolute;
        left: 15px;
        top: 15px;
        z-index: 4;
        width: 90px;
        background: 0 0;
        border: none;
        display: block
    }

    ul.product_list.grid>li .product-container .price.product-price-onsale-old {
        text-decoration: line-through;
        font-size: 18px !important;
        color: #999 !important
    }

    ul.product_list.grid>li .product-container .price.product-price-onsale {
        color: #f0EDD9 !important
    }

    #product .price_box #old_price {
        color: #ccc !important;
        font-size: 42px !important;
        font-weight: 400;
        letter-spacing: -2px;
        text-decoration: line-through;
        padding-right: 10px
    }
}

@media (min-width:992px) {
    .history-detail div.bg-blanco {
        width: 970px;
        max-width: 970px
    }

    span.on_sale_estrella {
        position: absolute;
        left: 5px;
        top: 5px;
        z-index: 4;
        width: 50px;
        display: block
    }

    .primary_block .on_sale {
        position: absolute;
        left: 15px;
        top: 15px;
        z-index: 4;
        width: 90px;
        background: 0 0;
        border: none;
        display: block
    }

    ul.product_list.grid>li .product-container .price.product-price-onsale-old {
        text-decoration: line-through;
        font-size: 18px !important;
        color: #999 !important
    }

    ul.product_list.grid>li .product-container .price.product-price-onsale {
        color: #f0EDD9 !important
    }

    #product .price_box #old_price {
        color: #ccc !important;
        font-size: 42px !important;
        font-weight: 400;
        letter-spacing: -2px;
        text-decoration: line-through;
        padding-right: 10px
    }
}

@media (min-width:1200px) {
    .history-detail div.bg-blanco {
        width: 1170px;
        max-width: 1170px
    }

    span.on_sale_estrella {
        position: absolute;
        left: 5px;
        top: 5px;
        z-index: 4;
        width: 50px;
        display: block
    }

    .primary_block .on_sale {
        position: absolute;
        left: 15px;
        top: 15px;
        z-index: 4;
        width: 90px;
        background: 0 0;
        border: none;
        display: block
    }

    ul.product_list.grid>li .product-container .price.product-price-onsale-old {
        text-decoration: line-through;
        font-size: 18px !important;
        color: #999 !important
    }

    ul.product_list.grid>li .product-container .price.product-price-onsale {
        color: #f0EDD9 !important
    }

    #product .price_box #old_price {
        color: #ccc !important;
        font-size: 42px !important;
        font-weight: 400;
        letter-spacing: -2px;
        text-decoration: line-through;
        padding-right: 10px
    }
}

.mis-invitados .checkbox label.invalid:before,
.sumiller_form_data .checkbox label.invalid:before {
    box-shadow: red 0 0 1.5px 1px
}

.consumo {
    margin-top: 20px;
    float: left;
    color: #fff;
    font-size: 11px;
    width: auto
}

.cont-banner-home h2 {
    color: #fff;
    font-family: BodoniItalic;
    font-style: italic;
    font-size: 2.2vw;
    line-height: 2vw;
    margin-bottom: 2.5vw
}

.cont-banner-home h2 strong {
    line-height: 100% !important;
    display: block;
    text-transform: uppercase;
    font-family: "Abril Fatface", cursive;
    font-weight: 400;
    font-size: 5vw;
    line-height: 4vw;
    margin-top: 2vw;
    font-style: normal
}

.cont-banner-home p {
    color: #fff;
    font-family: BodoniItalic;
    font-style: italic;
    font-size: 1.4vw;
    line-height: 1.4vw;
    letter-spacing: .03em
}

.cont-banner-home .btns-banner-home {
    margin: 20px 0 0;
    text-align: center
}

.cont-banner-home .btns-banner-home li {
    display: inline-block;
    margin: 0 15px
}

.cont-banner-home .btns-banner-home li a {
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .07em;
    padding: 15px 70px 15px 25px;
    font-size: 16px;
    position: relative;
    line-height: 100%
}

.cont-banner-home .btns-banner-home li a:hover {
    background-color: #f0EDD9;
    border-color: #f0EDD9
}

.cont-banner-home .btns-banner-home li a i {
    position: absolute;
    right: 10px;
    font-size: 32px;
    top: 7px;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    transition: 0.6s ease-out
}

.cont-banner-home .btns-banner-home li a:hover i {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg)
}

@media (max-width:1170px) {
    .cont-banner-home h2 {
        font-size: 2.7vw;
        line-height: 2vw
    }

    .cont-banner-home h2 strong {
        font-size: 6.5vw
    }

    .cont-banner-home p {
        font-size: 2.5vw;
        line-height: 2.5vw
    }
}

@media (max-width:1024px) {
    .cont-banner-home h2 {
        font-size: 3vw;
        line-height: 3vw
    }

    .cont-banner-home p {
        line-height: 2vw
    }

    .cont-banner-home .btns-banner-home li a {
        padding: 10px 50px 10px 20px;
        font-size: 15px
    }

    .cont-banner-home .btns-banner-home li a i {
        right: 5px;
        font-size: 28px;
        top: 4px
    }
}

@media (max-width:768px) {
    .st_owl_carousel_block .st_owl_carousel_image {
        object-fit: cover;
        height: 500px
    }

    .cont-banner-home h2 {
        font-size: 4vw;
        line-height: 7vw;
        margin-bottom: 50px
    }

    .cont-banner-home h2 strong {
        font-size: 8.5vw
    }

    .cont-banner-home p {
        line-height: 3.5vw;
        font-size: 3.5vw
    }

    .cont-banner-home .btns-banner-home {
        margin: 40px 0 0
    }

    .cont-banner-home .btns-banner-home li a {
        padding: 8px 50px 8px 20px;
        font-size: 13px
    }

    .cont-banner-home .btns-banner-home li a i {
        right: 4px;
        font-size: 25px;
        top: 2px
    }
}

@media (max-width:767px) {
    .st_owl_carousel_block .st_owl_carousel_image {
        object-fit: cover;
        height: 420px;
        object-position: -300px center
    }

    .cont-banner-home h2 {
        font-size: 8vw;
        line-height: 13vw;
        margin-bottom: 40px
    }

    .cont-banner-home h2 strong {
        font-size: 11vw
    }

    .cont-banner-home p {
        line-height: 4.5vw;
        font-size: 5.5vw
    }

    .cont-banner-home .btns-banner-home {
        margin: 30px 0 0
    }

    .cont-banner-home .btns-banner-home li {
        display: block;
        margin: 10px auto;
        width: 230px
    }
}