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(--primary-color);
}

.upw > .sub_menu_upw {
    position: absolute !important;
    left: 0 !important;
    top: 100% !important;
    z-index: 600 !important;
    background-color: #fff !important;
    width: 1000px !important;
    max-width: 1000px !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 200px 30px 30px !important;
    transform: translate(-500px, 0) !important;
    z-index: -99999 !important;
    text-align: left !important;
    margin: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    min-height: 290px !important;
}

.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(--primary-color);
    padding: 25px;
    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: 0 0 15px 0;
}

.upw > .sub_menu_upw > .menu__edge a.upw__button {
    width: 100% !important;
    padding: 10px 5px !important;
}

.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.3% !important;
    margin: 0 0 0 0 !important;
    list-style: none !important;
    border: none !important;
}

.upw .sub_menu_upw > li.upw__title {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
    padding: 0 0 10px 5px !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: 24px !important;
    padding: 0 !important;
    color: var(--primary-color) !important;
    line-height: 1 !important;
}

.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: 14px !important;
    float: left !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 5px 3px !important;
    transition: 300ms ease all;
    font-weight: 500;
    color: #020134 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.upw .sub_menu_upw > li:hover > a {
    padding: 5px 3px 5px 8px !important;
}

.upw .sub_menu_upw > li a:hover,
.upw .sub_menu_upw > li a:focus {
    background-color: transparent !important;
    color: var(--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(--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 {
    text-align: center;
    background-color: var(--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(--primary-color) !important;
}

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

.upw__button.float_right {
    float: right !important;
    width: auto !important;
    margin: 0 0 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 30px 0;
    color: var(--primary-color) !important;
    font-weight: 500;
}

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(--primary-color);
}

.upw__product__images {
    padding: 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%);
}

.upw__delivery {
    margin: 30px 0;
    padding: 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%);
}

.upw__delivery p {
    margin: 0;
}


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

.upw__product__form {
    float: left;
    width: 100%;
    margin: 30px 0;
    padding: 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%);
}

.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 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 25px;
    margin: 0 0 20px;
    font-weight: 700;
    color: #020134;
}

.upw__form_element {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

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

.radio-active {
    border-width: 1px !important;
    background-color: var(--primary-color);
    color: #fff;
}

.exzoom .exzoom_img_ul_outer {
    border: none !important;
}

.exzoom .exzoom_img_box {
    background: transparent !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(--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(--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(--primary-color) !important;
    color: #fff !important;
}

#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%;
    margin: 0 auto;
    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: 0 0 30px 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(--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---consultation---page .upw__banner {
    padding: 40px 0 20px;
    background-color: #edf5f6;
}

.upw__banner h1 {
    font-size: 40px;
    margin: 0 0 10px 0;
    font-weight: 500;
    color: var(--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;
}

.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 30px 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(--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: 75px 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(--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(--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;
}

.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(--primary-color) !important;
    color: #fff;
}

.product-icon {
    height: 200px;
}


/* 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(--primary-color);
    background-color: var(--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: 30px;
    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 0 30px 0;
    padding: 0;
    float: left;
    width: 100%;
    border-left: 1px solid #ddd;
}

ul.thank_you_list li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 25%;
    padding: 20px;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #ddd;
    height: 240px;
}

ul.thank_you_list li strong {
    display: block;
    font-weight: 600 !important;
    color: var(--primary-color) !important;
}

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

/* Modal */

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

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

img.modal {
    width: 100%;
}

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

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

.modal-dialog .modal-header {
    width: 50%;
    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 .registeringc .modal-body {
    width: 100%;
}

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

.modal-dialog .registeringc .modal-body .half {
    float: left;
    width: 49%;
    padding: 0 1% 0 0;
}

.modal-dialog .registeringc .modal-body .half.last {
    float: right;
    width: 49%;
    padding: 0 0 0 1%;
}

.modal-dialog .modal-body.addresses .half {
    float: left;
    width: 49%;
    padding: 0 1% 0 0;
}

.modal-dialog .modal-body.addresses .half.mb10 {
    margin-bottom: 9px;
}

.modal-dialog .modal-body.addresses .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%;
}

.form-control[type=file] {
    overflow: hidden;
    margin: 0 0 16px 0;
}

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

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

.modal-dialog .modal-body h6 {
    color: var(--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: 0 !important;
}

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

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

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 43px !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;
}

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

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

.form-control[type=file] {
    font-size: 12px !important;
}

.registeringc .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="password"] {
    font-size: 14px;
    padding: 10px;
    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-top: 0;
    margin-bottom: 0;
    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(--primary-color);
    font-weight: 600;
}

.upw__search h3 {
    color: var(--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(--primary-color);
}

div.phase > div > label {
    color: var(--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(--secondary-color) !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;
}

.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;
}

.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: 50% !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(--secondary-color) !important;
}

.register-message {
    color: green;
}

.d-none {
    display: none;
}

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;
}

#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;
}

.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;
}

.row {
    width: 100%;
}

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

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

    .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 li {
        float: left;
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        padding: 20px;
        text-align: center;
        vertical-align: top;
        border-right: none;
        height: auto;
        border-top: 1px solid #ddd;
    }

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

    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(--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(--primary-color);
    border-radius: 3px;
}

.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(--primary-color);
    border-radius: 3px;
    margin: 3px;
    width: 50%;
}

.message-box {
    display: flex;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

#threadMessageBody {
    width: 100%;
}

.display-flex{
    display: flex;
}

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