
.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: #1976d2;
    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: #1976d2;
    border-color: #1976d2;
    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: #1976d2;
    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: #1976d2;
    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: 3px
}

.btn-lg {
    padding: 8px 8px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 3px
}

.btn-md {
    padding: 5px 16px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 3px
}

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

.btn-xs {
    padding: 0 15px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 2px
}

.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: 2px
}

.btn-narrow {
    padding: 2px 30px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

.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: #1976d2;
    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
}

[dir=rtl] .rating {
    /*!@noflip*/
    direction: rtl
}

[dir=rtl] .rating .stars {
    /*!@noflip*/
    direction: ltr
}

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

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

.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-form-control .gh-dropdown-search:active,
.gh-form-control .gh-dropdown-search:focus,
.gh-form-control .gh-input-search:active,
.gh-form-control .gh-input-search:focus {
    border: 1px solid #458500;
    outline: 0
}

.gh-form-control .gh-dropdown-search:active+.gh-control-label,
.gh-form-control .gh-dropdown-search:focus+.gh-control-label,
.gh-form-control .gh-input-search:active+.gh-control-label,
.gh-form-control .gh-input-search:focus+.gh-control-label {
    color: #458500
}

.gh-form-control .gh-fake-input-value {
    display: block;
    padding: 12px 16px
}

.gh-form-control .gh-fake-input {
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0
}

.gh-form-control .gh-fake-input.searching {
    background: #fff
}

.gh-form-control .gh-control-label {
    font-size: 12px;
    position: absolute;
    top: -10px;
    left: 8px;
    padding: 0 2px;
    background-color: #fff;
    color: #999;
    z-index: 2
}

.gh-form-control .gh-error-icon {
    display: none
}

.gh-form-control .gh-control-icon,
.gh-form-control .gh-error-icon {
    position: absolute;
    width: 24px;
    height: 100%;
    top: 0;
    right: 8px;
    pointer-events: none
}

.gh-input {
    padding: 12px 16px;
    display: block;
    position: relative
}

.gh-dropdown {
    position: relative
}

.gh-dropdown .gh-dropdown-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    max-height: 230px;
    overflow-y: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    border-radius: 8px;
    padding-top: 8px;
    z-index: 50
}

.gh-dropdown .gh-dropdown-menu:focus {
    outline: 0
}

.gh-dropdown .gh-dropdown-menu:not(.open) {
    display: none
}

.gh-dropdown .gh-dropdown-menu .gh-dropdown-menu-item {
    padding: 8px 16px;
    font-size: 14px
}

.gh-dropdown .gh-dropdown-menu .gh-dropdown-menu-item.selected,
.gh-dropdown .gh-dropdown-menu .gh-dropdown-menu-item:hover {
    background-color: #edf7e5
}

.input-error {
    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
}

.input-error .gh-control-label {
    color: #bd3c37 !important
}

.input-error .gh-fake-input {
    border-color: #bd3c37 !important
}

.input-error .gh-error-icon {
    display: block
}

.input-error+div span {
    color: #bd3c37
}

.input-error+.gh-input-error-message {
    display: block !important
}

.gh-input-error-message {
    display: none;
    font-size: 13px;
    color: #bd3c37
}

.gh-toast {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    border-radius: 8px;
    position: fixed;
    z-index: 5000;
    top: 103px;
    right: 16px;
    left: auto;
    -webkit-transform: translateX(115%);
    -moz-transform: translateX(115%);
    -ms-transform: translateX(115%);
    transform: translateX(115%);
    opacity: 0;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out, opacity .3s ease-in-out, -moz-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out, -moz-transform .3s ease-in-out
}

.gh-toast svg {
    width: 24px;
    height: 24px
}

.gh-toast.gh-toast-success {
    background-color: #2c7500;
    color: #fff
}

.gh-toast.gh-toast-success a {
    color: #fff !important;
    text-decoration: underline
}

.gh-toast.gh-toast-success svg {
    fill: #f5f5f5
}

.gh-toast.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out, opacity .3s ease-in-out, -moz-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out, -moz-transform .3s ease-in-out
}

.gh-toast .gh-toast-text {
    max-width: 230px;
    margin: 0 16px
}

.gh-toast .gh-toast-header {
    font-weight: 700
}

.gh-toast .gh-toast-close {
    cursor: pointer
}

.gh-overflow-unset {
    overflow: unset !important
}

.gh-tooltip {
    position: relative;
    cursor: pointer
}

.gh-tooltip svg {
    fill: #666;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.gh-tooltip .gh-tooltip-box {
    display: none;
    background-color: #666;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
    width: 280px;
    padding: 16px;
    color: #fff;
    position: absolute;
    border-radius: 4px;
    z-index: 100;
    cursor: auto;
    bottom: 101%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

[dir=rtl] .gh-tooltip .gh-tooltip-box {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.gh-tooltip .gh-tooltip-box .gh-tooltip-content {
    font-size: 12px
}

.gh-tooltip .gh-tooltip-box .gh-tooltip-close {
    display: block;
    cursor: pointer;
    text-align: right;
    font-weight: 700;
    font-size: 14px;
    margin-top: 8px
}

.gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2 {
    box-shadow: none;
    width: 343px;
    background-color: #fff;
    padding: 16px 14px;
    border-radius: 16px;
    border: solid 1px #999;
    color: #333
}

.gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2.gh-tooltip-box-arrow-left::after {
    content: " ";
    width: 14px;
    height: 14px;
    border-radius: 0 0 4px 0;
    border: solid 1px #999;
    border-top: none;
    border-left: none;
    background: -moz- oldlinear-gradient(135deg, #fff 50%, transparent 50%);
    background: linear-gradient(-45deg, #fff 50%, transparent 50%);
    position: absolute;
    right: -12px;
    top: 50%;
    -webkit-transform: rotate(315deg) translateY(-50%);
    -moz-transform: rotate(315deg) translateY(-50%);
    -ms-transform: rotate(315deg) translateY(-50%);
    transform: rotate(315deg) translateY(-50%)
}

[dir=rtl] .gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2.gh-tooltip-box-arrow-left::after {
    background: -moz- oldlinear-gradient(40deg, #fff 50%, transparent 50%);
    background: linear-gradient(50deg, #fff 50%, transparent 50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%)
}

.gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2.gh-tooltip-box-arrow-right::after {
    content: " ";
    width: 14px;
    height: 14px;
    border-radius: 0 0 4px 0;
    border: solid 1px #999;
    border-top: none;
    border-left: none;
    background: -moz- oldlinear-gradient(135deg, #fff 50%, transparent 50%);
    background: linear-gradient(-45deg, #fff 50%, transparent 50%);
    position: absolute;
    left: -12px;
    top: 40%;
    -webkit-transform: rotate(135deg) translateY(-50%);
    -moz-transform: rotate(135deg) translateY(-50%);
    -ms-transform: rotate(135deg) translateY(-50%);
    transform: rotate(135deg) translateY(-50%)
}

[dir=rtl] .gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2.gh-tooltip-box-arrow-right::after {
    background: -moz- oldlinear-gradient(45deg, #fff 50%, transparent 50%);
    background: linear-gradient(45deg, #fff 50%, transparent 50%);
    -webkit-transform: rotate(225deg) translateY(-50%);
    -moz-transform: rotate(225deg) translateY(-50%);
    -ms-transform: rotate(225deg) translateY(-50%);
    transform: rotate(225deg) translateY(-50%)
}

.gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2.gh-tooltip-box-left {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-105%, -50%);
    -moz-transform: translate(-105%, -50%);
    -ms-transform: translate(-105%, -50%);
    transform: translate(-105%, -50%)
}

[dir=rtl] .gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2.gh-tooltip-box-left {
    -webkit-transform: translate(105%, -50%);
    -moz-transform: translate(105%, -50%);
    -ms-transform: translate(105%, -50%);
    transform: translate(105%, -50%)
}

.gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2.gh-tooltip-box-right {
    bottom: auto;
    left: -11px;
    top: 50%;
    -webkit-transform: translate(15%, -50%);
    -moz-transform: translate(15%, -50%);
    -ms-transform: translate(15%, -50%);
    transform: translate(15%, -50%)
}

[dir=rtl] .gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2.gh-tooltip-box-right {
    -webkit-transform: translate(-12%, -50%);
    -moz-transform: translate(-12%, -50%);
    -ms-transform: translate(-12%, -50%);
    transform: translate(-12%, -50%)
}

.gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2 .gh-tooltip-content {
    font-size: 14px;
    line-height: 1.71
}

.gh-tooltip.active .gh-tooltip-box {
    display: block
}

.gh-tooltip.active svg {
    fill: #458500
}

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

.font-branded {
    font-family: FontBrandedPrimary, FontBrandedSecondary, FontBrandedFallback, sans-serif;
    line-height: 1.42857
}

.zh .font-branded {
    font-size: 15px
}

.font-universal {
    font-family: FontUniversalPrimary, FontUniversalSecondary, FontUniversalFallback, sans-serif;
    line-height: 1.42857
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%
}

html {
    min-width: 751px;
    overflow-y: scroll;
    font-size: 14px
}

body {
    /* font-family: FontBrandedPrimary, FontBrandedSecondary, FontBrandedFallback, sans-serif; */
    line-height: 1.42857;
    font-weight: 400;
    -ms-overflow-style: scrollbar
}

.zh body {
    font-size: 15px
}

.prohibited-404 {
    text-align: center;
    margin-bottom: 60px
}

.prohibited-404 .prohibited-tag {
    margin: 80px;
    width: 100px;
    height: 100px
}

.prohibited-404 .content {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

.prohibited-404 .content .cf-error-details {
    display: none
}

.prohibited-404 .return-links {
    margin-top: 16px
}

.prohibited-404 .return-links a {
    font-weight: 700;
    color: #458500;
    font-size: 16px;
    margin-top: 16px
}

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

#error-page-404 {
    padding: 100px 12px;
    text-align: center
}

#error-page-404 .tree-icon {
    position: relative;
    margin: 0 auto;
    width: 192px;
    height: 192px
}

#error-page-404 .tree-icon .dead-tree {
    height: 192px;
    width: 192px
}

#error-page-404 .tree-icon .dead-leaf {
    position: absolute;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
    height: 24px;
    width: 24px
}

#error-page-404 .tree-icon .dead-leaf.dead-leaf-1 {
    top: 48px;
    left: 120px;
    -webkit-animation: falling1 3s 0s infinite;
    -moz-animation: falling1 3s 0s infinite;
    animation: falling1 3s 0s infinite
}

#error-page-404 .tree-icon .dead-leaf.dead-leaf-2 {
    top: 88px;
    left: 140px;
    -webkit-animation: falling2 2.8s 0s infinite;
    -moz-animation: falling2 2.8s 0s infinite;
    animation: falling2 2.8s 0s infinite;
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    animation-delay: .8s
}

#error-page-404 .tree-icon .dead-leaf.dead-leaf-3 {
    top: 106px;
    left: 120px;
    -webkit-animation: falling3 3s 0s infinite;
    -moz-animation: falling3 3s 0s infinite;
    animation: falling3 3s 0s infinite;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s
}

#error-page-404 .tree-icon .dead-leaf.dead-leaf-4 {
    top: 80px;
    left: 48px;
    -webkit-animation: falling4 2.4s 0s infinite;
    -moz-animation: falling4 2.4s 0s infinite;
    animation: falling4 2.4s 0s infinite;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

#error-page-404 .tree-icon .dead-leaf.dead-leaf-5 {
    top: 32px;
    left: 76px;
    -webkit-animation: falling3 3s 0s infinite;
    -moz-animation: falling3 3s 0s infinite;
    animation: falling3 3s 0s infinite;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s
}

#error-page-404 .title {
    font-size: 24px;
    margin-bottom: 8px;
    margin-top: 8px
}

#error-page-404 .content {
    font-size: 16px
}

#error-page-404 .content .cf-error-details {
    display: none
}

#error-page-404 a {
    font-weight: 700;
    color: #458500
}

#error-page-404 .return-links {
    margin-top: 24px
}

img {
    border: none
}

ul {
    margin: 0;
    padding: 0;
    outline-color: transparent;
    list-style: none
}

a {
    text-decoration: none;
    color: #1976d2
}

button,
span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-weight: inherit;
    font-size: inherit
}

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

menu {
    padding: 0;
    margin: 0
}

figure,
p {
    padding: 0;
    margin: 0
}

h1,
h5 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 25px 0 0 0;
    display: block
}

h2 {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    margin: 5px 0 10px 0;
    display: block
}

h3 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    margin: 0;
    display: block
}

h3 a {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    text-decoration: none
}

h4 {
    padding: 0;
    margin: 0
}

.b,
strong {
    font-weight: 700
}

table,
table.orderhistory {
    margin: auto;
    text-align: left
}

td {
    padding: 10px
}

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

.col-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.icon-sharefilled {
    font-size: 18px
}

.affix {
    position: fixed
}

.s20 {
    font-size: 20px;
    line-height: 23px
}

.s24 {
    font-size: 24px
}

.fLeft {
    float: left
}

.fRight {
    float: right
}

.mgnB20 {
    margin-bottom: 20px
}

.mgnR20 {
    margin-right: 20px
}

.red {
    color: #f10200
}

.color-primary,
.green {
    color: #458500
}

.color-secondary {
    color: #f38a00
}

.clear-both,
.clearBoth {
    clear: both
}

.responsive-container #mainContent {
    width: auto;
    margin: 0 auto;
    max-width: 1400px;
    min-width: 751px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.responsive-container #mainContent>.container-fluid {
    padding-left: 0;
    padding-right: 0;
    min-width: 0
}

.home .responsive-container #mainContent {
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: 1400px !important;
    min-width: 751px !important;
    width: auto !important;
    padding: 0 0 15px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#mainWrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -375px
}

#push {
    height: 375px
}

#mainContent {
    overflow: hidden
}

@-webkit-keyframes spinning-leaf {
    from {
        -webkit-transform: rotateY(0) translate3d(0, 0, 0);
        transform: rotateY(0)
    }

    to {
        -webkit-transform: rotateY(360deg) translate3d(0, 0, 0);
        transform: rotateY(360deg)
    }
}

