/* General */

.flex-row {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-end;
    align-content: flex-end;
}

.flex-row.top {
    align-items: flex-start !important;
}

.promos>div {
    width: 48%
}

.promos {
    margin-top: 30px !important;
}

header .top ul li a.prescription-btn {
    border-radius: 50px;
    display: inline-block;
    position: relative;
    color: #fff;
    background: #f50782;
    padding: 6px;
}

header .top ul li a.infolib-btn {
    background: #1ec0bf;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 6px;
}

.shop-band {
    display: flex;
    background: #f0f5f8;
    text-align: center;
    width: 100%;
    align-items:center;
}

.shop-band a {
    width: 33%;
    border-right: 2px solid #d3dce1;
    display: block;
    margin: 5px 0;
    padding: 5px 0 6px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 500;
    color: #9eaab1;
}
.shop-band a small {
  font-size:65%;
}

.shop-band a:last-child {
    border-right: none
}

.shop-band img {
    display: inline-block;
    position: relative;
    max-width: 18px;
    top: 2px;
}

.out-of-stock {
    border-radius: 5px;
    padding: 5px 10px;
    background: #ff3232;
    display: inline-block !important;
    color: #fff !important;
}

.discount-alert {
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    font-family: 'sofia-pro';
    background: #f50782;
    display: block;
    color: #fff;
    font-weight: 300;
}

.discount-alert strong {
    font-weight: 900
}

.rounded {
    border-radius: 5px;
    margin-bottom: 30px;
}

.ata {
    display: inline-block;
    margin-top: 2px;
}

#meds {
    padding-top: 30px;
}

#meds img:last-child {
    display: none;
}

#content .intro-text {
    background: #fafafa;
    padding: 20px 20px 10px 20px;
    margin-bottom: 30px;
}

#content .intro-text p {
    color: #081e30;
    font-size: 18px;
    font-family: 'sofia-pro';
    font-weight: 300;
    line-height: 24px;
}

#content .intro-text p a {
    font-weight: 600
}

input[type=button],
input[type=submit],
button {
    appearance: none;
    -webkit-appearance: none;
}

.feature-text p {
    font-size: 21px !important;
    text-align: center;
}

.custom button.items-count {
    background-color: #fff;
    font-family: 'sofia-pro';
    font-weight: 300;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    color: #1ec0bf;
    border: 1px solid #1ec0bf;
    font-size: 14px;
    line-height: normal;
    padding: 9px 10px 10px 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    outline: none;
    margin: 0 2px;
}

.custom button.items-count:hover {
    opacity: .6;
}

.form input.qty {
    padding: 0 !important;
    height: 40px;
    border: none;
    text-align: center;
    width: 40px !important;
    color: #fff !important;
    vertical-align: top;
    background: #1ec0bf !important;
    border-radius: 50%;
    outline: none;
    font-size: 14px;
    font-family: 'sofia-pro';
}

.add-cart {
    margin-left: 10px;
}

.add-cart input {
    background-color: #254677;
    outline: none;
    font-family: 'sofia-pro';
    border: none;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    padding: 12px 23px;
    font-weight: 700;
    border-radius: 70px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

#page-header {
    background: #fff;
    border-bottom: 1px solid #f0f5f8;
    overflow: hidden;
    padding: 0
}

.product-desc .limited {
    background-color: #254677;
    display: block;
    margin-left: 50px;
    padding: 20px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 3px;
}

table {
    width: 100%;
    max-width: 500px;
}

table td {
    padding: 10px 20px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #777;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

table tr:first-child td {
    border-top: 1px solid #eee;
}

table tr td:last-child {
    border-right: 1px solid #eee;
}

body {
    font-family: 'sofia-pro', Arial;
    font-weight: normal;
}

a {
    color: inherit;
}

.btn {
    display: inline-block;
    background: none;
    border: 1px solid #1b76bb;
    border-radius: 30px;
    padding: 10px 26px 14px;
    color: #1b76bb !important;
    text-decoration: none;
    font-family: 'sofia-pro';
    font-size: 17px;
    font-weight: 300;
    line-height: 17px;
    transition: ease 0.5s;
}

.btn:hover {
    background: #1b76bb;
    color: #fff !important;
}

.btn.blue {
    background: #1b76bb;
    color: #fff !important;
}

.btn.big {
    padding: 14px 62px 18px;
    font-family: 'sofia-pro';
    font-size: 20px;
    letter-spacing: 0.01em;
}

.icon {
    display: inline-block;
    background: none;
    border: 2px solid #ddd;
    border-radius: 50%;
    padding: 12px 8px;
    color: #ccc !important;
    text-decoration: none;
    font-family: 'sofia-pro-soft';
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    transition: ease 0.5s;
}

.icon i {
    color: rgb(30, 192, 191) !important;
}

.forgot {
    float: none;
    display: block;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    color: #1ec0bf;
}

.hide {
    display: none !important;
}

.grecaptcha-badge {
    opacity: 0;
}

#menu:not( .mm-menu),
#minicart:not( .mm-menu) {
    display: none;
}

.update {
    display: block;
    cursor: pointer;
    font-family: 'sofia-pro';
    font-weight: 700;
    font-size: 11px;
    line-height: 11px;
    padding-bottom: 1px;
    text-transform: uppercase;
    margin-top: 8px;
    border-bottom: 2px solid #1ec0bf;
    display: inline-block;
}


/* Wrappers */

.wrapper {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.wrapper-sml {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.wrapper-xtra-sml {
    max-width: 1135px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.product-wrapper {
    margin: 0 auto;
    position: relative;
    padding-top: 15px;
}

.wrapper-new {
    max-width: 84%;
    width: 100%;
    margin: 0 auto;
    position: relative;
}


/* Header */

header {
    position: relative;
    z-index: 99;
}

header .top {
    background: #f0f5f8;
}

header .middle {
    background: #fff;
}

header .bottom {
    background: #1ec0bf;
}

header .top ul {
    margin-left: 0px;
}

header .top ul:nth-of-type(1) {
    float: left;
}

header .top ul:nth-of-type(2) {
    float: right;
    margin-top: 5px;
}

header .top ul li {
    display: inline-block;
    list-style: none;
    font-family: 'sofia-pro';
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #1a76bb;
    padding: 8px 10px 10px;
}

header .top ul:nth-of-type(1) li:first-child {
    padding-left: 5px;
}

header .top ul:nth-of-type(2) li {
    padding: 8px 5px 10px;
}

header .top ul:nth-of-type(2) li:last-child {
    padding-right: 0px;
}

header .top ul li a {
    color: inherit;
    text-decoration: none;
}

header figure {
    max-width: 217px;
    float: left;
    padding: 26px 0px 29px;
}

header .minicart {
    float: right;
    margin-top: 52px;
}

header .minicart a {
    text-decoration: none;
}

header .minicart img {
    display: inline-block;
    margin-bottom: -5px;
}

header .minicart h2 {
    font-size: 18px;
    line-height: 1;
    color: #1973b9;
    display: inline-block;
    margin: 0px 10px 0px 6px;
    text-transform: lowercase;
}

header .minicart .total {
    font-size: 19px;
    line-height: 1;
    color: #1973b9;
    background: #f0f5f8;
    border-radius: 30px;
    padding: 5px 24px 7px 22px;
    text-decoration: none;
    top: 1px;
    position: relative;
}

.shop-cat-menu {
    width: 100%;
}

.shop-cat-menu>li {
    width: 20%
}

.shop-cat-menu>li:hover {
    background: #081e30;
    cursor: pointer;
}

.shop-cat-menu>li:hover span {
    color: #fff
}

.shop-cat-menu img {
    width: 100%
}

.shop-cat-menu .container span {
    display: block;
    text-align: center;
    padding: 15px 20px 20px;
    font-family: 'sofia-pro';
    color: #081e30;
    letter-spacing: -1px;
    font-weight: 700;
    font-size: 16px;
}

.shop-cat-menu figure {
    padding: 0;
    max-width: none;
    float: none
}

.sub-cat {
    width: 100%;
}

header nav ul li:hover ul.sub-cat {
    overflow: hidden;
    padding: 30px;
    display: block;
}

header nav ul li:hover ul.sub-cat li {
    float: left;
    width: 33%;
}

header nav ul li:hover ul.sub-cat li a {
    font-family: 'sofia-pro';
    margin: 2px 5px;
    line-height: 22px;
    display: block;
    color: #73727d;
    font-size: 15px;
    padding: 2px 0px 2px 0;
    text-align: center;
    font-weight: 300;
}

header nav ul li:hover ul.sub-cat li a:hover {
    color: #081e30;
    font-weight: 600
}

header nav ul li:hover ul.sub-cat li.full {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    padding-top: -10px;
    margin-bottom: 25px;
}

header nav ul li:hover ul.sub-cat li.full h2 {
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #081e30
}

header nav ul li:hover ul.shop-cat-menu {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

header nav {
    float: left;
}

header nav ul {
    margin-left: 0px;
}

header nav>ul>li {
    display: inline-block;
    font-size: 19px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-transform: lowercase;
    padding: 15px 23px 21px;
}

header nav ul li:first-child {
    padding-left: 0px;
}

header nav ul li a {
    color: inherit;
    text-decoration: none;
    position: relative;
}

header nav ul li.parent>a:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: -18px;
    top: 14px;
    width: 10px;
    height: 6px;
    background: url('/images/menu-arrow.png') no-repeat center center;
    cursor: pointer;
}

header nav ul li ul {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 0px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

header nav ul li:hover ul {
    display: block;
}

header nav ul li ul li {
    color: #1572b9;
    display: block;
    position: relative;
}

header nav ul li ul li .container {
    width: 100%;
    display: block;
}

header nav ul li ul li figure {}

header nav ul li ul li ul {
    display: none !important;
    position: absolute;
    top: 50px;
    left: 250px;
    column-count: 8;
    column-gap: 40px;
    float: left;
    max-width: 85%;
}

header nav ul li ul li:hover ul {
    display: block !important;
}

header nav ul li ul li ul li {
    display: block;
    font-size: 12px;
    padding: 5px;
    break-inside: avoid;
}

header nav ul li ul li ul li:first-child {
    padding: 5px;
}

header .info-btn {
    float: right;
    display: inline-block;
    background: #14acab;
    font-size: 16px;
    line-height: 1;
    text-transform: lowercase;
    color: #fff;
    padding: 11px 20px;
    border-radius: 30px;
    margin-top: 8px;
    text-decoration: none;
}

header > a, a.no-line {
  text-decoration:none;
}
.promotion-banner {
  position:relative;
  background:#1ec0bf;
}
.promotion-banner p {
  text-align:center;
  font-size:14px;
  color:#fff;
  line-height:1;
  letter-spacing:0.05em;
  padding:15px 25px;
}

/* Banner Styles */

#banner {
    position: relative;
    opacity: 0;
    max-height: 544px;
    overflow: hidden;
}

#banner .banner-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1500px;
    width: 100%;
}

#banner .banner-overlay h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -0.025em;
    color: #fff;
    max-width: 35%;
}

#banner .banner-overlay p {
    font-size: 25px;
    font-weight: 400;
    line-height: 39px;
    color: #fff;
    margin-top: 8px;
    max-width: 38%;
}

#banner li:nth-child(6) .banner-overlay .info h2,
#banner li:nth-child(6) .banner-overlay .info p {
    max-width: 38%;
    padding-left: 0 !important;
}

#banner .flex-direction-nav {
    position: absolute;
    width: 98%;
    z-index: 90;
    top: 45%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#banner .flex-direction-nav li a {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 99999999;
    background-size: cover;
    background-position: center;
    cursor: pointer !important;
}

#banner .flex-direction-nav li a.flex-prev {
    background-image: url('../images/left-arrow.png');
}

#banner .flex-direction-nav li a.flex-next {
    background-image: url('../images/right-arrow.png');
    right: 0;
    left: inherit;
}

.breadcrumbs {
    padding: 15px 0;
}

#banner .breadcrumbs {
    position: absolute;
    max-width: 1500px;
    width: 100%;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 20px 0px;
}

.breadcrumbs ul {
    margin-left: 0px;
}

.breadcrumbs ul li {
    display: inline-block;
    list-style: none;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 1 !important;
    padding-right: 10px;
    color: #999 !important;
    text-transform: capitalize;
}

.breadcrumbs ul li a {
    color: inherit;
    text-decoration: none;
}

.text-overlay-mid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.text-overlay-mid h1 {
    font-family: 'Tilly-Regular';
    font-size: 97px;
    color: #1572b9;
}

.flat-banner {
    height: 250px;
    background: #14acab;
}

.flat-banner h1,
.flat-banner .breadcrumbs ul li {
    color: #fff !important;
}

] #content.flat-content {
    padding-bottom: 7% !important;
}

#content.flat-content h2 {
    font-family: 'sofia-pro';
    color: #1d75ba;
    font-size: 2em;
    margin: 0 0 10px;
    letter-spacing: -0.04em;
    font-weight: 700;
}

