/* Universal */
body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div#checkout-step-shipping_method form#co-shipping-method-form div#checkout-shipping-method-load table tbody tr.row:last-child {
    display: none;
}

ol ol ul,
ol ul ul,
ul ol ul,
ul ul ul {
    list-style-type: disc;
}

.clear {
    clear: both;
}

.action.primary {
    background: #8da601;
    border: 1px solid #839b00;
}

.action.primary:focus,
.action.primary:active,
.action.primary:hover {
    background: #839b00;
    border: 1px solid #839b00;
}

.fotorama__stage__frame .fotorama__img {
    cursor: default;
}

/* Header */
.page-header {
    background: #f6f4ec;
    z-index: 1;
}

.page-header .wrapper {
    background: #f6f2e7;
    height: 35px;
}

.page-header .header.panel {
    padding-top: 0;
    padding-bottom: 0;
}

.top-left-links span {
    color: #06417e;
}

.top-left-links p {
    float: left;
    padding-right: 30px;
    line-height: 35px;
}

.top-left-links ul {
    margin: 0;
}

.top-left-links li {
    list-style: none;
    float: left;
    margin: 0;
}

.top-left-links #bbblink img {
    max-width: inherit;
}

.top-right-links {
    float: right;
}

.top-right-links ul {
    list-style: none;
    line-height: 35px;
    position: relative;
    z-index: 100;
}

.top-right-links ul li {
    float: left;
    margin: 0 10px 0 0;
    position: relative;
}