@-moz-keyframes spinning-leaf {
    from {
        -webkit-transform: rotateY(0) translate3d(0, 0, 0);
        -moz-transform: rotateY(0);
        transform: rotateY(0)
    }

    to {
        -webkit-transform: rotateY(360deg) translate3d(0, 0, 0);
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes spinning-leaf {
    from {
        -webkit-transform: rotateY(0) translate3d(0, 0, 0);
        -moz-transform: rotateY(0);
        transform: rotateY(0)
    }

    to {
        -webkit-transform: rotateY(360deg) translate3d(0, 0, 0);
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

.leaf {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .75);
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    z-index: 29
}

.leaf .icon-iherbleaf {
    color: #458500;
    font-size: 80px;
    width: 96px;
    height: 80px;
    display: block;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: spinning-leaf;
    -moz-animation-name: spinning-leaf;
    animation-name: spinning-leaf;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.disable-events,
.disable-events * {
    pointer-events: none
}

.hide {
    display: none
}

.Catalog .hide {
    display: none !important
}

.qanda .hide {
    display: none !important
}

.off.on,
.on {
    display: block
}

.float-left {
    float: left
}

.float-right {
    float: right
}

#iherb-account .logged-in.hide,
#iherb-account .logged-out.hide {
    display: none !important
}

.thin-padding-x {
    padding-left: 4px !important;
    padding-right: 4px !important
}

.no-padding-y {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.no-padding-x {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.no-padding-left {
    padding-left: 0 !important
}

.no-padding-right {
    padding-right: 0 !important
}

.no-padding-bottom {
    padding-bottom: 0 !important
}

.no-padding-top {
    padding-top: 0 !important
}

.no-margin-y {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.no-margin-x {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.no-margin-left {
    margin-left: 0 !important
}

.no-margin-right {
    margin-right: 0 !important
}

.no-margin-bottom {
    margin-bottom: 0 !important
}

.no-margin-top {
    margin-top: 0 !important
}

.strikethrough {
    text-decoration: line-through
}

.anchor-buffer::before {
    display: block;
    content: " ";
    margin-top: -50px;
    height: 50px;
    visibility: hidden;
    pointer-events: none
}

.absolute-link-wrapper {
    position: relative
}

.absolute-link-wrapper .absolute-link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1
}

.invisible {
    visibility: hidden !important
}

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

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

.show-inline-block {
    display: inline !important
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    position: relative
}

.section-title-border {
    border-bottom: 1px solid #e0e0e0
}

.section-title,
.section-title-border {
    text-align: left
}

.section-title h2,
.section-title-border h2 {
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    padding: 4px 0 5px 0
}

.ar .section-title h2,
.ar .section-title-border h2 {
    font-size: 18px
}

h1 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 25px 0 0 0;
    display: block
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Lato, DroidArabicKufi, Arial, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #000
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small {
    font-weight: 400;
    line-height: 1;
    color: #000
}

.h1,
.h2,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small {
    font-size: 65%
}

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

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

.h1 {
    font-size: 36px
}

.h2 {
    font-size: 26px
}

.h3 {
    font-size: 24px
}

.h4 {
    font-size: 18px
}

.h5 {
    font-size: 14px
}

.h6 {
    font-size: 12px
}

.p {
    margin: 0 0 10px
}

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

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #8c8c8c
}

.text-muted-lighter {
    color: #999
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

.text-primary {
    color: #458500
}

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

.text-primary-darker {
    color: #2c7500
}

a.text-primary-darker:focus,
a.text-primary-darker:hover {
    color: #194200
}

.text-secondary {
    color: #f38a00
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #c06d00
}

.text-secondary-darker {
    color: #2c7500
}

a.text-secondary-darker:focus,
a.text-secondary-darker:hover {
    color: #194200
}

.text-success {
    color: #458500
}

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

.text-info {
    color: #60a8ee
}

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

.text-warning {
    color: #f38a00
}

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

.text-danger {
    color: #f10200
}

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

.text-danger-lighter {
    color: #666
}

a.text-danger-lighter:focus,
a.text-danger-lighter:hover {
    color: #4d4d4d
}

.text-white {
    color: #fff
}

a.text-white:focus,
a.text-white:hover {
    color: #e6e6e6
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

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

.container:after {
    content: " ";
    display: table;
    clear: both
}

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

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

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

@media (min-width:1400px) {
    .container {
        width: 1358px
    }
}

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



.container-fluid:after {
    content: " ";
    display: table;
    clear: both
}

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

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

.container-fluid-bs:after {
    content: " ";
    display: table;
    clear: both
}

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

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

.row:after {
    content: " ";
    display: table;
    clear: both
}

.col-buffer,
.row-buffer {
    margin-bottom: 15px
}

.col-buffer-xl,
.row-buffer-xl {
    margin-bottom: 30px
}

.col-buffer-lg,
.row-buffer-lg {
    margin-bottom: 25px
}

.col-buffer-md,
.row-buffer-md {
    margin-bottom: 20px
}

.col-buffer-sm,
.row-buffer-sm {
    margin-bottom: 10px
}

.col-buffer-xs,
.row-buffer-xs {
    margin-bottom: 5px
}

.container-buffer {
    margin-bottom: 40px
}

.container-buffer-lg {
    margin-bottom: 40px
}

.container-buffer-sm {
    margin-bottom: 20px
}

.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

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

.col-lg-1.no-gutter,
.col-lg-10.no-gutter,
.col-lg-11.no-gutter,
.col-lg-12.no-gutter,
.col-lg-13.no-gutter,
.col-lg-14.no-gutter,
.col-lg-15.no-gutter,
.col-lg-16.no-gutter,
.col-lg-17.no-gutter,
.col-lg-18.no-gutter,
.col-lg-19.no-gutter,
.col-lg-2.no-gutter,
.col-lg-20.no-gutter,
.col-lg-21.no-gutter,
.col-lg-22.no-gutter,
.col-lg-23.no-gutter,
.col-lg-24.no-gutter,
.col-lg-3.no-gutter,
.col-lg-4.no-gutter,
.col-lg-5.no-gutter,
.col-lg-5th.no-gutter,
.col-lg-6.no-gutter,
.col-lg-7.no-gutter,
.col-lg-7th.no-gutter,
.col-lg-8.no-gutter,
.col-lg-9.no-gutter,
.col-md-1.no-gutter,
.col-md-10.no-gutter,
.col-md-11.no-gutter,
.col-md-12.no-gutter,
.col-md-13.no-gutter,
.col-md-14.no-gutter,
.col-md-15.no-gutter,
.col-md-16.no-gutter,
.col-md-17.no-gutter,
.col-md-18.no-gutter,
.col-md-19.no-gutter,
.col-md-2.no-gutter,
.col-md-20.no-gutter,
.col-md-21.no-gutter,
.col-md-22.no-gutter,
.col-md-23.no-gutter,
.col-md-24.no-gutter,
.col-md-3.no-gutter,
.col-md-4.no-gutter,
.col-md-5.no-gutter,
.col-md-5th.no-gutter,
.col-md-6.no-gutter,
.col-md-7.no-gutter,
.col-md-7th.no-gutter,
.col-md-8.no-gutter,
.col-md-9.no-gutter,
.col-sm-1.no-gutter,
.col-sm-10.no-gutter,
.col-sm-11.no-gutter,
.col-sm-12.no-gutter,
.col-sm-13.no-gutter,
.col-sm-14.no-gutter,
.col-sm-15.no-gutter,
.col-sm-16.no-gutter,
.col-sm-17.no-gutter,
.col-sm-18.no-gutter,
.col-sm-19.no-gutter,
.col-sm-2.no-gutter,
.col-sm-20.no-gutter,
.col-sm-21.no-gutter,
.col-sm-22.no-gutter,
.col-sm-23.no-gutter,
.col-sm-24.no-gutter,
.col-sm-3.no-gutter,
.col-sm-4.no-gutter,
.col-sm-5.no-gutter,
.col-sm-5th.no-gutter,
.col-sm-6.no-gutter,
.col-sm-7.no-gutter,
.col-sm-7th.no-gutter,
.col-sm-8.no-gutter,
.col-sm-9.no-gutter,
.col-xl-1.no-gutter,
.col-xl-10.no-gutter,
.col-xl-11.no-gutter,
.col-xl-12.no-gutter,
.col-xl-13.no-gutter,
.col-xl-14.no-gutter,
.col-xl-15.no-gutter,
.col-xl-16.no-gutter,
.col-xl-17.no-gutter,
.col-xl-18.no-gutter,
.col-xl-19.no-gutter,
.col-xl-2.no-gutter,
.col-xl-20.no-gutter,
.col-xl-21.no-gutter,
.col-xl-22.no-gutter,
.col-xl-23.no-gutter,
.col-xl-24.no-gutter,
.col-xl-3.no-gutter,
.col-xl-4.no-gutter,
.col-xl-5.no-gutter,
.col-xl-5th.no-gutter,
.col-xl-6.no-gutter,
.col-xl-7.no-gutter,
.col-xl-7th.no-gutter,
.col-xl-8.no-gutter,
.col-xl-9.no-gutter,
.col-xs-1.no-gutter,
.col-xs-10.no-gutter,
.col-xs-11.no-gutter,
.col-xs-12.no-gutter,
.col-xs-13.no-gutter,
.col-xs-14.no-gutter,
.col-xs-15.no-gutter,
.col-xs-16.no-gutter,
.col-xs-17.no-gutter,
.col-xs-18.no-gutter,
.col-xs-19.no-gutter,
.col-xs-2.no-gutter,
.col-xs-20.no-gutter,
.col-xs-21.no-gutter,
.col-xs-22.no-gutter,
.col-xs-23.no-gutter,
.col-xs-24.no-gutter,
.col-xs-3.no-gutter,
.col-xs-4.no-gutter,
.col-xs-5.no-gutter,
.col-xs-5th.no-gutter,
.col-xs-6.no-gutter,
.col-xs-7.no-gutter,
.col-xs-7th.no-gutter,
.col-xs-8.no-gutter,
.col-xs-9.no-gutter {
    padding-left: 0;
    padding-right: 0
}

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

.col-xs-5th {
    float: left;
    width: 20%
}

.col-xs-pull-5th {
    right: 20%
}

.col-xs-push-5th {
    left: 20%
}

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

.col-xs-7th {
    float: left;
    width: 14.28571%
}

.col-xs-pull-7th {
    right: 14.28571%
}

.col-xs-push-7th {
    left: 14.28571%
}

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

@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%
    }

    .col-sm-5th {
        float: left;
        width: 20%
    }

    .col-sm-pull-5th {
        right: 20%
    }

    .col-sm-push-5th {
        left: 20%
    }

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

    .col-sm-7th {
        float: left;
        width: 14.28571%
    }

    .col-sm-pull-7th {
        right: 14.28571%
    }

    .col-sm-push-7th {
        left: 14.28571%
    }

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

@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%
    }

    .col-md-5th {
        float: left;
        width: 20%
    }

    .col-md-pull-5th {
        right: 20%
    }

    .col-md-push-5th {
        left: 20%
    }

    .col-md-offset-5th {
        margin-left: 20%
    }

    .col-md-7th {
        float: left;
        width: 14.28571%
    }

    .col-md-pull-7th {
        right: 14.28571%
    }

    .col-md-push-7th {
        left: 14.28571%
    }

    .col-md-offset-7th {
        margin-left: 14.28571%
    }

    .col-md-9th {
        float: left;
        width: 11.1%
    }

    .col-md-pull-9th {
        right: 11.1%
    }

    .col-md-push-9th {
        left: 11.1%
    }

    .col-md-offset-9th {
        margin-left: 11.1%
    }
}

@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-lg-5th {
        float: left;
        width: 20%
    }

    .col-lg-pull-5th {
        right: 20%
    }

    .col-lg-push-5th {
        left: 20%
    }

    .col-lg-offset-5th {
        margin-left: 20%
    }

    .col-lg-7th {
        float: left;
        width: 14.28571%
    }

    .col-lg-pull-7th {
        right: 14.28571%
    }

    .col-lg-push-7th {
        left: 14.28571%
    }

    .col-lg-offset-7th {
        margin-left: 14.28571%
    }

    .col-lg-9th {
        float: left;
        width: 11.1%
    }

    .col-lg-pull-9th {
        right: 11.1%
    }

    .col-lg-push-9th {
        left: 11.1%
    }

    .col-lg-offset-9th {
        margin-left: 11.1%
    }
}

@media (min-width:1400px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-5th {
        float: left;
        width: 20%
    }

    .col-xl-pull-5th {
        right: 20%
    }

    .col-xl-push-5th {
        left: 20%
    }

    .col-xl-offset-5th {
        margin-left: 20%
    }

    .col-xl-7th {
        float: left;
        width: 14.28571%
    }

    .col-xl-pull-7th {
        right: 14.28571%
    }

    .col-xl-push-7th {
        left: 14.28571%
    }

    .col-xl-offset-7th {
        margin-left: 14.28571%
    }
}

@-ms-viewport {
    width: device-width
}

.visible {
    display: block !important
}

table.visible {
    display: table !important
}

tr.visible {
    display: table-row !important
}

td.visible,
th.visible {
    display: table-cell !important
}

.hidden {
    display: none !important
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xl {
    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-xl-block,
.visible-xl-inline,
.visible-xl-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) and (max-width:1399px) {
    .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) and (max-width:1399px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1400px) {
    .visible-xl {
        display: block !important
    }

    table.visible-xl {
        display: table !important
    }

    tr.visible-xl {
        display: table-row !important
    }

    td.visible-xl,
    th.visible-xl {
        display: table-cell !important
    }
}

@media (min-width:1400px) {
    .visible-xl-block {
        display: block !important
    }
}

@media (min-width:1400px) {
    .visible-xl-inline {
        display: inline !important
    }
}

@media (min-width:1400px) {
    .visible-xl-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) and (max-width:1399px) {
    .hidden-lg {
        display: none !important
    }
}

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

@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) and (max-width:1399px) {
    .hidden-lg {
        display: none !important
    }
}

@media (min-width:1400px) {
    .hidden-xl {
        display: none !important
    }
}

.text-xs-left {
    text-align: left
}

.text-xs-right {
    text-align: right
}

.text-xs-center {
    text-align: center
}

.text-xs-justify {
    text-align: justify
}

@media (min-width:768px) {
    .text-sm-left {
        text-align: left
    }

    .text-sm-right {
        text-align: right
    }

    .text-sm-center {
        text-align: center
    }

    .text-sm-justify {
        text-align: justify
    }
}

@media (min-width:992px) {
    .text-md-left {
        text-align: left
    }

    .text-md-right {
        text-align: right
    }

    .text-md-center {
        text-align: center
    }

    .text-md-justify {
        text-align: justify
    }
}

@media (min-width:1200px) {
    .text-lg-left {
        text-align: left
    }

    .text-lg-right {
        text-align: right
    }

    .text-lg-center {
        text-align: center
    }

    .text-lg-justify {
        text-align: justify
    }
}

@media (min-width:768px) and (max-width:991px) {
    .col-sm-no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .col-md-no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .col-lg-no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (min-width:1400px) {
    .col-xl-no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (max-width:767px) {
    .pull-right-xs {
        float: right
    }

    .pull-left-xs {
        float: left
    }
}

@media (min-width:768px) {
    .pull-right-sm {
        float: right
    }

    .pull-left-sm {
        float: left
    }

    .pull-center-sm {
        float: none;
        text-align: center
    }
}

@media (min-width:992px) {
    .pull-right-md {
        float: right
    }

    .pull-left-md {
        float: left
    }
}

@media (min-width:1200px) {
    .pull-right-lg {
        float: right
    }

    .pull-left-lg {
        float: left
    }
}

@media (min-width:1400px) {
    .pull-right-xl {
        float: right
    }

    .pull-left-xl {
        float: left
    }
}

.carousel .carousel-inner .product {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: top;
    height: 100%
}

.carousel-container {
    padding: 40px 0 20px
}

.carousel-container .product-inner {
    position: relative;
    padding: 20px 15px;
    background: #fff
}

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

.carousel-container .product-inner .absolute-link-wrapper a {
    color: #333
}

.carousel-container .product-inner .product-link {
    cursor: pointer
}

.carousel-container .product-inner .see-in-cart-text {
    font-weight: 700;
    font-size: 16px;
    color: #333
}

.carousel-container .product-inner .more-option-container {
    position: absolute;
    right: 0;
    top: 120px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: #f5f5f5;
    z-index: 50
}

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

.carousel-container .product-inner .more-option-container .more-option-icon {
    width: 16px !important;
    height: 16px !important;
    margin-left: 4px;
    margin-top: 4px
}

.carousel-container .product-inner .product-image-wrapper {
    position: relative
}

.carousel-container .product-inner.product-inner-wide {
    padding-left: 0;
    padding-right: 0
}

.carousel-container .product-inner .product-flag {
    z-index: 10
}

.carousel-container .product-inner .product-flag a {
    color: #fff
}

.carousel-container .product-inner a:hover {
    text-decoration: none
}

.carousel-container .product-inner .shipping-container {
    cursor: pointer
}

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

.carousel-container .product-inner .add-to-cart-wrapper .btn-add-to-cart {
    z-index: 20
}

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

.carousel-container .product-inner .btn-add-to-cart {
    font-size: 16px;
    opacity: 0;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.carousel-container .product-inner .btn-add-to-cart:hover {
    background-color: #b66700
}

.carousel-container .product-inner:hover .btn-add-to-cart {
    opacity: 1
}

.carousel-container .product-inner:hover .product-image~a>span {
    text-decoration: underline
}

.carousel-container .product-inner .link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 65px;
    z-index: 10
}

.carousel-container .product-inner .product-image {
    display: block;
    margin: 0 0 20px 0;
    text-align: center;
    min-height: 14px
}

.carousel-container .product-inner .product-image>img {
    display: inline-block;
    width: 128px;
    height: 128px
}

.carousel-container .product-inner .product-title {
    height: 3.9em;
    line-height: 1.3;
    overflow: hidden;
    text-align: left;
    font-weight: 400;
    display: inline-block;
    font-size: 14px;
    color: #333
}

.zh .carousel-container .product-inner .product-title {
    font-size: 15px
}

.carousel-container .product-inner .product-title:hover {
    text-decoration: underline
}

.carousel-container .product-inner .price-olp {
    color: #747474;
    font-size: 16px;
    text-decoration: line-through;
    display: inline-block;
    margin-top: 1px
}

.carousel-container .product-inner .price-in-cart {
    font-size: 16px;
    font-weight: 700;
    color: #333
}

.carousel-container .product-inner .price-per-unit {
    color: #747474
}

.carousel-container .product-inner .product-price {
    margin-top: 8px
}

[dir=rtl] .carousel-container .product-inner .product-price {
    /*!@noflip*/
    direction: rtl
}

.carousel-container .product-inner .product-price .discontinued-text-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.carousel-container .product-inner .product-price .price {
    font-weight: 700;
    line-height: 18px;
    font-size: 20px;
    text-align: left;
    padding-right: 5px
}

.carousel-container .product-inner .product-price .original-price-list {
    text-decoration: line-through;
    color: #747474
}

.carousel-container .product-inner .product-price .see-in-cart-text {
    color: #333;
    font-size: 16px;
    font-weight: 700
}

.carousel-container .product-inner .product-price .see-in-cart-text .see-in-cart-price {
    width: 100%
}

.carousel-container .product-inner .product-price .discontinued {
    font-size: 14px;
    line-height: 16px;
    color: #458500;
    font-weight: 400
}

.carousel-container .product-inner .product-price .price,
.carousel-container .product-inner .product-price .see-price-in-cart {
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-weight: 700
}

.carousel-container .product-inner .product-price .discount-green,
.carousel-container .product-inner .product-price .discount-red {
    margin-right: 2px
}

.carousel-container .product-inner .product-price .discount-green {
    color: #458500
}

.carousel-container .product-inner .product-price .discount-red {
    color: #bd3c37
}

.carousel-container .product-inner .product-price .discontinued {
    color: #f00000
}

.carousel-container .product-inner .product-price .status-container {
    height: 20px;
    margin-bottom: 10px
}

.carousel-container .product-inner .product-price .status-container .out-of-stock {
    float: left;
    clear: both;
    color: #f00000
}

.carousel-container .product-inner .product-price .status-container .info-popup {
    bottom: 45px;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.carousel-container .product-inner .product-price .status-container .info-popup:after {
    background-image: none
}

.carousel-container .product-inner .product-price .status-container .info-popup p {
    padding: 20px
}

.carousel-container .product-inner .product-discount-container {
    min-height: 20px;
    margin-bottom: 5px
}

.carousel-container .product-inner .product-discount-container>span {
    font-weight: 700;
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000
}

.carousel-container .product-inner .product-discount-container>span.discount-in-cart {
    color: #f38a00
}

.carousel-container .product-inner .product-discount-container .out-of-stock.text-wrap {
    white-space: normal
}

.carousel-container .product-inner .product-percentage-claimed .super-deals-progress-wrapper {
    height: 8px;
    position: relative;
    background: #f5f5f5;
    border-radius: 100px;
    margin: 16px 0 8px 0
}

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

.carousel-container .product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount.low {
    background-color: #458500
}

.carousel-container .product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount.medium {
    background-color: #f38a00
}

.carousel-container .product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount.high {
    background-color: #bd3c37
}

.carousel-container .product-inner .product-percentage-claimed .super-deals-almost-sold-out,
.carousel-container .product-inner .product-percentage-claimed .super-deals-sold-out {
    color: #bd3c37 !important
}

.carousel-container .product-inner .product-percentage-claimed .super-deals-sold-out {
    font-weight: 700
}

.carousel-container .product-inner .product-percentage-claimed .super-deals-title .question-mark {
    margin-left: .75em
}

@media (min-width:768px) and (max-width:991px) {
    .carousel-container .product-inner .product-percentage-claimed .text-left-sm-only {
        text-align: left
    }
}

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

.carousel-container .product-inner .product-percentage-claimed #super-special-price #dynamic-aligner .dynamic-align-hide {
    color: #666;
    font-size: 12px
}

.carousel-container .product-inner .product-percentage-claimed .super-deals-progress-wrapper {
    margin: 8px 0;
    height: 8px
}

.carousel-container .product-inner .product-percentage-claimed .percentage-claimed-messaging {
    text-align: center
}

.carousel-container .product-inner .product-percentage-claimed .percentage-claimed-messaging span {
    color: #747474
}

.carousel-container .product-inner .product-percentage-claimed .percentage-claimed-messaging span.almost-sold-out {
    color: #bd3c37
}

.carousel-container .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%
}

.carousel-container .no-rating {
    height: 19px
}

.carousel-container .rating {
    z-index: 0;
    position: relative
}

[dir=rtl] .carousel-container .rating {
    /*!@noflip*/
    direction: rtl
}

[dir=rtl] .carousel-container .rating .stars {
    /*!@noflip*/
    direction: ltr
}

.carousel-container .rating .write-review {
    vertical-align: middle;
    font-size: 13px
}

.carousel-container .rating a {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none
}

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

.carousel-container .rating a:hover {
    text-decoration: none
}

.carousel-container .rating .stars {
    font-size: 12px;
    display: inline-block
}

.carousel-container .rating .stars .stars-rating {
    width: 15px !important;
    height: 15px;
    min-height: 15px;
    vertical-align: top;
    position: relative;
    margin-right: 1px;
    left: 0
}

.carousel-container .rating .stars .stars-rating path {
    fill: #fac627
}

.carousel-container .rating .stars .stars-rating:last-of-type {
    margin-right: 0 !important
}

.carousel-container .rating .stars .stars-rating.empty path:first-of-type,
.carousel-container .rating .stars .stars-rating.half path:first-of-type {
    fill: #bdbdbd
}

.carousel-container .rating .stars .stars-rating-v2 {
    width: 15px;
    height: 15px;
    min-height: 15px;
    vertical-align: top;
    position: relative;
    margin-right: 1px;
    left: 0;
    fill: none
}

.carousel-container .rating .stars .stars-rating-v2.full {
    fill: #fac627
}

.carousel-container .rating .stars .stars-rating-v2.full path {
    stroke: #8d6708
}

.carousel-container .rating .stars .stars-rating-v2.half path:first-child,
.carousel-container .rating .stars .stars-rating-v2.quarter path:first-child,
.carousel-container .rating .stars .stars-rating-v2.three-quarters path:first-child {
    fill: #fac627
}

.carousel-container .rating .stars .stars-rating-v2.half path:last-child,
.carousel-container .rating .stars .stars-rating-v2.quarter path:last-child,
.carousel-container .rating .stars .stars-rating-v2.three-quarters path:last-child {
    stroke: #8d6708
}

.carousel-container .rating .stars .stars-rating-v2.empty path {
    stroke: #8d6708
}

.carousel-container .rating .rating-count {
    font-size: 12px;
    color: #747474;
    margin-left: 3px
}

.carousel-container .carousel-title-container {
    padding: 0 15px
}

.carousel-container .carousel-title-container .view-all {
    font-size: 16px;
    padding-top: 5px
}

.carousel-container .spinner.carousel-loader {
    z-index: 900
}

.carousel-container .tabs {
    padding: 0 15px
}

.carousel-container .tabs li {
    display: inline-block;
    margin-left: 2px;
    margin-right: 46px
}

.de .carousel-container .tabs li,
.es .carousel-container .tabs li,
.pt .carousel-container .tabs li,
.ru .carousel-container .tabs li {
    margin-right: 20px
}

.fr .carousel-container .tabs li,
.ja .carousel-container .tabs li {
    margin-right: 30px
}

.carousel-container .tabs li a:hover {
    text-decoration: none
}

.carousel-container .tabs li.active {
    color: #000
}

.carousel-container .tabs li.active a {
    pointer-events: none;
    color: #000;
    border-bottom: 2px solid #000;
    padding-bottom: 3px
}

.carousel-container .tabs li:last-of-type {
    margin-right: 0
}

.carousel-container .tabs li a {
    color: #8c8c8c
}

@media (max-width:1399px) {

    .carousel-container .tabs li,
    .carousel-container .tabs li a {
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media (max-width:1399px) {

    .ar .carousel-container .tabs li a,
    .de .carousel-container .tabs li a,
    .es .carousel-container .tabs li a,
    .fr .carousel-container .tabs li a,
    .ko .carousel-container .tabs li a,
    .ru .carousel-container .tabs li a {
        font-size: 18px
    }
}

@media (max-width:991px) {
    .carousel-container .tabs li {
        margin-left: 10px;
        margin-right: 10px
    }

    .ar .carousel-container .tabs li:first-of-type {
        display: none
    }
}

.carousel-container .carousel,
.carousel-container .tabbed-carousel {
    height: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0)
}

.carousel-container .carousel .carousel-pagination,
.carousel-container .tabbed-carousel .carousel-pagination {
    margin-top: 15px;
    color: #666;
    float: right;
    font-size: 13px
}

.carousel-container .carousel .iherb-carousel-items,
.carousel-container .tabbed-carousel .iherb-carousel-items {
    padding: 15px 0 24px
}

.carousel-container .carousel .iherb-carousel-items .carousel-inner,
.carousel-container .tabbed-carousel .iherb-carousel-items .carousel-inner {
    height: 100%
}

.carousel-container .carousel .iherb-carousel-items .carousel-inner.rounded-product-cells .product-inner,
.carousel-container .tabbed-carousel .iherb-carousel-items .carousel-inner.rounded-product-cells .product-inner {
    min-height: 1px;
    height: 100%;
    border-radius: 8px
}

.carousel-container .carousel .iherb-carousel-items .carousel-inner>.left,
.carousel-container .carousel .iherb-carousel-items .carousel-inner>.right,
.carousel-container .tabbed-carousel .iherb-carousel-items .carousel-inner>.left,
.carousel-container .tabbed-carousel .iherb-carousel-items .carousel-inner>.right {
    float: none;
    width: 100%;
    text-align: left
}

.carousel-container .carousel .carousel-control,
.carousel-container .tabbed-carousel .carousel-control {
    vertical-align: middle;
    padding-top: 30px;
    text-shadow: none;
    width: 100px;
    overflow: hidden
}

@media (max-width:991px) {

    .carousel-container .carousel .carousel-control,
    .carousel-container .tabbed-carousel .carousel-control {
        width: 50px
    }
}

.carousel-container .carousel .carousel-control.right,
.carousel-container .tabbed-carousel .carousel-control.right {
    /*!@noflip*/
    right: 0;
    /*!@noflip*/
    left: auto
}

.carousel-container .carousel .carousel-control.left,
.carousel-container .tabbed-carousel .carousel-control.left {
    /*!@noflip*/
    left: 0;
    /*!@noflip*/
    right: auto
}

.carousel-container .carousel .carousel-control>span,
.carousel-container .tabbed-carousel .carousel-control>span {
    vertical-align: middle
}

.carousel-container .carousel .carousel-control .transitionIcon,
.carousel-container .tabbed-carousel .carousel-control .transitionIcon {
    line-height: 215px;
    left: 0;
    right: 0
}

.carousel-container .carousel .carousel-control .transitionLeft,
.carousel-container .carousel .carousel-control .transitionRight,
.carousel-container .tabbed-carousel .carousel-control .transitionLeft,
.carousel-container .tabbed-carousel .carousel-control .transitionRight {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0
}

.carousel-container .carousel .carousel-control .nextArrow,
.carousel-container .carousel .carousel-control .prevArrow,
.carousel-container .tabbed-carousel .carousel-control .nextArrow,
.carousel-container .tabbed-carousel .carousel-control .prevArrow {
    width: 100px;
    right: 0;
    left: auto
}

@media (max-width:991px) {

    .carousel-container .carousel .carousel-control .nextArrow,
    .carousel-container .carousel .carousel-control .prevArrow,
    .carousel-container .tabbed-carousel .carousel-control .nextArrow,
    .carousel-container .tabbed-carousel .carousel-control .prevArrow {
        width: 50px
    }
}

.carousel-container .carousel .carousel-control .prevArrow,
.carousel-container .tabbed-carousel .carousel-control .prevArrow {
    overflow: hidden
}

.carousel-container .carousel .control-bar,
.carousel-container .tabbed-carousel .control-bar {
    text-align: center;
    min-height: 38px
}

.carousel-container .carousel .control-bar .carousel-indicators,
.carousel-container .tabbed-carousel .control-bar .carousel-indicators {
    bottom: 10px;
    height: 20px
}

.carousel-container .carousel .control-bar .carousel-indicators li,
.carousel-container .tabbed-carousel .control-bar .carousel-indicators li {
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 0 2px;
    background-color: grey;
    opacity: .5;
    border-radius: 50%
}

.carousel-container .carousel .control-bar .carousel-indicators li.active,
.carousel-container .tabbed-carousel .control-bar .carousel-indicators li.active {
    opacity: 1
}

.carousel-container .carousel .control-bar .carousel-control,
.carousel-container .tabbed-carousel .control-bar .carousel-control {
    top: auto;
    left: auto;
    width: 10px;
    padding: 5px 0
}

.carousel-container .carousel .control-bar a,
.carousel-container .tabbed-carousel .control-bar a {
    position: relative;
    z-index: 20;
    display: none
}

.carousel-container .carousel .control-bar a i,
.carousel-container .tabbed-carousel .control-bar a i {
    font-size: 16px
}

.carousel-container .carousel .control-bar a.previous,
.carousel-container .tabbed-carousel .control-bar a.previous {
    /*!@noflip*/
    right: 25px
}

@media (max-width:991px) {

    .carousel-container .carousel .control-bar a.previous,
    .carousel-container .tabbed-carousel .control-bar a.previous {
        /*!@noflip*/
        right: 35px
    }
}

.carousel-container .carousel .control-bar a.next,
.carousel-container .tabbed-carousel .control-bar a.next {
    /*!@noflip*/
    left: 25px
}

@media (max-width:991px) {

    .carousel-container .carousel .control-bar a.next,
    .carousel-container .tabbed-carousel .control-bar a.next {
        /*!@noflip*/
        left: 35px
    }
}

.home .hp-category-module .hp-category-container .hp-category-flex {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.home .hp-category-module .hp-category-container .carousel-title {
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 16px
}

.home .hp-category-module .hp-category-container .carousel-title .view-all {
    display: none
}

@media (max-width:1200px) {
    .home .hp-category-module .hp-category-container .carousel-title .view-all {
        display: block
    }
}

.home .hp-category-module .hp-category-container .carousel-container {
    padding: 0;
    margin: 0;
    background-color: transparent
}

.home .hp-category-module .hp-category-container .carousel-container .carousel {
    position: relative
}

.home .hp-category-module .hp-category-container .carousel-container.banner-carousel {
    min-width: 242px;
    margin-right: 20px
}

.home .hp-category-module .hp-category-container .carousel-container.banner-carousel .carousel-inner {
    min-height: 528px
}

.home .hp-category-module .hp-category-container .carousel-container.banner-carousel .item .banner-content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 242px;
    height: 528px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -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-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px 16px
}

.home .hp-category-module .hp-category-container .carousel-container.banner-carousel .item .banner-content .banner-title {
    font-weight: 700;
    color: #000;
    font-size: 13px;
    margin-bottom: 20px
}

.home .hp-category-module .hp-category-container .carousel-container.banner-carousel .item .banner-content .banner-subtitle {
    font-weight: 700;
    color: #000;
    font-size: 21px
}

.home .hp-category-module .hp-category-container .carousel-container.banner-carousel .item .banner-content .banner-button {
    background-color: #fff;
    border: 2px solid #8c8c8c;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 4px;
    margin-top: 30px
}

@media (max-width:1200px) {
    .home .hp-category-module .hp-category-container .carousel-container.banner-carousel {
        min-width: 209px
    }

    .home .hp-category-module .hp-category-container .carousel-container.banner-carousel .carousel-inner {
        min-height: 456px
    }

    .home .hp-category-module .hp-category-container .carousel-container.banner-carousel .item .banner-content {
        width: 209px;
        height: 456px
    }
}

.home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel-title,
.home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel-title {
    margin-bottom: 10px;
    padding-bottom: 10px
}

.home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .control-bar,
.home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .control-bar {
    display: none
}

.home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .carousel-inner,
.home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .carousel-inner {
    min-height: 0
}

.home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .carousel-inner .review-item,
.home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .carousel-inner .review-item {
    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-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .carousel-inner .review-item .product-section,
.home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .carousel-inner .review-item .product-section {
    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;
    background: 0 0;
    padding: 0;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .carousel-inner .review-item .product-section .product-title,
.home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .carousel-inner .review-item .product-section .product-title {
    height: 2.7em
}

.home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .carousel-inner .review-item .product-section .product-price,
.home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .carousel-inner .review-item .product-section .product-price {
    margin-top: 26px
}

.home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .carousel-inner .review-item .product-section img,
.home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .carousel-inner .review-item .product-section img {
    display: block;
    height: 90px;
    width: 90px;
    min-width: 90px;
    overflow: hidden;
    margin-right: 14px
}

.home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .carousel-inner .review-item .review-section,
.home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .carousel-inner .review-item .review-section {
    margin-left: 16px;
    padding-left: 24px;
    border-left: 1px solid #e0e0e0;
    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;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-grow: 2;
    -moz-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .carousel-inner .review-item .review-section .review-title,
.home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .carousel-inner .review-item .review-section .review-title {
    font-size: 16px;
    font-weight: 700;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 22px
}

.home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .carousel-inner .review-item .review-section .review-post,
.home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .carousel-inner .review-item .review-section .review-post {
    font-weight: 700;
    color: #8c8c8c;
    font-size: 12px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 17px
}

.home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .carousel-inner .review-item .review-section .review-post a,
.home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .carousel-inner .review-item .review-section .review-post a {
    color: #458500
}

.home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .carousel-inner .review-item .review-section .review-content,
.home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .carousel-inner .review-item .review-section .review-content {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 38px;
    height: 38px
}

@media (max-width:1200px) {

    .home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .carousel-inner .review-item .review-section .review-content,
    .home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .carousel-inner .review-item .review-section .review-content {
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 95px;
        height: 95px
    }
}

.home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .carousel-inner .blog-item,
.home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .carousel-inner .blog-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .carousel-inner .blog-item .blog-article,
.home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .carousel-inner .blog-item .blog-article {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .carousel-inner .blog-item .blog-article:first-of-type,
.home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .carousel-inner .blog-item .blog-article:first-of-type {
    padding-right: 8px
}

.home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .carousel-inner .blog-item .blog-article:last-child,
.home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .carousel-inner .blog-item .blog-article:last-child {
    padding-left: 8px
}

.home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .carousel-inner .blog-item .blog-article .blog-img,
.home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .carousel-inner .blog-item .blog-article .blog-img {
    min-width: 187px;
    margin-right: 20px;
    max-height: 115px;
    border-radius: 4px;
    overflow: hidden
}

.home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .carousel-inner .blog-item .blog-article .blog-img img,
.home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .carousel-inner .blog-item .blog-article .blog-img img {
    border-radius: 4px
}

.home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .carousel-inner .blog-item .blog-article .blog-title,
.home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .carousel-inner .blog-item .blog-article .blog-title {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 42px;
    height: 42px;
    font-weight: 700;
    font-size: 16px
}

.home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .carousel-inner .blog-item .blog-article .blog-content,
.home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .carousel-inner .blog-item .blog-article .blog-content {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 56px;
    height: 56px;
    font-size: 14px
}

.home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .carousel-inner .read-more,
.home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .carousel-inner .read-more {
    font-weight: 700;
    color: #1976d2
}

@media (max-width:1200px) {

    .home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .carousel-inner .review-item .product-section,
    .home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .carousel-inner .review-item .product-section {
        display: block
    }

    .home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .carousel-inner .review-item .product-section .product-title,
    .home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .carousel-inner .review-item .product-section .product-title {
        margin-top: 8px
    }

    .home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .carousel-inner .review-item .product-section .product-price,
    .home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .carousel-inner .review-item .product-section .product-price {
        margin-top: 8px
    }

    .home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .carousel-inner .review-item .product-section img,
    .home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .carousel-inner .review-item .product-section img {
        margin: auto
    }

    .home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .carousel-control.left,
    .home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .carousel-control.left {
        left: -40px
    }

    .home .hp-category-module .hp-category-container .carousel-container.blog-carousel .carousel .carousel-control.right,
    .home .hp-category-module .hp-category-container .carousel-container.review-carousel .carousel .carousel-control.right {
        right: -40px
    }
}

@media (max-width:1200px) {
    .home .hp-category-module .hp-category-container .carousel-container.banner-carousel {
        margin-right: 0
    }
}

.home .hp-category-module .hp-category-container .best-selling-carousel .carousel-container .carousel .product .product-inner {
    padding: 15px
}

.home .hp-category-module .hp-category-container .best-selling-carousel .carousel-container .carousel .product .product-inner .rating {
    white-space: nowrap
}

.home .hp-category-module .hp-category-container .best-selling-carousel .carousel-container .carousel .product .product-inner .product-price {
    white-space: nowrap
}

.home .hp-category-module .hp-category-container .best-selling-carousel .carousel-container .carousel .carousel-inner {
    height: 280px
}

.home .hp-category-module .hp-category-container .best-selling-carousel .carousel-container .carousel .carousel-inner .prudct-carousels {
    height: 280px
}

.home .hp-category-module .hp-category-container .side-carousels {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.home .hp-category-module .hp-category-container .sub-carousels {
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-top: none;
    background: #fff;
    display: none
}

@media (max-width:1200px) {

    .home .hp-category-module .hp-category-container .side-carousels .blog-carousel,
    .home .hp-category-module .hp-category-container .side-carousels .review-carousel {
        display: none
    }

    .home .hp-category-module .hp-category-container .sub-carousels {
        display: block
    }
}

.home .view-all {
    font-size: 16px;
    color: #1976d2;
    font-weight: 700;
    text-decoration: none
}

.home .hp-container {
    margin: auto;
    overflow: hidden;
    max-width: 1565px
}

.home .hp-carousel-container {
    margin-top: 16px;
    margin-bottom: 32px;
    position: relative
}

.home .hp-carousel-container .carousel-container .container-fluid {
    max-width: unset;
    min-width: unset
}

.home .hp-carousel-container .hp-modules .personalized-reorder>* {
    margin-bottom: 0;
    margin-top: 15px
}

.home .hp-carousel-container .hp-modules .personalized-reorder>:first-of-type {
    margin-bottom: 0;
    margin-top: 0
}

.hp-banners-v2 {
    position: relative;
    display: block !important
}

.hp-banners-v2:not(.using-banner-tool) .hp-banners-container {
    height: 322px
}

.hp-banners-v2:not(.using-banner-tool) img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -783px;
    max-width: 1565px;
    max-height: 322px
}

.hp-banners-v2:not(.using-banner-tool) img.html-disabled {
    margin-left: 0;
    left: 0
}

.hp-banners-v2 .hp-banners-container {
    position: relative;
    margin: auto;
    max-width: 1565px;
    overflow: hidden
}

.hp-banners-v2 .hp-banners-container .hp-banner-left-arrow,
.hp-banners-v2 .hp-banners-container .hp-banner-right-arrow {
    position: absolute;
    top: 0;
    bottom: 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-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    z-index: 200;
    left: auto;
    right: auto;
    cursor: pointer;
    text-shadow: 1px -1px 4px #8c8c8c, 1px -1px 4px #8c8c8c, -1px 1px 4px #8c8c8c, 1px 1px 4px #8c8c8c
}

.hp-banners-v2 .hp-banners-container .hp-banner-left-arrow i,
.hp-banners-v2 .hp-banners-container .hp-banner-right-arrow i {
    font-size: 40px;
    color: #fff;
    opacity: .6
}

.hp-banners-v2 .hp-banners-container .hp-banner-left-arrow {
    /*!@noflip*/
    left: 0
}

.hp-banners-v2 .hp-banners-container .hp-banner-right-arrow {
    /*!@noflip*/
    right: 0
}

.hp-banners-v2 .hp-banners-container .hp-banner-pause-button {
    position: absolute;
    bottom: -3px;
    right: 5px;
    font-size: 26px;
    z-index: 201;
    color: #fff;
    cursor: pointer
}

.hp-banners-v2 .hp-banners-container .hp-banner-description {
    position: absolute;
    z-index: 100;
    /*!@noflip*/
    left: 10%;
    top: 50px;
    max-width: 400px;
    max-height: 300px;
    overflow: hidden;
    text-align: left
}

@media (max-width:991px) {
    .hp-banners-v2 .hp-banners-container .hp-banner-description {
        /*!@noflip*/
        left: 3%
    }
}

.hp-banners-v2 .hp-banners-container .hp-banner-description .hp-banner-subtitle,
.hp-banners-v2 .hp-banners-container .hp-banner-description .hp-banner-title {
    line-height: 1.22
}

.hp-banners-v2 .hp-banners-container .hp-banner-description .hp-banner-title {
    font-weight: 700;
    font-size: 35px;
    color: #000
}

.hp-banners-v2 .hp-banners-container .hp-banner-description .hp-banner-subtitle {
    font-size: 65px;
    color: #f38a00
}

.hp-banners-v2 .hp-banners-container .hp-banner-description .hp-banner-subtext {
    margin-bottom: 10px;
    color: #666;
    font-size: 16px
}

.hp-banners-v2 .hp-banners-container .hp-banner-description .hp-banner-subtitle {
    max-height: 85px;
    overflow: hidden
}

.hp-banners-v2 .hp-banners-container .hp-banner-description .hp-banner-subtext,
.hp-banners-v2 .hp-banners-container .hp-banner-description .hp-banner-title {
    white-space: nowrap
}

.hp-banners-v2 .hp-banners-container .hp-banner-description .hp-banner-button {
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    padding: 8px 38px;
    color: #fff;
    background-color: #f38a00;
    border: 1px solid #f38a00;
    font-weight: 700;
    font-size: 16px
}

.hp-banners-v2 .hp-banners-container .hp-banner-description .hp-banner-bottom-text {
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden
}

.hp-banners-v2 .hp-banner-indicators {
    z-index: 200;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    text-align: center;
    cursor: pointer
}

@media (max-width:1300px) {
    .hp-banners-v2 .hp-banner-indicators {
        display: none
    }
}

.hp-banners-v2 .hp-banner-indicators .hp-banner-indicator {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #8c8c8c;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-left: 2px;
    margin-right: 2px;
    opacity: .6
}

.hp-banners-v2 .hp-banner-indicators .hp-banner-indicator.active {
    background-color: #fff;
    opacity: 1
}

.hp-banners-v2 .hp-banners-menu-row ul {
    box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, .24)
}

.hp-banners-v2 .hp-banners-menu-row ul li {
    padding: 15px;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    max-width: 250px;
    min-width: 200px;
    color: #666;
    text-align: center;
    height: 50px;
    text-transform: uppercase;
    overflow: hidden
}

.hp-banners-v2 .hp-banners-menu-row ul li a {
    color: unset;
    text-decoration: none
}

.hp-banners-v2 .hp-banners-menu-row ul li.custom {
    padding: 4px
}

.hp-banners-v2 .hp-banners-menu-row ul li.custom span {
    white-space: nowrap
}

.hp-banners-v2 .hp-banners-menu-row ul li.custom span:last-child {
    display: block
}

.hp-banners-v2 .hp-banners-menu-row ul li.custom.active span:last-child {
    color: #f38a00;
    font-weight: 700
}

.hp-banners-v2 .hp-banners-menu-row ul li.active {
    color: #000;
    border-bottom: 3px solid #f38a00;
    cursor: pointer
}

.hp-banners-v2 .hp-banners-menu-row .see-all-banners .icon-recentlyviewedarrowright {
    font-size: 14px;
    color: #999;
    position: relative;
    /*!@noflip*/
    left: 4px;
    top: 1px
}

.hp-banners-v2 .hp-banners-menu-row .see-all-banners {
    font-weight: 700;
    color: #1976d2
}

.hp-banners-v2 .hp-banners-menu-row .see-all-banners.row-see-all {
    display: none
}

@media (max-width:1024px) {
    .hp-banners-v2 .hp-banners-menu-row .see-all-banners.see-all {
        display: none
    }

    .hp-banners-v2 .hp-banners-menu-row .see-all-banners.row-see-all {
        display: block;
        margin: 15px 0;
        font-size: 14px
    }

    .hp-banners-v2 .hp-banners-menu-row .see-all-banners.row-see-all span {
        cursor: pointer
    }
}

.hp-banners-v2 .hp-banners-menu-row {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    z-index: 115;
    display: block;
    bottom: 25px;
    margin-bottom: -25px;
    overflow: hidden
}

.hp-banners-v2 .hp-banners-menu-row ul {
    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;
    box-shadow: unset
}

.hp-banners-v2 .hp-banners-menu-row ul li {
    box-shadow: 2px 3px 3px 0 rgba(248, 242, 242, .24);
    display: inline-block;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    font-size: 14px
}

.hp-banners-v2 .hp-banners-menu-row ul li:first-child {
    border-left: 1px solid #e0e0e0
}

.hp-banners-v2 .hp-banners a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 101
}

.hp-banners-v2 .hp-banners .hp-banner-timer .days,
.hp-banners-v2 .hp-banners .hp-banner-timer .days-title,
.hp-banners-v2 .hp-banners .hp-banner-timer .hours,
.hp-banners-v2 .hp-banners .hp-banner-timer .hours-title,
.hp-banners-v2 .hp-banners .hp-banner-timer .minutes,
.hp-banners-v2 .hp-banners .hp-banner-timer .minutes-title {
    font-weight: 700
}

.hp-banners-v2 .hp-banners>.hp-banner-timer {
    position: absolute;
    right: 60px;
    bottom: 40px;
    font-size: 16px
}

.hp-banners-v2 .hp-banners-popup {
    display: none;
    position: fixed;
    margin: auto;
    z-index: 1500;
    top: 50%;
    /*!@noflip*/
    left: 50%;
    padding: 20px 20px 0 20px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 800px;
    overflow: auto;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .24)
}

.hp-banners-v2 .hp-banners-popup .hp-banner-popup {
    margin-bottom: 20px
}

.hp-banners-v2 .hp-banners-popup .hp-banner-description {
    position: absolute;
    z-index: 50;
    /*!@noflip*/
    left: 50px;
    top: 15px
}

.hp-banners-v2 .hp-banners-popup .hp-banner-description .hp-banner-title {
    font-size: 15px
}

.hp-banners-v2 .hp-banners-popup .hp-banner-description .hp-banner-subtitle {
    font-size: 15px
}

.hp-banners-v2 .hp-banners-popup .hp-banner-description .hp-banner-subtext {
    font-size: 10px
}

.hp-banners-v2 .hp-banners-popup .hp-banner-description .hp-banner-button {
    border-radius: 4px;
    text-align: center;
    padding: 6px;
    color: #fff;
    background-color: #f38a00;
    border: 1px solid #f38a00;
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block
}

.hp-banners-v2 .hp-banners-popup .hp-banner-description .hp-banner-button.hide {
    display: none
}

.hp-banners-v2 .hp-banners-popup .hp-banner-description .hp-banner-bottom-text {
    font-size: 10px;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden
}

.hp-banners-v2 .hp-banners-popup .hp-banners {
    position: relative;
    display: block !important;
    width: 700px;
    margin-bottom: 20px
}

.hp-banners-v2 .hp-banners-popup .hp-banners img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto
}

.hp-banners-v2 .hp-banners-popup .banner-popup-close {
    position: absolute;
    /*!@noflip*/
    right: 4px;
    top: 2px;
    font-size: 16px;
    cursor: pointer
}

.hp-banners-v2 .hp-banners-popup .banner-popup-close i {
    color: #999
}

@media (max-width:1097px) {
    .hp-banners-v2 .hp-banners-container .hp-banner-pause-button {
        bottom: 22px
    }
}

.question-mark {
    display: inline-block;
    width: 17px;
    height: 17px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #999;
    border: solid 1px #999;
    color: #f5f5f5;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    line-height: 15px
}

.question-mark.question-mark-sm {
    width: 16px;
    height: 16px;
    vertical-align: 5px;
    line-height: 14px
}

.question-mark.question-mark-spacing-sm {
    margin: 0 2px
}

.iherb-brands-list .question-mark {
    background-color: #fff;
    color: #333;
    position: relative;
    top: -3px
}

.question-mark-2 {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    background-image: url(images/question-mark-v2.png);
    cursor: pointer
}

svg.stars-rating {
    width: 80px;
    min-height: 15px;
    vertical-align: top;
    height: 15px;
    position: relative;
    left: -3px;
}

.star-rating-svg symbol {
    fill: #bdbdbd;
    stroke: #bdbdbd;
}

.rated {
    fill: #fecc2f;
    stroke: #fecc2f;
}



.wf-loading {
    display: none;
}

.wf-active {
    display: block;
}

.font-branded {
    font-family: FontBrandedPrimary, FontBrandedSecondary, FontBrandedFallback, sans-serif;
    line-height: 1.42857
}

.zh .font-branded {
    font-size: 15px
}

.font-universal {
    font-family: FontUniversalPrimary, FontUniversalSecondary, FontUniversalFallback, sans-serif;
    line-height: 1.42857
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%
}

html {
    min-width: 751px;
    overflow-y: scroll;
    font-size: 14px
}

body {
    /* font-family: FontBrandedPrimary, FontBrandedSecondary, FontBrandedFallback, sans-serif; */
    line-height: 1.42857;
    font-weight: 400;
    -ms-overflow-style: scrollbar
}

.zh body {
    font-size: 15px
}

footer .btn,
header .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
}

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

footer .btn.focus,
footer .btn:focus,
footer .btn:hover,
header .btn.focus,
header .btn:focus,
header .btn:hover {
    color: #666;
    text-decoration: none;
    background-color: #8f2b00
}

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

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

footer .btn.btn-full,
header .btn.btn-full {
    width: 100%
}

footer .btn-link,
header .btn-link {
    color: #1976d2;
    font-weight: 400;
    border-radius: 0;
    font-size: 14px;
    padding: 0;
    border: 0;
    margin-bottom: 1px
}

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

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

footer .btn-link:focus,
footer .btn-link:hover,
header .btn-link:focus,
header .btn-link:hover {
    color: #004588;
    text-decoration: underline;
    background-color: transparent
}

footer .btn-link .btn-full,
header .btn-link .btn-full {
    width: 100%
}

fieldset[disabled] footer .btn-link:focus,
fieldset[disabled] footer .btn-link:hover,
fieldset[disabled] header .btn-link:focus,
fieldset[disabled] header .btn-link:hover,
footer .btn-link[disabled]:focus,
footer .btn-link[disabled]:hover,
header .btn-link[disabled]:focus,
header .btn-link[disabled]:hover {
    text-decoration: none
}

footer .inline-btn,
header .inline-btn {
    display: inline-block;
    margin: 10px 10px 0 0
}

footer .inline-btn .btn,
header .inline-btn .btn {
    margin-right: 10px
}

footer .btn-default,
header .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
}

footer .btn-default.active,
footer .btn-default.focus,
footer .btn-default:active,
footer .btn-default:focus,
footer .btn-default:hover,
header .btn-default.active,
header .btn-default.focus,
header .btn-default:active,
header .btn-default:focus,
header .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
}

fieldset[disabled] footer .btn-default,
fieldset[disabled] footer .btn-default.active,
fieldset[disabled] footer .btn-default.focus,
fieldset[disabled] footer .btn-default:active,
fieldset[disabled] footer .btn-default:focus,
fieldset[disabled] footer .btn-default:hover,
fieldset[disabled] header .btn-default,
fieldset[disabled] header .btn-default.active,
fieldset[disabled] header .btn-default.focus,
fieldset[disabled] header .btn-default:active,
fieldset[disabled] header .btn-default:focus,
fieldset[disabled] header .btn-default:hover,
footer .btn-default.disabled,
footer .btn-default.disabled.active,
footer .btn-default.disabled.focus,
footer .btn-default.disabled:active,
footer .btn-default.disabled:focus,
footer .btn-default.disabled:hover,
footer .btn-default[disabled],
footer .btn-default[disabled].active,
footer .btn-default[disabled].focus,
footer .btn-default[disabled]:active,
footer .btn-default[disabled]:focus,
footer .btn-default[disabled]:hover,
header .btn-default.disabled,
header .btn-default.disabled.active,
header .btn-default.disabled.focus,
header .btn-default.disabled:active,
header .btn-default.disabled:focus,
header .btn-default.disabled:hover,
header .btn-default[disabled],
header .btn-default[disabled].active,
header .btn-default[disabled].focus,
header .btn-default[disabled]:active,
header .btn-default[disabled]:focus,
header .btn-default[disabled]: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
}

footer .btn-primary,
header .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
}

footer .btn-primary.active,
footer .btn-primary.focus,
footer .btn-primary:active,
footer .btn-primary:focus,
footer .btn-primary:hover,
header .btn-primary.active,
header .btn-primary.focus,
header .btn-primary:active,
header .btn-primary:focus,
header .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
}

