@charset 'UTF-8';
@-ms-viewport {
    width: auto
}

@media screen and (min-width:1200px) {
    html {
        font-size: 16px !important
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    html {
        font-size: 15px !important
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    html {
        font-size: 14.5px !important
    }
}

@media screen and (max-width:767px) {
    html {
        font-size: 14px !important
    }
}

body {
    color: #212121;
    min-height: 480px;
    min-width: 320px;
    margin: 0;
    font-size: 1rem !important
}

h1 {
    font-size: 1.3rem;
    margin-bottom: 5px;
    font-weight: 400
}

h2 {
    font-size: 1.15rem
}

h3 {
    font-size: 1rem
}

h4 {
    font-size: .875rem
}

h5,
h6 {
    font-size: .75rem
}

h6 {
    font-style: italic
}

h2,
h3,
h4 {
    color: #000;
    font-weight: 400
}

a,
a:visited {
    text-decoration: none;
    color: #ff6f61
}

a:focus,
a:hover {
    color: #ff6f61;
    text-decoration: underline
}

img {
    max-width: 100%;
    vertical-align: middle;
    border: 0
}

.text-caps {
    text-transform: uppercase
}

.text-title {
    text-transform: capitalize
}

.text-title h1 {
    color: #212121 !important
}

.text-sentence::first-letter {
    text-transform: uppercase
}

.text-light {
    color: #474747
}

.text-lighter {
    color: #6e6e6e
}

.text-dark {
    color: #000
}

.text-darker {
    color: #000
}

.text-blue {
    color: #042430
}

.text-high-int {
    color: #ad3223
}

.text-med-int {
    color: #f37520
}

.text-low-int {
    color: #d89115
}

.text-lil-int {
    color: #71bf00
}

.text-no-int {
    color: #8d8d8d
}

.text-white {
    color: #fff
}

.text-err {
    color: #ff5a00
}

.text-confirm {
    color: #0f0
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-top {
    vertical-align: top
}

.text-middle {
    vertical-align: middle
}

.text-bottom {
    vertical-align: bottom
}

.display-inline {
    display: inline-block
}

.display-inline-inline {
    display: inline
}

.display-block {
    display: block
}

.text-italic {
    font-style: italic
}

.text-bold {
    font-weight: 700
}

.text-bolder {
    font-weight: 700
}

.text-normal {
    font-weight: 400
}

.text-xsmall {
    font-size: .75rem
}

.text-xsmall.static {
    font-size: 10px !important
}

.text-small {
    font-size: .875rem
}

.text-small.static {
    font-size: 12px !important
}

.text-base {
    font-size: 1rem
}

.text-base.static {
    font-size: 14px !important
}

.text-medium {
    font-size: 1.15rem
}

.text-medium.static {
    font-size: 16px !important
}

.text-large {
    font-size: 1.3rem
}

.text-large.static {
    font-size: 18px !important
}

.text-xlarge {
    font-size: 1.45rem
}

.text-xlarge.static {
    font-size: 21px !important
}

.text-xxlarge {
    font-size: 1.6rem
}

.text-xxlarge.static {
    font-size: 24px !important
}

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

.hide {
    display: none
}

.invisible {
    visibility: hidden
}

.row {
    margin-top: 10px
}

.row.nested {
    margin-top: 20px
}

.err-txt {
    color: #ff5a00;
    font-size: .875rem
}

.err-brdr {
    border: 1px solid #ff5a00 !important
}

.brdr-base {
    border: 1px #ddd solid
}

.brdr-top {
    border-top: 1px solid #000
}

.brdr-bottom-base {
    border-bottom: 1px #ddd solid
}

.brdrR {
    border-right: 1px solid #eee
}

.description {
    text-align: center;
    margin: 10px 0;
    line-height: 1.6em
}

.description.jstfy {
    text-align: justify
}

.description.lft {
    text-align: left
}

.description a {
    margin: 0 5px
}

.description.spcl {
    margin: 5px 0;
    text-align: left
}

.description.spcl-2 {
    font-style: italic;
    margin: 20px 0 15px 0
}

.description.spcl-3 {
    list-style-type: disc;
    margin: 5px 0;
    text-align: left
}

.block-center {
    margin: 0 auto
}

.content-block {
    margin: 25px 0;
    font-size: .875rem
}

.content-block.static {
    font-size: 12px !important
}

.content-block.bordered {
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    padding: 10px 0
}

.content-block.bordered-blue {
    border-top: 1px #042430 solid;
    padding: 20px 0 0 0;
    margin: 0 0 30px 0
}

.clearfix:after,
.row:after,
.ui-autocomplete>li:after {
    display: table;
    content: "";
    clear: both
}

.main-content {
    min-height: 600px
}

.main-content>.content {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden
}

@media (max-width:767px) {
    .main-content {
        min-height: 600px;
        padding-left: 0
    }
}

.bkgrnd-high-int {
    background-color: #ad3223
}

.bkgrnd-med-int {
    background-color: #f37520
}

.bkgrnd-low-int {
    background-color: #d89115
}

.bkgrnd-lil-int {
    background-color: #71bf00
}

.bkground-light {
    background-color: #fafafa
}

.bkground-lighter {
    background-color: #fcfcfc
}

.bkground-base-dark {
    background-color: #000
}

.bkground-dark {
    background-color: #c7c7c7
}

.bkground-darker {
    background-color: #949494
}

.bkground-white {
    background-color: #fff
}

.bkground-black {
    background-color: #000
}

.bkground-header {
    background-color: #f1f1f2
}

ol {
    font-size: 12px !important;
    counter-reset: item;
    padding-left: 15px;
    font-weight: 700;
    line-height: 1.6em
}

ol>li {
    margin: 5px 0
}

ol>li.nested {
    display: block
}

ol>li.nested:before {
    margin-right: 2.5px;
    content: counters(item, ".") " ";
    counter-increment: item
}

ol>li span {
    margin: 0 5px;
    font-weight: 700
}

ol.sub-norm {
    font-weight: 400
}

ol.sub-special {
    margin: 0;
    padding-left: 20px
}

ol.sub-special>li {
    margin: 0
}

ul {
    font-weight: 400
}

ul.feature {
    padding-left: 20px
}

ul.alpha {
    list-style-type: lower-alpha
}

ul.roman {
    list-style-type: lower-roman
}

.pad0 {
    padding: 0 !important
}

.pad5 {
    padding: 5px !important
}

.pad10 {
    padding: 10px !important
}

.padT0 {
    padding-top: 0 !important
}

.mobile-top-row.padT65 {
    padding-top: 65px
}

.mobile-menu-overlay.padT65 {
    padding-top: 65px
}

.padR0 {
    padding-right: 0 !important
}

.boxes-inline {
    font-size: 0
}

.boxes-inline .box-half {
    width: 50%;
    display: inline-block
}

.brdr-radius-base {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.padT10 {
    padding-top: 10px
}

.raquo {
    margin-left: 5px;
    font-size: 120%
}

.mar-B15 {
    margin-bottom: 15px
}

.mar-T15 {
    margin-top: 15px
}

.mar-T10 {
    margin-top: 10px
}

.mar-B10 {
    margin-bottom: 10px
}

.marBLarge {
    margin-top: 0 !important;
    margin-bottom: 25px
}

.mar0 {
    margin: 0 !important
}

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

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

.cont-lft {
    float: left
}

.cont-rgt {
    float: right
}

.mar-15 {
    margin-top: 1.5rem
}

.wid100 {
    width: 100%
}

.breakWord {
    word-wrap: break-word
}

.mi-content-body {
    font-size: 14px
}

.mi-content-body h3 {
    font-size: 16px;
    font-weight: 600;
    color: #666
}

.mi-content-body ol>li {
    font-size: 14px;
    font-weight: 400
}

.mi-content-product {
    margin-bottom: 30px
}

.mi-content-product a {
    display: block
}

.mi-content-product h4 {
    text-align: center
}

.mi-content-product h4:hover {
    color: #ff6f61;
    text-decoration: underline
}

.mi-content-product img {
    display: block;
    height: 160px;
    margin: 0 auto
}

.btn {
    height: 2.5rem;
    line-height: 1.1rem;
    font-size: .875rem;
    color: #222;
    text-align: center;
    border: 0;
    padding: 10px !important;
    cursor: pointer;
    background-color: #ccc;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 4px
}

.btn.static {
    font-size: 12px !important
}

.btn a {
    text-decoration: none
}

.btn:hover {
    background-color: #ff6f61;
    color: #222;
    text-decoration: none;
    box-shadow: 0 0 6px 2px #aaa
}

.btn:active {
    background-color: #ff412e;
    color: #fff;
    text-decoration: none
}

.btn.btn-block {
    display: block
}

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

.btn.btn-primary:hover {
    background-color: #ff6f61;
    color: #222;
    text-decoration: none;
    box-shadow: 0 0 6px 2px #aaa;
    color: #fff
}

.btn.btn-primary:active {
    background-color: #ff412e;
    color: #fff;
    text-decoration: none
}

.btn.btn-secondary {
    color: #ff6f61;
    background-color: #fff;
    border: 1px solid #ff6f61;
    line-height: 1rem
}

input.btn.btn-secondary {
    line-height: .5rem
}

.btn.btn-secondary.splash-screen-button {
    background-color: #50b748
}

.btn.btn-secondary-inverse {
    color: #ff6f61;
    background-color: #fff
}

.btn.btn-secondary-inverse:active,
.btn.btn-secondary-inverse:hover {
    color: #ff2915;
    box-shadow: none
}

.btn.btn-small {
    font-size: .875rem;
    padding-top: 2.5px;
    padding-bottom: 2.5px
}

.btn.btn-small.static {
    font-size: 12px !important
}

.btn.btn-large {
    font-size: 1.3rem;
    padding-top: 15px;
    padding-bottom: 15px
}

.btn.btn-large.static {
    font-size: 18px !important
}

.btn.btn-disabled {
    background-color: #f0f0f0;
    color: #777;
    cursor: default;
    border-color: #ddd
}

.btn.btn-disabled:hover {
    background-color: #f0f0f0;
    box-shadow: none
}

.btn.btn-checkout {
    width: 100%
}

.btn.btn-checkout .btn-checkout-label {
    text-transform: uppercase
}

.btn.btn-checkout.action {
    text-transform: uppercase
}

.btn.btn-checkout .btn-total-label {
    font-weight: 100
}

.btn.btn-select-address {
    border-radius: 0
}

.btn.btn-login {
    width: 100%
}

.btn.btn-email-later,
.btn.btn-proceed-address,
.btn.btn-upload-presc {
    text-transform: uppercase
}

.btn.btn-secondary-blue {
    background-color: transparent;
    border-color: #ff6f61
}

.btn.btn-confirm-success {
    padding: .6rem
}

.btn.btn-confirm-success a:hover {
    text-decoration: none
}

.btn.btn-change-address,
.btn.btn-load-more,
.btn.btn-login,
.btn.btn-modify-cart,
.btn.btn-proceed,
.btn.btn-proceed-presc,
.btn.btn-select-address,
.btn.btn-survey-submit {
    text-transform: uppercase
}

.btn.btn-load-more {
    margin-bottom: 10px
}

.btn.btn-small-font {
    font-size: .8rem
}

.btn.btn-drop-toggle {
    padding: 5px 10px !important
}

.btn.btn-survey-submit {
    border-radius: 0;
    background-color: #ff6f61;
    color: #fff;
    width: 50%
}

.btn.btn-border {
    border: 1px solid !important
}

.btn.btn-lang {
    border-radius: 8px;
    padding: 7px !important;
    font-size: 12px;
    height: 28px;
    line-height: 12px !important;
    color: #212121 !important;
    text-transform: none !important;
    min-width: 82px;
    margin: 5px 0
}

.btn.btn-lang.selected {
    background: #ff6f61;
    border: 1px solid #ff6f61
}

.btn.btn-lang.locale-show-more {
    vertical-align: middle;
    font-size: 1rem
}

@media (max-width:767px) {
    .btn.btn-lang {
        min-width: 67px
    }
}

.img-sprite {
    background: url(../images/sprites/function-sprite.png) no-repeat top left;
    width: 32px;
    height: 32px
}

.img-sprite.nav-menu {
    background-position: 0 0
}

.img-sprite.cart-box {
    background-position: -64px 0
}

.img-sprite.search-icn {
    background-position: -128px 0;
    float: right;
    margin-top: -32px
}

.img-sprite.del-icn {
    background-position: 0 -32px
}

.img-sprite.del-icn.close,
.img-sprite.del-icn.del-item {
    cursor: pointer
}

.img-sprite.plus-icn {
    background-position: -32px -32px
}

.img-sprite.minus-icn {
    background-position: -64px -32px
}

.img-sprite.alcohol-enable {
    background-position: -5px -64px;
    margin-bottom: -10px;
    width: 22px
}

.img-sprite.alcohol-disable {
    background-position: -37px -64px;
    margin-bottom: -10px;
    width: 22px
}

.img-sprite.start-over {
    background-position: 0 -128px;
    width: 120px;
    margin-bottom: -10px
}

.img-sprite.arrow-up {
    background-position: -70px -102px;
    width: 20px;
    height: 20px;
    float: right
}

.img-sprite.arrow-down {
    background-position: -102px -102px;
    width: 20px;
    height: 20px;
    float: right
}

.img-sprite.high-int-icn {
    background-position: -64px -64px
}

.img-sprite.med-int-icn {
    background-position: -96px -64px
}

.img-sprite.low-int-icn {
    background-position: -128px -64px
}

.img-sprite.lil-int-icn {
    background-position: -128px -96px
}

.img-sprite.bullet-point {
    background-position: -138px -138px;
    width: 12px;
    height: 12px
}

.track-icon {
    width: 30px;
    height: 30px;
    background-size: 100%;
    margin: auto
}

.track-icon.cancel {
    background-image: url(../images/icon-failure.png)
}

.track-icon.failure {
    background-image: url(../images/icon-failure.png)
}

.track-icon.success {
    background-image: url(../images/icon-success.png)
}

.track-icon.inprocess {
    background-image: url(../images/icon-inprocess.png)
}

.track-icon.tbd {
    background-image: url(../images/icon-tbd.png)
}

.item .item-name {
    text-transform: uppercase;
    font-size: 1.15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.item .item-name.static {
    font-size: 16px !important
}

.item .item-name:not(h1) {
    font-size: .875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.item .item-name:not(h1).static {
    font-size: 12px !important
}

.item .item-name:not(h1).cart {
    text-decoration: underline;
    font-size: .875rem
}

.item .item-name:not(h1).cart.static {
    font-size: 12px !important
}

.item .item-amt,
.item .item-qty,
.item .item-title {
    margin-bottom: 10px
}

.item h1.item-name {
    margin: 0;
    white-space: normal
}

.item .item-manufacturer,
.item .item-pack {
    color: #999;
    font-size: .875rem
}

.item .item-manufacturer.static,
.item .item-pack.static {
    font-size: 12px !important
}

.item .innovator-tag {
    color: #999;
    font-size: 8px
}

.item .item-manufacturer {
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .75rem
}

.item .item-manufacturer.static {
    font-size: 10px !important
}

.item .item-manufacturer.pack-info {
    vertical-align: middle
}

.item .item-unit-info {
    font-size: .875rem
}

.item .item-unit-info.static {
    font-size: 12px !important
}

.item .item-stock {
    color: #474747
}

.item .item-price {
    font-size: 1.15rem;
    color: #000;
    font-weight: 400
}

.item .item-price.static {
    font-size: 16px !important
}

.item .item-save {
    font-size: .875rem;
    font-weight: 700
}

.item .item-save.static {
    font-size: 12px !important
}

.item .item-actual {
    text-decoration: line-through;
    font-size: .875rem
}

.item .item-actual.static {
    font-size: 12px !important
}

.item .item-qty {
    font-size: .875rem;
    vertical-align: top;
    display: inline-block
}

.item .item-qty.static {
    font-size: 12px !important
}

.item .item-qty.cart-qty-label {
    vertical-align: baseline;
    font-size: .75rem;
    margin-bottom: 0
}

.item .item-qty.cart-qty-label.static {
    font-size: 10px !important
}

.item .item-qty a,
.item .item-qty a:active,
.item .item-qty a:hover {
    text-decoration: none
}

.item .item-qty .item-pack-box {
    margin-top: 2.5px
}

.item .item-qty .item-pack-box .item-pack-count,
.item .item-qty .item-pack-box .item-pack-name {
    font-size: 12px !important
}

.item .item-qty .item-qty-box {
    display: inline-block;
    border: 1px solid #042430;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.item .item-qty .item-qty-box .dec-qty,
.item .item-qty .item-qty-box .inc-qty {
    display: inline-block;
    cursor: pointer
}

.item .item-qty .item-qty-box .item-qty-value {
    display: inline-block;
    color: #fff;
    padding: 10px;
    background: #042430;
    font-size: 14px !important;
    vertical-align: top
}

.item .item-qty .item-qty-box.cart {
    border-color: #ddd;
    border-radius: 0;
    padding: 5px;
    width: 30%;
    text-align: center
}

.item .item-qty .input-group {
    display: inline
}

.item .item-delete {
    margin-bottom: 25px;
    margin-top: -10px;
    display: inline-block
}

.item img {
    max-width: 50px
}

.item .item-buy {
    font-size: .875rem
}

.item .item-buy.static {
    font-size: 12px !important
}

.item .price-block .item-buy {
    margin-bottom: 5px
}

.item-amt-cart {
    margin-top: -2.1rem
}

.item-amt-cart .item-price {
    font-size: .875rem
}

.item-amt-cart .item-price.static {
    font-size: 12px !important
}

.item-amt-cart .item-save {
    color: #71bf00;
    font-weight: 400
}

.item-list {
    height: auto;
    overflow: visible;
    margin-top: 15px;
    padding: 0 15px
}

.item-list.summary {
    min-height: 18rem;
    overflow: scroll;
    overflow-x: hidden
}

.item-list.summary.confirm-step {
    height: auto
}

.item-list.gl {
    padding: 0
}

.list-item {
    border-bottom: 2px solid #eee;
    background-color: #fff
}

.item-qty-confirm {
    vertical-align: bottom
}

.item-mod-qty {
    background-color: #042430;
    color: #fff
}

.item-mod-qty.dec-qty {
    border-radius: 5px 0 0 5px
}

.item-mod-qty.inc-qty {
    border-radius: 0 5px 5px 0
}

.item-qty-value.cart.mobile {
    margin: 7px
}

.item .name-wrap {
    overflow: hidden;
    text-overflow: ellipsis
}

.mt {
    margin-top: 5px
}

.text-grey {
    color: #757575
}

.text-light-grey {
    color: rgba(117, 117, 117, .87)
}

a.text-blue {
    color: #ff6f61
}

.text-black {
    color: #212121;
    display: block
}

.empty-search {
    text-align: center;
    margin-top: 100px;
    padding-bottom: 20px
}

.no-results-heading {
    font-size: 14px;
    font-weight: 700;
    margin: 30px 0 20px 0
}

.no-results-text {
    font-size: 12px;
    margin: 5px 0 0 0
}

.brand-heading,
.search-heading {
    color: #212121;
    font-size: 16px
}

.brand-list,
.salt-list,
.search-sku-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.brand-list li:not(:first-child),
.salt-list li:not(:first-child),
.search-sku-list li:not(:first-child) {
    border-bottom: solid .5px #e9e9e9
}

.brand-list li {
    border-bottom: solid .5px #e9e9e9
}

.salt-heading,
.search-sku-heading {
    color: #212121;
    font-size: 14px;
    padding: 10px 0 0 15px
}

.salt-item {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden
}

.brand-item,
.search-sku-item {
    margin: 0;
    padding: 10px 0
}

.brand-price,
.search-sku-price {
    text-align: right;
    margin-left: 2px;
    color: #212121
}

.brand-discount,
.search-sku-discount {
    font-weight: 700;
    color: #1aab2a;
    text-align: right
}

.brand-mrp,
.search-sku-mrp {
    margin-left: 2px;
    text-align: right;
    text-decoration: line-through
}

.price-container {
    text-align: right
}

.search-mrp {
    font-size: 12px;
    color: #9b9b9b;
    margin-left: 5px;
    text-align: right
}

.invisible {
    visibility: hidden
}

.out-of-stock-product {
    margin-top: 10px;
    text-transform: uppercase
}

.brand-buy-item,
.search-buy-item {
    margin-right: -10px
}

.brand-buy-item a,
.search-buy-item a {
    font-size: 12px
}

.brand-container .text-small,
.search-container .text-small {
    font-size: 14px
}

.brand-container .text-xsmall,
.search-container .text-xsmall {
    font-size: 12px
}

.text-ellipsis {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    vertical-align: middle
}

.load-more-btn {
    margin: 0
}

.load-more-btn a {
    font-size: 14px
}

.pgntnCntnrBar {
    margin-bottom: 10px
}

@media screen and (max-width:767px) {
    .item-save {
        font-size: .75rem !important
    }
    .item-save.static {
        font-size: 10px !important !important
    }
    .item-price {
        font-size: .875rem !important
    }
    .item-price.static {
        font-size: 12px !important !important
    }
    .container-fluid.brand-container,
    .container-fluid.search-container {
        padding: 10px 0 0 0;
        background-color: #fff;
        margin-top: -10px
    }
    .container-fluid.brand-container .card,
    .container-fluid.search-container .card {
        box-shadow: none;
        margin-bottom: 0
    }
    .container-fluid.brand-container .load-more-btn,
    .container-fluid.search-container .load-more-btn {
        padding-top: 10px;
        background-color: #f8f8f8
    }
    .container-fluid.search-container {
        min-height: 700px
    }
    .brand-info,
    .js-sku-info {
        padding-right: 0
    }
    .brand-heading,
    .search-heading {
        margin-left: 10px
    }
}

.item-name.non-uppercase {
    text-transform: none
}

.card {
    font-size: .875rem
}

.card.static {
    font-size: 12px !important
}

.card.address-page {
    border: 1px #ddd solid;
    box-shadow: 0 0 4px #ccc;
    padding: 15px
}

.card .card-name {
    font-size: 1rem;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px
}

.card .card-name.static {
    font-size: 14px !important
}

.card .card-city,
.card .card-state {
    text-transform: uppercase
}

.card .card-number {
    color: #000;
    margin-bottom: 10px
}

.card .btn {
    margin-right: 10px
}

.card .btn:nth-child(2) {
    margin-right: 0
}

.card {
    background: #fff;
    box-shadow: 0 1px 2px 0 #d3d3d3;
    border-radius: 3px;
    margin-bottom: 16px;
    font-size: 12px
}

.card-header {
    padding: 8px 12px;
    border-bottom: 1px solid #eaeaea
}

.card-header .card-header-text {
    vertical-align: sub;
    font-size: 18px
}

.card-section {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 8px
}

.card-section:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.card-sub-header {
    border-bottom: 1px solid #eaeaea;
    padding: 8px 0
}

.card-sub-header:after {
    display: table;
    content: ' ';
    min-height: 1px;
    width: 100%
}

.card-sub-header .card-sub-header-text {
    vertical-align: middle;
    display: inline-block;
    font-size: 14px
}

.card .card-content {
    padding: 12px
}

.card .card-content.padding-top-reset {
    padding-top: 0
}

.card-sub-content {
    padding: 0 12px 12px
}

.card .card-footnote {
    background-color: #f8f8f8
}

.card .card-strip,
.card .card-strip-error,
.card .card-strip-success,
.card .card-strip-warning {
    background: #f2f2f2;
    padding: 8px 12px
}

.card .card-strip-success {
    background-color: #e4f8e9;
    color: #0bb838;
    font-weight: 700
}

.card .card-strip-warning {
    background-color: #ffebeb;
    color: #ff6f61;
    font-weight: 700
}

.card .card-strip-error {
    background-color: #ffebeb;
    color: #ff2135;
    font-weight: 700
}

input[type=password],
input[type=text] {
    width: 100%;
    box-shadow: 0 0 2px #ccc;
    padding: 5px;
    border: 1px #ddd solid;
    transition: box-shadow .5s linear 0
}

input[type=password]:not([readonly]).active,
input[type=password]:not([readonly]):active,
input[type=password]:not([readonly]):focus,
input[type=text]:not([readonly]).active,
input[type=text]:not([readonly]):active,
input[type=text]:not([readonly]):focus {
    transition: all .5s ease-out 0;
    box-shadow: 0 0 4px #ff6f61
}

textarea {
    width: 100%;
    height: 200px;
    box-shadow: 0 0 2px #ccc;
    padding: 5px;
    overflow: auto;
    border: 1px #ddd solid;
    transition: all .5s linear 0
}

textarea.active,
textarea:active,
textarea:focus {
    transition: all .5s ease-out 0;
    box-shadow: 0 0 4px #ff6f61
}

fieldset {
    border: 0;
    padding: 0 0 10px 0;
    font-size: .875rem
}

fieldset.static {
    font-size: 12px !important
}

.input-title {
    margin-bottom: 5px
}

.input-title.track {
    margin: 5px 0;
    font-size: 1.15rem
}

.input-title.track.static {
    font-size: 16px !important
}

input[type=file] {
    width: 100%;
    border: 1px #ddd solid;
    box-shadow: 0 0 2px #ccc;
    padding: 5px
}

#custom-file-input {
    background: url(../images/lp/smart/upload.png) no-repeat center;
    width: 270px;
    height: 60px;
    margin: 0 auto
}

#custom-file-input input {
    opacity: 0
}

input[readonly] {
    background: #f1f1f2
}

input[type=button],
input[type=submit] {
    border: 0
}

input[type=checkbox],
input[type=radio] {
    vertical-align: middle
}

#alert-box {
    margin: 15px 0;
    padding: 5px 10px;
    font-size: .875rem;
    border: 2px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#alert-box .alert-title {
    font-weight: 700
}

#alert-box .alert-title a {
    margin-left: -10px
}

#alert-box .alert-msg {
    text-align: center;
    margin: 5px 0;
    color: inherit
}

#alert-box ol,
#alert-box ul {
    padding-left: 15px;
    margin: 5px 0
}

#alert-box h3 {
    text-align: center;
    text-transform: uppercase;
    margin: 5px 0;
    color: inherit
}

#alert-box.alert-error {
    color: #ff5a00
}

#alert-box.alert-info {
    color: #042430
}

#cart-box {
    margin: 20px 0
}

#cart-box #cart-summary-cont {
    z-index: 1
}

#cart-box #cart-summary-cont #cartSummary {
    background: #00b5a8;
    padding: 15px 0;
    font-size: 12px !important;
    color: #fff;
    margin-bottom: 10px
}

#cart-box #cart-summary-cont #cartSummary .menu.heading {
    padding-bottom: 5px;
    text-align: center;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    font-size: 14px !important
}

#cart-box #cart-summary-cont #cartSummary .menu input {
    width: 65%;
    font-size: 12px !important;
    background: #042430;
    background-position: 98% center;
    background-repeat: no-repeat;
    padding: 4px;
    margin-right: 5px;
    height: inherit
}

#cart-box #cart-summary-cont #cartSummary .menu input.loading {
    background-image: url(../images/loader-blue.gif)
}

#cart-box #cart-summary-cont #cartSummary .menu input::-webkit-input-placeholder {
    color: #fff
}

#cart-box #cart-summary-cont #cartSummary .menu input:-moz-placeholder {
    color: #fff
}

#cart-box #cart-summary-cont #cartSummary .menu input::-moz-placeholder {
    color: #fff
}