.top-right-links ul li li {
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.top-right-links ul a {
    display: block;
    text-decoration: none;
}

.top-right-links ul a:hover {}

/*--- DROPDOWN ---*/
.top-right-links ul ul {
    border: 1px solid #e2e2e2;
    border-top: none;
    padding: 0 10px 10px 10px;
    width: 150px;
    background-color: #f6f2e7;
    list-style: none;
    position: absolute;
    left: -9999px;
}

.top-right-links ul ul li {
    padding-top: 1px;
    float: none;
}

.top-right-links ul ul a {
    white-space: nowrap;
}

.top-right-links ul li:hover ul {
    left: 0;
}

.top-right-links ul li:hover a {}

.top-right-links ul li:hover ul a {
    text-decoration: none;
}

.top-right-links ul li:hover ul li a:hover {}

.header.panel>.header.links>li {
    line-height: 35px;
}

.nav-sections {
    background: #064688;
    margin-bottom: 0;
}

.navigation {
    background: none;
}

.navigation .level0>.level-top {
    color: #ffffff;
    font-weight: 400;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.navigation .level0>.level-top:hover,
.navigation .level0>.level-top.ui-state-focus {
    color: #ffffff;
    text-decoration: underline;
}

.navigation li.level0:hover {
    background: #0071c2;
}

.navigation .level0.active>.level-top,
.navigation .level0.has-active>.level-top {
    background: #0071c2;
    border: none;
    color: #ffffff;
}

.navigation .level0 .submenu {
    background: #f6f2e7;
    box-shadow: 0px 2px 10px 0px #999999;
    -webkit-box-shadow: 0px 2px 10px 0px #999999;
    z-index: 3;
}

body .navigation {
    z-index: unset;
}

.navigation .level0 .submenu li {
    margin: 0;
}

.navigation .level0 .submenu a {
    font-weight: 400;
    display: block;
    line-height: inherit;
    padding: 3px 10px;
}

.page-layout-homepage {
    background: #f4f3ee;
}

.block-search .nested {
    display: none;
}

.breadcrumbs {
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
    padding: 0;
    max-width: inherit;
    height: 39px;
    min-height: 39px;
    background: url(../images/breadcrumb_background.png) repeat-x center top;
}

.breadcrumbs .items {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    height: 39px;
    line-height: 39px;
}

.breadcrumbs .item:not(:last-child):after {
    margin: 11px 0 0 0;
}

#livechat-compact-container,
#livechat-full,
#livechat-eye-catcher {
    left: 10px;
}

.cat-benefits {
    background: #f6f2e7;
    border: 1px dotted #ccc;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 1em;
    margin-top: 0px
        /* .category-title position absolute */
    ;
    padding: 7px;
    text-align: center;
}

.cat-benefits div {
    display: inline-block;
}

.cat-benefits span {
    vertical-align: top;
    color: goldenrod;
    font-size: 23px;
}

/* trustpilot */

.ratings .rating-box {
    float: none;
}

.ratings .rating-links a,
.ratings .rating-links span,
.category-products .ratings span {
    display: none;
}

.trustpilot .reviews-summary {
    width: 100%;
    text-align: center;
    padding: 1em 0;
}

.trustpilot .reviews-summary .stars {
    margin-bottom: .5em;
}

.trustpilot .reviews-summary p {
    margin: .1em 0;
}

.trustpilot .reviews-summary .logo {
    height: 1em;
    position: relative;
    top: 2px;
    float: none;
    margin: inherit;
}

.trustpilot .review {
    position: relative;
}

.trustpilot .date {
    position: absolute;
    right: 0;
    top: 0;
}

.trustpilot .review {
    overflow: auto;
    clear: both;
    padding-bottom: 2em;
}

.trustpilot .review .user-info {
    float: left;
    display: block;
    width: 18%;
    font-weight: 800;
}

.trustpilot .review .review-info {}

.trustpilot .review .stars {
    width: 100px;
    padding: 0 0 .5em 0;
}

.trustpilot .review .stars img {
    width: 100%;
}

/* Homepage */
.headline {
    min-height: 433px;
    background: #f4f3ee url(../images/homepage/homepage_woman_doctor.jpg) no-repeat center top;
}

.headline .headline-text {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    max-width: 1200px;
    margin: 96px auto 0 auto;
    text-rendering: optimizeLegibility;
}

.headline .headline-text h2 {
    font-size: 49px;
    line-height: 1.1em;
    color: #1d538e;
    letter-spacing: -.03em;
    text-shadow: 1px 1px 0px #fff;
    max-width: 710px;
}

.headline .headline-text h2 span {
    color: #000;
}

.headline .headline-text p {
    font-size: 21px;
    line-height: 1.5em;
    padding: 12px 0 0 4px;
}

.markitekt-find-relief-from {
    overflow: auto;
}

.markitekt-find-relief-from h4 {
    font-size: 3.8rem;
    font-weight: 300;
    text-align: center;
    margin: 30px 0 30px 0;
}

.markitekt-find-relief-from .row ul li {
    display: inline;
    float: left;
    margin: 5px 10px 30px 10px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 15%
}

.markitekt-find-relief-from .row ul li a {
    color: #0269b2;
    white-space: nowrap;
}

.markitekt-find-relief-from .row ul li a img {
    margin: 0 auto;
}

/* Footer */
.page-footer {
    background: #ffffff;
}

.dotted {
    padding-bottom: 12px;
    border-bottom: 1px dotted #d3c59f;
    list-style: none;
}

.footer.content {
    margin: 0;
    border: none;
    padding: 0;
    max-width: inherit;
}

.custom-footer-one {
    background: #fcfbf7;
}

.custom-footer-two {
    background: #f4efdf;
}

.footer-blurbs,
.footer-boilerplate {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}

.footer-blurbs {
    text-align: center;
}

.footer-boilerplate {
    padding: 50px 0;
}

.footer-recommended {
    text-align: center;
    overflow: hidden;
}

.footer-recommended ul {
    list-style: none;
}

.footer-recommended ul li {
    display: inline;
}

.footer-recommended ul li img {
    vertical-align: middle;
}

.footer-recommended h4 {
    font-size: 15px;
    line-height: 68px;
    text-transform: uppercase;
    color: #515151;
    display: inline;
}

.footer-adverts .hidden-phone {
    width: 25%;
    padding: 20px 4%;
    display: inline-block;
}

.footer-adverts .hidden-phone p {
    padding-top: 10px;
    line-height: 2em;
    color: #464646;
    text-shadow: 1px 1px 0px #fff;
}

.footer-experts {
    float: left;
    width: 25%;
}

.footer-experts h5 {
    margin-top: 0;
}

.footer-contact h4 {
    font-weight: 300;
    font-size: 25px;
    line-height: 32px;
    margin-top: 0;
}

.wholesale-blurb {
    padding-right: 12px;
    border-right: 1px dotted #d3c59f;
    list-style: none;
    width: 46%;
    float: left;
}

.address-phone-blurb {
    width: 46%;
    float: left;
    margin-left: 30px;
}

.footer-text {
    float: left;
    width: 75%;
}

.footer-links .accordion {
    float: left;
    width: 20%;
    margin-right: 30px;
}

.footer-links h5 {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    white-space: nowrap;
}

.footer-verified {
    text-align: right;
    padding-top: 12px;
}

.footer-verified h4,
.footer-verified div {
    display: inline-table;
    vertical-align: middle;
    padding-right: 6px;
}

.footer-exclusions p {
    font-size: .7em;
    line-height: 1.2em;
    padding-top: 20px;
}

.footer-contact p span {
    padding-left: 0;
    display: block;
    line-height: 17px;
    margin-top: -4px;
}

.custom-footer-four {
    padding-top: 50px;
}

.custom-footer-four p {
    float: right;
    text-align: right;
    color: #7f7f7f;
}

/* Category */
.block.filter {
    padding-top: 40px;
}

.catalog-category-view .product-reviews-summary {
    display: none;
}

.catalog-category-view .category-top-text {
    float: right;
    padding: 10px 0;
}

.catalog-category-view .page-title-wrapper h1 {
    margin-bottom: 30px;
    padding-top: 40px;
    font-size: 30px;
    line-height: 36px;
}

.cms-home .catalog-category-view .product-item-name,
.cms-home .product.name a,
.catalog-category-view .product-item-name,
.product.name a {
    font-weight: 700;
}

.cms-home .catalog-category-view .product-item .special-price .price,
.cms-home .catalog-category-view .product-item .minimal-price .price,
.catalog-category-view .product-item .special-price .price,
.catalog-category-view .product-item .minimal-price .price {
    font-weight: 400;
}

.cms-home .catalog-category-view .product-item .category-brand,
.catalog-category-view .product-item .category-brand {
    /* line-height: 0;*/
    padding-top: 10px;
}

.toolbar-products {
    margin-bottom: 20px;
}

.actions-primary {
    float: left;
}

.actions-secondary {
    text-align: right;
    float: right;
    display: none !important;
}

.actions-secondary .action.tocompare {
    background-image: none;
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    color: #333333;
    cursor: pointer;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
}

.actions-secondary .action.tocompare:hover,
.actions-secondary .action.tocompare:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #333333;
}