fieldset[disabled] footer .btn-primary,
fieldset[disabled] footer .btn-primary.active,
fieldset[disabled] footer .btn-primary.focus,
fieldset[disabled] footer .btn-primary:active,
fieldset[disabled] footer .btn-primary:focus,
fieldset[disabled] footer .btn-primary:hover,
fieldset[disabled] header .btn-primary,
fieldset[disabled] header .btn-primary.active,
fieldset[disabled] header .btn-primary.focus,
fieldset[disabled] header .btn-primary:active,
fieldset[disabled] header .btn-primary:focus,
fieldset[disabled] header .btn-primary:hover,
footer .btn-primary.disabled,
footer .btn-primary.disabled.active,
footer .btn-primary.disabled.focus,
footer .btn-primary.disabled:active,
footer .btn-primary.disabled:focus,
footer .btn-primary.disabled:hover,
footer .btn-primary[disabled],
footer .btn-primary[disabled].active,
footer .btn-primary[disabled].focus,
footer .btn-primary[disabled]:active,
footer .btn-primary[disabled]:focus,
footer .btn-primary[disabled]:hover,
header .btn-primary.disabled,
header .btn-primary.disabled.active,
header .btn-primary.disabled.focus,
header .btn-primary.disabled:active,
header .btn-primary.disabled:focus,
header .btn-primary.disabled:hover,
header .btn-primary[disabled],
header .btn-primary[disabled].active,
header .btn-primary[disabled].focus,
header .btn-primary[disabled]:active,
header .btn-primary[disabled]:focus,
header .btn-primary[disabled]: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
}

footer .btn-secondary,
header .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
}

footer .btn-secondary.active,
footer .btn-secondary.focus,
footer .btn-secondary:active,
footer .btn-secondary:focus,
footer .btn-secondary:hover,
header .btn-secondary.active,
header .btn-secondary.focus,
header .btn-secondary:active,
header .btn-secondary:focus,
header .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
}

fieldset[disabled] footer .btn-secondary,
fieldset[disabled] footer .btn-secondary.active,
fieldset[disabled] footer .btn-secondary.focus,
fieldset[disabled] footer .btn-secondary:active,
fieldset[disabled] footer .btn-secondary:focus,
fieldset[disabled] footer .btn-secondary:hover,
fieldset[disabled] header .btn-secondary,
fieldset[disabled] header .btn-secondary.active,
fieldset[disabled] header .btn-secondary.focus,
fieldset[disabled] header .btn-secondary:active,
fieldset[disabled] header .btn-secondary:focus,
fieldset[disabled] header .btn-secondary:hover,
footer .btn-secondary.disabled,
footer .btn-secondary.disabled.active,
footer .btn-secondary.disabled.focus,
footer .btn-secondary.disabled:active,
footer .btn-secondary.disabled:focus,
footer .btn-secondary.disabled:hover,
footer .btn-secondary[disabled],
footer .btn-secondary[disabled].active,
footer .btn-secondary[disabled].focus,
footer .btn-secondary[disabled]:active,
footer .btn-secondary[disabled]:focus,
footer .btn-secondary[disabled]:hover,
header .btn-secondary.disabled,
header .btn-secondary.disabled.active,
header .btn-secondary.disabled.focus,
header .btn-secondary.disabled:active,
header .btn-secondary.disabled:focus,
header .btn-secondary.disabled:hover,
header .btn-secondary[disabled],
header .btn-secondary[disabled].active,
header .btn-secondary[disabled].focus,
header .btn-secondary[disabled]:active,
header .btn-secondary[disabled]:focus,
header .btn-secondary[disabled]: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
}

footer .btn-disabled,
header .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
}

footer .btn-disabled.active,
footer .btn-disabled.focus,
footer .btn-disabled:active,
footer .btn-disabled:focus,
footer .btn-disabled:hover,
header .btn-disabled.active,
header .btn-disabled.focus,
header .btn-disabled:active,
header .btn-disabled:focus,
header .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
}

fieldset[disabled] footer .btn-disabled,
fieldset[disabled] footer .btn-disabled.active,
fieldset[disabled] footer .btn-disabled.focus,
fieldset[disabled] footer .btn-disabled:active,
fieldset[disabled] footer .btn-disabled:focus,
fieldset[disabled] footer .btn-disabled:hover,
fieldset[disabled] header .btn-disabled,
fieldset[disabled] header .btn-disabled.active,
fieldset[disabled] header .btn-disabled.focus,
fieldset[disabled] header .btn-disabled:active,
fieldset[disabled] header .btn-disabled:focus,
fieldset[disabled] header .btn-disabled:hover,
footer .btn-disabled.disabled,
footer .btn-disabled.disabled.active,
footer .btn-disabled.disabled.focus,
footer .btn-disabled.disabled:active,
footer .btn-disabled.disabled:focus,
footer .btn-disabled.disabled:hover,
footer .btn-disabled[disabled],
footer .btn-disabled[disabled].active,
footer .btn-disabled[disabled].focus,
footer .btn-disabled[disabled]:active,
footer .btn-disabled[disabled]:focus,
footer .btn-disabled[disabled]:hover,
header .btn-disabled.disabled,
header .btn-disabled.disabled.active,
header .btn-disabled.disabled.focus,
header .btn-disabled.disabled:active,
header .btn-disabled.disabled:focus,
header .btn-disabled.disabled:hover,
header .btn-disabled[disabled],
header .btn-disabled[disabled].active,
header .btn-disabled[disabled].focus,
header .btn-disabled[disabled]:active,
header .btn-disabled[disabled]:focus,
header .btn-disabled[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
}

footer .btn-ghost-primary,
header .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
}

footer .btn-ghost-primary.active,
footer .btn-ghost-primary.focus,
footer .btn-ghost-primary:active,
footer .btn-ghost-primary:focus,
footer .btn-ghost-primary:hover,
header .btn-ghost-primary.active,
header .btn-ghost-primary.focus,
header .btn-ghost-primary:active,
header .btn-ghost-primary:focus,
header .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
}

fieldset[disabled] footer .btn-ghost-primary,
fieldset[disabled] footer .btn-ghost-primary.active,
fieldset[disabled] footer .btn-ghost-primary.focus,
fieldset[disabled] footer .btn-ghost-primary:active,
fieldset[disabled] footer .btn-ghost-primary:focus,
fieldset[disabled] footer .btn-ghost-primary:hover,
fieldset[disabled] header .btn-ghost-primary,
fieldset[disabled] header .btn-ghost-primary.active,
fieldset[disabled] header .btn-ghost-primary.focus,
fieldset[disabled] header .btn-ghost-primary:active,
fieldset[disabled] header .btn-ghost-primary:focus,
fieldset[disabled] header .btn-ghost-primary:hover,
footer .btn-ghost-primary.disabled,
footer .btn-ghost-primary.disabled.active,
footer .btn-ghost-primary.disabled.focus,
footer .btn-ghost-primary.disabled:active,
footer .btn-ghost-primary.disabled:focus,
footer .btn-ghost-primary.disabled:hover,
footer .btn-ghost-primary[disabled],
footer .btn-ghost-primary[disabled].active,
footer .btn-ghost-primary[disabled].focus,
footer .btn-ghost-primary[disabled]:active,
footer .btn-ghost-primary[disabled]:focus,
footer .btn-ghost-primary[disabled]:hover,
header .btn-ghost-primary.disabled,
header .btn-ghost-primary.disabled.active,
header .btn-ghost-primary.disabled.focus,
header .btn-ghost-primary.disabled:active,
header .btn-ghost-primary.disabled:focus,
header .btn-ghost-primary.disabled:hover,
header .btn-ghost-primary[disabled],
header .btn-ghost-primary[disabled].active,
header .btn-ghost-primary[disabled].focus,
header .btn-ghost-primary[disabled]:active,
header .btn-ghost-primary[disabled]:focus,
header .btn-ghost-primary[disabled]: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
}

footer .btn-ghost-primary-darker,
header .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
}

footer .btn-ghost-primary-darker.active,
footer .btn-ghost-primary-darker.focus,
footer .btn-ghost-primary-darker:active,
footer .btn-ghost-primary-darker:focus,
footer .btn-ghost-primary-darker:hover,
header .btn-ghost-primary-darker.active,
header .btn-ghost-primary-darker.focus,
header .btn-ghost-primary-darker:active,
header .btn-ghost-primary-darker:focus,
header .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
}

fieldset[disabled] footer .btn-ghost-primary-darker,
fieldset[disabled] footer .btn-ghost-primary-darker.active,
fieldset[disabled] footer .btn-ghost-primary-darker.focus,
fieldset[disabled] footer .btn-ghost-primary-darker:active,
fieldset[disabled] footer .btn-ghost-primary-darker:focus,
fieldset[disabled] footer .btn-ghost-primary-darker:hover,
fieldset[disabled] header .btn-ghost-primary-darker,
fieldset[disabled] header .btn-ghost-primary-darker.active,
fieldset[disabled] header .btn-ghost-primary-darker.focus,
fieldset[disabled] header .btn-ghost-primary-darker:active,
fieldset[disabled] header .btn-ghost-primary-darker:focus,
fieldset[disabled] header .btn-ghost-primary-darker:hover,
footer .btn-ghost-primary-darker.disabled,
footer .btn-ghost-primary-darker.disabled.active,
footer .btn-ghost-primary-darker.disabled.focus,
footer .btn-ghost-primary-darker.disabled:active,
footer .btn-ghost-primary-darker.disabled:focus,
footer .btn-ghost-primary-darker.disabled:hover,
footer .btn-ghost-primary-darker[disabled],
footer .btn-ghost-primary-darker[disabled].active,
footer .btn-ghost-primary-darker[disabled].focus,
footer .btn-ghost-primary-darker[disabled]:active,
footer .btn-ghost-primary-darker[disabled]:focus,
footer .btn-ghost-primary-darker[disabled]:hover,
header .btn-ghost-primary-darker.disabled,
header .btn-ghost-primary-darker.disabled.active,
header .btn-ghost-primary-darker.disabled.focus,
header .btn-ghost-primary-darker.disabled:active,
header .btn-ghost-primary-darker.disabled:focus,
header .btn-ghost-primary-darker.disabled:hover,
header .btn-ghost-primary-darker[disabled],
header .btn-ghost-primary-darker[disabled].active,
header .btn-ghost-primary-darker[disabled].focus,
header .btn-ghost-primary-darker[disabled]:active,
header .btn-ghost-primary-darker[disabled]:focus,
header .btn-ghost-primary-darker[disabled]: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
}

footer .btn-ghost-info,
header .btn-ghost-info {
    color: #1976d2;
    border-color: #1976d2;
    background-image: -moz- oldlinear-gradient(top, transparent 0, transparent 100%);
    background-image: linear-gradient(to bottom, transparent 0, transparent 100%);
    background-repeat: repeat-x
}

footer .btn-ghost-info.active,
footer .btn-ghost-info.focus,
footer .btn-ghost-info:active,
footer .btn-ghost-info:focus,
footer .btn-ghost-info:hover,
header .btn-ghost-info.active,
header .btn-ghost-info.focus,
header .btn-ghost-info:active,
header .btn-ghost-info:focus,
header .btn-ghost-info:hover {
    color: #1976d2;
    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
}

fieldset[disabled] footer .btn-ghost-info,
fieldset[disabled] footer .btn-ghost-info.active,
fieldset[disabled] footer .btn-ghost-info.focus,
fieldset[disabled] footer .btn-ghost-info:active,
fieldset[disabled] footer .btn-ghost-info:focus,
fieldset[disabled] footer .btn-ghost-info:hover,
fieldset[disabled] header .btn-ghost-info,
fieldset[disabled] header .btn-ghost-info.active,
fieldset[disabled] header .btn-ghost-info.focus,
fieldset[disabled] header .btn-ghost-info:active,
fieldset[disabled] header .btn-ghost-info:focus,
fieldset[disabled] header .btn-ghost-info:hover,
footer .btn-ghost-info.disabled,
footer .btn-ghost-info.disabled.active,
footer .btn-ghost-info.disabled.focus,
footer .btn-ghost-info.disabled:active,
footer .btn-ghost-info.disabled:focus,
footer .btn-ghost-info.disabled:hover,
footer .btn-ghost-info[disabled],
footer .btn-ghost-info[disabled].active,
footer .btn-ghost-info[disabled].focus,
footer .btn-ghost-info[disabled]:active,
footer .btn-ghost-info[disabled]:focus,
footer .btn-ghost-info[disabled]:hover,
header .btn-ghost-info.disabled,
header .btn-ghost-info.disabled.active,
header .btn-ghost-info.disabled.focus,
header .btn-ghost-info.disabled:active,
header .btn-ghost-info.disabled:focus,
header .btn-ghost-info.disabled:hover,
header .btn-ghost-info[disabled],
header .btn-ghost-info[disabled].active,
header .btn-ghost-info[disabled].focus,
header .btn-ghost-info[disabled]:active,
header .btn-ghost-info[disabled]:focus,
header .btn-ghost-info[disabled]:hover {
    border-color: #1976d2;
    background-image: -moz- oldlinear-gradient(top, transparent 0, transparent 100%);
    background-image: linear-gradient(to bottom, transparent 0, transparent 100%);
    background-repeat: repeat-x
}

footer .btn-outline,
header .btn-outline {
    background-color: #fff;
    border: #f38a00 1px solid;
    border-radius: 5px;
    font-weight: 400;
    color: #f38a00;
    cursor: pointer;
    padding: 5px 10px 5px 10px
}

footer .btn-outline:hover,
header .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
}

footer .btn-outline:focus,
header .btn-outline:focus {
    outline: 0
}

footer .btn-xl,
header .btn-xl {
    padding: 8px 8px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 3px
}

footer .btn-lg,
header .btn-lg {
    padding: 8px 8px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 3px
}

footer .btn-md,
header .btn-md {
    padding: 5px 16px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 3px
}

footer .btn-sm,
header .btn-sm {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 2px
}

footer .btn-xs,
header .btn-xs {
    padding: 0 15px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 2px
}

footer .btn-slim,
header .btn-slim {
    padding: 4px 12px;
    font-size: 17px;
    line-height: 1.42857;
    border-radius: 3px
}

footer .btn-xs-slim,
header .btn-xs-slim {
    padding: 0 15px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 2px
}

footer .btn-narrow,
header .btn-narrow {
    padding: 2px 30px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

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

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

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

footer .btn-primary-universal,
header .btn-primary-universal {
    color: #fff;
    border-color: #4c4c4c;
    background-color: #4c4c4c;
    background-image: none;
    font-size: 14px;
    border-radius: 4px
}

footer .btn-primary-universal.active,
footer .btn-primary-universal.focus,
footer .btn-primary-universal:active,
footer .btn-primary-universal:focus,
footer .btn-primary-universal:hover,
header .btn-primary-universal.active,
header .btn-primary-universal.focus,
header .btn-primary-universal:active,
header .btn-primary-universal:focus,
header .btn-primary-universal:hover {
    color: #fff;
    border-color: #333;
    background-color: #333
}

fieldset[disabled] footer .btn-primary-universal,
fieldset[disabled] footer .btn-primary-universal.active,
fieldset[disabled] footer .btn-primary-universal.focus,
fieldset[disabled] footer .btn-primary-universal:active,
fieldset[disabled] footer .btn-primary-universal:focus,
fieldset[disabled] footer .btn-primary-universal:hover,
fieldset[disabled] header .btn-primary-universal,
fieldset[disabled] header .btn-primary-universal.active,
fieldset[disabled] header .btn-primary-universal.focus,
fieldset[disabled] header .btn-primary-universal:active,
fieldset[disabled] header .btn-primary-universal:focus,
fieldset[disabled] header .btn-primary-universal:hover,
footer .btn-primary-universal.disabled,
footer .btn-primary-universal.disabled.active,
footer .btn-primary-universal.disabled.focus,
footer .btn-primary-universal.disabled:active,
footer .btn-primary-universal.disabled:focus,
footer .btn-primary-universal.disabled:hover,
footer .btn-primary-universal[disabled],
footer .btn-primary-universal[disabled].active,
footer .btn-primary-universal[disabled].focus,
footer .btn-primary-universal[disabled]:active,
footer .btn-primary-universal[disabled]:focus,
footer .btn-primary-universal[disabled]:hover,
header .btn-primary-universal.disabled,
header .btn-primary-universal.disabled.active,
header .btn-primary-universal.disabled.focus,
header .btn-primary-universal.disabled:active,
header .btn-primary-universal.disabled:focus,
header .btn-primary-universal.disabled:hover,
header .btn-primary-universal[disabled],
header .btn-primary-universal[disabled].active,
header .btn-primary-universal[disabled].focus,
header .btn-primary-universal[disabled]:active,
header .btn-primary-universal[disabled]:focus,
header .btn-primary-universal[disabled]:hover {
    color: #fff;
    border-color: #d8d8d8;
    background-color: #d8d8d8
}

footer .btn-secondary-universal,
header .btn-secondary-universal {
    color: #333;
    border-color: #4c4c4c;
    background-color: #fff;
    background-image: none;
    font-size: 14px;
    border-radius: 4px;
    border: 2px solid
}

footer .btn-secondary-universal.active,
footer .btn-secondary-universal.focus,
footer .btn-secondary-universal:active,
footer .btn-secondary-universal:focus,
footer .btn-secondary-universal:hover,
header .btn-secondary-universal.active,
header .btn-secondary-universal.focus,
header .btn-secondary-universal:active,
header .btn-secondary-universal:focus,
header .btn-secondary-universal:hover {
    color: #333;
    border-color: #4c4c4c;
    background-color: #f5f5f5
}

fieldset[disabled] footer .btn-secondary-universal,
fieldset[disabled] footer .btn-secondary-universal.active,
fieldset[disabled] footer .btn-secondary-universal.focus,
fieldset[disabled] footer .btn-secondary-universal:active,
fieldset[disabled] footer .btn-secondary-universal:focus,
fieldset[disabled] footer .btn-secondary-universal:hover,
fieldset[disabled] header .btn-secondary-universal,
fieldset[disabled] header .btn-secondary-universal.active,
fieldset[disabled] header .btn-secondary-universal.focus,
fieldset[disabled] header .btn-secondary-universal:active,
fieldset[disabled] header .btn-secondary-universal:focus,
fieldset[disabled] header .btn-secondary-universal:hover,
footer .btn-secondary-universal.disabled,
footer .btn-secondary-universal.disabled.active,
footer .btn-secondary-universal.disabled.focus,
footer .btn-secondary-universal.disabled:active,
footer .btn-secondary-universal.disabled:focus,
footer .btn-secondary-universal.disabled:hover,
footer .btn-secondary-universal[disabled],
footer .btn-secondary-universal[disabled].active,
footer .btn-secondary-universal[disabled].focus,
footer .btn-secondary-universal[disabled]:active,
footer .btn-secondary-universal[disabled]:focus,
footer .btn-secondary-universal[disabled]:hover,
header .btn-secondary-universal.disabled,
header .btn-secondary-universal.disabled.active,
header .btn-secondary-universal.disabled.focus,
header .btn-secondary-universal.disabled:active,
header .btn-secondary-universal.disabled:focus,
header .btn-secondary-universal.disabled:hover,
header .btn-secondary-universal[disabled],
header .btn-secondary-universal[disabled].active,
header .btn-secondary-universal[disabled].focus,
header .btn-secondary-universal[disabled]:active,
header .btn-secondary-universal[disabled]:focus,
header .btn-secondary-universal[disabled]:hover {
    color: #d8d8d8;
    border-color: #d8d8d8;
    background-color: #fff
}

footer .btn-secondary-universal.active,
footer .btn-secondary-universal.focus,
footer .btn-secondary-universal:active,
footer .btn-secondary-universal:focus,
footer .btn-secondary-universal:hover,
header .btn-secondary-universal.active,
header .btn-secondary-universal.focus,
header .btn-secondary-universal:active,
header .btn-secondary-universal:focus,
header .btn-secondary-universal:hover {
    text-decoration: underline
}

footer .btn-sm-universal,
header .btn-sm-universal {
    padding: 6px 16px;
    font-size: 14px;
    line-height: 1;
    border-radius: 4px;
    height: 32px
}

footer .btn-lg-universal,
header .btn-lg-universal {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 1.33333;
    border-radius: 4px;
    font-weight: 700;
    height: 44px
}

footer .badge,
header .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
}

footer .badge:empty,
header .badge:empty {
    display: none
}

.btn footer .badge,
.btn header .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn footer .badge,
.btn-group-xs>.btn header .badge,
.btn-xs footer .badge,
.btn-xs header .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>footer .badge,
.list-group-item.active>header .badge,
.nav-pills>.active>a>footer .badge,
.nav-pills>.active>a>header .badge {
    color: #1976d2;
    background-color: #fff
}

.list-group-item>footer .badge,
.list-group-item>header .badge {
    float: right
}

.list-group-item>footer .badge+footer .badge,
.list-group-item>footer .badge+header .badge,
.list-group-item>header .badge+footer .badge,
.list-group-item>header .badge+header .badge {
    margin-right: 5px
}

.nav-pills>li>a>footer .badge,
.nav-pills>li>a>header .badge {
    margin-left: 3px
}

footer .badge.badge-small,
header .badge.badge-small {
    font-size: 10px;
    padding: 2px 7px
}

footer .badge.badge-danger,
header .badge.badge-danger {
    background-color: #f10200
}

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

footer .badge-unread,
header .badge-unread {
    width: 8px;
    height: 8px;
    background-color: #d32f2f;
    border-radius: 8px;
    display: inline-block
}

footer .popup-container,
header .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
}

footer .popup-container.china,
header .popup-container.china {
    width: 600px
}

footer .popup-container .popup-close,
footer .popup-container .popup-close-adv,
header .popup-container .popup-close,
header .popup-container .popup-close-adv {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
    z-index: 500
}

footer .popup-container .popup-close i,
footer .popup-container .popup-close-adv i,
header .popup-container .popup-close i,
header .popup-container .popup-close-adv i {
    font-size: 21px;
    color: #e0e0e0 !important
}

footer .popup-container .popup-title,
header .popup-container .popup-title {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #e0e0e0 ；;
    padding-bottom: 15px
}

footer .popup-container .popup-title.china,
header .popup-container .popup-title.china {
    text-align: center
}

footer .popup-container .popup-title svg,
header .popup-container .popup-title svg {
    vertical-align: middle
}

footer .popup-container .popup-title #china-title,
header .popup-container .popup-title #china-title {
    margin-left: 15px;
    font-size: 18px;
    font-weight: 700
}

footer .popup-container .popup-content,
header .popup-container .popup-content {
    font-size: 14px;
    margin: 10px 0;
    font-weight: 400
}

footer .popup-container .popup-content p,
header .popup-container .popup-content p {
    margin-bottom: 10px
}

footer .popup-container .popup-content.china,
header .popup-container .popup-content.china {
    text-align: center
}

footer .popup-container .popup-footer,
header .popup-container .popup-footer {
    padding-top: 20px;
    float: right
}

footer .popup-container .popup-footer .btn+.btn,
header .popup-container .popup-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

footer .popup-container-wrapper,
header .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
}

footer .popup-container-wrapper.expand,
header .popup-container-wrapper.expand {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0
}

footer .show,
header .show {
    display: block !important
}

footer .add-close,
header .add-close {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

footer .add-close i,
header .add-close i {
    font-size: 21px;
    color: #e0e0e0 !important
}

footer .no-rating,
header .no-rating {
    height: 19px
}

footer .rating,
header .rating {
    z-index: 0;
    position: relative
}

[dir=rtl] footer .rating,
[dir=rtl] header .rating {
    /*!@noflip*/
    direction: rtl
}

[dir=rtl] footer .rating .stars,
[dir=rtl] header .rating .stars {
    /*!@noflip*/
    direction: ltr
}

footer .rating .write-review,
header .rating .write-review {
    vertical-align: middle;
    font-size: 13px
}

footer .rating a,
header .rating a {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none
}

footer .rating a>span,
header .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
}

footer .rating a:hover,
header .rating a:hover {
    text-decoration: none
}

footer .rating .stars,
header .rating .stars {
    font-size: 12px;
    display: inline-block
}

footer .rating .stars .stars-rating,
header .rating .stars .stars-rating {
    width: 15px !important;
    height: 15px;
    min-height: 15px;
    vertical-align: top;
    position: relative;
    margin-right: 1px;
    left: 0
}

footer .rating .stars .stars-rating path,
header .rating .stars .stars-rating path {
    fill: #fac627
}

footer .rating .stars .stars-rating:last-of-type,
header .rating .stars .stars-rating:last-of-type {
    margin-right: 0 !important
}

footer .rating .stars .stars-rating.empty path:first-of-type,
footer .rating .stars .stars-rating.half path:first-of-type,
header .rating .stars .stars-rating.empty path:first-of-type,
header .rating .stars .stars-rating.half path:first-of-type {
    fill: #bdbdbd
}

footer .rating .stars .stars-rating-v2,
header .rating .stars .stars-rating-v2 {
    width: 15px;
    height: 15px;
    min-height: 15px;
    vertical-align: top;
    position: relative;
    margin-right: 1px;
    left: 0;
    fill: none
}

footer .rating .stars .stars-rating-v2.full,
header .rating .stars .stars-rating-v2.full {
    fill: #fac627
}

footer .rating .stars .stars-rating-v2.full path,
header .rating .stars .stars-rating-v2.full path {
    stroke: #8d6708
}

footer .rating .stars .stars-rating-v2.half path:first-child,
footer .rating .stars .stars-rating-v2.quarter path:first-child,
footer .rating .stars .stars-rating-v2.three-quarters path:first-child,
header .rating .stars .stars-rating-v2.half path:first-child,
header .rating .stars .stars-rating-v2.quarter path:first-child,
header .rating .stars .stars-rating-v2.three-quarters path:first-child {
    fill: #fac627
}

footer .rating .stars .stars-rating-v2.half path:last-child,
footer .rating .stars .stars-rating-v2.quarter path:last-child,
footer .rating .stars .stars-rating-v2.three-quarters path:last-child,
header .rating .stars .stars-rating-v2.half path:last-child,
header .rating .stars .stars-rating-v2.quarter path:last-child,
header .rating .stars .stars-rating-v2.three-quarters path:last-child {
    stroke: #8d6708
}

footer .rating .stars .stars-rating-v2.empty path,
header .rating .stars .stars-rating-v2.empty path {
    stroke: #8d6708
}

footer .rating .rating-count,
header .rating .rating-count {
    font-size: 12px;
    color: #747474;
    margin-left: 3px
}

footer .alerts,
header .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
}

footer .alerts.alerts-inline,
header .alerts.alerts-inline {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

footer .alerts.alerts-info,
header .alerts.alerts-info {
    background-color: #f0f5ff;
    border-color: #f0f5ff;
    color: #005b9e
}

footer .catalog-alerts-v2,
header .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
}

footer .catalog-alerts-v2 .alert,
header .catalog-alerts-v2 .alert {
    position: absolute;
    top: 16px;
    z-index: 9999999999;
    right: 16px
}

footer .catalog-alerts-v2 .alert .alert-content,
header .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
}

footer .catalog-alerts-v2 .alert .alert-content .alert-message,
header .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
}

footer .catalog-alerts-v2 .alert .alert-content .close-icon-wrapper svg,
header .catalog-alerts-v2 .alert .alert-content .close-icon-wrapper svg {
    cursor: pointer
}

footer .catalog-alerts-v2 .alert .alert-content .close-icon-wrapper svg path,
header .catalog-alerts-v2 .alert .alert-content .close-icon-wrapper svg path {
    fill: #fff
}

footer .catalog-alerts-v2 .alert .alert-content-error,
header .catalog-alerts-v2 .alert .alert-content-error {
    background: #d32f2f
}

footer .catalog-alerts-v2 .alert .alert-content-success,
header .catalog-alerts-v2 .alert .alert-content-success {
    background: #386b00
}

footer .catalog-alerts-v2 .alert .alert-content-warn,
header .catalog-alerts-v2 .alert .alert-content-warn {
    background: #fac627
}

footer .catalog-alerts-v2 .alert .alert-content-warn .alert-message,
header .catalog-alerts-v2 .alert .alert-content-warn .alert-message {
    color: #333
}

footer .catalog-alerts-v2 .alert .alert-content-warn .close-icon-wrapper svg path,
header .catalog-alerts-v2 .alert .alert-content-warn .close-icon-wrapper svg path {
    fill: #333
}

footer .catalog-alerts-v2 .alert .alert-content-info,
header .catalog-alerts-v2 .alert .alert-content-info {
    background: #126cc5
}

footer .gh-form-control,
header .gh-form-control {
    display: block;
    font-size: 14px
}

footer .gh-form-control .gh-dropdown-search,
footer .gh-form-control .gh-input-search,
header .gh-form-control .gh-dropdown-search,
header .gh-form-control .gh-input-search {
    border-radius: 8px;
    border: 1px solid #ccc;
    position: relative;
    padding: 12px 16px;
    height: 100%;
    width: 100%;
    outline: 0
}

footer .gh-form-control .gh-dropdown-search:active,
footer .gh-form-control .gh-dropdown-search:focus,
footer .gh-form-control .gh-input-search:active,
footer .gh-form-control .gh-input-search:focus,
header .gh-form-control .gh-dropdown-search:active,
header .gh-form-control .gh-dropdown-search:focus,
header .gh-form-control .gh-input-search:active,
header .gh-form-control .gh-input-search:focus {
    border: 1px solid #458500;
    outline: 0
}

footer .gh-form-control .gh-dropdown-search:active+.gh-control-label,
footer .gh-form-control .gh-dropdown-search:focus+.gh-control-label,
footer .gh-form-control .gh-input-search:active+.gh-control-label,
footer .gh-form-control .gh-input-search:focus+.gh-control-label,
header .gh-form-control .gh-dropdown-search:active+.gh-control-label,
header .gh-form-control .gh-dropdown-search:focus+.gh-control-label,
header .gh-form-control .gh-input-search:active+.gh-control-label,
header .gh-form-control .gh-input-search:focus+.gh-control-label {
    color: #458500
}

footer .gh-form-control .gh-fake-input-value,
header .gh-form-control .gh-fake-input-value {
    display: block;
    padding: 12px 16px
}

footer .gh-form-control .gh-fake-input,
header .gh-form-control .gh-fake-input {
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0
}

footer .gh-form-control .gh-fake-input.searching,
header .gh-form-control .gh-fake-input.searching {
    background: #fff
}

footer .gh-form-control .gh-control-label,
header .gh-form-control .gh-control-label {
    font-size: 12px;
    position: absolute;
    top: -10px;
    left: 8px;
    padding: 0 2px;
    background-color: #fff;
    color: #999;
    z-index: 2
}

footer .gh-form-control .gh-error-icon,
header .gh-form-control .gh-error-icon {
    display: none
}

footer .gh-form-control .gh-control-icon,
footer .gh-form-control .gh-error-icon,
header .gh-form-control .gh-control-icon,
header .gh-form-control .gh-error-icon {
    position: absolute;
    width: 24px;
    height: 100%;
    top: 0;
    right: 8px;
    pointer-events: none
}

footer .gh-input,
header .gh-input {
    padding: 12px 16px;
    display: block;
    position: relative
}

footer .gh-dropdown,
header .gh-dropdown {
    position: relative
}

footer .gh-dropdown .gh-dropdown-menu,
header .gh-dropdown .gh-dropdown-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    max-height: 230px;
    overflow-y: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    border-radius: 8px;
    padding-top: 8px;
    z-index: 50
}

footer .gh-dropdown .gh-dropdown-menu:focus,
header .gh-dropdown .gh-dropdown-menu:focus {
    outline: 0
}

footer .gh-dropdown .gh-dropdown-menu:not(.open),
header .gh-dropdown .gh-dropdown-menu:not(.open) {
    display: none
}

footer .gh-dropdown .gh-dropdown-menu .gh-dropdown-menu-item,
header .gh-dropdown .gh-dropdown-menu .gh-dropdown-menu-item {
    padding: 8px 16px;
    font-size: 14px
}

footer .gh-dropdown .gh-dropdown-menu .gh-dropdown-menu-item.selected,
footer .gh-dropdown .gh-dropdown-menu .gh-dropdown-menu-item:hover,
header .gh-dropdown .gh-dropdown-menu .gh-dropdown-menu-item.selected,
header .gh-dropdown .gh-dropdown-menu .gh-dropdown-menu-item:hover {
    background-color: #edf7e5
}

footer .input-error,
header .input-error {
    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
}

footer .input-error .gh-control-label,
header .input-error .gh-control-label {
    color: #bd3c37 !important
}

footer .input-error .gh-fake-input,
header .input-error .gh-fake-input {
    border-color: #bd3c37 !important
}

footer .input-error .gh-error-icon,
header .input-error .gh-error-icon {
    display: block
}

footer .input-error+div span,
header .input-error+div span {
    color: #bd3c37
}

footer .input-error+.gh-input-error-message,
header .input-error+.gh-input-error-message {
    display: block !important
}

footer .gh-input-error-message,
header .gh-input-error-message {
    display: none;
    font-size: 13px;
    color: #bd3c37
}

footer .gh-toast,
header .gh-toast {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    border-radius: 8px;
    position: fixed;
    z-index: 5000;
    top: 103px;
    right: 16px;
    left: auto;
    -webkit-transform: translateX(115%);
    -moz-transform: translateX(115%);
    -ms-transform: translateX(115%);
    transform: translateX(115%);
    opacity: 0;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out, opacity .3s ease-in-out, -moz-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out, -moz-transform .3s ease-in-out
}

footer .gh-toast svg,
header .gh-toast svg {
    width: 24px;
    height: 24px
}

footer .gh-toast.gh-toast-success,
header .gh-toast.gh-toast-success {
    background-color: #2c7500;
    color: #fff
}

footer .gh-toast.gh-toast-success a,
header .gh-toast.gh-toast-success a {
    color: #fff !important;
    text-decoration: underline
}

footer .gh-toast.gh-toast-success svg,
header .gh-toast.gh-toast-success svg {
    fill: #f5f5f5
}

footer .gh-toast.active,
header .gh-toast.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out, opacity .3s ease-in-out, -moz-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out, -moz-transform .3s ease-in-out
}

footer .gh-toast .gh-toast-text,
header .gh-toast .gh-toast-text {
    max-width: 230px;
    margin: 0 16px
}

footer .gh-toast .gh-toast-header,
header .gh-toast .gh-toast-header {
    font-weight: 700
}

footer .gh-toast .gh-toast-close,
header .gh-toast .gh-toast-close {
    cursor: pointer
}

footer .gh-overflow-unset,
header .gh-overflow-unset {
    overflow: unset !important
}

footer .gh-tooltip,
header .gh-tooltip {
    position: relative;
    cursor: pointer
}