#cart-box #cart-summary-cont #cartSummary .menu input:-ms-input-placeholder {
    color: #fff
}

#cart-box #cart-summary-cont #cartSummary .menu .icon {
    cursor: pointer;
    display: inline-block;
    height: 26px;
    width: 24px
}

#cart-box #cart-summary-cont #cartSummary .menu .icon.info-icon {
    background: url(../images/info-icn.png) no-repeat;
    vertical-align: middle;
    margin-right: 5px
}

#cart-box #cart-summary-cont #cartSummary .menu .icon.rem-icon {
    background: url(../images/remove-icn.png) no-repeat;
    vertical-align: middle;
    margin-left: 5px
}

#cart-box #cart-summary-cont #cartSummary .menu .menu-title {
    padding-left: 10px
}

#cart-box #cart-summary-cont #cartSummary .menu .menu-title .coupon {
    margin-top: -1px;
    display: inline-block;
    vertical-align: middle
}

#cart-box #cart-summary-cont #cartSummary .menu .menu-value {
    text-align: right;
    padding-right: 10px
}

#cart-box #cart-summary-cont #cartSummary .menu .menu-value .coupon {
    font-size: 11px;
    vertical-align: middle
}

#cart-box #cart-summary-cont #cartSummary .menu.ending {
    border-top: 1px solid #fff;
    padding-top: 10px
}

#cart-box #cart-summary-cont #cartSummary .menu.ending .login-alert {
    font-size: 12px !important;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px
}

#cart-box #cart-summary-cont #cartSummary .menu.ending .coupon-alert {
    margin-top: 5px;
    text-align: center;
    display: none
}

#cart-box #cart-summary-cont #cartSummary .menu.ending:last-child {
    margin-bottom: 0
}

#cart-box #cart-summary-cont #cartSummary .menu.ending a:first-child {
    margin-right: 5px
}

#cart-box #cart-summary-cont #cartSummary .checkout-title {
    text-align: center;
    width: 100%
}

#cart-box .step-head {
    background-color: #f1f1f2;
    display: inline-block;
    width: 100%;
    padding: .5rem 0
}

#cart-box .step-head .step-head-label {
    text-transform: uppercase;
    color: #666;
    font-size: 1rem;
    margin: .3rem 0
}

#cart-box .step-head .step-head-label.static {
    font-size: 14px !important
}

#cart-box .step-head .step-complete-tick {
    background-image: url(../images/checked.png);
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: text-top;
    margin: .3rem 0
}

#cart-box .step-body {
    background-color: #f8f8f8;
    display: inline-block;
    width: 100%;
    margin-top: -5px;
    padding-bottom: 10px
}

#cart-box .step-summary {
    margin-left: 1rem;
    vertical-align: -webkit-baseline-middle
}

.cart-qty-label {
    display: inline-block;
    vertical-align: middle
}

.balance {
    font-size: 10px;
    color: #212121
}

.balance-info-text-row {
    margin-top: 0
}

.balance-info-text {
    padding-left: 20px;
    color: #757575;
    font-size: 12px;
    text-transform: none
}

.balance-info-amt {
    color: #71bf00
}

.cart-info {
    margin-top: 5px;
    text-transform: uppercase
}

.cart-info>div {
    background-color: #fff;
    padding: 10px !important
}

.cart-info>div:not(:last-child) {
    border-bottom: 2px solid #eee
}

.cart-info .cart-pricing-info {
    font-size: .875rem;
    display: inline;
    color: #666
}

.cart-info .cart-pricing-info.cart-coupon-discount-amt,
.cart-info .cart-pricing-info.cart-savings-amt,
.cart-info .cart-pricing-info.cart-subtotal-amt,
.cart-info .cart-pricing-info.cart-total-amt {
    text-transform: none
}

.cart-info .cart-pricing-info.cart-coupon-discount-amt {
    color: #71bf00
}

.cart-info .cart-pricing-info.cart-coupon-discount-label {
    color: #a2a2a2
}

.cart-info .cart-pricing-info.cart-1mgcash-amt {
    color: #71bf00
}

.cart-info .cart-pricing-info.cashback-usable-left {
    color: #71bf00
}

.cart-info .cart-pricing-info.cart-1mgcash-label {
    color: #666
}

.cart-info .cart-pricing-info.cart-1mgcash-label .cart-1mgcash-about {
    font-size: 10px
}

.cart-info .cart-pricing-info.disabled {
    color: rgba(158, 158, 158, .87)
}

.cart-info .cart-pricing-info.amount-color {
    color: #71bf00
}

.cart-info .input-padding {
    padding: 0
}

.cart-info .input-text-padding {
    padding: 0 0 0 2px
}

.cart-info [data-tooltip=container] {
    margin-top: 10px;
    top: auto;
    width: auto;
    right: auto
}

.cart-info [data-tooltip=container] .arrow {
    margin-left: -4.15rem;
    border: none
}

.cart-info [data-tooltip=container] .arrow:after {
    border-bottom-color: #111
}

.cart-info [data-role=content] {
    width: 10rem;
    margin-left: -1.56rem;
    text-transform: none;
    padding: 10px;
    background-color: #111 !important;
    color: #fff;
    border-radius: 5px
}

#checkboxTextFor1mgCash {
    padding-left: 4px
}

.col-fix {
    padding-left: 0;
    padding-right: 0
}

.cart-cashback-info-container .cashback-redeem-info-holder {
    background-color: rgba(247, 186, 62, .2);
    margin: 0;
    padding: 5px 0
}

.cart-cashback-info-container .cashback-redeem-info-holder .cashback-icon-holder {
    padding-right: 0
}

.cart-cashback-info-container .cashback-redeem-info-holder .cashback-icon-holder .cashback-icon {
    width: 24px;
    height: 24px;
    object-fit: contain
}

.cart-cashback-info-container .cashback-redeem-info-holder .cashback-redeem-info {
    font-size: 10px;
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.6em;
    color: #997b3d
}

.cart-cashback-info-container .cashback-redeem-info-holder .cashback-redeem-info .cashback-text {
    display: table-cell;
    vertical-align: middle;
    height: 24px
}

.cashback-info-mobile {
    margin-top: -5px;
    margin-bottom: 10px
}

.cashback-info-mobile .cashback-redeem-info {
    line-height: 1.3em
}

.cashback-info-holder-large .cashback-icon-holder {
    min-width: 24px
}

.cashback-info-holder-large .cashback-redeem-info {
    padding-left: 0
}

.special-note {
    padding-bottom: 20px;
    color: #999
}

ul.special {
    padding-left: 20px;
    font-weight: 400
}

ul.special li {
    line-height: 1rem
}

.note {
    font-weight: 600;
    color: #666
}

.note.cod {
    text-transform: uppercase;
    display: inline-block
}

.zigzag {
    position: relative;
    width: 100%
}

.zigzag:after,
.zigzag:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    height: 10px;
    width: 100%
}

.zigzag:after {
    top: 6.35rem
}

.saving-chit {
    background: #fff;
    margin: 20px 0;
    padding-bottom: 20px;
    padding-top: 10px
}

.saving-chit .save-header {
    color: #71bf00;
    font-weight: 400
}

.saving-chit .save-desc {
    color: #474747
}

.saving-chit .save-desc .save-amt {
    color: #71bf00;
    font-weight: 700
}

.saving-chit:before {
    background: linear-gradient(45deg, transparent 33.333%, #fff 33.333%, #fff 66.667%, transparent 66.667%), linear-gradient(-45deg, transparent 33.333%, #fff 33.333%, #fff 66.667%, transparent 66.667%);
    background-size: 20px 40px
}

.saving-chit:after {
    background: linear-gradient(-45deg, transparent 33.333%, #f8f8f8 33.333%, #f8f8f8 66.667%, transparent 66.667%), linear-gradient(45deg, transparent 33.333%, #f8f8f8 33.333%, #f8f8f8 66.667%, transparent 66.667%);
    background-size: 20px 40px
}

.input-coupon-group {
    width: 100%;
    text-align: center
}

.input-coupon-group .input-coupon-text {
    display: inline;
    width: 60%;
    border: 0;
    font-size: .875rem;
    color: #999;
    padding-left: 10px;
    height: 2.375rem
}

.input-coupon-group .input-coupon-button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    text-transform: uppercase;
    font-size: .875rem
}

.coupon-applied-info {
    display: inline-block;
    font-size: .75rem;
    color: #999
}

.coupon-applied-info .desc {
    text-transform: initial
}

.coupon-applied-info .desc .coupon-applied-text {
    text-transform: uppercase
}

.coupon-applied-info .coupon-name {
    font-weight: 700;
    color: #666
}

.coupon-applied-info span.info,
.coupon-applied-info span.remove {
    font-size: 1.15rem;
    vertical-align: -webkit-baseline-middle
}

.coupon-applied-info img.info {
    max-width: none;
    vertical-align: bottom;
    width: 1rem;
    margin-top: 5px;
    margin-left: -8px
}

.coupon-applied-info [data-tooltip=container] {
    margin-top: 10px;
    top: auto;
    width: auto;
    right: auto
}

.coupon-applied-info [data-tooltip=container] .arrow {
    margin-left: -8.65rem;
    border: none
}

.coupon-applied-info [data-tooltip=container] .arrow:after {
    border-bottom-color: #111
}

.coupon-applied-info [data-role=content] {
    width: 18.85rem;
    margin-left: -1.56rem;
    text-transform: none;
    padding: 10px;
    background-color: #111 !important;
    color: #fff;
    border-radius: 5px
}

::-webkit-input-placeholder {
    color: #999;
    vertical-align: bottom
}

:-moz-placeholder {
    color: #999;
    vertical-align: bottom
}

::-moz-placeholder {
    color: #999;
    vertical-align: bottom
}

:-ms-input-placeholder {
    color: #999;
    vertical-align: bottom
}

ul.cart-item-need-prescription-list {
    padding: 0
}

li.non-otc-item {
    list-style: none;
    border-bottom: 1px solid #eee;
    padding: 10px;
    height: 2.5rem;
    background-color: #fff;
    text-transform: uppercase
}

li.non-otc-item:last-child {
    border-bottom: none
}

li.non-otc-item.view-toggle {
    color: #ff6f61;
    text-transform: none;
    cursor: pointer
}

.prescription-upload-section {
    width: 100%
}

.prescription-upload-section .prescription-upload {
    height: 7.5rem;
    border: 4px dashed #000;
    cursor: pointer
}

.prescription-upload-section>div:nth-child(odd) {
    clear: both
}

.add-new-address {
    cursor: pointer;
    clear: both
}

.add-new-section {
    color: #b3b3b3;
    border: 4px dashed #000;
    padding: 2.5rem;
    height: 11.25rem
}

.add-new-section span {
    display: block;
    font-size: 1.25rem;
    line-height: 2.5rem;
    color: #000;
    text-decoration: underline
}

.add-new-section span.plus {
    cursor: pointer;
    font-size: 3rem;
    display: inline;
    text-decoration: none
}

.add-new-section span.mobile {
    font-size: 1rem
}

.add-address-form input,
.add-address-form textarea {
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 5px 10px;
    color: #999;
    font-size: 1rem
}

.add-address-form input[disabled],
.add-address-form textarea[disabled] {
    background-color: #eee
}

.add-address-form textarea {
    height: auto
}

.address-catalog>div:nth-child(odd) {
    clear: both
}

.address-item {
    min-height: 11.25rem;
    border: 1px solid #a2a2a2;
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: .875rem;
    color: #000;
    background-color: #eee
}

.address-item:hover {
    background-color: #fff
}

.address-item.selected {
    border: 2px solid #ff6f61;
    background-color: #fff
}

.address-item .address-info {
    display: block;
    min-height: 8.75rem
}

.address-item div:nth-of-type(2)~div {
    line-height: 1.3rem
}

.address-item .address-name {
    color: #000;
    margin: 10px 0;
    overflow: hidden
}

.address-item .address-street {
    overflow: hidden
}

.address-item .address-contact {
    margin: 10px 0
}

.address-item label {
    color: #000;
    vertical-align: middle;
    margin-left: 5px
}

.address-item .address-edit {
    display: block
}

.address-item .address-edit span {
    display: block;
    cursor: pointer;
    border: 1px solid #999;
    padding: 5px;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: center
}

.address-item .address-edit span.edit {
    background-image: url(../images/edit.png)
}

.address-item .address-edit span.close {
    background-image: url(../images/delete.png)
}

.prescription-content {
    padding: 10px 0 10px 10px;
    background-color: #eee;
    height: 7.6rem
}

.prescription-content .content-head {
    display: block;
    margin-bottom: 10px
}

.prescription-content .content-medicine {
    display: block
}

.order-success-description {
    display: block;
    padding: 2rem 5rem;
    background-color: #eee
}

.order-success-description.mobile {
    padding: 2rem
}

.order-success-description .cashback-discount {
    font-size: 14px;
    color: #212121
}

.order-success-description .cashback-discount img {
    height: 24px;
    width: 24px
}

.order-success-description .cashback-discount .cashback-discount-amount {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #7ed321
}

.order-success-description .cashback-redeem-info {
    line-height: 1.1;
    text-align: center
}

.btn-update {
    text-transform: uppercase;
    color: #ff6f61;
    cursor: pointer;
    margin: .65rem 0;
    display: inline-block
}

.address-error,
.contact-error,
.name-error,
.pincode-error,
.street-error {
    color: red;
    margin-bottom: 10px
}

.input-modal {
    border-radius: 5px;
    margin: 10px 0 0 0
}

.mar3 {
    margin-top: 3px
}

.select-address {
    top: 8rem;
    position: inherit
}

.qty-group {
    margin: .85rem;
    display: inline-flex;
    width: 6rem
}

form[name=re-order-form] .re-order-item input.product-re-order {
    width: 100%
}

.payment-section {
    background-color: #fff;
    padding: 10px 10px 15px 10px !important
}

.payment-section .payment-wrap {
    margin-top: 18px
}

.payment-section .payment-error-message {
    margin-left: 0
}

.payment-section .payment-content {
    padding-left: 40px;
    position: relative;
    cursor: pointer;
    margin-bottom: 12px
}

.payment-section .payment-content .select,
.payment-section .payment-content .unselect {
    position: absolute;
    left: 15px
}

.payment-section .payment-content .unselect {
    display: block
}

.payment-section .payment-content .select {
    display: none
}

.payment-section .payment-content.selected .unselect {
    display: none
}

.payment-section .payment-content.selected .select {
    display: block
}

.payment-section .payment-content .payment-text {
    letter-spacing: -.3px;
    color: #666;
    font-family: 'Clear Sans';
    display: inline-block;
    font-size: 14px
}

.payment-section .payment-content .payment-logo {
    display: inline-block;
    margin-top: -2px;
    float: right
}

.payment-section .payment-content .payment-logo img {
    height: 24px
}

.payment-section .payment-content .payment-message {
    font-size: 10px
}

.payment-section .payment-content .promotion-message {
    color: rgba(239, 71, 71, .87);
    font-size: 10px
}

.text-secondary {
    color: #757575
}

.text-secondary-bold {
    color: #212121
}

.order-success {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    min-height: 400px;
    font-weight: 300;
    font-size: 12px;
    color: #071b24
}

.mobile-order-success {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    font-weight: 300;
    font-size: 12px;
    color: #071b24
}

.full-width-container {
    width: 100%
}

.full-width-container a {
    display: block
}

.full-width-container img {
    width: 100%
}

.padded-container {
    padding: 0 5% 20px 5%
}

.mar-B30 {
    margin-bottom: 30px
}

.mar-T12 {
    margin-top: 12px
}

.align-left {
    text-align: left
}

.order-btns {
    margin-top: 40px
}

.order-footer {
    width: 375px;
    margin: 0 auto;
    padding-bottom: 40px
}

.btn-home,
.btn-track-ordr {
    float: left;
    width: 48% !important;
    box-shadow: none;
    font-size: 14px
}

.btn-track-ordr {
    margin-right: 10px
}

.empty-cart {
    margin-top: 20px
}

.check-icon {
    margin-bottom: 20px;
    width: 32px;
    height: 32px;
    margin-top: 20px
}

.disclaimer {
    margin-bottom: 20px
}

.why-1mg-page {
    font-family: 'Open Sans', sans-serif;
    display: inline-block
}

.why-1mg-page .white-back {
    background-color: #f1f1f2;
    display: inline-block;
    width: 100%
}

.why-1mg-page p {
    margin: 0;
    font-weight: 100
}

.mar-T10 {
    margin-top: 10px
}

.mar-TB15 {
    margin: 15px 0
}

.mar0 {
    margin: 0
}

.logo-img {
    margin: 15.5px
}

.btn-try-new {
    background-color: #e71767;
    color: #fff !important;
    text-transform: none;
    text-decoration: none;
    border-radius: 0;
    border-color: #e71767;
    height: 3rem;
    padding: 12px
}

.btn-try-new:hover {
    background-color: #e71767
}

a.btn-try-new {
    text-decoration: none !important
}

.the-past {
    margin-top: 70px
}

.the-event,
.the-news {
    margin: 0;
    font-weight: 100
}

.the-name {
    height: 12rem
}

.the-event {
    font-size: 2rem
}

.the-problem {
    margin-bottom: 0
}

.the-efficacy {
    font-size: 2.5rem
}

.the-stuff {
    margin: 25px 0
}

.clear-both {
    clear: both
}

.the-defiance,
.the-logo {
    height: 20rem
}

.text-light-weight {
    font-weight: 400
}

.text-lightest {
    font-weight: 100
}

.img-resp {
    width: 40%
}

@media screen and (min-width:550px) and (max-width:768px) {
    .the-thoughts {
        width: 50% !important
    }
}

@media screen and (max-width:768px) {
    .white-back {
        margin-top: 10px
    }
}

@media screen and (min-width:768px) {
    .the-defiance,
    .the-logo,
    .the-name,
    .the-science {
        margin-top: 25px
    }
    .the-name {
        margin-top: 30px
    }
}

.selecter-element {
    position: absolute;
    opacity: 0
}

.selecter {
    display: block;
    margin: 10px 0;
    position: relative;
    max-width: 100%;
    z-index: 1
}

.selecter .selecter-selected {
    background: #fff url(../images/selecter-arrow.html) no-repeat right center;
    border: 2px solid #eee;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    padding: 3px 10px;
    position: relative;
    text-overflow: clip;
    z-index: 49;
    text-transform: capitalize
}

.selecter .selecter-options {
    border: 1px solid #ccc;
    border-width: 0 1px 1px;
    background-color: #fefefe;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    display: none;
    left: 0;
    margin: 0;
    max-height: 260px;
    overflow: auto;
    overflow-x: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 50
}

.selecter .selecter-group {
    background: #f9f9f9;
    border-bottom: 1px solid #e3e3e3;
    color: #999;
    display: block;
    font-size: 11px;
    padding: 5px 10px 4px;
    text-transform: uppercase
}

.selecter .selecter-item {
    background: #fff;
    border-bottom: 1px dashed #f0f0f0;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    width: 100%;
    text-transform: capitalize
}

.selecter .selecter-item.selected {
    background: #f9f9f9
}

.selecter .selecter-item.selecter-item.disabled {
    color: #999;
    cursor: default
}

.selecter .selecter-item.first {
    border-radius: 0
}

.selecter .selecter-item.last {
    border-radius: 0 0 2px 2px;
    border-bottom: 0
}

.selecter.open {
    z-index: 3
}

.selecter.open .selecter-selected {
    border-radius: 3px 3px 0 0;
    z-index: 51;
    background-color: #fff
}

.selecter .focus .selecter-selected {
    background-color: #fff
}

.selecter.cover .selecter-options {
    border-radius: 3px;
    border-width: 1px;
    top: 0
}

.selecter.cover .selecter-options selecter-item.first {
    border-radius: 3px 3px 0 0
}

.selecter.cover.open .selecter-selected {
    border-radius: 3px 3px 0 0;
    z-index: 49
}

.selecter.bottom .selecter-options {
    border-width: 1px 1px 0;
    bottom: 100%;
    top: auto
}

.selecter.bottom .selecter-item .last {
    border: none
}

.selecter.bottom.open .selecter-selected {
    border-radius: 0 0 3px 3px
}

.selecter.bottom.open .selecter-options {
    border-radius: 3px 3px 0 0
}

.selecter.bottom.cover .selecter-options {
    bottom: 0;
    top: auto
}

.selecter.bottom.cover.open .selecter-selected {
    border-radius: 3px
}

.selecter.bottom.cover.open .selecter-options {
    border-radius: 3px
}

.selecter.multiple .selecter-options {
    border-radius: 3px;
    border-width: 1px;
    box-shadow: none;
    display: block;
    position: static;
    width: 100%
}

.selecter.disabled .selecter-selected {
    background: #fff;
    border-color: #eee;
    color: #ccc;
    cursor: default
}

.selecter.disabled .selecter-options {
    background: #fff;
    border-color: #eee
}

.selecter.disabled .selecter-group {
    border-color: #eee;
    color: #ccc;
    cursor: default
}

.selecter.disabled .selecter-item {
    border-color: #eee;
    color: #ccc;
    cursor: default
}

.selecter.disabled .selecter-item.selected {
    background: #fafafa
}

@media screen and (min-width:740px) {
    .selecter .selecter-item.selected:hover,
    .selecter .selecter-item:hover {
        background-color: #f3f3f3
    }
    .selecter .selecter-item.disabled:hover {
        background-color: #fff
    }
    .selecter:hover .selecter-selected {
        background-color: #fff
    }
    .selecter.disabled .selecter-item:hover {
        background: #fff
    }
}

.t-arrow:after {
    display: block;
    border-width: 4px;
    border-bottom-width: 0;
    border-top-color: #ccc;
    top: 0
}

.limit-container {
    display: none;
    overflow: hidden;
    padding-left: 20px
}

.limit-error {
    line-height: 16px;
    color: red;
    display: inline-block;
    vertical-align: sub;
    margin-top: 10px;
    font-size: small
}

.limit-qty {
    float: left
}

.popup-root {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19;
    width: 100%;
    height: 100%
}

.popup-shadow {
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    opacity: .7;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 20
}

.popup-content {
    position: relative;
    z-index: 21;
    width: 300px;
    height: 200px;
    margin: 100px auto;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    overflow-x: auto;
    overflow-y: auto
}

.popup-content .icon-close {
    cursor: pointer;
    background: url(../images/close1.png) no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: top
}

.popup-content [data-role=title] {
    font-size: 1em;
    line-height: 1.8em
}

.popup-content [data-role=title] .title-string {
    width: 90%;
    display: inline-block
}

.popup-content.popup-theme-orange [data-role=title] .title-string {
    color: #f7ab1f
}

.popup-content [data-role=content] {
    clear: both
}

.popup-content [data-role=action] {
    margin-top: 1em;
    margin-bottom: .5em
}

.popup-content [data-role=action] .btn {
    display: inline-block;
    margin-right: 5px
}

.popup-content.err {
    border-color: red
}

.popup-content.large {
    min-width: 600px;
    min-height: 500px
}

table {
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
    border-spacing: 0
}

table thead tr {
    background-color: #c7c7c7;
    color: #fff
}

table tbody tr {
    background-color: #fafafa;
    border-bottom: 1px #ddd solid
}

table tbody tr:nth-child(2n+1) {
    background-color: #fff
}

table tbody tr:last-child {
    border-bottom: 0
}

table td,
table th {
    padding: 10px;
    text-align: left;
    font-size: .875rem
}

table td.static,
table th.static {
    font-size: 12px !important
}

.emptyTable {
    margin-top: 10px;
    border: 1px #ddd solid;
    padding: 15px 0;
    text-align: center;
    color: #6e6e6e
}

.gl {
    list-style: none;
    padding-left: 0;
    margin: 10px 0
}

.gl .head {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 1rem;
    text-transform: uppercase;
    border-bottom: 2px solid #8d8d8d
}

.gl .head.static {
    font-size: 14px !important
}

.gl .list-item {
    padding-bottom: 10px;
    border-bottom: 1px solid #acacac
}

.gl .list-item:last-child {
    border: 0;
    padding: 0
}

.gl .list-item.js-salt {
    padding-bottom: 5px;
    margin-top: 5px
}

.gl .list-item .row .row {
    margin-top: 5px
}

.gl .list-suggest {
    display: inline-block;
    font-size: 1.15rem;
    font-weight: 700;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    padding-right: 30px;
    background-image: url(../images/search.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    background-color: #f1f1f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.gl .list-suggest.static {
    font-size: 16px !important
}

.gl .list-suggest a {
    color: #000
}

.gl.hover .list-item.active,
.gl.hover .list-item:hover {
    background-color: #042430;
    transition: background .5s linear 0
}

@font-face {
    font-family: 'Clear Sans';
    src: url(fonts/clearsans-1.00/EOT/ClearSans-Regular.eot);
    src: url(fonts/clearsans-1.00/EOT/ClearSans-Regular86d7.eot?iefix) format('eot'), url(fonts/clearsans-1.00/WOFF2/ClearSans-Regular.html) format('woff2'), url(fonts/clearsans-1.00/WOFF/ClearSans-Regular.woff) format('woff'), url(fonts/clearsans-1.00/TTF/ClearSans-Regular.html) format('truetype'), url(fonts/clearsans-1.00/SVG/ClearSans-Regular.svg#webfont) format('svg')
}

@font-face {
    font-family: 'Clear Sans Light';
    src: url(fonts/clearsans-1.00/EOT/ClearSans-Light.eot);
    src: url(fonts/clearsans-1.00/EOT/ClearSans-Light86d7.eot?iefix) format('eot'), url(fonts/clearsans-1.00/WOFF2/ClearSans-Light.html) format('woff2'), url(fonts/clearsans-1.00/WOFF/ClearSans-Light.woff) format('woff'), url(fonts/clearsans-1.00/TTF/ClearSans-Light.html) format('truetype'), url(fonts/clearsans-1.00/SVG/ClearSans-Light.svg#webfont) format('svg')
}

body {
    -webkit-font-smoothing: antialiased
}

#mob-menu {
    width: 300px;
    overflow: hidden;
    float: left;
    display: none
}

#layout-container {
    position: relative;
    width: 100%
}

.link-menu-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

input.need-help-text::placeholder {
    color: #757575
}

.mob-menu {
    width: 300px;
    position: absolute;
    z-index: 1200;
    top: 0;
    bottom: 0;
    background-color: #042430;
    font-size: 16px;
    color: #ff6f61
}

.mob-menu .bordered {
    padding-left: 31px;
    padding-right: 12px;
    padding-top: 21px;
    padding: 15px 12px 15px 31px;
    line-height: 21px;
    letter-spacing: -.2px;
    border-bottom: 1px solid #026156
}

.mob-menu .bordered a {
    display: block
}

.mob-menu .bordered .content-holder {
    margin-bottom: 10px
}

.mob-menu .bordered .content-holder img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    margin-left: -10px
}

.mob-menu .bordered .content-holder .oneMgCashImage {
    width: 24px;
    height: 24px;
    margin-right: 20px;
    margin-left: 0
}

.mob-menu .bordered .content-holder:last-child {
    margin-bottom: 0
}

.phone-banner {
    margin-top: -15px;
    color: #fff;
    background-color: #50b748;
    padding: 10px
}

#content-container {
    min-height: 100%;
    width: 100%
}

.show-mob-menu #mob-overlay {
    position: absolute;
    z-index: 1200;
    top: 0;
    bottom: 0;
    left: 300px;
    right: 0;
    background-color: rgba(141, 141, 141, .5)
}