.actions-secondary .action.tocompare span {
    width: auto;
    height: auto;
    position: static;
}

.actions-secondary .action.tocompare:before {
    display: none;
}

.complete-sets-container {
    background: #fafafa;
    padding: 1.5em 0 0 0;
    border: 1px solid #f4f4f4;
    margin-bottom: 2em;
    text-align: center;
}

.complete-sets-container h2 {
    font-weight: 300;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: .35em;
}

.complete-sets-container h3 {
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 1em;
}

.complete-sets-container h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 1em;
}

.complete-sets-container .price-brand p {
    margin: 10px 0 0 0;
}

.complete-sets-container .primary {
    float: left;
}

.complete-sets-container .tocompare {
    float: right;
}

.complete-sets-container.category-products .products-grid {
    background: transparent;
    -webkit-padding-start: 0;
}

.complete-sets-container.category-products .products-grid .item {
    display: inline-block;
    float: none;
    margin-bottom: 30px;
    text-align: left;
}

.complete-sets-container.category-products .products-grid .item:first-child {
    padding-right: 40px;
}

.filter-title,
.filter-subtitle,
.filter-current-subtitle {
    display: none;
}

.block-compare .block-title>strong,
.filter-options-title {
    font-size: 13px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    padding-bottom: 12px;
    border-bottom: 1px dotted #d3c59f;
}

.am_shopby_state_container .remove span {
    padding-left: 4px;
}

input[type="number"].amshopby-filter-price-to,
input[type="number"].amshopby-filter-price-from {
    margin-right: 2%;
}

/* Products */

.products-grid .product.details.product-item-details {
    position: relative;
    min-height: 152px;
}