footer .gh-tooltip svg,
header .gh-tooltip svg {
    fill: #666;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

footer .gh-tooltip .gh-tooltip-box,
header .gh-tooltip .gh-tooltip-box {
    display: none;
    background-color: #666;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
    width: 280px;
    padding: 16px;
    color: #fff;
    position: absolute;
    border-radius: 4px;
    z-index: 100;
    cursor: auto;
    bottom: 101%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

[dir=rtl] footer .gh-tooltip .gh-tooltip-box,
[dir=rtl] header .gh-tooltip .gh-tooltip-box {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

footer .gh-tooltip .gh-tooltip-box .gh-tooltip-content,
header .gh-tooltip .gh-tooltip-box .gh-tooltip-content {
    font-size: 12px
}

footer .gh-tooltip .gh-tooltip-box .gh-tooltip-close,
header .gh-tooltip .gh-tooltip-box .gh-tooltip-close {
    display: block;
    cursor: pointer;
    text-align: right;
    font-weight: 700;
    font-size: 14px;
    margin-top: 8px
}

footer .gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2,
header .gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2 {
    box-shadow: none;
    width: 343px;
    background-color: #fff;
    padding: 16px 14px;
    border-radius: 16px;
    border: solid 1px #999;
    color: #333
}

footer .gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2.gh-tooltip-box-arrow-left::after,
header .gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2.gh-tooltip-box-arrow-left::after {
    content: " ";
    width: 14px;
    height: 14px;
    border-radius: 0 0 4px 0;
    border: solid 1px #999;
    border-top: none;
    border-left: none;
    background: -moz- oldlinear-gradient(135deg, #fff 50%, transparent 50%);
    background: linear-gradient(-45deg, #fff 50%, transparent 50%);
    position: absolute;
    right: -12px;
    top: 50%;
    -webkit-transform: rotate(315deg) translateY(-50%);
    -moz-transform: rotate(315deg) translateY(-50%);
    -ms-transform: rotate(315deg) translateY(-50%);
    transform: rotate(315deg) translateY(-50%)
}

[dir=rtl] footer .gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2.gh-tooltip-box-arrow-left::after,
[dir=rtl] header .gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2.gh-tooltip-box-arrow-left::after {
    background: -moz- oldlinear-gradient(40deg, #fff 50%, transparent 50%);
    background: linear-gradient(50deg, #fff 50%, transparent 50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%)
}

footer .gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2.gh-tooltip-box-arrow-right::after,
header .gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2.gh-tooltip-box-arrow-right::after {
    content: " ";
    width: 14px;
    height: 14px;
    border-radius: 0 0 4px 0;
    border: solid 1px #999;
    border-top: none;
    border-left: none;
    background: -moz- oldlinear-gradient(135deg, #fff 50%, transparent 50%);
    background: linear-gradient(-45deg, #fff 50%, transparent 50%);
    position: absolute;
    left: -12px;
    top: 40%;
    -webkit-transform: rotate(135deg) translateY(-50%);
    -moz-transform: rotate(135deg) translateY(-50%);
    -ms-transform: rotate(135deg) translateY(-50%);
    transform: rotate(135deg) translateY(-50%)
}

[dir=rtl] footer .gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2.gh-tooltip-box-arrow-right::after,
[dir=rtl] header .gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2.gh-tooltip-box-arrow-right::after {
    background: -moz- oldlinear-gradient(45deg, #fff 50%, transparent 50%);
    background: linear-gradient(45deg, #fff 50%, transparent 50%);
    -webkit-transform: rotate(225deg) translateY(-50%);
    -moz-transform: rotate(225deg) translateY(-50%);
    -ms-transform: rotate(225deg) translateY(-50%);
    transform: rotate(225deg) translateY(-50%)
}

footer .gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2.gh-tooltip-box-left,
header .gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2.gh-tooltip-box-left {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-105%, -50%);
    -moz-transform: translate(-105%, -50%);
    -ms-transform: translate(-105%, -50%);
    transform: translate(-105%, -50%)
}

[dir=rtl] footer .gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2.gh-tooltip-box-left,
[dir=rtl] header .gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2.gh-tooltip-box-left {
    -webkit-transform: translate(105%, -50%);
    -moz-transform: translate(105%, -50%);
    -ms-transform: translate(105%, -50%);
    transform: translate(105%, -50%)
}

footer .gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2.gh-tooltip-box-right,
header .gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2.gh-tooltip-box-right {
    bottom: auto;
    left: -11px;
    top: 50%;
    -webkit-transform: translate(15%, -50%);
    -moz-transform: translate(15%, -50%);
    -ms-transform: translate(15%, -50%);
    transform: translate(15%, -50%)
}

[dir=rtl] footer .gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2.gh-tooltip-box-right,
[dir=rtl] header .gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2.gh-tooltip-box-right {
    -webkit-transform: translate(-12%, -50%);
    -moz-transform: translate(-12%, -50%);
    -ms-transform: translate(-12%, -50%);
    transform: translate(-12%, -50%)
}

footer .gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2 .gh-tooltip-content,
header .gh-tooltip .gh-tooltip-box.gh-tooltip-box-v2 .gh-tooltip-content {
    font-size: 14px;
    line-height: 1.71
}

footer .gh-tooltip.active .gh-tooltip-box,
header .gh-tooltip.active .gh-tooltip-box {
    display: block
}

footer .gh-tooltip.active svg,
header .gh-tooltip.active svg {
    fill: #458500
}

footer .gh-btn,
header .gh-btn {
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    padding: 12px 16px;
    text-align: center;
    cursor: pointer
}

footer .gh-btn-primary,
header .gh-btn-primary {
    background-color: #458500;
    color: #fff
}

footer .gh-btn-neutral,
footer header.header-cc-hx .branded-header .iherb-header-signed-out,
footer.header-cc-hx .branded-header .iherb-header-signed-out,
footer.header-cc-hx .branded-header header .iherb-header-signed-out,
header .gh-btn-neutral,
header footer.header-cc-hx .branded-header .iherb-header-signed-out,
header.header-cc-hx .branded-header .iherb-header-signed-out,
header.header-cc-hx .branded-header footer .iherb-header-signed-out {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333
}

footer .gh-checkbox-label,
header .gh-checkbox-label {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

footer .gh-checkbox,
header .gh-checkbox {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 8px
}

footer .gh-checkbox>svg,
header .gh-checkbox>svg {
    display: none;
    width: 17px;
    height: 16px;
    fill: #fff;
    stroke: #fff
}

footer .gh-checkbox-input,
header .gh-checkbox-input {
    visibility: hidden;
    position: absolute;
    pointer-events: none
}

footer .gh-checkbox-input:checked+.gh-checkbox,
header .gh-checkbox-input:checked+.gh-checkbox {
    background-color: #458500;
    border-color: #458500
}

footer .gh-checkbox-input:checked+.gh-checkbox>svg,
header .gh-checkbox-input:checked+.gh-checkbox>svg {
    display: block
}

footer img,
header img {
    border: none
}

footer ul,
header ul {
    margin: 0;
    padding: 0;
    outline-color: transparent;
    list-style: none
}

footer a,
header a {
    text-decoration: none;
    color: #1976d2
}

footer a:hover,
header a:hover {
    text-decoration: underline
}

footer button,
footer span,
header button,
header span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-weight: inherit;
    font-size: inherit
}

footer input,
footer select,
footer textarea,
header input,
header select,
header textarea {
    font: inherit;
    margin: 0
}

footer menu,
header menu {
    padding: 0;
    margin: 0
}

footer figure,
footer p,
header figure,
header p {
    padding: 0;
    margin: 0
}

footer h1,
footer h5,
header h1,
header h5 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 25px 0 0 0;
    display: block
}

footer h2,
header h2 {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    margin: 5px 0 10px 0;
    display: block
}

footer h3,
header h3 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    margin: 0;
    display: block
}

footer h3 a,
header h3 a {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    text-decoration: none
}

footer h4,
header h4 {
    padding: 0;
    margin: 0
}

footer .b,
footer strong,
header .b,
header strong {
    font-weight: 700
}

footer table,
footer table.orderhistory,
header table,
header table.orderhistory {
    margin: auto;
    text-align: left
}

footer td,
header td {
    padding: 10px
}

footer .clearfix:after,
footer .clearfix:before,
header .clearfix:after,
header .clearfix:before {
    content: " ";
    display: table
}

footer .clearfix:after,
header .clearfix:after {
    clear: both
}

footer .center-block,
header .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

footer .pull-right,
header .pull-right {
    float: right !important
}

footer .pull-left,
header .pull-left {
    float: left !important
}

footer .col-no-padding,
header .col-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important
}

footer .icon-sharefilled,
header .icon-sharefilled {
    font-size: 18px
}

footer .affix,
header .affix {
    position: fixed
}

footer .s20,
header .s20 {
    font-size: 20px;
    line-height: 23px
}

footer .s24,
header .s24 {
    font-size: 24px
}

footer .fLeft,
header .fLeft {
    float: left
}

footer .fRight,
header .fRight {
    float: right
}

footer .mgnB20,
header .mgnB20 {
    margin-bottom: 20px
}

footer .mgnR20,
header .mgnR20 {
    margin-right: 20px
}

footer .red,
header .red {
    color: #f10200
}

footer .color-primary,
footer .green,
header .color-primary,
header .green {
    color: #458500
}

footer .color-secondary,
header .color-secondary {
    color: #f38a00
}

footer .clear-both,
footer .clearBoth,
header .clear-both,
header .clearBoth {
    clear: both
}

footer .responsive-container #mainContent,
header .responsive-container #mainContent {
    width: auto;
    margin: 0 auto;
    max-width: 1400px;
    min-width: 751px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

footer .responsive-container #mainContent>.container-fluid,
header .responsive-container #mainContent>.container-fluid {
    padding-left: 0;
    padding-right: 0;
    min-width: 0
}

footer .home .responsive-container #mainContent,
header .home .responsive-container #mainContent {
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: 1400px !important;
    min-width: 751px !important;
    width: auto !important;
    padding: 0 0 15px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

footer #mainWrapper,
header #mainWrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -375px
}

footer #push,
header #push {
    height: 375px
}

footer #mainContent,
header #mainContent {
    overflow: hidden
}

@-webkit-keyframes spinning-leaf {
    from {
        -webkit-transform: rotateY(0) translate3d(0, 0, 0);
        transform: rotateY(0)
    }

    to {
        -webkit-transform: rotateY(360deg) translate3d(0, 0, 0);
        transform: rotateY(360deg)
    }
}

@-moz-keyframes spinning-leaf {
    from {
        -webkit-transform: rotateY(0) translate3d(0, 0, 0);
        -moz-transform: rotateY(0);
        transform: rotateY(0)
    }

    to {
        -webkit-transform: rotateY(360deg) translate3d(0, 0, 0);
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes spinning-leaf {
    from {
        -webkit-transform: rotateY(0) translate3d(0, 0, 0);
        -moz-transform: rotateY(0);
        transform: rotateY(0)
    }

    to {
        -webkit-transform: rotateY(360deg) translate3d(0, 0, 0);
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

footer .leaf,
header .leaf {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .75);
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    z-index: 29
}

footer .leaf .icon-iherbleaf,
header .leaf .icon-iherbleaf {
    color: #458500;
    font-size: 80px;
    width: 96px;
    height: 80px;
    display: block;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: spinning-leaf;
    -moz-animation-name: spinning-leaf;
    animation-name: spinning-leaf;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

footer .disable-events,
footer .disable-events *,
header .disable-events,
header .disable-events * {
    pointer-events: none
}

footer .hide,
header .hide {
    display: none
}

.Catalog footer .hide,
.Catalog header .hide {
    display: none !important
}

.qanda footer .hide,
.qanda header .hide {
    display: none !important
}

footer .off.on,
footer .on,
header .off.on,
header .on {
    display: block
}

footer .float-left,
header .float-left {
    float: left
}

footer .float-right,
header .float-right {
    float: right
}

footer #iherb-account .logged-in.hide,
footer #iherb-account .logged-out.hide,
header #iherb-account .logged-in.hide,
header #iherb-account .logged-out.hide {
    display: none !important
}

footer .thin-padding-x,
header .thin-padding-x {
    padding-left: 4px !important;
    padding-right: 4px !important
}

footer .no-padding-y,
header .no-padding-y {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

footer .no-padding-x,
header .no-padding-x {
    padding-left: 0 !important;
    padding-right: 0 !important
}

footer .no-padding-left,
header .no-padding-left {
    padding-left: 0 !important
}

footer .no-padding-right,
header .no-padding-right {
    padding-right: 0 !important
}

footer .no-padding-bottom,
header .no-padding-bottom {
    padding-bottom: 0 !important
}

footer .no-padding-top,
header .no-padding-top {
    padding-top: 0 !important
}

footer .no-margin-y,
header .no-margin-y {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

footer .no-margin-x,
header .no-margin-x {
    margin-left: 0 !important;
    margin-right: 0 !important
}

footer .no-margin-left,
header .no-margin-left {
    margin-left: 0 !important
}

footer .no-margin-right,
header .no-margin-right {
    margin-right: 0 !important
}

footer .no-margin-bottom,
header .no-margin-bottom {
    margin-bottom: 0 !important
}

footer .no-margin-top,
header .no-margin-top {
    margin-top: 0 !important
}

footer .strikethrough,
header .strikethrough {
    text-decoration: line-through
}

footer .anchor-buffer::before,
header .anchor-buffer::before {
    display: block;
    content: " ";
    margin-top: -50px;
    height: 50px;
    visibility: hidden;
    pointer-events: none
}

footer .absolute-link-wrapper,
header .absolute-link-wrapper {
    position: relative
}

footer .absolute-link-wrapper .absolute-link,
header .absolute-link-wrapper .absolute-link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1
}

footer .invisible,
header .invisible {
    visibility: hidden !important
}

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

footer .img-rounded,
header .img-rounded {
    border-radius: 5px
}

footer .show-inline-block,
header .show-inline-block {
    display: inline !important
}

footer .icon,
header .icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    position: relative
}

footer .section-title-border,
header .section-title-border {
    border-bottom: 1px solid #e0e0e0
}

footer .section-title,
footer .section-title-border,
header .section-title,
header .section-title-border {
    text-align: left
}

footer .section-title h2,
footer .section-title-border h2,
header .section-title h2,
header .section-title-border h2 {
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    padding: 4px 0 5px 0
}

.ar footer .section-title h2,
.ar footer .section-title-border h2,
.ar header .section-title h2,
.ar header .section-title-border h2 {
    font-size: 18px
}

footer h1,
header h1 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 25px 0 0 0;
    display: block
}

footer .h1,
footer .h2,
footer .h3,
footer .h4,
footer .h5,
footer .h6,
header .h1,
header .h2,
header .h3,
header .h4,
header .h5,
header .h6 {
    font-family: Lato, DroidArabicKufi, Arial, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #000
}

footer .h1 .small,
footer .h1 small,
footer .h2 .small,
footer .h2 small,
footer .h3 .small,
footer .h3 small,
footer .h4 .small,
footer .h4 small,
footer .h5 .small,
footer .h5 small,
footer .h6 .small,
footer .h6 small,
header .h1 .small,
header .h1 small,
header .h2 .small,
header .h2 small,
header .h3 .small,
header .h3 small,
header .h4 .small,
header .h4 small,
header .h5 .small,
header .h5 small,
header .h6 .small,
header .h6 small {
    font-weight: 400;
    line-height: 1;
    color: #000
}

footer .h1,
footer .h2,
footer .h3,
header .h1,
header .h2,
header .h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

footer .h1 .small,
footer .h1 small,
footer .h2 .small,
footer .h2 small,
footer .h3 .small,
footer .h3 small,
header .h1 .small,
header .h1 small,
header .h2 .small,
header .h2 small,
header .h3 .small,
header .h3 small {
    font-size: 65%
}

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

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

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

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

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

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

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

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

footer .p,
header .p {
    margin: 0 0 10px
}

footer .text-left,
header .text-left {
    text-align: left
}

footer .text-right,
header .text-right {
    text-align: right
}

footer .text-center,
header .text-center {
    text-align: center
}

footer .text-justify,
header .text-justify {
    text-align: justify
}

footer .text-nowrap,
header .text-nowrap {
    white-space: nowrap
}

footer .text-lowercase,
header .text-lowercase {
    text-transform: lowercase
}

footer .text-uppercase,
header .text-uppercase {
    text-transform: uppercase
}

footer .text-capitalize,
header .text-capitalize {
    text-transform: capitalize
}

footer .text-muted,
header .text-muted {
    color: #8c8c8c
}

footer .text-muted-lighter,
header .text-muted-lighter {
    color: #999
}

footer .text-ellipsis,
header .text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

footer .small,
footer small,
header .small,
header small {
    font-size: 12px
}

footer .text-primary,
header .text-primary {
    color: #458500
}

footer a.text-primary:focus,
footer a.text-primary:hover,
header a.text-primary:focus,
header a.text-primary:hover {
    color: #2b5200
}

footer .text-primary-darker,
header .text-primary-darker {
    color: #2c7500
}

footer a.text-primary-darker:focus,
footer a.text-primary-darker:hover,
header a.text-primary-darker:focus,
header a.text-primary-darker:hover {
    color: #194200
}

footer .text-secondary,
header .text-secondary {
    color: #f38a00
}

footer a.text-secondary:focus,
footer a.text-secondary:hover,
header a.text-secondary:focus,
header a.text-secondary:hover {
    color: #c06d00
}

footer .text-secondary-darker,
header .text-secondary-darker {
    color: #2c7500
}

footer a.text-secondary-darker:focus,
footer a.text-secondary-darker:hover,
header a.text-secondary-darker:focus,
header a.text-secondary-darker:hover {
    color: #194200
}

footer .text-success,
header .text-success {
    color: #458500
}

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

footer .text-info,
header .text-info {
    color: #60a8ee
}

footer a.text-info:focus,
footer a.text-info:hover,
header a.text-info:focus,
header a.text-info:hover {
    color: #328fe9
}

footer .text-warning,
header .text-warning {
    color: #f38a00
}

footer a.text-warning:focus,
footer a.text-warning:hover,
header a.text-warning:focus,
header a.text-warning:hover {
    color: #c06d00
}

footer .text-danger,
header .text-danger {
    color: #f10200
}

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

footer .text-danger-lighter,
header .text-danger-lighter {
    color: #666
}

footer a.text-danger-lighter:focus,
footer a.text-danger-lighter:hover,
header a.text-danger-lighter:focus,
header a.text-danger-lighter:hover {
    color: #4d4d4d
}

footer .text-white,
header .text-white {
    color: #fff
}

footer a.text-white:focus,
footer a.text-white:hover,
header a.text-white:focus,
header a.text-white:hover {
    color: #e6e6e6
}

footer *,
header * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

footer :after,
footer :before,
header :after,
header :before {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

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

footer .container:after,
header .container:after {
    content: " ";
    display: table;
    clear: both
}

@media (min-width:768px) {

    footer .container,
    header .container {
        width: 750px
    }
}

@media (min-width:992px) {

    footer .container,
    header .container {
        width: 970px
    }
}

@media (min-width:1200px) {

    footer .container,
    header .container {
        width: 1170px
    }
}

@media (min-width:1400px) {

    footer .container,
    header .container {
        width: 1358px
    }
}

footer .container-fluid,
header .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1400px;
}

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

footer .container-fluid:after,
header .container-fluid:after {
    content: " ";
    display: table;
    clear: both
}

footer .container-fluid-bs,
header .container-fluid-bs {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

footer .container-fluid-bs:before,
header .container-fluid-bs:before {
    content: " ";
    display: table
}

footer .container-fluid-bs:after,
header .container-fluid-bs:after {
    content: " ";
    display: table;
    clear: both
}

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

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

footer .row:after,
header .row:after {
    content: " ";
    display: table;
    clear: both
}

footer .col-buffer,
footer .row-buffer,
header .col-buffer,
header .row-buffer {
    margin-bottom: 15px
}

footer .col-buffer-xl,
footer .row-buffer-xl,
header .col-buffer-xl,
header .row-buffer-xl {
    margin-bottom: 30px
}

footer .col-buffer-lg,
footer .row-buffer-lg,
header .col-buffer-lg,
header .row-buffer-lg {
    margin-bottom: 25px
}

footer .col-buffer-md,
footer .row-buffer-md,
header .col-buffer-md,
header .row-buffer-md {
    margin-bottom: 20px
}

footer .col-buffer-sm,
footer .row-buffer-sm,
header .col-buffer-sm,
header .row-buffer-sm {
    margin-bottom: 10px
}

footer .col-buffer-xs,
footer .row-buffer-xs,
header .col-buffer-xs,
header .row-buffer-xs {
    margin-bottom: 5px
}

footer .container-buffer,
header .container-buffer {
    margin-bottom: 40px
}

footer .container-buffer-lg,
header .container-buffer-lg {
    margin-bottom: 40px
}

footer .container-buffer-sm,
header .container-buffer-sm {
    margin-bottom: 20px
}

footer .no-gutter>[class*=col-],
header .no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

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

footer .col-lg-1.no-gutter,
footer .col-lg-10.no-gutter,
footer .col-lg-11.no-gutter,
footer .col-lg-12.no-gutter,
footer .col-lg-13.no-gutter,
footer .col-lg-14.no-gutter,
footer .col-lg-15.no-gutter,
footer .col-lg-16.no-gutter,
footer .col-lg-17.no-gutter,
footer .col-lg-18.no-gutter,
footer .col-lg-19.no-gutter,
footer .col-lg-2.no-gutter,
footer .col-lg-20.no-gutter,
footer .col-lg-21.no-gutter,
footer .col-lg-22.no-gutter,
footer .col-lg-23.no-gutter,
footer .col-lg-24.no-gutter,
footer .col-lg-3.no-gutter,
footer .col-lg-4.no-gutter,
footer .col-lg-5.no-gutter,
footer .col-lg-5th.no-gutter,
footer .col-lg-6.no-gutter,
footer .col-lg-7.no-gutter,
footer .col-lg-7th.no-gutter,
footer .col-lg-8.no-gutter,
footer .col-lg-9.no-gutter,
footer .col-md-1.no-gutter,
footer .col-md-10.no-gutter,
footer .col-md-11.no-gutter,
footer .col-md-12.no-gutter,
footer .col-md-13.no-gutter,
footer .col-md-14.no-gutter,
footer .col-md-15.no-gutter,
footer .col-md-16.no-gutter,
footer .col-md-17.no-gutter,
footer .col-md-18.no-gutter,
footer .col-md-19.no-gutter,
footer .col-md-2.no-gutter,
footer .col-md-20.no-gutter,
footer .col-md-21.no-gutter,
footer .col-md-22.no-gutter,
footer .col-md-23.no-gutter,
footer .col-md-24.no-gutter,
footer .col-md-3.no-gutter,
footer .col-md-4.no-gutter,
footer .col-md-5.no-gutter,
footer .col-md-5th.no-gutter,
footer .col-md-6.no-gutter,
footer .col-md-7.no-gutter,
footer .col-md-7th.no-gutter,
footer .col-md-8.no-gutter,
footer .col-md-9.no-gutter,
footer .col-sm-1.no-gutter,
footer .col-sm-10.no-gutter,
footer .col-sm-11.no-gutter,
footer .col-sm-12.no-gutter,
footer .col-sm-13.no-gutter,
footer .col-sm-14.no-gutter,
footer .col-sm-15.no-gutter,
footer .col-sm-16.no-gutter,
footer .col-sm-17.no-gutter,
footer .col-sm-18.no-gutter,
footer .col-sm-19.no-gutter,
footer .col-sm-2.no-gutter,
footer .col-sm-20.no-gutter,
footer .col-sm-21.no-gutter,
footer .col-sm-22.no-gutter,
footer .col-sm-23.no-gutter,
footer .col-sm-24.no-gutter,
footer .col-sm-3.no-gutter,
footer .col-sm-4.no-gutter,
footer .col-sm-5.no-gutter,
footer .col-sm-5th.no-gutter,
footer .col-sm-6.no-gutter,
footer .col-sm-7.no-gutter,
footer .col-sm-7th.no-gutter,
footer .col-sm-8.no-gutter,
footer .col-sm-9.no-gutter,
footer .col-xl-1.no-gutter,
footer .col-xl-10.no-gutter,
footer .col-xl-11.no-gutter,
footer .col-xl-12.no-gutter,
footer .col-xl-13.no-gutter,
footer .col-xl-14.no-gutter,
footer .col-xl-15.no-gutter,
footer .col-xl-16.no-gutter,
footer .col-xl-17.no-gutter,
footer .col-xl-18.no-gutter,
footer .col-xl-19.no-gutter,
footer .col-xl-2.no-gutter,
footer .col-xl-20.no-gutter,
footer .col-xl-21.no-gutter,
footer .col-xl-22.no-gutter,
footer .col-xl-23.no-gutter,
footer .col-xl-24.no-gutter,
footer .col-xl-3.no-gutter,
footer .col-xl-4.no-gutter,
footer .col-xl-5.no-gutter,
footer .col-xl-5th.no-gutter,
footer .col-xl-6.no-gutter,
footer .col-xl-7.no-gutter,
footer .col-xl-7th.no-gutter,
footer .col-xl-8.no-gutter,
footer .col-xl-9.no-gutter,
footer .col-xs-1.no-gutter,
footer .col-xs-10.no-gutter,
footer .col-xs-11.no-gutter,
footer .col-xs-12.no-gutter,
footer .col-xs-13.no-gutter,
footer .col-xs-14.no-gutter,
footer .col-xs-15.no-gutter,
footer .col-xs-16.no-gutter,
footer .col-xs-17.no-gutter,
footer .col-xs-18.no-gutter,
footer .col-xs-19.no-gutter,
footer .col-xs-2.no-gutter,
footer .col-xs-20.no-gutter,
footer .col-xs-21.no-gutter,
footer .col-xs-22.no-gutter,
footer .col-xs-23.no-gutter,
footer .col-xs-24.no-gutter,
footer .col-xs-3.no-gutter,
footer .col-xs-4.no-gutter,
footer .col-xs-5.no-gutter,
footer .col-xs-5th.no-gutter,
footer .col-xs-6.no-gutter,
footer .col-xs-7.no-gutter,
footer .col-xs-7th.no-gutter,
footer .col-xs-8.no-gutter,
footer .col-xs-9.no-gutter,
header .col-lg-1.no-gutter,
header .col-lg-10.no-gutter,
header .col-lg-11.no-gutter,
header .col-lg-12.no-gutter,
header .col-lg-13.no-gutter,
header .col-lg-14.no-gutter,
header .col-lg-15.no-gutter,
header .col-lg-16.no-gutter,
header .col-lg-17.no-gutter,
header .col-lg-18.no-gutter,
header .col-lg-19.no-gutter,
header .col-lg-2.no-gutter,
header .col-lg-20.no-gutter,
header .col-lg-21.no-gutter,
header .col-lg-22.no-gutter,
header .col-lg-23.no-gutter,
header .col-lg-24.no-gutter,
header .col-lg-3.no-gutter,
header .col-lg-4.no-gutter,
header .col-lg-5.no-gutter,
header .col-lg-5th.no-gutter,
header .col-lg-6.no-gutter,
header .col-lg-7.no-gutter,
header .col-lg-7th.no-gutter,
header .col-lg-8.no-gutter,
header .col-lg-9.no-gutter,
header .col-md-1.no-gutter,
header .col-md-10.no-gutter,
header .col-md-11.no-gutter,
header .col-md-12.no-gutter,
header .col-md-13.no-gutter,
header .col-md-14.no-gutter,
header .col-md-15.no-gutter,
header .col-md-16.no-gutter,
header .col-md-17.no-gutter,
header .col-md-18.no-gutter,
header .col-md-19.no-gutter,
header .col-md-2.no-gutter,
header .col-md-20.no-gutter,
header .col-md-21.no-gutter,
header .col-md-22.no-gutter,
header .col-md-23.no-gutter,
header .col-md-24.no-gutter,
header .col-md-3.no-gutter,
header .col-md-4.no-gutter,
header .col-md-5.no-gutter,
header .col-md-5th.no-gutter,
header .col-md-6.no-gutter,
header .col-md-7.no-gutter,
header .col-md-7th.no-gutter,
header .col-md-8.no-gutter,
header .col-md-9.no-gutter,
header .col-sm-1.no-gutter,
header .col-sm-10.no-gutter,
header .col-sm-11.no-gutter,
header .col-sm-12.no-gutter,
header .col-sm-13.no-gutter,
header .col-sm-14.no-gutter,
header .col-sm-15.no-gutter,
header .col-sm-16.no-gutter,
header .col-sm-17.no-gutter,
header .col-sm-18.no-gutter,
header .col-sm-19.no-gutter,
header .col-sm-2.no-gutter,
header .col-sm-20.no-gutter,
header .col-sm-21.no-gutter,
header .col-sm-22.no-gutter,
header .col-sm-23.no-gutter,
header .col-sm-24.no-gutter,
header .col-sm-3.no-gutter,
header .col-sm-4.no-gutter,
header .col-sm-5.no-gutter,
header .col-sm-5th.no-gutter,
header .col-sm-6.no-gutter,
header .col-sm-7.no-gutter,
header .col-sm-7th.no-gutter,
header .col-sm-8.no-gutter,
header .col-sm-9.no-gutter,
header .col-xl-1.no-gutter,
header .col-xl-10.no-gutter,
header .col-xl-11.no-gutter,
header .col-xl-12.no-gutter,
header .col-xl-13.no-gutter,
header .col-xl-14.no-gutter,
header .col-xl-15.no-gutter,
header .col-xl-16.no-gutter,
header .col-xl-17.no-gutter,
header .col-xl-18.no-gutter,
header .col-xl-19.no-gutter,
header .col-xl-2.no-gutter,
header .col-xl-20.no-gutter,
header .col-xl-21.no-gutter,
header .col-xl-22.no-gutter,
header .col-xl-23.no-gutter,
header .col-xl-24.no-gutter,
header .col-xl-3.no-gutter,
header .col-xl-4.no-gutter,
header .col-xl-5.no-gutter,
header .col-xl-5th.no-gutter,
header .col-xl-6.no-gutter,
header .col-xl-7.no-gutter,
header .col-xl-7th.no-gutter,
header .col-xl-8.no-gutter,
header .col-xl-9.no-gutter,
header .col-xs-1.no-gutter,
header .col-xs-10.no-gutter,
header .col-xs-11.no-gutter,
header .col-xs-12.no-gutter,
header .col-xs-13.no-gutter,
header .col-xs-14.no-gutter,
header .col-xs-15.no-gutter,
header .col-xs-16.no-gutter,
header .col-xs-17.no-gutter,
header .col-xs-18.no-gutter,
header .col-xs-19.no-gutter,
header .col-xs-2.no-gutter,
header .col-xs-20.no-gutter,
header .col-xs-21.no-gutter,
header .col-xs-22.no-gutter,
header .col-xs-23.no-gutter,
header .col-xs-24.no-gutter,
header .col-xs-3.no-gutter,
header .col-xs-4.no-gutter,
header .col-xs-5.no-gutter,
header .col-xs-5th.no-gutter,
header .col-xs-6.no-gutter,
header .col-xs-7.no-gutter,
header .col-xs-7th.no-gutter,
header .col-xs-8.no-gutter,
header .col-xs-9.no-gutter {
    padding-left: 0;
    padding-right: 0
}

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

footer .col-xs-1,
header .col-xs-1 {
    width: 4.16667%
}

footer .col-xs-2,
header .col-xs-2 {
    width: 8.33333%
}

footer .col-xs-3,
header .col-xs-3 {
    width: 12.5%
}

footer .col-xs-4,
header .col-xs-4 {
    width: 16.66667%
}

footer .col-xs-5,
header .col-xs-5 {
    width: 20.83333%
}

footer .col-xs-6,
header .col-xs-6 {
    width: 25%
}

footer .col-xs-7,
header .col-xs-7 {
    width: 29.16667%
}

footer .col-xs-8,
header .col-xs-8 {
    width: 33.33333%
}

footer .col-xs-9,
header .col-xs-9 {
    width: 37.5%
}

footer .col-xs-10,
header .col-xs-10 {
    width: 41.66667%
}

footer .col-xs-11,
header .col-xs-11 {
    width: 45.83333%
}

footer .col-xs-12,
header .col-xs-12 {
    width: 50%
}

footer .col-xs-13,
header .col-xs-13 {
    width: 54.16667%
}

footer .col-xs-14,
header .col-xs-14 {
    width: 58.33333%
}

footer .col-xs-15,
header .col-xs-15 {
    width: 62.5%
}

footer .col-xs-16,
header .col-xs-16 {
    width: 66.66667%
}

footer .col-xs-17,
header .col-xs-17 {
    width: 70.83333%
}

footer .col-xs-18,
header .col-xs-18 {
    width: 75%
}

footer .col-xs-19,
header .col-xs-19 {
    width: 79.16667%
}

footer .col-xs-20,
header .col-xs-20 {
    width: 83.33333%
}

footer .col-xs-21,
header .col-xs-21 {
    width: 87.5%
}

footer .col-xs-22,
header .col-xs-22 {
    width: 91.66667%
}

footer .col-xs-23,
header .col-xs-23 {
    width: 95.83333%
}

footer .col-xs-24,
header .col-xs-24 {
    width: 100%
}

footer .col-xs-pull-0,
header .col-xs-pull-0 {
    right: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

footer .col-xs-push-0,
header .col-xs-push-0 {
    left: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

footer .col-xs-offset-0,
header .col-xs-offset-0 {
    margin-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

footer .col-xs-5th,
header .col-xs-5th {
    float: left;
    width: 20%
}

footer .col-xs-pull-5th,
header .col-xs-pull-5th {
    right: 20%
}

footer .col-xs-push-5th,
header .col-xs-push-5th {
    left: 20%
}

footer .col-xs-offset-5th,
header .col-xs-offset-5th {
    margin-left: 20%
}

footer .col-xs-7th,
header .col-xs-7th {
    float: left;
    width: 14.28571%
}

footer .col-xs-pull-7th,
header .col-xs-pull-7th {
    right: 14.28571%
}

footer .col-xs-push-7th,
header .col-xs-push-7th {
    left: 14.28571%
}

footer .col-xs-offset-7th,
header .col-xs-offset-7th {
    margin-left: 14.28571%
}

@media (min-width:768px) {

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

    footer .col-sm-1,
    header .col-sm-1 {
        width: 4.16667%
    }

    footer .col-sm-2,
    header .col-sm-2 {
        width: 8.33333%
    }

    footer .col-sm-3,
    header .col-sm-3 {
        width: 12.5%
    }

    footer .col-sm-4,
    header .col-sm-4 {
        width: 16.66667%
    }

    footer .col-sm-5,
    header .col-sm-5 {
        width: 20.83333%
    }

    footer .col-sm-6,
    header .col-sm-6 {
        width: 25%
    }

    footer .col-sm-7,
    header .col-sm-7 {
        width: 29.16667%
    }

    footer .col-sm-8,
    header .col-sm-8 {
        width: 33.33333%
    }

    footer .col-sm-9,
    header .col-sm-9 {
        width: 37.5%
    }

    footer .col-sm-10,
    header .col-sm-10 {
        width: 41.66667%
    }

    footer .col-sm-11,
    header .col-sm-11 {
        width: 45.83333%
    }

    footer .col-sm-12,
    header .col-sm-12 {
        width: 50%
    }

    footer .col-sm-13,
    header .col-sm-13 {
        width: 54.16667%
    }

    footer .col-sm-14,
    header .col-sm-14 {
        width: 58.33333%
    }

    footer .col-sm-15,
    header .col-sm-15 {
        width: 62.5%
    }

    footer .col-sm-16,
    header .col-sm-16 {
        width: 66.66667%
    }

    footer .col-sm-17,
    header .col-sm-17 {
        width: 70.83333%
    }

    footer .col-sm-18,
    header .col-sm-18 {
        width: 75%
    }

    footer .col-sm-19,
    header .col-sm-19 {
        width: 79.16667%
    }

    footer .col-sm-20,
    header .col-sm-20 {
        width: 83.33333%
    }

    footer .col-sm-21,
    header .col-sm-21 {
        width: 87.5%
    }

    footer .col-sm-22,
    header .col-sm-22 {
        width: 91.66667%
    }

    footer .col-sm-23,
    header .col-sm-23 {
        width: 95.83333%
    }

    footer .col-sm-24,
    header .col-sm-24 {
        width: 100%
    }

    footer .col-sm-pull-0,
    header .col-sm-pull-0 {
        right: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    footer .col-sm-push-0,
    header .col-sm-push-0 {
        left: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    footer .col-sm-offset-0,
    header .col-sm-offset-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    footer .col-sm-5th,
    header .col-sm-5th {
        float: left;
        width: 20%
    }

    footer .col-sm-pull-5th,
    header .col-sm-pull-5th {
        right: 20%
    }

    footer .col-sm-push-5th,
    header .col-sm-push-5th {
        left: 20%
    }

    footer .col-sm-offset-5th,
    header .col-sm-offset-5th {
        margin-left: 20%
    }

    footer .col-sm-7th,
    header .col-sm-7th {
        float: left;
        width: 14.28571%
    }

    footer .col-sm-pull-7th,
    header .col-sm-pull-7th {
        right: 14.28571%
    }

    footer .col-sm-push-7th,
    header .col-sm-push-7th {
        left: 14.28571%
    }

    footer .col-sm-offset-7th,
    header .col-sm-offset-7th {
        margin-left: 14.28571%
    }
}

@media (min-width:992px) {

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

    footer .col-md-1,
    header .col-md-1 {
        width: 4.16667%
    }

    footer .col-md-2,
    header .col-md-2 {
        width: 8.33333%
    }

    footer .col-md-3,
    header .col-md-3 {
        width: 12.5%
    }

    footer .col-md-4,
    header .col-md-4 {
        width: 16.66667%
    }

    footer .col-md-5,
    header .col-md-5 {
        width: 20.83333%
    }

    footer .col-md-6,
    header .col-md-6 {
        width: 25%
    }

    footer .col-md-7,
    header .col-md-7 {
        width: 29.16667%
    }

    footer .col-md-8,
    header .col-md-8 {
        width: 33.33333%
    }

    footer .col-md-9,
    header .col-md-9 {
        width: 37.5%
    }

    footer .col-md-10,
    header .col-md-10 {
        width: 41.66667%
    }

    footer .col-md-11,
    header .col-md-11 {
        width: 45.83333%
    }

    footer .col-md-12,
    header .col-md-12 {
        width: 50%
    }

    footer .col-md-13,
    header .col-md-13 {
        width: 54.16667%
    }

    footer .col-md-14,
    header .col-md-14 {
        width: 58.33333%
    }

    footer .col-md-15,
    header .col-md-15 {
        width: 62.5%
    }

    footer .col-md-16,
    header .col-md-16 {
        width: 66.66667%
    }

    footer .col-md-17,
    header .col-md-17 {
        width: 70.83333%
    }

    footer .col-md-18,
    header .col-md-18 {
        width: 75%
    }

    footer .col-md-19,
    header .col-md-19 {
        width: 79.16667%
    }

    footer .col-md-20,
    header .col-md-20 {
        width: 83.33333%
    }

    footer .col-md-21,
    header .col-md-21 {
        width: 87.5%
    }

    footer .col-md-22,
    header .col-md-22 {
        width: 91.66667%
    }

    footer .col-md-23,
    header .col-md-23 {
        width: 95.83333%
    }

    footer .col-md-24,
    header .col-md-24 {
        width: 100%
    }

    footer .col-md-pull-0,
    header .col-md-pull-0 {
        right: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    footer .col-md-push-0,
    header .col-md-push-0 {
        left: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    footer .col-md-push-21,
    header .col-md-push-21 {
        left: 87.5%
    }

    footer .col-md-push-22,
    header .col-md-push-22 {
        left: 91.66667%
    }

    footer .col-md-push-23,
    header .col-md-push-23 {
        left: 95.83333%
    }

    footer .col-md-push-24,
    header .col-md-push-24 {
        left: 100%
    }

    footer .col-md-offset-0,
    header .col-md-offset-0 {
        margin-left: 0
    }

    footer .col-md-offset-1,
    header .col-md-offset-1 {
        margin-left: 4.16667%
    }

    footer .col-md-offset-2,
    header .col-md-offset-2 {
        margin-left: 8.33333%
    }

    footer .col-md-offset-3,
    header .col-md-offset-3 {
        margin-left: 12.5%
    }

    footer .col-md-offset-4,
    header .col-md-offset-4 {
        margin-left: 16.66667%
    }

    footer .col-md-offset-5,
    header .col-md-offset-5 {
        margin-left: 20.83333%
    }

    footer .col-md-offset-6,
    header .col-md-offset-6 {
        margin-left: 25%
    }

    footer .col-md-offset-7,
    header .col-md-offset-7 {
        margin-left: 29.16667%
    }

    footer .col-md-offset-8,
    header .col-md-offset-8 {
        margin-left: 33.33333%
    }

    footer .col-md-offset-9,
    header .col-md-offset-9 {
        margin-left: 37.5%
    }

    footer .col-md-offset-10,
    header .col-md-offset-10 {
        margin-left: 41.66667%
    }

    footer .col-md-offset-11,
    header .col-md-offset-11 {
        margin-left: 45.83333%
    }

    footer .col-md-offset-12,
    header .col-md-offset-12 {
        margin-left: 50%
    }

    footer .col-md-offset-13,
    header .col-md-offset-13 {
        margin-left: 54.16667%
    }

    footer .col-md-offset-14,
    header .col-md-offset-14 {
        margin-left: 58.33333%
    }

    footer .col-md-offset-15,
    header .col-md-offset-15 {
        margin-left: 62.5%
    }

    footer .col-md-offset-16,
    header .col-md-offset-16 {
        margin-left: 66.66667%
    }

    footer .col-md-offset-17,
    header .col-md-offset-17 {
        margin-left: 70.83333%
    }

    footer .col-md-offset-18,
    header .col-md-offset-18 {
        margin-left: 75%
    }

    footer .col-md-offset-19,
    header .col-md-offset-19 {
        margin-left: 79.16667%
    }

    footer .col-md-offset-20,
    header .col-md-offset-20 {
        margin-left: 83.33333%
    }

    footer .col-md-offset-21,
    header .col-md-offset-21 {
        margin-left: 87.5%
    }

    footer .col-md-offset-22,
    header .col-md-offset-22 {
        margin-left: 91.66667%
    }

    footer .col-md-offset-23,
    header .col-md-offset-23 {
        margin-left: 95.83333%
    }

    footer .col-md-offset-24,
    header .col-md-offset-24 {
        margin-left: 100%
    }

    footer .col-md-5th,
    header .col-md-5th {
        float: left;
        width: 20%
    }

    footer .col-md-pull-5th,
    header .col-md-pull-5th {
        right: 20%
    }

    footer .col-md-push-5th,
    header .col-md-push-5th {
        left: 20%
    }

    footer .col-md-offset-5th,
    header .col-md-offset-5th {
        margin-left: 20%
    }

    footer .col-md-7th,
    header .col-md-7th {
        float: left;
        width: 14.28571%
    }

    footer .col-md-pull-7th,
    header .col-md-pull-7th {
        right: 14.28571%
    }

    footer .col-md-push-7th,
    header .col-md-push-7th {
        left: 14.28571%
    }

    footer .col-md-offset-7th,
    header .col-md-offset-7th {
        margin-left: 14.28571%
    }

    footer .col-md-9th,
    header .col-md-9th {
        float: left;
        width: 11.1%
    }

    footer .col-md-pull-9th,
    header .col-md-pull-9th {
        right: 11.1%
    }

    footer .col-md-push-9th,
    header .col-md-push-9th {
        left: 11.1%
    }

    footer .col-md-offset-9th,
    header .col-md-offset-9th {
        margin-left: 11.1%
    }
}

@media (min-width:1200px) {

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

    footer .col-lg-1,
    header .col-lg-1 {
        width: 4.16667%
    }

    footer .col-lg-2,
    header .col-lg-2 {
        width: 8.33333%
    }

    footer .col-lg-3,
    header .col-lg-3 {
        width: 12.5%
    }

    footer .col-lg-4,
    header .col-lg-4 {
        width: 16.66667%
    }

    footer .col-lg-5,
    header .col-lg-5 {
        width: 20.83333%
    }

    footer .col-lg-6,
    header .col-lg-6 {
        width: 25%
    }

    footer .col-lg-7,
    header .col-lg-7 {
        width: 29.16667%
    }

    footer .col-lg-8,
    header .col-lg-8 {
        width: 33.33333%
    }

    footer .col-lg-9,
    header .col-lg-9 {
        width: 37.5%
    }

    footer .col-lg-10,
    header .col-lg-10 {
        width: 41.66667%
    }

    footer .col-lg-11,
    header .col-lg-11 {
        width: 45.83333%
    }

    footer .col-lg-12,
    header .col-lg-12 {
        width: 50%
    }

    footer .col-lg-13,
    header .col-lg-13 {
        width: 54.16667%
    }

    footer .col-lg-14,
    header .col-lg-14 {
        width: 58.33333%
    }

    footer .col-lg-15,
    header .col-lg-15 {
        width: 62.5%
    }

    footer .col-lg-16,
    header .col-lg-16 {
        width: 66.66667%
    }

    footer .col-lg-17,
    header .col-lg-17 {
        width: 70.83333%
    }

    footer .col-lg-18,
    header .col-lg-18 {
        width: 75%
    }

    footer .col-lg-19,
    header .col-lg-19 {
        width: 79.16667%
    }

    footer .col-lg-20,
    header .col-lg-20 {
        width: 83.33333%
    }

    footer .col-lg-21,
    header .col-lg-21 {
        width: 87.5%
    }

    footer .col-lg-22,
    header .col-lg-22 {
        width: 91.66667%
    }

    footer .col-lg-23,
    header .col-lg-23 {
        width: 95.83333%
    }

    footer .col-lg-24,
    header .col-lg-24 {
        width: 100%
    }

    footer .col-lg-pull-0,
    header .col-lg-pull-0 {
        right: auto
    }

    footer .col-lg-pull-1,
    header .col-lg-pull-1 {
        right: 4.16667%
    }

    footer .col-lg-pull-2,
    header .col-lg-pull-2 {
        right: 8.33333%
    }

    footer .col-lg-pull-3,
    header .col-lg-pull-3 {
        right: 12.5%
    }

    footer .col-lg-pull-4,
    header .col-lg-pull-4 {
        right: 16.66667%
    }

    footer .col-lg-pull-5,
    header .col-lg-pull-5 {
        right: 20.83333%
    }

    footer .col-lg-pull-6,
    header .col-lg-pull-6 {
        right: 25%
    }

    footer .col-lg-pull-7,
    header .col-lg-pull-7 {
        right: 29.16667%
    }

    footer .col-lg-pull-8,
    header .col-lg-pull-8 {
        right: 33.33333%
    }

    footer .col-lg-pull-9,
    header .col-lg-pull-9 {
        right: 37.5%
    }

    footer .col-lg-pull-10,
    header .col-lg-pull-10 {
        right: 41.66667%
    }

    footer .col-lg-pull-11,
    header .col-lg-pull-11 {
        right: 45.83333%
    }

    footer .col-lg-pull-12,
    header .col-lg-pull-12 {
        right: 50%
    }

    footer .col-lg-pull-13,
    header .col-lg-pull-13 {
        right: 54.16667%
    }

    footer .col-lg-pull-14,
    header .col-lg-pull-14 {
        right: 58.33333%
    }

    footer .col-lg-pull-15,
    header .col-lg-pull-15 {
        right: 62.5%
    }

    footer .col-lg-pull-16,
    header .col-lg-pull-16 {
        right: 66.66667%
    }

    footer .col-lg-pull-17,
    header .col-lg-pull-17 {
        right: 70.83333%
    }

    footer .col-lg-pull-18,
    header .col-lg-pull-18 {
        right: 75%
    }

    footer .col-lg-pull-19,
    header .col-lg-pull-19 {
        right: 79.16667%
    }

    footer .col-lg-pull-20,
    header .col-lg-pull-20 {
        right: 83.33333%
    }

    footer .col-lg-pull-21,
    header .col-lg-pull-21 {
        right: 87.5%
    }

    footer .col-lg-pull-22,
    header .col-lg-pull-22 {
        right: 91.66667%
    }

    footer .col-lg-pull-23,
    header .col-lg-pull-23 {
        right: 95.83333%
    }

    footer .col-lg-pull-24,
    header .col-lg-pull-24 {
        right: 100%
    }

    footer .col-lg-push-0,
    header .col-lg-push-0 {
        left: auto
    }

    footer .col-lg-push-1,
    header .col-lg-push-1 {
        left: 4.16667%
    }

    footer .col-lg-push-2,
    header .col-lg-push-2 {
        left: 8.33333%
    }

    footer .col-lg-push-3,
    header .col-lg-push-3 {
        left: 12.5%
    }

    footer .col-lg-push-4,
    header .col-lg-push-4 {
        left: 16.66667%
    }

    footer .col-lg-push-5,
    header .col-lg-push-5 {
        left: 20.83333%
    }

    footer .col-lg-push-6,
    header .col-lg-push-6 {
        left: 25%
    }

    footer .col-lg-push-7,
    header .col-lg-push-7 {
        left: 29.16667%
    }

    footer .col-lg-push-8,
    header .col-lg-push-8 {
        left: 33.33333%
    }

    footer .col-lg-push-9,
    header .col-lg-push-9 {
        left: 37.5%
    }

    footer .col-lg-push-10,
    header .col-lg-push-10 {
        left: 41.66667%
    }

    footer .col-lg-push-11,
    header .col-lg-push-11 {
        left: 45.83333%
    }

    footer .col-lg-push-12,
    header .col-lg-push-12 {
        left: 50%
    }

    footer .col-lg-push-13,
    header .col-lg-push-13 {
        left: 54.16667%
    }

    footer .col-lg-push-14,
    header .col-lg-push-14 {
        left: 58.33333%
    }

    footer .col-lg-push-15,
    header .col-lg-push-15 {
        left: 62.5%
    }

    footer .col-lg-push-16,
    header .col-lg-push-16 {
        left: 66.66667%
    }

    footer .col-lg-push-17,
    header .col-lg-push-17 {
        left: 70.83333%
    }

    footer .col-lg-push-18,
    header .col-lg-push-18 {
        left: 75%
    }

    footer .col-lg-push-19,
    header .col-lg-push-19 {
        left: 79.16667%
    }

    footer .col-lg-push-20,
    header .col-lg-push-20 {
        left: 83.33333%
    }

    footer .col-lg-push-21,
    header .col-lg-push-21 {
        left: 87.5%
    }

    footer .col-lg-push-22,
    header .col-lg-push-22 {
        left: 91.66667%
    }

    footer .col-lg-push-23,
    header .col-lg-push-23 {
        left: 95.83333%
    }

    footer .col-lg-push-24,
    header .col-lg-push-24 {
        left: 100%
    }

    footer .col-lg-offset-0,
    header .col-lg-offset-0 {
        margin-left: 0
    }

    footer .col-lg-offset-1,
    header .col-lg-offset-1 {
        margin-left: 4.16667%
    }

    footer .col-lg-offset-2,
    header .col-lg-offset-2 {
        margin-left: 8.33333%
    }

    footer .col-lg-offset-3,
    header .col-lg-offset-3 {
        margin-left: 12.5%
    }

    footer .col-lg-offset-4,
    header .col-lg-offset-4 {
        margin-left: 16.66667%
    }

    footer .col-lg-offset-5,
    header .col-lg-offset-5 {
        margin-left: 20.83333%
    }

    footer .col-lg-offset-6,
    header .col-lg-offset-6 {
        margin-left: 25%
    }

    footer .col-lg-offset-7,
    header .col-lg-offset-7 {
        margin-left: 29.16667%
    }

    footer .col-lg-offset-8,
    header .col-lg-offset-8 {
        margin-left: 33.33333%
    }

    footer .col-lg-offset-9,
    header .col-lg-offset-9 {
        margin-left: 37.5%
    }

    footer .col-lg-offset-10,
    header .col-lg-offset-10 {
        margin-left: 41.66667%
    }

    footer .col-lg-offset-11,
    header .col-lg-offset-11 {
        margin-left: 45.83333%
    }

    footer .col-lg-offset-12,
    header .col-lg-offset-12 {
        margin-left: 50%
    }

    footer .col-lg-offset-13,
    header .col-lg-offset-13 {
        margin-left: 54.16667%
    }

    footer .col-lg-offset-14,
    header .col-lg-offset-14 {
        margin-left: 58.33333%
    }

    footer .col-lg-offset-15,
    header .col-lg-offset-15 {
        margin-left: 62.5%
    }

    footer .col-lg-offset-16,
    header .col-lg-offset-16 {
        margin-left: 66.66667%
    }

    footer .col-lg-offset-17,
    header .col-lg-offset-17 {
        margin-left: 70.83333%
    }

    footer .col-lg-offset-18,
    header .col-lg-offset-18 {
        margin-left: 75%
    }

    footer .col-lg-offset-19,
    header .col-lg-offset-19 {
        margin-left: 79.16667%
    }

    footer .col-lg-offset-20,
    header .col-lg-offset-20 {
        margin-left: 83.33333%
    }

    footer .col-lg-offset-21,
    header .col-lg-offset-21 {
        margin-left: 87.5%
    }

    footer .col-lg-offset-22,
    header .col-lg-offset-22 {
        margin-left: 91.66667%
    }

    footer .col-lg-offset-23,
    header .col-lg-offset-23 {
        margin-left: 95.83333%
    }

    footer .col-lg-offset-24,
    header .col-lg-offset-24 {
        margin-left: 100%
    }

    footer .col-lg-5th,
    header .col-lg-5th {
        float: left;
        width: 20%
    }

    footer .col-lg-pull-5th,
    header .col-lg-pull-5th {
        right: 20%
    }

    footer .col-lg-push-5th,
    header .col-lg-push-5th {
        left: 20%
    }

    footer .col-lg-offset-5th,
    header .col-lg-offset-5th {
        margin-left: 20%
    }

    footer .col-lg-7th,
    header .col-lg-7th {
        float: left;
        width: 14.28571%
    }

    footer .col-lg-pull-7th,
    header .col-lg-pull-7th {
        right: 14.28571%
    }

    footer .col-lg-push-7th,
    header .col-lg-push-7th {
        left: 14.28571%
    }

    footer .col-lg-offset-7th,
    header .col-lg-offset-7th {
        margin-left: 14.28571%
    }

    footer .col-lg-9th,
    header .col-lg-9th {
        float: left;
        width: 11.1%
    }

    footer .col-lg-pull-9th,
    header .col-lg-pull-9th {
        right: 11.1%
    }

    footer .col-lg-push-9th,
    header .col-lg-push-9th {
        left: 11.1%
    }

    footer .col-lg-offset-9th,
    header .col-lg-offset-9th {
        margin-left: 11.1%
    }
}

@media (min-width:1400px) {

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

    footer .col-xl-1,
    header .col-xl-1 {
        width: 4.16667%
    }

    footer .col-xl-2,
    header .col-xl-2 {
        width: 8.33333%
    }

    footer .col-xl-3,
    header .col-xl-3 {
        width: 12.5%
    }

    footer .col-xl-4,
    header .col-xl-4 {
        width: 16.66667%
    }

    footer .col-xl-5,
    header .col-xl-5 {
        width: 20.83333%
    }

    footer .col-xl-6,
    header .col-xl-6 {
        width: 25%
    }

    footer .col-xl-7,
    header .col-xl-7 {
        width: 29.16667%
    }

    footer .col-xl-8,
    header .col-xl-8 {
        width: 33.33333%
    }

    footer .col-xl-9,
    header .col-xl-9 {
        width: 37.5%
    }

    footer .col-xl-10,
    header .col-xl-10 {
        width: 41.66667%
    }

    footer .col-xl-11,
    header .col-xl-11 {
        width: 45.83333%
    }

    footer .col-xl-12,
    header .col-xl-12 {
        width: 50%
    }

    footer .col-xl-13,
    header .col-xl-13 {
        width: 54.16667%
    }

    footer .col-xl-14,
    header .col-xl-14 {
        width: 58.33333%
    }

    footer .col-xl-15,
    header .col-xl-15 {
        width: 62.5%
    }

    footer .col-xl-16,
    header .col-xl-16 {
        width: 66.66667%
    }

    footer .col-xl-17,
    header .col-xl-17 {
        width: 70.83333%
    }

    footer .col-xl-18,
    header .col-xl-18 {
        width: 75%
    }

    footer .col-xl-19,
    header .col-xl-19 {
        width: 79.16667%
    }

    footer .col-xl-20,
    header .col-xl-20 {
        width: 83.33333%
    }

    footer .col-xl-21,
    header .col-xl-21 {
        width: 87.5%
    }

    footer .col-xl-22,
    header .col-xl-22 {
        width: 91.66667%
    }

    footer .col-xl-23,
    header .col-xl-23 {
        width: 95.83333%
    }

    footer .col-xl-24,
    header .col-xl-24 {
        width: 100%
    }

    footer .col-xl-pull-0,
    header .col-xl-pull-0 {
        right: auto
    }

    footer .col-xl-pull-1,
    header .col-xl-pull-1 {
        right: 4.16667%
    }

    footer .col-xl-pull-2,
    header .col-xl-pull-2 {
        right: 8.33333%
    }

    footer .col-xl-pull-3,
    header .col-xl-pull-3 {
        right: 12.5%
    }

    footer .col-xl-pull-4,
    header .col-xl-pull-4 {
        right: 16.66667%
    }

    footer .col-xl-pull-5,
    header .col-xl-pull-5 {
        right: 20.83333%
    }

    footer .col-xl-pull-6,
    header .col-xl-pull-6 {
        right: 25%
    }

    footer .col-xl-pull-7,
    header .col-xl-pull-7 {
        right: 29.16667%
    }

    footer .col-xl-pull-8,
    header .col-xl-pull-8 {
        right: 33.33333%
    }

    footer .col-xl-pull-9,
    header .col-xl-pull-9 {
        right: 37.5%
    }

    footer .col-xl-pull-10,
    header .col-xl-pull-10 {
        right: 41.66667%
    }

    footer .col-xl-pull-11,
    header .col-xl-pull-11 {
        right: 45.83333%
    }

    footer .col-xl-pull-12,
    header .col-xl-pull-12 {
        right: 50%
    }

    footer .col-xl-pull-13,
    header .col-xl-pull-13 {
        right: 54.16667%
    }

    footer .col-xl-pull-14,
    header .col-xl-pull-14 {
        right: 58.33333%
    }

    footer .col-xl-pull-15,
    header .col-xl-pull-15 {
        right: 62.5%
    }

    footer .col-xl-pull-16,
    header .col-xl-pull-16 {
        right: 66.66667%
    }

    footer .col-xl-pull-17,
    header .col-xl-pull-17 {
        right: 70.83333%
    }

    footer .col-xl-pull-18,
    header .col-xl-pull-18 {
        right: 75%
    }

    footer .col-xl-pull-19,
    header .col-xl-pull-19 {
        right: 79.16667%
    }

    footer .col-xl-pull-20,
    header .col-xl-pull-20 {
        right: 83.33333%
    }

    footer .col-xl-pull-21,
    header .col-xl-pull-21 {
        right: 87.5%
    }

    footer .col-xl-pull-22,
    header .col-xl-pull-22 {
        right: 91.66667%
    }

    footer .col-xl-pull-23,
    header .col-xl-pull-23 {
        right: 95.83333%
    }

    footer .col-xl-pull-24,
    header .col-xl-pull-24 {
        right: 100%
    }

    footer .col-xl-push-0,
    header .col-xl-push-0 {
        left: auto
    }

    footer .col-xl-push-1,
    header .col-xl-push-1 {
        left: 4.16667%
    }

    footer .col-xl-push-2,
    header .col-xl-push-2 {
        left: 8.33333%
    }

    footer .col-xl-push-3,
    header .col-xl-push-3 {
        left: 12.5%
    }

    footer .col-xl-push-4,
    header .col-xl-push-4 {
        left: 16.66667%
    }

    footer .col-xl-push-5,
    header .col-xl-push-5 {
        left: 20.83333%
    }

    footer .col-xl-push-6,
    header .col-xl-push-6 {
        left: 25%
    }

    footer .col-xl-push-7,
    header .col-xl-push-7 {
        left: 29.16667%
    }

    footer .col-xl-push-8,
    header .col-xl-push-8 {
        left: 33.33333%
    }

    footer .col-xl-push-9,
    header .col-xl-push-9 {
        left: 37.5%
    }

    footer .col-xl-push-10,
    header .col-xl-push-10 {
        left: 41.66667%
    }

    footer .col-xl-push-11,
    header .col-xl-push-11 {
        left: 45.83333%
    }

    footer .col-xl-push-12,
    header .col-xl-push-12 {
        left: 50%
    }

    footer .col-xl-push-13,
    header .col-xl-push-13 {
        left: 54.16667%
    }

    footer .col-xl-push-14,
    header .col-xl-push-14 {
        left: 58.33333%
    }

    footer .col-xl-push-15,
    header .col-xl-push-15 {
        left: 62.5%
    }

    footer .col-xl-push-16,
    header .col-xl-push-16 {
        left: 66.66667%
    }

    footer .col-xl-push-17,
    header .col-xl-push-17 {
        left: 70.83333%
    }

    footer .col-xl-push-18,
    header .col-xl-push-18 {
        left: 75%
    }

    footer .col-xl-push-19,
    header .col-xl-push-19 {
        left: 79.16667%
    }

    footer .col-xl-push-20,
    header .col-xl-push-20 {
        left: 83.33333%
    }

    footer .col-xl-push-21,
    header .col-xl-push-21 {
        left: 87.5%
    }

    footer .col-xl-push-22,
    header .col-xl-push-22 {
        left: 91.66667%
    }

    footer .col-xl-push-23,
    header .col-xl-push-23 {
        left: 95.83333%
    }

    footer .col-xl-push-24,
    header .col-xl-push-24 {
        left: 100%
    }

    footer .col-xl-offset-0,
    header .col-xl-offset-0 {
        margin-left: 0
    }

    footer .col-xl-offset-1,
    header .col-xl-offset-1 {
        margin-left: 4.16667%
    }

    footer .col-xl-offset-2,
    header .col-xl-offset-2 {
        margin-left: 8.33333%
    }

    footer .col-xl-offset-3,
    header .col-xl-offset-3 {
        margin-left: 12.5%
    }

    footer .col-xl-offset-4,
    header .col-xl-offset-4 {
        margin-left: 16.66667%
    }

    footer .col-xl-offset-5,
    header .col-xl-offset-5 {
        margin-left: 20.83333%
    }

    footer .col-xl-offset-6,
    header .col-xl-offset-6 {
        margin-left: 25%
    }

    footer .col-xl-offset-7,
    header .col-xl-offset-7 {
        margin-left: 29.16667%
    }

    footer .col-xl-offset-8,
    header .col-xl-offset-8 {
        margin-left: 33.33333%
    }

    footer .col-xl-offset-9,
    header .col-xl-offset-9 {
        margin-left: 37.5%
    }

    footer .col-xl-offset-10,
    header .col-xl-offset-10 {
        margin-left: 41.66667%
    }

    footer .col-xl-offset-11,
    header .col-xl-offset-11 {
        margin-left: 45.83333%
    }

    footer .col-xl-offset-12,
    header .col-xl-offset-12 {
        margin-left: 50%
    }

    footer .col-xl-offset-13,
    header .col-xl-offset-13 {
        margin-left: 54.16667%
    }

    footer .col-xl-offset-14,
    header .col-xl-offset-14 {
        margin-left: 58.33333%
    }

    footer .col-xl-offset-15,
    header .col-xl-offset-15 {
        margin-left: 62.5%
    }

    footer .col-xl-offset-16,
    header .col-xl-offset-16 {
        margin-left: 66.66667%
    }

    footer .col-xl-offset-17,
    header .col-xl-offset-17 {
        margin-left: 70.83333%
    }

    footer .col-xl-offset-18,
    header .col-xl-offset-18 {
        margin-left: 75%
    }

    footer .col-xl-offset-19,
    header .col-xl-offset-19 {
        margin-left: 79.16667%
    }

    footer .col-xl-offset-20,
    header .col-xl-offset-20 {
        margin-left: 83.33333%
    }

    footer .col-xl-offset-21,
    header .col-xl-offset-21 {
        margin-left: 87.5%
    }

    footer .col-xl-offset-22,
    header .col-xl-offset-22 {
        margin-left: 91.66667%
    }

    footer .col-xl-offset-23,
    header .col-xl-offset-23 {
        margin-left: 95.83333%
    }

    footer .col-xl-offset-24,
    header .col-xl-offset-24 {
        margin-left: 100%
    }

    footer .col-xl-5th,
    header .col-xl-5th {
        float: left;
        width: 20%
    }

    footer .col-xl-pull-5th,
    header .col-xl-pull-5th {
        right: 20%
    }

    footer .col-xl-push-5th,
    header .col-xl-push-5th {
        left: 20%
    }

    footer .col-xl-offset-5th,
    header .col-xl-offset-5th {
        margin-left: 20%
    }

    footer .col-xl-7th,
    header .col-xl-7th {
        float: left;
        width: 14.28571%
    }

    footer .col-xl-pull-7th,
    header .col-xl-pull-7th {
        right: 14.28571%
    }

    footer .col-xl-push-7th,
    header .col-xl-push-7th {
        left: 14.28571%
    }

    footer .col-xl-offset-7th,
    header .col-xl-offset-7th {
        margin-left: 14.28571%
    }
}

@-ms-viewport {
    width: device-width
}

footer .visible,
header .visible {
    display: block !important
}

footer table.visible,
header table.visible {
    display: table !important
}

footer tr.visible,
header tr.visible {
    display: table-row !important
}

footer td.visible,
footer th.visible,
header td.visible,
header th.visible {
    display: table-cell !important
}

footer .hidden,
header .hidden {
    display: none !important
}

footer .visible-xs,
header .visible-xs {
    display: none !important
}

footer .visible-sm,
header .visible-sm {
    display: none !important
}

footer .visible-md,
header .visible-md {
    display: none !important
}

footer .visible-lg,
header .visible-lg {
    display: none !important
}

footer .visible-xl,
header .visible-xl {
    display: none !important
}

footer .visible-lg-block,
footer .visible-lg-inline,
footer .visible-lg-inline-block,
footer .visible-md-block,
footer .visible-md-inline,
footer .visible-md-inline-block,
footer .visible-sm-block,
footer .visible-sm-inline,
footer .visible-sm-inline-block,
footer .visible-xl-block,
footer .visible-xl-inline,
footer .visible-xl-inline-block,
footer .visible-xs-block,
footer .visible-xs-inline,
footer .visible-xs-inline-block,
header .visible-lg-block,
header .visible-lg-inline,
header .visible-lg-inline-block,
header .visible-md-block,
header .visible-md-inline,
header .visible-md-inline-block,
header .visible-sm-block,
header .visible-sm-inline,
header .visible-sm-inline-block,
header .visible-xl-block,
header .visible-xl-inline,
header .visible-xl-inline-block,
header .visible-xs-block,
header .visible-xs-inline,
header .visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {

    footer .visible-xs,
    header .visible-xs {
        display: block !important
    }

    footer table.visible-xs,
    header table.visible-xs {
        display: table !important
    }

    footer tr.visible-xs,
    header tr.visible-xs {
        display: table-row !important
    }

    footer td.visible-xs,
    footer th.visible-xs,
    header td.visible-xs,
    header th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {

    footer .visible-xs-block,
    header .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {

    footer .visible-xs-inline,
    header .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {

    footer .visible-xs-inline-block,
    header .visible-xs-inline-block {
        display: inline-block !important
    }
}

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

    footer .visible-sm,
    header .visible-sm {
        display: block !important
    }

    footer table.visible-sm,
    header table.visible-sm {
        display: table !important
    }

    footer tr.visible-sm,
    header tr.visible-sm {
        display: table-row !important
    }

    footer td.visible-sm,
    footer th.visible-sm,
    header td.visible-sm,
    header th.visible-sm {
        display: table-cell !important
    }
}

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

    footer .visible-sm-block,
    header .visible-sm-block {
        display: block !important
    }
}

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

    footer .visible-sm-inline,
    header .visible-sm-inline {
        display: inline !important
    }
}

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

    footer .visible-sm-inline-block,
    header .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {

    footer .visible-md,
    header .visible-md {
        display: block !important
    }

    footer table.visible-md,
    header table.visible-md {
        display: table !important
    }

    footer tr.visible-md,
    header tr.visible-md {
        display: table-row !important
    }

    footer td.visible-md,
    footer th.visible-md,
    header td.visible-md,
    header th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {

    footer .visible-md-block,
    header .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {

    footer .visible-md-inline,
    header .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {

    footer .visible-md-inline-block,
    header .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) and (max-width:1399px) {

    footer .visible-lg,
    header .visible-lg {
        display: block !important
    }

    footer table.visible-lg,
    header table.visible-lg {
        display: table !important
    }

    footer tr.visible-lg,
    header tr.visible-lg {
        display: table-row !important
    }

    footer td.visible-lg,
    footer th.visible-lg,
    header td.visible-lg,
    header th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) and (max-width:1399px) {

    footer .visible-lg-block,
    header .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) and (max-width:1399px) {

    footer .visible-lg-inline,
    header .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) and (max-width:1399px) {

    footer .visible-lg-inline-block,
    header .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1400px) {

    footer .visible-xl,
    header .visible-xl {
        display: block !important
    }

    footer table.visible-xl,
    header table.visible-xl {
        display: table !important
    }

    footer tr.visible-xl,
    header tr.visible-xl {
        display: table-row !important
    }

    footer td.visible-xl,
    footer th.visible-xl,
    header td.visible-xl,
    header th.visible-xl {
        display: table-cell !important
    }
}

@media (min-width:1400px) {

    footer .visible-xl-block,
    header .visible-xl-block {
        display: block !important
    }
}

@media (min-width:1400px) {

    footer .visible-xl-inline,
    header .visible-xl-inline {
        display: inline !important
    }
}

@media (min-width:1400px) {

    footer .visible-xl-inline-block,
    header .visible-xl-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {

    footer .branded-header .branded-header-container .branded-header-start .menu-dropdown:not(.tiered-menu),
    footer .branded-header .branded-header-container .branded-header-start header .menu-dropdown:not(.tiered-menu),
    footer .branded-header .branded-header-container .link-bar-wrapper,
    footer .branded-header .branded-header-container header .link-bar-wrapper,
    footer .hidden-xs,
    header .branded-header .branded-header-container .branded-header-start .menu-dropdown:not(.tiered-menu),
    header .branded-header .branded-header-container .branded-header-start footer .menu-dropdown:not(.tiered-menu),
    header .branded-header .branded-header-container .link-bar-wrapper,
    header .branded-header .branded-header-container footer .link-bar-wrapper,
    header .hidden-xs {
        display: none !important
    }
}

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

    footer .branded-header .branded-header-container .branded-header-start .menu-dropdown:not(.tiered-menu),
    footer .branded-header .branded-header-container .branded-header-start header .menu-dropdown:not(.tiered-menu),
    footer .branded-header .branded-header-container .link-bar-wrapper,
    footer .branded-header .branded-header-container header .link-bar-wrapper,
    footer .hidden-sm,
    header .branded-header .branded-header-container .branded-header-start .menu-dropdown:not(.tiered-menu),
    header .branded-header .branded-header-container .branded-header-start footer .menu-dropdown:not(.tiered-menu),
    header .branded-header .branded-header-container .link-bar-wrapper,
    header .branded-header .branded-header-container footer .link-bar-wrapper,
    header .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {

    footer .branded-header .branded-header-container .branded-header-start .menu-dropdown.tiered-menu,
    footer .branded-header .branded-header-container .branded-header-start .menu-dropdown:not(.tiered-menu):nth-child(n+7),
    footer .branded-header .branded-header-container .branded-header-start header .menu-dropdown.tiered-menu,
    footer .branded-header .branded-header-container .branded-header-start header .menu-dropdown:not(.tiered-menu):nth-child(n+7),
    footer .hidden-md,
    header .branded-header .branded-header-container .branded-header-start .menu-dropdown.tiered-menu,
    header .branded-header .branded-header-container .branded-header-start .menu-dropdown:not(.tiered-menu):nth-child(n+7),
    header .branded-header .branded-header-container .branded-header-start footer .menu-dropdown.tiered-menu,
    header .branded-header .branded-header-container .branded-header-start footer .menu-dropdown:not(.tiered-menu):nth-child(n+7),
    header .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) and (max-width:1399px) {

    footer .branded-header .branded-header-container .branded-header-start .menu-dropdown.tiered-menu,
    footer .branded-header .branded-header-container .branded-header-start header .menu-dropdown.tiered-menu,
    footer .hidden-lg,
    header .branded-header .branded-header-container .branded-header-start .menu-dropdown.tiered-menu,
    header .branded-header .branded-header-container .branded-header-start footer .menu-dropdown.tiered-menu,
    header .hidden-lg {
        display: none !important
    }
}

@media (min-width:1400px) {

    footer .branded-header .branded-header-container .branded-header-start .menu-dropdown.tiered-menu,
    footer .branded-header .branded-header-container .branded-header-start header .menu-dropdown.tiered-menu,
    footer .hidden-xl,
    header .branded-header .branded-header-container .branded-header-start .menu-dropdown.tiered-menu,
    header .branded-header .branded-header-container .branded-header-start footer .menu-dropdown.tiered-menu,
    header .hidden-xl {
        display: none !important
    }
}

footer .visible-print,
header .visible-print {
    display: none !important
}

@media print {

    footer .visible-print,
    header .visible-print {
        display: block !important
    }

    footer table.visible-print,
    header table.visible-print {
        display: table !important
    }

    footer tr.visible-print,
    header tr.visible-print {
        display: table-row !important
    }

    footer td.visible-print,
    footer th.visible-print,
    header td.visible-print,
    header th.visible-print {
        display: table-cell !important
    }
}

footer .visible-print-block,
header .visible-print-block {
    display: none !important
}

@media print {

    footer .visible-print-block,
    header .visible-print-block {
        display: block !important
    }
}

footer .visible-print-inline,
header .visible-print-inline {
    display: none !important
}

@media print {

    footer .visible-print-inline,
    header .visible-print-inline {
        display: inline !important
    }
}

footer .visible-print-inline-block,
header .visible-print-inline-block {
    display: none !important
}

@media print {

    footer .visible-print-inline-block,
    header .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {

    footer .hidden-print,
    header .hidden-print {
        display: none !important
    }
}

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

    footer .branded-header .branded-header-container .branded-header-start .menu-dropdown:not(.tiered-menu),
    footer .branded-header .branded-header-container .branded-header-start header .menu-dropdown:not(.tiered-menu),
    footer .branded-header .branded-header-container .link-bar-wrapper,
    footer .branded-header .branded-header-container header .link-bar-wrapper,
    footer .hidden-sm,
    header .branded-header .branded-header-container .branded-header-start .menu-dropdown:not(.tiered-menu),
    header .branded-header .branded-header-container .branded-header-start footer .menu-dropdown:not(.tiered-menu),
    header .branded-header .branded-header-container .link-bar-wrapper,
    header .branded-header .branded-header-container footer .link-bar-wrapper,
    header .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {

    footer .branded-header .branded-header-container .branded-header-start .menu-dropdown.tiered-menu,
    footer .branded-header .branded-header-container .branded-header-start .menu-dropdown:not(.tiered-menu):nth-child(n+7),
    footer .branded-header .branded-header-container .branded-header-start header .menu-dropdown.tiered-menu,
    footer .branded-header .branded-header-container .branded-header-start header .menu-dropdown:not(.tiered-menu):nth-child(n+7),
    footer .hidden-md,
    header .branded-header .branded-header-container .branded-header-start .menu-dropdown.tiered-menu,
    header .branded-header .branded-header-container .branded-header-start .menu-dropdown:not(.tiered-menu):nth-child(n+7),
    header .branded-header .branded-header-container .branded-header-start footer .menu-dropdown.tiered-menu,
    header .branded-header .branded-header-container .branded-header-start footer .menu-dropdown:not(.tiered-menu):nth-child(n+7),
    header .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) and (max-width:1399px) {

    footer .branded-header .branded-header-container .branded-header-start .menu-dropdown.tiered-menu,
    footer .branded-header .branded-header-container .branded-header-start header .menu-dropdown.tiered-menu,
    footer .hidden-lg,
    header .branded-header .branded-header-container .branded-header-start .menu-dropdown.tiered-menu,
    header .branded-header .branded-header-container .branded-header-start footer .menu-dropdown.tiered-menu,
    header .hidden-lg {
        display: none !important
    }
}

@media (min-width:1400px) {

    footer .branded-header .branded-header-container .branded-header-start .menu-dropdown.tiered-menu,
    footer .branded-header .branded-header-container .branded-header-start header .menu-dropdown.tiered-menu,
    footer .hidden-xl,
    header .branded-header .branded-header-container .branded-header-start .menu-dropdown.tiered-menu,
    header .branded-header .branded-header-container .branded-header-start footer .menu-dropdown.tiered-menu,
    header .hidden-xl {
        display: none !important
    }
}

footer .text-xs-left,
header .text-xs-left {
    text-align: left
}

footer .text-xs-right,
header .text-xs-right {
    text-align: right
}

footer .text-xs-center,
header .text-xs-center {
    text-align: center
}

footer .text-xs-justify,
header .text-xs-justify {
    text-align: justify
}

@media (min-width:768px) {

    footer .text-sm-left,
    header .text-sm-left {
        text-align: left
    }

    footer .text-sm-right,
    header .text-sm-right {
        text-align: right
    }

    footer .text-sm-center,
    header .text-sm-center {
        text-align: center
    }

    footer .text-sm-justify,
    header .text-sm-justify {
        text-align: justify
    }
}

@media (min-width:992px) {

    footer .text-md-left,
    header .text-md-left {
        text-align: left
    }

    footer .text-md-right,
    header .text-md-right {
        text-align: right
    }

    footer .text-md-center,
    header .text-md-center {
        text-align: center
    }

    footer .text-md-justify,
    header .text-md-justify {
        text-align: justify
    }
}

@media (min-width:1200px) {

    footer .text-lg-left,
    header .text-lg-left {
        text-align: left
    }

    footer .text-lg-right,
    header .text-lg-right {
        text-align: right
    }

    footer .text-lg-center,
    header .text-lg-center {
        text-align: center
    }

    footer .text-lg-justify,
    header .text-lg-justify {
        text-align: justify
    }
}

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

    footer .col-sm-no-padding,
    header .col-sm-no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (min-width:992px) and (max-width:1199px) {

    footer .col-md-no-padding,
    header .col-md-no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (min-width:1200px) and (max-width:1399px) {

    footer .col-lg-no-padding,
    header .col-lg-no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (min-width:1400px) {

    footer .col-xl-no-padding,
    header .col-xl-no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (max-width:767px) {

    footer .pull-right-xs,
    header .pull-right-xs {
        float: right
    }

    footer .pull-left-xs,
    header .pull-left-xs {
        float: left
    }
}

@media (min-width:768px) {

    footer .pull-right-sm,
    header .pull-right-sm {
        float: right
    }

    footer .pull-left-sm,
    header .pull-left-sm {
        float: left
    }

    footer .pull-center-sm,
    header .pull-center-sm {
        float: none;
        text-align: center
    }
}

@media (min-width:992px) {

    footer .pull-right-md,
    header .pull-right-md {
        float: right
    }

    footer .pull-left-md,
    header .pull-left-md {
        float: left
    }
}

@media (min-width:1200px) {

    footer .pull-right-lg,
    header .pull-right-lg {
        float: right
    }

    footer .pull-left-lg,
    header .pull-left-lg {
        float: left
    }
}

@media (min-width:1400px) {

    footer .pull-right-xl,
    header .pull-right-xl {
        float: right
    }

    footer .pull-left-xl,
    header .pull-left-xl {
        float: left
    }
}

footer .carousel .carousel-inner .product,
header .carousel .carousel-inner .product {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: top;
    height: 100%
}

footer .carousel-container,
header .carousel-container {
    padding: 40px 0 20px
}

footer .carousel-container .product-inner,
header .carousel-container .product-inner {
    position: relative;
    padding: 20px 15px;
    padding-bottom: 0;
    background: #fff
}

footer .carousel-container .product-inner .absolute-link-wrapper.horizontal,
header .carousel-container .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
}

footer .carousel-container .product-inner .absolute-link-wrapper a,
header .carousel-container .product-inner .absolute-link-wrapper a {
    color: #333
}

footer .carousel-container .product-inner .product-link,
header .carousel-container .product-inner .product-link {
    cursor: pointer
}

footer .carousel-container .product-inner .see-in-cart-text,
header .carousel-container .product-inner .see-in-cart-text {
    font-weight: 700;
    font-size: 16px;
    color: #333
}

footer .carousel-container .product-inner .more-option-container,
header .carousel-container .product-inner .more-option-container {
    position: absolute;
    right: 0;
    top: 120px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: #f5f5f5;
    z-index: 50
}

footer .carousel-container .product-inner .more-option-container .tool-tip,
header .carousel-container .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
}

footer .carousel-container .product-inner .more-option-container .more-option-icon,
header .carousel-container .product-inner .more-option-container .more-option-icon {
    width: 16px !important;
    height: 16px !important;
    margin-left: 4px;
    margin-top: 4px
}

footer .carousel-container .product-inner .product-image-wrapper,
header .carousel-container .product-inner .product-image-wrapper {
    position: relative
}

footer .carousel-container .product-inner.product-inner-wide,
header .carousel-container .product-inner.product-inner-wide {
    padding-left: 0;
    padding-right: 0
}

footer .carousel-container .product-inner .product-flag,
header .carousel-container .product-inner .product-flag {
    z-index: 10
}

footer .carousel-container .product-inner .product-flag a,
header .carousel-container .product-inner .product-flag a {
    color: #fff
}

footer .carousel-container .product-inner a:hover,
header .carousel-container .product-inner a:hover {
    text-decoration: none
}

footer .carousel-container .product-inner .shipping-container,
header .carousel-container .product-inner .shipping-container {
    cursor: pointer
}

footer .carousel-container .product-inner .add-to-cart-wrapper,
header .carousel-container .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
}

footer .carousel-container .product-inner .add-to-cart-wrapper .btn-add-to-cart,
header .carousel-container .product-inner .add-to-cart-wrapper .btn-add-to-cart {
    z-index: 20
}

footer .carousel-container .product-inner .add-to-cart-wrapper.form-add-to-cart,
header .carousel-container .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
}

footer .carousel-container .product-inner .btn-add-to-cart,
header .carousel-container .product-inner .btn-add-to-cart {
    font-size: 16px;
    opacity: 0;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

footer .carousel-container .product-inner .btn-add-to-cart:hover,
header .carousel-container .product-inner .btn-add-to-cart:hover {
    background-color: #b66700
}

footer .carousel-container .product-inner:hover .btn-add-to-cart,
header .carousel-container .product-inner:hover .btn-add-to-cart {
    opacity: 1
}

footer .carousel-container .product-inner:hover .product-image~a>span,
header .carousel-container .product-inner:hover .product-image~a>span {
    text-decoration: underline
}

footer .carousel-container .product-inner .link-overlay,
header .carousel-container .product-inner .link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 65px;
    z-index: 10
}

footer .carousel-container .product-inner .product-image,
header .carousel-container .product-inner .product-image {
    display: block;
    margin: 0 0 20px 0;
    text-align: center;
    min-height: 14px
}

footer .carousel-container .product-inner .product-image>img,
header .carousel-container .product-inner .product-image>img {
    display: inline-block;
    width: 128px;
    height: 128px
}

footer .carousel-container .product-inner .product-title,
header .carousel-container .product-inner .product-title {
    height: 3.9em;
    line-height: 1.3;
    overflow: hidden;
    text-align: left;
    font-weight: 400;
    display: inline-block;
    font-size: 14px;
    color: #333
}

.zh footer .carousel-container .product-inner .product-title,
.zh header .carousel-container .product-inner .product-title {
    font-size: 15px
}

footer .carousel-container .product-inner .product-title:hover,
header .carousel-container .product-inner .product-title:hover {
    text-decoration: underline
}

footer .carousel-container .product-inner .price-olp,
header .carousel-container .product-inner .price-olp {
    color: #747474;
    font-size: 16px;
    text-decoration: line-through;
    display: inline-block;
    margin-top: 1px
}

footer .carousel-container .product-inner .price-in-cart,
header .carousel-container .product-inner .price-in-cart {
    font-size: 16px;
    font-weight: 700;
    color: #333
}

footer .carousel-container .product-inner .price-per-unit,
header .carousel-container .product-inner .price-per-unit {
    color: #747474
}

footer .carousel-container .product-inner .product-price,
header .carousel-container .product-inner .product-price {
    margin-top: 8px
}

[dir=rtl] footer .carousel-container .product-inner .product-price,
[dir=rtl] header .carousel-container .product-inner .product-price {
    /*!@noflip*/
    direction: rtl
}

footer .carousel-container .product-inner .product-price .discontinued-text-container,
header .carousel-container .product-inner .product-price .discontinued-text-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer .carousel-container .product-inner .product-price .price,
header .carousel-container .product-inner .product-price .price {
    font-weight: 700;
    line-height: 18px;
    font-size: 20px;
    text-align: left;
    padding-right: 5px
}

footer .carousel-container .product-inner .product-price .original-price-list,
header .carousel-container .product-inner .product-price .original-price-list {
    text-decoration: line-through;
    color: #747474
}

footer .carousel-container .product-inner .product-price .see-in-cart-text,
header .carousel-container .product-inner .product-price .see-in-cart-text {
    color: #333;
    font-size: 16px;
    font-weight: 700
}

footer .carousel-container .product-inner .product-price .see-in-cart-text .see-in-cart-price,
header .carousel-container .product-inner .product-price .see-in-cart-text .see-in-cart-price {
    width: 100%
}

footer .carousel-container .product-inner .product-price .discontinued,
header .carousel-container .product-inner .product-price .discontinued {
    font-size: 14px;
    line-height: 16px;
    color: #458500;
    font-weight: 400
}

footer .carousel-container .product-inner .product-price .price,
footer .carousel-container .product-inner .product-price .see-price-in-cart,
header .carousel-container .product-inner .product-price .price,
header .carousel-container .product-inner .product-price .see-price-in-cart {
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-weight: 700
}

footer .carousel-container .product-inner .product-price .discount-green,
footer .carousel-container .product-inner .product-price .discount-red,
header .carousel-container .product-inner .product-price .discount-green,
header .carousel-container .product-inner .product-price .discount-red {
    margin-right: 2px
}

footer .carousel-container .product-inner .product-price .discount-green,
header .carousel-container .product-inner .product-price .discount-green {
    color: #458500
}

footer .carousel-container .product-inner .product-price .discount-red,
header .carousel-container .product-inner .product-price .discount-red {
    color: #bd3c37
}

footer .carousel-container .product-inner .product-price .discontinued,
header .carousel-container .product-inner .product-price .discontinued {
    color: #f00000
}

footer .carousel-container .product-inner .product-price .status-container,
header .carousel-container .product-inner .product-price .status-container {
    height: 20px;
    margin-bottom: 10px
}

footer .carousel-container .product-inner .product-price .status-container .out-of-stock,
header .carousel-container .product-inner .product-price .status-container .out-of-stock {
    float: left;
    clear: both;
    color: #f00000
}

footer .carousel-container .product-inner .product-price .status-container .info-popup,
header .carousel-container .product-inner .product-price .status-container .info-popup {
    bottom: 45px;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center
}

footer .carousel-container .product-inner .product-price .status-container .info-popup:after,
header .carousel-container .product-inner .product-price .status-container .info-popup:after {
    background-image: none
}

footer .carousel-container .product-inner .product-price .status-container .info-popup p,
header .carousel-container .product-inner .product-price .status-container .info-popup p {
    padding: 20px
}

footer .carousel-container .product-inner .product-discount-container,
header .carousel-container .product-inner .product-discount-container {
    min-height: 20px;
    margin-bottom: 5px
}

footer .carousel-container .product-inner .product-discount-container>span,
header .carousel-container .product-inner .product-discount-container>span {
    font-weight: 700;
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000
}

footer .carousel-container .product-inner .product-discount-container>span.discount-in-cart,
header .carousel-container .product-inner .product-discount-container>span.discount-in-cart {
    color: #f38a00
}

footer .carousel-container .product-inner .product-discount-container .out-of-stock.text-wrap,
header .carousel-container .product-inner .product-discount-container .out-of-stock.text-wrap {
    white-space: normal
}

footer .carousel-container .product-inner .product-percentage-claimed .super-deals-progress-wrapper,
header .carousel-container .product-inner .product-percentage-claimed .super-deals-progress-wrapper {
    height: 8px;
    position: relative;
    background: #f5f5f5;
    border-radius: 100px;
    margin: 16px 0 8px 0
}

footer .carousel-container .product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount,
header .carousel-container .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
}

footer .carousel-container .product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount.low,
header .carousel-container .product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount.low {
    background-color: #458500
}

footer .carousel-container .product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount.medium,
header .carousel-container .product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount.medium {
    background-color: #f38a00
}

footer .carousel-container .product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount.high,
header .carousel-container .product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount.high {
    background-color: #bd3c37
}

footer .carousel-container .product-inner .product-percentage-claimed .super-deals-almost-sold-out,
footer .carousel-container .product-inner .product-percentage-claimed .super-deals-sold-out,
header .carousel-container .product-inner .product-percentage-claimed .super-deals-almost-sold-out,
header .carousel-container .product-inner .product-percentage-claimed .super-deals-sold-out {
    color: #bd3c37 !important
}

footer .carousel-container .product-inner .product-percentage-claimed .super-deals-sold-out,
header .carousel-container .product-inner .product-percentage-claimed .super-deals-sold-out {
    font-weight: 700
}

footer .carousel-container .product-inner .product-percentage-claimed .super-deals-title .question-mark,
header .carousel-container .product-inner .product-percentage-claimed .super-deals-title .question-mark {
    margin-left: .75em
}

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

    footer .carousel-container .product-inner .product-percentage-claimed .text-left-sm-only,
    header .carousel-container .product-inner .product-percentage-claimed .text-left-sm-only {
        text-align: left
    }
}

footer .carousel-container .product-inner .product-percentage-claimed #super-special-price #dynamic-aligner,
header .carousel-container .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
}

footer .carousel-container .product-inner .product-percentage-claimed #super-special-price #dynamic-aligner .dynamic-align-hide,
header .carousel-container .product-inner .product-percentage-claimed #super-special-price #dynamic-aligner .dynamic-align-hide {
    color: #666;
    font-size: 12px
}

footer .carousel-container .product-inner .product-percentage-claimed .super-deals-progress-wrapper,
header .carousel-container .product-inner .product-percentage-claimed .super-deals-progress-wrapper {
    margin: 8px 0;
    height: 8px
}

footer .carousel-container .product-inner .product-percentage-claimed .percentage-claimed-messaging,
header .carousel-container .product-inner .product-percentage-claimed .percentage-claimed-messaging {
    text-align: center
}

footer .carousel-container .product-inner .product-percentage-claimed .percentage-claimed-messaging span,
header .carousel-container .product-inner .product-percentage-claimed .percentage-claimed-messaging span {
    color: #747474
}

footer .carousel-container .product-inner .product-percentage-claimed .percentage-claimed-messaging span.almost-sold-out,
header .carousel-container .product-inner .product-percentage-claimed .percentage-claimed-messaging span.almost-sold-out {
    color: #bd3c37
}

footer .carousel-container .product-more-options-container,
header .carousel-container .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%
}

footer .carousel-container .no-rating,
header .carousel-container .no-rating {
    height: 19px
}

footer .carousel-container .rating,
header .carousel-container .rating {
    z-index: 0;
    position: relative
}

[dir=rtl] footer .carousel-container .rating,
[dir=rtl] header .carousel-container .rating {
    /*!@noflip*/
    direction: rtl
}

[dir=rtl] footer .carousel-container .rating .stars,
[dir=rtl] header .carousel-container .rating .stars {
    /*!@noflip*/
    direction: ltr
}

footer .carousel-container .rating .write-review,
header .carousel-container .rating .write-review {
    vertical-align: middle;
    font-size: 13px
}

footer .carousel-container .rating a,
header .carousel-container .rating a {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none
}

footer .carousel-container .rating a>span,
header .carousel-container .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
}

footer .carousel-container .rating a:hover,
header .carousel-container .rating a:hover {
    text-decoration: none
}

footer .carousel-container .rating .stars,
header .carousel-container .rating .stars {
    font-size: 12px;
    display: inline-block
}

footer .carousel-container .rating .stars .stars-rating,
header .carousel-container .rating .stars .stars-rating {
    width: 15px !important;
    height: 15px;
    min-height: 15px;
    vertical-align: top;
    position: relative;
    margin-right: 1px;
    left: 0
}

footer .carousel-container .rating .stars .stars-rating path,
header .carousel-container .rating .stars .stars-rating path {
    fill: #fac627
}

footer .carousel-container .rating .stars .stars-rating:last-of-type,
header .carousel-container .rating .stars .stars-rating:last-of-type {
    margin-right: 0 !important
}

footer .carousel-container .rating .stars .stars-rating.empty path:first-of-type,
footer .carousel-container .rating .stars .stars-rating.half path:first-of-type,
header .carousel-container .rating .stars .stars-rating.empty path:first-of-type,
header .carousel-container .rating .stars .stars-rating.half path:first-of-type {
    fill: #bdbdbd
}

footer .carousel-container .rating .stars .stars-rating-v2,
header .carousel-container .rating .stars .stars-rating-v2 {
    width: 15px;
    height: 15px;
    min-height: 15px;
    vertical-align: top;
    position: relative;
    margin-right: 1px;
    left: 0;
    fill: none
}

footer .carousel-container .rating .stars .stars-rating-v2.full,
header .carousel-container .rating .stars .stars-rating-v2.full {
    fill: #fac627
}

footer .carousel-container .rating .stars .stars-rating-v2.full path,
header .carousel-container .rating .stars .stars-rating-v2.full path {
    stroke: #8d6708
}

footer .carousel-container .rating .stars .stars-rating-v2.half path:first-child,
footer .carousel-container .rating .stars .stars-rating-v2.quarter path:first-child,
footer .carousel-container .rating .stars .stars-rating-v2.three-quarters path:first-child,
header .carousel-container .rating .stars .stars-rating-v2.half path:first-child,
header .carousel-container .rating .stars .stars-rating-v2.quarter path:first-child,
header .carousel-container .rating .stars .stars-rating-v2.three-quarters path:first-child {
    fill: #fac627
}

footer .carousel-container .rating .stars .stars-rating-v2.half path:last-child,
footer .carousel-container .rating .stars .stars-rating-v2.quarter path:last-child,
footer .carousel-container .rating .stars .stars-rating-v2.three-quarters path:last-child,
header .carousel-container .rating .stars .stars-rating-v2.half path:last-child,
header .carousel-container .rating .stars .stars-rating-v2.quarter path:last-child,
header .carousel-container .rating .stars .stars-rating-v2.three-quarters path:last-child {
    stroke: #8d6708
}

footer .carousel-container .rating .stars .stars-rating-v2.empty path,
header .carousel-container .rating .stars .stars-rating-v2.empty path {
    stroke: #8d6708
}

footer .carousel-container .rating .rating-count,
header .carousel-container .rating .rating-count {
    font-size: 12px;
    color: #747474;
    margin-left: 3px
}

footer .carousel-container .carousel-title-container,
header .carousel-container .carousel-title-container {
    padding: 0 15px
}

footer .carousel-container .carousel-title-container .view-all,
header .carousel-container .carousel-title-container .view-all {
    font-size: 16px;
    padding-top: 5px
}

footer .carousel-container .spinner.carousel-loader,
header .carousel-container .spinner.carousel-loader {
    z-index: 900
}

footer .carousel-container .tabs,
header .carousel-container .tabs {
    padding: 0 15px
}

footer .carousel-container .tabs li,
header .carousel-container .tabs li {
    display: inline-block;
    margin-left: 2px;
    margin-right: 46px
}

.de footer .carousel-container .tabs li,
.de header .carousel-container .tabs li,
.es footer .carousel-container .tabs li,
.es header .carousel-container .tabs li,
.pt footer .carousel-container .tabs li,
.pt header .carousel-container .tabs li,
.ru footer .carousel-container .tabs li,
.ru header .carousel-container .tabs li {
    margin-right: 20px
}

.fr footer .carousel-container .tabs li,
.fr header .carousel-container .tabs li,
.ja footer .carousel-container .tabs li,
.ja header .carousel-container .tabs li {
    margin-right: 30px
}

footer .carousel-container .tabs li a:hover,
header .carousel-container .tabs li a:hover {
    text-decoration: none
}

footer .carousel-container .tabs li.active,
header .carousel-container .tabs li.active {
    color: #000
}

footer .carousel-container .tabs li.active a,
header .carousel-container .tabs li.active a {
    pointer-events: none;
    color: #000;
    border-bottom: 2px solid #000;
    padding-bottom: 3px
}

footer .carousel-container .tabs li:last-of-type,
header .carousel-container .tabs li:last-of-type {
    margin-right: 0
}

footer .carousel-container .tabs li a,
header .carousel-container .tabs li a {
    color: #8c8c8c
}

@media (max-width:1399px) {

    footer .carousel-container .tabs li,
    footer .carousel-container .tabs li a,
    header .carousel-container .tabs li,
    header .carousel-container .tabs li a {
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media (max-width:1399px) {

    .ar footer .carousel-container .tabs li a,
    .ar header .carousel-container .tabs li a,
    .de footer .carousel-container .tabs li a,
    .de header .carousel-container .tabs li a,
    .es footer .carousel-container .tabs li a,
    .es header .carousel-container .tabs li a,
    .fr footer .carousel-container .tabs li a,
    .fr header .carousel-container .tabs li a,
    .ko footer .carousel-container .tabs li a,
    .ko header .carousel-container .tabs li a,
    .ru footer .carousel-container .tabs li a,
    .ru header .carousel-container .tabs li a {
        font-size: 18px
    }
}

@media (max-width:991px) {

    footer .carousel-container .tabs li,
    header .carousel-container .tabs li {
        margin-left: 10px;
        margin-right: 10px
    }

    .ar footer .carousel-container .tabs li:first-of-type,
    .ar header .carousel-container .tabs li:first-of-type {
        display: none
    }
}

footer .carousel-container .carousel,
footer .carousel-container .tabbed-carousel,
header .carousel-container .carousel,
header .carousel-container .tabbed-carousel {
    height: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0)
}

footer .carousel-container .carousel .carousel-pagination,
footer .carousel-container .tabbed-carousel .carousel-pagination,
header .carousel-container .carousel .carousel-pagination,
header .carousel-container .tabbed-carousel .carousel-pagination {
    margin-top: 15px;
    color: #666;
    float: right;
    font-size: 13px
}

footer .carousel-container .carousel .iherb-carousel-items,
footer .carousel-container .tabbed-carousel .iherb-carousel-items,
header .carousel-container .carousel .iherb-carousel-items,
header .carousel-container .tabbed-carousel .iherb-carousel-items {
    padding: 15px 0 24px
}

footer .carousel-container .carousel .iherb-carousel-items .carousel-inner,
footer .carousel-container .tabbed-carousel .iherb-carousel-items .carousel-inner,
header .carousel-container .carousel .iherb-carousel-items .carousel-inner,
header .carousel-container .tabbed-carousel .iherb-carousel-items .carousel-inner {
    height: 100%
}

footer .carousel-container .carousel .iherb-carousel-items .carousel-inner.rounded-product-cells .product-inner,
footer .carousel-container .tabbed-carousel .iherb-carousel-items .carousel-inner.rounded-product-cells .product-inner,
header .carousel-container .carousel .iherb-carousel-items .carousel-inner.rounded-product-cells .product-inner,
header .carousel-container .tabbed-carousel .iherb-carousel-items .carousel-inner.rounded-product-cells .product-inner {
    min-height: 1px;
    height: 100%;
    border-radius: 8px
}

footer .carousel-container .carousel .iherb-carousel-items .carousel-inner>.left,
footer .carousel-container .carousel .iherb-carousel-items .carousel-inner>.right,
footer .carousel-container .tabbed-carousel .iherb-carousel-items .carousel-inner>.left,
footer .carousel-container .tabbed-carousel .iherb-carousel-items .carousel-inner>.right,
header .carousel-container .carousel .iherb-carousel-items .carousel-inner>.left,
header .carousel-container .carousel .iherb-carousel-items .carousel-inner>.right,
header .carousel-container .tabbed-carousel .iherb-carousel-items .carousel-inner>.left,
header .carousel-container .tabbed-carousel .iherb-carousel-items .carousel-inner>.right {
    float: none;
    width: 100%;
    text-align: left
}

footer .carousel-container .carousel .carousel-control,
footer .carousel-container .tabbed-carousel .carousel-control,
header .carousel-container .carousel .carousel-control,
header .carousel-container .tabbed-carousel .carousel-control {
    vertical-align: middle;
    padding-top: 30px;
    text-shadow: none;
    width: 100px;
    overflow: hidden
}

@media (max-width:991px) {

    footer .carousel-container .carousel .carousel-control,
    footer .carousel-container .tabbed-carousel .carousel-control,
    header .carousel-container .carousel .carousel-control,
    header .carousel-container .tabbed-carousel .carousel-control {
        width: 50px
    }
}

footer .carousel-container .carousel .carousel-control.right,
footer .carousel-container .tabbed-carousel .carousel-control.right,
header .carousel-container .carousel .carousel-control.right,
header .carousel-container .tabbed-carousel .carousel-control.right {
    /*!@noflip*/
    right: 0;
    /*!@noflip*/
    left: auto
}

footer .carousel-container .carousel .carousel-control.left,
footer .carousel-container .tabbed-carousel .carousel-control.left,
header .carousel-container .carousel .carousel-control.left,
header .carousel-container .tabbed-carousel .carousel-control.left {
    /*!@noflip*/
    left: 0;
    /*!@noflip*/
    right: auto
}

footer .carousel-container .carousel .carousel-control>span,
footer .carousel-container .tabbed-carousel .carousel-control>span,
header .carousel-container .carousel .carousel-control>span,
header .carousel-container .tabbed-carousel .carousel-control>span {
    vertical-align: middle
}

footer .carousel-container .carousel .carousel-control .transitionIcon,
footer .carousel-container .tabbed-carousel .carousel-control .transitionIcon,
header .carousel-container .carousel .carousel-control .transitionIcon,
header .carousel-container .tabbed-carousel .carousel-control .transitionIcon {
    line-height: 215px;
    left: 0;
    right: 0
}

footer .carousel-container .carousel .carousel-control .transitionLeft,
footer .carousel-container .carousel .carousel-control .transitionRight,
footer .carousel-container .tabbed-carousel .carousel-control .transitionLeft,
footer .carousel-container .tabbed-carousel .carousel-control .transitionRight,
header .carousel-container .carousel .carousel-control .transitionLeft,
header .carousel-container .carousel .carousel-control .transitionRight,
header .carousel-container .tabbed-carousel .carousel-control .transitionLeft,
header .carousel-container .tabbed-carousel .carousel-control .transitionRight {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0
}

footer .carousel-container .carousel .carousel-control .nextArrow,
footer .carousel-container .carousel .carousel-control .prevArrow,
footer .carousel-container .tabbed-carousel .carousel-control .nextArrow,
footer .carousel-container .tabbed-carousel .carousel-control .prevArrow,
header .carousel-container .carousel .carousel-control .nextArrow,
header .carousel-container .carousel .carousel-control .prevArrow,
header .carousel-container .tabbed-carousel .carousel-control .nextArrow,
header .carousel-container .tabbed-carousel .carousel-control .prevArrow {
    width: 100px;
    right: 0;
    left: auto
}

@media (max-width:991px) {

    footer .carousel-container .carousel .carousel-control .nextArrow,
    footer .carousel-container .carousel .carousel-control .prevArrow,
    footer .carousel-container .tabbed-carousel .carousel-control .nextArrow,
    footer .carousel-container .tabbed-carousel .carousel-control .prevArrow,
    header .carousel-container .carousel .carousel-control .nextArrow,
    header .carousel-container .carousel .carousel-control .prevArrow,
    header .carousel-container .tabbed-carousel .carousel-control .nextArrow,
    header .carousel-container .tabbed-carousel .carousel-control .prevArrow {
        width: 50px
    }
}

footer .carousel-container .carousel .carousel-control .prevArrow,
footer .carousel-container .tabbed-carousel .carousel-control .prevArrow,
header .carousel-container .carousel .carousel-control .prevArrow,
header .carousel-container .tabbed-carousel .carousel-control .prevArrow {
    overflow: hidden
}

footer .carousel-container .carousel .control-bar,
footer .carousel-container .tabbed-carousel .control-bar,
header .carousel-container .carousel .control-bar,
header .carousel-container .tabbed-carousel .control-bar {
    text-align: center;
    min-height: 38px
}

footer .carousel-container .carousel .control-bar .carousel-indicators,
footer .carousel-container .tabbed-carousel .control-bar .carousel-indicators,
header .carousel-container .carousel .control-bar .carousel-indicators,
header .carousel-container .tabbed-carousel .control-bar .carousel-indicators {
    bottom: 10px;
    height: 20px
}

footer .carousel-container .carousel .control-bar .carousel-indicators li,
footer .carousel-container .tabbed-carousel .control-bar .carousel-indicators li,
header .carousel-container .carousel .control-bar .carousel-indicators li,
header .carousel-container .tabbed-carousel .control-bar .carousel-indicators li {
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 0 2px;
    background-color: grey;
    opacity: .5;
    border-radius: 50%
}

footer .carousel-container .carousel .control-bar .carousel-indicators li.active,
footer .carousel-container .tabbed-carousel .control-bar .carousel-indicators li.active,
header .carousel-container .carousel .control-bar .carousel-indicators li.active,
header .carousel-container .tabbed-carousel .control-bar .carousel-indicators li.active {
    opacity: 1
}

footer .carousel-container .carousel .control-bar .carousel-control,
footer .carousel-container .tabbed-carousel .control-bar .carousel-control,
header .carousel-container .carousel .control-bar .carousel-control,
header .carousel-container .tabbed-carousel .control-bar .carousel-control {
    top: auto;
    left: auto;
    width: 10px;
    padding: 5px 0
}

footer .carousel-container .carousel .control-bar a,
footer .carousel-container .tabbed-carousel .control-bar a,
header .carousel-container .carousel .control-bar a,
header .carousel-container .tabbed-carousel .control-bar a {
    position: relative;
    z-index: 20;
    display: none
}

footer .carousel-container .carousel .control-bar a i,
footer .carousel-container .tabbed-carousel .control-bar a i,
header .carousel-container .carousel .control-bar a i,
header .carousel-container .tabbed-carousel .control-bar a i {
    font-size: 16px
}

footer .carousel-container .carousel .control-bar a.previous,
footer .carousel-container .tabbed-carousel .control-bar a.previous,
header .carousel-container .carousel .control-bar a.previous,
header .carousel-container .tabbed-carousel .control-bar a.previous {
    /*!@noflip*/
    right: 25px
}

@media (max-width:991px) {

    footer .carousel-container .carousel .control-bar a.previous,
    footer .carousel-container .tabbed-carousel .control-bar a.previous,
    header .carousel-container .carousel .control-bar a.previous,
    header .carousel-container .tabbed-carousel .control-bar a.previous {
        /*!@noflip*/
        right: 35px
    }
}

footer .carousel-container .carousel .control-bar a.next,
footer .carousel-container .tabbed-carousel .control-bar a.next,
header .carousel-container .carousel .control-bar a.next,
header .carousel-container .tabbed-carousel .control-bar a.next {
    /*!@noflip*/
    left: 25px
}

@media (max-width:991px) {

    footer .carousel-container .carousel .control-bar a.next,
    footer .carousel-container .tabbed-carousel .control-bar a.next,
    header .carousel-container .carousel .control-bar a.next,
    header .carousel-container .tabbed-carousel .control-bar a.next {
        /*!@noflip*/
        left: 35px
    }
}

[dir=rtl] header .icon-header_cart:before {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.catalog.topsellers header .banner-alert,
.catalog.topsellers header .iherb-header,
.customblog header .banner-alert,
.customblog header .iherb-header,
.productreviews header .banner-alert,
.productreviews header .iherb-header {
    position: relative !important
}

.catalog.topsellers header .stackable-below,
.productreviews header .stackable-below {
    padding-top: 0 !important
}

.customblog header .stackable-below {
    display: none !important
}

/* html:not(.ih-public) header .iherb-header {
    position: relative !important;
    top: 0 !important
} */

html:not(.ih-public) header .iherb-header .iherb-header-share {
    display: none !important
}

html:not(.ih-public) header .iherb-header .iherb-header-message {
    border-right: none !important;
    padding-right: 0 !important;
    margin-right: 0 !important
}

/* html:not(.ih-public) header .stackable-below {
    padding-top: 0 !important
} */

html:not(.ih-public) header .banner-alert {
    position: relative !important
}

#cart-header-wrap .iherb-header-share {
    display: block !important
}

html.ar #searchBtn {
    border-left: none;
    border-right: 1px solid #ededed
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    position: relative
}

.icon-hamburgermenu-sticky,
.icon-header_cart,
.icon-header_signed-in,
.icon-header_signed-out,
.icon-iherblogo {
    color: #fff
}

.icon-search {
    width: 30px;
    height: 24px;
    top: 2px
}

.icon-iherblogo {
    width: 90px;
    height: 60px
}

.icon-header_cart {
    width: 28px;
    height: 28px;
    top: 5px
}

.icon-hamburgermenu-sticky {
    width: 33px;
    height: 30px;
    top: 1px
}

.icon-header_signed-in,
.icon-header_signed-out {
    width: 30px;
    height: 35px;
    top: 3px
}

.icon-sharefilled {
    width: 18px;
    height: 19px;
    bottom: 1px
}

.icon.icon-circlex {
    color: #c6c6c6;
    width: 19px;
    height: 19px
}

#searchBtn {
    border-left: 1px solid #ededed
}

html.ar #searchBtn {
    border-left: none;
    border-right: 1px solid #ededed
}

#clearSearchBtn,
#searchBtn {
    width: auto;
    padding-right: 5px;
    padding-left: 5px
}

#clearSearchBtn:hover,
#searchBtn:hover {
    cursor: pointer
}

.wf-loading body {
    display: none
}

footer .universal-header,
header .universal-header {
    background-color: #f5f5f5;
    color: #666
}

footer .universal-header.iherb-universal a:not(.btn),
header .universal-header.iherb-universal a:not(.btn) {
    color: #458500
}

footer .universal-header.iherb-universal .universal-header-container,
header .universal-header.iherb-universal .universal-header-container {
    height: 32px
}

footer .universal-header.iherb-universal .iherb-header-help-link,
header .universal-header.iherb-universal .iherb-header-help-link {
    text-decoration: underline
}

footer .universal-header:not(.iherb-universal) .universal-promo,
header .universal-header:not(.iherb-universal) .universal-promo {
    max-width: 320px
}

footer .universal-header:not(.iherb-universal) a:not(.btn),
header .universal-header:not(.iherb-universal) a:not(.btn) {
    color: #666
}

footer .universal-header:not(.iherb-universal) .universal-header-container,
header .universal-header:not(.iherb-universal) .universal-header-container {
    height: 45px
}

footer .universal-header .universal-promo,
header .universal-header .universal-promo {
    white-space: nowrap;
    overflow: hidden
}

footer .universal-header .universal-promo .promo-message,
header .universal-header .universal-promo .promo-message {
    height: 22px;
    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;
    font-size: 14px;
    line-height: 1;
    border-radius: 8px;
    margin-right: 8px;
    white-space: nowrap
}

@media (max-width:1199px) {

    footer .universal-header .universal-promo .promo-message:nth-child(3),
    header .universal-header .universal-promo .promo-message:nth-child(3) {
        display: none
    }
}

@media (max-width:991px) {

    footer .universal-header .universal-promo .promo-message:nth-child(2),
    header .universal-header .universal-promo .promo-message:nth-child(2) {
        display: none
    }
}

footer .universal-header .universal-promo .promo-message a,
footer .universal-header .universal-promo .promo-message span,
header .universal-header .universal-promo .promo-message a,
header .universal-header .universal-promo .promo-message span {
    padding: 0 16px;
    display: block
}

footer .universal-header .universal-promo .promo-message a:hover,
footer .universal-header .universal-promo .promo-message span:hover,
header .universal-header .universal-promo .promo-message a:hover,
header .universal-header .universal-promo .promo-message span:hover {
    text-decoration: none
}

footer .universal-header .universal-header-container,
header .universal-header .universal-header-container {
    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;
    margin: auto;
    font-size: 14px
}

footer .universal-header .universal-header-container .universal-header-end,
footer .universal-header .universal-header-container .universal-header-start,
header .universal-header .universal-header-container .universal-header-end,
header .universal-header .universal-header-container .universal-header-start {
    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
}

footer .universal-header .universal-header-container .universal-header-start,
header .universal-header .universal-header-container .universal-header-start {
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

footer .universal-header .universal-header-container .universal-header-start>*,
header .universal-header .universal-header-container .universal-header-start>* {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 25px
}

footer .universal-header .universal-header-container .universal-header-start>:first-child,
header .universal-header .universal-header-container .universal-header-start>:first-child {
    padding-left: 0
}

footer .universal-header .universal-header-container .universal-header-start .icon,
header .universal-header .universal-header-container .universal-header-start .icon {
    fill: #666
}

footer .universal-header .universal-header-container .universal-header-start a,
header .universal-header .universal-header-container .universal-header-start a {
    display: inline-block;
    position: relative
}

footer .universal-header .universal-header-container .universal-header-start a.active:after,
header .universal-header .universal-header-container .universal-header-start a.active:after {
    position: absolute;
    bottom: -13px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    height: 0;
    width: 0;
    content: " ";
    border: solid transparent;
    pointer-events: none;
    border-bottom-color: #458500;
    border-width: 12px
}

footer .universal-header .universal-header-container .universal-header-start a:hover svg.icon-iherblogo,
header .universal-header .universal-header-container .universal-header-start a:hover svg.icon-iherblogo {
    fill: #458500
}

footer .universal-header .universal-header-container .universal-header-start a:hover svg.icon-loveletterlogo,
header .universal-header .universal-header-container .universal-header-start a:hover svg.icon-loveletterlogo {
    fill: #4f7f77
}

footer .universal-header .universal-header-container .universal-header-start a:hover svg.icon-loveletterlogo .env-heart,
header .universal-header .universal-header-container .universal-header-start a:hover svg.icon-loveletterlogo .env-heart {
    fill: #ed8577
}

footer .universal-header .universal-header-container .universal-header-start .icon-iherblogo,
header .universal-header .universal-header-container .universal-header-start .icon-iherblogo {
    height: 15px;
    width: 46px
}

footer .universal-header .universal-header-container .universal-header-start .icon-loveletterlogo,
header .universal-header .universal-header-container .universal-header-start .icon-loveletterlogo {
    height: 13px;
    width: 119px
}

footer .universal-header .universal-header-container .universal-header-end,
header .universal-header .universal-header-container .universal-header-end {
    -webkit-justify-content: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

footer .universal-header .universal-header-container .universal-header-end>*,
header .universal-header .universal-header-container .universal-header-end>* {
    padding-left: 16px;
    padding-right: 16px
}

@media (max-width:1199px) {

    footer .universal-header .universal-header-container .universal-header-end>*,
    header .universal-header .universal-header-container .universal-header-end>* {
        padding-left: 8px;
        padding-right: 8px
    }
}

footer .universal-header .universal-header-container .universal-header-end>:first-child,
header .universal-header .universal-header-container .universal-header-end>:first-child {
    padding-left: 0
}

footer .universal-header .universal-header-container .universal-header-end>:last-child,
header .universal-header .universal-header-container .universal-header-end>:last-child {
    padding-right: 0
}

footer .universal-header .universal-header-container .universal-header-end .icon-share,
header .universal-header .universal-header-container .universal-header-end .icon-share {
    height: 24px;
    width: 24px;
    fill: #f38a00
}

footer .gh-btn,
header .gh-btn {
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    padding: 12px 16px;
    text-align: center;
    cursor: pointer
}

footer .gh-btn-primary,
header .gh-btn-primary {
    background-color: #458500;
    color: #fff
}

footer .gh-btn-neutral,
footer header.header-cc-hx .branded-header .iherb-header-signed-out,
footer.header-cc-hx .branded-header .iherb-header-signed-out,
footer.header-cc-hx .branded-header header .iherb-header-signed-out,
header .gh-btn-neutral,
header footer.header-cc-hx .branded-header .iherb-header-signed-out,
header.header-cc-hx .branded-header .iherb-header-signed-out,
header.header-cc-hx .branded-header footer .iherb-header-signed-out {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333
}

footer.header-cc-hx .branded-header,
header.header-cc-hx .branded-header {
    color: #000;
    background-color: #fff !important
}

footer.header-cc-hx .branded-header .icon-hamburgermenu-sticky,
header.header-cc-hx .branded-header .icon-hamburgermenu-sticky {
    color: #458500 !important
}

footer.header-cc-hx .branded-header .iherb-header-search-input,
header.header-cc-hx .branded-header .iherb-header-search-input {
    border: 1px solid #8c8c8c !important
}

footer.header-cc-hx .branded-header .icon-caret-down,
header.header-cc-hx .branded-header .icon-caret-down {
    fill: #666 !important
}

footer.header-cc-hx .branded-header .iherb-header-signed-out,
header.header-cc-hx .branded-header .iherb-header-signed-out {
    font-weight: 700
}

footer.header-cc-hx .branded-header .iherb-header-account,
header.header-cc-hx .branded-header .iherb-header-account {
    color: #666
}

footer.header-cc-hx .iherb-header,
header.header-cc-hx .iherb-header {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

footer .branded-header,
header .branded-header {
    background-color: #458500;
    color: #fff
}

footer .branded-header .branded-header-container,
header .branded-header .branded-header-container {
    height: 55px;
    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;
    margin: auto
}

footer .branded-header .branded-header-container .link-bar-wrapper .link-bar,
header .branded-header .branded-header-container .link-bar-wrapper .link-bar {
    white-space: nowrap;
    font-size: 16px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 36px;
    background: 0 0
}

@media (max-width:1500px) {

    footer .branded-header .branded-header-container .link-bar-wrapper .link-bar,
    header .branded-header .branded-header-container .link-bar-wrapper .link-bar {
        -webkit-flex-flow: row wrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

footer .branded-header .branded-header-container .link-bar-wrapper .link-bar .link-bar-item,
header .branded-header .branded-header-container .link-bar-wrapper .link-bar .link-bar-item {
    color: #fff;
    font-weight: 700;
    background: #fff;
    height: 36px;
    padding: 6px 8px;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0 8px 8px 0;
    margin-left: -7px
}

footer .branded-header .branded-header-container .link-bar-wrapper .link-bar .link-bar-item .link-bar-item-divider,
header .branded-header .branded-header-container .link-bar-wrapper .link-bar .link-bar-item .link-bar-item-divider {
    position: absolute;
    border-left: 1px solid #1b6512;
    height: 21px
}

footer .branded-header .branded-header-container .link-bar-wrapper .link-bar .link-bar-item .link-bar-item-spacing,
header .branded-header .branded-header-container .link-bar-wrapper .link-bar .link-bar-item .link-bar-item-spacing {
    margin-right: 8px
}

footer .branded-header .branded-header-container .link-bar-wrapper .link-bar .link-bar-item:first-child,
header .branded-header .branded-header-container .link-bar-wrapper .link-bar .link-bar-item:first-child {
    border-radius: 8px;
    margin-left: 0
}

footer .branded-header .branded-header-container .link-bar-wrapper .link-bar .link-bar-item:first-child .link-bar-item-divider,
header .branded-header .branded-header-container .link-bar-wrapper .link-bar .link-bar-item:first-child .link-bar-item-divider {
    display: none
}

footer .branded-header .branded-header-container .link-bar-wrapper .link-bar .link-bar-item:first-child .link-bar-item-spacing,
header .branded-header .branded-header-container .link-bar-wrapper .link-bar .link-bar-item:first-child .link-bar-item-spacing {
    display: none
}

footer .branded-header .branded-header-container .branded-header-start>*,
header .branded-header .branded-header-container .branded-header-start>* {
    padding-left: 12px;
    padding-right: 12px
}

footer .branded-header .branded-header-container .branded-header-start>.menu-dropdown:not(.iherb-header-hamburger),
header .branded-header .branded-header-container .branded-header-start>.menu-dropdown:not(.iherb-header-hamburger) {
    padding-left: 0;
    padding-right: 0
}

footer .branded-header .branded-header-container .branded-header-start>.menu-dropdown:not(.iherb-header-hamburger)>:first-child,
header .branded-header .branded-header-container .branded-header-start>.menu-dropdown:not(.iherb-header-hamburger)>:first-child {
    padding-left: 12px;
    padding-right: 12px
}

footer .branded-header .branded-header-container .branded-header-start,
header .branded-header .branded-header-container .branded-header-start {
    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;
    height: 100%
}

footer .branded-header .branded-header-container .branded-header-start>:first-child,
header .branded-header .branded-header-container .branded-header-start>:first-child {
    padding-right: 12px;
    padding-left: 0
}

footer .branded-header .branded-header-container .branded-header-start>:nth-child(2),
header .branded-header .branded-header-container .branded-header-start>:nth-child(2) {
    padding-left: 0
}

footer .branded-header .branded-header-container .branded-header-start .iherb-header-logo a,
header .branded-header .branded-header-container .branded-header-start .iherb-header-logo a {
    display: inline-block
}

footer .branded-header .branded-header-container .branded-header-start .iherb-header-logo .icon-iherblogo,
header .branded-header .branded-header-container .branded-header-start .iherb-header-logo .icon-iherblogo {
    top: 2px;
    height: 23px;
    width: 68px
}

footer .branded-header .branded-header-container .branded-header-start .iherb-header-logo .icon-iherb-express-logo,
header .branded-header .branded-header-container .branded-header-start .iherb-header-logo .icon-iherb-express-logo {
    color: #fff;
    height: 32px;
    width: 52px;
    top: 2px
}

footer .branded-header .branded-header-container .branded-header-start .menu-dropdown,
header .branded-header .branded-header-container .branded-header-start .menu-dropdown {
    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;
    height: 100%
}

footer .branded-header .branded-header-container .branded-header-start .menu-dropdown>button,
header .branded-header .branded-header-container .branded-header-start .menu-dropdown>button {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    outline: inherit;
    height: 100%;
    cursor: pointer;
    text-transform: none;
    white-space: nowrap
}

footer .branded-header .branded-header-container .branded-header-start .menu-dropdown>button svg,
header .branded-header .branded-header-container .branded-header-start .menu-dropdown>button svg {
    vertical-align: bottom;
    font-size: 24px
}

@media (max-width:1399px) {

    footer .branded-header .branded-header-container .branded-header-start .menu-dropdown>button svg,
    header .branded-header .branded-header-container .branded-header-start .menu-dropdown>button svg {
        font-size: 20px
    }
}

footer .branded-header .branded-header-container .branded-header-start .menu-dropdown>a,
header .branded-header .branded-header-container .branded-header-start .menu-dropdown>a {
    color: #fff;
    text-decoration: none;
    text-transform: none
}

footer .branded-header .branded-header-container .branded-header-start .menu-dropdown>a,
footer .branded-header .branded-header-container .branded-header-start .menu-dropdown>button,
header .branded-header .branded-header-container .branded-header-start .menu-dropdown>a,
header .branded-header .branded-header-container .branded-header-start .menu-dropdown>button {
    font-size: 16px;
    font-weight: 700
}

footer .branded-header .branded-header-container .branded-header-start .menu-dropdown:not(.iherb-header-hamburger).active>button,
header .branded-header .branded-header-container .branded-header-start .menu-dropdown:not(.iherb-header-hamburger).active>button {
    position: relative
}

footer .branded-header .branded-header-container .branded-header-start .menu-dropdown:not(.iherb-header-hamburger).active>button::after,
header .branded-header .branded-header-container .branded-header-start .menu-dropdown:not(.iherb-header-hamburger).active>button::after {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 17px;
    display: inline-block;
    margin: 0 auto;
    border: 9px solid transparent;
    border-bottom-color: #fff
}

footer .branded-header .branded-header-container .branded-header-start .menu-dropdown:not(.iherb-header-hamburger).active.shop-menu>button::after,
header .branded-header .branded-header-container .branded-header-start .menu-dropdown:not(.iherb-header-hamburger).active.shop-menu>button::after {
    border-bottom-color: #fafafa
}

footer .branded-header .branded-header-container .branded-header-start .menu-dropdown.tiered-menu .icon-hamburgermenu-sticky,
header .branded-header .branded-header-container .branded-header-start .menu-dropdown.tiered-menu .icon-hamburgermenu-sticky {
    top: 0
}

footer .branded-header .branded-header-container .branded-header-start .menu-dropdown .mega-menu,
header .branded-header .branded-header-container .branded-header-start .menu-dropdown .mega-menu {
    position: absolute
}

footer .branded-header .branded-header-container .branded-header-end,
header .branded-header .branded-header-container .branded-header-end {
    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-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%
}

footer .branded-header .branded-header-container .branded-header-end>*,
header .branded-header .branded-header-container .branded-header-end>* {
    margin-left: 8px;
    margin-right: 8px
}

footer .branded-header .branded-header-container .branded-header-end>:last-child,
header .branded-header .branded-header-container .branded-header-end>:last-child {
    margin-right: 0
}

footer .branded-header .branded-header-container .branded-header-end .iherb-header-search,
header .branded-header .branded-header-container .branded-header-end .iherb-header-search {
    padding-top: 0;
    padding-bottom: 0;
    width: 268px;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    overflow: visible
}

footer .branded-header .branded-header-container .branded-header-end .iherb-header-search.active,
header .branded-header .branded-header-container .branded-header-end .iherb-header-search.active {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width:991px) {

    footer .branded-header .branded-header-container .branded-header-end .iherb-header-search,
    header .branded-header .branded-header-container .branded-header-end .iherb-header-search {
        width: auto;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

footer .branded-header .branded-header-container .branded-header-end .iherb-header-search .iherb-header-search-input,
header .branded-header .branded-header-container .branded-header-end .iherb-header-search .iherb-header-search-input {
    padding: 6px 42px 6px 12px
}

footer .branded-header .branded-header-container .branded-header-end .iherb-header-search .icon-search,
header .branded-header .branded-header-container .branded-header-end .iherb-header-search .icon-search {
    color: #666
}

footer .branded-header .branded-header-container .branded-header-end .iherb-header-search #searchBtn,
header .branded-header .branded-header-container .branded-header-end .iherb-header-search #searchBtn {
    border: none;
    padding: 0
}

footer .branded-header .branded-header-container .branded-header-end .iherb-header-search .icon-circlex,
header .branded-header .branded-header-container .branded-header-end .iherb-header-search .icon-circlex {
    top: 2px
}

footer .branded-header .branded-header-container .branded-header-end .iherb-header-search #txtSearch,
header .branded-header .branded-header-container .branded-header-end .iherb-header-search #txtSearch {
    height: 36px;
    line-height: 1
}

footer .branded-header .branded-header-container .branded-header-end .iherb-header-search #searchForm,
header .branded-header .branded-header-container .branded-header-end .iherb-header-search #searchForm {
    line-height: normal;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

footer .branded-header .branded-header-container .branded-header-end .iherb-header-search #searchForm #iherb-search,
header .branded-header .branded-header-container .branded-header-end .iherb-header-search #searchForm #iherb-search {
    position: relative
}

footer .branded-header .branded-header-container .branded-header-end .iherb-header-search #searchForm .white,
header .branded-header .branded-header-container .branded-header-end .iherb-header-search #searchForm .white {
    color: #fff
}

footer .branded-header .branded-header-container .branded-header-end .iherb-header-search #search-box,
header .branded-header .branded-header-container .branded-header-end .iherb-header-search #search-box {
    width: 100%;
    height: 38px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

footer .branded-header .branded-header-container .branded-header-end .iherb-header-search .iherb-header-search-button,
header .branded-header .branded-header-container .branded-header-end .iherb-header-search .iherb-header-search-button {
    top: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center
}

footer .branded-header .branded-header-container .branded-header-end .iherb-header-search .search-box,
header .branded-header .branded-header-container .branded-header-end .iherb-header-search .search-box {
    position: relative
}

footer .branded-header .branded-header-container .branded-header-end .iherb-header-search .search-box #quick-links-container,
footer .branded-header .branded-header-container .branded-header-end .iherb-header-search .search-box #sug-results,
header .branded-header .branded-header-container .branded-header-end .iherb-header-search .search-box #quick-links-container,
header .branded-header .branded-header-container .branded-header-end .iherb-header-search .search-box #sug-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%
}

footer .branded-header .branded-header-container .branded-header-end .iherb-header-share,
header .branded-header .branded-header-container .branded-header-end .iherb-header-share {
    height: 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;
    padding-top: 0;
    padding-bottom: 0;
    position: relative
}

footer .branded-header .branded-header-container .branded-header-end .iherb-header-share strong,
header .branded-header .branded-header-container .branded-header-end .iherb-header-share strong {
    top: auto;
    font-size: 16px;
    text-transform: none;
    white-space: nowrap
}

footer .branded-header .branded-header-container .branded-header-end .iherb-header-share .icon,
header .branded-header .branded-header-container .branded-header-end .iherb-header-share .icon {
    bottom: auto
}

footer .branded-header .branded-header-container .branded-header-end .iherb-header-share .share-wrapper #share-page-container,
header .branded-header .branded-header-container .branded-header-end .iherb-header-share .share-wrapper #share-page-container {
    top: 100%;
    right: -13px
}

footer .branded-header .branded-header-container.search-open .link-bar-wrapper,
footer .branded-header .branded-header-container.search-open .menu-dropdown-link,
header .branded-header .branded-header-container.search-open .link-bar-wrapper,
header .branded-header .branded-header-container.search-open .menu-dropdown-link {
    display: none
}

footer .stackable-below,
header .stackable-below {
    padding-top: 55px !important;
}

footer .stackable-below .secondary-header,
header .stackable-below .secondary-header {
    padding-top: 0
}

footer .stackable-below:empty,
header .stackable-below:empty {
    padding-top: 0
}

header .universal-header:not(.iherb-universal) .stackable-below {
    padding-top: 100px
}

footer .stackable-above>*,
header .stackable-above>* {
    z-index: 1004
}

/* html:not(.ih-public) .public-sticky-banner {
    display: none !important
} */

.home .disable-on-home .public-sticky-banner,
.info .disable-on-info .public-sticky-banner,
.info.about .disable-on-about .public-sticky-banner,
.productdetails .disable-on-pdp .public-sticky-banner,
.productlist .disable-on-list .public-sticky-banner,
.search .disable-on-search .public-sticky-banner {
    display: none !important
}

footer .promo-banner,
header .promo-banner {
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px
}

footer .promo-banner .header-banner-close,
header .promo-banner .header-banner-close {
    display: none
}

footer .promo-banner .header-timer-placeholder,
header .promo-banner .header-timer-placeholder {
    min-width: 147px
}

footer .promo-banner span,
header .promo-banner span {
    font-weight: inherit
}

footer .promo-banner .header-banner-close,
header .promo-banner .header-banner-close {
    position: absolute;
    color: #fff;
    opacity: .5;
    right: 8px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2000
}

footer .promo-banner .one-line-flex,
header .promo-banner .one-line-flex {
    white-space: nowrap;
    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
}

footer .promo-banner .header-timer-placeholder,
header .promo-banner .header-timer-placeholder {
    position: relative;
    margin: 0 10px
}

footer .promo-banner .header-timer-placeholder #header-timer,
footer .promo-banner .header-timer-placeholder .header-timer,
header .promo-banner .header-timer-placeholder #header-timer,
header .promo-banner .header-timer-placeholder .header-timer {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

footer .promo-banner .header-timer-placeholder #header-timer .timer,
footer .promo-banner .header-timer-placeholder .header-timer .timer,
header .promo-banner .header-timer-placeholder #header-timer .timer,
header .promo-banner .header-timer-placeholder .header-timer .timer {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 18px
}

footer .promo-banner .header-timer-placeholder #header-timer .timer>*,
footer .promo-banner .header-timer-placeholder .header-timer .timer>*,
header .promo-banner .header-timer-placeholder #header-timer .timer>*,
header .promo-banner .header-timer-placeholder .header-timer .timer>* {
    margin-right: 2px;
    margin-left: 2px
}

footer .promo-banner .header-timer-placeholder #header-timer .timer .ends-in-text,
footer .promo-banner .header-timer-placeholder .header-timer .timer .ends-in-text,
header .promo-banner .header-timer-placeholder #header-timer .timer .ends-in-text,
header .promo-banner .header-timer-placeholder .header-timer .timer .ends-in-text {
    display: none
}

footer .promo-banner .header-timer-placeholder #header-timer .timer .digit,
footer .promo-banner .header-timer-placeholder .header-timer .timer .digit,
header .promo-banner .header-timer-placeholder #header-timer .timer .digit,
header .promo-banner .header-timer-placeholder .header-timer .timer .digit {
    padding: 3px 6px;
    font-weight: 700;
    background-color: #fff;
    color: #333;
    border-radius: 4px;
    margin-left: 2px;
    margin-right: 2px
}

footer .promo-banner .header-timer-placeholder #header-timer .timer .days-letter,
footer .promo-banner .header-timer-placeholder #header-timer .timer .hours-delimiter,
footer .promo-banner .header-timer-placeholder #header-timer .timer .hours-letter,
footer .promo-banner .header-timer-placeholder #header-timer .timer .minutes-delimiter,
footer .promo-banner .header-timer-placeholder #header-timer .timer .minutes-letter,
footer .promo-banner .header-timer-placeholder .header-timer .timer .days-letter,
footer .promo-banner .header-timer-placeholder .header-timer .timer .hours-delimiter,
footer .promo-banner .header-timer-placeholder .header-timer .timer .hours-letter,
footer .promo-banner .header-timer-placeholder .header-timer .timer .minutes-delimiter,
footer .promo-banner .header-timer-placeholder .header-timer .timer .minutes-letter,
header .promo-banner .header-timer-placeholder #header-timer .timer .days-letter,
header .promo-banner .header-timer-placeholder #header-timer .timer .hours-delimiter,
header .promo-banner .header-timer-placeholder #header-timer .timer .hours-letter,
header .promo-banner .header-timer-placeholder #header-timer .timer .minutes-delimiter,
header .promo-banner .header-timer-placeholder #header-timer .timer .minutes-letter,
header .promo-banner .header-timer-placeholder .header-timer .timer .days-letter,
header .promo-banner .header-timer-placeholder .header-timer .timer .hours-delimiter,
header .promo-banner .header-timer-placeholder .header-timer .timer .hours-letter,
header .promo-banner .header-timer-placeholder .header-timer .timer .minutes-delimiter,
header .promo-banner .header-timer-placeholder .header-timer .timer .minutes-letter {
    text-transform: lowercase;
    vertical-align: middle
}

footer #header-banner-site-wide-sale .header-banner-wrapper,
header #header-banner-site-wide-sale .header-banner-wrapper {
    text-align: center;
    padding: 2px;
    text-align: center;
    background-color: #1a73e8;
    color: #fff;
    vertical-align: middle
}

footer #header-banner-site-wide-sale .header-banner-wrapper>*,
header #header-banner-site-wide-sale .header-banner-wrapper>* {
    vertical-align: middle;
    margin-right: 12px
}

footer #header-banner-site-wide-sale .header-banner-wrapper .header-banner-headline,
header #header-banner-site-wide-sale .header-banner-wrapper .header-banner-headline {
    font-weight: 700;
    font-size: 24px;
    color: #ffc107;
    text-transform: uppercase;
    margin-right: 8px
}

footer #header-banner-site-wide-sale .header-banner-wrapper .header-banner-subheadline,
header #header-banner-site-wide-sale .header-banner-wrapper .header-banner-subheadline {
    font-size: 18px
}

footer #header-banner-site-wide-sale .header-banner-wrapper .header-banner-button,
header #header-banner-site-wide-sale .header-banner-wrapper .header-banner-button {
    padding: 5px 12px;
    background-color: #ffc107;
    border-radius: 3px;
    color: #333;
    font-weight: 700;
    font-size: 11px;
    cursor: pointer;
    display: inline-block
}

footer #header-banner-site-wide-sale .header-banner-wrapper .header-banner-close,
header #header-banner-site-wide-sale .header-banner-wrapper .header-banner-close {
    position: relative;
    color: #fff;
    opacity: .5;
    right: 5px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    float: right;
    top: 8px
}

footer #split-header-banner-wrapper #split-header-banner,
header #split-header-banner-wrapper #split-header-banner {
    padding: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 46px;
    z-index: 1004
}

footer #split-header-banner-wrapper #split-header-banner .left-banner,
header #split-header-banner-wrapper #split-header-banner .left-banner {
    position: relative;
    z-index: 2;
    width: 100%
}

footer #split-header-banner-wrapper #split-header-banner .left-banner:after,
header #split-header-banner-wrapper #split-header-banner .left-banner:after {
    content: " ";
    position: absolute;
    top: 0;
    right: -46px;
    width: 0;
    height: 0;
    border-top: 46px solid #fff;
    border-right: 46px solid transparent
}