.show-mob-menu #mob-menu {
    display: block
}

#pinContainer {
    background-color: #e2e2e2;
    padding-top: 1px;
    padding-bottom: 1px
}

#pinContainer .btn {
    margin: 5px
}

#pinContainer .icn-loading {
    position: absolute
}

.icn-loading {
    display: inline-block;
    width: 31px;
    height: 31px;
    background-position: left;
    background-image: url(../images/ajax-loader.gif)
}

.icn-loading.hide {
    display: none
}

.salt-name {
    font-size: 1rem;
    display: block;
    text-transform: capitalize;
    padding: 5px;
    background-color: #f1f1f2;
    background-image: -webkit-linear-gradient(45deg, #f1f1f2, #fff);
    background-image: -ms-linear-gradient(45deg, #f1f1f2, #fff);
    background-image: -moz-linear-gradient(45deg, #f1f1f2, #fff);
    background-image: -o-linear-gradient(45deg, #f1f1f2, #fff);
    background-image: -linear-gradient(45deg, #f1f1f2, #fff);
    word-wrap: break-word
}

.salt-name.static {
    font-size: 14px !important
}

.section-title {
    border-bottom: 1px solid #acacac;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.slide-block {
    text-align: center;
    margin: 15px 0
}

.slide-block .slide-button {
    margin: 10px 0
}

.sort-section {
    font-size: .875rem;
    margin: 10px 0;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.sort-section.static {
    font-size: 12px !important
}

.subs-text {
    font-size: .875rem;
    margin-top: 2.5px
}

.subs-text.static {
    font-size: 12px !important
}

.sort-options span.selected,
.subs-text span.selected {
    cursor: pointer;
    color: #042430
}

.sort-options span:last-child,
.subs-text span:last-child {
    padding-left: 5px;
    margin-left: 5px;
    border-left: 1px solid #ddd
}

.sort-title {
    margin-right: 5px;
    font-weight: 700
}

.sort-title.loading {
    background: url(../images/search.gif) no-repeat;
    padding-left: 20px;
    background-size: contain
}

.subs-heading input[type=text] {
    margin-top: 5px;
    padding: 4px;
    font-size: .875rem;
    height: inherit;
    vertical-align: top;
    background-image: url(../images/search.png);
    background-position: 98% center;
    background-repeat: no-repeat
}

.subs-heading input[type=text].static {
    font-size: 12px !important
}

.subs-heading input[type=text].searching {
    background-image: url(../images/search.gif)
}

.subs-info {
    background-color: rgba(247, 186, 62, .2);
    color: #212121;
    display: inline-block;
    padding: 0 4px
}

.subs-info .subs-text {
    display: inline-block;
    font-size: 12px
}

.subs-info .subs-info-icon {
    display: inline-block
}

.loading {
    background: #fff url(../images/search-medium.gif) no-repeat center;
    opacity: .25
}

.loading-icon {
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top
}

.loading-icon.v1 {
    height: 27px;
    width: 27px;
    background-image: url(../images/loader-blue.gif)
}

.loading-icon.v2 {
    height: 30px;
    width: 30px;
    background-image: url(../images/search-medium.gif)
}

.loading-icon.v3 {
    display: inline-block;
    height: 18px;
    width: 18px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-top: 2px solid #ff6f61;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.mar-L15 {
    margin-left: 15px
}

.tag-section {
    margin-top: 10px
}

.tag-section .tag-box {
    font-size: .875rem;
    padding: 5px;
    border: 1px #ddd solid;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block
}

.tag-section .tag-box.static {
    font-size: 12px !important
}

.tag-section .tag-box span {
    color: #fff;
    background-color: #c7c7c7;
    margin-left: 5px;
    padding: 2.5px 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    font-size: .75rem
}

.tag-section .tag-box span.static {
    font-size: 10px !important
}

.reviewContainer {
    text-align: center;
    width: 200px;
    padding: 10px 5px;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -100px;
    opacity: .8;
    background-color: #eaeaea;
    border-radius: 10px 10px 0 0
}

.reviewContainer .review-option {
    cursor: pointer;
    margin-top: 5px
}

.banner-msg {
    text-align: center;
    font-size: 1.15rem;
    padding-bottom: 10px;
    border-bottom: 1px #ddd solid
}

.banner-msg.static {
    font-size: 16px !important
}

.special-alert {
    background: #ffc717;
    padding: 10px;
    text-align: center;
    color: #474747
}

.track-steps {
    margin-bottom: 10px
}

.hide-imp {
    display: none !important
}

.track-status[stat-type=success] {
    cursor: pointer
}

.tracking-id {
    line-height: 30px;
    height: 30px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #6ea5b7;
    border-radius: 3px;
    background-color: #add8e6;
    margin-bottom: 10px
}

.track_data {
    position: relative
}

.carousel-wrapper {
    position: relative
}

.track-links>span {
    margin-bottom: 10px;
    margin-right: 20px;
    display: inline-block;
    cursor: pointer;
    text-decoration: underline
}

.track-links>div {
    margin-bottom: 5px;
    font-size: 15px
}

.error-400 p,
.error-404 p,
.error-500 p {
    color: #000;
    margin: 30px 0
}

.seg-links {
    text-align: center;
    font-size: .875rem;
    margin-bottom: 30px;
    margin-top: 40px
}

.seg-links.static {
    font-size: 12px !important
}

.breadcrumb {
    font-size: .875rem
}

.breadcrumb.static {
    font-size: 12px !important
}

.breadcrumb span {
    text-transform: capitalize;
    margin-right: 10px;
    display: inline-block
}

.breadcrumb span.separator {
    font-size: 1.2em
}

.hideImportant {
    display: none !important
}

a:not(.button-text) {
    color: #ff6f61 !important
}

a:not(.button-text):hover {
    color: #ff6f61 !important
}

a.button-text.white-text:hover {
    color: #fff !important
}

a.button-text.white-text:hover {
    color: #fff !important
}

.d-inline-table {
    display: inline-table
}

input:focus {
    border-color: #ff6f61 !important;
    box-shadow: 0 0 0 1px #ff6f61
}

.round-green-brdr {
    border: 2px solid #ff6f61;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 8px;
    text-decoration: none;
    font-weight: 300;
    font-size: .75rem
}

a.round-green-brdr {
    text-decoration: none
}

a.round-green-brdr:hover {
    border-color: #ff6f61
}

.main-content.footer-content {
    min-height: 0
}

.footer-content {
    font-weight: 300
}

.footer-content .round-green-brdr {
    width: 100%
}

.detail-links,
.follow-links {
    list-style: none;
    display: inline-block;
    padding: 0
}

.detail-links li,
.follow-links li {
    margin-right: 5px;
    display: inline-block
}

h1.save-15 {
    font-size: 2.25rem;
    color: #4d1c53
}

.home-banner {
    width: 83.33%
}

@media screen and (max-width:545px) {
    .seg-links {
        display: none
    }
    .vendors-otc {
        font-size: 11px !important;
        width: 100% !important;
        float: left !important;
        text-align: left !important;
        margin-top: 12px
    }
    .honcode {
        text-align: left !important;
        float: left !important
    }
}

.youtubeWrapper {
    width: 100%;
    min-width: 290px;
    display: inline-block;
    position: relative
}

.youtubeWrapper:after {
    padding-top: 56.25%;
    display: block;
    content: ''
}

.youtubeIframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

#youtubePlayerDiv {
    max-width: 540px;
    background-color: #e4f0f6
}

.adsbygoogle {
    display: block
}

.srchBarRut {
    position: relative
}

.float-l {
    float: left
}

.float-r {
    float: right
}

.cl {
    clear: both
}

.content {
    max-width: 1020px;
    margin: 0 auto;
    font-size: 16px
}

.contentTop {
    max-width: 480px;
    margin: 0 auto;
    margin-top: 20px;
    color: #939597
}

.heading1 {
    font-size: 50px;
    color: #00baf2
}

.text50 {
    font-size: 50px
}

.contentBlue {
    background-color: #00baf2;
    width: 100%;
    margin: 150px auto;
    overflow: hidden;
    height: auto;
    color: #fff;
    padding: 50px 0
}

.padBlue {
    padding: 120px 0
}

.mrgn-b-50 {
    margin-bottom: 50px
}

.mrgn-t-100 {
    margin-top: 100px
}

.mrgn-t-90 {
    margin-top: 90px
}

.mrgn-t-50 {
    margin-top: 50px
}

.mrgn-t-40 {
    margin-top: 40px
}

.mrgn-t-30 {
    margin-top: 30px
}

.mrgn-t-20 {
    margin-top: 20px
}

.mrgn-t-10 {
    margin-top: 10px
}

.mrgn-lf-20 {
    margin: 0 20px
}

.mrgn-l-5 {
    margin: 5px
}

.prescription {
    margin-top: -225px;
    position: absolute;
    box-shadow: 0 0 20px #ddd
}

.prescription-small {
    margin: 0 auto;
    box-shadow: 0 0 10px #ddd
}

@media (max-width:767px) {
    .padBlue {
        padding: 50px 0
    }
    .item-discount-perc,
    .item-mrp,
    .item-mrp-tag {
        font-size: 10px !important
    }
}

.contentClick {
    max-width: 660px;
    margin: 0 auto;
    margin-top: 20px;
    color: #939597
}

.imgCenter {
    display: block;
    margin: 0 auto
}

.position {
    position: relative
}

.display-content {
    position: relative;
    margin: 15px 0
}

.margin-rewards {
    margin-bottom: 10px
}

.margin-see-more {
    margin-bottom: 10px
}

.goTo {
    margin: 0 5px;
    color: inherit;
    text-decoration: underline
}

body {
    margin: 0
}

.img-box {
    text-align: center;
    padding: 5px
}

.center {
    width: 50%
}

.center img {
    width: 80%
}

#body {
    width: 100%;
    height: 100%
}

#next {
    width: 100%;
    float: left
}

.between {
    margin: 0 auto;
    width: 80%;
    height: inherit
}

.android {
    font-size: 45px;
    text-align: center;
    font-family: arial;
    font-weight: 700;
    padding: 10px 0
}

.no {
    font-size: 30px;
    font-family: arial;
    text-align: center;
    padding: 3%;
    margin: 2% auto;
    width: 80%
}

.fast {
    font-size: 26px;
    font-family: arial;
    font-weight: 600;
    margin: 15px 0
}

@media (min-width:600px) and (max-width:800px) {
    .android {
        font-size: 25px;
        margin: 0 auto
    }
    .google {
        text-align: center
    }
    .no {
        font-size: 26px;
        font-family: arial;
        text-align: center
    }
    .fast {
        font-size: 20px;
        font-family: arial;
        margin: 10px 0
    }
    ul {
        font-size: 12px;
        padding-left: 10px
    }
}

@media (min-width:200px) and (max-width:599px) {
    .android {
        font-size: 16px;
        margin: 0 auto
    }
    .google {
        text-align: center
    }
    .no {
        font-size: 14px;
        font-family: arial;
        text-align: center
    }
    .fast {
        font-size: 15px;
        font-family: arial;
        margin: 5px 0
    }
    ul {
        font-size: 14px;
        padding-left: 25px
    }
}

.bg-color {
    background-color: #00adef
}

.color-try {
    color: #fff
}

.img-app {
    width: 15%
}

.margin_auto {
    margin: auto
}

.margin_top {
    margin-top: 10px
}

.bread-Crumb {
    display: inline;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0;
    font-size: .875rem;
    font-weight: 300
}

.breadcrumb ul {
    padding-left: 0
}

p.TnC-decor {
    text-decoration: underline;
    font-style: italic;
    padding-left: 5px
}

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

h3.page-sub-title {
    font-size: .75rem
}

ol>li.nested:before {
    display: inline-block;
    margin-left: -2em
}

button.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.re-order-item.removed {
    color: #bbb
}

.auto-reorder-buttons button {
    text-transform: uppercase
}

.flash-style {
    visibility: visible !important
}

.brand.text-xxlarge {
    text-transform: uppercase
}

#mobileDownloadBanner {
    position: absolute;
    top: 0;
    z-index: 1000000000;
    width: 100%;
    display: none;
    box-shadow: 0 0 5px #666;
    background-color: #f2f2f2;
    border-top: 6px solid #000;
    border-bottom: 6px solid #000;
    padding: 4px 0
}

.substitute-click {
    white-space: normal !important;
    word-wrap: break-word
}

#srchRsltRut .itemAvailable.salt-result {
    word-wrap: break-word
}

.available-medicine {
    white-space: normal !important;
    word-wrap: break-word
}

.btn.js-cancelOrderBtn {
    margin-left: 5px
}

.caps {
    text-transform: uppercase
}

.checkboxText a {
    color: #24e1db !important
}

.checkboxText a:hover {
    color: #ff6f61 !important;
    text-decoration: none
}

.honcode {
    font-size: .8rem;
    font-style: italic;
    color: #8c8c8c
}

.vertical-name-header {
    font-size: 26px;
    padding: 8px 0 0 30px;
    color: #1ae5e5;
    font-weight: 700
}

.text-overflow-control {
    word-wrap: break-word
}

.language-bar {
    overflow: auto;
    white-space: nowrap
}

.language-bar .btn-lang:not(:first-child) {
    margin-left: 8px !important
}

.sbiHeader {
    background-color: rgba(247, 182, 50, .2);
    margin: 0;
    padding: 10px;
    font-size: 14px;
    color: rgba(33, 33, 33, .87)
}

.sbiHeader .coupon {
    margin: 0 5px
}

.affiliate-desktop {
    margin-left: 10px;
    max-width: 70px
}

.affiliate-mobile {
    margin-left: 10px;
    max-width: 50px;
    vertical-align: bottom
}

.affiliate-coupon {
    padding: 7px 0
}

.install-app-header {
    background-color: #fff;
    height: 56px;
    padding-top: 8px;
    font-size: 10px;
    width: 100%;
    z-index: 21;
    margin-top: 0;
    margin-left: 0
}

.install-app-header .cta-head {
    font-weight: 700
}

.install-app-header .cta-action {
    padding-left: 0
}

.install-app-header .clear-padding {
    padding: 0
}

.install-app-header #close-app-install-header {
    padding: 8px 8px 0 8px
}

@media (max-width:320px) {
    .install-app-header {
        font-size: 9px
    }
}

.scrolling {
    position: fixed;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2)
}

.install-app-cta-section-drug {
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px
}

.install-app-cta {
    border: solid 1px #ff6f61;
    border-radius: 3px;
    font-size: 12px;
    margin: 0;
    padding: 10px
}

.install-app-cta .col-xs-1 {
    padding: 0
}

.install-app-cta .cta-message {
    font-weight: 700;
    color: #404040;
    padding-right: 0
}

.install-app-cta .cta-link {
    float: right;
    font-weight: 700
}

.app-install-carousel>.row {
    overflow-x: auto;
    white-space: nowrap
}

.app-install-carousel>.row>.col-xs-6 {
    display: inline-block;
    float: none
}

.carousel-card {
    margin: 4px 8px;
    padding-bottom: 8px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2)
}

.carousel-card .carousel-text {
    font-size: 12px;
    white-space: normal;
    overflow: hidden;
    line-height: 1.2em;
    height: 3.6em
}

.carousel-card .carousel-link {
    float: right;
    font-weight: 700
}

.install-app-sms-element {
    font-size: 12px;
    min-width: 452px;
    text-align: left
}

.install-app-sms-element .mobile-phone {
    width: 24px
}

.install-app-sms-element .sms-content {
    width: 242px
}

@media (max-width:1143px) {
    .install-app-sms-element .sms-content {
        width: 192px
    }
}

.install-app-sms-element .sms-form {
    width: 152px;
    margin-top: 4px
}

.install-app-sms-element .sms-status {
    width: 86px;
    margin-top: 10px
}

.install-app-sms-element .install-app-sms-head {
    color: #ff6f61;
    font-weight: 400;
    white-space: nowrap
}

@media (max-width:1143px) {
    .install-app-sms-element .install-app-sms-head {
        font-size: 10px
    }
}

.install-app-sms-element .install-app-sms-text {
    color: #fff;
    font-size: 10px
}

.install-app-sms-element #installAppContactNumber {
    width: 96px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    height: 30px;
    -moz-appearance: textfield
}

.install-app-sms-element .install-app-sms-action {
    background: #ff6f61;
    color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-left: 0;
    height: 30px;
    position: absolute
}

.install-app-sms-element .install-app-sms-action:hover {
    background: #ff6f61;
    text-decoration: none
}

.install-app-sms-element .install-app-sms-action:active {
    background: #eda209;
    text-decoration: none
}

.install-app-sms-element input[type=number]::-webkit-inner-spin-button,
.install-app-sms-element input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.install-app-sms-element .clear-padding {
    padding-left: 2px;
    padding-right: 0
}

.install-app-sms-element .sms-number-error {
    color: #ef4747;
    font-size: 10px;
    margin-top: -14px
}

.install-app-sms-element .sms-sent-success {
    color: #fff;
    font-size: 10px;
    margin-top: -14px
}

.app-row-padding {
    padding-top: 56px
}

.search-bar-line {
    display: none
}

.dd .dd-menu {
    position: absolute;
    display: none;
    z-index: 31;
    text-align: left;
    margin-top: 0;
    padding: 12px 0
}

.dd.dd-mobile .dd-menu {
    max-width: inherit
}

.dd.hover .dd-menu {
    display: block
}

.category-links {
    border-bottom: 1px solid #dedede;
    background-color: #fff;
    display: relative
}

.imgCategoryLevel {
    float: left;
    width: 32px;
    height: 32px;
    margin: 8px 8px 0 16px
}

.category-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.category-list .category-accordion-link,
.category-list .category-link {
    display: block;
    padding: 15px;
    font-size: 14px;
    text-align: left;
    color: rgba(33, 33, 33, .87);
    position: relative;
    font-weight: 700
}

.category-list .category-accordion-link.right:after,
.category-list .category-link.right:after {
    transform: rotate(90deg);
    display: table;
    width: 20px;
    height: 20px;
    content: url(https://static.1mg.com/images/caret-right.svg);
    top: 12px;
    right: 25px;
    position: absolute
}

.category-list .category-accordion-link.down:after,
.category-list .category-link.down:after {
    display: table;
    width: 20px;
    height: 20px;
    content: url(https://static.1mg.com/images/caret-right.svg);
    transform: rotate(180deg);
    top: 12px;
    right: 25px;
    position: absolute
}

.category-list .category-accordion-link.up:after,
.category-list .category-link.up:after {
    display: table;
    width: 20px;
    height: 20px;
    content: url(https://static.1mg.com/images/caret-right.svg);
    top: 12px;
    right: 25px;
    position: absolute
}

.category-list .category-accordion {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.category-list .category-accordion li:first-child a {
    padding-left: 30px;
    margin-left: 0
}

.category-list .category-accordion-l1 {
    border-top: 2px solid #eee;
    padding-left: 30px
}

.category-list .l3-category-link {
    padding: 15px;
    display: block;
    font-size: 14px;
    text-align: left;
    color: #212121;
    border-top: 2px solid #eee;
    padding-left: 0;
    margin-left: 30px
}

.category-list .category {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0
}

.category-list .category:last-child .child-category-links {
    right: 0
}

.sub-cat {
    padding: 0 15px;
    list-style: none;
    border-top: solid 1px #e1e1e1
}

.cat-name {
    margin: 0 4px;
    padding: 8px 4px;
    font-size: 14px;
    display: inline-block;
    color: #212121
}

.cat-name:hover {
    color: #ff6f61
}

a.category-l1-link {
    color: #212121
}

a.category-l1-link:hover {
    color: #ff6f61
}

.child-category-links {
    min-width: 200px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    margin: 5px 0 0 0;
    padding: 0;
    white-space: nowrap;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.child-category-links ul:first-child {
    border: none
}

.child-category-links ul:nth-child(3) {
    display: none
}

.child-category-links .l2-cat-name {
    display: block;
    font-size: 12px;
    color: #212121;
    font-weight: 700;
    text-align: left;
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0
}

.child-category-links a.l2-cat-name:hover {
    color: #ff6f61
}

.child-category-links li:first-child a {
    margin-top: 0
}

.child-category-links .l3-cat-name {
    padding-left: 0;
    margin-top: 8px;
    padding-right: 0;
    display: block;
    font-size: 12px;
    color: #757575;
    text-align: left
}

.child-category-links .l3-cat-name:hover {
    color: #ff6f61
}

.child-category-links ul {
    list-style-type: none;
    padding: 0 24px 0 20px;
    border-left: 1px solid #e5e5e5
}

.caret-img {
    vertical-align: middle
}

.drop-icon {
    margin: 0 7px;
    color: #212121
}

.cat-list-item {
    border-bottom: solid 1px #e1e1e1
}

.cat-list-item:visited {
    color: #212121
}

.cat-list-item:hover {
    color: #ff6f61
}

.cat-list-item .mobile-cat-name {
    padding: 10px;
    font-size: 14px;
    color: #212121;
    display: list-item
}

.child-list {
    display: inline-block;
    vertical-align: top
}

.child-list-item {
    padding: 5px
}

.child-list-item:visited {
    color: #212121
}

.child-list-item:hover {
    color: #ff6f61
}

.child-list-item .child-name {
    font-size: 14px;
    color: #212121;
    line-height: 25px
}

.open {
    display: block
}

.plus-icon {
    color: rgba(0, 0, 0, .6)
}

.mobile-category-links {
    font-size: 14px;
    text-align: center;
    color: #ff6f61 !important;
    display: block;
    padding: 10px
}

.rc-slider {
    position: relative;
    height: 65px;
    padding: 5px 0;
    width: 100%;
    border-radius: 6px;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.rc-slider * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.rc-slider-rail {
    position: absolute;
    width: 100%;
    background-color: #e9e9e9;
    height: 10px;
    border-radius: 6px
}

.rc-slider-track {
    position: absolute;
    left: 0;
    height: 10px;
    border-radius: 6px;
    background-color: #ff6f61
}

.rc-slider-handle {
    position: absolute;
    margin-left: -7px;
    margin-top: -2px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    border-radius: 50%;
    border: solid 2px #ff6f61;
    background-color: #fff
}

.rc-slider-handle:hover {
    border-color: #ff6f61
}

.rc-slider-handle-active:active {
    border-color: #ff6f61;
    box-shadow: 0 0 5px #ff6f61
}

.rc-slider-mark {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    font-size: 12px
}

.rc-slider-mark-text {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: #999
}

.rc-slider-mark-text-active {
    color: #666
}

.rc-slider-step {
    position: absolute;
    width: 100%;
    height: 10px;
    background: 0 0;
    touch-action: pan-x
}

.rc-slider-dot {
    position: absolute;
    bottom: -2px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border: 2px solid #e9e9e9;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    border: 0;
    background: 0 0
}

.rc-slider-dot:first-child {
    margin-left: -4px
}

.rc-slider-dot:last-child {
    margin-left: -4px
}

.rc-slider-dot-active {
    border-color: #ff6f61
}

.rc-slider-disabled {
    background-color: #e9e9e9
}

.rc-slider-disabled .rc-slider-track {
    background-color: #ccc
}

.rc-slider-disabled .rc-slider-dot,
.rc-slider-disabled .rc-slider-handle {
    border-color: #ccc;
    background-color: #fff;
    cursor: not-allowed
}

.rc-slider-disabled .rc-slider-dot,
.rc-slider-disabled .rc-slider-mark-text {
    cursor: not-allowed !important
}

.rc-slider-vertical {
    width: 14px;
    height: 100%;
    padding: 0 5px
}

.rc-slider-vertical .rc-slider-rail {
    height: 100%;
    width: 4px
}

.rc-slider-vertical .rc-slider-track {
    left: 5px;
    bottom: 0;
    width: 4px
}

.rc-slider-vertical .rc-slider-handle {
    margin-left: -5px;
    margin-bottom: -7px
}

.rc-slider-vertical .rc-slider-mark {
    top: 0;
    left: 18px;
    height: 100%
}

.rc-slider-vertical .rc-slider-step {
    height: 100%;
    width: 4px
}

.rc-slider-vertical .rc-slider-dot {
    left: 2px;
    margin-bottom: -4px
}

.rc-slider-vertical .rc-slider-dot:first-child {
    margin-bottom: -4px
}

.rc-slider-vertical .rc-slider-dot:last-child {
    margin-bottom: -4px
}

.rc-slider-tooltip-zoom-down-appear,
.rc-slider-tooltip-zoom-down-enter {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: block !important;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.rc-slider-tooltip-zoom-down-leave {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: block !important;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active,
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active {
    -webkit-animation-name: rcSliderTooltipZoomDownIn;
    animation-name: rcSliderTooltipZoomDownIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
    -webkit-animation-name: rcSliderTooltipZoomDownOut;
    animation-name: rcSliderTooltipZoomDownOut;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.rc-slider-tooltip-zoom-down-appear,
.rc-slider-tooltip-zoom-down-enter {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-timing-function: cubic-bezier(.23, 1, .32, 1)
}

.rc-slider-tooltip-zoom-down-leave {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}

@-webkit-keyframes rcSliderTooltipZoomDownIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0)
    }
    100% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes rcSliderTooltipZoomDownIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0)
    }
    100% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes rcSliderTooltipZoomDownOut {
    0% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    100% {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0)
    }
}

@keyframes rcSliderTooltipZoomDownOut {
    0% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    100% {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0)
    }
}

.rc-slider-tooltip {
    position: absolute;
    left: -9999px;
    top: -9999px;
    visibility: visible;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.rc-slider-tooltip * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.rc-slider-tooltip-hidden {
    display: none
}

.rc-slider-tooltip-placement-top {
    padding: 4px 0 8px 0
}

.rc-slider-tooltip-inner {
    padding: 6px 2px;
    min-width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #6c6c6c;
    border-radius: 6px;
    box-shadow: 0 0 4px #d9d9d9
}

.rc-slider-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
    bottom: 4px;
    left: 50%;
    margin-left: -4px;
    border-width: 4px 4px 0;
    border-top-color: #6c6c6c
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    width: 100%
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.mobilePopUp {
    height: 100vh
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

.add-to-cart-toast.container {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    background: rgba(33, 33, 33, .95);
    justify-content: space-between;
    color: #fff;
    animation: slideInUp .2s linear;
    align-items: center;
    height: 55px
}

.add-to-cart-toast.container.hidden {
    display: none
}

.add-to-cart-toast.container .left {
    display: flex;
    text-transform: initial;
    font-weight: 300
}

.add-to-cart-toast.container .right {
    font-weight: 700;
    display: flex;
    padding: 0 12px;
    text-transform: uppercase
}

.add-to-cart-toast.container .right a {
    color: #e7a43e !important
}

@media (min-width:767px) {
    .add-to-cart-toast.container {
        display: none
    }
}

.psuedo-padT::before {
    display: block;
    content: '';
    margin-top: -65px;
    height: 65px;
    visibility: hidden;
    pointer-events: none
}

.psuedo-widget-padT::before {
    display: block;
    content: '';
    margin-top: -130px;
    height: 130px;
    visibility: hidden;
    pointer-events: none
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal
}

.indicators {
    padding: 0;
    text-align: center;
    list-style-type: none
}

.indicators li {
    margin-right: 10px;
    display: inline-block
}

.indicators li button {
    margin-top: 40px;
    margin-bottom: 54px;
    width: 3px;
    height: 3px;
    padding: 3px;
    cursor: pointer;
    color: transparent;
    border: solid 1px rgba(117, 117, 117, .87);
    outline: 0;
    background: 0 0;
    border-radius: 100%
}

.indicators .slick-active button {
    opacity: .75;
    color: #000;
    background: rgba(0, 0, 0, .3) !important;
    color: #fff !important
}

.dfp-responsive {
    display: none
}

.dfp-responsive iframe {
    width: 100%;
    overflow: hidden
}

.dfp-responsive iframe img {
    max-width: 100%;
    max-height: 100%
}

.dfp-responsive iframe #google_image_div {
    width: 100%;
    text-align: center
}

#google_image_div {
    width: 100%;
    text-align: center
}

.banner-labs-coupon {
    margin-top: 60px
}

.vendors-otc {
    font-size: 12px;
    color: #9b9b9b;
    width: 50%;
    float: right;
    line-height: 1.5;
    text-align: right;
    margin-bottom: 12px
}

.checkmark-circle {
    width: 28px;
    height: 8px;
    position: relative;
    display: none;
    vertical-align: top;
    margin-right: 3px
}

@media screen and (max-width:480px) {
    .checkmark-circle {
        vertical-align: super;
        margin-right: 0
    }
}

.checkmark-circle .background {
    width: 20px;
    height: 28px;
    border-radius: 50%;
    background: 0 0;
    position: absolute
}

.checkmark-circle .checkmark {
    border-radius: 5px
}

.checkmark-circle .checkmark.draw:after {
    -webkit-animation-delay: 1ms;
    -moz-animation-delay: 1ms;
    animation-delay: 1ms;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: checkmark;
    -moz-animation-name: checkmark;
    animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.checkmark-circle .checkmark:after {
    opacity: 1;
    height: 14px;
    width: 7px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    border-right: 2.8px solid #fff;
    border-top: 2.8px solid #fff;
    border-radius: 2.5px;
    content: '';
    left: 4.66667px;
    top: 11px;
    position: absolute
}

@-webkit-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1
    }
    20% {
        height: 0;
        width: 7px;
        opacity: 1
    }
    40% {
        height: 14px;
        width: 7px;
        opacity: 1
    }
    100% {
        height: 14px;
        width: 7px;
        opacity: 1
    }
}

@-moz-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1
    }
    20% {
        height: 0;
        width: 7px;
        opacity: 1
    }
    40% {
        height: 14px;
        width: 7px;
        opacity: 1
    }
    100% {
        height: 14px;
        width: 7px;
        opacity: 1
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1
    }
    20% {
        height: 0;
        width: 7px;
        opacity: 1
    }
    40% {
        height: 14px;
        width: 7px;
        opacity: 1
    }
    100% {
        height: 14px;
        width: 7px;
        opacity: 1
    }
}