.products-grid .product-item-inner {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.products-grid .product-item-actions {
    margin: 0
}

.catalog-product-view .columns .column.main {
    padding-top: 10px;
}

.catalog-product-view .product.info.detailed img {
    max-width: inherit;
}

.catalog-product-view .page-title-wrapper .page-title {
    margin-top: 5px;
}

.catalog-product-view .page-title-wrapper h1 {
    margin: 0 0 30px;
    font-size: 30px;
    line-height: 36px;
}

.catalog-product-view .product-reviews-summary {
    margin: 5px 0 5px;
}

.catalog-product-view .rating-summary .rating-result>span:before {
    color: #FBC726;
}

.catalogsearch-result-index .product-reviews-summary,
.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions {
    display: none;
}

.catalog-product-view .product-addto-links {
    display: none;
}

.catalog-product-view .product-info-main .product.attribute.overview,
.catalog-product-view .qual-free-shipping,
.catalog-product-view .product-info-price {
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #d3c59f;
    padding-bottom: 10px;
}

.prices-tier {
    background: none;
    margin: 0;
    padding: 0;
}

.catalog-product-view .qual-free-shipping {
    padding-top: 10px;
    color: #0269b2;
    font-style: italic;
}

.catalog-product-view .product-info-main .price-box .price-wrapper .price,
.catalog-product-view .product-options-bottom .price-box .price-wrapper .price {
    font-size: 2.5rem;
    line-height: 4rem;
    font-weight: 600;
}

.catalog-product-view .action.mailto.friend {
    display: none;
}

.catalog-product-view .product-add-form {
    float: left;
    min-width: 40%;
    padding-right: 2%;
}

.catalog-product-view .product-social-links {
    clear: both;
}

.catalog-product-view .action.primary {
    font-weight: 400;
    text-transform: uppercase;
}

.catalog-product-view .product-add-form .fieldset>.field,
.catalog-product-view .product-info-main .box-tocart,
.catalog-product-view .product-options-bottom .box-tocart {
    margin: 0;
}

.catalog-product-view .product-add-form .label,
.catalog-product-view .product-add-form .control {
    float: left !important;
    padding-right: 10px !important;
    font-weight: 400 !important;
    min-width: 60px;
    height: 60px;
    line-height: 60px;
}

.catalog-product-view .product-add-form select {
    text-transform: uppercase;
}

.catalog-product-view .product-info-main .box-tocart .actions,
.catalog-product-view .product-options-bottom .box-tocart .actions {
    padding-top: 0;
    vertical-align: middle;
}

.catalog-product-view .product-add-form div.mage-error[generated] {
    position: relative;
    top: -40px;
}

.catalog-product-view .product-add-form input[type="number"] {
    border-radius: 5px;
}

.product-info-main .stock.available,
.product-info-main .stock.unavailable {
    margin: 20px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: italic;
    font-size: 13px;
    line-height: 26px;
    display: inline-flex;
}

.catalog-product-view .stock.available {
    color: #879f00;
}

.catalog-product-view .stock.available:before {
    font-family: 'FontAwesome';
    content: "\f058";
    font-style: normal;
    font-size: 26px;
    padding-right: 5px;
}

.catalog-product-view .stock.available:after {
    /* content: " - Usually ships within 24 hours"; */
}

.catalog-product-view .stock.unavailable {
    color: #b94a47;
}

.catalog-product-view .stock.unavailable:before {
    font-family: 'FontAwesome';
    content: "\f057";
    font-style: normal;
    font-size: 26px;
    padding-right: 5px;
}

.catalog-product-view .stock.unavailable:after {
    content: " - Sorry, just sold out but it will still ship soon!";
}

.catalog-product-view .text-areas {
    margin-top: 24px;
    font-style: italic;
    font-size: 13px;
    color: #064280;
    background: #f6f2e7;
    border: 1px solid #f6f2e7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
}

.catalog-product-view .text-areas p {
    margin: 0;
    padding: 10px 14px;
}

.block.upsell .block-title strong {
    font-size: 17px;
    line-height: 21px;
    font-weight: 300;
    padding-bottom: 18px;
}

.block.related {
    margin-top: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d0e0ea;
    padding: 20px;
    background: #fbf9f3;
    clear: both;
}

.block.related .action.select {
    display: none;
}

.block.related .block-title strong {
    font-size: 25px !important;
    font-weight: 300;
}

.block.related .block-actions {
    font-style: italic;
}

.block.related img {
    border: 1px solid #ede7d6;
    margin: 0 10px 0 0;
    float: left;
}

.block.related .product-item-actions {
    display: none;
}

.product.data.items>.item.title {
    text-transform: uppercase;
    font-weight: 400;
}

.product.data.items>.item.title>.switch {
    background: #e1f4ff;
    color: #000;
}

.columns .detailed table {
    width: 100% !important;
}

.columns .detailed table tr {
    border-bottom: 1px dotted #d3c59f;
}

.product.data.items>.item.content {
    padding-right: 250px;
}

.product-info-main .price-box .price-old_price {
    color: #b7b7b7;
}

.product-info-main .price-box .weee {
    font-size: 2.5rem
}

.old-price,
.old.price {
    color: #b7b7b7;
    margin-right: 10px;
    font-size: 3rem;
}

/* Product and Category Popup */

.article-box {
    padding: 0 0 20px;
}

.article-button {
    background: #f6f2e7;
    min-width: 138px;
    text-transform: uppercase;
    font-size: 13px;
    color: #06417f;
    text-align: left;
    border: 1px solid #ede7d7;
    padding: 5px;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.article-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 5000;
}

.article-overlay:target {
    visibility: visible;
    opacity: 1;
}


.article-popup {
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    position: absolute;
    transition: all 2s ease-in-out;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.article-popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.article-popup .article-close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.article-popup .article-close:hover {
    color: #ff0000;
}

.article-popup .article-content {
    height: 50vh;
    padding: 0 10px 0 0;
    overflow: auto;
}

.wordpress-articles {
    float: right;
    width: 26%;
    margin: 0 -250px 0 20px;
    border-left: 1px dotted #d3c59f;
    padding-left: 20px;
}

@media screen and (max-width: 700px) {
    .article-popup {
        width: 70%;
    }

    .wordpress-articles {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
        border-left: none;
        border-bottom: 1px dotted #d3c59f;
        padding-left: 0;
    }
}

/* Compare Page */
.reviews-actions {
    display: none;
}

/* Amasty Filters, Layered Navigation */
.amfinder-vertical,
.amfinder-horizontal {
    background: #f6f2e7;
    border: 1px solid #ede7d7;
    padding: 12px;
    margin-bottom: -18px;
}

.filter-options .count:after {
    margin-left: 0px;
}

/* Wordpress */

.is-blog .page-wrapper {
    background: #f6f2e7;
}

.is-blog .post-entry {
    background: #ffffff;
    padding: 15px;
}

.is-blog .post-list-item {
    border-bottom: 1px dotted #d3c59f;
}

.is-blog .post-list-item ul li,
.post-list-item ol li {
    list-style-type: disc;
}

.is-blog .post-meta,
.is-blog .post-meta strong {
    font-weight: 300;
    font-size: 1em;
    font-style: italic;
}

.is-blog .pages-items {
    padding: 5px 20px;
}




.wordpress-term-view .page-wrapper,
.wordpress-posttype-view .page-wrapper
 {
    background: #f6f2e7;
}

.wordpress-term-view .post-entry,
.wordpress-posttype-view .post-entry
 {
    background: #ffffff;
    padding: 15px;
}

.wordpress-term-view .post-list-item, 
.wordpress-posttype-view  .post-list-item 
{
    border-bottom: 1px dotted #d3c59f;
}

.wordpress-term-view .post-list-item ul li,
.wordpress-posttype-view  .post-list-item ul li
 {
    list-style-type: disc;
}

.wordpress-term-view .post-meta,
.wordpress-term-view .post-meta strong,
.wordpress-posttype-view  .post-meta,
.wordpress-posttype-view .post-meta strong
 {
    font-weight: 300;
    font-size: 1em;
    font-style: italic;
}

.wordpress-term-view .pages-items,
.wordpress-posttype-view .pages-items
 {
    padding: 5px 20px;
}

/* Checout/Cart */
.checkout-cart-index .secondary-addto-links {
    display: none !important;
}

.checkout-cart-index #block-shipping {
    display: none !important;
}

@media only screen and (max-width: 1024px) {
    .product.data.items>.item.content {
        padding-right: 20px;
    }
}

/* Success Page */

#mailchimp-groups fieldset.fieldset {
    margin-bottom: 10px;
}

