ul > li.upw {
    min-height: 50px;
}

ul > li.upw > a {
    margin: 0 0.5rem 0 0 !important;
}

ul > li.upw a {
    text-decoration: none !important;
    text-shadow: none !important;
}


p {
    color: #020134;
}

p a,
a {
    color: var(--upw-primary-color);
}

#private-prescriptions .currentColor path {
    fill: var(--upw-primary-color) !important;
}

table img {
    max-height: 80px;
}

body.upw .upw > .sub_menu_upw {
    display: block;
    position: absolute !important;
    /*
    left: auto !important;
    right: -32em !important;
    */
    top: 100% !important;
    z-index: 999 !important;
    background-color: #fff !important;
    width: 1200px !important;
    max-width: 1200px !important;
    box-shadow: 0 20px 30px 0 rgb(0 0 0 / 20%), 0 3px 5px 0 rgb(0 0 0 / 10%) !important;
    border-radius: 0 !important;
    white-space: normal !important;
    padding: 30px 115px 30px 30px !important;
    transform: translate(-500px, 0) !important;
    text-align: left !important;
    margin: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    min-height: 290px !important;

}

body.upw .upw > .upw_category_submenu {
    display: flex;
    flex-wrap: wrap;
}

.upw li:hover > .sub_menu_upw {
    opacity: 1 !important;
    visibility: visible !important;
}

.upw > .sub_menu_upw.from_right {
    right: 0 !important;
    left: auto !important;
    width: 1000px !important;
    max-width: 1000px !important;
    transform: none !important;
}

.upw > .sub_menu_upw > .menu__edge {
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
    height: 100%;
    background-color: var(--upw-primary-color);
    padding: 25px 15px;
    color: #fff !important;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
}

.upw > .sub_menu_upw > .menu__edge h4 {
    color: #fff !important;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    margin: 10px 0 20px 0;
}

.upw > .sub_menu_upw > .menu__edge a.upw__button {
    padding: 10px 20px !important;
    position: absolute;
    width: auto !important;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: 0 15px;
}

.upw > .sub_menu_upw > .menu__edge p {
    color: #fff !important;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.upw:hover > .sub_menu_upw {
    z-index: 999 !important;
    top: calc(100%) !important;
}

.upw > .sub_menu_upw::before,
.upw > .sub_menu_upw::after,
.upw > .sub_menu_upw .sub_menu_upw::before,
.upw > .sub_menu_upw .sub_menu_upw::after {
    content: none !important;
}

.upw .sub_menu_upw > li {
    float: left !important;
    width: 33% !important;
    margin: 0 0 0 0 !important;
    list-style: none !important;
    border: none !important;
    padding-right: 30px;
}

.upw .sub_menu_upw > li.upw__title {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    padding: 0 0 10px 0 !important;
    line-height: 1;
}

.upw .sub_menu_upw > li.upw__title a,
.upw .sub_menu_upw > li.upw__title a:visited,
.upw .sub_menu_upw > li.upw__title:hover > a {
    font-size: 30px !important;
    padding: 0 !important;
    font-weight: 600;
    color: var(--upw-primary-color) !important;
    line-height: 1 !important;
}

.upw .sub_menu_upw > li:hover a {
    background: transparent !important;
    color: #383838;
}

.upw .sub_menu_upw > li.upw__title:hover > a {
    background-color: inherit !important;
}

.upw .sub_menu_upw > li a,
.upw .sub_menu_upw > li a:visited {
    font-size: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 5px 3px !important;
    transition: 300ms ease all;
    font-weight: 500;
    color: #383838;
    line-height: 1.5;
    word-wrap: break-word;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.upw .sub_menu_upw.upw-standard > li a,
.upw .sub_menu_upw.upw-standard > li a:visited {
    justify-content: unset;
}

.upw .sub_menu_upw > li a:hover,
.upw .sub_menu_upw > li a:focus {
    background-color: transparent !important;
    color: var(--upw-primary-color) !important;
}

.upw .sub_menu_upw > li > .sub_menu_upw {
    display: block !important;
    background: transparent;
    border-radius: none;
    color: #212121;
    opacity: 1;
    padding: 0;
    position: relative;
    right: auto;
    top: calc(100% + 2rem);
    transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
    transform: none;
    width: 100%;
    z-index: 1;
    margin: 5px 0 5px;
    float: left;
}

.upw .sub_menu_upw > li > .sub_menu_upw > li {
    width: 100% !important;
    padding: 0 0 0 20px !important;
}

.upw .sub_menu_upw > li:hover > ul,
.upw .sub_menu_upw > li:focus > ul,
.upw .sub_menu_upw > li.focus > ul {
    right: auto !important;
}

.upw .sub_menu_upw > li .arrow {
    display: inline-block;
    height: 10px;
    position: relative;
    width: 10px;
    padding: 0 !important;
    margin: 0 10px 0 0 !important;
}

.upw .sub_menu_upw > li .arrow::after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: inline-block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
    border-color: var(--upw-primary-color);
}

.upw .sub_menu_upw > li .arrow.is-right {
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.upw .sub_menu_upw > li > a {
    text-decoration: none;

}

/* General */

.upw__container {
    max-width: 1200px;
    width: 100%;
    display: block;
    clear: both;
    margin: 0 auto;
}

.upw__button {
    margin: 5px;
    text-align: center;
    background-color: var(--upw-primary-color) !important;
    color: #fff !important;
    width: 100% !important;
    float: left !important;
    padding: 10px 25px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    text-decoration: none !important;
    border-radius: 3px !important;
    border: none !important;
    box-shadow: 0 0.5rem 1rem 0 rgb(24 67 99 / 10%), 0 1px 2px 0 rgb(24 67 99 / 10%) !important;
    transition: 300ms ease all !important;
}

.upw__button.inverse {
    background-color: #fff !important;
    color: var(--upw-primary-color) !important;
}

.upw__button:hover,
.upw__button:focus {
    text-decoration: none !important;
    opacity: 0.85 !important;
    color: white !important;
}

.upw__button.float_right {
    float: right !important;
    width: auto !important;
    margin: 0 10px 0 10px !important;
}

.upw__button.float_left {
    float: left !important;
    width: auto !important;
    margin: 0 10px 0 0 !important;
}

.upw__half {
    float: left;
    width: 48%;
    margin: 0 2% 0 0;
}

.upw__half.last {
    margin: 0 0 0 0;
}

.upw__third {
    float: left;
    width: 40%;
    margin: 0 3% 0 0;
}

.upw__third.last {
    width: 57%;
    margin: 0 0 0 0;
}

.upw__clear {
    display: block;
    clear: both;
    width: 100%;
}

.upw__clear_10 {
    display: block;
    clear: both;
    width: 100%;
    height: 10px;
}

/* Single Product */

.upw__product {
    padding: 75px 0 75px;
    background-color: #edf5f6;
}

.spinner-border {
    height: 10px;
    width: 10px;
    position: relative;
    top: -3px;
    left: 6px;
}

.upw__product * {
    outline: none;
    box-sizing: border-box;
}

.upw__product h1 {
    font-size: 30px;
    margin: 0 0 10px 0;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    width: auto;
}

.upw__product h1 span {
    border-bottom: 1px solid;
}

h1.upw__standard:before,
h1.upw__standard:after,
.upw__products h2.title:before,
.upw__products h2.title:after,
.upw__product h1:before,
.upw__product h1:after {
    content: none !Important;
}

.upw__product p {
    font-size: 15px;
    margin: 0 0 30px 0;
    color: #020134;
}

.upw__product p a,
.upw__product p a:visited {
    color: var(--upw-primary-color);
}

.upw__product__images {
    text-align: left;
}

.upw__delivery {
    margin: 30px 0;
    text-align: left;
}

.upw-delivery-info {
    text-decoration: underline;
}

.upw__delivery p {
    margin: 0;
}

.single-prod-btn {
    float: unset !important;
    display: block;
    margin: 0;
    font-size: 17px !important;
}

.upw__delivery img {
    font-size: 50px;
    float: left;
    margin: 0 20px 0 0;
    height: 48px;
    width: auto;
}

.upw__product__form {
    float: left;
    width: 100%;
    padding: 0;
    text-align: left;
}

.upw__option {
    float: left;
    width: auto;
    padding: 10px 20px;
    border: 1px solid #d8e5e8;
    border-radius: 5px;
    margin: 5px 10px 5px 0;
    font-size: 15px;
    background-color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.upw__option input {
    float: left;
    margin: 5px 10px 0 0;
}

.upw__price {
    width: 100%;
    text-align: left;
    font-size: 25px;
    margin: 0 0 10px;
    font-weight: 400;
    color: #020134;
}

.upw__price .price-tag {
    margin-left: 3px;
    font-weight: 500;
    font-size: 30px;
}

.upw__form_element {
    float: left;
    width: 50%;
    margin: 0 0 25px 0;
}

.upw__form_element label {
    width: 100%;
    margin: 0 0 10px 0;
    font-weight: 500;
    font-size: 20px;
    color: #020134;
}

.radio-active {
    color: #000;
    font-weight: 400;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}

.radio-active::before {
    position: absolute;
    content: '';
    background: var(--upw-primary-color);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0.2;
}

.upw-prod-desc {
    clear: both;
}

.exzoom .exzoom_img_ul_outer {
    border: 2px solid #ddd !important;
}

.exzoom .exzoom_img_box {
    background: #fff !important;
}

.exzoom .exzoom_btn a {
    width: 50px !important;
    border: none !important;
    height: 50px !important;
    line-height: 50px !important;
    background: transparent !important;
}

.exzoom .exzoom_nav {
    margin-top: 30px !important;
    left: 0 !important;
    width: 100% !important;
}

.exzoom .exzoom_nav .exzoom_nav_inner span.current {
    border: 1px solid var(--upw-primary-color) !important;
}

.exzoom .exzoom_btn {
    display: none !important;
}

.upw__product__details {
    padding: 75px;
    background-color: #fff
}

#upw__accordion {
    width: 100%;
    margin: 0 auto;
}

#upw__accordion .accordion-toggle {
    color: var(--upw-primary-color) !important;
    cursor: pointer;
    padding: 13px 30px;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem 0 rgb(24 67 99 / 10%), 0 1px 2px 0 rgb(24 67 99 / 10%);
    font-size: 20px;
    font-weight: 500;
    /* float: left; */
    /* width: auto; */
}

.exzoom li {
    list-style: none !important;
}

#upw__accordion .accordion-content {
    display: none;
    padding: 30px;
    text-align: left;
    background-color: #fff;
}

#upw__accordion .accordion-content p,
#upw__accordion .accordion-content {
    font-size: 15px;
    margin: 0 0 30px 0;
    color: #020134;
}

#upw__accordion .accordion-content li {
    list-style: disc !important;
}

#upw__accordion .accordion-content ul {
    margin: 0 0 0 20px;
    padding: 0;
}


#upw__accordion .accordion-content.default {
    display: block;
}

#upw__accordion .active {
    background-color: var(--upw-primary-color) !important;
    color: #fff !important;
}

.upw__card h3 {
    display: flex;
}

#upw__accordion .accordion-content h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px 0;
}

#upw__accordion .accordion-content p {
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.upw__cta {
    width: 100%;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem 0 rgb(24 67 99 / 10%), 0 1px 2px 0 rgb(24 67 99 / 10%);
    display: block;
    position: relative;
    top: auto;
    margin-bottom: auto;
    margin: 40px 0 40px 0;
}

.upw__cta li {
    margin: 0;
    padding: 40px 20px;
    display: inline-block;
    width: 23%;
    list-style: none;
    position: relative;
    vertical-align: top;
}

.upw__cta li img {
    height: 75px;
    width: auto;
}

.upw__cta li h6 {
    color: var(--upw-primary-color) !important;
    margin: 20px 0 10px;
    font-size: 17px;
    font-weight: 700;
}

.upw__cta li p {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
}

/* Conditions */

.upw__banner {
    padding: 75px 0 75px;
    background-color: #edf5f6;
}

.upw__banner.shop-page {
    padding: 15px 0 15px;
}

.upw---consultation---page .upw__banner {
    padding: 40px 0 20px;
    background-color: #edf5f6;
}

.upw__banner h1 {
    font-size: 40px;
    margin: 30px 0 10px 0;
    font-weight: 500;
    color: var(--upw-primary-color);
}

.upw__left__side {
    float: left;
    width: 60%;
    margin: 0 5% 0 0;
}

.upw__right__side {
    float: left;
    width: 35%;
    margin: 0 0 0 0;
}