.btn.btn-primary.btn-add-to-cart {
    width: 100px
}

.btn.btn-primary.btn-add-to-cart:hover {
    background-color: #ff6f61;
    color: #fff;
    box-shadow: none
}

.btn.btn-primary.btn-add-to-cart.btn-disabled {
    background-color: #ff6f61;
    color: #fff
}

@media screen and (max-width:480px) {
    .btn.btn-primary.btn-add-to-cart {
        padding: 10px 5px !important;
        width: 90px;
        text-transform: uppercase
    }
}

.div-sanofi-page {
    display: block;
    border: 1px solid transparent
}

.links-sanofi-lingual li {
    float: right;
    list-style: none;
    margin-right: 20px
}

.links-sanofi-lingual li a {
    font-size: 14px;
    color: #757575
}

.txt-error-message .custom-snackbar>div>div>span {
    color: #666 !important
}

.div-install-bar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 25;
    background: #fff;
    box-shadow: 0 0 8px 2px #999
}

.install {
    padding: 10px 20px 10px 10px;
    background: #212121
}

.left-container {
    width: 60%;
    display: inline-block;
    vertical-align: middle
}

@media (max-width:425px) {
    .left-container:before {
        content: '';
        height: 45px;
        display: inline-block;
        vertical-align: middle
    }
}

.right-container {
    width: 40%;
    display: inline-block;
    vertical-align: middle
}

.banner-logo {
    width: 45px;
    display: inline-block
}

@media (max-width:425px) {
    .banner-logo {
        display: none
    }
}

.img-banner-logo {
    width: 100%
}

.message-content {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px
}

@media (max-width:425px) {
    .message-content {
        width: 100%
    }
}

.message-content p {
    color: #ff6f61;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    margin: 0;
    font-size: 10px
}

.message-content p:first-child {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.1rem
}

.message-content p.message-content--multiline {
    max-height: calc(45px - 1.1rem);
    white-space: initial;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.btn-content {
    border-radius: 4px;
    background-color: #04be3c;
    border: solid 1px #04be3c;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 5px;
    text-align: center
}

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

.img-install-close {
    position: absolute;
    right: 0;
    top: 0
}

.div-install-bar {
    display: none
}

.card-head-name {
    -webkit-box-orient: vertical
}

.item-discount-perc {
    font-size: 14px;
    color: #1aab2a;
    display: inline-block;
    margin-right: 4px
}

.item-mrp-tag {
    font-size: 14px;
    color: #787878;
    display: inline-block;
    margin-right: 4px
}

.item-mrp {
    font-size: 14px;
    text-decoration: line-through;
    color: #787878;
    margin-right: 4px
}

.need-help-margin {
    margin-right: 8px
}

@media screen and (max-width:320px) {
    input[data-search].hdrSrch::-webkit-input-placeholder {
        font-size: 12px
    }
    input[data-search].hdrSrch::-moz-placeholder {
        font-size: 12px
    }
    input[data-search].hdrSrch:-ms-input-placeholder {
        font-size: 12px
    }
    input[data-search].hdrSrch:-moz-placeholder {
        font-size: 12px
    }
}

@media screen and (min-width:321px) and (max-width:375px) {
    input[data-search].hdrSrch::-webkit-input-placeholder {
        font-size: 14px
    }
    input[data-search].hdrSrch::-moz-placeholder {
        font-size: 14px
    }
    input[data-search].hdrSrch:-ms-input-placeholder {
        font-size: 14px
    }
    input[data-search].hdrSrch:-moz-placeholder {
        font-size: 14px
    }
}

.header_caret-top {
    transform: rotate(90deg);
    float: right
}

.header_search {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 5px
}

.header_1mg_logo {
    margin: 0 auto
}

.header_cart-mob,
.header_logo_horizontal {
    display: inline-block;
    vertical-align: middle
}

.header_language,
.header_logo_horizontal,
.header_menu-ham,
.header_search {
    background: url(../../onemg.gumlet.io/krczvdvbeeslgh3iqfae.png) no-repeat
}

.header_1mg_logo {
    background: url(https://onemg.gumlet.io/New_logo_on_web_header_2_wswwvo.svg) no-repeat;
    width: 44px;
    height: 24px
}

.header_caret-top {
    background: url(//onemg.gumlet.io/caret-right_rsoqfe.svg) no-repeat;
    width: 24px;
    height: 24px
}

.header_cart-mob {
    background: url(https://onemg.gumlet.io/cart-icon-rebrand_vp4k0f.svg) no-repeat;
    width: 23px;
    height: 23px
}

.header_language {
    background-position: 0 -87px;
    width: 19px;
    height: 23px
}

.header_logo_horizontal {
    background-position: 0 -112px;
    width: 60px;
    height: 35px
}

.header_menu-ham {
    background-position: 0 -149px;
    width: 18px;
    height: 15px
}

.header_search {
    background-position: 0 -166px;
    width: 17px;
    height: 16px
}

header .location-container {
    padding: 0;
    text-align: center;
    padding: 6px 0;
    margin-left: 7%;
    width: 22.3%;
    float: left;
    position: relative;
    min-height: 1px
}

header .searchbar-container {
    background-color: #fff;
    padding: 6px 13px 6px 1px
}

header div.location-container--xs {
    display: inline-block
}

header .location-container {
    text-align: center;
    padding: 6px 0 0 0;
    float: left
}

.div-city-locator {
    position: relative;
    background: #f1f4f6;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.txt-locator {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: #b5b2b2
}

.txt-detect {
    padding: 0 5px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    display: inline-block;
    position: absolute;
    right: 8px;
    height: 73%;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    overflow: hidden;
    cursor: pointer
}

.txt-detect i {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    color: #787887;
    font-size: 16px
}

.locationDdl {
    display: inline-block;
    width: 73% !important;
    border: 0 none !important;
    box-shadow: 0 0 0 1px transparent !important;
    outline: 0;
    height: 34px;
    text-transform: capitalize;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    background: #f1f4f6
}

.locationDdl:focus {
    border-color: transparent !important;
    box-shadow: 0 0 0 1px transparent !important;
    outline: 0
}

.div-city-dropdown {
    position: absolute;
    z-index: 11;
    background: #fff;
    width: 98%;
    max-height: 500px;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    border: solid 1px #7f7f7f
}

.link-ddl-city {
    color: rgba(33, 33, 33, .87);
    display: block;
    padding: 11px 16px;
    font-size: 14px
}

.link-ddl-city:hover {
    color: rgba(33, 33, 33, .87);
    display: block;
    padding: 11px 16px;
    font-size: 14px;
    background: #fffcf8
}

.ddl-city-name {
    list-style: none;
    text-align: left
}

#locationDropdownCities ul {
    padding-left: 0;
    margin: 0
}

.div-city-dropdown .city-label {
    background-color: #f9f9f9;
    padding: 8px 0 8px 16px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(33, 33, 33, .87);
    font-size: 12px
}

.loader-city-check {
    width: 18px;
    height: 18px
}

.city-auto-detect {
    color: #616161;
    margin-top: 4px
}

header .location-container.location-container--bg-blue {
    height: 46px;
    background: #fff
}

header div.location-container--xs {
    display: inline-block;
    max-width: calc(100% '30px');
    line-height: initial
}

@media (min-width:501px) and (max-width:768px) {
    .txt-locator {
        left: 0
    }
    .txt-detect {
        right: 0
    }
    .ddl-city-name {
        word-wrap: break-word
    }
}

@media (min-width:768px) and (max-width:1096px) {
    header .location-container {
        margin-left: 7% !important
    }
    .locationDdl {
        text-indent: 4px
    }
    input[data-search]::placeholder {
        font-size: 12px
    }
    input[data-search]:-ms-input-placeholder {
        font-size: 12px
    }
    input[data-search]::-ms-input-placeholder {
        font-size: 12px
    }
}

@media (min-width:992px) and (max-width:1096px) {
    header .location-container {
        width: 20% !important
    }
}

@media screen and (max-width:500px) {
    header .searchbar-container {
        padding: 13px
    }
    input[data-search].hdrSrch {
        border-radius: 3px
    }
}

@media screen and (min-width:501px) {
    #locationModal {
        display: none !important
    }
}

.last-updated {
    flex: 1;
    padding-left: 15px
}

.last-updated>span {
    color: #968e8e;
    font-weight: 400
}

.cont-details {
    display: inline-table
}

#return-policy .cont-details {
    display: block
}

section#lower-prescription-box .cont-selected {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

section#lower-prescription-box .control-short-tab {
    color: #212121;
    background: #042430;
    cursor: pointer;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 15px;
    font-size: .875rem;
    border-bottom: 1px solid #fff
}

section#lower-prescription-box .control-short-tab.static {
    font-size: 12px !important
}

section#lower-prescription-box .control-short-tab.tab-selected,
section#lower-prescription-box .control-short-tab:hover {
    background: #000;
    color: #fff
}

.prescriptionList {
    padding: 0 5px
}

.prescriptionList .prescriptionItem {
    margin-bottom: 10px;
    padding: 5px
}

.prescriptionList .prescriptionItem .prescriptionSelect {
    vertical-align: top;
    width: 10px
}

.prescriptionList .prescriptionItem .prescriptionSelect input.pLstItm {
    margin-top: 2.5px;
    vertical-align: top
}

.prescriptionList .prescriptionItem .prescriptionBullet {
    vertical-align: top;
    height: 10px;
    width: 10px;
    margin-top: 5px;
    border: 1px solid #042430;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.prescriptionList .prescriptionItem .prescriptionDetails {
    padding: 0 10px;
    width: 80%;
    vertical-align: top;
    font-size: .875rem
}

.prescriptionList .prescriptionItem .prescriptionDetails.static {
    font-size: 12px !important
}

.prescriptionList .prescriptionItem .prescriptionDetails .sub-detail {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.prescriptionList .prescriptionItem .prescriptionDetails .sub-detail span.sub-title {
    margin-right: 5px
}

.prescriptionList .prescriptionItem .prescriptionDetails .sub-detail span.sub-value {
    font-weight: 700
}

.prescriptionList .prescriptionItem .prescriptionDetails .sub-detail span.sub-value.nickName {
    color: #ff2915
}

.prescriptionList .prescriptionItem .prescriptionOption {
    width: 15%
}

.prescriptionList .prescriptionItem .prescriptionOption .option-box {
    border: 1px solid;
    padding: 2.5px;
    color: #ff6f61;
    font-size: .875rem;
    text-align: center;
    text-transform: capitalize
}

.prescriptionList .prescriptionItem .prescriptionOption .option-box.static {
    font-size: 12px !important
}

.prescriptionList .prescriptionItem.lower-box:hover {
    background-color: #fafafa
}

#orderAttachment {
    border: 1px #ddd solid;
    padding: 0 10px 15px 10px
}

.presc-image {
    background-image: url(../images/attachment.png);
    width: 64px;
    height: 72px;
    display: inline-block;
    margin: 1.125rem
}

.attach-label {
    display: inline-block;
    margin: 2.9375rem 0;
    cursor: pointer;
    text-decoration: underline
}

.presc-thumb-image {
    width: 100%;
    cursor: pointer
}

.presc-thumb-image.uploading {
    cursor: default
}

.date-uploaded {
    display: inline-block;
    background-color: #111;
    color: #fff;
    padding: 5px;
    width: 100%
}

.prescription-delete {
    margin-top: -15px
}

.prescription-delete span {
    width: 28px;
    height: 28px;
    cursor: pointer
}

input[type=checkbox].presc-attached {
    vertical-align: super
}

.prescription-content {
    cursor: pointer
}

.prescription-content.uploading {
    overflow: hidden;
    padding-right: .5rem;
    cursor: default
}

.prescription-content.uploading.mobile {
    height: 8.6rem
}

.prescription-content.mobile {
    height: 9.6rem
}

.prescription-content.selected {
    background-color: #fff
}

.upload-bar {
    display: inline-block;
    width: 0%;
    height: 5px;
    margin-top: 3.59375rem;
    background-color: #ff6f61
}

.non-otc-list {
    padding: 0
}

.non-otc-notice {
    text-align: justify
}

.prescription-upload-section .prescription-upload.mobile {
    height: 8.5rem
}

.presc-modal-image {
    width: 100%
}

.presc-title {
    overflow: hidden
}

.loading-image {
    margin: 30px;
    width: auto !important
}

#order-summary-box .summary-sub-box {
    margin-bottom: 20px
}

#order-summary-box .summary-sub-box .summary-col .title {
    border-bottom: 2px #8d8d8d solid;
    padding: 5px 0;
    color: #042430;
    font-weight: 100;
    font-size: 1.15rem;
    margin-bottom: 10px
}

#order-summary-box .summary-sub-box .summary-col .title.static {
    font-size: 16px !important
}

#order-summary-box .summary-sub-box .summary-col .conv-box {
    padding: 15px 0;
    border-bottom: 1px #ddd solid;
    border-top: 1px #ddd solid;
    margin: 10px 0
}

#order-summary-box .summary-sub-box .summary-col .conv-box .row {
    margin-top: 0
}

#order-summary-box .summary-sub-box .summary-col .conv-box .conv-title,
#order-summary-box .summary-sub-box .summary-col .conv-box .conv-value {
    font-size: .875rem
}

#order-summary-box .summary-sub-box .summary-col .conv-box .conv-title.static,
#order-summary-box .summary-sub-box .summary-col .conv-box .conv-value.static {
    font-size: 12px !important
}

#order-summary-box .summary-sub-box .summary-col .price-box {
    font-size: .875rem;
    padding: 10px 0
}

#order-summary-box .summary-sub-box .summary-col .price-box.static {
    font-size: 12px !important
}

#order-summary-box .summary-sub-box .summary-col .price-box .row {
    margin-top: 0;
    margin-bottom: 5px
}

#order-summary-box .summary-sub-box .summary-col .price-box .price-area.pay {
    color: #ff6f61;
    font-size: 1.15rem
}

#order-summary-box .summary-sub-box .summary-col .price-box .price-area.pay.static {
    font-size: 16px !important
}

#order-summary-box .summary-sub-box .summary-col .price-box .price-area.save {
    font-weight: 700
}

#order-summary-box .summary-sub-box .summary-col .price-box .price-area .prc-value {
    text-align: right
}

#order-summary-box .summary-sub-box .summary-col .price-box .price-area .prc-value.actual {
    text-decoration: line-through
}

#order-summary-box .summary-sub-box .summary-col .care-plan-banner {
    padding: 2px 0 5px 0
}

#order-summary-box .summary-sub-box .summary-col .history-box {
    font-size: .875rem;
    margin-bottom: 15px
}

#order-summary-box .summary-sub-box .summary-col .history-box.static {
    font-size: 12px !important
}

#order-summary-box .summary-sub-box .summary-col .history-box .history-tab {
    cursor: pointer;
    border: 1px transparent solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px 10px 10px;
    background: rgba(38, 100, 123, .2);
    color: rgba(38, 100, 123, .9)
}

#order-summary-box .summary-sub-box .summary-col .history-box .history-tab:hover {
    background: rgba(38, 100, 123, .3)
}

#order-summary-box .summary-sub-box .summary-col .history-box .history-content {
    font-size: 1.15rem;
    border: 1px #ddd solid;
    padding: 10px;
    margin-top: -5px;
    border-top: 0
}

#order-summary-box .summary-sub-box .summary-col .history-box .history-content.static {
    font-size: 16px !important
}

#order-summary-box .summary-sub-box .summary-col .history-box .history-content .history-detail {
    border-top: solid 1px #ddd
}

#order-summary-box .summary-sub-box .summary-col .history-box .history-content .history-detail .sub-head {
    margin: 10px 0;
    font-size: 1.15rem
}

#order-summary-box .summary-sub-box .summary-col .history-box .history-content .history-detail .sub-head.static {
    font-size: 16px !important
}

#order-summary-box .summary-sub-box .summary-col .history-box .history-content .history-detail .sub-head .detail-title {
    font-weight: 700
}

#order-summary-box .summary-sub-box .summary-col .history-box .history-content .history-detail .sub-head .detail-value {
    font-weight: 400
}

#order-summary-box .summary-sub-box .summary-col .history-box .history-content .history-functions {
    text-align: right;
    font-size: .875rem
}

#order-summary-box .summary-sub-box .summary-col .history-box .history-content .history-functions.static {
    font-size: 12px !important
}

.otc .otc-name {
    font-size: 1.3rem;
    color: #000;
    text-transform: capitalize;
    margin-top: 0
}

.otc .otc-name.static {
    font-size: 18px !important
}

.otc .otc-pack {
    color: #474747;
    font-size: .875rem
}

.otc .otc-pack.static {
    font-size: 12px !important
}

.otc .otc-manufacturer {
    font-size: .875rem;
    color: #474747;
    text-transform: capitalize;
    text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.otc .otc-manufacturer.static {
    font-size: 12px !important
}

.otc .otc-unit-count,
.otc .otc-unit-info {
    font-size: 1.15rem;
    color: #6e6e6e
}

.otc .otc-unit-count.static,
.otc .otc-unit-info.static {
    font-size: 16px !important
}

.otc .otc-stock {
    color: #474747
}

.otc .otc-price {
    font-size: 1.3rem;
    color: #ff6f61
}

.otc .otc-price.static {
    font-size: 18px !important
}

.otc .otc-save {
    font-weight: 700;
    display: inline;
    color: #1aab2a;
    font-size: 12px
}

.otc .otc-actual {
    display: inline;
    text-decoration: line-through;
    font-size: 12px
}

.otc .otc-pack-count,
.otc .otc-pack-name {
    font-size: .875rem
}

.otc .otc-pack-count.static,
.otc .otc-pack-name.static {
    font-size: 12px !important
}

.otc .otc-img-box {
    padding: 10px;
    margin: 15px 0;
    text-align: center;
    border: 1px #ddd solid;
    box-shadow: 4px 4px 10px #ddd
}

.otc .otc-filter-box {
    margin: 15px 0
}

.otc .otc-filter-box .filter-title {
    font-size: .875rem
}

.otc .otc-filter-box .filter-title.static {
    font-size: 12px !important
}

.otc .otc-filter-box .filter-title span.filter-selected {
    color: #ff6f61;
    text-transform: capitalize;
    margin-left: 5px
}

.otc .otc-filter-box .filter-options {
    margin: 5px 0;
    text-transform: capitalize;
    width: 100%;
    padding: 5px
}

.otc .otc-filter-box .filter-options .filter-value {
    padding: 5px;
    background: #fff
}

.otc .otc-filter-box .filter-options .filter-value:hover {
    background: #fafafa
}

.otc .otc-submit-box {
    border-top: 1px solid #ddd;
    padding: 15px 0;
    margin: 15px 0 0;
    font-size: .875rem
}

.otc .otc-submit-box.static {
    font-size: 12px !important
}

.otc .otc-detail-box {
    margin: 15px 0
}

.otc .otc-detail-box .detail-title {
    font-size: 1rem;
    color: #ff6f61;
    margin-bottom: 5px;
    text-transform: uppercase
}

.otc .otc-detail-box .detail-title.static {
    font-size: 14px !important
}

.otc .otc-detail-box .detail-desc {
    color: #474747;
    font-size: .875rem
}

.otc .otc-detail-box .detail-desc.static {
    font-size: 12px !important
}

.otc .otc-variant-block {
    display: flex;
    font-size: .875rem;
    color: #404040;
    font-weight: 700;
    flex-direction: row
}

.otc .otc-variant-block span.availability-tag {
    margin-right: 10px;
    padding-bottom: 10px;
    display: inline-block
}

.otc .otc-variant-block span.flavour {
    font-weight: 600
}

.otc .otc-variant-block .row {
    margin-left: 0
}

@media screen and (max-width:1199px) {
    .otc .otc-variant-block {
        flex-direction: row
    }
}

.otc .otc-variant-block .btn {
    border: 1px solid #464646;
    padding: 9px 15px 9px 15px !important;
    background-color: #fff;
    height: auto;
    border-radius: 4px !important;
    color: rgba(33, 33, 33, .87);
    box-shadow: none !important;
    text-align: left;
    float: none !important;
    max-width: 230px;
    outline: 0;
    margin-right: 0
}

.otc .otc-variant-block .btn span.text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 180px;
    display: inline-block;
    text-transform: none
}

.otc .otc-variant-block ul.dropdown-menu {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin-top: 0;
    border-top: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    left: auto;
    right: 8px;
    max-height: 354px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0;
    max-width: 230px
}

.otc .otc-variant-block a {
    color: #212121 !important
}

.otc .otc-variant-block li {
    text-align: left;
    font-weight: 500;
    font-size: 14px
}

.otc .otc-variant-block li:hover {
    background-color: #f5f5f5;
    cursor: pointer
}

.otc .otc-variant-block li:hover a {
    text-decoration: none;
    color: #ff6f61 !important
}

.otc .otc-variant-block li.selected {
    background-color: rgba(238, 252, 255, .57);
    cursor: default;
    color: #212121 !important;
    padding: 9px 30px 10px 15px
}

.otc .otc-variant-block li span {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden
}

.otc .otc-variant-block li a {
    display: block;
    padding: 9px 30px 10px 15px
}

.otc .otc-variant-block .fa-caret-up {
    color: #464646;
    padding-left: 10px;
    vertical-align: text-top
}

.otc .otc-variant-block .fa-caret-down {
    color: #464646;
    padding-left: 10px;
    vertical-align: text-top
}

.otc .otc-variant-block .up-arrow {
    display: none
}

.otc .otc-variant-block .open .up-arrow {
    display: inline-block
}

.otc .otc-variant-block .open .down-arrow {
    display: none
}

.otc-non-service-section {
    padding-bottom: 15px;
    padding-top: 15px
}

.otc-non-service-section .otc-non-service-text {
    display: inline-block;
    color: #997b3d;
    font-size: 12px;
    padding: 8px 12px;
    background-color: rgba(247, 186, 62, .2)
}

.drug-name-section {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px
}

.composition-block {
    font-size: .875rem;
    padding-top: 5px;
    margin-bottom: 15px
}

.composition-block.static {
    font-size: 12px !important
}

.composition-block h2 {
    margin-bottom: 5px;
    margin-top: 0
}

.composition-block a {
    margin-right: 5px
}

.composition-block .report-block {
    color: #474747;
    cursor: pointer;
    text-decoration: underline
}

.non-service-section {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    padding-top: 15px
}

.non-service-section .non-service-text {
    display: inline-block;
    color: #997b3d;
    font-size: 12px;
    padding: 8px 12px;
    background-color: rgba(247, 186, 62, .2)
}

.unavailable-drug-info {
    padding-right: 4px
}

.banned-section {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    padding-top: 15px
}

a.banned {
    border-radius: 3px;
    background-color: #c25a4e;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    font-size: .875rem;
    vertical-align: top;
    line-height: .875rem;
    font-size: .75rem
}

a.banned:hover {
    text-decoration: none;
    color: #fff
}

a.banned ::before {
    border-radius: 100%;
    border: 1px solid #fff;
    display: inline-block;
    margin-right: 10px;
    content: "i";
    font-size: .875rem;
    text-align: center;
    width: .875rem;
    height: .875rem;
    line-height: .75rem;
    font-size: .75rem
}

a.unavailable {
    border-radius: 3px;
    display: inline-block;
    padding: 5px 10px;
    font-size: .875rem;
    vertical-align: top;
    line-height: .875rem;
    font-size: .75rem;
    text-decoration: none
}

a.unavailable:active,
a.unavailable:hover,
a.unavailable:visited {
    text-decoration: none;
    color: #fff
}

.unavailable-info {
    border-radius: 100%;
    border: 1px solid #fff;
    display: inline-block;
    margin-right: 10px;
    content: "i";
    font-size: .875rem;
    text-align: center;
    width: .875rem;
    height: .875rem;
    line-height: .75rem;
    font-size: .75rem
}

.price-block {
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px
}

.price-block .row {
    margin-top: 0
}

.price-block .item-pack {
    color: #000
}

.price-block .item-pack span {
    font-weight: 700;
    margin-right: 5px
}

.price-block .item-pack:last-child {
    margin-bottom: 10px
}

.section-title {
    color: #042430
}

.drug-e-a li {
    list-style: initial
}

.salt-faq p {
    display: inline
}

.salt-faq .faq-display-more {
    float: right
}

h3 {
    color: #042430
}

.salt-info-box {
    margin-bottom: 15px
}

.sku-not-available {
    margin-top: 10px
}

.no-padding {
    padding-left: 0
}

.locale-hide {
    display: none
}

.variant-common {
    display: flex;
    font-size: .875rem;
    color: #404040;
    font-weight: 700
}

.variant-common span.availability-tag {
    margin-right: 10px;
    padding-bottom: 10px;
    display: inline-block
}

.variant-common span.flavour {
    font-weight: 600
}

.variant-common .row {
    margin-left: 0
}

@media screen and (max-width:1199px) {
    .variant-common {
        flex-direction: row
    }
}