#mailchimp-groups label.label {
    text-align: left;
}

#mailchimp-groups .actions-toolbar {
    margin-left: 0;
}

/* CMS */
.cms-nav h3 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 1px dotted #d3c59f;
    padding-bottom: 5px;
    color: #313131;
}

.cms-nav ul {
    list-style: none;
    padding: 0;
}

.cms-nav li {
    line-height: 28px;
    margin: 0;
}

.subscribe {
    border-bottom: 1px dotted #d3c59f;
}

.subscribe h4 {
    font-size: 25px;
    font-weight: 300;
}

.subscribe h4 span {
    font-size: 15px;
    font-style: italic;
    padding-left: 40px;
    color: #666;
}

.subscription-details {
    margin: 0;
    font-size: 11px;
    color: #666;
}

@media only screen and (max-width: 1024px) {
    .footer-contact h4 {
        font-size: 21px;
    }
}

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

    .apptrian-subcategories-grid,
    .apptrian-subcategories-list {
        background: #f6f2e7;
        margin-bottom: 10px !important;
    }

    .apptrian-subcategories-grid li {
        width: 16.6% !important;
    }

    .page-products #maincontent .products-grid .product-item {
        width: 33.3333%;
        margin-left: calc((100% - 4 * 24.439%) / 3);
        padding: 0;
    }

    .page-products #maincontent .products-grid .product-item:nth-child(4n + 1) {
        margin-left: 0 !important;
    }

    .page-products .product-item-info {
        width: auto;
        margin: 0 auto;
        padding: 0 5px;
    }

    .page-layout-1column .product-info-main {
        width: 65%
    }

    .page-layout-1column .product.media {
        width: 34%;
    }

    .page-layout-2columns-left .column.main {
        width: 75%;
        padding-left: 0;
    }

    .page-layout-2columns-left .sidebar-main,
    .page-layout-2columns-left .sidebar-additional {
        width: 25%;
    }

    .ui-slider-handle {
        background: #1979c3 !important;
        border-radius: 5px !important;
    }

    .am_shopby_filter_items_attr_price li {
        margin-bottom: 1rem;
    }

    .product.info.detailed {
        float: left;
        width: 86%;
        /*width: 83%;*/
        margin-top: 30px;
        padding-right: 1%;
    }

    .block.upsell {
        float: left;
        width: 14%;
        margin-top: 90px;
        border-left: 1px dotted #d3c59f;
        padding-left: 1%;
    }

    .block.upsell .product-item {
        width: 100%;
    }

    .block.related .product-item {
        width: 48%;
        margin: 0 1% 5px 1%;
        border-bottom: 1px dotted #d3c59f;
        padding-bottom: 10px;
    }

    .block.related .product-item-info {
        width: auto;
    }

    .block.related .product-item-details {
        width: 100%;
    }

    .block.related .product-item .price-box {
        margin: 10px 0;
    }
}

