@charset "UTF-8";

@font-face {
    font-family: flexslider-icon;
    src: url(fonts/flexslider-icon.eot);
    src: url(fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"), url(fonts/flexslider-icon.woff) format("woff"), url(fonts/flexslider-icon.ttf) format("truetype"), url(fonts/flexslider-icon.svg#flexslider-icon) format("svg");
    font-weight: 400;
    font-style: normal
}

.flex-container a:hover,
.flex-slider a:hover {
    outline: 0
}

.flex-control-nav,
.flex-direction-nav,
.slides,
.slides>li {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides>li:first-child {
    display: block
}

.flexslider {
    margin: 0 0 0;
    background: #fff;
    position: relative;
    zoom: 1
}

.flexslider .slides {
    zoom: 1
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none
}

.flex-viewport {
    max-height: 2000px;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    display: none
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-prev {
    opacity: .7;
    /*!@noflip*/
    left: 0
}

.flexslider:hover .flex-next {
    opacity: .7;
    /*!@noflip*/
    right: 0
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    cursor: default
}

.flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    content: '\f001'
}

.flex-direction-nav a.flex-next:before {
    content: '\f002'
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: auto;
    position: absolute;
    bottom: -10px
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1
}

.flex-control-paging li a {
    width: 8px;
    height: 8px;
    display: block;
    background: #fff;
    background: #fff;
    border: 1px solid #999;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px
}

.flex-control-paging li a:hover {
    background: #999;
    background: #999
}

.flex-control-paging li a.flex-active {
    background: #999;
    background: #999;
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        /*!@noflip*/
        left: 0
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        /*!@noflip*/
        right: 0
    }
}

@-webkit-keyframes skeleton {
    0% {
        background-color: rgba(165, 165, 165, .1)
    }

    50% {
        background-color: rgba(165, 165, 165, .3)
    }

    100% {
        background-color: rgba(165, 165, 165, .1)
    }
}

@-moz-keyframes skeleton {
    0% {
        background-color: rgba(165, 165, 165, .1)
    }

    50% {
        background-color: rgba(165, 165, 165, .3)
    }

    100% {
        background-color: rgba(165, 165, 165, .1)
    }
}

@keyframes skeleton {
    0% {
        background-color: rgba(165, 165, 165, .1)
    }

    50% {
        background-color: rgba(165, 165, 165, .3)
    }

    100% {
        background-color: rgba(165, 165, 165, .1)
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 1px solid #0073b1;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #666;
    text-decoration: none;
    background-color: #8f2b00
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    box-shadow: none
}

.btn.btn-full {
    width: 100%
}

.btn-link {
    color: #0039a6;
    font-weight: 400;
    border-radius: 0;
    font-size: 14px;
    padding: 0;
    border: 0;
    margin-bottom: 1px
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #004588;
    text-decoration: underline;
    background-color: transparent
}

.btn-link .btn-full {
    width: 100%
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    text-decoration: none
}

.inline-btn {
    display: inline-block;
    margin: 10px 10px 0 0
}

.inline-btn .btn {
    margin-right: 10px
}

.btn-default {
    color: #666;
    border-color: #e0e0e0;
    background-image: -moz- oldlinear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    background-repeat: repeat-x
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
    color: #666;
    border-color: #c1c1c1;
    background-image: -moz- oldlinear-gradient(top, #e6e6e6 0, #c7c7c7 100%);
    background-image: linear-gradient(to bottom, #e6e6e6 0, #c7c7c7 100%);
    background-repeat: repeat-x
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    border-color: #e0e0e0;
    background-image: -moz- oldlinear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    background-repeat: repeat-x
}

.btn-primary {
    color: #fff;
    border-color: #f38a00;
    background-image: -moz- oldlinear-gradient(top, #f38a00 0, #ef6c00 100%);
    background-image: linear-gradient(to bottom, #f38a00 0, #ef6c00 100%);
    background-repeat: repeat-x
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    border-color: #b66700;
    background-image: -moz- oldlinear-gradient(top, #c06d00 0, #bc5500 100%);
    background-image: linear-gradient(to bottom, #c06d00 0, #bc5500 100%);
    background-repeat: repeat-x
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    border-color: #f38a00;
    background-image: -moz- oldlinear-gradient(top, #f38a00 0, #ef6c00 100%);
    background-image: linear-gradient(to bottom, #f38a00 0, #ef6c00 100%);
    background-repeat: repeat-x
}

.btn-secondary {
    color: #fff;
    border-color: #458500;
    background-image: -moz- oldlinear-gradient(top, #458500 0, #2c7500 100%);
    background-image: linear-gradient(to bottom, #458500 0, #2c7500 100%);
    background-repeat: repeat-x
}

.btn-secondary.active,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    border-color: #254800;
    background-image: -moz- oldlinear-gradient(top, #2b5200 0, #194200 100%);
    background-image: linear-gradient(to bottom, #2b5200 0, #194200 100%);
    background-repeat: repeat-x
}

.btn-secondary.disabled,
.btn-secondary.disabled.active,
.btn-secondary.disabled.focus,
.btn-secondary.disabled:active,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary[disabled],
.btn-secondary[disabled].active,
.btn-secondary[disabled].focus,
.btn-secondary[disabled]:active,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary,
fieldset[disabled] .btn-secondary.active,
fieldset[disabled] .btn-secondary.focus,
fieldset[disabled] .btn-secondary:active,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary:hover {
    border-color: #458500;
    background-image: -moz- oldlinear-gradient(top, #458500 0, #2c7500 100%);
    background-image: linear-gradient(to bottom, #458500 0, #2c7500 100%);
    background-repeat: repeat-x
}

.btn-disabled {
    color: #fff;
    border-color: #e0e0e0;
    background-image: -moz- oldlinear-gradient(top, #e0e0e0 0, #999 100%);
    background-image: linear-gradient(to bottom, #e0e0e0 0, #999 100%);
    background-repeat: repeat-x;
    pointer-events: none
}

.btn-disabled.active,
.btn-disabled.focus,
.btn-disabled:active,
.btn-disabled:focus,
.btn-disabled:hover {
    color: #fff;
    border-color: #c1c1c1;
    background-image: -moz- oldlinear-gradient(top, #c7c7c7 0, gray 100%);
    background-image: linear-gradient(to bottom, #c7c7c7 0, gray 100%);
    background-repeat: repeat-x
}

.btn-disabled.disabled,
.btn-disabled.disabled.active,
.btn-disabled.disabled.focus,
.btn-disabled.disabled:active,
.btn-disabled.disabled:focus,
.btn-disabled.disabled:hover,
.btn-disabled[disabled],
.btn-disabled[disabled].active,
.btn-disabled[disabled].focus,
.btn-disabled[disabled]:active,
.btn-disabled[disabled]:focus,
.btn-disabled[disabled]:hover,
fieldset[disabled] .btn-disabled,
fieldset[disabled] .btn-disabled.active,
fieldset[disabled] .btn-disabled.focus,
fieldset[disabled] .btn-disabled:active,
fieldset[disabled] .btn-disabled:focus,
fieldset[disabled] .btn-disabled:hover {
    border-color: #e0e0e0;
    background-image: -moz- oldlinear-gradient(top, #e0e0e0 0, #999 100%);
    background-image: linear-gradient(to bottom, #e0e0e0 0, #999 100%);
    background-repeat: repeat-x
}

.btn-ghost-primary {
    color: #f38a00;
    border-color: #f38a00;
    background-image: -moz- oldlinear-gradient(top, transparent 0, transparent 100%);
    background-image: linear-gradient(to bottom, transparent 0, transparent 100%);
    background-repeat: repeat-x
}

.btn-ghost-primary.active,
.btn-ghost-primary.focus,
.btn-ghost-primary:active,
.btn-ghost-primary:focus,
.btn-ghost-primary:hover {
    color: #f38a00;
    border-color: #b66700;
    background-image: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x
}

.btn-ghost-primary.disabled,
.btn-ghost-primary.disabled.active,
.btn-ghost-primary.disabled.focus,
.btn-ghost-primary.disabled:active,
.btn-ghost-primary.disabled:focus,
.btn-ghost-primary.disabled:hover,
.btn-ghost-primary[disabled],
.btn-ghost-primary[disabled].active,
.btn-ghost-primary[disabled].focus,
.btn-ghost-primary[disabled]:active,
.btn-ghost-primary[disabled]:focus,
.btn-ghost-primary[disabled]:hover,
fieldset[disabled] .btn-ghost-primary,
fieldset[disabled] .btn-ghost-primary.active,
fieldset[disabled] .btn-ghost-primary.focus,
fieldset[disabled] .btn-ghost-primary:active,
fieldset[disabled] .btn-ghost-primary:focus,
fieldset[disabled] .btn-ghost-primary:hover {
    border-color: #f38a00;
    background-image: -moz- oldlinear-gradient(top, transparent 0, transparent 100%);
    background-image: linear-gradient(to bottom, transparent 0, transparent 100%);
    background-repeat: repeat-x
}

.btn-ghost-primary-darker {
    color: #ef6c00;
    border-color: #ef6c00;
    background-image: -moz- oldlinear-gradient(top, transparent 0, transparent 100%);
    background-image: linear-gradient(to bottom, transparent 0, transparent 100%);
    background-repeat: repeat-x
}

.btn-ghost-primary-darker.active,
.btn-ghost-primary-darker.focus,
.btn-ghost-primary-darker:active,
.btn-ghost-primary-darker:focus,
.btn-ghost-primary-darker:hover {
    color: #ef6c00;
    border-color: #b25000;
    background-image: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x
}

.btn-ghost-primary-darker.disabled,
.btn-ghost-primary-darker.disabled.active,
.btn-ghost-primary-darker.disabled.focus,
.btn-ghost-primary-darker.disabled:active,
.btn-ghost-primary-darker.disabled:focus,
.btn-ghost-primary-darker.disabled:hover,
.btn-ghost-primary-darker[disabled],
.btn-ghost-primary-darker[disabled].active,
.btn-ghost-primary-darker[disabled].focus,
.btn-ghost-primary-darker[disabled]:active,
.btn-ghost-primary-darker[disabled]:focus,
.btn-ghost-primary-darker[disabled]:hover,
fieldset[disabled] .btn-ghost-primary-darker,
fieldset[disabled] .btn-ghost-primary-darker.active,
fieldset[disabled] .btn-ghost-primary-darker.focus,
fieldset[disabled] .btn-ghost-primary-darker:active,
fieldset[disabled] .btn-ghost-primary-darker:focus,
fieldset[disabled] .btn-ghost-primary-darker:hover {
    border-color: #ef6c00;
    background-image: -moz- oldlinear-gradient(top, transparent 0, transparent 100%);
    background-image: linear-gradient(to bottom, transparent 0, transparent 100%);
    background-repeat: repeat-x
}

.btn-ghost-info {
    color: #0039a6;
    border-color: #0039a6;
    background-image: -moz- oldlinear-gradient(top, transparent 0, transparent 100%);
    background-image: linear-gradient(to bottom, transparent 0, transparent 100%);
    background-repeat: repeat-x
}

.btn-ghost-info.active,
.btn-ghost-info.focus,
.btn-ghost-info:active,
.btn-ghost-info:focus,
.btn-ghost-info:hover {
    color: #0039a6;
    border-color: #12579b;
    background-image: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x
}

.btn-ghost-info.disabled,
.btn-ghost-info.disabled.active,
.btn-ghost-info.disabled.focus,
.btn-ghost-info.disabled:active,
.btn-ghost-info.disabled:focus,
.btn-ghost-info.disabled:hover,
.btn-ghost-info[disabled],
.btn-ghost-info[disabled].active,
.btn-ghost-info[disabled].focus,
.btn-ghost-info[disabled]:active,
.btn-ghost-info[disabled]:focus,
.btn-ghost-info[disabled]:hover,
fieldset[disabled] .btn-ghost-info,
fieldset[disabled] .btn-ghost-info.active,
fieldset[disabled] .btn-ghost-info.focus,
fieldset[disabled] .btn-ghost-info:active,
fieldset[disabled] .btn-ghost-info:focus,
fieldset[disabled] .btn-ghost-info:hover {
    border-color: #0039a6;
    background-image: -moz- oldlinear-gradient(top, transparent 0, transparent 100%);
    background-image: linear-gradient(to bottom, transparent 0, transparent 100%);
    background-repeat: repeat-x
}

.btn-outline,
.btn-toggle-learn-more {
    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,
.btn-toggle-learn-more: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,
.btn-toggle-learn-more: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: #0039a6;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.badge.badge-small {
    font-size: 10px;
    padding: 2px 7px
}

.badge.badge-danger {
    background-color: #f10200
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.badge-unread {
    width: 8px;
    height: 8px;
    background-color: #d32f2f;
    border-radius: 8px;
    display: inline-block
}

.popup-container {
    width: 500px;
    top: 50vh;
    /*!@noflip*/
    left: 50vw;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100px;
    padding: 25px;
    display: none;
    position: fixed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 300px;
    max-height: -moz-calc(100vh - 200px);
    max-height: calc(100vh - 200px);
    z-index: 2000;
    height: auto;
    background-color: #fff;
    outline: 0
}

.popup-container.china {
    width: 600px
}

.popup-container .popup-close,
.popup-container .popup-close-adv {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
    z-index: 500
}

.popup-container .popup-close i,
.popup-container .popup-close-adv i {
    font-size: 21px;
    color: #e0e0e0 !important
}

.popup-container .popup-title {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #e0e0e0 ；;
    padding-bottom: 15px
}

.popup-container .popup-title.china {
    text-align: center
}

.popup-container .popup-title svg {
    vertical-align: middle
}

.popup-container .popup-title #china-title {
    margin-left: 15px;
    font-size: 18px;
    font-weight: 700
}

.popup-container .popup-content {
    font-size: 14px;
    margin: 10px 0;
    font-weight: 400
}

.popup-container .popup-content p {
    margin-bottom: 10px
}

.popup-container .popup-content.china {
    text-align: center
}

.popup-container .popup-footer {
    padding-top: 20px;
    float: right
}

.popup-container .popup-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.popup-container-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup-container-wrapper.expand {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0
}

.show {
    display: block !important
}

.add-close {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.add-close i {
    font-size: 21px;
    color: #e0e0e0 !important
}

.no-rating {
    height: 19px
}

.rating {
    z-index: 0;
    position: relative
}

.rating .write-review {
    vertical-align: middle;
    font-size: 13px
}

.rating a {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none
}

.rating a>span {
    margin-right: 4px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rating a:hover {
    text-decoration: none
}

.rating .stars {
    font-size: 12px;
    display: inline-block
}

.rating .stars .stars-rating {
    width: 15px !important;
    height: 15px;
    min-height: 15px;
    vertical-align: top;
    position: relative;
    margin-right: 1px;
    left: 0
}

.rating .stars .stars-rating path {
    fill: #fac627
}

.rating .stars .stars-rating:last-of-type {
    margin-right: 0 !important
}

.rating .stars .stars-rating.empty path:first-of-type,
.rating .stars .stars-rating.half path:first-of-type {
    fill: #bdbdbd
}

.rating .stars .stars-rating-v2 {
    width: 15px;
    height: 15px;
    min-height: 15px;
    vertical-align: top;
    position: relative;
    margin-right: 1px;
    left: 0;
    fill: none
}

.rating .stars .stars-rating-v2.full {
    fill: #fac627
}

.rating .stars .stars-rating-v2.full path {
    stroke: #8d6708
}

.rating .stars .stars-rating-v2.half path:first-child,
.rating .stars .stars-rating-v2.quarter path:first-child,
.rating .stars .stars-rating-v2.three-quarters path:first-child {
    fill: #fac627
}

.rating .stars .stars-rating-v2.half path:last-child,
.rating .stars .stars-rating-v2.quarter path:last-child,
.rating .stars .stars-rating-v2.three-quarters path:last-child {
    stroke: #8d6708
}

.rating .stars .stars-rating-v2.empty path {
    stroke: #8d6708
}

.rating .rating-count {
    font-size: 12px;
    color: #747474;
    margin-left: 3px
}

.alerts {
    padding: 16px;
    font-size: 14px;
    border: 1px solid;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1
}

.alerts.alerts-inline {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.alerts.alerts-info {
    background-color: #f0f5ff;
    border-color: #f0f5ff;
    color: #005b9e
}

.catalog-alerts-v2 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    height: auto;
    width: 100vw;
    z-index: 9999999999
}

.catalog-alerts-v2 .alert {
    position: absolute;
    top: 16px;
    z-index: 9999999999;
    right: 16px
}

.catalog-alerts-v2 .alert .alert-content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    height: auto;
    margin-bottom: 16px;
    padding: 16px;
    position: relative;
    width: 343px;
    background: #333
}

.catalog-alerts-v2 .alert .alert-content .alert-message {
    -webkit-flex: 1 1 0%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    margin: 0 10px 4px 12px;
    color: #fff;
    font-size: 14px
}

.catalog-alerts-v2 .alert .alert-content .close-icon-wrapper svg {
    cursor: pointer
}

.catalog-alerts-v2 .alert .alert-content .close-icon-wrapper svg path {
    fill: #fff
}

.catalog-alerts-v2 .alert .alert-content-error {
    background: #d32f2f
}

.catalog-alerts-v2 .alert .alert-content-success {
    background: #2c7500
}

.catalog-alerts-v2 .alert .alert-content-success svg path {
    fill: #fff
}

.catalog-alerts-v2 .alert .alert-content-warn {
    background: #fac627
}

.catalog-alerts-v2 .alert .alert-content-warn .alert-message {
    color: #333
}

.catalog-alerts-v2 .alert .alert-content-warn .close-icon-wrapper svg path {
    fill: #333
}

.catalog-alerts-v2 .alert .alert-content-info {
    background: #126cc5
}

.catalog-alerts-v2 .alert .alert-action {
    padding-left: 3px;
    text-decoration: underline;
    cursor: pointer
}

.gh-form-control {
    display: block;
    font-size: 14px
}

.gh-form-control .gh-dropdown-search,
.gh-form-control .gh-input-search {
    border-radius: 8px;
    border: 1px solid #ccc;
    position: relative;
    padding: 12px 16px;
    height: 100%;
    width: 100%;
    outline: 0
}

.gh-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 !important;
    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-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
}


body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%
}

html {
    overflow-y: scroll;
    font-size: 14px;
    overscroll-behavior: none
}


.prohibited-404 {
    margin: 89px;
    color: #333
}

.prohibited-404 .container {
    text-align: center
}

.prohibited-404 .prohibited-tag {
    margin-bottom: 32px;
    width: 120px;
    height: 120px
}

.prohibited-404 .content {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px
}

.prohibited-404 .content .cf-error-details {
    display: none
}

.prohibited-404 .tips {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px
}

.prohibited-404 .return-links {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.prohibited-404 .return-links a {
    background-color: #458500;
    border-radius: 8px;
    display: block;
    width: 343px;
    height: 48px;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
    font-size: 16px
}

.prohibited-404 .return-links a:hover {
    text-decoration: none
}

.prohibited-404 #product-similar-items-to-consider {
    margin-top: 84px;
    text-align: initial
}

@-webkit-keyframes falling1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0)
    }

    100% {
        -webkit-transform: translate3d(100px, 250px, 0) rotate(180deg);
        transform: translate3d(100px, 250px, 0) rotate(180deg);
        opacity: 0
    }
}

@-moz-keyframes falling1 {
    0% {
        -moz-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0)
    }

    100% {
        -moz-transform: translate3d(100px, 250px, 0) rotate(180deg);
        transform: translate3d(100px, 250px, 0) rotate(180deg);
        opacity: 0
    }
}

@keyframes falling1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        -moz-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0)
    }

    100% {
        -webkit-transform: translate3d(100px, 250px, 0) rotate(180deg);
        -moz-transform: translate3d(100px, 250px, 0) rotate(180deg);
        transform: translate3d(100px, 250px, 0) rotate(180deg);
        opacity: 0
    }
}

@-webkit-keyframes falling2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0)
    }

    100% {
        -webkit-transform: translate3d(-150px, 200px, 0) rotate(360deg);
        transform: translate3d(-150px, 200px, 0) rotate(360deg);
        opacity: 0
    }
}

@-moz-keyframes falling2 {
    0% {
        -moz-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0)
    }

    100% {
        -moz-transform: translate3d(-150px, 200px, 0) rotate(360deg);
        transform: translate3d(-150px, 200px, 0) rotate(360deg);
        opacity: 0
    }
}

@keyframes falling2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        -moz-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0)
    }

    100% {
        -webkit-transform: translate3d(-150px, 200px, 0) rotate(360deg);
        -moz-transform: translate3d(-150px, 200px, 0) rotate(360deg);
        transform: translate3d(-150px, 200px, 0) rotate(360deg);
        opacity: 0
    }
}

@-webkit-keyframes falling3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0)
    }

    100% {
        -webkit-transform: translate3d(36px, 200px, 0) rotate(360deg);
        transform: translate3d(36px, 200px, 0) rotate(360deg);
        opacity: 0
    }
}

@-moz-keyframes falling3 {
    0% {
        -moz-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0)
    }

    100% {
        -moz-transform: translate3d(36px, 200px, 0) rotate(360deg);
        transform: translate3d(36px, 200px, 0) rotate(360deg);
        opacity: 0
    }
}

@keyframes falling3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        -moz-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0)
    }

    100% {
        -webkit-transform: translate3d(36px, 200px, 0) rotate(360deg);
        -moz-transform: translate3d(36px, 200px, 0) rotate(360deg);
        transform: translate3d(36px, 200px, 0) rotate(360deg);
        opacity: 0
    }
}

@-webkit-keyframes falling4 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0)
    }

    100% {
        -webkit-transform: translate3d(-36px, 200px, 0) rotate(360deg);
        transform: translate3d(-36px, 200px, 0) rotate(360deg);
        opacity: 0
    }
}

@-moz-keyframes falling4 {
    0% {
        -moz-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0)
    }

    100% {
        -moz-transform: translate3d(-36px, 200px, 0) rotate(360deg);
        transform: translate3d(-36px, 200px, 0) rotate(360deg);
        opacity: 0
    }
}

@keyframes falling4 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        -moz-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0)
    }

    100% {
        -webkit-transform: translate3d(-36px, 200px, 0) rotate(360deg);
        -moz-transform: translate3d(-36px, 200px, 0) rotate(360deg);
        transform: translate3d(-36px, 200px, 0) rotate(360deg);
        opacity: 0
    }
}


#ada-button-frame {
    bottom: 120px !important;
    z-index: 299 !important
}

#ada-chat-frame {
    bottom: 100px !important;
    height: 85% !important;
    z-index: 1100 !important
}

img {
    border: none
}

ul {
    margin: 0;
    padding: 0;
    outline-color: transparent;
    list-style: none
}

a {
    text-decoration: none;
    color: #0039a6
}

a:hover {
    text-decoration: underline
}

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
}


table,
table.orderhistory {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1rem;
}

td {
    padding: 10px;
    border: 1px solid #ebebeb;
}

.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;
    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;
    margin-left: auto;
    max-width: 1400px;
    width: auto;
    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
}


.text-muted-lighter {
    color: #999
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.small,
small {
    font-size: 12px
}


@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
    }
}

.error-msg {
    background-color: #fee0e1;
    color: #f10200;
    border: 1px solid #feb6bb;
    padding: 8px 11px;
    margin-bottom: 20px;
    font-size: 14px
}

.error-msg i {
    font-size: 1.5em;
    display: inline-block;
    vertical-align: middle
}

.success-msg {
    background-color: #edf7e5;
    color: #458500;
    border: 1px solid #458500;
    padding: 8px 11px;
    margin-bottom: 20px;
    font-size: 14px
}

.success-msg i {
    font-size: 1.5em;
    display: inline-block;
    vertical-align: middle
}

.warning-msg {
    background-color: #fff3e0;
    color: #ea5d10;
    border: 1px solid #f38a00;
    padding: 8px 11px;
    margin-bottom: 20px;
    font-size: 14px
}

.warning-msg i {
    font-size: 1.5em;
    display: inline-block;
    vertical-align: middle
}

.saving-msg {
    float: left;
    width: 100%;
    background-color: #f6f6f4;
    padding: 8px 11px;
    margin-bottom: 10px
}

.saving-msg p:first-child {
    float: left;
    font-weight: 700
}

.saving-msg p:first-child span {
    color: #ef6c00
}

.saving-msg p:first-child span span {
    font-size: inherit
}

.saving-msg p:last-child {
    float: right
}

.alert-warning {
    background-color: #fee0e1;
    color: #f44336;
    border: 1px solid #ffa39e;
    margin-bottom: 20px
}

.alert-warning span {
    font-size: 21px;
    padding: 5px 0;
    display: inline-block;
    vertical-align: top
}

.alert-warning p {
    display: inline-block;
    width: 86%;
    padding: 10px 0;
    color: #f44336 !important
}

.alert-success {
    background-color: #edf7e5;
    color: #458500;
    border: 1px solid #458500;
    margin-bottom: 20px
}

.alert-success span {
    font-size: 21px;
    padding: 10px 0;
    display: inline-block;
    vertical-align: top
}

.alert-success p {
    display: inline-block;
    width: 86%;
    padding: 10px 0;
    color: #458500 !important
}

.form-group fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

input[type=text]:focus,
select:focus {
    outline: 1px solid #0073b1
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.login-container .has-feedback {
    position: relative
}

.login-container .has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 41px;
    height: 41px;
    line-height: 41px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #458500
}

.has-success .form-control {
    border-color: #458500;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b5200;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aeb00
}

.has-success .input-group-addon {
    color: #458500;
    border-color: #458500;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #458500
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #f00000
}

.has-error .form-control {
    border-color: #f00000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #bd0000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ff5757
}

.has-error .input-group-addon {
    color: #f00000;
    border-color: #f00000;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #f00000
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
}

.form-inline .form-control-static {
    display: inline-block
}

.form-inline .input-group {
    display: inline-table;
    vertical-align: middle
}

.form-inline .input-group .form-control,
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn {
    width: auto
}

.form-inline .input-group>.form-control {
    width: 100%
}

.form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle
}

.form-inline .checkbox,
.form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
}

.form-inline .checkbox label,
.form-inline .radio label {
    padding-left: 0
}

.form-inline .checkbox input[type=checkbox],
.form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0
}

.form-inline .has-feedback .form-control-feedback {
    top: 0
}

.form-error {
    font-weight: 700;
    color: #f10200;
    display: block;
    margin-top: -8px;
    margin-bottom: 5px
}

#skip-verification .form-group {
    margin-bottom: 15px;
    margin-top: 15px
}

#skip-verification .form-error {
    display: block !important
}

.info-popup {
    position: absolute;
    border: solid 1px #999;
    background-color: #fafafa;
    padding: 10px;
    z-index: 100;
    white-space: normal !important;
    width: 192px;
    display: none;
    overflow: visible !important
}

.info-popup:after {
    content: '';
    position: absolute;
    background: url(/static/i/header-footer-sprite-xsm-new.png) no-repeat -248px -1px;
    width: 12px;
    height: 17px;
    float: left;
    margin: 0 10px;
    right: -21px;
    top: 6px
}

.ar .info-popup:after {
    background: url(/static/i/header-footer-sprite-xsm-new2.png) no-repeat -270px -1px
}

.info-popup.info-popup-arrow-left:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0;
    left: -21px
}

.image-coming-soon {
    text-align: center;
    color: #e0e0e0;
    font-weight: 700;
    position: relative;
    bottom: 15px
}

.image-coming-soon.large {
    font-size: 22px
}

.image-coming-soon.large i {
    font-size: 8em
}

.image-coming-soon.medium {
    height: 124px;
    font-size: 16px
}

.image-coming-soon.medium i {
    font-size: 5em
}

.image-coming-soon.medium div {
    position: relative;
    bottom: 10px
}

.image-coming-soon.small {
    height: 105px;
    font-size: 14px;
    bottom: 3px
}

.image-coming-soon.small i {
    font-size: 5em
}

.image-coming-soon.x-small {
    height: 75px;
    font-size: 11px;
    bottom: 3px
}

.image-coming-soon.x-small i {
    font-size: 4em
}

.image-coming-soon.horizontal {
    height: 105px;
    font-size: 14px;
    bottom: 12px
}

.image-coming-soon.horizontal i {
    font-size: 4.5em
}

.image-coming-soon.horizontal div {
    position: relative;
    bottom: 12px
}

.image-coming-soon.mini {
    height: 105px;
    font-size: 14px;
    bottom: 3px
}

.image-coming-soon.mini i {
    font-size: 3em
}

.image-coming-soon.mini div {
    font-size: 13px
}

.image-coming-soon.line-item {
    height: 100px;
    font-size: 14px;
    bottom: 12px;
    width: 100px;
    position: unset;
    line-height: 1
}

.image-coming-soon.line-item i {
    font-size: 4.5em
}

.image-coming-soon.line-item div {
    white-space: nowrap
}

.image-coming-soon.grouping {
    height: 50px;
    width: 50px;
    font-size: 11px;
    bottom: 5px
}

.image-coming-soon.grouping i {
    font-size: 4em
}

@-webkit-keyframes rotateplane2d {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    12.5% {
        -webkit-transform: scale(.5, 1);
        transform: scale(.5, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    25% {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    37.5% {
        -webkit-transform: scale(-.5, 1);
        transform: scale(-.5, 1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    62.5% {
        -webkit-transform: scale(-.5, 1);
        transform: scale(-.5, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    75% {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    87.5% {
        -webkit-transform: scale(.5, 1);
        transform: scale(.5, 1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-moz-keyframes rotateplane2d {
    0% {
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    12.5% {
        -moz-transform: scale(.5, 1);
        transform: scale(.5, 1);
        -moz-animation-timing-function: linear;
        animation-timing-function: linear
    }

    25% {
        -moz-transform: scale(0, 1);
        transform: scale(0, 1);
        -moz-animation-timing-function: linear;
        animation-timing-function: linear
    }

    37.5% {
        -moz-transform: scale(-.5, 1);
        transform: scale(-.5, 1);
        -moz-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -moz-transform: scale(-1, 1);
        transform: scale(-1, 1);
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    62.5% {
        -moz-transform: scale(-.5, 1);
        transform: scale(-.5, 1);
        -moz-animation-timing-function: linear;
        animation-timing-function: linear
    }

    75% {
        -moz-transform: scale(0, 1);
        transform: scale(0, 1);
        -moz-animation-timing-function: linear;
        animation-timing-function: linear
    }

    87.5% {
        -moz-transform: scale(.5, 1);
        transform: scale(.5, 1);
        -moz-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    100% {
        -moz-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes rotateplane2d {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    12.5% {
        -webkit-transform: scale(.5, 1);
        -moz-transform: scale(.5, 1);
        transform: scale(.5, 1);
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        animation-timing-function: linear
    }

    25% {
        -webkit-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        animation-timing-function: linear
    }

    37.5% {
        -webkit-transform: scale(-.5, 1);
        -moz-transform: scale(-.5, 1);
        transform: scale(-.5, 1);
        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: scale(-1, 1);
        -moz-transform: scale(-1, 1);
        transform: scale(-1, 1);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    62.5% {
        -webkit-transform: scale(-.5, 1);
        -moz-transform: scale(-.5, 1);
        transform: scale(-.5, 1);
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        animation-timing-function: linear
    }

    75% {
        -webkit-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        animation-timing-function: linear
    }

    87.5% {
        -webkit-transform: scale(.5, 1);
        -moz-transform: scale(.5, 1);
        transform: scale(.5, 1);
        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.spinner {
    position: relative;
    top: 25px;
    display: block;
    width: 100px;
    font-size: 100px;
    height: 3em;
    clear: both;
    background-size: contain;
    margin: 0 auto;
    height: 315px;
    -webkit-animation: rotateplane2d 2s infinite linear;
    -moz-animation: rotateplane2d 2s infinite linear;
    animation: rotateplane2d 2s infinite linear;
    z-index: 5000
}

.spinner.small {
    width: 80px;
    font-size: 80px
}

.spinner.fixed {
    position: fixed;
    top: 40%;
    left: 49%
}

.spinner .icon-iherbleaf {
    position: relative;
    top: 20%;
    font-size: inherit;
    color: #458500
}

.spinner#loginSpinner {
    left: 48%;
    top: 35%
}

.loader-background {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500 !important
}

.loading {
    display: block
}

.loader {
    display: none !important;
    position: relative
}

.loader.loading {
    display: block !important
}

.toggle-switch input {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden
}

.toggle-switch input+label {
    display: block;
    position: relative;
    top: 2px;
    cursor: pointer;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 2px;
    width: 50px;
    height: 16px;
    background-color: #458500;
    border-radius: 60px
}

.toggle-switch input+label:after {
    display: block;
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 8px;
    background-color: #fff;
    border-radius: 60px;
    -moz-transition: margin .2s;
    transition: margin .2s
}

.toggle-switch input:checked+label:after {
    margin-left: 34px
}

.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(/static/m/i/ui/question-mark-v2.png);
    cursor: pointer
}

.shipping-container,
.shipping-container-small {
    height: 30px
}

.shipping-container .shipping-saver,
.shipping-container-small .shipping-saver {
    font-weight: 700;
    font-style: italic;
    color: #69c;
    margin-right: 4px;
    position: relative;
    bottom: 3px
}

.shipping-container .shipping-saver.shipping-saver-grid,
.shipping-container-small .shipping-saver.shipping-saver-grid {
    min-height: 15px
}

.shipping-container i,
.shipping-container-small i {
    color: #7bb32e;
    font-size: 18px
}

.ar .shipping-container i,
.ar .shipping-container-small i {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    display: inline-block
}

.shipping-container-small i {
    font-size: 17px
}

.link-overlay-container {
    position: relative
}

.link-overlay-container .link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10
}

.link-overlay-container:hover .link {
    text-decoration: underline
}

.img-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.img-slider .img-slider-container {
    height: 100%
}

.img-slider .img-slider-container .img-wrapper {
    display: none;
    text-align: center;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden
}

.img-slider .img-slider-container .img-wrapper cms-gam-banner iframe {
    pointer-events: auto
}

.img-slider .img-slider-container .img-wrapper:first-child {
    display: block;
    width: 100%
}

.img-slider .img-slider-container .img-wrapper .slide {
    height: 100%;
    position: relative
}

.img-slider .img-slider-container .img-wrapper .slide img {
    max-width: 100%;
    width: 100%
}

.slick-dots {
    display: inline-block;
    position: absolute;
    top: 83%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.img-slider-indicators ul {
    border-radius: 8px;
    background: rgba(0, 0, 0, .5);
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4px 8px;
    -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;
    gap: 4px
}

.slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 10px;
    z-index: 20;
    background-color: #999
}
.slick-dots li button{
    display:none;
}
.img-slider-indicators ul li.active {
    background-color: #fff
}

.img-slider-controls .controls.left {
    left: 0;
    padding-left: 3%
}

.img-slider-controls .controls.left .icon.icon-chevron-white-shadow {
    left: -46%
}

.img-slider-controls .controls.right {
    right: 0;
    padding-right: 3%
}

.img-slider-controls .controls.right .icon.icon-chevron-white-shadow {
    right: -46%
}

.img-slider-controls .controls i {
    font-size: 40px;
    position: relative;
    top: 40%;
    opacity: .5
}

.img-slider-controls .controls .icon.icon-chevron-white-shadow {
    position: relative;
    top: 40%;
    width: 60px;
    height: 60px
}

.img-slider-thumbnails {
    text-align: center;
    margin-top: 30px
}

.img-slider-thumbnails .thumbnail {
    border: 1px solid transparent
}

.img-slider-thumbnails .thumbnail.active {
    border: 1px solid #458500
}

.img-slider-thumbnails .thumbnail i {
    vertical-align: middle
}

#homepage-brands-of-week {
    display: block !important;
    margin-top: 10px;
    overflow: hidden
}

#homepage-brands-of-week img {
    height: 165px !important;
    width: 165px !important;
    border-radius: 50%;
    border: 1px solid #ddd
}

#homepage-brands-of-week .brands {
    padding: 0 16px
}

#homepage-brands-of-week .brands a {
    margin-left: 7.5px;
    margin-right: 7.5px
}

#homepage-brands-of-week .brands .brand-tag {
    position: relative;
    display: inline-block;
    margin-top: 24px;
    margin-right: 90px;
    height: 150px;
    width: 150px;
    background-color: #fffbbe;
    color: #f10505
}

#homepage-brands-of-week .brands .brand-tag .brand-tag-title {
    position: relative;
    padding: 0 25px 0 15px;
    font-weight: 700;
    font-size: 21px;
    height: 150px;
    line-height: 24px
}

#homepage-brands-of-week .brands .brand-tag .brand-tag-title:after {
    content: "";
    border-top: 75px solid transparent;
    border-bottom: 75px solid transparent;
    border-left: 75px solid #fffbbe;
    position: absolute;
    right: -75px;
    top: 3px;
    height: 45px
}

#homepage-brands-of-week .brands .brand-tag .brand-tag-title>div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#homepage-brands-of-week .brands .brand-tag .brand-tag-circle {
    position: absolute;
    top: 40px;
    right: -40px;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    color: #e20707;
    border: solid 2px #e20707;
    font-size: 13px;
    font-weight: 700;
    text-align: center
}

#homepage-brands-of-week .brands .brand-tag .brand-tag-circle>div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 11px
}

#homepage-brands-of-week .brands .brands-container {
    width: auto
}

#homepage-brands-of-week .brands .brands-container .img-wrapper {
    padding-left: 37px;
    text-align: left
}

#homepage-brands-of-week .brands .brands-container .img-wrapper .slide {
    width: 3000px
}

#homepage-brands-of-week .brands .brands-container .img-wrapper .slide a:hover {
    text-decoration: none
}

#homepage-brands-of-week .brands .brands-container .img-slider-controls .controls {
    display: inline-block
}

#homepage-brands-of-week .brands .brands-container .img-slider-controls .controls.left {
    /*!@noflip*/
    padding-left: 0
}

#homepage-brands-of-week .brands .brands-container .img-slider-controls .controls.right {
    /*!@noflip*/
    padding-right: 0
}

#homepage-brands-of-week .brands .brands-container .img-slider-controls .controls i {
    visibility: hidden;
    opacity: 1;
    top: -moz-calc(50% - 19px);
    top: calc(50% - 19px);
    border: solid 1px #ddd;
    border-radius: 25px;
    font-size: 20px;
    padding: 6px 12px;
    color: #458500;
    background: #fff
}

.ih-tooltip {
    position: relative
}

.ih-tooltip .ih-tooltip-content {
    display: none;
    position: absolute;
    font-size: 12px;
    top: 30px;
    left: -moz-calc(50% - 75px);
    left: calc(50% - 75px);
    width: 150px;
    z-index: 50;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 12px
}

.ih-tooltip .ih-tooltip-content:after,
.ih-tooltip .ih-tooltip-content:before {
    bottom: 100%;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    content: " ";
    width: 0;
    height: 0;
    border: solid transparent
}

.ih-tooltip .ih-tooltip-content:before {
    left: 71.5px;
    border-bottom-color: #e0e0e0;
    border-width: 8px
}

.ih-tooltip .ih-tooltip-content:after {
    left: 72.5px;
    border-bottom-color: #fff;
    border-width: 7px
}

.one-line-banner-tool-wrapper {
    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
}

.one-line-banner-tool-wrapper .one-line-banner-tool-banner {
    margin-right: 16px
}

.one-line-banner-tool-wrapper .one-line-banner-tool-banner:last-child {
    margin-right: 0
}

#category-promo-banner {
    background-image: url(/static/i/images/leaf-pattern-overlay.png), -moz- oldlinear-gradient(right, #f38a00, #ffc107 48%, #f38a00);
    background-image: url(/static/i/images/leaf-pattern-overlay.png), linear-gradient(to left, #f38a00, #ffc107 48%, #f38a00);
    margin: 15px 0;
    position: relative
}

#category-promo-banner .category-promo-banner-text,
#category-promo-banner img {
    display: inline-block
}

#category-promo-banner .absolute-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

.productlist #category-promo-banner .absolute-link {
    pointer-events: none
}

#category-promo-banner .category-promo-main {
    font-weight: 900;
    font-size: 30px;
    white-space: nowrap;
    overflow: hidden;
    color: #458500
}

#category-promo-banner .category-promo-main .eleven {
    position: relative;
    top: 10px;
    font-size: 72px;
    font-weight: 900
}

#category-promo-banner .category-promo-sub {
    font-size: 20px;
    margin-bottom: 20px;
    color: #458500;
    font-weight: 700
}

#category-promo-banner .category-promo-sub span {
    font-weight: 700;
    color: #000
}

#category-promo-banner .category-promo-sub .popup-promo-loyalty {
    position: relative;
    z-index: 10;
    cursor: pointer
}

#category-promo-banner .category-promo-sub .popup-promo-loyalty .question-mark {
    position: relative;
    top: -2px;
    background-color: #000;
    border-color: #000;
    color: #fff
}

#category-promo-banner .category-promo-sub .popup-promo-loyalty:hover {
    opacity: .5
}

#category-promo-banner .see-offers {
    position: relative;
    top: -2px;
    color: #fff;
    margin-left: 10px;
    background-color: #458500;
    padding: 7px 12px;
    border-radius: 5px
}

.productlist #category-promo-banner .see-offers {
    display: none
}

#category-promo-banner .exclusions {
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px
}

#category-promo-banner-about-generic-timer,
#category-promo-banner-timer,
#site-wide-banner-timer,
.block-digit-timer {
    margin-bottom: 20px;
    display: none
}

#category-promo-banner-about-generic-timer strong,
#category-promo-banner-timer strong,
#site-wide-banner-timer strong,
.block-digit-timer strong {
    font-size: 12px;
    margin-right: 5px
}

#category-promo-banner-about-generic-timer .timer,
#category-promo-banner-timer .timer,
#site-wide-banner-timer .timer,
.block-digit-timer .timer {
    display: inline-block;
    font-weight: 700;
    font-size: 20px
}

#category-promo-banner-about-generic-timer .timer .ends-in-text,
#category-promo-banner-timer .timer .ends-in-text,
#site-wide-banner-timer .timer .ends-in-text,
.block-digit-timer .timer .ends-in-text {
    display: none
}

#category-promo-banner-about-generic-timer .timer .digit,
#category-promo-banner-timer .timer .digit,
#site-wide-banner-timer .timer .digit,
.block-digit-timer .timer .digit {
    padding: 3px 6px;
    font-weight: 700;
    background-color: #fff;
    color: #333;
    border-radius: 4px;
    margin-left: 2px;
    margin-right: 2px
}

#category-promo-banner-about-generic-timer .timer .days-letter,
#category-promo-banner-about-generic-timer .timer .hours-letter,
#category-promo-banner-about-generic-timer .timer .minutes-letter,
#category-promo-banner-timer .timer .days-letter,
#category-promo-banner-timer .timer .hours-letter,
#category-promo-banner-timer .timer .minutes-letter,
#site-wide-banner-timer .timer .days-letter,
#site-wide-banner-timer .timer .hours-letter,
#site-wide-banner-timer .timer .minutes-letter,
.block-digit-timer .timer .days-letter,
.block-digit-timer .timer .hours-letter,
.block-digit-timer .timer .minutes-letter {
    text-transform: lowercase
}

#site-wide-banner-about {
    position: relative;
    background-image: url(/static/i/info/about/drawn-banner-bg.png);
    background-size: cover;
    background-position: center;
    background-color: #ff8a00;
    max-width: 1480px;
    padding: 12px
}

#site-wide-banner-about .outline {
    border: 2px solid #fff;
    padding: 4px
}

#site-wide-banner-about .top-header {
    display: none
}

#site-wide-banner-about .content {
    padding: 0 150px;
    color: #fff
}

@media (max-width:1300px) {
    #site-wide-banner-about .content {
        padding: 0 20px
    }
}

#site-wide-banner-about .content .outline {
    padding: 12px;
    border: 2px solid #fff;
    margin-bottom: 8px
}

#site-wide-banner-about .content .sub-content {
    margin-bottom: 12px
}

#site-wide-banner-about .content .main {
    line-height: 1.2
}

#site-wide-banner-about .content .main div {
    font-weight: 900
}

#site-wide-banner-about .content .main div:first-child {
    font-size: 60px
}

#site-wide-banner-about .content .main div:last-child {
    font-size: 22px
}

#site-wide-banner-about .content .sub {
    padding: 10px 0
}

#site-wide-banner-about .content .sub div {
    font-size: 20px
}

#site-wide-banner-about .content .sub div .break-line {
    display: inline-block;
    word-break: break-word
}

#site-wide-banner-about .content .sub .exclusion {
    font-size: 12px;
    color: #000
}

#site-wide-banner-about .content .sub .popup-site-wide-loyalty {
    position: relative;
    z-index: 10;
    cursor: pointer
}

#site-wide-banner-about .content .sub .popup-site-wide-loyalty .question-mark {
    position: relative;
    top: -2px;
    background-color: #000;
    border-color: #000;
    color: #fff;
    margin-left: 5px
}

#site-wide-banner-about .content .sub .popup-site-wide-loyalty:hover {
    opacity: .5
}

#site-wide-banner-about-generic {
    position: relative;
    padding-top: 24px;
    padding-bottom: 12px;
    max-width: 1480px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f38a00;
    text-align: center
}

#site-wide-banner-about-generic .top-header {
    color: #fff
}

#site-wide-banner-about-generic .top-header .title {
    font-size: 48px;
    text-shadow: .5px .9px 1.8px rgba(61, 61, 61, .73)
}

#site-wide-banner-about-generic .top-header .subtitle {
    font-size: 26px;
    line-height: 1.2
}

#site-wide-banner-about-generic .top-header .message {
    font-size: 26px
}

#site-wide-banner-about-generic .top-header .message,
#site-wide-banner-about-generic .top-header .subtitle,
#site-wide-banner-about-generic .top-header .title {
    padding-bottom: 6px
}

#site-wide-banner-about-generic .sub-content {
    padding-top: 16px;
    color: #000
}

#site-wide-banner-about-generic .exclusion {
    font-size: 12px;
    color: #fff
}

#site-wide-banner-about-generic .offer-ends {
    padding-right: 6px
}

#site-wide-banner-about-generic .d-inline {
    display: inline-block;
    padding-right: 4px
}

.productlist.webview .category-list-banner {
    width: 100%;
    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
}

.productlist.webview .category-list-banner #category-promo-banner-about-generic {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.brand-discount-banner {
    display: block;
    background: #fff7ec;
    min-height: 60px;
    padding-top: 8px
}

.brand-discount-banner:hover {
    text-decoration: none
}

.brand-discount-banner .discount-title {
    color: #f38a00;
    font-weight: 700;
    font-size: 16px
}

.brand-discount-banner .expiration-date {
    color: #707070
}

.brand-discount-banner .discount-cart {
    margin: 0 5px;
    color: #707070;
    letter-spacing: .2px
}

.brand-discount-banner .popup-discount-exclusions {
    color: #0039a6;
    text-decoration: underline;
    cursor: pointer
}

.brand-discount-banner .modal-discount-exclusions {
    color: #747474
}

.brand-discount-banner .modal-discount-exclusions .popup-title .exclusions-popup-title {
    color: #ff8a00;
    font-size: 18px
}

.brand-discount-banner .modal-discount-exclusions .popup-title p:last-child {
    font-weight: 400;
    font-size: 14px
}

.brand-discount-banner.pdp-discount-banner {
    border-radius: 8px
}

.brand-discount-banner.pdp-discount-banner-specials {
    background: #fff3f8
}

.brand-discount-banner.pdp-discount-banner-specials .discount-title {
    color: #d32f2f
}

.brand-discount-banner.pdp-discount-banner-trial {
    background: #f2ffeb
}

.brand-discount-banner.pdp-discount-banner-trial .discount-title {
    color: #458500
}

.iherb-responsive#mainContent,
.iherb-responsive.container-fluid {
    max-width: 100%
}

#ProductsPage,
.sub-header {
    max-width: 1400px;
    margin: 0 auto
}

#NoResultsProductsPage {
    max-width: unset;
    margin: 0 auto
}

.filter-products-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.divider {
    border-right: 1px solid #8c8c8c;
    padding-right: 5px;
    margin-right: 5px
}

h4 {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    padding: 10px 0 7px 10px
}

button:focus {
    outline: 0
}

.product-add {
    position: absolute;
    top: 90px;
    margin: 0 -15px;
    text-align: center;
    width: 100%;
    height: 0
}

.product-add>.product-add-btn {
    line-height: 2.5em;
    border: 1px solid #e0e0e0;
    padding: 0 10px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border-radius: 3px;
    opacity: 0;
    -moz-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out
}

.product-add>.product-add-btn:hover {
    text-decoration: none;
    color: #000;
    background-color: #fafafa;
    border: 1px solid #999;
    cursor: pointer
}

.responsive-container {
    height: auto
}

p.display-items {
    font-size: 13px;
    font-weight: 700;
    margin: 0 10px 0 0;
    padding: 0 5px 0 0;
    float: left;
    color: #333
}

ul.library-list a {
    color: #005b9e
}

#brand-links .header {
    position: relative;
    padding-bottom: 15px
}

#brand-links .header .col-xs-24 {
    padding: 15px 0;
    font-size: large;
    font-weight: 700;
    text-align: center
}

#brand-links .header:after {
    content: "";
    position: absolute;
    background: #e0e0e0;
    top: 55px;
    left: 5%;
    height: 1px;
    width: 90%
}

#brand-links .images {
    padding-bottom: 10px
}

#brand-links .images .col-xs-24 {
    padding-top: 15px;
    text-align: center
}

#brand-links .images .col-xs-24 div {
    display: inline-block;
    padding: 0 30px 10px
}

#brand-links .images .col-xs-24 a {
    text-decoration: none
}

#brand-banner .storepage-carousel {
    padding: 0
}

#brand-banner .storepage-carousel .flexslider {
    width: 100%;
    max-width: 1370px;
    max-height: 278px
}

#brand-banner .storepage-carousel .flex-control-nav {
    bottom: 5px
}

#brand-banner .storepage-carousel .slides img {
    max-width: 1370px;
    max-height: 278px
}

#brand-banner .storepage-carousel .nav-control {
    width: 50px;
    top: 0;
    padding: 9% 0;
    height: 100%;
    z-index: 10;
    text-align: center;
    font-size: 38px;
    opacity: .5
}

.homepage-banner-promo {
    display: block !important;
    margin: 15px 0
}

.homepage-banner-promo .promo-wrapper {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 1400px;
    overflow: hidden;
    text-align: center;
    height: 218px
}

.homepage-banner-promo .promo-wrapper img {
    position: absolute;
    left: 0;
    max-width: 1565px;
}

.homepage-banner-promo .promo-wrapper img.modified-banner {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*!@noflip*/
    margin-left: -795px;
    top: 50%
}

.homepage-banner-promo .promo-wrapper .promo-description {
    position: absolute;
    top: 30px;
    /*!@noflip*/
    left: 90px;
    /*!@noflip*/
    text-align: left
}

.homepage-banner-promo .promo-wrapper .promo-description .promo-title {
    font-size: 32px
}

.homepage-banner-promo .promo-wrapper .promo-description .promo-subtitle {
    font-size: 50px
}

.homepage-banner-promo .promo-wrapper .promo-description .promo-subtext {
    font-size: 16px
}

.homepage-banner-promo .promo-wrapper .promo-description .promo-bottom-text {
    margin-top: 15px;
    font-size: 12px;
    white-space: nowrap
}

.storepage-carousels .nav-control {
    font-size: 25px
}

.storepage-carousels .flexslider .slides img {
    width: auto;
    max-width: 100%;
    margin: 0 auto
}

.product-column {
    width: 100%;
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
    margin-left: 1.5rem;
}
h1.category-name{
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
}
.category-banner{
    max-width: 100%;
    margin: 0 0 15px;
}

.category-text-wrap {
    overflow: hidden;
    position: relative;
    font-size: 14px;
    max-height: max-content;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    margin-bottom: 1.5rem;
}
.category-text-wrap.close{
    max-height: 60px;
}
.category-desc p{
    margin-bottom: 1rem;
}
.category-desc ul{
    list-style: disc;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}
.product-tile_sku.hint{
    height: 20px;
    line-height: 20px;
    color: #aaa;
    font-size: .9em;
}
.category-subcat-icon_item, li.category-subcat-icon_item {
    display: inline-block;
    margin: 15px 2% 15px 0;
    vertical-align: top;
    width: 30%;
}
.category-subcat-icon_img {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    padding: 0 10px 0 0;
    width: 50px;
}
.category-subcat-icon_item img {
    max-height: 100%;
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}
.category-subcat-icon_name {
    display: table-cell;
    vertical-align: middle;
    line-height: 20px;
}
.category-text-wrap.close:after {
    position: absolute;
    height: 15px;
    bottom: 0;
    width: 100%;
    box-shadow: inset 0 -10px 5px 5px hsla(0, 0%, 100%, .5);
    content: "";
}
.category-text-more-wrap {
    text-align: right;
}
.link-half, a.link-half {
    text-decoration: none;
    border-bottom: 1px dashed;
    cursor: pointer;
}
.product-tile {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    word-spacing: normal;
    font-size: 14px;
    display: inline-block;
    background: #fff;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    white-space: normal;
    box-shadow: 0 0 4px 4px #eee;
    margin-bottom: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
}
.badge {
    background: #458cff;
    position: absolute;
    top: 15px;
    left: 0;
    border-radius: 0 100px 100px 0;
    text-align: center;
    padding: 3px 10px;
    z-index: 1;
}
.badge.new, .badge.new:after, .badge.new:before {
    background: #ffca00;
}
.product-tile .badge {
    z-index: 10;
}
.badge span {
    color: #fff !important;
    top: 17px;
    font-size: 1em;
    text-align: center;
    overflow: visible;
    line-height: 1em;
}
.product-column .product-inner {
    position: relative;
    padding: 0 15px 0 15px;
    padding-bottom: 0;
    background: #fff
}
.product-tile_action {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
    z-index: 10;
}

.product-tile_dialog {
    position: absolute;
    top: 110px;
    left: 50%;
    margin: 0 0 0 -15px;
    display: none;
}
.product-column .product-inner .absolute-link-wrapper.horizontal {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.product-tile_action .pr-action {
    border: 1px solid #ebebeb;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background: hsla(0, 0%, 100%, .7);
    display: inline-block;
    color: #8a8a8a;
}
.product-tile_action .pr-action.active{
    color: #ff7420 !important;
    border-color:#ff7420;
}
.product-tile_dialog .pr-action {
    line-height: 36px;
    width: 40px;
    height: 40px;
    font-size: 18px;
}
.product-tile_img {
    display: block;
    text-align: center;
    height: 250px;
    line-height: 250px;
    position: relative;
    padding: 10px 0 0;
}
.tile-gallery .product-tile_img {
    margin: 0 0 5px;
}
.product-tile_img>img {
    max-width:100%;
    max-height: 90%;
    vertical-align: middle;
    margin: 0 auto;
}
.cart-qty {
    background-color: #fff;
    right: 4px;
    top: 16px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    width: auto;
    line-height: 18px;
    border-radius: 18px;
    color: #0039a6;
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}
.product-column .product-inner .absolute-link-wrapper a {
    color: #333
}
.product-tile_content {
    padding: 0 10px 10px;
}
.product-tile_stock {
    height: 27px;
}
.nowrap {
    white-space: nowrap;
}
.product-tile .rating, .product-tile_stock .pr-stock {
    display: inline-block;
    margin: 0 10px 0 0;
}
.pr-stock_el {
    margin: 0 0 3px;
    color: #2b9e46;
}
.product-tile_name {
    font-size: 16px;
    line-height: 19px;
    overflow: hidden;
    position: relative;
    height: 40px;
}
.pr-stock_el {
    font-size: 13px;
}

.product-column .product-inner .recent-activity-message-wrapper {
    line-height: 20px;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    color: #666
}
.js-tile-gallery:hover .product-tile_action{
display:block
}
.js-tile-gallery:hover  .product-tile_img>img{
    max-height: 100%;
}
.product-column .product-inner .more-options-available-wrapper {
    line-height: 20px;
    min-height: 20px
}

.product-column .product-inner .more-options-available-wrapper a {
    color: #0039a6;
    display: inline-block;
    white-space: nowrap
}

.product-column .product-inner .product-link {
    cursor: pointer
}

.product-column .product-inner .see-in-cart-text {
    font-weight: 700;
    font-size: 16px;
    color: #333
}

.product-column .product-inner .more-option-container {
    position: absolute;
    right: 0;
    top: 120px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: #f5f5f5;
    z-index: 50
}

.product-column .product-inner .more-option-container .tool-tip {
    background-color: #666;
    height: 32px;
    padding: 0 8px;
    border-radius: 4px;
    display: none;
    position: absolute;
    top: 28px;
    left: 12px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    line-height: 32px
}

.product-column .product-inner .more-option-container .more-option-icon {
    width: 16px !important;
    height: 16px !important;
    margin-left: 4px;
    margin-top: 4px
}

.product-column .product-inner .product-image-wrapper {
    position: relative
}

.product-column .product-inner.product-inner-wide {
    padding-left: 0;
    padding-right: 0
}

.product-column .product-inner .product-flag {
    z-index: 10
}

.product-column .product-inner .product-flag a {
    color: #fff
}

.product-column .product-inner a:hover {
    text-decoration: none
}

.product-column .product-inner .shipping-container {
    cursor: pointer
}

.product-column .product-inner .add-to-cart-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    text-align: center
}

.product-column .product-inner .add-to-cart-wrapper .btn-add-to-cart {
    z-index: 20
}

.product-column .product-inner .add-to-cart-wrapper.form-add-to-cart {
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.product-column .product-inner .btn-add-to-cart {
    font-size: 16px;
    opacity: 0;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.product-column .product-inner .btn-add-to-cart:hover {
    background-color: #b66700
}

.product-column .product-inner:hover .btn-add-to-cart {
    opacity: 1
}

.product-column .product-inner:hover .product-image~a>span {
    text-decoration: underline
}

.product-column .product-inner .link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 65px;
    z-index: 10
}

.product-column .product-inner .product-image {
    display: block;
    margin: 0 0 15px 0;
    text-align: center;
    min-height: 14px
}

.product-column .product-inner .product-image>img {
    display: inline-block;
    width: 160px;
    height: 160px
}

.product-column .product-inner .product-title {
    height: 4.5em;
    line-height: 24px;
    overflow: hidden;
    text-align: left;
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    color: #333
}

.zh .product-column .product-inner .product-title {
    font-size: 17px
}

.product-column .product-inner .product-title:hover {
    text-decoration: underline
}

.product-column .product-inner .price-olp {
    color: #747474;
    font-size: 14px;
    text-decoration: line-through;
    display: inline-block;
    margin-top: 1px
}

.product-column .product-inner .price-in-cart {
    font-size: 16px;
    font-weight: 700;
    color: #333
}

.product-column .product-inner .save-in-cart {
    font-weight: 700;
    color: #f38a00
}

.product-column .product-inner .price-per-unit {
    color: #747474
}

.product-column .product-inner .product-price {
    margin-top: 12px
}



.product-column .product-inner .product-price .unavailable-text-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-column .product-inner .product-price .unavailable-text-container i {
    font-style: normal
}

.product-column .product-inner .product-price .unavailable-text-container .similar-product-show-link {
    color: #126cc5
}

.product-column .product-inner .product-price .price {
    font-weight: 700;
    line-height: 18px;
    font-size: 20px;
    text-align: left;
    padding-right: 5px
}

.product-column .product-inner .product-price .original-price-list {
    text-decoration: line-through;
    color: #747474
}

.product-column .product-inner .product-price .see-in-cart-text {
    color: #333;
    font-size: 16px;
    font-weight: 700
}

.product-column .product-inner .product-price .see-in-cart-text .see-in-cart-price {
    width: 100%
}

.product-column .product-inner .product-price .discontinued {
    font-size: 14px;
    line-height: 16px;
    color: #458500;
    font-weight: 400
}

.product-column .product-inner .product-price .price,
.product-column .product-inner .product-price .see-price-in-cart {
    display: inline-block;
    font-size: 18px;
    color: #000;
    font-weight: 700
}

.product-column .product-inner .product-price .discount-green,
.product-column .product-inner .product-price .discount-red {
    margin-right: 0
}

.product-column .product-inner .product-price .discount-green {
    color: #458500
}

.product-column .product-inner .product-price .discount-red {
    color: #bd3c37
}

.product-column .product-inner .product-price .discontinued {
    color: #f00000
}

.product-column .product-inner .product-price .status-container {
    height: 20px;
    margin-bottom: 10px
}

.product-column .product-inner .product-price .status-container .out-of-stock {
    float: left;
    clear: both;
    color: #f00000
}

.product-column .product-inner .product-price .status-container .info-popup {
    bottom: 45px;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.product-column .product-inner .product-price .status-container .info-popup:after {
    background-image: none
}

.product-column .product-inner .product-price .status-container .info-popup p {
    padding: 20px
}

.product-column .product-inner .product-discount-container {
    min-height: 20px;
    margin-bottom: 5px
}

.product-column .product-inner .product-discount-container>span {
    font-weight: 700;
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000
}

.product-column .product-inner .product-discount-container>span.discount-in-cart {
    color: #f38a00
}

.product-column .product-inner .product-discount-container .out-of-stock.text-wrap {
    white-space: normal
}

.product-column .product-inner .product-percentage-claimed .super-deals-progress-wrapper {
    height: 8px;
    position: relative;
    background: #f5f5f5;
    border-radius: 100px;
    margin: 16px 0 8px 0
}

.product-column .product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    border-radius: 100px;
    width: 0;
    background-color: #458500
}

.product-column .product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount.low {
    background-color: #458500
}

.product-column .product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount.medium {
    background-color: #f38a00
}

.product-column .product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount.high {
    background-color: #bd3c37
}

.product-column .product-inner .product-percentage-claimed .super-deals-almost-sold-out,
.product-column .product-inner .product-percentage-claimed .super-deals-sold-out {
    color: #bd3c37 !important
}

.product-column .product-inner .product-percentage-claimed .super-deals-sold-out {
    font-weight: 700
}

.product-column .product-inner .product-percentage-claimed .super-deals-title .question-mark {
    margin-left: .75em
}

@media (min-width:768px) and (max-width:991px) {
    .product-column .product-inner .product-percentage-claimed .text-left-sm-only {
        text-align: left
    }
}

.product-column .product-inner .product-percentage-claimed #super-special-price #dynamic-aligner {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.product-column .product-inner .product-percentage-claimed #super-special-price #dynamic-aligner .dynamic-align-hide {
    color: #666;
    font-size: 12px
}

.product-column .product-inner .product-percentage-claimed .super-deals-progress-wrapper {
    margin: 8px 0;
    height: 8px
}

.product-column .product-inner .product-percentage-claimed .percentage-claimed-messaging {
    text-align: center
}

.product-column .product-inner .product-percentage-claimed .percentage-claimed-messaging span {
    color: #747474
}

.product-column .product-inner .product-percentage-claimed .percentage-claimed-messaging span.almost-sold-out {
    color: #bd3c37
}

.product-column .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%
}

.product-column .no-rating {
    height: 19px
}

.product-column .rating {
    z-index: 0;
    position: relative
}

.product-column .rating .write-review {
    vertical-align: middle;
    font-size: 13px
}

.product-column .rating a {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none
}

.product-column .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
}

.product-column .rating a:hover {
    text-decoration: none
}

.product-column .rating .stars {
    font-size: 12px;
    display: inline-block
}

.product-column .rating .stars .stars-rating {
    width: 15px !important;
    height: 15px;
    min-height: 15px;
    vertical-align: top;
    position: relative;
    margin-right: 1px;
    left: 0
}

.product-column .rating .stars .stars-rating path {
    fill: #fac627
}

.product-column .rating .stars .stars-rating:last-of-type {
    margin-right: 0 !important
}

.product-column .rating .stars .stars-rating.empty path:first-of-type,
.product-column .rating .stars .stars-rating.half path:first-of-type {
    fill: #bdbdbd
}

.product-column .rating .stars .stars-rating-v2 {
    width: 15px;
    height: 15px;
    min-height: 15px;
    vertical-align: top;
    position: relative;
    margin-right: 1px;
    left: 0;
    fill: none
}

.product-column .rating .stars .stars-rating-v2.full {
    fill: #fac627
}

.product-column .rating .stars .stars-rating-v2.full path {
    stroke: #8d6708
}

.product-column .rating .stars .stars-rating-v2.half path:first-child,
.product-column .rating .stars .stars-rating-v2.quarter path:first-child,
.product-column .rating .stars .stars-rating-v2.three-quarters path:first-child {
    fill: #fac627
}

.product-column .rating .stars .stars-rating-v2.half path:last-child,
.product-column .rating .stars .stars-rating-v2.quarter path:last-child,
.product-column .rating .stars .stars-rating-v2.three-quarters path:last-child {
    stroke: #8d6708
}

.product-column .rating .stars .stars-rating-v2.empty path {
    stroke: #8d6708
}

.product-column .rating .rating-count {
    font-size: 12px;
    color: #747474;
    margin-left: 3px
}



.product-column .product {
    min-height: 395px;
    height: 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;
    padding-bottom: 10px
}

.zh .product-column .product {
    min-height: 395px
}

.azelique-list .product-column .product .product-flag-exclusive,
.california-gold-nutrition-list .product-column .product .product-flag-exclusive,
.fungiology-list .product-column .product .product-flag-exclusive,
.iherb-house-brands-list .product-column .product .product-flag-exclusive,
.just-a-leaf-organic-tea-list .product-column .product .product-flag-exclusive,
.madre-labs-list .product-column .product .product-flag-exclusive,
.mild-by-nature-list .product-column .product .product-flag-exclusive,
.sierra-bees-list .product-column .product .product-flag-exclusive {
    display: none
}

.product-column .product .product-flag-container {
    margin-top: 15px
}

.product-column .product .shipping-saver {
    float: right;
    min-height: 20px;
    margin-top: 14px;
    font-size: 18px;
    cursor: pointer
}

.product-column .product .shipping-saver i {
    color: #7bb32e
}

.product-column .product .sponsored {
    margin-top: auto;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 1.5
}

.product-column select {
    font-weight: 400
}

.zh.specialproductlist .product {
    height: 400px
}

.zh.specialproductlist .product .add-to-cart-wrapper {
    top: 46%
}

.specialproductlist .product .product-flag-container {
    position: absolute;
    top: -4px
}

.specialproductlist .products .product {
    padding-top: 50px;
    padding-bottom: 10px
}

.specialproductlist .products .product .shipping-saver.popup-shipping-saver {
    position: absolute;
    right: 16px;
    top: 0
}

[data-count] {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap
}

img.ratings {
    display: inline-block;
    width: 80px;
    height: 15px;
    vertical-align: text-bottom;
    margin-bottom: 1px
}


.panel {
    margin: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.panel.panel-footer,
.panel.panel-header {
    background-color: #f5f5f5;
    margin-bottom: 15px;
    padding: 0 10px;
    display: block !important
}

.panel.panel-form #form-search-within .icon-search-btn {
    background-color: transparent;
    z-index: 1
}

.panel.panel-form .icon-search,
.panel.panel-form .icon-search-btn {
    cursor: pointer;
    width: 24px;
    height: 24px;
    right: 12px;
    top: 12px;
    color: #666;
    position: absolute
}

.panel.panel-form .panel-form-control {
    height: 48px;
    border-radius: 8px;
    border-color: #ccc;
    padding: 0 16px
}

.panel.panel-form .form-group button,
.panel.panel-form .form-group input {
    height: 26px;
    padding: 2px 9px;
    font-size: 13px
}

.panel.panel-form .form-group input {
    margin-right: 4px;
    border: 1px solid #ccc;
    height: 48px;
    padding: 0 16px;
    width: 100%
}

.panel.panel-form .form-group input:focus {
    outline: 0
}

.panel.panel-form .wrapper {
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fafafa;
    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: 15px;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.panel.panel-form .wrapper .search-input-wrapper {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto
}

.panel.panel-form .wrapper .filter-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.panel.panel-form .wrapper .filter-wrapper .panel-divider {
    height: 32px;
    width: 1px;
    margin: 0 5px;
    background-color: #e0e0e0
}

.panel.panel-form .wrapper .filter-wrapper select:focus {
    outline: 0
}

.panel.panel-form .search-input {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 15px
}

.panel.panel-form .show-page {
    border: none !important
}

.panel .discontinued,
.panel .form-inline {
    line-height: 37px;
    display: inline-block;
    font-size: 12px;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 255px;
    min-width: 150px;
    width: 100%
}

.zh .panel .discontinued,
.zh .panel .form-inline {
    line-height: 43px
}

.panel #form-search-within {
    width: 100%
}

.panel .sort-by {
    padding-right: 0
}

.panel .panel-content {
    font-size: 14px;
    height: 48px;
    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
}

.panel .panel-content .panel-label {
    font-size: 12px;
    color: #999;
    position: absolute;
    left: 8px;
    top: -8px;
    padding: 0 4px;
    line-height: 1.3;
    background: -moz- oldrepeating-linear-gradient(#fafafa, #fafafa 49.9%, #fff 50.1%, #fff 100%);
    background: repeating-linear-gradient(#fafafa, #fafafa 49.9%, #fff 50.1%, #fff 100%);
    z-index: 1
}

.panel .panel-content.border {
    border-right: 1px solid #e0e0e0;
    padding-right: 10px
}

.ko .panel .panel-content {
    padding-left: 2px
}

.panel .panel-content.grid-list-controls .icon-grid-view,
.panel .panel-content.grid-list-controls .icon-list-view {
    width: 32px;
    height: 32px;
    cursor: pointer;
    color: #666
}

.panel .panel-content.grid-list-controls .icon-grid-view.selected,
.panel .panel-content.grid-list-controls .icon-list-view.selected {
    color: #458500;
    pointer-events: none
}

.panel .sort-by-relevance {
    white-space: nowrap;
    display: inline-block
}

@media (max-width:1400px) {
    .panel .sort-by-relevance {
        width: 100%
    }
}

.panel .sort-by-relevance label {
    float: left;
    line-height: 19px;
    padding-right: 5px
}

.panel .sort-by-relevance .panel-form-control {
    width: 200px
}

@media (max-width:1400px) {
    .panel .sort-by-relevance .panel-form-control {
        width: 100%
    }
}

.panel-stack {
    z-index: 0;
    margin-bottom: 16px
}

.panel-stack>.panel {
    border-bottom: 0;
    box-shadow: none
}

.panel-stack>.panel+.panel {
    margin-bottom: 0;
    margin-top: 0;
    border-top: 0;
}

.panel-stack>.panel:first-child {
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 0;
}

.panel-stack .items-per-page .panel-form-control {
    width: 112px
}

.panel-stack .items-per-page,
.panel-stack .sort-by-relevance {
    position: relative
}

.panel-stack .items-per-page select,
.panel-stack .sort-by-relevance select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" width="24" height="24" xmlns="http://www.w3.org/2000/svg"><path d="M12.0007621,13.0865485 L16.3127232,8.77458739 C16.6788397,8.40847087 17.2724319,8.40847087 17.6385484,8.77458739 L17.7269368,8.86297574 C18.0930533,9.22909226 18.0930533,9.82268443 17.7269368,10.188801 L12.688801,15.2269368 C12.4993518,15.4163859 12.2489938,15.5078035 12.0007621,15.5011895 C11.7525304,15.5078035 11.5021723,15.4163859 11.3127232,15.2269368 L6.27458739,10.188801 C5.90847087,9.82268443 5.90847087,9.22909226 6.27458739,8.86297574 L6.36297574,8.77458739 C6.72909226,8.40847087 7.32268443,8.40847087 7.68880096,8.77458739 L12.0007621,13.0865485 Z" fill="%23666666"></path></svg>') no-repeat;
    background-position: right 5px top 50%
}

.panel-stack .items-per-page .dropdown-sort-container,
.panel-stack .sort-by-relevance .dropdown-sort-container {
    position: relative
}

.panel-header {
    padding-top: 0
}

.popup {
    display: none
}

.pagination, .page-numbers {
    margin-bottom: 16px;
    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
}

.pagination>a,
.pagination>div,
.pagination>span, .page-numbers span, .page-numbers a {
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    width: 48px;
    height: 48px;
    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;
    border-radius: 6px;
    margin: 0 4px
}

.pagination>a {
    cursor: pointer
}

.pagination>a:hover, .page-numbers a:hover {
    background-color: #f8f8f8
}

.pagination>a,
.pagination>span, .page-numbers a {
    color: #333
}

.pagination>span.pagination-last,
.pagination>span.pagination-next {
    color: #999;
    pointer-events: none
}

.pagination-selected {
    background-color: #e5f8e6;
    color: #2c7500
}

.compare-action {
    display: inline-block
}

.trials .shipping-container {
    visibility: hidden
}

#ProductsPage.modernized-view {
    margin-top: 24px;
    max-width: 1376px
}

.filter-products-container.modernized {
    gap: 32px
}

.modernized .product-column {
    -webkit-flex: 1 1 calc(100% - 272px);
    -moz-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 272px);
    flex: 1 1 calc(100% - 272px);
    border-top: 0
}

.modernized .product-column .product {
    padding: 20px 0
}

.modernized .product-column .product .product-inner .rating-count span {
    color: #126cc5;
    font-size: 14px
}

.modernized .product-column .product .product-inner .product-price .percentage-off {
    color: #333
}

.modernized .product-column .product .product-inner .product-price .product-price-top .price {
    padding-right: 4px;
    color: #333
}

.modernized .product-column .product .product-inner .product-price .product-price-top .price.discount-red {
    color: #ca2222
}

.modernized .product-column .product .product-inner .product-price .product-price-top .price.discount-green {
    color: #2c7500
}

.modernized .product-column .product-flag-container {
    margin: 0;
    min-height: unset;
    position: unset
}

.modernized .product-column .product-flag-container .product-flag {
    padding: 0 8px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 24px
}

.modernized .product-column .product-flag-container .product-flag.product-flag-special {
    background-color: #ca2222
}

.modernized .product-column .product-flag-container .product-flag::after,
.modernized .product-column .product-flag-container .product-flag::before {
    content: none
}

.modernized .panel-stack {
    border: 0;
    margin-bottom: 16px
}

.modernized .panel .search-input-wrapper .sub-sort-title {
    color: #333
}

.modernized .panel .sort-by-relevance .panel-form-control {
    color: #333
}

.modernized .panel.panel-form .wrapper {
    border-bottom: 0;
    background-color: #fff;
    padding: 6px 16px 0 16px
}

.modernized .panel.panel-header {
    padding: 0
}

.modernized .panel.panel-header .panel-content {
    font-size: 16px
}

.modernized .panel:first-child {
    border-right: 0
}

.modernized .panel+.panel {
    border: 0
}

.modernized .pagination {
    margin-bottom: 24px
}

#BlogsPage .modernized .panel.panel-header {
    padding: 0 16px
}

#product-comparison .product .icon-exit,
.compare-tooltip .compare-list .compare-product-list .product-item .icon-exit,
.icon-exit-partial {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    color: #d3d3d3 !important
}

.compare-tooltip {
    position: absolute;
    display: none;
    background-color: #fff;
    box-shadow: 0 0 28px 0 rgba(0, 0, 0, .5);
    padding: 10px;
    border-radius: 3px;
    /*!@noflip*/
    left: 90px;
    top: 420px;
    z-index: 100;
    opacity: 0;
    -moz-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

.compare-tooltip.active {
    display: block
}

.compare-tooltip.active.show {
    opacity: 1
}

.compare-tooltip.dimensions:after,
.compare-tooltip.dimensions:before {
    /*!@noflip*/
    left: 50%
}

.compare-tooltip .compare-list {
    width: 240px
}

.compare-tooltip .compare-list .compare-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px
}

.compare-tooltip .compare-list .compare-product-list {
    padding: 0 0 4px
}

.compare-tooltip .compare-list .compare-product-list .product-item {
    position: relative;
    margin: 5px 0
}

.compare-tooltip .compare-list .compare-product-list .product-item img {
    width: 50px;
    margin: 0 8px 0 0
}

.compare-tooltip .compare-list .compare-product-list .product-item .product-title {
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 3.6em;
    /*!@noflip*/
    margin-right: .2em;
    /*!@noflip*/
    padding-right: 1em;
    width: 60%;
    display: inline-block;
    margin-bottom: 11px;
    max-width: 260px
}

.compare-tooltip .compare-list .compare-product-list .product-item .icon-exit {
    top: 31px
}

.compare-tooltip .compare-buttons {
    border-top: 1px solid #dcdcdc;
    padding: 12px 0 4px;
    /*!@noflip*/
    text-align: right
}

.compare-tooltip .compare-buttons form {
    display: inline-block
}

.compare-tooltip .compare-buttons .btn-reset {
    color: #696969;
    padding: 4px 20px;
    font-weight: 700;
    border-color: #e8e8e8;
    background-image: -moz- oldlinear-gradient(top, #e8e8e8 0, #c8c8c8 100%);
    background-image: linear-gradient(to bottom, #e8e8e8 0, #c8c8c8 100%);
    background-repeat: repeat-x;
    background-color: #e8e8e8
}

.compare-tooltip .compare-buttons .btn-primary {
    padding: 4px 20px
}

.compare-tooltip.compare-tooltip-left:after,
.compare-tooltip.compare-tooltip-left:before {
    /*!@noflip*/
    right: 100%;
    bottom: 18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.compare-tooltip.compare-tooltip-left:after {
    border-color: rgba(255, 255, 255, 0);
    /*!@noflip*/
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px
}

.compare-tooltip.compare-tooltip-left:before {
    border-color: rgba(151, 175, 191, 0);
    /*!@noflip*/
    border-right-color: #c6c6c6;
    border-width: 11px;
    margin-top: -11px
}

.compare-tooltip.compare-tooltip-right:after,
.compare-tooltip.compare-tooltip-right:before {
    /*!@noflip*/
    left: 100%;
    bottom: 18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.compare-tooltip.compare-tooltip-right:after {
    border-color: rgba(255, 255, 255, 0);
    /*!@noflip*/
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px
}

.compare-tooltip.compare-tooltip-right:before {
    border-color: rgba(151, 175, 191, 0);
    /*!@noflip*/
    border-left-color: #c6c6c6;
    border-width: 11px;
    margin-top: -11px
}

.product .compare-action {
    display: inline-block
}

.product .compare-action input,
.product .compare-action label {
    cursor: pointer
}

.product .compare-action input:hover,
.product .compare-action label:hover {
    text-decoration: underline
}

.product .compare-action input {
    visibility: visible !important
}

@media (max-width:1200px) {
    #product-comparison .container {
        width: 100%
    }
}

#product-comparison .page-title {
    font-weight: 700;
    font-size: 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #f5f3f3;
    margin: 16px 0
}

#product-comparison .table-container {
    overflow-x: auto
}

#product-comparison table {
    border-collapse: collapse;
    border: solid #e0e0dc;
    border-width: 1px 0 0 1px;
    table-layout: fixed
}

#product-comparison table td,
#product-comparison table th {
    border: solid #e0e0dc;
    border-width: 0 1px 1px 0;
    padding: 12px 10px;
    text-align: left
}

#product-comparison table .product {
    display: table-cell;
    width: 2%
}

#product-comparison table td {
    height: 58px;
    min-width: 200px
}

#product-comparison table thead th {
    width: 1%;
    display: table-cell
}

#product-comparison table thead img {
    display: block;
    margin: 0 auto
}

#product-comparison table tbody tr:nth-child(odd) {
    background-color: #f8f8f8
}

#product-comparison table tbody th {
    min-width: 200px;
    background-color: #f3f3f3
}

#product-comparison .product-inner {
    position: relative;
    padding: 20px 15px;
    padding-bottom: 0;
    background: #fff
}

#product-comparison .product-inner .absolute-link-wrapper.horizontal {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#product-comparison .product-inner .absolute-link-wrapper a {
    color: #333
}

#product-comparison .product-inner .recent-activity-message-wrapper {
    line-height: 20px;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    color: #666
}

#product-comparison .product-inner .more-options-available-wrapper {
    line-height: 20px;
    min-height: 20px
}

#product-comparison .product-inner .more-options-available-wrapper a {
    color: #0039a6;
    display: inline-block;
    white-space: nowrap
}

#product-comparison .product-inner .product-link {
    cursor: pointer
}

#product-comparison .product-inner .see-in-cart-text {
    font-weight: 700;
    font-size: 16px;
    color: #333
}

#product-comparison .product-inner .more-option-container {
    position: absolute;
    right: 0;
    top: 120px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: #f5f5f5;
    z-index: 50
}

#product-comparison .product-inner .more-option-container .tool-tip {
    background-color: #666;
    height: 32px;
    padding: 0 8px;
    border-radius: 4px;
    display: none;
    position: absolute;
    top: 28px;
    left: 12px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    line-height: 32px
}

#product-comparison .product-inner .more-option-container .more-option-icon {
    width: 16px !important;
    height: 16px !important;
    margin-left: 4px;
    margin-top: 4px
}

#product-comparison .product-inner .product-image-wrapper {
    position: relative
}

#product-comparison .product-inner.product-inner-wide {
    padding-left: 0;
    padding-right: 0
}

#product-comparison .product-inner .product-flag {
    z-index: 10
}

#product-comparison .product-inner .product-flag a {
    color: #fff
}

#product-comparison .product-inner a:hover {
    text-decoration: none
}

#product-comparison .product-inner .shipping-container {
    cursor: pointer
}

#product-comparison .product-inner .add-to-cart-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    text-align: center
}

#product-comparison .product-inner .add-to-cart-wrapper .btn-add-to-cart {
    z-index: 20
}

#product-comparison .product-inner .add-to-cart-wrapper.form-add-to-cart {
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

#product-comparison .product-inner .btn-add-to-cart {
    font-size: 16px;
    opacity: 0;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

#product-comparison .product-inner .btn-add-to-cart:hover {
    background-color: #b66700
}

#product-comparison .product-inner:hover .btn-add-to-cart {
    opacity: 1
}

#product-comparison .product-inner:hover .product-image~a>span {
    text-decoration: underline
}

#product-comparison .product-inner .link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 65px;
    z-index: 10
}

#product-comparison .product-inner .product-image {
    display: block;
    margin: 0 0 20px 0;
    text-align: center;
    min-height: 14px
}

#product-comparison .product-inner .product-image>img {
    display: inline-block;
    width: 128px;
    height: 128px
}

#product-comparison .product-inner .product-title {
    height: 4.5em;
    line-height: 24px;
    overflow: hidden;
    text-align: left;
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    color: #333
}

.zh #product-comparison .product-inner .product-title {
    font-size: 17px
}

#product-comparison .product-inner .product-title:hover {
    text-decoration: underline
}

#product-comparison .product-inner .price-olp {
    color: #747474;
    font-size: 14px;
    text-decoration: line-through;
    display: inline-block;
    margin-top: 1px
}

#product-comparison .product-inner .price-in-cart {
    font-size: 16px;
    font-weight: 700;
    color: #333
}

#product-comparison .product-inner .save-in-cart {
    font-weight: 700;
    color: #f38a00
}

#product-comparison .product-inner .price-per-unit {
    color: #747474
}

#product-comparison .product-inner .product-price {
    margin-top: 12px
}

#product-comparison .product-inner .product-price .unavailable-text-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#product-comparison .product-inner .product-price .unavailable-text-container i {
    font-style: normal
}

#product-comparison .product-inner .product-price .unavailable-text-container .similar-product-show-link {
    color: #126cc5
}

#product-comparison .product-inner .product-price .price {
    font-weight: 700;
    line-height: 18px;
    font-size: 20px;
    text-align: left;
    padding-right: 5px
}

#product-comparison .product-inner .product-price .original-price-list {
    text-decoration: line-through;
    color: #747474
}

#product-comparison .product-inner .product-price .see-in-cart-text {
    color: #333;
    font-size: 16px;
    font-weight: 700
}

#product-comparison .product-inner .product-price .see-in-cart-text .see-in-cart-price {
    width: 100%
}

#product-comparison .product-inner .product-price .discontinued {
    font-size: 14px;
    line-height: 16px;
    color: #458500;
    font-weight: 400
}

#product-comparison .product-inner .product-price .price,
#product-comparison .product-inner .product-price .see-price-in-cart {
    display: inline-block;
    font-size: 18px;
    color: #000;
    font-weight: 700
}

#product-comparison .product-inner .product-price .discount-green,
#product-comparison .product-inner .product-price .discount-red {
    margin-right: 0
}

#product-comparison .product-inner .product-price .discount-green {
    color: #458500
}

#product-comparison .product-inner .product-price .discount-red {
    color: #bd3c37
}

#product-comparison .product-inner .product-price .discontinued {
    color: #f00000
}

#product-comparison .product-inner .product-price .status-container {
    height: 20px;
    margin-bottom: 10px
}

#product-comparison .product-inner .product-price .status-container .out-of-stock {
    float: left;
    clear: both;
    color: #f00000
}

#product-comparison .product-inner .product-price .status-container .info-popup {
    bottom: 45px;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center
}

#product-comparison .product-inner .product-price .status-container .info-popup:after {
    background-image: none
}

#product-comparison .product-inner .product-price .status-container .info-popup p {
    padding: 20px
}

#product-comparison .product-inner .product-discount-container {
    min-height: 20px;
    margin-bottom: 5px
}

#product-comparison .product-inner .product-discount-container>span {
    font-weight: 700;
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000
}

#product-comparison .product-inner .product-discount-container>span.discount-in-cart {
    color: #f38a00
}

#product-comparison .product-inner .product-discount-container .out-of-stock.text-wrap {
    white-space: normal
}

#product-comparison .product-inner .product-percentage-claimed .super-deals-progress-wrapper {
    height: 8px;
    position: relative;
    background: #f5f5f5;
    border-radius: 100px;
    margin: 16px 0 8px 0
}

#product-comparison .product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    border-radius: 100px;
    width: 0;
    background-color: #458500
}

#product-comparison .product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount.low {
    background-color: #458500
}

#product-comparison .product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount.medium {
    background-color: #f38a00
}

#product-comparison .product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount.high {
    background-color: #bd3c37
}

#product-comparison .product-inner .product-percentage-claimed .super-deals-almost-sold-out,
#product-comparison .product-inner .product-percentage-claimed .super-deals-sold-out {
    color: #bd3c37 !important
}

#product-comparison .product-inner .product-percentage-claimed .super-deals-sold-out {
    font-weight: 700
}

#product-comparison .product-inner .product-percentage-claimed .super-deals-title .question-mark {
    margin-left: .75em
}

@media (min-width:768px) and (max-width:991px) {
    #product-comparison .product-inner .product-percentage-claimed .text-left-sm-only {
        text-align: left
    }
}

#product-comparison .product-inner .product-percentage-claimed #super-special-price #dynamic-aligner {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#product-comparison .product-inner .product-percentage-claimed #super-special-price #dynamic-aligner .dynamic-align-hide {
    color: #666;
    font-size: 12px
}

#product-comparison .product-inner .product-percentage-claimed .super-deals-progress-wrapper {
    margin: 8px 0;
    height: 8px
}

#product-comparison .product-inner .product-percentage-claimed .percentage-claimed-messaging {
    text-align: center
}

#product-comparison .product-inner .product-percentage-claimed .percentage-claimed-messaging span {
    color: #747474
}

#product-comparison .product-inner .product-percentage-claimed .percentage-claimed-messaging span.almost-sold-out {
    color: #bd3c37
}

#product-comparison .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%
}

#product-comparison .no-rating {
    height: 19px
}

#product-comparison .rating {
    z-index: 0;
    position: relative
}

#product-comparison .rating .write-review {
    vertical-align: middle;
    font-size: 13px
}

#product-comparison .rating a {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none
}

#product-comparison .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
}

#product-comparison .rating a:hover {
    text-decoration: none
}

#product-comparison .rating .stars {
    font-size: 12px;
    display: inline-block
}

#product-comparison .rating .stars .stars-rating {
    width: 15px !important;
    height: 15px;
    min-height: 15px;
    vertical-align: top;
    position: relative;
    margin-right: 1px;
    left: 0
}

#product-comparison .rating .stars .stars-rating path {
    fill: #fac627
}

#product-comparison .rating .stars .stars-rating:last-of-type {
    margin-right: 0 !important
}

#product-comparison .rating .stars .stars-rating.empty path:first-of-type,
#product-comparison .rating .stars .stars-rating.half path:first-of-type {
    fill: #bdbdbd
}

#product-comparison .rating .stars .stars-rating-v2 {
    width: 15px;
    height: 15px;
    min-height: 15px;
    vertical-align: top;
    position: relative;
    margin-right: 1px;
    left: 0;
    fill: none
}

#product-comparison .rating .stars .stars-rating-v2.full {
    fill: #fac627
}

#product-comparison .rating .stars .stars-rating-v2.full path {
    stroke: #8d6708
}

#product-comparison .rating .stars .stars-rating-v2.half path:first-child,
#product-comparison .rating .stars .stars-rating-v2.quarter path:first-child,
#product-comparison .rating .stars .stars-rating-v2.three-quarters path:first-child {
    fill: #fac627
}

#product-comparison .rating .stars .stars-rating-v2.half path:last-child,
#product-comparison .rating .stars .stars-rating-v2.quarter path:last-child,
#product-comparison .rating .stars .stars-rating-v2.three-quarters path:last-child {
    stroke: #8d6708
}

#product-comparison .rating .stars .stars-rating-v2.empty path {
    stroke: #8d6708
}

#product-comparison .rating .rating-count {
    font-size: 12px;
    color: #747474;
    margin-left: 3px
}

#product-comparison .product-title {
    height: auto;
    line-height: inherit;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin: 8px 0 0;
    min-height: 39px
}

#product-comparison .product {
    height: inherit;
    position: relative
}

#product-comparison .product .icon-exit {
    top: 6px;
    right: 10px
}

#product-comparison .product .product-image {
    margin: 0
}

#product-comparison .product .out-of-stock {
    color: red
}

#brands-week-container {
    margin-top: 40px
}

#brands-week-container .sub-header-title {
    font-size: 24px
}

#brands-week-container .percent-off {
    color: #333;
    font-weight: 700;
    font-size: 16px
}

#brands-week-container .subdivide {
    margin-bottom: 16px
}

#brands-week-container .brands-box {
    position: relative;
    margin-bottom: 30px
}

#brands-week-container .title {
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: -10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

#brands-week-container #brands-of-week .countdown-timer {
    font-size: 14px
}

#brands-week-container #brands-of-week .countdown-timer .timer {
    border: 1px solid #707070;
    border-radius: 16px;
    background-color: #fafafa;
    padding: 4px 12px;
    display: inline-block
}


#brands-week-container #brands-of-week .countdown-timer .timer .days,
#brands-week-container #brands-of-week .countdown-timer .timer .days-title,
#brands-week-container #brands-of-week .countdown-timer .timer .hours .digit,
#brands-week-container #brands-of-week .countdown-timer .timer .hours-title,
#brands-week-container #brands-of-week .countdown-timer .timer .minutes .digit,
#brands-week-container #brands-of-week .countdown-timer .timer .minutes-delimiter,
#brands-week-container #brands-of-week .countdown-timer .timer .seconds .digit,
#brands-week-container #brands-of-week .countdown-timer .timer .seconds-delimiter {
    color: #d32f2f !important;
    font-weight: 700;
    font-size: 14px
}

#brands-week-container #brands-of-week .countdown-timer .timer .days-title:after {
    content: ", "
}

#brands-week-container #brands-of-week .countdown-timer .timer .hours,
#brands-week-container #brands-of-week .countdown-timer .timer .minutes,
#brands-week-container #brands-of-week .countdown-timer .timer .seconds {
    font-size: 14px;
    border: none;
    padding: 0
}

#brands-week-container #brands-of-week .disclaimer {
    text-align: center;
    margin: 10px 0;
    font-size: 14px;
    color: #8c8c8c
}

#brands-week-container .multi-image {
    display: inline-block;
    width: 120px;
    height: 56px;
    margin-right: 8px
}

#brands-week-container .multi-image img {
    width: 104px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    cursor: pointer;
    border: 1px solid #707070;
    border-radius: 8px;
    padding: 8px;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

#brands-week-container .multi-image img.active {
    border: 2px solid #54a300
}

#brands-week-container .col-centered {
    display: inline-block;
    text-align: center
}

#brands-week-container .row-centered {
    text-align: center;
    margin-top: 16px
}

#brands-week-container .row-centered.subdivide-10-greater {
    padding-left: 16%;
    padding-right: 16%
}

#brands-week-container .row-centered.subdivide-8-9 {
    padding-left: 16%;
    padding-right: 16%
}

#gift-sets-container {
    margin-top: 20px
}

#gift-sets-container .gift-sets-banner {
    margin: auto;
    text-align: center
}

#gift-sets-container .gift-sets {
    text-align: center;
    margin-top: 20px
}

#gift-sets-container .gift-sets .gift-bundle {
    border-radius: 50%;
    -moz-transition: box-shadow 250ms ease-in-out;
    transition: box-shadow 250ms ease-in-out
}

#gift-sets-container .gift-sets .bundle-name {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 49px;
    margin-top: 8px;
    height: 49px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    display: block
}

#gift-sets-container .gift-sets .subdivide {
    padding-left: 1%;
    padding-right: 1%;
    margin-bottom: 16px;
    display: inline-block
}

#gift-sets-container .gift-sets .subdivide.subdivide-7-less {
    width: 14%
}

#gift-sets-container .gift-sets .subdivide.subdivide-8-9 {
    width: 17%
}

#gift-sets-container .gift-sets .subdivide.subdivide-10-greater {
    width: 16%
}

#gift-sets-container .gift-sets .multi-image {
    display: inline-block
}

#gift-sets-container .gift-sets .multi-image img {
    width: 100%;
    max-height: 165px;
    max-width: 165px
}

#gift-sets-container .gift-sets .subdivide:hover .gift-bundle {
    -moz-transition: box-shadow 250ms ease-in-out;
    transition: box-shadow 250ms ease-in-out;
    box-shadow: -6px 6px 10px 0 #c6c6c6
}

#gift-set-container .gift-set-details {
    background: #f6f5f4;
    padding: 16px;
    margin-bottom: 16px
}

#gift-set-container .gift-set-details .gift-set-title {
    font-size: 30px;
    color: #7bb32e
}

#gift-set-container .gift-set-details .gift-set-subtitle {
    font-size: 21px;
    color: #747474
}

#gift-set-container .gift-set-details .gift-set-price {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin-top: 8px;
    margin-bottom: 8px
}

#gift-set-container .gift-set-details .img-responsive {
    margin-left: auto;
    width: 100%;
    max-width: 200px
}

#gift-set-container .gift-set-btn-block-wrapper .btn-block {
    max-width: 275px
}

#gift-set-container .gift-set-product {
    display: inline-block;
    width: 20%;
    border: 1px solid #ddd;
    border-left: none;
    padding: 16px;
    vertical-align: bottom;
    min-height: 325px;
    margin-left: -4px;
    -moz-transition: box-shadow 250ms linear;
    transition: box-shadow 250ms linear
}

#gift-set-container .gift-set-product:first-child {
    margin-left: 0;
    border-left: 1px solid #ddd
}

#gift-set-container .gift-set-product input[type=checkbox] {
    visibility: hidden
}

#gift-set-container .gift-set-product input[type=checkbox]:checked+.styled-checkbox:after {
    opacity: 1
}

#gift-set-container .gift-set-product .styled-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 5
}

#gift-set-container .gift-set-product .styled-checkbox:before {
    content: ' ';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1px;
    background: #fcfcfc;
    border-radius: 3px;
    border: solid 1px #ddd
}

#gift-set-container .gift-set-product .styled-checkbox:after {
    content: '';
    width: 15px;
    height: 9px;
    position: absolute;
    top: 5px;
    left: 2px;
    border: 2px solid #4f9900;
    border-top: none;
    border-right: none;
    background: 0 0;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#gift-set-container .gift-set-product .styled-checkbox a {
    text-decoration: none
}

#gift-set-container .gift-set-product .product-image {
    margin-bottom: 16px;
    position: relative
}

#gift-set-container .gift-set-product .product-image .img-responsive {
    margin: auto
}

#gift-set-container .gift-set-product .product-image .shipping-saver {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 18px;
    z-index: 5
}

#gift-set-container .gift-set-product .product-image .shipping-saver i {
    color: #7bb32e
}

#gift-set-container .gift-set-product .product-price {
    font-weight: 700;
    font-size: 17px
}

#gift-set-container .gift-set-product .product-rating {
    min-height: 19px;
    margin-top: 8px
}

#gift-set-container .gift-set-product .product-rating .rating-count {
    color: #747474
}

#gift-set-container .gift-set-product .product-title {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 57px;
    height: 57px
}

#gift-set-container .gift-set-product .btn-add-to-cart {
    margin-top: 16px
}

#gift-set-container .gift-set-product .wishlist {
    margin-top: 8px
}

#gift-set-container .gift-set-product .btn-add-to-cart,
#gift-set-container .gift-set-product .wishlist {
    opacity: 0;
    -moz-transition: opacity 250ms linear;
    transition: opacity 250ms linear
}

#gift-set-container .gift-set-product:hover {
    box-shadow: 0 0 16px #747474;
    -moz-transition: box-shadow 250ms linear;
    transition: box-shadow 250ms linear
}

#gift-set-container .gift-set-product:hover .btn-add-to-cart,
#gift-set-container .gift-set-product:hover .wishlist {
    opacity: 1;
    -moz-transition: opacity 250ms linear;
    transition: opacity 250ms linear
}

#gift-set-container .gift-set-total {
    padding-top: 16px;
    padding-bottom: 16px
}

#gift-set-container .gift-set-total .total-price {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 16px
}

#gift-set-container .sub-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
    margin-bottom: 16px
}

.brands-banner-collapsible .open-button-container {
    display: block
}

.brands-banner-collapsible .button-border {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.brands-banner-collapsible .button-border:after,
.brands-banner-collapsible .button-border:before {
    content: "";
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    border-bottom: 1px solid #ddd;
    margin: auto
}

.brands-banner-collapsible .button-border button {
    margin: 0 10px
}

.brands-banner-collapsible .button-border button span {
    display: inline-block;
    padding: 0 30px
}

.brands-banner-collapsible img:first-of-type {
    margin-bottom: 20px
}

.brands-banner-collapsible .content {
    display: none
}

.brands-banner-collapsible .content .brand-title {
    margin: 20px 0
}

.brands-banner-collapsible .content .product {
    max-height: 450px;
    border: 1px solid #ddd;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px
}

.brands-banner-collapsible .content .product img {
    margin: 0 auto 10px
}

@media (min-width:1200px) {

    .brands-banner-collapsible .content .product p,
    .brands-banner-collapsible .content .product strong {
        text-align: center
    }
}

.brands-banner-collapsible .content .product strong {
    display: block
}

.brands-banner-collapsible .content .product .title {
    font-size: 17px
}

.brands-banner-collapsible .content .product .sub-title {
    font-size: 24px;
    margin-bottom: 8px
}

.brands-banner-collapsible.open .open-button-container {
    display: none
}

.brands-banner-collapsible.open .content {
    display: block
}

.wishlist .wishlist-items-container {
    position: relative;
    margin: 16px 0
}

.wishlist .wishlist-items-container .product-summary-add-to-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.wishlist .wishlist-items-container .product-summary-add-to-list svg path {
    fill: #458500
}

.wishlist .wishlist-items-container .btn-add-wishlist-label {
    padding-left: 8px;
    font-size: 16px;
    line-height: 24px
}

.wishlist .wishlist-items-container button {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid currentColor;
    color: #2c7500;
    font-weight: 700;
    font-size: 14px;
    border-radius: 8px;
    padding: 11px 16px
}

.wishlist .wishlist-items-container .wishlist-arrow-container {
    width: 14px;
    height: 8px
}

.wishlist .wishlist-items-container .wishlist-arrow-container .wishlist-arrow {
    width: 100%;
    height: 100%
}

.wishlist .wishlist-items-container .icon-uparrow {
    position: absolute;
    right: 22px;
    top: 16px;
    font-size: 7px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #666;
    cursor: pointer
}

.de .wishlist .wishlist-items-container .icon-uparrow,
.fr .wishlist .wishlist-items-container .icon-uparrow,
.pt .wishlist .wishlist-items-container .icon-uparrow,
.ru .wishlist .wishlist-items-container .icon-uparrow {
    right: 10px
}

.wishlist .wishlist-items-container .dropdown-wrapper {
    position: absolute;
    top: 45px;
    background-color: #fff;
    width: 100%;
    z-index: 300;
    display: none;
    border: 1px solid #fafafa;
    box-shadow: -1px 2px 23px -2px rgba(0, 0, 0, .75)
}

.wishlist .wishlist-items-container .dropdown-wrapper .create-new-list,
.wishlist .wishlist-items-container .dropdown-wrapper .wishlist-sub-items {
    line-height: 2.5em;
    color: #666
}

.wishlist .wishlist-items-container .dropdown-wrapper .wishlist-sub-items {
    padding: 10px;
    max-height: 155px;
    overflow: auto
}

.wishlist .wishlist-items-container .dropdown-wrapper .wishlist-sub-items .item {
    cursor: pointer
}

.wishlist .wishlist-items-container .dropdown-wrapper .wishlist-sub-items .item .icon-check {
    display: inline-block;
    margin-right: 8px;
    font-size: 12px;
    width: 8px;
    height: 8px;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 3px 2px 1px;
    color: #458500;
    -moz-box-sizing: initial;
    box-sizing: initial
}

.wishlist .wishlist-items-container .dropdown-wrapper .wishlist-sub-items .item .icon-check:before {
    float: right;
    font-size: 10px;
    width: 8px;
    height: 8px;
    line-height: 5px;
    border-radius: 2px;
    padding: 2px;
    color: #458500;
    -moz-box-sizing: initial;
    box-sizing: initial
}

.wishlist .wishlist-items-container .dropdown-wrapper .wishlist-sub-items .item input {
    display: none
}

.wishlist .wishlist-items-container .dropdown-wrapper .wishlist-sub-items .item input[type=checkbox]:checked~label:after {
    opacity: 1
}

.wishlist .wishlist-items-container .dropdown-wrapper .wishlist-sub-items .item input,
.wishlist .wishlist-items-container .dropdown-wrapper .wishlist-sub-items .item label {
    cursor: pointer
}

.wishlist .wishlist-items-container .dropdown-wrapper .wishlist-sub-items .item label {
    position: relative;
    top: -2px;
    color: #666;
    margin-left: 10px;
    padding-left: 12px
}

.wishlist .wishlist-items-container .dropdown-wrapper .wishlist-sub-items .item label:before {
    content: " ";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 1px;
    left: -12px;
    border-radius: 2px;
    border: solid 1px #999
}

.wishlist .wishlist-items-container .dropdown-wrapper .wishlist-sub-items .item label:after {
    content: "";
    width: 11px;
    height: 6px;
    position: absolute;
    top: 5px;
    left: -10px;
    border: 2px solid #458500;
    border-top: none;
    /*!@noflip*/
    border-right: none;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.wishlist .wishlist-items-container .dropdown-wrapper .wishlist-sub-items .item:hover {
    background-color: #fafafa
}

.wishlist .wishlist-items-container .dropdown-wrapper .create-new-list {
    border-top: 1px solid #999;
    padding: 2px 10px;
    cursor: pointer
}

.wishlist .wishlist-items-container .dropdown-wrapper .create-new-list .icon-plus {
    background: #60aa00;
    color: #fff;
    padding: 4px 5px;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 8px;
    position: relative;
    top: -2px
}

.wishlist .wishlist-items-container .dropdown-wrapper .input-new-list {
    position: relative;
    padding: 0 10px;
    display: none
}

.wishlist .wishlist-items-container .dropdown-wrapper .input-new-list .list-input-blank {
    position: absolute;
    display: none;
    width: 90%;
    top: 1px;
    height: 28px;
    left: 12px;
    padding: 4px;
    color: #f10200;
    background-color: #fff
}

.wishlist .wishlist-items-container .dropdown-wrapper .input-new-list .list-input-blank span {
    background: #f10200;
    border-radius: 8px;
    height: 16px;
    display: inline-block;
    width: 17px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-right: 5px
}

.wishlist .wishlist-items-container .dropdown-wrapper .input-new-list input {
    padding: 0 5px;
    width: 100%;
    border: 1px solid #999;
    height: 30px;
    border-radius: 3px
}

.wishlist .wishlist-items-container .dropdown-wrapper .input-new-list button,
.wishlist .wishlist-items-container .dropdown-wrapper .input-new-list input {
    margin-bottom: 10px
}

.wishlist .load-button {
    display: none;
    margin-top: 0
}

.wishlist .loader {
    border: 3px solid #e0e0e0;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: inline-block;
    position: relative;
    top: 2px
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#toaster {
    width: auto;
    height: auto;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    background-color: #333;
    color: #fafafa;
    font-size: 20px;
    padding: 15px 30px;
    text-align: center;
    border-radius: 2px;
    z-index: 20;
    display: none
}

.easyzoom {
    position: relative;
    display: inline-block
}

.easyzoom img {
    vertical-align: bottom
}

.easyzoom.is-loading img {
    cursor: progress
}

.easyzoom.is-ready img {
    cursor: default
}

.easyzoom--adjacent.is-ready img {
    cursor: pointer
}

.easyzoom.is-error img {
    cursor: not-allowed
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px #888
}

.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #fff
}

.easyzoom-flyout img {
    width: auto !important
}

.popup-easyzoom .easyzoom-flyout img {
    width: auto !important;
    height: 1400px !important
}

.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.easyzoom--adjacent .easyzoom-flyout {
    border: 1px solid #e9e8e8;
    top: 0;
    margin-left: 27px;
    left: 100%
}

#ABCartPopup .popup-container {
    width: 400px;
    min-height: 120px;
    margin-top: -60px;
    margin-left: -200px
}

#ABCartPopup .popup-container h1 {
    text-align: center
}

@keyframes skeleton {
    0% {
        background-color: rgba(165, 165, 165, .1)
    }

    50% {
        background-color: rgba(165, 165, 165, .3)
    }

    100% {
        background-color: rgba(165, 165, 165, .1)
    }
}

.skeleton-loader {
    display: none
}

.skeleton-loader .skeleton-item {
    height: 15px;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    -webkit-animation: skeleton 1.5s infinite ease-in-out;
    -moz-animation: skeleton 1.5s infinite ease-in-out;
    animation: skeleton 1.5s infinite ease-in-out
}

.skeleton-loader .skeleton-item:nth-child(2) {
    width: 80%
}

.skeleton-loader .skeleton-item:nth-child(3) {
    width: 60%
}

.skeleton-loader .skeleton-item:nth-child(4) {
    width: 90%
}

.skeleton-loader .skeleton-item:nth-child(5) {
    width: 40%
}

.skeleton-loader .skeleton-item:nth-child(6) {
    width: 75%
}

.skeleton-loader .skeleton-item:nth-child(7) {
    width: 60%
}

.skeleton-loader .skeleton-item:nth-child(8) {
    width: 90%
}

ul.filter-list .lazy-load-child-filter-item,
ul.filter-list .lazy-load-filter-item {
    display: none
}

ul.filter-list.loading .skeleton-loader {
    display: block
}

ul.filter-list.loaded .lazy-load-child-filter-item,
ul.filter-list.loaded .lazy-load-filter-item {
    display: block
}

.zh .filter-column {
    font-size: 15px
}

.price-range {
    margin-top: -15px;
    margin-bottom: 8px;
    overflow: hidden;
    padding: 8px 30px 8px 0;
    border-bottom: 1px solid #ccc
}

.price-range>input {
    float: left;
    padding: 0 0 0 4px;
    width: 40%;
    z-index: 2;
    border: 1px solid #e0e0e0;
    height: 35px;
    padding: 0 11px;
    border-radius: 5px
}

.price-range>input:focus {
    box-shadow: none;
    border-radius: 5px;
    outline: 0;
    border: 1px solid #8c8c8c
}

.price-range>input::-webkit-input-placeholder {
    color: #999
}

.price-range>span {
    width: 15%;
    float: left;
    line-height: 33px;
    text-align: center;
    overflow: hidden
}

.price-range>button {
    position: relative;
    margin-right: -21px;
    margin-top: 6px;
    height: 22px;
    width: 24px;
    color: #fff;
    float: right;
    background: #458500;
    cursor: pointer
}

.price-range>button:before {
    position: absolute;
    top: 4px;
    right: 6px
}

.search-filter .search-input {
    z-index: 2;
    border: 1px solid #e0e0e0;
    height: 35px;
    padding: 0 11px;
    border-radius: 5px;
    width: 100%
}

.search-filter .search-input:focus {
    box-shadow: none;
    border-radius: 5px;
    outline: 0;
    border: 1px solid #8c8c8c
}

.search-filter .search-input::-webkit-input-placeholder {
    color: #999
}

.search-input::-ms-clear {
    display: none
}

.search-filter .search-text {
    position: relative;
    margin-top: -10px;
    margin-bottom: 10px;
    height: 45px;
    display: inline-block;
    line-height: 25px;
    padding: 10px 10px 10px 0;
    width: 95%
}

.search-filter .search-text.searching {
    padding: 10px 10px 10px 0
}

.search-filter .search-text.searching .search-clear {
    display: inline-block;
    position: absolute;
    margin: 10px 0;
    width: 30px;
    right: 10px;
    top: 0;
    line-height: 34px;
    cursor: pointer;
    text-align: center;
    font-weight: 700
}

.search-filter .search-clear {
    display: none
}

.search-filter .search-list.empty:before {
    content: attr(data-empty);
    float: left
}

#flag-filtering .filter-list {
    padding-right: 0;
    max-height: 300px;
    overflow-x: visible;
    overflow-y: visible;
    will-change: auto
}

#flag-filtering .filter-list li .ss-label {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 89px;
    font-size: 13px;
    vertical-align: middle;
    padding-left: 3px
}

#flag-filtering .filter-name {
    overflow: revert
}

#flag-filtering .filter-name::before {
    padding-left: 2px
}

#flag-filtering .filter-name .filter {
    padding-right: 2px
}

#flag-filtering .filter-name.overflow-visible {
    overflow: visible
}

#flag-filtering .filter-name #cms-popover-tooltip .svg-icon-wrapper {
    margin: 0
}

#flag-filtering .filter-name #cms-popover-tooltip .svg-icon-wrapper .icon {
    height: 18px;
    width: 18px
}

#flag-filtering .filter-name .product-flag-i-herb-exclusive {
    line-height: 24px;
    margin-right: 10px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

#flag-filtering .filter-name .product-flag-i-herb-exclusive:after,
#flag-filtering .filter-name .product-flag-i-herb-exclusive:before {
    height: 24px
}

#flag-filtering .filter-name .product-flag-i-herb-exclusive:before {
    border-width: 0 10px 14px 0
}

#flag-filtering .filter-name .product-flag-i-herb-exclusive bdi {
    font-size: 12px;
    position: relative;
    max-width: 110px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden
}

#flag-filtering #autoship-and-save-checkbox .filter {
    display: inline-block
}

#flag-filtering #autoship-and-save-checkbox .filter .autoship-flag-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

#flag-filtering #autoship-and-save-checkbox .filter .autoship-flag-container>span {
    display: inline-block;
    max-width: 115px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

#flag-filtering .isshippingsaver {
    padding-left: 5px
}

#flag-filtering .isshippingsaver .filter-name {
    line-height: 23px
}

#flag-filtering .isshippingsaver .filter-name .filter::before {
    top: 1px;
    left: -46px
}

#flag-filtering .isshippingsaver .filter-name .filter:after {
    top: 6px;
    left: -42px
}

#flag-filtering .itested-label {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
    line-height: 22px;
    height: 22px;
    color: #458500
}

#flag-filtering .itested-label .img-flag {
    height: 20px;
    display: inline-block
}

#flag-filtering .itested-label i {
    font-size: 22px
}

#flag-filtering .question-mark {
    top: 0;
    margin-left: 1px;
    background-color: #666;
    border: solid 1px #666;
    color: #fff
}

.filter-column section:first-of-type:not(#flag-filtering) {
    margin-top: 15px
}

.filter-column section:nth-of-type(6) {
    border-top: 0;
    padding-top: 0
}

.filter-section {
    margin-bottom: 15px;
    max-height: 30em;
    width: 220px
}

.filter-section .filter-list.loaded .lazy-load-filter-item [data-count]:before {
    visibility: visible
}

.filter-section .filter-list .lazy-load-filter-item [data-count]:before {
    content: "("attr(data-count) ")";
    color: #8c8c8c;
    padding-left: 4px;
    position: relative;
    background-color: #fff;
    float: right;
    visibility: hidden
}

.filter-section fieldset {
    border: none;
    padding: 0;
    margin: 0;
    min-width: unset
}

.filter-section .filter-item i {
    pointer-events: none
}

.filter-section .filter-name .product-flag-container {
    margin: 0
}

.filter-section .filter-toggler {
    position: absolute;
    right: 0;
    z-index: 5;
    cursor: pointer;
    padding: 0 8px 5px
}

.filter-section .filter-toggler .icon-recentlyviewedarrowleft {
    transition: -webkit-transform .25s ease;
    -moz-transition: transform .25s ease, -moz-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease, -moz-transform .25s ease;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.filter-section .filter-toggler.active .icon-recentlyviewedarrowleft {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.filter-section .filter-toggler-target {
    overflow: hidden;
    -moz-transition: max-height .25s ease-out;
    transition: max-height .25s ease-out;
    max-height: 2.76923em
}

.filter-section .filter-toggler-target.filter-collapse {
    max-height: 2em
}

.filter-section .filter-toggler-target.filter-collapse label {
    pointer-events: none
}

.filter-section .filter-toggler-target.filter-collapse .filter-list {
    display: none
}

.filter-section .filter-toggler-target.filter-expand {
    max-height: 30em
}

.filter-section .filter-toggler-target .filter-list {
    max-height: 300px;
    overflow-y: auto
}

.filter-section#iherbexclusivebrands .filter-header,
.filter-section#shipping-saver .filter-header,
.filter-section.filter-attributes-container .filter-header,
.filter-section.filter-toggle .filter-header {
    font-size: 16px;
    padding: 0;
    color: #000;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: -moz-calc(100% - 24px);
    max-width: calc(100% - 24px)
}

.filter-section#iherbexclusivebrands h4.filter-header>a.clear.filter,
.filter-section#shipping-saver h4.filter-header>a.clear.filter,
.filter-section.filter-attributes-container h4.filter-header>a.clear.filter,
.filter-section.filter-toggle h4.filter-header>a.clear.filter {
    float: right;
    font-size: 14px;
    font-weight: 400
}

.filter-section#iherbexclusivebrands .filter-list,
.filter-section#shipping-saver .filter-list,
.filter-section.filter-attributes-container .filter-list,
.filter-section.filter-toggle .filter-list {
    list-style: none;
    max-height: 160px;
    overflow-y: hidden;
    overflow-x: hidden;
    will-change: transform;
    padding-right: 10px;
    margin-right: 2px
}

.filter-section#iherbexclusivebrands .filter-list::-webkit-scrollbar,
.filter-section#shipping-saver .filter-list::-webkit-scrollbar,
.filter-section.filter-attributes-container .filter-list::-webkit-scrollbar,
.filter-section.filter-toggle .filter-list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px
}

.filter-section#iherbexclusivebrands .filter-list::-webkit-scrollbar-thumb,
.filter-section#shipping-saver .filter-list::-webkit-scrollbar-thumb,
.filter-section.filter-attributes-container .filter-list::-webkit-scrollbar-thumb,
.filter-section.filter-toggle .filter-list::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5)
}

.filter-section#iherbexclusivebrands .filter-list.show-more-large,
.filter-section#shipping-saver .filter-list.show-more-large,
.filter-section.filter-attributes-container .filter-list.show-more-large,
.filter-section.filter-toggle .filter-list.show-more-large {
    max-height: 18.4em
}

.filter-section#iherbexclusivebrands .filter-list.show-more,
.filter-section#shipping-saver .filter-list.show-more,
.filter-section.filter-attributes-container .filter-list.show-more,
.filter-section.filter-toggle .filter-list.show-more {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 24px
}

.filter-section#iherbexclusivebrands .filter-list>li,
.filter-section#shipping-saver .filter-list>li,
.filter-section.filter-attributes-container .filter-list>li,
.filter-section.filter-toggle .filter-list>li {
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    line-height: 0;
    margin-bottom: 8px
}

.filter-section#iherbexclusivebrands .filter-list>li .filter-name,
.filter-section#shipping-saver .filter-list>li .filter-name,
.filter-section.filter-attributes-container .filter-list>li .filter-name,
.filter-section.filter-toggle .filter-list>li .filter-name {
    display: inline-block;
    overflow: hidden;
    line-height: 24px;
    cursor: pointer
}

.filter-section#iherbexclusivebrands .filter-list>li .filter-name:not(:only-child),
.filter-section#shipping-saver .filter-list>li .filter-name:not(:only-child),
.filter-section.filter-attributes-container .filter-list>li .filter-name:not(:only-child),
.filter-section.filter-toggle .filter-list>li .filter-name:not(:only-child) {
    padding-right: 24px
}

.filter-section#iherbexclusivebrands .filter-list>li .filter-name #cms-popover-tooltip,
.filter-section#shipping-saver .filter-list>li .filter-name #cms-popover-tooltip,
.filter-section.filter-attributes-container .filter-list>li .filter-name #cms-popover-tooltip,
.filter-section.filter-toggle .filter-list>li .filter-name #cms-popover-tooltip {
    display: inline-block
}

.filter-section#iherbexclusivebrands .filter-list>li .collapsible-target,
.filter-section#shipping-saver .filter-list>li .collapsible-target,
.filter-section.filter-attributes-container .filter-list>li .collapsible-target,
.filter-section.filter-toggle .filter-list>li .collapsible-target {
    padding-left: 28px;
    margin-top: 8px
}

.filter-section#iherbexclusivebrands .filter-list>li .collapsible-control .filter-icon,
.filter-section#shipping-saver .filter-list>li .collapsible-control .filter-icon,
.filter-section.filter-attributes-container .filter-list>li .collapsible-control .filter-icon,
.filter-section.filter-toggle .filter-list>li .collapsible-control .filter-icon {
    position: absolute;
    height: 24px;
    width: 24px;
    right: 0;
    top: 0;
    cursor: pointer
}

.filter-section#iherbexclusivebrands .filter-list>li .collapsible.expanded .collapsible-control .filter-plus,
.filter-section#shipping-saver .filter-list>li .collapsible.expanded .collapsible-control .filter-plus,
.filter-section.filter-attributes-container .filter-list>li .collapsible.expanded .collapsible-control .filter-plus,
.filter-section.filter-toggle .filter-list>li .collapsible.expanded .collapsible-control .filter-plus {
    display: none !important
}

.filter-section#iherbexclusivebrands .filter-list>li .collapsible.expanded .collapsible-control .filter-minus,
.filter-section#shipping-saver .filter-list>li .collapsible.expanded .collapsible-control .filter-minus,
.filter-section.filter-attributes-container .filter-list>li .collapsible.expanded .collapsible-control .filter-minus,
.filter-section.filter-toggle .filter-list>li .collapsible.expanded .collapsible-control .filter-minus {
    display: block !important
}

.filter-section#iherbexclusivebrands .filter-list>li .collapsible:not(.expanded) .collapsible-control .filter-minus .filter-plus,
.filter-section#shipping-saver .filter-list>li .collapsible:not(.expanded) .collapsible-control .filter-minus .filter-plus,
.filter-section.filter-attributes-container .filter-list>li .collapsible:not(.expanded) .collapsible-control .filter-minus .filter-plus,
.filter-section.filter-toggle .filter-list>li .collapsible:not(.expanded) .collapsible-control .filter-minus .filter-plus {
    display: block !important
}

.filter-section#iherbexclusivebrands .filter-list>li .collapsible:not(.expanded) .collapsible-control .filter-minus .filter-minus,
.filter-section#shipping-saver .filter-list>li .collapsible:not(.expanded) .collapsible-control .filter-minus .filter-minus,
.filter-section.filter-attributes-container .filter-list>li .collapsible:not(.expanded) .collapsible-control .filter-minus .filter-minus,
.filter-section.filter-toggle .filter-list>li .collapsible:not(.expanded) .collapsible-control .filter-minus .filter-minus {
    display: none !important
}

.filter-section#iherbexclusivebrands .filter-list .isshippingsaver,
.filter-section#shipping-saver .filter-list .isshippingsaver,
.filter-section.filter-attributes-container .filter-list .isshippingsaver,
.filter-section.filter-toggle .filter-list .isshippingsaver {
    height: 100%;
    font-size: 15px
}

.filter-section#iherbexclusivebrands .filter-list .isshippingsaver .icon-ShippingSaverNew,
.filter-section#shipping-saver .filter-list .isshippingsaver .icon-ShippingSaverNew,
.filter-section.filter-attributes-container .filter-list .isshippingsaver .icon-ShippingSaverNew,
.filter-section.filter-toggle .filter-list .isshippingsaver .icon-ShippingSaverNew {
    color: #8cc324;
    position: relative;
    top: 2px;
    font-size: 14px;
    left: 22px;
    float: left
}

.filter-section#iherbexclusivebrands .filter-list .isshippingsaver label,
.filter-section#shipping-saver .filter-list .isshippingsaver label,
.filter-section.filter-attributes-container .filter-list .isshippingsaver label,
.filter-section.filter-toggle .filter-list .isshippingsaver label {
    font-style: italic;
    color: #69c0ff;
    padding-right: 3px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 700
}

.filter-section#iherbexclusivebrands .filter-list .isshippingsaver input,
.filter-section#shipping-saver .filter-list .isshippingsaver input,
.filter-section.filter-attributes-container .filter-list .isshippingsaver input,
.filter-section.filter-toggle .filter-list .isshippingsaver input {
    float: left;
    margin-top: 15px
}

.filter-section#iherbexclusivebrands .filter-list .filter-separator:hover,
.filter-section#shipping-saver .filter-list .filter-separator:hover,
.filter-section.filter-attributes-container .filter-list .filter-separator:hover,
.filter-section.filter-toggle .filter-list .filter-separator:hover {
    background-color: #fff
}

.filter-section#iherbexclusivebrands .icon-recentlyviewedarrowleft,
.filter-section#shipping-saver .icon-recentlyviewedarrowleft,
.filter-section.filter-attributes-container .icon-recentlyviewedarrowleft,
.filter-section.filter-toggle .icon-recentlyviewedarrowleft {
    margin-right: 10px
}

.filter-section#iherbexclusivebrands .icon-recentlyviewedarrowleft:before,
.filter-section#shipping-saver .icon-recentlyviewedarrowleft:before,
.filter-section.filter-attributes-container .icon-recentlyviewedarrowleft:before,
.filter-section.filter-toggle .icon-recentlyviewedarrowleft:before {
    float: right;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 13px
}

.filter-section#iherbexclusivebrands .toggle-switch-container,
.filter-section#shipping-saver .toggle-switch-container,
.filter-section.filter-attributes-container .toggle-switch-container,
.filter-section.filter-toggle .toggle-switch-container {
    padding-bottom: 8px;
    margin-bottom: 8px;
    overflow: hidden;
    border-bottom: 1px solid #ccc
}

.filter-section#iherbexclusivebrands .toggle-switch-container>div,
.filter-section#shipping-saver .toggle-switch-container>div,
.filter-section.filter-attributes-container .toggle-switch-container>div,
.filter-section.filter-toggle .toggle-switch-container>div {
    margin-right: 10px;
    max-width: 70px
}

.ru .filter-section#iherbexclusivebrands .toggle-switch-container>div:nth-child(2n+1),
.ru .filter-section#shipping-saver .toggle-switch-container>div:nth-child(2n+1),
.ru .filter-section.filter-attributes-container .toggle-switch-container>div:nth-child(2n+1),
.ru .filter-section.filter-toggle .toggle-switch-container>div:nth-child(2n+1) {
    margin-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.filter-section#shipping-saver .filter-header {
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    padding: 0
}

.filter-section.filter-attributes-container .show-more-container {
    color: #126cc5;
    cursor: pointer;
    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;
    gap: 8px
}

.filter-section.filter-attributes-container .show-more-container svg {
    width: 20px;
    height: 20px
}

.filter-section.filter-attributes-container .show-more-container svg use {
    fill: #126cc5
}

.filter-section.filter-attributes-container .filter-header-wrapper {
    cursor: pointer;
    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: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.filter-section.filter-attributes-container .filter-header-wrapper .filter-icon {
    height: 24px;
    width: 24px
}

.filter-section.filter-attributes-container .filter-header-wrapper .filter-icon use {
    fill: #666
}

.filter-section.filter-attributes-container .filter-header-wrapper .filter-plus {
    display: block !important
}

.filter-section.filter-attributes-container .filter-header-wrapper .filter-minus {
    display: none !important
}

.filter-section.filter-attributes-container:nth-of-type(n+6) {
    overflow: hidden;
    max-height: 2.76923em
}

.filter-section.filter-attributes-container:nth-of-type(n+6).filter-toggle {
    overflow: hidden;
    -moz-transition: max-height .25s ease-out, padding .25s ease-out;
    transition: max-height .25s ease-out, padding .25s ease-out;
    max-height: 2.76923em
}

.filter-section.filter-attributes-container:nth-of-type(n+6).filter-toggle.filter-collapse {
    max-height: 2.2em
}

.filter-section.filter-attributes-container:nth-of-type(n+6).filter-toggle.filter-collapse label {
    pointer-events: none
}

.filter-section.filter-attributes-container:nth-of-type(n+6).filter-toggle.filter-collapse .filter-list {
    display: none
}

.filter-section.filter-attributes-container:nth-of-type(n+6).filter-toggle.filter-expand {
    max-height: 30em
}

.filter-section.filter-attributes-container:nth-of-type(n+6).filter-toggle.filter-expand .filter-header-wrapper .filter-plus {
    display: none !important
}

.filter-section.filter-attributes-container:nth-of-type(n+6).filter-toggle.filter-expand .filter-header-wrapper .filter-minus {
    display: block !important
}

.filter-section.filter-attributes-container:nth-of-type(n+6).filter-toggle .filter-list {
    max-height: 300px;
    overflow-y: auto
}

.filter-section .popup-link {
    line-height: 1.8em;
    height: 1.8em
}

.filter-links {
    position: relative
}

.filter-links a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.filter-separator {
    width: 100%;
    padding: 0 20px 0 0
}

.filter-separator:before {
    content: "";
    width: 100%;
    padding-top: .9em;
    border-bottom: 1px solid #ccc
}

[data-count] {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    will-change: transform
}

img.ratings {
    display: inline-block;
    width: 80px;
    height: 15px;
    vertical-align: text-bottom;
    margin-bottom: 1px
}


.hidden-filters-list>div {
    line-height: 1.8em;
    height: 1.8em
}

.hidden-filters-list>div:hover,
.hidden-filters-list>div:hover>div:before {
    background-color: #f5f5f5
}

.applied-filters {
    font-size: 14px;
    padding: 10px 7px 0 7px
}

div.applied-filter-row {
    overflow: hidden
}

.applied-filter-label {
    float: left;
    margin: 10px 0 0 8px;
    font-weight: 700
}

.applied-filter {
    cursor: pointer;
    position: relative;
    float: left;
    padding: 0 20px 0 10px;
    border: 1px solid #f5f5f5;
    background-color: #fafafa;
    max-width: 295px;
    margin: 5px;
    color: #000;
    height: 2.2em;
    line-height: 2.2em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.applied-filter:active,
.applied-filter:hover,
.applied-filter:link,
.applied-filter:visited {
    text-decoration: none
}

.applied-filter:after {
    color: #8c8c8c;
    content: "x";
    position: absolute;
    top: 0;
    right: 5px
}

.applied-filter .swkw-text {
    margin-right: 5px
}

.applied-filter .swkw-result {
    font-weight: 700
}

.applied-filter-clear {
    float: right;
    margin: 10px 8px 0 0
}

.applied-filters:after {
    position: relative;
    top: 4px;
    margin: 15px 0 0 0;
    content: " ";
    border-top: 4px solid #ccc;
    width: 100%;
    height: 5px;
    display: inline-block
}

#ProductsPage input[type=checkbox] {
    visibility: hidden
}

#ProductsPage input[type=checkbox]:checked+.filter:after {
    opacity: 1
}

.filter-check-icon+#ProductsPage input[type=checkbox]:checked+.filter:after {
    opacity: 0
}

#ProductsPage input[type=checkbox]:checked+.filter:before {
    background-color: #458500;
    border-color: #458500
}

#ProductsPage .filter {
    cursor: pointer;
    padding-left: 10px;
    padding-right: 4px;
    position: relative;
    font-weight: 500
}

#ProductsPage .filter::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: -17px;
    background: #fff;
    border-radius: 4px;
    border: solid 1px #e0e0e0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#ProductsPage .filter:after {
    content: "";
    width: 12px;
    height: 7px;
    position: absolute;
    top: 4px;
    left: -13px;
    border: 2px solid #fff;
    border-top: none;
    /*!@noflip*/
    border-right: none;
    background: 0 0;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#ProductsPage input[type=checkbox].partial-checked+.filter:after {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    border-left: none
}

#ProductsPage .discontinued .filter {
    padding-left: 0
}

#ProductsPage .discontinued .filter::before {
    width: 13px;
    height: 13px;
    top: 1px;
    left: -15px
}

#ProductsPage .discontinued .filter:after {
    width: 8px;
    height: 4px;
    top: 5px;
    left: -12px
}

#ProductsPage .checkbox-filter {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0 4px 1px 0;
    cursor: pointer;
    vertical-align: text-bottom
}

.viewAll-container {
    padding: 25px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    position: fixed;
    width: 600px;
    top: 50%;
    left: 50%;
    max-height: 400px;
    min-height: 250px;
    margin-top: -200px;
    margin-left: -300px;
    z-index: 2000 !important
}

.viewAll-close {
    color: #ccc;
    position: absolute;
    font-size: 21px;
    right: 10px;
    top: 8px;
    cursor: pointer
}

.viewAll-header {
    margin: 0 0 12px;
    padding: 0 0 12px;
    border-bottom: 1px solid #ccc
}

.viewAll-body {
    max-height: 305px;
    overflow: auto
}

h4.filter-header button.filter {
    background: 0 0;
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: #005b9e;
    width: auto
}

h4.filter-header button.filter:hover {
    text-decoration: underline
}

button.filter {
    background: #60aa00;
    border: none;
    vertical-align: bottom;
    margin-left: 10px;
    height: 25px;
    width: 25px;
    float: right
}

button.filter:before {
    speak: none;
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    font-variant: normal;
    text-transform: none;
    color: #fff;
    line-height: 26px;
    margin-left: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.filter-label,
.filter-label-img,
.product.filter {
    cursor: pointer
}

.checkbox.filter,
.filter-list a,
.hidden-filters-list a,
.link.filter,
.radio.filter {
    color: #8c8c8c
}

.checkbox.filter:hover,
.filter-list a:hover,
.hidden-filters-list a:hover,
.link.filter:hover,
.radio.filter:hover {
    text-decoration: none
}

.hidden-filters-list a:link .hidden-filters-list a:active,
.hidden-filters-list a:visited {
    text-decoration: none
}

.filter-list a:active,
.filter-list a:visited {
    text-decoration: none
}

.link.filter:active,
.link.filter:link,
.link.filter:visited {
    text-decoration: none
}

.applied.filter>a:active,
.applied.filter>a:hover,
.applied.filter>a:link,
.applied.filter>a:visited {
    text-decoration: none
}

.checkbox.filter:active,
.checkbox.filter:hover,
.checkbox.filter:link,
.checkbox.filter:visited {
    text-decoration: none
}

.radio.filter:active,
.radio.filter:hover,
.radio.filter:link,
.radio.filter:visited {
    text-decoration: none
}

.filter-list a.view-filters {
    color: #005b9e
}

.view-less {
    display: none
}

.view-filters {
    line-height: 1.8em;
    height: 1.8em
}
.product-cells {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.product-tile_bottom {
    margin: 0 10px;
    padding: 10px 0;
    margin-left: 9px;
    border-top: 1px solid #ebebeb;
}
.product-tile_prices-cart {
    display: table;
    width: 100%;
    height: 48px;
}
.product-tile_cart, .product-tile_prices {
    display: table-cell;
    vertical-align: middle;
}
.price {
    font-size: 24px;
    color: #000;
}
.product-tile_cart {
    text-align: right;
}
.addtocart {
    min-width: 75px;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    height: 37px;
    line-height: 37px;
    padding: 0 20px;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    border: none;
    background: #006933;
}
.product:hover .product-add>.product-add-btn {
    opacity: 1;
    -moz-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out
}

.product .shipping-saver {
    font-size: 13px
}

.product .icon-shipping-saver-thick {
    position: relative;
    top: -2px;
    font-size: 12px
}

.product .question-mark {
    height: 13px;
    width: 13px;
    line-height: 11px;
    font-size: 11px;
    background-color: #e0e0e0;
    color: #f5f5f5
}

.product .compare-action {
    position: relative;
    top: -3px
}

.product .compare-action label {
    font-size: 12px
}

.product .compare-action input {
    vertical-align: middle;
    height: 12px;
    margin-left: 5px
}

.product .out-of-stock {
    font-size: 14px
}

.product .out-of-stock,
.product .product-out-of-stock,
.product .seasonally-unavailable {
    font-size: 14px;
    color: #666
}

.product .out-of-stock .notify-me-link,
.product .product-out-of-stock .notify-me-link,
.product .seasonally-unavailable .notify-me-link {
    display: inline-block
}

.product .out-of-stock .notify-me-link button,
.product .product-out-of-stock .notify-me-link button,
.product .seasonally-unavailable .notify-me-link button {
    vertical-align: unset
}

.product .out-of-stock .notify-me-link button span,
.product .product-out-of-stock .notify-me-link button span,
.product .seasonally-unavailable .notify-me-link button span {
    display: inline;
    font-size: 14px;
    line-height: .8;
    color: #0039a6;
    text-decoration: none;
    margin-left: 13px
}

.product .out-of-stock .notify-me-link .notified-text,
.product .product-out-of-stock .notify-me-link .notified-text,
.product .seasonally-unavailable .notify-me-link .notified-text {
    color: #666;
    font-weight: 400
}

.product .product-price .product-price-top {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product .product-price .product-price-top .percentage-off {
    font-weight: 700;
    font-size: 12px
}

.product .product-price .price-original-list {
    color: #707070;
    text-decoration: line-through;
    font-weight: 400
}

.product .product-price .price-original-list-oos {
    text-decoration: line-through;
    font-weight: 400;
    color: #707070;
    font-size: 14px
}

.product .product-price .see-in-cart-info-icon {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 16px
}

.product .product-price .see-in-cart-info-icon cms-popover {
    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;
    margin-left: 8px
}

.product .product-discount-container .super-deals-info .super-deals-progress-wrapper {
    height: 8px;
    position: relative;
    background: #f5f5f5;
    border-radius: 100px;
    margin: 16px 0 8px 0
}

.product .product-discount-container .super-deals-info .super-deals-progress-wrapper>.progress-amount {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    border-radius: 100px;
    width: 0;
    background-color: #458500
}

.product .product-discount-container .super-deals-info .super-deals-progress-wrapper>.progress-amount.low {
    background-color: #458500
}

.product .product-discount-container .super-deals-info .super-deals-progress-wrapper>.progress-amount.medium {
    background-color: #f38a00
}

.product .product-discount-container .super-deals-info .super-deals-progress-wrapper>.progress-amount.high {
    background-color: #bd3c37
}

.product .product-discount-container .super-deals-info .super-deals-almost-sold-out,
.product .product-discount-container .super-deals-info .super-deals-sold-out {
    color: #bd3c37 !important
}

.product .product-discount-container .super-deals-info .super-deals-sold-out {
    font-weight: 700
}

.product .product-discount-container .super-deals-info .super-deals-title .question-mark {
    margin-left: .75em
}

@media (min-width:768px) and (max-width:991px) {
    .product .product-discount-container .super-deals-info .text-left-sm-only {
        text-align: left
    }
}

.product .product-discount-container .super-deals-info #super-special-price #dynamic-aligner {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.product .product-discount-container .super-deals-info #super-special-price #dynamic-aligner .dynamic-align-hide {
    color: #666;
    font-size: 12px
}

.product .product-discount-container .super-deals-info .super-deals-progress-wrapper {
    margin: 5px 0
}

.product .product-discount-container .super-deals-info .left-text,
.product .product-discount-container .super-deals-info .right-text {
    color: #666;
    font-size: 12px
}

.product .product-discount-container .super-deals-info .right-text {
    color: #f10200
}

.product .product-discount-container .autoship-save-msg {
    color: #666;
    font-size: 14px;
    white-space: normal
}

.product-flags-wrapper .product-flag-container {
    vertical-align: middle;
    margin-right: 4px
}

.product-flag-container {
    min-height: 20px;
    display: inline-block;
    margin-bottom: 10px
}

.product-flag-container.itested-container,
.product-flag-container.itested-container * {
    height: 20px;
    display: inline-block
}

.product-flag-container .product-flag {
    font-size: 12px;
    color: #000;
    background-color: #ff8a00;
    position: relative;
    text-align: center;
    display: inline-block;
    z-index: 10
}

.product-flag-container .product-flag.product-flag-specials {
    background-color: #9df0e0
}

.product-flag-container .product-flag.product-flag-specials,
.product-flag-container .product-flag.product-flag-specials a {
    color: #000
}

.product-flag-container .product-flag.product-flag-special {
    background-color: #9df0e0
}

.product-flag-container .product-flag.product-flag-special,
.product-flag-container .product-flag.product-flag-special a {
    color: #000
}

.product-flag-container .product-flag.product-flag-clearance {
    background-color: #9df0e0
}

.product-flag-container .product-flag.product-flag-clearance,
.product-flag-container .product-flag.product-flag-clearance a {
    color: #000
}

.product-flag-container .product-flag.product-flag-best-seller {
    background-color: #e25903
}

.product-flag-container .product-flag.product-flag-best-seller,
.product-flag-container .product-flag.product-flag-best-seller a {
    color: #fff
}

.product-flag-container .product-flag.product-flag-new-arrival {
    background-color: #cbeb92
}

.product-flag-container .product-flag.product-flag-new-arrival,
.product-flag-container .product-flag.product-flag-new-arrival a {
    color: #000
}

.product-flag-container .product-flag.product-flag-new {
    background-color: #cbeb92
}

.product-flag-container .product-flag.product-flag-new,
.product-flag-container .product-flag.product-flag-new a {
    color: #000
}

.product-flag-container .product-flag.product-flag-trials {
    background-color: #fcb500
}

.product-flag-container .product-flag.product-flag-trials,
.product-flag-container .product-flag.product-flag-trials a {
    color: #000
}

.product-flag-container .product-flag.product-flag-trial {
    background-color: #fcb500
}

.product-flag-container .product-flag.product-flag-trial,
.product-flag-container .product-flag.product-flag-trial a {
    color: #000
}

.product-flag-container .product-flag.product-flag-short-dated-sale {
    background-color: #ff4337
}

.product-flag-container .product-flag.product-flag-short-dated-sale,
.product-flag-container .product-flag.product-flag-short-dated-sale a {
    color: #000
}

.product-flag-container .product-flag.product-flag-short-dated {
    background-color: #ff4337
}

.product-flag-container .product-flag.product-flag-short-dated,
.product-flag-container .product-flag.product-flag-short-dated a {
    color: #000
}

.product-flag-container .product-flag.product-flag-exclusive {
    background-color: #8bc9e4
}

.product-flag-container .product-flag.product-flag-exclusive,
.product-flag-container .product-flag.product-flag-exclusive a {
    color: #000
}

.product-flag-container .product-flag.product-flag-i-herb-exclusive {
    background-color: #8bc9e4
}

.product-flag-container .product-flag.product-flag-i-herb-exclusive,
.product-flag-container .product-flag.product-flag-i-herb-exclusive a {
    color: #000
}

.product-flag-container .product-flag.product-flag-featured {
    background-color: #61ae15
}

.product-flag-container .product-flag.product-flag-featured,
.product-flag-container .product-flag.product-flag-featured a {
    color: #000
}

.product-flag-container .product-flag a {
    text-decoration: none;
    font-weight: 700
}

.product-flag-container .product-flag.medium {
    font-size: 16px;
    padding-top: 3px;
    height: 26px;
    margin-right: 20px;
    width: 130px;
    text-align: left
}

.product-flag-container .product-flag.medium:after,
.product-flag-container .product-flag.medium:before {
    height: 26px;
    right: -15px
}

.product-flag-container .product-flag.medium:before {
    bottom: 0;
    border-width: 0 17px 18px 0
}

.product-flag-container .product-flag.medium:after {
    border-width: 18px 17px 0 0
}

.product-flag-container .product-flag.large {
    font-size: 17px;
    padding-top: 5px;
    height: 32px;
    margin-right: 20px;
    width: 172px
}

.product-flag-container .product-flag.large:after,
.product-flag-container .product-flag.large:before {
    height: 32px;
    right: -15px
}

.product-flag-container .product-flag.large:before {
    bottom: 0;
    border-width: 0 17px 18px 0
}

.product-flag-container .product-flag.large:after {
    border-width: 18px 17px 0 0
}

@media (max-width:991px) {
    .product-flag-container .product-flag:nth-child(1n+4) {
        margin-top: 10px
    }
}

.product-flag-container .product-flag {
    line-height: 20px;
    padding: 0 3px 0 8px;
    margin-right: 20px;
    font-weight: 700
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 24px;
    height: auto;
    color: rgb(51, 51, 51);
    display: block;
    min-width: 0px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #cccccc;
}
.woocommerce-billing-fields__field-wrapper label {
    color: rgb(102, 102, 102);
    font-size: 14px;
    font-weight: 400;
}
.woocommerce-terms-and-conditions-wrapper {
    display: none;
}
.jSkubq {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}
.Summary__Section-sc-1n4y5j0-1 {
    padding: 16px 0px;
    border-bottom: 1px solid rgb(224, 224, 224);
}
.hmHfJk {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 8px;
}
.eOjisi {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 8px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
    border-radius: 5px;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding: 1rem 0;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    padding: 12px 0px;
    text-transform: capitalize;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    box-shadow: none;
    min-width: 64px;
    color: rgb(255, 255, 255);
    background-color: #6fa26b;
    letter-spacing: 0.02857em;
    width: 100%;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.product-flag-container .product-flag:after,
.product-flag-container .product-flag:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 0;
    right: -13px;
    bottom: 0;
    border-style: solid;
    padding-right: 5px;
    border-color: #ff8a00 transparent #ff8a00 #ff8a00
}

.product-flag-container .product-flag:before {
    bottom: 0;
    border-width: 0 10px 11px 0
}

.product-flag-container .product-flag:after {
    border-width: 11px 10px 0 0
}

.product-flag-container .product-flag.product-flag-specials:after,
.product-flag-container .product-flag.product-flag-specials:before {
    border-color: #9df0e0 transparent #9df0e0 #9df0e0
}

.product-flag-container .product-flag.product-flag-special:after,
.product-flag-container .product-flag.product-flag-special:before {
    border-color: #9df0e0 transparent #9df0e0 #9df0e0
}

.product-flag-container .product-flag.product-flag-clearance:after,
.product-flag-container .product-flag.product-flag-clearance:before {
    border-color: #9df0e0 transparent #9df0e0 #9df0e0
}

.product-flag-container .product-flag.product-flag-best-seller:after,
.product-flag-container .product-flag.product-flag-best-seller:before {
    border-color: #e25903 transparent #e25903 #e25903
}

.product-flag-container .product-flag.product-flag-new-arrival:after,
.product-flag-container .product-flag.product-flag-new-arrival:before {
    border-color: #cbeb92 transparent #cbeb92 #cbeb92
}

.product-flag-container .product-flag.product-flag-new:after,
.product-flag-container .product-flag.product-flag-new:before {
    border-color: #cbeb92 transparent #cbeb92 #cbeb92
}

.product-flag-container .product-flag.product-flag-trials:after,
.product-flag-container .product-flag.product-flag-trials:before {
    border-color: #fcb500 transparent #fcb500 #fcb500
}

.product-flag-container .product-flag.product-flag-trial:after,
.product-flag-container .product-flag.product-flag-trial:before {
    border-color: #fcb500 transparent #fcb500 #fcb500
}

.product-flag-container .product-flag.product-flag-short-dated-sale:after,
.product-flag-container .product-flag.product-flag-short-dated-sale:before {
    border-color: #ff4337 transparent #ff4337 #ff4337
}

.product-flag-container .product-flag.product-flag-short-dated:after,
.product-flag-container .product-flag.product-flag-short-dated:before {
    border-color: #ff4337 transparent #ff4337 #ff4337
}

.product-flag-container .product-flag.product-flag-exclusive:after,
.product-flag-container .product-flag.product-flag-exclusive:before {
    border-color: #8bc9e4 transparent #8bc9e4 #8bc9e4
}

.product-flag-container .product-flag.product-flag-i-herb-exclusive:after,
.product-flag-container .product-flag.product-flag-i-herb-exclusive:before {
    border-color: #8bc9e4 transparent #8bc9e4 #8bc9e4
}

.product-flag-container .product-flag.product-flag-featured:after,
.product-flag-container .product-flag.product-flag-featured:before {
    border-color: #61ae15 transparent #61ae15 #61ae15
}

.product-cell-detail {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: solid 1px #e0e0e0
}

@media (max-width:991px) {
    .product-cell-detail {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

.product-cell-detail .product-flag-container {
    margin-bottom: 0
}

.product-cell-detail .product-cell-discontinued,
.product-cell-detail .product-cell-prohibited {
    font-size: 14px
}

.product-cell-detail .col-product-image {
    text-align: center
}

.product-cell-detail .product-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px
}

@media (max-width:991px) {
    .product-cell-detail .product-title {
        font-size: 16px;
        margin-bottom: 7px
    }
}

.product-cell-detail .product-title a {
    color: #000;
    max-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2
}

.product-cell-detail .product-title a:hover {
    text-decoration: none
}

@media (max-width:991px) {
    .product-cell-detail .product-title a {
        max-height: 60px;
        -webkit-line-clamp: 3
    }
}

.product-cell-detail .product-image {
    height: 154px;
    width: 154px
}

@media (max-width:1199px) {
    .product-cell-detail .product-image {
        height: 130px;
        width: 130px
    }
}

@media (max-width:991px) {
    .product-cell-detail .product-image {
        height: 108px;
        width: 108px
    }
}

.product-cell-detail .rating {
    margin-bottom: 5px
}

.product-cell-detail .rating .rating-count {
    color: #0039a6
}

.product-cell-detail ul {
    padding-left: 15px
}

@media (max-width:991px) {
    .product-cell-detail ul {
        font-size: 12px
    }
}

.product-cell-detail ul li {
    list-style-type: disc
}

.product-cell-detail ul #cms-popover-tooltip {
    display: inline-block
}

.product-cell-detail ul #cms-popover-tooltip cms-popover.shipping-weight {
    display: inline-block
}

.product-cell-detail ul cms-popover.shipping-weight {
    display: inline-block
}

.product-cell-detail ul .toggle-weight-preference {
    color: #0039a6;
    border-bottom: 1px dotted #0039a6;
    cursor: pointer;
    white-space: nowrap
}

.product-cell-detail .call-to-action-container {
    padding-right: 10px
}

.product-cell-detail .call-to-action-container .product-out-of-stock {
    font-size: 16px
}

.product-cell-detail .recent-activity-message-wrapper {
    line-height: 20px;
    color: #666
}

.product-cell-detail .more-options-available-wrapper {
    line-height: 20px;
    min-height: 20px
}

.product-cell-detail .more-options-available-wrapper a {
    color: #0039a6;
    display: inline-block;
    white-space: nowrap
}

.product-cell-detail .pricing-details-view .see-in-cart .price-original-list,
.product-cell-detail .pricing-details-view .see-in-cart .price-original-list-oos {
    text-decoration: line-through;
    color: #707070;
    margin-bottom: 16px;
    font-size: 14px
}



.product-cell-detail .pricing-details-view .see-in-cart .see-in-cart-info-icon {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 16px
}

.product-cell-detail .pricing-details-view .see-in-cart .see-in-cart-info-icon cms-popover {
    margin-left: 8px
}

.product-cell-detail .pricing-details-view .price {
    font-size: 20px;
    margin-bottom: 5px
}

.product-cell-detail .pricing-details-view .price.price-discount {
    color: #458500;
    margin-bottom: 0
}

.product-cell-detail .pricing-details-view .price.see-price-in-cart {
    font-size: 16px;
    color: #000;
    font-weight: 700
}

.product-cell-detail .pricing-details-view .price.price-discontinued {
    font-size: 18px;
    color: #ff4d4f
}

.product-cell-detail .pricing-details-view .price.discount-green {
    color: #458500
}

.product-cell-detail .pricing-details-view .price.discount-red {
    color: #bd3c37
}

@media (max-width:991px) {
    .product-cell-detail .pricing-details-view .price {
        font-size: 20px
    }
}

.product-cell-detail .pricing-details-view s {
    color: #8c8c8c;
    display: inline-block;
    margin-bottom: 5px
}

.product-cell-detail .pricing-details-view .percentage-off {
    font-size: 14px;
    font-weight: 700;
    color: #333
}

.product-cell-detail .shipping-container-small {
    margin-bottom: 5px
}

.product-cell-detail .product-discount-container {
    margin-bottom: 5px
}

.product-cell-detail .product-discount-container span {
    font-weight: 700;
    color: #ff9d4a;
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-cell-detail .product-discount-container .autoship-save-msg {
    color: #666;
    font-size: 14px
}

.product-cell-detail .sponsored {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    text-align: end;
    padding: 0 16px
}

.product-cell-detail .btn-add-to-cart {
    margin-left: auto;
    padding: 8px 20px;
    font-size: 16px
}

.product-cell-detail .btn-add-to-cart:hover {
    background-color: #b66700
}

.ar .product-cell-detail .btn-add-to-cart,
.de .product-cell-detail .btn-add-to-cart,
.es .product-cell-detail .btn-add-to-cart,
.fr .product-cell-detail .btn-add-to-cart,
.jp .product-cell-detail .btn-add-to-cart,
.kr .product-cell-detail .btn-add-to-cart,
.pt .product-cell-detail .btn-add-to-cart,
.ru .product-cell-detail .btn-add-to-cart {
    font-size: 14px
}

@media (max-width:991px) {

    .de .product-cell-detail .btn-add-to-cart,
    .pt .product-cell-detail .btn-add-to-cart,
    .ru .product-cell-detail .btn-add-to-cart {
        font-size: 10px
    }

    .ar .product-cell-detail .btn-add-to-cart,
    .kr .product-cell-detail .btn-add-to-cart {
        font-size: 13px
    }

    .es .product-cell-detail .btn-add-to-cart,
    .fr .product-cell-detail .btn-add-to-cart,
    .jp .product-cell-detail .btn-add-to-cart {
        font-size: 12px
    }
}

.product-cell-detail .compare-container input[type=checkbox] {
    position: relative;
    right: 4px;
    top: 1px
}

.product-cell-detail .out-of-stock,
.product-cell-detail .product-out-of-stock,
.product-cell-detail .seasonally-unavailable {
    font-size: 14px;
    color: #666
}

.product-cell-detail .out-of-stock .notify-me-link,
.product-cell-detail .product-out-of-stock .notify-me-link,
.product-cell-detail .seasonally-unavailable .notify-me-link {
    display: block
}

.product-cell-detail .out-of-stock .notify-me-link button,
.product-cell-detail .product-out-of-stock .notify-me-link button,
.product-cell-detail .seasonally-unavailable .notify-me-link button {
    vertical-align: unset
}

.product-cell-detail .out-of-stock .notify-me-link button span,
.product-cell-detail .product-out-of-stock .notify-me-link button span,
.product-cell-detail .seasonally-unavailable .notify-me-link button span {
    display: inline;
    font-size: 14px;
    line-height: .8;
    color: #0039a6;
    text-decoration: none;
    margin-left: 13px
}

.product-cell-detail .out-of-stock .notify-me-link .notified-text,
.product-cell-detail .product-out-of-stock .notify-me-link .notified-text,
.product-cell-detail .seasonally-unavailable .notify-me-link .notified-text {
    color: #666;
    font-weight: 400
}

#list-page-banner-layout {
    padding: 0
}

#list-page-banner-layout .main-banner img {
    margin: auto
}

#list-page-banner-layout .col-xs-8 img {
    width: 100%
}

#list-page-banner-layout .col-xs-24.bottom-banner {
    margin-top: 20px
}

#list-page-banner-layout a {
    display: block
}

#list-page-banner-layout a.disable-banner {
    pointer-events: none !important
}

#breadCrumbs {
    width: 780px;
    margin: 2em 0 10px 0;
    display: block;
    text-decoration: none;
    font-size: 13px;
    color: #666;
    text-align: left
}

@media (max-width:991px) {
    #breadCrumbs {
        padding: 0;
        width: inherit
    }
}

#breadCrumbs a {
    text-decoration: none;
    font-size: 13px;
    color: #666;
    text-align: left;
    margin: 0;
    display: inline-block
}

#breadCrumbs a:hover {
    text-decoration: underline
}

#breadCrumbs a.last:hover {
    text-decoration: underline
}

#breadCrumbs a.last:after {
    content: none
}

#breadCrumbs a:after {
    content: " ";
    color: transparent;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: solid #666 0;
    border-width: 0 1px 1px 0;
    width: 6px;
    height: 6px;
    margin: .2em .5em;
    position: relative;
    top: .5px
}


.ie9 #breadCrumbs a:after {
    display: none
}

.ie9 #breadCrumbs a.last {
    text-decoration: none;
    font-size: 13px;
    color: #004588;
    text-align: left;
    background-image: none;
    margin: 0;
    padding: 0 17px 0 0
}

#breadCrumbs-full {
    width: 900px;
    margin: 2em 0 10px 0;
    display: block;
    text-decoration: none;
    font-size: 13px;
    color: #004588;
    text-align: left;
    padding: 0 0 0 25px;
    float: left
}

.storepage-carousel {
    position: relative
}

.storepage-carousel .nav-control {
    position: absolute;
    font-size: 25px;
    top: 42%;
    cursor: pointer;
    color: #333;
    text-decoration: none;
    opacity: .5;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.storepage-carousel #carousel-brands-banner .right {
    /*!@noflip*/
    padding-right: 15px
}

.storepage-carousel #carousel-brands-banner .left {
    /*!@noflip*/
    padding-left: 15px
}

.storepage-carousel .flexslider .slides img {
    max-width: 100%;
    margin: 0 auto
}

.storepage-carousel .flex-control-paging.flex-control-nav {
    bottom: 5px
}

.iherb-responsive.container-fluid.no-results {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    max-width: 100%
}

.iherb-responsive.container-fluid #NoResultsProductsPage .no-products,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-results,
.iherb-responsive.container-fluid #ProductsPage .no-products,
.iherb-responsive.container-fluid #ProductsPage .no-results {
    margin-top: 15px
}

.iherb-responsive.container-fluid #NoResultsProductsPage .no-products .icon-productlist,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-products .icon-search-button,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-results .icon-productlist,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-results .icon-search-button,
.iherb-responsive.container-fluid #ProductsPage .no-products .icon-productlist,
.iherb-responsive.container-fluid #ProductsPage .no-products .icon-search-button,
.iherb-responsive.container-fluid #ProductsPage .no-results .icon-productlist,
.iherb-responsive.container-fluid #ProductsPage .no-results .icon-search-button {
    font-size: 97px;
    color: #e0e0e0
}

.iherb-responsive.container-fluid #NoResultsProductsPage .no-products h3,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-results h3,
.iherb-responsive.container-fluid #ProductsPage .no-products h3,
.iherb-responsive.container-fluid #ProductsPage .no-results h3 {
    line-height: 2
}

.iherb-responsive.container-fluid #NoResultsProductsPage .no-products p,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-results p,
.iherb-responsive.container-fluid #ProductsPage .no-products p,
.iherb-responsive.container-fluid #ProductsPage .no-results p {
    font-size: 16px;
    line-height: 1.75
}

.iherb-responsive.container-fluid #NoResultsProductsPage .no-products .no-results-found-heading,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-results .no-results-found-heading,
.iherb-responsive.container-fluid #ProductsPage .no-products .no-results-found-heading,
.iherb-responsive.container-fluid #ProductsPage .no-results .no-results-found-heading {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #000;
    line-height: 1.5;
    padding-bottom: 5px
}

.iherb-responsive.container-fluid #NoResultsProductsPage .no-products .no-results-container,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-results .no-results-container,
.iherb-responsive.container-fluid #ProductsPage .no-products .no-results-container,
.iherb-responsive.container-fluid #ProductsPage .no-results .no-results-container {
    padding-bottom: 30px
}

.iherb-responsive.container-fluid #NoResultsProductsPage .no-products span,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-results span,
.iherb-responsive.container-fluid #ProductsPage .no-products span,
.iherb-responsive.container-fluid #ProductsPage .no-results span {
    color: #f38a00;
    font-weight: 700
}

.iherb-responsive.container-fluid #NoResultsProductsPage .no-products span.no-results-found-range,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-results span.no-results-found-range,
.iherb-responsive.container-fluid #ProductsPage .no-products span.no-results-found-range,
.iherb-responsive.container-fluid #ProductsPage .no-results span.no-results-found-range {
    font-size: 14px;
    font-weight: 400;
    color: #8c8c8c
}

.iherb-responsive.container-fluid #NoResultsProductsPage .no-products hr.no-results-short-divider,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-results hr.no-results-short-divider,
.iherb-responsive.container-fluid #ProductsPage .no-products hr.no-results-short-divider,
.iherb-responsive.container-fluid #ProductsPage .no-results hr.no-results-short-divider {
    width: 50px;
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 14px auto 6px auto
}

.iherb-responsive.container-fluid #NoResultsProductsPage .no-products .suggestion-container.product-on-sister-site,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-results .suggestion-container.product-on-sister-site,
.iherb-responsive.container-fluid #ProductsPage .no-products .suggestion-container.product-on-sister-site,
.iherb-responsive.container-fluid #ProductsPage .no-results .suggestion-container.product-on-sister-site {
    background: #f5f5f5;
    padding: 2rem;
    text-align: center;
    margin: 2rem auto 0 auto;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.iherb-responsive.container-fluid #NoResultsProductsPage .no-products .suggestion-container.product-on-sister-site .sister-site-suggestion .no-results-short-divider,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-results .suggestion-container.product-on-sister-site .sister-site-suggestion .no-results-short-divider,
.iherb-responsive.container-fluid #ProductsPage .no-products .suggestion-container.product-on-sister-site .sister-site-suggestion .no-results-short-divider,
.iherb-responsive.container-fluid #ProductsPage .no-results .suggestion-container.product-on-sister-site .sister-site-suggestion .no-results-short-divider {
    display: none
}

.iherb-responsive.container-fluid #NoResultsProductsPage .no-products .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-total-products-found,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-results .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-total-products-found,
.iherb-responsive.container-fluid #ProductsPage .no-products .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-total-products-found,
.iherb-responsive.container-fluid #ProductsPage .no-results .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-total-products-found {
    color: #8c8c8c
}

.iherb-responsive.container-fluid #NoResultsProductsPage .no-products .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-product-preview-container,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-results .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-product-preview-container,
.iherb-responsive.container-fluid #ProductsPage .no-products .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-product-preview-container,
.iherb-responsive.container-fluid #ProductsPage .no-results .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-product-preview-container {
    width: 900px;
    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;
    padding: 25px 0 10px 0
}

.iherb-responsive.container-fluid #NoResultsProductsPage .no-products .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-product-preview-container .product-card,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-results .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-product-preview-container .product-card,
.iherb-responsive.container-fluid #ProductsPage .no-products .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-product-preview-container .product-card,
.iherb-responsive.container-fluid #ProductsPage .no-results .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-product-preview-container .product-card {
    margin: 0 10px;
    padding: 20px;
    background: #fff
}

.iherb-responsive.container-fluid #NoResultsProductsPage .no-products .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-product-preview-container .product-card .product-image-wrapper,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-results .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-product-preview-container .product-card .product-image-wrapper,
.iherb-responsive.container-fluid #ProductsPage .no-products .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-product-preview-container .product-card .product-image-wrapper,
.iherb-responsive.container-fluid #ProductsPage .no-results .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-product-preview-container .product-card .product-image-wrapper {
    padding-bottom: 20px
}

.iherb-responsive.container-fluid #NoResultsProductsPage .no-products .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-divider,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-results .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-divider,
.iherb-responsive.container-fluid #ProductsPage .no-products .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-divider,
.iherb-responsive.container-fluid #ProductsPage .no-results .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-divider {
    border: .5px solid #e0e0e0
}

@media (max-width:990px) {

    .iherb-responsive.container-fluid #NoResultsProductsPage .no-products .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-product-preview-container,
    .iherb-responsive.container-fluid #NoResultsProductsPage .no-results .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-product-preview-container,
    .iherb-responsive.container-fluid #ProductsPage .no-products .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-product-preview-container,
    .iherb-responsive.container-fluid #ProductsPage .no-results .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-product-preview-container {
        width: unset;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .iherb-responsive.container-fluid #NoResultsProductsPage .no-products .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-product-preview-container .product-card.product:nth-child(1n+4),
    .iherb-responsive.container-fluid #NoResultsProductsPage .no-results .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-product-preview-container .product-card.product:nth-child(1n+4),
    .iherb-responsive.container-fluid #ProductsPage .no-products .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-product-preview-container .product-card.product:nth-child(1n+4),
    .iherb-responsive.container-fluid #ProductsPage .no-results .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-product-preview-container .product-card.product:nth-child(1n+4) {
        margin: 0;
        padding: 0;
        background: 0 0
    }

    .iherb-responsive.container-fluid #NoResultsProductsPage .no-products .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-product-preview-container .product-card.product:nth-child(1n+4) .product-inner,
    .iherb-responsive.container-fluid #NoResultsProductsPage .no-results .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-product-preview-container .product-card.product:nth-child(1n+4) .product-inner,
    .iherb-responsive.container-fluid #ProductsPage .no-products .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-product-preview-container .product-card.product:nth-child(1n+4) .product-inner,
    .iherb-responsive.container-fluid #ProductsPage .no-results .suggestion-container.product-on-sister-site .sister-site-suggestion .sister-site-product-preview-container .product-card.product:nth-child(1n+4) .product-inner {
        display: none
    }
}

.iherb-responsive.container-fluid #NoResultsProductsPage .no-products .suggestion-container.product-on-sister-site h6,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-results .suggestion-container.product-on-sister-site h6,
.iherb-responsive.container-fluid #ProductsPage .no-products .suggestion-container.product-on-sister-site h6,
.iherb-responsive.container-fluid #ProductsPage .no-results .suggestion-container.product-on-sister-site h6 {
    color: #333;
    font-size: 1.45rem;
    margin: 0
}

.iherb-responsive.container-fluid #NoResultsProductsPage .no-products .suggestion-container.product-on-sister-site .icon-loveletterlogo,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-results .suggestion-container.product-on-sister-site .icon-loveletterlogo,
.iherb-responsive.container-fluid #ProductsPage .no-products .suggestion-container.product-on-sister-site .icon-loveletterlogo,
.iherb-responsive.container-fluid #ProductsPage .no-results .suggestion-container.product-on-sister-site .icon-loveletterlogo {
    color: #4f7f77;
    width: 185px;
    height: 30px
}

.iherb-responsive.container-fluid #NoResultsProductsPage .no-products .suggestion-container.product-on-sister-site .icon-iherblogo,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-results .suggestion-container.product-on-sister-site .icon-iherblogo,
.iherb-responsive.container-fluid #ProductsPage .no-products .suggestion-container.product-on-sister-site .icon-iherblogo,
.iherb-responsive.container-fluid #ProductsPage .no-results .suggestion-container.product-on-sister-site .icon-iherblogo {
    color: #458500;
    width: 275px;
    height: 60px
}

.iherb-responsive.container-fluid #NoResultsProductsPage .no-products .suggestion-container.product-on-sister-site .sister-site-cta,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-results .suggestion-container.product-on-sister-site .sister-site-cta,
.iherb-responsive.container-fluid #ProductsPage .no-products .suggestion-container.product-on-sister-site .sister-site-cta,
.iherb-responsive.container-fluid #ProductsPage .no-results .suggestion-container.product-on-sister-site .sister-site-cta {
    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
}

.iherb-responsive.container-fluid #NoResultsProductsPage .no-products .suggestion-container.product-on-sister-site .sister-site-cta a,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-results .suggestion-container.product-on-sister-site .sister-site-cta a,
.iherb-responsive.container-fluid #ProductsPage .no-products .suggestion-container.product-on-sister-site .sister-site-cta a,
.iherb-responsive.container-fluid #ProductsPage .no-results .suggestion-container.product-on-sister-site .sister-site-cta a {
    padding: .7rem 2.75rem;
    background: #f38a00;
    color: #fff;
    font-size: 1.15rem;
    display: block;
    max-width: 230px;
    border-radius: 3px;
    margin: 1rem 0;
    text-decoration: none
}

.iherb-responsive.container-fluid #NoResultsProductsPage .no-products .suggestion-container.product-on-sister-site .sister-site-cta a:hover,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-results .suggestion-container.product-on-sister-site .sister-site-cta a:hover,
.iherb-responsive.container-fluid #ProductsPage .no-products .suggestion-container.product-on-sister-site .sister-site-cta a:hover,
.iherb-responsive.container-fluid #ProductsPage .no-results .suggestion-container.product-on-sister-site .sister-site-cta a:hover {
    background: #ef6c00
}

.iherb-responsive.container-fluid #NoResultsProductsPage .no-products .suggestion-container.iherb-sister-site,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-results .suggestion-container.iherb-sister-site,
.iherb-responsive.container-fluid #ProductsPage .no-products .suggestion-container.iherb-sister-site,
.iherb-responsive.container-fluid #ProductsPage .no-results .suggestion-container.iherb-sister-site {
    background: 0 0;
    margin: 0 auto;
    padding: .5rem 2rem 2rem 2rem
}

.iherb-responsive.container-fluid #NoResultsProductsPage .no-products .suggestion-container.iherb-sister-site .sister-site-suggestion .no-results-short-divider,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-results .suggestion-container.iherb-sister-site .sister-site-suggestion .no-results-short-divider,
.iherb-responsive.container-fluid #ProductsPage .no-products .suggestion-container.iherb-sister-site .sister-site-suggestion .no-results-short-divider,
.iherb-responsive.container-fluid #ProductsPage .no-results .suggestion-container.iherb-sister-site .sister-site-suggestion .no-results-short-divider {
    display: inherit;
    padding-bottom: .5rem
}

.iherb-responsive.container-fluid #NoResultsProductsPage .no-products .suggestion-container.iherb-sister-site .sister-site-suggestion .sister-site-cta a,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-results .suggestion-container.iherb-sister-site .sister-site-suggestion .sister-site-cta a,
.iherb-responsive.container-fluid #ProductsPage .no-products .suggestion-container.iherb-sister-site .sister-site-suggestion .sister-site-cta a,
.iherb-responsive.container-fluid #ProductsPage .no-results .suggestion-container.iherb-sister-site .sister-site-suggestion .sister-site-cta a {
    background: #458500
}

.iherb-responsive.container-fluid #NoResultsProductsPage .no-products .suggestion-container.iherb-sister-site .sister-site-suggestion .sister-site-cta a:hover,
.iherb-responsive.container-fluid #NoResultsProductsPage .no-results .suggestion-container.iherb-sister-site .sister-site-suggestion .sister-site-cta a:hover,
.iherb-responsive.container-fluid #ProductsPage .no-products .suggestion-container.iherb-sister-site .sister-site-suggestion .sister-site-cta a:hover,
.iherb-responsive.container-fluid #ProductsPage .no-results .suggestion-container.iherb-sister-site .sister-site-suggestion .sister-site-cta a:hover {
    background: #2c7500
}

.iherb-responsive.container-fluid #NoResultsProductsPage .no-results-check-spelling a,
.iherb-responsive.container-fluid #ProductsPage .no-results-check-spelling a {
    color: #2c7500;
    text-decoration: underline
}

.iherb-responsive.container-fluid #NoResultsProductsPage .explore-categories .explore-categories-container,
.iherb-responsive.container-fluid #ProductsPage .explore-categories .explore-categories-container {
    border-top: 1px solid #e0e0e0;
    padding: 25px 0 50px 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.iherb-responsive.container-fluid #NoResultsProductsPage .explore-categories .explore-categories-container h3,
.iherb-responsive.container-fluid #ProductsPage .explore-categories .explore-categories-container h3 {
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding-bottom: 8px
}

.iherb-responsive.container-fluid #NoResultsProductsPage .explore-categories .explore-categories-container ul.explore-categories-buttons-list,
.iherb-responsive.container-fluid #ProductsPage .explore-categories .explore-categories-container ul.explore-categories-buttons-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.iherb-responsive.container-fluid #NoResultsProductsPage .explore-categories .explore-categories-container ul.explore-categories-buttons-list li,
.iherb-responsive.container-fluid #ProductsPage .explore-categories .explore-categories-container ul.explore-categories-buttons-list li {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    margin: 8px 4px
}

.iherb-responsive.container-fluid #NoResultsProductsPage .explore-categories .explore-categories-container ul.explore-categories-buttons-list li a,
.iherb-responsive.container-fluid #ProductsPage .explore-categories .explore-categories-container ul.explore-categories-buttons-list li a {
    color: #666;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none
}

.sp-modules {
    background: #f9f9f9;
    padding: 0 15px;
    margin: 0 auto
}

.sp-modules .iherb-responsive.container-fluid {
    min-width: unset
}

.sp-modules .iherb-responsive.container-fluid .container-fluid {
    min-width: unset
}

.sp-modules #inspired-container {
    display: none
}

.sp-modules .loader-background {
    display: none;
    position: relative
}

.sp-modules .spinner.fixed {
    position: relative;
    top: 0;
    left: 0
}

.sp-modules .sp-module-title {
    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;
    font-size: 24px;
    padding-top: 14px
}

.sp-modules .sp-module-title .title-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.sp-modules .sp-module-title .title-wrapper .region-filter {
    margin-left: 16px
}

.sp-modules .sp-module-title .title-wrapper .question-mark {
    margin-left: .75em;
    margin-top: .75em
}

.sp-modules .sp-module-title.within {
    background-color: #fafafa;
    border-top: 4px solid #fafafa;
    padding: 12px 32px 8px;
    margin-bottom: -16px
}

.sp-modules .sp-module-title .view-all {
    margin-right: 6px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media (max-width:1200px) {
    .sp-modules .sp-module-title .view-all {
        display: none
    }
}

.sp-modules #inspired .carousel-container {
    padding: 20px 0 20px
}

.sp-modules .carousel-container.product-carousel .carousel .control-bar {
    display: none
}

.sp-modules .carousel-container.product-carousel .carousel .product-price .product-discount-container {
    display: none
}

.sp-modules .carousel-container .carousel .product {
    margin-bottom: 20px;
    height: 100%
}

.sp-modules .carousel-container .carousel .iherb-carousel-items {
    padding: 0
}

.sp-modules .carousel-container .carousel .iherb-carousel-items .carousel-inner.product-carousels {
    margin-bottom: 0
}

.sp-modules .carousel-container .carousel .image-coming-soon.medium {
    font-size: 21px
}

.sp-modules .carousel-container .carousel .control-bar {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    min-height: 20px
}

.sp-modules .carousel-container .carousel .control-bar .carousel-indicators {
    position: relative;
    bottom: 0;
    margin-bottom: 12px;
    margin-top: 12px
}

.sp-modules .carousel-container .carousel .control-bar .carousel-indicators li {
    opacity: .53;
    background-color: #000;
    border: solid 1px #000
}

.sp-modules .carousel-container .carousel .control-bar .carousel-indicators li.active {
    opacity: 1;
    border: solid 1px #e0e0e0;
    background-color: #fff
}

.sp-modules .carousel-container .carousel .carousel-control {
    width: 40px;
    padding: 0;
    opacity: 0;
    -moz-transition: ease-in .2s;
    transition: ease-in .2s;
    font-size: 40px;
    color: #333
}

.sp-modules .carousel-container .carousel .carousel-control i {
    background-color: #fff;
    border: solid 1px #e0e0e0;
    border-radius: 50%;
    font-size: 15px;
    padding: 5px 10px;
    color: #458500;
    position: relative
}

.sp-modules .carousel-container:hover .carousel .carousel-control {
    opacity: 1;
    -moz-transition: ease-in .2s;
    transition: ease-in .2s
}

#inspired-container-inner {
    padding: 0
}

#inspired-container-inner .carouselRow {
    height: 100%
}

.specialsclearance .sub-header .sub-header-title {
    margin-top: 0
}

.specialsclearance .sub-header-description {
    padding-top: 0;
    margin-top: 0;
    border-top: unset
}

.specialsclearance .specials-clearance-header {
    text-align: center;
    padding: 20px 0 10px
}

.specialsclearance .specials-clearance-header .specials-store-title {
    margin-bottom: 10px
}

.specialsclearance .specials-clearance-header .sub-header-title {
    margin-top: 8px;
    padding-bottom: 5px
}

.info-header {
    margin: 0 -15px
}

.info-header #search-rslts-breadcrmb {
    padding: 32px 0;
    background-color: #f5f5f5;
    text-align: center
}

.info-header #search-rslts-breadcrmb .did-you-mean {
    font-size: 20px;
    font-weight: 700
}

.sub-header {
    overflow: hidden;
    position: relative;
    margin-top: 24px
}

.sub-header #breadCrumbs {
    margin: 0
}

.sub-header-container {
    margin-top: 8px;
    margin-bottom: 12px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.sub-header-container .sub-header-title {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin-top: 0
}

.sub-header-container .sub-header-title.search {
    border-bottom: none;
    padding-bottom: 0
}

.sub-header-container .sub-header-title.display-items {
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    color: #8c8c8c;
    display: block
}

.brand-of-week-info {
    height: 48px;
    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-color: #f8f7f8;
    border-radius: 4px;
    position: relative
}

.brand-of-week-info .brand-of-week-info-content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.brand-of-week-info .brand-of-week-info-content span:nth-child(1) {
    font-size: 16px;
    font-weight: bolder;
    padding-left: 16px;
    padding-right: 8px;
    color: #f38a00
}

.brand-of-week-info .brand-of-week-info-content span:nth-child(2) {
    font-size: 14px;
    padding-right: 8px;
    color: #666
}

.brand-of-week-info .brand-of-week-info-content a {
    color: #126cc5;
    font-size: 14px
}

.sub-header-category {
    margin: 5px 0;
    padding-top: 10px;
    font-weight: 700
}

.sub-header-manufacturer {
    font-size: 14px;
    float: right;
    line-height: 2.3em
}

.sub-header-link,
.sub-header-link-secondary {
    position: relative;
    font-size: 13px;
    color: #ff8a00;
    padding: 2px 10px;
    border: 1px solid #ff8a00;
    border-radius: 4px
}

.sub-header-link-secondary:hover,
.sub-header-link:hover {
    text-decoration: none
}

.sub-header-link .name,
.sub-header-link-secondary .name {
    font-weight: 700
}

.sub-header-link-secondary {
    color: #333;
    border-color: #333;
    margin-left: 4px
}

.sub-header-description {
    margin-top: 12px;
    font-size: 13px
}

.sub-header-links {
    border-top: 1px solid #ededed;
    padding-top: 35px;
    margin-top: 15px
}

.sub-header-links .informative-wrapper {
    position: relative;
    padding: 30px 20px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    max-width: 1400px;
    margin: 0 auto
}

.sub-header-links .informative-wrapper .title-box {
    padding: 0
}

.sub-header-links .informative-wrapper .title-box .title {
    position: absolute;
    top: -43px;
    width: 100%;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.sub-header-links .informative-wrapper .title-box .title span {
    padding: 7px 80px;
    font-weight: 700;
    background-color: #ff8a00
}

.ru .sub-header-links .informative-wrapper .title-box .title {
    font-size: 12px
}

.sub-header-links .informative-wrapper .informative-row {
    margin-bottom: 10px
}

.sub-header-links .informative-wrapper .informative-row .col-xs-6 {
    line-height: 15px
}

.california-gold-nutrition {
    background-color: #f7f7f7;
    padding: 20px 40px
}

.california-gold-nutrition .logo {
    width: 350px
}

.california-gold-nutrition .cal-gold-description {
    font-size: 16px;
    margin-bottom: 10px
}

.california-gold-nutrition .cal-gold-component-row a {
    text-decoration: none;
    color: #000
}

.california-gold-nutrition .cal-gold-component-row .cal-gold-component {
    position: relative;
    background-color: #fff;
    min-height: 121px;
    border: 1px solid #d7d7d7;
    margin-bottom: 10px;
    font-size: 12px;
    padding: 0 5px;
    box-shadow: 4px 3px 5px 2px rgba(215, 215, 215, .62)
}

.california-gold-nutrition .cal-gold-component-row .cal-gold-component img {
    position: absolute;
    top: 10px
}

.california-gold-nutrition .cal-gold-component-row .cal-gold-component .title {
    display: block;
    font-size: 14px;
    font-weight: 700
}

.california-gold-nutrition .cal-gold-component-row .cal-gold-component div {
    margin-left: 141px;
    position: relative;
    top: 18px;
    height: 93px;
    overflow: hidden;
    text-align: center
}

.catalog-manager-template .wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px
}

.catalog-manager-template .wrapper a {
    margin: 0 15px 15px 15px
}

.catalog-manager-template .wrapper img {
    width: 299px
}

.catalog-manager-template .wrapper:before {
    content: "";
    width: 100%;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.catalog-manager-template .wrapper.three a:nth-child(n+4) {
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (max-width:1150px) {
    .catalog-manager-template .wrapper.three a:nth-child(n+4) {
        -webkit-order: unset;
        -moz-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset
    }
}

.triple-guarantee span {
    font-weight: 700
}

.triple-guarantee span+div {
    padding-left: 20px
}

.triple-guarantee div {
    padding-bottom: 20px
}

.popup-itested {
    cursor: pointer
}

.modal-itested,
.modal-itested-filter {
    background-color: #f7f7f7
}

.modal-itested h2,
.modal-itested-filter h2 {
    font-size: 16px
}

.modal-itested h2.title,
.modal-itested-filter h2.title {
    font-size: 18px
}

.modal-itested h2 img,
.modal-itested-filter h2 img {
    margin-right: 8px;
    vertical-align: bottom
}

.modal-itested .popup-close,
.modal-itested-filter .popup-close {
    right: 5px;
    top: 1px
}

.modal-itested .popup-close .icon-circlex,
.modal-itested-filter .popup-close .icon-circlex {
    font-size: 21px
}

cms-popover.itested-popover [data-slot=floating-element] .content h2.title {
    font-size: 18px;
    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
}

cms-popover.itested-popover [data-slot=floating-element] .content h2.title img {
    margin-right: 8px;
    vertical-align: bottom;
    max-width: 100%
}

cms-popover.itested-popover [data-slot=floating-element] .content .itested-faq {
    max-height: 375px;
    overflow: auto
}

cms-popover.itested-popover [data-slot=floating-element] .content .itested-faq .collapsible {
    background-color: #fff;
    margin-bottom: 4px;
    margin-top: 4px
}

cms-popover.itested-popover [data-slot=floating-element] .content .itested-faq .collapsible h2 {
    padding-right: 8px;
    position: relative;
    margin: 0
}

cms-popover.itested-popover [data-slot=floating-element] .content .itested-faq .collapsible .collapsible-control {
    padding: 16px;
    cursor: pointer
}

cms-popover.itested-popover [data-slot=floating-element] .content .itested-faq .collapsible .icon-recentlyviewedarrowright {
    position: absolute;
    right: 0;
    top: -2px;
    color: #ff8a00;
    padding: 4px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: -webkit-transform 250ms linear;
    -moz-transition: transform 250ms linear, -moz-transform 250ms linear;
    transition: transform 250ms linear;
    transition: transform 250ms linear, -webkit-transform 250ms linear, -moz-transform 250ms linear
}

cms-popover.itested-popover [data-slot=floating-element] .content .itested-faq .collapsible.expanded .icon-recentlyviewedarrowright {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: -webkit-transform 250ms linear;
    -moz-transition: transform 250ms linear, -moz-transform 250ms linear;
    transition: transform 250ms linear;
    transition: transform 250ms linear, -webkit-transform 250ms linear, -moz-transform 250ms linear
}

.storepage-carousel {
    padding: 0;
    width: 100%;
    margin-bottom: 12px
}

.storepage-carousel.brand .carousel-inner .item img {
    width: 100%
}

.storepage-carousel.brand .carousel-control {
    font-size: 40px
}

.storepage-carousel .carousel {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0)
}

.storepage-carousel .carousel .carousel-indicators {
    opacity: .6;
    bottom: -8px
}

.storepage-carousel .carousel .carousel-indicators li {
    background-color: #999;
    border: 0
}

.storepage-carousel .carousel .carousel-indicators li.active {
    background-color: #333
}

.storepage-carousel .carousel .carousel-inner {
    min-height: auto
}

.storepage-carousel .carousel .carousel-inner .item {
    width: 100%;
    overflow: hidden;
    text-align: center
}

.storepage-carousel .carousel .carousel-inner .item>a>img {
    margin: auto
}

@media (max-width:991px) {
    .storepage-carousel .carousel .carousel-inner .item>a>img {
        width: 100%
    }
}

.storepage-carousel .carousel-control {
    color: #333;
    vertical-align: middle;
    padding-top: 0;
    color: #333
}

.storepage-carousel .carousel-control.left {
    width: 50px
}

.storepage-carousel .carousel-control.right {
    width: 50px
}

.storepage-carousel .carousel-control .transitionLeft,
.storepage-carousel .carousel-control .transitionRight {
    height: 52px;
    padding: 10px;
    top: 50%;
    margin-top: -50%;
    opacity: 1
}

.storepage-carousel .carousel-control img {
    opacity: 0
}

.storepage-carousel .carousel-control>span>img {
    vertical-align: top
}

.search-with-blog-page h1.sub-header-title {
    font-size: 20px
}

.search-with-blog-page .sub-header-container {
    margin-top: 0;
    margin-bottom: 8px
}

.search-with-blog-page.country-restricted-for-blog .sub-header-container {
    margin-bottom: 16px
}

#search-result-tab {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 16px;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    border-bottom: 1px solid #ccc;
    background: #fff
}

#search-result-tab.non-blog-country {
    border: 0
}

#search-result-tab.non-blog-country .title {
    color: #333;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700
}

#search-result-tab .tabs {
    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
}

#search-result-tab .tabs a {
    color: #333
}

#search-result-tab .tabs a>div {
    height: 48px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 4px solid transparent
}

#search-result-tab .tabs a>div:hover {
    background-color: #e5f8e6;
    border-bottom-color: #2c7500
}

#search-result-tab .tabs a>div:hover .text {
    color: #2c7500
}

#search-result-tab .tabs .product-list-tab-link .product-list-tab {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 24px;
    padding: 14px 16px;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#search-result-tab .tabs .blog-list-tab-link .blog-list-tab {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 16px;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#search-result-tab .tabs .text {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #333
}

#search-result-tab .tabs .active>div {
    border-bottom-color: #2c7500
}

#search-result-tab .tabs .active .text {
    color: #2c7500
}

#search-result-tab .sub-header-category {
    margin: 0;
    padding-top: 0
}

#search-result-tab .sub-header-link,
#search-result-tab .sub-header-link-secondary {
    position: relative;
    font-size: 14px;
    color: #2c7500;
    padding: 0;
    border: none;
    border-radius: 6px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#search-result-tab .sub-header-link-secondary:hover,
#search-result-tab .sub-header-link:hover {
    text-decoration: none
}

#search-result-tab .sub-header-link .name,
#search-result-tab .sub-header-link-secondary .name {
    font-weight: 700
}

#search-result-tab .sub-header-link svg,
#search-result-tab .sub-header-link-secondary svg {
    height: 20px;
    width: 20px
}

.search-result-category-header {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-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;
    font-size: 14px
}

.auto-corrected-search-info {
    margin-bottom: 16px
}

.auto-corrected-search-info .search-result {
    font-size: 16px;
    line-height: 26px;
    color: #333
}

.auto-corrected-search-info .search-result .corrected-key-word {
    font-weight: 700
}

.auto-corrected-search-info .origin-search-link {
    color: #126cc5;
    font-size: 14px;
    line-height: 24px
}

.auto-corrected-search-info .origin-search-link .origin-key-word {
    text-decoration: underline
}

.dropdown-sort-container {
    overflow: hidden
}

.dropdown-sort-container .dropdown-sort {
    width: 100%
}

.items-per-page {
    display: inline-block
}

.items-per-page label {
    float: left;
    line-height: 19px;
    padding-right: 5px
}

.ko .items-per-page label {
    font-size: 10px
}

.products .product-cell-container.search-on-sister-site-cell {
    background: #f5f5f5;
    margin-top: 1px;
    margin-bottom: -3px;
    border-top: 1px solid #e0e0e0
}

.products .product-cell-container.search-on-sister-site-cell .product.search-on-sister-site {
    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;
    padding: 15px 0
}

.products .product-cell-container.search-on-sister-site-cell .product.search-on-sister-site .product-inner {
    background: 0 0
}

.products .product-cell-container.search-on-sister-site-cell .product.search-on-sister-site .product-inner .sister-site-suggestion {
    width: 100%;
    text-align: center
}

.products .product-cell-container.search-on-sister-site-cell .product.search-on-sister-site .product-inner .sister-site-suggestion .title {
    color: #8c8c8c;
    font-size: 1.125rem;
    font-weight: 500
}

.products .product-cell-container.search-on-sister-site-cell .product.search-on-sister-site .product-inner .sister-site-suggestion span {
    font-size: 1.125rem;
    color: #000
}

.products .product-cell-container.search-on-sister-site-cell .product.search-on-sister-site .product-inner .sister-site-suggestion .icon-loveletterlogo {
    color: #4f7f77;
    width: 150px;
    height: 25px;
    display: block;
    margin: 0 auto .5rem auto
}

.products .product-cell-container.search-on-sister-site-cell .product.search-on-sister-site .product-inner .sister-site-suggestion .icon-iherblogo {
    color: #458500;
    width: 180px;
    height: 45px;
    display: block;
    margin: 0 auto .5rem auto
}

.products .product-cell-container.search-on-sister-site-cell .product.search-on-sister-site .product-inner .sister-site-suggestion .product-image-wrapper .product-image {
    max-width: 200px;
    margin: 0 auto
}

.products .product-cell-container.search-on-sister-site-cell .product.search-on-sister-site .product-inner .sister-site-suggestion .product-image-wrapper .product-image a {
    display: block
}

.products .product-cell-container.search-on-sister-site-cell .product.search-on-sister-site .product-inner .sister-site-suggestion .product-image-wrapper .product-image a img {
    max-width: 100%
}

.products .product-cell-container.search-on-sister-site-cell .product.search-on-sister-site .product-inner .sister-site-suggestion .sister-site-cta {
    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
}

.products .product-cell-container.search-on-sister-site-cell .product.search-on-sister-site .product-inner .sister-site-suggestion .sister-site-cta a {
    padding: 1rem 1.25rem;
    background: #4f7f77;
    text-transform: uppercase;
    color: #fff;
    font-size: .9rem;
    display: block;
    max-width: 230px;
    border-radius: 3px;
    margin: 1rem 0;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px
}

.products .product-cell-container.search-on-sister-site-cell .product.search-on-sister-site .product-inner .sister-site-suggestion .sister-site-cta a:hover {
    background: #4f7f77
}

.products .product-cell-container.search-on-sister-site-cell .product.iherb-sister-site .product-inner .sister-site-suggestion .sister-site-cta a {
    background: #4f7f77
}

.products .product-cell-container.search-on-sister-site-cell .product.iherb-sister-site .product-inner .sister-site-suggestion .sister-site-cta a:hover {
    background: #4f7f77
}

.specials-pills {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0
}

.specials-pills .pills {
    cursor: pointer;
    display: inline-block;
    border-radius: 25px;
    padding: 10px 20px;
    margin: 0 10px;
    font-weight: 700;
    background-color: #f5f5f5;
    color: #000
}

.specials-pills .pills.selected {
    background-color: #666;
    color: #fff
}

.specials-pills .pills:hover {
    color: #fff;
    background-color: #666
}

.order-history-panel {
    position: absolute;
    top: 15px;
    right: 0
}

.order-history-panel .order-history-panel-title {
    font-size: 14px;
    line-height: 1.7;
    color: #0039a6;
    text-decoration: underline;
    margin-bottom: 5px;
    cursor: pointer
}

.order-history-panel .order-history-panel-images {
    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
}

.order-history-panel .order-history-panel-images .order-history-panel-image {
    width: 64px;
    height: 64px;
    margin-left: 24px;
    cursor: pointer
}

.return-to-original {
    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;
    position: relative;
    top: 12px;
    cursor: pointer
}

.return-to-original .icon-order-history-left-arrow {
    color: #458500;
    font-size: 12px;
    margin-right: 4px
}

.return-to-original .icon-order-history-left-arrow:before {
    content: "\e932"
}

.return-to-original .return-to-original-text {
    font-size: 12px;
    text-decoration: underline;
    color: #458500
}

.email-subscription-new-container {
    display: none;
    -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;
    color: #333
}

.email-subscription-new-container .email-subscription-new-close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    right: 16px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.email-subscription-new-container .email-subscription-new-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 16px 0
}

.email-subscription-new-container .email-subscription-new-email {
    position: relative;
    width: 343px
}

.email-subscription-new-container .email-subscription-new-email .email-subscription-new-email-input {
    height: 48px;
    width: 100%;
    border-radius: 8px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    padding-left: 12px
}

.email-subscription-new-container .email-subscription-new-email .email-subscription-new-email-input:focus {
    outline: 0
}

.email-subscription-new-container .email-subscription-new-email .email-subscription-new-email-input.error {
    border: 1px solid #f44336
}

.email-subscription-new-container .email-subscription-new-email .email-subscription-new-submit {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 4px 16px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.7;
    color: #fff;
    background-color: #458500;
    cursor: pointer
}

.email-subscription-new-container .email-subscription-new-email .email-subscription-new-submit.error {
    background-color: #d32f2f
}

.email-subscription-new-container .email-subscription-new-error {
    display: none;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4px;
    color: #d32f2f;
    width: 343px
}

.email-subscription-new-container .email-subscription-new-error .email-subscription-new-error-icon {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    font-size: 12px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #d32f2f
}

.email-subscription-new-container .email-subscription-new-error .email-subscription-new-error-text {
    font-size: 12px;
    margin-left: 4px
}

.email-subscription-new-container .email-subscription-new-policy {
    font-size: 12px;
    margin-top: 16px;
    width: 343px;
    color: #666
}

.email-subscription-new-container #email-subscription-new-recaptcha {
    position: relative;
    top: -250px
}

.email-subscription-new-success-toast {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 343px;
    height: 56px;
    border: 2px solid #2c7500;
    border-radius: 8px;
    -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;
    padding-left: 16px;
    position: fixed;
    top: 100px;
    right: 16px;
    background-color: #c8e6c9;
    z-index: 500;
    box-shadow: -1px 5px 8px 0 rgba(0, 0, 0, .06)
}

.email-subscription-new-success-toast .email-subscription-new-success-toast-text {
    margin-left: 16px;
    font-size: 14px
}

.email-subscription-new-success-toast .email-subscription-new-success-toast-close {
    position: absolute;
    right: 16px;
    top: 14px;
    width: 24px;
    height: 24px;
    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;
    cursor: pointer
}

.email-subscription-new-container {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    padding-bottom: 16px;
    background-color: #fafafa;
    position: relative
}

.email-subscription-new-container .email-subscription-new-close {
    width: 16px;
    height: 16px
}

.email-subscription-new-container .email-subscription-new-title {
    font-size: 18px
}

.email-subscription-new-container .email-subscription-new-email-input {
    background-color: #fff !important
}

.new-brands-carousel {
    margin-top: 40px;
    margin-bottom: 20px
}

.new-brands-carousel .new-brands-carousel-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    text-align: center;
    color: #333
}

.new-brands-carousel .new-brands-carousel-container {
    margin-top: 8px;
    padding: 0 15px;
    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
}

@media (max-width:768px) {
    .new-brands-carousel .new-brands-carousel-container {
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.new-brands-carousel .new-brands-carousel-container .carousel-inner {
    min-height: 64px !important;
    max-height: 64px !important
}

.new-brands-carousel .new-brands-carousel-container .carousel-inner .product {
    padding: 8px 8px 0;
    height: 64px !important;
    width: 136px !important;
    position: relative
}

.new-brands-carousel .new-brands-carousel-container .carousel-inner .new-brand {
    padding: 8px !important;
    vertical-align: top;
    width: 120px !important;
    height: 56px !important;
    border-radius: 8px;
    border: solid 1px #7d7d92
}

.new-brands-carousel .new-brands-carousel-container .carousel-inner .new-brand.selected-filter {
    border: solid 2px #47a84a;
    padding: 7px !important
}

.new-brands-carousel .new-brands-carousel-container .carousel-inner .new-brand:hover {
    background-color: #f5f5f5;
    border: solid 1px #7d7d92;
    cursor: pointer;
    padding: 8px !important
}

.new-brands-carousel .new-brands-carousel-container .carousel-inner .new-brand .new-brand-logo {
    width: 104px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain
}

.new-brands-carousel .new-brands-carousel-container .carousel-inner .fill {
    width: 20px;
    height: 20px;
    background: #e6e6f2;
    border-radius: 20px
}

.new-brands-carousel .new-brands-carousel-container .carousel-inner .cancel-select {
    width: 20px;
    height: 20px;
    background: #e6e6f2;
    border-radius: 20px
}

.new-brands-carousel .new-brands-carousel-container .carousel-inner .top-right {
    position: absolute;
    top: 0;
    right: 0
}

.new-brands-carousel .new-brands-carousel-container .carousel-inner .filter:before {
    content: none !important
}

.new-brands-carousel .new-brands-carousel-container .carousel-inner .filter:after {
    content: none !important
}

.new-brands-carousel .new-brands-carousel-container .carousel-inner .new-brand:hover~.hide {
    display: block
}

.new-brands-carousel .new-brands-carousel-container .carousel-inner .new-brand:hover~.fill .icon-filled-check {
    color: #333
}

.new-brands-carousel .new-brands-carousel-container .carousel-inner .selected-filter~.fill {
    background: #47a84a;
    display: block
}

.new-brands-carousel .new-brands-carousel-container .carousel-inner .icon-filled-check {
    color: #fff
}

.new-brands-carousel .new-brands-carousel-container .carousel-inner .icon-filled-clear {
    color: #333
}

.new-brands-carousel .new-brands-carousel-container .carousel-inner .icon {
    width: 22px;
    height: 22px
}

.new-brands-carousel .new-brands-carousel-container .carousel-control {
    width: 40px;
    padding: 0;
    opacity: 0;
    -moz-transition: ease-in .2s;
    transition: ease-in .2s;
    font-size: 40px;
    color: #333
}

.new-brands-carousel .new-brands-carousel-container .carousel-control i {
    background-color: #fff;
    border: solid 1px #e0e0e0;
    border-radius: 50%;
    font-size: 15px;
    padding: 5px 10px;
    color: #458500;
    position: relative;
    height: 32px;
    width: 32px
}

.new-brands-carousel .new-brands-carousel-container .carousel-control .transitionIcon {
    top: 0 !important
}

.new-brands-carousel .new-brands-carousel-container .carousel-control.right {
    right: -7px;
    left: auto
}

.new-brands-carousel .new-brands-carousel-container .carousel-control.left {
    left: -7px;
    right: auto
}

.new-brands-carousel .new-brands-carousel-container:hover .carousel .carousel-control {
    opacity: 1;
    -moz-transition: ease-in .2s;
    transition: ease-in .2s
}

.iherb-modal-container {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000
}

.iherb-modal-container .iherb-modal-overlay {
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    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;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.iherb-modal-container .iherb-modal-overlay .iherb-modal {
    border-radius: 8px;
    box-shadow: 0 24px 32px 0 rgba(0, 0, 0, .1);
    background: #fff;
    padding: 32px;
    width: 500px
}

.iherb-modal-container .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-header {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px
}

.iherb-modal-container .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-header h3.title {
    font-size: 20px;
    color: #333
}

.iherb-modal-container .iherb-modal-overlay .iherb-modal .iherb-modal-content .iherb-modal-header .close {
    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;
    cursor: pointer
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .absolute-link-wrapper {
    padding: 5px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .absolute-link-wrapper:focus .product-details .product-title,
#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .absolute-link-wrapper:hover .product-details .product-title {
    text-decoration: underline
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .absolute-link-wrapper .product-image {
    display: block;
    margin: 0 8px 5px 0;
    text-align: center;
    min-height: 14px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .absolute-link-wrapper .product-image img {
    display: inline-block;
    width: 100px;
    height: 100px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner {
    position: relative;
    padding: 20px 15px;
    padding-bottom: 0;
    background: #fff
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .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
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .absolute-link-wrapper a {
    color: #333
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .recent-activity-message-wrapper {
    line-height: 20px;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    color: #666
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .more-options-available-wrapper {
    line-height: 20px;
    min-height: 20px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .more-options-available-wrapper a {
    color: #0039a6;
    display: inline-block;
    white-space: nowrap
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-link {
    cursor: pointer
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .see-in-cart-text {
    font-weight: 700;
    font-size: 16px;
    color: #333
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .more-option-container {
    position: absolute;
    right: 0;
    top: 120px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: #f5f5f5;
    z-index: 50
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .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
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .more-option-container .more-option-icon {
    width: 16px !important;
    height: 16px !important;
    margin-left: 4px;
    margin-top: 4px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-image-wrapper {
    position: relative
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner.product-inner-wide {
    padding-left: 0;
    padding-right: 0
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-flag {
    z-index: 10
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-flag a {
    color: #fff
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner a:hover {
    text-decoration: none
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .shipping-container {
    cursor: pointer
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .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
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .add-to-cart-wrapper .btn-add-to-cart {
    z-index: 20
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .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
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .btn-add-to-cart {
    font-size: 16px;
    opacity: 0;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .btn-add-to-cart:hover {
    background-color: #b66700
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner:hover .btn-add-to-cart {
    opacity: 1
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner:hover .product-image~a>span {
    text-decoration: underline
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 65px;
    z-index: 10
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-image {
    display: block;
    margin: 0 0 20px 0;
    text-align: center;
    min-height: 14px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-image>img {
    display: inline-block;
    width: 128px;
    height: 128px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-title {
    height: 4.5em;
    line-height: 24px;
    overflow: hidden;
    text-align: left;
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    color: #333
}

.zh #notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-title {
    font-size: 17px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-title:hover {
    text-decoration: underline
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .price-olp {
    color: #747474;
    font-size: 14px;
    text-decoration: line-through;
    display: inline-block;
    margin-top: 1px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .price-in-cart {
    font-size: 16px;
    font-weight: 700;
    color: #333
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .save-in-cart {
    font-weight: 700;
    color: #f38a00
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .price-per-unit {
    color: #747474
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-price {
    margin-top: 12px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-price .unavailable-text-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-price .unavailable-text-container i {
    font-style: normal
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-price .unavailable-text-container .similar-product-show-link {
    color: #126cc5
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-price .price {
    font-weight: 700;
    line-height: 18px;
    font-size: 20px;
    text-align: left;
    padding-right: 5px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-price .original-price-list {
    text-decoration: line-through;
    color: #747474
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-price .see-in-cart-text {
    color: #333;
    font-size: 16px;
    font-weight: 700
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-price .see-in-cart-text .see-in-cart-price {
    width: 100%
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-price .discontinued {
    font-size: 14px;
    line-height: 16px;
    color: #458500;
    font-weight: 400
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-price .price,
#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-price .see-price-in-cart {
    display: inline-block;
    font-size: 18px;
    color: #000;
    font-weight: 700
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-price .discount-green,
#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-price .discount-red {
    margin-right: 0
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-price .discount-green {
    color: #458500
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-price .discount-red {
    color: #bd3c37
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-price .discontinued {
    color: #f00000
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-price .status-container {
    height: 20px;
    margin-bottom: 10px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-price .status-container .out-of-stock {
    float: left;
    clear: both;
    color: #f00000
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-price .status-container .info-popup {
    bottom: 45px;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-price .status-container .info-popup:after {
    background-image: none
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-price .status-container .info-popup p {
    padding: 20px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-discount-container {
    min-height: 20px;
    margin-bottom: 5px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-discount-container>span {
    font-weight: 700;
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-discount-container>span.discount-in-cart {
    color: #f38a00
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-discount-container .out-of-stock.text-wrap {
    white-space: normal
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-percentage-claimed .super-deals-progress-wrapper {
    height: 8px;
    position: relative;
    background: #f5f5f5;
    border-radius: 100px;
    margin: 16px 0 8px 0
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .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
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount.low {
    background-color: #458500
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount.medium {
    background-color: #f38a00
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount.high {
    background-color: #bd3c37
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-percentage-claimed .super-deals-almost-sold-out,
#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-percentage-claimed .super-deals-sold-out {
    color: #bd3c37 !important
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-percentage-claimed .super-deals-sold-out {
    font-weight: 700
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-percentage-claimed .super-deals-title .question-mark {
    margin-left: .75em
}

@media (min-width:768px) and (max-width:991px) {
    #notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-percentage-claimed .text-left-sm-only {
        text-align: left
    }
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .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
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-percentage-claimed #super-special-price #dynamic-aligner .dynamic-align-hide {
    color: #666;
    font-size: 12px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-percentage-claimed .super-deals-progress-wrapper {
    margin: 8px 0;
    height: 8px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-percentage-claimed .percentage-claimed-messaging {
    text-align: center
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-percentage-claimed .percentage-claimed-messaging span {
    color: #747474
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-percentage-claimed .percentage-claimed-messaging span.almost-sold-out {
    color: #bd3c37
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .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%
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner {
    padding: 0
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .rating {
    z-index: 2 !important
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-title {
    font-size: 14px;
    color: #0039a6;
    height: auto
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-price {
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-price .product-discount-container {
    margin-bottom: 0
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-price .product-price-top .percentage-off {
    font-weight: 700
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-price .out-of-stock {
    color: #f10200
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-price .coming-soon {
    color: #458500;
    font-weight: 700
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .notify-me-product .product-details .product-inner .product-price.has-discount .product-discount-container .out-of-stock {
    margin-left: -30px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .get-notified {
    margin-bottom: 20px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .get-notified h5 {
    font-size: 14px;
    color: #333;
    margin-bottom: 7px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .get-notified .error {
    display: none
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .get-notified .get-notified-form {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 12px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .get-notified .get-notified-form input[type=text] {
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    color: #333;
    width: 65%;
    margin-right: 10px;
    height: 48px;
    padding: 0 16px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .get-notified .get-notified-form button.get-notified-submit {
    background: #458500;
    font-size: 16px;
    font-weight: 700;
    padding: 12px;
    color: #fff;
    border-radius: 8px;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .get-notified .get-notified-form .error-icon {
    display: none
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .get-notified.has-error h5 {
    color: #f10200
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .get-notified.has-error input[type=text] {
    border: 1px solid #f10200
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .get-notified.has-error .get-notified-form {
    position: relative
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .get-notified.has-error .get-notified-form .error-icon {
    display: block;
    position: absolute;
    left: 260px;
    top: 12px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .get-notified.has-error .error {
    color: #f10200;
    display: block;
    margin-top: -5px;
    font-size: 12px;
    margin-bottom: 10px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .get-notified .exclusive-deals {
    margin-bottom: 10px;
    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
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .get-notified .exclusive-deals label {
    position: relative;
    color: #333
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .get-notified .exclusive-deals input[type=checkbox] {
    border-radius: 12px;
    height: 20px;
    width: 20px;
    margin-right: 8px;
    visibility: hidden
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .get-notified .exclusive-deals input[type=checkbox]+label:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -1px;
    left: -28px;
    border-radius: 4px;
    border: solid 1px #e0e0e0
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .get-notified .exclusive-deals input[type=checkbox]+label:after {
    content: "";
    width: 12px;
    height: 7px;
    position: absolute;
    top: 4px;
    left: -24px;
    background: 0 0;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: solid 2px #fff;
    /*!@noflip*/
    border-right: none;
    border-top: none
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .get-notified .exclusive-deals input[type=checkbox]:checked+label:before {
    background-color: #458500;
    border-color: #458500
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .get-notified .exclusive-deals input[type=checkbox]:checked+label:after {
    opacity: 1
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .get-notified .disclaimer {
    font-size: 12px;
    color: #666
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .already-subscribed-alert {
    background: #c8e6c9;
    border: 1px solid #458500;
    padding: 8px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    margin: 5px 0 16px 0
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .already-subscribed-alert .check {
    margin-right: 8px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .already-subscribed-alert .message {
    font-size: 12px;
    color: #333
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .already-subscribed-alert .message div {
    margin-bottom: 5px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .already-subscribed-alert .message a {
    text-decoration: underline;
    color: #333
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider {
    margin-top: 16px;
    border-top: 1px solid #e0e0e0
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider h3 {
    margin-top: 16px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list {
    margin-top: 16px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner {
    position: relative;
    padding: 15px 5px;
    padding-bottom: 0;
    background: #fff
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .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
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .absolute-link-wrapper a {
    color: #333
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .recent-activity-message-wrapper {
    line-height: 20px;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    color: #666
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .more-options-available-wrapper {
    line-height: 20px;
    min-height: 20px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .more-options-available-wrapper a {
    color: #0039a6;
    display: inline-block;
    white-space: nowrap
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-link {
    cursor: pointer
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .see-in-cart-text {
    font-weight: 700;
    font-size: 16px;
    color: #333
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .more-option-container {
    position: absolute;
    right: 0;
    top: 120px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: #f5f5f5;
    z-index: 50
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .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
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .more-option-container .more-option-icon {
    width: 16px !important;
    height: 16px !important;
    margin-left: 4px;
    margin-top: 4px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-image-wrapper {
    position: relative
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner.product-inner-wide {
    padding-left: 0;
    padding-right: 0
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-flag {
    z-index: 10
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-flag a {
    color: #fff
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner a:hover {
    text-decoration: none
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .shipping-container {
    cursor: pointer
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .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
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .add-to-cart-wrapper .btn-add-to-cart {
    z-index: 20
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .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
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .btn-add-to-cart {
    font-size: 16px;
    opacity: 0;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .btn-add-to-cart:hover {
    background-color: #b66700
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner:hover .btn-add-to-cart {
    opacity: 1
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner:hover .product-image~a>span {
    text-decoration: underline
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 65px;
    z-index: 10
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-image {
    display: block;
    margin: 0 0 5px 0;
    text-align: center;
    min-height: 14px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-image>img {
    display: inline-block;
    width: 100px;
    height: 100px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-title {
    height: 2.7em;
    line-height: 1.3;
    overflow: hidden;
    text-align: left;
    font-weight: 400;
    display: inline-block;
    font-size: 14px;
    color: #333
}

.zh #notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-title {
    font-size: 15px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-title:hover {
    text-decoration: underline
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .price-olp {
    color: #747474;
    font-size: 13px;
    text-decoration: line-through;
    display: inline-block;
    margin-top: 1px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .price-in-cart {
    font-size: 16px;
    font-weight: 700;
    color: #333
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .save-in-cart {
    font-weight: 700;
    color: #f38a00
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .price-per-unit {
    color: #747474
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-price {
    margin-top: 12px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-price .unavailable-text-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-price .unavailable-text-container i {
    font-style: normal
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-price .unavailable-text-container .similar-product-show-link {
    color: #126cc5
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-price .price {
    font-weight: 700;
    line-height: 18px;
    font-size: 17px;
    text-align: left;
    padding-right: 5px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-price .original-price-list {
    text-decoration: line-through;
    color: #747474
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-price .see-in-cart-text {
    color: #333;
    font-size: 16px;
    font-weight: 700
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-price .see-in-cart-text .see-in-cart-price {
    width: 100%
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-price .discontinued {
    font-size: 14px;
    line-height: 16px;
    color: #458500;
    font-weight: 400
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-price .price,
#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-price .see-price-in-cart {
    display: inline-block;
    font-size: 18px;
    color: #000;
    font-weight: 700
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-price .discount-green,
#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-price .discount-red {
    margin-right: 0
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-price .discount-green {
    color: #458500
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-price .discount-red {
    color: #bd3c37
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-price .discontinued {
    color: #f00000
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-price .status-container {
    height: 20px;
    margin-bottom: 10px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-price .status-container .out-of-stock {
    float: left;
    clear: both;
    color: #f00000
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-price .status-container .info-popup {
    bottom: 45px;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-price .status-container .info-popup:after {
    background-image: none
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-price .status-container .info-popup p {
    padding: 20px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-discount-container {
    min-height: 20px;
    margin-bottom: 5px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-discount-container>span {
    font-weight: 700;
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-discount-container>span.discount-in-cart {
    color: #f38a00
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-discount-container .out-of-stock.text-wrap {
    white-space: normal
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-percentage-claimed .super-deals-progress-wrapper {
    height: 8px;
    position: relative;
    background: #f5f5f5;
    border-radius: 100px;
    margin: 16px 0 8px 0
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .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
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount.low {
    background-color: #458500
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount.medium {
    background-color: #f38a00
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount.high {
    background-color: #bd3c37
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-percentage-claimed .super-deals-almost-sold-out,
#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-percentage-claimed .super-deals-sold-out {
    color: #bd3c37 !important
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-percentage-claimed .super-deals-sold-out {
    font-weight: 700
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-percentage-claimed .super-deals-title .question-mark {
    margin-left: .75em
}

@media (min-width:768px) and (max-width:991px) {
    #notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-percentage-claimed .text-left-sm-only {
        text-align: left
    }
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .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
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-percentage-claimed #super-special-price #dynamic-aligner .dynamic-align-hide {
    color: #666;
    font-size: 12px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-percentage-claimed .super-deals-progress-wrapper {
    margin: 8px 0;
    height: 8px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-percentage-claimed .percentage-claimed-messaging {
    text-align: center
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-percentage-claimed .percentage-claimed-messaging span {
    color: #747474
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .product-percentage-claimed .percentage-claimed-messaging span.almost-sold-out {
    color: #bd3c37
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .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%
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner {
    padding: 5px
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .absolute-link-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .absolute-link-wrapper:focus .product-details .product-title,
#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .absolute-link-wrapper:hover .product-details .product-title {
    text-decoration: underline
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .absolute-link-wrapper .product-details .rating.notify-me-rating {
    z-index: 2
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .absolute-link-wrapper .product-details .product-title {
    color: #0039a6
}

#notify-me-modal .iherb-modal-content .iherb-modal-body .similar-items-to-consider .product-list .product-card .product-inner .absolute-link-wrapper .product-image-wrapper .product-image {
    margin-right: 8px
}

.img-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.img-slider .img-slider-container {
    height: 100%;
    margin: 0;
}

.img-slider .img-slider-container .img-wrapper {
    display: none;
    text-align: center;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden
}

.img-slider .img-slider-container .img-wrapper cms-gam-banner iframe {
    pointer-events: auto
}

.img-slider .img-slider-container .img-wrapper:first-child {
    display: block;
    width: 100%
}

.img-slider .img-slider-container .img-wrapper .slide {
    height: 100%;
    position: relative
}

.img-slider .img-slider-container .img-wrapper .slide img {
    max-width: 100%;
    width: 100%
}

.img-slider-indicators {
    display: inline-block;
    position: absolute;
    top: 83%;
    /*!@noflip*/
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.img-slider-indicators ul {
    border-radius: 8px;
    background: rgba(0, 0, 0, .5);
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4px 8px;
    -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;
    gap: 4px
}

.img-slider-indicators ul li {
    display: inline-block;
    width: 8px;
    height: 8px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 10px;
    z-index: 20;
    background-color: #999
}

.img-slider-indicators ul li.active {
    background-color: #fff
}

.img-slider-controls span {
    display: inline
}

.img-slider-controls .controls {
    position: absolute;
    height: 100%;
    cursor: pointer;
    top: 0;
}

.img-slider-controls .controls.left {
    left: 0; 
    padding-left: 3%
}

.img-slider-controls .controls.left .icon.icon-chevron-white-shadow {
    left: -46%
}

.img-slider-controls .controls.right {
    right: 0;
    padding-right: 3%
}

.img-slider-controls .controls.right .icon.icon-chevron-white-shadow {
    right: -46%
}

.img-slider-controls .controls i {
    font-size: 40px;
    position: relative;
    top: 40%;
    opacity: .5
}

.img-slider-controls .controls .icon.icon-chevron-white-shadow {
    position: relative;
    top: 40%;
    width: 60px;
    height: 60px
}

.img-slider-thumbnails {
    text-align: center;
    margin-top: 30px
}

.img-slider-thumbnails .thumbnail {
    border: 1px solid transparent
}

.img-slider-thumbnails .thumbnail.active {
    border: 1px solid #458500
}

.img-slider-thumbnails .thumbnail i {
    vertical-align: middle
}

.carousel-control-left-button,
.carousel-control-right-button {
    display: none;
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 48px;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    cursor: pointer;
    top: 50%;
    z-index: 2
}

.carousel-control-left-button svg path,
.carousel-control-right-button svg path {
    fill: #333
}

.carousel-control-left-button {
    left: 0
}

.carousel-control-right-button {
    right: 0
}

.specials-root-category-carousel {
    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;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0
}

.specials-root-category-carousel .img-slider-controls .controls {
    background: #fff;
    display: inline-block
}

.specials-root-category-carousel .img-slider-controls .controls.left {
    /*!@noflip*/
    padding-left: 0
}

.specials-root-category-carousel .img-slider-controls .controls.right {
    /*!@noflip*/
    padding-right: 0
}

.specials-root-category-carousel .img-slider-controls .controls i {
    visibility: hidden;
    opacity: 1;
    top: -moz-calc(50% - 33px);
    top: calc(50% - 33px);
    font-size: 24px;
    padding: 6px 12px;
    color: #666;
    background: #fff
}

.specials-root-category-carousel .img-slider-container .img-wrapper {
    overflow: visible;
    padding: 0 50px
}

.specials-root-category-carousel .img-slider-container .slide {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.specials-root-category-carousel .img-slider-container .slide.centered {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.specials-root-category-carousel .img-slider-container .slide .category-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: 130px;
    margin-right: 16px
}

.specials-root-category-carousel .img-slider-container .slide .category-item a {
    text-decoration: none;
    color: #333;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.specials-root-category-carousel .img-slider-container .slide .category-item.active .category-icon {
    background: #f4fff4;
    border: 4px solid #cae7cb
}

.specials-root-category-carousel .img-slider-container .slide .category-item.active:hover .category-icon {
    border: 4px solid #cae7cb
}

.specials-root-category-carousel .img-slider-container .slide .category-item.active .category-name {
    color: #458500
}

.specials-root-category-carousel .img-slider-container .slide .category-item:hover .category-icon {
    border: 4px solid #e0e0e0
}

.specials-root-category-carousel .img-slider-container .slide .category-item:hover .category-name strong {
    border-bottom: 1px solid #333
}

.specials-root-category-carousel .img-slider-container .slide .category-item .category-icon {
    background: #f5f5f5;
    border: 4px solid #f5f5f5;
    border-radius: 100px;
    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;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    width: 130px;
    height: 130px;
    position: relative
}

.specials-root-category-carousel .img-slider-container .slide .category-item .category-icon img.icon-image {
    top: 50%;
    /*!@noflip*/
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 80px;
    width: 80px;
    position: absolute
}

.specials-root-category-carousel .img-slider-container .slide .category-item .category-icon img.icon-image strong {
    font-size: 14px
}

.specials-root-category-carousel .img-slider-container .slide .category-item .category-name {
    width: 100%;
    background: #fff;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis
}

.specials-root-category-carousel .img-slider-container .slide .category-item .category-name strong {
    width: 100%
}

.product-cell-container .product-price-top .see-in-cart-text {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-cell-container .product-price-top bdi {
    margin-right: 4px
}

.product-cell-container .similar-item-arrow-container {
    height: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    z-index: 100
}

.product-cell-container .similar-item-arrow-container .similar-item-arrow-up .arrow-up:nth-child(1) {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #e0e0e0;
    z-index: 9
}

.product-cell-container .similar-item-arrow-container .similar-item-arrow-up .arrow-up:nth-child(2) {
    width: 0;
    height: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fafafa;
    z-index: 10;
    right: 1px;
    bottom: -1px
}

#similar-item-no-products-clone,
#similar-item-skeleton,
#similar-item-skeleton-clone {
    padding: 20px 25px;
    background-color: #fafafa;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border: 1px solid #e0e0e0
}

#similar-item-no-products-clone .similar-item-arrow-container,
#similar-item-skeleton .similar-item-arrow-container,
#similar-item-skeleton-clone .similar-item-arrow-container {
    width: 100%;
    height: 9px;
    position: absolute;
    top: -8px;
    left: 0
}

#similar-item-no-products-clone .similar-item-container,
#similar-item-skeleton .similar-item-container,
#similar-item-skeleton-clone .similar-item-container {
    width: 100%
}

#similar-item-no-products-clone .similar-item-container a,
#similar-item-skeleton .similar-item-container a,
#similar-item-skeleton-clone .similar-item-container a {
    text-decoration: none
}

#similar-item-no-products-clone .similar-item-container .similar-item-title-container,
#similar-item-skeleton .similar-item-container .similar-item-title-container,
#similar-item-skeleton-clone .similar-item-container .similar-item-title-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
}

#similar-item-no-products-clone .similar-item-container .similar-item-title-container .similar-item-title-plural,
#similar-item-no-products-clone .similar-item-container .similar-item-title-container .similar-item-title-single,
#similar-item-skeleton .similar-item-container .similar-item-title-container .similar-item-title-plural,
#similar-item-skeleton .similar-item-container .similar-item-title-container .similar-item-title-single,
#similar-item-skeleton-clone .similar-item-container .similar-item-title-container .similar-item-title-plural,
#similar-item-skeleton-clone .similar-item-container .similar-item-title-container .similar-item-title-single {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
    color: #333
}

#similar-item-no-products-clone .similar-item-container .similar-item-title-container .similar-item-close,
#similar-item-skeleton .similar-item-container .similar-item-title-container .similar-item-close,
#similar-item-skeleton-clone .similar-item-container .similar-item-title-container .similar-item-close {
    height: 24px;
    width: 24px;
    cursor: pointer
}

#similar-item-no-products-clone .similar-item-container .similar-item-title-container .similar-item-close svg,
#similar-item-skeleton .similar-item-container .similar-item-title-container .similar-item-close svg,
#similar-item-skeleton-clone .similar-item-container .similar-item-title-container .similar-item-close svg {
    height: 100%;
    width: 100%
}

#similar-item-no-products-clone .similar-item-container .similar-items,
#similar-item-skeleton .similar-item-container .similar-items,
#similar-item-skeleton-clone .similar-item-container .similar-items {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%
}

#similar-item-no-products-clone .similar-item-container .similar-items a,
#similar-item-skeleton .similar-item-container .similar-items a,
#similar-item-skeleton-clone .similar-item-container .similar-items a {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#similar-item-no-products-clone .similar-item-container .similar-item,
#similar-item-skeleton .similar-item-container .similar-item,
#similar-item-skeleton-clone .similar-item-container .similar-item {
    padding: 20px 13px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    height: 100%;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 356px
}

#similar-item-no-products-clone .similar-item-container .similar-item .image-container,
#similar-item-skeleton .similar-item-container .similar-item .image-container,
#similar-item-skeleton-clone .similar-item-container .similar-item .image-container {
    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;
    margin-right: 15px
}

#similar-item-no-products-clone .similar-item-container .similar-item .image-container .image,
#similar-item-skeleton .similar-item-container .similar-item .image-container .image,
#similar-item-skeleton-clone .similar-item-container .similar-item .image-container .image {
    width: 101px;
    height: 101px
}

#similar-item-no-products-clone .similar-item-container .similar-item .image-container .image-sm,
#similar-item-skeleton .similar-item-container .similar-item .image-container .image-sm,
#similar-item-skeleton-clone .similar-item-container .similar-item .image-container .image-sm {
    width: 56px;
    height: 56px
}

#similar-item-no-products-clone .similar-item-container .similar-item .image-container .image img,
#similar-item-skeleton .similar-item-container .similar-item .image-container .image img,
#similar-item-skeleton-clone .similar-item-container .similar-item .image-container .image img {
    width: 100%;
    height: 100%
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-details-container,
#similar-item-skeleton .similar-item-container .similar-item .product-details-container,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-details-container {
    width: 70%
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-details-container.single-item,
#similar-item-skeleton .similar-item-container .similar-item .product-details-container.single-item,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-details-container.single-item {
    width: 100%
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-details-container .product-details,
#similar-item-skeleton .similar-item-container .similar-item .product-details-container .product-details,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-details-container .product-details {
    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: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-details-container .product-details .product-name-container,
#similar-item-skeleton .similar-item-container .similar-item .product-details-container .product-details .product-name-container,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-details-container .product-details .product-name-container {
    overflow: hidden
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-details-container .product-details .product-name-container .product-name,
#similar-item-skeleton .similar-item-container .similar-item .product-details-container .product-details .product-name-container .product-name,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-details-container .product-details .product-name-container .product-name {
    font-size: 14px;
    text-overflow: ellipsis;
    color: #333;
    overflow: hidden;
    text-decoration: none
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-details-container .product-review-container .product-review,
#similar-item-skeleton .similar-item-container .similar-item .product-details-container .product-review-container .product-review,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-details-container .product-review-container .product-review {
    margin-bottom: 8px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-details-container .product-review-container .product-review a,
#similar-item-skeleton .similar-item-container .similar-item .product-details-container .product-review-container .product-review a,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-details-container .product-review-container .product-review a {
    font-size: 12px;
    color: #333;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 5px;
    margin-top: 5px
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-details-container .product-review-container .product-review a .stars-rating-v2,
#similar-item-skeleton .similar-item-container .similar-item .product-details-container .product-review-container .product-review a .stars-rating-v2,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-details-container .product-review-container .product-review a .stars-rating-v2 {
    fill: none;
    width: 15px;
    height: 15px
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-details-container .product-review-container .product-review a .stars-rating-v2 path,
#similar-item-skeleton .similar-item-container .similar-item .product-details-container .product-review-container .product-review a .stars-rating-v2 path,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-details-container .product-review-container .product-review a .stars-rating-v2 path {
    stroke: #8d6708
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-details-container .product-review-container .product-review a .stars-rating-v2.full,
#similar-item-skeleton .similar-item-container .similar-item .product-details-container .product-review-container .product-review a .stars-rating-v2.full,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-details-container .product-review-container .product-review a .stars-rating-v2.full {
    fill: #ffc107
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-details-container .product-review-container .product-review a .stars-rating-v2.three-quarters path:first-child,
#similar-item-skeleton .similar-item-container .similar-item .product-details-container .product-review-container .product-review a .stars-rating-v2.three-quarters path:first-child,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-details-container .product-review-container .product-review a .stars-rating-v2.three-quarters path:first-child {
    fill: #ffc107
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-details-container .product-review-container .product-review a .stars-rating-v2.three-quarters path:last-child,
#similar-item-skeleton .similar-item-container .similar-item .product-details-container .product-review-container .product-review a .stars-rating-v2.three-quarters path:last-child,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-details-container .product-review-container .product-review a .stars-rating-v2.three-quarters path:last-child {
    stroke: #8d6708
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-details-container .product-review-container .product-review a .stars-rating-v2.half path:first-child,
#similar-item-skeleton .similar-item-container .similar-item .product-details-container .product-review-container .product-review a .stars-rating-v2.half path:first-child,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-details-container .product-review-container .product-review a .stars-rating-v2.half path:first-child {
    fill: #ffc107
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-details-container .product-review-container .product-review a .stars-rating-v2.half path:last-child,
#similar-item-skeleton .similar-item-container .similar-item .product-details-container .product-review-container .product-review a .stars-rating-v2.half path:last-child,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-details-container .product-review-container .product-review a .stars-rating-v2.half path:last-child {
    stroke: #8d6708
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-details-container .product-review-container .product-review a .stars-rating-v2.quarter path:first-child,
#similar-item-skeleton .similar-item-container .similar-item .product-details-container .product-review-container .product-review a .stars-rating-v2.quarter path:first-child,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-details-container .product-review-container .product-review a .stars-rating-v2.quarter path:first-child {
    fill: #ffc107
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-details-container .product-review-container .product-review a .stars-rating-v2.quarter path:last-child,
#similar-item-skeleton .similar-item-container .similar-item .product-details-container .product-review-container .product-review a .stars-rating-v2.quarter path:last-child,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-details-container .product-review-container .product-review a .stars-rating-v2.quarter path:last-child {
    stroke: #8d6708
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-price-container,
#similar-item-skeleton .similar-item-container .similar-item .product-price-container,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-price-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-price-container .product-similar-price-container,
#similar-item-skeleton .similar-item-container .similar-item .product-price-container .product-similar-price-container,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-price-container .product-similar-price-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-price-container .product-similar-price-container.single-item,
#similar-item-skeleton .similar-item-container .similar-item .product-price-container .product-similar-price-container.single-item,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-price-container .product-similar-price-container.single-item {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-price-container .product-similar-price-container .price-original-list,
#similar-item-skeleton .similar-item-container .similar-item .product-price-container .product-similar-price-container .price-original-list,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-price-container .product-similar-price-container .price-original-list {
    font-size: 14px;
    text-decoration: line-through;
    color: #707070
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-price-container .product-similar-price-container .product-similar-price,
#similar-item-skeleton .similar-item-container .similar-item .product-price-container .product-similar-price-container .product-similar-price,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-price-container .product-similar-price-container .product-similar-price {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-right: 5px
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-price-container .product-similar-price-container .product-similar-price.discount,
#similar-item-skeleton .similar-item-container .similar-item .product-price-container .product-similar-price-container .product-similar-price.discount,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-price-container .product-similar-price-container .product-similar-price.discount {
    color: #d32f2f;
    margin-right: 4px
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-price-container .product-similar-price-container .product-similar-price.trial-pricing,
#similar-item-skeleton .similar-item-container .similar-item .product-price-container .product-similar-price-container .product-similar-price.trial-pricing,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-price-container .product-similar-price-container .product-similar-price.trial-pricing {
    color: #458500
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-price-container .product-similar-price-container .product-similar-price.special,
#similar-item-skeleton .similar-item-container .similar-item .product-price-container .product-similar-price-container .product-similar-price.special,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-price-container .product-similar-price-container .product-similar-price.special {
    color: #d32f2f
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-price-container .product-similar-price-container .product-similar-price.price-original-list,
#similar-item-skeleton .similar-item-container .similar-item .product-price-container .product-similar-price-container .product-similar-price.price-original-list,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-price-container .product-similar-price-container .product-similar-price.price-original-list {
    color: #666;
    font-size: 14px;
    text-decoration: line-through
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-price-container .product-similar-price-container .product-similar-price .see-in-cart-info-icon,
#similar-item-skeleton .similar-item-container .similar-item .product-price-container .product-similar-price-container .product-similar-price .see-in-cart-info-icon,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-price-container .product-similar-price-container .product-similar-price .see-in-cart-info-icon {
    font-size: 14px;
    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;
    text-align: right
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-price-container .product-similar-price-container .product-similar-price .see-in-cart,
#similar-item-skeleton .similar-item-container .similar-item .product-price-container .product-similar-price-container .product-similar-price .see-in-cart,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-price-container .product-similar-price-container .product-similar-price .see-in-cart {
    font-weight: 400
}

#similar-item-no-products-clone .similar-item-container .similar-item .product-price-container .product-similar-price-container .product-similar-price .info-icon-tooltip-content,
#similar-item-skeleton .similar-item-container .similar-item .product-price-container .product-similar-price-container .product-similar-price .info-icon-tooltip-content,
#similar-item-skeleton-clone .similar-item-container .similar-item .product-price-container .product-similar-price-container .product-similar-price .info-icon-tooltip-content {
    font-weight: 400;
    text-align: left
}

.similar-product-show-link {
    margin-left: 5px;
    color: #126cc5
}

.similar-product-show-link:hover {
    cursor: pointer
}

.similar-product-hide-link {
    margin-left: 5px;
    color: #126cc5
}

.similar-product-hide-link:hover {
    cursor: pointer
}

.autoflex {
    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
}

.autoflex.single-item {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.autoflex.single-item .see-in-cart-info-icon {
    text-align: right
}

.autoflex.single-item .price-original-list {
    text-align: right
}

.similar-item-no-products-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;
    width: 100%;
    overflow: auto;
    background-color: #fafafa
}

.similar-item-no-products-container .similar-item-close {
    height: 24px;
    width: 24px;
    cursor: pointer
}

.similar-item-no-products-container .similar-item-close svg {
    height: 100%;
    width: 100%
}

.similar-item-no-products-container .similar-item-no-products {
    color: #333;
    font-size: 20px;
    font-weight: 700
}

#carousel-category-pills {
    clear: both;
    top: 0
}

#carousel-category-pills .carousel-inner {
    min-height: auto;
    max-height: auto
}

#carousel-category-pills .carousel-control-left-button,
#carousel-category-pills .carousel-control-right-button {
    box-shadow: none;
    border: 3px solid #666;
    height: 30px;
    width: 30px;
    margin-top: -15px
}

.category-pill-carousel {
    margin: 1rem 0
}

.category-pill-carousel ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.category-pill-carousel ul li.product-inner {
    border: 1px solid #ccc;
    background: #f7f8f7;
    border-radius: 100px;
    margin-right: 5px;
    padding: 12px 20px
}

.category-pill-carousel ul li:hover {
    cursor: pointer;
    background: #6b6b6b
}

.category-pill-carousel ul li a {
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #333
}

#l2-categories {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px
}

#l2-categories .title {
    font-weight: 700;
    font-size: 32px;
    margin: 0 0 19px 0
}

#l2-categories .l2-category-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 8px;
    text-align: center;
    display: flex
}

#l2-categories .l2-category-list .l2-category-item-container {
    position: relative;
    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: 16%;
    height: 56px;
    background-color: #f5f5f5;
    padding: 8px 16px;
    border-radius: 8px
}

@media (max-width:1024px) {
    #l2-categories .l2-category-list .l2-category-item-container {
        width: 19%
    }
}

#l2-categories .l2-category-list a {
    color: #333;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#l2-categories .l2-category-list li {
    display: -webkit-box;
    font-weight: 700;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#l2-categories .l2-category-list li:hover {
    cursor: pointer
}

#trending-brands {
    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;
    background-color: #fafafa;
    overflow: hidden;
    margin-bottom: 22px;
    padding-bottom: 32px;
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 0;
    top: 0
}

#trending-brands h2 {
    font-weight: 700;
    font-size: 24px
}

#trending-brands #carousel-trending-brands {
    top: 0
}

#trending-brands #carousel-trending-brands .carousel-control {
    background-color: #fff0
}

#trending-brands #carousel-trending-brands .carousel-control .scroll-icon {
    background-color: transparent
}

#trending-brands #carousel-trending-brands .carousel-control .scroll-icon.scroll-l {
    margin-top: 15px;
    display: none
}

#trending-brands #carousel-trending-brands .carousel-control .scroll-icon.scroll-r {
    margin-top: 15px
}

#trending-brands #carousel-trending-brands .carousel-control.left {
    /*!@noflip*/
    left: 5px;
    display: none
}

#trending-brands #carousel-trending-brands .carousel-control.right {
    /*!@noflip*/
    right: 5px !important
}

#trending-brands #carousel-trending-brands #trending-brands-inner {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 56px;
    height: 56px;
    max-height: 56px
}

#trending-brands #carousel-trending-brands #trending-brands-inner .carouselRow {
    background-color: #fafafa;
    width: 100%;
    transition: -webkit-transform .8s ease-in-out !important;
    -moz-transition: transform .8s ease-in-out, -moz-transform .8s ease-in-out !important;
    transition: transform .8s ease-in-out !important;
    transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out, -moz-transform .8s ease-in-out !important;
    height: 56px
}

#trending-brands #carousel-trending-brands #trending-brands-inner a {
    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: 120px;
    height: 56px;
    border: 1px solid #7d7d92;
    border-radius: 8px;
    background-color: #fff;
    height: 100%
}

#trending-brands #carousel-trending-brands #trending-brands-inner .brands-item {
    list-style: none;
    text-decoration: none;
    padding: 0;
    height: 100%;
    margin: 0;
    width: 10%;
    display: inline-block;
    max-height: 56px !important;
    min-height: 56px !important;
    background-color: #fafafa
}

#trending-brands #carousel-trending-brands #trending-brands-inner .brands-item img {
    width: 104px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain
}

#category-store-best-selling {
    margin-top: 38px
}

#category-store-best-selling .title-container.shop-all {
    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
}

#category-store-best-selling .title-container.shop-all h3.hp-module-title {
    font-size: 24px;
    color: #333;
    margin-right: 10px
}

#category-store-best-selling .title-container.shop-all a#category-store-best-selling-shop-all {
    color: #126cc5;
    font-size: 16px
}

#category-store-best-selling .carousel-container {
    padding: 0
}

#category-store-best-selling .carousel #carousel-category-store-best-selling .carousel-control {
    opacity: 1
}

#category-store-best-selling .carousel #carousel-category-store-best-selling .carousel-control.left {
    left: -35px
}

#category-store-best-selling .carousel #carousel-category-store-best-selling .carousel-control.right {
    right: -25px
}

#category-store-best-selling .carousel #carousel-category-store-best-selling .carousel-control span i {
    background: #fff;
    padding: 5px 13px 7px 13px;
    border-radius: 100%;
    border: 1px solid #ccc
}

#category-store-best-selling .carousel #carousel-category-store-best-selling .carousel-control span i:before {
    font-size: 16px;
    color: #666
}

#category-specials #category-store-specials-carousel .specials-landing-products-carousel-container .carousel-control-left-button,
#category-specials #category-store-specials-carousel .specials-landing-products-carousel-container .carousel-control-right-button {
    top: 45%
}

#category-specials #category-store-specials-carousel.specials-landing-products-carousel-wrap {
    margin: 16px auto 0 auto;
    padding: 0
}

#category-specials #category-store-specials-carousel .specials-landing-products-carousel-group .specials-landing-products-carousel-column {
    width: 420px
}

#category-specials #category-store-specials-carousel .specials-landing-products-carousel-group .specials-landing-products-carousel-column:first-child {
    width: 420px;
    margin-right: 0
}

@media (max-width:1040px) {
    #category-specials #category-store-specials-carousel .specials-landing-products-carousel-group .specials-landing-products-carousel-column:first-child {
        width: 452px
    }
}

#category-specials #category-store-specials-carousel .specials-landing-products-carousel-group .specials-landing-products-carousel-column:not(:first-child) {
    margin-left: 16px;
    margin-right: 0
}

@media (max-width:1040px) {
    #category-specials #category-store-specials-carousel .specials-landing-products-carousel-group .specials-landing-products-carousel-column {
        width: 452px
    }

    #category-specials #category-store-specials-carousel .specials-landing-products-carousel-group .specials-landing-products-carousel-column:not(:first-child) {
        margin-left: 0
    }
}

#category-specials #category-store-specials-carousel .specials-landing-products-carousel-product-wrap {
    padding: 0;
    background: #fff;
    position: relative;
    height: 216px;
    margin-bottom: 16px
}

@media (max-width:1040px) {
    #category-specials #category-store-specials-carousel .specials-landing-products-carousel-product-wrap {
        margin-right: 16px
    }
}

#category-specials #category-store-specials-carousel .specials-landing-products-carousel-product-wrap .product-flags-wrapper {
    position: absolute;
    top: 7px;
    left: 10px;
    z-index: 1
}

#category-specials #category-store-specials-carousel .specials-landing-products-carousel-product-wrap .product-flags-wrapper .product-flag-container {
    margin: 0
}

#category-specials #category-store-specials-carousel .specials-landing-products-carousel-product-wrap .product-flags-wrapper .product-flag-container .product-flag {
    color: #fff;
    background-color: #bd3c37
}

#category-specials #category-store-specials-carousel .specials-landing-products-carousel-product-wrap .product-flags-wrapper .product-flag-container .product-flag:after,
#category-specials #category-store-specials-carousel .specials-landing-products-carousel-product-wrap .product-flags-wrapper .product-flag-container .product-flag:before {
    border-color: #bd3c37 transparent #bd3c37 #bd3c37
}

#category-specials #category-store-specials-carousel .specials-landing-products-carousel-product-wrap.is-last {
    background: #d32f2f;
    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
}

#category-specials #category-store-specials-carousel .specials-landing-products-carousel-product-wrap.is-last .product-flags-wrapper {
    display: none
}

#category-specials #category-store-specials-carousel .specials-landing-products-carousel-product-wrap.is-last a.shop-all {
    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-size: 24px;
    font-weight: 700;
    color: #fff;
    text-decoration: none
}

#category-specials #category-store-specials-carousel .specials-landing-products-carousel-product-wrap.is-last a.shop-all span {
    margin-right: 10px
}

#category-specials #category-store-specials-carousel .product-inner {
    padding: 0 16px;
    border-radius: 8px
}

#category-specials #category-store-specials-carousel .product-inner .product-title {
    color: #333
}

#category-specials .specials-landing-products-carousel-wrap .carousel-control-right-button {
    right: -25px
}

#category-specials .specials-landing-products-carousel-wrap .carousel-control-left-button {
    left: -25px
}

#category-trials {
    margin: 48px 0 62px 0
}

#category-trials #category-store-trials-carousel .specials-landing-products-carousel-container .carousel-control-left-button,
#category-trials #category-store-trials-carousel .specials-landing-products-carousel-container .carousel-control-right-button {
    top: 45%
}

#category-trials #category-store-trials-carousel.specials-landing-products-carousel-wrap {
    margin: 16px auto 0 auto;
    padding: 0
}

#category-trials #category-store-trials-carousel .specials-landing-products-carousel-group .specials-landing-products-carousel-column {
    width: 420px
}

#category-trials #category-store-trials-carousel .specials-landing-products-carousel-group .specials-landing-products-carousel-column:first-child {
    width: 420px;
    margin-right: 0
}

@media (max-width:1040px) {
    #category-trials #category-store-trials-carousel .specials-landing-products-carousel-group .specials-landing-products-carousel-column:first-child {
        width: 452px
    }
}

#category-trials #category-store-trials-carousel .specials-landing-products-carousel-group .specials-landing-products-carousel-column:not(:first-child) {
    margin-left: 16px;
    margin-right: 0
}

@media (max-width:1040px) {
    #category-trials #category-store-trials-carousel .specials-landing-products-carousel-group .specials-landing-products-carousel-column {
        width: 452px
    }

    #category-trials #category-store-trials-carousel .specials-landing-products-carousel-group .specials-landing-products-carousel-column:not(:first-child) {
        margin-left: 0
    }
}

#category-trials #category-store-trials-carousel .specials-landing-products-carousel-product-wrap {
    padding: 0;
    background: #fff;
    position: relative;
    height: 216px;
    margin-bottom: 16px
}

@media (max-width:1040px) {
    #category-trials #category-store-trials-carousel .specials-landing-products-carousel-product-wrap {
        margin-right: 16px
    }
}

#category-trials #category-store-trials-carousel .specials-landing-products-carousel-product-wrap .product-flags-wrapper {
    position: absolute;
    top: 7px;
    left: 10px;
    z-index: 1
}

#category-trials #category-store-trials-carousel .specials-landing-products-carousel-product-wrap .product-flags-wrapper .product-flag-container {
    margin: 0
}

#category-trials #category-store-trials-carousel .specials-landing-products-carousel-product-wrap .product-flags-wrapper .product-flag-container .product-flag {
    color: #fff;
    background-color: #458500
}

#category-trials #category-store-trials-carousel .specials-landing-products-carousel-product-wrap .product-flags-wrapper .product-flag-container .product-flag:after,
#category-trials #category-store-trials-carousel .specials-landing-products-carousel-product-wrap .product-flags-wrapper .product-flag-container .product-flag:before {
    border-color: #458500 transparent #458500 #458500
}

#category-trials #category-store-trials-carousel .specials-landing-products-carousel-product-wrap.is-last {
    background: #458500;
    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
}

#category-trials #category-store-trials-carousel .specials-landing-products-carousel-product-wrap.is-last .product-flags-wrapper {
    display: none
}

#category-trials #category-store-trials-carousel .specials-landing-products-carousel-product-wrap.is-last a.shop-all {
    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-size: 24px;
    font-weight: 700;
    color: #fff;
    text-decoration: none
}

#category-trials #category-store-trials-carousel .specials-landing-products-carousel-product-wrap.is-last a.shop-all span {
    margin-right: 10px
}

#category-trials #category-store-trials-carousel .product-inner {
    padding: 0 16px;
    border-radius: 8px
}

#category-trials #category-store-trials-carousel .product-inner .product-title {
    color: #333
}

#category-trials .specials-landing-products-carousel-wrap .carousel-control-right-button {
    right: -25px
}

#category-trials .specials-landing-products-carousel-wrap .carousel-control-left-button {
    left: -25px
}

#health-topic {
    padding: 0 16px;
    min-height: 480px
}

#health-topic .title-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
}

#health-topic .title-wrapper h1 {
    font-weight: 700;
    font-size: 24px;
    color: #333;
    margin-top: 0
}

#health-topic .title-wrapper .select-health-topic {
    margin: 0 16px;
    width: 332px
}

#health-topic .title-wrapper .shop-all-link {
    font-size: 16px;
    color: #126cc5
}

#health-topic .sub-categories-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: 8px
}

#health-topic .sub-categories-wrapper .sub-categories-carousel-wrapper {
    width: 100%
}

#health-topic .sub-categories-wrapper ul {
    max-height: 100px;
    overflow: hidden;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    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;
    gap: 8px
}

#health-topic .sub-categories-wrapper ul li {
    padding: 6px 12px;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    height: 32px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 16px;
    white-space: nowrap;
    cursor: pointer
}

#health-topic .sub-categories-wrapper ul li.active {
    color: #458500;
    font-weight: 700;
    border: 2px solid #458500
}

#health-topic .sub-categories-wrapper ul li:not(.active):hover {
    color: #000
}

#health-topic .sub-categories-wrapper::after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    z-index: -1;
    background-color: #f5f5f5
}

#health-topic .sub-categories-wrapper .carousel-control-left-button,
#health-topic .sub-categories-wrapper .carousel-control-right-button {
    z-index: 12;
    width: 30px;
    height: 30px;
    border: 1px solid #e0e0e0;
    box-shadow: none;
    margin-top: -15px
}

#health-topic .health-topic-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: 8px
}

#health-topic .health-topic-wrapper .health-topic-carousel-wrapper {
    width: 100%
}

#health-topic .health-topic-wrapper ul {
    max-height: 100px;
    overflow: hidden;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    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
}

#health-topic .health-topic-wrapper ul li {
    padding: 12px 24px;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    white-space: nowrap;
    cursor: pointer
}

#health-topic .health-topic-wrapper ul li.active {
    color: #458500;
    font-weight: 700;
    border-bottom: 2px solid #458500
}

#health-topic .health-topic-wrapper ul li:not(.active):hover {
    color: #000
}

#health-topic .health-topic-wrapper::after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 2px;
    z-index: -1;
    background-color: #f5f5f5
}

#health-topic .health-topic-wrapper .carousel-control-left-button,
#health-topic .health-topic-wrapper .carousel-control-right-button {
    z-index: 12;
    width: 30px;
    height: 30px;
    border: 1px solid #e0e0e0;
    box-shadow: none;
    margin-top: -15px
}

#health-topic .health-topic-shop-all-wrapper {
    text-align: center
}



.sponsored-banner {
    margin-bottom: 62px
}

@media (max-width:1040px) {
    .sponsored-banner {
        margin-bottom: 0
    }
}

.sponsored-banner span.is-sponsored {
    text-align: right;
    color: #999;
    font-size: 12px
}

.sponsored-banner span.is-sponsored.show {
    display: block !important
}

#l1-category-blog {
    background: #fafafa;
    padding: 32px
}

#l1-category-blog .blog-logo-container {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#l1-category-blog .blog-logo-container .blog-iherb-logo {
    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;
    background-image: url(/static/i/blog/static/iHerb_BLOG_RGB.svg);
    height: 60px;
    width: 200px;
    background-repeat: no-repeat;
    position: relative;
    top: 8px;
    left: 5px;
    margin-bottom: 16px
}

#l1-category-blog .blog-articles-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
}

#l1-category-blog .blog-articles-container .blog-article {
    max-width: 320px;
    cursor: pointer;
    padding: 11px 24px 16px 24px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(106, 115, 129, .12);
    border: 1px solid #f5f5f5
}

@media (max-width:1040px) {
    #l1-category-blog .blog-articles-container .blog-article {
        width: 48%;
        max-width: none
    }

    #l1-category-blog .blog-articles-container .blog-article:nth-child(odd) {
        display: none
    }
}

#l1-category-blog .blog-articles-container .blog-article .content h4.blog-article-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    margin: 0;
    padding: 0
}

#l1-category-blog .blog-articles-container .blog-article .content img.blog-article-thumbnail {
    border-radius: 8px;
    max-width: 100%
}

#popular-in-category {
    margin-bottom: 48px
}

#popular-in-category h3.popular-in-category-title {
    font-weight: 700;
    max-width: 1440px;
    padding: 0 34px;
    font-size: 24px;
    color: #333;
    margin: 0 auto 0 auto
}

#popular-in-category .popular-list-container {
    padding: 16px 34px 16px 34px;
    max-width: 1440px;
    margin: 0 auto;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

#popular-in-category .popular-list-container::-webkit-scrollbar {
    display: none
}

#popular-in-category .popular-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 1360px;
    top: 0;
    left: 0;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#popular-in-category .popular-list .popular-item {
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(106, 115, 129, .16), 0 3px 8px rgba(87, 102, 117, .06);
    margin-right: 16px;
    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
}

#popular-in-category .popular-list .popular-item.four {
    width: 330px
}

#popular-in-category .popular-list .popular-item.three {
    width: 469px
}

#popular-in-category .popular-list .popular-item.two {
    width: 778px;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

#popular-in-category .popular-list .popular-item.two .popular-item-image {
    border-radius: 8px 0 0 8px
}

#popular-in-category .popular-list .popular-item.two .popular-item-image img {
    height: 100%
}

#popular-in-category .popular-list .popular-item:last-child {
    margin-right: 0
}

#popular-in-category .popular-list .popular-item .popular-item-image {
    border-radius: 8px 8px 0 0;
    overflow: hidden
}

#popular-in-category .popular-list .popular-item .popular-item-content {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 16px;
    border-bottom: 1px solid 1px solid #e0e0e0;
    border-right: 1px solid 1px solid #e0e0e0;
    border-left: 1px solid 1px solid #e0e0e0;
    border-radius: 0 0 8px 8px;
    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: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#popular-in-category .popular-list .popular-item .popular-item-content .popular-item-copy h5.popular-item-title {
    margin: 0 0 5px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #333
}

#popular-in-category .popular-list .popular-item .popular-item-content .popular-item-copy p.popular-item-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom: 24px
}

#popular-in-category .popular-list .popular-item .popular-item-content a.popular-item-link {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 12px 0;
    font-weight: 700
}

#category-store-wrapper {
    max-width: 1440px;
    margin: 0 auto
}

#category-store-wrapper .container {
    padding: 0
}

#category-store-wrapper .container #breadCrumbs {
    padding-left: 16px;
    padding-right: 16px
}

a {
    color: #666
}

a:hover {
    text-decoration: none
}

.floating-carousel-card {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    border-radius: 8px;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    padding: 32px 32px 16px 32px;
    overflow: hidden;
    position: relative
}

.floating-carousel-card .circle {
    width: 933px;
    height: 933px;
    position: absolute;
    right: -200px;
    top: -220px
}

.floating-carousel-card .header {
    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
}

.floating-carousel-card .header h3 {
    font-size: 24px;
    color: #333;
    margin-right: 10px;
    position: relative
}

.floating-carousel-card .header a {
    position: relative;
    font-size: 16px;
    color: #126cc5
}

.floating-carousel-card .percentage-claimed-messaging {
    text-align: right
}

#category-specials.floating-carousel-card .circle {
    background: #ff9795
}

#category-trials.floating-carousel-card .circle {
    background: #c8e6c9
}

.hierarchy-categories-container {
    max-height: -moz-calc(30em - 48px);
    max-height: calc(30em - 48px);
    overflow-y: auto;
    margin-right: 4px
}

.hierarchy-categories-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px
}

.hierarchy-categories-container::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5)
}

.hierarchy-categories-container .hierarchy-category-filter-link,
.hierarchy-categories-container .hierarchy-category-filter-plus-more,
.hierarchy-categories-container .hierarchy-category-filter-show-more {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    word-wrap: break-word;
    word-break: break-word;
    cursor: pointer
}

.hierarchy-categories-container .hierarchy-category-filter-link,
.hierarchy-categories-container .hierarchy-category-filter-plus-more,
.hierarchy-categories-container .hierarchy-category-filter-show-more {
    margin-bottom: 8px
}

.hierarchy-categories-container .hierarchy-category-filter-breadcrumb-link {
    font-size: 14px;
    margin-bottom: 4px;
    cursor: pointer
}

.hierarchy-categories-container .hierarchy-category-filter-link span {
    color: #000
}

.hierarchy-categories-container .hierarchy-categories-filter-breadcrumb a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hierarchy-categories-container .hierarchy-categories-filter-breadcrumb svg {
    margin-top: 6px
}

.hierarchy-categories-container .hierarchy-category-filter-plus-more,
.hierarchy-categories-container .hierarchy-category-filter-show-more {
    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;
    color: #1967d2
}

.hierarchy-categories-container .indent {
    padding-left: 12px
}

.hierarchy-categories-container .hierarchy-category-filter-link.bolder {
    font-weight: 700
}

.hierarchy-categories-container .hierarchy-category-filter-link.disabled {
    pointer-events: none
}

.hierarchy-categories-container .hierarchy-category-filter-link.hasBreadcrumbs {
    padding-left: 6px
}

.hierarchy-categories-container .hierarchy-category-filter-link.hasBreadcrumbs .hierarchy-category-filter-name {
    color: #2c7500
}

@media only screen and (max-width:768px) {
    #store-landing-blogs .blog-items-wrapper {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #store-landing-blogs .blog-items-wrapper .blog-items-large-wrapper {
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 16px
    }

    #store-landing-blogs .blog-items-wrapper .blog-items-large-wrapper .blog-items-item {
        width: 704px !important
    }
}

#store-landing-blog {
    background: #fff
}

#store-landing-blog .container .content {
    width: 100%
}

#store-landing-blog .container-fluid {
    padding: 0
}

#store-landing-blog .blog-logo-container {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#store-landing-blog .blog-logo-container .blog-iherb-logo {
    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;
    background-image: url(/static/i/blog/static/iHerb_BLOG_RGB.svg);
    height: 60px;
    width: 200px;
    background-repeat: no-repeat;
    position: relative;
    top: 8px;
    left: 5px;
    margin-bottom: 16px
}

#store-landing-blog .blog-logo-container .blog-label-image img {
    max-height: 30px;
    height: 30px
}

#store-landing-blog .container .sub-title {
    margin-bottom: 0
}

#store-landing-blog .content {
    margin-top: 4px
}

#store-landing-blog .blog-articles-visit-all {
    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;
    margin-top: 16px
}

#store-landing-blog .blog-articles-visit-all {
    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
}

#store-landing-blog .blog-articles-visit-all a {
    font-size: 16px;
    font-weight: 700;
    color: #126cc5;
    position: relative
}

#store-landing-blog .blog-articles-visit-all a svg {
    position: absolute;
    top: 4px;
    right: -32px
}

#store-landing-blogs {
    color: #333;
    max-width: 1440px;
    padding: 24px 32px;
    margin: 0 auto
}

#store-landing-blogs .sub-title {
    margin-left: auto !important;
    margin-right: auto !important
}

#store-landing-blogs .blog-articles-visit-all {
    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;
    margin-top: 32px
}

#store-landing-blogs .blog-articles-visit-all a {
    font-size: 16px;
    font-weight: 700;
    color: #126cc5;
    position: relative
}

#store-landing-blogs .blog-articles-visit-all a svg {
    position: absolute;
    top: 4px;
    right: -32px
}

#store-landing-blogs .blogs-label-image {
    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;
    margin-bottom: 16px
}

#store-landing-blogs .blogs-label-image img {
    height: 30px
}

#store-landing-blogs .blogs-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: center
}

#store-landing-blogs .blogs-description {
    font-size: 18px;
    line-height: 24px;
    color: #666;
    margin-bottom: 16px;
    text-align: center
}

#store-landing-blogs .blog-items-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

#store-landing-blogs .blog-items-wrapper .blog-items-item .blog-item-img-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-bottom: 16px;
    display: block
}

#store-landing-blogs .blog-items-wrapper .blog-items-item .blog-item-img-container .blog-item-content-type .blog-item-content-type-icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 24px
}

#store-landing-blogs .blog-items-wrapper .blog-items-item .blog-item-img-container .blog-item-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    aspect-ratio: 486/298;
    border-radius: 10px
}

#store-landing-blogs .blog-items-wrapper .blog-items-item .blog-items-item-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
    color: #333;
    width: 100%
}

#store-landing-blogs .blog-items-wrapper .blog-items-item .blog-items-item-author {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 14px;
    width: 100%
}

#store-landing-blogs .blog-items-wrapper .blog-items-large-wrapper {
    margin-right: 16px;
    -webkit-flex: 486;
    -moz-box-flex: 486;
    -ms-flex: 486;
    flex: 486
}

#store-landing-blogs .blog-items-wrapper .blog-items-large-wrapper .blog-items-item .evidence-based-wrapper {
    margin-bottom: 8px
}

#store-landing-blogs .blog-items-wrapper .blog-items-small-wrapper {
    -webkit-flex: 874;
    -moz-box-flex: 874;
    -ms-flex: 874;
    flex: 874
}

#store-landing-blogs .blog-items-wrapper .blog-items-small-wrapper .blog-items-item {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 16px;
    margin-bottom: 16px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#store-landing-blogs .blog-items-wrapper .blog-items-small-wrapper .blog-items-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

#store-landing-blogs .blog-items-wrapper .blog-items-small-wrapper .blog-items-item .evidence-based-wrapper {
    margin-bottom: 4px
}

#store-landing-blogs .blog-items-wrapper .blog-items-small-wrapper .blog-items-item .blog-item-img-container {
    width: 180px;
    height: 120px;
    margin-right: 10px;
    margin-bottom: 0
}

#store-landing-blogs .blog-items-wrapper .blog-items-small-wrapper .blog-items-item .blog-items-content {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#store-landing-blogs .blog-items-wrapper .blog-items-small-wrapper .blog-items-item .blog-items-content .blog-items-item-title {
    margin-bottom: 4px
}

#store-landing-blogs .blog-items-wrapper .blog-items-small-wrapper .blog-items-item .blog-items-content .blog-items-item-author {
    margin-bottom: 0
}

#store-landing-shop-by-specialty .content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

#store-landing-shop-by-specialty .specialty-list {
    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;
    width: 100%;
    gap: 16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 16px 0
}

#store-landing-shop-by-specialty .specialty-list li {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 calc((100% - 64px)/ 5);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 64px)/ 5);
    flex: 0 0 calc((100% - 64px)/ 5);
    height: 64px
}

#store-landing-shop-by-specialty .specialty-list li a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #fafafa;
    padding: 8px;
    border-radius: 8px
}

#store-landing-shop-by-specialty .specialty-list li a span {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    word-break: break-word;
    min-width: 154px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 48px
}

#store-landing-shop-by-specialty .specialty-list li a img {
    width: 40px;
    height: 40px;
    margin-right: 16px
}

.store-landing-sections-categories {
    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;
    width: 100%
}

.store-landing-sections-categories .shop-by-content {
    width: 100%
}

.store-landing-sections-categories .store-landing-view-all,
.store-landing-sections-categories .store-landing-view-less {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #126cc5;
    -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;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer
}

.shop-by-top-section-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 128px;
    margin: 16px 0;
    gap: 16px;
    overflow: hidden;
    -moz-transition: max-height .5s ease;
    transition: max-height .5s ease
}

.shop-by-top-section-wrapper .shop-by-top-section-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 154px;
    height: 56px;
    padding: 8px 20px;
    border-radius: 48px;
    background-color: #fafafa;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.shop-by-top-section-wrapper .shop-by-top-section-container:hover {
    border: 1px solid #6b6b6b;
    padding: 8px 19px
}

.shop-by-top-section-wrapper .shop-by-top-section-container .shop-by-top-section-label {
    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;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #333
}

.shop-by-top-section-wrapper .shop-by-top-section-container .shop-by-top-section-label .label-clamp {
    max-width: 154px;
    text-align: center;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 48px
}

.shop-by-top-section-wrapper.expanded {
    max-height: none
}

.shop-by-logo-section-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 16px 0;
    gap: 32px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.shop-by-logo-section-wrapper .shop-by-logo-section-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -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
}

.shop-by-logo-section-wrapper .shop-by-logo-section-container .shop-by-logo-image-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    width: 144px;
    height: 144px;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 120px;
    background-color: #fafafa;
    box-shadow: 0 2px 4px 0 rgba(51, 51, 51, .04);
    margin-bottom: 8px
}

.shop-by-logo-section-wrapper .shop-by-logo-section-container .shop-by-logo-image-container .shop-by-logo-section-image {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.shop-by-logo-section-wrapper .shop-by-logo-section-container .shop-by-logo-section-label {
    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;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #333
}

.faq-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.faq-wrapper .faq-content {
    width: 100%;
    max-width: 960px
}

.faq-wrapper .faq-header {
    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;
    max-width: 960px;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0
}

.faq-wrapper .faq-header svg {
    margin-right: 12px
}

#store-landing-top-banners {
    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
}

#store-landing-top-banners .img-slider {
    max-width: 1920px
}

#store-landing-top-banners .img-wrapper a>img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.store-landing-sections-trending-brand {
    background-color: #f7f8f7
}

.store-landing-sections-trending-brand .trending-brand-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.store-landing-sections-trending-brand .trending-brand-wrapper .trending-brand-logos {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 16px;
    gap: 8px
}

.store-landing-sections-trending-brand .trending-brand-wrapper .trending-brand-logos .brand-logo-container-bottom,
.store-landing-sections-trending-brand .trending-brand-wrapper .trending-brand-logos .brand-logo-container-top {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    width: 100%
}

.store-landing-sections-trending-brand .trending-brand-wrapper .trending-brand-logos .brand-logo-container-bottom .brand-logo-wrapper,
.store-landing-sections-trending-brand .trending-brand-wrapper .trending-brand-logos .brand-logo-container-top .brand-logo-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    -webkit-flex: 0 0 calc((100% - 32px)/ 5);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 32px)/ 5);
    flex: 0 0 calc((100% - 32px)/ 5);
    border-radius: 8px;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff
}

.store-landing-sections-trending-brand .trending-brand-wrapper .trending-brand-logos .brand-logo-container-bottom .brand-logo-wrapper:hover,
.store-landing-sections-trending-brand .trending-brand-wrapper .trending-brand-logos .brand-logo-container-top .brand-logo-wrapper:hover {
    border: 1px solid #707070
}

.store-landing-sections-trending-brand .trending-brand-wrapper .trending-brand-logos .brand-logo-container-bottom .brand-logo-wrapper a,
.store-landing-sections-trending-brand .trending-brand-wrapper .trending-brand-logos .brand-logo-container-top .brand-logo-wrapper a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.store-landing-sections-trending-brand .trending-brand-wrapper .trending-brand-logos .brand-logo-container-bottom .brand-logo-wrapper .brand-img,
.store-landing-sections-trending-brand .trending-brand-wrapper .trending-brand-logos .brand-logo-container-top .brand-logo-wrapper .brand-img {
    width: 104px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    cursor: pointer;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.store-landing-sections-trending-brand .trending-brand-wrapper .trending-brand-logos .brand-logo-container-bottom .brand-logo-wrapper .image-coming-soon.small,
.store-landing-sections-trending-brand .trending-brand-wrapper .trending-brand-logos .brand-logo-container-top .brand-logo-wrapper .image-coming-soon.small {
    height: auto
}

.store-landing-sections-trending-brand .trending-brand-wrapper .trending-brand-logos .brand-logo-container-bottom .brand-logo-wrapper .image-coming-soon.small i,
.store-landing-sections-trending-brand .trending-brand-wrapper .trending-brand-logos .brand-logo-container-top .brand-logo-wrapper .image-coming-soon.small i {
    font-size: 3em
}

#store-landing-page .store-landing-sections-best-sellers {
    background-color: #f7f8f7
}

#store-landing-page .store-landing-sections-best-sellers .store-landing-best-sellers-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 16px 0;
    gap: 16px;
    width: 100%
}

#store-landing-page .store-landing-sections-best-sellers .store-landing-best-sellers-container .best-sellers-product-cell {
    width: -moz-calc((100% - 32px)/ 3);
    width: calc((100% - 32px)/ 3);
    background-color: #fff;
    border-radius: 8px
}

#store-landing-page .store-landing-sections-best-sellers .store-landing-best-sellers-container .best-sellers-product-cell .best-sellers-product-index {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 24px;
    -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;
    position: absolute;
    z-index: 1;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    border-radius: 8px 0;
    background-color: #f0f0f0
}

#store-landing-page .store-landing-sections-best-sellers .store-landing-best-sellers-container .best-sellers-product-cell .product-inner {
    position: relative;
    padding: 32px 16px;
    padding-bottom: 0;
    background: #fff
}

#store-landing-page .store-landing-sections-best-sellers .store-landing-best-sellers-container .best-sellers-product-cell .product-inner .absolute-link-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

#store-landing-page .store-landing-sections-best-sellers .store-landing-best-sellers-container .best-sellers-product-cell .product-inner .absolute-link-wrapper .product-image-wrapper .add-to-cart-wrapper {
    bottom: 20px
}

#store-landing-page .store-landing-sections-best-sellers .store-landing-best-sellers-container .best-sellers-product-cell .product-inner .absolute-link-wrapper .product-details {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 12px 12px
}

#store-landing-page .store-landing-sections-best-sellers .store-landing-best-sellers-container .best-sellers-product-cell .product-inner .absolute-link-wrapper .product-details .product-title {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 72px
}

#store-landing-page .store-landing-sections-best-sellers .store-landing-best-sellers-container .best-sellers-product-cell .product-inner .absolute-link-wrapper .product-details .save-in-cart {
    color: #f38a00;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px
}

#store-landing-page .store-landing-sections-best-sellers .store-landing-best-sellers-container .best-sellers-product-cell .product-inner .absolute-link-wrapper .product-details .rating {
    z-index: 2;
    margin-top: 8px
}

#store-landing-page .store-landing-sections-best-sellers .store-landing-best-sellers-container .best-sellers-product-cell .product-inner .absolute-link-wrapper .product-details .rating span {
    color: #126cc5
}

#store-landing-page .store-landing-sections-best-sellers .store-landing-best-sellers-container .best-sellers-product-cell .product-inner .absolute-link-wrapper .product-details .rating .no-rating {
    display: none
}

@media screen and (max-width:1000px) {
    #store-landing-page .store-landing-sections-best-sellers .store-landing-best-sellers-container .best-sellers-product-cell .product-inner .absolute-link-wrapper {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#store-landing-page .store-landing-sections-best-sellers .store-landing-best-sellers-container .best-sellers-product-cell:nth-child(1) .best-sellers-product-index {
    background-color: #fefad8
}

#store-landing-page .store-landing-sections-best-sellers .store-landing-best-sellers-container .best-sellers-product-cell:nth-child(2) .best-sellers-product-index {
    background-color: #e2f2ff
}

#store-landing-page .store-landing-sections-best-sellers .store-landing-best-sellers-container .best-sellers-product-cell:nth-child(3) .best-sellers-product-index {
    background-color: #fff3e2
}

#store-landing-page .store-landing-sections-best-sellers.new-layout {
    background-color: #fff
}

#store-landing-page .store-landing-sections-best-sellers.new-layout .best-sellers-product-cell {
    background-color: #f7f8f7
}

#store-landing-page .store-landing-sections-best-sellers.new-layout .best-sellers-product-cell .product-inner {
    background-color: transparent
}

#store-landing-page .store-landing-sections-best-sellers.new-layout .best-sellers-product-cell .product-image {
    mix-blend-mode: multiply
}

#store-landing-page .store-landing-sections-best-sellers.new-layout .best-sellers-product-cell .brand-name>bdi {
    color: #666
}

#store-landing-page #store-landing-recommended-for-you.store-landing-sections-recommended-for-you {
    background-color: #f7f8f7;
    padding: 24px 0
}

@-webkit-keyframes rotate-coin {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    50% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@-moz-keyframes rotate-coin {
    0% {
        -moz-transform: rotateY(0);
        transform: rotateY(0)
    }

    50% {
        -moz-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    100% {
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes rotate-coin {
    0% {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        transform: rotateY(0)
    }

    50% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

#store-landing-page #store-landing-recommended-for-you.store-landing-sections-recommended-for-you .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 24px 32px;
    max-width: 1440px;
}

#store-landing-page #store-landing-recommended-for-you.store-landing-sections-recommended-for-you .sub-title-wrapper {
    width: 100%;
    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
}

#store-landing-page #store-landing-recommended-for-you.store-landing-sections-recommended-for-you .sub-title-wrapper .sub-title {
    margin-bottom: 0;
    font-size: 16px
}

#store-landing-page #store-landing-recommended-for-you.store-landing-sections-recommended-for-you .image-coming-soon.medium {
    font-size: .75em;
    color: #458500;
    -webkit-animation: rotate-coin 2s infinite linear;
    -moz-animation: rotate-coin 2s infinite linear;
    animation: rotate-coin 2s infinite linear
}

#store-landing-page #store-landing-recommended-for-you.store-landing-sections-recommended-for-you .store-landing-recommended-for-you-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0
}

#store-landing-page #store-landing-recommended-for-you.store-landing-sections-recommended-for-you .store-landing-recommended-for-you-container .recommend-for-you-product-cell {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 16px;
    min-width: 200px;
    width: -moz-calc((100% - 64px)/ 5);
    width: calc((100% - 64px)/ 5);
    padding: 16px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width:1200px) {
    #store-landing-page #store-landing-recommended-for-you.store-landing-sections-recommended-for-you .store-landing-recommended-for-you-container .recommend-for-you-product-cell {
        width: -moz-calc((100% - 48px)/ 4);
        width: calc((100% - 48px)/ 4)
    }
}

@media screen and (max-width:991px) {
    #store-landing-page #store-landing-recommended-for-you.store-landing-sections-recommended-for-you .store-landing-recommended-for-you-container .recommend-for-you-product-cell {
        width: -moz-calc((100% - 32px)/ 3);
        width: calc((100% - 32px)/ 3)
    }
}

#store-landing-page #store-landing-recommended-for-you.store-landing-sections-recommended-for-you .store-landing-recommended-for-you-container .recommend-for-you-product-cell .product-inner {
    position: relative;
    padding: 0;
    background: #fff
}

#store-landing-page #store-landing-recommended-for-you.store-landing-sections-recommended-for-you .store-landing-recommended-for-you-container .recommend-for-you-product-cell .product-inner .recommend-for-you-product-flag {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    gap: 8px;
    margin-bottom: 12px
}

#store-landing-page #store-landing-recommended-for-you.store-landing-sections-recommended-for-you .store-landing-recommended-for-you-container .recommend-for-you-product-cell .product-inner .recommend-for-you-product-flag .product-tag {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px 6px;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px
}

#store-landing-page #store-landing-recommended-for-you.store-landing-sections-recommended-for-you .store-landing-recommended-for-you-container .recommend-for-you-product-cell .product-inner .recommend-for-you-product-flag .tag-red {
    background-color: #ca2222
}

#store-landing-page #store-landing-recommended-for-you.store-landing-sections-recommended-for-you .store-landing-recommended-for-you-container .recommend-for-you-product-cell .product-inner .recommend-for-you-product-flag .tag-green {
    background-color: #458500
}

#store-landing-page #store-landing-recommended-for-you.store-landing-sections-recommended-for-you .store-landing-recommended-for-you-container .recommend-for-you-product-cell .product-inner .absolute-link-wrapper .product-details .save-in-cart {
    color: #f38a00;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px
}

#store-landing-page #store-landing-recommended-for-you.store-landing-sections-recommended-for-you .store-landing-recommended-for-you-container .recommend-for-you-product-cell .product-inner .absolute-link-wrapper .product-details .product-title {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 72
}

#store-landing-page #store-landing-recommended-for-you.store-landing-sections-recommended-for-you .store-landing-recommended-for-you-container .recommend-for-you-product-cell .product-inner .absolute-link-wrapper .product-details .rating {
    z-index: 2
}

#store-landing-page #store-landing-recommended-for-you.store-landing-sections-recommended-for-you .store-landing-recommended-for-you-container .recommend-for-you-product-cell .product-inner .absolute-link-wrapper .product-details .rating span {
    color: #126cc5
}

#store-landing-page #store-landing-recommended-for-you.store-landing-sections-recommended-for-you .store-landing-recommended-for-you-container .recommend-for-you-product-cell .product-inner .absolute-link-wrapper .product-details .rating .no-rating {
    display: none
}

#store-landing-page #store-landing-recommended-for-you.store-landing-sections-recommended-for-you.new-layout .recommend-for-you-product-cell {
    background-color: #f7f8f7
}

#store-landing-page #store-landing-recommended-for-you.store-landing-sections-recommended-for-you.new-layout .recommend-for-you-product-cell .product-inner {
    background-color: transparent
}

#store-landing-page #store-landing-recommended-for-you.store-landing-sections-recommended-for-you.new-layout .recommend-for-you-product-cell .product-image {
    mix-blend-mode: multiply
}

#store-landing-page #store-landing-recommended-for-you.store-landing-sections-recommended-for-you.new-layout .recommend-for-you-product-cell .brand-name>bdi {
    color: #666
}

.wide-blog-wrapper {
    max-width: 1440px;
    padding: 0 32px;
    margin: 32px auto
}

.wide-blog {
    padding: 24px;
    border-radius: 8px;
    background-color: #f7f8f7;
    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
}

.wide-blog .wide-blog-img-container {
    width: 367px;
    height: 225px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    margin-right: 24px
}

.wide-blog .wide-blog-img-container .wide-blog-content-type-icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 24px
}

.wide-blog .wide-blog-img-container .wide-blog-image {
    width: 367px;
    height: 225px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.wide-blog .wide-blog-content {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.wide-blog .wide-blog-content .wide-blog-authentic {
    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;
    height: 24px;
    padding: 0 8px;
    border-radius: 9999px;
    background-color: #e5f8e6;
    margin-bottom: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.wide-blog .wide-blog-content .wide-blog-authentic .wide-blog-authentic-text {
    margin-left: 4px;
    font-size: 12px;
    font-weight: 700;
    color: #2c7500
}

.wide-blog .wide-blog-content .evidence-based-wrapper {
    margin-bottom: 8px
}

.wide-blog .wide-blog-content .wide-blog-title {
    line-height: 30px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px
}

.wide-blog .wide-blog-content .wide-blog-description {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 8px;
    color: #333
}

.wide-blog .wide-blog-content .wide-blog-author {
    line-height: 20px;
    font-size: 14px;
    color: #666;
    margin-bottom: 16px
}

.wide-blog .wide-blog-content .wide-blog-link {
    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: 24px;
    cursor: pointer
}

.wide-blog .wide-blog-content .wide-blog-link .wide-blog-link-text {
    font-size: 16px;
    font-weight: 700;
    margin-right: 4px;
    color: #126cc5
}

.store-landing-shop-by-images .content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.store-landing-shop-by-images h3 {
    text-align: center
}

.store-landing-shop-by-images .image-link-container {
    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;
    gap: 16px;
    margin-top: 16px;
    width: 100%
}

@media screen and (max-width:1440px) {
    .store-landing-shop-by-images .image-link-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.store-landing-shop-by-images .image-link-container .shop-by-image {
    width: -moz-calc((100% - 80px)/ 6);
    width: calc((100% - 80px)/ 6)
}

@media screen and (min-width:1440px) {
    .store-landing-shop-by-images .image-link-container .shop-by-image {
        max-width: 216px
    }
}

@media screen and (max-width:1080px) and (min-width:768px) {
    .store-landing-shop-by-images .image-link-container .shop-by-image {
        width: -moz-calc(-moz-calc((100% - 32px)/ 3));
        width: -moz-calc(calc((100% - 32px)/ 3));
        width: calc(calc((100% - 32px)/ 3));
        max-width: 328px
    }
}

@media screen and (max-width:768px) {
    .store-landing-shop-by-images .image-link-container .shop-by-image {
        width: 328px
    }
}

.store-landing-shop-by-images .image-link-container .shop-by-image a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.store-landing-shop-by-images .image-link-container .shop-by-image a img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 12px
}

.store-landing-shop-by-images .image-link-container .shop-by-image a .label {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #333;
    margin-bottom: 16px
}

.store-landing-shop-by-images .image-link-container .shop-by-image.by-partNumber a .image-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    width: 100%;
    border-radius: 8px;
    background-color: #f7f7f7
}

.store-landing-shop-by-images .image-link-container .shop-by-image.by-partNumber a .image-container img {
    max-width: 160px;
    max-height: 160px;
    margin: 40px auto;
    mix-blend-mode: multiply
}

.expert-picks-wrapper {
    max-width: 1440px;
    padding: 24px 32px;
    margin: 0 auto;
    color: #333;
    position: relative
}

.expert-picks-wrapper .expert-picks-left-arrow,
.expert-picks-wrapper .expert-picks-right-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    z-index: 10;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #ccc;
    -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;
    cursor: pointer;
    background-color: #fff
}

.expert-picks-wrapper .sub-title {
    margin-left: auto !important;
    margin-right: auto !important
}

.expert-picks-wrapper .expert-picks-content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    margin-bottom: 12px;
    gap: 16px
}

.expert-picks-wrapper .expert-picks-content .expert-picks-expert {
    width: 448px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden
}

.expert-picks-wrapper .expert-picks-content .expert-picks-expert .expert-picks-expert-text-container {
    line-height: 24px;
    color: #fff;
    width: 100%;
    padding: 16px 24px;
    background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 5%, #000 120%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 5%, #000 120%)
}

.expert-picks-wrapper .expert-picks-content .expert-picks-expert .expert-picks-expert-text-container .expert-picks-expert-comment,
.expert-picks-wrapper .expert-picks-content .expert-picks-expert .expert-picks-expert-text-container .expert-picks-expert-name {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 48px
}

.expert-picks-wrapper .expert-picks-content .expert-picks-expert .expert-picks-expert-text-container .expert-picks-expert-name {
    font-size: 18px;
    font-weight: 700
}

.expert-picks-wrapper .expert-picks-content .expert-picks-expert .expert-picks-expert-text-container .expert-picks-expert-comment {
    font-size: 16px;
    font-weight: 400
}

.expert-picks-wrapper .expert-picks-content .expert-picks-expert:hover .expert-picks-expert-text-container {
    text-decoration: underline
}

.expert-picks-wrapper .expert-picks-content .expert-picks-expert:focus {
    border-radius: 8px;
    border: 3px solid #126cc5
}

.expert-picks-wrapper .expert-picks-content .expert-picks-products {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.expert-picks-wrapper .expert-picks-content .expert-picks-products .expert-picks-products-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    width: 912px;
    position: relative
}

.expert-picks-wrapper .product-inner {
    position: relative;
    padding: 8px 16px;
    background: #f7f8f7;
    -webkit-flex: 1 1 49%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 49%;
    flex: 1 1 49%;
    border-radius: 8px;
    min-height: 191px
}

.expert-picks-wrapper .product-inner:nth-child(even) {
    margin-right: 0
}

.expert-picks-wrapper .product-inner .absolute-link-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%
}

.expert-picks-wrapper .product-inner .absolute-link-wrapper .product-image-wrapper {
    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
}

.expert-picks-wrapper .product-inner .absolute-link-wrapper .product-image-wrapper .product-image {
    margin: 0
}

.expert-picks-wrapper .product-inner .absolute-link-wrapper .product-image-wrapper .product-image img {
    mix-blend-mode: multiply
}

.expert-picks-wrapper .product-inner .absolute-link-wrapper .product-image-wrapper .add-to-cart-wrapper {
    bottom: 20px
}

.expert-picks-wrapper .product-inner .absolute-link-wrapper .product-details {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -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;
    margin: 0 0 12px 12px
}

.expert-picks-wrapper .product-inner .absolute-link-wrapper .product-details .product-price {
    margin-top: 0
}

.expert-picks-wrapper .product-inner .absolute-link-wrapper .product-details .iherb-pick {
    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: 20px;
    background: #7cd391;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 6px;
    border-radius: 4px;
    margin-bottom: 12px
}

.expert-picks-wrapper .product-inner .absolute-link-wrapper .product-details .iherb-pick .iherb-pick-text {
    margin-left: 2px;
    font-size: 12px;
    font-weight: 700;
    color: #101010
}

.expert-picks-wrapper .product-inner .absolute-link-wrapper .product-details .product-brand-name {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 3px
}

.expert-picks-wrapper .product-inner .absolute-link-wrapper .product-details .product-title {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom: 12px;
    height: auto
}

.expert-picks-wrapper .product-inner .absolute-link-wrapper .product-details .save-in-cart {
    color: #f38a00;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px
}

.expert-picks-wrapper .product-inner .absolute-link-wrapper .product-details .rating {
    z-index: 2;
    margin-top: 8px
}

.expert-picks-wrapper .product-inner .absolute-link-wrapper .product-details .rating span {
    color: #126cc5
}

.expert-picks-wrapper .product-inner .absolute-link-wrapper .product-details .rating .no-rating {
    display: none
}

@media screen and (max-width:1200px) {
    .expert-picks-wrapper .expert-picks-right-arrow {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width:1201px) {

    .expert-picks-left-arrow,
    .expert-picks-right-arrow {
        display: none !important
    }

    .expert-picks-products-container {
        left: 0 !important
    }
}

.category-filter-pills {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
    gap: 10px
}

.category-filter-pills .category-filter-pill-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 24px;
    border: 1px solid #ccc;
    height: 48px;
    cursor: pointer;
    background-color: #fff
}

.category-filter-pills .category-filter-pill-wrapper .category-filter-pill {
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    padding: 0 16px
}

.category-filter-pills .category-filter-pill-wrapper.selected {
    background-color: #e5f8e6;
    color: #2c7500
}

.category-filter-pills .category-filter-pill-wrapper.selected,
.category-filter-pills .category-filter-pill-wrapper:hover {
    border-color: #2c7500
}

#store-landing-page .expert-list-wrapper {
    padding: 24px 32px
}

@media screen and (max-width:768px) {
    #store-landing-page .expert-list-wrapper {
        padding: 24px 8px
    }
}

#store-landing-page .expert-list-wrapper .expert-list-container {
    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;
    padding: 24px 32px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1376px;
    background-color: #f7f8f7;
    border-radius: 8px;
    gap: 32px
}

@media screen and (max-width:1080px) {
    #store-landing-page .expert-list-wrapper .expert-list-container {
        gap: 8px
    }
}

@media screen and (max-width:768px) {
    #store-landing-page .expert-list-wrapper .expert-list-container {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#store-landing-page .expert-list-wrapper .expert-list-container .expert-list-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700
}

#store-landing-page .expert-list-wrapper .expert-list-container .expert-list-title-content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: 324px;
    gap: 8px
}

@media screen and (min-width:1080px) and (max-width:1440px) {
    #store-landing-page .expert-list-wrapper .expert-list-container .expert-list-title-content {
        margin-right: 8px
    }
}

@media screen and (max-width:768px) {
    #store-landing-page .expert-list-wrapper .expert-list-container .expert-list-title-content {
        width: 100%;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 0
    }
}

#store-landing-page .expert-list-wrapper .expert-list-container .expert-list-title-content .expert-picks-title {
    color: #333;
    font-size: 24px;
    font-weight: 700
}

#store-landing-page .expert-list-wrapper .expert-list-container .expert-list-title-content .sub-title {
    margin: 8px 0;
    text-align: start;
    color: #666
}

@media screen and (max-width:768px) {
    #store-landing-page .expert-list-wrapper .expert-list-container .expert-list-title-content .sub-title {
        text-align: center
    }
}

#store-landing-page .expert-list-wrapper .expert-list-container .expert-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (min-width:1080px) and (max-width:1440px) {
    #store-landing-page .expert-list-wrapper .expert-list-container .expert-list {
        overflow-x: auto
    }
}

@media screen and (max-width:1080px) {
    #store-landing-page .expert-list-wrapper .expert-list-container .expert-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (min-width:768px) and (max-width:1080px) {
    #store-landing-page .expert-list-wrapper .expert-list-container .expert-list .expert-item {
        width: -moz-calc((100% - 16px)/ 2);
        width: calc((100% - 16px)/ 2)
    }
}

#store-landing-page .expert-list-wrapper .expert-list-container .expert-list .expert-container {
    padding: 12px;
    border-radius: 8px;
    background-color: #fff
}

#store-landing-page .expert-list-wrapper .expert-list-container .expert-list .expert-container .expert-avatar {
    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
}

#store-landing-page .expert-list-wrapper .expert-list-container .expert-list .expert-container .expert-avatar img {
    width: 203px;
    height: 203px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:1080px) {
    #store-landing-page .expert-list-wrapper .expert-list-container .expert-list .expert-container .expert-avatar img {
        width: 100%
    }
}

@media screen and (max-width:768px) {
    #store-landing-page .expert-list-wrapper .expert-list-container .expert-list .expert-container .expert-avatar img {
        width: 266px
    }
}

#store-landing-page .expert-list-wrapper .expert-list-container .expert-list .expert-container .expert-name {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    height: 44px
}

#store-landing-page .expert-list-wrapper .expert-list-container .see-more-experts-link a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    color: #126cc5;
    font-size: 16px
}

@media screen and (max-width:768px) {
    #store-landing-page .expert-list-wrapper .expert-list-container .see-more-experts-link a {
        margin-top: 12px
    }
}

#store-landing-page {
    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
}

#store-landing-page .store-landing-wrapper {
    width: 100%
}

#store-landing-page section .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 24px 32px;
    max-width: 1440px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#store-landing-page .sub-title {
    max-width: 768px;
    text-align: center;
    color: #666;
    font-size: 16px;
    line-height: 24px
}

#store-landing-page .img-slider-controls .controls i {
    color: #fff;
    opacity: 1
}

@media screen and (max-width:1400px) {
    #store-landing-page .img-slider-controls .controls.left {
        padding-left: 2%
    }

    #store-landing-page .img-slider-controls .controls.left {
        padding-right: 2%
    }
}

#store-landing-page .img-slider-indicators ul {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    padding: 0 8px
}

#store-landing-page .img-slider-indicators ul li {
    background-color: #999
}

#store-landing-page .img-slider-indicators ul li.active {
    background-color: #fff
}

#store-landing-page .store-landing-header-wrapper {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#store-landing-page .store-landing-header-wrapper .store-landing-header {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 0
}

#store-landing-page .store-landing-header-wrapper .store-landing-header .store-landing-header-title {
    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;
    font-size: 32px;
    color: #333;
    font-weight: 700;
    line-height: 40px
}

#store-landing-page .store-landing-header-wrapper .store-landing-header .store-landing-header-slogan {
    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;
    font-size: 20px;
    margin-top: 8px;
    color: #333
}

#store-landing-page .store-landing-header-wrapper .store-landing-header .store-landing-header-links-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;
    line-height: 24px;
    margin-top: 8px
}

#store-landing-page .store-landing-header-wrapper .store-landing-header .store-landing-header-links-wrapper .store-landing-header-link {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 16px
}

#store-landing-page .store-landing-header-wrapper .store-landing-header .store-landing-header-links-wrapper .store-landing-header-link a {
    color: #126cc5;
    padding-right: 12px
}

#store-landing-page .store-landing-sections-plp-product {
    background-color: #f7f8f7;
    margin-top: 16px
}

#store-landing-page .title {
    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-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

#store-landing-page .title h3 {
    font-size: 20px;
    color: #333;
    line-height: 26px;
    font-weight: 700
}

#store-landing-page .store-landing-shop-all {
    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;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

#store-landing-page .store-landing-shop-all .store-landing-shop-all-link {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #126cc5;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#store-landing-page .store-landing-shop-all .store-landing-shop-all-link>svg {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

#store-landing-page .product-carousel-container {
    background-color: #f7f8f7
}

#store-landing-page .product-carousel-container .carousel-container {
    padding: 0;
    width: 100%
}

#store-landing-page .product-carousel-container .carousel-container .product-inner .product-title {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 72px
}

#store-landing-page .product-carousel-container .carousel-container .image-coming-soon {
    bottom: 0
}

#store-landing-page .product-carousel-container .iherb-carousel-items {
    padding: 16px 0
}

#store-landing-page .product-carousel-container .iherb-carousel-items .carousel-control {
    top: 100px;
    width: 40px
}

#store-landing-page .product-carousel-container .iherb-carousel-items .carousel-control.left {
    right: auto;
    left: 0
}

#store-landing-page .product-carousel-container .iherb-carousel-items .carousel-control.right {
    right: 0;
    left: auto
}

#store-landing-page .product-carousel-container .iherb-carousel-items .carousel-control .scroll-icon {
    margin-top: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -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: 40px;
    width: 40px;
    border: 1px solid #e0e0e0;
    opacity: 1;
    background-color: #fff;
    border-radius: 50%
}

#store-landing-page .product-carousel-container .product-carousel-visit-all {
    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
}

#store-landing-page .product-carousel-container .product-carousel-visit-all a {
    font-size: 16px;
    font-weight: 700;
    color: #126cc5;
    position: relative
}

#store-landing-page .product-carousel-container .product-carousel-visit-all a svg {
    position: absolute;
    top: 4px;
    right: -32px
}

#store-landing-page .product-carousel-container .carousel-container .product-inner {
    padding: 16px
}

#store-landing-page .product-carousel-container .carousel-inner>.item.active {
    height: 100%
}

#store-landing-page .product-carousel-container .carousel-inner {
    padding: 0 7px
}

#store-landing-page .product-carousel-container.new-layout {
    background-color: #fff
}

#store-landing-page .product-carousel-container.new-layout .carousel-container .iherb-carousel-items .carousel-control {
    top: 164px
}

#store-landing-page .product-carousel-container.new-layout .carousel-container .product-carousels .product .product-inner {
    background-color: #f7f8f7
}

#store-landing-page .product-carousel-container.new-layout .carousel-container .product-carousels .product .product-inner .product-image>img {
    mix-blend-mode: multiply;
    width: 224px;
    height: 224px
}

@media screen and (max-width:1440px) {
    #store-landing-page .product-carousel-container.new-layout .carousel-container .product-carousels .product .product-inner .product-image>img {
        width: 196px;
        height: 196px;
        margin-top: 14px;
        margin-bottom: 14px
    }
}

@media screen and (max-width:1200px) {
    #store-landing-page .product-carousel-container.new-layout .carousel-container .product-carousels .product .product-inner .product-image>img {
        width: 180px;
        height: 180px;
        margin-top: 22px;
        margin-bottom: 22px
    }
}

#store-landing-page .product-carousel-container.new-layout .carousel-container .product-carousels .product .product-inner .brand-name>bdi {
    color: #666
}

#store-landing-page .product-carousel-container.new-layout .carousel-container .product-carousels .product .product-inner .product-price {
    margin-top: 8px
}

#store-landing-page .product-inner .absolute-link-wrapper .product-details .save-in-cart {
    color: #f38a00;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px
}

@media (min-width:1440px) {
    .col-lg-5 {
        width: 20% !important
    }
}

#BlogsPage {
    max-width: 1400px;
    margin: 0 auto
}

#BlogsPage .blog-results {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px
}

#BlogsPage .blog-results .article-preview-container {
    width: 25%;
    padding: 8px
}

@media (max-width:1200px) {
    #BlogsPage .blog-results .article-preview-container {
        width: 33%
    }
}

@media (max-width:991px) {
    #BlogsPage .blog-results .article-preview-container {
        width: 50%
    }
}

#BlogsPage .blog-results .article-preview-container .article-preview {
    position: relative;
    background-color: #f5f5f5;
    border-radius: 8px
}

#BlogsPage .blog-results .article-preview-container .article-preview .blog-content-type-container {
    position: absolute
}

#BlogsPage .blog-results .article-preview-container .article-preview .blog-content-type-container .blog-content-type img {
    height: 24px
}

#BlogsPage .blog-results .article-preview-container .article-preview .img-container {
    width: 100%;
    aspect-ratio: 350/205;
    overflow: hidden
}

#BlogsPage .blog-results .article-preview-container .article-preview .img-container img {
    border-radius: 8px 8px 0 0;
    width: 100%
}

#BlogsPage .blog-results .article-preview-container .article-preview a {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1
}

#BlogsPage .blog-results .article-preview-container .article-preview .content {
    padding: 16px
}

#BlogsPage .blog-results .article-preview-container .article-preview .content h3 {
    height: 75px;
    min-height: 75px;
    margin: 0 0 8px;
    font-size: 24px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 75px
}

#BlogsPage .blog-results .article-preview-container .article-preview .content h6 {
    height: 20px;
    line-height: 20px;
    margin: 0 0 8px 0;
    color: #101010;
    font-weight: 400;
    font-size: 14px;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#BlogsPage .blog-results .article-preview-container .iherb-article-pageview-wrapper {
    min-height: 20px
}

#BlogsPage .blog-results .article-preview-container .iherb-article-pageview-wrapper .iherb-article-pageview {
    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;
    gap: 8px
}

#BlogsPage .panel {
    box-shadow: none;
    background: 0 0;
    margin-bottom: 8px
}

#BlogsPage .panel.panel-form .wrapper {
    border: none;
    background: 0 0;
    padding: 0
}

#BlogsPage .panel.panel-form .sort-by-relevance {
    position: relative
}

#BlogsPage .panel.panel-form .sort-by-relevance .dropdown-sort-container .panel-form-control {
    width: 200px
}

#BlogsPage .panel.panel-form .sort-by-relevance .dropdown-sort-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" width="24" height="24" xmlns="http://www.w3.org/2000/svg"><path d="M12.0007621,13.0865485 L16.3127232,8.77458739 C16.6788397,8.40847087 17.2724319,8.40847087 17.6385484,8.77458739 L17.7269368,8.86297574 C18.0930533,9.22909226 18.0930533,9.82268443 17.7269368,10.188801 L12.688801,15.2269368 C12.4993518,15.4163859 12.2489938,15.5078035 12.0007621,15.5011895 C11.7525304,15.5078035 11.5021723,15.4163859 11.3127232,15.2269368 L6.27458739,10.188801 C5.90847087,9.82268443 5.90847087,9.22909226 6.27458739,8.86297574 L6.36297574,8.77458739 C6.72909226,8.40847087 7.32268443,8.40847087 7.68880096,8.77458739 L12.0007621,13.0865485 Z" fill="%23666666"></path></svg>') no-repeat;
    background-position: right 5px top 50%
}

#BlogsPage .panel.panel-form .wrapper {
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.search #NoResultsProductsPage {
    min-height: -moz-calc(100vh - 650px);
    min-height: calc(100vh - 650px);
    text-align: center;
    margin-bottom: 40px
}

.modernized #related-blog-articles-container {
    max-width: 1400px;
    padding: 20px;
    background-color: #f7f8f7;
    border-radius: 8px;
    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
}

.modernized #related-blog-articles-container .blog-header {
    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;
    padding: 0;
    width: 100%
}

.modernized #related-blog-articles-container .blog-header .title .h3 {
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #333
}

.modernized #related-blog-articles-container .blog-header .close {
    height: 24px;
    width: 24px;
    cursor: pointer
}

.modernized #related-blog-articles-container .blog-header .close svg {
    height: 100%;
    width: 100%
}

.modernized #related-blog-articles-container .blog-header .close svg use {
    fill: #333
}

.modernized #related-blog-articles-container .evidence-based-wrapper {
    margin: 12px 16px 0 16px
}

.modernized #related-blog-articles-container .evidence-based-wrapper.hide {
    background-color: transparent;
    display: block
}

.modernized #related-blog-articles-container .blog-articles-carousel-wrap {
    width: 100%;
    position: relative;
    padding: 0 16px
}

.modernized #related-blog-articles-container .blog-articles-carousel-wrap .blog-related-articles-container {
    margin: 0 -30px
}

.modernized #related-blog-articles-container .blog-articles-carousel-wrap .blog-related-articles-container .carousel {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0)
}

.modernized #related-blog-articles-container .blog-articles-carousel-wrap .article-preview {
    position: relative;
    background-color: #fff;
    border-radius: 8px
}

.modernized #related-blog-articles-container .blog-articles-carousel-wrap .article-preview .blog-content-type-container {
    position: absolute
}

.modernized #related-blog-articles-container .blog-articles-carousel-wrap .article-preview .blog-content-type-container .blog-content-type img {
    height: 24px
}

.modernized #related-blog-articles-container .blog-articles-carousel-wrap .article-preview .img-container>img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.modernized #related-blog-articles-container .blog-articles-carousel-wrap .article-preview .content {
    margin: 0 16px
}

.modernized #related-blog-articles-container .blog-articles-carousel-wrap .article-preview .content h3 {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 72px;
    height: 72px;
    margin: 8px 0;
    color: #333
}

.modernized #related-blog-articles-container .blog-articles-carousel-wrap .article-preview .author {
    padding: 0 16px 16px 16px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.modernized #related-blog-articles-container .blog-articles-carousel-wrap .product {
    min-height: 316px
}

.modernized #related-blog-articles-container .blog-articles-carousel-wrap .carousel-control.right {
    left: auto;
    right: 0
}

.modernized #related-blog-articles-container .blog-articles-carousel-wrap a.carousel-control {
    padding: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 42px;
    z-index: 3;
    width: 50px
}

.modernized #related-blog-articles-container .blog-articles-carousel-wrap a.carousel-control.carousel-control-right {
    left: unset !important;
    right: 0
}

.modernized #related-blog-articles-container .blog-articles-carousel-wrap a.carousel-control:hover {
    opacity: 1
}

.modernized #related-blog-articles-container .blog-articles-carousel-wrap a.carousel-control .transitionIcon {
    z-index: 3;
    cursor: pointer;
    position: absolute;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 6px;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1 0 0;
    -moz-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 9999px;
    border: 1px solid #ccc;
    background: #fff;
    line-height: unset;
    width: 40px;
    height: 40px;
    margin: 0
}

.modernized #related-blog-articles-container .blog-articles-carousel-wrap a.carousel-control .transitionIcon:hover {
    opacity: 1
}

.modernized #related-blog-articles-container .blog-articles-carousel-wrap a.carousel-control .transitionIcon.transitionLeft {
    left: 0;
    right: unset
}

.modernized #related-blog-articles-container .blog-articles-carousel-wrap a.carousel-control .transitionIcon.transitionRight {
    right: 0;
    left: unset
}

.modernized #related-blog-articles-container .blog-articles-carousel-wrap a.carousel-control .transitionIcon svg {
    width: 24px;
    height: 24px;
    color: #333
}

.modernized #related-blog-articles-container .section-footer {
    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
}

.modernized #related-blog-articles-container .section-footer h5 {
    margin: 0
}

.modernized #related-blog-articles-container .section-footer h5 a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #126cc5;
    font-size: 16px
}

.modernized #related-blog-articles-container .section-footer h5 a svg {
    font-size: 20px
}

.modernized .applied-filters {
    padding: 0;
    overflow: hidden
}

.modernized .applied-filters::after {
    content: unset
}

.modernized .applied-filters .applied-filter-row {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 8px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 24px
}

.modernized .applied-filters .applied-filter-row .applied-filter-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px
}

.modernized .applied-filters .applied-filter-row .applied-filter-container .applied-filter {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    cursor: pointer;
    padding: 0 8px;
    border-radius: 24px;
    background-color: #e5f8e6;
    max-width: 100%;
    color: #333;
    height: 32px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin: 0
}

.modernized .applied-filters .applied-filter-row .applied-filter-container .applied-filter:hover {
    border: 1px solid #458500
}

.modernized .applied-filters .applied-filter-row .applied-filter-container .applied-filter span {
    line-height: 24px;
    font-size: 14px
}

.modernized .applied-filters .applied-filter-row .applied-filter-container .applied-filter .swkw-text {
    margin: 0;
    max-width: 178px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.modernized .applied-filters .applied-filter-row .applied-filter-container .applied-filter .icon-circlex {
    color: #333;
    height: 16px;
    width: 16px
}

.modernized .applied-filters .applied-filter-row .applied-filter-container .applied-filter::after {
    content: ""
}

.modernized .applied-filters .applied-filter-clear {
    float: unset;
    margin: 0;
    color: #126cc5;
    white-space: nowrap;
    padding-left: 8px
}

.modernized .filter-column {
    width: 240px
}

.modernized .filter-column .hierarchy-category-filter-link span {
    color: #333
}

.modernized .filter-column .filter-section {
    width: 240px;
    max-height: 33em;
    margin-bottom: 24px
}

.modernized .filter-column .filter-section .filter-header-wrapper,
.modernized .filter-column .filter-section.filter-attributes-container {
    color: #333
}

.modernized .filter-column .filter-section .filter-header-wrapper .filter-header,
.modernized .filter-column .filter-section.filter-attributes-container .filter-header {
    color: #333
}

.modernized .filter-column .filter-section .filter-header-wrapper .filter-header .icon,
.modernized .filter-column .filter-section.filter-attributes-container .filter-header .icon {
    width: 16px;
    height: 16px;
    top: 3px;
    margin-bottom: 2px
}

.modernized .filter-column .filter-section .filter-header-wrapper .filter-header .icon:hover,
.modernized .filter-column .filter-section.filter-attributes-container .filter-header .icon:hover {
    color: #458500
}

.modernized .filter-column .filter-section .filter-list {
    max-height: 180px
}

.modernized .filter-column .filter-section .filter-list .filter-item cms-trigger-modal {
    color: #333
}

.modernized .filter-column .filter-section .filter-list .filter-item cms-trigger-modal .icon {
    width: 16px;
    height: 16px;
    top: 4px
}

.modernized .filter-column .filter-section .filter-list .filter-item cms-trigger-modal .icon:hover {
    color: #458500
}

.modernized .filter-column .filter-section .filter-list.show-more {
    max-height: 344px;
    margin-bottom: 12px
}

.modernized .filter-column .filter-section .filter-list .filter-separator {
    height: 1px;
    background-color: #e0e0e0
}

.modernized .filter-column .filter-section .filter-list li.filter-title-all-brands,
.modernized .filter-column .filter-section .filter-list li.filter-title-top-brands {
    font-size: 14px;
    line-height: 20px;
    color: #666
}

.modernized .filter-column .filter-section .filter-list li .collapsible-control .filter-icon use {
    fill: #666
}

.modernized .filter-column .filter-section .show-more-container {
    margin-top: 8px
}

.modernized .filter-column #BrandFilters.search-filter .search-text .search-glass {
    display: inline-block;
    position: absolute;
    width: 35px;
    right: 10px;
    top: 16px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    color: #333
}

.modernized .filter-column #BrandFilters.search-filter .search-text .search-glass svg {
    width: 24px;
    height: 24px
}

.modernized .filter-column #BrandFilters.search-filter .search-text.searching .search-glass {
    display: none
}

.modernized .filter-column #BrandFilters.search-filter .search-text.searching .search-clear {
    display: inline-block;
    position: absolute;
    width: 35px;
    right: 10px;
    top: 4px;
    line-height: 35px;
    cursor: pointer
}

.modernized .filter-column #BrandFilters.search-filter .search-text.searching .search-clear svg {
    width: 16px;
    height: 16px
}

.modernized .filter-column #BrandFilters .filter {
    padding-right: 0
}

.modernized .filter-column #BrandFilters .filter-name .product-flag-container .product-flag {
    padding: 0 8px;
    margin: 0
}

.modernized .filter-column #BrandFilters .filter-name .product-flag-container .product-flag-i-herb-exclusive {
    border-radius: 4px;
    background-color: #b7e6ff
}

.modernized .filter-column #BrandFilters .filter-name .product-flag-container .product-flag-i-herb-exclusive::after,
.modernized .filter-column #BrandFilters .filter-name .product-flag-container .product-flag-i-herb-exclusive::before {
    content: unset
}

.modernized .filter-column #AutoShipFilter #autoship-and-save-checkbox .filter {
    display: inline-block
}

.modernized .filter-column #AutoShipFilter #autoship-and-save-checkbox .filter .autoship-flag-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.modernized .filter-column #AutoShipFilter #autoship-and-save-checkbox .filter .autoship-flag-container>span {
    display: inline-block;
    max-width: 135px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 16px
}

.modernized .filter-attributes-container.collapsible {
    overflow: hidden;
    max-height: 2.76923em
}

.modernized .filter-attributes-container.collapsible.filter-toggle {
    -moz-transition: max-height .25s ease-out, padding .25s ease-out;
    transition: max-height .25s ease-out, padding .25s ease-out
}

.modernized .filter-attributes-container.collapsible.filter-toggle.filter-collapse.has-selected-items {
    max-height: 46px;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.modernized .filter-attributes-container.collapsible.filter-toggle.filter-collapse.has-selected-items.collapsible .filter-header {
    margin-bottom: 2px
}

.modernized .filter-attributes-container.collapsible.filter-toggle.filter-collapse label {
    pointer-events: none
}

.modernized .filter-attributes-container.collapsible.filter-toggle.filter-collapse .filter-list {
    display: none
}

.modernized .filter-attributes-container.collapsible.filter-toggle.filter-expand {
    max-height: 30em
}

.modernized .filter-attributes-container.collapsible.filter-toggle.filter-expand .filter-header-wrapper .filter-plus {
    display: none !important
}

.modernized .filter-attributes-container.collapsible.filter-toggle.filter-expand .filter-header-wrapper .filter-minus {
    display: block !important
}

.modernized .filter-attributes-container.collapsible.filter-toggle .filter-list {
    max-height: 300px;
    overflow-y: auto
}

.modernized .filter-attributes-container .selected-attr-items {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 20px
}

.modernized .filter-attributes-container .selected-attr-items span {
    color: #2c7500
}

.modernized .product-cells {
    margin-top: 24px;
    gap: 16px
}

.modernized .products .product-cell-container {
    border: 0;
    background-color: #f7f8f7;
    border-radius: 8px;
    padding: 0 20px
}

@media screen and (min-width:1200px) {
    .modernized .products .product-cell-container {
        width: -moz-calc((100% - 48px)/ 4);
        width: calc((100% - 48px)/ 4)
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .modernized .products .product-cell-container {
        width: -moz-calc((100% - 32px)/ 3);
        width: calc((100% - 32px)/ 3)
    }
}

@media screen and (max-width:992px) {
    .modernized .products .product-cell-container {
        width: -moz-calc((100% - 16px)/ 2);
        width: calc((100% - 16px)/ 2)
    }
}

.modernized .products .product-cell-container:nth-child(1) {
    margin-left: -16px
}

.modernized .products .product-cell-container .similar-item-arrow-container {
    bottom: -16px
}

.modernized .products .product-cell-container .product .product-inner {
    background-color: transparent
}

.modernized .products .product-cell-container .product .product-inner .product-image {
    margin-bottom: 8px
}

.modernized .products .product-cell-container .product .product-inner .product-image>img {
    mix-blend-mode: multiply;
    width: 100%;
    height: auto
}

.modernized .products .product-cell-container .product .product-inner .product-title {
    height: 6em
}

.modernized .products .product-cell-container .product .product-inner .product-title .more-options {
    color: #666;
    line-height: 20px;
    font-size: 14px;
    min-height: 20px;
    margin-bottom: 4px
}

.modernized .products .product-cell-container .product .product-inner .product-title bdi {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 72px
}

.modernized .products .product-cell-container .product .product-flag-container .product-flag.product-flag-new a {
    color: #333
}

.modernized .products .product-cell-container .product .product-flag-container .product-flag.product-flag-trial {
    background-color: #2c7500
}

.modernized .products .product-cell-container .product .product-discount-container .super-deals-info .super-deals-progress-wrapper {
    background-color: #fff
}

.modernized .notify-me-link .btn-link {
    color: #126cc5
}

.modernized #similar-item-no-products-clone,
.modernized #similar-item-skeleton,
.modernized #similar-item-skeleton-clone {
    border: 0;
    border-radius: 8px;
    padding: 20px
}

.modernized #similar-item-no-products-clone .similar-item-close use,
.modernized #similar-item-skeleton .similar-item-close use,
.modernized #similar-item-skeleton-clone .similar-item-close use {
    fill: #333
}

.modernized #similar-item-no-products-clone .similar-item-container .similar-item-title-container,
.modernized #similar-item-skeleton .similar-item-container .similar-item-title-container,
.modernized #similar-item-skeleton-clone .similar-item-container .similar-item-title-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;
    line-height: 24px;
    margin-bottom: 20px
}

.modernized #similar-item-no-products-clone .similar-item-container .similar-item-title-container .similar-item-title-plural,
.modernized #similar-item-skeleton .similar-item-container .similar-item-title-container .similar-item-title-plural,
.modernized #similar-item-skeleton-clone .similar-item-container .similar-item-title-container .similar-item-title-plural {
    font-size: 18px;
    margin-bottom: 0
}

.modernized #similar-item-no-products-clone .similar-item-container .similar-item-title-container .similar-item-close,
.modernized #similar-item-skeleton .similar-item-container .similar-item-title-container .similar-item-close,
.modernized #similar-item-skeleton-clone .similar-item-container .similar-item-title-container .similar-item-close {
    width: 24px;
    height: 24px
}

.modernized #similar-item-no-products-clone .similar-item-container .similar-item-title-container .similar-item-close svg use,
.modernized #similar-item-skeleton .similar-item-container .similar-item-title-container .similar-item-close svg use,
.modernized #similar-item-skeleton-clone .similar-item-container .similar-item-title-container .similar-item-close svg use {
    fill: #333
}

.modernized #similar-item-no-products-clone .similar-item-container .similar-items,
.modernized #similar-item-skeleton .similar-item-container .similar-items,
.modernized #similar-item-skeleton-clone .similar-item-container .similar-items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px
}

.modernized #similar-item-no-products-clone .similar-item-container .similar-items .rating-count span,
.modernized #similar-item-skeleton .similar-item-container .similar-items .rating-count span,
.modernized #similar-item-skeleton-clone .similar-item-container .similar-items .rating-count span {
    color: #126cc5;
    font-size: 14px
}

.modernized #similar-item-no-products-clone .similar-item-container .similar-items a,
.modernized #similar-item-skeleton .similar-item-container .similar-items a,
.modernized #similar-item-skeleton-clone .similar-item-container .similar-items a {
    -webkit-flex: 1 1 calc((100% - 32px)/ 3);
    -moz-box-flex: 1;
    -ms-flex: 1 1 calc((100% - 32px)/ 3);
    flex: 1 1 calc((100% - 32px)/ 3)
}

@media screen and (min-width:1200px) and (max-width:1440px) {

    .modernized #similar-item-no-products-clone .similar-item-container .similar-items a,
    .modernized #similar-item-skeleton .similar-item-container .similar-items a,
    .modernized #similar-item-skeleton-clone .similar-item-container .similar-items a {
        -webkit-flex: 1 1 calc(50% - 8px);
        -moz-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 8px);
        flex: 1 1 calc(50% - 8px);
        max-width: -moz-calc(50% - 8px);
        max-width: calc(50% - 8px)
    }
}

@media screen and (max-width:1200px) {

    .modernized #similar-item-no-products-clone .similar-item-container .similar-items a,
    .modernized #similar-item-skeleton .similar-item-container .similar-items a,
    .modernized #similar-item-skeleton-clone .similar-item-container .similar-items a {
        -webkit-flex: 1 1 100%;
        -moz-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

.modernized #similar-item-no-products-clone .similar-item-container .similar-items a .similar-item,
.modernized #similar-item-skeleton .similar-item-container .similar-items a .similar-item,
.modernized #similar-item-skeleton-clone .similar-item-container .similar-items a .similar-item {
    padding: 20px;
    border: 0;
    min-width: unset
}

.modernized #similar-item-no-products-clone .similar-item-container .similar-items a .similar-item .image-container .image,
.modernized #similar-item-skeleton .similar-item-container .similar-items a .similar-item .image-container .image,
.modernized #similar-item-skeleton-clone .similar-item-container .similar-items a .similar-item .image-container .image {
    width: 96px;
    height: 96px
}

.modernized #similar-item-no-products-clone .similar-item-container .similar-items a .similar-item .product-details-container .product-details .product-name-container .product-name,
.modernized #similar-item-skeleton .similar-item-container .similar-items a .similar-item .product-details-container .product-details .product-name-container .product-name,
.modernized #similar-item-skeleton-clone .similar-item-container .similar-items a .similar-item .product-details-container .product-details .product-name-container .product-name {
    height: 72px;
    font-size: 16px;
    line-height: 24px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 72px
}

.modernized .email-subscription-new-container {
    border: 0;
    border-radius: 8px;
    padding: 20px
}

.modernized .email-subscription-new-container .email-subscription-new-title {
    margin: 0 0 20px 0
}

.modernized .email-subscription-new-container .email-subscription-new-email {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    width: 480px
}

@media screen and (max-width:1200px) {
    .modernized .email-subscription-new-container .email-subscription-new-email {
        width: 343px
    }
}

.modernized .email-subscription-new-container .email-subscription-new-email .email-subscription-new-submit {
    line-height: 24px;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 700;
    position: unset
}

.modernized .email-subscription-new-container .email-subscription-new-policy {
    margin-top: 20px;
    width: 480px
}

@media screen and (max-width:1200px) {
    .modernized .email-subscription-new-container .email-subscription-new-policy {
        width: 343px
    }
}

.modernized .email-subscription-new-container .email-subscription-new-close {
    width: 24px;
    height: 24px
}

.modernized.sub-header-description {
    border-bottom: 1px solid #e0e0e0
}

.modernized.sub-header-description .cms-banner-wrapper {
    padding-bottom: 24px !important
}

.modernized.sub-header-container {
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0
}

#search-result-tab.modernized {
    margin-bottom: 0
}

#search-result-tab.modernized .sub-header-link,
#search-result-tab.modernized .sub-header-link-secondary {
    color: #126cc5
}

#search-result-tab.modernized .sub-header-link svg,
#search-result-tab.modernized .sub-header-link-secondary svg {
    height: 20px;
    width: 20px;
    margin-top: 8px;
    margin-left: 12px
}

.product-inner {
    position: relative;
    padding: 20px 15px;
    padding-bottom: 0;
    background: #fff
}

.product-inner .absolute-link-wrapper.horizontal {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-inner .absolute-link-wrapper a {
    color: #333
}

.product-inner .recent-activity-message-wrapper {
    line-height: 20px;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    color: #666
}

.product-inner .more-options-available-wrapper {
    line-height: 20px;
    min-height: 20px
}

.product-inner .more-options-available-wrapper a {
    color: #0039a6;
    display: inline-block;
    white-space: nowrap
}

.product-inner .product-link {
    cursor: pointer
}

.product-inner .see-in-cart-text {
    font-weight: 700;
    font-size: 16px;
    color: #333
}

.product-inner .more-option-container {
    position: absolute;
    right: 0;
    top: 120px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: #f5f5f5;
    z-index: 50
}

.product-inner .more-option-container .tool-tip {
    background-color: #666;
    height: 32px;
    padding: 0 8px;
    border-radius: 4px;
    display: none;
    position: absolute;
    top: 28px;
    left: 12px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    line-height: 32px
}

.product-inner .more-option-container .more-option-icon {
    width: 16px !important;
    height: 16px !important;
    margin-left: 4px;
    margin-top: 4px
}

.product-inner .product-image-wrapper {
    position: relative
}

.product-inner.product-inner-wide {
    padding-left: 0;
    padding-right: 0
}

.product-inner .product-flag {
    z-index: 10
}

.product-inner .product-flag a {
    color: #fff
}

.product-inner a:hover {
    text-decoration: none
}

.product-inner .shipping-container {
    cursor: pointer
}

.product-inner .add-to-cart-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    text-align: center
}

.product-inner .add-to-cart-wrapper .btn-add-to-cart {
    z-index: 20
}

.product-inner .add-to-cart-wrapper.form-add-to-cart {
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.product-inner .btn-add-to-cart {
    font-size: 16px;
    opacity: 0;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.product-inner .btn-add-to-cart:hover {
    background-color: #b66700
}

.product-inner:hover .btn-add-to-cart {
    opacity: 1
}

.product-inner:hover .product-image~a>span {
    text-decoration: underline
}

.product-inner .link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 65px;
    z-index: 10
}

.product-inner .product-image {
    display: block;
    margin: 0 0 20px 0;
    text-align: center;
    min-height: 14px
}

.product-inner .product-image>img {
    display: inline-block;
    width: 128px;
    height: 128px
}

.product-inner .product-title {
    height: 4.5em;
    line-height: 24px;
    overflow: hidden;
    text-align: left;
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    color: #333
}

.zh .product-inner .product-title {
    font-size: 17px
}

.product-inner .product-title:hover {
    text-decoration: underline
}

.product-inner .price-olp {
    color: #747474;
    font-size: 14px;
    text-decoration: line-through;
    display: inline-block;
    margin-top: 1px
}

.product-inner .price-in-cart {
    font-size: 16px;
    font-weight: 700;
    color: #333
}

.product-inner .save-in-cart {
    font-weight: 700;
    color: #f38a00
}

.product-inner .price-per-unit {
    color: #747474
}

.product-inner .product-price {
    margin-top: 12px
}

.product-inner .product-price .unavailable-text-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-inner .product-price .unavailable-text-container i {
    font-style: normal
}

.product-inner .product-price .unavailable-text-container .similar-product-show-link {
    color: #126cc5
}

.product-inner .product-price .price {
    font-weight: 700;
    line-height: 18px;
    font-size: 20px;
    text-align: left;
    padding-right: 5px
}

.product-inner .product-price .original-price-list {
    text-decoration: line-through;
    color: #747474
}

.product-inner .product-price .see-in-cart-text {
    color: #333;
    font-size: 16px;
    font-weight: 700
}

.product-inner .product-price .see-in-cart-text .see-in-cart-price {
    width: 100%
}

.product-inner .product-price .discontinued {
    font-size: 14px;
    line-height: 16px;
    color: #458500;
    font-weight: 400
}

.product-inner .product-price .price,
.product-inner .product-price .see-price-in-cart {
    display: inline-block;
    font-size: 18px;
    color: #000;
    font-weight: 700
}

.product-inner .product-price .discount-green,
.product-inner .product-price .discount-red {
    margin-right: 0
}

.product-inner .product-price .discount-green {
    color: #458500
}

.product-inner .product-price .discount-red {
    color: #bd3c37
}

.product-inner .product-price .discontinued {
    color: #f00000
}

.product-inner .product-price .status-container {
    height: 20px;
    margin-bottom: 10px
}

.product-inner .product-price .status-container .out-of-stock {
    float: left;
    clear: both;
    color: #f00000
}

.product-inner .product-price .status-container .info-popup {
    bottom: 45px;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.product-inner .product-price .status-container .info-popup:after {
    background-image: none
}

.product-inner .product-price .status-container .info-popup p {
    padding: 20px
}

.product-inner .product-discount-container {
    min-height: 20px;
    margin-bottom: 5px
}

.product-inner .product-discount-container>span {
    font-weight: 700;
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000
}

.product-inner .product-discount-container>span.discount-in-cart {
    color: #f38a00
}

.product-inner .product-discount-container .out-of-stock.text-wrap {
    white-space: normal
}

.product-inner .product-percentage-claimed .super-deals-progress-wrapper {
    height: 8px;
    position: relative;
    background: #f5f5f5;
    border-radius: 100px;
    margin: 16px 0 8px 0
}

.product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    border-radius: 100px;
    width: 0;
    background-color: #458500
}

.product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount.low {
    background-color: #458500
}

.product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount.medium {
    background-color: #f38a00
}

.product-inner .product-percentage-claimed .super-deals-progress-wrapper>.progress-amount.high {
    background-color: #bd3c37
}

.product-inner .product-percentage-claimed .super-deals-almost-sold-out,
.product-inner .product-percentage-claimed .super-deals-sold-out {
    color: #bd3c37 !important
}

.product-inner .product-percentage-claimed .super-deals-sold-out {
    font-weight: 700
}

.product-inner .product-percentage-claimed .super-deals-title .question-mark {
    margin-left: .75em
}

@media (min-width:768px) and (max-width:991px) {
    .product-inner .product-percentage-claimed .text-left-sm-only {
        text-align: left
    }
}

.product-inner .product-percentage-claimed #super-special-price #dynamic-aligner {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.product-inner .product-percentage-claimed #super-special-price #dynamic-aligner .dynamic-align-hide {
    color: #666;
    font-size: 12px
}

.product-inner .product-percentage-claimed .super-deals-progress-wrapper {
    margin: 8px 0;
    height: 8px
}

.product-inner .product-percentage-claimed .percentage-claimed-messaging {
    text-align: center
}

.product-inner .product-percentage-claimed .percentage-claimed-messaging span {
    color: #747474
}

.product-inner .product-percentage-claimed .percentage-claimed-messaging span.almost-sold-out {
    color: #bd3c37
}

.product-more-options-container {
    border: 1px solid #8c8c8c;
    color: #8c8c8c;
    display: inline-block;
    padding: 2px 10px 3px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%
}

.hide-unless-google-ad-fails {
    display: none !important
}

.btn-toggle-learn-more {
    background-color: #f38a00;
    color: #fff
}

.btn-toggle-learn-more:hover {
    background-image: -moz- oldlinear-gradient(top, #fff 0, #fff 100%);
    background-image: linear-gradient(to bottom, #fff 0, #fff 100%);
    color: #f38a00;
    background-color: #fff
}

.product-order-history {
    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;
    color: #666
}

.panel-stack {
    display: block !important
}

.filter-column {
    display: block !important
}

#gift-set-container {
    display: block !important
}

.defer-block {
    display: block !important
}

.defer-flex {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.product-grouping-wrapper {
    display: block !important
}
.woocommerce-pagination{
    display: flex;
    justify-content: center;
}
.pagination>.current, .page-numbers span.current {
    background-color: #e5f8e6;
    color: #2c7500;
}
.pr-info-view__image{
    display: block;
    width: 100%;
} 
.pr-info-view__image img{
    width: 100%;
}
.button-fastorder__sk-oneclick, .storequickorder-button {
    background: #fff ;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    color: #ff7420;
    border-color: #ff7420 ;
    width: 255px;
}
.display-table {
    table-layout: fixed;
}
.product_stocks.float-left {
    float: left;
    width: 55%;
    margin: 0;
}
.pr-stock_el {
    font-size: 13px;
}
.product_share {
    float: right;
    width: 45%;
    text-align: right;
    margin-bottom: 2rem;
}
.ya-share2, .ya-share2 * {
    line-height: normal;
}
.ya-share2__container_size_m {
    font-size: 13px;
}
.ya-share2__list, .ya-share2__badge, .ya-share2__icon {
    display: inline-block;
    vertical-align: top;
}
.ya-share2__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.ya-share2__list.ya-share2__list_direction_horizontal {
    margin-top: -2px;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 2px 4px 0 0;
}
.ya-share2__link {
    text-decoration: none;
    white-space: nowrap;
    display: block;
}
.ya-share2__badge {
    border-radius: 50px;
    color: #fff;
    overflow: hidden;
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}
.ya-share2__item_service_vkontakte .ya-share2__badge, .ya-share2__item_service_vkontakte .ya-share2__mobile-popup-badge {
    background-color: #07f;
}
.ya-share2__item_service_odnoklassniki .ya-share2__badge, .ya-share2__item_service_odnoklassniki .ya-share2__mobile-popup-badge {
    background-color: #f70;
}
.ya-share2__item_service_telegram .ya-share2__badge, .ya-share2__item_service_telegram .ya-share2__mobile-popup-badge {
    background-color: #64a9dc;
}
.ya-share2__item_service_viber .ya-share2__badge, .ya-share2__item_service_viber .ya-share2__mobile-popup-badge {
    background-color: #7b519d;
}
.ya-share2__item_service_whatsapp .ya-share2__badge, .ya-share2__item_service_whatsapp .ya-share2__mobile-popup-badge {
    background-color: #65bc54;
}
.product-services {
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 15px;
    margin: 0 0 24px;
    overflow: hidden;
    border-radius: 8px;
}
.product-services__item {
    display: block;
    float: left;
    width: 33%;
    box-sizing: border-box;
    padding: 10px 2%;
}
.product-services__item:hover a .product-services__title, .product-services__item a {
    text-decoration: none;
    color: #000;
}
.product-services__icon {
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    float: left;
    border: 1px solid #ebebeb;
    font-size: 24px;
    border-radius: 50%;
    color: #ff7420;
}
.product-services__icon~.product-services__content {
    margin: 0 0 0 90px;
}
.product-services__body {
    font-size: 13px;
    line-height: 18px;
}
.product-services__title {
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 7px;
}