.variant-common .btn {
    border: 1px solid #464646;
    padding: 9px 15px 9px 15px !important;
    background-color: #fff;
    height: auto;
    border-radius: 4px !important;
    color: rgba(33, 33, 33, .87);
    box-shadow: none !important;
    text-align: left;
    float: none !important;
    max-width: 230px;
    outline: 0;
    margin-right: 0
}

.variant-common .btn span.text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 180px;
    display: inline-block;
    text-transform: none
}

.variant-common ul.dropdown-menu {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin-top: 0;
    border-top: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    left: auto;
    right: 8px;
    max-height: 354px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0;
    max-width: 230px
}

.variant-common a {
    color: #212121 !important
}

.variant-common li {
    text-align: left;
    font-weight: 500;
    font-size: 14px
}

.variant-common li:hover {
    background-color: #f5f5f5;
    cursor: pointer
}

.variant-common li:hover a {
    text-decoration: none;
    color: #ff6f61 !important
}

.variant-common li.selected {
    background-color: rgba(238, 252, 255, .57);
    cursor: default;
    color: #212121 !important;
    padding: 9px 30px 10px 15px
}

.variant-common li span {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden
}

.variant-common li a {
    display: block;
    padding: 9px 30px 10px 15px
}

.variant-common .fa-caret-up {
    color: #464646;
    padding-left: 10px;
    vertical-align: text-top
}

.variant-common .fa-caret-down {
    color: #464646;
    padding-left: 10px;
    vertical-align: text-top
}

.variant-common .up-arrow {
    display: none
}

.variant-common .open .up-arrow {
    display: inline-block
}

.variant-common .open .down-arrow {
    display: none
}

.variant-product {
    display: flex;
    font-size: .875rem;
    color: #404040;
    font-weight: 700;
    flex-direction: row-reverse
}

.variant-product span.availability-tag {
    margin-right: 10px;
    padding-bottom: 10px;
    display: inline-block
}

.variant-product span.flavour {
    font-weight: 600
}

.variant-product .row {
    margin-left: 0
}

@media screen and (max-width:1199px) {
    .variant-product {
        flex-direction: row
    }
}

.variant-product .btn {
    border: 1px solid #464646;
    padding: 9px 15px 9px 15px !important;
    background-color: #fff;
    height: auto;
    border-radius: 4px !important;
    color: rgba(33, 33, 33, .87);
    box-shadow: none !important;
    text-align: left;
    float: none !important;
    max-width: 230px;
    outline: 0;
    margin-right: 0
}

.variant-product .btn span.text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 180px;
    display: inline-block;
    text-transform: none
}

.variant-product ul.dropdown-menu {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin-top: 0;
    border-top: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    left: auto;
    right: 8px;
    max-height: 354px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0;
    max-width: 230px
}

.variant-product a {
    color: #212121 !important
}

.variant-product li {
    text-align: left;
    font-weight: 500;
    font-size: 14px
}

.variant-product li:hover {
    background-color: #f5f5f5;
    cursor: pointer
}

.variant-product li:hover a {
    text-decoration: none;
    color: #ff6f61 !important
}

.variant-product li.selected {
    background-color: rgba(238, 252, 255, .57);
    cursor: default;
    color: #212121 !important;
    padding: 9px 30px 10px 15px
}

.variant-product li span {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden
}

.variant-product li a {
    display: block;
    padding: 9px 30px 10px 15px
}

.variant-product .fa-caret-up {
    color: #464646;
    padding-left: 10px;
    vertical-align: text-top
}

.variant-product .fa-caret-down {
    color: #464646;
    padding-left: 10px;
    vertical-align: text-top
}

.variant-product .up-arrow {
    display: none
}

.variant-product .open .up-arrow {
    display: inline-block
}

.variant-product .open .down-arrow {
    display: none
}

.variant-block {
    display: flex;
    font-size: .875rem;
    color: #404040;
    font-weight: 700;
    flex-direction: row-reverse
}

.variant-block span.availability-tag {
    margin-right: 10px;
    padding-bottom: 10px;
    display: inline-block
}

.variant-block span.flavour {
    font-weight: 600
}

.variant-block .row {
    margin-left: 0
}

@media screen and (max-width:1199px) {
    .variant-block {
        flex-direction: row
    }
}

.variant-block .btn {
    border: 1px solid #464646;
    padding: 9px 15px 9px 15px !important;
    background-color: #fff;
    height: auto;
    border-radius: 4px !important;
    color: rgba(33, 33, 33, .87);
    box-shadow: none !important;
    text-align: left;
    float: none !important;
    max-width: 230px;
    outline: 0;
    margin-right: 0
}

.variant-block .btn span.text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 180px;
    display: inline-block;
    text-transform: none
}

.variant-block ul.dropdown-menu {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin-top: 0;
    border-top: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    left: auto;
    right: 8px;
    max-height: 354px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0;
    max-width: 230px
}

.variant-block a {
    color: #212121 !important
}

.variant-block li {
    text-align: left;
    font-weight: 500;
    font-size: 14px
}

.variant-block li:hover {
    background-color: #f5f5f5;
    cursor: pointer
}

.variant-block li:hover a {
    text-decoration: none;
    color: #ff6f61 !important
}

.variant-block li.selected {
    background-color: rgba(238, 252, 255, .57);
    cursor: default;
    color: #212121 !important;
    padding: 9px 30px 10px 15px
}

.variant-block li span {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden
}

.variant-block li a {
    display: block;
    padding: 9px 30px 10px 15px
}

.variant-block .fa-caret-up {
    color: #464646;
    padding-left: 10px;
    vertical-align: text-top
}

.variant-block .fa-caret-down {
    color: #464646;
    padding-left: 10px;
    vertical-align: text-top
}

.variant-block .up-arrow {
    display: none
}

.variant-block .open .up-arrow {
    display: inline-block
}

.variant-block .open .down-arrow {
    display: none
}

@media screen and (max-width:1199px) {
    .variant-block {
        border-top: 1px solid #ddd;
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        flex-direction: row
    }
}

.variant-block-section {
    display: flex;
    font-size: .875rem;
    color: #404040;
    font-weight: 700;
    flex-direction: row-reverse;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px
}

.variant-block-section span.availability-tag {
    margin-right: 10px;
    padding-bottom: 10px;
    display: inline-block
}

.variant-block-section span.flavour {
    font-weight: 600
}

.variant-block-section .row {
    margin-left: 0
}

@media screen and (max-width:1199px) {
    .variant-block-section {
        flex-direction: row
    }
}

.variant-block-section .btn {
    border: 1px solid #464646;
    padding: 9px 15px 9px 15px !important;
    background-color: #fff;
    height: auto;
    border-radius: 4px !important;
    color: rgba(33, 33, 33, .87);
    box-shadow: none !important;
    text-align: left;
    float: none !important;
    max-width: 230px;
    outline: 0;
    margin-right: 0
}

.variant-block-section .btn span.text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 180px;
    display: inline-block;
    text-transform: none
}

.variant-block-section ul.dropdown-menu {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin-top: 0;
    border-top: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    left: auto;
    right: 8px;
    max-height: 354px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0;
    max-width: 230px
}

.variant-block-section a {
    color: #212121 !important
}

.variant-block-section li {
    text-align: left;
    font-weight: 500;
    font-size: 14px
}

.variant-block-section li:hover {
    background-color: #f5f5f5;
    cursor: pointer
}

.variant-block-section li:hover a {
    text-decoration: none;
    color: #ff6f61 !important
}

.variant-block-section li.selected {
    background-color: rgba(238, 252, 255, .57);
    cursor: default;
    color: #212121 !important;
    padding: 9px 30px 10px 15px
}

.variant-block-section li span {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden
}

.variant-block-section li a {
    display: block;
    padding: 9px 30px 10px 15px
}

.variant-block-section .fa-caret-up {
    color: #464646;
    padding-left: 10px;
    vertical-align: text-top
}

.variant-block-section .fa-caret-down {
    color: #464646;
    padding-left: 10px;
    vertical-align: text-top
}

.variant-block-section .up-arrow {
    display: none
}

.variant-block-section .open .up-arrow {
    display: inline-block
}

.variant-block-section .open .down-arrow {
    display: none
}

@media screen and (max-width:767px) {
    .variant-block-section {
        border-bottom: hidden;
        padding-bottom: 0
    }
}

.check-availability:lang(te) {
    white-space: nowrap
}

.subs-lang {
    display: none
}

.subs-def:lang(te) {
    white-space: nowrap
}

@media screen and (max-width:991px) and (min-width:400px),
screen and (min-width:1327px) {
    .subs-def:lang(te) {
        display: block
    }
}

@media screen and (max-width:1326px) and (min-width:992px),
screen and (max-width:399px) {
    .subs-def:lang(te) {
        display: none
    }
}

.subs-lang:lang(te) {
    white-space: nowrap
}

@media screen and (max-width:991px) and (min-width:400px),
screen and (min-width:1327px) {
    .subs-lang:lang(te) {
        display: none
    }
}

@media screen and (max-width:1326px) and (min-width:992px),
screen and (max-width:399px) {
    .subs-lang:lang(te) {
        display: block
    }
}

.subs-def:lang(ta) {
    white-space: nowrap
}

@media screen and (max-width:991px) and (min-width:400px),
screen and (min-width:1327px) {
    .subs-def:lang(ta) {
        display: block
    }
}

@media screen and (max-width:1326px) and (min-width:992px),
screen and (max-width:399px) {
    .subs-def:lang(ta) {
        display: none
    }
}

.subs-lang:lang(ta) {
    white-space: nowrap
}

@media screen and (max-width:991px) and (min-width:400px),
screen and (min-width:1327px) {
    .subs-lang:lang(ta) {
        display: none
    }
}

@media screen and (max-width:1326px) and (min-width:992px),
screen and (max-width:399px) {
    .subs-lang:lang(ta) {
        display: block
    }
}

.salt-language-bar {
    padding-left: 15px;
    margin-bottom: 20px;
    margin-top: 20px
}

#login-box {
    margin: 20px auto
}

#login-box .login-title {
    margin-bottom: 20px;
    font-size: 1.15rem;
    font-weight: 700
}

#login-box .login-title.static {
    font-size: 16px !important
}

#login-box form.login-form .form-mini-box {
    margin-bottom: 20px;
    font-size: .875rem
}

#login-box form.login-form .form-mini-box.static {
    font-size: 12px !important
}

#login-box form.login-form .form-mini-box .input-name {
    margin-bottom: 10px;
    text-transform: uppercase
}

#login-box form.login-form .form-mini-box .input-name .terms-msg {
    margin-left: 5px;
    text-transform: none;
    vertical-align: middle
}

#login-box form.login-form .form-mini-box .input-box {
    padding: 5px;
    color: #474747;
    width: 100%;
    border: 1px #ddd solid;
    box-shadow: 4px 4px 10px #ddd
}

#login-box form.login-form .form-mini-box a.frgt-pswd {
    margin: 5px 0
}

#login-box form.login-form .form-mini-box:last-child {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px
}

.page-title {
    text-align: center;
    color: #042430
}

.page-title.cart {
    margin-bottom: 0
}

.page-title.about-us {
    margin: 15px 0;
    color: #000
}

.page-title.donate {
    margin: 15px 0;
    color: #fff
}

.page-title.app-download {
    margin: 80px 0 40px;
    color: #212121;
    text-align: left;
    font-weight: 700;
    font-size: 2rem
}

.page-title.donate.bold {
    font-weight: 700
}

.page-sub-title {
    color: #6e6e6e;
    text-align: center
}

.page-sub-title.cart {
    margin: 0
}

.page-sub-title.lft {
    text-align: left
}

.page-sub-title span.item-count {
    margin-right: 5px
}

.drug-interact {
    margin: 10px 0;
    text-align: center
}

.drug-interact .radioText {
    font-size: .75rem;
    margin-right: 10px
}

.drug-interact .radioText.static {
    font-size: 10px !important
}

.drug-interact .radioText span.optionText {
    margin: 0 5px;
    vertical-align: middle
}

#select-drug-interact-box,
#show-drug-interact-box {
    margin: 10px 0 30px
}

#select-drug-interact-box .interact-head,
#show-drug-interact-box .interact-head {
    border-bottom: 2px solid #acacac;
    padding-bottom: 10px
}

#select-drug-interact-box .interact-head .interact-title,
#show-drug-interact-box .interact-head .interact-title {
    text-transform: uppercase;
    font-size: 1rem;
    padding: 5px 0 0;
    color: #ff6f61
}

#select-drug-interact-box .interact-head .interact-title.static,
#show-drug-interact-box .interact-head .interact-title.static {
    font-size: 14px !important
}

#select-drug-interact-box .interact-head .interact-title span.sub-title,
#show-drug-interact-box .interact-head .interact-title span.sub-title {
    margin: 0 5px
}

#select-drug-interact-box .interact-head .interact-buttons,
#show-drug-interact-box .interact-head .interact-buttons {
    text-align: right
}

#select-drug-interact-box .interact-head .interact-buttons .checkText,
#show-drug-interact-box .interact-head .interact-buttons .checkText {
    color: #000;
    font-size: .875rem;
    vertical-align: middle;
    text-transform: capitalize;
    margin-left: 5px
}

#select-drug-interact-box .interact-head .interact-buttons .checkText.static,
#show-drug-interact-box .interact-head .interact-buttons .checkText.static {
    font-size: 12px !important
}

#select-drug-interact-box .drug-selected {
    border-bottom: 1px dashed #ddd;
    padding: 0 0 10px
}

#select-drug-interact-box .drug-selected .drug-title {
    font-size: .875rem;
    text-decoration: none
}

#select-drug-interact-box .drug-selected .drug-title.static {
    font-size: 12px !important
}

#select-drug-interact-box .drug-selected .drug-title .drug-name {
    margin-right: 5px;
    color: #212121
}

#select-drug-interact-box .drug-selected .drug-title .drug-type {
    margin-right: 5px;
    color: #6e6e6e
}

#select-drug-interact-box .drug-selected .drug-title:hover {
    text-decoration: none
}

#select-drug-interact-box .drug-selected .drug-delete {
    text-align: right
}

#show-drug-interact-box .interact-banner {
    border-bottom: 2px solid;
    padding: 10px;
    font-size: .875rem;
    margin-top: 15px
}

#show-drug-interact-box .interact-banner.static {
    font-size: 12px !important
}

#show-drug-interact-box .interact-banner .ban-count {
    margin-left: 5px
}

#show-drug-interact-box .drug-interacted {
    border-bottom: 2px solid #ddd;
    padding: 10px 0
}

#show-drug-interact-box .drug-interacted .interact-combo {
    padding-right: 10px;
    border-bottom: 1px dashed #ddd;
    margin-right: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px
}

#show-drug-interact-box .drug-interacted .interact-combo:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

#show-drug-interact-box .drug-interacted .interact-combo .interact-number {
    width: 15%;
    text-align: center;
    vertical-align: top;
    float: left
}

#show-drug-interact-box .drug-interacted .interact-combo .interact-number .number-style {
    border: 1px #ddd solid;
    padding: 5px 10px;
    color: #fff;
    font-size: 1.15rem;
    text-align: center;
    min-width: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

#show-drug-interact-box .drug-interacted .interact-combo .interact-number .number-style.static {
    font-size: 16px !important
}

#show-drug-interact-box .drug-interacted .interact-combo .interact-title {
    width: 85%;
    text-align: left;
    vertical-align: top;
    font-size: .875rem;
    padding-bottom: 10px
}

#show-drug-interact-box .drug-interacted .interact-combo .interact-title.static {
    font-size: 12px !important
}

#show-drug-interact-box .drug-interacted .interact-combo .interact-title .int-drug-name {
    margin-left: 10px
}

#show-drug-interact-box .drug-interacted .interact-combo .interact-title .int-plus {
    font-size: 1.15rem;
    position: relative;
    right: 5px;
    height: 5px;
    vertical-align: top;
    top: -6px
}

#show-drug-interact-box .drug-interacted .interact-combo .interact-title .int-plus.static {
    font-size: 16px !important
}

#show-drug-interact-box .drug-interacted .interact-msg {
    font-size: 12px !important;
    line-height: 1.3em
}

#show-drug-interact-box .drug-interacted:last-child {
    border: 0
}

#show-drug-interact-box #control-tabs {
    margin-top: 15px
}

#show-drug-interact-box #control-tabs .tab-menu {
    text-align: center;
    font-size: .75rem;
    font-weight: 500;
    border-bottom: 2px solid;
    padding: 10px 0
}

#show-drug-interact-box #control-tabs .tab-menu.static {
    font-size: 10px !important
}

#show-drug-interact-box #control-tabs .tab-menu .tab-title {
    margin-right: 5px
}

#show-drug-interact-box #control-tabs .tab-menu .tab-title span.sub-title {
    margin: 0 5px
}

#show-drug-interact-box #control-tabs .tab-menu.tab-selected {
    border-bottom: 0
}

#show-drug-interact-box #control-tabs .tab-menu.tab-disabled {
    color: #dfdfdf;
    cursor: not-allowed
}

#show-drug-interact-box #interact-error-content {
    border-bottom: 1px solid #ddd;
    cursor: not-allowed
}

#show-drug-interact-box #interact-error-content .error-msg {
    border: 2px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    font-size: 1.15rem;
    font-weight: 500;
    margin: 25px auto;
    line-height: 30px;
    color: #6e6e6e;
    text-align: center
}

#show-drug-interact-box #interact-error-content .error-msg.static {
    font-size: 16px !important
}

#interact-alert-box {
    margin: 10px 0;
    text-align: center;
    font-size: 12px !important;
    border: 1px solid;
    padding: 0 10px 10px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

#interact-alert-box .img-box {
    padding: 5px 0
}

@media screen and (max-width:500px) {
    #interact-alert-box .img-box {
        padding: 10px 0
    }
}

#interact-alert-box .msg-box {
    padding: 10px 0
}

#interact-alert-box .view-box {
    padding: 10px;
    color: #fff;
    cursor: pointer
}

.ddi-container {
    margin-top: 20px;
    margin-bottom: 25px
}

.ddi-container .page-heading {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #042430;
    font-size: 1.3rem
}

.ddi-container .ddi {
    margin-bottom: 25px;
    min-height: 490px
}

.ddi-container .ddi .medicine-selector {
    background-color: #fff3e3;
    padding: 15px 0 20px 25px;
    margin-bottom: 20px
}

.ddi-container .ddi .medicine-selector .selector-copy {
    margin-bottom: 15px;
    font-size: 1.15rem;
    font-weight: 400;
    color: #212121
}

.ddi-container .ddi .medicine-selector .medicine-chips {
    margin-bottom: 10px;
    overflow: hidden
}

.ddi-container .ddi .medicine-selector .medicine-chips .medicine-chip {
    text-align: center;
    border-radius: 12px;
    background-color: #fff;
    float: left;
    margin: 0 10px 10px 0
}

.ddi-container .ddi .medicine-selector .medicine-chips .medicine-chip .chip-content {
    font-size: .875rem;
    font-weight: 400;
    color: #212121;
    padding: 5px 10px 5px 15px
}

.ddi-container .ddi .medicine-selector .medicine-chips .medicine-chip .chip-content .remove-product {
    margin-left: 10px;
    color: #656565
}

.ddi-container .ddi .medicine-selector .medicine-chips .medicine-chip .chip-content .remove-product:hover {
    cursor: pointer
}

.ddi-container .ddi .medicine-selector .search-medicine {
    overflow: hidden;
    border-radius: 4px;
    padding-bottom: 10px;
    padding-top: 2.5px
}

.ddi-container .ddi .medicine-selector .search-medicine .medicine-box {
    margin-left: -15px
}

.ddi-container .ddi .medicine-selector .search-medicine .medicine-box .medicine-input {
    border: 0 !important
}

.ddi-container .ddi .medicine-selector .search-medicine .medicine-box .medicine-input:focus {
    border: 1px solid #ff6f61 !important
}

.ddi-container .ddi .medicine-selector .search-medicine .medicine-btn {
    border-radius: 4px;
    background-color: #ff6f61
}

.ddi-container .ddi .medicine-selector .search-medicine button.inactive {
    background-color: #c7c7c7;
    box-shadow: none
}

.ddi-container .ddi .medicine-selector .interaction-info {
    overflow: hidden;
    margin-top: 20px
}

.ddi-container .ddi .medicine-selector .interaction-info .medicine-image {
    width: 32px;
    height: 32px;
    background: url(../images/drug-interaction.png) no-repeat;
    background-size: 187px;
    background-position: -141px 0;
    float: left;
    margin-right: 20px
}

.ddi-container .ddi .medicine-selector .interaction-info .medicine-copy {
    font-size: 1rem
}

.ddi-container .ddi .interaction-container {
    padding-left: 5px;
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(33, 33, 33, .87)
}

.ddi-container .ddi .level-container {
    padding-left: 5px;
    margin-bottom: 5px;
    overflow-x: auto;
    white-space: nowrap
}

.ddi-container .ddi .level-container .level-tab {
    border-radius: 2px;
    background-color: #fff;
    border: solid .5px #dadada;
    text-align: center;
    padding: 10px 25px 15px 25px
}

.ddi-container .ddi .level-container .active-tab {
    border-bottom: 4px solid #ff6f61
}

.ddi-container .ddi .level-container .inactive {
    color: #b7b7b7;
    cursor: default
}

.ddi-container .ddi .level-container .inactive:hover {
    box-shadow: 0 0
}

.ddi-container .ddi .detail-container {
    padding-left: 5px;
    padding-right: 2.5px
}

.ddi-container .ddi .detail-container .level-desc {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    margin-top: 10px;
    margin-bottom: 10px
}

.ddi-container .ddi .detail-container .level-desc .interaction-desc,
.ddi-container .ddi .detail-container .level-desc .interaction-name,
.ddi-container .ddi .detail-container .level-desc .interaction-show-more {
    margin-left: 15px;
    margin-bottom: 15px
}

.ddi-container .ddi .detail-container .level-desc .interaction-name {
    margin-top: 20px;
    font-weight: 400;
    color: #212121;
    font-size: 1rem
}

.ddi-container .ddi .detail-container .level-desc .interaction-desc,
.ddi-container .ddi .detail-container .level-desc .interaction-show-more {
    font-weight: 400;
    font-size: .875rem
}

.ddi-container .ddi .detail-container .level-desc .interaction-show-more {
    color: #ff6f61;
    cursor: pointer
}

.ddi-container .ddi .detail-container .level-desc .interaction-desc {
    word-wrap: break-word
}

@media screen and (max-width:767px) {
    .ddi-container {
        margin-top: 10px;
        margin-bottom: 10px
    }
    .ddi-container .page-heading {
        margin-top: 10px
    }
    .ddi-container .ddi {
        margin-bottom: 10px
    }
    .ddi-container .chip-content {
        font-size: .875rem
    }
    .ddi-container .interaction-desc,
    .ddi-container .interaction-name,
    .ddi-container .interaction-show-more,
    .ddi-container .medicine-copy {
        font-size: 1rem
    }
}

@media screen and (max-width:991px) {
    .level-tab {
        margin-right: -5px
    }
    .medicine-input {
        font-size: 1rem
    }
}

@media screen and (max-width:991px) and (min-width:541px) {
    .level-tab {
        width: 16.5%
    }
    .level-tab.level-tab-E {
        width: 34%
    }
}

@media screen and (max-width:540px) and (min-width:401px) {
    .level-tab {
        width: 21%
    }
    .level-tab.level-tab-E {
        width: 40%
    }
}

@media screen and (max-width:400px) {
    .level-tab {
        width: 30%
    }
    .level-tab.level-tab-E {
        width: 45%
    }
}

.faq-qa-box {
    margin-top: 15px;
    font-size: .875rem
}

.faq-qa-box.static {
    font-size: 12px !important
}

.faq-qa-box .faq-question {
    border: 1px transparent solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px 10px 10px;
    background: #fffcf8;
    color: #212121;
    cursor: pointer
}

.faq-qa-box .faq-question:hover {
    background: #fff3e3
}

.faq-qa-box .faq-answer {
    border: 1px #ddd solid;
    padding: 10px;
    border-top: 0;
    margin-top: -5px
}

.am .available-medicine {
    white-space: normal !important;
    word-wrap: break-word
}

.am .manufacturer-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
    font-size: .875rem
}

.am .brand-manufacturer-name {
    font-size: .875rem
}

.am .price-range {
    font-size: .875rem;
    color: #212121
}

.am .available-text {
    margin-bottom: 20px
}

.am .variants {
    font-size: .875rem
}

.am .show-available-text {
    padding-top: 10px
}

.am .available-text:lang(ta) .show-available-text {
    padding-top: 0
}

.am .available-text:lang(ta) .view-all-btn:lang {
    white-space: nowrap
}

.related-heading {
    border-bottom: 1px solid #acacac;
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #212121
}

.related-products {
    margin-bottom: 30px
}

.related-products .product-card {
    float: left;
    width: 120px;
    margin: 10px 5px
}

.related-products .product-name {
    font-size: 14px;
    color: #212121;
    margin-top: 10px;
    height: 40px;
    overflow: hidden
}

.related-products .product-image {
    display: block;
    width: 100px;
    height: 100px
}

.related-products .product-price {
    font-size: 14px;
    color: #757575
}

.jcarousel-wrapper {
    position: relative
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0 5px
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

.jcarousel-control-next,
.jcarousel-control-prev {
    position: absolute;
    top: 35%;
    width: 35px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3);
    text-shadow: 0 0 1px #000;
    text-align: center;
    font-size: 24px;
    cursor: pointer
}

.jcarousel-control-prev {
    left: 0;
    border-radius: 0 6px 6px 0
}

.jcarousel-control-next {
    right: 0;
    border-radius: 6px 0 0 6px
}

.related-tests {
    margin-bottom: 30px
}

.related-tests .test-name {
    border-radius: 20px;
    border: solid 1px #ff6f61;
    font-size: 14px;
    color: #37d0df;
    margin: 5px;
    padding: 5px 10px;
    display: inline-block
}

.related-tests .show-more {
    font-size: 14px;
    color: #37d0df;
    margin: 5px 15px 5px 5px;
    float: right;
    cursor: pointer
}

.related-test-container {
    overflow: hidden
}

.add-height {
    max-height: 130px
}

.related-categories {
    margin-bottom: 30px
}

.related-categories .related-category-card {
    float: left;
    width: 150px;
    margin: 0 5px
}

.related-categories .related-category-name {
    top: 62px;
    width: 100%;
    position: absolute;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background-color: rgba(3, 26, 35, .7)
}