@media only screen and (max-width: 768px) {
    .headline {
        min-height: 317px;
        background: #f4f3ee url(../images/homepage/homepage_banner_mobile.jpg) no-repeat center top;
    }

    .headline .headline-text p {
        width: 50%;
    }

    .headline .headline-text {
        margin: 0 0 0 10px;
    }

    .headline .headline-text h2 {
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .homepage-top-callouts {
        position: relative;
        top: 0;
        left: 0;
        height: 72px;
        width: 100%;
        background: rgba(255, 255, 255, .7);
        border-top: 1px solid #fff;
        margin-top: -72px;
    }

    .homepage .homepage-top-callouts ul {
        padding: 4px 0 0 36px;
        font-size: 12px;
        font-weight: 600;
        color: #1d538e;
        list-style: none;
    }

    .homepage .homepage-top-callouts ul li:before {
        content: "";
        position: relative;
        display: block;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 4px 0 4px 8px;
        border-color: transparent transparent transparent #1d538e;
        line-height: 0px;
        _border-color: #000000 #000000 #000000 #1d538e;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
        left: -15px;
        top: 8px;
        margin-bottom: -5px;
    }

    .markitekt-find-relief-from .row ul li {
        width: 20%;
    }

    .apptrian-subcategories-grid,
    .apptrian-subcategories-list {
        display: none !important;
    }

    .footer-experts {
        width: 100%;
        text-align: center;
    }

    .nas-slider {
        margin: 0 auto;
    }

    .footer-text {
        float: none;
        width: auto;
        padding: 10px;
    }

    .footer-contact h4 {
        font-size: 14px;
    }

    .footer-contact .span4 {
        width: 100%;
        margin-left: 0
    }

    .wholesale-blurb {
        margin-bottom: 12px;
        padding-right: 0;
        border-right: none;
        border-bottom: 1px dotted #d3c59f;
    }

    .accordion {
        width: 100% !important;
        margin: 0 !important;
    }

    .accordion-heading {
        background: #e4f4ff;
        padding: 10px;
        display: block;
        cursor: pointer;
    }

    .accordion-inner {
        margin: 0 10px;
    }

    .important-info {
        padding: 0 10px;
    }

    .footer-contact p span {
        margin-top: 0
    }

    .category-top-text {
        display: none;
    }

    .trustpilot-widget {
        margin: 0 auto;
        width: 73%;
    }

    .hidden-phone {
        display: none !important;
    }

    .page-layout-2columns-left .column.main,
    .page-layout-2columns-left .sidebar-main,
    .page-layout-2columns-left .sidebar-additional {
        width: 100%
    }
}

@media only screen and (min-width:769px) {
    .hidden-desktop {
        display: none;
    }
}

@media only screen and (min-width:768px) {
    .minicart-wrapper {
        margin-top: 7px;
    }

    .page-main {
        padding-top: 15px;
    }

    .cart.table-wrapper .product-item-photo {
        width: 25%;
    }
}

@media only screen and (max-width: 767px) {
    .nav-sections-item-title {
        display: none;
        height: 0;
    }

    .nav-sections-item-content {
        margin-top: 0;
        padding: 0;
    }

    .top-left-links #bbblink img {
        display: none;
    }

    .top-right-links {
        display: none;
    }

    .page-header {
        margin-bottom: 0;
    }

    .headline .headline-text h2 {
        margin-top: 0;
        padding-top: 10px;
    }

    .headline .headline-text p {
        font-size: 17px;
    }

    .logo {
        max-width: 100%;
    }

    .header.content {
        padding: 0;
    }

    .markitekt-find-relief-from .row ul li {
        width: 35%;
    }

    .page-with-filter .columns .sidebar-main {
        order: 2;
    }

    .old-price,
    .old.price {
        display: block;
    }

    .cms-home .catalog-category-view .product-item .category-brand,
    .catalog-category-view .product-item .category-brand {
        line-height: inherit;
    }
}

@media screen and (max-width: 700px) {
    .trustpilot-widget {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {

    /*    .logo {
        max-width: 55%;
        position: absolute;
        top: 9px;
        left: 10px;
    }*/
    .headline .headline-text p {
        font-size: 14px;
    }

    .nav-toggle {
        top: 8px;
    }

    .minicart-wrapper {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .catalog-product-view .product.info.detailed img {
        max-width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .headline .headline-text p {
        width: 60%;
    }
}

.homefeatured {
    min-height: 379px;
    background: #f4f3ee url(../images/homepage/homepage_woman_doctor_crop.jpg) no-repeat center top;
}

.homepage-features-wrapper {
    max-width: 1200px;
    margin: 40px auto 0 auto;
    text-rendering: optimizeLegibility;
    display: grid;
}

.homepage-features .feature-item {
    margin-right: 18px;
    float: left;
    height: 216px;
    width: 180px;
    text-align: center;
    background: #ffffff;
}

.homepage-features .feature-item img {
    max-height: 180px;
    width: auto;
    margin: 0 auto;
    display: block;
}

.homepage-features .feature-title {
    display: block;
    margin: 0;
    padding: 4px;
    height: 31px;
    min-height: 31px;
    line-height: 30px;
    background: #064688;
}

.homepage-features .feature-title a {
    color: #ffffff;
}

.homepage-features-wrapper .headline-text h2 {
    color: #1d538e;
    letter-spacing: -.03em;
    text-shadow: 1px 1px 0px #fff;
}

.homepage-features-wrapper .headline-text h2 span {
    color: #000;
}

.homepage-features-wrapper .headline-text p {
    font-size: 21px;
    line-height: 1.5em;
    padding: 12px 0 0 4px;
}

@media only screen and (max-width: 768px) {
    .homefeatured {
        min-height: 317px;
        background: #f4f3ee;
    }

    .homepage-features .feature-item {
        margin: 0 1% 3% 1%;
        float: left;
        height: 216px;
        width: 48%;
        text-align: center;
        background: #ffffff;
    }

    .homepage-features-wrapper .headline-text p {
        width: 50%;
    }

    .homepage-features-wrapper .headline-text {
        margin: 0 0 0 10px;
    }

    .homepage-features-wrapper .headline-text h2 {
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .homepage-top-callouts {
        display: none;
    }
}

.headline {
    display: none;
}

#newsletter-button {
    position: fixed;
    bottom: 0;
    left: 280px;
    background-color: #3388d9;
    color: #fff;
    padding: 7px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    z-index: 9999;
}
.article-popup h3 {
    margin-top: 0;
}

@media screen and (max-width: 700px) {
    #newsletter-button {
        margin: 0 .5em;
        border-radius: 5px;
        padding: 20px;
        bottom: 80px;
        left: 0;
        width: -webkit-fill-available;
    }

    #newsletter-button .action {
        font-size: 2rem;
    }
}

#newsletter-button .action {
    display: inline;
    margin-top: 0;
    background: none;
    border: none;
    font-size: inherit;
    padding: 0;
    margin-left: 5px;
}

.modal-popup.newsletter .modal-inner-wrap #newsletter-popup {
    width: auto;
    max-width: 100%;
}