.upw__right__side img {
    max-width: 100%;
    float: left;
    height: auto;
    padding-top: 30px;
}

.upw__banner h1:after,
.upw__banner h1:before {
    content: none !important;
}

.upw__sidebar__shop {
    float: left;
    width: 20%;
    margin: 20px 5% 0 0;

}

.upw__sidebar__shop h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-weight: 700;
}

.upw__sidebar__shop ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.upw__sidebar__shop ul li {
    margin: 0 0 1px 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
}

.upw__sidebar__shop ul li a {
    color: #fff;
    background-color: var(--upw-primary-color) !important;
    float: left;
    width: 100%;
    padding: 4px 10px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: 300ms ease opacity;
}

.upw__sidebar__shop ul li a:hover {
    opacity: 0.8;
}

.upw__with_sidebar__shop {
    float: left;
    width: 75%;
    margin: 0 0 0 0;
}

.upw__banner p {
    font-size: 16px;
    margin: 0 0 30px 0;
    color: #020134;
}

.upw__products {
    padding: 75px 0;
    background-color: #edf5f6
}

.upw---condition---page .upw__products {
    padding: 75px 0;
    background-color: #f8f8f8
}

.upw---conditions---page .upw__products {
    padding: 75px 0;
    background-color: #f8f8f8
}

.upw---treatments---page .upw__products {
    padding: 75px 0;
    background-color: #f8f8f8
}

.upw---categories---page .upw__products {
    padding: 0;
    background-color: #f8f8f8
}

.upw__products h2.title {
    text-align: center;
    font-size: 30px;
    margin: 0 0 30px 0;
}

.upw__product_list {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    vertical-align: top;
}

.upw__product_list li {
    width: 300px;
    margin: 0 10px 20px;
    list-style: none;
    display: inline-block;
    background-color: #fff;
    padding: 30px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 0;
}

.upw__with_sidebar__shop .upw__product_list li {
    width: 276px;
    margin: 0 10px 20px;
    list-style: none;
    display: inline-block;
    background-color: #fff;
    padding: 30px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 0;
}

.upw__product_list.owl-carousel li {
    width: 100%;
}

.upw__product_list.owl-carousel .owl-nav {
    margin-top: 0;
    float: right;
}

.upw__product_list.owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    margin: 0 0 0 10px;
    padding: 0;
    background-image: url('non-dashboard/img/right.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
    transition: 300ms ease opacity;
}

.exzoom {
    position: relative;
}

.exzoom span.zoom {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 24px;
    width: 24px;
    background-image: url('non-dashboard/img/zoom.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 99;
}

.upw__product_list.owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    background-image: url('non-dashboard/img/left.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
    transition: 300ms ease opacity;
}

.upw__product_list.owl-carousel .owl-nav button.owl-prev:hover,
.upw__product_list.owl-carousel .owl-nav button.owl-next:hover {
    opacity: 0.7;
    background-color: transparent;
}

.upw__product_list li img {
    margin: 0 0 20px 0;
}

.upw__condition_title h4 {
    font-size: 30px;
    margin: 0 0 20px 0;
    font-weight: 500;
}

.upw__condition_title p {
    font-size: 15px;
    margin: 0 0 40px 0;
    font-weight: 400;
    line-height: 1.6;
}

.upw__product_list li a,
.upw__product_list li a:visited {
    text-decoration: none;
    color: #020134;
}

.upw__product_list li h4 {
    font-size: 20px;
    margin: 0 0 10px 0;
    width: 100%;
    float: left;
    font-weight: 500;
}

.upw__product_list li h6 {
    font-size: 18px;
    margin: 0 0 10px 0;
    width: 100%;
    float: left;
}

.upw__product_list li h6 a,
.upw__product_list li h6 a:visited {
    color: var(--upw-primary-color);
}

/* Cart */

.upw__cart {
    padding: 75px;
    background-color: #f8f8f8
}

.upw---password---update .upw__cart {
    padding: 155px 0 75px 0;
    background-color: #f8f8f8;
    text-align: center;
}

#confirm-new-password-form {
    width: 600px;
    max-width: 90%;
    margin: 0 auto;
    padding: 30px;
    height: auto;
    background: #fff;
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
}

#confirm-new-password-form .upw__button {
    float: none !important;
}

#confirm-new-password-form h1 {
    font-size: 20px;
    margin: 0 0 20px 0;
    font-weight: bold;
    text-transform: uppercase;
}

#confirm-new-password-form h1 svg {
    margin: 0 10px 0 0;
    height: 30px;
    width: 30px;
    fill: var(--upw-primary-color) !important;
}

#confirm-new-password-form label {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

#confirm-new-password-form input {
    width: 100%;
    display: block;
    margin: 0 0 0px 0;
    padding: 7px 20px;
    border: 1px solid #ddd;
    border-radius: 0;
}

#confirm-new-password-form #password-strength-status {
    margin: 0 0 5px 0;
}

.review-account-details {
    text-align: left;
}

.upw__element_2 {
    margin: 0 0 10px 0 !important;
}

.upw__cart table {
    appearance: none !important;
    background: #ffffff !important;
    width: 100% !important;
    padding: 10px 20px !important;
    border-radius: 0 !important;
    border-top: 1px solid #E0E0E0 !important;
    border-right: 1px solid #E0E0E0 !important;
}

.upw__cart table th,
.upw__cart table td {
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
    font-size: 14px;
    word-break: normal;
}

.upw__cart table .upw__button {
    background-color: #020134 !important;
    color: #fff !important;
    width: auto !important;
    float: right !important;
    padding: 5px 20px !important;
    font-size: 12px !important;
}

.upw__cart table td button {
    white-space: nowrap !important;
}

.upw__cart table th {
    font-weight: 700 !important;
    background-color: var(--upw-primary-color) !important;
    color: #fff;
}

.product-icon {
    height: 200px;
    width: auto;
}


/* Consultation */

.upw__consultation {
    padding: 75px;
    background-color: #f8f8f8
}

.upw---consultation---page .upw__consultation {
    padding: 50px 75px 75px 75px;
    background-color: #f8f8f8
}

.upw__consultation .upw__button {
    opacity: 0.4
}

.upw__consultation .upw__button.active {
    opacity: 1
}

.upw__consultation .phase .upw__button {
    width: auto !important;
    margin: 10px 0 0;
    float: right;
}

.upw__consultation .progress {
    height: 150px;
    border: 10px solid var(--upw-primary-color);
    background-color: var(--upw-primary-color);
    border-radius: 3px;
    line-height: 10px;
    font-size: 12px;
    text-align: center !important;
    padding: 0;
    font-weight: 500;
    color: #c0dadf;
    margin: 0;
    position: relative;
    width: 150px;
    border-radius: 50%;
    position: fixed;
    bottom: 130px;
    right: 30px;
    z-index: 11111;
    box-shadow: 0 0.5rem 1rem 0 rgb(24 67 99 / 10%), 0 1px 2px 0 rgb(24 67 99 / 10%) !important;
}

.upw__consultation .progress p {
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0;
    line-height: 1;
    position: relative;
    top: auto;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 130px;
    width: 100%;
    font-size: 45px !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.upw__consultation .progress > span {
    background: #c0dadf;
    height: 100%;
    position: absolute;
    width: 0%;
    top: 0;
    left: 0;
}

#questionForm {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0.5rem 1rem 0 rgb(24 67 99 / 10%), 0 1px 2px 0 rgb(24 67 99 / 10%);
}

.upw__question {
    opacity: 0.4;
    float: left;
    width: 100%;
    padding: 25px 25px 25px;
    margin: 3px 0;
    border-radius: 0;
    border: none;
    transition: 300ms ease all;
    line-height: 1.2;
    cursor: not-allowed;
    border-radius: 3px;
}

.upw__question.active {
    opacity: 1;
    border: 1px solid #c0dadf;
    background-color: #edf5f6;
    cursor: default;
}

.upw__question.active.done {
    opacity: 0.4;
    border: 1px solid #c0dadf;
    cursor: not-allowed;
}

.upw__question.active.done.current {
    opacity: 1;
    border: 1px solid #c0dadf;
    background-color: #edf5f6;
    cursor: default;

}

.upw__question .half {
    float: left;
    width: 60%;
}

.upw__question label {
    margin: 0 0 10px 0;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    border-bottom: none;
    width: 100%;
    padding: 0 0 0px 0;
    color: #444;
}

.upw__question .half:first-child label:nth-of-type(2) {
    border-bottom: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.upw__question .half.last {
    float: right;
    width: 30%;
}

.upw__answer {
    float: left;
    width: 100%;
    margin: 0 0;
    font-size: 15px;
    line-height: 1.4;
}

.upw__answer input[type="checkbox"] {
    margin: 0 10px 0 0;
}

.upw__answer textarea {
    resize: vertical;
    width: 100%;
    float: left;
    margin: 10px 0 0;
    padding: 10px;
    font-size: 14px;
    border: none;
    appearance: none;
    border-radius: 3px;
    height: 200px;
}

ul.thank_you_list {
    margin: 0;
    padding: 25px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    box-shadow: 0 0 10px 0 #ccc;
    border-radius: 10px;
}

ul.thank_you_list li {
    margin: 0;
    list-style: none;
    padding: 20px;
    color: #000;
    width: 50%;
    display: flex;
}

ul.thank_you_list li .icon {
    margin-right: 15px;
    margin-top: 10px;
}

ul.thank_you_list li strong {
    display: block;
    font-weight: 600;
    font-size: 25px;
    color: #07a03a;
    margin-bottom: 10px;
}

.upw__answer input[type="radio"] {
    float: left;
    margin: 5px 10px 0 0;
}

/* Modal */

.modal-backdrop {
    z-index: 8 !important;
}

.modal {
    z-index: 10000 !important;
    overflow-y: scroll;
}

img.modal {
    width: 100%;
}

.modal-dialog {
    max-width: 90%;
    width: 700px;
    overflow-y: initial;
}

.modal-content {
    margin: auto;
    display: block !important;
    padding: 30px !important;
    max-height: 80vh;
    overflow-y: auto;
}

.modal-dialog .modal-header {
    width: 100%;
    display: inline-block;
    float: left;
    vertical-align: top;
}

.modal-dialog .modal-body {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.login-modal .modal-dialog .modal-header img {
    margin: 70px 0 0;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.modal-dialog .registering .modal-body {
    width: 100%;
}

.modal-content.registering .modal-body {
    padding: 0px;
}

.modal-content.registering .modal-body p {
    margin: 0 0 0 0 !important;
}


.modal-dialog .btn-close:before {
    content: none;
}

.modal-dialog .registering .modal-body .half, #confirm-new-password-form .half {
    float: left;
    width: 49%;
    padding: 0 1% 0 0;
}

.modal-dialog .registering .modal-body .upw-col-2 {
    float: left;
    width: 49%;
    padding: 0 1% 0 0;
}

.modal-dialog .registering .modal-body .upw-col-3 {
    float: left;
    width: 33%;
    padding: 0 1% 0 0;
}

.modal-dialog .registering .modal-body .half.last, #confirm-new-password-form .half.last {
    float: right;
    width: 49%;
    padding: 0 0 0 1%;
}

.modal-dialog .modal-body.addresses .half, #confirm-new-password-form .half {
    float: left;
    width: 49%;
    padding: 0 1% 0 0;
}

.modal-dialog .modal-body.addresses .half.mb10, #confirm-new-password-form .half {
    margin-bottom: 9px;
}

.modal-dialog .modal-body.addresses .half.last, #confirm-new-password-form .half.last {
    float: right;
    width: 49%;
    padding: 0 0 0 1%;
}

.modal-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    outline: none;
    width: 10px;
    height: 10px;
    background-size: contain;
    z-index: 99;
    border: none;
}

.modal-header {
    padding: 30px 30px 30px;
    border: none;
}

.modal-header.registering {
    padding: 0;
}

.modal-header.addresses {
    padding: 0;
}

.modal-body,
.login-modal .modal-body {
    padding: 30px;
}

.modal-body p {
    font-size: 15px;
    line-height: 1.4;
    margin: 20px 0;
    float: left;
    width: 100%;
}

.modal-body h3 {
    color: #212121;
    margin: 0 0 20px 0;
    font-size: 20px;
}

.modal-body p a {
    color: var(--upw-primary-color);
}

.modal-dialog .modal-body h6 {
    color: var(--upw-primary-color);
    font-size: 25px !important;
    margin: 0;
    font-weight: 700;
    text-transform: none;
}

.modal-footer {
    display: none !important;
}