.intl-banner {
    background-image: url(https://onemg.gumlet.io/f_auto/ksnltco7bsd5fdsia965.jpg);
    background-size: cover;
    background-position: top;
    margin-top: 0
}

.intl-banner__header {
    height: 54px;
    width: 92px;
    padding: 10px 24px;
    background-color: #ff6f61;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center
}

@media only screen and (min-width:767px) {
    .intl-banner__header {
        height: 80px;
        width: 11.11%
    }
}

.intl-banner__header .intl-banner__company-logo {
    margin: auto;
    vertical-align: middle;
    height: 36px
}

@media only screen and (min-width:767px) {
    .intl-banner__header .intl-banner__company-logo {
        height: 60px
    }
}

.intl-banner__body {
    height: 453px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (min-width:767px) {
    .intl-banner__body {
        height: 605px
    }
}

.intl-search {
    width: 90%
}

@media only screen and (min-width:767px) {
    .intl-search {
        width: 50%
    }
}

.intl-search .intl-search__title {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .9px;
    text-align: left;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    line-height: normal;
    margin-bottom: 10px
}

@media only screen and (min-width:767px) {
    .intl-search .intl-search__title {
        font-size: 36px;
        letter-spacing: 1.6px;
        text-shadow: none
    }
}

.intl-search input[data-search].hdrSrch.intl-search-bar {
    height: 32px;
    border-radius: 3px;
    border: solid 1px #b7bbc0 !important;
    font-size: 11px;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #757575
}

@media only screen and (min-width:767px) {
    .intl-search input[data-search].hdrSrch.intl-search-bar {
        height: 46px;
        font-size: 16px
    }
}

.intl-search input[data-search].hdrSrch.intl-search-bar::-webkit-input-placeholder {
    color: #757575;
    opacity: 1
}

.intl-search input[data-search].hdrSrch.intl-search-bar:-moz-placeholder {
    color: #757575;
    opacity: 1
}

.intl-search input[data-search].hdrSrch.intl-search-bar::-moz-placeholder {
    color: #757575;
    opacity: 1
}

.intl-search input[data-search].hdrSrch.intl-search-bar:-ms-input-placeholder {
    color: #757575;
    opacity: 1
}

.intl-search input[data-search].hdrSrch.intl-search-bar::-ms-input-placeholder {
    color: #757575;
    opacity: 1
}

.intl-panel-info {
    padding: 34px 0 30px 0;
    background-color: #f6f6f6;
    margin-top: 0
}

@media only screen and (min-width:767px) {
    .intl-panel-info {
        padding: 70px 0 94px 0
    }
}

.intl-panel-info h2,
.intl-panel-info p {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .8px;
    text-align: left;
    color: #212121
}

.intl-panel-info .intl-panel-info__title {
    font-size: 18px
}

.intl-panel-info .intl-panel-info__subtitle {
    font-weight: 700
}

.intl-panel-info .intl-panel-info__hidden-text {
    display: none
}

@media only screen and (min-width:767px) {
    .intl-panel-info .intl-panel-info__hidden-text {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .intl-panel-info+.row {
        margin-top: 0
    }
}

.intl-toggle-text {
    color: #ff6f61;
    font-weight: 700;
    display: none
}

.intl-toggle-text.intl-toggle-text--active {
    display: inline
}

.intl-toggle-text:before {
    content: '...';
    display: inline;
    color: #212121;
    font-weight: 400;
    margin-right: 2px
}

.intl-toggle-text.intl-toggle-text__hide {
    margin-left: 5px
}

.intl-toggle-text.intl-toggle-text__hide:before {
    display: none
}

@media only screen and (min-width:767px) {
    .intl-toggle-text {
        display: none
    }
    .intl-toggle-text.intl-toggle-text--active {
        display: none
    }
}

.intl-panel {
    padding: 30px 0 30px 0;
    border-top: 2px solid #ccc
}

.intl-panel .intl-panel__content {
    padding: 0 15px
}

@media only screen and (min-width:767px) {
    .intl-panel {
        border-top: 0;
        border-bottom: 2px solid #ccc
    }
}

.intl-footer {
    padding-top: 60px;
    padding-bottom: 40px
}

@media only screen and (min-width:767px) {
    .intl-footer {
        padding-top: 60px;
        padding-bottom: 120px
    }
}

footer {
    background-color: #fffcf8;
    font-family: 'Clear Sans';
    text-align: center;
    font-size: 16px;
    padding: 20px
}

footer>.footer-links {
    margin-bottom: 36px
}

footer>.social-links {
    margin-bottom: 20px
}

footer>.footer-links>.footer-link {
    margin: 0 25px;
    cursor: pointer;
    color: #000 !important;
    display: inline-block
}

footer>.footer-links>.footer-link:hover {
    text-decoration: none;
    color: #ff6f61
}

footer>.trust-stamps {
    margin: 40px auto;
    max-width: 55%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.trust-stamps .text {
    margin-top: 10px;
    font-size: 14px;
    color: #767676
}

.trust-stamps .image-container,
.trust-stamps a {
    display: block;
    height: 110px;
    width: 100%;
    position: relative
}

.trust-stamps img {
    max-height: 100px;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

@media (max-width:1280px) {
    footer>.trust-stamps {
        max-width: 65%
    }
    .trust-stamps .image-container,
    .trust-stamps a {
        height: 75px
    }
}

@media (max-width:767px) {
    footer>.trust-stamps {
        max-width: 85%
    }
    .trust-stamps .image-container,
    .trust-stamps a {
        height: 75px
    }
    .trust-stamps .text {
        font-size: 10px;
        padding: 0 5px
    }
    .trust-stamp {
        flex-basis: 50%;
        margin-bottom: 2rem;
        padding: 0
    }
    .trust-stamps img {
        max-height: 100%
    }
}

.trust-stamps .amp.image-container {
    height: 70px
}

.amp.image-container img {
    object-fit: contain
}

.col-centered {
    display: inline-table;
    float: none;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0
}

.footer-list-links {
    font-size: 12px;
    list-style-type: none;
    text-align: left;
    padding-left: 9px;
    padding-right: 9px
}

.footer-list-links .footer-list-link {
    cursor: pointer;
    color: #24e1db
}

.footer-list-links .footer-list-link:hover {
    text-decoration: none;
    color: #ff6f61
}

.footer-list-links .footer-list-item {
    line-height: 1em;
    margin-bottom: 7px
}

.footer-list-links .footer-list-title {
    margin: 0 0 10px 0;
    cursor: auto;
    color: #fff;
    font-weight: 700
}

footer>.social-links>.social-link {
    margin: 0 10px;
    cursor: pointer
}

footer>.social-links>.social-link img {
    width: 50px;
    height: 50px
}

footer>.footer-text {
    color: #767676;
    margin-bottom: 20px;
    font-size: 12px
}

footer>.footer-logo {
    margin-bottom: 10px
}

.footer-text-container {
    border-color: rgba(255, 255, 255, .53);
    border-radius: 9px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0;
    color: #fff;
    font-size: smaller;
    text-align: left;
    margin: 10px 40px 20px 40px;
    padding: 10px 30px 30px 30px
}

.footer-text-container>div {
    margin-top: 5px;
    font-size: 12px
}

@media (max-width:767px) {
    footer {
        font-size: 14px
    }
    footer>.footer-links>.footer-link {
        margin: 0 14px;
        margin-bottom: 5px
    }
    footer>.footer-text {
        color: #767676;
        margin-bottom: 20px;
        font-size: 12px
    }
    .footer-text-container {
        margin: 10px 0 20px 0;
        padding: 10px 20px 30px 20px
    }
}

.install-app-footer {
    color: #212121
}

.install-app-footer .install-app-title {
    font-size: 18px;
    margin-bottom: 12px
}

.install-app-footer .detail-text {
    padding-left: 0;
    font-size: 14px;
    text-align: left
}

.install-app-footer .review-image {
    float: right;
    max-width: 16px;
    margin-left: 8px
}

.install-app-footer .install-app-link {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700
}

.install-app-footer .install-app-view {
    max-height: 314px
}

@media (max-width:991px) {
    .footer-list-links {
        text-align: center
    }
    .col-centered {
        width: 100%
    }
}

.footer-head {
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 20px
}

.footer-text-container>.footer-head {
    font-size: 14px
}

.footer-sub-text {
    padding-top: 5px
}

.trust-stamp {
    width: 25%
}

@media (min-width:768px) {
    .trust-stamps {
        max-width: 70%
    }
    .trust-stamps .text {
        padding: 0 5px
    }
    .trust-stamps img {
        max-height: 100%
    }
}

@media (min-width:1024px) {
    .trust-stamps {
        max-width: 45%
    }
}

.article-container {
    padding: 0 8px 8px;
    border: 1px solid #ddd;
    margin-bottom: 8px;
    margin-top: 8px;
    box-shadow: 0 2px 4px #ddd
}

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

.article-container .article-banner {
    max-height: 80px
}

.article-container .article-title {
    overflow: hidden;
    height: 5.8em
}

.step-mobile-body,
.step-mobile-head {
    display: inline-block;
    width: 100%
}

.step-mobile-head {
    height: 2.5rem;
    padding: .65rem;
    font-size: 1rem;
    background-color: #f1f1f2;
    text-transform: uppercase
}

.step-mobile-body {
    background-color: #f8f8f8;
    padding: 10px;
    margin-top: -5px
}

.step-mobile-body button.btn-summary .checkout-label {
    text-transform: uppercase;
    font-weight: 400
}

.step-mobile-body button.btn-summary .checkout-amount-label .checkout-amount {
    font-weight: 400
}

.item-amt-cart.mobile {
    margin-top: 0
}

.item-delete.mobile {
    display: inline-block;
    position: absolute;
    margin-left: -10px;
    margin-top: 4px;
    z-index: 1
}

.item-delete.mobile .img-sprite.del-icn {
    background-position: -8px -38px;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-top: 5px
}

.item .item-qty .input-group.mobile {
    width: 20%;
    display: inline-block
}

.item .item-qty .input-group.mobile .item-qty-box {
    width: 70%
}

.coupon-applied-info.mobile {
    width: 100%
}

.saving-chit.mobile {
    padding-bottom: 18px
}

a.btn {
    padding: 12px
}

a.btn.btn-apply-pincode {
    padding: 10px
}

.clinical-survey {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 20px;
    text-align: left
}

@media (max-width:601px) {
    .clinical-survey {
        padding: 10px;
        margin: 25px 0
    }
}

.clinical-survey .heading {
    font-size: 18px;
    text-align: left;
    color: #ff6f61
}

.clinical-survey .form-input-group {
    font-size: 14px;
    color: #2d2e2e;
    padding-bottom: 10px
}

.clinical-survey .btn-align {
    float: right;
    margin-right: 20px
}

.clinical-survey .btn {
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    text-align: right;
    float: right
}

.clinical-survey .btn-submit {
    color: #fff;
    background-color: #ff6f61
}

.clinical-survey .cancel {
    color: #ff6f61;
    background-color: #fff;
    border: 0
}

.clinical-survey .order-for {
    padding-right: 0;
    padding-left: 8px;
    min-width: 90px;
    margin-bottom: 8px
}

.clinical-survey .order-for label {
    padding: 5px
}

.clinical-survey .feedback-chip {
    margin: 5px 10px 5px 0;
    border-radius: 3px;
    color: #ff6f61;
    border: 1px solid #ff6f61;
    background: #fff;
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px
}

.clinical-survey .feedback-chip-selected {
    margin: 5px 10px 5px 0;
    border-radius: 3px;
    color: rgba(0, 0, 0, .87);
    border: 1px solid #f5a623;
    background: #f5a623;
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px
}

.clinical-survey .rating-box {
    width: 9%
}

.clinical-survey #comment-field {
    border: 0;
    border-bottom: 1px solid #ddd;
    box-shadow: none
}

.clinical-survey .scores {
    padding-top: 8px;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-left: 24px
}

@media (max-width:601px) {
    .clinical-survey .scores {
        padding: 0
    }
}

.clinical-survey .scores .input-wrap {
    display: inline-block;
    width: 24px
}

.clinical-survey .scores span {
    display: block;
    text-align: center
}

.clinical-survey .numberCircle {
    border-radius: 50%;
    height: 24px
}

.clinical-survey .numberCircle span {
    text-align: center;
    line-height: 20px;
    display: block;
    color: #fff;
    padding-top: 1px
}

.clinical-survey .nps-color-bad {
    background-color: #ef4747
}

.clinical-survey .nps-color-med {
    background-color: #ff6f61
}

.clinical-survey .nps-color-good {
    background-color: #1aab2a
}

.clinical-survey .least-score {
    float: left
}

.clinical-survey .max-score {
    float: right
}

@media (max-width:601px) {
    .clinical-survey .max-score {
        margin-right: -12px
    }
}

.clinical-survey .score {
    padding: 0;
    min-width: 26px
}

.clinical-survey .firstScore {
    margin-left: 10px
}

@media (max-width:320px) {
    .clinical-survey .firstScore {
        margin-left: 0
    }
}

@media (min-width:480px) and (max-width:601px) {
    .clinical-survey .firstScore {
        margin-left: 15px
    }
}

.clinical-survey .feedback {
    padding: 0;
    margin-left: 10px
}

@media (min-width:321px) and (max-width:480px) {
    .clinical-survey .feedback {
        margin-left: 5px
    }
}

@media (max-width:601px) {
    .clinical-survey .feedback {
        padding-left: 3px
    }
}

@media (max-width:601px) {
    .clinical-survey .scoreGroup {
        padding: 0;
        padding-left: 8px
    }
}

.clinical-survey .ratingFeedback {
    text-decoration: none;
    cursor: pointer
}

.clinical-survey .rating-feedback-selected-red {
    box-shadow: 0 0 5px 5px #c43838
}

.clinical-survey .rating-feedback-selected-yellow {
    box-shadow: 0 0 5px 5px #dca129
}

.clinical-survey .rating-feedback-selected-green {
    box-shadow: 0 0 5px 5px #149122
}

.clinical-survey .question {
    margin-top: 15px;
    margin-bottom: 8px
}

.feedback-thankyou {
    text-align: center
}

.feedback-thankyou img {
    width: 69px;
    height: 69px
}

@media screen and (max-width:786px) {
    .mar-TXX {
        margin-top: 210px !important
    }
}

@media screen and (min-width:1080px) {
    .col-xlg-2 {
        width: 20%
    }
}

.fixed-header {
    width: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 0 4px 0 #ececec;
    -moz-box-shadow: 0 0 4px 0 #ececec;
    box-shadow: 0 0 4px 0 #ececec;
    padding-bottom: 40px
}

.mar-TXX {
    margin-top: 180px
}

.hide-imp {
    display: none !important
}

.no-padding {
    padding: 0
}

.sku-list {
    padding-left: 30px
}

.sku-page-cat {
    font-size: 20px;
    color: #212121;
    text-transform: uppercase;
    margin-top: 20px
}

.sku-cat {
    font-size: 18px;
    color: #042430;
    margin-top: 20px
}

.sku-container {
    margin-top: 20px
}

.sku-container .sku-pack {
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    text-align: left;
    color: #757575;
    margin: 0 4px
}

.sku-container>.content-wrap {
    padding: 16px 8px 5px;
    font-size: 16px;
    background-color: #fff
}

.sku-filter {
    background-color: #fff;
    font-size: 16px
}

.filter-content-wrap {
    margin: 10px 0
}

.sku-img {
    height: 175px;
    text-align: center
}

.sku-img img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%
}

.sku-name {
    overflow: hidden;
    height: 40px;
    margin: 10px 4px 0;
    font-size: 14px;
    text-align: left;
    color: #212121
}

.sku-mrp {
    font-size: 12px;
    color: #878686
}

.sku-only-mrp {
    font-size: 14px;
    color: #878686
}

.sku-actual {
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 12px;
    color: rgba(117, 117, 117, .87);
    display: inline;
    margin-left: 2px
}

.sku-discount {
    font-size: 12px;
    text-align: left;
    color: #1aab2a;
    margin-left: 5px;
    display: inline
}

@media (min-width:480px) and (max-width:580px) {
    .sku-actual {
        display: block
    }
    .sku-discount {
        margin-left: 0;
        display: block
    }
}

.sku-offer {
    font-size: 20px;
    text-align: left;
    margin-left: 2px;
    color: rgba(33, 33, 33, .87)
}

@media (min-width:480px) and (max-width:600px) {
    .sku-offer {
        font-size: 14px
    }
}

.sku-desc {
    padding-bottom: 10px;
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 10px
}

.sku-desc .sku-content {
    height: 100px;
    overflow: hidden
}

.sku-desc * {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #6b6b6b !important;
    background-color: transparent !important
}

.sku-desc a {
    display: block;
    font-size: 14px;
    color: #042430 !important;
    text-align: right;
    margin-right: 25px
}

.sku-desc a:focus,
.sku-desc a:hover {
    color: #042430 !important
}

.sku-desc ul {
    padding-left: 15px !important
}

.sku-price {
    margin: 0 4px
}

.sku-price .invisible {
    visibility: hidden
}

a.btn.btn-checkout.btn-add-sku-to-cart {
    border-radius: 4px;
    background-color: #ff6f61;
    margin-top: 10px;
    text-transform: uppercase
}

a.btn.btn-checkout.btn-add-sku-to-cart:hover {
    box-shadow: none;
    border: none
}

.add-to-cart-text {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff
}

@media (min-width:581px) and (max-width:600px) {
    .btn-add-sku-to-cart .add-to-cart-text {
        font-size: 14px
    }
    .btn-add-sku-to-cart .sku-container div.btn.out-of-stock span {
        font-size: 13px
    }
}

@media (min-width:480px) and (max-width:580px) {
    .add-to-cart-text {
        font-size: 12px
    }
    .sku-container div.btn.out-of-stock span {
        font-size: 11px
    }
}

a.btn.btn-add-sku-to-cart.btn-disabled {
    background-color: rgba(0, 202, 219, .66)
}

.sku-container .btn.out-of-stock {
    text-align: center;
    border-radius: 4px;
    background-color: #dcdcdc;
    margin-top: 10px;
    text-transform: uppercase;
    width: 100%;
    cursor: auto
}

.sku-container .btn.out-of-stock span {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #757575
}

.sku-container .btn.out-of-stock:hover {
    box-shadow: none;
    border: none
}

button.btn.btn-sku-see-more {
    float: right;
    text-transform: uppercase;
    border-radius: 0;
    border-color: transparent;
    background-color: #042430;
    color: #fff;
    -webkit-box-shadow: 0 0 4px;
    -moz-box-shadow: 0 0 4px;
    box-shadow: 0 0 4px;
    padding: 5px !important;
    width: 100%
}

button.btn.btn-sku-see-more span {
    padding: 5px
}

button.btn.btn-secondary.btn-back-to-top {
    position: fixed;
    right: 5%;
    background-color: #ff6f61;
    border-color: transparent;
    color: #fff;
    z-index: 10000;
    bottom: 10%;
    font-size: 24px;
    line-height: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    width: 44px;
    height: 44px
}

button.btn.btn-secondary.btn-back-to-top:active {
    background-color: rgba(2, 23, 31, .7);
    border-color: transparent !important;
    outline: 0 !important
}

@media screen and (max-width:600px) {
    .col-xxs-6 {
        width: 50%
    }
    .sku-name {
        height: 40px
    }
    .modal#diaSkuDesc {
        width: 300px;
        margin-left: -158px
    }
}

.modal#diaSkuDesc {
    top: 25% !important
}

@media screen and (max-width:500px) {
    .sku-discount {
        margin-left: 5px
    }
}

.filter-items {
    max-height: 250px;
    overflow-y: auto
}

.sort span,
.sort-label,
.sort-name {
    font-size: 14px;
    color: #212121
}

.cat-breadcrumb {
    margin-bottom: 10px;
    font-size: 12px;
    color: #757575
}

.cat-breadcrumb .home-link {
    color: #ff6f61
}

.filter-by {
    color: #212121
}

.filter-item .filter-name {
    margin: 0 10px 0 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 70%;
    display: inline-block;
    white-space: nowrap
}

.filter-heading {
    margin: 5px 0;
    font-size: 14px;
    color: #757575
}

.category-description {
    font-size: 14px
}

.category-description:hover {
    text-decoration: underline
}

.filter-facet {
    padding: 5px 0;
    border-top: solid 1px #e4e4e4
}

.filter-facet .facet-search {
    border-radius: 4px;
    border: solid 1px #b3b3b3;
    margin: 5px 0 8px 0;
    padding: 5px
}

.filter-facet .facet-search::-webkit-input-placeholder {
    font-size: 14px;
    color: #757575
}

.filter-facet .facet-search:-moz-placeholder {
    font-size: 14px;
    color: #757575
}

.filter-facet .facet-search::-moz-placeholder {
    font-size: 14px;
    color: #757575
}

.filter-facet .facet-search:-ms-input-placeholder {
    font-size: 14px;
    color: #757575
}

.filter-facet .filter-item {
    font-size: 12px;
    color: #212121;
    display: flex;
    line-height: 25px;
    align-items: center
}

.filter-facet .list-group-item {
    display: block;
    line-height: 25px;
    white-space: nowrap
}

.filter-facet .filter-item.disabled {
    color: #b3b3b3
}

.mt0 {
    margin-top: 0
}

.filter-item input[type=checkbox] {
    width: 15px;
    height: 15px
}

.product.loading-icon {
    position: absolute;
    z-index: 1;
    left: 55%;
    top: 20%;
    height: 50px;
    width: 50px
}

.filtering {
    opacity: .4
}

.filter-count {
    float: right
}

.category-list-section {
    margin: 10px
}

.clear-filter {
    color: #ff6f61;
    font-size: 14px;
    font-weight: 700;
    margin: 4px
}

.cross-icon {
    margin-left: 5px
}

.add-filter {
    font-size: 12px;
    color: rgba(33, 33, 33, .87);
    line-height: 1.17;
    margin: 3px;
    border-radius: 13px;
    border: 1px solid #ff6f61;
    padding: 3px 10px 5px;
    white-space: nowrap;
    display: inline-block
}

.sort {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.sort-icon {
    margin: 0 7px;
    color: #212121
}

.sort-button {
    border-radius: 4px;
    min-height: 33px;
    width: 150px;
    background-color: #fff;
    display: inline-block;
    text-transform: capitalize;
    padding: 5px;
    text-align: center
}

.sort-label {
    margin-right: 5px
}

.sort-dropdown {
    display: none;
    width: 150px;
    cursor: pointer;
    padding: 0;
    max-height: none;
    overflow: auto
}

.sort-name {
    padding: 5px 5px 5px 8px;
    border-bottom: solid 1px rgba(225, 225, 225, .16)
}

.show {
    display: block
}

.breadcrumb-icon {
    margin: 0 10px;
    font-weight: 700;
    color: #212121
}

.product-loading-overlay {
    background: #fff;
    position: fixed;
    z-index: 22;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: .5
}

.product-loading-overlay .product-loading-icon {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 40%;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-image: url(../images/search-medium.gif)
}

.product-count-overlay {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .7
}

.product-count-overlay div {
    position: fixed;
    bottom: 47px;
    left: 0;
    z-index: 1;
    width: 100%
}

.product-count-overlay span {
    background: rgba(0, 0, 0, .9);
    color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 40px;
    font-size: 14px;
    width: 40%;
    margin: auto;
    display: block
}

#filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 22;
    width: 100%;
    height: 100%;
    display: none
}

#sortModal {
    background-color: #fff;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    max-width: 80%;
    top: 30%;
    z-index: 1050;
    text-align: center;
    border-radius: 2px;
    font-size: 14px
}

#sortModal .modal-body {
    padding: 0
}

#sortModal .sort-header {
    color: #212121;
    padding: 10px;
    border-bottom: solid 1px #c7c7c7;
    text-transform: uppercase
}

#sortModal .sort-type-list {
    margin: 0;
    padding: 0;
    list-style: none
}

#sortModal .sort-key-name {
    padding: 10px;
    color: #6b7575;
    border: solid 1px #f8f8f8
}

#sortModal .active {
    color: #ff6f61
}

#filter-footer {
    position: fixed;
    width: 100%;
    z-index: 21;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(199, 199, 199, .5);
    bottom: 0;
    left: 0;
    right: 0
}

#filter-footer .filter-label,
#filter-footer .mobile-sort-label {
    text-align: center;
    padding: 15px 0;
    box-shadow: 0 0 2px 0 rgba(199, 199, 199, .5);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #5f5f5f
}

#filter-footer .icon-separator {
    margin-right: 10px
}

#filter-footer .filter-counter {
    position: absolute;
    font-size: 10px;
    background: #212121;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-left: 6px
}

.footer-labels {
    position: fixed;
    width: 100%;
    z-index: 21;
    bottom: 0
}

.mobile-filter-overlay {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    bottom: inherit;
    left: 0;
    min-height: 100vh;
    height: 100vh;
    background: #fff;
    z-index: 22;
    display: none;
    -webkit-overflow-scrolling: auto
}

.open {
    display: block
}

.filter-overlay-content {
    height: 100%
}

.filter-overlay-content .filter-heading {
    background-color: #042c3b;
    padding: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 40px
}

.filter-overlay-content .filter-close-icon {
    width: 40px;
    position: absolute;
    right: 5px;
    top: 0;
    padding: 10px
}

.filter-overlay-content .filter-type-section {
    height: 100%;
    background-color: #f3f3f3;
    padding: 0;
    overflow: auto
}

.filter-overlay-content .filter-values {
    height: 100%;
    overflow: auto;
    padding: 15px;
    padding-bottom: 80px
}

.filter-overlay-content .clear-selection {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    font-size: 14px;
    font-weight: 500;
    color: #ff6f61;
    text-transform: uppercase
}

.filter-overlay-content .apply-selection {
    background-color: #ff6f61;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase
}

.filter-overlay-content .apply-selection,
.filter-overlay-content .clear-selection {
    text-align: center;
    padding: 15px 0
}

.filter-overlay-content .filter-content {
    position: absolute;
    bottom: 50px;
    top: 40px;
    left: 0;
    right: 0;
    height: auto
}

.filter-overlay-content .filter-type-name {
    padding: 15px;
    border-bottom: solid 1px #e4e4e4;
    font-size: 12px;
    color: #212121
}

.filter-overlay-content .filter-value-name {
    padding: 5px 0;
    font-size: 14px;
    color: #212121;
    position: relative
}

.filter-overlay-content .filter-value-name label {
    display: block
}

.filter-overlay-content .filter-value-name input[type=checkbox]:checked+span::before {
    transform: rotate(45deg);
    position: absolute;
    left: 5px;
    top: 9px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    content: '';
    visibility: visible
}

.filter-overlay-content .filter-value-name input[type=checkbox]+span::after {
    border-radius: 2px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    transition: 240ms;
    width: 16px;
    border: solid 1px #979797;
    border-radius: 0;
    visibility: visible
}

.filter-overlay-content .filter-value-name input[type=checkbox]:checked+span::after {
    border: solid 1px rgba(0, 0, 0, .01);
    background: #ff6f61;
    border-radius: 2px
}

.filter-overlay-content .filter-value-name input[type=checkbox]:disabled+span::after {
    border: solid 1px #9e9e9e
}

.filter-overlay-content .filter-value-name input[type=checkbox]:checked:disabled+span::after {
    background: #9e9e9e
}

.filter-overlay-content .filter-value-name input[type=checkbox]:focus {
    outline-color: #fff;
    border: none;
    box-shadow: none
}

.filter-overlay-content .grey-out {
    color: #9e9e9e
}

.filter-overlay-content input.mobile-filter-inputbox {
    appearance: none;
    outline: 0;
    outline-color: #fff;
    border-radius: 0;
    visibility: hidden;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none;
    -moz-border-radius: 0;
    position: absolute
}

.filter-overlay-content .mobile-filter-name {
    padding-left: 8px;
    vertical-align: middle
}

.filter-overlay-content .mobile-filter-count {
    padding-left: 5px;
    vertical-align: middle
}

.filter-overlay-content .mobile-filter-count:before {
    content: "("
}

.filter-overlay-content .mobile-filter-count:after {
    content: ")"
}

.filter-overlay-content input.mobile-facet-search {
    font-size: 12px;
    color: #757575;
    border-radius: 4px;
    border: solid 1px #b3b3b3;
    box-shadow: none;
    margin-bottom: 10px
}