.modal-popup.newsletter .modal-inner-wrap {
    max-width: 500px !important;
}

.modal-popup.newsletter .modal-header,
.modal-popup.newsletter .modal-content,
.modal-popup.newsletter .modal-footer {
    background: #064688;
}

.modal-popup.newsletter .action-close:before {
    color: #fff;
}

.modal-popup.newsletter .action.primary {
    float: right;
    padding-left: 15px;
    background-color: #3388da;
    border-color: #3388da;
    margin-bottom: 2em;
}

.modal-popup.newsletter .modal-footer {
    display: none;
}

.newsletter-signup .popup-right {
    color: #ffffff;
}

.newsletter-signup .popup-right h3 {
    text-align: center;
    font-size: 3rem;
}

.newsletter-signup .popup-right h3 span {
    font-size: 5rem;
    font-weight: 600;
    line-height: 7rem;
}

.modals-overlay {
    background-color: rgba(255, 255, 255, 0.75) !important;
}

.block.upsell .block-content.content ol.products.list.items.product-items li.item.product.product-item {

    width: 100% !important;
}

.products.wrapper.grid.products-grid.products-related ol.products.list.items.product-items li.item.product.product-item {

    width: 48%;
    margin: 0 1% 5px 1%;
    border-bottom: 1px dotted #d3c59f;
    padding-bottom: 10px;
}

.payment-method-billing-address .primary {
    float: left !important;
    margin: 0;
}

/*---9747-----*/
@media screen and (min-width: 1200px) and (max-width: 2000px) {

    .page-products .products-grid .product-item {
        width: 19.3333% !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 2000px) {
    .page-products .product-item-info>img {
        top: 110px !important;
        width: 50px !important;
    }
}

.product.details.product-item-details {
    min-height: 152px !important;
}

.yotpo-bottomline.pull-left.star-clickable {
    display: grid !important;
    padding-top: 10px;
}

.products-grid .product-item-inner {
    display: contents !important;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
    .page-products .product-item-info>img {
        top: 80px !important;
        width: 50px !important;
    }
}

@media screen and (min-width: 375px) and (max-width: 424px) {
    .page-products .product-item-info>img {
        top: 110px !important;
        width: 50px !important;
    }
}

@media screen and (min-width: 425px) and (max-width: 767px) {
    .page-products .product-item-info>img {
        top: 135px !important;
        width: 50px !important;
    }
}

@media screen and (min-width: 768x) and (max-width: 1024px) {
    .page-products .product-item-info>img {
        width: 50px !important;
    }
}


#newsletter-button1 {
    position: fixed;
    bottom: 0;
    left: 130px;
    background-color: #3388d9;
    color: #fff;
    padding: 7px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    z-index: 9999;
    width: 100px;
}

#newsletter-button1 .action {
    display: inline;
    margin-top: 0;
    background: none;
    border: none;
    font-size: inherit;
    padding: 0;
    margin-left: 5px;
}

/*-----------*/
#newsletter-button2 {
    position: fixed;
    bottom: 2px;
    left: 10px;
    background-color: #3388d9;
    color: #fff;
    padding: 7px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    z-index: 99;
    width: 100px;
}

#newsletter-button2 .action {
    display: inline;
    margin-top: 0;
    background: none;
    border: none;
    font-size: inherit;
    padding: 0;
    margin-left: 5px;
}

@media only screen and (max-width: 767px) {
    .top-right-links {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    .opc-progress-bar {
        margin-top: 27px;
    }

    .checkout-container .authentication-wrapper {
        margin-top: 4px;
    }
}

/*---------*/
span.cust-msg {
    font-weight: bold;
}

.custom-txt {
    letter-spacing: -.3px;
    margin-bottom: 20px;
}



@media (min-width: 1024px) {

    .navigation .level0.parent:hover>.submenu {
        top: 54px !important;
    }
}

@media (min-width: 768px) {
    .navigation .level0>.level-top {
        padding: 0 2px;
    }

    #login-form .login .field-recaptcha,
    .form.password .field-recaptcha,
    .form-create-account .field-recaptcha {
        margin-left: 25.8% !important;
        margin-bottom: 30px;
    }

    .form-edit-account .field-recaptcha {
        margin-left: 25.8% !important;
        margin-bottom: 30px;
    }

    .checkout-index-index #recaptcha-checkout-inline-login-wrapper {
        margin-left: 26%;
    }

    .navigation .level0>.level-top {
        padding: 0 12px !important;
    }
}

body .navigation .level0.parent>.level-top>.ui-menu-icon {
    display: none;
}

body .block-collapsible-nav .item a,
body .block-collapsible-nav .item>strong {
    color: #1979c3;
}


#als_pdp {
    visibility: visible !important;
}


.header.content {
    z-index: 1;
    max-width: 1299px;
}

body.page-products .columns {
    z-index: auto;
}


body .product-image-wrapper {
    z-index: auto;
}

body.page-products .product-item-info>img {
    z-index: 1;
}

