@charset "UTF-8";

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-webkit-keyframes skeleton {
    0% {
        background-color: rgba(165, 165, 165, .1)
    }

    50% {
        background-color: rgba(165, 165, 165, .3)
    }

    100% {
        background-color: rgba(165, 165, 165, .1)
    }
}

@-moz-keyframes skeleton {
    0% {
        background-color: rgba(165, 165, 165, .1)
    }

    50% {
        background-color: rgba(165, 165, 165, .3)
    }

    100% {
        background-color: rgba(165, 165, 165, .1)
    }
}

@keyframes skeleton {
    0% {
        background-color: rgba(165, 165, 165, .1)
    }

    50% {
        background-color: rgba(165, 165, 165, .3)
    }

    100% {
        background-color: rgba(165, 165, 165, .1)
    }
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

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
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}


h3 a {
    text-decoration: none;
    color: #333
}

h3 a:hover {
    text-decoration: none
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 26px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

.h4,
h4 {
    color: #8cc324;
    text-transform: uppercase
}

.h4 svg,
h4 svg {
    top: 3px;
    font-size: 20px
}

.h5,
h5 {
    color: #666;
    text-transform: uppercase
}

.h5 i,
h5 i {
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 10px;
    font-size: 24px
}

.h5 svg,
h5 svg {
    display: inline-block;
    position: relative;
    top: 7px;
    margin-right: 7px;
    font-size: 24px
}

p {
    margin: 0 0 20px
}

p strong {
    color: #8cc324;
    font-weight: 700
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

article p {
    margin: 0 0 28px
}

article ol,
article p,
article ul {
    font-size: 17px
}

article ol h3,
article p h3,
article ul h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.1;
    font-size: 17px
}

article ol h3 strong,
article p h3 strong,
article ul h3 strong {
    display: inline
}

article div strong {
    color: #2c7500;
    font-weight: 700
}

article em strong,
article strong {
    color: #2c7500
}

article a {
    color: #1565c0
}

article a:hover {
    color: #005b9e
}

article a strong {
    color: inherit
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    color: #000
}

article h2 {
    font-size: 26px
}

article h3 {
    font-size: 24px
}

article h2,
article h3 {
    font-weight: 400;
    line-height: 32px;
    margin-top: 32px;
    margin-bottom: 16px
}

article h2 strong,
article h3 strong {
    display: inline-block;
    margin-top: 16px
}

.small,
small {
    font-size: 92%
}

.mark,
mark {
    background-color: #fff3e0;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.initialism,
.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #8c8c8c
}

.text-primary {
    color: #8cc324
}

a.text-primary:focus,
a.text-primary:hover {
    color: #6d981c
}

.text-success {
    color: #458500
}

a.text-success:focus,
a.text-success:hover {
    color: #2b5200
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #f10200
}

a.text-danger:focus,
a.text-danger:hover {
    color: #be0200
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #f38a00
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #c06d00
}

.bg-success {
    background-color: #edf7e5
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #d2ebbe
}

.bg-info {
    background-color: #bae7ff
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #87d5ff
}

.bg-warning {
    background-color: #fff8e1
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #ffecae
}

.bg-danger {
    background-color: #fee0e1
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #fcafb1
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 2px solid #f5f5f5
}

.underscore {
    position: relative;
    margin-bottom: 30px
}

.underscore:after {
    content: "";
    background: #458500;
    position: absolute;
    bottom: -15px;
    left: 0;
    height: 4px;
    width: 48px
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width:480px) {
    .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
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #8c8c8c
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #f5f5f5
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #8c8c8c
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0"
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #f5f5f5;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014"
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 1px solid #0073b1;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #333
}


.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    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] {
    position: absolute;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0
}

.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: 31px;
    line-height: 31px
}

.input-group-sm>.input-group-btn>select.btn[multiple],
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0
}

.form-group-sm select.form-control {
    height: 31px;
    line-height: 31px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 31px;
    min-height: 33px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1.5
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
    height: 41px;
    padding: 8px 8px;
    font-size: 17px;
    line-height: 1.33333;
    border-radius: 0
}

.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: 41px;
    line-height: 41px
}

.input-group-lg>.input-group-btn>select.btn[multiple],
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 41px;
    padding: 8px 8px;
    font-size: 17px;
    line-height: 1.33333;
    border-radius: 0
}

.form-group-lg select.form-control {
    height: 41px;
    line-height: 41px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 41px;
    min-height: 37px;
    padding: 9px 8px;
    font-size: 17px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 41px;
    height: 41px;
    line-height: 41px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 31px;
    height: 31px;
    line-height: 31px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #458500
}

.has-success .form-control {
    border-color: #458500;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b5200;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aeb00
}

.has-success .input-group-addon {
    color: #458500;
    border-color: #458500;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #458500
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #f00000
}

.has-error .form-control {
    border-color: #f00000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #bd0000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ff5757
}

.has-error .input-group-addon {
    color: #f00000;
    border-color: #f00000;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #f00000
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #404040
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 9px;
        font-size: 17px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 13px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.42857;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 1px solid #0073b1;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    box-shadow: none
}

a.btn {
    text-decoration: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #ff8a00;
    border-color: #ff8a00
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #cc6e00;
    border-color: #804500
}

.btn-primary:hover {
    color: #fff;
    background-color: #cc6e00;
    border-color: #c26900
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cc6e00;
    border-color: #c26900
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #a85b00;
    border-color: #804500
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #ff8a00;
    border-color: #ff8a00
}

.btn-primary .badge {
    color: #ff8a00;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #458500;
    border-color: #386c00
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #2b5200;
    border-color: #000
}

.btn-success:hover {
    color: #fff;
    background-color: #2b5200;
    border-color: #182e00
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2b5200;
    border-color: #182e00
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #182e00;
    border-color: #000
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #458500;
    border-color: #386c00
}

.btn-success .badge {
    color: #458500;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #ff4337;
    border-color: #ff2b1e
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #ff1304;
    border-color: #9d0900
}

.btn-danger:hover {
    color: #fff;
    background-color: #ff1304;
    border-color: #df0d00
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff1304;
    border-color: #df0d00
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #df0d00;
    border-color: #9d0900
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #ff4337;
    border-color: #ff2b1e
}

.btn-danger .badge {
    color: #ff4337;
    background-color: #fff
}

.btn-link {
    color: #004093;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #001f47;
    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: #ddd;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 8px 8px;
    font-size: 17px;
    line-height: 1.33333;
    border-radius: 0
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 0 15px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.pagination-last,
.pagination-next {
    font-size: 17px;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    vertical-align: middle;
    display: inline-block;
    background-color: #2c7500;
    color: #fff;
    text-decoration: none
}

.pagination-last:hover,
.pagination-next:hover {
    background-color: #f7f7f7
}

.pagination-last:hover i,
.pagination-next:hover i {
    color: #2c7500
}

.pagination-last i,
.pagination-next i {
    font-size: 13px
}

.pagination-next {
    margin-left: 10px
}

.pagination-next i {
    margin-left: .2em
}


.pagination-last i {
    margin-right: .2em
}


.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #676767;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #5b5b5b;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #ff8a00
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #ddd
}

.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
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 13px;
    line-height: 1.42857;
    color: #ddd;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:480px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.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 {
    z-index: 2
}

.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 {
    margin-left: -5px
}

.btn-toolbar:after,
.btn-toolbar:before {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.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 {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 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 {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-group-lg>.btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 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,
.btn-group-vertical>.btn-group>.btn {
    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:after {
    clear: both
}

.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:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.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
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #333;
    text-align: center;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    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: 13px;
    border-radius: 0
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 8px 8px;
    font-size: 17px;
    border-radius: 0
}

.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>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.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-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.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 {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:after,
.nav:before {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #f7f7f7
}

.nav>li.disabled>a {
    color: #ddd
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #ddd;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #f7f7f7;
    border-color: #004093
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 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: 3px 3px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #f7f7f7 #f7f7f7 #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #ddd;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 3px
}

.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: #ff8a00
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {

    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 3px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {

    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 3px 3px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:after,
.navbar:before {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width:480px) {
    .navbar {
        border-radius: 3px
    }
}

.navbar-header:after,
.navbar-header:before {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width:480px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    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:after,
.navbar-collapse:before {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:480px) {
    .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-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:480px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:480px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:480px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 17px;
    line-height: 20px;
    height: 40px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:480px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .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;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px
}

.navbar-toggle:focus {
    outline: 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:480px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:479px) {
    .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: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:480px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        height: 41px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:479px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:480px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.btn-group-sm>.navbar-btn.btn,
.navbar-btn.btn-sm {
    margin-top: 9.5px;
    margin-bottom: 9.5px
}

.btn-group-xs>.navbar-btn.btn,
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:480px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:480px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.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-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    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: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.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
}

@media (max-width:479px) {
    .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-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #fff
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #fff
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff
}

.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
}

@media (max-width:479px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff
    }

    .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: #fff
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #fff
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #ddd
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #c4c4c4
}

.label-primary {
    background-color: #ff8a00
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #cc6e00
}

.label-success {
    background-color: #458500
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #2b5200
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #ff4337
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #ff1304
}

.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: 3px;
    border-top-left-radius: 3px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #f7f7f7;
    color: #ddd;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #ddd
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #ff8a00;
    border-color: #ff8a00
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    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: #ffe8cc
}

.list-group-item-success {
    color: #458500;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #458500
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #458500;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #458500;
    border-color: #458500
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #f00000;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #f00000
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #f00000;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #f00000;
    border-color: #f00000
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #747474;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.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 #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.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 #ddd
}

.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 {
    border: 1px solid #ddd
}

.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 #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.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-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.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: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.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: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.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: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .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 {
        border-bottom: 0
    }
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -moz-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -moz-transition: -moz-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        -moz-transition: transform .6s ease-in-out, -moz-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -moz-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
}

.carousel-control.right {
    left: auto;    
    right: 0
}
.carousel-control span{
    border-radius: 50%;
    box-shadow: 0 0 4px 4px #eee;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.slick-slide.product-card{
    padding:0 1rem;
}
.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #a7a7a7;
    text-decoration: none;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

select {
    background-color: #fff
}

a {
    color: #004093
}

a:focus,
a:hover {
    color: #001f47;
}


figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 5px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #f7f7f7
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1268px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-2,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24,
.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-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-2,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24,
.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-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-2,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24,
.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-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-2,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-2,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 4.16667%
}

.col-xs-2 {
    width: 8.33333%
}

.col-xs-3 {
    width: 12.5%
}

.col-xs-4 {
    width: 16.66667%
}

.col-xs-5 {
    width: 20.83333%
}

.col-xs-6 {
    width: 25%
}

.col-xs-7 {
    width: 29.16667%
}

.col-xs-8 {
    width: 33.33333%
}

.col-xs-9 {
    width: 37.5%
}

.col-xs-10 {
    width: 41.66667%
}

.col-xs-11 {
    width: 45.83333%
}

.col-xs-12 {
    width: 50%
}

.col-xs-13 {
    width: 54.16667%
}

.col-xs-14 {
    width: 58.33333%
}

.col-xs-15 {
    width: 62.5%
}

.col-xs-16 {
    width: 66.66667%
}

.col-xs-17 {
    width: 70.83333%
}

.col-xs-18 {
    width: 75%
}

.col-xs-19 {
    width: 79.16667%
}

.col-xs-20 {
    width: 83.33333%
}

.col-xs-21 {
    width: 87.5%
}

.col-xs-22 {
    width: 91.66667%
}

.col-xs-23 {
    width: 95.83333%
}

.col-xs-24 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 4.16667%
}

.col-xs-pull-2 {
    right: 8.33333%
}

.col-xs-pull-3 {
    right: 12.5%
}

.col-xs-pull-4 {
    right: 16.66667%
}

.col-xs-pull-5 {
    right: 20.83333%
}

.col-xs-pull-6 {
    right: 25%
}

.col-xs-pull-7 {
    right: 29.16667%
}

.col-xs-pull-8 {
    right: 33.33333%
}

.col-xs-pull-9 {
    right: 37.5%
}

.col-xs-pull-10 {
    right: 41.66667%
}

.col-xs-pull-11 {
    right: 45.83333%
}

.col-xs-pull-12 {
    right: 50%
}

.col-xs-pull-13 {
    right: 54.16667%
}

.col-xs-pull-14 {
    right: 58.33333%
}

.col-xs-pull-15 {
    right: 62.5%
}

.col-xs-pull-16 {
    right: 66.66667%
}

.col-xs-pull-17 {
    right: 70.83333%
}

.col-xs-pull-18 {
    right: 75%
}

.col-xs-pull-19 {
    right: 79.16667%
}

.col-xs-pull-20 {
    right: 83.33333%
}

.col-xs-pull-21 {
    right: 87.5%
}

.col-xs-pull-22 {
    right: 91.66667%
}

.col-xs-pull-23 {
    right: 95.83333%
}

.col-xs-pull-24 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 4.16667%
}

.col-xs-push-2 {
    left: 8.33333%
}

.col-xs-push-3 {
    left: 12.5%
}

.col-xs-push-4 {
    left: 16.66667%
}

.col-xs-push-5 {
    left: 20.83333%
}

.col-xs-push-6 {
    left: 25%
}

.col-xs-push-7 {
    left: 29.16667%
}

.col-xs-push-8 {
    left: 33.33333%
}

.col-xs-push-9 {
    left: 37.5%
}

.col-xs-push-10 {
    left: 41.66667%
}

.col-xs-push-11 {
    left: 45.83333%
}

.col-xs-push-12 {
    left: 50%
}

.col-xs-push-13 {
    left: 54.16667%
}

.col-xs-push-14 {
    left: 58.33333%
}

.col-xs-push-15 {
    left: 62.5%
}

.col-xs-push-16 {
    left: 66.66667%
}

.col-xs-push-17 {
    left: 70.83333%
}

.col-xs-push-18 {
    left: 75%
}

.col-xs-push-19 {
    left: 79.16667%
}

.col-xs-push-20 {
    left: 83.33333%
}

.col-xs-push-21 {
    left: 87.5%
}

.col-xs-push-22 {
    left: 91.66667%
}

.col-xs-push-23 {
    left: 95.83333%
}

.col-xs-push-24 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 4.16667%
}

.col-xs-offset-2 {
    margin-left: 8.33333%
}

.col-xs-offset-3 {
    margin-left: 12.5%
}

.col-xs-offset-4 {
    margin-left: 16.66667%
}

.col-xs-offset-5 {
    margin-left: 20.83333%
}

.col-xs-offset-6 {
    margin-left: 25%
}

.col-xs-offset-7 {
    margin-left: 29.16667%
}

.col-xs-offset-8 {
    margin-left: 33.33333%
}

.col-xs-offset-9 {
    margin-left: 37.5%
}

.col-xs-offset-10 {
    margin-left: 41.66667%
}

.col-xs-offset-11 {
    margin-left: 45.83333%
}

.col-xs-offset-12 {
    margin-left: 50%
}

.col-xs-offset-13 {
    margin-left: 54.16667%
}

.col-xs-offset-14 {
    margin-left: 58.33333%
}

.col-xs-offset-15 {
    margin-left: 62.5%
}

.col-xs-offset-16 {
    margin-left: 66.66667%
}

.col-xs-offset-17 {
    margin-left: 70.83333%
}

.col-xs-offset-18 {
    margin-left: 75%
}

.col-xs-offset-19 {
    margin-left: 79.16667%
}

.col-xs-offset-20 {
    margin-left: 83.33333%
}

.col-xs-offset-21 {
    margin-left: 87.5%
}

.col-xs-offset-22 {
    margin-left: 91.66667%
}

.col-xs-offset-23 {
    margin-left: 95.83333%
}