#content.flat-content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #444;
}

#content.flat-content p a {
    color: #1d75ba !important;
    text-decoration: none;
}


/* Homepage Content Styles */

#homepage-content {
    position: relative;
}

#homepage-content .col-12 {
    padding: 83px 0px 73px;
}

#homepage-content p {
    font-size: 22px;
    font-weight: 100;
    line-height: 34px;
    color: #777;
    text-align: center;
    padding: 0px 230px;
}


/* Content Pages Styles */

#content {
    position: relative;
    padding: 70px 0px;
}

#content .col-6:first-child section {
    padding: 0px 70px 0px 0px;
}

#content .col-6:nth-child(2) section {
    padding: 0px 0px 0px 70px;
}

#content h1 {}

#content h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #081e30;
    text-transform: uppercase;
}

#content h3 {}

#content p,
#content li {
    font-size: 15px;
    line-height: 28px;
    color: #1572b9;
    margin-bottom: 15px;
}

#content ul {}

#content li {
    margin-bottom: 4px;
}

#content hr {
    background: #eee;
    height: 1px;
    border: none;
    margin: 20px 0px;
    display: block;
}


/* Catalogue Styles */

#content.catalogue {
    padding: 25px 0px;
}

#content.catalogue.product {
    padding: 20px 0px 45px;
}

#content.catalogue #product-boxes {
    margin: 30px 0px;
}

#content.catalogue .filters {
    float: right;
    width: 60%;
    margin-right: -30px;
}

#sidebar .filters {
    float: none !important;
    width: 100% !important;
    background: #f0f5f8;
    max-width: 65%;
    padding: 15px;
    border-radius: 10px;
}

#sidebar .filters .form .combined {
    width: 100%;
}

#sidebar .filters .form .combined select {
    margin-bottom: 7px;
    background-color: #fff;
    width: 100%
}

#sidebar .filters .form .combined input[type=text] {
    width: 100%;
    margin-bottom: 7px;
    background-color: #fff
}

.filters .form .combined {
    width: 40%;
}

.filters .form .combined input {
    width: 92%;
}

.filters .form .btn {
    background: #081e30;
    color: #fff !important;
    padding: 11px 24px 11px !important;
    float: left;
    border-color: #081e30;
    margin-left: 2%;
    text-transform: uppercase;
    line-height: 18px;
}

#content.catalogue h2.left {
    float: left;
    margin-top: 6px;
    font-size: 24px;
}

#content.catalogue .product-img figure {
    background: #f2f6f9;
    padding: 100px 60px;
    border-radius: 10px;
}

#content.catalogue .product-img img {
    margin: 0 auto;
    mix-blend-mode: multiply;
}

#content.catalogue .product-desc section {
    padding: 40px 40px 40px 50px;
}

#content.catalogue .product-desc h2 {
    font-family: 'sofia-pro' !important;
    font-size: 20px;
    line-height: 1;
    color: #1572b9;
    margin-bottom: 0px;
    text-transform: lowercase;
}

#content.catalogue .product-desc h3 {
    font-family: 'sofia-pro';
    font-weight: 700;
    font-size: 45px;
    line-height: 45px;
    color: #072135;
    margin-bottom: 20px;
}

#content.catalogue .product-desc p {
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-weight: 300
}

#content.catalogue .product-desc li {
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-weight: 300
}

#content.catalogue .product-desc ul {
    margin: 10px 0 20px 15px;
}

#content.catalogue .product-desc p.price {
    font-size: 21px;
    font-weight: 300;
    line-height: 1;
    color: #072135;
    letter-spacing: 0.01em;
    vertical-align: middle;
}

#content.catalogue .product-desc p.price small {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
}

#content .shop-sidebar article {
    background: #f2f6f9;
    border-radius: 10px;
    padding: 30px;
    max-width: 70%;
    float: right
}

.related-products-sidebar {
    max-width: 85%;
    float: right;
    margin: 40px 0;
}

.related-products-sidebar h2 {
    width: 100%;
    text-align: center;
    font-size: 14px !important;
    font-weight: 800 !important;
}

#content.catalogue .related-products-sidebar #product-boxes.flex a {
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
}

#content.catalogue .related-products-sidebar #product-boxes.flex.space {
    padding: 15px 0 30px 0px;
}

.related-products-sidebar #product-boxes h3 {
    font-family: 'sofia-pro';
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #072135;
}

#content .shop-sidebar article h3 {
    font-family: 'sofia-pro';
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #072135;
    margin-bottom: 20px;
    letter-spacing: -2px;
}

#content .shop-sidebar article ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#content .shop-sidebar article ul li {
    border-top: 1px solid #d7e1e9;
    color: #1ec0bf;
    font-size: 21px;
    line-height: 18px;
    padding: 15px 0;
    font-weight: 700;
    letter-spacing: -1px;
}

#content .shop-sidebar article ul li span {
    font-size: 14px;
    display: block;
    font-weight: 300;
    color: #777;
    line-height: 17px;
    margin-top: 7px;
    letter-spacing: 0
}

#content .shop-sidebar i {
    font-size: 38px;
    color: #072135;
    margin-top: 0px
}

.tabs {
    background: #072135;
    margin-top: 50px;
    overflow: hidden;
    width: 100%
}

.tabs ul {
    margin: 0px !important;
}

.tabs ul li {
    display: block;
    float: left;
    list-style: none;
    font-family: 'sofia-pro-soft';
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    color: #fff !important;
    opacity: 0.7;
    transition: 0.5s ease;
    cursor: pointer;
    margin: 0 !important;
    padding: 20px 40px 20px 15px;
    position: relative;
    border-right: 1px solid #1a3f5c;
}

.tabs h2 {
    font-family: 'sofia-pro-soft';
    font-size: 15px !important;
    font-weight: 300 !important;
    text-transform: uppercase;
    color: #fff !important;
    opacity: 0.7;
    margin: 0 !important;
    padding: 20px 50px 20px 30px;
}

.tabs ul li:hover {
    background: #1a3f5c;
}

.tabs ul li:first-child {
    margin-left: 0px;
}

.tabs ul li::after {
    content: '\f078';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 11px;
    line-height: 1;
    position: absolute;
    top: 28px;
    right: 15px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}

.tabs ul li:hover,
.tabs ul li.active {}

.tabs ul li:hover::after {}

#content .tab-content {
    padding: 40px 0;
}

#content .tab-content p {
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-weight: 300;
}

.show {
    display: block;
}

.hide {
    display: none;
}

#product_cart {
    margin: 20px 0px 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0 0px 0;
}

#product_cart label {
    float: left;
    font-size: 13px;
    line-height: 1;
    color: #999;
    margin-right: 16px;
    margin-top: 16px;
}

#product_cart input {}

#product_cart input.btn {
    background: #1ec0bf;
    border-color: #1ec0bf;
    font-size: 16px;
    font-weight: 700;
    color: #fff !important;
    width: auto;
    border-radius: 30px;
    padding: 15px 25px;
    float: right;
    margin-top: 0px;
    position: absolute;
    right: 0;
    top: 20px;
}

#product_cart .practitioner-box label {
    float: none;
    margin-top: 2px;
    margin-left: 0px;
}

#product_cart .practitioner-box .combined label {
    float: left;
    padding: 8px 0 10px 10px;
}

#product_cart .practitioner-box input {
    margin-bottom: 12px;
}

#product_cart .practitioner-box h3 {
    color: #1d2e3b !important;
    font-size: 16px !important;
    margin: 17px 0 !important;
    padding: 0px !important;
    font-weight: 900 !important;
    letter-spacing: initial !important;
}

#product_cart .practitioner-box input.btn {
    position: relative;
    top: initial;
    right: initial;
    float: none;
}

#sizeoption {
    margin-right: 10px;
}

#our-location {
    text-align: center;
    padding: 3% 0;
}

#our-location .col-5,
#our-location .col-4,
.image-location {
    float: initial;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.image-location {
    width: 53%;
}

#our-location .col-4 {
    padding: 0 3.5%;
    box-sizing: border-box;
}

#our-location .col-4 p,
#content-boxes p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

#our-location .col-4 h1 {
    font-family: 'sofia-pro';
    color: #1d75ba;
    font-size: 9em;
    margin: 0 0 2.5% -49%;
    letter-spacing: -0.04em;
    font-weight: 700;
}

#our-location .col-4 h3 {
    font-family: 'Tilly-Regular';
    color: #fff;
    font-size: 6em;
    margin: 0 0 -9.5% -47%;
    line-height: 1;
}

#our-location .col-4 p a,
#content-boxes .wrapper-sml .col-6 a {
    color: #1d75ba;
    text-decoration: none;
}

#content-boxes .wrapper-sml {
    background: #f8fafc;
    margin: 2% auto 6%;
    max-width: 67.5%;
}

#content-boxes .wrapper-sml .col-6 {
    box-sizing: border-box;
    vertical-align: middle;
    float: initial;
    display: inline-block;
    width: 49.5%;
}

#content-boxes .wrapper-sml .col-6.text-content {
    padding: 5%;
}

#content-boxes .wrapper-sml h2 {
    font-family: 'sofia-pro';
    color: #1d75ba;
    font-size: 3em;
    margin: 0 0 10px;
    letter-spacing: -0.04em;
    font-weight: 700;
}

#content-boxes .wrapper-sml h3 {
    font-family: 'sofia-pro';
    color: #1d75ba;
    font-size: 1.8em;
    margin: 0 0 20px 0;
    letter-spacing: -0.04em;
    font-weight: 700;
}


/* Sidebar Styles */

#sidebar {
    position: relative;
    margin-top: 0px
}

#sidebar section {
    padding-right: 100px;
}

#sidebar ul {
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#sidebar .filters .form .btn {
    background: #1572b9;
    color: #fff !important;
    padding: 12px 20px 12px !important;
    float: none;
    border-color: #1572b9;
    margin-left: 0;
    text-transform: uppercase;
    line-height: 18px;
    width: auto;
    font-size: 16px;
    margin-bottom: 0px;
    font-family: 'sofia-pro';
}

#sidebar h2 {
    margin: 10px 0;
}

#sidebar ul li ul {
    list-style: none;
    margin: 20px 0
}

#sidebar ul li ul li {
    font-size: 14px;
    padding: 2px 0px;
    margin: 0;
    color: #072135;
    font-weight: 700
}

#sidebar ul li ul li i {
    font-size: 8px;
    position: relative;
    top: -1px;
    color: #999 !important
}

#sidebar>section>ul>li {
    list-style: none;
    font-size: 18px;
    margin-bottom: 0;
    color: #73727d;
    padding: 10px 0;
    font-family: 'sofia-pro';
    font-weight: 300;
    border-top: 1px solid #eee;
    cursor: pointer;
}

#sidebar>section>ul>li:hover {
    color: #1ec0bf
}

#sidebar>section>ul>li:hover:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#sidebar ul li.parent {
    position: relative;
    cursor: pointer;
}

#sidebar ul li.parent::after {
    content: '\f105';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 17px;
    line-height: 1;
    position: absolute;
    top: 15px;
    right: 0px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}

#sidebar ul li a {
    color: inherit;
    text-decoration: none;
}

#sidebar ul li.parent ul {
    display: none;
}

#sidebar ul li a:hover {
    color: #1ec0bf;
    cursor: pointer;
}


/* Category Boxes Styles */

#category-boxes .category.Clearance h3 {
    display: none
}

#category-boxes .category-grid {
    column-count: 4;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    margin-bottom: 40px;
}

#category-boxes .category-grid a {
    display: block;
    margin-bottom: 15px;
}

#category-boxes .category {
    position: relative;
    break-inside: avoid;
    overflow: hidden;
    min-height: 216px;
}

#category-boxes .category a {
    display: block;
    height: 100%;
}

#category-boxes .category h3 {
    font-family: 'Tilly-Regular';
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0%, -50%);
    color: #1572b9;
}

#category-boxes .category figure img {
    transition: ease 0.5s;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#category-boxes .category:hover figure img {
    max-width: 150%;
    width: 120%;
}

#category-boxes .category:hover::before {
    opacity: 1;
}

.cat-heading {
    background: #081e30;
    text-align: center;
    color: #fff;
    padding: 15px 0
}

.cat-heading h2 {
    color: #fff;
    font-size: 28px;
    letter-spacing: -1px;
}


/* Product Boxes Styles */

#product-boxes {
    margin: 105px 0px 0px;
justify-content: space-between;
}

#product-boxes h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #1572b9;
    margin-bottom: 25px;
}

#product-boxes h2.title {
    font-family: 'sofia-pro';
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    padding: 17px 19px;
    color: #fff;
    margin-bottom: 0px;
    text-transform: none;
    text-align: left;
    letter-spacing: 0.01em;
    background: #73727d;
}

#product-boxes .Medicine h2.title {
    background: #081e30;
}

#product-boxes .Nutrition h2.title {
    background: #1ec0bf;
}

#product-boxes .Beauty h2.title {
    background: #24cbfd;
}