.full-width {
    width: 100% !important;
}

#reorderConfirm .modal-footer {
    display: block !important;
}

.modal-body.addresses label {
    font-size: 15px;
    padding: 0;
    width: 100%;
    margin: 0 0 10px 0;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #c0dadf !important;
    border-radius: 3px !important;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
}

.modal .select2-container .select2-selection--single,
.modal .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
    border-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #444 !important;
    font-size: 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #c0dadf !important;
    padding: 5px;
    font-size: 14px;
    color: #020134;
}

.select2-results__option,
.select2-selection__rendered {
    font-size: 14px;
    color: #020134;
    line-height: 43px !important;
}

.select2-results__option {
    line-height: 1.4 !important;
}

.select2-dropdown {
    border: 1px solid #ddd !important;
    z-index: 1060
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--upw-primary-color) !important;
    color: white !important;
}

.modal label {
    display: inline-block;
    font-size: 14px;
    color: #020134;
}

.upw-form-control[type=file] {
    font-size: 12px !important;
    overflow: hidden;
    margin: 0 0 16px 0;
}

.upw-form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.registering .select2-container {
    margin: 0 0 10px 0;
}

.modal-body input[type="email"],
.modal-body input[type="number"],
.modal-body input[type="text"],
.modal-body input[type="date"],
.modal-body select,
.gender-group,
.modal-body input[type="password"] {
    font-size: 14px;
    padding: 5px;
    width: 100%;
    margin: 0 0 10px 0;
    border-radius: 3px;
    border: 1px solid #c0dadf;
    color: #020134 !important;
}

.modal-body input:focus {
    outline: none !important;
    box-shadow: none;
}

.upw__answer textarea:focus {
    outline: none !important;
    box-shadow: none;
}

#pmLoginModal .modal-body .upw__button {
    margin-top: 10px;
}

#password-strength-status {
    padding: 7px 10px;
    color: #FFFFFF;
    border-radius: 0;
    margin: 5px;
    border-radius: 5px;
    display: block;
    clear: none;
    font-size: 14px;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;

}

.medium-password {
    background-color: #b7d60a;
    border: none;
}

.weak-password {
    background-color: #ce1d14;
    border: none;
}

.strong-password {
    background-color: #12CC1A;
    border: none;
}

.upw__search {
    background-color: #fff;
    padding: 30px;
    box-shadow: -1px 1px 1px rgb(0 0 0 / 25%);
    border-radius: 0;
    margin: 0 10px 30px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none !important;
}

.upw__search p {
    margin: 20px 0 0 0;
    font-size: 16px;
}

.upw__search a {
    color: var(--upw-primary-color);
    font-weight: 600;
}

.upw__search h3 {
    color: var(--upw-primary-color);
    margin: 0 0 20px 0;
    font-size: 26px;
}

.upw__search input[type="text"] {
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
    margin: 0 0 10px 0;
    appearance: none;
    border: 1px solid #c0dadf;
    background: #fff;
    border-radius: 40px;
}

.upw__condition_title {
    margin: 20px 0 20px 0;
    padding: 0 1%;
    width: 100%;
}

.upw__condition_title h4 {
    color: #020134;
    margin: 0 0 30px 0;
    position: relative;
}

.upw__condition_title h4.with_line:after {
    position: absolute;
    height: 3px;
    left: 0;
    bottom: -10px;
    width: 50px;
    content: '';
    background-color: var(--upw-primary-color);
}

div.phase > div > label {
    color: var(--upw-primary-color);
    font-size: 30px;
    margin: 0 0 10px 0;
    font-weight: 500;
}

div.phase > div > p {
    font-size: 15px;
    margin: 0 0 20px 0;
}

.upw__table th {
    padding: 10px;
}

.upw__table td {
    padding: 10px;
    color: #020134 !important;
}

.upw__table {
    width: 100%;
    margin: 0 0 50px 0;
}

h1.upw__standard {
    font-size: 25px;
    margin: 0 0 30px 0;
    color: #020134;
}

h2.upw__standard {
    font-size: 30px;
    margin: 0 0 20px 0;
}

.use-delivery,
.deliver-here {
    opacity: 0.4 !important;
}

.background-black {
    background: var(--upw-secondary-color) !important;
    opacity: 1 !important;
}

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
}

.restrict-message {
    color: red;
}

.done {
    background-color: #edf5f6;
}

.not-done {
    background-color: #edd3d3;
}

.current {
    background-color: white;
}

.modal-xl {
    width: 1024px;
}

.modal-xxl {
    width: 1420px;
}

.float-right {
    float: right;
}

.color-red {
    color: red !important;
}

.switch-field {
    display: flex;
    margin-bottom: 0;
    overflow: visible;
    width: 90%;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #f8f8f8;
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
    width: 90%;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    background-color: #c0dadf;
    color: #444;
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 4px;
}

#wpbody-content a,
#wpbody-content .button,
#wpbody-content button {
    color: #ee7570 !important;
}

.datepicker {
    z-index: 99999 !important;
}

.loading {
    text-align: center;
    margin: auto !important;
    padding: 20px !important;
    font-weight: bold;
    background-color: var(--upw-secondary-color) !important;
}

.loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

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

    100% {
        transform: rotate(360deg);
    }
}

#condition-menu {
    width: 100% !important;
    font-weight: 600;
    font-size: 30px !important;
    padding: 0 !important;
}

#view-all-condition-menu {
    float: left !important;
    color: white !important;
    font-size: 15px !important;
    width: auto !important;
    margin: 20px 0 0 0;
    clear: both;
}

#view-all-condition-menu:hover {
    color: #fff !important;
}

.unseen {
    background-color: var(--upw-secondary-color) !important;
}

.register-message {
    color: green;
}

.d-none {
    display: none !important;
}

img .upw__modal {
    width: 100%;
}

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

ul.nav.nav-tabs {
    clear: both;
}

ul.nav.nav-tabs li {
    list-style: none;
    float: left;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav > li {
    position: relative;
    display: block;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.tab-pane:not(.active) {
    display: none;
}

.mt-5 {
    margin-top: 50px;
}

.mt-2 {
    margin-top: 20px;
}

#wpadminbar {
    display: none;
}

h1.cart-stage-heading {
    margin-bottom: 10px;
}

span.dash_th, span.xxxxx {
    display: none;
}

.upw__header ul li.dash_menu {
    display: none !important;
}

.upw__button.float-left.previous-cart-tab {
    float: left !important;
    width: auto !important;
    background-color: red !important;
}

.upw__button.float-left.next-cart-tab {
    float: right !important;
    width: auto !important;
}

.upw__question .half label {
    cursor: default;
}

.dash_th, .Name, .Strength, .Ordered-Quantity,
.mobile_table_tag {
    display: none;
}

.upw__flex {
    display: flex;
}

.upw__flex-wrap {
    flex-wrap: wrap;
}

.upw__row-gap-3 {
    row-gap: 1rem;
}

.upw__col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    width: 100%;
}

.row-gap-3 {
    row-gap: 1rem;
}

.upw__col-6 {
    width: 50%;
    padding: 15px;
    float: left;
}

.upw-mobile-only {
    display: none;
}

.upw-main-only {
    display: block !important;
}

.upw-main-only {
    display: block !important;
}

@media all and (max-width: 991px) {
    .upw__header {
        margin: 0 0 25px 0 !important;
    }

    .upw-main-only {
        display: none !important;
    }

    .upw-mobile-only {
        display: block;
    }

    .sidebar-close-icon {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .upw__sidebar .upw__logo {
        display: block;
        margin-top: 20px;
    }

    .upw-mobile-hamburger {
        display: inline-block;
        padding: 8px 10px 20px 10px;
        background: #fff;
        margin: 5px 0;
        border-radius: 5px;
    }

    .upw-mobile-hamburger span {
        border-bottom: 2px solid var(--upw-primary-color);
        width: 30px;
        display: block;
    }

    .upw-mobile-hamburger span::before {
        display: block;
        width: 20px;
        border-bottom: 2px solid var(--upw-primary-color);
        position: relative;
        content: '';
        top: 8.5px;
    }

    .upw-mobile-hamburger span::after {
        display: block;
        width: 30px;
        border-bottom: 2px solid var(--upw-primary-color);
        position: relative;
        content: '';
        top: 12px;
    }

    .upw__dashboard .upw__sidebar {
        z-index: 9;
    }

    .upw__sidebar.show-sidebar {
        background: var(--upw-secondary-color) !important;
        width: 260px !important;
        height: 100% !important;
        position: absolute !important;
        padding: 30px 0 !important;
    }

    .upw__dashboard .upw__sidebar.show-sidebar::before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        width: 1200px;
        background: #000;
        opacity: 0.2;
        left: 0;
        z-index: -1;
    }

    .upw__dashboard .upw__sidebar .upw_menu > li.active > a {
        border-radius: 0 !important;
    }

    .owl-carousel .owl-stage {
        margin: 0 auto;
    }

}

@media all and (max-width: 600px) {

    .login-modal .modal-header {
        display: none;
    }

    .modal-dialog .modal-body {
        width: 100%;
    }

    .modal-dialog .registering .modal-body .half, .modal-dialog .registering .modal-body .half.last {
        width: 100%;
    }

    .upw__left__side {
        float: left;
        width: 100%;
        margin: 0 0 60px 0;
    }

    .upw__right__side {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
    }

    .upw__cart {
        padding: 50px 15px;
        background-color: #f8f8f8;
    }

    ul.nav.nav-tabs li {
        float: left;
        width: 100%;
    }

    .nav-tabs > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
        border: 1px solid #ddd;
        border-bottom-color: #ddd;
    }

    .upw__cart thead,
    .upw__cart th {

        display: none !important;
    }

    span.dash_th {
        display: block;
    }

    .dash_th, .Name, .Strength, .Ordered-Quantity,
    .mobile_table_tag {
        display: block;
    }

    .upw__cart td {
        word-break: normal !important;
        display: block;
        float: left;
        width: 100%;
        text-align: center !important;
        border-bottom: none !important;
        border-left: none !important;
    }

    .upw__cart .upw__button_2 {
        padding: 10px 10px !important;
    }

    .upw__cart table {
        border: none !important;
        border-right: none !important;
        background: transparent !important;
    }

    .previous-cart-tab {
        margin: 3px 0;
    }

    .upw__cart tr {
        word-break: normal !important;
        display: block;
        float: left;
        width: 100%;
        text-align: center !important;
        padding: 0px 0 20px;
        border-top: none !important;
        border-bottom: 1px solid #ddd !important;
        margin: 0px 0 20px;
    }

    .upw__cart table th,
    .upw__cart table td {
        border-bottom: none !important;
        border-left: none !important;
    }

    .upw__cart table th,
    .upw__cart table td {
        padding: 10px 0px !important;
    }

    span.dash_th {
        display: block;
        background: #121a3b;
        color: #fff;
        padding: 5px;
        margin: 0 0 10px 0;
        text-align: center;
        font-weight: 600 !important;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }


    ul.thank_you_list {
        margin: 0 0 30px 0;
        padding: 0;
        width: 100%;
        border-left: none;
        display: block;
    }

    ul.thank_you_list li {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100% !important;
        padding: 20px;
        text-align: center;
        vertical-align: top;
        border-right: none;
        height: auto;
        border-top: 1px solid #ddd;
    }

    span.dash_th,
    span.mobile_table_tag {
        display: block;
    }

    .owl-carousel .owl-item img {
        height: auto;
    }

    .modal {
        top: 0;
        bottom: auto;
    }

    .modal-dialog {
        max-width: 95%;
        width: 500px;
    }

    .modal-content {
        margin-top: 0;
        display: block !important;
        padding: 30px !important;
        top: 0;
        max-height: 100% !important;
        overflow: scroll !important;
    }

    .modal.fade .modal-dialog {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .modal-dialog-centered {
        min-height: 1px;
    }

    .upw__consultation {
        padding: 25px 0 !important;
    }

    #questionForm {
        padding: 20px;
    }

    .upw__consultation .progress {
        height: 50px;
        width: 50px;
    }

    .upw__consultation .progress p {
        line-height: 30px;
        font-size: 15px !important;
    }
}

.link {
    color: var(--upw-primary-color) !important;
    text-decoration: underline !important;
}

td .selecte-delivery-address.small_full, .selecte-delivery-address {
    /*width: 100px !important;;*/
}

#pmForgotPasswordModal .modal-content {
    min-height: 380px;
}

.users-list {
    width: 20%;
    float: left;
}

.users-list ul {
    list-style-type: none;
}