.col-xs-offset-24 {
    margin-left: 100%
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-13,
    .col-sm-14,
    .col-sm-15,
    .col-sm-16,
    .col-sm-17,
    .col-sm-18,
    .col-sm-19,
    .col-sm-2,
    .col-sm-20,
    .col-sm-21,
    .col-sm-22,
    .col-sm-23,
    .col-sm-24,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-1 {
        width: 4.16667%
    }

    .col-sm-2 {
        width: 8.33333%
    }

    .col-sm-3 {
        width: 12.5%
    }

    .col-sm-4 {
        width: 16.66667%
    }

    .col-sm-5 {
        width: 20.83333%
    }

    .col-sm-6 {
        width: 25%
    }

    .col-sm-7 {
        width: 29.16667%
    }

    .col-sm-8 {
        width: 33.33333%
    }

    .col-sm-9 {
        width: 37.5%
    }

    .col-sm-10 {
        width: 41.66667%
    }

    .col-sm-11 {
        width: 45.83333%
    }

    .col-sm-12 {
        width: 50%
    }

    .col-sm-13 {
        width: 54.16667%
    }

    .col-sm-14 {
        width: 58.33333%
    }

    .col-sm-15 {
        width: 62.5%
    }

    .col-sm-16 {
        width: 66.66667%
    }

    .col-sm-17 {
        width: 70.83333%
    }

    .col-sm-18 {
        width: 75%
    }

    .col-sm-19 {
        width: 79.16667%
    }

    .col-sm-20 {
        width: 83.33333%
    }

    .col-sm-21 {
        width: 87.5%
    }

    .col-sm-22 {
        width: 91.66667%
    }

    .col-sm-23 {
        width: 95.83333%
    }

    .col-sm-24 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 4.16667%
    }

    .col-sm-pull-2 {
        right: 8.33333%
    }

    .col-sm-pull-3 {
        right: 12.5%
    }

    .col-sm-pull-4 {
        right: 16.66667%
    }

    .col-sm-pull-5 {
        right: 20.83333%
    }

    .col-sm-pull-6 {
        right: 25%
    }

    .col-sm-pull-7 {
        right: 29.16667%
    }

    .col-sm-pull-8 {
        right: 33.33333%
    }

    .col-sm-pull-9 {
        right: 37.5%
    }

    .col-sm-pull-10 {
        right: 41.66667%
    }

    .col-sm-pull-11 {
        right: 45.83333%
    }

    .col-sm-pull-12 {
        right: 50%
    }

    .col-sm-pull-13 {
        right: 54.16667%
    }

    .col-sm-pull-14 {
        right: 58.33333%
    }

    .col-sm-pull-15 {
        right: 62.5%
    }

    .col-sm-pull-16 {
        right: 66.66667%
    }

    .col-sm-pull-17 {
        right: 70.83333%
    }

    .col-sm-pull-18 {
        right: 75%
    }

    .col-sm-pull-19 {
        right: 79.16667%
    }

    .col-sm-pull-20 {
        right: 83.33333%
    }

    .col-sm-pull-21 {
        right: 87.5%
    }

    .col-sm-pull-22 {
        right: 91.66667%
    }

    .col-sm-pull-23 {
        right: 95.83333%
    }

    .col-sm-pull-24 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 4.16667%
    }

    .col-sm-push-2 {
        left: 8.33333%
    }

    .col-sm-push-3 {
        left: 12.5%
    }

    .col-sm-push-4 {
        left: 16.66667%
    }

    .col-sm-push-5 {
        left: 20.83333%
    }

    .col-sm-push-6 {
        left: 25%
    }

    .col-sm-push-7 {
        left: 29.16667%
    }

    .col-sm-push-8 {
        left: 33.33333%
    }

    .col-sm-push-9 {
        left: 37.5%
    }

    .col-sm-push-10 {
        left: 41.66667%
    }

    .col-sm-push-11 {
        left: 45.83333%
    }

    .col-sm-push-12 {
        left: 50%
    }

    .col-sm-push-13 {
        left: 54.16667%
    }

    .col-sm-push-14 {
        left: 58.33333%
    }

    .col-sm-push-15 {
        left: 62.5%
    }

    .col-sm-push-16 {
        left: 66.66667%
    }

    .col-sm-push-17 {
        left: 70.83333%
    }

    .col-sm-push-18 {
        left: 75%
    }

    .col-sm-push-19 {
        left: 79.16667%
    }

    .col-sm-push-20 {
        left: 83.33333%
    }

    .col-sm-push-21 {
        left: 87.5%
    }

    .col-sm-push-22 {
        left: 91.66667%
    }

    .col-sm-push-23 {
        left: 95.83333%
    }

    .col-sm-push-24 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 4.16667%
    }

    .col-sm-offset-2 {
        margin-left: 8.33333%
    }

    .col-sm-offset-3 {
        margin-left: 12.5%
    }

    .col-sm-offset-4 {
        margin-left: 16.66667%
    }

    .col-sm-offset-5 {
        margin-left: 20.83333%
    }

    .col-sm-offset-6 {
        margin-left: 25%
    }

    .col-sm-offset-7 {
        margin-left: 29.16667%
    }

    .col-sm-offset-8 {
        margin-left: 33.33333%
    }

    .col-sm-offset-9 {
        margin-left: 37.5%
    }

    .col-sm-offset-10 {
        margin-left: 41.66667%
    }

    .col-sm-offset-11 {
        margin-left: 45.83333%
    }

    .col-sm-offset-12 {
        margin-left: 50%
    }

    .col-sm-offset-13 {
        margin-left: 54.16667%
    }

    .col-sm-offset-14 {
        margin-left: 58.33333%
    }

    .col-sm-offset-15 {
        margin-left: 62.5%
    }

    .col-sm-offset-16 {
        margin-left: 66.66667%
    }

    .col-sm-offset-17 {
        margin-left: 70.83333%
    }

    .col-sm-offset-18 {
        margin-left: 75%
    }

    .col-sm-offset-19 {
        margin-left: 79.16667%
    }

    .col-sm-offset-20 {
        margin-left: 83.33333%
    }

    .col-sm-offset-21 {
        margin-left: 87.5%
    }

    .col-sm-offset-22 {
        margin-left: 91.66667%
    }

    .col-sm-offset-23 {
        margin-left: 95.83333%
    }

    .col-sm-offset-24 {
        margin-left: 100%
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-13,
    .col-md-14,
    .col-md-15,
    .col-md-16,
    .col-md-17,
    .col-md-18,
    .col-md-19,
    .col-md-2,
    .col-md-20,
    .col-md-21,
    .col-md-22,
    .col-md-23,
    .col-md-24,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-1 {
        width: 4.16667%
    }

    .col-md-2 {
        width: 8.33333%
    }

    .col-md-3 {
        width: 12.5%
    }

    .col-md-4 {
        width: 16.66667%
    }

    .col-md-5 {
        width: 20.83333%
    }

    .col-md-6 {
        width: 25%
    }

    .col-md-7 {
        width: 29.16667%
    }

    .col-md-8 {
        width: 33.33333%
    }

    .col-md-9 {
        width: 37.5%
    }

    .col-md-10 {
        width: 41.66667%
    }

    .col-md-11 {
        width: 45.83333%
    }

    .col-md-12 {
        width: 50%
    }

    .col-md-13 {
        width: 54.16667%
    }

    .col-md-14 {
        width: 58.33333%
    }

    .col-md-15 {
        width: 62.5%
    }

    .col-md-16 {
        width: 66.66667%
    }

    .col-md-17 {
        width: 70.83333%
    }

    .col-md-18 {
        width: 75%
    }

    .col-md-19 {
        width: 79.16667%
    }

    .col-md-20 {
        width: 83.33333%
    }

    .col-md-21 {
        width: 87.5%
    }

    .col-md-22 {
        width: 91.66667%
    }

    .col-md-23 {
        width: 95.83333%
    }

    .col-md-24 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 4.16667%
    }

    .col-md-pull-2 {
        right: 8.33333%
    }

    .col-md-pull-3 {
        right: 12.5%
    }

    .col-md-pull-4 {
        right: 16.66667%
    }

    .col-md-pull-5 {
        right: 20.83333%
    }

    .col-md-pull-6 {
        right: 25%
    }

    .col-md-pull-7 {
        right: 29.16667%
    }

    .col-md-pull-8 {
        right: 33.33333%
    }

    .col-md-pull-9 {
        right: 37.5%
    }

    .col-md-pull-10 {
        right: 41.66667%
    }

    .col-md-pull-11 {
        right: 45.83333%
    }

    .col-md-pull-12 {
        right: 50%
    }

    .col-md-pull-13 {
        right: 54.16667%
    }

    .col-md-pull-14 {
        right: 58.33333%
    }

    .col-md-pull-15 {
        right: 62.5%
    }

    .col-md-pull-16 {
        right: 66.66667%
    }

    .col-md-pull-17 {
        right: 70.83333%
    }

    .col-md-pull-18 {
        right: 75%
    }

    .col-md-pull-19 {
        right: 79.16667%
    }

    .col-md-pull-20 {
        right: 83.33333%
    }

    .col-md-pull-21 {
        right: 87.5%
    }

    .col-md-pull-22 {
        right: 91.66667%
    }

    .col-md-pull-23 {
        right: 95.83333%
    }

    .col-md-pull-24 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 4.16667%
    }

    .col-md-push-2 {
        left: 8.33333%
    }

    .col-md-push-3 {
        left: 12.5%
    }

    .col-md-push-4 {
        left: 16.66667%
    }

    .col-md-push-5 {
        left: 20.83333%
    }

    .col-md-push-6 {
        left: 25%
    }

    .col-md-push-7 {
        left: 29.16667%
    }

    .col-md-push-8 {
        left: 33.33333%
    }

    .col-md-push-9 {
        left: 37.5%
    }

    .col-md-push-10 {
        left: 41.66667%
    }

    .col-md-push-11 {
        left: 45.83333%
    }

    .col-md-push-12 {
        left: 50%
    }

    .col-md-push-13 {
        left: 54.16667%
    }

    .col-md-push-14 {
        left: 58.33333%
    }

    .col-md-push-15 {
        left: 62.5%
    }

    .col-md-push-16 {
        left: 66.66667%
    }

    .col-md-push-17 {
        left: 70.83333%
    }

    .col-md-push-18 {
        left: 75%
    }

    .col-md-push-19 {
        left: 79.16667%
    }

    .col-md-push-20 {
        left: 83.33333%
    }

    .col-md-push-21 {
        left: 87.5%
    }

    .col-md-push-22 {
        left: 91.66667%
    }

    .col-md-push-23 {
        left: 95.83333%
    }

    .col-md-push-24 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 4.16667%
    }

    .col-md-offset-2 {
        margin-left: 8.33333%
    }

    .col-md-offset-3 {
        margin-left: 12.5%
    }

    .col-md-offset-4 {
        margin-left: 16.66667%
    }

    .col-md-offset-5 {
        margin-left: 20.83333%
    }

    .col-md-offset-6 {
        margin-left: 25%
    }

    .col-md-offset-7 {
        margin-left: 29.16667%
    }

    .col-md-offset-8 {
        margin-left: 33.33333%
    }

    .col-md-offset-9 {
        margin-left: 37.5%
    }

    .col-md-offset-10 {
        margin-left: 41.66667%
    }

    .col-md-offset-11 {
        margin-left: 45.83333%
    }

    .col-md-offset-12 {
        margin-left: 50%
    }

    .col-md-offset-13 {
        margin-left: 54.16667%
    }

    .col-md-offset-14 {
        margin-left: 58.33333%
    }

    .col-md-offset-15 {
        margin-left: 62.5%
    }

    .col-md-offset-16 {
        margin-left: 66.66667%
    }

    .col-md-offset-17 {
        margin-left: 70.83333%
    }

    .col-md-offset-18 {
        margin-left: 75%
    }

    .col-md-offset-19 {
        margin-left: 79.16667%
    }

    .col-md-offset-20 {
        margin-left: 83.33333%
    }

    .col-md-offset-21 {
        margin-left: 87.5%
    }

    .col-md-offset-22 {
        margin-left: 91.66667%
    }

    .col-md-offset-23 {
        margin-left: 95.83333%
    }

    .col-md-offset-24 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-13,
    .col-lg-14,
    .col-lg-15,
    .col-lg-16,
    .col-lg-17,
    .col-lg-18,
    .col-lg-19,
    .col-lg-2,
    .col-lg-20,
    .col-lg-21,
    .col-lg-22,
    .col-lg-23,
    .col-lg-24,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-1 {
        width: 4.16667%
    }

    .col-lg-2 {
        width: 8.33333%
    }

    .col-lg-3 {
        width: 12.5%
    }

    .col-lg-4 {
        width: 16.66667%
    }

    .col-lg-5 {
        width: 20.83333%
    }

    .col-lg-6 {
        width: 25%
    }

    .col-lg-7 {
        width: 29.16667%
    }

    .col-lg-8 {
        width: 33.33333%
    }

    .col-lg-9 {
        width: 37.5%
    }

    .col-lg-10 {
        width: 41.66667%
    }

    .col-lg-11 {
        width: 45.83333%
    }

    .col-lg-12 {
        width: 50%
    }

    .col-lg-13 {
        width: 54.16667%
    }

    .col-lg-14 {
        width: 58.33333%
    }

    .col-lg-15 {
        width: 62.5%
    }

    .col-lg-16 {
        width: 66.66667%
    }

    .col-lg-17 {
        width: 70.83333%
    }

    .col-lg-18 {
        width: 75%
    }

    .col-lg-19 {
        width: 79.16667%
    }

    .col-lg-20 {
        width: 83.33333%
    }

    .col-lg-21 {
        width: 87.5%
    }

    .col-lg-22 {
        width: 91.66667%
    }

    .col-lg-23 {
        width: 95.83333%
    }

    .col-lg-24 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 4.16667%
    }

    .col-lg-pull-2 {
        right: 8.33333%
    }

    .col-lg-pull-3 {
        right: 12.5%
    }

    .col-lg-pull-4 {
        right: 16.66667%
    }

    .col-lg-pull-5 {
        right: 20.83333%
    }

    .col-lg-pull-6 {
        right: 25%
    }

    .col-lg-pull-7 {
        right: 29.16667%
    }

    .col-lg-pull-8 {
        right: 33.33333%
    }

    .col-lg-pull-9 {
        right: 37.5%
    }

    .col-lg-pull-10 {
        right: 41.66667%
    }

    .col-lg-pull-11 {
        right: 45.83333%
    }

    .col-lg-pull-12 {
        right: 50%
    }

    .col-lg-pull-13 {
        right: 54.16667%
    }

    .col-lg-pull-14 {
        right: 58.33333%
    }

    .col-lg-pull-15 {
        right: 62.5%
    }

    .col-lg-pull-16 {
        right: 66.66667%
    }

    .col-lg-pull-17 {
        right: 70.83333%
    }

    .col-lg-pull-18 {
        right: 75%
    }

    .col-lg-pull-19 {
        right: 79.16667%
    }

    .col-lg-pull-20 {
        right: 83.33333%
    }

    .col-lg-pull-21 {
        right: 87.5%
    }

    .col-lg-pull-22 {
        right: 91.66667%
    }

    .col-lg-pull-23 {
        right: 95.83333%
    }

    .col-lg-pull-24 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 4.16667%
    }

    .col-lg-push-2 {
        left: 8.33333%
    }

    .col-lg-push-3 {
        left: 12.5%
    }

    .col-lg-push-4 {
        left: 16.66667%
    }

    .col-lg-push-5 {
        left: 20.83333%
    }

    .col-lg-push-6 {
        left: 25%
    }

    .col-lg-push-7 {
        left: 29.16667%
    }

    .col-lg-push-8 {
        left: 33.33333%
    }

    .col-lg-push-9 {
        left: 37.5%
    }

    .col-lg-push-10 {
        left: 41.66667%
    }

    .col-lg-push-11 {
        left: 45.83333%
    }

    .col-lg-push-12 {
        left: 50%
    }

    .col-lg-push-13 {
        left: 54.16667%
    }

    .col-lg-push-14 {
        left: 58.33333%
    }

    .col-lg-push-15 {
        left: 62.5%
    }

    .col-lg-push-16 {
        left: 66.66667%
    }

    .col-lg-push-17 {
        left: 70.83333%
    }

    .col-lg-push-18 {
        left: 75%
    }

    .col-lg-push-19 {
        left: 79.16667%
    }

    .col-lg-push-20 {
        left: 83.33333%
    }

    .col-lg-push-21 {
        left: 87.5%
    }

    .col-lg-push-22 {
        left: 91.66667%
    }

    .col-lg-push-23 {
        left: 95.83333%
    }

    .col-lg-push-24 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 4.16667%
    }

    .col-lg-offset-2 {
        margin-left: 8.33333%
    }

    .col-lg-offset-3 {
        margin-left: 12.5%
    }

    .col-lg-offset-4 {
        margin-left: 16.66667%
    }

    .col-lg-offset-5 {
        margin-left: 20.83333%
    }

    .col-lg-offset-6 {
        margin-left: 25%
    }

    .col-lg-offset-7 {
        margin-left: 29.16667%
    }

    .col-lg-offset-8 {
        margin-left: 33.33333%
    }

    .col-lg-offset-9 {
        margin-left: 37.5%
    }

    .col-lg-offset-10 {
        margin-left: 41.66667%
    }

    .col-lg-offset-11 {
        margin-left: 45.83333%
    }

    .col-lg-offset-12 {
        margin-left: 50%
    }

    .col-lg-offset-13 {
        margin-left: 54.16667%
    }

    .col-lg-offset-14 {
        margin-left: 58.33333%
    }

    .col-lg-offset-15 {
        margin-left: 62.5%
    }

    .col-lg-offset-16 {
        margin-left: 66.66667%
    }

    .col-lg-offset-17 {
        margin-left: 70.83333%
    }

    .col-lg-offset-18 {
        margin-left: 75%
    }

    .col-lg-offset-19 {
        margin-left: 79.16667%
    }

    .col-lg-offset-20 {
        margin-left: 83.33333%
    }

    .col-lg-offset-21 {
        margin-left: 87.5%
    }

    .col-lg-offset-22 {
        margin-left: 91.66667%
    }

    .col-lg-offset-23 {
        margin-left: 95.83333%
    }

    .col-lg-offset-24 {
        margin-left: 100%
    }
}

.col-buffer,
.container-buffer,
.row-buffer {
    margin-bottom: 15px
}

.col-buffer-md,
.container-buffer-md,
.row-buffer-md {
    margin-bottom: 25px
}

.col-buffer-lg,
.container-buffer-lg,
.row-buffer-lg {
    margin-bottom: 30px
}

.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-xs-5th {
    float: left;
    width: 20%
}

.pagination {
    text-align: center;
    height: 1.6em;
    font-size: 1.2em
}

.pagination .pagination-link,
.pagination .pagination-selected {
    font-size: 17px;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    vertical-align: middle;
    display: inline-block
}

.pagination .pagination-link {
    color: #333
}

.pagination .pagination-link:hover {
    text-decoration: underline
}

.pagination .pagination-selected {
    color: #2c7500
}

.pagination .pagination-selected:hover {
    text-decoration: none
}

.pagination a {
    text-decoration: none
}

article .pagination-container a.pagination-links div {
    color: #000
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.product-flags-wrapper .product-flag-container {
    vertical-align: middle;
    margin-right: 4px
}

.product-flag-container {
    min-height: 20px;
    display: inline-block;
    margin-bottom: 10px
}

.product-flag-container.itested-container,
.product-flag-container.itested-container * {
    height: 20px;
    display: inline-block
}

.product-flag-container .product-flag {
    font-size: 12px;
    color: #000;
    background-color: #ff8a00;
    position: relative;
    text-align: center;
    display: inline-block;
    z-index: 10
}

.product-flag-container .product-flag.product-flag-specials {
    background-color: #9df0e0
}

.product-flag-container .product-flag.product-flag-specials,
.product-flag-container .product-flag.product-flag-specials a {
    color: #000
}

.product-flag-container .product-flag.product-flag-special {
    background-color: #9df0e0
}

.product-flag-container .product-flag.product-flag-special,
.product-flag-container .product-flag.product-flag-special a {
    color: #000
}

.product-flag-container .product-flag.product-flag-clearance {
    background-color: #9df0e0
}

.product-flag-container .product-flag.product-flag-clearance,
.product-flag-container .product-flag.product-flag-clearance a {
    color: #000
}

.product-flag-container .product-flag.product-flag-best-seller {
    background-color: #e25903
}

.product-flag-container .product-flag.product-flag-best-seller,
.product-flag-container .product-flag.product-flag-best-seller a {
    color: #fff
}

.product-flag-container .product-flag.product-flag-new-arrival {
    background-color: #cbeb92
}

.product-flag-container .product-flag.product-flag-new-arrival,
.product-flag-container .product-flag.product-flag-new-arrival a {
    color: #000
}

.product-flag-container .product-flag.product-flag-new {
    background-color: #cbeb92
}

.product-flag-container .product-flag.product-flag-new,
.product-flag-container .product-flag.product-flag-new a {
    color: #000
}

.product-flag-container .product-flag.product-flag-trials {
    background-color: #fcb500
}

.product-flag-container .product-flag.product-flag-trials,
.product-flag-container .product-flag.product-flag-trials a {
    color: #000
}

.product-flag-container .product-flag.product-flag-trial {
    background-color: #fcb500
}

.product-flag-container .product-flag.product-flag-trial,
.product-flag-container .product-flag.product-flag-trial a {
    color: #000
}

.product-flag-container .product-flag.product-flag-short-dated-sale {
    background-color: #ff4337
}

.product-flag-container .product-flag.product-flag-short-dated-sale,
.product-flag-container .product-flag.product-flag-short-dated-sale a {
    color: #000
}


.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 1px solid #0073b1;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #666;
    text-decoration: none;
    background-color: #8f2b00
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    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;
    box-shadow: none
}

.btn.btn-full {
    width: 100%
}

.btn-link {
    color: #0039a6;
    font-weight: 400;
    border-radius: 0;
    font-size: 14px;
    padding: 0;
    border: 0;
    margin-bottom: 1px
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #004588;
    text-decoration: underline;
    background-color: transparent
}

.btn-link .btn-full {
    width: 100%
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    text-decoration: none
}

.inline-btn {
    display: inline-block;
    margin: 10px 10px 0 0
}

.inline-btn .btn {
    margin-right: 10px
}