.filter-overlay-content .active {
    border-bottom: none;
    color: #fff;
    background: #ff6f61
}

@media (min-width:768px) and (max-width:810px) {
    .sku-list .dia-sku {
        width: 50%
    }
    .sku-list {
        padding-left: 10px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .sku-list .dia-sku {
        width: 33.33%
    }
}

@media (min-width:320px) and (max-width:399px) {
    .sku-list .dia-sku {
        width: 100%
    }
}

@media (min-width:399px) and (max-width:479px) {
    .sku-list .dia-sku {
        width: 50%
    }
}

@media (max-width:480px) {
    .sku-list {
        padding-left: 20px
    }
}

.scroll::-webkit-scrollbar {
    width: 11px;
    -webkit-appearance: none
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid #fff;
    opacity: .5;
    background: #aaa
}

.category-image {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px
}

.category-name {
    bottom: 0;
    width: 100%;
    position: absolute;
    font-size: 1.2rem;
    line-height: 2.2rem;
    color: #fff;
    background-color: rgba(3, 26, 35, .7);
    font-family: "Clear Sans Light";
    letter-spacing: -.2px
}

.category-image:hover .category-name {
    color: #071b24;
    background-color: #ff6f61;
    color: #fff
}

@media screen and (max-width:400px) {
    .category-name {
        font-size: 1rem
    }
}

.di {
    margin-bottom: 25px
}

.di .di-tabs {
    width: 100%;
    display: table;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 4px #f0f0f0;
    margin-bottom: 15px
}

.di .di-tabs::first-child {
    border-radius: 4px 0 0 4px
}

.di .di-tab {
    display: table-cell;
    border-right: 1px solid #f0f0f0;
    height: 42px;
    font-size: 14px;
    vertical-align: bottom;
    text-align: center;
    cursor: pointer;
    transition: 1s;
    width: 20%;
    padding: 0;
    text-transform: capitalize;
    padding-top: 10px
}

.di .di-tab:last-child {
    border: none
}

.di .di-tab.di-tab-unsafe:before {
    content: " ";
    background: url(../images/drug-interaction.png) no-repeat;
    background-size: 180px;
    width: 20px;
    height: 12px;
    background-position: -168px 0;
    float: right
}

.di .di-tab .di-icon {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/drug-interaction.png) no-repeat;
    background-size: 187px;
    background-position: 5px 0
}

.di .di-tab.di-lactation .di-icon {
    background-position: -105px 0
}

.di .di-tab.di-pregnancy .di-icon {
    background-position: -67px 0
}

.di .di-tab.di-alcohol .di-icon {
    background-position: -31px 0
}

.di .di-tab.di-medicine .di-icon {
    background-position: -141px 0
}

.di .di-tab.active {
    background-color: #ecf5f7;
    color: #1f4753
}

.di .di-tab.active:after {
    background-color: #19cdde
}

.di .di-tab.active .di-icon {
    background-position-y: -36px
}

.di .di-tab:hover {
    background-color: #f8f8f8
}

.di .di-tab:after {
    display: block;
    content: " ";
    height: 4px;
    background: 0 0;
    transition: .5s;
    margin-top: 5px
}

.di .di-detail {
    display: none
}

.di .di-detail.active {
    display: block
}

.di .di-detail .search-hits {
    list-style: none;
    padding-right: 10px
}

.di .di-detail .di-drug {
    width: 100%;
    margin-bottom: 20px;
    list-style-type: none;
    font-size: .875rem
}

.di .di-detail .di-drug:before {
    content: "■";
    font-size: 1.3rem;
    margin-right: 5px
}

.di .di-detail .di-drug .item-tag {
    color: rgba(33, 33, 33, .87);
    margin-bottom: 5px;
    display: inline-block
}

.di .di-detail .di-drug .item-desc {
    color: #73c1be
}

.di .di-detail .di-drug-label {
    font-size: .875rem
}

.di .di-detail .di-drug-level {
    text-align: center
}

.di .di-detail .di-level-a {
    color: #1aab2a
}

.di .di-detail .di-level-b {
    color: #5fc016
}

.di .di-detail .di-level-c {
    color: #fba036
}

.di .di-detail .di-level-d {
    color: #fe7202
}

.di .di-detail .di-level-e {
    color: #ef4747
}

.di .di-tag {
    border-radius: 16px;
    display: inline-block;
    padding: 5px 15px;
    font-size: .875rem;
    margin-top: 15px
}

.di .di-tag.di-tag-safe {
    background-color: #edf9db;
    color: #a1ab3f
}

.di .di-tag.di-tag-unsafe {
    background-color: #ffcdce;
    color: #c95f63
}

.di .js-di-heading {
    display: none
}

.di .js-di-heading.active {
    display: block
}

.di .di-product {
    font-size: 14px;
    text-transform: capitalize;
    padding-left: 20px;
    color: rgba(33, 33, 33, .87)
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .di .di-tab {
        font-size: .75rem
    }
}

.ugc-stats {
    font-size: .875rem
}

.ugc-stats .ugc-stat {
    margin-top: 20px
}

.ugc-stats .ugc-label {
    line-height: 1em
}

.ugc-stats .ugc-bar {
    display: inline-block;
    border-bottom: 5px solid rgba(25, 205, 222, .3);
    margin-right: 20px
}

.ugc-stats .ugc-legend {
    display: inline-block
}

.ugc-stats .ugc-container .ugc-response-container {
    margin-bottom: 20px
}

.ugc-stats .ugc-container .pull-stat-right {
    padding-left: 0
}

.ugc-stats .ugc-container .pull-stat-left {
    padding-right: 0
}

.ugc-stats .ugc-container .ugc-stat {
    margin-top: 10px
}

.ugc-stats .ugc-container h3 {
    margin-top: 10px
}

.ugc-stats .ugc-container span {
    text-align: left;
    font-size: .875rem
}

.ugc-stats .ugc-container .ugc-bar {
    margin-right: 12px
}

.ugc-stats-data {
    padding: 0
}

.ugc-stats-data .ugc-stat-doctor {
    width: 100%;
    margin: 20px 0;
    list-style: none;
    position: relative
}

.ugc-stats-data .ugc-stat-doctor a {
    display: block;
    position: relative
}

.ugc-stats-data .ugc-stat-doctor .doctor-img {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute
}

.ugc-stats-data .ugc-stat-doctor .doctor-info {
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin: 0 50px 0 65px
}

.ugc-stats-data .ugc-stat-doctor .doctor-name {
    font-size: 1.15rem;
    color: #042430
}

.ugc-stats-data .ugc-stat-doctor .doctor-rating {
    position: absolute;
    right: 0
}

.ugc-stats-data .ugc-stat-doctor .doctor-rating .star {
    margin-left: 2.5px
}

.ugc-stats-data .ugc-stat-doctor .doctor-education {
    font-size: .875rem;
    margin-top: 5px
}

.ugc-stats-data .ugc-stat-dosage {
    list-style: none;
    padding-top: 10px;
    width: 25%;
    float: left;
    display: inline-block;
    font-size: .875rem;
    line-height: 1.5;
    color: #757575
}

.ugc-stats-data .ugc-stat-dosage .circle {
    position: relative;
    display: block;
    margin: 2em 0;
    background-color: #39b4cc;
    color: #222;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    color: #757575;
    margin: auto
}

.ugc-stats-data .ugc-stat-dosage .circle:after {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    border-radius: 50%;
    content: ""
}

.ugc-stats-data .ugc-stat-dosage .circle-inner {
    position: relative;
    top: 2px;
    left: 2px;
    text-align: center;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background-color: #fff
}

.ugc-stats-data .ugc-stat-dosage .circle-wrapper {
    display: table;
    width: 100%;
    height: 100%
}

.ugc-stats-data .ugc-stat-dosage .circle-content {
    display: table-cell;
    vertical-align: middle
}

.ugc-stats-data .ugc-stat-dosage .dosage-freq {
    margin-top: 10px
}

.ugc-stats-data .ugc-stat-dosage:lang(ta) {
    width: 32%
}

.download-container-fluid {
    background-color: #f8f8f8
}

.coupon-description {
    margin-bottom: 25px;
    text-align: left
}

.icon-separator {
    margin-right: 10px
}

.ugc-ask-question {
    padding: 30px 20px 25px;
    border: 1px solid #ddd;
    margin-bottom: 8px;
    margin-top: 8px;
    box-shadow: 0 2px 4px #ddd
}

.ugc-ask-question .v-align {
    display: inline-block;
    vertical-align: middle;
    float: none
}

.ugc-ask-question #ugc-thanks {
    display: none;
    padding: 0 25px;
    line-height: 2;
    font-size: .875rem;
    color: #9b9b9b
}

.ugc-ask-question .ugc-prev {
    margin-right: 15px
}

.ugc-ask-question .ugc-next,
.ugc-ask-question .ugc-prev {
    top: -5px
}

.ugc-ask-question .ugc-cur {
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px
}

.ugc-ask-question .ask-question,
.ugc-ask-question ugc-box {
    margin-top: 0
}

.ugc-ask-question .ugc-skip-question {
    font-size: 2rem;
    height: auto;
    font-weight: 700
}

.ugc-ask-question .ugc-captcha {
    margin-top: 15px
}

.ugc-ask-question .ugc-count {
    color: #ababab
}

.ugc-ask-question .api-answers {
    border: none;
    border-bottom: 1px solid #979797;
    margin-top: 20px
}

.ugc-ask-question .api-answers:active,
.ugc-ask-question .api-answers:focus,
.ugc-ask-question .api-answers:hover {
    border: none;
    border-bottom: 1px solid #979797;
    outline: 0
}

.ugc-ask-question .ugc-question {
    margin-top: 0
}

.ugc-ask-question .ugc-option {
    margin-bottom: 10px
}

.ugc-ask-question .ugc-option span {
    color: #666;
    font-size: 14px;
    line-height: 1
}

.ugc-ask-question textarea {
    max-width: 100%;
    margin-top: 10px;
    font-style: italic;
    font-size: .875rem
}

.ugc-ask-question .ugc-submit {
    padding-right: 0
}

.ugc-ask-question input[type=checkbox] {
    display: none
}

.ugc-ask-question input[type=checkbox]+label {
    display: inline-block;
    padding: 5px 15px 5px;
    margin: 10px 15px 10px 0;
    color: #666;
    border: solid 1px #a1a1a1;
    border-radius: 100px;
    font-size: .875rem
}

.ugc-ask-question input[type=checkbox]+label:hover {
    cursor: pointer
}

.ugc-ask-question input[type=checkbox]+label.selected {
    background: #a1a1a1;
    color: #fff
}

.ugc-ask-question .ugc-slider {
    color: #999;
    margin-top: 0;
    padding: 0 15px
}

.ugc-ask-question .ugc-slider .slider-help-text {
    font-size: .75rem;
    text-align: right;
    position: relative;
    top: 20px
}

.ugc-ask-question .ugc-slider .rangeslider {
    box-shadow: none
}

.ugc-ask-question .ugc-slider .slider-legend {
    width: 100%;
    position: relative;
    font-size: .75rem
}

.ugc-ask-question .ugc-slider .slider-legend .leg {
    padding-left: 0;
    padding-right: 0
}

.ugc-ask-question .ugc-slider .slider-legend:after {
    content: "";
    display: inline-block;
    width: 100%
}

.ugc-ask-question .ugc-slider .rangeslider--horizontal {
    height: 10px;
    top: -10px
}

.ugc-ask-question .ugc-slider .rangeslider__handle {
    box-shadow: none;
    top: -3px !important;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    position: absolute
}

.ugc-ask-question .ugc-slider .rangeslider__handle::after {
    display: none
}

.ugc-ask-question .ugc-slider .rangeslider__ruler {
    padding-top: 5px;
    cursor: pointer;
    font-size: .75rem;
    position: relative;
    top: 100%;
    text-align: justify
}

.ugc-ask-question .ugc-slider .rangeslider__ruler:after {
    content: "";
    display: inline-block;
    width: 100%
}

.ugc-ask-question .ugc-slider .rangeslider__fill {
    background: #ff6f61;
    box-shadow: none
}

.ugc-ask-question input[type=search] {
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px
}

.ugc-ask-question input[type=search]:focus {
    box-shadow: none;
    border-color: initial !important
}

.ugc-ask-question input[type=radio] {
    width: 13px;
    height: 13px;
    border: solid 1px #979797
}

.ugc-ask-question .response-content {
    margin-top: 5px
}

.ugc-ask-question .response-content .response-token {
    display: inline-block;
    padding: 5px 15px 5px;
    margin: 10px 15px 10px 0;
    color: #fff;
    background: #a1a1a1;
    border: solid 1px #a1a1a1;
    border-radius: 100px;
    font-size: .875rem
}

.ugc-ask-question .response-content .response-token .remove {
    color: #fff !important;
    margin-left: 5px;
    text-decoration: none
}

.rangeslider,
.rangeslider__fill {
    display: block;
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.rangeslider {
    background: #e6e6e6;
    position: relative
}

.rangeslider--horizontal {
    height: 20px;
    width: 100%
}

.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%
}

.rangeslider--disabled {
    opacity: .4
}

.rangeslider__fill {
    background: #0f0;
    position: absolute
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%
}

.rangeslider__handle {
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, .1)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .1));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .1));
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.rangeslider__handle:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(0, 0, 0, .13)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, .13), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .13), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(0, 0, 0, .13), rgba(255, 255, 255, 0));
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.rangeslider--active .rangeslider__handle,
.rangeslider__handle:active {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, .12)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12));
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12))
}

.rangeslider--horizontal .rangeslider__handle {
    top: -10px;
    touch-action: pan-y;
    -ms-touch-action: pan-y
}

.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x
}

input[type=range]:focus+.rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, .9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, .9);
    box-shadow: 0 0 8px rgba(255, 0, 255, .9)
}

@media screen and (max-width:400px) {
    .ugc-ask-question .ugc-cur,
    .ugc-ask-question .ugc-prev {
        margin-right: 0
    }
}

@media screen and (min-width:401px) and (max-width:768px) {
    .ugc-ask-question .ugc-cur,
    .ugc-ask-question .ugc-prev {
        margin-right: 5px
    }
    .ugc-ask-question .ugc-next,
    .ugc-ask-question .ugc-prev {
        position: relative
    }
    .ugc-ask-question .ugc-prev {
        left: 5px
    }
    .ugc-ask-question .ugc-next {
        right: 5px
    }
    .ugc-ask-question .ugc-cur {
        padding: 0 5px
    }
    .ugc-ask-question input[type=checkbox]+label {
        padding: 5px 15px
    }
    .ugc-ask-question .ugc-slider {
        padding: 0 15px
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    .ugc-ask-question .ugc-cur,
    .ugc-ask-question .ugc-prev {
        margin-right: 0
    }
}

.track-head {
    margin-top: -10px
}

.rar,
.success {
    color: #1aab2a
}

.indelivery,
.inprogress,
.rar_init {
    color: #ff6f61
}

.error {
    color: #ef4747
}

.cancelled {
    color: #757575;
    margin-left: 4px
}

.panel {
    background-color: #fff;
    padding: 16px 0
}

.top-bar {
    padding: 0 10px 16px 45px
}

.bottom-bar {
    margin-top: 0;
    padding: 16px 10px 16px 45px
}

.link-bar,
.prescription-sub-content {
    margin-top: 0
}

.content-panel {
    padding: 0 1%
}

.pres-panel {
    margin-left: 28px
}

.pres-panel .main-heading {
    font-size: 18px;
    color: #e74c3c
}

.cancel-panel {
    margin-left: 28px
}

.cancel-panel .main-heading {
    font-size: 18px;
    color: #757575
}

.confirm-panel {
    margin-left: 28px
}

.confirm-panel .main-heading {
    font-size: 18px;
    color: #f39c12
}

.confirm-panel .eta-details {
    background-color: rgba(25, 171, 42, .1)
}

.confirm-panel .eta-text,
.confirm-panel .eta-value {
    color: #1aab2a
}

.deliver-panel {
    margin-left: 28px
}

.deliver-panel .main-heading {
    font-size: 18px;
    color: #1aab2a
}

.warning-icon {
    display: inline-block;
    float: left
}

.sub-heading {
    font-size: 14px;
    color: #212121;
    padding: 0 44px 5px
}

#prescription-button,
.button-bar {
    padding: 0
}

.pres-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.pres-btn {
    border-radius: 2px;
    background-color: #ff6f61;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    width: 100%
}

.pres-row {
    margin-left: 12px
}

.eta-details {
    background-color: #f2f2f2;
    overflow: hidden;
    font-size: 14px;
    color: #757575;
    padding: 10px
}

.eta-details .eta-text {
    float: left
}

.eta-details .eta-value {
    float: right
}

.updated-details {
    font-size: 10px;
    color: #757575;
    float: right;
    margin-right: 14px
}

.pres-required {
    margin: 10px 16px;
    padding: 0
}

.pres-required .sub-content-title-text {
    background-color: rgba(239, 71, 71, .1);
    color: #ef4747
}

.pres-not-required {
    color: #212121;
    margin: 10px 16px;
    padding: 0
}

.sub-content-title-text {
    border-bottom: 1px solid #eaeaea;
    margin-top: 0;
    padding: 8px 0;
    font-size: 14px
}

.pres-sub-content {
    margin-top: 0;
    border-top: 1px solid #eaeaea
}

.pres-sub-content .pres-left {
    color: #ff6f61;
    border-right: 1px solid #eaeaea
}

.pres-sub-content .pres-right {
    color: #757575
}

.sub-content-text {
    padding: 13px 15px;
    font-size: 12px
}

.pres-verified {
    margin: 16px;
    padding: 0
}

.pres-verified .sub-content-title-text {
    background-color: rgba(25, 171, 42, .1);
    color: #1aab2a
}

.refund-details {
    margin: 10px 16px 0 16px
}

.detail-section {
    margin: 10px auto;
    padding: 0
}

.address-details,
.order-details,
.payment-summary {
    margin-top: 0;
    padding: 12px 12px;
    border-bottom: 1px solid #eaeaea
}

.order-heading,
.payment-heading {
    font-size: 14px;
    color: #212121
}

.address-details,
.order-body,
.payment-body {
    font-size: 12px;
    color: #757575
}

.payment-body .text-right {
    color: #212121
}

.cancel-link,
.contact-link,
.reorder-link {
    text-align: center;
    border-right: 1px solid #eaeaea;
    padding: 12px
}

.cancel-link,
.reorder-link {
    border: none
}

.date-icon,
.order-icon {
    padding-right: 5px
}

.address-body {
    padding: 0;
    list-style: none
}

.address-body,
p {
    margin-bottom: 0
}

.order-confirm {
    font-size: 18px;
    color: #f39c12
}

.courier-details {
    color: #757575;
    font-size: 12px
}

@media (max-width:992px) {
    .courier-details {
        margin-left: 28px
    }
}

.tracking-details {
    font-size: 12px
}

@media (max-width:992px) {
    .tracking-details {
        margin-left: 28px
    }
}

.courier-title {
    display: inline-block;
    float: left;
    margin-right: 8%
}

.tracking-details {
    color: #ff6f61
}

.window-icon {
    color: #ff6f61;
    display: inline-block;
    padding-left: 2px
}

.item-left {
    color: #ff6f61;
    border: none;
    padding: 6px 15px
}

.item-right {
    color: #212121;
    text-align: right;
    border: none
}

.item-value {
    font-size: 10px;
    color: #757575
}

a:hover {
    text-decoration: none;
    cursor: pointer
}

@media (max-width:768px) {
    .content-panel {
        padding: 0 4%
    }
    .track-head {
        padding-left: 0
    }
}

.shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2)
}

.eta-full-width {
    margin-top: 0;
    display: none;
    background-color: #fff
}

@media (max-width:992px) {
    .eta-full-width {
        display: inline
    }
}

@media (max-width:992px) {
    .eta-details-col {
        display: none
    }
}

.eta-details-success {
    background-color: rgba(25, 171, 42, .1);
    overflow: hidden;
    font-size: 14px;
    padding: 10px
}

.eta-details-success .eta-text {
    float: left
}

.eta-details-success .eta-value {
    float: right
}

.eta-details-success .eta-text,
.eta-details-success .eta-value {
    color: #1aab2a
}

.breadcrumbs {
    padding: 0;
    font-size: 10px;
    margin-left: -15px
}

.breadcrumbs>li+li:before {
    content: ">";
    padding: 0 5px;
    color: #212121
}

.breadcrumbs>li {
    display: inline-table
}

.breadcrumbs a {
    color: #212121;
    text-decoration: underline
}

.breadcrumbs .active {
    color: #757575;
    text-decoration: none
}

.upload-error-message,
.upload-message {
    display: none;
    color: #1aab2a;
    margin: 0 0 0 25px
}

.upload-error-message {
    color: #ef4747;
    width: 80%
}

.track-order.loading-icon {
    position: absolute;
    top: 25%;
    left: 50%;
    z-index: 1
}

@media (max-width:768px) {
    .track-order.loading-icon {
        top: 16%
    }
}

.courier-phone {
    color: #757575
}

a.button-text.courier-phone:focus,
a.button-text.courier-phone:hover {
    color: #757575;
    text-decoration: none
}

.delivered,
.rar,
.success {
    color: #1aab2a
}

.indelivery,
.inprogress,
.rar_init {
    color: #ff6f61
}

.error,
.paymentconfirmationawaited,
.paymentfailed,
.paymentnotcompleted {
    color: #ef4747
}

.cancelled,
.cart-items,
.order-id-text,
.order-id-value,
.order-quantity,
.product-text,
.split-order-text,
.state4 {
    color: #757575
}

.img-received {
    margin-right: 10px
}

.cod-field:focus,
.pay-cash:focus {
    border-color: transparent;
    box-shadow: 0 0
}

.cod-field {
    background-color: #fff;
    outline: 0
}

.right-col {
    float: right
}

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

.separator-full {
    border: 0;
    margin: 10px 5px;
    border-top: 1px solid #dcdcdc
}

.separator-right {
    border: 0;
    margin: 10px 5px;
    border-top: 1px solid #dcdcdc
}

.empty-error {
    margin-top: 20%
}

.empty-center {
    text-align: center;
    margin: 12px
}

.empty-text {
    font-size: 14px
}

.last-row {
    padding: 12px
}

.content-container {
    margin-top: 4px;
    padding-left: 14px;
    padding-right: 8px
}

.bottom-row {
    margin-bottom: -12px;
    margin-left: -13px;
    margin-right: -12px;
    border-top: 1px solid #eaeaea;
    padding-right: 5px
}

.action-link {
    color: #ff6f61 !important
}

.product-text {
    margin-left: 14px
}

.order-item-qty {
    padding-right: 8px
}

.header-txt {
    font-size: 14px !important
}

.order-number {
    line-height: 1.9
}

.div-sub-content a .div-section .div-sub-header {
    padding: 16px 0 8px 4px
}

.div-sub-content .div-section a .div-sub-header {
    padding: 16px 0 8px 4px
}

.footer-row {
    margin-right: -12px;
    margin-left: -12px;
    border-top: 1px solid #eaeaea;
    margin-bottom: -10px;
    padding-right: 9px
}

.product-details {
    padding-left: 17px;
    padding-right: 7px;
    height: 26px
}

.div-status {
    padding-left: 16px;
    padding-right: 10px
}

.pay-online-btn {
    border-radius: 2px;
    background-color: #ff6f61;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #fff !important;
    padding: 3px 10px;
    text-transform: uppercase;
    cursor: pointer;
    vertical-align: sub
}

.order-state-msg {
    padding: 0
}

.order-state-msg .order-state-icon {
    width: 30px;
    display: inline-block;
    vertical-align: top
}

.order-state-msg .order-state-text {
    width: 80%;
    display: inline-block
}

.order-payment-btn {
    text-align: right;
    padding: 0
}

.link-single-order {
    cursor: pointer
}

.div-initial-message {
    margin-bottom: 12px
}

.head {
    font-weight: 700;
    padding-top: 12px;
    font-size: 20px;
    color: rgba(33, 33, 33, .87)
}

.head-highlight {
    padding-left: 112px;
    padding-bottom: 12px;
    background-color: rgba(220, 220, 220, .5)
}

@media (max-width:768px) {
    .head-highlight {
        padding-left: 0
    }
}

.head-highlight .cashback-title-outer-row {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0
}

.head-highlight .cashback-title-outer-row .cashback-title-div {
    width: 90%;
    margin: auto
}

@media (max-width:991px) {
    .head-highlight .cashback-title-outer-row .cashback-title-div {
        width: 100%
    }
}

.cashback-dashboard-page {
    display: none
}

@media (max-width:991px) {
    .cashback-dashboard-page {
        display: block
    }
}

.cashback-dashboard-page .cashback-title-outer-row {
    padding-top: 15px;
    padding-bottom: 15px
}

.cashback-title-large-screen {
    padding-bottom: 30px;
    display: block
}

@media (max-width:991px) {
    .cashback-title-large-screen {
        display: none
    }
}

.cashback-title-small-screen {
    display: none
}

@media (max-width:991px) {
    .cashback-title-small-screen {
        display: block
    }
}

.cashback-title-bar {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0
}

.cashback-title-bar .no-padding {
    padding: 0
}

@media (min-width:991px) {
    .cashback-title-bar .no-padding {
        max-width: 320px
    }
}

.cashback-title-bar .content-left {
    text-align: left;
    width: 100%
}

.cashback-title-bar .content-left img {
    padding-top: 5px;
    margin-top: -10px
}

@media (max-width:768px) {
    .cashback-title-bar .content-left img {
        width: 24px
    }
}

.cashback-title-bar .content-left .dashboard-title {
    display: inline-block
}

.cashback-title-bar .content-left .balance-amount {
    display: inline-block;
    float: right
}

.cashback-dashboard-container-fluid {
    margin-top: 20px;
    width: 90%
}

@media (max-width:991px) {
    .cashback-dashboard-container-fluid {
        width: 100%
    }
}