footer #split-header-banner-wrapper #split-header-banner .left-banner .one-line-flex,
header #split-header-banner-wrapper #split-header-banner .left-banner .one-line-flex {
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

footer #split-header-banner-wrapper #split-header-banner .right-banner,
header #split-header-banner-wrapper #split-header-banner .right-banner {
    width: 100%
}

footer #split-header-banner-wrapper #split-header-banner .right-banner .one-line-flex,
header #split-header-banner-wrapper #split-header-banner .right-banner .one-line-flex {
    padding-left: 46px;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

footer #split-header-banner-wrapper #split-header-banner .split-banner,
header #split-header-banner-wrapper #split-header-banner .split-banner {
    height: 100%
}

footer #split-header-banner-wrapper #split-header-banner .one-line-flex,
header #split-header-banner-wrapper #split-header-banner .one-line-flex {
    height: 100%
}

footer #split-header-banner-wrapper #split-header-banner .img-action-btn,
header #split-header-banner-wrapper #split-header-banner .img-action-btn {
    height: 30px;
    width: 30px;
    margin-left: 12px
}

footer #universal-branded-header #split-header-banner-wrapper #split-header-banner,
header #universal-branded-header #split-header-banner-wrapper #split-header-banner {
    z-index: initial
}

footer .iherb-header-account,
header .iherb-header-account {
    position: relative;
    cursor: pointer;
    color: #fff
}