.btn-default {
    color: #666;
    border-color: #e0e0e0;
    background-image: -moz- oldlinear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    background-repeat: repeat-x
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
    color: #666;
    border-color: #c1c1c1;
    background-image: -moz- oldlinear-gradient(top, #e6e6e6 0, #c7c7c7 100%);
    background-image: linear-gradient(to bottom, #e6e6e6 0, #c7c7c7 100%);
    background-repeat: repeat-x
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.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.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    border-color: #e0e0e0;
    background-image: -moz- oldlinear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    background-repeat: repeat-x
}

.btn-primary {
    color: #fff;
    border-color: #f38a00;
    background-image: -moz- oldlinear-gradient(top, #f38a00 0, #ef6c00 100%);
    background-image: linear-gradient(to bottom, #f38a00 0, #ef6c00 100%);
    background-repeat: repeat-x
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    border-color: #b66700;
    background-image: -moz- oldlinear-gradient(top, #c06d00 0, #bc5500 100%);
    background-image: linear-gradient(to bottom, #c06d00 0, #bc5500 100%);
    background-repeat: repeat-x
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.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.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    border-color: #f38a00;
    background-image: -moz- oldlinear-gradient(top, #f38a00 0, #ef6c00 100%);
    background-image: linear-gradient(to bottom, #f38a00 0, #ef6c00 100%);
    background-repeat: repeat-x
}

.btn-secondary {
    color: #fff;
    border-color: #458500;
    background-image: -moz- oldlinear-gradient(top, #458500 0, #2c7500 100%);
    background-image: linear-gradient(to bottom, #458500 0, #2c7500 100%);
    background-repeat: repeat-x
}

.btn-secondary.active,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    border-color: #254800;
    background-image: -moz- oldlinear-gradient(top, #2b5200 0, #194200 100%);
    background-image: linear-gradient(to bottom, #2b5200 0, #194200 100%);
    background-repeat: repeat-x
}

.btn-secondary.disabled,
.btn-secondary.disabled.active,
.btn-secondary.disabled.focus,
.btn-secondary.disabled:active,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary[disabled],
.btn-secondary[disabled].active,
.btn-secondary[disabled].focus,
.btn-secondary[disabled]:active,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary,
fieldset[disabled] .btn-secondary.active,
fieldset[disabled] .btn-secondary.focus,
fieldset[disabled] .btn-secondary:active,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary:hover {
    border-color: #458500;
    background-image: -moz- oldlinear-gradient(top, #458500 0, #2c7500 100%);
    background-image: linear-gradient(to bottom, #458500 0, #2c7500 100%);
    background-repeat: repeat-x
}

.btn-disabled {
    color: #fff;
    border-color: #e0e0e0;
    background-image: -moz- oldlinear-gradient(top, #e0e0e0 0, #999 100%);
    background-image: linear-gradient(to bottom, #e0e0e0 0, #999 100%);
    background-repeat: repeat-x;
    pointer-events: none
}

.btn-disabled.active,
.btn-disabled.focus,
.btn-disabled:active,
.btn-disabled:focus,
.btn-disabled:hover {
    color: #fff;
    border-color: #c1c1c1;
    background-image: -moz- oldlinear-gradient(top, #c7c7c7 0, gray 100%);
    background-image: linear-gradient(to bottom, #c7c7c7 0, gray 100%);
    background-repeat: repeat-x
}

.btn-disabled.disabled,
.btn-disabled.disabled.active,
.btn-disabled.disabled.focus,
.btn-disabled.disabled:active,
.btn-disabled.disabled:focus,
.btn-disabled.disabled:hover,
.btn-disabled[disabled],
.btn-disabled[disabled].active,
.btn-disabled[disabled].focus,
.btn-disabled[disabled]:active,
.btn-disabled[disabled]:focus,
.btn-disabled[disabled]:hover,
fieldset[disabled] .btn-disabled,
fieldset[disabled] .btn-disabled.active,
fieldset[disabled] .btn-disabled.focus,
fieldset[disabled] .btn-disabled:active,
fieldset[disabled] .btn-disabled:focus,
fieldset[disabled] .btn-disabled:hover {
    border-color: #e0e0e0;
    background-image: -moz- oldlinear-gradient(top, #e0e0e0 0, #999 100%);
    background-image: linear-gradient(to bottom, #e0e0e0 0, #999 100%);
    background-repeat: repeat-x
}

.btn-ghost-primary {
    color: #f38a00;
    border-color: #f38a00;
    background-image: -moz- oldlinear-gradient(top, transparent 0, transparent 100%);
    background-image: linear-gradient(to bottom, transparent 0, transparent 100%);
    background-repeat: repeat-x
}

.btn-ghost-primary.active,
.btn-ghost-primary.focus,
.btn-ghost-primary:active,
.btn-ghost-primary:focus,
.btn-ghost-primary:hover {
    color: #f38a00;
    border-color: #b66700;
    background-image: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x
}

.btn-ghost-primary.disabled,
.btn-ghost-primary.disabled.active,
.btn-ghost-primary.disabled.focus,
.btn-ghost-primary.disabled:active,
.btn-ghost-primary.disabled:focus,
.btn-ghost-primary.disabled:hover,
.btn-ghost-primary[disabled],
.btn-ghost-primary[disabled].active,
.btn-ghost-primary[disabled].focus,
.btn-ghost-primary[disabled]:active,
.btn-ghost-primary[disabled]:focus,
.btn-ghost-primary[disabled]:hover,
fieldset[disabled] .btn-ghost-primary,
fieldset[disabled] .btn-ghost-primary.active,
fieldset[disabled] .btn-ghost-primary.focus,
fieldset[disabled] .btn-ghost-primary:active,
fieldset[disabled] .btn-ghost-primary:focus,
fieldset[disabled] .btn-ghost-primary:hover {
    border-color: #f38a00;
    background-image: -moz- oldlinear-gradient(top, transparent 0, transparent 100%);
    background-image: linear-gradient(to bottom, transparent 0, transparent 100%);
    background-repeat: repeat-x
}

.btn-ghost-primary-darker {
    color: #ef6c00;
    border-color: #ef6c00;
    background-image: -moz- oldlinear-gradient(top, transparent 0, transparent 100%);
    background-image: linear-gradient(to bottom, transparent 0, transparent 100%);
    background-repeat: repeat-x
}

.btn-ghost-primary-darker.active,
.btn-ghost-primary-darker.focus,
.btn-ghost-primary-darker:active,
.btn-ghost-primary-darker:focus,
.btn-ghost-primary-darker:hover {
    color: #ef6c00;
    border-color: #b25000;
    background-image: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x
}

.btn-ghost-primary-darker.disabled,
.btn-ghost-primary-darker.disabled.active,
.btn-ghost-primary-darker.disabled.focus,
.btn-ghost-primary-darker.disabled:active,
.btn-ghost-primary-darker.disabled:focus,
.btn-ghost-primary-darker.disabled:hover,
.btn-ghost-primary-darker[disabled],
.btn-ghost-primary-darker[disabled].active,
.btn-ghost-primary-darker[disabled].focus,
.btn-ghost-primary-darker[disabled]:active,
.btn-ghost-primary-darker[disabled]:focus,
.btn-ghost-primary-darker[disabled]:hover,
fieldset[disabled] .btn-ghost-primary-darker,
fieldset[disabled] .btn-ghost-primary-darker.active,
fieldset[disabled] .btn-ghost-primary-darker.focus,
fieldset[disabled] .btn-ghost-primary-darker:active,
fieldset[disabled] .btn-ghost-primary-darker:focus,
fieldset[disabled] .btn-ghost-primary-darker:hover {
    border-color: #ef6c00;
    background-image: -moz- oldlinear-gradient(top, transparent 0, transparent 100%);
    background-image: linear-gradient(to bottom, transparent 0, transparent 100%);
    background-repeat: repeat-x
}

.btn-ghost-info {
    color: #0039a6;
    border-color: #0039a6;
    background-image: -moz- oldlinear-gradient(top, transparent 0, transparent 100%);
    background-image: linear-gradient(to bottom, transparent 0, transparent 100%);
    background-repeat: repeat-x
}

.btn-ghost-info.active,
.btn-ghost-info.focus,
.btn-ghost-info:active,
.btn-ghost-info:focus,
.btn-ghost-info:hover {
    color: #0039a6;
    border-color: #12579b;
    background-image: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x
}

.btn-ghost-info.disabled,
.btn-ghost-info.disabled.active,
.btn-ghost-info.disabled.focus,
.btn-ghost-info.disabled:active,
.btn-ghost-info.disabled:focus,
.btn-ghost-info.disabled:hover,
.btn-ghost-info[disabled],
.btn-ghost-info[disabled].active,
.btn-ghost-info[disabled].focus,
.btn-ghost-info[disabled]:active,
.btn-ghost-info[disabled]:focus,
.btn-ghost-info[disabled]:hover,
fieldset[disabled] .btn-ghost-info,
fieldset[disabled] .btn-ghost-info.active,
fieldset[disabled] .btn-ghost-info.focus,
fieldset[disabled] .btn-ghost-info:active,
fieldset[disabled] .btn-ghost-info:focus,
fieldset[disabled] .btn-ghost-info:hover {
    border-color: #0039a6;
    background-image: -moz- oldlinear-gradient(top, transparent 0, transparent 100%);
    background-image: linear-gradient(to bottom, transparent 0, transparent 100%);
    background-repeat: repeat-x
}

.btn-outline {
    background-color: #fff;
    border: #f38a00 1px solid;
    border-radius: 5px;
    font-weight: 400;
    color: #f38a00;
    cursor: pointer;
    padding: 5px 10px 5px 10px
}

.btn-outline:hover {
    background-image: -moz- oldlinear-gradient(top, #f38a00 0, #ef6c00 100%);
    background-image: linear-gradient(to bottom, #f38a00 0, #ef6c00 100%);
    color: #fff;
    background-color: #f38a00
}

.btn-outline:focus {
    outline: 0
}

.btn-xl {
    padding: 8px 8px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 8px 8px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0
}

.btn-md {
    padding: 5px 16px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 0
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 0 15px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 0
}

.btn-slim {
    padding: 4px 12px;
    font-size: 17px;
    line-height: 1.42857;
    border-radius: 3px
}

.btn-xs-slim {
    padding: 0 15px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0
}

.btn-narrow {
    padding: 2px 30px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.btn-primary-universal {
    color: #fff;
    border-color: #4c4c4c;
    background-color: #4c4c4c;
    background-image: none;
    font-size: 14px;
    border-radius: 4px
}

.btn-primary-universal.active,
.btn-primary-universal.focus,
.btn-primary-universal:active,
.btn-primary-universal:focus,
.btn-primary-universal:hover {
    color: #fff;
    border-color: #333;
    background-color: #333
}

.btn-primary-universal.disabled,
.btn-primary-universal.disabled.active,
.btn-primary-universal.disabled.focus,
.btn-primary-universal.disabled:active,
.btn-primary-universal.disabled:focus,
.btn-primary-universal.disabled:hover,
.btn-primary-universal[disabled],
.btn-primary-universal[disabled].active,
.btn-primary-universal[disabled].focus,
.btn-primary-universal[disabled]:active,
.btn-primary-universal[disabled]:focus,
.btn-primary-universal[disabled]:hover,
fieldset[disabled] .btn-primary-universal,
fieldset[disabled] .btn-primary-universal.active,
fieldset[disabled] .btn-primary-universal.focus,
fieldset[disabled] .btn-primary-universal:active,
fieldset[disabled] .btn-primary-universal:focus,
fieldset[disabled] .btn-primary-universal:hover {
    color: #fff;
    border-color: #d8d8d8;
    background-color: #d8d8d8
}

.btn-secondary-universal {
    color: #333;
    border-color: #4c4c4c;
    background-color: #fff;
    background-image: none;
    font-size: 14px;
    border-radius: 4px;
    border: 2px solid
}

.btn-secondary-universal.active,
.btn-secondary-universal.focus,
.btn-secondary-universal:active,
.btn-secondary-universal:focus,
.btn-secondary-universal:hover {
    color: #333;
    border-color: #4c4c4c;
    background-color: #f5f5f5
}

.btn-secondary-universal.disabled,
.btn-secondary-universal.disabled.active,
.btn-secondary-universal.disabled.focus,
.btn-secondary-universal.disabled:active,
.btn-secondary-universal.disabled:focus,
.btn-secondary-universal.disabled:hover,
.btn-secondary-universal[disabled],
.btn-secondary-universal[disabled].active,
.btn-secondary-universal[disabled].focus,
.btn-secondary-universal[disabled]:active,
.btn-secondary-universal[disabled]:focus,
.btn-secondary-universal[disabled]:hover,
fieldset[disabled] .btn-secondary-universal,
fieldset[disabled] .btn-secondary-universal.active,
fieldset[disabled] .btn-secondary-universal.focus,
fieldset[disabled] .btn-secondary-universal:active,
fieldset[disabled] .btn-secondary-universal:focus,
fieldset[disabled] .btn-secondary-universal:hover {
    color: #d8d8d8;
    border-color: #d8d8d8;
    background-color: #fff
}

.btn-secondary-universal.active,
.btn-secondary-universal.focus,
.btn-secondary-universal:active,
.btn-secondary-universal:focus,
.btn-secondary-universal:hover {
    text-decoration: underline
}

.btn-sm-universal {
    padding: 6px 16px;
    font-size: 14px;
    line-height: 1;
    border-radius: 4px;
    height: 32px
}

.btn-lg-universal {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 1.33333;
    border-radius: 4px;
    font-weight: 700;
    height: 44px
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #8c8c8c;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #0039a6;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.badge.badge-small {
    font-size: 10px;
    padding: 2px 7px
}

.badge.badge-danger {
    background-color: #f10200
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.badge-unread {
    width: 8px;
    height: 8px;
    background-color: #d32f2f;
    border-radius: 8px;
    display: inline-block
}

.popup-container {
    width: 500px;
    top: 50vh;
    /*!@noflip*/
    left: 50vw;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100px;
    padding: 25px;
    display: none;
    position: fixed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 300px;
    max-height: -moz-calc(100vh - 200px);
    max-height: calc(100vh - 200px);
    z-index: 2000;
    height: auto;
    background-color: #fff;
    outline: 0
}

.popup-container.china {
    width: 600px
}

.popup-container .popup-close,
.popup-container .popup-close-adv {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
    z-index: 500
}

.popup-container .popup-close i,
.popup-container .popup-close-adv i {
    font-size: 21px;
    color: #e0e0e0 !important
}

.popup-container .popup-title {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #e0e0e0 ；;
    padding-bottom: 15px
}

.popup-container .popup-title.china {
    text-align: center
}

.popup-container .popup-title svg {
    vertical-align: middle
}

.popup-container .popup-title #china-title {
    margin-left: 15px;
    font-size: 18px;
    font-weight: 700
}

.popup-container .popup-content {
    font-size: 14px;
    margin: 10px 0;
    font-weight: 400
}

.popup-container .popup-content p {
    margin-bottom: 10px
}

.popup-container .popup-content.china {
    text-align: center
}

.popup-container .popup-footer {
    padding-top: 20px;
    float: right
}

.popup-container .popup-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.popup-container-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup-container-wrapper.expand {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0
}

.show {
    display: block !important
}

.add-close {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.add-close i {
    font-size: 21px;
    color: #e0e0e0 !important
}

.no-rating {
    height: 19px
}

.rating {
    z-index: 0;
    position: relative
}


.rating .write-review {
    vertical-align: middle;
    font-size: 13px
}

.rating a {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none
}

.rating a>span {
    margin-right: 4px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rating a:hover {
    text-decoration: none
}

.rating .stars {
    font-size: 12px;
    display: inline-block
}

.rating .stars .stars-rating {
    width: 15px !important;
    height: 15px;
    min-height: 15px;
    vertical-align: top;
    position: relative;
    margin-right: 1px;
    left: 0
}

.rating .stars .stars-rating path {
    fill: #fac627
}

.rating .stars .stars-rating:last-of-type {
    margin-right: 0 !important
}

.rating .stars .stars-rating.empty path:first-of-type,
.rating .stars .stars-rating.half path:first-of-type {
    fill: #bdbdbd
}

.rating .stars .stars-rating-v2 {
    width: 15px;
    height: 15px;
    min-height: 15px;
    vertical-align: top;
    position: relative;
    margin-right: 1px;
    left: 0;
    fill: none
}

.rating .stars .stars-rating-v2.full {
    fill: #fac627
}

.rating .stars .stars-rating-v2.full path {
    stroke: #8d6708
}

.rating .stars .stars-rating-v2.half path:first-child,
.rating .stars .stars-rating-v2.quarter path:first-child,
.rating .stars .stars-rating-v2.three-quarters path:first-child {
    fill: #fac627
}

.rating .stars .stars-rating-v2.half path:last-child,
.rating .stars .stars-rating-v2.quarter path:last-child,
.rating .stars .stars-rating-v2.three-quarters path:last-child {
    stroke: #8d6708
}

.rating .stars .stars-rating-v2.empty path {
    stroke: #8d6708
}

.rating .rating-count {
    font-size: 12px;
    color: #747474;
    margin-left: 3px
}

.alerts {
    padding: 16px;
    font-size: 14px;
    border: 1px solid;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1
}

.alerts.alerts-inline {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.alerts.alerts-info {
    background-color: #f0f5ff;
    border-color: #f0f5ff;
    color: #005b9e
}

.catalog-alerts-v2 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    height: auto;
    width: 100vw;
    z-index: 9999999999
}

.catalog-alerts-v2 .alert {
    position: absolute;
    top: 16px;
    z-index: 9999999999;
    right: 16px
}

.catalog-alerts-v2 .alert .alert-content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    height: auto;
    margin-bottom: 16px;
    padding: 16px;
    position: relative;
    width: 343px;
    background: #333
}

.catalog-alerts-v2 .alert .alert-content .alert-message {
    -webkit-flex: 1 1 0%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    margin: 0 10px 4px 12px;
    color: #fff;
    font-size: 14px
}

.catalog-alerts-v2 .alert .alert-content .close-icon-wrapper svg {
    cursor: pointer
}

.catalog-alerts-v2 .alert .alert-content .close-icon-wrapper svg path {
    fill: #fff
}

.catalog-alerts-v2 .alert .alert-content-error {
    background: #d32f2f
}

.catalog-alerts-v2 .alert .alert-content-success {
    background: #2c7500
}

.catalog-alerts-v2 .alert .alert-content-success svg path {
    fill: #fff
}

.catalog-alerts-v2 .alert .alert-content-warn {
    background: #fac627
}

.catalog-alerts-v2 .alert .alert-content-warn .alert-message {
    color: #333
}

.catalog-alerts-v2 .alert .alert-content-warn .close-icon-wrapper svg path {
    fill: #333
}

.catalog-alerts-v2 .alert .alert-content-info {
    background: #126cc5
}

.catalog-alerts-v2 .alert .alert-action {
    padding-left: 3px;
    text-decoration: underline;
    cursor: pointer
}

.gh-form-control {
    display: block;
    font-size: 14px
}

.gh-form-control .gh-dropdown-search,
.gh-form-control .gh-input-search {
    border-radius: 8px;
    border: 1px solid #ccc;
    position: relative;
    padding: 12px 16px;
    height: 100%;
    width: 100%;
    outline: 0
}

.gh-btn {
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    padding: 12px 16px;
    text-align: center;
    cursor: pointer
}

.gh-btn-primary {
    background-color: #458500;
    color: #fff
}

.gh-btn-neutral {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333
}

.gh-checkbox-label {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.gh-checkbox {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 8px
}

.gh-checkbox>svg {
    display: none;
    width: 17px;
    height: 16px;
    fill: #fff;
    stroke: #fff
}

.gh-checkbox-input {
    visibility: hidden;
    position: absolute;
    pointer-events: none
}

.gh-checkbox-input:checked+.gh-checkbox {
    background-color: #458500;
    border-color: #458500
}

.gh-checkbox-input:checked+.gh-checkbox>svg {
    display: block
}

.prohibited-404 {
    margin: 89px;
    color: #333
}

.prohibited-404 .container {
    text-align: center
}

.prohibited-404 .prohibited-tag {
    margin-bottom: 32px;
    width: 120px;
    height: 120px
}

.prohibited-404 .content {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px
}

.prohibited-404 .content .cf-error-details {
    display: none
}

.prohibited-404 .tips {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px
}

.prohibited-404 .return-links {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.prohibited-404 .return-links a {
    background-color: #458500;
    border-radius: 8px;
    display: block;
    width: 343px;
    height: 48px;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
    font-size: 16px
}

.prohibited-404 .return-links a:hover {
    text-decoration: none
}

.prohibited-404 #product-similar-items-to-consider {
    margin-top: 84px;
    text-align: initial
}

@-webkit-keyframes falling1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0)
    }

    100% {
        -webkit-transform: translate3d(100px, 250px, 0) rotate(180deg);
        transform: translate3d(100px, 250px, 0) rotate(180deg);
        opacity: 0
    }
}

@-moz-keyframes falling1 {
    0% {
        -moz-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0)
    }

    100% {
        -moz-transform: translate3d(100px, 250px, 0) rotate(180deg);
        transform: translate3d(100px, 250px, 0) rotate(180deg);
        opacity: 0
    }
}

@keyframes falling1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        -moz-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0)
    }

    100% {
        -webkit-transform: translate3d(100px, 250px, 0) rotate(180deg);
        -moz-transform: translate3d(100px, 250px, 0) rotate(180deg);
        transform: translate3d(100px, 250px, 0) rotate(180deg);
        opacity: 0
    }
}

@-webkit-keyframes falling2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0)
    }

    100% {
        -webkit-transform: translate3d(-150px, 200px, 0) rotate(360deg);
        transform: translate3d(-150px, 200px, 0) rotate(360deg);
        opacity: 0
    }
}

@-moz-keyframes falling2 {
    0% {
        -moz-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0)
    }

    100% {
        -moz-transform: translate3d(-150px, 200px, 0) rotate(360deg);
        transform: translate3d(-150px, 200px, 0) rotate(360deg);
        opacity: 0
    }
}

@keyframes falling2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        -moz-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0)
    }

    100% {
        -webkit-transform: translate3d(-150px, 200px, 0) rotate(360deg);
        -moz-transform: translate3d(-150px, 200px, 0) rotate(360deg);
        transform: translate3d(-150px, 200px, 0) rotate(360deg);
        opacity: 0
    }
}

@-webkit-keyframes falling3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0)
    }

    100% {
        -webkit-transform: translate3d(36px, 200px, 0) rotate(360deg);
        transform: translate3d(36px, 200px, 0) rotate(360deg);
        opacity: 0
    }
}

@-moz-keyframes falling3 {
    0% {
        -moz-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0)
    }

    100% {
        -moz-transform: translate3d(36px, 200px, 0) rotate(360deg);
        transform: translate3d(36px, 200px, 0) rotate(360deg);
        opacity: 0
    }
}

@keyframes falling3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        -moz-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0)
    }

    100% {
        -webkit-transform: translate3d(36px, 200px, 0) rotate(360deg);
        -moz-transform: translate3d(36px, 200px, 0) rotate(360deg);
        transform: translate3d(36px, 200px, 0) rotate(360deg);
        opacity: 0
    }
}

@-webkit-keyframes falling4 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0)
    }

    100% {
        -webkit-transform: translate3d(-36px, 200px, 0) rotate(360deg);
        transform: translate3d(-36px, 200px, 0) rotate(360deg);
        opacity: 0
    }
}

@-moz-keyframes falling4 {
    0% {
        -moz-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0)
    }

    100% {
        -moz-transform: translate3d(-36px, 200px, 0) rotate(360deg);
        transform: translate3d(-36px, 200px, 0) rotate(360deg);
        opacity: 0
    }
}