#product-boxes .Weight-Loss h2.title {
    background: #73727d;
}

#product-boxes .Other h2.title {
    background: #1572b9;
}

#product-boxes i {
    display: inline-block;
    float: left;
    margin-right: 14px;
}

#product-boxes .Medicine i {
    margin-top: -4px;
    width: 25px;
    height: 24px;
    background: url('/images/medicine-icon.png') no-repeat center center;
}

#product-boxes .Nutrition i {
    margin-top: -4px;
    width: 19px;
    height: 24px;
    background: url('/images/nutrition-icon.png') no-repeat center center;
}

#product-boxes .Beauty i {
    margin-top: -5px;
    width: 26px;
    height: 26px;
    background: url('/images/beauty-icon.png') no-repeat center center;
}

#product-boxes .Weight-Loss i {
    margin-top: -2px;
    width: 31px;
    height: 20px;
    background: url('/images/weight-icon.png') no-repeat center center;
}

#product-boxes .Other i {
    margin-top: -4px;
    width: 24px;
    height: 25px;
    background: url('/images/other-icon.png') no-repeat center center;
}

#product-boxes h3 {
    font-family: 'sofia-pro';
    font-size: 18px;
    line-height: 21px;
    color: #072135;
    margin: 0 auto 25px;
    max-width: 85%;
    min-height: 42px;
    font-weight: 300;
}

#product-boxes h4 {
    font-size: 17px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #1ec0bf;
    margin-bottom: 22px;
}

#product-boxes h4.sale {
    color: #f50782;
}

#product-boxes h4 span {
    font-weight: 700;
}

#product-boxes .heading {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 75px;
}

#product-boxes .heading.brand {
    margin-top: -40px;
}

#product-boxes .heading.brand h2 {
    text-transform: uppercase;
    color: #081e30;
}

#product-boxes .heading input,
#product-boxes .heading select {
    margin-bottom: 0px;
}


.catalogue #product-boxes a {display:block; width: 24%}

#product-boxes a {
    text-decoration: none;

}

#product-boxes .item:hover {
    background: #f2f6f9;
    border-color: #f2f6f9
}

#product-boxes figure {
    padding: 50px;
    margin-bottom: 14px;
    position: relative;
    max-height: 182px;
    min-height: 182px;
}

#product-boxes figure img {
    mix-blend-mode: multiply;
    margin: 0 auto;
    max-height: inherit;
}

#product-boxes figure .limited {
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: 'sofia-pro-soft';
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.01em;
    background: #1ec0bf;
    border-radius: 5px;
    padding: 8px 23px 8px 25px;
    text-transform: lowercase;
}

#product-boxes figure .limited::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: -6px;
    height: 100%;
    width: 6px;
    background: url('/images/speech-arrow.png') no-repeat right center;
}

#product-boxes .item {
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 17px;
    border: 1px solid #eee;
    width: 99%;
    position: relative;
    min-height: 430px;
}

#product-boxes .item.category {
    min-height: 0;
    border: none !important;
}

#product-boxes .owl-item .item {
    min-height: 490px;
}

#product-boxes .item section {
    padding: 0px 10px;
}

#product-boxes .btn {
    font-size: 14px;
    padding: 9px 20px 11px;
    cursor: pointer;
    margin-bottom: 25px;
}

#content.catalogue #product-boxes.top-selling {
    margin-top: 60px;
}

#content.catalogue #product-boxes.top-selling .heading h2 {
    color: #072135;
    margin-bottom: 0px !important;
}

#content.catalogue #product-boxes.top-selling .heading {
    margin: 0 auto 45px;
}

#content.catalogue #product-boxes.top-selling a {
    text-decoration: none;
}

#content.catalogue #product-boxes.top-selling figure {
    padding: 50px 98px;
}

#content.catalogue #product-boxes.flex.space {
    padding: 30px 0px;
}

#content.catalogue #product-boxes.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    box-sizing: border-box;
    margin: 0px 0px 0px -17px
}

#content.catalogue > #product-boxes.flex a {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
    padding: 0px 0px 0px 17px;
    min-width: 25%;
    max-width: 25%;
    text-decoration: none;
}

#content.catalogue #product-boxes.flex a.large {
    min-width: 33%;
    max-width: 33%;
}

#content.catalogue #product-boxes.flex figure {
    padding: 20px 50px 10px;
}

#content.catalogue #product-boxes.flex .category figure {
    padding: 0px;
    max-height: initial;
    margin-bottom: 0; position:relative
}

#content.catalogue #product-boxes.flex .category figure img {
    max-height: initial;
    width: 100%;     object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}


/* Pagination Styles */

#pagination {
    clear: both;
    float: right;
    padding: 20px 0 10px;
}

#pagination ul {
    margin-left: 0px;
    text-align: right;
}

#pagination ul li {
    display: inline-block;
    list-style: none;
    font-size: 20px;
    line-height: 1;
    color: #777;
    padding: 0px 12px;
}

#pagination ul li a.active {
    color: #1ec0bf;
}

#pagination ul li:last-child {
    padding-right: 0px;
}

#pagination ul li a {
    color: inherit;
    text-decoration: none;
}


/* Cart Styles */

.cart-totals {
    text-align: right;
    display: block;
    font-size: 18px;
    padding: 0 0 40px 0 !important;
    font-weight: 300;
    line-height: 24px;
}

.cart-totals em {
    font-style: normal;
    color: #777;
    font-size: 14px;
    display: block;
    margin: 5px 0 20px 0
}

#content .cart {
    border-top: none;
    width: 100%;
}

#content .cart thead th {
    font-family: 'sofia-pro';
    font-size: 12px;
    text-transform: uppercase;
    background: none;
    border-bottom: 2px solid #072135;
    border-left: none;
    border-right: none !important;
    color: #072135;
    padding: 12px 5px 5px;
    text-align: center;
    font-weight: 700
}

#content .cart thead th:first-child,
#content .cart tbody td:first-child {
    text-align: left;
    padding-left: 0;
}

#content .cart thead th:last-child,
#content .cart tbody td:last-child {
    padding-right: 0;
}

#content .cart tbody td {
    font-family: 'sofia-pro-soft';
    font-size: 18px;
    line-height: 27px;
    color: #072135;
    padding: 20px 22px;
    vertical-align: middle;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #e2f7f7;
}

.cart-img {
    width: 40px !important;
    float: left;
}

#content .cart tbody td h3 {
    float: left;
    margin: 0px 20px;
    width: 75%
}

#content .cart tbody td input {
    background: #f8fafc;
    border: none;
    border-radius: 50%;
    font-family: 'sofia-pro';
    font-size: 17px;
    line-height: 1;
    color: #072135;
    width: 40px;
    padding: 12px 8px;
    text-align: center;
}

#content .cart tbody td img {
    width: 72px;
}

#content .cart tbody td .trash {
    background: none;
    border: none;
    color: #1572b9;
}

#content .cart tbody td .trash i {
    font-size: 17px;
}

#content .cart.orders thead th {
    text-align: left;
}

#content .cart.orders tbody td {
    padding: 20px 5px;
}

#content .cart.orders tbody td:first-child {
    padding-left: 0px;
}

#content .cart.orders tbody td:last-child {
    padding-right: 0px;
    text-align: center;
}

#content .cart.orders tbody tr.amount td {
    border-bottom: none;
    padding: 10px 22px;
}

#content .cart.orders tbody tr.amount td:last-child {
    padding-right: 0px;
}

#content .grey {
    background: #f8fafc;
}

#content .grey .inner {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 38px;
}

#content .grey section {
    padding: 0px 44px 44px;
}

#content .grey h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #1572b9;
    padding: 52px 0px 22px;
}

#content .grey p {
    font-size: 14px;
    line-height: 1;
    color: #1572b9;
    float: left;
    margin-top: 25px;
}

#content .grey p.details {
    margin-top: 0px;
    font-size: 16px;
    line-height: 26px;
}

#content .grey p a {
    text-decoration: none;
}

#content .grey img {
    float: right;
    margin-top: 15px;
}

#content .grey .btn {
    font-size: 20px;
    padding: 14px 36px 15px;
    float: right;
    margin-top: 20px;
    margin-left: 10px;
}

#content .totals {
    width: 100%;
    margin: 0 auto;
}

#content .grey h2 {
    background: #081e30;
    border: none;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.01em;
    padding: 20px 0px;
}

#content .totals tbody td {
    font-family: 'sofia-pro';
    font-size: 17px;
    line-height: 1;
    color: #1572b9;
    letter-spacing: 0.01em;
    padding: 10px 0px 32px;
    vertical-align: middle;
}

#content .totals tbody tr td:not(.border) {
    padding: 32px 0px 10px;
}

#content .totals tbody td.border {
    border-bottom: 1px solid #afcee6;
}

#content .inside-checkout-section .cart tbody td {
    font-size: 14px;
    line-height: 17px;
}

#content #formCheckout input,
#content #formCheckout textarea,
#content #customer_form input,
#content #customer_form textarea {
    background: #fff;
    color: #1572b9;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    padding: 9px 22px 10px;
    margin-bottom: 12px;
}

#content #formCheckout input[type=button] {
    border: none;
}

#content #formCheckout .check label {
    cursor: pointer;
    min-height: 18px;
    padding: 8px 0 10px 10px;
    font-size: 14px;
}

#content #formCheckout select {
    background-color: #fff;
}

#content #formCheckout .terms {
    float: left;
}

#content #formCheckout img {
    float: right;
}

#content #formCheckout input::-webkit-input-placeholder,
#content #formCheckout textarea::-webkit-input-placeholder {
    color: #777;
}

#content #formCheckout input::-moz-placeholder,
#content #formCheckout textarea::-moz-placeholder {
    color: #777;
}

#content #formCheckout input:-ms-input-placeholder,
#content #formCheckout textarea:-ms-input-placeholder {
    color: #777;
}

#content #formCheckout input:-moz-placeholder,
#content #formCheckout textarea:-moz-placeholder {
    color: #777;
}

#content #formCheckout .totals td {
    font-size: 24px;
    line-height: 1;
}

#content #formCheckout .totals td strong {
    font-family: 'sofia-pro-soft';
}

#content #formCheckout .table.cart img {
    float: none;
}

#formCheckout .col-8 {
    box-sizing: border-box;
    padding-right: 40px;
}

.login-screen {
    max-width: 500px;
    margin: 30px auto
}

.register {
    margin: 30px auto
}

.register #formCheckout {
    margin: 0 !important
}

#content .grey.login-screen section {
    padding: 0;
}

.inside-checkout-section {
    background: #fff;
    padding: 15px 40px 30px 40px;
    border: 2px solid #eee;
}

.inside-checkout-section .table.cart,
.inside-checkout-section table thead tr th {}

.inside-checkout-section select {
    background: #fff !important;
}

.inside-checkout-section select.styled {
    background: url('/images/select-bg.png') no-repeat right center #f0f5f8 !important;
    border: 2px solid #eee;
}

#formCheckout {
    margin-top: 30px;
}

.inside-checkout-section h3 {
    color: #1d2e3b !important;
    font-size: 16px !important;
    margin: 17px 0 !important;
    padding: 0px !important;
    font-weight: 900 !important;
}

#content #formCheckout input[type=text],
#content #formCheckout input[type=password],
#content #formCheckout input[type=email],
#content #formCheckout textarea,
#content #form_login input {
    padding: 12px 0px;
    border: 2px solid #eee;
    margin-bottom: 9px;
    font-family: 'sofia-pro';
    font-size: 16px;
    text-indent: 20px;
    color: #777;
    font-weight: 300;
    border-radius: 0px;
    width: 99%;
}

#content #formCheckout .combined input[type=text],
#content #formCheckout .combined input[type=password],
#content #formCheckout .combined input[type=email],
#content #formCheckout .combined textarea {
    width: 98%;
}

.submit {
    border-radius: 30px !important
}

#content #formCheckout .btn,
#content #form_login .btn {
    width: auto;
    text-align: center;
    padding: 15px 25px;
    font-family: 'sofia-pro';
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0px;
    background: #1b76bb;
    color: #fff !important;
    border: none
}

#content #formCheckout #form_login .btn,
#content #form_login .btn {
    width: auto;
    display: inline-block;
    padding: 20px;
    margin-left: 0px;
    margin-right: 10px;
    float: none;
    text-indent: 0px;
    border-radius: 40px;
    padding: 14px 40px;
}

#content #formCheckout .discount input[type=text] {
    width: 70%;
    float: left;
}

#content #formCheckout .discount input[type=button] {
    width: 30%;
    float: left;
    font-size: 12px;
    padding: 19px 0px;
}

.cc-logos {
    max-width: 250px;
    margin: 20px 8px 20px 0px;
    float: left !important;
}


/* Dashboard Styles */

#dashboard {
    position: relative;
    padding: 10px 0px;
    text-align: center;
}

#dashboard ul {
    margin-left: 0px;
}