footer .iherb-header-account:not(.single-icon),
header .iherb-header-account:not(.single-icon) {
    top: -3px;
    border-right: 1px solid #60aa00;
    margin-right: 20px;
    padding-right: 20px
}

@media (min-width:992px) {

    footer .iherb-header-account:not(.single-icon),
    header .iherb-header-account:not(.single-icon) {
        width: 120px
    }
}

footer .iherb-header-account i,
header .iherb-header-account i {
    font-size: 31px
}

footer .iherb-header-account i:hover,
header .iherb-header-account i:hover {
    text-decoration: none
}

footer .iherb-header-account.iherb-header-account-signed-in .iherb-header-signed-in,
header .iherb-header-account.iherb-header-account-signed-in .iherb-header-signed-in {
    display: block
}

footer .iherb-header-account.iherb-header-account-signed-in .iherb-header-signed-out,
header .iherb-header-account.iherb-header-account-signed-in .iherb-header-signed-out {
    display: none
}

footer .iherb-header-account.iherb-header-account-signed-in .iherb-header-dropdown-signed-out,
header .iherb-header-account.iherb-header-account-signed-in .iherb-header-dropdown-signed-out {
    display: none
}

footer .iherb-header-account .iherb-header-account-sign-in label.iherb-header-signed-in,
header .iherb-header-account .iherb-header-account-sign-in label.iherb-header-signed-in {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

footer .iherb-header-account .iherb-header-account-sign-in label.iherb-header-signed-out,
header .iherb-header-account .iherb-header-account-sign-in label.iherb-header-signed-out {
    cursor: pointer
}

footer .iherb-header-account .iherb-header-account-sign-in label.iherb-header-signed-out:hover,
header .iherb-header-account .iherb-header-account-sign-in label.iherb-header-signed-out:hover {
    text-decoration: underline
}

footer .iherb-header-account .iherb-header-account-sign-in label a,
header .iherb-header-account .iherb-header-account-sign-in label a {
    color: #fff
}

footer .iherb-header-account .iherb-header-account-sign-in>span,
header .iherb-header-account .iherb-header-account-sign-in>span {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

footer .iherb-header-account .iherb-header-account-name,
header .iherb-header-account .iherb-header-account-name {
    width: 100px
}

footer .iherb-header-account .iherb-header-account-my-account,
header .iherb-header-account .iherb-header-account-my-account {
    cursor: pointer
}

footer .iherb-header-account .iherb-header-account-my-account .icon-caret-down,
header .iherb-header-account .iherb-header-account-my-account .icon-caret-down {
    display: none
}

footer .iherb-header-account .iherb-header-account-my-account:after,
header .iherb-header-account .iherb-header-account-my-account:after {
    position: absolute;
    bottom: -2px;
    right: 26px;
    height: 0;
    width: 0;
    content: " ";
    border: solid transparent;
    pointer-events: none;
    border-top-color: #fff;
    border-width: 6px
}

[dir=rtl] footer .iherb-header-account .iherb-header-account-my-account:after,
[dir=rtl] header .iherb-header-account .iherb-header-account-my-account:after {
    left: 50px
}

footer .iherb-header-account .iherb-header-account-my-account:hover,
header .iherb-header-account .iherb-header-account-my-account:hover {
    text-decoration: underline;
    cursor: pointer
}

footer .universal-header .iherb-header-account,
header .universal-header .iherb-header-account {
    color: #666;
    border: none;
    margin: 0;
    padding: 6px 16px 0;
    width: auto
}

footer .universal-header .iherb-header-account .iherb-header-account-sign-in .icon,
header .universal-header .iherb-header-account .iherb-header-account-sign-in .icon {
    color: #666
}

footer .universal-header .iherb-header-account .iherb-header-account-sign-in label a,
header .universal-header .iherb-header-account .iherb-header-account-sign-in label a {
    color: #666
}

footer .universal-header .iherb-header-account .iherb-header-account-my-account,
header .universal-header .iherb-header-account .iherb-header-account-my-account {
    font-weight: 700;
    min-width: 109px
}

[dir=rtl] footer .universal-header .iherb-header-account .iherb-header-account-my-account,
[dir=rtl] header .universal-header .iherb-header-account .iherb-header-account-my-account {
    min-width: 70px
}

footer .universal-header .iherb-header-account .iherb-header-account-my-account .icon-caret-down,
header .universal-header .iherb-header-account .iherb-header-account-my-account .icon-caret-down {
    display: inline-block;
    height: 22px;
    width: 22px;
    vertical-align: middle;
    float: right
}

footer .universal-header .iherb-header-account .iherb-header-account-my-account:after,
header .universal-header .iherb-header-account .iherb-header-account-my-account:after {
    content: normal
}

footer.header-cc-hx .iherb-header-cart a,
header.header-cc-hx .iherb-header-cart a {
    color: #666 !important
}

footer .iherb-header-cart,
header .iherb-header-cart {
    position: relative
}

footer .iherb-header-cart a,
header .iherb-header-cart a {
    display: inline-block;
    position: relative;
    color: #fff
}

footer .iherb-header-cart .icon-header-cart,
header .iherb-header-cart .icon-header-cart {
    width: 28px;
    height: 28px;
    top: 2px
}

footer .iherb-header-cart .iherb-header-cart-quantity,
header .iherb-header-cart .iherb-header-cart-quantity {
    position: absolute;
    right: -10px;
    top: -5px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    background-color: #f38a00;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: 700
}

footer .sticky-header-menu,
header .sticky-header-menu {
    display: none
}

footer .icon-hamburgermenu-sticky,
footer .icon-header_cart,
footer .icon-header_signed-in,
footer .icon-header_signed-out,
footer .icon-iherblogo,
header .icon-hamburgermenu-sticky,
header .icon-header_cart,
header .icon-header_signed-in,
header .icon-header_signed-out,
header .icon-iherblogo {
    color: #fff
}

footer .icon-search,
header .icon-search {
    color: #666;
    width: 30px;
    height: 24px;
    top: 2px
}

footer .icon-iherblogo,
header .icon-iherblogo {
    width: 90px;
    height: 60px
}

footer .icon-hamburgermenu-sticky,
header .icon-hamburgermenu-sticky {
    width: 33px;
    height: 30px;
    top: 1px
}

footer .iherb-header-signed-out,
header .iherb-header-signed-out {
    min-width: 90px;
    border-radius: 8px;
    border: 1px solid #fff;
    min-height: 36px;
    background-color: #458500;
    cursor: pointer;
    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
}

footer a.iherb-header-signed-out:hover,
header a.iherb-header-signed-out:hover {
    text-decoration: none
}

footer .icon-header_signed-in,
header .icon-header_signed-in {
    width: 30px;
    height: 35px;
    top: 3px
}

footer .icon-sharefilled,
header .icon-sharefilled {
    color: #fff;
    min-width: 18px;
    width: 18px;
    height: 19px;
    bottom: 1px
}

footer .icon.icon-circlex,
header .icon.icon-circlex {
    color: #999;
    width: 19px;
    height: 19px
}

footer #searchBtn,
header #searchBtn {
    border-left: 1px solid #8cc324
}

footer #clearSearchBtn,
footer #searchBtn,
header #clearSearchBtn,
header #searchBtn {
    width: auto;
    padding-right: 5px;
    padding-left: 5px
}