.users-list li {
    border: 1px solid black;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px;
}

.user-messages-list {
    /*margin-left: 20px;*/
    padding: 5px;
    border: 1px solid var(--upw-primary-color);
    border-radius: 3px;
    /*background-color: var(--upw-primary-color);*/
}

#sendMessage {
    margin-top: 10px;
}

.user-messages-list ul {
    list-style-type: none;
    margin: 3px;
}

.user-messages-list {
    width: 100%;
    /*float: right;*/
}

.user-messages-list li {
    padding: 5px;
    border: 1px solid var(--upw-primary-color);
    border-radius: 3px;
    margin: 3px;
    width: 50%;
}

.message-box {
    display: flex;
}

.user-messages-ul .float-left.chat-box {
    background-color: #eee;
}

.user-messages-ul .float-right.chat-box {
    background-color: #fff;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

#threadMessageBody {
    width: 100%;
}

.display-flex {
    display: flex;
}

.flex-row {
    flex-flow: row;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content {
    justify-content: center;
}

.align-items {
    align-items: center;
}

.mr-1 {
    margin-right: 10px;
}

.condition-flow {
    display: flex;
    width: 100%;
}

.bold {
    font-weight: bold;
}

.message-user {
    margin: 5px;
}

.users-list .active {
    background-color: var(--upw-primary-color) !important;
    color: white;
}

.icons8-edit {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iMjQiIGhlaWdodD0iMjQiCnZpZXdCb3g9IjAgMCAyNCAyNCIKc3R5bGU9IiBmaWxsOiMwMDAwMDA7Ij4gICAgPHBhdGggZD0iTSAxOC40MTQwNjIgMiBDIDE4LjE1ODA2MiAyIDE3LjkwMjAzMSAyLjA5Nzk2ODcgMTcuNzA3MDMxIDIuMjkyOTY4OCBMIDE1LjcwNzAzMSA0LjI5Mjk2ODggTCAxNC4yOTI5NjkgNS43MDcwMzEyIEwgMyAxNyBMIDMgMjEgTCA3IDIxIEwgMjEuNzA3MDMxIDYuMjkyOTY4OCBDIDIyLjA5ODAzMSA1LjkwMTk2ODcgMjIuMDk4MDMxIDUuMjY4OTA2MyAyMS43MDcwMzEgNC44Nzg5MDYyIEwgMTkuMTIxMDk0IDIuMjkyOTY4OCBDIDE4LjkyNjA5NCAyLjA5Nzk2ODcgMTguNjcwMDYzIDIgMTguNDE0MDYyIDIgeiBNIDE4LjQxNDA2MiA0LjQxNDA2MjUgTCAxOS41ODU5MzggNS41ODU5Mzc1IEwgMTguMjkyOTY5IDYuODc4OTA2MiBMIDE3LjEyMTA5NCA1LjcwNzAzMTIgTCAxOC40MTQwNjIgNC40MTQwNjI1IHogTSAxNS43MDcwMzEgNy4xMjEwOTM4IEwgMTYuODc4OTA2IDguMjkyOTY4OCBMIDYuMTcxODc1IDE5IEwgNSAxOSBMIDUgMTcuODI4MTI1IEwgMTUuNzA3MDMxIDcuMTIxMDkzOCB6Ij48L3BhdGg+PC9zdmc+') 50% 50% no-repeat;
    background-size: 100%;
}

.icons8-warning {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABmJLR0QA/wD/AP+gvaeTAAAHaUlEQVR4nO2aa2wcVxWAvzOzL2f9dlIcIAU3oZCmjROiRoVKqFFpeVQQCrioSZOG0kIRCPGQEBJCQlRApApKqQJtxR9AFfCD/gjhIaQCPxCvOqQY3MSxE5I4bRri+IEd73Pm8GOdeHdndnZmdtYRsJ9k2b7n3nPPPXPuuffOHWjRokWLFi1atPg/Ra5Wx3pkSzeSH0BFIX5Ktr4wezXsWHEH6Ph9u8H4HPOHB8E2loot4A8I+2Xr0V+spD0r5gAd/miczsJPMFN3A5CZgPxZt6rfY+Low3IP1krYZdSvEhFdxWeuDB4g1l2r5oNs2PjEitjECjlAx+/bjZEcqiiUmFeTj+uRjXc11aglmu4AHR1qx0g/6hDYmToNOaDD21Y1yawrND8CEun9YKx1lBfO12v5OiTz+abYVEZTk6C+uOdGkunDIIkKQXEGLv3Nj4ochm6WLceON8VAmh0B8eSTjsGrDZlxvxqS2Ma3I7erjKY5QI/f/2GM+K0OQW4S7MUgmt6hRza+LzrLKmnKFNDRoXaSveOI0V8hsLOw8Dxo4CX+DGb8BhkcuRSZkUt4rkWhSaYfdQweIDsBaqHH0uive+BcslTen0dum0UG52tpvBar8AXgS1GbGnkE6Il9N0Fq2Jn4puHSCPq7HvTZNe7GfPBfyNtqHgnymPZmGRwbi9Le6HOAxmokvgkoCvrzvtpND/VBseYzSWAZke8QI3WAju17CIm/1SG4nPguxiHn0WXWLNWpzR361zd9oGFDy4jMAXrsgQ7M5FccAjsL+TOlvxN2fUVxrVNBHtPRTe3BLXQnuggw9ZuuiS8zvpz1u4uQ9HBC0oaeQr2e1pHTL4a2s4pIHKAn925Gkvc7BMVpKF5c/l+Afo8B9ud9pmX9rB6+cWNQO92IJgKsxFOIVE7eGjs+6c/VVCNr8357TCBWJAmxYQfo8X0PY8RvcQhyZ9xPfB4OYK2HzMnteviGe4I0cKMhB+jIrh6M5CMA9O6EgW9Bz3tKA8+dcW/U7/GUvWRuiD6uf9rQGaxRJY1FQCr+DcRYTdv10H1nafnv2lFa83FPdl5hLq8OFAHkC9p/dkYeCdSoitAO0LF9N2Ou2oOY0PchrmSvhecrE181PQX3lWCVDV1F3/0XLWXyfIFMzvrE6UPrtwWzfpnwEWDEnwRidO6AxNL7DjsLZ7/q3a7WShBs/nNx1sKyQFXMXFG/oxpuWx/KATqx95MYsTdjdkLPu5YFF35Ye+6XIf1ZZ1lAByxklqNIVbZP/GzggUAKlgjsAB3Z1QNtXwag7/1gtJUE+Zfg3AF/StySnf8lEFWwrOoy4+unD13b41vJEsEjoC31OGKUTjTpLZe7h7P7QX0OwsUBAfYAiIBpVpapzZqCxr/mW8kSgRygY3u3YyTvvVIw95ulQ86zMPecbz3ymqpwFwLngPY2p+m2pQ+dOHj9zUH0+HaAKoKZ/C7lL1GmD8I/P1M/8VXTXYSBsk3SdRlIB3tL1NdtYlRZryqmpcUDQRKi74o6vufTGO2POQTZk74Sn4N5E32uNGXl9hnoCH4TNj1nMTXrbGeafGzDe0887UeHv6PH6FAvqd5xMHorBFamtO7X2PQ0G1U4fa5AvuA4Qk+taku9cd07R6fr6fA3BRLtTzgGD5AdJ9TgFfRoGv1lH/qrPvR4uAsgEbim13QTrc7msvt96ahXQV/cfQvJjt+DVPZUuACLo74Mdej8QT86XLmFl7fMIffWvS1y5dxUkflLVQ9CsBJx49aBu8b/7NXWMwJUERLppx2DVwuyJ0IZq8MdjsED6B+70JFwL3rW9DgTIopZLNh1E6L3FBjbuxsxb3KU506Vtr1hGOmoLft7OpTKmCn0dTmngq1sO3nwurtdmlzB2wFm3Lm9tDKQeymgiWUsenS5GP6aorvDJJlwPmzbEOebqjK8HWDEBiv+V4XMMRrK+us8IsdLVgcRWN3tEgWWbvdqV2cVMJYnq1qQOQrWXDgLl5C3z0Cny5rfXURua+w7qbak23DE83zgHXOFqQWgG2sBCq+En/flpC2MT02iB1ejp9pAQdZnkJ0XINXYZ0E5534AVDzvE70dcOkff0G4syGr3Lgmjzz4cqT3ctm8cv6i84WKITri1a5O1pEfg0bvAB8sLNrMzFvk8ordQMoRgx95yb1zQEqeAY6G7z4cU7MWL18oksk2NniE4xqT73tV8XSAbBrNI8Yu4N8NmBGIhUWb6bkIPhEU5mOiu9/w7gnPc3bds4BsHX0Bmx2InGzcqvrMzDc+eBE9k4gbd6zfeXK4bl2/SvW3r0/R2fYRhCFgE7C6ESNrMTGZDxX2IswIckxi+lMzbR0Y2HEqgiWrRYsW/+tEuRlLAquAVNVPG2Au9RUr+w1w+Ur98lVREdCy3xaQAbJVP4tAsNfINWjEAe3AqyitBl1Awrt65OSBOWAKeAUI9Q1hWAcMAq9toH3UKDAJeO773Qh7OVrvS6b/Ghp5gmmgn6s3BXKUtuhXZQq4USsJpqid/KqToFsyrE6AkSbB/wDBW3rdoIidSQAAAABJRU5ErkJggg==') 50% 50% no-repeat;
    background-size: 100%;
}

.icons8-trash {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iMjQiIGhlaWdodD0iMjQiCnZpZXdCb3g9IjAgMCAyNCAyNCIKc3R5bGU9IiBmaWxsOiMwMDAwMDA7Ij4gICAgPHBhdGggZD0iTSAxMCAyIEwgOSAzIEwgNCAzIEwgNCA1IEwgMjAgNSBMIDIwIDMgTCAxNSAzIEwgMTQgMiBMIDEwIDIgeiBNIDUgNyBMIDUgMjAgQyA1IDIxLjEgNS45IDIyIDcgMjIgTCAxNyAyMiBDIDE4LjEgMjIgMTkgMjEuMSAxOSAyMCBMIDE5IDcgTCA1IDcgeiBNIDggOSBMIDEwIDkgTCAxMCAyMCBMIDggMjAgTCA4IDkgeiBNIDE0IDkgTCAxNiA5IEwgMTYgMjAgTCAxNCAyMCBMIDE0IDkgeiI+PC9wYXRoPjwvc3ZnPg==') 50% 50% no-repeat;
    background-size: 100%;
}

.icons8-notification {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABmJLR0QA/wD/AP+gvaeTAAACF0lEQVRoge2ZPUscQRjHf74HRDE2GkgRSSHBgKRK/AiKoga9I59BTeMHyLUpEu1ip6YUQkqxEwtttRM0GEEDimgdLTbF7XrPPexmx92ZZBPnBw/M3vMyz/9ubm53Djwej+dfosFx/SHgcTg+AXYcz+eMNSAIbc3lRI0Zcp4C87YbEcyHczjlIXBI9R2uGMTf9ROphLEHQFfGHo34Sq2xAJiOiWkGysBn4ErEXoWvlcIYTUnV/mK591um1ETbQJuKGQe+q7g4OwLGVO4DqpuBjJu0LaKZ2pIKgDOgV/gbgAUDAdo+UL9z9gLnwn8ANNkUUlYNzCr/YgYRkX1Utd4qf8mmkA1R+BBoEb7XOURENiHqtQLfhG/dlohO4EYUfid8LVTXe14hx9S/ORXhuwE6bAgZUZMOCt8bCyIiK4u6L5RvOK1Jkx/E52J8AeyJa73z5GFUjHeBy4QeYjER0ifGp8r30iDflFdiHFC9N4t4kpZsIkSuzx/K12OQb8ojdS3n6kxLznv3G+TM12TuJ8tNYyHxQoqGF1I0vJCi4YUUDS8Ey4+geWvmEfIsR24S/Q5qprKKvYeqyJb/VPNNwACw4kCEFDOAm6V7y7RDAdriDv8S+W92rbijy9+xD7x30UjCXB6PYI70L/LMX+vuDrQCWySL2KT+VLHQtANLwDU1AT+BT6HPOq7/DO2mdsS6R/3pocfj8dxjfgEuHREOK5OclwAAAABJRU5ErkJggg==') 50% 50% no-repeat;
    background-size: 100%;
}

.icons8-notification-off {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABmJLR0QA/wD/AP+gvaeTAAACj0lEQVRoge3XS6hNURzH8c/lcuOSrpBXJMpzoIzMvAYKyeOOyMAAE2NlKsVQRiKKgaIMTAw8Rgw8EvLqhjtQN+9H8kwYrHPqdu7Z+7z22pucb/1He+/1//32Wv+1/os2bdr8F3REGHMR1mMlpmI6huEt+nAN53AnQu5MWIbr+F1n3MCqQpQmMAZn1G+gMk5jbO6qK5iJu5o3UY6HwhIshPHCmm/VRDkeYWKuDtCJSy0KrxYXJG9AE7E1ayM7I5gox46KXEtxCt/wCwuyMtGNgYhGBtCDbbhd5fnhaqI6mzCyBVOa+K5epuAlRlR59huTs0p0QbzZSIoPOIKFWZkYLazVvAzcxHaMyspAmbk5iP8mHLBRT/3lEQ08wR5MiGmgzKaMxf/EeawWGsumaXTXainZIF7hhFDA/QnvdApGo9CrtRm4JRx4ScU7spTjIjbHMkFzRr7iJBanjDtVqI/ng77rbURYMwdivfThOI7iXZXnHcLlawc2RNYyhN3S//4PYetcLrn5GyeIf1BjrIZmpB66SoNeTUk6gAOYkTLOEqG4P9cwkLmROSVxb1KSXS0lrNYXUd9PiGrkrNAyV0vwHocwL+X72cJPeN2EgUyL/YWha/yRsDSOCcujkmFYIaz/jRjeiJBYzBdm5Lvafc8kYevsl+2pn1mNbJV+hy4X75eMDUTbtQbTjV24F0l8bkb25mCgHHtimejC/RyN3BN6r0yZJrTbeZkox/lS7pZYJXSrTwswUBnPSloSd8+0Rq1H2Jn+BmaVoifphawuSoWTNiOPcTAvIXXyuGgBbYrkk9q70Mesk8Yo9lsZvVM469SekTWFqWuQ/ZJN7CtQV1OsxRWhZj7hsn9oJtq0afOX8gcgKn3BmM1+YAAAAABJRU5ErkJggg==') 50% 50% no-repeat;
    background-size: 100%;
}

.icons8-cart {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('data:image/png;base64,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') 50% 50% no-repeat;
    background-size: 100%;
    vertical-align: middle;
}

.icons8-pad {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABmJLR0QA/wD/AP+gvaeTAAAFDElEQVR4nO2bXYhVVRTHf8tySO/Yx2hiWZlJ9iH0QWRZFGRlVhoWOPXQJ0SQfTwkBr2kBT2lgdZDhBBFL2FWhFg9ZD3IzItWQkUhZqkZ5mQzw4w6M97593D2Za5nzvWeu+/ZZ7x6f3A5d6+991nrLvZeZ+919oUmTZqczli1BpLOBu4CLnOif4G+kEZlxFFgl5n94tVbkkl6SVK3Gpvtkq6v9DsrjgBJa4EXy0T7gCFgCjDJy6tjRx8wz8x+StVa0gNlHtwsaWasfo2rG5J0UQiL60XSBElLJHU5W7fU0rnTdeqUdGZCfaukI67NE5lanjGSnnR2DkuaGq8fl9ChDZjrim+a2bF4GzPrA/a74pQsDQ5Ah7sacGG8cpQDgIvL5D8k3VHSeUBp6O+r08DQ3Fj2fX/FViUk3Vw2/y9IqDdJ77n6AUmTs7Q2KySNl7RY0gFn63dJ7UbN74QbvQy8UaFtC9AlqT5rw9MPPJ9UkTQF4iwkhaNOYg4Dt1V6BNbyw74E3s/EpHxYADwN9JhZYiyD2hyw08w21G1WTkg6P027NFPglCb43JY0HZgG9JvZr052DTAe2Gtm/0iaBMx2XX40s6KkS4HJQLeZ7QplXx4j4DlgG/BBmWyzk7W78lxX3gYUnGyVK68OaVxzCuSgYzWwHhgok93idHe5cgcwy30v5RpWAK8TPcODEdwBZnYIOBST7YmVjwC/x2QHgYOh7WvIKSBppqSVWWzFvUaApFuBOfUqT0ER+MyNonLeBu4HrgYerkdBzQ5QlCP8lugxlgc3Ac+U6W8jWuUBLJJUMDPvOOEzAvqATcC1vkproAh8HZMtYcT5E4FFwMe+Cmp2gJkNAw/5KsyA9lh5KXU4oKGCoBv+812xtMG5V1KhQpeq+MQAA9YB83yV1sAA8KqZfePKpeF/DHgK+J46p4FPDDgHWEZ+o+dRoOSApe7a62zoJ0rRe08DnxjQLamd43NtoRgkWkWWuMNd2yh7MpTJa8ZrHWBmG4GNvkrroMVdO4C/gBlEG6mWij2q4LsQagVG5dgDUDSzPxPka8zsU0mPAR/Wo8AnCJ4F/EZCjj0EklaZ2Wuh7l/NAZXy6FXfKmdIUF1JDjhAtAI7I9Eas6OSZpPTFAD2VG1VB6McYGa7Jd3ASIpqJbGNj3s11ghnBKqSOAXMbAewA0DSs8QcIOlBok1KaAaA9Wa2N5QCnyB4LvAJ+S2ELiFa9QXB5zHYA7xLPiNgEPgobWNJE4BpZrY7bR+flaCIMr0nI18Ad0pamLZDQ+0GU3AF0WPzyrQdfGLAOGADcF2tfT0oAq+4pXcQfGJAK7CY/FJi9xBw3+ETA3olzSdKSIamCHweUoHvbnArsDVjW8YE393gdOCqjG1JYgDoTDqolRU+QbAA/EyUGcqDt4DlMVnBHdSa6MrmyjU/1XxGwBDwN/k5IGkzFM8BFIi9fkuLTxAclDSHfBww6PHSQ0T5ilnVGoJ/EBwG/vPpmxEriN5O3Uf0BvkwcLur6zWznZKWpbnRmJ7+krSckW13EkXgnYQj7wuAy90HYNjMtvvYMGYOcAew05z+aAUed9+HiBKgd8faDPraMZYj4A+iA5jVRsC6svILRH/eiLMpQ7uOR9IWd9R0bTAlAZC0zNl9wvPBp9pusGZOewfUEgMecSdDGoVUJ0XTOKDXXaeSTyo8a3pOVJnmb3MziA4lNOp0+cpluZs0adJkFP8D3/unBM43RaUAAAAASUVORK5CYII=') 50% 50% no-repeat;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABmJLR0QA/wD/AP+gvaeTAAAFDElEQVR4nO2bXYhVVRTHf8tySO/Yx2hiWZlJ9iH0QWRZFGRlVhoWOPXQJ0SQfTwkBr2kBT2lgdZDhBBFL2FWhFg9ZD3IzItWQkUhZqkZ5mQzw4w6M97593D2Za5nzvWeu+/ZZ7x6f3A5d6+991nrLvZeZ+919oUmTZqczli1BpLOBu4CLnOif4G+kEZlxFFgl5n94tVbkkl6SVK3Gpvtkq6v9DsrjgBJa4EXy0T7gCFgCjDJy6tjRx8wz8x+StVa0gNlHtwsaWasfo2rG5J0UQiL60XSBElLJHU5W7fU0rnTdeqUdGZCfaukI67NE5lanjGSnnR2DkuaGq8fl9ChDZjrim+a2bF4GzPrA/a74pQsDQ5Ah7sacGG8cpQDgIvL5D8k3VHSeUBp6O+r08DQ3Fj2fX/FViUk3Vw2/y9IqDdJ77n6AUmTs7Q2KySNl7RY0gFn63dJ7UbN74QbvQy8UaFtC9AlqT5rw9MPPJ9UkTQF4iwkhaNOYg4Dt1V6BNbyw74E3s/EpHxYADwN9JhZYiyD2hyw08w21G1WTkg6P027NFPglCb43JY0HZgG9JvZr052DTAe2Gtm/0iaBMx2XX40s6KkS4HJQLeZ7QplXx4j4DlgG/BBmWyzk7W78lxX3gYUnGyVK68OaVxzCuSgYzWwHhgok93idHe5cgcwy30v5RpWAK8TPcODEdwBZnYIOBST7YmVjwC/x2QHgYOh7WvIKSBppqSVWWzFvUaApFuBOfUqT0ER+MyNonLeBu4HrgYerkdBzQ5QlCP8lugxlgc3Ac+U6W8jWuUBLJJUMDPvOOEzAvqATcC1vkproAh8HZMtYcT5E4FFwMe+Cmp2gJkNAw/5KsyA9lh5KXU4oKGCoBv+812xtMG5V1KhQpeq+MQAA9YB83yV1sAA8KqZfePKpeF/DHgK+J46p4FPDDgHWEZ+o+dRoOSApe7a62zoJ0rRe08DnxjQLamd43NtoRgkWkWWuMNd2yh7MpTJa8ZrHWBmG4GNvkrroMVdO4C/gBlEG6mWij2q4LsQagVG5dgDUDSzPxPka8zsU0mPAR/Wo8AnCJ4F/EZCjj0EklaZ2Wuh7l/NAZXy6FXfKmdIUF1JDjhAtAI7I9Eas6OSZpPTFAD2VG1VB6McYGa7Jd3ASIpqJbGNj3s11ghnBKqSOAXMbAewA0DSs8QcIOlBok1KaAaA9Wa2N5QCnyB4LvAJ+S2ELiFa9QXB5zHYA7xLPiNgEPgobWNJE4BpZrY7bR+flaCIMr0nI18Ad0pamLZDQ+0GU3AF0WPzyrQdfGLAOGADcF2tfT0oAq+4pXcQfGJAK7CY/FJi9xBw3+ETA3olzSdKSIamCHweUoHvbnArsDVjW8YE393gdOCqjG1JYgDoTDqolRU+QbAA/EyUGcqDt4DlMVnBHdSa6MrmyjU/1XxGwBDwN/k5IGkzFM8BFIi9fkuLTxAclDSHfBww6PHSQ0T5ilnVGoJ/EBwG/vPpmxEriN5O3Uf0BvkwcLur6zWznZKWpbnRmJ7+krSckW13EkXgnYQj7wuAy90HYNjMtvvYMGYOcAew05z+aAUed9+HiBKgd8faDPraMZYj4A+iA5jVRsC6svILRH/eiLMpQ7uOR9IWd9R0bTAlAZC0zNl9wvPBp9pusGZOewfUEgMecSdDGoVUJ0XTOKDXXaeSTyo8a3pOVJnmb3MziA4lNOp0+cpluZs0adJkFP8D3/unBM43RaUAAAAASUVORK5CYII=') 50% 50% no-repeat;
    background-size: 100%;
    background-color: var(--upw-primary-color) !important;
    vertical-align: middle;
}