@keyframes falling4 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        -moz-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0)
    }

    100% {
        -webkit-transform: translate3d(-36px, 200px, 0) rotate(360deg);
        -moz-transform: translate3d(-36px, 200px, 0) rotate(360deg);
        transform: translate3d(-36px, 200px, 0) rotate(360deg);
        opacity: 0
    }
}

.article h2 {
    font-size: 26px
}

.article li,
.article p {
    font-size: 17px;
    color: #000;
    line-height: 1.71
}

.article .border-wrap {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 20px
}

.article .icon-recentlyviewedarrowleft,
.article .icon-recentlyviewedarrowright {
    font-size: 12px
}

.article .article-author {
    font-size: 16px;
    margin-bottom: 17px
}

.article .article-author .author-avatar {
    width: 40px;
    height: 40px;
    margin-right: 10px
}

.article .article-author cms-icon.author-avatar {
    float: left
}

.article .article-author img.author-avatar {
    border-radius: 50%
}

.article .article-author strong {
    font-weight: 400
}

.article .in-this-article {
    margin-bottom: 0;
    font-size: 16px
}

.article a {
    text-decoration: none
}

.article a:hover {
    text-decoration: underline
}

.article .article-nav {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.71;
    padding-left: 0;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article .article-nav li {
    list-style: none;
    margin: 0 8px 12px 0
}

.article .article-nav a {
    font-size: 16px;
    color: #1565c0 !important;
    height: 20px;
    padding-right: 8px;
    border-right: 1px solid;
    border-color: #d9d9d9
}

.article .article-nav li:last-child a {
    border: none
}

.article .article-image {
    max-width: 795px
}

.article .article-footer img {
    float: left;
    margin-right: 20px;
    width: 100px;
    height: 100px
}

.article .article-footer img.staff-writer {
    width: 54px;
    height: 54px;
    margin-right: 10px
}

.article .article-footer p {
    padding: 0;
    margin: 0;
    font-size: 14px
}

.article .pagination-container {
    border-top: 1px solid #ccc;
    padding: 15px 0
}

.article .pagination-container .col-xs-12 {
    padding: 15px 30px
}

.article .pagination-container .col-xs-12:first-child {
    border-right: 1px solid #ccc
}

.article .pagination-container .col-xs-12 .next,
.article .pagination-container .col-xs-12 .previous {
    width: 70%
}

.article .pagination-container .col-xs-12 .next div,
.article .pagination-container .col-xs-12 .previous div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-line-clamp: 2
}

.article .pagination-container .col-xs-12 i {
    position: absolute;
    top: 25px;
    font-size: 18px
}

.article .pagination-container .col-xs-12 .icon-recentlyviewedarrowright {
    right: 0
}

.article .pagination-container .col-xs-12 .icon-recentlyviewedarrowleft {
    left: 0
}

.article .pagination-container .pagination-links {
    text-decoration: none
}

.article .pagination-container .pagination-links span {
    color: #2c7500;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .4px;
    line-height: 24px
}

.article .pagination-container .pagination-links .next-article-without-title i,
.article .pagination-container .pagination-links .previous-article-without-title i {
    top: 15px
}

.article .iherb-blog-share-this {
    border-top: 1px solid #ccc
}

.article .article-reference li {
    font-size: 12px
}

.article .iherb-article-pageview {
    color: #999
}

.article .iherb-article-pageview svg {
    top: 2px
}

.blogarticle .share-module {
    display: none
}

article.wellness-hub-article .article-breadcrumb {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

article.wellness-hub-article .article-breadcrumb span {
    margin: 0 8px;
    color: #9f9f9f
}

article.wellness-hub-article .article-breadcrumb a {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer
}

article.wellness-hub-article .article-breadcrumb a:hover {
    text-decoration: underline
}

article.wellness-hub-article h1.article-title {
    margin-top: 16px;
    margin-bottom: 25px;
    color: #333;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

article.wellness-hub-article h2 {
    margin-top: 0
}

article.wellness-hub-article h2 strong {
    margin-top: 0
}

article.wellness-hub-article .article-stats-wrapper {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

article.wellness-hub-article .article-stats-wrapper .iherb-article-pageview {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: lowercase
}

article.wellness-hub-article .article-stats-wrapper .article-stats-divider {
    width: 1px;
    height: 16px;
    background: #e0e0e0;
    margin: 0 16px
}

article.wellness-hub-article .article-author-and-cta-wrapper {
    margin-top: 24px;
    margin-bottom: 16px
}

article.wellness-hub-article .article-author-and-cta-wrapper .article-author {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

article.wellness-hub-article .article-author-and-cta-wrapper .article-author a {
    margin-right: 16px
}

article.wellness-hub-article .article-author-and-cta-wrapper .article-author a .author-avatar {
    width: 48px;
    height: 48px;
    margin-right: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 9999px
}

article.wellness-hub-article .article-author-and-cta-wrapper .article-author a .author-avatar svg {
    width: 24px;
    height: 24px;
    color: #458500
}

article.wellness-hub-article .article-author-and-cta-wrapper .article-author .article-author-name-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

article.wellness-hub-article .article-author-and-cta-wrapper .article-author .article-author-name-wrapper a {
    margin: 0
}

article.wellness-hub-article .article-author-and-cta-wrapper .article-author .article-author-name-wrapper a .article-author-name {
    color: #126cc5;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

article.wellness-hub-article .article-author-and-cta-wrapper .article-author .article-author-name-wrapper .article-timestamp {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

article.wellness-hub-article .article-image-wrapper {
    margin: 0;
    padding: 0;
    margin-top: 32px;
    margin-bottom: 32px
}

article.wellness-hub-article .article-image-wrapper .article-image {
    max-width: 100% !important;
    border-radius: 8px
}

article.wellness-hub-article #article-body img {
    width: 100% !important
}

article.wellness-hub-article #article-body h2 {
    margin: 48px 0 24px 0;
    color: #2c7500;
    font-size: 28px;
    line-height: 140%
}

article.wellness-hub-article #article-body h3 {
    color: #333 !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%
}

article.wellness-hub-article #article-body p {
    margin: 0 0 24px 0;
    color: #333 !important;
    font-size: 16px;
    line-height: 180%
}

article.wellness-hub-article #article-body h4 {
    margin: 24px 0 8px 0;
    color: #333 !important;
    font-size: 20px;
    line-height: 140%
}

article.wellness-hub-article #article-body ul {
    margin: 0 0 24px 0
}

article.wellness-hub-article #article-body ul li {
    margin: 0 0 8px 0;
    color: #333 !important;
    font-size: 16px;
    line-height: 180%
}

article.wellness-hub-article #article-body ol {
    margin: 0 0 24px 0
}

article.wellness-hub-article #article-body ol li {
    margin: 0 0 8px 0;
    color: #333 !important;
    font-size: 16px;
    line-height: 180%
}

article.wellness-hub-article #article-body iframe {
    border-radius: 8px
}

article.wellness-hub-article #article-body a {
    color: #126cc5
}

article.wellness-hub-article #article-body u {
    text-decoration: none
}

article.wellness-hub-article #article-body #article-disclaimer p {
    margin: 0 0 24px 0;
    color: #666;
    font-size: 14px;
    line-height: 20px
}

article.wellness-hub-article #article-body #article-disclaimer p strong {
    color: #666 !important;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 20px
}

article.wellness-hub-article #article-body #article-disclaimer p span:first-of-type {
    color: #666 !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 20px
}

article.wellness-hub-article #article-body #article-disclaimer p span:first-of-type cms-trigger-modal span:first-of-type {
    color: #126cc5 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

article.wellness-hub-article #article-body cms-toggle.cms-blog-reference a {
    color: #126cc5 !important
}

article.wellness-hub-article #article-body cms-toggle.cms-blog-reference [data-slot=close],
article.wellness-hub-article #article-body cms-toggle.cms-blog-reference [data-slot=open] {
    background-color: #f7f8f7 !important;
    padding: 0;
    border-radius: 8px
}

article.wellness-hub-article #article-body cms-toggle.cms-blog-reference [data-slot=close] .cms-blog-reference-title,
article.wellness-hub-article #article-body cms-toggle.cms-blog-reference [data-slot=open] .cms-blog-reference-title {
    padding: 12px 16px !important;
    line-height: 24px
}

article.wellness-hub-article #article-body cms-toggle.cms-blog-reference [data-slot=close] .cms-blog-reference-title p strong,
article.wellness-hub-article #article-body cms-toggle.cms-blog-reference [data-slot=open] .cms-blog-reference-title p strong {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 700
}

article.wellness-hub-article #article-body cms-toggle.cms-blog-reference [data-slot=close] .cms-blog-reference-title:hover,
article.wellness-hub-article #article-body cms-toggle.cms-blog-reference [data-slot=open] .cms-blog-reference-title:hover {
    background-color: inherit;
    border-radius: 8px
}

article.wellness-hub-article #article-body cms-toggle.cms-blog-reference [data-slot=close]:hover,
article.wellness-hub-article #article-body cms-toggle.cms-blog-reference [data-slot=open]:hover {
    background-color: inherit;
    border-radius: 8px
}

article.wellness-hub-article #article-body cms-toggle.cms-blog-reference [data-slot=open] {
    margin: 8px 0 16px 0
}

article.wellness-hub-article #article-body cms-toggle.cms-blog-reference [data-slot=close] {
    margin: 8px 0 0 0;
    border-radius: 8px 8px 0 0
}

article.wellness-hub-article #article-body cms-toggle.cms-blog-reference [data-slot=content] {
    background-color: #f7f8f7 !important;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-radius: 0 0 8px 8px
}

article.wellness-hub-article #article-body cms-toggle.cms-blog-reference [data-slot=content] ol.article-reference {
    margin-right: 16px
}

article.wellness-hub-article #article-body cms-toggle.cms-blog-reference [data-slot=content] ol.article-reference li {
    margin: 0 0 4px 0;
    color: #333;
    font-size: 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left
}

article.wellness-hub-article #article-body cms-toggle.cms-blog-reference [data-slot=content] ol.article-reference li a {
    color: #126cc5 !important;
    cursor: pointer
}

article.wellness-hub-article #article-body cms-toggle.cms-blog-reference [data-slot=content] ol.article-reference li a:hover {
    text-decoration: underline
}

article.wellness-hub-article #article-body .cms-blog-reference-title {
    padding: 12px 16px !important;
    line-height: 24px
}

article.wellness-hub-article #article-body .cms-blog-reference-title p strong {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 700
}

article.wellness-hub-article #article-body p.cms-blog-reference-title {
    line-height: 24px
}

article.wellness-hub-article #article-body p.cms-blog-reference-title strong {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 700
}

article.wellness-hub-article #article-body ol.article-reference {
    margin-right: 16px
}

article.wellness-hub-article #article-body ol.article-reference li {
    margin: 0 0 4px 0;
    color: #333 !important;
    font-size: 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left
}

article.wellness-hub-article #article-body ol.article-reference li a {
    color: #126cc5 !important;
    cursor: pointer
}

article.wellness-hub-article #article-body ol.article-reference li a:hover {
    text-decoration: underline
}

article.wellness-hub-article .pagination-container {
    border-top: unset;
    margin: 0;
    padding: 0
}

article.wellness-hub-article .pagination-container .col-xs-12 {
    padding: 16px 0
}

article.wellness-hub-article .pagination-container .col-xs-12:first-child {
    border-right: unset
}

article.wellness-hub-article .pagination-container .col-xs-12 .pagination-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    padding: 0 16px;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: #fff;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important
}

article.wellness-hub-article .pagination-container .col-xs-12 .pagination-wrapper .pagination-links .next-article-without-title,
article.wellness-hub-article .pagination-container .col-xs-12 .pagination-wrapper .pagination-links .previous-article-without-title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: none;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

article.wellness-hub-article .pagination-container .col-xs-12 .pagination-wrapper .pagination-links .next-article-without-title svg,
article.wellness-hub-article .pagination-container .col-xs-12 .pagination-wrapper .pagination-links .previous-article-without-title svg {
    width: 24px;
    height: 24px
}

article.wellness-hub-article .pagination-container .col-xs-12 .pagination-wrapper .pagination-links .previous-article-without-title svg {
    padding-right: 4px
}

article.wellness-hub-article .pagination-container .col-xs-12 .pagination-wrapper .pagination-links .next-article-without-title svg {
    padding-left: 4px
}

article.wellness-hub-article .iherb-blog-recommendations.carousel-container {
    display: none;
    padding: 32px;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 32px 0 32px 0;
    border-radius: 8px;
    background: #f7f8f7
}

article.wellness-hub-article .iherb-blog-recommendations.carousel-container.has-recommendations {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

article.wellness-hub-article .iherb-blog-recommendations.carousel-container .iherb-blog-recommendations-title {
    text-align: center;
    line-height: 36px;
    padding-bottom: 32px;
    border: unset;
    margin: 0
}

article.wellness-hub-article .iherb-blog-recommendations.carousel-container .iherb-blog-recommendations-title h4 {
    color: #333;
    text-transform: none;
    margin: 0;
    font-size: 28px;
    font-weight: 700
}

article.wellness-hub-article .iherb-blog-recommendations.carousel-container #carousel-blog-recommendations {
    height: 340px !important
}

article.wellness-hub-article .iherb-blog-recommendations.carousel-container #carousel-blog-recommendations .iherb-blog-recommendations-inner.carousel-inner.product-carousels {
    max-height: 340px !important;
    height: 340px !important;
    width: 100%;
    margin: 0 !important
}

article.wellness-hub-article .iherb-blog-recommendations.carousel-container #carousel-blog-recommendations .iherb-blog-recommendations-inner.carousel-inner.product-carousels .product-card.product {
    height: 340px !important;
    border-radius: 8px !important;
    padding: 0 8px !important;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

article.wellness-hub-article .iherb-blog-recommendations.carousel-container #carousel-blog-recommendations .iherb-blog-recommendations-inner.carousel-inner.product-carousels .product-card.product:first-child {
    margin-left: 0 !important
}

article.wellness-hub-article .iherb-blog-recommendations.carousel-container #carousel-blog-recommendations .iherb-blog-recommendations-inner.carousel-inner.product-carousels .product-card.product:last-child {
    margin-right: 0 !important
}

article.wellness-hub-article .iherb-blog-recommendations.carousel-container #carousel-blog-recommendations .iherb-blog-recommendations-inner.carousel-inner.product-carousels .product-card.product .product-inner {
    height: 340px !important;
    background: #fff;
    border-radius: 8px !important;
    padding: 16px !important
}

article.wellness-hub-article .iherb-blog-recommendations.carousel-container #carousel-blog-recommendations .iherb-blog-recommendations-inner.carousel-inner.product-carousels .product-card.product .product-inner .product-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    height: 72px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 72px
}

article.wellness-hub-article .iherb-blog-recommendations.carousel-container #carousel-blog-recommendations .iherb-blog-recommendations-inner.carousel-inner.product-carousels .product-card.product .product-inner .rating {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:920px) {
    article.wellness-hub-article .iherb-blog-recommendations.carousel-container #carousel-blog-recommendations .iherb-blog-recommendations-inner.carousel-inner.product-carousels .product-card.product .product-inner .rating {
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

article.wellness-hub-article .iherb-blog-recommendations.carousel-container #carousel-blog-recommendations .iherb-blog-recommendations-inner.carousel-inner.product-carousels .product-card.product .product-inner .rating svg.stars-rating-v2 {
    width: 20px;
    height: 20px
}

article.wellness-hub-article .iherb-blog-recommendations.carousel-container #carousel-blog-recommendations .iherb-blog-recommendations-inner.carousel-inner.product-carousels .product-card.product .product-inner .rating .rating-count {
    color: #126cc5;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

article.wellness-hub-article .iherb-blog-recommendations.carousel-container #carousel-blog-recommendations .iherb-blog-recommendations-inner.carousel-inner.product-carousels .product-card.product .product-inner .rating .rating-count span {
    margin: 0
}

article.wellness-hub-article .iherb-blog-recommendations.carousel-container #carousel-blog-recommendations .iherb-blog-recommendations-inner.carousel-inner.product-carousels .product-card.product .product-inner .product-price .price {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

article.wellness-hub-article .iherb-blog-recommendations.carousel-container #carousel-blog-recommendations .iherb-blog-recommendations-inner.carousel-inner.product-carousels .product-card.product .product-inner .product-price .price.discount-red {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #ca2222
}

article.wellness-hub-article .iherb-blog-recommendations.carousel-container #carousel-blog-recommendations .iherb-blog-recommendations-inner.carousel-inner.product-carousels .product-card.product .product-inner .product-price .price.discount-green {
    color: #458500
}

article.wellness-hub-article .iherb-blog-recommendations.carousel-container #carousel-blog-recommendations .iherb-blog-recommendations-inner.carousel-inner.product-carousels .product-card.product .product-inner .product-price .price-olp {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    -webkit-text-decoration-line: strikethrough;
    -moz-text-decoration-line: strikethrough;
    text-decoration-line: strikethrough
}

article.wellness-hub-article .iherb-blog-recommendations.carousel-container #carousel-blog-recommendations .iherb-blog-recommendations-inner.carousel-inner.product-carousels .product-card.product .product-inner .product-price .discount-in-cart.save-in-cart {
    font-size: 14px;
    color: #f38a00;
    font-weight: 700
}

article.wellness-hub-article .iherb-blog-recommendations.carousel-container #carousel-blog-recommendations .iherb-blog-recommendations-inner.carousel-inner.product-carousels .item.carouselRow {
    width: 100%;
    height: 340px !important
}

article.wellness-hub-article .iherb-blog-recommendations.carousel-container #carousel-blog-recommendations .iherb-blog-recommendations-inner.carousel-inner.product-carousels .item.carouselRow .product-card.product {
    height: 340px !important;
    border-radius: 8px !important;
    padding: 0 8px !important;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

article.wellness-hub-article .iherb-blog-recommendations.carousel-container #carousel-blog-recommendations .iherb-blog-recommendations-inner.carousel-inner.product-carousels .item.carouselRow .product-card.product:first-child {
    margin-left: 0 !important
}

article.wellness-hub-article .iherb-blog-recommendations.carousel-container #carousel-blog-recommendations .iherb-blog-recommendations-inner.carousel-inner.product-carousels .item.carouselRow .product-card.product:last-child {
    margin-right: 0 !important
}

article.wellness-hub-article .iherb-blog-recommendations.carousel-container #carousel-blog-recommendations .iherb-blog-recommendations-inner.carousel-inner.product-carousels .item.carouselRow .product-card.product .product-inner {
    height: 340px !important;
    background: #fff;
    border-radius: 8px !important;
    padding: 16px !important
}

article.wellness-hub-article .blog-related-articles-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 0;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 8px;
    margin: 16px 0
}

article.wellness-hub-article .blog-related-articles-container .row.section-header {
    text-align: center;
    line-height: 36px;
    padding-bottom: 32px;
    border: unset;
    margin: 0
}

article.wellness-hub-article .blog-related-articles-container .row.section-header h4 {
    color: #333;
    text-transform: none;
    margin: 0;
    font-size: 28px;
    font-weight: 700
}

article.wellness-hub-article .blog-related-articles-container .row.section-body.carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0)
}

article.wellness-hub-article .blog-related-articles-container .row.section-body.carousel .carousel-inner {
    overflow: hidden;
    max-height: 333px
}

article.wellness-hub-article .blog-related-articles-container .row.section-body.carousel .carousel-inner .article-preview-container .article-preview {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 4px 4px #eee;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.nav-v2-section-item .nav-arrow{

}
article.wellness-hub-article .blog-related-articles-container .row.section-body.carousel .carousel-inner .article-preview-container .article-preview .img-container {
    border-radius: 8px 8px 0 0;
    height: unset !important
}

article.wellness-hub-article .blog-related-articles-container .row.section-body.carousel .carousel-inner .article-preview-container .article-preview .content h3 {
    -webkit-line-clamp: 3;
    height: 90px !important;
    max-height: 90px !important
}


article.wellness-hub-article .blog-related-articles-container .row.section-body.carousel .img-container {
    height: 195px !important;
    padding-bottom: 0 !important
}

article.wellness-hub-article .blog-related-articles-container .row.section-footer {
    padding-top: 32px
}

article.wellness-hub-article .blog-related-articles-container .row.section-footer h5 {
    text-transform: none;
    margin: 0;
    color: #126cc5;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

article.wellness-hub-article .blog-related-articles-container .row.section-footer h5 a:hover {
    text-decoration: none
}

article.wellness-hub-article .blog-related-articles-container .row.section-footer h5 a svg.icon.icon-chevron-right-blue {
    width: 24px;
    height: 24px;
    margin-left: 4px
}

article.wellness-hub-article .blog-related-articles-container .row.section-footer h5 a svg.icon.icon-chevron-right-blue symbol#icon-chevron-right-blue {
    width: 24px;
    height: 24px
}