#dashboard ul li {
    display: inline-block;
    list-style: none;
    padding: 0px 10px;
    font-size: 18px;
    line-height: 1;
    color: #1a76bb;
}

#dashboard ul li:first-child {
    padding-left: 0px;
}

#dashboard ul li a {
    text-decoration: none;
}


/* Free Information Library Styles */

#content.library .product-wrapper {
    padding-top: 0px;
}

#content.library .categories {
    margin-left: 0px;
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -webkit-column-gap: 26px;
    -moz-column-gap: 26px;
    column-gap: 26px;
}

#content.library .categories li {
    display: block;
    position: relative;
    background: #081e30;
    font-family: 'sofia-pro-soft';
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
    break-inside: avoid;
    overflow: hidden;
    transition: ease 0.5s;
    cursor: pointer;
}

#content.library .categories li:hover {
    background: #1ec0bf;
}

#content.library .categories li span {
    display: block;
    padding: 55px 0px;
}

#content.library .categories li a {
    color: inherit;
    text-decoration: none;
}

#content.library .categories li ul {
    position: relative;
    margin-left: 0px;
    padding: 30px;
    display: none;
    background: #fcfdfe;
}

#content.library .categories li ul li {
    padding: 12px 26px;
    background: #fcfdfe;
    font-family: 'sofia-pro';
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    color: #777 !important;
    text-align: left;
    margin-bottom: 0px;
}

#content.library .categories li ul li:hover {
    background: none;
    color: #1ec0bf !important
}

#content.library .title {
    margin-bottom: 30px;
    background: #081e30;
    padding: 20px;
    box-sizing: border-box;
}

#content.library .title h2 {
    width: 100% !important;
    color: #fff !important;
    margin: 0 !important;
}

#content.library h2 {
    font-family: 'sofia-pro-soft';
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #072135;
    margin-bottom: 20px;
    letter-spacing: -1px;
    float: left;
    text-transform: lowercase;
    width: 50%;
}

#content.library h2::fisrt-letter {
    text-transform: uppercase;
}

#content.library img {
    width: 100%;
    border-radius: 3px;
}

#content.library h1 {
    font-size: 40px;
    color: #1973b9;
    font-weight: 700;
    margin: 20px 0;
}

#content.library h3 {
    font-family: 'sofia-pro';
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #072135;
    margin: 40px 0 15px;
    letter-spacing: -1px;
}

#content.library .btn {
    float: right;
    margin-top: -10px;
}

#content.library .description {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

#content.library p {
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    color: #1572b9;
    break-inside: avoid;
}

#content.library p strong {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #081e30;
}

#content.library p a {
    color: #1ec0bf;
    letter-spacing: 0.01em;
    text-decoration: none;
}

#content.library li {
    color: #081e30;
}

#content.library .btn.blue {
    background: #081e30;
    border: 1px solid #081e30;
    float: left;
    margin-top: 30px;
}

#content.library #product-boxes {
    margin: 0px;
    text-align: center;
}

#content.library .heading h3 {
    font-family: 'sofia-pro';
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #081e30;
    text-align: center;
    letter-spacing: -0.02em;
    float: none;
    margin: 30px 0 15px;
}

.library #product-boxes .product-libray {
    width: 85%;
    margin: 0 auto;
}

.library #product-boxes .product-libray .item {
    width: 85%;
    display: inline-block;
    margin-right: 23px;
    float: inherit;
    margin: 0 1px;
    overflow: hidden;
    margin: 0 auto 20px;
}

.library #product-boxes .product-libray .item .title {
    display: none;
}

#content .product-libray .item h2 {
    width: 100%;
    max-width: 90%;
}

#content .product-libray .item .btn {
    float: inherit;
    margin-top: 0;
}

#content .product-libray .item h3 {
    margin: 0 auto 20px;
}

.library #product-boxes .heading {
    margin-bottom: 20px;
}

.library #product-boxes .heading h3 {
    margin: 0 auto;
}

.col-9.content-library {
    padding: 45px;
    box-sizing: border-box;
    margin-bottom: 40px;
    border: 1px solid #eee;
    font-size: 15px;
}

.library #product-boxes .product-libray .figure {
    max-height: 140px;
    min-height: 140px;
}

.library-page .flat-banner {
    height: 175px;
}

.library-page .flat-banner .breadcrumbs ul li {
    color: #14acab !important;
}

.library-page .flat-banner {
    background: #fff;
}

.library-page .flat-banner h1 {
    margin-top: 7px;
    font-family: 'sofia-pro';
    font-size: 3.2em;
    font-weight: 700;
    line-height: 1;
    color: #072135 !important;
    text-align: left;
}

.library-page .flat-banner .text-overlay-mid {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 1500px;
    width: 100%;
}

.library-page .search-input {
    padding-top: 7px;
    position: relative;
}

.search-input input {
    background-color: #f0f5f8;
    background-repeat: no-repeat;
    background-position: right;
    text-indent: 1em;
    display: inline-block;
    border: 0 none;
    width: 100%;
    height: 3em;
    border-radius: 3em;
    -webkit-transition: .3s;
    transition: .3s;
    outline: none;
    padding: 23px 10px 25px;
    cursor: pointer;
    -webkit-appearance: none;
    font-weight: inherit;
    font-size: 14px;
    font-family: inherit;
    color: #1a76bb;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    color: #081e30;
}

.search-input input[type=submit] {
    position: absolute;
    width: 50px;
    height: 30px;
    background-image: url("../images/search-darkblue.png");
    background-color: none;
    right: 10px;
    background-position: center;
}

.search-input input[type=submit]:hover {
    opacity: 0.8;
}

.search-input input::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.search-input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #081e30;
}

.search-input input::-moz-placeholder {
    /* Firefox 19+ */
    color: #081e30;
}

.search-input input:-ms-input-placeholder {
    /* IE 10+ */
    color: #081e30;
}

.search-input input:-moz-placeholder {
    /* Firefox 18- */
    color: #081e30;
}

.letters {
    width: 100%;
    color: #f8fafc;
    text-align: center;
    background: #081e30;
    padding: 0;
    max-width: 1500px;
    margin: 0 auto;
    border-radius: 3px;
}

.letters ul {
    margin: 0 auto;
}

.letters ul li {
    list-style: none;
    display: inline-block;
    padding: 20px 0;
    font-size: 15px;
    width: 5.7%;
    text-align: center;
}

.letters a {
    text-decoration: none !important;
}

.letters ul li:hover {
    background: #061624;
    transition: all 0.3s ease-in-out;
}

.results {
    max-width: 1500px;
    margin: 30px auto;
    padding-bottom: 5%;
}

.results ul {
    margin: 0;
}

.results ul li {
    list-style: none;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-size: 16px;
}

.results ul li span,
.results ul li span a {
    display: block;
    width: 100%;
}

.results ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
}

.results ul li .info-title {
    border: 1px solid #eee;
    padding: 20px;
    box-sizing: border-box;
}

.results ul li:nth-child(odd) {
    padding-right: 20px;
}

.results ul li .info-title:hover {
    background: #f2f6f9;
    border-color: #f2f6f9;
}


/* Owl Carousel Styles */

.owl-carousel .owl-item img {
    width: auto !important;
}

.owl-nav {
    position: absolute;
    top: 35%;
    left: 0px;
    transform: translate(0%, -50%);
    width: 100%;
    z-index: -1;
}

.owl-nav .owl-prev {
    float: left;
    margin-left: -62px;
}

.owl-nav .owl-next {
    float: right;
    margin-right: -62px;
}


/* Table Styles */

#content .table {
    min-width: 50%;
    width: auto;
}

#content .table.cart {
    width: 100%;
}

#content .table th {
    font-size: 20px;
    line-height: 20px;
    color: #242525;
}

#content .table tr th:last-child {
    border-right: 1px solid #ddd;
}

#content .table th,
.table td {
    padding: 8px 12px;
}

#content .table td {
    padding: 20px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #777;
}

#content .table tr td:first-child {
    border-left: 1px solid #eee;
}

#content .table tr td:last-child {
    border-right: 1px solid #eee;
}

#content .table td p:last-child {
    margin-bottom: 0px;
}


/* Forms */

.flash-message p {
    padding: 10px;
    border-radius: 10px;
    background: #FEEFB3;
    color: #9F6000 !important;
    text-align: center;
    font-size: 16px !important;
    font-family: 'sofia-pro';
}

.form {
    position: relative;
    display: block;
}

.form label {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
}

.form .combined {
    width: 50%;
    float: left;
}

.form input[type=text],
.form input[type=password],
.form input[type=email],
.form textarea,
.form select {
    width: 100%;
    padding: 15px 25px;
    border: none;
    border-radius: 30px;
    margin-bottom: 10px;
    font-family: 'sofia-pro';
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #777;
    box-sizing: border-box;
}

.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
    color: #777;
}

.form input::-moz-placeholder,
.form textarea::-moz-placeholder {
    color: #777;
}

.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
    color: #777;
}

.form input:-moz-placeholder,
.form textarea:-moz-placeholder {
    color: #777;
}

.form .combined input[type=text],
.form .combined input[type=password],
.form .combined input[type=email],
.form .combined textarea,
.form .combined select {
    width: 99%;
    padding: 15px 25px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form input[type=text].search {
    background: url('/images/search-bg.png') no-repeat right center #f0f5f8;
}

.form select,
.form .combined select {
    width: 100%;
    background: url('/images/select-bg.png') no-repeat right center #f0f5f8;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 15px 25px;
}

select.shipping {
    width: 100%;
    background: url('/images/select-bg.png') no-repeat right center #fff !important;
    border: 2px solid #d9e8f7;
    border-radius: 30px;
    font-size: 17px;
    color: #1572b9;
    font-family: 'sofia-pro';
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 20px;
}

.form .check {
    position: relative;
    margin: 20px 0px;
}

.form .check.terms {
    float: left;
}

.form .check label {
    float: left;
    font-size: 17px;
    line-height: 1;
    color: #1572b9;
    margin-left: 0;
    margin-top: 2px;
    max-width: 80%;
    padding: 8px 0 10px 10px;
}

.form .check input[type=checkbox],
.form .check input[type=radio] {
    float: left;
    margin: 3px 10px 0px 0px;
    position: relative;
    top: -0.375rem;
    margin: 0 1rem 0 0;
    cursor: pointer;
    display: inline-block;
    padding: 0 !important;
    margin-right: 30px;
    border: 0;
    border-radius: 10px;
    vertical-align: top;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    visibility: hidden;
}

.form .check label:before {
    content: "";
    font-family: 'FontAwesome';
    display: block;
    left: 5px;
    position: absolute;
    top: 11px;
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    border: 2px solid #1572b9;
    border-top-style: none;
    border-right-style: none;
    width: 1rem;
    height: 0.4rem;
    overflow: visible;
}

.form .check input[type=checkbox]:checked~label:before,
.form .check input[type=radio]:checked~label:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

.form .check label:after {
    content: "";
    font-family: 'FontAwesome';
    overflow: visible;
    border: 2px solid #1d2e3b;
    height: 24px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 24px;
    border-radius: 0px;
    overflow: visible;
}

.form .check input[type=checkbox].highlight-form-field~label,
.form .check input[type=radio].highlight-form-field~label {
    color: rgba(196, 0, 42, 1) !important;
}

.form .check input[type=checkbox].highlight-form-field~label:after,
.form .check input[type=radio].highlight-form-field~label:after {
    border-color: rgba(196, 0, 42, 1) !important;
}

.form input.submit {
    margin-top: 20px;
}

.filters .form select {
    width: 92%;
}

#contact_form button {
    float: right;
}

#contactHeader {
    height: 900px;
    width: 100%;
}


/* Brands Styles */

#brands {
    position: relative;
    background: #f8fafc;
    padding: 32px 0px 40px;
    text-align: center;
}

#brands img {
    display: inline-block;
    padding: 0px 12px;
    mix-blend-mode: multiply;
    max-width: 100px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


/* Footer */

footer {
    position: relative;
    background: #081e30;
    padding: 85px 0px 0px;
}

footer .top {
    padding-bottom: 45px;
}

footer .bottom {
    padding: 22px 0px;
    border-top: 1px solid #192e3f;
}

footer img {
    float: left;
}

footer ul {
    float: left;
    margin-left: 45px;
}

footer ul li {
    display: block;
    list-style: none;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #1572b9;
    margin-bottom: 6px;
}

footer ul li a {
    color: inherit;
    text-decoration: none;
}

footer p {
    float: right;
    width: 45%;
    text-align: right;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    color: #fff;
}

footer p.copyright {
    float: left;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #1c3b54;
}

footer p.copyright a {
    text-decoration: none;
}

footer .logos {
    float: right;
    text-align: right;
}


/* Error Styles */

#systemMessage {
    font-size: 20px;
    color: rgba(196, 0, 42, 1);
}

#systemMessage.highlight_message {
    margin-bottom: 20px;
}

.highlight-form-field {
    border: 1px solid rgba(196, 0, 42, 1) !important;
    color: rgba(196, 0, 42, 1) !important;
    background: none;
}