footer #clearSearchBtn:hover,
footer #searchBtn:hover,
header #clearSearchBtn:hover,
header #searchBtn:hover {
    cursor: pointer
}

footer .wf-loading body,
header .wf-loading body {
    display: none
}

footer a,
header a {
    text-decoration: none
}

footer .cart-hide,
header .cart-hide {
    display: none !important
}

footer .cart-pop,
header .cart-pop {
    -webkit-animation: popout .2s ease;
    -moz-animation: popout .2s ease;
    animation: popout .2s ease
}

footer .header-overlay-count,
footer .iherb-header-overlay,
header .header-overlay-count,
header .iherb-header-overlay {
    z-index: 1000 !important
}

footer .header-container,
header .header-container {
    max-width: 1400px;
    padding-left: 32px;
    padding-right: 32px;
    min-width: 768px
}

footer .icon-header_cart,
header .icon-header_cart {
    width: 28px;
    height: 28px;
    top: 5px
}

footer .iherb-header,
header .iherb-header {
    position: fixed;
    width: 100%;
    z-index: 1005;
    font-family: FontUniversalPrimary, FontUniversalSecondary, FontUniversalFallback, sans-serif;
    line-height: 1.42857
}

footer .iherb-header .iherb-header-signed-in,
header .iherb-header .iherb-header-signed-in {
    display: none
}