article.wellness-hub-article .blog-related-articles-container .row.section-footer h5 a svg.icon.icon-chevron-right-blue #icon-chevron-right-blue {
    width: 24px;
    height: 24px
}

article.wellness-hub-article .blog-related-articles-container .row.section-footer h5 a svg.icon.icon-chevron-right-blue use {
    width: 24px;
    height: 24px
}

article.wellness-hub-article a.carousel-control {
    padding: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 42px;
    z-index: 3;
    width: 50px
}

article.wellness-hub-article a.carousel-control.carousel-control-right {
    left: unset !important;
    right: 0
}

article.wellness-hub-article a.carousel-control:hover {
    opacity: 1
}

article.wellness-hub-article a.carousel-control .transitionIcon {
    z-index: 3;
    cursor: pointer;
    position: absolute;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 6px;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1 0 0;
    -moz-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 9999px;
    border: 1px solid #ccc;
    background: #fff;
    line-height: unset;
    width: 40px;
    height: 40px;
    margin: 0
}

article.wellness-hub-article a.carousel-control .transitionIcon:hover {
    opacity: 1
}

article.wellness-hub-article a.carousel-control .transitionIcon.transitionLeft {
    left: 0;
    right: unset
}
article.wellness-hub-article a.carousel-control .transitionIcon.transitionRight {
    right: 0;
    left: unset
}

article.wellness-hub-article a.carousel-control .transitionIcon svg {
    width: 24px;
    height: 24px
}

.article-body-float-elements-wrapper {
    position: -webkit-sticky;
    position: sticky;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 100%;
    left: 100%;
    margin-right: -50px
}

@media (max-width:768px) {
    .article-body-float-elements-wrapper {
        margin-right: 7px
    }
}

.article-body-float-elements-wrapper .article-cta-wrapper.float {
    display: none
}