.highlight-form-label {
    color: rgba(196, 0, 42, 1) !important;
}

.highlight-form-field::-webkit-input-placeholder {
    color: rgba(196, 0, 42, 1) !important;
}

.highlight-form-field::-moz-placeholder {
    color: rgba(196, 0, 42, 1) !important;
}

.highlight-form-field:-ms-input-placeholder {
    color: rgba(196, 0, 42, 1) !important;
}

.highlight-form-field:-moz-placeholder {
    color: rgba(196, 0, 42, 1) !important;
}


/* Mobile Menu */

.mobmenu {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
    display: none;
    background-color: none;
    color: #1973b9;
    padding: 8px 10px 6px;
    font-size: 20px;
    margin-bottom: 0px;
    clear: both;
}

.mobmenu a {
    color: #1572b9;
    text-decoration: none;
}

#page {
    display: block;
    background-color: #fff;
}

a.menu-icon {
    color: #1973b9;
    float: right;
    font-size: 30px;
    margin-top: -5px;
}

#mapContact {
    height: 400px;
}

#siteNotice {
    font-size: 16px;
    margin-bottom: 3px;
}

#siteNotice p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0;
    color: #444;
}

#siteNotice h3 {
    margin-bottom: 5px;
}

.mm-listview>li:not(.mm-divider):after,
.mm-navbar,
.mm-navbars-top {
    border: none !important;
}

.mm-navbar {
    padding: 0px 23px !important;
    margin-top: 30px !important;
}

.mm-navbar .mm-title {
    text-align: left;
    padding: 0 !important;
    color: #1572b9 !important;
    font-size: 2em !important;
    font-family: 'sofia-pro', Arial;
}

.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 72px !important;
}

.mm-navbar {
    line-height: 39px !important;
    height: 58px !important;
}

.mm-navbar .mm-title {
    line-height: 55px !important;
}

.mm-search {
    padding: 0 !important;
}

.custom.pull-left {
    margin-bottom: 10px;
}

.flash-message p {
    background: #03C9A9;
    color: #fff !important;
}

.library h2 {
    font-family: 'sofia-pro';
    font-weight: 700;
    font-size: 45px;
    line-height: 45px;
    color: #072135;
    margin-bottom: 20px;
    letter-spacing: -3px;
    text-transform: lowercase;
    width: 70%;
    max-width: 70%;
}

.library h2::first-letter {
    text-transform: uppercase;
}

#content.library p {
    font-size: 16px;
    line-height: 28px;
    color: #777;
    font-weight: 300;
    margin-bottom: 15px;
}

#content .sitemap {
    margin-left: 0px;
    list-style: none;
    column-count: 3;
    column-gap: 20px;
}

#content .sitemap li {
    list-style: none;
}

#content .sitemap li a {
    text-decoration: none;
}

.payment-laubuy-product {
    width: 55px;
    top: 5px;
    position: relative;
    display: inline-block;
}


/* SEARCH MENU */

.search-menu {
    display: inline-block;
    margin-right: 9px;
    vertical-align: middle;
    margin: -2px 2px 0 0;
    width: 400px;
    height: 37px;
    position: relative;
}

#s {
    background-color: rgba(255, 255, 255, 1);
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 1em;
    display: inline-block;
    border: 0 none;
    width: 0;
    height: 3em;
    border-radius: 3em;
    -webkit-transition: .5s;
    transition: .5s;
    outline: none;
    padding: 1em 1.5em;
    cursor: pointer;
    -webkit-appearance: none;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    color: #1a76bb;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 100%;
    background: #f0f5f8;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input[type=search]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #1a76bb;
}

input[type=search]::-moz-placeholder {
    /* Firefox 19+ */
    color: #1a76bb;
}

input[type=search]:-ms-input-placeholder {
    /* IE 10+ */
    color: #1a76bb;
}

input[type=search]:-moz-placeholder {
    /* Firefox 18- */
    color: #1a76bb;
}


/* #s:hover, #s:focus {
   background-image:  url("../images/search.png");
   background-color: rgba(240, 245, 248, 1);
   background-repeat: no-repeat;
   background-position: center;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
 #s:focus {
   width: 100%;
   cursor: text;
   padding: 0 25px;
   background: none;
   background-color: rgba(240, 245, 248, 1);
 }*/

.search-menu input[type=submit] {
    background: none;
    background-image: url("../images/search.png");
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    padding: 0;
}

.submit-search-header {
    display: none;
}

.submit-search-header.active {
    display: block;
}

#banner {
    position: relative;
}

.off-bubble {
    position: absolute;
    background: #1ec0bf;
    width: 230px;
    height: 230px;
    z-index: 9999;
    top: 2%;
    right: 10%;
    border-radius: 50%;
    -webkit-box-shadow: 2px 10px 48px -11px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 10px 48px -11px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 10px 48px -11px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-bubble {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    padding: 11%;
}

.content-bubble p span {
    background: #14acab;
    padding: 0px 8px 2px;
    border-radius: 5px;
    position: relative;
    top: 2px;
}


/* Search Windows */

#s {
    position: relative;
    z-index: 9999;
}

.minicart {
    position: relative;
}

.product-suggestions {
    width: 400px;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 999;
    -webkit-box-shadow: 0px 14px 70px -27px rgba(8, 30, 48, 1);
    -moz-box-shadow: 0px 14px 70px -27px rgba(8, 30, 48, 1);
    box-shadow: 0px 14px 70px -27px rgba(8, 30, 48, 1);
}

.title-search {
    background: #f0f5f8;
    z-index: 1;
}

.title-search h1 {
    padding: 20px;
    box-sizing: border-box;
    color: #1973b9;
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 900;
}

.title-search.header-search {
    border-top-right-radius: 22px;
    border-top-left-radius: 22px;
}

.title-search.header-search h1 {
    padding: 50px 20px 10px 20px;
}

.product-li {
    border-bottom: 1px solid #f0f5f8;
    padding: 5px 0 0;
    transition: background 0.05s ease-in-out;
}

.product-li:hover {
    background: #f2f6f9;
}

.product-li .col-9 {
    width: 85% !important;
    padding: 0px 10px 2px 15px;
    box-sizing: border-box;
}

.product-li .col-3 {
    width: 15% !important;
    text-align: center;
}

.product-li .col-3 img {
    width: auto;
    margin: 0 auto 0 10px;
    mix-blend-mode: multiply;
    max-height: 65px;
    max-width: 100%;
}

.product-li h3 {
    font-size: 15px;
    color: #081e30;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 4px;
}

.product-li p.description {
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 5px;
}

.product-li p.price {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: 0.01em;
    color: #1572b9;
    margin-bottom: 2px;
}

.related-list ul {
    width: 100%;
    margin: 0;
}

.related-list li {
    list-style: none;
    padding: 10px 20px;
    font-size: 15px;
    color: #081e30;
    font-weight: 800;
    width: 70%;
    border-bottom: 1px solid #f0f5f8;
    width: 100%;
}

.related-list li a {
    display: block;
    width: 100%;
}


/* Modal Fancybox */

.fancybox-wrap {
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
    text-align: center;
}

.fancybox-inner {
    width: 100% !important;
}

.fancybox-opened .fancybox-skin {
    padding: 40px !important;
    box-sizing: border-box;
}

.fancybox-opened .fancybox-skin h1 {
    font-family: 'sofia-pro' !important;
    font-weight: 700 !important;
    font-size: 45px !important;
    line-height: 45px;
    color: #072135 !important;
    margin-bottom: 20px;
    letter-spacing: -3px;
}

.fancybox-opened .fancybox-skin p {
    font-size: 14px;
    display: block;
    font-weight: 300;
    color: #777;
    line-height: 1.7;
    margin: 7px 0 30px;
    letter-spacing: 0;
}

.fancybox-close {
    background: none !important;
    position: absolute;
    top: -18px;
    right: -18px;
    width: 45px !important;
    height: 45px !important;
    cursor: pointer;
    z-index: 8040;
    background-color: #1b76bb !important;
    border-radius: 50%;
}

.fancybox-close:before {
    content: "\f067";
    position: absolute;
    top: 12px;
    left: 15px;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 18px;
    transform: rotate(45deg);
}


/* Payment Form*/

#content .title-paymentform {
    text-align: center;
    padding: 5% 0 2% 0;
}

#content .title-paymentform h2 {
    font-family: 'sofia-pro';
    font-weight: 700 !important;
    font-size: 45px !important;
    line-height: 45px !important;
    color: #072135;
    margin-bottom: 10px !important;
    letter-spacing: -3px !important;
    text-transform: initial !important;
}

#content .title-paymentform h3 {
    color: #1ec0bf !important;
    font-size: 25px !important;
    line-height: 18px !important;
    padding: 15px 0 !important;
    font-weight: 700 !important;
    letter-spacing: -1px !important;
}

.step-list {
    margin: 10px auto 30px;
    display: block;
}

.step-list li {
    color: #fff !important;
    list-style: none;
    padding: 12% 40px 0 40px;
    position: relative;
    overflow: hidden;
    background: #1ec0bf;
    height: 270px;
    font-size: 17px !important;
    line-height: 1.4 !important;
    margin-bottom: 15px !important;
    border-radius: 2px !important;
    width: 32% !important;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.step-list li:nth-child(2) {
    margin: 0 17px;
}

.step-list li .content-list {
    display: table-cell;
    vertical-align: middle;
}

.step-list li span:before {
    content: '';
    position: absolute;
    width: 192%;
    height: 300px;
    left: -46%;
    background: rgba(0, 0, 0, 0.07);
    color: #9eaab1;
    border-radius: 54%;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    padding-top: 5px;
    box-sizing: border-box;
    top: -477%;
    z-index: -1;
}

.step-list li span {
    font-family: 'sofia-pro', Arial !important;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 70px;
    box-sizing: border-box;
    z-index: 10;
}

.step-list li:nth-child(2) {
    background: #2377b9;
}

.step-list li:nth-child(3) {
    background: #404d91;
}

.high-light {
    background: #f0f5f8;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.high-light h3 {
    font-family: 'sofia-pro';
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #072135;
    margin-bottom: 10px;
    letter-spacing: -2px;
}

#formCheckout .nav-tabs {
    overflow: visible;
}

#formCheckout .nav-tabs li {
    margin-bottom: 0 !important;
    background: #458dc7 !important;
}

#formCheckout .nav-tabs li:nth-child(2),
#formCheckout .nav-tabs li:nth-child(2).active {
    background: #ca1042 !important;
}

#formCheckout .nav-tabs li a {
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.03em;
    text-decoration: none;
    background: none;
    border: 0 !important;
    padding: 14px 25px;
    font-weight: 500;
    position: relative;
}

#formCheckout .nav-tabs li.active {
    background: #458dc7;
    position: relative;
}

#formCheckout .nav-tabs li.active:before {
    content: '';
    bottom: -6px;
    left: 0;
    right: 0;
    background: #458dc7;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    border-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    position: absolute;
    z-index: 1;
    margin: 0 auto;
}

#formCheckout .nav-tabs li:nth-child(2).active:before {
    background: #ca1042 !important;
}

.product-img {
    position: relative;
}

.prescription-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #ca1042 !important;
    color: #fff;
    font-weight: 500;
    padding: 6px 13px;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

#product-boxes .item .prescription-tag {
    font-size: 10px;
    z-index: 10;
    top: 10px;
    right: 10px;
}

#prescripion_files ul {
    margin: 0;
    display: block;
}

#prescripion_files ul li {
    list-style: none;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

#prescripion_files ul li label:hover {
    background: #fbfbfb;
}

#prescripion_files ul li .content {
    width: 100%;
}

#prescripion_files ul li .file-added {
    background: #f0f5f8;
    display: block;
    padding: 10px 15px;
    line-height: 1;
    margin-bottom: 5px;
}

#prescripion_files ul li label {
    color: #1d2e3b;
    margin-bottom: 2px;
    font-weight: 600;
}

#prescripion_files ul li label .prd-name {
    display: inline-block;
}

#prescripion_files ul li .content,
#prescripion_files ul li .delete {
    display: inline-block;
}

#prescripion_files ul li .delete {
    float: right;
    cursor: pointer;
}

#prescripion_files h3 {}

#prescripion_files h3,
#prescripion_files .add-file {}

#prescripion_files .add-file {
    color: #1572b9;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    letter-spacing: 0.01em;
    cursor: pointer;
    float: none !important;
    margin-left: 0 !important;
    margin-top: -5px !important;
}

.body-info.body-trip-advisor img {
    width: auto !important;
}

.price-list {
    text-align: center;
    margin-bottom: 30px;
    display: block;
}

.price-list p {
    width: 100%;
    text-align: center;
}

.practitioner-box {
    background-image: url('../images/pattern-watermark.jpg');
    padding: 30px 40px;
    box-sizing: border-box;
    margin: 20px 0 10px;
    background-size: 540px;
    background-repeat: repeat;
}