@media (min-width:768px) {

    .contact-index-index .field-recaptcha,
    .contact-index-index .g-recaptcha,
    .cms-contact-us .g-recaptcha {
        margin-left: 25.8% !important;
    }
}

.page-print .logo {
    display: block;
}

body.searchautocomplete__active .block-search {
    width: 500px;
}

.block-search {
    transition: width .05s ease-out;
}


.catalog-category-view .category-top-text {
    display: none;
}

.amshopby-slider-wrapper .amshopby_currency_rate .amshopby-input-wrapper {
    float: left;
    max-width: 40%;
    margin-right: 2%;
}

.amshopby-slider-wrapper .amshopby_currency_rate .delimiter {
    margin: 0 1%;
    float: left;
    text-align: center;
}

.amshopby-slider-wrapper .amshopby_currency_rate .delimiter+.amshopby-input-wrapper {
    margin: 0;
}

.amshopby-slider-wrapper .amshopby_currency_rate .amshopby-input-wrapper input {
    height: 32px;
    text-align: left;
    color: #000;
    border: 1px solid #c2c2c2;
}

body .header-banner span {
    display: block;
    padding: 4px 13px;
}

.block-search+[data-content-type='html'] {
    float: right;
    padding-bottom: 1rem;
    margin: 0 0rem 0 1rem;
    /* width: 50%; */
}

.page-print #newsletter-button1,
.page-print #newsletter-button2 {
    display: none !important;
}

.account .actions-toolbar>.secondary .action.back {
    display: block !important;
    padding: 6px 15px !important;
    margin: 0 !important;
}

.block.related .product-item-info .product-item-photo {
    float: left;
    margin-right: 12px;
}


@media (max-width:767px) {
    .products-grid .product-item {
        margin-bottom: 30px;
    }

    form#contactForm-1 .field {
        padding-left: 0 !important;
    }
    
    .account .page-title-wrapper{
        margin: 55px 0 0;
    }   
    .account .columns{
        position: relative;
    }
}


.catalog-product-view .product-add-form .super-attribute-select + div.mage-error {
    position: relative;
    top: -40px;
}


@media (min-width:768px) {
    .page-layout-1column .block.crosssell .products-grid .product-item {
        width: 25%;
        padding-left: 20px;
        margin: 0;
    }

}

@media (min-width: 1024px) {
    .page-layout-1column .block.crosssell .products-grid .product-item {
        margin-left: calc((100% - 5 * (100%/6)) / 4);
        width: 16.66666667%;
    }

    .page-layout-1column .block.crosssell .products-grid .product-item:nth-child(5n + 1) {
        margin-left: -1px;
        padding-left: 0px;
    }
}


@media (max-width: 767px) {
    .page-layout-1column .block.crosssell .products-grid .product-item {
        margin-left: 0;
        width: 50%;
        padding-left: 20px;
    }
}

.page-layout-1column .block.crosssell .products-grid .product-item .product-item-info {
    width: auto;
}

.mst-searchautocomplete__item.magento_catalog_product .price-label {
    font-size: 1.3rem;
}

.field.password .control .input-text {
    z-index:0 !important;
}

.account .messages .message {
    margin-bottom: 35px;
}

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

    body.account .actions-toolbar>.secondary .action.back {
        padding: 6px 0 !important;
    }
    body .block-collapsible-nav {
        z-index: 0;
    }
    
	body .breadcrumbs,body .breadcrumbs .items{
		min-height: auto;
		height: auto;
	}

    .mst-searchautocomplete__autocomplete._active {
        max-width: 100%;
        left: 50% !important;
        transform: translateX(-50%);
    }
    
    body.searchautocomplete__active .block-search {
        width: 100%;
    }

    .catalog-product-view .product-add-form  .product-options-bottom {
        overflow: auto;
        min-width: 100%;
        padding-top: 15px;
    }
    .product-info-main .box-tocart {
        position: relative;
    }
    
    .product-info-main .box-tocart #qty-error {
        position: absolute;
        top: 55px;
        width: 300px;
        left: 0;
        line-height: 1;
    }
    
    .product-info-main .box-tocart  #product-addtocart-button {
        margin-top: 20px;
    }
    
    .product-info-main .box-tocart .actions .action.tocart#product-updatecart-button {
        margin-top: 15px;
    }
        
}

.catalog-category-view .columns .catalog-topnav.amasty-catalog-topnav {
    display: none;
}
/*------*/
@media only screen and (min-width: 1024px) {
   .block.upsell{
    width: 11% !important;
    }
}
@media screen and (max-width: 767px) {
 .block.upsell .product-items {
    overflow: hidden;
    display: table;
    max-width: 100%;
}
.block.upsell .block-content.content ol.products.list.items.product-items li.item.product.product-item {
    display: table-cell;
    width: 100% !important;
    max-width: 400px;
    padding: 10px;
}
/*.block.upsell .block-content.content ol.products.list.items.product-items li.item.product.product-item .product-item-info {
    width: 240px;
}*/
.block.upsell  .products-upsell {
    max-width: 100%;
    overflow: auto;
}
.block.upsell .block-content.content ol.products.list.items.product-items li.item.product.product-item .product-image-container {
    min-width: 100%;
}
}
.Category_Label {
    color: #FF0000;
}