.icons8-pad-dark {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABmJLR0QA/wD/AP+gvaeTAAAEkUlEQVR4nO3bW4hVVRzH8c/YhczJciqprMykm0UXQrtRYBe7hwVaD10hgoxeEoNe0oKe0kDrISKIopfoSojVQ9ZD6It2gYoiysoyLCudxsuMjvaw1nCOZ/Zx9lnn7D0ePV9Y7L32Wmuv//nNuuz1X2vo0KHDwUxXjjzjcS1Oj/G/0VeYRa1jB37Et6kv6MJj2Iw9bRzW4qIUAZbWvGg9fkLvfvCjGg3/4bxGfvxtVYVXYEpN+pKYthMnN/LiEhmL2dgk2LqykcKrY6HVODQjvRvbY577mjKzeO4X7NyNibWJYzIK9GBGvH8WuzLy9GFDvD+ueRsLZVW8duGk2sQsAU6pev5FnZdOUGn6vzVjXQlMr7rfUDdXFZeq9P8TM9K78FJM78exTRpYFIfhVmwUbP00b8FaAR4XBrvRHsmbCX3qzAJZXaCWG2QPhO3CNlyJr7MSG/lhH+CVVlhUErPwILaoP5Y1JMAPeLNJo8rk+DyZ8nSBA5oy+vYknICt+C4+O18YpdfjTxyFM2PalxjEacIMs1lY1BRCGS3gEazBq1XPVsRnc2N8Royvwbj4bFGMLy7SuE4XKKGOxXhZ+Gga4vJY96YYX4Wp8X7I17AATwtdpzDKEOCfGKr5tSa+XVhqV/NXDIXSrl1gChZqwVI8tQVcgXObrTwHg3jX8Bb0PG7GNNzZTAUpAozHJ8I0VgaX4KGqeI/wlQe3CLNG8jiRIkAfluOC1EobYBAf1TybrSL+kYIIb6RWkCLAbtyRWmELmFsTn6MJAdptEOzB1fF+aIFzo8rHU8OktIAuLMNlqZU2QD+exMcxPtT8d+EBfK7JbpAiwNGYp7zWc7eKAHPitTfasFVYRyR3gxQBNgv9cPpIGVvAgPAVOcTMeO2x98wwUyKp3wFvx1A2h8frKvyOycJC6vC6JUYgVYBuGT72AhjELxnPl+Ad3IPXmqkgRYAj8L0MH3tBLMJTRb18JAHq+dHz7Cq3ikLryhJgo9D0DqlTZofgvSmrC9SuHFtKlgDrcLGKi2qh4QufPu1xRmBE6nWBr2KAhw0X4HZhkVI0/cI0uL6oClIGwWPwlvI+hE4VvvoKIUWALXhROS1gAK83kH+s4IFel7dAigB7BE/v/sj7uEbYzstFu60GR+IsYdo8O2+BlBYwRtgiuzChbKMM4gkFfnanCNAt7LuX5RK73n4mQK/glJjWYluyGMR7RVaQuhj6LIa2J1WASTinlYbUoV84qZZ1UKslpAgwDt8InqEyeA7zM2yYILjDCCP/BAmzWooAO/GH8gTIWgzV+gDGGb55kosUAQaEtUEZAgxofNNjj+CvmDpSRtLHgN34N7FsK1gg7E7dJOwgb8NVMa1XOM4zL8+LRvv013yVZXcWg3jB8CPvs3BGDIQ/yNoUA0ZTgCnynf7oxr3xfqfgAL2uJs9AqhGjKcDPeMbILWBZVfxR4Z83alneQruGsVIYWJYWWUkBzBPs3uf54ANtNdgwB70AjYwBdwknQ9qFXCdF8wjQG68TleMKbzVb9pWYZ9NhsrAZ2q7d5UMVD3eHDh067MX/sKNZsrU5VroAAAAASUVORK5CYII=') 50% 50% no-repeat;
    background-size: 100%;
    vertical-align: middle;
}