.practitioner-box .check.combined {
    margin: 5px 0 10px;
}

.practitioner-box #recommended_by {
    background-color: #fff !important;
    margin-bottom: 20px;
    padding: 16px 18px;
    margin: 11px 0 30px;
}

.practitioner-box label {
    color: #1d2e3b !important;
}

#specific_info {
    min-height: 100px;
    font-size: 15px !important;
}

.practitioner-box .options-yes {
    position: relative;
    top: -10px;
}

.practitioner-box .options-yes .check.combined {
    width: 25% !important;
}

.practitioner-box .options-yes .check.combined label {
    font-size: 13px !important;
}

.yhl-logo {
    text-align: center;
}

.yhl-logo img {
    float: initial !important;
    position: relative;
    left: -10px;
    top: -5px;
    margin: 0 auto 10px !important;
}

.item.category img {

    width: 90%;
    margin: 0 auto;
}

.pres-info {
    margin-bottom: 30px;
}

.pres-info p {
    color: #000 !important;
}
.pres-info h3 {
  background:#ca1042;
  padding: 20px 20px 0px !important;
  color:#fff !important;
  font-size: 25px !important;
  margin-bottom:0px !important;
}
.pres-info p.pres-disclaimer {
  background:#ca1042;
  padding: 20px;
  color:#fff !important;
  font-size: 18px !important;
  line-height: 28px !important;
  margin-top:0px !important;
}

.pres-info ul {
    list-style: none;
}

.pres-info li {
    color: #000 !important;
    line-height: 14px !important;
}

.main-pres-info {
    margin-top: 15px;
    background: #ddd;
    border-radius: 5px;
    padding: 20px;
}

.main-pres-info ul {
    list-style: none;
    margin-left: 0;
}

.main-pres-info li {
    color: #081e30 !important;
    line-height: 14px !important;
}

.main-pres-info p {
    font-size: 16px!important;
    line-height: 20px!important;
}


/*Changes*/

.wrapper-home-featured {
    max-width: 1200px;
    margin: 0 auto;
}

#category-boxes .category-grid.homepage-featured {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    margin-bottom: 40px;
}

.recycle-new img {width: 25px; padding: 10px 0;}
.recycle-new div {width: 15%;}
.recycle-new div:nth-child(2) {width: 85%;}
.recycle-new p {line-height: 17px !important; font-size: 14px !important; color: #777 !important; margin-bottom: 0 !important; padding-bottom: 5px; font-weight: 300 !important;}

.sub-2019 {width: 100% !important; background: url('/uploads/Newsletters/November/subscribe-background-2019.png'); padding: 40px; margin-bottom: 30px;}
.sub-2019 p {z-index: 99999; color: #fff; font-size: 20px; width: 100%; text-align: center;}
.sub-2019 .btn {z-index: 99999; color: #fff !important; border: 1px solid #fff; margin-left: 20px;}
.space-new {display: none;}

/* Responsive */

@media screen and (min-width: 1930px) and (max-width: 2600px) {
    .off-bubble {
        top: 6%;
        right: 20%;
    }
    #banner {
        max-height: 705px;
    }
    #banner li:nth-child(6) .banner-overlay .info h2,
    #banner li:nth-child(6) .banner-overlay .info p {
        max-width: 38%;
        padding-left: 0% !important;
    }
}

@media screen and (max-width:1900px) {
    .wrapper-new {
        max-width: 94%;
    }
    header nav>ul>li {
        font-size: 16px !important
    }
}

@media screen and (max-width:1600px) {
    #content-boxes .wrapper-sml {
        background: #f8fafc;
        margin: 2% auto 6%;
        max-width: 83.5%;
    }
    .wrapper {
        max-width: 1400px;
    }
    #our-location .col-4 h1 {
        font-size: 7em;
    }
    .col-4-checkout {
        width: 40%;
    }
    .practitioner-box .options-yes .check.combined {
        width: 50% !important;
    }
}

@media screen and (max-width:1500px) {
    .wrapper,
    #banner .banner-overlay,
    #banner .breadcrumbs {
        width: 90%;
    }
    #banner .banner-overlay .img {
        right: 0%;
    }
    #our-location .col-4 h1 {
        font-size: 7em;
    }
    #our-location .col-4 h3 {
        font-size: 4em;
    }
    .image-col6 {
        overflow: hidden;
    }
    .image-col6 img {
        width: 150%;
        max-width: 150% !important;
    }
    #content-boxes .wrapper-sml {
        max-width: 77.5%;
    }
    .letters,
    .library-page .flat-banner .text-overlay-mid,
    .results.content {
        width: 90%;
        max-width: 90%;
    }
    #banner .banner-overlay h2 {
        font-size: 37px;
        font-weight: 700;
        line-height: 48px;
    }
    .off-bubble {
        top: 4%;
        right: 3%;
    }
    .inside-checkout-section input.btn.submit {
        width: 100% !important;
        margin: 6px 0;
        display: block !important;
    }
    header nav>ul>li {
        font-size: 16px;
        padding: 15px 18px 21px;
    }
    header nav ul li.parent>a:after {
        top: 11px;
    }
    header nav ul li ul {
        top: 52px;
    }
}

@media screen and (max-width:1380px) {
    .shop-cat-menu .container span {
        font-size: 16px;
    }
    .wrapper-sml,
    .product-wrapper {
        width: 90%;
    }
    .text-overlay-mid h1 {
        font-size: 80px;
    }
    .owl-nav .owl-prev {
        margin-left: 0px;
    }
    .owl-nav .owl-next {
        margin-right: 0px;
    }
    footer p {
        width: 100%;
        margin-top: 20px;
        float: none;
    }
    #our-location .col-4 h1 {
        font-size: 62px;
    }
    #our-location .col-4 h3 {
        font-size: 42px;
        margin-bottom: -26px;
    }
    .image-col6 img {
        width: 180%;
        max-width: 180% !important;
        margin-left: -46%;
    }
    footer {
        padding: 40px 0px 0px;
    }
    #banner .banner-overlay h2 {
        font-size: 38px;
        line-height: 44px;
    }
    #banner .banner-overlay p {
        font-size: 18px;
        line-height: 31px;
    }
    #homepage-content p {
        font-size: 19px;
        line-height: 30px;
    }
    #homepage-content .col-12 {
        padding: 57px 0px 34px;
    }
    .owl-nav .owl-prev {
        margin-left: -37px;
    }
    .owl-nav .owl-next {
        margin-right: -31px;
    }
    #brands img {
        width: 82px;
    }
    #sidebar .filters .form .combined input,
    .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
        font-size: 11px;
    }
    #sidebar .filters .form .combined input {
        padding: 15px !important;
    }
    .select2-container--bootstrap .select2-selection--single {
        padding: 15px 15px 15px !important;
    }
    .select2-container--bootstrap .select2-selection {
        margin: 0px 0 6px 0;
    }
    #sidebar .filters .form .btn {
        margin-top: 5px;
    }
    #our-location .col-4 p,
    #content-boxes p {
        font-size: 15px;
        line-height: 23px;
        font-weight: 300;
    }
    #content.catalogue .product-desc h3 {
        font-size: 36px;
        line-height: 40px;
    }
    #content .shop-sidebar article h3 {
        font-size: 21px;
    }
    #content .shop-sidebar article ul li {
        font-size: 19px;
        line-height: 21px;
    }
    .off-bubble {
        width: 215px;
        height: 215px;
    }
    .content-bubble {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width:1380px) and (min-width:1100px) {
    #content.catalogue #product-boxes.flex a {
        max-width: 33%;
        min-width: 33%;
    }
    .sub-cat {
        width: 100%;
    }
}

@media screen and (max-width:1280px) {
    .inside-checkout-section input.btn.submit {
        width: auto !important;
        margin: 6px 0;
        display: inline-block !important;
    }
    .sub-2019 p {font-size: 23px;}
}

@media screen and (max-width:1200px) {
    #banner {
        overflow: hidden;
    }
    #banner img {
        width: 117%;
        max-width: 117%;
    }
    #banner .banner-overlay .img {
        width: 55%;
    }
    #homepage-content p {
        padding: 0px 150px;
    }
    #content.catalogue #product-boxes.flex {
        display: block;
    }
    #content.catalogue #product-boxes.flex a {
        max-width: 50%;
        min-width: 50%;
        float: left;
    }
}

@media screen and (max-width:1100px) {
    .product-wrapper {
        width: 100%;
    }
    .text-overlay-mid {
        width: 100%;
        text-align: center;
    }
    .text-overlay-mid h1 {
        font-size: 70px;
    }
    #content.catalogue #product-boxes.flex {
        display: block;
        margin: 0px;
        padding-left: 20px;
    }
    #content.catalogue #product-boxes.flex a {
        max-width: 50%;
        min-width: 50%;
    }
    #content.catalogue .product-desc section {
        padding: 40px 0px 40px 50px;
    }
    #product-boxes .item:hover {
        background: none;
    }
    #sidebar section {
        padding-right: 36px;
    }
    .btn.right {
        margin-bottom: 10px;
    }
    .step-list li {
        width: 31.7% !important;
        padding: 14% 40px 0 40px;
    }
    .sub-2019 p {font-size: 18px;}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #banner .banner-overlay h2 {
        font-size: 24px;
        line-height: 28px;
        max-width: 49%;
    }
    #homepage-content p {
        padding: 0px 60px;
        font-size: 15px;
        line-height: 29px;
    }
    #category-boxes .category {
        min-height: 170px;
    }
    #category-boxes .category h3 {
        font-size: 27px;
    }
    #product-boxes {
        margin: 105px 0px 60px;
    }
    footer p {
        width: 100%;
        margin-top: 0;
        float: none;
        display: block;
        clear: both;
        text-align: left;
    }
    footer ul {
        margin-bottom: 15px;
    }
    footer .top {
        padding-bottom: 25px;
    }
    footer p.copyright {
        width: 32%;
    }
    header .minicart {
        padding-right: 12%;
    }
    .mobmenu {
        top: 3.3%;
        right: 7%;
    }
    #sidebar section {
        padding-right: 0;
    }
    #sidebar .filters {
        max-width: 94%;
    }
    #sidebar .filters .form .combined {
        width: 37%;
        margin-right: 10px;
    }
    #content.catalogue .filters {
        margin-bottom: 20px;
    }
    header .minicart {
        padding-right: 0;
    }
    .image-location {
        width: 86%;
    }
    #our-location .col-4 {
        padding: 2% 6.5% 0;
    }
    #our-location .col-4 h3 {
        font-size: 42px;
        color: #1d75ba !important;
        margin: 0 0 -26px 0 !important;
    }
    #our-location .col-4 h1,
    #our-location .col-4 h1 {
        margin: 0;
    }
    .image-col6 img {
        width: 319%;
        max-width: 316% !important;
        margin-left: -94% !important;
    }
    .product-wrapper .shop-sidebar {
        width: 100%;
    }
    #content .shop-sidebar article {
        width: 83%;
        max-width: 100%;
    }
    #content.catalogue {
        width: 90%;
        margin: 0 auto;
    }
    #formCheckout .col-8,
    #formCheckout .col-7 {
        width: 100%;
        margin-right: 0;
        padding: 0;
    }
    #formCheckout .col-4 {
        width: 100%;
        margin: 30px 0 0 0;
        padding: 0;
    }
    #content .product-libray figure {
        max-height: 100px;
        min-height: 95px;
    }
    #content.library h2 {
        font-size: 25px;
    }
    .library-page .search-input {
        padding-top: 18px;
    }
    .library-page .flat-banner {
        height: 200px;
    }
    header .minicart {
        padding-right: 6% !important;
        width: 39%;
        margin-top: 0;
        margin-top: 7% !important;
    }
    .off-bubble {
        width: 185px;
        height: 185px;
    }
    .content-bubble {
        font-size: 12px;
        line-height: 20px;
    }
}