.cashback-dashboard-container-fluid .cashback-dashboard-container {
    margin: 0
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .cashback-empty-state {
    text-align: center;
    background: #fafafa;
    padding: 80px 0 80px 0;
    margin-bottom: 20px
}

@media (max-width:991px) {
    .cashback-dashboard-container-fluid .cashback-dashboard-container .cashback-empty-state {
        padding: 20px 0 20px 0
    }
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .cashback-empty-state p {
    margin-top: 20px;
    margin-bottom: 0
}

@media (max-width:991px) {
    .cashback-dashboard-container-fluid .cashback-dashboard-container .cashback-empty-state p {
        font-size: 14px
    }
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left {
    padding: 0 0 20px 0
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left .dashboard-header-row {
    margin: 0;
    padding: 10px;
    border-radius: 2px;
    background-color: #d8d8d8
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left .dashboard-header-row .cashback-order-details,
.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left .dashboard-header-row .status {
    font-size: 12px;
    color: rgba(33, 33, 33, .87)
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left .dashboard-header-row .status {
    padding-left: 30px
}

@media (max-width:768px) {
    .cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left .dashboard-header-row .status {
        padding-left: 15px
    }
}

@media (max-width:768px) {
    .cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left .dashboard-header-row .cashback-order-details {
        padding: 0
    }
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left .dashboard-header-row .amount {
    font-size: 12px;
    color: rgba(33, 33, 33, .87);
    text-align: right
}

@media (max-width:991px) {
    .cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left .dashboard-header-row .amount {
        padding: 0
    }
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left .transaction-table {
    padding: 10px;
    border-bottom: solid .5px #c7c7c7
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left .transaction-table .row {
    margin: 5px 0 0 0
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left .transaction-table .transaction-icon {
    display: inline-block;
    float: left;
    height: 100%;
    padding: 10px 0
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left .transaction-table .transaction-tag {
    font-size: 10px;
    color: #212121
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left .transaction-table .transaction-type {
    display: inline-block;
    width: 100%
}

@media (min-width:768px) and (max-width:991px) {
    .cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left .transaction-table .transaction-type {
        width: 95%
    }
}

@media (min-width:1179px) {
    .cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left .transaction-table .transaction-type {
        width: 95%
    }
}

@media (min-width:991px) and (max-width:1178px) {
    .cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left .transaction-table .transaction-type {
        width: 94%
    }
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left .transaction-table .cashback-date,
.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left .transaction-table .cashback-earned {
    font-size: 14px;
    font-weight: 400;
    color: rgba(33, 33, 33, .87)
}

@media (max-width:768px) {
    .cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left .transaction-table .cashback-date {
        padding: 0
    }
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left .transaction-table .cashback-amount {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    text-align: right;
    color: #212121;
    padding-left: 0
}

@media (max-width:991px) {
    .cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left .transaction-table .cashback-amount {
        padding: 0
    }
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left .transaction-table .cashback-sub-order-id {
    font-size: 10px;
    color: #757575
}

@media (max-width:768px) {
    .cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left .transaction-table .cashback-sub-order-id {
        padding: 0
    }
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left .transaction-table .disabled-order-id-text {
    color: #9e9e9e
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left .transaction-table .cashback-inactive-info {
    font-size: 10px;
    color: #757575
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left .transaction-table .cashback-active-info {
    font-size: 10px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 1.6em;
    color: #ef4747;
    padding: 3px 0 3px 3px;
    width: 160px;
    margin-left: 12px
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-left .transaction-table .disabled-text-color {
    color: #757575
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-right {
    padding-bottom: 20px
}

@media (max-width:991px) {
    .cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-right {
        padding: 0 0 20px 0
    }
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-right .dashboard-right-side-content {
    height: 48px;
    object-fit: contain;
    border-radius: 2px;
    border: solid 1px #ff6f61;
    padding: 10px;
    min-width: 250px
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-right .dashboard-right-side-content a {
    text-decoration: none;
    cursor: pointer
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-right .dashboard-right-side-content a .right-side-upper-block {
    width: 100%
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-right .dashboard-right-side-content a .right-side-upper-block .content {
    font-size: 14px;
    line-height: 1.43;
    color: rgba(33, 33, 33, .87)
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-right .dashboard-right-side-content a .right-side-upper-block .expand-image {
    float: right;
    opacity: .54
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-right .dashboard-right-side-content a .right-side-upper-block .expand-image img {
    padding-top: 5px
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-right .right-side-lower-block {
    width: 100%
}

@media (max-width:321px) {
    .cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-right .right-side-lower-block {
        margin-left: -15px
    }
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-right .right-side-lower-block .cashback-coupons {
    padding: 0 0 10px 0;
    margin-top: 20px;
    border-radius: 2px;
    background-color: rgba(220, 220, 220, .5)
}

.cashback-dashboard-container-fluid .cashback-dashboard-container .dashboard-right .right-side-lower-block .dashboard-ad-div {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center
}

.expiring-soon-block {
    object-fit: contain;
    border-radius: 2px;
    border: solid .5px #e7e7e7;
    padding: 15px;
    margin-bottom: 20px
}

.expiring-soon-block .expiring-soon-heading {
    opacity: .87;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #212121
}

.expiring-soon-block .expiry-detail-block {
    margin-top: 5px
}

.expiring-soon-block .expiry-detail-block .expiry-text {
    font-size: 14px;
    color: #212121
}

.expiring-soon-block .expiry-detail-block .expiry-amount {
    line-height: 1.14;
    float: right
}

.expiring-soon-block .balance-summary-message {
    opacity: .87;
    font-size: 10px;
    line-height: 1.3;
    color: #757575
}

.expiring-summary-small {
    margin-right: 0;
    margin-left: 0;
    display: none
}

@media (max-width:991px) {
    .expiring-summary-small {
        display: block
    }
}

.expiring-summary-small .expiring-heading-padding,
.expiring-summary-small .expiry-detail-block {
    padding-left: 10px;
    padding-right: 10px
}

.expiring-summary-small .expiry-amount {
    text-align: right;
    padding: 0
}

@media (max-width:768px) {
    .expiring-summary-small .expiring-soon-heading,
    .expiring-summary-small .expiry-text {
        padding: 0
    }
}

.expiring-summary-large {
    min-width: 250px;
    display: block
}

@media (max-width:991px) {
    .expiring-summary-large {
        display: none
    }
}

.row-no-top-margin {
    margin-top: 0
}

.cashback-redeem-message-block {
    margin: 0;
    padding: 2px 10px 6px 10px;
    background-color: rgba(247, 186, 62, .2);
    margin-bottom: 4px
}

@media (max-width:768px) {
    .cashback-redeem-message-block .cashback-message-content {
        padding: 0
    }
}

.cashback-redeem-message-block .cashback-message-content .cashback-message-text {
    font-size: 12px;
    font-style: italic;
    font-stretch: normal;
    text-align: left;
    color: rgba(153, 123, 61, .87)
}

.cashback-redeem-message-block .cashback-message-content .cashback-message-close {
    float: right
}

.empty-state-left-block {
    padding: 0
}

.ad-visible-below-breakpoint {
    display: none
}

@media (max-width:991px) {
    .ad-visible-below-breakpoint {
        display: block
    }
}

.ad-visible-above-breakpoint {
    display: block
}

@media (max-width:991px) {
    .ad-visible-above-breakpoint {
        display: none
    }
}

.no-padding-ads {
    padding: 0
}

.care-plan-banner {
    padding: 10px 0
}

.head {
    font-weight: 700;
    padding-top: 12px;
    font-size: 20px;
    color: rgba(33, 33, 33, .87)
}

.sub-head {
    padding-top: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: rgba(33, 33, 33, .87)
}

.cashback-bar {
    margin-right: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0
}

.bullets {
    padding-top: 12px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(33, 33, 33, .87)
}

.text {
    font-size: 14px;
    color: rgba(33, 33, 33, .87)
}

.sub-text {
    font-size: 12px
}

.coupon-container {
    display: inline-block;
    background-image: url(../images/emails/couponContainer.png);
    padding: 0;
    width: 224px;
    height: 45px
}

.coupon-text {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 700;
    color: #054356
}

.center {
    text-align: center
}

.head-highlight {
    padding-left: 112px;
    padding-bottom: 12px;
    background-color: rgba(220, 220, 220, .5)
}

@media (max-width:768px) {
    .head-highlight {
        padding-left: 0
    }
}

.howto-highlight {
    padding: 20px;
    border-radius: 8px;
    background-color: #fff3e3;
    min-width: 250px
}

.howto-head {
    padding-left: 12px;
    font-size: 14px;
    font-weight: 700;
    color: rgba(33, 33, 33, .87)
}

.head-img {
    padding-top: 10px
}

.point {
    font-weight: 700;
    background-repeat: no-repeat;
    background-size: contain;
    height: 22px;
    padding: 2px 0 4px 8px;
    font-size: 12px
}

.point1 {
    background-image: url(../images/page-specific/cashback/step1.svg)
}

.point2 {
    background-image: url(../images/page-specific/cashback/step2.svg)
}

.point3 {
    background-image: url(../images/page-specific/cashback/step3.svg)
}

.content-center {
    text-align: center
}

.content-width {
    width: 90%
}

.mgcashUnit {
    line-height: 31px;
    padding-top: 0;
    font-size: 14px;
    font-weight: 700;
    color: rgba(33, 33, 33, .87)
}

.cashbackFaqsSmallScreen {
    display: none
}

@media (max-width:991px) {
    .cashbackFaqsSmallScreen {
        display: block
    }
}

.cashbackFaqsLargeScreen {
    display: block
}

@media (max-width:991px) {
    .cashbackFaqsLargeScreen {
        display: none
    }
}

.disclaimer1mgCash {
    margin-top: 20px;
    overflow: auto;
    font-size: 12px
}

.disclaimer1mgCash .disclaimerHeading {
    margin-bottom: 5px
}

.additionalTnCBlock {
    margin-top: 20px;
    overflow: auto;
    font-size: 12px;
    margin-bottom: 20px
}

.additionalTnCBlock .headingTnC {
    margin-bottom: 5px
}

.additionalTnCBlock .orderedTermsList .nested {
    font-weight: 400
}

.additionalTnCBlock .orderedTermsList .nested span {
    margin-right: 5px;
    margin-left: -1.2px
}

.additionalTnCBlock .orderedTermsList .nested::before {
    margin-left: -1.5em
}

.additionalTnCBlock .noteText {
    padding-left: 15px
}

.ad-block-style {
    text-align: center;
    margin: 10px auto 5px
}

.add-extra-padding {
    padding-bottom: 15px
}

.cashback-faqs-second-column {
    margin-top: 36px
}

.ad-margin-bottom {
    margin-bottom: 15px
}

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

@media (max-width:350px) {
    .remove-padding-for-ads {
        padding: 0
    }
    .remove-padding-for-ads .howto-highlight {
        width: 90%;
        margin-left: 5%
    }
}

.ques-card {
    background: #fff;
    box-shadow: 0 1px 2px 0 #d3d3d3;
    border-radius: 3px;
    padding: 12px 30px;
    font-size: 14px
}

.option {
    border-radius: 2px;
    background-color: #f8f8f8;
    border: solid 1px #d6d6d6;
    padding: 4px 12px;
    margin-bottom: 4px
}

.no-padding {
    padding-left: 0;
    padding-right: 0
}

.top-margin {
    margin-top: 20px
}

.location-margin {
    margin: 10px 0
}

.auto-margin {
    margin: auto
}

.arrow-icon {
    padding: 0 8px 0 2px
}

.location-option {
    border-radius: 2px;
    background-color: #f8f8f8;
    border: solid 1px #d6d6d6
}

.edit-selection {
    margin-top: -8px;
    font-size: 12px
}

.register,
.submit {
    background-color: #d8d8d8;
    color: #fff;
    border-radius: 2px;
    margin-top: 20px
}

.radio {
    padding: 30px 0
}

.img-center {
    display: block;
    margin: 0 auto
}

.blue {
    color: #ff6f61
}

.black {
    color: #212121
}

#questionaire label {
    display: block
}

.no-margin {
    padding: 5px 0;
    margin: 0 auto
}

.address,
.date {
    margin-left: 20px
}

.profile-heading {
    margin: 20px;
    text-align: right;
    color: #212121
}

.profile-heading .logo-image {
    margin: 10px
}

.profile-details {
    width: 80%;
    margin: auto;
    color: #212121
}

.profile-details .patient-name {
    font-size: 24px;
    font-weight: 700
}

.profile-details .section {
    margin: 20px
}

.profile-details .profile-label {
    display: inline;
    font-weight: 700
}

.profile-details .label-value {
    display: inline
}

.authorby-margin-top {
    margin-top: 2rem
}

.authorby-margin-top .uppercase {
    text-transform: uppercase
}

.authorby-margin-top .header {
    font-size: 16px;
    color: #112a35;
    padding-bottom: .7rem
}

.authorby-margin-top .authors-container {
    padding: .7rem 0;
    display: flex;
    align-items: center;
    max-width: 100%
}

.authorby-margin-top .authors-container .author-details {
    display: flex;
    flex-direction: column;
    padding: 10px;
    flex: 1
}

.authorby-margin-top .authors-container .profile-photo {
    max-width: 48px;
    border-radius: 50%
}

.authorby-margin-top .authors-container .heading {
    font-size: 14px;
    font-weight: 700;
    color: #4dc4bd
}

.authorby-margin-top .authors-container .role {
    font-size: 12px;
    color: rgba(0, 0, 0, .6)
}

.authorby-margin-top .authors-container .qualification {
    font-size: 12px;
    color: #212121
}

.authorby-margin-top .authors-container a.link {
    font-weight: 700;
    color: #ff6f61
}

.authorby-margin-top .authors-container a.link:hover {
    color: #ff6f61
}

.authorby-margin-top .last-updated {
    padding: .7rem 0;
    font-size: 12px;
    color: rgba(0, 0, 0, .8)
}

.authorby-margin-top .border-bottom {
    border-bottom: 1px solid #ececec
}

.authorby-margin-top .editorial-container {
    display: flex;
    padding: .7rem 0;
    align-items: center;
    flex-wrap: wrap
}

.authorby-margin-top .editorial-container .image-container {
    display: inline-block;
    max-width: 55px
}

.authorby-margin-top .editorial-container .image-container img {
    width: 100%
}

.authorby-margin-top .editorial-container .editorial-content {
    font-size: 12px;
    padding: .3rem
}

.error-container {
    width: 100%;
    position: fixed;
    text-align: center;
    top: 50px;
    z-index: 50
}

.toast-container {
    background-color: #fdf0d0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
    width: 25%;
    display: block;
    margin: auto;
    padding: 10px 20px;
    border-radius: 5px
}

.text-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0 5px;
    color: #212121;
    font-weight: 700
}

.toast-icon {
    display: inline
}

.homepage-container .main-content .content {
    max-width: 100%;
    overflow: visible
}

.carousel-main {
    width: 100%;
    height: 230px;
    background-color: #ff6f61;
    position: relative
}

.carousel-main .caraousel-panel>.gradiant-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(4, 37, 48, 0) 0, rgba(4, 37, 48, 0) 35%, #042430 90%, #042430 100%);
    background: -webkit-linear-gradient(top, rgba(4, 37, 48, 0) 0, rgba(4, 37, 48, 0) 35%, #042430 90%, #042430 100%);
    background: linear-gradient(to bottom, rgba(4, 37, 48, 0) 0, rgba(4, 37, 48, 0) 35%, #042430 90%, #042430 100%)
}

.carousel-main .carousel {
    line-height: inherit;
    height: 100%
}

.carousel-main .carousel-inner {
    height: 100%
}

.carousel-main .caraousel-panel {
    height: 100%
}

.carousel-main .caraousel-panel>.caraousel-image {
    background-position: left bottom;
    background-size: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat
}

@media screen and (min-width:767px) {
    .carousel-main .caraousel-panel>.caraousel-image {
        width: 30%
    }
}

.carousel-main .caraousel-panel>.caraousel-text-holder {
    position: absolute;
    top: 8%;
    left: 50%;
    width: 50%;
    height: 40%;
    font-family: 'Clear Sans Light';
    display: table;
    font-size: 20px;
    color: #fff;
    z-index: 2
}

.caraousel-list {
    padding: 0;
    list-style: none
}

.carousel-main .caraousel-panel>.caraousel-text-holder>.caraousel-text {
    display: table-cell;
    vertical-align: bottom;
    padding-right: 46px
}

.sub-content {
    text-align: center
}

.sub-content>.sub-content-title {
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 28px
}

.sub-content>.sub-content-title>.sub-content-text {
    padding: 19px 88px 20.5px 88px;
    font-family: 'Clear Sans Light';
    font-size: 30px;
    letter-spacing: -.2px;
    color: #071b24;
    display: inline-block;
    border-bottom: 1px solid #ff6f61;
    position: relative
}

.sub-content>.sub-content-title>.sub-content-decor {
    position: absolute;
    padding: 0 12px;
    bottom: 0;
    left: 50%;
    margin-left: -16px;
    background-color: #fff
}

.sub-content>.sub-content-title>.sub-content-decor>.circle {
    width: 6px;
    height: 6px;
    border: 1px solid #ff6f61;
    border-radius: 4px
}

.sub-content>.sub-content-container.pb-0 {
    padding-bottom: 0
}

.sub-content>.sub-content-container {
    padding-bottom: 60px;
    text-align: center
}

.sub-content>.sub-content-container .sub-content-cat .category-text {
    margin: 14px 0 20px 0;
    font-size: 20px;
    color: #071b24;
    font-family: 'Clear Sans Light'
}

.carousel-main>.search-bar-holder {
    position: absolute;
    z-index: 10;
    top: 50%
}

.order-rx-button {
    float: right;
    margin-top: 8px
}

.mobile-order-rx-text {
    font-size: 12px;
    color: #fff
}

.rx-box {
    border-left: 1px solid #fff;
    padding: 0 14px
}

.text-position {
    margin-top: -6px;
    text-align: center;
    padding-left: 30px
}

.desktop-prescription-container {
    background-color: rgba(0, 0, 0, .3);
    padding-left: 0;
    max-width: 242px;
    margin-left: 0;
    height: 120px
}

.mobile-prescription-container {
    display: inline-block;
    border-radius: 3px;
    padding: 15px;
    background-color: rgba(0, 0, 0, .3);
    width: 92%;
    margin-left: 4%;
    padding-top: 5px
}

.sub-content-card {
    border-radius: 5px
}

.sub-content-card.orange {
    background-color: #ff6f61;
    color: #2a1307
}

.sub-content-card.green {
    background-color: #8cb032;
    color: #2b350c
}

.sub-content-card.purple {
    background-color: #7161a3;
    color: #ccc6ff
}

.sub-content-card.blue {
    background-color: #4fbcc6;
    color: #0e5d65
}

.copn-img {
    padding: 36px 0;
    border-right: 2px dashed rgba(255, 255, 255, .4)
}

.copn-img img {
    max-width: none
}

.copn-title {
    font-size: 20px;
    font-family: "Clear Sans Light";
    font-weight: 700;
    margin-top: 15px
}

.copn-desc {
    font-size: 12px;
    font-family: "Clear Sans Light";
    margin-top: 5px;
    max-height: 2.8em;
    overflow: hidden
}

.copn-code {
    font-size: 14px;
    font-family: "Clear Sans";
    margin-top: 3px
}

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%
}

.col-height {
    float: none;
    height: 100%
}

.col-top {
    vertical-align: top
}

.col-middle {
    vertical-align: middle
}

.col-bottom {
    vertical-align: bottom
}

.copn-wrap {
    padding-bottom: 50px
}

.copn-btn {
    padding: 5px 14px 8px;
    border: 1px solid;
    display: inline-block;
    border-radius: 8px;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    bottom: 10px;
    right: 10px
}

.sub-content-card a {
    color: inherit !important
}

.sub-content-card a:hover {
    color: inherit !important;
    cursor: pointer;
    text-decoration: none
}

.copn-btn::after {
    content: "\203A";
    margin-left: 5px
}

.sub-content-card>.row {
    margin: 0
}

.how-to-order {
    background-color: #ff6f61;
    padding: 60px 0
}

.circle-wrap>div {
    display: table-cell;
    vertical-align: middle
}

.steps-text {
    line-height: 27px;
    color: #fff;
    font-size: 20px;
    font-family: "Clear Sans Light"
}

.search-bar-holder .checkboxText {
    vertical-align: middle;
    font-size: 14px !important;
    color: #fff;
    font-family: "Clear Sans Light";
    margin-left: -2px
}

.search-bar-holder span.text-blue {
    color: #ff6f61;
    cursor: pointer
}

.search-bar-holder span.text-blue:hover {
    color: #ff6f61;
    cursor: pointer
}

.artwork-holder {
    margin-top: -22px;
    text-align: center
}

.testimonial-panel {
    padding-top: 25px
}

.testimonial-panel .testimonial-content {
    padding: 10px 10px 20px 20px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #979797;
    font-family: "Clear Sans Light"
}

.testimonial-panel .testimonial-quotes {
    position: absolute;
    color: #f3a827;
    font-size: 69px;
    right: 5%;
    top: -5px;
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity .5s linear
}

.testimonial-content .title {
    font-size: 31px;
    color: #212121;
    line-height: 42px
}

.testimonial-content .designation {
    font-size: 14px;
    color: #212121;
    line-height: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    display: inline-block;
    padding-right: 30px
}

.testimonial-content .text {
    padding-top: 10px;
    font-size: 16px;
    color: #212121;
    line-height: 21px
}

#testimonialCarousel .left-arrow,
#testimonialCarousel .right-arrow {
    font-size: 58px;
    color: #ff6f61;
    opacity: .5;
    margin-top: -21px;
    vertical-align: middle;
    display: inline-block;
    top: 50%;
    position: absolute;
    margin-left: -21px
}

#testimonialCarousel .carousel-control {
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    left: 0
}

#testimonialCarousel .left-arrow:hover,
#testimonialCarousel .right-arrow:hover {
    opacity: .6
}

.img-content {
    color: #ff6f61;
    font-family: "Clear Sans Light"
}

.img-content .text {
    width: 60%;
    margin-left: 20%;
    line-height: 23px;
    font-size: 16px
}

.img-content .number {
    font-size: 27px;
    line-height: 36px
}

.carousel-indicators li.active {
    background-color: #ff6f61
}

.item.left .testimonial-quotes,
.item.right .testimonial-quotes {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .5s linear
}

.press-section {
    background: #fff3e3;
    color: #212121
}

.press-section>.row {
    margin-top: 0
}

.pressContent {
    padding: 20px 10px
}

.quote-start {
    font-size: 26px
}

.press-wrap {
    margin-top: -50px;
    margin-bottom: 60px
}

.categories-wrap {
    margin-bottom: -20px
}

.new-wrap {
    position: absolute;
    top: 5%;
    left: -8px
}

.pos-relative {
    position: relative
}

@media screen and (min-width:1143px) {
    .order-rx-text {
        font-size: 12px;
        color: #fff
    }
    .desktop-prescription-button {
        font-size: 14px
    }
}

@media screen and (max-width:1143px) {
    .order-rx-text {
        font-size: 10px;
        color: #fff
    }
    .desktop-prescription-button {
        font-size: 10px
    }
}

@media screen and (min-width:991px) {
    .search-bar-outer-container {
        background-color: rgba(0, 0, 0, .3);
        padding: 20px;
        height: 120px
    }
    .dots-line {
        display: inline-block;
        height: 1px;
        width: 100%;
        position: absolute;
        background-color: #fff;
        margin-top: 15px;
        margin-left: 30px
    }
    .circle-wrap {
        display: table;
        height: 80px
    }
    .circle-filled {
        width: 30px;
        height: 30px;
        background-color: #ff6f61;
        border-radius: 15px;
        display: inline-block;
        vertical-align: middle
    }
    .float-wrap {
        padding: 0 5%
    }
    .carousel-indicators {
        position: absolute;
        bottom: 0;
        right: 7%;
        z-index: 30;
        padding-left: 0;
        text-align: center;
        list-style: none
    }
    .carousel-indicators li {
        display: inline-block;
        width: 13px;
        height: 13px;
        margin: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: transparent;
        border: 1px solid #ff6f61;
        border-radius: 10px
    }
    .col-height {
        display: table-cell !important
    }
    .row-height-x {
        display: flex;
        justify-content: center;
        height: 100%
    }
    .col-height-x {
        display: table-cell;
        float: none;
        height: 100%
    }
}

@media screen and (max-width:991px) {
    .search-bar-outer-container {
        background-color: rgba(0, 0, 0, .3);
        padding: 20px;
        height: 120px
    }
    .dots-line {
        width: 1px;
        height: 100%;
        position: absolute;
        margin-left: 10px;
        background-color: #fff;
        margin-top: 23px;
        display: inline-block
    }
    .circle-wrap {
        display: table;
        height: 130px
    }
    .circle-filled {
        width: 20px;
        height: 20px;
        background-color: #ff6f61;
        border-radius: 10px;
        display: inline-block;
        vertical-align: middle
    }
    .steps-img img {
        max-width: 105px
    }
    .steps-text {
        line-height: 120px;
        color: #fff;
        font-size: 18px;
        font-family: "Clear Sans Light";
        text-align: left
    }
    .steps-text>div {
        line-height: 27px;
        display: inline-block;
        vertical-align: middle
    }
    .carousel-main .caraousel-panel>.caraousel-image {
        background-position: center center;
        opacity: .2
    }
    .carousel-main>.search-bar-holder {
        top: 40%
    }
    .carousel-main .caraousel-panel>.caraousel-text-holder {
        position: absolute;
        bottom: 30px;
        left: 0;
        top: 60px;
        width: 100%;
        font-family: 'Clear Sans Light';
        display: table;
        font-size: 14px;
        color: #fff;
        z-index: 2
    }
    .caraousel-list {
        font-size: 14px;
        margin: 0
    }
    .carousel-main .caraousel-panel>.caraousel-text-holder>.caraousel-text {
        display: table-cell;
        vertical-align: middle;
        padding-right: 15px;
        padding-left: 15px;
        text-align: center
    }
    .sm-clear {
        clear: both
    }
    .sub-content>.sub-content-title>.sub-content-text {
        padding: 15px 50px 15.5px 50px;
        font-size: 24px
    }
    .copn-title {
        font-size: 32px
    }
    .testimonial-panel .testimonial-content {
        padding-bottom: 40px
    }
    .img-content .text {
        width: 95%;
        margin-left: 0;
        text-align: left
    }
    .img-content .number {
        text-align: left
    }
    .carousel-indicators {
        position: absolute;
        bottom: 0;
        left: 50%;
        z-index: 10;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
        margin-bottom: 5px
    }
    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: transparent;
        border: 1px solid #ff6f61;
        border-radius: 10px
    }
    .col-height {
        display: table-cell
    }
}

@media screen and (max-width:767px) {
    .carousel-main .caraousel-panel>.caraousel-text-holder {
        top: 0
    }
    .carousel-main .caraousel-panel>.caraousel-text-holder>.caraousel-text {
        font-size: 14px
    }
    .caraousel-list {
        font-size: 14px
    }
    .carousel-main>.search-bar-holder {
        top: 40%;
        background: 0 0
    }
    .carousel-main.adityabirla .carousel-indicators {
        margin-bottom: 0
    }
    .carousel-main.adityabirla .carousel-indicators li {
        width: 5px;
        height: 5px
    }
    .sub-content>.sub-content-title>.sub-content-text {
        padding: 13px 40px 13.5px 40px;
        font-size: 22px
    }
    .search-bar-holder input[data-search] {
        border: 0 !important
    }
    .search-bar-holder input[data-search]::-webkit-input-placeholder {
        font-size: 14px !important
    }
    .search-bar-holder input[data-search]:-ms-input-placeholder {
        font-size: 14px !important
    }
    .search-bar-holder input[data-search]::-moz-placeholder {
        font-size: 14px !important
    }
    .search-bar-holder input[data-search]:focus {
        border: 0 !important
    }
    .search-bar-holder #srchRsltRut {
        border: 0
    }
    .testimonial-panel .testimonial-quotes {
        font-size: 48px;
        top: 4px
    }
    .testimonial-content .title {
        font-size: 21px;
        line-height: 26px
    }
    .testimonial-content .designation {
        padding-bottom: 5px
    }
    .testimonial-content .text {
        font-size: 14px;
        line-height: 18px
    }
    .pressContent {
        font-size: 14px;
        font-family: "Clear Sans Light"
    }
    .quote-start {
        font-size: 24px
    }
    .sub-content-card {
        margin-bottom: 10px
    }
    .carousel-main {
        height: 250px
    }
    .search-bar-outer-container {
        background-color: transparent;
        height: 90px;
        padding: 15px;
        padding-top: 5px
    }
}

.tata-ajax-loader-img {
    background-image: url(../images/search-medium.gif)
}

.tata-ajax-loader-img2 {
    background-image: url(../images/ajax-loader-bar.gif)
}