footer .iherb-header .iherb-header-signed-in .username,
header .iherb-header .iherb-header-signed-in .username {
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap
}

footer .iherb-header .iherb-header-signed-in .my-account,
header .iherb-header .iherb-header-signed-in .my-account {
    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;
    font-weight: 700
}

footer .iherb-header .iherb-header-signed-in .my-account svg,
header .iherb-header .iherb-header-signed-in .my-account svg {
    height: 20px;
    width: 20px
}

footer .iherb-header .iherb-header-search,
header .iherb-header .iherb-header-search {
    position: relative;
    overflow: hidden;
    color: #000
}

footer .iherb-header .iherb-header-search .iherb-header-search-input,
header .iherb-header .iherb-header-search .iherb-header-search-input {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    border: solid 1px #458500;
    padding-left: 10px;
    padding-right: 40px
}

footer .iherb-header .iherb-header-search .iherb-header-search-input.clear-btn-padding,
header .iherb-header .iherb-header-search .iherb-header-search-input.clear-btn-padding {
    padding-right: 70px
}

footer .iherb-header .iherb-header-search .iherb-header-search-input:focus::-webkit-input-placeholder,
header .iherb-header .iherb-header-search .iherb-header-search-input:focus::-webkit-input-placeholder {
    color: #fff
}

footer .iherb-header .iherb-header-search .iherb-header-search-input:focus::-moz-placeholder,
header .iherb-header .iherb-header-search .iherb-header-search-input:focus::-moz-placeholder {
    color: #fff
}

footer .iherb-header .iherb-header-search .iherb-header-search-input:focus:-ms-input-placeholder,
header .iherb-header .iherb-header-search .iherb-header-search-input:focus:-ms-input-placeholder {
    color: #fff
}

footer .iherb-header .iherb-header-search .iherb-header-search-input:focus::placeholder,
header .iherb-header .iherb-header-search .iherb-header-search-input:focus::placeholder {
    color: #fff
}

footer .iherb-header .iherb-header-search .iherb-header-search-button,
header .iherb-header .iherb-header-search .iherb-header-search-button {
    position: absolute;
    right: 16px;
    top: 2px;
    bottom: 2px;
    background: 0 0
}

footer .iherb-header .iherb-header-search .iherb-header-search-button button,
header .iherb-header .iherb-header-search .iherb-header-search-button button {
    border: 0;
    width: 40px;
    background: 0 0
}

footer .iherb-header .iherb-header-search .iherb-header-search-button i,
header .iherb-header .iherb-header-search .iherb-header-search-button i {
    color: #458500;
    font-size: 23px
}

footer .iherb-header .iherb-header-share,
header .iherb-header .iherb-header-share {
    position: relative;
    cursor: pointer
}

footer .iherb-header .iherb-header-share:hover strong,
header .iherb-header .iherb-header-share:hover strong {
    text-decoration: underline
}

footer .iherb-header .iherb-header-share>i,
header .iherb-header .iherb-header-share>i {
    position: relative;
    top: -3px;
    color: #f38a00
}

footer .iherb-header .iherb-header-share>strong,
header .iherb-header .iherb-header-share>strong {
    position: relative;
    top: -8px;
    padding-right: 5px;
    color: #fff;
    display: inline
}

@media (max-width:1300px) {

    footer .iherb-header .iherb-header-share>strong,
    header .iherb-header .iherb-header-share>strong {
        display: none !important
    }
}

footer .country-code-flag,
header .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
}

footer .country-code-flag.lg,
header .country-code-flag.lg {
    font-size: 24px;
    line-height: 34px;
    width: 62px
}

footer .spinner,
header .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
}

footer .spinner.small,
header .spinner.small {
    width: 80px;
    font-size: 80px
}

footer .spinner.fixed,
header .spinner.fixed {
    position: fixed;
    top: 40%;
    left: 49%
}

footer .spinner .icon-iherbleaf,
header .spinner .icon-iherbleaf {
    position: relative;
    top: 20%;
    font-size: inherit;
    color: #458500
}

footer .spinner#loginSpinner,
header .spinner#loginSpinner {
    left: 48%;
    top: 35%
}

@-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)
    }
}

footer .loader-background,
header .loader-background {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500 !important
}

footer .loading,
header .loading {
    display: block
}

footer .loader,
header .loader {
    display: none !important;
    position: relative
}

footer .loader.loading,
header .loader.loading {
    display: block !important
}

.ccl-stacked.country-menu.on .selection-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.country-menu.on .selection-list {
    display: block
}

.selection-list {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    margin: auto;
    height: 376px;
    width: 684px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.selection-list .dropdown-text label {
    font-weight: 400
}

@media (max-width:991px) {
    .selection-list {
        width: 755px
    }
}

@media (max-height:470px) {
    .selection-list {
        bottom: auto
    }
}

.selection-list>.selection-list-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, .1)
}

.selection-list>.selection-list-wrapper .background-img {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.selection-list>.selection-list-wrapper .row>div {
    padding-left: 2px;
    padding-right: 2px
}

.selection-list>.selection-list-wrapper .country-column {
    position: relative;
    margin: 30px auto 10px;
    width: 202px;
    height: 100%;
    text-align: center;
    white-space: normal
}

.selection-list>.selection-list-wrapper .country-column .select-country .dropdown-text .country-code-flag {
    font-size: 14px
}

.selection-list>.selection-list-wrapper .country-column.payments {
    margin-top: 10px
}

.selection-list>.selection-list-wrapper .country-column .title-english {
    font-size: 14px;
    font-style: italic;
    color: #8c8c8c
}

.selection-list>.selection-list-wrapper .country-column .country-label,
.selection-list>.selection-list-wrapper .country-column .title-english {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    height: 24px;
    min-height: 24px;
    display: block;
    text-align: center;
    color: #666
}

.selection-list>.selection-list-wrapper .country-column .country-label-wrapper {
    position: relative;
    min-height: 60px;
    overflow: hidden
}

.selection-list>.selection-list-wrapper .country-column .country-label-wrapper .country-label {
    font-weight: 700;
    font-size: 17px
}

.selection-list>.selection-list-wrapper .country-column .country-label-wrapper .country-label.absolute {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0
}

.selection-list>.selection-list-wrapper .country-column .payment-sprite {
    display: inline-block;
    margin: 0
}

.selection-list>.selection-list-wrapper .add-close {
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 10px;
    cursor: pointer
}

.selection-list>.selection-list-wrapper .add-close i {
    font-size: 21px;
    color: #8c8c8c
}

.selection-list>.selection-list-wrapper .country-header {
    margin-top: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #666
}

.selection-list>.selection-list-wrapper .destination-dropdown .ccl-icons {
    display: inline-block
}

.selection-list>.selection-list-wrapper .payment-type-container {
    min-height: 110px
}

.selection-list>.selection-list-wrapper .available-text {
    padding: 0 8px;
    font-size: 12px;
    line-height: 17px;
    color: #8c8c8c
}

.selection-list>.selection-list-wrapper .available-text:first-child {
    font-weight: 700
}

.selection-list>.selection-list-wrapper .ccl-btn .save-selection {
    display: block;
    margin: auto;
    font-size: 18px
}

.ccl-stacked .selection-list {
    -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;
    height: auto !important;
    width: auto !important;
    pointer-events: none
}

.ccl-stacked .selection-list>.selection-list-wrapper {
    position: relative;
    width: 480px;
    height: auto;
    pointer-events: auto
}

.ccl-stacked .selection-list>.selection-list-wrapper>* {
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 24px
}

.ccl-stacked .selection-list>.selection-list-wrapper .dd-divider {
    pointer-events: none;
    margin: 10px 0;
    border-top: 1px solid #e0e0e0
}

.ccl-stacked .selection-list>.selection-list-wrapper #ccl-account-tooltip {
    display: inline-block
}

.ccl-stacked .selection-list>.selection-list-wrapper .add-close svg {
    width: 24px;
    height: 24px;
    fill: #666
}

.ccl-stacked .selection-list>.selection-list-wrapper .ccl-btn {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.ccl-stacked .selection-list>.selection-list-wrapper .ccl-btn .gh-btn {
    font-size: 14px !important;
    width: 100%
}

.ccl-stacked .selection-list>.selection-list-wrapper .ccl-btn>* {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ccl-stacked .selection-list>.selection-list-wrapper .ccl-btn>:first-child {
    margin-right: 8px
}

.ccl-stacked .selection-list>.selection-list-wrapper .ccl-btn>:last-child {
    margin-left: 8px
}

.ccl-stacked .selection-list>.selection-list-wrapper .ccl-header {
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    padding: 14px;
    border-bottom: 1px solid #e0e0e0
}

.ccl-stacked .selection-list>.selection-list-wrapper .ccl-methods {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.ccl-stacked .selection-list>.selection-list-wrapper .ccl-methods .ccl-method-box {
    color: #666;
    background-color: #fafafa;
    padding: 8px;
    border-radius: 8px;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ccl-stacked .selection-list>.selection-list-wrapper .ccl-methods .ccl-method-box:first-child {
    margin-right: 8px
}

.ccl-stacked .selection-list>.selection-list-wrapper .ccl-methods .ccl-method-box:last-child {
    margin-left: 8px
}

.ccl-stacked .selection-list>.selection-list-wrapper .ccl-methods .ccl-method-box .method-title {
    margin-bottom: 8px
}

.ccl-stacked .selection-list>.selection-list-wrapper .ccl-methods .ccl-method-box .method-imgs {
    margin: 1px
}

.ccl-stacked .selection-list .payment-sprite {
    border: none
}

.ui.selection.dropdown {
    position: relative;
    z-index: 1;
    display: block;
    padding: 4px;
    width: 100%;
    min-width: 14em;
    height: 34px;
    min-height: 2.7142em;
    outline: 0;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotate(0);
    transform: rotateZ(0);
    background: #fff;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    border-radius: .28571429rem;
    color: #666;
    white-space: normal;
    font-size: 12px;
    text-align: left;
    word-wrap: break-word;
    line-height: 1em;
    -moz-transition: box-shadow .1s ease, width .1s ease;
    transition: box-shadow .1s ease, width .1s ease;
    cursor: pointer
}

.ui.selection.dropdown>.search-input {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    padding: .67861429em 2.6em .67861429em 2.55em;
    outline: 0;
    line-height: 1.2142em;
    background: none transparent;
    border: none;
    box-shadow: none;
    cursor: pointer
}

.ui.selection.dropdown>.search-input.searching {
    background-color: #fff
}

.ui.selection.dropdown>.search-input.currency {
    padding-left: .4em
}

.ui.selection.dropdown:hover {
    border-color: #999;
    box-shadow: none
}

.ui.selection.dropdown:focus {
    border-color: #999;
    box-shadow: none
}

.ui.selection.dropdown:focus .menu {
    border-color: #8c8c8c;
    box-shadow: 0 2px 3px 0 #8c8c8c
}

.ui.selection.dropdown>.dropdown-icon {
    z-index: 3;
    position: absolute;
    top: auto;
    right: 1em;
    padding: 8px;
    margin: -.78571429em;
    margin-right: -5px;
    margin-top: -4px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    background-color: #999;
    width: 30px;
    height: 100%;
    opacity: .8;
    -moz-transition: opacity .1s ease;
    transition: opacity .1s ease;
    cursor: pointer
}

.ui.selection.dropdown>.dropdown-icon.icon-uparrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 5px
}

.ui.selection.dropdown .dd-divider {
    pointer-events: none;
    margin: 20px 0 0
}

.ui.selection.dropdown .dd-divider+.item {
    border-top: 1px solid #e0e0e0
}

.ui.selection.dropdown>.text {
    position: relative;
    display: inline-block;
    padding-right: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
    -moz-transition: none;
    transition: none;
    cursor: text
}

.ui.selection.dropdown>.text.fade {
    opacity: .4
}

.ui.selection.dropdown .menu {
    z-index: 11;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    margin: 0 -1px;
    max-height: 167px;
    min-width: -moz-calc(100% + 2px);
    min-width: calc(100% + 2px);
    width: 100%;
    outline: 0;
    background: #fff;
    font-size: 1em;
    text-shadow: none;
    text-align: left;
    box-shadow: 0 2px 3px 0 #e0e0e0;
    border: 1px solid #e0e0e0;
    border-radius: .28571429rem;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top-width: 0;
    border-radius: 0 0 .28571429rem .28571429rem;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform, opacity;
    -moz-transition: opacity .1s ease;
    transition: opacity .1s ease;
    cursor: auto
}

.ui.selection.dropdown .menu.open {
    display: block !important
}

.ui.selection.dropdown .menu:after,
.ui.selection.dropdown .menu:before {
    display: none
}

.ui.selection.dropdown .menu>* {
    white-space: nowrap
}

.ui.selection.dropdown .menu>.item {
    position: relative;
    display: block;
    padding: 4px !important;
    height: auto;
    -webkit-touch-callout: none;
    box-shadow: none;
    border: none;
    border-top: 1px solid #fafafa;
    color: #666;
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    line-height: 24px;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    text-overflow: ellipsis
}

.ui.selection.dropdown .menu>.item:hover {
    background: #f5f5f5;
    color: #666;
    z-index: 13;
    cursor: pointer
}

.ui.selection.dropdown .menu>.item label {
    font-size: 12px;
    font-weight: 400
}

.ui.selection.dropdown .menu>.item.popular label {
    font-weight: 700
}

.ui.selection.dropdown .menu .selected.item {
    color: #666;
    background-color: #e0e0e0 !important
}

.ui.selection.dropdown i.flag-sprite {
    display: inline-block;
    float: left;
    margin-right: 5px
}

.language-menu.language-menu-universal .selection-list>.selection-list-wrapper {
    background: #fff
}

.language-menu.language-menu-universal .selection-list>.selection-list-wrapper .country-column .title-english {
    color: #4c4c4c
}

.language-menu.language-menu-universal .selection-list>.selection-list-wrapper .country-column .country-label,
.language-menu.language-menu-universal .selection-list>.selection-list-wrapper .country-column .title-english {
    color: #333
}

.language-menu.language-menu-universal .selection-list>.selection-list-wrapper .add-close i {
    color: #4c4c4c
}

.language-menu.language-menu-universal .selection-list>.selection-list-wrapper .country-header {
    color: #333
}

.language-menu.language-menu-universal .selection-list>.selection-list-wrapper .available-text {
    color: #4c4c4c
}

.language-menu.language-menu-universal .selection-list>.selection-list-wrapper .available-text a {
    color: #0073b1
}

.language-menu.language-menu-universal .ui.selection.dropdown {
    background: #fff;
    border-color: #999;
    color: #333
}

.language-menu.language-menu-universal .ui.selection.dropdown>.search-input.searching {
    background-color: #fff
}

.language-menu.language-menu-universal .ui.selection.dropdown:hover {
    border-color: #666
}

.language-menu.language-menu-universal .ui.selection.dropdown:focus {
    border-color: #666
}

.language-menu.language-menu-universal .ui.selection.dropdown:focus .menu {
    border-color: #4c4c4c
}

.language-menu.language-menu-universal .ui.selection.dropdown>.dropdown-icon {
    background-color: #d8d8d8
}

.language-menu.language-menu-universal .ui.selection.dropdown .dd-divider+.item {
    border-top-color: #999
}

.language-menu.language-menu-universal .ui.selection.dropdown .menu {
    background: #fff;
    box-shadow: 0 2px 3px 0 #999;
    border-color: #999
}

.language-menu.language-menu-universal .ui.selection.dropdown .menu>.item {
    border-color: #fafafa;
    color: #333
}

.language-menu.language-menu-universal .ui.selection.dropdown .menu>.item:hover {
    background: #f5f5f5;
    color: #333
}

.language-menu.language-menu-universal .ui.selection.dropdown .menu .selected.item {
    color: #333;
    background-color: #d8d8d8 !important
}

.language-select-wrap {
    float: left;
    margin-left: 10px;
    margin-top: 35px
}

@media (max-width:991px) {
    .language-select-wrap {
        margin-top: 0;
        margin-left: 0;
        float: right
    }
}

.shared-header .language-select-wrap {
    margin: 0
}

.transparency {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6
}

.transparency.hide {
    display: none !important
}

.selected-country-wrapper {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    background-color: #f5f5f5
}

.selected-country-wrapper:hover {
    background-color: #e0e0e0;
    border-color: #e0e0e0
}

.selected-country-wrapper>div {
    display: inline;
    padding: 0 3px;
    border-right: 1px solid #e0e0e0;
    font-size: 12px;
    color: #666;
    margin-right: 3px
}

.selected-country-wrapper>div.ccl-arrow {
    display: inline-block;
    margin: 0 4px 0 2px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    border-right: none
}

[dir=rtl] .selected-country-wrapper>div.ccl-arrow {
    padding-right: 10px
}

.selected-country-wrapper>div.ccl-arrow i {
    font-size: 7px
}

.selected-country-wrapper>div.country-select {
    display: inline;
    padding: 0 4px
}

.selected-country-wrapper>div.country-select span {
    display: inline-block
}

.selected-country-wrapper>div span:not(.country-select) {
    font-weight: 700
}

[dir=rtl] .selected-country-wrapper>div span:not(.country-select) {
    display: inline-block
}

.universal-header .selected-country-wrapper,
.universal-selected-country-wrapper .selected-country-wrapper {
    border: none;
    background-color: #666;
    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;
    padding: 5px
}

.universal-header .selected-country-wrapper>div,
.universal-selected-country-wrapper .selected-country-wrapper>div {
    border: none;
    margin: 0;
    padding: 0 5px
}

.universal-header .selected-country-wrapper>div span,
.universal-selected-country-wrapper .selected-country-wrapper>div span {
    font-weight: 400
}

.universal-header .selected-country-wrapper>div.country-select,
.universal-selected-country-wrapper .selected-country-wrapper>div.country-select {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #666
}

.universal-header .selected-country-wrapper>div.country-select span,
.universal-selected-country-wrapper .selected-country-wrapper>div.country-select span {
    font-weight: 700
}

.universal-header .selected-country-wrapper>div.currency-select,
.universal-selected-country-wrapper .selected-country-wrapper>div.currency-select {
    padding: 0
}

.universal-header .selected-country-wrapper>div.currency-select span,
.universal-selected-country-wrapper .selected-country-wrapper>div.currency-select span {
    padding: 0 5px;
    border-left: 1px solid #fff
}

.universal-header .selected-country-wrapper .ccl-arrow,
.universal-selected-country-wrapper .selected-country-wrapper .ccl-arrow {
    display: none
}

.universal-header .selected-country-wrapper>div {
    color: #666
}

.universal-selected-country-wrapper .selected-country-wrapper>div {
    color: #fff
}

.universal-header .iherb-header-ccl {
    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
}

.universal-header .iherb-header-ccl .ccl-location {
    margin: 0 16px;
    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
}

.universal-header .iherb-header-ccl .ccl-location .icon {
    margin: 0 4px
}

.universal-header .iherb-header-ccl .ccl-location .ccl-zipcode {
    font-weight: 700;
    cursor: pointer
}

.universal-header .iherb-header-ccl .icon-ccl-globe,
.universal-header .iherb-header-ccl .icon-ccl-location {
    height: 20px;
    width: 20px;
    color: #f5f5f5
}

.universal-header .iherb-header-ccl .selected-country-wrapper {
    background: 0 0
}

.universal-header .iherb-header-ccl .selected-country-wrapper>div.country-select {
    display: inline-block
}

.universal-header .iherb-header-ccl .selected-country-wrapper>div.country-select span.country-code-flag {
    font-weight: 400;
    background: 0 0;
    border: none;
    width: auto;
    text-align: left;
    line-height: normal;
    vertical-align: baseline
}

.universal-header .iherb-header-ccl .selected-country-wrapper>div.currency-select,
.universal-header .iherb-header-ccl .selected-country-wrapper>div.language-select {
    border-left: 1px solid #666
}

.universal-header .iherb-header-ccl .selected-country-wrapper>div.currency-select span,
.universal-header .iherb-header-ccl .selected-country-wrapper>div.language-select span {
    border-left: none
}

#consent_blackbar {
    font-family: FontUniversalPrimary, FontUniversalSecondary, FontUniversalFallback, sans-serif;
    line-height: 1.42857;
    z-index: 1006;
    color: #121212
}

#consent_blackbar.cc-ru #truste-consent-required {
    display: none !important
}

#consent_blackbar #truste-consent-track {
    z-index: 1006;
    width: 100%;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .4)
}

#consent_blackbar #truste-consent-track #truste-banner-wrapper {
    background: #fff;
    position: absolute
}

#consent_blackbar #truste-consent-track #truste-banner-wrapper #truste-consent-content {
    max-width: 1400px;
    margin: 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;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 1rem
}

#consent_blackbar #truste-consent-track #truste-banner-wrapper #truste-consent-content>* {
    vertical-align: middle
}

#consent_blackbar #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons {
    width: 100%;
    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
}

#consent_blackbar #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-consent-button {
    color: #fff;
    background-color: #458500
}

#consent_blackbar #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-consent-button:hover {
    color: #fff
}

#consent_blackbar #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-consent-button,
#consent_blackbar #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-consent-required,
#consent_blackbar #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-show-consent-onclick {
    border-radius: 8px;
    margin-top: .75rem !important;
    padding: 10px 0;
    font-weight: 700;
    cursor: pointer
}

#consent_blackbar #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-consent-required {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333
}

#consent_blackbar #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-consent-required:hover {
    color: #666
}

#consent_blackbar #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-consent-onclick {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333
}

#consent_blackbar #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-consent-onclick:hover {
    color: #666
}

#consent_blackbar #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-cookie-button {
    display: none
}

#consent_blackbar #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-text {
    display: inline-block;
    font-size: 14px;
    line-height: 1.75em;
    margin-bottom: .5rem
}

#consent_blackbar #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-cookie-link {
    color: #0073b1
}

#consent_blackbar.explicit #truste-consent-track #truste-banner-wrapper {
    width: 25%;
    min-width: 340px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 8px
}

#consent_blackbar.explicit #truste-consent-track #truste-banner-wrapper #truste-consent-content {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#consent_blackbar.explicit #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#consent_blackbar.explicit #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-consent-button {
    color: #fff;
    background-color: #458500
}

#consent_blackbar.explicit #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-consent-button:hover {
    color: #fff
}

#consent_blackbar.explicit #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-consent-button,
#consent_blackbar.explicit #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-consent-required,
#consent_blackbar.explicit #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-show-consent-onclick {
    border-radius: 8px;
    margin-top: .75rem !important;
    padding: 10px 0;
    font-weight: 700
}

#consent_blackbar.explicit #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-consent-required {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333
}

#consent_blackbar.explicit #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-consent-required:hover {
    color: #666
}

#consent_blackbar.explicit #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-show-consent-onclick {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333
}

#consent_blackbar.explicit #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-show-consent-onclick:hover {
    color: #666
}

#consent_blackbar.explicit #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-cookie-button {
    display: none
}

#consent_blackbar.explicit #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-text {
    display: inline-block;
    font-size: 14px;
    line-height: 1.75em;
    margin-bottom: .5rem
}

#consent_blackbar.explicit #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-cookie-link {
    color: #0073b1
}

#consent_blackbar.implicit #truste-consent-track {
    background: 0 0;
    position: static
}

#consent_blackbar.implicit #truste-consent-track #trustarc-banner-overlay {
    display: none
}

#consent_blackbar.implicit #truste-consent-track #truste-banner-wrapper {
    width: 100%;
    bottom: 0;
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, .12);
    position: fixed
}

#consent_blackbar.implicit #truste-consent-track #truste-banner-wrapper .implicit-close {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer
}

#consent_blackbar.implicit #truste-consent-track #truste-banner-wrapper #truste-consent-content {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

#consent_blackbar.implicit #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

#consent_blackbar.implicit #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-consent-button,
#consent_blackbar.implicit #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-consent-required,
#consent_blackbar.implicit #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-show-consent-onclick {
    border-radius: 8px;
    margin-top: .75rem !important;
    padding: 12px 30px;
    font-weight: 700;
    cursor: pointer
}

#consent_blackbar.implicit #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-consent-button {
    color: #fff;
    background-color: #458500;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

#consent_blackbar.implicit #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-consent-button:hover {
    color: #fff
}

#consent_blackbar.implicit #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-consent-required {
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333
}

#consent_blackbar.implicit #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-consent-required:hover {
    color: #666
}

#consent_blackbar.implicit #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-show-consent-onclick {
    background-color: #fff;
    border: none;
    text-decoration: underline;
    color: #333;
    font-weight: 400
}

#consent_blackbar.implicit #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-show-consent-onclick:hover {
    color: #666
}

#consent_blackbar.implicit #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-buttons #truste-cookie-button {
    display: none
}

#consent_blackbar.implicit #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-text {
    display: inline-block;
    font-size: 14px;
    line-height: 1.75em;
    margin-bottom: .5rem
}

#consent_blackbar.implicit #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-consent-text h4.implicit-title {
    font-size: 16px;
    color: #000
}

#consent_blackbar.implicit #truste-consent-track #truste-banner-wrapper #truste-consent-content #truste-cookie-link {
    color: #0073b1
}