.icons8-doctor-bag {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABmJLR0QA/wD/AP+gvaeTAAACF0lEQVRYhe3WzUuUURQG8F9aUWiTkIFgi0pQaWGCUWD0TZtcuq+/oVbRP1T7vqCCFjWB0CJ1k9LXwqCgAk2zorLFPS++M6PjvEMjBD5wOHDvOed55sx977ls4T9EF25gCt/CJnEde1tNfhZfsLKOfcbpVpGfwXIQ3cN5lMIu4H7sLbdCRDtmg+AmhjGCc2EjsXYrYmYiZ0NsW2PtQBQbxgAOoQ89BUV/xCu8DUEvwubWE9CGJxitU/QrFrGEeSzEekk6gB3oxJ46NZ7hFP5UCxjDnSB4LrV8Bi/Dv8PvOoXzaJc6149BqZP9OBYCx6RzVIG70v93tUGSZnAtOG5Xb5TwI2xfCwV042fwlPIb46HsUcGCZTwtmPM4uMZJBw9OhC8qYBQnC+ZkHMfzAobCTxYs1gwyjqG8gN7wrzdBQMbRmxeQDZGFmvBKlFXe/Rnyaxudifk8Z1udwLWwsnFIQzE1mI7EgYJ51Z1oBEciZ4rVDrwP31ewWDPIOObyAqbCD9WE/3tkHNN5ARPhLxYs1sxFlHFM5Bc36yreL13F38XEzDqwgIfYiSstFHAZO/BAGu0V4/iSNBHz43hW5Tj+1SDRdhyUvqpBaRSvOY6LPkgWczaf/QqpnV1WHySddWqUpTdjzYMkQy+Ohg3gcFiPBt950sPlA96EzUgzYNLqJ289AfXQHdaBXdgd68vSwVrCp7AtbKEh/AUir4elHzP9hQAAAABJRU5ErkJggg==') 50% 50% no-repeat;
    background-size: 100%;
    vertical-align: middle;
}

.flex {
    display: flex !important;
}

#tableMedicines td .medicine-buttons button {
    margin: 2px !important;
}

.condition-thanks-message {
    font-size: 18px;
    background: #ffd4d4;
    color: black;
    border-radius: 10px;
    border-left: 4px solid #f71515;
    margin: 20px 0;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    padding: 20px;
}

.notice-red {
    font-size: 15px;
    background: #ffd4d4;
    color: black;
    border-radius: 10px;
    border-left: 4px solid #f71515;
    margin: 20px 0;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    padding: 20px;
    margin-bottom: 0.25rem !important;
}

.upw .sub_menu_upw .parent-menu {
    border-radius: 5px;
    color: white !important;
    margin-bottom: 15px !important;
    width: 33% !important;
    padding-right: 30px;
    width: 33% !important;
}

.upw .parent-menu h4 {
    display: flex;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 12px;
}

.upw .parent-menu h4 a {
    font-weight: 700;
    font-size: 16px !important;
    text-transform: uppercase;
}

.upw .sub_menu_upw .parent-menu .upw__menu_item.menu-item-has-children a {
    display: contents;
    align-items: center;
    flex-flow: row;
    line-height: 1.5;
    font-size: 15px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: #383838;
    justify-content: space-between;
    font-weight: 500;
}

.upw .sub_menu_upw .parent-menu .upw__menu_item.menu-item-has-children a:hover {
    color: var(--upw-secondary-color) !important;
}

.parent-menu .sub-cats {
    padding-left: 0;
}

.parent-menu .sub-cats li {
    width: 100%;
    margin: 0;
    line-height: 30px;
    display: flex;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

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

#submitRegister {
    display: flex;
    align-items: center;
    justify-content: center;
}

#submitRegister .loader {
    height: 10px;
    width: 10px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-200 {
    padding-top: 200px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-200 {
    padding-bottom: 200px;
}

.py-100 {
    padding-bottom: 100px;
    padding-top: 100px;
}

.py-150 {
    padding-bottom: 150px;
    padding-top: 150px;
}

.py-200 {
    padding-bottom: 200px;
    padding-top: 200px;
}

.section-heading {
    display: block;
    text-align: center;
    margin-bottom: 70px;
    position: relative;
}

.section-heading::before {
    content: '';
    position: absolute;
    border-bottom: 4px solid;
    width: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
}

.section-content-area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.section-block {
    text-align: center;
    flex: 0 0 33.333%;
    padding: 0 15px;
    margin-bottom: 20px;
}

.section-block .icon {
    margin: 0 auto 20px;
    width: 100px;
    height: 100px;
}

.section-block .icon img {
    width: 100%;
}

.consultation-content-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fffef8;
    padding: 50px;
    border-radius: 10px;
}

.consultation-content-area .featured-image {
    padding: 20px;
    border-radius: 10px;
    flex: 0 0 45%;
    text-align: center;
}

.consultation-content-area .featured-image img {
    width: 70%;
}

.consultation-content-area .section-description {
    margin-bottom: 50px;
    margin-left: 50px;
    flex: 0 0 45%;
}

.consultation-content-area .section-description h1:first-child,
.consultation-content-area .section-description h2:first-child,
.consultation-content-area .section-description h3:first-child,
.consultation-content-area .section-description h4:first-child,
.consultation-content-area .section-description h5:first-child {
    margin-bottom: 35px;
}

.consultation-content-area .section-description p {
    text-align: justify;
}

.upw-theme-btn {
    background: var(--upw-primary-color);
    color: #fff;
    padding: 10px 20px;
    margin: 10px 0;
    width: 250px;
    display: block;
    text-align: center;
    font-size: 18px;
}

.upw__product_list.owl-carousel .owl-dot {
    display: inline-block;
    margin-right: 5px;
}

.upw__product_list.owl-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    display: block;
    background: #ddd;
    border-radius: 100px;
}

.upw__product_list.owl-carousel .owl-dot.active span {
    background: var(--upw-primary-color);
}

.upw__product_list.owl-carousel .owl-item img {
    object-fit: contain;
}

.upw__product_list.owl-carousel .owl-prev {
    position: absolute;
    left: -55px;
    top: 40%;
}

.upw__product_list.owl-carousel .owl-next {
    position: absolute;
    right: -55px;
    top: 40%;
}

.upw__product_list.owl-carousel .owl-nav svg {
    width: 30px;
    height: 30px;
}

.upw__product_list.owl-carousel .owl-nav svg polyline {
    stroke-width: 7px;
    stroke: var(--upw-primary-color);
}

.condition-treatment-description {
    background: #f8f8f8;
}

.condition-content-section > h1,
.condition-content-section > h2,
.condition-content-section > h3,
.condition-content-section > h4 {
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}

.condition-content-section > h1::before,
.condition-content-section > h2::before,
.condition-content-section > h3::before,
.condition-content-section > h4::before {
    content: '';
    position: absolute;
    border-bottom: 4px solid;
    width: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px;
}

.right-arrow {
    width: 15px;
    height: 15px;
    display: block;
}

.right-arrow svg {
    vertical-align: top;
}

.owl-margin-auto .owl-stage {
    margin: 0 auto;
}

.action-block {
    display: flex;
}

.presc-detail-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.datepicker-months .month,
.datepicker-years .year,
.datepicker-decades .decade,
.datepicker-centuries .century {
    display: inline-block;
    width: 60px;
    padding: 10px 0;
}

.datepicker-months .month:hover,
.datepicker-years .year:hover,
.datepicker-decades .decade:hover,
.datepicker-centuries .century:hover {
    cursor: pointer;
}

.upw-related-products {
    margin-top: 30px;
}

.upw-related-products h2 {
    margin-bottom: 20px;
}

.upw-related-products .upw__cta {
    padding: 0;
    margin: 0;
    box-shadow: unset;
    background: transparent;
}

.upw-related-products .upw__cta li img {
    height: auto;
}

.owl-next.disabled, .owl-prev.disabled {
    opacity: 0.3;
}

.upw-related-product-list .owl-item {
    display: flex;
    flex-flow: wrap;
}

.upw-related-product-list .owl-item li {
    margin: 0 0 10px 0;
}

.upw-related-product-list li {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}

.upw-product-cta-block {
    margin-top: auto;
    width: 100%;
}

.upw-related-product-list .owl-dots {
    margin-top: 10px;
}

.upw__banner .upw__container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

/** filter **/
.price-range-field {
    display: none;
    margin: 3px;
    border-radius: 5px;
    width: 60px;
}

.price-range-field::-webkit-outer-spin-button,
.price-range-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.shop-filters .price h3, .shop-filters .sort-by h3 {
    margin-bottom: 10px;
}

.shop-filters .price, .shop-filters .sort-by {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}

.slider-values p {
    display: inline-block;
    line-height: 0px;
    font-size: 0.9em;
    font-weight: 400;
}

.slider-values p strong {
    font-weight: 600 !important;
}

.shop-filters .slider-values p + p {
    margin-left: 20px;
}

.shop-filters .ui-slider-horizontal {
    height: .3em;
    background: #000 !important;
    min-width: 100px;
    width: 100%;
    margin: 5px;
    margin-top: 15px;
}

.shop-filters .ui-state-default, .shop-filters .ui-widget-content .ui-state-default, .shop-filters .ui-widget-header .ui-state-default {
    border: 1px solid #000;
    background: #fff;
    font-weight: normal;
    color: #000;
    border-radius: 100px;
}

.shop-filters .slider-values {
    margin-top: 15px;
}

.shop-filters .ui-slider-horizontal .ui-slider-handle {
    top: -.2em;
    margin-left: 0;
}

.shop-filters .ui-slider .ui-slider-handle {
    width: 0.7em;
    height: 0.7em;
}

.shop-filters .ui-slider-horizontal .ui-slider-range {
    background: #000;
}

.sort-by .select2-container {
    width: 100% !important;
}

/** filter ends **/

@media all and (max-width: 767px) {
    .consultation-content-area {
        padding: 20px;
    }

    .upw__container {
        padding: 0 20px;
    }

    .consultation-content-area .featured-image {
        padding: 0;
        margin-bottom: 20px;
        flex: 0 0 100%;
    }

    .consultation-content-area .section-description {
        margin-left: 0;
        flex: 0 0 100%;
    }

    .upw__dash_half, .upw__third {
        width: 100% !important;
    }

    .upw__product_list.owl-carousel li {
        height: 100% !important;
    }

    .upw__product__images {
        margin-bottom: 20px;
    }

    .upw__product_list li a {
        width: 100%;
    }

    .upw-delivery-block li {
        text-align: center;
        width: 100%;
    }
}