@media only screen and (min-device-width: 800px) and (max-device-width: 1366px) {
    #sidebar .filters {
        max-width: 78%;
    }
    #sidebar section {
        padding-right: 36px;
    }
    #brands img {
        width: 60px;
    }
    footer p.copyright {
        width: 50%;
    }
    #our-location .col-4 p,
    #content-boxes p {
        font-size: 13px;
        line-height: 19px;
        font-weight: 300;
    }
    .image-location {
        width: 53%;
    }
    #our-location .col-4 h1 {
        margin: 0 0 2.5% -49% !important;
    }
    #our-location .col-4 h3 {
        margin: 0 0 -9.5% -47% !important;
    }
    #our-location .col-4 {
        padding: 0 3.5% !important;
    }
    .image-col6 img {
        width: 180%;
        max-width: 180% !important;
        margin-left: -26% !important;
    }
    #content.catalogue .product-desc h3 {
        font-size: 23px;
        line-height: 28px;
    }
    .product-wrapper .product-img {
        width: 41.66666666666667%;
    }
    .product-wrapper .product-desc {
        width: 58.333333333333336%;
    }
    .product-wrapper .shop-sidebar {
        width: 100%;
    }
    #content .shop-sidebar article {
        width: 46%;
    }
    #content.catalogue {
        width: 90%;
        margin: 0 auto;
    }
    #formCheckout .col-8,
    #formCheckout .col-7 {
        width: 100%;
        margin-right: 0;
        padding: 0;
    }
    #formCheckout .col-4 {
        width: 100%;
        margin: 30px 0 0 0;
        padding: 0;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    header .minicart {
        padding-right: 0%;
    }
    .image-location {
        width: 53%;
    }
    #our-location .col-4 h1 {
        margin: 0 0 2.5% -49% !important;
    }
    #our-location .col-4 h3 {
        margin: 0 0 -9.5% -47% !important;
    }
    #our-location .col-4 {
        padding: 0 3.5% !important;
    }
    .image-col6 img {
        width: 180%;
        max-width: 180% !important;
        margin-left: -26% !important;
    }
    #content .shop-sidebar article {
        width: 45% !important;
    }
    .library-page .flat-banner h1 {
        margin-top: 27px;
        font-size: 2.2em;
    }
    header .minicart>a {
        float: right;
    }
    header .minicart {
        margin: 6% 0% 0 0 !important;
        width: 55%;
    }
    header .minicart .search-menu {
        display: inline-block;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
    #brands img {
        width: 63px;
    }
    footer p {
        margin-top: 6px;
    }
    #sidebar .filters .form .combined {
        width: 100%;
        margin-right: 0;
    }
    #content .shop-sidebar article {
        width: 49%;
    }
}

@media screen and (max-width:1024px) {
  .sub-2019 .btn {top: 36%;}
    #sidebar .filters .form .combined {
        width: 100%;
        float: none;
    }
    header .minicart>a {
        float: right;
    }
    header .minicart {
        margin: 5% 1% 0 0 !important;
        width: 55%;
    }
    header .minicart .search-menu {
        display: inline-block;
    }
    .related-list li a,
    .product-li a {
        float: initial;
    }
    .shop-band a {
        font-size: 11px;
    }
}

@media screen and (max-width:900px) {
    .step-list li {
        width: 30.7% !important;
    }
    .space-new {display: block;}
    .sub-2019 .btn {margin: 20px 0 0 0;}
}

@media screen and (max-width:800px) {
    nav:not(.mm-menu) {
        display: none;
    }
    .mobmenu {
        display: block;
    }
    header .info-btn {
        margin-bottom: 8px;
    }
    #banner .banner-overlay .img {
        width: 30%;
    }
    .text-overlay-mid h1 {
        width: 100%;
        font-size: 50px;
    }
    #content.catalogue #product-boxes.flex img {
        width: 100%;
    }
    #content.catalogue #product-boxes.flex figure img {
        width: auto;
    }
    #homepage-content p {
        padding: 0px 40px;
    }
    #banner .banner-overlay h2 {
        font-size: 20px;
        line-height: 28px;
        max-width: 41%;
    }
    #banner .banner-overlay p {
        font-size: 13px;
        line-height: 19px;
    }
    #category-boxes .category-grid {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }
    #category-boxes .category {
        margin-bottom: 24px;
    }
    #homepage-content .col-12 {
        padding: 57px 0px 64px;
    }
    #category-boxes .category h3 {
        font-size: 60px;
    }
    .wrapper-sml,
    .product-wrapper {
        width: 82%;
    }
    footer p {
        width: 100%;
        margin-top: 0;
        float: none;
        display: block;
        clear: both;
        text-align: left;
        float: left;
        text-align: left;
    }
    footer ul {
        margin-bottom: 25px;
    }
    footer .top {
        padding-bottom: 20px;
    }
    footer p.copyright {
        width: 30%;
    }
    header .minicart {
        padding-right: 8%;
    }
    .mobmenu {
        top: 30px;
        right: 4%;
    }
    #sidebar section {
        padding-right: 0;
    }
    #sidebar .filters {
        max-width: 94%;
    }
    #sidebar .filters .form .combined {
        width: 37%;
        margin-right: 10px;
    }
    #content.catalogue .filters {
        margin-bottom: 20px;
    }
    .image-location {
        width: 97%;
    }
    #our-location .col-4 {
        padding: 2% 1.5% 0;
    }
    #our-location .col-4 h3 {
        font-size: 42px;
        color: #1d75ba !important;
        margin: 0 0 -26px 0 !important;
    }
    #our-location .col-4 h1,
    #our-location .col-4 h1 {
        margin: 0 !important;
    }
    .image-col6 img {
        width: 319%;
        max-width: 316% !important;
        margin-left: -94% !important;
    }
    .wrapper-sml,
    .product-wrapper {
        width: 88%;
    }
    #content-boxes .wrapper-sml {
        max-width: 86.5%;
    }
    #content.catalogue .product-desc section {
        padding: 40px 0px;
    }
    #content .shop-sidebar article {
        max-width: 100%;
        width: 91%;
    }
    #formCheckout .col-8,
    #formCheckout .col-7 {
        width: 100%;
        margin-right: 0;
        padding: 0;
    }
    #formCheckout .col-4 {
        width: 100%;
        margin: 30px 0 0 0;
        padding: 0;
    }
    .library-page .search-input {
        margin-top: 10px;
    }
    header .minicart {
        margin: 7% 7% 0 0 !important;
        width: 31%;
    }
    header .minicart>a {
        float: right;
    }
    .search-menu input[type=submit] {
        right: 10px;
        z-index: 9999
    }
    header .minicart .search-menu {
        display: block;
        right: auto;
        top: auto;
        position: relative;
        margin: 0 auto 30px;
        width: 100%;
    }
    .product-suggestions {
        width: 312px;
    }
    .product-li .col-3 {
        width: 13% !important;
        text-align: center;
        display: inline-block;
    }
    .product-li .col-9 {
        width: 85% !important;
        display: inline-block;
    }
    header .minicart {
        margin: 7% 0% 0 0 !important;
        width: 42%;
        padding-right: 0 !important;
    }
    header .minicart .search-menu {
        margin: 0 auto 8px;
    }
    #banner .flex-direction-nav li a {
        width: 30px;
        height: 30px;
    }
    .shop-band {
        display: block;
        background: #f0f5f8;
        text-align: center;
        width: 100%;
        padding: 10px 0
    }
    .shop-band a {
        width: 100%;
        font-size: 13px;
        border-right: none;
        margin: 0;
    }
    .step-list li {
        width: 31.2% !important;
    }
    .step-list li {
        padding: 16% 20px 0 20px;
        font-size: 15px !important;
    }
    .step-list li span {
        font-size: 58px;
    }
    .step-list li span:before {
        top: -503%;
    }
    #content .title-paymentform h2 {
        font-size: 34px !important;
        line-height: 45px !important;
    }
}

@media screen and (max-width: 750px) {

    .mobmenu {
        top: 40px;
    }
    .wrapper-xtra-sml {
        padding: 0 18px;
        box-sizing: border-box;
    }
    .search-menu {
        display: none;
    }
    header .minicart>a {
        float: none;
    }
    header .minicart {
        width: 35%;
        margin: 7.5% 0% 0 0 !important;
    }
    .off-bubble {
        width: 170px;
        height: 170px;
    }
    .content-bubble {
        font-size: 11px;
        line-height: 20px;
    }
    header .minicart {
        width: 50%;
        margin: 7.5% 0% 20px 0 !important;
        padding-right: 0;
        text-align: right;
    }
    .product-suggestions {
        width: 334px;
    }
    header .minicart .search-menu {
        margin: 0 auto 13px;
    }
    #banner li:nth-child(6) .banner-overlay .info h2,
    #banner li:nth-child(6) .banner-overlay .info p {
        max-width: 38%;
        padding-left: 0% !important;
    }
    .product-li .col-9 {
        width: 85% !important;
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
    .product-li .col-3 {
        width: 12% !important;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
    }
    .sub-2019 p {top: 4%;}
    .sub-2019 .btn {top: 28%; left: 41%;}
}

@media screen and (max-width: 730px) {
    header .minicart {
        width: 35%;
        margin: 8.5% 7% 0 0 !important;
    }
    header .minicart {
        width: 55%;
        margin: 8.5% 0 0 0 !important;
    }
}

@media screen and (max-width: 650px) {
.promotion-banner p {font-size: 14px !important}
    .mobmenu {
        top: 40px;
        right: 4%;
    }
    #content.catalogue #product-boxes.flex a.large {
        min-width: 47%;
        max-width: 33%;
        display: inline-block;
        margin-right: 8px;
    }
    #content-boxes .wrapper-sml .col-6 {
        width: 100%;
    }
    .image-col6 img {
        width: 100%;
        max-width: 100% !important;
        margin-left: 0 !important;
    }
    .breadcrumbs ul li {
        line-height: 21px !important;
    }
    .product-wrapper {
        margin-top: 0;
    }
    .table.cart {
        padding: 0 10px !important;
    }
    .inside-checkout-section {
        padding: 15px 20px 30px 20px;
        box-sizing: border-box;
    }
    #content.library .categories li span {
        display: block;
        padding: 30px 0px;
    }
    #content.library .categories li {
        margin-bottom: 10px;
    }
    #content.library h2 {
        width: 100%;
        max-width: 100%;
    }
    header figure {
        float: none;
        margin: 0 auto;
    }
    header .top ul:nth-of-type(1) {
        display: none;
    }
    header .top ul:nth-of-type(2) {
        text-align: center;
        float: none;
    }
    header .minicart {
        margin: 2% auto 10% auto !important;
        float: none;
        text-align: center;
        width: 50%;
    }
    header .bottom {
        text-align: center;
    }
    header .info-btn {
        float: none;
        margin: 15px auto;
    }
    .letters ul li {
        width: 11.7%;
    }
    .library-page .flat-banner h1 {
        font-size: 2.2em;
    }
    .off-bubble {
        width: 155px;
        height: 155px;
    }
    .content-bubble {
        font-size: 10px;
        line-height: 16px;
    }
    .fancybox-wrap {
        max-width: 91% !important;
    }
    .fancybox-inner .btn {
        margin-bottom: 10px;
    }
    .step-list li {
        padding: 18% 20px 0 20px;
    }
    .promos>div {
        width: 100%
    }
    .promos>div img {
        width: 100%;
        height: auto
    }
    #meds img:last-child {
        display: block;
        margin: 0 auto;
    }
    #meds img:first-child {
        display: none;
    }
    .sub-2019 {padding: 20px;}
}