.article-cta-wrapper {
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.article-cta-wrapper .article-cta {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 0 4px 0 4px;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 9999px;
    background: #fff
}

.article-cta-wrapper .article-cta svg.icon {
    width: 24px;
    height: 24px
}

.article-cta-wrapper .article-go-to-top-cta,
.article-cta-wrapper .article-shop-cta {
    border: 1px solid #ccc
}

.article-cta-wrapper .article-go-to-top-cta:hover,
.article-cta-wrapper .article-shop-cta:hover {
    background: #f0f0f0
}

.article-cta-wrapper .article-share-cta {
    border: 1px solid #f38a00
}

.article-cta-wrapper .article-share-cta:hover {
    background: #fff3e2
}

.article-cta-wrapper.float {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    z-index: 1;
    padding: 0;
    bottom: 32px;
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.article-cta-wrapper.float .article-cta {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .12);
    margin: 9px
}

.article-cta-wrapper.float .article-cta:first-of-type {
    margin-top: 0
}

.article-cta-wrapper.float .article-cta:last-of-type {
    margin-bottom: 0
}

.article-cta-wrapper.float .article-go-to-top-cta {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.verticalline {
    position: relative;
    display: inline-block;
    height: 100%;
    padding-right: 9px;
    margin-right: 9px;
    vertical-align: middle;
    border-right: 1px solid #e0e0e0
}

.verticalline-left {
    border-right: 0;
    border-left: 1px solid #e0e0e0;
    margin-left: 9px;
    padding-left: 9px
}

.verticalline-left span {
    display: inline-block;
    margin: 7px 0 7px 2px
}

.verticalline-left:first-of-type {
    border-left: none
}

.verticalline-none {
    border: none;
    padding: 0;
    margin: 0
}

.text-no-transform {
    text-transform: none
}

.section-header-content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-header-content .popular-pagination {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-header-content .popular-pagination .pagination-last,
.section-header-content .popular-pagination .pagination-next {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    text-align: center;
    cursor: pointer
}

.section-header-content .popular-pagination .pagination-last:hover,
.section-header-content .popular-pagination .pagination-next:hover {
    text-decoration: none
}

.home-popular-articles {
    overflow: hidden
}

.home-popular-articles .popular-articles-wrap {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: -webkit-transform .3s linear;
    -moz-transition: transform .3s linear, -moz-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear, -moz-transform .3s linear
}

.home-popular-articles .popular-articles-wrap .article-preview-container {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.home-popular-articles .img-container {
    height: 195px !important;
    padding-bottom: 0 !important
}

.article-preview-container .article-preview {
    position: relative;
    background-color: #fff;
    width: 100%;
    border-radius: 8px
}

.article-preview-container .article-preview a {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1
}

.article-preview-container .article-preview .content {
    padding: 16px
}

@media (max-width:991px) {
    .article-preview-container .article-preview .content {
        padding-top: 10px;
        padding-bottom: 30px
    }
}

.article-preview-container .article-preview .content h3 {
    height: 90px;
    font-weight: 700;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    margin: 0 0 8px;
    font-size: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 72px;
}

@media (max-width:991px) {
    .article-preview-container .article-preview .content h3 {
        -webkit-line-clamp: 2
    }
}

.article-preview-container .article-preview .content h5 {
    display: inline-block;
    color: #333;
    margin-bottom: 16px
}

@media (max-width:991px) {
    .article-preview-container .article-preview .content h5 {
        text-align: center;
        margin-bottom: 23px
    }

    .article-preview-container .article-preview .content h5:after {
        background: 0 0
    }
}

@media (max-width:991px) {
    .article-preview-container .article-preview .content h5 i {
        display: block;
        margin-bottom: 6px
    }
}

.article-preview-container .article-preview .content h5 svg {
    margin-right: 0 !important;
    color: #707070
}

.article-preview-container .article-preview .content h5::after {
    width: 100%;
    bottom: -12px
}

.article-preview-container .article-preview .content .author {
    height: 20px;
    line-height: 20px;
    margin: 0 0 8px 0;
    color: #101010;
    font-weight: 400;
    font-size: 14px;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.article-preview-container .article-preview .content .iherb-article-pageview-wrapper {
    height: 20px
}

.article-preview-container .article-preview .content .iherb-article-pageview-wrapper .iherb-article-pageview {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article-preview-container .article-preview .content .iherb-article-pageview-wrapper .iherb-article-pageview svg {
    top: 2px;
    width: 16px;
    height: 16px
}

.article-preview-container .article-preview .content .iherb-article-pageview-wrapper .iherb-article-pageview span {
    height: 16px;
    padding-top: 1px;
    margin: 0 8px;
    font-size: 12px
}

.article-preview-container .article-preview .content .text-container {
    height: 42px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis
}

@media (min-width:992px) {
    .zh .article-preview-container .article-preview .content .text-container {
        height: 36px
    }
}

.article-preview-container .article-preview .content .text-container p {
    line-height: 15px
}

@media (max-width:991px) {

    .article-preview-container .article-preview .content .small,
    .article-preview-container .article-preview .content p {
        display: none
    }
}

.article-preview-container .article-preview .img-container {
    width: 100%;
    height: 0;
    padding-bottom: 61%;
    border-radius: 8px 8px 0 0;
    overflow: hidden
}

.article-preview-container .article-preview .img-container .img-responsive {
    width: 100% !important;
    max-width: 100% !important
}

.article-preview-container .article-preview .iherb-article-date {
    display: inline-block;
    color: #707070 !important
}

.article-preview-container .article-preview .iherb-article-pageview {
    display: inline-block;
    color: #707070 !important
}

.article-preview-container .article-preview .iherb-article-pageview svg {
    color: #707070
}

.article-preview-container .col-xs-12 .article-preview .content h3 {
    -webkit-line-clamp: 3;
    max-height: 98px;
    min-height: 75px;
    margin: 0 0 8px;
    font-size: 24px
}

.explore-articles .content {
    padding: 16px !important
}

.explore-articles .text-container {
    height: 63px !important;
    -webkit-line-clamp: 3 !important
}

.featured-article {
    position: relative
}

.featured-article a {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1
}

.featured-article h5 {
    color: #999
}

.featured-article h2 {
    max-height: 110px;
    font-weight: 700;
    overflow: hidden;
    margin-bottom: 14px
}

@media (max-width:991px) {
    .featured-article h2 {
        height: 108px
    }
}

.featured-article .text-container {
    max-height: 170px;
    margin-bottom: 15px;
    overflow: hidden
}

.featured-article .text-container p {
    margin-bottom: 0;
    color: #676767
}

.featured-article .iherb-article-date {
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.featured-article .iherb-article-date strong {
    color: #2e7d32
}

.featured-article .iherb-article-date .review-count-wrap {
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 14px;
    margin: auto 9px;
    border-left: 1px solid #ccc
}

.featured-article .iherb-article-date .review-count-wrap .review-count {
    margin: 0 10px;
    font-size: 14px;
    color: #999
}

.featured-article .iherb-article-pageview {
    display: inline-block;
    color: #999
}

.featured-article .iherb-article-pageview svg {
    top: 2px
}

.popular-articles .iherb-article-date {
    display: none
}

.popular-articles .iherb-article-pageview {
    display: inline-block;
    color: #999
}

.popular-articles .iherb-article-pageview svg {
    top: 2px
}

.popular-articles .section-header h5 {
    margin-top: 0;
    font-weight: 400;
    text-transform: none
}

.popular-articles .section-header .controls {
    position: relative;
    top: 15px;
    width: 90px;
    text-align: center
}

.popular-articles .section-header .controls .carousel-pagination {
    color: #ddd
}

.popular-articles .section-header .controls .carousel-control {
    text-decoration: none;
    top: auto;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popular-articles .section-header .controls .carousel-control i {
    top: 0
}

.popular-articles .section-header .controls .carousel-control.left,
.popular-articles .section-header .controls .carousel-control.right {
    background-image: none
}

.popular-articles .carousel-container {
    padding: 0
}

.popular-articles .carousel-container .item {
    z-index: 100
}

.popular-articles .carousel-container .carousel-indicators {
    position: relative;
    margin-top: 34px;
    width: 100%;
    margin-left: 0;
    bottom: -30px;
    left: 0;
    padding-bottom: 30px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popular-articles .carousel-container .carousel-indicators li {
    background-color: #ddd
}

.popular-articles .carousel-container .carousel-indicators li.active {
    background-color: #676767;
    width: 10px;
    height: 10px
}

.sidebar h4 {
    color: #2c7500;
    letter-spacing: .4px;
    line-height: 28px;
    margin-bottom: 2px
}

.sidebar .gray-container {
    background-color: #f5f5f5;
    padding: 16px
}

.sidebar .gray-container hr {
    margin: 28px auto 10px;
    border-top: 1px solid;
    color: #ddd
}

.sidebar .sub-header {
    margin-bottom: 10px
}

.sidebar input,
.sidebar select {
    border: 1px solid #e0e0e0
}

.sidebar .search-module {
    margin-bottom: 22px
}

.sidebar .search-module #search {
    width: 100%;
    padding: 6px
}

.sidebar .search-module #search::-webkit-input-placeholder {
    color: #999
}

.sidebar .search-module .search-field {
    position: relative
}

.sidebar .search-module .icon-search-button {
    position: absolute;
    right: 22px;
    top: 3px;
    font-size: 21px;
    color: #ff8a00;
    cursor: pointer
}

.sidebar .categories-module ul.navbar-nav {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar .categories-module ul.navbar-nav .blog-icon-beauty,
.sidebar .categories-module ul.navbar-nav .blog-icon-conditions,
.sidebar .categories-module ul.navbar-nav .blog-icon-fitness,
.sidebar .categories-module ul.navbar-nav .blog-icon-nutrition,
.sidebar .categories-module ul.navbar-nav .blog-icon-wellness {
    font-size: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    margin-bottom: 4px
}

.sidebar .categories-module ul.navbar-nav .blog-icon-beauty {
    color: #ff3436;
    border-color: #ff3436
}

.sidebar .categories-module ul.navbar-nav .blog-icon-wellness {
    color: #1d78dd;
    border-color: #1d78dd
}

.sidebar .categories-module ul.navbar-nav .blog-icon-fitness {
    color: #258174;
    border-color: #258174
}

.sidebar .categories-module ul.navbar-nav .blog-icon-nutrition {
    color: #5a9e00;
    border-color: #5a9e00
}

.sidebar .categories-module ul.navbar-nav .blog-icon-conditions {
    color: #f55a00;
    border-color: #f55a00
}

.sidebar .categories-module ul.navbar-nav li {
    text-align: center;
    padding: 0;
    height: 120px
}

.sidebar .categories-module ul.navbar-nav li a {
    font-size: 16px;
    text-decoration: none;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    word-wrap: break-word;
    word-break: break-all
}

.navbar {
    border-radius: 0;
    box-shadow: 3px 2px 5px -1px #666;
    border-color: transparent
}

@-webkit-keyframes slide-down {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes slide-down {
    0% {
        -moz-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

.navbar.fixed {
    display: none;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 150;
    box-shadow: -1px 3px 9px -1px #ccc
}

.navbar [class^=icon-] {
    color: #ff8a00;
    font-size: 24px;
    vertical-align: text-top
}

.navbar .navbar-brand {
    position: relative;
    text-decoration: none;
    padding: 0 15px
}

.navbar .navbar-brand .icon-iherblogo {
    color: #2c7500;
    font-size: 39px;
    vertical-align: middle
}

.navbar .navbar-brand .vertical {
    border-right: 1px solid #edf7e5;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 15px
}

.navbar .navbar-brand .the-blog-logo {
    display: inline-block;
    background: url(/static/i/blog/static/iHerb_BLOG_RGB.svg) no-repeat center/auto;
    height: 40px;
    width: 180px;
    margin-left: -12px;
    position: relative
}

.ar .navbar .navbar-brand .the-blog-logo {
    background-image: url(/static/i/blog/static/iHerb_BLOG_AR_RGB.svg);
    top: -5px
}

.de .navbar .navbar-brand .the-blog-logo {
    background-image: url(/static/i/blog/static/iHerb_BLOG_DE_RGB.svg)
}

.es .navbar .navbar-brand .the-blog-logo {
    background-image: url(/static/i/blog/static/iHerb_BLOG_ES_RGB.svg);
    top: -5px
}

.fr .navbar .navbar-brand .the-blog-logo {
    background-image: url(/static/i/blog/static/iHerb_BLOG_FR_RGB.svg)
}

.ja .navbar .navbar-brand .the-blog-logo {
    background-image: url(/static/i/blog/static/iHerb_BLOG_JP_RGB.svg);
    top: -5px
}

.ko .navbar .navbar-brand .the-blog-logo {
    background-image: url(/static/i/blog/static/iHerb_BLOG_KR_RGB.svg)
}

.pt .navbar .navbar-brand .the-blog-logo {
    background-image: url(/static/i/blog/static/iHerb_BLOG_PT_RGB.svg);
    top: -5px
}

.ru .navbar .navbar-brand .the-blog-logo {
    background-image: url(/static/i/blog/static/iHerb_BLOG_RU_RGB.svg);
    top: -5px
}

.he .navbar .navbar-brand .the-blog-logo {
    background-image: url(/static/i/blog/static/iHerb_BLOG_HE_RGB.svg);
    margin-left: -32px
}

.hi .navbar .navbar-brand .the-blog-logo {
    background-image: url(/static/i/blog/static/iHerb_BLOG_HI_RGB.svg);
    top: -5px
}

.zh-cn .navbar .navbar-brand .the-blog-logo {
    background-image: url(/static/i/blog/static/iHerb_BLOG_CN_RGB.svg)
}

.zh-tw .navbar .navbar-brand .the-blog-logo {
    background-image: url(/static/i/blog/static/iHerb_BLOG_TW_RGB.svg)
}

.navbar .navbar-links {
    padding-left: 0
}

.navbar .navbar-links ul.navbar-nav .blog-icon {
    font-size: 24px;
    vertical-align: middle;
    color: #707070
}

.navbar .navbar-links ul.navbar-nav .blog-icon-beauty {
    color: #ff3436
}

.navbar .navbar-links ul.navbar-nav .blog-icon-wellness {
    color: #1d78dd
}

.navbar .navbar-links ul.navbar-nav .blog-icon-fitness {
    color: #258174
}

.navbar .navbar-links ul.navbar-nav .blog-icon-nutrition {
    color: #5a9e00
}

.navbar .navbar-links ul.navbar-nav .blog-icon-conditions {
    color: #f55a00
}

.navbar .navbar-links ul.navbar-nav li a {
    font-size: 16px;
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    border-bottom: 3px solid transparent
}

.navbar .navbar-links ul.navbar-nav li a svg {
    font-size: 24px;
    vertical-align: middle;
    color: #707070
}

.navbar .navbar-links ul.navbar-nav li a span {
    vertical-align: middle
}

.navbar .navbar-links ul.navbar-nav li a.active {
    font-weight: 700;
    color: #458500 !important;
    border-bottom-color: #458500 !important
}

.navbar .navbar-links ul.navbar-nav li a.active svg {
    color: #458500 !important
}

.navbar .navbar-links ul.navbar-nav li a.active svg path {
    fill: #458500 !important
}

.navbar .navbar-links ul.navbar-nav li a:focus {
    outline: solid 4px #126cc5
}

.navbar .navbar-links ul.navbar-nav li a:not(.active):hover {
    color: #458500 !important;
    border-bottom-color: #458500 !important
}

.navbar .navbar-links ul.navbar-nav li a:not(.active):hover svg {
    color: #458500 !important
}

.navbar .navbar-links ul.navbar-nav li a:not(.active):hover svg path {
    fill: #458500 !important
}

.navbar .navbar-links .dropdown-menu.open {
    display: block
}

.navbar .navbar-links .tablet-search {
    margin-top: 10px
}

@media (max-width:375px) {
    .navbar .navbar-links .tablet-search {
        margin-top: 2px
    }
}

.navbar .navbar-links .tablet-search .search-field {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.navbar .navbar-links .tablet-search .search-field #search,
.navbar .navbar-links .tablet-search .search-field #search-sticky,
.navbar .navbar-links .tablet-search .search-field #sticky-search,
.navbar .navbar-links .tablet-search .search-field #tab-search {
    width: 299px;
    height: 32px;
    padding: 6px
}

.navbar .navbar-links .tablet-search .search-field #search-sticky::-webkit-input-placeholder,
.navbar .navbar-links .tablet-search .search-field #search::-webkit-input-placeholder,
.navbar .navbar-links .tablet-search .search-field #sticky-search::-webkit-input-placeholder,
.navbar .navbar-links .tablet-search .search-field #tab-search::-webkit-input-placeholder {
    color: #ccc
}

@media (max-width:768px) {
    .navbar .navbar-links .tablet-search .search-field {
        vertical-align: top
    }

    .navbar .navbar-links .tablet-search .search-field #search {
        width: 250px
    }
}

.navbar .navbar-links .tablet-search .search-field .icon-search-button {
    position: absolute;
    right: 22px;
    top: 3px;
    font-size: 21px;
    color: #d5f5a7;
    cursor: pointer
}

.navbar .navbar-links .tablet-search .category-dropdown {
    display: inline-block
}

.navbar .navbar-links .tablet-search .category-dropdown select {
    width: 213px;
    height: 32px;
    padding: 4px
}

@media (max-width:768px) {
    .navbar .navbar-links .tablet-search .category-dropdown select {
        width: 200px
    }
}

.navbar .navbar-links .tablet-search .category-dropdown .dropdown-menu,
.navbar .navbar-links .tablet-search .category-dropdown .dropdown-toggle {
    width: 200px
}

.navbar .navbar-links .tablet-search .category-dropdown .dropdown-toggle {
    text-align: left;
    height: 32px
}

.navbar .navbar-links .tablet-search a {
    height: 32px;
    text-decoration: none
}

.navbar .navbar-links .tablet-search a:hover {
    background-color: #8cc324
}

.navbar.navbar-default {
    background-color: #fff;
    border-color: #ccc
}

@media (max-width:375px) {
    .container>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
}

@media (min-width:350px) {
    .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-header {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-header form {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-header form .search-input {
    width: 246px;
    height: 40px;
    padding: 0 8px;
    border: 1px solid #707070;
    border-radius: 8px;
    background: #fff;
    outline: 0
}

.navbar-header form .search-input:focus {
    border-color: #60aa00;
    box-shadow: 0 0 0 2px #e3edd9
}

.navbar-header form .search-input:hover {
    border-color: #2c7500
}

.navbar-header form .search-button {
    width: 86px;
    height: 40px;
    padding: 0;
    margin: 0 10px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border: none;
    border-radius: 8px;
    outline: 0;
    color: #fff;
    background: #458500
}

.categories-module .navbar-nav a {
    height: auto !important
}

.iherb-blog-recommendations {
    display: none
}

.iherb-blog-recommendations a {
    color: #0039a6
}

.iherb-blog-recommendations.has-recommendations {
    display: block
}

.iherb-blog-recommendations.iherb-blog-recommendations-sidebar {
    padding-top: 20px
}

.iherb-blog-recommendations.iherb-blog-recommendations-sidebar hr {
    border-top-color: #999
}

.iherb-blog-recommendations.carousel-container h4 {
    color: #8cc324
}

.iherb-blog-recommendations.carousel-container .iherb-blog-recommendations-title {
    padding-bottom: 15px
}

.iherb-blog-recommendations.carousel-container .iherb-blog-recommendations-carousel .icon-recentlyviewedarrowleft,
.iherb-blog-recommendations.carousel-container .iherb-blog-recommendations-carousel .icon-recentlyviewedarrowright {
    color: #333;
    font-size: 40px
}

.iherb-blog-recommendations.carousel-container .carousel-control {
    text-decoration: none
}

.iherb-blog-recommendations.carousel-container .carousel-indicators {
    display: none
}

.iherb-blog-recommendations.carousel-container .product-discount-container span {
    color: #f38a00 !important
}

.iherb-blog-recommendations.carousel-container .product-carousels {
    max-height: 286px !important;
    width: auto;
    margin-right: 8.3333%
}

.iherb-blog-recommendations .product-inner {
    padding: 18px 30px
}

.iherb-blog-recommendations .product-inner .rating {
    white-space: nowrap;
    min-height: 25px
}

.iherb-blog-recommendations .product-inner .product-title {
    color: inherit
}

.iherb-blog-recommendations .iherb-blog-recommendations-title {
    border-bottom: 1px solid #999
}

.iherb-blog-recommendations .iherb-blog-recommendations-inner {
    padding-left: 0;
    padding-right: 0
}

.blog-article-side-bar-product-card.iherb-product-card {
    padding: 0 10px 10px 0;
    margin-top: 15px;
    border-radius: 5px;
    background-color: #fff;
    border: solid 1px #999
}

.blog-article-side-bar-product-card.iherb-product-card a {
    color: #000;
    text-decoration: none
}

.blog-article-side-bar-product-card.iherb-product-card .product-flag-container {
    position: absolute;
    margin-top: 0 !important
}

.blog-article-side-bar-product-card.iherb-product-card .product-flag-container .product-flag {
    border-top-left-radius: 5px;
    font-size: 16px
}

.blog-article-side-bar-product-card.iherb-product-card .product-info {
    padding-top: 25px
}

.blog-article-side-bar-product-card.iherb-product-card .product-info .product-name {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4em
}

.blog-article-side-bar-product-card.iherb-product-card .product-image {
    margin: 35px 10px 10px 10px;
    height: 120px;
    width: 120px
}

.blog-article-side-bar-product-card.iherb-product-card .product-price {
    margin-top: 5px;
    font-weight: 700
}

.blog-article-side-bar-product-card.iherb-product-card .product-price .product-price-label {
    margin-bottom: 5px;
    font-size: 14px
}

.blog-article-side-bar-product-card.iherb-product-card .product-price .product-price-value {
    line-height: .7;
    font-size: 20px;
    color: #333
}

.blog-article-side-bar-product-card.iherb-product-card .product-price .product-price-value.has-discount {
    color: #458500
}

.blog-article-side-bar-product-card.iherb-product-card .product-price .product-price-value .price {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding-right: 5px
}

.blog-article-side-bar-product-card.iherb-product-card .product-price .product-price-value .price.discount-red {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #ca2222
}

.blog-article-side-bar-product-card.iherb-product-card .product-price .product-price-value .price.discount-green {
    color: #458500
}

.blog-article-side-bar-product-card.iherb-product-card .product-price .product-price-value .discount-price {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    -webkit-text-decoration-line: strikethrough;
    -moz-text-decoration-line: strikethrough;
    text-decoration-line: strikethrough
}

.blog-article-side-bar-product-card.iherb-product-card .product-price .product-price-value .discount-price {
    font-size: 12px;
    color: #666;
    text-decoration: line-through
}

.blog-article-side-bar-product-card.iherb-product-card .product-price .product-price-value .discount-in-cart.save-in-cart,
.blog-article-side-bar-product-card.iherb-product-card .product-price .product-price-value .see-price-in-cart {
    font-size: 14px;
    color: #458500;
    font-weight: 400
}

.blog-article-side-bar-product-card.iherb-product-card .product-price .product-price-value .discount-in-cart.save-in-cart.is-map span.list-price,
.blog-article-side-bar-product-card.iherb-product-card .product-price .product-price-value .see-price-in-cart.is-map span.list-price {
    color: #666;
    text-decoration: line-through
}

.blog-article-side-bar-product-card.iherb-product-card .product-price .product-price-value .discount-in-cart.save-in-cart.is-map .see-price-in-cart-text,
.blog-article-side-bar-product-card.iherb-product-card .product-price .product-price-value .see-price-in-cart.is-map .see-price-in-cart-text {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px
}

.blog-article-side-bar-product-card.iherb-product-card .product-price .product-price-value .discount-in-cart.save-in-cart.is-map .see-price-in-cart-text bdi,
.blog-article-side-bar-product-card.iherb-product-card .product-price .product-price-value .see-price-in-cart.is-map .see-price-in-cart-text bdi {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    display: block;
    margin-right: 4px
}

.blog-article-side-bar-product-card.iherb-product-card .product-price .product-price-value .discount-in-cart.save-in-cart.is-map .see-price-in-cart-text .info-icon-tooltip-content h3,
.blog-article-side-bar-product-card.iherb-product-card .product-price .product-price-value .see-price-in-cart.is-map .see-price-in-cart-text .info-icon-tooltip-content h3 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    margin: 0;
    display: block
}

.blog-article-side-bar-product-card.iherb-product-card .product-price .product-price-value .discount-in-cart.save-in-cart.is-map .see-price-in-cart-text .info-icon-tooltip-content p,
.blog-article-side-bar-product-card.iherb-product-card .product-price .product-price-value .see-price-in-cart.is-map .see-price-in-cart-text .info-icon-tooltip-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0
}

.blog-article-side-bar-product-card.iherb-product-card .product-price .product-price-value .discount-in-cart.save-in-cart.is-map .see-price-in-cart-text svg.icon-info-lined,
.blog-article-side-bar-product-card.iherb-product-card .product-price .product-price-value .see-price-in-cart.is-map .see-price-in-cart-text svg.icon-info-lined {
    color: #666
}

.blog-article-side-bar-product-card.iherb-product-card .product-price .product-price-value .discount-in-cart.save-in-cart {
    font-size: 14px;
    color: #f38a00;
    font-weight: 700
}

.blog-article-side-bar-product-card.iherb-product-card .product-status {
    margin-top: 5px;
    min-height: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #f38a00
}

.blog-article-side-bar-product-card.iherb-product-card .product-ratings {
    margin-top: 5px;
    min-height: 20px
}

#shop-this-article-modal-modal {
    z-index: 1006
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal {
    z-index: 1007;
    padding: 0 24px 8px 24px;
    width: 560px;
    max-height: 720px;
    margin: 24px 0
}

@media screen and (max-height:768px) {
    #shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal.iherb-modal-adjust-height {
        height: 90%
    }
}

@media screen and (max-height:647px) {
    #shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal.iherb-modal-adjust-height-3 {
        height: 82%
    }
}

@media screen and (max-height:501px) {
    #shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal.iherb-modal-adjust-height-2 {
        height: 76%
    }
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-header {
    height: 52px;
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-header .temp-close {
    padding-top: 20px;
    cursor: pointer
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body {
    max-height: 632px;
    overflow-y: auto
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card {
    border-top: 1px solid #e0e0e0
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card:first-of-type {
    border-top: none
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row {
    margin: 0 !important
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row .product-flag-container {
    min-height: unset;
    margin: 0
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper {
    margin-top: 16px;
    margin-bottom: 16px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-image {
    margin-right: 8px
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-image a img {
    width: 96px;
    height: 96px
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-name {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-name a {
    color: #333;
    text-decoration: none
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-name a:hover {
    text-decoration: underline
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-name,
#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-price,
#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-ratings {
    margin-bottom: 12px
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-price .product-price-value {
    line-height: .7;
    font-size: 20px;
    color: #333
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-price .product-price-value.has-discount {
    color: #458500
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-price .product-price-value .price {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding-right: 5px
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-price .product-price-value .price.discount-red {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #ca2222
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-price .product-price-value .price.discount-green {
    color: #458500
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-price .product-price-value .discount-price {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    -webkit-text-decoration-line: strikethrough;
    -moz-text-decoration-line: strikethrough;
    text-decoration-line: strikethrough
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-price .product-price-value .discount-price {
    font-size: 12px;
    color: #666;
    text-decoration: line-through
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-price .product-price-value .discount-in-cart.save-in-cart,
#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-price .product-price-value .see-price-in-cart {
    font-size: 14px;
    color: #458500;
    font-weight: 400
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-price .product-price-value .discount-in-cart.save-in-cart.is-map span.list-price,
#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-price .product-price-value .see-price-in-cart.is-map span.list-price {
    color: #666;
    text-decoration: line-through
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-price .product-price-value .discount-in-cart.save-in-cart.is-map .see-price-in-cart-text,
#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-price .product-price-value .see-price-in-cart.is-map .see-price-in-cart-text {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-price .product-price-value .discount-in-cart.save-in-cart.is-map .see-price-in-cart-text bdi,
#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-price .product-price-value .see-price-in-cart.is-map .see-price-in-cart-text bdi {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    display: block;
    margin-right: 4px
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-price .product-price-value .discount-in-cart.save-in-cart.is-map .see-price-in-cart-text .info-icon-tooltip-content h3,
#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-price .product-price-value .see-price-in-cart.is-map .see-price-in-cart-text .info-icon-tooltip-content h3 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    margin: 0;
    display: block
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-price .product-price-value .discount-in-cart.save-in-cart.is-map .see-price-in-cart-text .info-icon-tooltip-content p,
#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-price .product-price-value .see-price-in-cart.is-map .see-price-in-cart-text .info-icon-tooltip-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-price .product-price-value .discount-in-cart.save-in-cart.is-map .see-price-in-cart-text svg.icon-info-lined,
#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-price .product-price-value .see-price-in-cart.is-map .see-price-in-cart-text svg.icon-info-lined {
    color: #666
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-price .product-price-value .discount-in-cart.save-in-cart {
    font-size: 14px;
    color: #f38a00;
    font-weight: 700
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-price .product-price-value {
    color: #333;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-price .product-price-value.has-discount bdi {
    font-size: 18px
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-info .product-price .product-price-value.has-discount .discount-price bdi {
    font-size: 14px
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-cta {
    position: absolute;
    bottom: 10px;
    right: 0
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-cta button.btn-add-to-cart {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    width: 36px;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 9999px;
    background: #f38a00;
    border: none
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-body .shop-this-article-modal-product-card.iherb-product-card .row.product-image-and-info-wrapper .product-cta button.btn-add-to-cart .btn-spinner .icon-iherbleaf {
    color: #fff
}

#shop-this-article-modal-modal .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-footer {
    height: 8px
}

@-webkit-keyframes rotateplane2d {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    12.5% {
        -webkit-transform: scale(.5, 1);
        transform: scale(.5, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    25% {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    37.5% {
        -webkit-transform: scale(-.5, 1);
        transform: scale(-.5, 1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    62.5% {
        -webkit-transform: scale(-.5, 1);
        transform: scale(-.5, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    75% {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    87.5% {
        -webkit-transform: scale(.5, 1);
        transform: scale(.5, 1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-moz-keyframes rotateplane2d {
    0% {
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    12.5% {
        -moz-transform: scale(.5, 1);
        transform: scale(.5, 1);
        -moz-animation-timing-function: linear;
        animation-timing-function: linear
    }

    25% {
        -moz-transform: scale(0, 1);
        transform: scale(0, 1);
        -moz-animation-timing-function: linear;
        animation-timing-function: linear
    }

    37.5% {
        -moz-transform: scale(-.5, 1);
        transform: scale(-.5, 1);
        -moz-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -moz-transform: scale(-1, 1);
        transform: scale(-1, 1);
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    62.5% {
        -moz-transform: scale(-.5, 1);
        transform: scale(-.5, 1);
        -moz-animation-timing-function: linear;
        animation-timing-function: linear
    }

    75% {
        -moz-transform: scale(0, 1);
        transform: scale(0, 1);
        -moz-animation-timing-function: linear;
        animation-timing-function: linear
    }

    87.5% {
        -moz-transform: scale(.5, 1);
        transform: scale(.5, 1);
        -moz-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    100% {
        -moz-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes rotateplane2d {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    12.5% {
        -webkit-transform: scale(.5, 1);
        -moz-transform: scale(.5, 1);
        transform: scale(.5, 1);
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        animation-timing-function: linear
    }

    25% {
        -webkit-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        animation-timing-function: linear
    }

    37.5% {
        -webkit-transform: scale(-.5, 1);
        -moz-transform: scale(-.5, 1);
        transform: scale(-.5, 1);
        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: scale(-1, 1);
        -moz-transform: scale(-1, 1);
        transform: scale(-1, 1);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    62.5% {
        -webkit-transform: scale(-.5, 1);
        -moz-transform: scale(-.5, 1);
        transform: scale(-.5, 1);
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        animation-timing-function: linear
    }

    75% {
        -webkit-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        animation-timing-function: linear
    }

    87.5% {
        -webkit-transform: scale(.5, 1);
        -moz-transform: scale(.5, 1);
        transform: scale(.5, 1);
        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.spinner {
    position: relative;
    top: 25px;
    display: block;
    width: 100px;
    font-size: 100px;
    height: 3em;
    clear: both;
    background-size: contain;
    margin: 0 auto;
    height: 315px;
    -webkit-animation: rotateplane2d 2s infinite linear;
    -moz-animation: rotateplane2d 2s infinite linear;
    animation: rotateplane2d 2s infinite linear;
    z-index: 5000
}

.spinner.small {
    width: 80px;
    font-size: 80px
}

.spinner.fixed {
    position: fixed;
    top: 40%;
    left: 49%
}

.spinner .icon-iherbleaf {
    position: relative;
    top: 20%;
    font-size: inherit;
    color: #458500
}

.spinner#loginSpinner {
    left: 48%;
    top: 35%
}

.loader-background {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500 !important
}

.loading {
    display: block
}

.loader {
    display: none !important;
    position: relative
}

.loader.loading {
    display: block !important
}

.loader {
    display: none
}

.loader.loading {
    display: block
}

.loader-background {
    width: 100%;
    height: 100%;
    opacity: .4;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500 !important
}

.icon-block {
    margin-top: 10px;
    margin-right: 5px
}

.icon-block:last-of-type {
    margin-right: 0
}

.color-block {
    margin-top: 10px;
    margin-right: 5px
}

.color-block:last-of-type {
    margin-right: 0
}

.color-block .swatch {
    min-height: 60px
}

.color-block .swatch.color-iherb {
    background-color: #2c7500
}

.color-block .swatch.color-primary {
    background-color: #ff8a00
}

.color-block .swatch.color-accent {
    background-color: #edf7e5
}

.color-block .swatch.color-gray-lighter {
    background-color: #f7f7f7
}

.color-block .swatch.color-gray-light {
    background-color: #ddd
}

.color-block .swatch.color-gray {
    background-color: #ddd
}

.color-block .swatch.color-gray-dark {
    background-color: #676767
}

.color-block .swatch.color-gray-darker {
    background-color: #333
}

.article .share-social-media {
    margin-bottom: 10px
}

.share-module {
    display: none
}

.share-button {
    display: inline-block
}

.facebook-social,
.googleplus-social,
.pinterest-social,
.sharethis-social,
.twitter-social {
    min-width: 80px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: opacity .2s ease-in, top .2s ease-in;
    transition: opacity .2s ease-in, top .2s ease-in;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    padding: 0 8px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
    margin-bottom: 10px
}

.facebook-social svg,
.googleplus-social svg,
.pinterest-social svg,
.sharethis-social svg,
.twitter-social svg {
    height: 16px;
    width: 16px;
    position: relative;
    top: 8px;
    vertical-align: top
}

.facebook-social span,
.googleplus-social span,
.pinterest-social span,
.sharethis-social span,
.twitter-social span {
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    letter-spacing: .5px;
    min-width: 60px;
    opacity: 1;
    padding: 0 6px;
    position: relative;
    vertical-align: top
}

.rounded {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: opacity .2s ease-in, top .2s ease-in;
    transition: opacity .2s ease-in, top .2s ease-in;
    border-radius: 16px;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    padding: 0 8px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
    min-width: 0
}

.facebook-social {
    background-color: #3b5998
}

.twitter-social {
    background-color: #00aced
}

.pinterest-social {
    background-color: #cb2027
}

.googleplus-social {
    background-color: #dd4b39
}

.sharethis-social {
    background-color: #8cc324
}

.popup-container {
    width: 500px;
    top: 50vh;
    /*!@noflip*/
    left: 50vw;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100px;
    padding: 25px;
    display: none;
    position: fixed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 300px;
    max-height: -moz-calc(100vh - 200px);
    max-height: calc(100vh - 200px);
    z-index: 2000;
    height: auto;
    background-color: #fff;
    outline: 0
}

.popup-container.china {
    width: 600px
}

.popup-container .popup-close,
.popup-container .popup-close-adv {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
    z-index: 500
}

.popup-container .popup-close i,
.popup-container .popup-close-adv i {
    font-size: 21px;
    color: #e0e0e0 !important
}

.popup-container .popup-title {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #e0e0e0 ；;
    padding-bottom: 15px
}

.popup-container .popup-title.china {
    text-align: center
}

.popup-container .popup-title svg {
    vertical-align: middle
}

.popup-container .popup-title #china-title {
    margin-left: 15px;
    font-size: 18px;
    font-weight: 700
}

.popup-container .popup-content {
    font-size: 14px;
    margin: 10px 0;
    font-weight: 400
}

.popup-container .popup-content p {
    margin-bottom: 10px
}

.popup-container .popup-content.china {
    text-align: center
}

.popup-container .popup-footer {
    padding-top: 20px;
    float: right
}

.popup-container .popup-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.popup-container-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup-container-wrapper.expand {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0
}

.show {
    display: block !important
}

.add-close {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.add-close i {
    font-size: 21px;
    color: #e0e0e0 !important
}

.blog-nav-sub-category {
    padding: 8px;
    border-radius: 6px;
    background-color: #f4f4f8;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.blog-nav-sub-category a {
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    margin: 8px 5px;
    padding: 7px 12px;
    border-radius: 16px;
    border: solid 1px #707070;
    background-color: #fafafa;
    color: #333
}

.blog-nav-sub-category a.active {
    background-color: #458500;
    color: #fff;
    font-weight: 700;
    border-color: #458500
}

.blog-nav-sub-category a:not(.active):hover {
    background-color: #458500;
    color: #fff;
    border-color: #458500
}

.blog-nav-sub-category a:focus {
    outline: solid 4px #126cc5
}

.wellness-hub-category-page-header .blog-nav-sub-category {
    border-radius: 6px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    background-color: unset;
    margin-bottom: 32px;
    height: 64px;
    overflow: hidden
}

.wellness-hub-category-page-header .blog-nav-sub-category a {
    text-decoration: none;
    font-size: 16px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 170px;
    margin-bottom: 16px;
    margin-right: 16px;
    padding: 0 20px;
    border-radius: 9999px;
    background-color: #f7f8f7;
    color: #333;
    border: 1px solid #f7f8f7;
    font-weight: 700
}

.wellness-hub-category-page-header .blog-nav-sub-category a.active {
    background-color: #458500;
    color: #fff;
    font-weight: 700;
    border-color: #458500
}

.wellness-hub-category-page-header .blog-nav-sub-category a:hover {
    background-color: #f7f8f7;
    color: #333;
    border: 1px solid #6b6b6b
}

.wellness-hub-category-page-header .blog-nav-sub-category a:focus {
    outline: unset
}

.section-header h4 {
    color: #2c7500;
    letter-spacing: .4px;
    line-height: 28px;
    margin-bottom: 19px
}

.section-header h5 {
    margin-top: 15px
}

.section-header h5 a {
    text-decoration: none;
    color: #ddd
}

.section-header hr {
    margin-top: 0;
    border-top: 1px solid #ddd
}

.section-header .blog-sort {
    margin-top: 10px
}

.section-header .blog-sort label {
    margin-right: 10px;
    line-height: 32px
}

.section-header .blog-sort .dropdown-sort {
    height: 32px;
    padding-left: 12px;
    cursor: pointer;
    border: 1px solid #e0e0e0
}

.section-header .blog-searchbar {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 8px 0
}

.section-header .blog-searchbar .blog-searchbar-left {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-header .blog-searchbar .blog-searchbar-left .blog-searchbar-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #e2ffdb;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 16px
}

.section-header .blog-searchbar .blog-searchbar-left .blog-searchbar-icon svg {
    color: #458500 !important;
    width: 38px;
    height: 38px
}

.section-header .blog-searchbar .blog-searchbar-left h1 {
    color: #333;
    font-size: 32px;
    margin: 0
}

.section-header .blog-searchbar .blog-searchbar-right {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-header .blog-searchbar .blog-searchbar-right form {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-header .blog-searchbar label {
    font-size: 16px;
    white-space: nowrap
}

.section-header select.blog-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 40px;
    line-height: 1;
    font-size: 16px;
    cursor: pointer;
    border: solid 1px #707070;
    background: url(https://s3.images-iherb.com/static/i/images/subscribe_and_save/mini-caret-down.svg) no-repeat;
    background-position: 90% 50%;
    margin: 0;
    padding: 0 38px 0 12px;
    border-radius: 8px;
    background-color: #fff
}

.section-header select.blog-select:focus-visible {
    outline: 0;
    border-color: #60aa00;
    box-shadow: 0 0 0 2px #e3edd9
}

.section-header input.blog-text {
    -webkit-appearance: none;
    font-family: inherit;
    max-width: 100%;
    height: auto;
    min-height: 32px;
    line-height: 1;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    padding: 10px 11px;
    color: #000000d9;
    font-size: 16px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #707070;
    border-radius: 8px;
    -moz-transition: all .3s, height 0s;
    transition: all .3s, height 0s;
    outline: 0
}

.section-header input.blog-text:hover {
    border-color: #2c7500
}

.section-header input.blog-text:focus {
    border-color: #60aa00;
    box-shadow: 0 0 0 2px #e3edd9
}

.section-header input.blog-text:disabled {
    color: rgba(0, 0, 0, .25);
    background-color: #f5f5f5;
    cursor: not-allowed
}

.section-header input.blog-text::-webkit-input-placeholder {
    color: #bfbfbf
}

.section-header input.blog-text::-moz-placeholder {
    color: #bfbfbf
}

.section-header input.blog-text:-ms-input-placeholder {
    color: #bfbfbf
}

.section-header input.blog-text::placeholder {
    color: #bfbfbf
}

.section-header input.blog-text+.blog-text-help {
    padding: 5px 11px 0 11px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #949494;
    white-space: nowrap
}

.section-header .blog-text-is-number {
    max-width: 128px
}

.section-header button.blog-btn {
    outline: 0;
    white-space: nowrap;
    text-align: center;
    line-height: 1;
    display: inline-block;
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: 600;
    -moz-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    letter-spacing: .25px
}

.section-header button.blog-btn:disabled {
    color: #00000040;
    background: #f5f5f5;
    border-color: #d9d9d9;
    text-shadow: none;
    box-shadow: none;
    cursor: not-allowed
}

.section-header button.blog-btn-primary {
    color: #fff;
    background: #2c7500;
    border-color: #2c7500;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .05)
}

.section-header button.blog-btn-primary:not([disabled]):hover {
    background: #60aa00;
    border-color: #60aa00
}

.section-header button.blog-btn-primary:not([disabled]):active {
    background: #2c7500
}

.section-header button.blog-btn-default {
    color: #458500;
    background: #fff;
    border-color: #2c7500;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .05)
}

.section-header button.blog-btn-default:not([disabled]):hover {
    background: #eff6e8
}

.section-header button.blog-btn-default:not([disabled]):active {
    background: #fff
}

.section-header button.blog-btn-lg {
    height: 40px;
    padding: 7px 15px;
    font-size: 16px;
    border-radius: 8px
}

.iherb-container-fluid,
.latest-blog-articles-container .container-fluid,
.live-container .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1400px;
}

.banner-alert {
    display: none;
    color: #fff;
    background-color: #2c7500;
    font-size: 16px;
    width: 100%;
    z-index: 1001;
    position: relative
}

@media (max-width:991px) {
    .banner-alert {
        display: block
    }
}

.banner-alert .content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 4px 0
}

.banner-alert .content i {
    position: relative;
    right: 4px
}

.banner-alert .content .icon-circlex {
    right: -10px;
    cursor: pointer
}

.banner-alert .content strong:first-of-type {
    color: #d5f5a7
}

.country-code-flag {
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    width: 32px;
    text-align: center;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400
}

.country-code-flag.lg {
    font-size: 24px;
    line-height: 34px;
    width: 62px
}

.icon-beauty:before {
    content: "\e9d9"
}

.icon-wellness:before {
    content: "\e9b3"
}

.icon-fitness:before {
    content: "\e9d7"
}

.icon-nutrition:before {
    content: "\e9d5"
}

.icon-conditions:before {
    content: "\e9d6"
}

.line-clamp-2 {
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.link-overlay-container {
    position: relative
}

.link-overlay-container .link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10
}

.link-overlay-container:hover .link {
    text-decoration: underline
}

.blog-disclaimer h4 {
    color: #000
}

.blog-disclaimer .disclaimer-content {
    color: #707070
}

.blog-article-bottom-banner-wrapper-wrapper {
    width: 100%;
    background-color: #fafafa;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#blog-article-bottom-banner .img-slider {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

#blog-article-bottom-banner .img-slider .img-slider-container {
    height: 100%
}

#blog-article-bottom-banner .img-slider .img-slider-container .img-wrapper .slide img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media screen and (max-width:540px) {
    #blog-article-bottom-banner .img-slider .img-slider-indicators {
        top: 80%
    }
}

@media screen and (max-width:414px) {
    #blog-article-bottom-banner .img-slider .img-slider-indicators {
        top: 75%
    }
}

@media screen and (max-width:320px) {
    #blog-article-bottom-banner .img-slider .img-slider-indicators {
        top: 70%
    }
}

#blog-article-bottom-banner .img-slider .img-slider-controls .controls i {
    font-size: 25px;
    top: 33%
}

.contributor-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0
}

.contributor-wrapper .avatar-wrapper {
    width: 168px;
    height: 168px;
    margin: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%
}

.contributor-wrapper .avatar-wrapper img {
    width: 100%;
    height: 100%
}

.contributor-wrapper .content {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 10px;
    color: #333
}

.contributor-wrapper .content .first-line {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contributor-wrapper .content .first-line h1 {
    font-size: 32px;
    margin: 0;
    line-height: 1.5
}

.contributor-wrapper .content .first-line .social-media-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px
}

.contributor-wrapper .content .first-line .social-media-wrapper cms-icon {
    padding: 8px;
    margin: 0 5px;
    color: #333
}

.contributor-wrapper .content .first-line .social-media-wrapper cms-icon:hover {
    background: #f1f1f1;
    border-radius: 50%
}

.contributor-wrapper .content .second-line {
    font-size: 16px;
    margin: 5px 0 13px;
    line-height: 1.5
}

.contributor-wrapper .content .description {
    font-size: 16px;
    color: #101010;
    line-height: 24px
}

.blog-contributor-container-fluid {
    margin-bottom: 20px
}

.contributor-banner {
    margin: 0 auto 22px;
    overflow: hidden
}

.index-contributor-list-line {
    height: 16px
}

.contributor-title-wrap {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contributor-title-wrap .contributor-title-arrow {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: #000
}

.contributor-list {
    max-width: 1376px;
    margin: 0 auto
}

.contributor-list .contributor-list-item-wrap {
    padding: 8px
}

.index-contributor-list .contributor-img {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contributor-list .contributor-list-item-wrap .contributor-list-item,
.index-contributor-list .contributor-list-item-wrap .contributor-list-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 16px 0;
    background: #fff
}

.contributor-list .contributor-list-item-wrap .contributor-list-item:nth-of-type(6n),
.index-contributor-list .contributor-list-item-wrap .contributor-list-item:nth-of-type(6n) {
    margin-right: 0
}

.contributor-list .contributor-list-item-wrap .contributor-list-item>a,
.index-contributor-list .contributor-list-item-wrap .contributor-list-item>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    outline: 0
}

.contributor-list .contributor-list-item-wrap .contributor-list-item .contributor-img,
.index-contributor-list .contributor-list-item-wrap .contributor-list-item .contributor-img {
    max-width: 160px;
    height: 160px;
    margin-bottom: 16px;
    border-radius: 50%
}

.contributor-list .contributor-list-item-wrap .contributor-list-item .contributor-img.no-image,
.index-contributor-list .contributor-list-item-wrap .contributor-list-item .contributor-img.no-image {
    padding-top: 10px;
    max-height: 160px;
    border-radius: 0 !important
}

.contributor-list .contributor-list-item-wrap .contributor-list-item .contributor-img img,
.index-contributor-list .contributor-list-item-wrap .contributor-list-item .contributor-img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.contributor-list .contributor-list-item-wrap .contributor-list-item h3,
.index-contributor-list .contributor-list-item-wrap .contributor-list-item h3 {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pagination .pagination-selected {
    border-radius: 0;
    font-weight: 700;
    border-bottom: 2px solid #458500 !important
}

.pagination .pagination-link,
.pagination .pagination-selected {
    width: auto !important;
    height: auto !important;
    margin: 2px 6px 0;
    border-bottom: 2px solid transparent;
    outline: 0
}

.pagination-last {
    margin-right: 10px
}

.pagination-next {
    margin-left: 10px
}

.pagination-last,
.pagination-next {
    width: 32px;
    height: 32px;
    padding-top: 1px;
    border: 2px solid #458500;
    background: #fff
}

.pagination-last:hover,
.pagination-next:hover {
    background: #fff
}

.pagination-last>i,
.pagination-next>i {
    color: #000
}

.disabled-pagination {
    border: 2px solid #d8d8d8
}

@media (max-width:1199px) {
    html.customblog:not(.blogarticle) .branded-header-container {
        padding-left: 16px !important
    }

    html.customblog:not(.blogarticle) .nav-v2-container {
        position: absolute !important;
        left: 0 !important;
        top: 56px !important;
        z-index: 3 !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        padding-top: 8px !important;
        background-color: #fff !important;
        display: none
    }

    html.customblog:not(.blogarticle) .nav-v2-container.nav-v2-container-tablet .nav-v2-sections .nav-v2-section:first-of-type {
        display: none
    }
}

@media (max-width:1199px) and (max-height:830px) {
    html.customblog:not(.blogarticle) .nav-v2-container.nav-v2-container-tablet .nav-v2-sections {
        overflow-y: scroll;
        scrollbar-color: rgba(0, 0, 0, .5) #fff;
        scrollbar-width: thin;
        margin-right: -4px
    }

    html.customblog:not(.blogarticle) .nav-v2-container.nav-v2-container-tablet .nav-v2-sections::-webkit-scrollbar {
        width: 4px;
        height: 150px;
        border-radius: 2px;
        background-color: #fff
    }

    html.customblog:not(.blogarticle) .nav-v2-container.nav-v2-container-tablet .nav-v2-sections::-webkit-scrollbar-thumb {
        width: 4px;
        height: 150px;
        background-color: rgba(0, 0, 0, .5);
        border-radius: 2px
    }
}

@media (max-width:1199px) and (max-height:830px) {
    html.customblog:not(.blogarticle) .nav-v2-container.nav-v2-container-tablet {
        height: -moz-calc(100vh - 164px);
        height: calc(100vh - 164px)
    }
}

@media (max-width:1199px) {
    html.customblog:not(.blogarticle) .container-fluid.v2 {
        display: block !important;
        position: relative !important
    }

    html.customblog:not(.blogarticle) .container-fluid .container-fluid-right {
        margin-left: 16px !important;
        margin-right: 16px !important
    }

    html.customblog:not(.blogarticle) .nav-v2-tablet-header {
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        background-color: #fff;
        border-bottom: 1px solid #e0e0e0
    }
}

@media (min-width:1200px) {
    html.customblog:not(.blogarticle) .nav-v2-container {
        display: block !important
    }

    html.customblog:not(.blogarticle) .nav-v2-tablet-overlay {
        display: none !important
    }

    html.customblog:not(.blogarticle) html {
        overflow-x: hidden
    }
}

@media (max-width:1199px) {
    html.customblog.blogarticle .branded-header-container {
        padding-left: 16px !important
    }

    html.customblog.blogarticle .nav-v2-container {
        position: absolute !important;
        left: 0 !important;
        top: 56px !important;
        z-index: 3 !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        padding-top: 8px !important;
        background-color: #fff !important;
        display: none
    }

    html.customblog.blogarticle .nav-v2-container.nav-v2-container-tablet .nav-v2-sections .nav-v2-section:first-of-type {
        display: none
    }
}

@media (max-width:1199px) and (max-height:830px) {
    html.customblog.blogarticle .nav-v2-container.nav-v2-container-tablet .nav-v2-sections {
        overflow-y: scroll;
        scrollbar-color: rgba(0, 0, 0, .5) #fff;
        scrollbar-width: thin;
        margin-right: -4px
    }

    html.customblog.blogarticle .nav-v2-container.nav-v2-container-tablet .nav-v2-sections::-webkit-scrollbar {
        width: 4px;
        height: 150px;
        border-radius: 2px;
        background-color: #fff
    }

    html.customblog.blogarticle .nav-v2-container.nav-v2-container-tablet .nav-v2-sections::-webkit-scrollbar-thumb {
        width: 4px;
        height: 150px;
        background-color: rgba(0, 0, 0, .5);
        border-radius: 2px
    }
}

@media (max-width:1199px) and (max-height:830px) {
    html.customblog.blogarticle .nav-v2-container.nav-v2-container-tablet {
        height: -moz-calc(100vh - 164px);
        height: calc(100vh - 164px)
    }
}

@media (max-width:1199px) {
    html.customblog.blogarticle .container-fluid.v2 {
        display: block !important;
        position: relative !important
    }

    html.customblog.blogarticle .container-fluid .container-fluid-right {
        margin-left: 16px !important;
        margin-right: 16px !important
    }

    html.customblog.blogarticle .nav-v2-tablet-header {
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        background-color: #fff;
        border-bottom: 1px solid #e0e0e0
    }

    html.customblog.blogarticle .container-fluid.v2 {
        max-width: 1199px !important
    }

}

@media (min-width:1200px) {
    html.customblog.blogarticle .nav-v2-container {
        display: block !important
    }

    html.customblog.blogarticle .nav-v2-tablet-overlay {
        display: none !important
    }

    html.customblog.blogarticle html {
        overflow-x: hidden
    }
}

.nav-v2-container {
    padding: 24px 8px 16px 8px;
    border-radius: 8px;
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}
article.article{
    background: #fff;
    padding: 1rem 1.5rem;
    border-radius: 8px;
}
.nav-v2-container.nav-v2-container-tablet {
    height: auto
}

.nav-v2-container h3 {
    color: #333;
    font-size: 26px;
    font-weight: 700;
    word-wrap: break-word;
    margin: none;
    margin-left: 16px
}

.nav-v2-container .nav-v2-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 24px;
    margin-left: 16px
}

.nav-v2-container .nav-v2-sections {
    height: 100%
}

.nav-v2-container .nav-v2-sections .nav-v2-section {
    margin-bottom: 24px
}

.nav-v2-container .nav-v2-sections .nav-v2-section h3 {
    margin: 0;
    padding-left: 16px;
    font-size: 24px;
}

.nav-v2-container .nav-v2-sections .nav-v2-section:last-of-type {
    margin-bottom: 0
}

.nav-v2-container .nav-v2-sections .nav-v2-section .nav-v2-section-title {
    font-size: 14px;
    font-family: 400;
    color: #666;
    margin-bottom: 8px;
    margin-left: 16px;   
}

.nav-v2-container .nav-v2-sections .nav-v2-section .nav-v2-section-item {
    height: 48px;
    text-decoration: none;
    margin-bottom: 4px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 10px;
    color: #333
}

.nav-v2-container .nav-v2-sections .nav-v2-section .nav-v2-section-item:hover {
    background-color: #e5f8ee;
    border-radius: 8px;
    color: #2c7500
}

.nav-v2-container .nav-v2-sections .nav-v2-section .nav-v2-section-item.selected {
    background-color: #fff;
    color: #2c7500;
    border-radius: 8px
}

.nav-v2-container .nav-v2-sections .nav-v2-section .nav-v2-section-item .nav-v2-section-img {
    width: 24px;
    height: 24px;
    -o-object-fit: cover;
    object-fit: cover;
    display: flex;
    align-items: center;
}

.nav-v2-container .nav-v2-sections .nav-v2-section .nav-v2-section-item .nav-v2-section-text {
    font-weight: 700;
    font-size: 16px;
    margin-left: 8px
}

.nav-v2-tablet-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 2;
    display: none
}

.nav-v2-tablet-header {
    width: 100%;
    height: 56px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    display: none
}

.nav-v2-tablet-header .nav-v2-title {
    font-weight: 700;
    font-size: 18px
}

.nav-v2-tablet-header .nav-v2-tablet-menu {
    position: absolute;
    left: 24px;
    top: 20px;
    height: 16px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer
}

.nav-v2-tablet-header .nav-v2-tablet-menu .nav-v2-tablet-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-right: 4px
}

.nav-v2-tablet-header .nav-v2-tablet-menu.active .nav-v2-tablet-up-arrow {
    display: block
}

.nav-v2-tablet-header .nav-v2-tablet-menu.active .nav-v2-tablet-down-arrow {
    display: none
}

.nav-v2-tablet-header .nav-v2-tablet-menu .nav-v2-tablet-up-arrow {
    display: none
}

.nav-v2-tablet-header .nav-v2-tablet-menu .nav-v2-tablet-down-arrow {
    display: block
}

#article-navigation {
    background-color: #f7f8f7;
    border-radius: 8px;
    padding: 12px;
    margin: 32px 0
}

#article-navigation cms-toggle {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#article-navigation [data-slot=close],
#article-navigation [data-slot=open] {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    word-wrap: break-word;
    width: 100%;
    margin: 8px 0
}

#article-navigation [data-slot=close] .table-of-content-close,
#article-navigation [data-slot=close] .table-of-content-open,
#article-navigation [data-slot=open] .table-of-content-close,
#article-navigation [data-slot=open] .table-of-content-open {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#article-navigation [data-slot=close] img:first-of-type,
#article-navigation [data-slot=open] img:first-of-type {
    margin-right: 8px
}

#article-navigation [data-slot=close] img:last-of-type,
#article-navigation [data-slot=open] img:last-of-type {
    margin-left: auto
}

#article-navigation [data-slot=content] ul {
    padding-left: 27px;
    margin-bottom: 0
}

#article-navigation [data-slot=content] ul a li {
    color: #126cc5;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    word-wrap: break-word
}

#article-navigation [data-slot=content] ul a li::marker {
    color: #333
}

.container-fluid-right .section-header {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.container-fluid-right .section-header h3 {
    color: #333
}

.container-fluid-right .section-header .blog-breadcrumb {
    margin-bottom: 8px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.container-fluid-right .section-header .blog-breadcrumb-link,
.container-fluid-right .section-header .blog-breadcrumb-slash {
    font-size: 14px;
    color: #666;
    text-decoration: none
}

.container-fluid-right .section-header .blog-breadcrumb-link[href="#"] {
    cursor: unset
}

.container-fluid-right .section-header .blog-breadcrumb-slash {
    margin-left: 8px;
    margin-right: 8px
}

.container-fluid-right .section-header .blog-category-title {
    margin-bottom: 32px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.container-fluid-right .section-header .blog-category-title h3 {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 32px
}

.container-fluid-right .section-header .blog-category-title .blog-searchbar-icon {
    width: 32px;
    height: 32px;
    margin-right: 8px
}

.container-fluid-right .section-header .blog-category-title .blog-searchbar-icon .blog-icon {
    width: 32px;
    height: 32px
}

.container-fluid-right .blog-category-line {
    height: 1px;
    background-color: #e0e0e0;
    margin-bottom: 36px;
    margin-top: 32px
}

.container-fluid-right .blog-category-show-less,
.container-fluid-right .blog-category-show-more {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    cursor: pointer;
    color: #126cc5;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.container-fluid-right .blog-category-show-less span,
.container-fluid-right .blog-category-show-more span {
    margin-right: 4px
}

.container-fluid-right .blog-searchbar {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 36px
}

.container-fluid-right .blog-searchbar .blog-searchbar-left {
    height: 24px
}

.container-fluid-right .blog-searchbar .blog-searchbar-left .blog-category-search-result {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333
}

.container-fluid-right .blog-searchbar .blog-sort-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.container-fluid-right .blog-searchbar .blog-sort-wrapper .blog-sort-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 25px;
    border: 1px solid #ccc;
    height: 46px;
    border-radius: 8px;
    font-size: 16px;
    color: #333
}

.container-fluid-right .blog-searchbar .blog-sort-wrapper .blog-sort-container .blog-sort-text {
    margin-right: 6px
}

.container-fluid-right .blog-searchbar .blog-sort-wrapper .blog-sort-container .blog-sort-selected {
    font-weight: 700;
    margin-right: 8px
}

.container-fluid-right .blog-searchbar .blog-sort-wrapper .blog-sort-options {
    position: absolute;
    left: 8px;
    z-index: 2;
    right: 8px;
    top: 48px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    display: none;
    overflow: hidden
}

.container-fluid-right .blog-searchbar .blog-sort-wrapper .blog-sort-options .blog-sort-option {
    padding: 12px 16px;
    cursor: pointer;
    font-size: 16px;
    color: #333
}

.container-fluid-right .blog-searchbar .blog-sort-wrapper .blog-sort-options .blog-sort-option.selected {
    background-color: #e5f8e6
}

.container-fluid-right .blog-searchbar .blog-sort-wrapper .blog-sort-options .blog-sort-option:not(.selected):hover {
    background-color: #f0f0f0
}

.row:has(#blog-homepage-banners) {
    margin: 0
}

#blog-homepage-banners {
    margin-bottom: 32px
}

.product-inner {
    position: relative;
    padding: 20px 15px;
    padding-bottom: 0;
    background: #fff
}

.product-inner .absolute-link-wrapper.horizontal {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-inner .absolute-link-wrapper a {
    color: #333
}

.product-inner .recent-activity-message-wrapper {
    line-height: 20px;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    color: #666
}

.product-inner .more-options-available-wrapper {
    line-height: 20px;
    min-height: 20px
}

.product-inner .more-options-available-wrapper a {
    color: #0039a6;
    display: inline-block;
    white-space: nowrap
}

.product-inner .product-link {
    cursor: pointer
}

.product-inner .see-in-cart-text {
    font-weight: 700;
    font-size: 16px;
    color: #333
}

.product-inner .more-option-container {
    position: absolute;
    right: 0;
    top: 120px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: #f5f5f5;
    z-index: 50
}

.product-inner .more-option-container .tool-tip {
    background-color: #666;
    height: 32px;
    padding: 0 8px;
    border-radius: 4px;
    display: none;
    position: absolute;
    top: 28px;
    left: 12px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    line-height: 32px
}

.product-inner .more-option-container .more-option-icon {
    width: 16px !important;
    height: 16px !important;
    margin-left: 4px;
    margin-top: 4px
}

.product-inner .product-image-wrapper {
    position: relative
}

.product-inner.product-inner-wide {
    padding-left: 0;
    padding-right: 0
}

.product-inner .product-flag {
    z-index: 10
}

.product-inner .product-flag a {
    color: #fff
}

.product-inner a:hover {
    text-decoration: none
}

.product-inner .shipping-container {
    cursor: pointer
}

.product-inner .add-to-cart-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    text-align: center
}

.product-inner .add-to-cart-wrapper .btn-add-to-cart {
    z-index: 20
}

.product-inner .add-to-cart-wrapper.form-add-to-cart {
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.product-inner .btn-add-to-cart {
    font-size: 16px;
    opacity: 0;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.product-inner .btn-add-to-cart:hover {
    background-color: #b66700
}

.product-inner:hover .btn-add-to-cart {
    opacity: 1
}

.product-inner:hover .product-image~a>span {
    text-decoration: underline
}

.product-inner .link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 65px;
    z-index: 10
}

.product-inner .product-image {
    display: block;
    margin: 0 0 20px 0;
    text-align: center;
    min-height: 14px
}

.product-inner .product-image>img {
    display: inline-block;
    width: 128px;
    height: 128px
}

.product-inner .product-title {
    height: 4.5em;
    line-height: 24px;
    overflow: hidden;
    text-align: left;
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    color: #333
}

.zh .product-inner .product-title {
    font-size: 17px
}

.product-inner .product-title:hover {
    text-decoration: underline
}

.product-inner .price-olp {
    color: #747474;
    font-size: 14px;
    text-decoration: line-through;
    display: inline-block;
    margin-top: 1px
}

.product-inner .price-in-cart {
    font-size: 16px;
    font-weight: 700;
    color: #333
}

.product-inner .save-in-cart {
    font-weight: 700;
    color: #f38a00
}

.product-inner .price-per-unit {
    color: #747474
}

.product-inner .product-price {
    margin-top: 12px
}

.product-inner .product-price .unavailable-text-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-inner .product-price .unavailable-text-container i {
    font-style: normal
}

.product-inner .product-price .unavailable-text-container .similar-product-show-link {
    color: #126cc5
}

.product-inner .product-price .price {
    font-weight: 700;
    line-height: 18px;
    font-size: 20px;
    text-align: left;
    padding-right: 5px
}

.product-inner .product-price .original-price-list {
    text-decoration: line-through;
    color: #747474
}

.product-inner .product-price .see-in-cart-text {
    color: #333;
    font-size: 16px;
    font-weight: 700
}

.product-inner .product-price .see-in-cart-text .see-in-cart-price {
    width: 100%
}

.product-inner .product-price .discontinued {
    font-size: 14px;
    line-height: 16px;
    color: #458500;
    font-weight: 400
}

.product-inner .product-price .price,
.product-inner .product-price .see-price-in-cart {
    display: inline-block;
    font-size: 18px;
    color: #000;
    font-weight: 700
}

.product-inner .product-price .discount-green,
.product-inner .product-price .discount-red {
    margin-right: 0
}

.product-inner .product-price .discount-green {
    color: #458500
}

.product-inner .product-price .discount-red {
    color: #bd3c37
}

.product-inner .product-price .discontinued {
    color: #f00000
}

.product-inner .product-price .status-container {
    height: 20px;
    margin-bottom: 10px
}

.product-inner .product-price .status-container .out-of-stock {
    float: left;
    clear: both;
    color: #f00000
}

.product-inner .product-price .status-container .info-popup {
    bottom: 45px;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.product-inner .product-price .status-container .info-popup:after {
    background-image: none
}

.product-inner .product-price .status-container .info-popup p {
    padding: 20px
}

.product-inner .product-discount-container {
    min-height: 20px;
    margin-bottom: 5px
}

.product-inner .product-discount-container>span {
    font-weight: 700;
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000
}

.product-inner .product-discount-container>span.discount-in-cart {
    color: #f38a00
}

.product-inner .product-discount-container .out-of-stock.text-wrap {
    white-space: normal
}

.product-inner .product-percentage-claimed .super-deals-progress-wrapper {
    height: 8px;
    position: relative;
    background: #f5f5f5;
    border-radius: 100px;
    margin: 16px 0 8px 0
}

.product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    border-radius: 100px;
    width: 0;
    background-color: #458500
}

.product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount.low {
    background-color: #458500
}

.product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount.medium {
    background-color: #f38a00
}

.product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount.high {
    background-color: #bd3c37
}

.product-inner .product-percentage-claimed .super-deals-almost-sold-out,
.product-inner .product-percentage-claimed .super-deals-sold-out {
    color: #bd3c37 !important
}

.product-inner .product-percentage-claimed .super-deals-sold-out {
    font-weight: 700
}

.product-inner .product-percentage-claimed .super-deals-title .question-mark {
    margin-left: .75em
}

@media (min-width:768px) and (max-width:991px) {
    .product-inner .product-percentage-claimed .text-left-sm-only {
        text-align: left
    }
}

.product-inner .product-percentage-claimed #super-special-price #dynamic-aligner {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.product-inner .product-percentage-claimed #super-special-price #dynamic-aligner .dynamic-align-hide {
    color: #666;
    font-size: 12px
}

.product-inner .product-percentage-claimed .super-deals-progress-wrapper {
    margin: 8px 0;
    height: 8px
}

.product-inner .product-percentage-claimed .percentage-claimed-messaging {
    text-align: center
}

.product-inner .product-percentage-claimed .percentage-claimed-messaging span {
    color: #747474
}

.product-inner .product-percentage-claimed .percentage-claimed-messaging span.almost-sold-out {
    color: #bd3c37
}

.product-more-options-container {
    border: 1px solid #8c8c8c;
    color: #8c8c8c;
    display: inline-block;
    padding: 2px 10px 3px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%
}

.no-rating {
    height: 19px
}

.rating {
    z-index: 0;
    position: relative
}


.rating .write-review {
    vertical-align: middle;
    font-size: 13px
}

.rating a {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none
}

.rating a>span {
    margin-right: 4px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rating a:hover {
    text-decoration: none
}

.rating .stars {
    font-size: 12px;
    display: inline-block
}

.rating .stars .stars-rating {
    width: 15px !important;
    height: 15px;
    min-height: 15px;
    vertical-align: top;
    position: relative;
    margin-right: 1px;
    left: 0
}

.rating .stars .stars-rating path {
    fill: #fac627
}

.rating .stars .stars-rating:last-of-type {
    margin-right: 0 !important
}

.rating .stars .stars-rating.empty path:first-of-type,
.rating .stars .stars-rating.half path:first-of-type {
    fill: #bdbdbd
}

.rating .stars .stars-rating-v2 {
    width: 15px;
    height: 15px;
    min-height: 15px;
    vertical-align: top;
    position: relative;
    margin-right: 1px;
    left: 0;
    fill: none
}

.rating .stars .stars-rating-v2.full {
    fill: #fac627
}

.rating .stars .stars-rating-v2.full path {
    stroke: #8d6708
}

.rating .stars .stars-rating-v2.half path:first-child,
.rating .stars .stars-rating-v2.quarter path:first-child,
.rating .stars .stars-rating-v2.three-quarters path:first-child {
    fill: #fac627
}

.rating .stars .stars-rating-v2.half path:last-child,
.rating .stars .stars-rating-v2.quarter path:last-child,
.rating .stars .stars-rating-v2.three-quarters path:last-child {
    stroke: #8d6708
}

.rating .stars .stars-rating-v2.empty path {
    stroke: #8d6708
}

.rating .rating-count {
    font-size: 12px;
    color: #747474;
    margin-left: 3px
}

html .blog-content-type-container {
    position: absolute
}

html .blog-content-type-container .blog-content-type img {
    height: 24px
}

html .container-fluid.v2 .blog-disclaimer {
    margin-bottom: 0 !important
}


.pagination span, .page-numbers span {

    margin: 2px 6px 0;
    border-bottom: 2px solid transparent;
    outline: 0;
    color: #2c7500;
    border-radius: 0;
    font-size: 17px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 700;
    border-bottom: 2px solid #458500 !important;
}
.pagination a {
    font-size: 17px;
    border-radius: 50%;
    width: auto;
    height: auto;
    margin: 2px 6px 0;
    border-bottom: 2px solid transparent;
    outline: 0;
    vertical-align: middle;
    display: inline-block;
    color: #333;
}
.pagination a:last-child, .page-numbers li:last-child a{
    width: 32px;
    height: 32px;
    padding-top: 2px;
    border: 2px solid #458500;
    background: #fff;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    border-radius: 50%;
}

html .container-fluid.sticky {
    max-width: unset;
    min-width: unset
}

html .blog-navbar {
    height: 57px;
    padding: 6px 15px 0 !important;
    margin-bottom: 0
}

html .blog-navbar li a {
    height: 49px !important
}

html .sticky-header-menu {
    top: 3px;
    border-top: solid 1px #ccc
}

html .sticky-header-menu .sticky-header-menu-categories-list {
    margin-left: -11px !important;
    margin-right: -11px !important
}

html label {
    margin-bottom: 0 !important
}

html .navbar {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ccc
}

html .navbar.container {
    padding: 1px
}

html .article-preview-container a {
    color: #8cc324
}

html share-widget-desktop {
    z-index: 1005
}

#st_gdpr_iframe {
    display: none !important
}

.absolute-link-wrapper {
    position: relative
}

.absolute-link-wrapper .absolute-link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1
}

.display-flex {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.link-button {
    display: inline-block;
    min-width: 84px;
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 8px;
    background: #458500;
    outline: 0;
    text-decoration: none;
    overflow: hidden
}

.link-button:hover {
    color: #fff;
    text-decoration: none
}

.view-all-link {
    margin: 0 auto
}

.no-text-transform {
    text-transform: none
}

.cms-modal-info-wrapper {
    top: unset !important
}

.press-releases {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto
}

.press-releases.press-releases-update-enabled {
    max-width: 960px
}

.press-releases h1,
.press-releases h3,
.press-releases h5,
.press-releases img,
.press-releases p {
    margin-top: 14px;
    margin-bottom: 14px;
    border-radius: 5px
}

.press-releases h1 {
    font-weight: 700
}

.press-releases h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px
}

.press-releases h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: none
}

.press-releases strong {
    font-weight: 700;
    color: #000
}

.press-releases p {
    font-size: 16px;
    font-weight: 400
}

.press-releases a {
    cursor: pointer;
    text-decoration: underline
}

.press-releases .row {
    margin: 0
}

.press-releases #ids-view-all-press-releases {
    margin: 40px 0
}

.press-releases #ids-press-releases-home a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #126cc5
}

.press-releases #ids-press-releases-home .svg-container {
    width: 24px;
    height: 24px
}

.press-releases #ids-press-releases-home .content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #126cc5
}

.press-releases .pressreleases-main {
    margin-top: 40px
}

.press-releases .pressreleases-main .new-article-preview {
    position: relative
}

@media (max-width:991px) {
    .press-releases .pressreleases-main .new-article-preview {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
}

.press-releases .pressreleases-main .new-article-preview .img-main {
    margin-top: 0;
    width: 100%
}

@media (max-width:991px) {
    .press-releases .pressreleases-main .new-article-preview .img-main {
        -webkit-flex: 1 1 0px;
        -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        min-width: 0;
        margin-right: 20px
    }
}

@media (max-width:991px) {
    .press-releases .pressreleases-main .new-article-preview .content-text {
        -webkit-flex: 1 1 0px;
        -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        min-width: 0
    }
}

.press-releases .pressreleases-main .new-article-preview .content-text .new-text {
    color: #458500;
    font-size: 16px
}

.press-releases .pressreleases-main .pressreleases-videos .video-preview {
    position: relative
}

.press-releases .pressreleases-main .pressreleases-videos .video-preview .play-icon {
    position: absolute;
    top: 60px;
    left: 95px
}

.press-releases .pressreleases-main .pressreleases-videos .video-preview img {
    border-radius: 5px 5px 0 0;
    margin-bottom: 0
}

.press-releases .pressreleases-main .pressreleases-videos .video-preview .video-content {
    padding: 12px;
    border: 1px #e0e0e0 solid;
    border-top: none;
    border-radius: 0 0 5px 5px
}

.press-releases .pressreleases-main .pressreleases-videos .video-preview .video-content h3 {
    margin-top: 0
}

.press-releases .pressreleases-main .content-date {
    color: #8c8c8c
}

.press-releases .pressreleases-main .text-container {
    overflow: hidden;
    max-height: 50px;
    line-height: 25px;
    margin-bottom: 10px
}

.press-releases .pressreleases-main .view-all-btn {
    display: block;
    width: 214px;
    height: 48px;
    background: #458500;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    line-height: 25px;
    text-decoration: none
}

.press-releases .pressreleases-main .pressreleases-link {
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.press-releases .pressreleases-main .pressreleases-articles {
    padding-left: 120px
}

@media (max-width:1199px) {
    .press-releases .pressreleases-main .pressreleases-articles {
        padding-left: 15px
    }
}

@media (max-width:991px) {
    .press-releases .pressreleases-main .pressreleases-articles {
        margin-top: 20px
    }
}

.press-releases .pressreleases-main .pressreleases-articles h2 {
    margin-top: 0;
    margin-bottom: 30px
}

.press-releases .pressreleases-main .pressreleases-articles .article-content {
    position: relative
}

.press-releases .pressreleases-main .pressreleases-articles .article-content h3 {
    margin-top: 0
}

.press-releases .pressreleases-main .pressreleases-articles hr {
    border-color: #e0e0e0
}

.press-releases .media-kit-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

.press-releases .media-kit-container .asset-kit-image {
    margin-top: 0
}

.press-releases .media-kit-container .logo-box {
    width: 332px;
    height: 140px;
    text-align: center;
    line-height: 170px;
    border-radius: 8px;
    border: solid 1px #e0e0e0;
    background-color: #fafafa
}

.press-releases .media-kit-container .media-kit-desc {
    width: 430px;
    margin-left: 20px
}

.press-releases .media-kit-container .media-kit-desc .description {
    margin-bottom: 10px
}

.press-releases .read-more {
    color: #458500;
    text-decoration: underline
}

.press-releases .press-release-item {
    border-top: .5px #d8d8d8 solid !important;
    padding: 10px 10px !important;
    margin-top: 0 !important
}

.press-releases .press-release-item a {
    color: #0039a6 !important;
    text-decoration: none !important
}

.press-releases .press-release-item h3 {
    font-size: 24px !important
}

.press-releases .press-release-item p {
    color: #595959 !important
}

.press-releases .press-release-item a:hover {
    color: #0039a6 !important;
    text-decoration: underline !important
}

.press-releases.press-releases-index .press-releases-title {
    text-align: center
}

.press-releases.press-releases-index .press-release-items>div {
    position: relative;
    margin-top: 14px;
    border-top: 1px solid #dfdfdf
}

.press-releases.press-releases-index .press-release-items>div h3 a {
    color: #0039a6;
    text-decoration: underline
}

.press-releases.press-release img {
    margin: auto
}

.press-releases.press-release .press-release-heading {
    text-align: center
}

.press-releases.press-release .colored-quote {
    color: #4f9900;
    font-size: 18px;
    font-weight: 700;
    font-style: italic
}

.press-releases.press-release .quote-title {
    color: #747474;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 0
}

.press-releases.press-release .disclaimer {
    color: #747474
}

.press-releases.press-release .quote-author {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0
}

.press-releases.press-releases-with-image {
    max-width: 1440px;
    padding: 0;
    color: #333
}

.press-releases.press-releases-with-image a {
    text-decoration: none
}

.press-releases.press-releases-with-image a:hover {
    text-decoration: underline
}

.press-releases.press-releases-with-image .press-release-image-wrapper {
    width: 320px;
    height: 235px;
    margin-right: 32px;
    overflow: hidden;
    border-radius: 8px;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border: 1px solid #e5e5e5;
    padding: 5px;
    background-color: #fff
}

.press-releases.press-releases-with-image .press-release-image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0;
    border-radius: 0
}

.press-releases.press-releases-with-image h5 {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

.press-releases.press-releases-with-image .press-release-hero {
    margin-bottom: 8px;
    background-color: #f5f5f5
}

.press-releases.press-releases-with-image .press-release-hero h1 {
    margin: 0 auto;
    padding: 40px 0 32px;
    font-size: 32px;
    text-align: center;
    color: #333
}

.press-releases.press-releases-with-image .press-release-hero .press-release-with-image-first-item {
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 960px;
    padding: 0 32px 40px
}

.press-releases.press-releases-with-image .press-release-hero .press-release-with-image-first-item h2 {
    margin-top: 0;
    margin-bottom: 8px;
    color: #333;
    font-size: 24px;
    line-height: 1.5
}

.press-releases.press-releases-with-image .press-release-hero .press-release-with-image-first-item p {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.5;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -moz-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

.press-releases.press-releases-with-image .press-release-hero .press-release-with-image-first-item button {
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    font-size: 16px
}

.press-releases.press-releases-with-image .press-release-with-image-item {
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 960px;
    padding: 24px 32px
}

.press-releases.press-releases-with-image .press-release-with-image-item:not(:last-of-type) {
    border-bottom: 1px solid #e5e5e5
}

.press-releases.press-releases-with-image .press-release-with-image-item .press-release-image-wrapper {
    width: 120px;
    height: 88px
}

.press-releases.press-releases-with-image .press-release-with-image-item h3 {
    margin-top: 0;
    margin-bottom: 8px;
    color: #333;
    font-size: 20px;
    line-height: 30px
}

.press-releases.press-releases-with-image .press-release-with-image-item p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5
}