.ajs-header {
    display: none;
}

.show-more, .show-less {
    text-decoration: underline;
    cursor: pointer;
}

.pm-login-page {
    margin-top: 50px;
}

.upw__cart .nav-tabs > li > a {
    cursor: default !important;
}

.upw.cart-menu a {
    position: relative;
}

.upw .bag-icon svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.upw .cart-menu .bag-number {
    background: red;
    color: #fff;
    width: 20px;
    border-radius: 100px;
    position: absolute;
    top: 6px;
    right: 0px;
    height: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}

.upw-shortcode-bag {
    display: flex;
    background: red;
    color: #fff;
    width: 20px;
    border-radius: 50%;
    top: 6px;
    right: -9px;
    height: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}

.upw-shortcode-bag-a {
    display: flex;
    max-width: 50px;
}

#addAddressModal {
    overflow: visible;
}

.upw-w-100 {
    width: 100%;
}

.clear-both {
    clear: both;
}

.display-block {
    display: block;
}

.pm-box {
    margin-bottom: 20px;
}

.pm-pay-action-btns {
    margin-bottom: 30px;
    margin-top: 40px;
    display: flex;
    clear: both;
    justify-content: center;
}

.pm-pay-action-btns .upw__button {
    max-width: 200px;
}

.order-confirmation .upw__cart {
    padding: 0;
}

.order-confirmation .customer-detail {
    padding: 50px 0;
    background: #fff;
}

.order-confirmation .order-status span {
    padding: 10px;
    border-radius: 5px;
    background: #efefef;
    line-height: 3.2;
}

.order-confirmation .ordered-product-detail {
    padding: 50px 0;
}

.order-confirmation .upw__banner {
    background: #e8eeee;
}

.order-confirmation .upw__banner h1 {
    font-size: 60px;
    color: #000;
    font-weight: 900;
}

.order-confirmation .upw__banner p {
    max-width: 400px;
    color: #000;
}

.order-confirmation .upw__banner p a {
    color: #000;
    font-weight: 700;
    text-decoration: underline !important;
}

.order-confirmation .ordered-product-detail table {
    border-radius: 10px !important;
    overflow: hidden;
    border-right: none !important;
    box-shadow: 0 0 10px 0 #e8e8e8;
}

.order-confirmation .ordered-product-detail table tbody tr:nth-child(2n) {
    background-color: #f8f6ff;
}

.order-confirmation .ordered-product-detail table th, .order-confirmation .ordered-product-detail table td {
    border: none !important;
    padding: 16px;
}

.order-confirmation .ordered-product-detail table tbody tr:last-child td:first-child {
    text-align: left;
    /* font-weight: 700; */
}

.order-confirmation .ordered-product-detail table tbody tr:last-child td {
    font-size: 16px;
}

.order-confirmation .ordered-product-detail table thead th {
    font-size: 16px;
}

.order-confirmation .ordered-product-detail table tbody td {
    font-size: 16px;
}

.order-confirmation .ordered-product-detail table tfoot th {
    background: unset !important;
    text-align: right;
    font-size: 16px;
    color: #000;
}

.order-confirmation .ordered-product-detail table tfoot td {
    font-size: 16px;
}

.order-reviews-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

.order-reviews-section .review-website-logo img {
    width: 150px;
}

.order-reviews-section .testimonial {
    margin-top: auto;
    text-align: right;
    max-width: 330px;
    font-style: italic;
}

.order-confirmation-act-btns .upw__button.float_left {
    float: unset !important;
    margin-bottom: 50px;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.7;
    display: none;
}

#video {
    position: relative;
    z-index: 9999;
    display: none;
}

#video .close-video-overlay {
    position: absolute;
    right: -15px;
    width: 30px;
    top: -15px;
    height: 30px;
    overflow: hidden;
    background: #fff;
    border-radius: 100px;
}

#video .close-video-overlay svg {
    width: 100%;
    height: 100%;
    padding: 7px;
}

#video-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-height: 90vh;
}

#video-container iframe {

    max-height: 80vh;

}

.video-popup-cta-block button {
    margin: 5px;
    text-align: center;
    background-color: var(--upw-primary-color) !important;
    color: #fff !important;
    padding: 10px 25px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    text-decoration: none !important;
    border-radius: 3px !important;
    border: none !important;
    box-shadow: 0 0.5rem 1rem 0 rgb(24 67 99 / 10%), 0 1px 2px 0 rgb(24 67 99 / 10%) !important;
    transition: 300ms ease all !important;
}

.video-popup-cta-block button svg.clock-svg {
    width: 15px;
    height: 15px;
}

.video-popup-cta-block button svg {
    width: 20px;
    height: 20px;
}

.video-popup-cta-block button svg circle, .video-popup-cta-block button svg path {
    fill: #fff;
}

.info-text {
    color: white;
}

.font-italic {
    font-style: italic !important;
}

.color-gray {
    color: gray !important;
}

.free-delivery {
    color: red !important;
    vertical-align: top;
    text-decoration: none;
    text-decoration: line-through;
}

.line-through {
    text-decoration: line-through;
}

.upw__content {
    /*color:white;*/
}

#paypal-button-container {
    margin-bottom: 30px !important;
}

#paypal-button-container iframe {
    width: auto !important;
    /*transform: translateX(80%);*/
}

@media only screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: landscape), only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait), only screen and (min-device-width: 1180px) and (max-device-height: 820px) and (orientation: landscape), only screen and (min-device-width: 1024px) and (max-device-height: 768px) and (orientation: landscape) {
    #video-container {
        top: 50%;
        left: 50%;
        width: 90%;
    }

    #video-container iframe {
        width: 100%;
        height: 600px;
    }
}

@media only screen and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait), only screen and (device-width: 834px) and (device-height: 1194px) and (orientation: portrait), only screen and (device-width: 820px) and (device-height: 1180px) and (orientation: portrait), only screen and (device-width: 810px) and (device-height: 1080px) and (orientation: portrait), only screen and (device-width: 912px) and (device-height: 1368px) and (orientation: portrait) {
    #video-container {
        top: 50%;
        left: 50%;
        width: 90%;
    }

    #video-container iframe {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    #video-container {
        top: 50%;
        left: 50%;
        width: 90%;
    }

    #video-container iframe {
        width: 100%;
        height: 350px;
    }

    #video .close-video-overlay {
        right: -15px;
        top: -15px;
    }
}

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

    .upw__col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .upw__col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

}

.login-button {
    color: #fff;
}

.login-button:hover,
.login-button:focus {
    color: #fff !important;
}

.modal-body.consultation-form-details.full-width .row {
    border: 1px solid #9f9f9f;
    border-radius: 3px;
}

#wpbody-content .modal-content .row {
    margin: 0 0 5px 0;
    background: #f8f8f8;
    padding: 5px 10px;
    box-sizing: border-box !important;
    font-size: 14px !important;
}

.categories-filers .category-show {
    clear: left;
}

.private-prescriptions .currentColor path {
    fill: var(--upw-primary-color) !important;
}

table img {
    max-height: 80px;
}

.calendar {
    display: flex;
}

.calendar-input {
    margin: 5px;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

/* Consultation frontend updates ----------------------------------------------------*/

.upw__question label p {
    margin-bottom: 0px !important;
}

.upw__question label p br {
    display: none !important;
}

.upw__question ul {
    list-style-type: disc !important;
    margin-left: 15px;
}

.upw__question li {
    line-height: 1.7em;
}

.upw__consultation .phase .upw__button {
    width: auto !important;
    margin: 10px 0 10px;
    float: right;
}

#questionForm {
    box-shadow: 0 0.5rem 1rem 0 rgb(24 67 99 / 10%), 0 1px 2px 0 rgb(24 67 99 / 10%);
    border-radius: 15px;
}

.upw__question {
    border-radius: 10px;
    margin-bottom: 10px;
}

.upw__question.active {
    box-shadow: 0 0.5rem 1rem 0 rgb(24 67 99 / 10%), 0 1px 2px 0 rgb(24 67 99 / 10%);
}

.bag-menu path {
    fill: white
}

.bag-menu .total-cart-items {
    background: var(--upw-primary-color);
    color: #fff;
    width: 21px;
    height: 21px;
    position: absolute;
    display: flex;
    top: -8px;
    border-radius: 100px;
    font-size: 11px;
    justify-content: center;
    align-items: center;
    left: -8px;
    padding: 0;
    margin: 0;
}

.width-50 {
    width: 50% !important;
}

.upw__price .prod-price-tag {
    display: inline-block;

    width: auto;
    height: 38px;

    background-color: var(--upw-primary-color);
    -webkit-border-radius: 3px 4px 4px 3px;
    -moz-border-radius: 3px 4px 4px 3px;
    border-radius: 3px 4px 4px 3px;

    border-left: 1px solid var(--upw-primary-color);

    /* This makes room for the triangle */
    margin-left: 19px;

    position: relative;

    color: white;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    line-height: 38px;

    padding: 0 10px 0 10px;
}

/* Makes the triangle */
.upw__price .prod-price-tag:before {
    content: "";
    position: absolute;
    display: block;
    left: -19px;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-right: 19px solid var(--upw-primary-color);
}

/* Makes the circle */
.upw__price .prod-price-tag:after {
    content: "";
    background-color: white;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    left: -9px;
    top: 17px;
}

.prod-price-tag .currency {
    font-size: 16px;
}

.upw__product__images {
    position: relative;
}

.upw__product__images .upw__price {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.product-info .product-title {
    color: var(--upw-primary-color);
    font-size: 25px;
    border-bottom: none;
    text-transform: unset;
}

.bg-grey {
    background: #EEEEEE;
}

.modal-body.consultation-form-details.full-width .row {
    border: 1px solid #9f9f9f;
    border-radius: 3px;
}

.consultation-form-details .row {
    margin: 0 0 5px 0;
    background: #f8f8f8;
    padding: 5px 10px;
    box-sizing: border-box !important;
    font-size: 14px !important;
}

/* Stripe checkout button --------------------------------------------------------------------------------------------*/

.stripeCheckoutButton {
    width: 60px;
}

span.checkoutButtonText {
    color: #000;
    font-weight: 300;
    font-size: 16px;
    top: 1px;
    position: relative;
}

button.button.upw__button.float-left.previous-cart-tab {
    clear: both;
    margin-top: 50px;
}

button.upw__button.float_left.make-payment {
    padding: 8px 8px 8px 8px !important;
    width: 300px !important;
    margin-bottom: 20px !important;
}

button.upw__button.float_left.make-payment {
    color: var(--upw-primary-color) !important;
    background: none !important;
    border-color: var(--upw-primary-color) !important;
    border: 2px solid !important;
}

div#paypal-button-container {
    width: 300px !important;
    float: right;
}

/* Fisk UPW demofixes --------------------------------------------------------------------------------------------*/

.owl-prev, .owl-next {
    background-color: var(--upw-primary-color) !important;
}

.owl-prev:hover, .owl-next:hover {
    background-color: var(--upw-secondary-color) !important;
}

/* ---------------------------------------------------------------------------------------------------------------*/

.upw .sub_menu_upw > li .arrow {
    height: auto;
    margin: 5px 10px 0 0 !important;
}

.price-filter {
    display: flex;
}

.upw__button.make-payment-with-barclay {
    margin-right: 10px !important;
}

.upw__button.make-payment, .upw__button.place-order {
    background-color: transparent !important;
    border: 2px solid black !important;
    border-radius: 25px !important;
    color: var(--upw-primary-color) !important;
    padding: 10px !important;
}

button.upw__button.float_right.make-payment {
    padding: 8px 75px 8px 75px!important;
    top: 1px!important;
    position: relative;
}

.upw__product_list {
    display: grid;
    grid-auto-rows: 1fr;
    gap: 2rem;
    padding: 15px;
}

@media (min-width: 600px) {
    .upw__product_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) {
    .upw__product_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .upw__product_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1340px) {
    .upw__product_list {
        grid-template-columns: repeat(3, 1fr);
    }
}

.condition_product_grid {
    display: flex;
    justify-content: center;
    flex-flow: column;
    box-shadow: 0 0 10px 0 #e8e8e8;
    padding: 15px;
    background-color: #ffffff;
}

.condition_product_grid .upw__button {
    margin-top: auto;
    width: auto !important;
}