@media screen and (max-width:450px) {

.promotion-banner p {font-size: 14px !important}
    .wrapper,
    .wrapper-sml,
    #banner .breadcrumbs {
        width: 90%;
    }
    #product-boxes .wrapper-sml {
        width: 70%;
    }
    .product-wrapper {
        width: 100%;
        padding-top: 40px;
    }
    header figure {
        float: none;
        margin: 0 auto;
    }
    header .top ul:nth-of-type(1) {
        display: none;
    }
    header .top ul:nth-of-type(2) {
        text-align: center;
        float: none;
    }
    header .minicart {
        margin: 0px auto 40px;
        float: none;
        text-align: center;
    }
    header .bottom {
        text-align: center;
    }
    header .info-btn {
        float: none;
        margin: 15px auto;
    }
    #banner img {
        max-width: 450%;
        width: 450%;
    }
    #banner .flexslider img {
        max-width: 100%
    }
    #banner .banner-overlay {
        position: absolute;
        top: auto;
        left: auto;
        transform: none;
        padding: 40px 5%;
    }
    #banner .banner-overlay .img {
        position: relative;
        width: 100%;
        margin-top: 20px;
        right: auto;
        top: auto;
    }
    #banner .banner-overlay .img img {
        max-width: 100%;
    }
    #banner .breadcrumbs {
        width: 90%;
        padding: 10px 0px;
    }
    #banner .breadcrumbs ul li {
        font-size: 12px;
    }
    #banner .banner-overlay h2 {
        font-size: 18px;
        line-height: 23px;
        max-width: 54%;
    }
    #banner .banner-overlay p {
        margin-top: 0;
        max-width: 54%;
    }
    .flexslider .slides>li,
    .flexslider2 .slides>li {
        overflow: hidden;
    }
    #banner li:nth-child(2) .banner-overlay h2,
    #banner li:nth-child(2) .banner-overlay p {
        max-width: 54%;
        padding-left: 0%;
    }
    #banner li:nth-child(5) .banner-overlay .info {
        margin-top: -10px;
    }
    #banner li:nth-child(6) .banner-overlay .info h2,
    #banner li:nth-child(6) .banner-overlay .info p {
        max-width: 50%;
        padding-left: 0% !important;
    }
    .text-overlay-mid {
        width: 90%;
    }
    .text-overlay-mid h1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 1;
    }
    #homepage-content .col-12 {
        padding: 0px 0px 70px;
    }
    #homepage-content p {
        padding: 10% 0 0 0!important;
    }
    #content .col-6:first-child section {
        padding: 0px;
    }
    #content .col-6:nth-child(2) section {
        padding: 0px;
    }
    #content.library .categories {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-gap: 0px;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
    }
    #content.library h2 {
        float: none;
        margin-bottom: 20px;
    }
    #content.library .btn {
        float: none;
        margin: 0px;
    }
    #content.library .description {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-gap: 0px;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
    }
    #content.catalogue #product-boxes.flex {
        display: block;
        margin: 0px;
    }
    #content.catalogue #product-boxes.flex a {
        min-width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0;
        -ms-flex: 0;
        flex: 0;
        padding: 0px;
    }
    #content.catalogue .product-img figure {
        padding: 60px;
        border-radius: 10px;
        overflow: hidden;
    }
    #content.catalogue .product-desc section {
        padding: 40px 0px;
    }
    #content.catalogue .product-desc p.price {
        float: none;
        margin: 0px 0px 20px;
        clear: both;
    }
    #content.catalogue .product-desc .tabs ul li {
        display: block;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        margin: 0px;
    }
    #product_cart input {
        padding: 12px 60px;
        margin-bottom: 20px;
    }
    #product_cart input.btn {
        float: none;
        margin-top: 0px;
    }
    #content.catalogue h2.left {
        float: none;
        margin-bottom: 20px;
    }
    #content.catalogue .filters {
        float: none;
        width: 100%;
    }
    .filters .form .combined {
        width: 100%;
    }
    .filters .form select {
        width: 98%;
    }
    #category-boxes .category-grid {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-gap: 0px;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
    }
    #category-boxes .category {
        margin-bottom: 20px;
    }
    #category-boxes .category img {
        margin: 0 auto;
        width: 100%;
    }
    #content .grey h3 {
        padding: 30px 0px 20px;
    }
    #content .grey section {
        padding: 0px 5% 40px;
    }
    #content .grey .btn {
        float: none;
    }
    #product-boxes .col-3 {
        margin-bottom: 30px;
    }
    #product-boxes figure {
        padding: 50px;
    }
    #product-boxes .heading select {
        margin-bottom: 10px;
        width: 98%;
    }
    #sidebar {
        display: none;
    }
    footer {
        padding: 40px 0px 0px;
    }
    footer img {
        float: none;
        margin: 0 auto 20px;
    }
    footer ul {
        margin: 0px 20px 0px 0px;
    }
    footer p {
        float: none;
        width: 100%;
        text-align: left;
        padding: 20px 0px 0px 0px;
        clear: both;
    }
    footer p.copyright {
        margin-top: 0px;
        text-align: center;
        float: none;
        margin-bottom: 20px;
    }
    footer .logos {
        float: none;
        text-align: center;
    }
    footer p.copyright {
        width: 100%;
        line-height: 18px;
        margin: 0;
        padding: 0;
        margin-bottom: 19px !important;
    }
    #content .cart thead {
        display: none;
    }
    #content .cart tbody td {
        display: block;
        padding: 10px 0px;
        border-bottom: none;
        text-align: center !important;
    }
    #content .cart tbody td img {
        margin: 0 auto;
    }
    #content .cart tbody td:first-child {
        padding-left: 0px;
    }
    #content .cart tbody td:last-child {
        border-bottom: 1px solid #e2f7f7;
        padding-right: 0px;
    }
    .form .combined {
        width: 100%;
        float: none;
    }
    .form input[type=text].search {
        margin-bottom: 10px !important;
    }
    .remove {
        display: none;
    }
    #content.catalogue #product-boxes.flex a.large {
        min-width: 100%;
    }
    #our-location .col-4 p,
    #content-boxes p {
        font-size: 13px;
        line-height: 21px;
        font-weight: 300;
    }
    #content-boxes .wrapper-sml h2 {
        font-size: 2em;
    }
    #our-location .col-4 h1 {
        font-size: 46px;
    }
    #our-location .col-4 h3 {
        font-size: 35px;
        margin: 0 0 -19px 0 !important;
    }
    #contactHeader {
        height: 400px;
        width: 100%;
    }
    .mobmenu {
        top: 40px;
        right: 20px;
    }
    #content.catalogue .product-desc section {
        padding: 40px 7px;
    }
    #content.catalogue .product-desc h3 {
        font-size: 28px;
        line-height: 34px;
    }
    #product_cart input.btn {
        float: right !important;
    }
    #content .shop-sidebar article {
        width: 83%;
    }
    .tabs ul li {
        font-size: 11px !important;
        line-height: 28px !important;
        padding: 20px 44px 20px 10px !important;
    }
    .tabs ul li::after {
        right: 14px !important;
    }
    .tabs ul li:nth-child(3) {
        border: 0 !important;
    }
    .flat-banner {
        height: 180px;
    }
    .library #product-boxes .product-libray .item {
        width: 83%;
        margin-bottom: 20px;
    }
    #content .product-libray .item .btn {
        margin-bottom: 25px;
    }
    .btn.right {
        float: none !important;
        margin: 0px 0px 10px 0px !important;
    }
    .letters ul li {
        width: 10.7%;
    }
    .results ul li:nth-child(odd) {
        padding-right: 0px;
    }
    .library-page .flat-banner h1 {
        font-size: 2.2em;
    }
    header .minicart {
        width: 100%;
    }
    .fancybox-opened .fancybox-skin h1 {
        font-size: 30px !important;
        margin-bottom: 0;
    }
    .fancybox-opened .fancybox-skin {
        padding: 20px !important;
    }
    .payment-checkout .payment-option .option {
        width: 100% !important;
        float: left;
    }
    .payment-checkout .payment-option .logo {
        float: left !important;
        margin-top: 10px !important;
    }
    #content #formCheckout img {
        float: left;
    }
    .product-li .col-9 {
        width: 84% !important;
        text-align: left;
        display: inline-block;
    }
    .product-li .col-3 {
        width: 15% !important;
        display: inline-block;
    }
    .product-suggestions {
        width: 375px;
    }
    #s {
        position: relative;
        z-index: 9999;
        font-size: 16px;
        padding: 0 10px;
        line-height: 1;
        height: 37px;
    }
    .title-search.header-search {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        overflow: hidden;
    }
    .step-list li {
        width: 100% !important;
        padding: 31% 30px 0 30px;
        text-align: center;
        height: 230px;
    }
    .step-list li:nth-child(2) {
        margin: 0;
    }
    .practitioner-box .options-yes .check.combined {
        width: 100% !important;
    }
    .sub-2019 .btn {left: 32%;}
}

@media screen and (max-width:380px) {
    #banner .flexslider img {
        max-width: 100%
    }
    .flexslider .slides>li,
    .flexslider2 .slides>li {
        overflow: hidden;
    }
    #banner .banner-overlay h2 {
        font-size: 14px;
        line-height: 18px;
        max-width: 60%;
    }
    #banner .banner-overlay p {
        font-size: 11px;
        line-height: 15px;
        width: 62%;
    }
    #banner li .banner-overlay h2,
    #banner li .banner-overlay p {
        max-width: 46% !important;
        padding-left: 1% !important;
    }
    #banner li:nth-child(6) .banner-overlay .info h2,
    #banner li:nth-child(6) .banner-overlay .info p {
        max-width: 45%;
        padding-left: 0% !important;
    }
    #homepage-content p {
        font-size: 14px;
        line-height: 22px;
    }
    #homepage-content .col-12 {
        padding: 0px 0px 40px;
    }
    #category-boxes .category h3 {
        font-size: 46px;
    }
    #product-boxes {
        margin: 105px 0px 75px;
    }
    header figure {
        max-width: 173px;
    }
    .mobmenu {
        top: 40px;
        right: 4%;
    }
    .product-wrapper {
        padding-top: 0;
    }
    .tabs ul li {
        font-size: 10px !important;
        line-height: 28px !important;
        padding: 20px 40px 20px 10px !important;
    }
    #content .cart tbody td h3 {
        width: 69%;
    }
    #content #formCheckout .check label {
        padding: 2px 0 10px 10px;
        margin-left: 5px;
        max-width: 70%;
    }
    .product-suggestions {
        width: 339px;
    }
    .step-list li {
        width: 100% !important;
        padding: 38% 30px 0 30px;
    }
}

@media screen and (max-width: 360px) {
    .product-suggestions {
        width: 326px;
    }
}

@media screen and (max-width:320px) {
    .product-suggestions {
        width: 287px;
    }
    .product-li .col-3 {
        width: 13% !important;
        display: inline-block;
    }
    .step-list li {
        padding: 42% 30px 0 30px;
    }
}


/* CUSTOM STYLE PAYMENT SNIPPET */

.payment-text p {
    line-height: 1.3 !important;
}

.payment-text .col-6 .btn {
    border-radius: 50px !important;
}

.payment-checkout .option input[type="radio"]+label::after {
    background: #081e30 !important;
}

.payment-text.logo-inside .col-6 img {
    max-width: 140px !important;
}

.payment-checkout .payment-option .logo.bank-logos {
    max-width: 170px !important;
    padding-top: 9px !important;
}

.payment-checkout .payment-option .logo.credit-card-logos {
    max-width: 235px !important;
    padding-top: 13px !important;
}

.nav-tabs {
    list-style: none;
    margin: 0 2.5% 0px 1px;
    padding: 0;
    display: block;
    overflow: hidden;
}

.nav-tabs>li {
    float: left;
    display: block;
}

.nav-tabs>li>a {
    font-size: 16px;
    display: block;
    font-weight: 300;
    padding: 15px 20px;
    color: #5d5a59;
    border-right: 1px solid #ebeef0;
    border-bottom: 1px solid #ebeef0;
}

.nav-tabs>li>a:hover {
    color: #0078bd;
}

.nav-tabs>li.active a {
    background: #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.tab-content {
    display: block;
    background: #fff;
}

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
}

.loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
}

.style-2 .loading-wheel {
    border-style: double;
    border-color: #ccc transparent;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

.prescription-checkbox input:checked+label,
.prescription-radio input:checked+label {
    background: #458DC7;
    border: 1px solid #458DC7;
    color: #fff;
    font-weight: 500;
}

.prescription-checkbox,
.prescription-radio {
    display: inline;
    margin-right: .3rem;
    position: relative;
    user-select: none;
}

.prescription-checkbox label,
.prescription-radio label {
    background: #fff;
    border: 1px solid #DBDBDF;
    border-radius: 4px;
    color: #5e6268;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: .5rem;
    padding: 0.7rem 1rem;
}

.prescription-checkbox input,
.prescription-radio input,
.prescription-input input[type="file"] {
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-row {
    padding-bottom: 0px;
    width: 20%;
    display: inline-flex;
}

.prescription-form h3.error-class-prescription {
    color: rgba(196, 0, 42, 1) !important;
}

.re-order-btn {
    text-align: right;
}

#content.catalogue--informed .grey {
    background: #f8fafc;
}

#content .grey h2 {
    color: #1d75ba;
    text-transform: unset;
    font-family: 'sofia-pro';
    background: #f8fafc;
    font-weight: bold;
    font-size: 3em;
}

#content.catalogue--informed .inside-checkout-section {
    border: none;
    background: #f8fafc;
    padding-top: 0;
}

#content.catalogue--informed #formCheckout .combined input,
#content.catalogue--informed #formCheckout .combined input[type=text],
#content.catalogue--informed #formCheckout .combined input[type=password],
#content.catalogue--informed #formCheckout .combined input[type=email],
#content.catalogue--informed #formCheckout .combined textarea {
    width: 100%;
    padding: 15px 25px;
    border: none;
    border-radius: 30px;
    margin-bottom: 10px;
    font-family: 'sofia-pro';
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #777;
    box-sizing: border-box;
}

.combined-row {
    margin: 0 -10px;
    display: flex;
    flex-flow: row wrap;
}

.combined-row .combined {
    padding: 0 10px;
    margin-bottom: 10px;
}

.keep-informed .register * {
    box-sizing: border-box;
}

.check-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.check-row .check {
    width: 25%;
    margin: 0;
}

.check-row .check label:after {
    border: 2px solid #1A72B9;
    border-radius: 8px;
    background-color: #ffffff;
}

.check-row .check label:before {
    left: 7px;
    top: 13px;
    width: 0.6rem;
    height: 0.3rem;
    z-index: 99;
}

.check-row .check label {
    color: #1D2E3C;
}

#content.catalogue--informed #formCheckout .btn,
#content.catalogue--informed #form_login .btn {
    width: auto;
    text-align: center;
    padding: 10px 40px 13px;
    font-family: 'sofia-pro';
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0px;
    background: #1b76bb;
    color: #fff !important;
    border: none;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .combined-row {
        flex-flow: column wrap;
    }
    .combined-row .combined {
        width: 100%;
    }
    .check-row {
        flex-direction: column;
    }
    .check-row .check {
        width: 100%;
    }
    #content.catalogue--informed #formCheckout .btn {
        float: left !important;
    }
}

div#systemMessage.success-msg {
    text-align: center;
    color: #1b76bb;
}