#register_upload_id_error, #register_nominate_error {
    clear: both;
    width: 100% !important;
    display: block;
    margin-bottom: 10px;
}

.upw-p-5{
    padding: 5px;
}

.mb20{
    margin-bottom: 20px !important;
}

#previousBMI {
    font-weight: bold;
}

.upw .upw__button {
    border-radius: 50pt !important;
    padding: 1rem 3rem !important;
}

.upw__button.start-consultation {
    font-size: 14pt !important;
    width: auto !important;
    animation: pulse-white 2s infinite;
}

.upw__button.video-consultation {
    font-size: 14pt !important;
    width: auto !important;
}

@media only screen and (max-width: 767px) {
    .upw .upw__cart .upw__button.float_right {
        width: 300px !important;
        margin: 0 0 10px !important;
        float: right !important;
    }
}

.shopProductImage {
    height: 200px;
}

.shopProductName {
    height: 100px;
}

div#product_details_table_wrapper {
    zoom: 0.9;
}


.dataTables_scrollHead {
    zoom: 0.97;
}

.dataTables_scrollBody {
    /* zoom: 0.9; */
    width: 100%!important;
    overflow: hidden!important;
}

.dataTables_scrollFootInner {
    zoom: 0.97;
}

table#product_details_table {
    width: 100%!important;
    overflow: hidden!important;
}


/* copied from WP Customizer - additional CSS -----------------------------------------------------------------------*/

html {
    margin-top: 0 !important;
}
#navbar {
    position: relative;
}
.menu-item-has-children.upw {
    position: static !important;
}
body.upw .upw > .sub_menu_upw {
    transform: translate(0, 0) !important;
    left: 0 !important;
    right: 0 !important;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    overflow: hidden;
    margin-top: 0px !important;
}
.upw__bg {
    display: none;
}
/*.logged-in #menu-main-menu .menu-item:nth-last-child(2) {*/
/*    display: none;*/
/*}*/
.cart-menu .bag-icon svg {
    fill: #fff;
}

@media (min-width: 992px) {
    #navbar #menu-main-menu .upw .upw__button:not(.inverse):hover {
        color: #032940 !important;
    }
    #navbar .upw .sub_menu_upw .parent-menu .upw__menu_item.menu-item-has-children a {
        color: #ffffff;
    }
    #navbar #menu-main-menu .upw .sub_menu_upw .upw__menu_item a {
        color: #ffffff;
    }
    .upw .upw-shop-submenu  .upw__menu_item {
        background: #e7f4ff;
        margin-bottom: 20px !important;
        margin-right: 20px !important;
        border-bottom: 20px solid #c3e3ff !important;
        border-radius: 10px;
        padding: 20px 20px 15px;
        width: 30.33% !important;
    }
    .upw .parent-menu .sub-cats {
        padding-left: 0;
        padding: 20px 20px 5px;
        background: #e7f4ff;
        list-style: none;
        border-bottom: 20px solid #e7f4ff;
        border-radius: 10px;
    }
    .upw .parent-menu .sub-cats li {
        margin: 0 0 10px 0;
    }

    /** Mega Menu **/
    .upw .sub_menu_upw:not(.upw_category_submenu) > li.upw__title {
        height: auto;
        margin: 0 0 20px 0 !important;
        padding: 0 0 10px 0 !important;
    }
    .upw .sub_menu_upw > li.upw__title {
        width: 100% !important;
    }
    .upw .upw-shop-submenu .upw__menu_item, .upw .sub_menu_upw > .upw__menu_item {
        background:var(--upw-primary-color);
        margin-bottom: 20px !important;
        border-bottom: 20px solid var(--upw-secondary-color) !important;
        margin-right: 20px !important;
        border-radius: 10px;
        padding: 20px 20px 15px;
        width: 30.33% !important;
    }
    .upw .sub_menu_upw .parent-menu {
        width: 30% !important;
    }
    .upw .parent-menu h4 a, .upw .parent-menu h4 {
        color: var(--upw-primary-color) !important;
        font-size: 17px;
        text-transform: uppercase;
    }
    .upw .parent-menu .sub-cats {
        padding: 20px 20px 5px;
        background: var(--upw-primary-color);
        list-style: none;
        border-bottom: 20px solid var(--upw-secondary-color);
        border-radius: 10px;
    }
    .upw .parent-menu .sub-cats li {
        margin: 0 0 10px 0;
    }
    .upw .sub_menu_upw > li a, .upw .sub_menu_upw > li a:visited {
        /* 	justify-content: space-between !important; */
    }
    /** menu ends**/
}

.upw .upw__banner {
    background: #fff;
    padding-top: 75px;
    padding-bottom: 0;
}
.upw---categories---page .upw__products {
    background: #fff;
}
.upw---conditions---page .upw__products {
    background: #fff;
    padding-top: 10px;
}
.upw__banner .section-title, .upw__banner h1 {
    padding-top: 30px;
    font-weight: 400;
    font-size: 34px;
    margin-top: 0;
}
.upw__banner .upw__container:first-child {
    border-top: 2px solid var(--upw-primary-color);
    background: transparent;
    display: flex;
    flex-flow: row wrap;
    align-items: start;
    /*
      padding-bottom: 40px;
    */
}
/*
.upw__product_list.owl-carousel .owl-stage-outer {
	padding-top: 20px;
}
.upw__product_list.owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: #fff;
	color: #34a82f;
	font-size: 22px;
	padding-top: 0;
}
.upw__product_list .owl-stage {
	display: flex;
	flex-flow: row wrap;
}
.upw__product_list .owl-stage .owl-item {
	display: flex;
}
.upw__product_list .owl-stage .owl-item li {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	border: 1px solid #f7f7f7;
	box-shadow: 0 0px 10px 0 #dedede;
}
.upw__product_list .owl-stage .owl-item li .upw__button {
	display: flex;
	margin-top: auto;
	justify-content: center;
}
*/
.upw__product_list li h4 {
    font-size: 16px;
}
.upw__product_list li h6 {
    font-size: 15px;
}
.upw__product_list .owl-stage .owl-item li .upw__button:hover{
    color: #032940 !important;
}
.upw--cta-block {
    display: flex;
    justify-content: center;
}
.upw--cta-block #load-more {
    width: auto !important;
}
.upw .categories-filers li.li-category a {
    background: transparent !important;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.upw .categories-filers li.li-category {
    background: #fff;
    padding: 0.75rem 1.25rem 0.75rem 0;
    border-bottom: 1px solid var(--upw-primary-color);
}
.upw .categories-filers li.li-category h6 {
    font-size: 14px;
    margin-bottom: 0;
}
.upw__sidebar__shop {
    width: 22%;
    margin: 0px 25px 0 0;
}
.upw__with_sidebar__shop {
    width: 75%;
}
.upw__products .section-title {
    font-size: 26px;
    margin-bottom: 20px;
    padding-top: 0;
}
.price-range-input {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.price-range-input label {
    display: flex;
    align-items: center;
}
.price-range-field {
    display: block;
}
.shop-filters .slider-values {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.slider-values p {
    color: #fff;
    font-size: 14px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: var(--upw-primary-color);
    border-radius: 3px;
}
.shop-filters .ui-slider .ui-slider-handle {
    width: 5px;
    height: 27px;
    background: var(--upw-primary-color);
    border: none;
    border-radius: 0;
    top: -11px;
}
.shop-filters .price, .shop-filters .sort-by {
    border: none;
}
.shop-filters .ui-slider-horizontal .ui-slider-range {
    background: #d9d9d9;
}
.shop-filters .ui-slider-horizontal {
    background: var(--upw-primary-color) !important;
}

/*
.upw__with_sidebar__shop .upw__product_list {
	text-align: left;
	display: flex;
	flex-flow: row wrap;
}

.upw__with_sidebar__shop .upw__product_list li {
	margin-left: 0;
	margin-right: 10px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

*/
.upw__with_sidebar__shop .upw__product_list li .upw__button {
    margin-top: auto;
    /*
     width: auto !important;
    */
}
.upw__with_sidebar__shop .upw__product_list li {
    text-align: center;
    width: 280px;
    margin-right: 30px;
    box-shadow: 0 0 10px 0 #e8e8e8;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.upw__with_sidebar__shop .upw__product_list li:nth-child(3n) {
    margin-right: 0;
}
.upw__with_sidebar__shop .upw__product_list li .upw__button:hover {
    color: #032940 !important;
}
.upw__products.condition-products {
    padding-top: 75px;
}
.condition-how-it-works.py-100 {
    padding-top: 10px;
    padding-bottom: 40px;
}
.upw__banner .upw__button:hover {
    color: #fff !important;
}
.upw__product {
    background: #fff;
}
.upw__product h1 span {
    border: none;
}
.upw-prod-button .single-prod-btn {
    float: unset !important;
    display: inline-block;
    margin: 0;
    font-size: 15px !important;
    width: auto !important;
}
.upw-prod-button .single-prod-btn:hover {
    color: #fff !important;
}
.upw__cta {
    border-top: 4px solid var(--upw-primary-color);
}
.upw__cta li {
    text-align: center;
}
#upw__accordion .active {
    margin-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#upw__accordion .accordion-content.default {
    border: 1px solid #34a82f3b;
}
.upw---treatments---page .upw__products {
    background: #fff;
}
.upw-prod-action {
    margin-top: 30px;
    margin-bottom: 0;
}
.search-result .upw__product_list .owl-stage .owl-item li .upw__button {
    margin: 0 !important;
}

.upw__form_element label {
    font-size: 15px;
}
.upw__price .prod-price-tag {
    display: inline-block;

    width: auto;
    height: 38px;

    background-color:var(--upw-primary-color);
    -webkit-border-radius: 3px 4px 4px 3px;
    -moz-border-radius: 3px 4px 4px 3px;
    border-radius: 3px 4px 4px 3px;

    border-left: 1px solid var(--upw-primary-color);

    /* This makes room for the triangle */
    margin-left: 19px;

    position: relative;

    color: white;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    line-height: 38px;

    padding: 0 10px 0 10px;
}

/* Makes the triangle */
.upw__price .prod-price-tag:before {
    content: "";
    position: absolute;
    display: block;
    left: -19px;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-right: 19px solid var(--upw-primary-color);
}

/* Makes the circle */
.upw__price .prod-price-tag:after {
    content: "";
    background-color: white;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    left: -9px;
    top: 17px;
}
.prod-price-tag .currency {
    font-size:16px;
}
.upw__product__images {
    position:relative;
}
.upw__product__images .upw__price {
    text-align: right;
    position: absolute;
    top:0;
    right: 0;
    z-index: 9;
}
/**cart**/
.upw__cart table {
    border-radius: 10px 10px 0 0 !important;
    overflow: hidden;
    border: 0 !important;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
}
.upw__cart .upw__table thead th {
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
    font-weight: 600 !important;
}
.upw__cart .upw__table thead th:first-child {
    text-align: left;
}
.upw__cart table tbody tr:nth-child(2n) {
    background-color: #f8f6ff !important;
}
.upw__cart table tbody tr th {
    background-color: transparent !important;
    color: #000 !important;
    text-align: right;
    border: 0 !important;
    padding: 16px 0;
}
.upw__cart table tbody td .upw__button {
    height: auto;
}
.upw__cart table tbody td, .upw__cart table thead th,
.upw__cart table tfoot td{
    border: 0 !important;
}
.upw__cart table tbody td:not(:first-child) {
    text-align: center;
}
.upw__cart ul.nav.nav-tabs {
    border-bottom: 0;
}
.upw__cart ul.nav.nav-tabs li {
    margin-right: 5px;
    border-radius: 4px 4px 0 0;
}
.upw__cart .nav-tabs li:not(.active) {
    background: var(--upw-primary-color);
}
.upw__cart .nav-tabs li:not(.active) a {
    color: #fff !important;
}
/** cart ends**/

.parent-menu h4 {
    margin-top:10px!important;
    font-weight: bold;
}

.upw #menu-main-menu li.upw .sub_menu_upw li a {
    padding: 2px 7px !important;
}


@media (max-width: 992px) {
    .col-12.d-flex.justify-content-center.mt-3 {
        display: block!important;
    }
}


.condition-flow {
    display: block;
    width: 100%;
}

button.upw__button.single-prod-btn.add-to-product-cart {
    margin-bottom: 10px;
    width: 100%!important;
}

/* End of copied from WP Customizer - additional CSS -----------------------------------------------------------------*/

span.arrow.is-right {
    display: none!important;
}

.upw_regular_price_tag{
    display: none;
    clear: both;
}
