/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
/* Begin Tamara payment css */

#tamara-logo-payment {
    margin-left: 50px;
}
.tamara-success-title {
    text-align: center;
    font-weight: bolder;
}
.tamara-success-title h2 {
    font-size: 4.6rem;
    text-align: center;
}
#content-success {
    margin: 10px auto;
    width: 100%;
    text-align: center;
}
#tamara-logo-success {
    margin: 50px auto;
    width: 100%;
    text-align: center;
}
#tamara-logo-success img {
    margin-top: 10px;
}
.message.error.hidden-error-iframe {
    display: none;
}
/*popup product*/
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tamara-info-popup .wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    display: flex;
    justify-content: flex-start;
}
.tamara-info-popup .wrapper .sub-title {
    padding-right: 15px;
    display: flex;
    align-items: center;
}
.tamara-info-popup .wrapper .modal-toggle {
    border: none;
    background: none;
    padding: 7px 15px;
    margin: 0;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    color: #3F3F3F;
}
.tamara-info-popup .wrapper .modal-toggle:hover {
    border: none;
}
.tamara-info-popup .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: currentcolor;
}
.tamara-info-popup h1,
.tamara-info-popup h2,
.tamara-info-popup h3,
.tamara-info-popup h4,
.tamara-info-popup h5,
.tamara-info-popup h6 {
    color: #222;
    font-weight: 700;
    font-family: inherit;
    line-height: 1.333;
    text-rendering: optimizeLegibility;
}
.tamara-info-popup .modal {
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    width: 100%;
    height: 100%;
}
.tamara-info-popup .modal .modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.tamara-info-popup .modal .modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 15%;
    left: 50%;
    transform: translateX(-50%) !important;
    width: 100%;
    max-width: 380px;
    background-color: #fff;
    height: auto !important;
    overflow-y: auto;
    padding: 0 20px 30px;
    box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
    border-radius: 20px;
}
.tamara-info-popup .modal .modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}
.tamara-info-popup .modal.is-visible {
    visibility: visible;
}
.tamara-info-popup .modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.tamara-info-popup .modal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}
.tamara-info-popup .modal-header,
.tamara-info-popup .modal-content {
    padding: 16px;
}
.tamara-info-popup .modal-header {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 0 0;
}
.tamara-info-popup .modal-header .modal-close {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 10px;
    color: #aaa;
    background: none;
    border: 0;
    box-shadow: none;
    height: auto;
    z-index: 999;
}
.tamara-info-popup .modal-header .modal-close:before {
    content: 'X';
    display: block;
    position: relative;
    font-weight: 900;
}
.tamara-info-popup .modal-header .modal-close:hover {
    color: #777;
}
.tamara-info-popup .modal-header .modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    width: 100%;
    padding-bottom: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tamara-info-popup .modal-header .modal-heading img {
    text-align: center;
    margin: 0 auto;
}
.tamara-info-popup .modal-header .modal-heading .sub-title-head {
    font-weight: 600;
    margin: 10px 0 0 0;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
}
.tamara-info-popup .modal-header .title {
    padding: 20px 15px 0;
    text-align: center;
    text-transform: uppercase;
}
.tamara-info-popup .sa-language .modal-body .one-block {
    flex-direction: row-reverse;
}
.tamara-info-popup .sa-language .modal-body .one-block .right-content {
    text-align: right;
    padding-left: 0;
    width: calc(80% - 15px);
    padding-right: 15px;
    direction: rtl;
}
.tamara-info-popup .modal-body {
    padding-top: 30px;
}
.tamara-info-popup .modal-body .one-block {
    padding: 0;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}
.tamara-info-popup .modal-body .one-block .left-content {
    width: 20%;
    display: flex;
    align-items: center;
}
.tamara-info-popup .modal-body .one-block .left-content img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    text-align: center;
    margin: 0 auto;
}
.tamara-info-popup .modal-body .one-block .right-content {
    width: calc(80% - 15px);
    text-align: left;
    padding-left: 15px;
}
.tamara-info-popup .modal-body .one-block .right-content .sub-title {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
}
.tamara-info-popup .modal-body .one-block .right-content .sub-description {
    display: block;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 18px;
}
.tamara-info-popup .modal-content > *:first-child {
    margin-top: 0;
}
.tamara-info-popup .modal-content > *:last-child {
    margin-bottom: 0;
}

.tamara-promo-widget-wrapper {
    margin-bottom: 20px;
}

/* End Tamara payment css */
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #4e4e4e;
  font-family: 'Almarai', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Almarai', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #052d76;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #052d76;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #052d76;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #052d76;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #4e4e4e;
  font-family: 'Almarai', sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action {
  background-image: none;
  background: #edf4f6;
  border: 1px solid #edf4f6;
  color: #052d76;
  cursor: pointer;
  display: inline-block;
  font-family: 'Almarai', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active {
  background: #052d76;
  border: 1px solid #edf4f6;
  color: #052d76;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover {
  background: #052d76;
  border: 1px solid #052d76;
  color: #ffffff;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  color: #4e4e4e;
  font-family: 'Almarai', sans-serif;
  font-size: 14px;
  height: 42px;
  line-height: 16px;
  padding: 13px 14px 12px 0;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #4e4e4e;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #4e4e4e;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #4e4e4e;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  color: #4e4e4e;
  font-family: 'Almarai', sans-serif;
  font-size: 14px;
  height: 42px;
  line-height: 16px;
  margin: 0;
  padding: 0 14px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  color: #4e4e4e;
  font-family: 'Almarai', sans-serif;
  font-size: 14px;
  height: 70px;
  line-height: 16px;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #4e4e4e;
}
textarea::-webkit-input-placeholder {
  color: #4e4e4e;
}
textarea:-ms-input-placeholder {
  color: #4e4e4e;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.items > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-link-button,
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #edf4f6;
  border: 1px solid #edf4f6;
  color: #052d76;
  cursor: pointer;
  font-family: 'Almarai', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: #052d76;
  border: 1px solid #edf4f6;
  color: #052d76;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #052d76;
  border: 1px solid #052d76;
  color: #ffffff;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.abs-product-options-list dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt,
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt {
  clear: right;
  float: right;
  margin: 0 0 5px 10px;
}
.abs-product-options-list dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after,
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd,
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd {
  display: inline-block;
  float: right;
  margin: 0 0 5px;
  word-break: break-all;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.abs-reset-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper,
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-block-title,
.abs-account-blocks .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
.account .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-block-title > strong,
.abs-account-blocks .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-compare .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.abs-account-blocks .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-right: 15px;
}
.abs-account-blocks .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
.account .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.abs-account-blocks .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.abs-account-blocks .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-right: 10px;
}
.abs-account-blocks .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.abs-account-blocks .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.abs-dropdown-simple,
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'unitedpharmacy-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'unitedpharmacy-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 23px 5px 5px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.abs-input-qty,
.column .block-addbysku .qty .qty,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.abs-margin-for-blocks-and-widgets,
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.sidebar .action.delete,
.block-compare .action.delete,
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.block-compare .action.delete > span,
.filtered .item .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.block-compare .action.delete:before,
.filtered .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filtered .item .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.block-compare .action.delete:active:before,
.filtered .item .action.remove:active:before {
  color: #303030;
}
.abs-product-link,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.product.name a > a {
  color: #4e4e4e;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product.name a > a:visited {
  color: #4e4e4e;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product.name a > a:hover {
  color: #4e4e4e;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product.name a > a:active {
  color: #4e4e4e;
  text-decoration: underline;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-right: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  margin-right: 70%;
  position: absolute;
  right: 10px;
  top: 31px;
  width: auto;
}
.abs-add-fields .fieldset,
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.abs-add-fields .fieldset .field:not(.choice) .control,
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: right;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.abs-add-fields .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.opc-wrapper .form-discount .field .label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.filter-options-content .filter-count-label,
.block.newsletter .label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.top-form-language .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.page-product-downloadable .product-add-form:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.customer-review .product-details:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  left: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-action-addto-product,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.abs-actions-addto-gridlist,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before {
  color: #333333;
}
.abs-button-l,
.multicheckout .action.primary,
.bundle-actions .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-action-button-as-link,
.abs-action-remove,
.cart-summary .block.giftcard .action.check,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #052d76;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.cart-summary .block.giftcard .action.check:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #052d76;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.cart-summary .block.giftcard .action.check:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #052d76;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.cart-summary .block.giftcard .action.check:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #052d76;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #052d76;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action {
  background: #edf4f6;
  border: 1px solid #edf4f6;
  color: #052d76;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active {
  background: #052d76;
  border: 1px solid #edf4f6;
  color: #052d76;
}
.abs-revert-secondary-color:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover {
  background: #052d76;
  border: 1px solid #052d76;
  color: #ffffff;
}
.abs-revert-secondary-size,
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 7px 15px;
}
.abs-box-tocart,
.bundle-actions {
  margin: 10px 0;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee,
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.abs-tax-total,
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-left: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'unitedpharmacy-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  left: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621';
}
.abs-methods-shipping-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.abs-account-title,
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-title > strong,
.abs-account-title > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-colon:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after {
  content: ': ';
}
.abs-icon-add,
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e903';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: 5px;
  margin-right: -17px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.opc-block-summary .table-totals .table-caption,
.order-details-items .order-items .order-gift-message .action.close,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.no-display,
.cart-totals .table-caption {
  display: none;
}
.abs-status,
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 4px;
  background-image: none;
  background: #edf4f6;
  border: 1px solid #edf4f6;
  color: #052d76;
  cursor: pointer;
  font-family: 'Almarai', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 0 7px 15px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #052d76;
  border: 1px solid #edf4f6;
  color: #052d76;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #052d76;
  border: 1px solid #052d76;
  color: #ffffff;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.abs-shopping-cart-items .action.update,
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-right: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.abs-field-date .control,
.field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-left: 10px;
  width: calc(100% - 50px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-left: 10px;
  width: calc(100% - 39px);
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  left: -10px;
  top: 40px;
  right: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  left: 10px;
  right: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #4e4e4e;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals .mark,
.cart-totals .mark {
  font-weight: 400;
  padding-right: 4px;
}
.abs-sidebar-totals .mark strong,
.cart-totals .mark strong {
  font-weight: 400;
}
.abs-sidebar-totals .amount,
.cart-totals .amount {
  padding-left: 4px;
  text-align: left;
  white-space: nowrap;
}
.abs-sidebar-totals .amount strong,
.cart-totals .amount strong {
  font-weight: 400;
}
.abs-sidebar-totals .grand .mark,
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .mark,
.cart-totals .grand .amount {
  padding-top: 20px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount {
  padding-left: 4px;
  text-align: left;
}
.abs-sidebar-totals .grand .amount strong,
.cart-totals .grand .amount strong {
  font-weight: 700;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-left: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after {
  left: -5px;
  position: absolute;
  top: -12px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-discount-block > .title,
.paypal-review-discount .block > .title,
.cart-summary .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 5px 7px 30px;
  position: relative;
}
.abs-discount-block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-summary .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-summary .block > .title:after {
  left: -5px;
  position: absolute;
  top: -5px;
}
.column.main .abs-discount-block > .title strong,
.column.main .paypal-review-discount .block > .title strong,
.column.main .cart-summary .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.abs-discount-block > .content,
.paypal-review-discount .block > .content,
.cart-summary .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-summary .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block.active > .content,
.paypal-review-discount .block.active > .content,
.cart-summary .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Almarai', sans-serif;
  src: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/fonts/Almarai/almarai-regular.woff2') format('woff2'), url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/fonts/Almarai/almarai-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Almarai', sans-serif;
  src: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/fonts/Almarai/almarai-bold.woff2') format('woff2'), url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/fonts/Almarai/almarai-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Almarai', sans-serif;
  src: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/fonts/Almarai/almarai-extrabold.woff2') format('woff2'), url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/fonts/Almarai/almarai-extrabold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Riyal';
  src: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/fonts/riyal/riyal.woff2') format('woff2'), url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/fonts/riyal/riyal.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/fonts/notosans/notosansregular.woff2') format('woff2'), url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/fonts/notosans/notosansregular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/fonts/notosans/notosansbold.woff2') format('woff2'), url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/fonts/notosans/notosansbold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/fonts/notosans/notosansextrabold.woff2') format('woff2'), url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/fonts/notosans/notosansextrabold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.total-rules > .amount > .rule-amount:before,
.catalogsearch-result-index .ais-RangeSlider .rheostat-handle .rheostat-tooltip:before,
.price-box .price-container .price-wrapper .price:before,
.cart-price .price:before,
span.price::before,
.pointsLeft strong:before,
span.from_fixed:before,
span.to_fixed:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\1001";
  display: inline-block;
  font-family: "Riyal" !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  margin-right: 7px;
  position: relative;
  speak: none;
  text-transform: none !important;
  top: 3px;
}
.total-rules > .amount > .rule-amount,
.catalogsearch-result-index .ais-RangeSlider .rheostat-handle .rheostat-tooltip,
.price-box .price-container .price-wrapper .price,
.cart-price .price,
span.price,
.pointsLeft strong,
span.from_fixed,
span.to_fixed {
  position: relative;
  unicode-bidi: plaintext;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.table:not(.cart):not(.totals) tfoot .mark {
  text-align: left;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 40px 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 20px;
  position: relative;
}
.message.info a {
  color: #052d76;
}
.message.info a:hover {
  color: #052d76;
}
.message.info a:active {
  color: #052d76;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #c07600;
  content: '\e602';
  font-family: 'unitedpharmacy-icons';
  margin: -8px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  right: 10px;
  top: 18px;
  width: 20px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 10px 40px 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 20px;
  position: relative;
}
.message.error a {
  color: #052d76;
}
.message.error a:hover {
  color: #052d76;
}
.message.error a:active {
  color: #052d76;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #b30000;
  content: '\e602';
  font-family: 'unitedpharmacy-icons';
  margin: -8px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  right: 10px;
  top: 18px;
  width: 20px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 10px 40px 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 20px;
  position: relative;
}
.message.warning a {
  color: #052d76;
}
.message.warning a:hover {
  color: #052d76;
}
.message.warning a:active {
  color: #052d76;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #c07600;
  content: '\e602';
  font-family: 'unitedpharmacy-icons';
  margin: -8px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  right: 10px;
  top: 18px;
  width: 20px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 10px 40px 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 20px;
  position: relative;
}
.message.notice a {
  color: #052d76;
}
.message.notice a:hover {
  color: #052d76;
}
.message.notice a:active {
  color: #052d76;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #c07600;
  content: '\e602';
  font-family: 'unitedpharmacy-icons';
  margin: -8px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  right: 10px;
  top: 18px;
  width: 20px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 10px 40px 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 20px;
  position: relative;
}
.message.success a {
  color: #052d76;
}
.message.success a:hover {
  color: #052d76;
}
.message.success a:active {
  color: #052d76;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #006400;
  content: '\e610';
  font-family: 'unitedpharmacy-icons';
  margin: -8px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  right: 10px;
  top: 18px;
  width: 20px;
  position: absolute;
  text-align: center;
}
.nav-sections {
  background: #ffffff;
}
.nav-toggle {
  font-size: 0;
}
.nav-open .nav-toggle:before {
  display: none;
}
.fotorama__fullscreen .nav-toggle {
  z-index: 1000;
}
.nav-open .page-wrapper .nav-sections {
  display: inline-block;
  text-decoration: none;
}
.nav-open .page-wrapper .nav-sections:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  content: '\e616';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-open .page-wrapper .nav-sections:hover:after {
  color: #ffffff;
}
.nav-open .page-wrapper .nav-sections:after {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #272727;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 55px;
}
.nav-sections-item-title {
  display: none;
}
.navigation-mobile.navigation {
  background-color: #ffffff;
  margin-bottom: 7px;
  padding-left: 0;
  padding-right: 0;
}
.navigation-mobile .nav-mobile {
  background-color: #e8f5ff;
  padding: 0 10px 14px;
}
.categories-menu-mob {
  background-color: #e8f5ff;
  border-radius: 4px;
  color: #052d76;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .56px;
  line-height: 23px;
  padding: 10.11px 10px;
  text-transform: uppercase;
  width: 100%;
}
.nav-toggle {
  left: auto;
  right: 20px;
}
.nav-toggle:before {
  transform: rotate(-180deg);
}
.nav-open .page-wrapper .nav-sections:after {
  left: 0;
  right: auto;
}
.categories-menu-mob:before {
  margin-left: 6px;
  margin-right: 0;
}
.categories-menu-mob:after {
  float: left;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #999999;
  margin-top: 16px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 16px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 17px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 26px;
  margin-left: -16px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #999999;
  left: 26px;
  margin-left: -17px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 10px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  color: #272727;
  font-weight: 700;
  line-height: 25px;
  font-size: 1.6rem;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  color: #4e4e4e;
  font-family: 'Almarai', sans-serif;
  font-size: 14px;
  height: 42px;
  line-height: 16px;
  padding: 13px 14px 12px 0;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #4e4e4e;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #4e4e4e;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #4e4e4e;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #4e4e4e;
  font-size: 1.2rem;
  margin: 0 2px 0 0;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #ffffff url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/images/select-arrow.svg') right 14px center no-repeat;
  background-size: auto 10px;
  padding-right: 39px;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #999999;
  margin-left: 16px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 16px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 17px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -16px;
  top: 26px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #999999;
  margin-top: -17px;
  top: 26px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
input[type='password']::-ms-reveal {
  display: none;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
input[type='text'],
input[type='password'],
input[type='url'],
input[type='tel'],
input[type='search'],
input[type='number'],
input[type*='date'],
input[type='email'],
select,
textarea {
  font-size: 1.6rem;
}
input[type='tel'] {
  direction: rtl;
}
select {
  background-position: left 14px center;
  padding-left: 39px;
  padding-right: 14px;
}
.legend strong {
  margin-left: 0;
  margin-right: 5px;
}
.fieldset > .legend {
  float: right;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #999999;
  margin-right: 16px;
  right: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 16px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 17px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  left: 100%;
}
.field .tooltip .tooltip-content:after {
  border-left-color: #ffffff;
  margin-top: -16px;
  top: 26px;
}
.field .tooltip .tooltip-content:before {
  border-left-color: #999999;
  margin-top: -17px;
  top: 26px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  text-align: right;
}
@font-face {
  font-family: 'unitedpharmacy-icons';
  src: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/fonts/icon/unitedpharmacy-icons.woff2') format('woff2'), url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/fonts/icon/unitedpharmacy-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action {
  border-radius: 4px;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary,
.action-primary {
  background-image: none;
  background: #052d76;
  border: 1px solid #052d76;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Almarai', sans-serif;
  font-weight: bold;
  padding: 8px 24px;
  font-size: 1.4rem;
  line-height: 1.7rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
}
.action.primary:hover,
.action-primary:hover {
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 0 10px;
}
.product.data.items > .item.title > .switch {
  background: #edf4f6;
  border-bottom: 1px solid #edf4f6;
  border-left: 1px solid #edf4f6;
  border-right: 1px solid #edf4f6;
  border-top: 1px solid #edf4f6;
  height: 42px;
  padding: 9px 14px 9px 14px;
  font-weight: 600;
  line-height: 25px;
  font-size: 1.6rem;
  color: #052d76;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #052d76;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #ffffff;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #ffffff;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #052d76;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #052d76;
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 9px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #dbdbdb;
  margin: -11px 0 10px;
  padding: 17px 14px 20px 14px;
}
.product.data.items .data.item.title.active .switch {
  border: 1px solid #052d76;
  border-radius: 4px 4px 0 0;
  display: block;
  text-decoration: none;
}
.product.data.items .data.item.title.active .switch:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  line-height: 11px;
  color: #ffffff;
  content: '\e621';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .data.item.title.active .switch:hover:after {
  color: #ffffff;
}
.product.data.items .data.item.title.active .switch:active:after {
  color: #ffffff;
}
.product.data.items .data.item.title.active .switch:after {
  float: right;
  padding: 6px;
}
.product.data.items .data.item.title.active .switch .counter {
  color: #ffffff;
}
.product.data.items .data.item.title .switch {
  border-radius: 4px;
  display: block;
  text-decoration: none;
}
.product.data.items .data.item.title .switch .counter {
  color: #052d76;
}
.product.data.items .data.item.title .switch:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  line-height: 11px;
  color: #052d76;
  content: '\e622';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .data.item.title .switch:hover:after {
  color: #052d76;
}
.product.data.items .data.item.title .switch:active:after {
  color: #052d76;
}
.product.data.items .data.item.title .switch:after {
  float: right;
  padding: 6px;
}
.product.data.items > .item.content {
  border-radius: 0 0 4px 4px;
}
.product.data.items .data.item.content .product.attribute .value {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #4e4e4e;
}
.product.data.items .data.item.content .product.attribute .value p {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #4e4e4e;
}
.product.data.items .data.item.content .product.attribute .value p strong {
  margin-bottom: 5px;
}
.product.data.items .data.item.content .table-wrapper {
  margin-bottom: 0;
}
.product.data.items .data.item.content .table-wrapper .additional-attributes tbody tr th,
.product.data.items .data.item.content .table-wrapper .additional-attributes tbody tr td {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #4e4e4e;
}
.product.data.items .data.item.content .block .block-title {
  color: #4e4e4e;
}
.product.data.items .data.item.content .block .block-title strong {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: bold;
}
.product.data.items .data.item.content .block.review-list .block-title strong {
  font-size: 1.8rem;
  line-height: 2rem;
}
.product.data.items .data.item.content .block .block-content .items {
  margin: 0;
  padding: 0;
}
.product.data.items .data.item.content .block .block-content .items .item {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: bold;
  list-style: none;
  padding-bottom: 10px;
  padding-top: 10px;
}
.product.data.items .data.item.content .block .block-content .items .item .review-title {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.product.data.items .data.item.content .block .block-content .items .item .review-content-container {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: normal;
}
.product.data.items .data.item.content .block .block-content .items .item .review-content-container .review-content {
  clear: both;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
}
.product.data.items .data.item.content .block .block-content .items .item .rating-summary .label {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: bold;
  padding-right: 10px;
}
.product.data.items .data.item.content .block.review-add .block-content .review-form .review-fieldset .review-legend {
  min-width: 100%;
}
.product.data.items .data.item.content .block.review-add .block-content .review-form .review-fieldset .review-legend.legend strong {
  font-size: 1.4rem;
  line-height: 2rem;
}
.product.data.items .data.item.content .block.review-add .block-content .review-form .review-fieldset .review-legend.legend span {
  font-size: 1.4rem;
  line-height: 2rem;
}
.product.data.items .data.item.content .block.review-add .block-content .review-form .review-fieldset > .field > .control {
  width: 100%;
}
.product.data.items .data.item.content .block.review-add .block-content .review-form .review-fieldset > .field.review-field-ratings .control .review-field-rating .label {
  padding-top: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700;
}
.pages .item {
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: normal;
  margin: 0 0 0 15px;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages a.page:visited {
  color: #052d76;
}
.pages a.page:hover {
  color: #052d76;
  text-decoration: none;
}
.pages a.page:active {
  color: #052d76;
}
.pages strong.page {
  background: #052d76;
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: normal;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  padding: 0;
}
.pages .action {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'unitedpharmacy-icons';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'unitedpharmacy-icons';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.pages a.page,
.pages strong.page {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.pages .action.previous {
  margin-left: 12px;
  margin-right: 0;
}
.pages .action.previous:before {
  content: '\e608';
  left: 4px;
  position: relative;
}
.pages .action.next {
  margin-left: 0;
  margin-right: 12px;
}
.pages .action.next:before {
  content: '\e617';
  left: 3px;
  position: relative;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 24px 0 20px;
}
.breadcrumbs .items {
  font-size: 1.4rem;
  color: #052d76;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #4e4e4e;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #4e4e4e;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #052d76;
  text-decoration: none;
}
.breadcrumbs a:active {
  color: #052d76;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: normal;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  content: '\e608';
  font-family: 'unitedpharmacy-icons';
  margin: 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.ui-dialog.popup .action.close {
  left: 0;
  right: auto;
}
.popup-pointer {
  margin-left: 0;
  margin-right: -14px;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 1000;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 1001;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 1001;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 90vw;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: #052d76;
  content: '\e616';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  margin: 0 auto;
  max-width: 40rem;
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 20px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.rtl .modal-popup .action-close {
  left: 0;
  right: auto;
}
.modal-popup .modal-footer {
  padding-bottom: 2rem;
  padding-top: 1rem;
}
.modal-popup .modal-footer .action-primary {
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding: 7px 24px;
}
.modal-popup .modal-footer .action-primary:active,
.modal-popup .modal-footer .action-primary:hover,
.modal-popup .modal-footer .action-primary:focus {
  background-color: #052d76;
  color: #ffffff;
}
.modal-popup .modal-footer .action-secondary,
.modal-popup .modal-footer .action {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.modal-popup .modal-content {
  font-size: 1.4rem;
  line-height: 2rem;
}
.modal-popup .modal-header {
  padding-top: 2rem;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #052d76;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited {
  color: #052d76;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover {
  color: #052d76;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active {
  color: #052d76;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link {
  color: #052d76;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #052d76;
  border: 1px solid #052d76;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Almarai', sans-serif;
  font-weight: bold;
  margin: 0 10px 10px 0;
  padding: 8px 24px;
  font-size: 1.4rem;
  line-height: 1.7rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 4px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active {
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover {
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #edf4f6;
  border: 1px solid #edf4f6;
  color: #052d76;
  cursor: pointer;
  display: inline-block;
  font-family: 'Almarai', sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 4px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active {
  background: #052d76;
  border: 1px solid #edf4f6;
  color: #052d76;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover {
  background: #052d76;
  border: 1px solid #052d76;
  color: #ffffff;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1200px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}
.footer [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  padding-left: 0;
  padding-right: 0;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 10px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #edf4f6;
  border-bottom: 1px solid #edf4f6;
  border-left: 1px solid #edf4f6;
  border-right: 1px solid #edf4f6;
  border-top: 1px solid #edf4f6;
  height: 42px;
  padding: 9px 14px 9px 14px;
  font-weight: 600;
  line-height: 25px;
  font-size: 1.6rem;
  color: #052d76;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #052d76;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #ffffff;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #ffffff;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #052d76;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #052d76;
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 9px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #dbdbdb;
  margin: -11px 0 10px;
  padding: 17px 14px 20px 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before,
.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.-am-blocked {
  pointer-events: none;
}
.checkout-index-index .authentication-wrapper {
  margin-left: 9px;
}
.checkout-index-index .checkout-header {
  margin-bottom: 22px;
}
.checkout-index-index .checkout-header .title {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #272727;
  font-weight: bold;
  letter-spacing: .32px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  min-width: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .form-login:not(:last-child) {
  border-bottom: none;
  padding-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0 22px 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
  margin-left: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
  padding-left: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block > li {
  list-style-type: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-payment-method .payment-methods .step-title {
  border-bottom: 1px solid #ccc;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-all;
  word-wrap: break-word;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 500px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 5px 0 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 0 0 0 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: left;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  float: left;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
  display: none;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  background-color: #eaeaea;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  right: 50%;
  text-align: center;
  transform: translate(50%);
  width: 1440px;
  z-index: 999;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
.checkout-index-index .checkout-block {
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  background: #ffffff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin: 7px 9px 32px;
  padding: 24px 12px;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index .checkout-block .fieldset > br,
.checkout-index-index .checkout-block .fieldset > hr {
  display: none;
}
.checkout-index-index .am-checkout .product-item .amcheckout-price-wrapper {
  font-size: 1.2rem;
  margin: 5px 0;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #eaeaea;
}
.checkout-index-index .opc-block-summary {
  margin: 0;
  padding: 0;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .additional-options {
  margin: 0;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  background: none;
  border: 0;
  border-radius: 0;
  color: #006bb4;
  display: inline;
  font-weight: 400;
  line-height: 1.42857143;
  padding: 0;
  text-decoration: none;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .amcheckout-form-login .mage-error:not([style*='display: none;']) + .field-error {
  display: none;
}
.checkout-index-index .additional-options .field._required .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin: 0 5px 0 0;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button !important;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty {
  background: rgba(0, 0, 0, 0);
  border: none;
  color: #052d76;
  padding: 0;
  text-align: center;
  width: 32px;
}
.checkout-index-index .opc-block-summary .minicart-items button,
.checkout-index-index .opc-block-summary .minicart-items .cart.table-wrapper .actions-toolbar > .action {
  float: left;
  margin-top: 12px;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  border: 0;
  cursor: pointer;
}
.checkout-index-index .opc-block-summary .minicart-items .delete:hover:before {
  color: #052d76;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-right: 70px;
}
@media (min-width: 900px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  right: 0;
  width: 100%;
}
.checkout-index-index #recaptcha-checkout-place-order-wrapper .grecaptcha-badge {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  border-radius: 0;
  font-size: 1.6rem;
  line-height: 2.5rem;
  padding: 10px;
  width: 100%;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 7px;
  vertical-align: top;
  width: 100%;
}
.form-shipping-address .fieldset.address > .field:not(.choice) > .control {
  width: 100%;
}
.checkout-success .success-messages {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .order-date {
  border-bottom: 1px solid #c5c5c5;
  font-size: 1.6rem;
  padding-bottom: 25px;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  border-right: 3px solid #f58c12;
  margin: 20px 0 25px;
  padding: 0 12px 0 0;
  position: relative;
  width: 600px;
}
#registration br {
  display: none;
}
#registration form {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  top: 50%;
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.amcheckout-trust-badges {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.amcheckout-trust-seal {
  font-size: 8px;
  max-width: 137px;
}
.checkout-payment-method .amcheckout-trust-seal {
  font-size: 10px;
  margin: 0 auto 15px;
  max-width: 66%;
  text-align: center;
}
.am-checkout.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
}
.amcheckout-trust-seal .amcheckout-title,
.amcheckout-trust-seal .amcheckout-description {
  margin-bottom: 0;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip {
  height: auto !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-box {
  border: 1px solid #999999;
  border-radius: 0;
  color: inherit !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-content {
  padding: 12px;
  background: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow {
  width: 12px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: -3px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  right: -2px;
  width: 14px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-background {
  left: 3px;
  border-right-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-border {
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #999999 !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  left: 15px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  left: -5px;
  z-index: -1;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  background-color: #ffffff;
  border: 1px solid #98aaaf;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  justify-content: space-between;
  padding: 0 20px;
  width: 100%;
}
._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  border-color: #052d76;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  background-color: #edf4f6;
  border-color: #052d76;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
@media all and (min-width: 767px) {
  ._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    width: calc((100% / 3) - 10px);
  }
}
.am-checkout.-modern {
  background: none;
  box-sizing: border-box;
  padding: 0;
}
.am-checkout.-modern.-layout-1column {
  margin: auto;
  max-width: 750px;
}
.am-checkout.-modern .checkout-header {
  padding: 0;
}
.am-checkout.-modern .authentication-wrapper {
  margin-left: 0;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  background: #052d76;
  border-radius: 2px;
  color: #ffffff;
  height: auto;
  padding: 5px 20px;
  transition: all .3s ease;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
  background: #0849bf;
}
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}
.am-checkout.-modern .amcheckout-trust-badges {
  justify-content: flex-start;
}
.am-checkout.-modern .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
  width: 66%;
}
.am-checkout.-modern.-layout-2columns .product-item-details .product-item-inner .amcheckout-price-wrapper,
.am-checkout.-modern.-layout-3columns .product-item-details .product-item-inner .amcheckout-price-wrapper {
  order: inherit;
  text-align: start;
}
.amcheckout-main-container.-modern {
  clear: both;
  color: #363636;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 20px 0 0;
}
.amcheckout-summary-container .minicart-items .item-options.item-options-bundle dd.values {
  width: 100%;
}
.amcheckout-summary-container .minicart-items .item-options.item-options-bundle dd.values .price {
  display: none;
}
.amcheckout-summary-container .minicart-items .item-options.item-options-bundle dt.label {
  display: none;
}
.amcheckout-summary-container .minicart-items .fieldset-bundle-options {
  display: none;
}
.amcheckout-step-container li {
  list-style: none;
}
.amcheckout-step-container .amcheckout-title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #3188bb;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  margin: 0;
  min-height: 42px;
  padding: 5px 20px 5px;
}
.amcheckout-step-container .amcheckout-title .amcheckout-icon {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-right: auto;
  display: inline-block;
  text-decoration: none;
}
.amcheckout-step-container .amcheckout-title .amcheckout-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 16px;
  color: inherit;
  content: '\e918';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amcheckout-step-container .amcheckout-title .amcheckout-icon.-plus:before {
  content: '\e904';
}
.amcheckout-step-container .-closed .amcheckout-title {
  border-radius: 4px;
}
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > br,
.amcheckout-step-container .fieldset > hr {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.amcheckout-step-container.-summary {
  background: #edf4f6;
  border-radius: 4px;
  overflow: hidden;
}
.amcheckout-step-container.-summary > .checkout-payment-method.submit {
  bottom: 68px;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1;
}
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-trust-seal {
  font-size: inherit;
  max-width: unset;
}
.amcheckout-step-container .note {
  color: #777777;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container .cart.table-wrapper .actions-toolbar > .action:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container) {
  background: #052d76;
  border: 1px solid #052d76;
  border-radius: 4px;
  box-shadow: none;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container):hover,
.amcheckout-step-container .cart.table-wrapper .actions-toolbar > .action:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container):hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #052d76;
  color: #052d76;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container .cart.table-wrapper .actions-toolbar > .action:not(.braintree-googlepay-button):hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #052d76;
  color: #052d76;
}
.amcheckout-step-container .amcheckout-button.-new-address {
  margin-top: 15px;
  transition: all .3s ease;
}
.amcheckout-step-container .amcheckout-button.-new-address:hover {
  background: #0849bf;
}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary {
  float: none;
  font-size: 16px;
  margin: 0 0 0 15px;
  padding: 12px 16px;
}
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .primary .action.checkout,
.amcheckout-step-container .action.checkout.amasty {
  background: #3188bb;
  border: 1px solid #3188bb;
  border-radius: 4px;
  color: #ffffff;
  padding: 14px 30px;
  transition: all .3s ease;
}
.amcheckout-step-container .primary .action.checkout:hover,
.amcheckout-step-container .action.checkout.amasty:hover {
  background: rgba(0, 0, 0, 0) !important;
  border: 1px solid #3188bb !important;
  color: #3188bb;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 37px;
  padding-bottom: 3px;
  padding-top: 3px;
}
.amcheckout-step-container input[type='number']:focus {
  -moz-appearance: none !important;
}
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  font-size: 14px;
  height: 37px;
  padding-left: 14px;
}
.amcheckout-step-container .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
}
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}
.amcheckout-step-container .step-content {
  background: #edf4f6;
  padding: 20px;
}
.amcheckout-step-container .step-content .amcheckout-delivery-type {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
}
.amcheckout-step-container .step-content .amcheckout-delivery-type label:last-child {
  margin-left: 0;
}
.amcheckout-step-container .step-content .amcheckout-delivery-type input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amcheckout-step-container .step-content .amcheckout-delivery-type input[type='radio']:checked + label {
  background: #052d76;
  color: #ffffff;
}
.amcheckout-step-container .step-content .amcheckout-delivery-type input[type='radio'] + label {
  font-size: 1.4rem;
  line-height: 2.2rem;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #052d76;
  border-radius: 4px;
  color: #052d76;
  cursor: pointer;
  font-weight: bold;
  height: 42px;
  justify-content: center;
  min-width: 165px;
  padding: 0 16px;
}
.amcheckout-step-container .step-content .amcheckout-delivery-type input[type='radio'] + label span:before {
  margin-left: 8px;
}
.amcheckout-step-container .step-content .amcheckout-delivery-type input[type='radio'] + label:last-child {
  margin-left: 0;
}
.amcheckout-step-container .step-content .amcheckout-delivery-type .no-data-found {
  color: #e02b27;
}
.amcheckout-step-container .step-content .store-list-wrapper {
  margin-top: 20px;
}
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-title {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #272727;
  font-weight: bold;
}
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview button,
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview .cart.table-wrapper .actions-toolbar > .action {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: .28px;
}
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview button:before,
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview .cart.table-wrapper .actions-toolbar > .action:before {
  font-weight: bold;
  margin-right: 1px;
}
.amcheckout-step-container .step-content .shipping-time-title {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #272727;
  margin-bottom: 10px;
  display: inline-block;
}
.amcheckout-step-container .step-content .express-shipping {
  margin-bottom: 22px;
}
.amcheckout-step-container .step-content .united-world-shipping .shipping-days {
  font-size: 1.4rem;
  line-height: 2rem;
  border-radius: 4px;
  border: 1px solid #98aaaf;
  display: block;
  max-width: 150px;
  padding: 11px 15px;
}
.amcheckout-step-container .step-content .united-world-shipping .shipping-days a {
  font-weight: 700;
}
.amcheckout-step-container .checkout-payment-method > .step-content {
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method > .step-content .payments .no-quotes-block {
  background: #edf4f6;
  color: #e02b27;
  padding: 20px;
}
.amcheckout-step-container .checkout-shipping-address .amcheckout-title {
  border-radius: 4px;
}
.amcheckout-step-container .checkout-shipping-address .step-content {
  background-color: #ffffff;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.amcheckout-step-container .checkout-shipping-method .step-content {
  padding-bottom: 20px;
  padding-top: 20px;
}
.amcheckout-step-container.-summary .step-content {
  padding: 20px 20px 0;
}
.amcheckout-step-container .amcheckout-form-login:last-child,
.amcheckout-step-container .form-login:last-child {
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 30px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  flex: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  width: calc(50% - 7px);
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  align-items: center;
  display: flex;
  height: 37px;
  margin-right: 10px;
  position: relative;
  top: 0;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  color: #363636;
  line-height: 37px;
  margin-right: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  display: inline-block;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password.-confirm,
.amcheckout-step-container .form-login .amcheckout-password.-confirm {
  float: left;
}
.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  font-size: 1.6rem;
  line-height: 2.5rem;
  background: #ffffff;
  border: 1px solid #052d76;
  border-radius: 4px;
  color: #052d76;
  letter-spacing: .32px;
  margin-top: 3px;
  padding: 7.5px 29px;
  width: 100%;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button:hover {
  background-color: #052d76;
  border: 1px solid #052d76;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
  background: #ddf0ff;
  border: 1px solid #1787e0;
  color: #052d76;
  float: left;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #1787e0;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  background: none;
  color: #4e4e4e;
  font-size: 16px;
  padding-right: 0;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #052d76;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 13px;
  width: 13px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .shipping-address-items {
  justify-content: unset;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  align-self: stretch;
  color: #4e4e4e;
  cursor: inherit;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
  margin-left: 7.5px;
  margin-right: 7.5px;
  padding: 19px 51px 19px 12px;
  position: relative;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item .action-select-shipping-item {
  background-color: #ffffff;
  border: 1px solid #052d76;
  border-radius: 50%;
  font-size: 0;
  height: 24px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 19px;
  width: 24px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item {
  display: inline-block;
  text-decoration: none;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #052d76;
  content: '\e909';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item:after {
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  right: 18px;
  top: 19px;
  width: 25px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}
.amcheckout-step-container .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}
.amcheckout-step-container .selected-store-pickup {
  margin-top: 15px;
}
.amcheckout-step-container .selected-store-pickup .step-title {
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  padding: 10px 0;
}
.amcheckout-step-container .selected-store-pickup .step-content {
  padding: 10px 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
  color: #052d76;
}
.amcheckout-step-container .amcheckout-delivery-date .field {
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 16px 10px;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  padding-bottom: 3px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  border: none !important;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  align-items: flex-start;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label:not(.cvv-hide) {
  display: inline-block;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > *:not(:only-child):not(:last-of-type) {
  margin-left: 5px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-right: auto;
  text-align: left;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 37px 0 10px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 20px 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > .form > .ccform {
  margin-bottom: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: right;
  padding-right: 0;
}
.amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #3188bb;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 11px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete,
.checkout-index-index .opc-block-summary .minicart-items .delete {
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  height: 21px;
  left: 0;
  padding: 0;
  position: absolute;
  width: 16px;
  z-index: 1;
  display: inline-block;
  text-decoration: none;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:before,
.checkout-index-index .opc-block-summary .minicart-items .delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #4e4e4e;
  content: '\e90b';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover:before,
.checkout-index-index .opc-block-summary .minicart-items .delete:hover:before {
  color: #052d76;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: right;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  background: #ffffff;
  border: 1px solid #d6dee1;
  border-radius: 4px;
  margin: 0;
  max-height: 60px;
  max-width: 60px;
  overflow: hidden;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container img {
  font-size: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 0;
  padding-right: 70px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper .product-item:first-child {
  margin-top: 50px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper .product-item:last-child {
  border-bottom: 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .amcheckout-price-wrapper {
  flex-basis: 100%;
  order: 1;
  text-align: end;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  align-items: center;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 120px;
  padding: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  background: rgba(0, 0, 0, 0);
  border: none;
  bottom: -3px;
  color: #4e4e4e;
  left: 26px;
  margin: 0;
  padding: 0;
  position: absolute;
  display: inline-block;
  text-decoration: none;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #4e4e4e;
  content: '\e90c';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover:before {
  color: #052d76;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout > span {
  font-size: 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #052d76;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover:before {
  color: #052d76;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  max-width: calc(100% / 2);
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #052d76;
  flex: 1;
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  align-items: center;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0 0;
  max-width: 35px;
  text-align: center;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty.amcheckout-qty {
  margin-top: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty.amcheckout-qty > .label {
  display: none;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty.amcheckout-qty .control {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #052d76;
  border-radius: 4px;
  height: 30px;
  max-width: 74px;
  padding: 0;
  position: relative;
  width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty.amcheckout-qty .control .update-cart-item {
  background-color: rgba(0, 0, 0, 0);
  color: #052d76;
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty.amcheckout-qty .control input[type='number'] {
  font-size: 1.2rem;
  line-height: 1.7rem;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: #052d76;
  font-weight: bold;
  height: 30px;
  padding: 0;
  text-align: center;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty.amcheckout-qty .control div.mage-error {
  font-size: 10px;
  line-height: 12px;
  margin-top: 7px;
  position: absolute;
  right: 0;
  top: 90%;
  white-space: normal;
  width: 60px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-left: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  flex: 1;
  max-width: 86px;
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  border: none;
  font-size: 14px;
  width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-additional-options {
  background: #edf4f6;
  font-size: 0;
  margin: 0;
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes .label,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment .label {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #4e4e4e;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.32px;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: right;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional.discount-code > .payment-option-content:first-child {
  border-top: 1px solid #b8b8b8;
  padding-top: 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-left: 0;
  padding-right: 0;
}
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}
.amcheckout-step-container .opc-payment-additional .form-discount input[type='text'] {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
  width: calc(100% + 2px);
}
.amcheckout-step-container .amcheckout-trust-seal {
  font-size: 9px;
  max-width: 161px;
}
.amcheckout-step-container .amcheckout-trust-seal .amcheckout-title {
  background: none;
  cursor: inherit;
  font-size: inherit;
  font-weight: 400;
  padding: 0;
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 20px;
}
.amcard-checkbox-container {
  position: relative;
}
.amcard-checkbox-container:first-child {
  margin-right: 30px;
}
.amcard-checkbox-container > .amcard-checkbox {
  display: none;
}
.amcard-checkbox-container > .amcard-name {
  margin-left: 23px;
  line-height: 20px;
}
.amcard-checkbox-container > .amcard-label {
  padding-left: 21px;
  cursor: pointer;
}
.amcard-checkbox-container > .amcard-label:before {
  position: absolute;
  top: 2px;
  left: 0;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  content: '';
}
.amcard-checkbox-container > .amcard-checkbox:checked + .amcard-label:before {
  border: none;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiByeD0iMSIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik0zLjc1IDcuNWwzIDMgNC41LTUuMjUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==') no-repeat left;
  background-size: 16px;
}
.amcard-flex-container {
  display: flex;
  justify-content: space-between;
}
.amcard-flex-container.-checkbox {
  justify-content: flex-start;
}
.amcard-form-container {
  position: relative;
  margin-top: 25px;
  border-top: 1px solid #c1c1c1;
}
.amcard-form-container.-interior {
  border: none;
}
.amcard-form-container .amcard-title {
  display: block;
  margin: 20px 0 10px;
  color: #363636;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amcard-form-container > .amcard-button {
  box-sizing: border-box;
  padding: 7px 10px;
  border: 1px solid #dadada;
  border-radius: 2px;
  background: #eee;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.amcard-form-container > .amcard-button:hover {
  background-color: #1e79c2;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #fff;
}
.amcard-form-container .amcard-radio {
  display: none;
}
.amcard-form-container .amcard-input.-hidden {
  position: absolute;
  display: inline;
  width: 0;
  height: 0;
  opacity: 0;
}
.amcard-field-container {
  flex-basis: 48%;
  margin-top: 0;
  border: none;
  text-align: left;
}
.amcard-field-block {
  display: block;
}
.amcard-field-block > .amcard-button {
  padding: 7px 17px;
  border: 1px solid #d4d4d4;
  border-left: none;
  border-radius: 0 2px 2px 0;
}
.amcard-field-block.-datepicker .amcard-label {
  position: relative;
}
.amcard-field-block.-datepicker .amcard-label:before {
  position: absolute;
  top: 2px;
  left: 10px;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ljk4IDEwLjcwNWgxLjYzOFY5LjA2OUg0Ljk4djEuNjM2em0yLjMwNyAyLjE5aDEuNjM2di0xLjYzNkg3LjI4N3YxLjYzNXptLTIuMzA3IDBoMS42Mzh2LTEuNjM2SDQuOTh2MS42MzV6bTAtNC4zOGgxLjYzOFY2Ljg4SDQuOTh2MS42MzR6bTcuMDI4LTQuODIyYS42NzguNjc4IDAgMDAuNjc5LS42NzhWLjY3OGEuNjc4LjY3OCAwIDEwLTEuMzU4IDB2Mi4zMzdjMCAuMzc2LjMwMy42NzguNjc5LjY3OHptLTguMDE5IDBhLjY3OC42NzggMCAwMC42NzgtLjY3OFYuNjc4YS42NzguNjc4IDAgMTAtMS4zNTcgMHYyLjMzN2MwIC4zNzYuMzAzLjY3OC42NzkuNjc4em0tMS4zMTcgNy4wMTJINC4zMVY5LjA2OUgyLjY3MnYxLjYzNnptMCAyLjE5SDQuMzF2LTEuNjM2SDIuNjcydjEuNjM1em00LjYxNS0yLjE5aDEuNjM2VjkuMDY5SDcuMjg3djEuNjM2em00LjYxIDBoMS42MzlWOS4wNjloLTEuNjM4djEuNjM2em0wLTIuMTloMS42MzlWNi44OGgtMS42Mzh2MS42MzR6bTEuMDEzLTcuMzl2Ljc1NkExLjM2MiAxLjM2MiAwIDExMTAuNjQ1IDIuOWMwLS40MDcuMTgtLjc3MS40Ni0xLjAydi0uNzU0SDQuODkxdi43NTVhMS4zNjIgMS4zNjIgMCAxMS0xLjgwNCAwdi0uNzU1SDBWMTZoMTZWMS4xMjZoLTMuMDl6TTEuNTE3IDVoMTIuOTk2djkuNDgzSDEuNTE3VjV6bTUuNzcgMy41MTRoMS42MzZWNi44OEg3LjI4N3YxLjYzNHptMi4zMDcgMGgxLjYzNVY2Ljg4SDkuNTk0djEuNjM0em0wIDQuMzhoMS42MzV2LTEuNjM2SDkuNTk0djEuNjM2em0wLTIuMTloMS42MzVWOS4wN0g5LjU5NHYxLjYzNnoiIGZpbGw9IiM1NzU4NTUiLz48L3N2Zz4=');
  content: '';
  cursor: pointer;
}
.amcard-field-block.-datepicker {
  margin-bottom: 20px;
}
.amcard-field-block > .amcard-field {
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  background: #fff;
}
.amcard-field-block > .amcard-field::-webkit-input-placeholder {
  /* Edge */
  color: #d4d4d4;
}
.amcard-field-block > .amcard-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d4d4d4;
}
.amcard-field-block > .amcard-field::placeholder {
  color: #d4d4d4;
}
.amcard-field-block > .amcard-field:focus {
  z-index: 5;
}
.amcard-field-block > .amcard-field.mage-error {
  border-color: #ed8380;
}
.amcard-field-block.-datepicker .amcard-field {
  padding-left: 36px;
  height: 32px;
}
.amcard-field-block.-double {
  display: flex;
}
.amcard-field-block.-double > .amcard-field {
  border-radius: 2px 0 0 2px;
}
.amcard-price-container {
  display: flex;
  flex-wrap: wrap;
}
.amcard-price-container > .amcard-button {
  margin: 0 10px 5px 0;
}
.amcard-label-block {
  position: relative;
  border-radius: 2px;
  cursor: pointer;
}
.amcard-label-block > .amcard-name {
  margin-left: 25px;
}
.amcard-label-block > .amcard-radio:checked + .amcard-icon {
  border: none;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiByPSI3LjUiIGZpbGw9IiMxOTc5QzMiLz48ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kKSI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiBmaWxsPSIjZmZmIiByPSIzIi8+PC9nPjxkZWZzPjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZCIgeD0iMi45MjQiIHk9IjIuOTI0IiB3aWR0aD0iOS4xNTEiIGhlaWdodD0iOS4xNTEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIvPjxmZU9mZnNldC8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iLjc4OCIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4yIDAiLz48ZmVCbGVuZCBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3ciLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3ciIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48L2RlZnM+PC9zdmc+');
}
.amcard-label-block > .amcard-icon {
  position: absolute;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  cursor: pointer;
}
.amcard-label-block.-price {
  box-sizing: border-box;
  margin: 0 10px 5px 0;
  padding: 6px 8px;
  border: 1px solid #dadada;
  background-color: #f0f0f0;
  font-size: 14px;
  transition: background-color 0.3s ease, border 0.3s ease;
}
.amcard-label-block.-price.-active,
.amcard-label-block.-price:hover {
  border: 1px solid #1e79c2;
  background-color: #1e79c2;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #fff;
}
.amcard-radio-container .amcard-label-block:not(:last-child) {
  margin-right: 30px;
}
.amcard-upload-container .amcard-label-block {
  padding: 5px 13px 5px 38px;
  background: #1e79c2;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
}
.amcard-upload-container .amcard-label-block:hover {
  background: #2d93e5;
}
.amcard-upload-container .amcard-label-block:before {
  position: absolute;
  top: 7px;
  left: 11px;
  width: 16px;
  height: 15px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuODIxIDBsLS44MDMgMi4xNDNIMi4xNDNBMi4xMzggMi4xMzggMCAwMDAgNC4yODZ2Ni40MjhjMCAxLjE4Ny45NTYgMi4xNDMgMi4xNDMgMi4xNDNoMTAuNzE0QTIuMTM4IDIuMTM4IDAgMDAxNSAxMC43MTRWNC4yODZhMi4xMzggMi4xMzggMCAwMC0yLjE0My0yLjE0M2gtMS44NzVMMTAuMTggMEg0Ljgyek03LjUgMy43NWEzLjc2MiAzLjc2MiAwIDAxMy43NSAzLjc1IDMuNzYyIDMuNzYyIDAgMDEtMy43NSAzLjc1QTMuNzYyIDMuNzYyIDAgMDEzLjc1IDcuNSAzLjc2MiAzLjc2MiAwIDAxNy41IDMuNzV6bTAgMS42MDdBMi4xMyAyLjEzIDAgMDA1LjM1NyA3LjUgMi4xMyAyLjEzIDAgMDA3LjUgOS42NDMgMi4xMyAyLjEzIDAgMDA5LjY0MyA3LjUgMi4xMyAyLjEzIDAgMDA3LjUgNS4zNTd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+') no-repeat center;
  content: '';
}
.amcard-customer-image > .amcard-container,
.amcard-image-container > .amcard-container,
.amcard-customer-image > .amcard-image,
.amcard-image-container > .amcard-image {
  padding: 7px;
  max-width: 100px;
  cursor: pointer;
}
.amcard-customer-image > .amcard-container.-active,
.amcard-image-container > .amcard-container.-active,
.amcard-customer-image > .amcard-image.-active,
.amcard-image-container > .amcard-image.-active,
.amcard-customer-image > .amcard-container:hover,
.amcard-image-container > .amcard-container:hover,
.amcard-customer-image > .amcard-image:hover,
.amcard-image-container > .amcard-image:hover {
  padding: 6px;
  border: 1px solid #026bb3;
  border-radius: 2px;
  box-shadow: 0 4px 4px #e2f0fb;
}
.amcard-upload-container {
  position: relative;
  display: flex;
  margin: 10px 0;
}
.amcard-upload-container .amcard-input {
  display: none;
}
.amcard-customer-image {
  display: flex;
  padding: 15px;
  background: #e8f6ff;
}
.amcard-customer-image > .amcard-container {
  display: flex;
  align-items: center;
  margin-right: 15px;
  max-width: 100px;
  cursor: pointer;
}
.amcard-customer-image .amcard-image {
  width: 100%;
  height: 100%;
}
.amcard-image-information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.amcard-image-information > .amcard-description,
.amcard-image-information > .amcard-title {
  margin: 0;
}
.amcard-image-information > .amcard-delete {
  position: relative;
  align-self: flex-start;
  padding: 0 15px;
  border: none;
  background: none;
  box-shadow: none;
  color: #1787e0;
  cursor: pointer;
}
.amcard-image-information > .amcard-delete:hover {
  text-decoration: underline;
}
.amcard-image-information > .amcard-delete:before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 10px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjUzNCAxMmg2Ljk1MWwuODc0LTcuMTY2SC43TDEuNTM0IDEyek02Ljk1MiAxLjc4M1YuNDA5QzYuOTUyLjE4MyA2Ljc0MyAwIDYuNDg2IDBIMy41MzVjLS4yNTggMC0uNDY2LjE4My0uNDY2LjQxdjEuMzVjLS45OTcuMDk5LTIuMDM1LjI5LTMuMDY5LjYxN3YxLjI2aDEwVjIuMzQ0cy0xLjIyLS4zNy0zLjA0OS0uNTZoLjAwMXptLS45MjctLjA3NmExOS4xMDcgMTkuMTA3IDAgMDAtMi4wNzctLjAxMlYuOTcxYzAtLjExMi4xMDMtLjIwNC4yMzItLjIwNGgxLjYxMWMuMTMgMCAuMjM0LjA5Mi4yMzQuMjA0di43MzZ6IiBmaWxsPSIjMTc4N0UwIi8+PC9zdmc+') no-repeat center;
  content: '';
}
.amcard-preview-container {
  margin-top: 15px;
}
.amcard-preview-container > .amcard-button {
  box-sizing: border-box;
  padding: 6px 15px;
  border: 1px solid #4190c6;
  border-radius: 2px;
  background: none;
  color: #026bb3;
  font-size: 14px;
  transition: background-color 0.3s ease-out;
}
.amcard-preview-container > .amcard-button:hover {
  background: #026bb3;
  color: #fff;
}
.amcard-general-container {
  display: none;
  margin-bottom: 20px;
}
.amcard-general-container.-visible {
  display: block;
}
.amcard-general-container .amcard-warning {
  color: #e02b27;
  font-size: 12px;
}
.amcard-tooltip-container {
  position: absolute;
  bottom: 25px;
  left: 98px;
  z-index: 10;
  display: none;
  padding: 10px;
  width: 200px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}
.amcard-question-container:hover .amcard-tooltip-container {
  display: block;
}
.amcard-tooltip-container:after {
  position: absolute;
  bottom: -8px;
  left: 20px;
  width: 18px;
  height: 18px;
  background: #fff;
  content: '';
  transform: rotate(45deg);
}
.amcard-tooltip-container > .amgiftcard-text {
  color: #575757;
  font-weight: 400;
  font-size: 12px;
}
.amcard-question-container {
  align-self: center;
  margin: 0 20px;
  width: 17px;
  height: 17px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4LjUiIGZpbGw9IiMzODlERkUiLz48cGF0aCBkPSJNNy40ODggMTAuMDc0YzAtLjYwNi4wNzUtMS4wODkuMjI2LTEuNDQ5LjE1LS4zNi40NDYtLjc1NC44ODktMS4xODMuNDQ2LS40MzMuNzI5LS43NC44NDctLjkyMi4xODItLjI3OC4yNzQtLjU4LjI3NC0uOTAzIDAtLjQyOC0uMTA3LS43NTQtLjMyMi0uOTc3LS4yMS0uMjI4LS41Mi0uMzQyLS45My0uMzQyLS4zOTEgMC0uNzA4LjExMi0uOTUuMzM1LS4yMzcuMjE5LS4zNTUuNTE3LS4zNTUuODk1SDUuNTA2Yy4wMDktLjgwNi4yODItMS40NDQuODItMS45MTQuNTQyLS40NyAxLjI1OC0uNzA0IDIuMTQ3LS43MDQuOTE2IDAgMS42MjkuMjMzIDIuMTQuNjk3LjUxNC40NjUuNzcyIDEuMTE1Ljc3MiAxLjk0OSAwIC43NDItLjM0NyAxLjQ3NC0xLjA0IDIuMTk0bC0uODQuODI3Yy0uMy4zNDItLjQ1Ni44NDEtLjQ2NSAxLjQ5N0g3LjQ4OHpNNy4zNzIgMTIuMmMwLS4yNjkuMDg0LS40ODUuMjUzLS42NS4xNjktLjE2OC4zOTYtLjI1Mi42ODQtLjI1Mi4yOTEgMCAuNTIxLjA4Ni42OS4yNmEuODcuODcgMCAwMS4yNTMuNjQyYzAgLjI1LS4wODIuNDYtLjI0Ni42My0uMTY0LjE2OC0uMzk3LjI1Mi0uNjk3LjI1Mi0uMzAxIDAtLjUzNC0uMDg0LS42OTgtLjI1M2EuODguODggMCAwMS0uMjM5LS42Mjl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+') no-repeat center;
}
.amcard-carousel-container .slick-arrow {
  z-index: 10;
}
.amgiftcard-modal-container {
  pointer-events: auto;
}
.amcard-page-product .modal-inner-wrap {
  max-width: 900px;
}
.amcard-page-product .gallery-placeholder:not(.-active) .amasty-main-image,
.amcard-page-product .gallery-placeholder:not(.-active) .gallery-placeholder__image {
  visibility: hidden;
}
.amcard-page-product .product-info-main .price-final_price .price-wrapper .price {
  color: #575757;
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
}
.amcard-page-product .amgiftcard-price-container .amgiftcard-price-multiple.-hide {
  display: none;
}
.amcard-page-product .amgiftcard-price-container .price-final_price.-hide {
  display: none;
}
.amcard-page-product .amgiftcard-price-container .price-final_price.-multiple .price-wrapper .price {
  font-size: 24px;
  line-height: 24px;
}
.amcard-page-product .amgiftcard-price-container .price-wrapper + .price-wrapper {
  margin-left: 5px;
}
.amcard-page-product .amcard-preview .header {
  display: flex;
  justify-content: center;
}
.amcard-page-product .amcard-preview .footer,
.amcard-page-product .amcard-preview .header {
  background: #fff !important;
}
.amcard-page-product .amcard-preview .main {
  border-collapse: separate;
  border-top: 6px solid #1787e0;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.amcard-page-product .amcard-preview .logo {
  margin: 0;
}
.amcard-page-product .product-info-main .product-reviews-summary {
  float: none;
}
.amcard-page-product .product-info-main .product-info-price {
  margin-bottom: 0;
  border: 0;
}
.amcard-page-product .product-info-main .product-add-form {
  clear: none;
  margin-bottom: 20px;
  padding-top: 0;
  border: 0;
}
.gallery-placeholder.-amcard {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ammodal-aside-container {
  pointer-events: auto;
}
.am-datepicker .ui-datepicker-header .ui-datepicker-title select {
  width: unset;
}
.am-datepicker .ui-datepicker-header .ui-datepicker-title {
  display: flex;
}
.account .amcard-codes-list .table-wrapper:last-child {
  margin-bottom: 20px;
}
.account .amcard-codes-list .messages {
  margin-bottom: 0;
}
.amcardacc-template-container .amcard-codes-list,
.amcardacc-template-container .amcard-field-container {
  max-width: 360px;
}
.amcard-codes-list.-cart,
.amcard-field-container.-cart {
  max-width: 500px;
}
.amcard-codes-list.-paypal,
.amcard-field-container.-paypal {
  margin: 20px 0;
}
.amcard-codes-list .table .action,
.amcard-field-container .table .action,
.amcard-codes-list .amcard-check,
.amcard-field-container .amcard-check,
.amcard-codes-list .amcard-delete,
.amcard-field-container .amcard-delete {
  position: relative;
  align-self: flex-start;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  color: #1787e0;
  cursor: pointer;
}
.amcard-codes-list .table .action:hover,
.amcard-field-container .table .action:hover,
.amcard-codes-list .amcard-check:hover,
.amcard-field-container .amcard-check:hover,
.amcard-codes-list .amcard-delete:hover,
.amcard-field-container .amcard-delete:hover {
  text-decoration: underline;
}
.amcard-codes-list .amcard-list-btn-container,
.amcard-field-container .amcard-list-btn-container {
  padding: 0 10px;
  display: inline-block;
}
.amcard-codes-list .amcard-list-btn-container:not(:last-child),
.amcard-field-container .amcard-list-btn-container:not(:last-child) {
  border-right: 2px solid #ccc;
}
.amcard-codes-list .amcard-check,
.amcard-field-container .amcard-check {
  margin-top: 10px;
}
.amcard-field-block.-code {
  margin-top: 10px;
}
.amcard-field-block .amcard-button {
  font-weight: 600;
  transition: opacity 0.3s ease-out;
}
.amcard-field-block .amcard-button:hover {
  opacity: .9;
}
.amcard-field-block .amcard-button.-account {
  background: #3a77bd;
  color: #fff;
}
.amcard-field-block .amgcard-datalist-container + .amcard-button {
  align-self: flex-start;
  line-height: 16px;
}
.amcard-card-info {
  display: flex;
  margin-bottom: 10px;
  padding: 10px;
  background: #e8f6ff;
}
.amcard-card-info .amcard-field:not(:last-child) {
  margin-right: 20px;
}
.amcardacc-messages-container {
  display: none;
}
.amcardacc-messages-container.-visible {
  display: block;
}
.amcard-form-container .amcard-field.-validate {
  position: absolute;
  width: 0;
  opacity: 0;
}
.amgcard-datalist-container {
  position: relative;
  width: 100%;
}
.amgcard-datalist-container.-active .amgcard-datalist-ul {
  display: block;
}
.amgcard-datalist-container .amcard-input-arrow:after {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #333 transparent transparent transparent;
  content: '';
}
.amgcard-datalist-container.-active .amcard-input-arrow:after {
  top: 7px;
  border-color: transparent transparent #333 transparent;
}
.amgcard-datalist-container .amcard-datalist-message {
  font-style: italic;
}
.amgcard-datalist-container .amcard-field.-datalist {
  height: 32px;
}
.amgcard-datalist-ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: none;
  overflow: hidden;
  overflow-y: auto;
  margin: 5px 0 0 0;
  padding: 0;
  max-height: 200px;
  width: 100%;
  border-radius: 2px;
  background: #fff;
  list-style: none;
}
.amgcard-datalist-ul .amcard-datalist-li {
  display: block;
  margin-bottom: 0;
  padding: 6px 10px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.3s ease-in;
}
.amgcard-datalist-ul .amcard-datalist-li:hover {
  background-color: rgba(239, 239, 239, 0.9);
}
.amcard-field-block .intl-tel-input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 2px;
  background: #fff;
}
.amcard-field-block .intl-tel-input .amcard-field {
  border: 1px solid #d4d4d4;
}
.intl-tel-input {
  position: relative;
  display: inline-block;
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 6px;
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .country-name {
  vertical-align: middle;
  margin-right: 6px;
}
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.intl-tel-input.allow-dropdown input {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown .selected-flag {
  width: 46px;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
.intl-tel-input.allow-dropdown.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}
.intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input {
  padding-left: 76px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=text] {
  padding-left: 76px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 70px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input {
  padding-left: 84px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=text] {
  padding-left: 84px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 78px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input {
  padding-left: 92px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=text] {
  padding-left: 92px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 86px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input {
  padding-left: 100px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=text] {
  padding-left: 100px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 94px;
}
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../../frontend/Brainvire/unitedpharmacy/ar_SA/Amasty_GiftCardSmsNotifications/img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
.iti-flag.be {
  width: 18px;
  height: 15px;
  background-position: -440px 0px;
}
.iti-flag.ch {
  width: 15px;
  height: 15px;
  background-position: -944px 0px;
}
.iti-flag.mc {
  width: 19px;
  height: 15px;
  background-position: -3139px 0px;
}
.iti-flag.ne {
  width: 18px;
  height: 15px;
  background-position: -3666px 0px;
}
.iti-flag.np {
  width: 13px;
  height: 15px;
  background-position: -3796px 0px;
  background-color: transparent;
}
.iti-flag.va {
  width: 15px;
  height: 15px;
  background-position: -5307px 0px;
}
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("../../frontend/Brainvire/unitedpharmacy/ar_SA/Amasty_GiftCardSmsNotifications/img/flags@2x.png");
  }
}
@media only screen and (min--moz-device-pixel-ratio: 2) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("../../frontend/Brainvire/unitedpharmacy/ar_SA/Amasty_GiftCardSmsNotifications/img/flags@2x.png");
  }
}
@media only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("../../frontend/Brainvire/unitedpharmacy/ar_SA/Amasty_GiftCardSmsNotifications/img/flags@2x.png");
  }
}
@media only screen and (min-device-pixel-ratio: 2) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("../../frontend/Brainvire/unitedpharmacy/ar_SA/Amasty_GiftCardSmsNotifications/img/flags@2x.png");
  }
}
@media only screen and (min-resolution: 192dpi) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("../../frontend/Brainvire/unitedpharmacy/ar_SA/Amasty_GiftCardSmsNotifications/img/flags@2x.png");
  }
}
@media only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("../../frontend/Brainvire/unitedpharmacy/ar_SA/Amasty_GiftCardSmsNotifications/img/flags@2x.png");
  }
}
.amskit-toolbar-wrap {
  position: fixed;
  bottom: 10px;
  left: 3%;
  z-index: 9999;
  width: 300px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.amskit-toolbar-wrap.-open:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 25px;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, #ffffff);
}
.amskit-toolbar-wrap.-open {
  padding-bottom: 15px;
}
.amskit-toolbar-box {
  padding: 10px 20px;
  border-radius: 10px;
  background: #e4e4e4;
  box-sizing: border-box;
  cursor: pointer;
}
.amskit-toolbar-box.-open {
  border-radius: 10px 10px 0 0;
  cursor: auto;
}
.amskit-toolbar-box > .amskit-title {
  display: inline-block;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.amskit-toolbar-box > .amskit-title:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  vertical-align: top;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIGZpbGw9IiNGRjk0MTYiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNyA3Ljc1MmMwIC40ODUuMDE4LjkxMS4wMTggMS4zOTZ2Ny43MDVsLjAwMSAzLjU5OGMwIC41ODktLjAxNSAxLjE4MiAwIDEuNzcydi4wMjZjMCAuNDA2LjM0Ny43NTEuNzU0Ljc1MWgxNC40NzJjLjM5NiAwIC43NzItLjM0NS43NTQtLjc1LS4wMi0uNDA2LS4zMzItLjc1Mi0uNzU0LS43NTJINy43OGwuNzU0Ljc1MXYtMS40NTNsLS4wMDEtMy40NFYxMy4xNCA5LjQ5M2MwLS41OS0uMDAzLTEuMTI1LS4wMTgtMS43MTR2LS4wMjdjMC0uMzk0LS4zMzYtLjc3LS43NDItLjc1MS0uNDE5LjAxOC0uNzczLjMzLS43NzMuNzUxeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC42MzYgMTguNzA2djMuNDk3YzAgLjQxOC4zMzUuODE2LjcyOC43OTZhLjc3OS43NzkgMCAwIDAgLjcyNy0uNzk2di0zLjA1Mi0uNDQ1YzAtLjQxOC0uMzM0LS44MTYtLjcyNy0uNzk2YS43NzYuNzc2IDAgMCAwLS43MjguNzk2ek0xNC4yNzMgMTUuMTF2Ny4wNTNjMCAuNDM5LjMzNC44NTcuNzI3LjgzNi4zOTMtLjAyLjcyNy0uMzY4LjcyNy0uODM2di02LjE3LS44ODNjMC0uNDM5LS4zMzQtLjg1Ny0uNzI3LS44MzYtLjM5My4wMi0uNzI3LjM2OC0uNzI3LjgzNnpNMTcuOTEgMTUuODV2Ni4yOTljMCAuNDQ3LjMzNC44NzEuNzI3Ljg1LjM5Mi0uMDIxLjcyNy0uMzc0LjcyNy0uODV2LTUuNTItLjc3OGMwLS40NDctLjMzNS0uODcyLS43MjctLjg1LS4zOTMuMDIxLS43MjguMzc0LS43MjguODV6TTIxLjU0NiAxMi44OTNWMjIuMTk4YzAgLjQyLjMzNC44MjEuNzI3LjgwMS4zOTMtLjAyLjcyNy0uMzUyLjcyNy0uODAxdi0zLjE0LTUuMDA2LTEuMTU5YzAtLjQyLS4zMzQtLjgyMS0uNzI3LS44MDEtLjM5My4wMi0uNzI3LjM1Mi0uNzI3LjgwMXpNOC4zODIgMTYuMDI3bDIuMDA4LTEuMzg2YzEuMDYyLS43MzIgMi4xMi0xLjQ2OCAzLjE4My0yLjJsLjczOS0uNTExYy4zMjQtLjIyMS41LS42NjguMjcxLTEuMDI5LS4yMDctLjMxOS0uNjg2LS41MS0xLjAzMi0uMjdsLTIuMDA4IDEuMzg1Yy0xLjA2My43MzMtMi4xMjIgMS40NjktMy4xODQgMi4ybC0uNzM4LjUxMWMtLjMyNS4yMjItLjUwMi42NjktLjI3MiAxLjAzLjIxMS4zMjIuNjg2LjUxIDEuMDMzLjI3eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMy43MzIgMTIuMDA5bDMuMjQ3LjYyLjQ2OC4wOWMuMzg0LjA3NS44MzItLjExLjkyNi0uNTI2LjA4My0uMzcyLS4xMTMtLjg0NS0uNTI3LS45MjRsLTMuMjQ4LS42Mi0uNDY3LS4wOWMtLjM4NC0uMDc0LS44MzMuMTEtLjkyNy41MjYtLjA4Ny4zNjguMTEzLjg0NS41MjguOTI0eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC4xNzcgMTIuNTI0YzEuMTA4LTEuMTk4IDIuMjE2LTIuMzkyIDMuMzIzLTMuNTkuMTU1LS4xNy4zMTMtLjMzOC40NjgtLjUwNy4yNjctLjI5LjMwOC0uNzgxIDAtMS4wNjMtLjI5LS4yNjYtLjc4LS4zMDgtMS4wNjcgMC0xLjEwNyAxLjE5OC0yLjIxNSAyLjM5Mi0zLjMyMyAzLjU5LS4xNTQuMTY5LS4zMTIuMzM4LS40NjcuNTA3LS4yNjcuMjg5LS4zMDkuNzggMCAxLjA2My4yOS4yNjYuNzguMzA3IDEuMDY2IDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIwLjY3NSA3Ljg5N3YyLjM1YzAgLjM5NS4zNDcuNzcuNzU0Ljc1Mi40MDctLjAxOS43NTMtLjMzLjc1My0uNzUxdi0yLjM1YzAtLjM5NS0uMzQ2LS43Ny0uNzUzLS43NTItLjQxLjAyLS43NTQuMzMtLjc1NC43NTF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxLjQyOSA3LjE0NmMtLjc1Ny4wMDgtMS41MTUuMDExLTIuMjcyLjAxOS0uMzk2LjAwNC0uNzcyLjM0Mi0uNzU0Ljc1LjAyLjQwNi4zMzIuNzU2Ljc1NC43NTIuNzU3LS4wMDggMS41MTUtLjAxMSAyLjI3Mi0uMDE5LjM5Ni0uMDA0Ljc3Mi0uMzQyLjc1My0uNzUtLjAxOC0uNDA2LS4zMzEtLjc1Ni0uNzUzLS43NTJ6Ii8+PC9zdmc+) no-repeat center;
}
.amskit-toolbar-box > .amskit-arrow {
  display: inline-block;
  float: right;
  width: 12px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNCMkIyQjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xMyA3TDcgMSAxIDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-toolbar-box.-open > .amskit-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}
.amskit-toolbar-content {
  padding: 10px;
  max-height: 75vh;
  overflow: auto;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  background: #fff;
}
.amskit-toolbar-content .amskit-table {
  table-layout: fixed;
}
.amskit-toolbar-content > .amskit-title {
  margin: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 600;
  font-size: 16px;
}
.amskit-toolbar-content > .amskit-background {
  margin: 5px -10px 25px;
  padding: 10px;
  background: #f6f6f6;
}
.amskit-toolbar-content .amskit-cell {
  word-break: break-word;
  word-wrap: break-word;
}
.amskit-toolbar-content .amskit-cell.-indent {
  padding-left: 35px;
}
.amskit-toolbar-content .amskit-description {
  font-size: 12px;
  color: #adadad;
}
.amskit-toolbar-content .amskit-description.-headings {
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon {
  position: relative;
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon:before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.amskit-toolbar-content .amskit-icon.-warning:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNOSA0djYuNSIvPjxjaXJjbGUgY3g9IjkiIGN5PSIxNCIgcj0iMSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amskit-toolbar-content .amskit-icon.-normal:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMxNzg3RTAiLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNS41IDlsMy4xMjUgM0wxMi41IDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-headings-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amskit-headings-wrap > .amskit-item {
  margin-left: 8px;
  margin-bottom: 5px;
  text-align: center;
}
.amskit-headings-wrap .amskit-head {
  text-transform: uppercase;
}
.amskit-page-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.amskit-page-links > .amskit-item {
  position: relative;
  padding-left: 10px;
}
.amskit-page-links > .amskit-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #55b4ff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.amskit-page-links .amskit-label {
  display: inline-block;
  width: 80%;
}
.amskit-separator-wrap {
  position: relative;
  margin: 15px 0;
  height: 1px;
  background: #c4c4c4;
}
.amskit-separator-wrap ~ .amskit-url {
  display: none;
}
.amskit-separator-wrap > .amskit-button {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  background: #fff;
  color: #c4c4c4;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.amskit-separator-wrap > .amskit-button:hover {
  border-color: #1787e0;
  color: #1787e0;
}
@media (min-width: 480px) {
  .amskit-toolbar-wrap.-open {
    width: 450px;
  }
  .amskit-page-links .amskit-label {
    width: 55%;
  }
}
.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
  word-break: break-all;
}
.columns .column.main {
  max-width: 100%;
}
.icon .brand-label {
  float: left;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  padding-bottom: 35px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-container {
  overflow: hidden;
}
.amslider .swiper-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amslider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 6px;
  height: 6px;
  background: #333333;
}
.amslider .swiper-pagination-bullet-active {
  background: #1979c2;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
}
.amslider .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amslider .ambrands-empty {
  margin: auto;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  top: calc(50% - (40px / 2));
  z-index: 2;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #1979c2;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: none;
}
.amslider .swiper-button-next:hover,
.amslider .swiper-button-prev:hover {
  background-color: #006bb4;
}
.amslider .swiper-button-next:after,
.amslider .swiper-button-prev:after {
  content: '';
}
.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
  background-color: #95b5d7;
}
.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
  background-color: #ececec;
  opacity: 1;
}
.amslider .swiper-button-next {
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider .swiper-button-prev {
  left: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTQ2IDEwLjEyM2w4LjM0NiA4Ljk2OCAxLjQ1Ny0xLjQ0LTcuMDA4LTcuNTI4IDcuMjA1LTcuNzc0LTEuNDE3LTEuNDQtOC4xMSA4LjY4LS40NzMuNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider-header-container {
  padding: 40px 10px 0;
  color: #333333;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  display: block;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
}
.amslider.ambrands-slider {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.amslider.ambrands-slider .ambrands-inner {
  position: relative;
  padding-bottom: 10px;
}
.amslider.ambrands-slider .ambrands-swiper-brand {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amslider.ambrands-slider .ambrands-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.amslider.ambrands-slider .slide {
  align-items: stretch;
}
.amslider.ambrands-slider .slide .ambrands-image-block {
  overflow: hidden;
  margin-bottom: 10px;
}
.amslider.ambrands-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  padding: 0;
  height: auto;
}
.amslider .slide {
  display: flex;
  align-items: flex-start;
  flex-basis: 30%;
  justify-content: center;
  margin: 0 9px 20px 0;
  max-width: 30%;
  color: #333333;
  text-align: center;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-color: #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .ambrands-swiper-brand .ambrands-image {
  height: auto;
}
.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 2 * 40px);
}
.children-category-container .swiper-wrapper {
  align-items: baseline;
}
.amslider .swiper-slide {
  box-sizing: border-box;
  padding: 10px;
  color: #333333;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  margin: 0;
  border: 1px solid #bbb;
  background: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  transition: all .3s ease;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand {
    width: 100%;
  }
  .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.amshopby-brand-title-link {
  font-weight: bold;
}
.amshopby-brand-tooltip.-no-double ~ .amshopby-brand-tooltip.-no-double {
  visibility: hidden;
  opacity: 0;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.2;
  margin: 0 12px 12px 0;
  min-height: 34px;
  min-width: 34px;
  padding: 6px;
  text-align: center;
}
.ambrands-letters-filter .ambrands-letter:hover {
  background: #ffffff;
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  background: #ececec;
  border-color: #ececec;
  box-shadow: none;
  color: #cccccc;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  background: #dff1ff;
  border-color: #006bb4;
  color: #006bb4;
}
.ambrands-letters-filter .ambrands-letter.-letter-all {
  padding: 6px 11px;
}
.ambrands-filters-block {
  display: inline-block;
  margin: 20px 0 53px;
  width: 100%;
}
.ambrands-search-wrapper {
  margin-bottom: 30px;
  max-width: 460px;
}
.ambrands-search-block {
  display: block;
  position: relative;
}
.ambrands-search-block:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  display: flex;
  height: 20px;
  left: 15px;
  min-width: 20px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 20px / 2);
  width: 20px;
}
.ambrands-search-block .ambrands-clear {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  border: 0;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  margin: 0 0 10px;
  max-width: 100%;
  padding: 10px 40px;
}
.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input::-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input:-ms-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:hover,
.ambrands-search-block .ambrands-input:focus {
  border-color: #006bb4;
}
._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
  box-shadow: none;
}
.ambrands-livesearch-block {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  box-sizing: border-box;
  display: block;
  max-height: 250px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 460px;
  z-index: 99;
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  box-sizing: border-box;
  color: #000000;
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.ambrands-livesearch-block > .ambrands-item.active {
  background-color: #e8e8e8;
}
@supports (-webkit-touch-callout: none) {
  ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
  .ambrands-search-block .ambrands-input:not(:focus) {
    border-top-width: .5px;
  }
}
.ambrands-letters-list .ambrands-letter {
  box-sizing: border-box;
  margin-bottom: 40px;
  width: 100%;
  vertical-align: top;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  color: #333;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
}
.ambrands-letter .ambrands-brand-item {
  position: relative;
  margin: 0 8px 16px;
  min-width: 100px;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333333;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  border-color: #006bb4;
  background: rgba(65, 173, 255, 0.19);
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #e2e2e2;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #c7c7c7;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-width: 100%;
  max-height: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
#algoliaAutocomplete .aa-SubmitButton {
  height: 41px;
}
#algoliaAutocomplete .aa-SubmitButton .aa-SubmitIcon {
  color: #4e4e4e;
  height: 27px;
}
.banner_list {
  margin-left: -12px;
  margin-right: -12px;
}
.banner_list .banner-link {
  flex: 1;
  float: left;
}
.banner_list .banner-link a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.banner_list .banner-link img {
  object-fit: cover;
  width: 100%;
}
.homepage-bundle-slider .slick-slider .slick-arrow.slick-next {
  left: auto;
  right: -20px;
}
.homepage-bundle-slider .slick-slider .slick-arrow.slick-prev {
  left: -20px;
  right: auto;
}
.homepage-middle-slider .slick-slider .slick-arrow.slick-next {
  left: auto;
  right: -8px;
}
.homepage-middle-slider .slick-slider .slick-arrow.slick-prev {
  left: -8px;
  right: auto;
}
.homepage-middle-slider .slick-slider .slick-arrow.slick-prev,
.homepage-middle-slider .slick-slider .slick-arrow.slick-next {
  border: 1px solid #cecece;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.homepage-main-slider {
  margin-left: -8px;
  margin-right: -8px;
}
.homepage-main-slider .slick-slider .slick-arrow {
  z-index: 9;
}
.homepage-main-slider .slick-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.homepage-main-slider .slick-slider .slick-arrow.slick-prev {
  left: 0;
  right: auto;
}
.homepage-main-slider .slick-slider .slick-arrow.slick-prev,
.homepage-main-slider .slick-slider .slick-arrow.slick-next {
  border: 1px solid #cecece;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 24px;
  width: 24px;
}
.homepage-main-slider .slick-slider .slick-arrow.slick-prev:after,
.homepage-main-slider .slick-slider .slick-arrow.slick-next:after,
.homepage-main-slider .slick-slider .slick-arrow.slick-prev:before,
.homepage-main-slider .slick-slider .slick-arrow.slick-next:before {
  font-size: 1rem;
  line-height: 1rem;
}
.homepage-main-slider .banner_list .banner-link img {
  width: 100%;
}
.homepage-main-slider .banner_list:not(.slick-initialized) .banner-link:not(:first-child) {
  display: none;
}
.home-skin-slider {
  margin-left: -8px;
  margin-right: -8px;
}
.home-skin-slider .banner_list {
  margin-left: -22px;
  margin-right: -22px;
}
.home-skin-slider .banner_list .banner-link {
  padding: 0 10px;
}
.home-skin-slider .banner_list .banner-link a {
  max-height: 174px;
  overflow: hidden;
}
.blog-homepage-middle-slider .banner_list:not(.slick-initialized) .banner-link:not(:first-child),
.blog-homepage-main-slider .banner_list:not(.slick-initialized) .banner-link:not(:first-child) {
  display: none;
}
.blog-home-category-section .categories-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin-left: -7px;
  margin-right: -7px;
  padding: 0;
}
.blog-home-category-section .categories-block .amblog-category {
  margin-bottom: 13px;
  padding-left: 7px;
  padding-right: 7px;
  text-align: center;
  width: 50%;
}
.blog-home-category-section .categories-block .amblog-category .amblog-category-content {
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 0;
  padding: 15px 15px 10px;
}
.blog-home-category-section .categories-block .amblog-category .amblog-category-content img {
  max-width: 320px;
  object-fit: cover;
  width: 100%;
}
.blog-home-category-section .categories-block .amblog-category .amblog-category-content .amblog-category-description {
  margin: 25px 0 0;
  position: relative;
}
.blog-home-category-section .categories-block .amblog-category .amblog-category-content .amblog-category-description:after {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #459b2c;
  content: '';
  height: 5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -27px;
  width: 50px;
}
.blog-home-category-section .categories-block .amblog-category .amblog-category-content .amblog-category-description .ampost-link {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #052d76;
}
.blog-home-category-section .categories-block .amblog-category .amblog-category-content .amblog-category-description [data-content-type='html'],
.blog-home-category-section .categories-block .amblog-category .amblog-category-content .amblog-category-description [data-content-type='text'] {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  height: 72px;
  margin-bottom: 10px;
  overflow: hidden;
}
.blog-home-category-section .categories-block .amblog-category .amblog-category-content .amblog-category-description [data-content-type='row'] {
  padding-left: 0;
  padding-right: 0;
}
.blog-home-category-section .categories-block .amblog-category .amblog-category-content .amblog-link {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #272727;
  display: -webkit-box;
  font-weight: 700;
  letter-spacing: .36px;
  margin-bottom: 44px;
  margin-top: 10px;
  overflow: hidden;
  text-decoration: none;
}
.blog-home-category-section .amblog-list-view {
  font-size: 1.4rem;
  line-height: 2.2rem;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #052d76;
  border-radius: 4px;
  color: #052d76;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  letter-spacing: .32px;
  margin: 7px auto 20px;
  max-width: 130px;
  text-decoration: none;
  width: 100%;
}
.blog-home-category-section .amblog-list-view:hover {
  background: #052d76;
  color: #ffffff;
}
.blog-home-middle-slider-section {
  margin-bottom: 20px;
  margin-top: 20px;
}
.blog-homepage-main-slider .slick-dots {
  font-size: 0.2rem;
  background: #ffffff;
  border-radius: 5px;
  bottom: -6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
  left: 50%;
  padding: 3px 4px;
  position: absolute;
  transform: translateX(-50%);
  width: auto;
}
.blog-homepage-main-slider .slick-dots li {
  height: 6px;
  margin: 0 2px;
  width: 6px;
}
.blog-homepage-main-slider .slick-dots li button,
.blog-homepage-main-slider .slick-dots li .cart.table-wrapper .actions-toolbar > .action {
  background-color: #a1a1a1;
  border-color: #a1a1a1;
  border-radius: 20px;
  height: 6px;
  padding: 0;
  width: 6px;
}
.blog-homepage-main-slider .slick-dots li button:before,
.blog-homepage-main-slider .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before {
  height: 6px;
  width: 6px;
}
.blog-homepage-main-slider .slick-dots li.slick-active button,
.blog-homepage-main-slider .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action {
  background-color: #3f9acc;
  border-color: #3f9acc;
  color: #3f9acc;
}
.blog-homepage-main-slider .banner_list .banner-link {
  padding: 0 12px;
}
.blog-home-m-main-slider .blog-homepage-main-slider {
  margin-left: -8px;
  margin-right: -8px;
}
.blog-home-m-main-slider .blog-homepage-main-slider .banner_list {
  margin-left: -12px;
  margin-right: -12px;
}
.blog-home-m-main-slider .blog-homepage-main-slider .banner_list:not(.slick-initialized) .banner-link:not(:first-child) {
  display: none;
}
.blog-home-m-main-slider .blog-homepage-main-slider .banner_list .banner-link {
  padding: 0;
}
.blog-home-m-main-slider .blog-homepage-main-slider .slick-slider .slick-arrow {
  z-index: 9;
}
.blog-home-m-main-slider .blog-homepage-main-slider .slick-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.blog-home-m-main-slider .blog-homepage-main-slider .slick-slider .slick-arrow.slick-prev {
  left: 0;
  right: auto;
}
.blog-home-m-main-slider .blog-homepage-main-slider .slick-slider .slick-arrow.slick-prev,
.blog-home-m-main-slider .blog-homepage-main-slider .slick-slider .slick-arrow.slick-next {
  border: 1px solid #cecece;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 24px;
  width: 24px;
}
.blog-home-m-main-slider .blog-homepage-main-slider .slick-slider .slick-arrow.slick-prev:after,
.blog-home-m-main-slider .blog-homepage-main-slider .slick-slider .slick-arrow.slick-next:after,
.blog-home-m-main-slider .blog-homepage-main-slider .slick-slider .slick-arrow.slick-prev:before,
.blog-home-m-main-slider .blog-homepage-main-slider .slick-slider .slick-arrow.slick-next:before {
  font-size: 1rem;
  line-height: 1rem;
}
.blog-home-m-main-slider .blog-homepage-main-slider .slick-slider .slick-arrow.slick-prev.slick-disabled:before,
.blog-home-m-main-slider .blog-homepage-main-slider .slick-slider .slick-arrow.slick-next.slick-disabled:before {
  color: #272727;
}
.cms-amp_blog .top-container + .page-main {
  margin-top: 0;
}
.two-banner-m-bottom,
.two-banner-m-top {
  margin-top: 15px;
}
.two-banner-m-bottom .banner_wrap.blog-homepage-2banner-bottom .banner_list,
.two-banner-m-top .banner_wrap.blog-homepage-2banner-bottom .banner_list,
.two-banner-m-bottom .banner_wrap.blog-homepage-2banner-top .banner_list,
.two-banner-m-top .banner_wrap.blog-homepage-2banner-top .banner_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 -24px;
  overflow-x: auto;
  padding: 0 20px;
  white-space: nowrap;
}
.two-banner-m-bottom .banner_wrap.blog-homepage-2banner-bottom .banner_list .banner-link,
.two-banner-m-top .banner_wrap.blog-homepage-2banner-bottom .banner_list .banner-link,
.two-banner-m-bottom .banner_wrap.blog-homepage-2banner-top .banner_list .banner-link,
.two-banner-m-top .banner_wrap.blog-homepage-2banner-top .banner_list .banner-link {
  min-width: 90%;
  padding: 0 4px 5px;
}
.two-banner-m-bottom .banner_wrap.blog-homepage-2banner-bottom .banner_list .banner-link img,
.two-banner-m-top .banner_wrap.blog-homepage-2banner-bottom .banner_list .banner-link img,
.two-banner-m-bottom .banner_wrap.blog-homepage-2banner-top .banner_list .banner-link img,
.two-banner-m-top .banner_wrap.blog-homepage-2banner-top .banner_list .banner-link img {
  border-radius: 8px;
}
.ourservice-mobile .pagebuilder-column-group {
  margin: 0 -7px;
}
.ourservice-mobile .pagebuilder-column-line {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.ourservice-mobile .pagebuilder-column-line .pagebuilder-column {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 8px;
  margin: 0 7px;
}
#html-body .ourservice-mobile .pagebuilder-column-line .pagebuilder-column {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ourservice-mobile .pagebuilder-column-line .pagebuilder-column .ourservices-mtitle {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #ffffff;
  font-weight: bold;
  max-width: 110px;
  padding: 12px 8px 4px;
  width: 100%;
}
.ourservice-mobile .pagebuilder-column-line .pagebuilder-column .ourservices-mtitle p {
  margin-bottom: 0;
}
.ourservice-mobile .pagebuilder-column-line .pagebuilder-column .ourservices-mtitle p a {
  color: #ffffff;
}
.ourservice-mobile .pagebuilder-column-line .pagebuilder-column figure[data-content-type='image'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-self: flex-end;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}
.ourservice-mobile .pagebuilder-column-line .pagebuilder-column figure[data-content-type='image'].dispensing-service {
  justify-content: flex-start;
  margin: 0;
}
.ourservice-mobile .pagebuilder-column-line .pagebuilder-column figure[data-content-type='image'] img {
  float: left;
}
.blog-home-ask-question-section figure[data-content-type='image'] img {
  width: 100%;
}
.amblog-category-m-title {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.amblog-category-m-title a {
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #3f9acc;
  font-weight: 700;
  text-decoration: underline;
}
.amblog-category-m-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.amblog-category-m-list .amblog-category {
  padding: 0 5px;
  text-align: center;
  width: 25%;
}
.amblog-category-m-list .amblog-category .amblog-category-m-content .amblog-category-image {
  aspect-ratio: 1;
  border-radius: 50%;
  display: inline-block;
  height: 78px;
  overflow: hidden;
  text-align: center;
  width: 78px;
}
.amblog-category-m-list .amblog-category .amblog-category-m-content .amblog-category-image img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.amblog-category-m-list .amblog-category .amblog-category-m-content .amblog-link {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #000000;
  display: -webkit-box;
  font-weight: 400;
  letter-spacing: .28px;
  margin: 0 0 8px;
  overflow: hidden;
  text-align: center;
  white-space: normal;
  width: 100%;
}
.amblog-category-m-list .offer-categories {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 0 -30px 20px;
  overflow-x: auto;
  padding: 0 20px;
  white-space: nowrap;
}
.amblog-category-m-list .offer-categories .offer-cate-name {
  font-size: 1.4rem;
  color: #000000;
  font-weight: 400;
  letter-spacing: .28px;
  margin: 0 0 10px;
  text-align: center;
  white-space: normal;
}
.amblog-category-m-list .offer-categories .offer-link {
  min-width: 116px;
  padding-left: 10px;
  padding-right: 10px;
}
.amblog-category-m-list .offer-categories .offer-link a {
  text-decoration: none;
}
.amblog-category-m-list .offer-categories .offer-link a img {
  border: 1px solid #dfdfdf;
  border-radius: 100%;
  height: 100%;
  max-height: 96px;
  max-width: 96px;
  object-fit: contain;
  padding: 6px;
  width: 100%;
}
.amblog-category-m-list .offer-categories .offer-link a:focus img {
  border: 3px solid #052d76;
  box-shadow: 0 10px 10px rgba(112, 113, 114, 0.42);
}
.amblog-category-m-list .offer-categories .offer-link a:focus .offer-cate-name {
  color: #052d76;
  font-weight: 800;
}
.blog-home-m-ask-question-section {
  margin-top: 9px;
}
.blog-home-m-ask-question-section figure[data-content-type='image'] img {
  width: 100%;
}
.opportunities-section {
  margin-bottom: 20px;
}
.opportunities-section .pagebuilder-column-line .opportunities-right-section .section-title {
  margin: 10px 0;
}
.opportunities-section .pagebuilder-column-line .opportunities-right-section .benefits-calculator-description {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #272727;
}
.opportunities-section .pagebuilder-column-line .opportunities-right-section .pagebuilder-button-primary {
  font-size: 1.4rem;
  line-height: 2rem;
  cursor: pointer;
  letter-spacing: .32px;
  margin: 0;
  padding: 7px 24px;
}
.opportunities-section .pagebuilder-column-line .opportunities-right-section .pagebuilder-button-primary:focus,
.opportunities-section .pagebuilder-column-line .opportunities-right-section .pagebuilder-button-primary:active {
  background: #052d76;
  color: #ffffff;
}
.opportunities-section .pagebuilder-column-line .opportunities-left-section [data-content-type='image'] img {
  width: 100%;
}
.workplace-note {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #272727;
  margin-bottom: 20px;
}
.united-workplace-section {
  margin-bottom: 20px;
  position: relative;
}
.united-workplace-section .row-full-width-inner {
  margin-bottom: 25px;
}
.united-workplace-section .section-title {
  margin-bottom: 10px;
}
.united-workplace-section .pagebuilder-column-line {
  gap: 16px;
}
.united-workplace-section .pagebuilder-column-line .pagebuilder-column {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #ffffff;
  padding: 16px;
}
.united-workplace-section .pagebuilder-column-line .pagebuilder-column [data-content-type='image'] {
  margin-bottom: 15px;
  width: 100%;
}
.united-workplace-section .pagebuilder-column-line .pagebuilder-column [data-content-type='image'] img {
  aspect-ratio: 1;
  border-radius: 4px;
  float: left;
  max-height: 240px;
  object-fit: cover;
  width: 100%;
}
.united-workplace-section .pagebuilder-column-line .pagebuilder-column [data-content-type='text'] p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #272727;
  display: -webkit-box;
  font-weight: 700;
  letter-spacing: .36px;
  margin-bottom: 0;
  overflow: hidden;
}
.united-workplace-section:before {
  background: #edf4f6;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.united-life-section {
  margin-bottom: 20px;
}
.united-life-section .pagebuilder-column-group .pagebuilder-column-line {
  gap: 20px;
}
.united-life-section .pagebuilder-column-group .pagebuilder-column-line[data-content-type='column-line'] {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.united-life-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type='image'] img {
  aspect-ratio: 1;
  border-radius: 4px;
  float: left;
  max-height: 338px;
  object-fit: cover;
  width: 100%;
}
.united-life-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column[data-content-type='column'] {
  flex-basis: calc(50% - 10px);
  width: 50%;
}
.career-main-banner-slider {
  margin-bottom: 20px;
}
.why-people-love-us-section {
  margin-bottom: 20px;
}
.why-people-love-us-section .section-title {
  margin-top: 0;
  margin-bottom: 5px;
}
.why-people-love-us-section .pagebuilder-column .people-love-us-title {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #272727;
  font-weight: 700;
  margin: 5px 0;
}
.why-people-love-us-section .pagebuilder-column .people-love-us-note {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #272727;
  display: -webkit-box;
  overflow: hidden;
}
.why-people-love-us-section .pagebuilder-column .people-love-us-note p {
  margin-bottom: 0;
}
.why-people-love-us-section .pagebuilder-column [data-content-type='image'] img {
  aspect-ratio: 1;
  max-height: 65px;
  object-fit: cover;
  width: auto;
}
.why-people-love-us-section .pagebuilder-column-group .pagebuilder-column-line {
  gap: 20px;
}
.why-people-love-us-section .pagebuilder-column-group .pagebuilder-column-line:first-child {
  margin-bottom: 20px;
}
.job-listing-section {
  margin-bottom: 20px;
  position: relative;
}
.job-listing-section .row-full-width-inner {
  margin-bottom: 20px;
}
.job-listing-section .section-title {
  margin: 20px 0;
}
.job-listing-section:before {
  background: #edf4f6;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.job-listing-section .job-component-list-data .job-input-data-field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 4px;
  gap: 10px;
  padding: 20px;
}
.job-listing-section .job-component-list-data .job-input-data-field .input-text.search-field,
.job-listing-section .job-component-list-data .job-input-data-field .input-text.city-field {
  width: 100%;
}
.job-listing-section .job-component-list-data .job-input-data-field .input-button {
  width: 100%;
}
.job-listing-section .job-component-list-data .job-input-data-field .input-button button,
.job-listing-section .job-component-list-data .job-input-data-field .input-button .cart.table-wrapper .actions-toolbar > .action {
  line-height: 2.4rem;
  width: 100%;
}
.job-listing-section .job-component-list-data .job-input-data-field .search-field {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.job-listing-section .job-component-list-data .job-input-data-field .search-field:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 24px;
  color: #272727;
  content: '\e615';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.job-listing-section .job-component-list-data .job-input-data-field .search-field:before {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  justify-content: center;
  position: absolute;
  right: 13px;
  top: 0;
  width: 20px;
}
.job-listing-section .job-component-list-data .row-job {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px 0;
}
.job-listing-section .job-component-list-data .row-job .job-position,
.job-listing-section .job-component-list-data .row-job .job-job_information {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  width: 100%;
}
.job-listing-section .job-component-list-data .row-job:not(:last-child) {
  border-bottom: 1px solid;
  border-color: rgba(0, 31, 121, 0.2);
}
.job-listing-section .job-component-list-data .row-job .job-position {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #272727;
  font-weight: 700;
}
.job-listing-section .job-component-list-data .row-job .job-job_information {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #272727;
}
.job-listing-section .job-component-list-data .row-job .job-action {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
}
.job-listing-section .job-component-list-data .row-job.no-record > span {
  background: #ffffff;
  color: #ae1d1d;
  padding: 20px 10px;
  text-align: center;
  width: 100%;
}
.job-listing-section .job-component-list-data .row-job .job-info-content .job-job_description {
  display: block;
}
.job-listing-section .job-component-list-data .row-job .job-info-content .job-job_description > span {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #272727;
  display: -webkit-box;
  overflow: hidden;
  width: 100%;
}
.job-listing-section .job-component-list-data .row-job .job-info-content .job-job_description.active > span {
  display: block;
}
.job-listing-section .job-component-list-data .row-job .job-info-content .job-job_description p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-bottom: 0;
}
.job-listing-section .job-component-list-data .row-job .job-info-content .read-more-button {
  font-size: 1.4rem;
  line-height: 2.2rem;
  cursor: pointer;
  display: block;
  font-weight: 700;
}
.job-listing-section button:active,
.job-listing-section .cart.table-wrapper .actions-toolbar > .action:active {
  box-shadow: none;
}
.job-action-share button,
.job-action-share .cart.table-wrapper .actions-toolbar > .action {
  font-size: 0rem;
  background-image: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/images/share.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 40px;
}
.job-action-share button:hover,
.job-action-share .cart.table-wrapper .actions-toolbar > .action:hover {
  background-image: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/images/share-color.svg');
}
.resume-section [data-content-type='image'] img {
  width: 100%;
}
.modal-popup.apply-job-popup .modal-inner-wrap,
.modal-popup.share-job-popup .modal-inner-wrap {
  left: 50%;
  margin: 0;
  max-height: 90%;
  max-width: 100%;
  overflow: visible;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.modal-popup.apply-job-popup {
  max-width: 100%;
}
.modal-popup.apply-job-popup .modal-header .modal-title {
  font-size: 1.8rem;
  line-height: 2.5rem;
  border: none;
  color: #272727;
  font-weight: 700;
  padding-bottom: 0;
}
.modal-popup.apply-job-popup .modal-header .action-close {
  padding: 20px;
}
.modal-popup.apply-job-popup .fieldset .form-submit {
  display: inline-block;
  width: 100%;
}
.modal-popup.apply-job-popup .fieldset .form-submit button,
.modal-popup.apply-job-popup .fieldset .form-submit .cart.table-wrapper .actions-toolbar > .action {
  letter-spacing: .32px;
  width: 100%;
}
.modal-popup.apply-job-popup .fieldset .custom-upload-btn {
  font-size: 1.4rem;
  line-height: 1.7rem;
  background-color: #e2ecff;
  background-image: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/images/resume.svg');
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 25px 30px;
  border-radius: 4px;
  border: 1px dashed #4371bf;
  color: #052d76;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;
  padding: 16px;
  width: 100%;
}
.modal-popup.apply-job-popup .fieldset .field.required.upload-resume-field .control {
  position: relative;
}
.modal-popup.apply-job-popup .fieldset .field.required.upload-resume-field .control .input-resume-file {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.modal-popup.apply-job-popup .fieldset .field.required.upload-resume-field .control .validation-note {
  margin-top: 5px;
}
.modal-popup.apply-job-popup .fieldset.questions {
  margin: 0 0 20px;
}
.modal-popup.apply-job-popup .modal-header,
.modal-popup.apply-job-popup .modal-content {
  padding-left: 20px;
  padding-right: 20px;
}
.modal-popup.share-job-popup {
  height: 50%;
}
.modal-popup.share-job-popup .modal-title {
  font-size: 1.8rem;
  font-weight: 700;
}
.modal-popup.share-job-popup .action-close {
  padding: 20px;
}
.modal-popup.share-job-popup .action-close:before {
  line-height: 1.6rem;
}
.modal-popup.share-job-popup .modal-content {
  margin-top: 18px;
}
.modal-popup.share-job-popup .modal-content .icon-share {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.modal-popup.share-job-popup .modal-content .icon-share li {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #edf4f6;
  border-radius: 4px;
  height: 40px;
  justify-content: center;
  margin: 0 10px 0 0;
  width: 40px;
}
.modal-popup.share-job-popup .modal-content .icon-share li:last-child {
  margin-right: 0;
}
.modal-popup.share-job-popup .modal-content .icon-share li .social-link.facebook {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.modal-popup.share-job-popup .modal-content .icon-share li .social-link.facebook:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #515151;
  content: '\e90f';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-popup.share-job-popup .modal-content .icon-share li .social-link.facebook:hover:before {
  color: #515151;
}
.modal-popup.share-job-popup .modal-content .icon-share li .social-link.facebook:active:before {
  color: #515151;
}
.modal-popup.share-job-popup .modal-content .icon-share li .social-link.twitter {
  display: inline-block;
  text-decoration: none;
}
.modal-popup.share-job-popup .modal-content .icon-share li .social-link.twitter:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #515151;
  content: '\e90e';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-popup.share-job-popup .modal-content .icon-share li .social-link.twitter:hover:before {
  color: #515151;
}
.modal-popup.share-job-popup .modal-content .icon-share li .social-link.twitter:active:before {
  color: #515151;
}
.modal-popup.share-job-popup .modal-content .icon-share li .social-link.linkedin {
  display: inline-block;
  text-decoration: none;
}
.modal-popup.share-job-popup .modal-content .icon-share li .social-link.linkedin:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #515151;
  content: '\e90d';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-popup.share-job-popup .modal-content .icon-share li .social-link.linkedin:hover:before {
  color: #515151;
}
.modal-popup.share-job-popup .modal-content .icon-share li .social-link.linkedin:active:before {
  color: #515151;
}
.modal-popup.share-job-popup .modal-content .icon-share li .social-link.whatsapp {
  display: inline-block;
  text-decoration: none;
}
.modal-popup.share-job-popup .modal-content .icon-share li .social-link.whatsapp:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 24px;
  color: #515151;
  content: '\e91d';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-popup.share-job-popup .modal-content .icon-share li .social-link.whatsapp:hover:before {
  color: #515151;
}
.modal-popup.share-job-popup .modal-content .icon-share li .social-link.whatsapp:active:before {
  color: #515151;
}
.modal-popup.share-job-popup .modal-content .icon-share li .social-link.whatsapp:before {
  width: 24px;
}
.modal-popup.share-job-popup .modal-content .icon-share li.copy-text {
  position: relative;
}
.modal-popup.share-job-popup .modal-content .icon-share li.copy-text .icon-paper {
  color: #515151;
}
.modal-popup.share-job-popup .modal-content .icon-share li.copy-text .icon-paper:before {
  font-size: 2.2rem;
  color: #515151;
}
.modal-popup.share-job-popup .modal-content .icon-share li.copy-text .copied {
  left: 100%;
  margin-left: 5px;
  position: absolute;
  text-transform: capitalize;
}
.careers-index-view .columns .column.main {
  padding-bottom: 0;
}
.career-details {
  margin-top: 25px;
}
.career-details .career-title-sharepost {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #b8b8b8;
  gap: 15px;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.career-details .career-title-sharepost .job-title-detail {
  margin-bottom: 0;
}
.career-details .career-title-sharepost .job-action-share {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.career-details .career-title-sharepost .job-action-share .action-share-title {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #4e4e4e;
  letter-spacing: .48px;
}
.career-details .job-posted-date {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #4e4e4e;
  display: block;
  float: right;
}
.career-details .career-detail-description {
  display: inline-block;
  margin-top: 20px;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
.career-details .career-detail-description:before {
  background: #edf4f6;
  bottom: 0;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
.career-details .career-detail-description .job-description {
  background: #ffffff;
  border-radius: 4px;
  padding: 30px 20px;
}
.career-details .career-detail-description .job-description > :first-child {
  margin-top: 0;
}
.career-details .career-detail-description .job-description > :nth-last-child(2) {
  margin-bottom: 0;
}
.career-details .career-detail-description .job-description .detail-apply-button {
  letter-spacing: .32px;
  padding: 8px 32px;
  margin-top: 30px;
}
.career-details .career-detail-description .job-description h1,
.career-details .career-detail-description .job-description h2,
.career-details .career-detail-description .job-description h3,
.career-details .career-detail-description .job-description h4,
.career-details .career-detail-description .job-description h5,
.career-details .career-detail-description .job-description h6 {
  line-height: 2rem;
  color: #272727;
  font-weight: 700;
  margin: 20px 0;
}
.career-details button:active,
.career-details .cart.table-wrapper .actions-toolbar > .action:active {
  box-shadow: none;
}
.cart-summary .cart-totals .table-wrapper .catalogrule-discount .catalrule-label {
  margin-top: 3px;
}
.cart-summary .cart-totals .table-wrapper .catalogrule-discount .catalrule-label span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  display: inline-block;
  margin-bottom: 5px;
  width: 100%;
}
.cart-summary .cart-totals .table-wrapper .catalogrule-discount .rule-title-content .title {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.cart-summary .cart-totals .table-wrapper .catalogrule-discount .rule-title-content .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 14px;
  color: inherit;
  content: '\e622';
  font-family: 'unitedpharmacy-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-summary .cart-totals .table-wrapper .catalogrule-discount .rule-title-content.active .title:after {
  content: '\e621';
}
.shop-by-category-mobile {
  margin-left: -20px;
  margin-right: -20px;
}
.home-slider-category .item-category .alinkslide {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1;
  border-radius: 50%;
  height: 80px;
  justify-content: center;
  margin-bottom: 12px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 80px;
}
.home-slider-category .item-category .alinkslide > img {
  max-width: 100%;
}
.home-slider-category .item-category .alinkslide > img[src*='placeholder-product.gif'] {
  border-radius: 50%;
  height: 82px;
  width: 82px;
}
.home-slider-category .item-category .alinkslide:hover {
  border: 2px solid #052d76;
}
.home-slider-category .item-mobile-categories {
  display: grid;
  gap: 6px;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, 1fr);
  margin: 14px auto 0;
  min-width: fit-content;
  width: 100%;
}
.home-slider-category .item-mobile-categories .item.item-category {
  width: min-content;
}
.shop-by-category-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 142px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  width: 100%;
}
.shop-by-category-wrapper .item.item-category {
  padding-left: 3px;
  padding-right: 3px;
}
.shop-by-category-wrapper > .item.item-category {
  display: inline-block;
}
.shop-by-category-wrapper .slick-slide {
  text-align: center;
}
.shop-by-category-wrapper .slick-list {
  overflow: visible;
}
.shop-by-category-wrapper .categories-inner.cate-content {
  margin-bottom: 15px;
  text-align: center;
}
.shop-by-category-wrapper .cate-name {
  font-size: 1.1rem;
  color: #000000;
  cursor: pointer;
  font-weight: normal;
  letter-spacing: .28px;
  line-height: 20px;
  margin: 0;
}
.shop-by-category-wrapper .cate-name:after {
  float: right;
}
.shop-by-category-wrapper .cate-content.active .cate-name:after {
  font-weight: bold;
}
.shopby-category-slider {
  position: relative;
}
.shopby-category-slider:before,
.shopby-category-slider:after {
  background: #ffffff;
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.shopby-category-slider:after {
  right: -100.5%;
}
.shopby-category-slider:before {
  left: -100%;
}
.shopby-category-slider .slick-prev,
.shopby-category-slider .slick-next {
  margin-top: -28px;
}
.shopby-category-slider .slick-prev {
  left: 17px;
}
.shopby-category-slider .slick-next {
  right: 17px;
}
body.not-scroll .help-chat-image {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.7s ease-out, opacity 0.7s ease-out 0s;
}
body.not-scroll .chat-button-title {
  transform: translateX(0);
  opacity: 1;
  transition: transform 1s ease-out, opacity 1s ease-out 0.7s;
}
body.scrolling .chat-button-title {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.5s ease-in, opacity 0.1s ease-in;
}
body.scrolling .help-chat-image {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.5s ease-in, opacity 0.3s ease-in;
}
.ui-datepicker {
  max-height: 50vh;
  overflow: auto;
}
.bv-custom-open-button {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  align-items: center;
  border-radius: 50px;
  bottom: 115px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: fixed;
  left: 20px;
  z-index: 900 !important;
}
.bv-custom-open-button:focus,
.bv-custom-open-button:active {
  background: none;
  border: none;
}
.bv-custom-open-button:hover {
  background: none;
  border: none;
}
.bv-custom-open-button.disabled,
.bv-custom-open-button[disabled],
fieldset[disabled] .bv-custom-open-button {
  pointer-events: none;
  opacity: 0.5;
}
.bv-custom-open-button .chat-button-title {
  background: #041d7c;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-left: -20px;
  padding: 8px 20px 7px 30px;
  transform: translateX(0);
  z-index: -1;
}
.bv-custom-open-button img {
  background: #ffffff;
  border-radius: 50px;
  display: block;
  height: 60px;
  width: 60px;
  z-index: 1;
}
.bv-custom-open-button:active,
.bv-custom-open-button:hover {
  background: none;
  border: 0;
  box-shadow: none;
}
.bv-custom-open-button .help-chat-image {
  transform: translateX(0);
}
.bv-custom-open-button .help-chat-image:after,
.bv-custom-open-button .help-chat-image:before {
  background: #041d7c;
  content: '';
  position: absolute;
}
.bv-custom-open-button .help-chat-image:before {
  border-radius: 50%;
  bottom: 0;
  display: flex;
  height: 75px;
  left: -7px;
  margin: auto;
  top: 0;
  width: 75px;
  z-index: -1;
}
.bv-custom-open-button .help-chat-image:after {
  clip-path: path("M 2.5 10 C 12.5 60, -10 52.5, 0 50 C -10 50, 15 55, 22.5 37.5 Z");
  display: block;
  height: 50px;
  left: 7px;
  bottom: -10px;
  width: 50px;
  z-index: -1;
}
.bv-custom-chat-popup {
  background: #ffffff;
  border: 1px solid #f1f1f1;
  bottom: 185px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  display: none;
  max-height: 50vh;
  max-width: 250px;
  overflow-y: auto;
  padding: 0;
  position: fixed;
  left: 20px;
  width: 100%;
  z-index: 99999999;
}
.bv-custom-chat-popup .bv-chat-options {
  padding: 0;
  overflow: hidden;
}
.bv-custom-chat-popup .bv-chat-container-sec {
  padding: 15px;
}
.bv-custom-chat-popup .bv-chat-box {
  align-items: end;
  display: flex;
  margin-bottom: 10px;
}
.bv-custom-chat-popup .bv-chat-box .upc-small-logo img {
  width: 100%;
}
.bv-custom-chat-popup .upc-chart-box {
  background: #f2f2f2;
  border-radius: 15px 15px 15px 0;
  height: 62px;
  margin-left: 4px;
  padding: 10px;
}
.bv-custom-chat-popup .upc-chart-box p {
  color: #000000;
  font-size: 12px;
  margin: 0;
}
.bv-custom-chat-popup .bv-chat-sec {
  margin-bottom: 15px;
}
.bv-custom-chat-popup #closebtn {
  background-color: #052d76;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  text-align: right;
  width: 100%;
}
.bv-custom-chat-popup #closebtn .help-sec {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
  width: 92%;
}
.bv-custom-chat-popup #closebtn .fa-times.right-space {
  cursor: pointer;
}
.bv-custom-chat-popup .form-container {
  background-color: #ffffff;
  padding: 0;
}
.bv-custom-chat-popup .form-container [type='textarea'] {
  height: 42px;
}
.bv-custom-chat-popup .form-container textarea {
  background: #f1f1f1;
  border: 0;
  margin: 5px 0 22px 0;
  min-height: 100px;
  padding: 15px;
  resize: none;
  width: 100%;
}
.bv-custom-chat-popup .form-container textarea:focus {
  background-color: #dddddd;
  outline: none;
}
.bv-custom-chat-popup .form-container .btn {
  font-size: 1.2rem;
  line-height: 1.6rem;
  cursor: pointer;
  display: inline-block;
  margin: 15px auto 15px;
  max-width: 100%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.bv-custom-chat-popup .form-container .btn:hover {
  opacity: 1;
}
.bv-custom-chat-popup .form-container .cancel {
  background-color: #ae1d1d;
}
.bv-custom-chat-popup .form-container .message-chat {
  margin-bottom: -10px;
}
.bv-custom-chat-popup .form-container .message-chat .success-msg {
  border-radius: 3px;
  display: inline-block;
  font-size: 13px !important;
  height: 42px;
  line-height: 21px;
  margin-top: 10px;
  vertical-align: middle;
  width: 100%;
}
.bv-custom-chat-popup .form-container div.mage-error[generated] {
  font-size: 1.1rem;
}
.bv-custom-chat-popup .form-container .back-btn {
  background-color: #052d76;
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
}
.bv-custom-chat-popup .form-container .fa-angle-left.right-space {
  font-size: 35px;
  font-weight: bold;
  line-height: 0;
  margin-right: 14px;
  vertical-align: sub;
}
.bv-custom-chat-popup .form-container .form-content {
  max-height: 250px;
  overflow-y: auto;
  padding: 0 15px;
}
.bv-custom-chat-popup .form-container #request_detail,
.bv-custom-chat-popup .form-container #request_reason {
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  width: 100%;
}
.bv-custom-chat-popup .form-container #request_detail.mage-error,
.bv-custom-chat-popup .form-container #request_reason.mage-error {
  border-color: #ed8380;
}
.bv-custom-chat-popup .form-container .field.required {
  margin-top: 0;
}
.bv-custom-chat-popup .form-container .field.required .label {
  font-size: 0;
  line-height: 0;
}
.bv-custom-chat-popup .form-container .field.required.subject-field input::placeholder {
  color: #666666;
}
.bv-custom-chat-popup .form-container .field.required.request-type {
  padding-top: 0;
}
.bv-custom-chat-popup .form-container .field.required.form-outline {
  display: inline-block;
  margin: 20px 0;
  position: relative;
  width: 100%;
}
.bv-custom-chat-popup .form-container .field.required.form-outline .label {
  background: #ffffff;
  font-size: 14px;
  left: 15px;
  line-height: 1;
  margin-bottom: 5px;
  padding: 0 10px;
  position: relative;
  z-index: 9;
}
.bv-custom-chat-popup .form-container .field.required.form-outline .control {
  left: 0;
  position: absolute;
  right: 0;
  top: 10px;
}
.bv-custom-chat-popup .form-container .field.required.form-outline .control select {
  padding: 4px 20px;
}
.bv-custom-chat-popup .form-container .field.required.form-outline .control div.mage-error {
  line-height: 13px;
}
.bv-custom-chat-popup .form-container .field.required.form-outline .control #email_address-error {
  font-size: 10px;
  line-height: 11px;
  margin-top: 2px;
}
.bv-custom-chat-popup .form-container .field.required.form-outline .control input[type='text'],
.bv-custom-chat-popup .form-container .field.required.form-outline .control input[type='password'],
.bv-custom-chat-popup .form-container .field.required.form-outline .control input[type='url'],
.bv-custom-chat-popup .form-container .field.required.form-outline .control input[type='tel'],
.bv-custom-chat-popup .form-container .field.required.form-outline .control input[type='search'],
.bv-custom-chat-popup .form-container .field.required.form-outline .control input[type='number'],
.bv-custom-chat-popup .form-container .field.required.form-outline .control input[type*='date'],
.bv-custom-chat-popup .form-container .field.required.form-outline .control input[type='email'],
.bv-custom-chat-popup .form-container .field.required.form-outline .control input[type='textarea'],
.bv-custom-chat-popup .form-container .field.required.form-outline .control select {
  height: 30px;
  padding: 0 20px;
}
.bv-custom-chat-popup .form-container .subtn {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.bv-custom-chat-popup .form-container .star-icon {
  padding-left: 5px;
}
#ui-datepicker-div {
  z-index: 99999999 !important;
}
#whatsapp_chat_widget #wa-widget-send-button,
#whatsapp-chat-widget #wa-widget-send-button {
  display: none;
}
.bv-chat-container {
  background-color: #052d76;
  border: 5px solid #052d76;
  border-radius: 20px 20px 20px 20px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  outline-offset: 4px;
  padding: 2px;
  text-align: center;
  width: 100%;
}
.bv-chat-container.help-pharmacist {
  color: #ffffff;
  text-decoration: none;
}
.bv-chat-container p {
  margin: 0;
}
#whatsapp-chat-widget .wa-chat-box .wa-chat-bubble-close-btn img {
  width: 100%;
}
#whatsapp_chat_widget .wa-chat-box {
  z-index: 99999999 !important;
}
#whatsapp_chat_widget .wa-chat-box .wa-chat-bubble-close-btn img {
  width: 100%;
}
html[lang='ar'] .form-container .fa-angle-left.right-space {
  cursor: pointer;
  margin-left: 15px;
}
html[lang='ar'] .form-container .field.required.form-outline .label {
  left: -10px;
}
html[lang='ar'] .form-container .form-content div.mage-error[generated] {
  font-size: 1rem;
}
html[lang='ar'] .fa-angle-left:before {
  content: '\f105';
}
.page-layout-cms-health-center-page:not(.fixheader) .header.content .delivery-address-selector .delivery-text,
.cms-index-index:not(.fixheader) .header.content .delivery-address-selector .delivery-text {
  color: #ffffff;
}
.page-layout-cms-health-center-page:not(.fixheader) .header.content .delivery-address-selector .delivery-text .select2.select2-container .selection .select2-selection--single .select2-selection__rendered,
.cms-index-index:not(.fixheader) .header.content .delivery-address-selector .delivery-text .select2.select2-container .selection .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
}
.page-layout-cms-health-center-page:not(.fixheader) .header.content .delivery-address-selector .delivery-text .select2.select2-container .selection .select2-selection--single .select2-selection__rendered:after,
.cms-index-index:not(.fixheader) .header.content .delivery-address-selector .delivery-text .select2.select2-container .selection .select2-selection--single .select2-selection__rendered:after {
  color: #00aa9b;
}
.page-layout-cms-health-center-page:not(.fixheader) .header.content .static-address .static-city-name,
.cms-index-index:not(.fixheader) .header.content .static-address .static-city-name {
  color: #ffffff;
}
.page-layout-cms-health-center-page:not(.fixheader) .header.content .static-address .static-city-name:after,
.cms-index-index:not(.fixheader) .header.content .static-address .static-city-name:after {
  color: #00aa9b;
}
.header.content .delivery-address-selector {
  display: inline-block;
  margin: 8px 0 2px;
  width: 100%;
}
.header.content .delivery-address-selector .delivery-text {
  color: #203874;
}
.header.content .delivery-address-selector .delivery-text select.chosen-select.mob-chosen-select-city {
  background-clip: unset;
  background: none;
  border: 0;
  height: 0;
  opacity: 0;
  width: 0;
}
.header.content .delivery-address-selector .delivery-text .select2.select2-container.select2-container--open .select2-dropdown--below {
  margin-top: 5px;
}
.header.content .delivery-address-selector .delivery-text .select2.select2-container .select2-dropdown {
  z-index: 9999;
}
.header.content .delivery-address-selector .delivery-text .select2.select2-container .selection .select2-selection--single {
  background: none;
  border: 0;
  height: 16px;
}
.header.content .delivery-address-selector .delivery-text .select2.select2-container .selection .select2-selection--single .select2-selection__rendered {
  line-height: 2.1rem;
  color: #203874;
  font-weight: 700;
  overflow: initial;
  padding-right: 0;
  display: inline-block;
  text-decoration: none;
}
.header.content .delivery-address-selector .delivery-text .select2.select2-container .selection .select2-selection--single .select2-selection__rendered:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  line-height: 17px;
  color: #203874;
  content: '\e622';
  font-family: 'unitedpharmacy-icons';
  margin: 0 10px;
  vertical-align: baseline;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header.content .delivery-address-selector .delivery-text .select2.select2-container .selection .select2-selection--single .select2-selection__rendered:after {
  background: #ffffff;
  border-radius: 100%;
  padding-left: 1px;
  height: 15px;
  width: 15px;
}
.header.content .delivery-address-selector .delivery-text .select2.select2-container.select2-container--open .selection .select2-selection--single .select2-selection__rendered:after {
  content: '\e621';
}
.header.content .delivery-address-selector .select2-container.select2-container--open {
  left: unset !important;
  right: auto;
}
.static-address .static-city-name {
  color: #203874;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}
.static-address .static-city-name:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  line-height: 17px;
  color: #203874;
  content: '\e622';
  font-family: 'unitedpharmacy-icons';
  margin: 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.static-address .static-city-name:after {
  background: #ffffff;
  border-radius: 100%;
  height: 15px;
  width: 15px;
}
.top-container {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fef7e5;
  justify-content: center;
  min-height: 68px;
  padding-bottom: 9px;
  padding-top: 9px;
  position: relative;
}
.top-container + .page-main {
  margin-top: 30px;
}
.cms-index-index .top-container + .page-main {
  margin-top: 0;
}
.top-container .delivery-address-selector {
  float: left;
  position: relative;
}
.top-container .delivery-address-selector .delivery-text {
  font-size: 1.4rem;
  line-height: 2.2rem;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #052d76;
  font-weight: bold;
  padding-left: 55px;
}
.top-container .delivery-address-selector .delivery-text #delivery_city {
  margin-right: 30px;
  margin-left: 4px;
}
.top-container .delivery-address-selector .delivery-text:before {
  left: 0;
  position: absolute;
}
.top-container .delivery-address-selector .delivery-text .delivery-msg {
  font-size: 1.4rem;
  line-height: 1.4rem;
  align-self: center;
  color: #4e4e4e;
  font-weight: normal;
  letter-spacing: .28px;
  margin-right: 30px;
}
.top-container .action {
  font-size: 1.4rem;
  line-height: 2.2rem;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #052d76;
  color: #052d76;
  height: 25px;
  letter-spacing: .28px;
  max-width: 80px;
  padding: 0;
  width: 100%;
}
.top-container .action:hover {
  color: #ffffff;
  background: #052d76;
}
.page-wrapper .top-container {
  max-width: 100%;
}
.top-container .static-address {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  max-width: 100%;
  width: 100%;
}
.chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container.chosen-container-single .chosen-single {
  background: #ffffff;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  box-sizing: border-box;
  color: #4e4e4e;
  font-size: 14px;
  height: 37px;
  line-height: 37px;
  margin: 0;
  padding: 0 14px;
  width: 100%;
}
.chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div,
.chosen-container.chosen-container-single .chosen-single div {
  width: 30px;
}
.chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div b,
.chosen-container.chosen-container-single .chosen-single div b {
  background-attachment: initial;
  background-clip: initial;
  background-color: #ffffff;
  background-image: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/images/select-arrow.svg') !important;
  background-position: right 22px center !important;
  background-repeat: no-repeat;
  background-size: auto 10px !important;
  padding-right: 39px;
}
.choose-city-popup .select2-container .select2-selection {
  font-size: 1.4rem;
  line-height: 3.5rem;
  background: #ffffff;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  box-sizing: border-box;
  color: #4e4e4e;
  height: 37px;
  margin: 0;
  padding: 0 14px;
  width: 100%;
}
.choose-city-popup .select2-container .select2-selection .select2-selection__arrow {
  right: 0;
  top: 0;
  width: 30px;
}
.choose-city-popup .select2-container .select2-selection .select2-selection__arrow b {
  display: inline-block;
  text-decoration: none;
}
.choose-city-popup .select2-container .select2-selection .select2-selection__arrow b:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 14px;
  color: inherit;
  content: '\e622';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.choose-city-popup .select2-container .select2-selection .select2-selection__rendered {
  line-height: 3.7rem;
}
.choose-city-popup .select2-container.select2-container--open .select2-selection .select2-selection__arrow b:before {
  content: '\e621';
}
.choose-city-popup .delect-city-auto {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  margin: 15px 0;
  color: #052d76;
  font-weight: 400;
}
.choose-city-popup .delect-city-auto:focus,
.choose-city-popup .delect-city-auto:active {
  background: none;
  border: none;
}
.choose-city-popup .delect-city-auto:hover {
  background: none;
  border: none;
}
.choose-city-popup .delect-city-auto.disabled,
.choose-city-popup .delect-city-auto[disabled],
fieldset[disabled] .choose-city-popup .delect-city-auto {
  pointer-events: none;
  opacity: 0.5;
}
.choose-city-popup .delect-city-auto:before {
  content: '';
  background-image: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/images/detect-location.png');
  background-position: center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 7px;
}
.select2-container.select2-container--open .select2-dropdown.select2-dropdown--below {
  margin-top: 5px;
}
.select2-container.select2-container--open .select2-dropdown.select2-dropdown--below .select2-search__field {
  font-size: 1.4rem;
  line-height: 1.6rem;
  border: 1px solid #b8b8b8;
  border-radius: 0;
  height: auto;
  margin: 1px 0;
  outline: 0;
  padding: 4px 20px 4px 5px;
  position: relative;
  width: 100%;
}
.select2-container.select2-container--open .select2-dropdown.select2-dropdown--below .select2-search--dropdown {
  position: relative;
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
.select2-container.select2-container--open .select2-dropdown.select2-dropdown--below .select2-search--dropdown:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 16px;
  color: inherit;
  content: '\e615';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.select2-container.select2-container--open .select2-dropdown.select2-dropdown--below .select2-search--dropdown:before {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  position: absolute;
  right: 15px;
  top: 0;
  width: 15px;
  z-index: 2;
}
.select2-container--default .select2-results > .select2-results__options {
  color: #444444;
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
}
.select2-container--default .select2-results > .select2-results__options .select2-results__option {
  font-size: 1.3rem;
  line-height: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 5px 6px;
}
.select2-container--default .select2-results > .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: #3875d7;
  color: #ffffff;
}
.checkout-note {
  margin: 20px 0;
  padding: 0 20px;
}
.checkout-note .action span {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #4e4e4e;
  display: inline-block;
  font-weight: 700;
  letter-spacing: .32px;
}
.checkout-note .note-data {
  display: inline;
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.form-profile-edit .control.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.form-profile-edit .control.input-group div.mage-error {
  order: 3;
  width: 100%;
}
.form-profile-edit .control.input-group .input-text {
  width: calc(100% - 60px);
}
.form-profile-edit .input-group-append {
  align-items: center;
  background: #eeeeee;
  border: 1px solid #b8b8b8;
  border-radius: 0 4px 4px 0;
  display: flex;
  font-size: 14px;
  justify-content: center;
  line-height: 1;
  margin-left: -3px;
  max-width: 60px;
  padding: 2px 13px;
  width: 100%;
}
.form-profile-edit .add-btn {
  border-radius: 0 4px 4px 0;
  margin-left: -6px;
  padding-bottom: 0;
  padding-top: 0;
}
.form-profile-edit .chronic-disease-options {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.form-profile-edit .chronic-disease-options .disease-option {
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  padding: 3px 10px;
  text-transform: capitalize;
}
.form-profile-edit .chronic-disease-options .disease-option.selected {
  background-color: #052d76;
  border-color: #052d76;
  color: #ffffff;
}
.form-profile-edit .dob.field .control {
  position: relative;
}
.form-profile-edit .dob.field .control input[type*='date'] {
  padding-right: 10px;
}
.form-profile-edit .dob.field .control ._has-datepicker ~ .ui-datepicker-trigger {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
}
.form-profile-edit .dob.field .control ._has-datepicker ~ .ui-datepicker-trigger:before {
  font-size: 2rem;
}
.selected-diseases-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.selected-diseases-block .selected-disease {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
  padding: 3px 7px;
  text-transform: capitalize;
}
.selected-diseases-block .selected-disease .remove-disease {
  background-color: #ffffff;
  border: none;
  color: #052d76;
  cursor: pointer;
  margin-left: 8px;
  padding: 0;
}
.selected-diseases-block .selected-disease .remove-disease:hover,
.selected-diseases-block .selected-disease .remove-disease:active,
.selected-diseases-block .selected-disease .remove-disease:focus {
  background-color: #ffffff;
  border: none;
  color: #052d76;
}
.customer-info .box-content strong:after {
  content: ':';
  margin: 0 3px;
}
.newbrand-top-slider {
  min-height: 198px;
}
.newbrand-top-slider > .newbrand-offer-banner:not(:first-child) {
  display: none;
}
.newbrand-top-slider .newbrand-offer-banner a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.newbrand-top-slider .newbrand-offer-banner img {
  border-radius: 8px;
  width: 100%;
}
.newbrand-top-slider.slick-slider .slick-arrow.slick-prev {
  left: 60px;
}
.newbrand-top-slider.slick-slider .slick-arrow.slick-next {
  right: 60px;
}
.newbrand-categories.circle-container {
  display: block;
  list-style-type: none;
  margin: 15px -30px 20px;
  overflow-x: auto;
  padding: 0 20px;
  white-space: nowrap;
}
.newbrand-categories .circle-item {
  min-width: 91px;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
}
.newbrand-categories .circle-item a {
  text-decoration: none;
}
.newbrand-categories .circle-item a .brand-img-wrap {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1;
  border-radius: 100%;
  border: 1px solid #052d76;
  box-sizing: border-box;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-height: 78px;
  max-width: 78px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.newbrand-categories .circle-item a img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.newbrand-categories .circle-item a.active .brand-img-wrap,
.newbrand-categories .circle-item a:hover .brand-img-wrap {
  border: 1px solid #052d76;
  box-shadow: 0 3px 5px rgba(112, 113, 114, 0.42);
}
.newbrand-categories .circle-item a.active .skincare-title,
.newbrand-categories .circle-item a:hover .skincare-title {
  color: #052d76;
}
.newbrand-categories .circle-item .skincare-title {
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #000000;
  font-weight: 400;
  letter-spacing: .28px;
  margin: 4px 0 10px;
  text-align: center;
  white-space: normal;
}
.newbrand-categories.slick-slider .slick-arrow.slick-next,
.newbrand-categories.slick-slider .slick-arrow.slick-prev {
  margin-top: -35px;
}
.newbrand-categories.slick-slider .slick-arrow.slick-prev {
  left: 30px;
}
.newbrand-categories.slick-slider .slick-arrow.slick-next {
  right: 30px;
}
.newbrand-top-slider .slick-prev,
.newbrand-categories .slick-prev,
.newbrand-top-slider .slick-next,
.newbrand-categories .slick-next {
  background: #052d76;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  height: 38px;
  width: 38px;
  display: inline-block;
  text-decoration: none;
}
.newbrand-top-slider .slick-prev:before,
.newbrand-categories .slick-prev:before,
.newbrand-top-slider .slick-next:before,
.newbrand-categories .slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e911';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.newbrand-top-slider .slick-prev:before,
.newbrand-categories .slick-prev:before,
.newbrand-top-slider .slick-next:before,
.newbrand-categories .slick-next:before,
.newbrand-top-slider .slick-prev:after,
.newbrand-categories .slick-prev:after,
.newbrand-top-slider .slick-next:after,
.newbrand-categories .slick-next:after {
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  padding: 0;
}
.newbrand-top-slider .slick-prev:active,
.newbrand-categories .slick-prev:active,
.newbrand-top-slider .slick-next:active,
.newbrand-categories .slick-next:active,
.newbrand-top-slider .slick-prev:focus,
.newbrand-categories .slick-prev:focus,
.newbrand-top-slider .slick-next:focus,
.newbrand-categories .slick-next:focus,
.newbrand-top-slider .slick-prev:not(.primary),
.newbrand-categories .slick-prev:not(.primary),
.newbrand-top-slider .slick-next:not(.primary),
.newbrand-categories .slick-next:not(.primary) {
  background: #052d76;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.newbrand-top-slider .slick-prev:hover,
.newbrand-categories .slick-prev:hover,
.newbrand-top-slider .slick-next:hover,
.newbrand-categories .slick-next:hover {
  background: #ffffff;
  border: 1px solid #cecece;
  color: #4e4e4e;
  opacity: 1;
}
.newbrand-top-slider .slick-prev:hover:before,
.newbrand-categories .slick-prev:hover:before,
.newbrand-top-slider .slick-next:hover:before,
.newbrand-categories .slick-next:hover:before,
.newbrand-top-slider .slick-prev:hover:after,
.newbrand-categories .slick-prev:hover:after,
.newbrand-top-slider .slick-next:hover:after,
.newbrand-categories .slick-next:hover:after {
  color: #4e4e4e;
}
.newbrand-top-slider .slick-prev:hover.slick-disabled,
.newbrand-categories .slick-prev:hover.slick-disabled,
.newbrand-top-slider .slick-next:hover.slick-disabled,
.newbrand-categories .slick-next:hover.slick-disabled {
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
}
.newbrand-top-slider .slick-prev.slick-disabled,
.newbrand-categories .slick-prev.slick-disabled,
.newbrand-top-slider .slick-next.slick-disabled,
.newbrand-categories .slick-next.slick-disabled {
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid #cecece;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #4e4e4e;
  opacity: 1;
}
.newbrand-top-slider .slick-prev.slick-disabled:before,
.newbrand-categories .slick-prev.slick-disabled:before,
.newbrand-top-slider .slick-next.slick-disabled:before,
.newbrand-categories .slick-next.slick-disabled:before,
.newbrand-top-slider .slick-prev.slick-disabled:after,
.newbrand-categories .slick-prev.slick-disabled:after,
.newbrand-top-slider .slick-next.slick-disabled:after,
.newbrand-categories .slick-next.slick-disabled:after {
  color: #4e4e4e;
}
.newbrand-top-slider .slick-next:before,
.newbrand-categories .slick-next:before {
  content: '\e915';
}
.newbrand-top-slider .slick-dots,
.newbrand-categories .slick-dots {
  font-size: 0.2rem;
  background: #ffffff;
  border-radius: 5px;
  bottom: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
  left: 50%;
  padding: 3px 2px;
  position: absolute;
  transform: translateX(-50%);
  width: auto;
}
.newbrand-top-slider .slick-dots li,
.newbrand-categories .slick-dots li {
  height: 4px;
  margin: 0 1px;
  width: 4px;
}
.newbrand-top-slider .slick-dots li button,
.newbrand-categories .slick-dots li button,
.newbrand-top-slider .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.newbrand-categories .slick-dots li .cart.table-wrapper .actions-toolbar > .action {
  background-color: #a1a1a1;
  border-color: #a1a1a1;
  border-radius: 20px;
  height: 4px;
  padding: 0;
  width: 4px;
}
.newbrand-top-slider .slick-dots li button:before,
.newbrand-categories .slick-dots li button:before,
.newbrand-top-slider .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.newbrand-categories .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before {
  height: 4px;
  width: 4px;
}
.newbrand-top-slider .slick-dots li.slick-active button,
.newbrand-categories .slick-dots li.slick-active button,
.newbrand-top-slider .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.newbrand-categories .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action {
  background-color: #3f9acc;
  border-color: #3f9acc;
  color: #3f9acc;
}
.newbrand-twobanner.desktop-images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.newbrand-twobanner.desktop-images .banner-link {
  padding: 0 12px;
}
.homepagebrands-index-index .products-grid .product-item {
  float: left;
  width: 50%;
}
.homepagebrands-index-index .products-grid .product-item .product-item-info {
  width: 100%;
}
.homepagebrands-index-index .products-grid .product-item .offer-section {
  line-height: 1.6rem;
}
.newbrand-twobanner.mobile-theme-images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 -24px 15px;
  overflow-x: auto;
  padding: 0 20px;
  white-space: nowrap;
}
.newbrand-twobanner.mobile-theme-images .banner-link {
  min-width: 100%;
  padding: 0 4px 5px;
}
.newbrand-twobanner.mobile-theme-images .banner-link img {
  border-radius: 8px;
}
.brand-category-container .order-products-toolbar.toolbar {
  clear: both;
}
.brand-category-container .products.wrapper .product-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.splash-section {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.splash-section .splash-title {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #000000;
  font-weight: 700;
}
.splash-section .splash-sale-timer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-left: 15px;
}
.splash-section .splash-sale-timer .timer-group {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f7981d;
  border-radius: 4px;
  color: #ffffff;
  flex-direction: column;
  height: 40px;
  justify-content: center;
  position: relative;
  width: 40px;
}
.splash-section .splash-sale-timer .timer-group .timer-box {
  font-size: 1.2rem;
  font-weight: 800;
}
.splash-section .splash-sale-timer .timer-group span {
  font-size: 1rem;
}
.splash-section .splash-sale-timer .timer-group:not(:last-child)::after {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  color: #000000;
  content: ':';
  margin: auto;
  position: absolute;
  right: -10px;
  top: 0;
}
.splash-mobile-view-link {
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #1079b8;
  font-weight: 700;
  margin-left: auto;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.splash-mobile-view-link:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5px;
  line-height: 10px;
  color: inherit;
  content: '\e608';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.splash-mobile-view-link:after {
  background: #1079b8;
  border-radius: 100%;
  color: #ffffff;
  font-weight: 700;
  height: 10px;
  margin-bottom: 3px;
  margin-left: 10px;
  padding: 1px .5px 1px 1.5px;
  width: 10px;
}
.splash-mobile-view-link:visited {
  color: #1079b8;
}
.splash-section-row-content {
  position: relative;
}
.splash-section-row-content .banner_wrap.splash-banner-mobile {
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 19px;
}
.splash-section-row-content .banner_wrap.splash-banner-mobile .banner_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
  overflow-x: auto;
  padding: 0 20px 5px;
}
.splash-section-row-content .banner_wrap.splash-banner-mobile .banner_list .banner-link {
  min-width: 172px;
  padding: 0 4px;
  width: 100%;
}
.splash-section-row-content .banner_wrap.splash-banner-mobile .banner_list .banner-link a {
  max-height: 221px;
  overflow: hidden;
}
.splash-section-row-content .banner_wrap.splash-banner-mobile .banner_list .banner-link img {
  border-radius: 8px;
}
.splash-section-row-content .mobile-splash-sale-section {
  padding-top: 12px;
}
.splash-section-row-content .mobile-splash-sale-section:after {
  background: #e8f5ff;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
.popular-categories-view-all {
  margin: 36px 0 50px;
  text-align: center;
}
.popular-categories-view-all .secondary-btn {
  font-size: 1.4rem;
  line-height: 2.2rem;
  background: #ffffff;
  border: 1px solid #052d76;
  border-radius: 4px;
  color: #052d76;
  font-weight: bold;
  letter-spacing: .32px;
  padding: 11px 54px;
}
.popular-categories-view-all .secondary-btn:hover {
  background: #052d76;
  color: #ffffff;
  text-decoration: none;
}
.popular-category-tab {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #272727;
}
.popular-category-products-wrapper .page-products .products-grid .product-item,
.best-deal-category-products-wrapper .page-products .products-grid .product-item {
  padding-top: 8px;
}
.popular-category-products-wrapper .page-products .products-grid .product-items:not(.slick-slider),
.best-deal-category-products-wrapper .page-products .products-grid .product-items:not(.slick-slider) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.popular-category-products-wrapper .page-products .products-grid .product-items > li.item.product.product-item,
.best-deal-category-products-wrapper .page-products .products-grid .product-items > li.item.product.product-item {
  display: inline-block;
  width: calc(100% /  5);
}
.popular-category-products-wrapper .products-grid .product-item,
.best-deal-category-products-wrapper .products-grid .product-item {
  padding-top: 8px;
}
.popular-category-products-wrapper .products-grid .product-items:not(.slick-slider),
.best-deal-category-products-wrapper .products-grid .product-items:not(.slick-slider) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  padding-left: 20px;
  padding-right: 20px;
}
.popular-category-products-wrapper .products-grid .product-items:not(.slick-slider) .product-item,
.best-deal-category-products-wrapper .products-grid .product-items:not(.slick-slider) .product-item {
  max-width: 142px;
}
.popular-category-products-wrapper .page-products .products-grid .product-items:not(.slick-initialized) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
}
.popular-category-products-wrapper .page-products .products-grid .product-items:not(.slick-initialized) > li.item.product.product-item {
  width: calc(100% /  5);
}
.popular-categories-tabs {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
}
.popular-categories-tabs a.action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  background: #ffffff;
  border-radius: 2px;
  color: #052d76;
  font-weight: normal;
  padding: 4px 12px;
}
.best-deal-of-week-mobile {
  position: relative;
}
.best-deal-of-week-mobile:after {
  background: #d5edff;
  content: '';
  height: 100%;
  position: absolute;
  right: -100%;
  width: 100%;
}
.best-deal-of-week-mobile:before {
  background: #d5edff;
  content: '';
  height: 100%;
  left: -100%;
  position: absolute;
  width: 100%;
}
.best-deal-category-wrapper {
  border-radius: 4px;
  padding: 20px 0;
}
.best-deal-category-wrapper .best-deal-category-view-all {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  text-align: center;
  width: 100%;
}
.best-deal-category-wrapper .best-deal-category-view-all .action.primary {
  background-color: transparent;
  border-radius: 2px;
  color: #052d76;
  font-weight: normal;
  max-width: 96px;
  padding: 4px 14px;
  white-space: nowrap;
  width: 100%;
}
.best-deal-category-wrapper .best-deal-category-view-all .best_deal_timer {
  font-size: 1.4rem;
  line-height: 1.3rem;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  background-color: #ffee20;
  border-radius: 100px;
  color: #4e4e4e;
  display: inline-block;
  font-weight: bold;
  height: 22px;
  justify-content: center;
  margin-right: 25px;
  min-width: 146px;
  padding: 0 5px;
  vertical-align: middle;
  white-space: nowrap;
  display: flex;
  text-decoration: none;
}
.best-deal-category-wrapper .best-deal-category-view-all .best_deal_timer:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #4e4e4e;
  content: '\e910';
  font-family: 'unitedpharmacy-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.best-deal-category-wrapper .best-deal-category-view-all .best_deal_timer:hover:before {
  color: #4e4e4e;
}
.best-deal-category-wrapper .best-deal-category-view-all .best_deal_timer:active:before {
  color: #4e4e4e;
}
.best-deal-category-wrapper .best-deal-category-view-all .best_deal_timer:before {
  height: 15px;
  width: 15px;
}
.best-deal-category-wrapper .products-grid .product-item .product-item-info {
  background: #ffffff;
}
.best-deal-category-header {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
}
.best-deal-category-label.section-title {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #272727;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
}
.best-in-beauty-category-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-align-items: self-end;
  -ms-align-items: self-end;
  align-items: self-end;
  margin-left: -11.5px;
  margin-right: -11.5px;
}
.best-in-beauty-category-wrapper .best-in-beauty-category {
  padding-left: 11.5px;
  padding-right: 11.5px;
  width: 100%;
}
.best-in-beauty-category-wrapper .best-in-beauty-category-image {
  background: #83d4d7;
  border-radius: 4px 4px 0 0;
  padding: 17px 13px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.best-in-beauty-category-wrapper .best-in-beauty-category-image img {
  float: left;
  max-width: 270px;
  object-fit: cover;
  width: 100%;
}
.best-in-beauty-category-wrapper .best-in-beauty-category-label {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #1979c2;
  border-radius: 0 0 4px 4px;
  height: 50px;
  justify-content: center;
}
.best-in-beauty-category-wrapper .best-in-beauty-category-label a {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: .4px;
  text-align: center;
}
.multi-category-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.multi-category-wrapper .multi-category-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.multi-category-wrapper .multi-category-header .multi-category-label {
  color: #272727;
  font-weight: bold;
  font-size: 2rem;
  line-height: 3rem;
}
.multi-category-wrapper .multi-category-header .multi-category-view-all .secondary {
  font-size: 1.4rem;
  line-height: 2rem;
  background: #ffffff;
  border: 1px solid #052d76;
  border-radius: 4px;
  color: #052d76;
  font-weight: bold;
  letter-spacing: .32px;
  padding: 7px 18px;
}
.multi-category-wrapper .multi-category-header .multi-category-view-all .secondary:hover {
  background: #052d76;
  color: #ffffff;
  text-decoration: none;
}
.multi-category-wrapper .multi-category-subcategory-wrapper .slick-list.draggable {
  margin-left: -15px;
  margin-right: -15px;
}
.multi-category-wrapper .multi-category-subcategory-wrapper .slick-arrow.slick-prev {
  left: -20px;
}
.multi-category-wrapper .multi-category-subcategory-wrapper .slick-arrow.slick-next {
  right: -20px;
}
.multi-category-wrapper .multi-category-subcategory-wrapper .multi-category-subcategory {
  padding-left: 15px;
  padding-right: 15px;
}
.multi-category-wrapper .multi-category-subcategory-wrapper .multi-category-subcategory .multi-category-details {
  -webkit-align-items: center;
  -ms-align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 15px 15px 0 15px;
}
.multi-category-wrapper .multi-category-subcategory-wrapper .multi-category-subcategory .multi-category-details .multi-category-subcategory-image {
  border-bottom: 1px solid #dbdbdb;
  max-width: 280px;
  padding-bottom: 20px;
  width: 100%;
}
.multi-category-wrapper .multi-category-subcategory-wrapper .multi-category-subcategory .multi-category-details .multi-category-subcategory-image img {
  width: 100%;
}
.multi-category-wrapper .multi-category-subcategory-wrapper .multi-category-subcategory .multi-category-details .multi-category-subcategory-label a {
  font-size: 1.4rem;
  line-height: 1.8rem;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #052d76;
  font-weight: bold;
  height: 45px;
  justify-content: center;
  text-align: center;
}
.multi-category-wrapper .multi-category.two_layout {
  width: 45.14%;
}
.multi-category-wrapper .multi-category.five_layout {
  margin-bottom: 50px;
  margin-top: 50px;
  width: 100%;
}
.multi-category-wrapper .multi-category.five_layout .multi-category-subcategory-wrapper .slick-list.draggable {
  margin-left: -11.5px;
  margin-right: -11.5px;
}
.multi-category-wrapper .multi-category.five_layout .multi-category-subcategory-wrapper .multi-category-subcategory {
  padding-left: 11.5px;
  padding-right: 11.5px;
}
.multi-category-wrapper .multi-category.five_layout .multi-category-subcategory-wrapper .multi-category-subcategory .multi-category-details .multi-category-subcategory-image {
  max-width: 240px;
  width: 100%;
}
.multi-category-wrapper .multi-category .slick-track {
  min-width: 100%;
}
.loyalty-points-balance-data {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #d5dcde;
  border-radius: 4px;
  display: inline-flex;
  margin-bottom: 20px;
  padding: 15px 20px 26px 18px;
  width: 100%;
}
.loyalty-points-balance-data .loyalty-title {
  font-size: 1.8rem;
  line-height: 3.8rem;
  font-weight: 700;
  letter-spacing: .36px;
  margin-bottom: 10px;
  margin-right: auto;
  width: 100%;
}
.loyalty-points-balance-data .loyalty-points-data {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #edf4f6;
  max-width: calc(50% - 5px);
  padding: 15px 30px;
  text-align: center;
}
.loyalty-points-balance-data .loyalty-points-data:not(:last-child) {
  margin-right: 10px;
}
.loyalty-points-balance-data .loyalty-points-data .loyalty-title-points-credit {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #052d76;
  letter-spacing: .32px;
}
.loyalty-points-balance-data .loyalty-points-data .loyalty-total-points-credit {
  font-size: 2.2rem;
  line-height: 2.8rem;
  color: #052d76;
  font-weight: 700;
  letter-spacing: .44px;
}
.loyalty-points-balance-data .loyalty-points-data .loyalty-total-points-credit.price:before {
  margin-right: 5px;
}
.loyaltypoints-loyaltypoints-history .pages .pages-items .item .action.next,
.loyaltypoints-loyaltypoints-history .pages .pages-items .item .action.previous {
  font-size: 0rem;
}
.loyaltypoints-loyaltypoints-history .pages .pages-items .item .action.next:before,
.loyaltypoints-loyaltypoints-history .pages .pages-items .item .action.previous:before {
  margin-right: 6px;
}
.loyaltypoints-loyaltypoints-history .pages .pages-items .item.pages-item-previous {
  margin: 0;
}
.loyaltypoints-loyaltypoints-history .pages .pages-items .item.pages-item-previous + .pages-item-next {
  margin-left: 15px;
}
.loyaltypoints-loyaltypoints-history .loyalty-bottom-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.loyaltypoints-loyaltypoints-history .loyalty-bottom-toolbar .toolbar {
  margin-bottom: 0;
}
.loyaltypoints-loyaltypoints-history .loyalty-bottom-toolbar .toolbar .pager {
  margin-top: 0;
}
.loyaltypoints-loyaltypoints-history .loyalty-bottom-toolbar .toolbar .pages {
  margin-bottom: 0;
}
.loyaltypoints-loyaltypoints-history .loyalty-bottom-toolbar .loyalty-history-total-records {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #4e4e4e;
}
.loyaltypoints-loyaltypoints-history .loyalty-bottom-toolbar .loyalty-history-total-records span:last-child:before {
  content: ':';
  margin-right: 5px;
}
.lp-partner-slider .section-title-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.lp-partner-slider .partner-slider-title {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #272727;
  font-weight: 700;
  margin: 0;
}
.lp-partner-slider .partner-view-all {
  font-size: 1.4rem;
  line-height: 1.6rem;
  background: #ffffff;
  border: 1px solid #052d76;
  border-radius: 2px;
  color: #052d76;
  font-weight: 700;
  letter-spacing: .32px;
  padding: 4px 12px;
}
.lp-partner-slider .partner-view-all:hover {
  background: #052d76;
  color: #ffffff;
  text-decoration: none;
}
.lp-partner-slider .lp-partner-banner-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -24px 20px;
  overflow-x: auto;
  padding: 0 20px;
  white-space: nowrap;
}
.lp-partner-slider .lp-partner-banner-list .lp-partner-banner-link {
  margin-bottom: 6px;
  padding-left: 5px;
  padding-right: 5px;
}
.lp-partner-slider .lp-partner-banner-list .lp-partner-banner-link a {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d5dcde;
  border-radius: 8px;
  height: 64px;
  justify-content: center;
  padding: 6px 2px;
  width: 80px;
}
.lp-partner-slider .lp-partner-banner-list .lp-partner-banner-link a img {
  height: 100%;
  max-height: 52px;
  max-width: 78px;
  object-fit: contain;
  width: 100%;
}
.lp-partner-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 28px;
}
.lp-partner-list .lp-partner-banner-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.33% - 20px);
}
.lp-partner-list .lp-partner-banner-link a {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d5dcde;
  border-radius: 4px;
  justify-content: center;
  padding: 10px 15px;
  width: 100%;
}
.lp-partner-list .lp-partner-banner-link a img {
  height: 100%;
  max-height: 127px;
  max-width: 286px;
  object-fit: contain;
  width: 100%;
}
.loyaltypoints-partners-view .lp-partner-banner-list {
  margin-bottom: 20px;
}
.loyaltypoints-partners-view .lp-partner-banner-list .lp-partner-banner-link img {
  width: 100%;
}
.loyaltypoints-partners-view .lp-partner-banner-list:not(.slick-initialized) .lp-partner-banner-link:not(:first-child) {
  display: none;
}
.loyaltypoints-partners-view .lp-partner-banner-list:not(.slick-initialized) .lp-partner-banner-link img {
  display: block;
}
.loyaltypoints-partners-view .lp-partner-points-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d5dcde;
  justify-content: center;
  margin-bottom: 30px;
  padding-bottom: 35px;
}
.loyaltypoints-partners-view .lp-partner-points-list .lp-partner-points-box {
  border-radius: 4px;
  border: 1px solid #d5dcde;
  padding: 20px 15px 10px 18px;
  width: 100%;
}
.loyaltypoints-partners-view .lp-partner-points-list .lp-partner-points-box > select {
  margin-bottom: 10px;
}
.loyaltypoints-partners-view .lp-partner-points-list .lp-partner-points-box .miltes-points-title {
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #272727;
  font-weight: 700;
  padding: 20px 15px 10px 18px;
}
.loyaltypoints-partners-view .lp-partner-points-list .lp-partner-points-box .lp-partner-points-redeem-btn-wrap {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 13px 15px 5px 18px;
}
.loyaltypoints-partners-view .lp-partner-points-list .lp-partner-points-box .lp-partner-points-redeem-btn-wrap .lp-partner-action .use-points-btn {
  font-size: 1.6rem;
  background: #ffffff;
  color: #052d76;
  letter-spacing: .32px;
  padding: 7px 23px;
}
.loyaltypoints-partners-view .lp-partner-points-list .lp-partner-points-box .lp-partner-points-redeem-btn-wrap .lp-partner-action .use-points-btn:active,
.loyaltypoints-partners-view .lp-partner-points-list .lp-partner-points-box .lp-partner-points-redeem-btn-wrap .lp-partner-action .use-points-btn:hover {
  background: #052d76;
  color: #ffffff;
}
.loyaltypoints-partners-view .lp-partner-points-list .lp-partner-points-box .lp-partner-points-redeem-btn-wrap .lp-partner-point {
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #272727;
  font-weight: 700;
}
.loyaltypoints-partners-view .lp-partner-points-list .lp-partner-points-box .lp-partner-points-redeem-btn-wrap .lp-partner-point .point-unit {
  color: #676767;
  font-weight: 400;
  margin-left: 3px;
}
.loyaltypoints-partners-view .partner-redeem-form .fieldset {
  margin: 0 0 20px;
}
.loyaltypoints-partners-view .partner-redeem-form .fieldset .legend {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #272727;
  font-weight: 700;
  margin-bottom: 20px;
}
.loyaltypoints-partners-view .partner-redeem-form .fieldset > .field {
  margin: 0 0 10px;
}
.loyaltypoints-partners-view .partner-redeem-form .fieldset > .field.required > label:after {
  line-height: 2.2rem;
}
.loyaltypoints-partners-view .partner-redeem-form .fieldset .messages .message.error,
.loyaltypoints-partners-view .partner-redeem-form .fieldset .messages .message.success {
  width: 100%;
}
.loyaltypoints-partners-view .partner-redeem-form .fieldset .messages .message.error:before,
.loyaltypoints-partners-view .partner-redeem-form .fieldset .messages .message.success:before {
  bottom: 0;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}
.loyaltypoints-partners-view .partner-redeem-form .fieldset .messages .message.error {
  display: inline-block;
  text-decoration: none;
}
.loyaltypoints-partners-view .partner-redeem-form .fieldset .messages .message.error:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #b30000;
  content: '\e602';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: initial;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.loyaltypoints-partners-view .partner-redeem-form .fieldset .messages .message.error:before {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.loyaltypoints-partners-view .partner-redeem-form .fieldset .messages .message.success {
  display: inline-block;
  text-decoration: none;
}
.loyaltypoints-partners-view .partner-redeem-form .fieldset .messages .message.success:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #006400;
  content: '\e610';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: initial;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.loyaltypoints-partners-view .partner-redeem-form .fieldset .messages .message.success:before {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.loyaltypoints-partners-view .loyalty-points-balance-data .loyalty-title {
  margin-bottom: 0;
  width: auto;
}
.loyaltypoints-partners-listall.account .page-title-wrapper .page-title {
  margin-bottom: 30px;
}
.loyaltypoints-partners-listall.account .toolbar .toolbar-amount {
  padding: 0;
}
.loyaltypoints-partners-listall.account .toolbar .pager {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.loyaltypoints-partners-listall.account .toolbar .pager .pages .pages-items .item.pages-item-previous .action.previous:before {
  margin-left: 0;
}
.lp-partner-points-converts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.lp-partner-points-converts > span {
  line-height: 2.4rem;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #052d76;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 700;
  justify-content: center;
  padding: 5px 10px 4px;
  text-align: center;
  width: 100%;
}
.loyaltypoints-partners-detail .lp-partner-banner-list {
  margin-bottom: 20px;
}
.loyaltypoints-partners-detail .lp-partner-banner-list .lp-partner-banner-link img {
  width: 100%;
}
.loyaltypoints-partners-detail .lp-partner-banner-list:not(.slick-initialized) .lp-partner-banner-link:not(:first-child) {
  display: none;
}
.loyaltypoints-partners-detail .lp-partner-banner-list:not(.slick-initialized) .lp-partner-banner-link img {
  display: block;
}
/* Begin Tamara payment css */
#tamara-logo-payment,
#tamara-logo-payment-pay-by-instalments {
  margin-left: 50px;
}
.tamara-success-title {
  text-align: center;
  font-weight: bolder;
}
.tamara-success-title h2 {
  font-size: 4.6rem;
  text-align: center;
}
#content-success {
  margin: 10px auto;
  width: 100%;
  text-align: center;
}
#tamara-logo-success {
  margin: 50px auto;
  width: 100%;
  text-align: center;
}
#tamara-logo-success img {
  margin-top: 10px;
}
.text-center {
  text-align: center;
}
.message.error.hidden-error-iframe {
  display: none;
}
/*popup product*/
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tamara-info-popup .wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  display: flex;
  justify-content: flex-start;
}
.tamara-info-popup .wrapper .sub-title {
  padding-right: 15px;
  display: flex;
  align-items: center;
}
.tamara-info-popup .wrapper .modal-toggle {
  border: none;
  background: none;
  padding: 7px 15px;
  margin: 0;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  color: #3F3F3F;
}
.tamara-info-popup .wrapper .modal-toggle:hover {
  border: none;
}
.tamara-info-popup .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  fill: currentcolor;
}
.tamara-info-popup h1,
.tamara-info-popup h2,
.tamara-info-popup h3,
.tamara-info-popup h4,
.tamara-info-popup h5,
.tamara-info-popup h6 {
  color: #222;
  font-weight: 700;
  font-family: inherit;
  line-height: 1.333;
  text-rendering: optimizeLegibility;
}
.tamara-info-popup .modal {
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.tamara-info-popup .modal .modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.tamara-info-popup .modal .modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 15%;
  left: 50%;
  transform: translateX(-50%) !important;
  width: 100%;
  max-width: 380px;
  background-color: #fff;
  height: auto !important;
  overflow-y: auto;
  padding: 0 20px 30px;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
  border-radius: 20px;
}
.tamara-info-popup .modal .modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}
.tamara-info-popup .modal.is-visible {
  visibility: visible;
}
.tamara-info-popup .modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.tamara-info-popup .modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}
.tamara-info-popup .modal-header,
.tamara-info-popup .modal-content {
  padding: 16px;
}
.tamara-info-popup .modal-header {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 0 0;
}
.tamara-info-popup .modal-header .modal-close {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 10px;
  color: #aaa;
  background: none;
  border: 0;
  box-shadow: none;
  height: auto;
  z-index: 999;
}
.tamara-info-popup .modal-header .modal-close:before {
  content: 'X';
  display: block;
  position: relative;
  font-weight: 900;
}
.tamara-info-popup .modal-header .modal-close:hover {
  color: #777;
}
.tamara-info-popup .modal-header .modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  width: 100%;
  padding-bottom: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tamara-info-popup .modal-header .modal-heading img {
  text-align: center;
  margin: 0 auto;
}
.tamara-info-popup .modal-header .modal-heading .sub-title-head {
  font-weight: 600;
  margin: 10px 0 0 0;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
}
.tamara-info-popup .modal-header .title {
  padding: 20px 15px 0;
  text-align: center;
  text-transform: uppercase;
}
.tamara-info-popup .sa-language .modal-body .one-block {
  flex-direction: row-reverse;
}
.tamara-info-popup .sa-language .modal-body .one-block .right-content {
  text-align: right;
  padding-left: 0;
  width: calc(80% - 15px);
  padding-right: 15px;
  direction: rtl;
}
.tamara-info-popup .modal-body {
  padding-top: 30px;
}
.tamara-info-popup .modal-body .one-block {
  padding: 0;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}
.tamara-info-popup .modal-body .one-block .left-content {
  width: 20%;
  display: flex;
  align-items: center;
}
.tamara-info-popup .modal-body .one-block .left-content img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  text-align: center;
  margin: 0 auto;
}
.tamara-info-popup .modal-body .one-block .right-content {
  width: calc(80% - 15px);
  text-align: left;
  padding-left: 15px;
}
.tamara-info-popup .modal-body .one-block .right-content .sub-title {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
}
.tamara-info-popup .modal-body .one-block .right-content .sub-description {
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 18px;
}
.tamara-info-popup .modal-content > *:first-child {
  margin-top: 0;
}
.tamara-info-popup .modal-content > *:last-child {
  margin-bottom: 0;
}
.tamara-promo-widget-wrapper {
  margin-bottom: 20px;
}
/* End Tamara payment css*/
.show-popup.show-bottom-popup {
  overflow-y: auto;
}
.show-bottom-popup:not(.show-popup) .modals-overlay {
  position: relative;
}
.show-bottom-popup .bv-popupdetail-popup-modal.modal-popup.design-bottom {
  z-index: 999 !important;
}
.show-bottom-popup .sticky-bottom-menu {
  z-index: 1000;
}
.bv-popupdetail-popup-modal.modal-popup.modal-slide .modal-inner-wrap {
  border-radius: 20px;
  max-width: 400px;
  position: relative;
  text-align: center;
  top: 46%;
  transform: translateY(-50%);
}
.bv-popupdetail-popup-modal.modal-popup.modal-slide .modal-inner-wrap .btn-wrap a {
  color: #666666;
  cursor: pointer;
}
.bv-popupdetail-popup-modal.modal-popup .img-wrap img {
  float: left;
  width: 100%;
}
.bv-popupdetail-popup-modal.modal-popup .modal-content {
  overflow-y: auto;
  padding: 0;
}
.bv-popupdetail-popup-modal.modal-popup .btn-wrap {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem;
}
.bv-popupdetail-popup-modal.modal-popup .modal-header {
  padding: 0;
  width: 100%;
}
.bv-popupdetail-popup-modal.modal-popup .modal-header .action-close {
  background: #052d76;
  border-radius: 100%;
  height: 25px;
  position: absolute;
  right: -12px;
  top: -12px;
  width: 25px;
  display: inline-block;
  text-decoration: none;
}
.bv-popupdetail-popup-modal.modal-popup .modal-header .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  content: '\e616';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bv-popupdetail-popup-modal.modal-popup .modal-header .action-close:before {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.bv-popupdetail-popup-modal.modal-popup.design-center,
.bv-popupdetail-popup-modal.modal-popup.design-bottom {
  margin: 50px auto 0;
  max-width: 100%;
  transition: all 0.8s ease-in-out;
}
.bv-popupdetail-popup-modal.modal-popup.design-center .modal-inner-wrap,
.bv-popupdetail-popup-modal.modal-popup.design-bottom .modal-inner-wrap {
  background-color: transparent;
  bottom: 0;
  box-shadow: none;
  margin: 50px auto 0;
  max-height: 25%;
  max-width: 100%;
  transform: translateY(200%);
  transition: all 0.8s ease-in-out;
  width: 100%;
}
.bv-popupdetail-popup-modal.modal-popup.design-center._show .modal-inner-wrap,
.bv-popupdetail-popup-modal.modal-popup.design-bottom._show .modal-inner-wrap {
  transform: translateY(0);
}
.bv-popupdetail-popup-modal.modal-popup.design-center .modal-content,
.bv-popupdetail-popup-modal.modal-popup.design-bottom .modal-content {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.bv-popupdetail-popup-modal.modal-popup.design-bottom .modal-inner-wrap {
  max-height: 25%;
}
.bv-popupdetail-popup-modal.modal-popup.design-bottom .modal-header .action-close {
  right: 3px;
  top: 3px;
}
.bv-popupdetail-popup-modal.modal-popup.design-center .modal-inner-wrap {
  max-height: 60%;
}
.bv-popupdetail-popup-modal.modal-popup.design-center .modal-header .action-close {
  right: 30px;
  top: 25px;
}
.bv-popupdetail-popup-modal.modal-popup.design-full {
  margin: 0 auto;
  max-width: 100%;
}
.bv-popupdetail-popup-modal.modal-popup.design-full .modal-inner-wrap {
  background: none;
  height: 100%;
  margin: 0 auto;
  max-height: 100%;
  max-width: 1920px;
  width: 100%;
}
.bv-popupdetail-popup-modal.modal-popup.design-full .modal-header .action-close {
  background: #ffffff;
  border-radius: 30px;
  height: 40px;
  padding-left: 13px;
  padding-right: 40px;
  right: 50px;
  top: 30px;
  width: 85px;
}
.bv-popupdetail-popup-modal.modal-popup.design-full .modal-header .action-close:before {
  font-size: 1rem;
  background-color: #052d76;
  border-radius: 100%;
  height: 20px;
  left: auto;
  right: 8px;
  width: 20px;
}
.bv-popupdetail-popup-modal.modal-popup.design-full .modal-header .action-close > span {
  color: #052d76;
  height: auto;
  margin: 0;
  position: relative;
  width: auto;
}
.bv-popupdetail-popup-modal.modal-popup.design-full .modal-content {
  height: 100%;
}
.bv-popupdetail-popup-modal.modal-popup.design-full .modal-content * {
  height: 100%;
}
.bv-popupdetail-popup-modal.modal-popup.design-full .modal-content .img-wrap img {
  object-fit: cover;
}
.bv-popupdetail-popup-modal.modal-popup:not(.design-bottom) ~ .custom-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.bv-popupdetail-popup-modal.modal-popup.design-full-transparent .modal-inner-wrap {
  background-color: transparent;
  box-shadow: none;
  transition: all 0.8s ease-in-out;
}
.bv-popupdetail-popup-modal.modal-popup.design-center-transparent._show .modal-inner-wrap {
  transform: translateY(45%);
}
.bv-popupdetail-popup-modal.modal-popup.design-center-transparent .modal-inner-wrap {
  background-color: transparent;
  box-shadow: none;
  height: 50%;
  transition: all 0.8s ease-in-out;
}
.bv-popupdetail-popup-modal.modal-popup.design-center-transparent .img-wrap img {
  max-height: 460px;
}
.bv-popupdetail-popup-modal.modal-popup.design-center-transparent .modal-header .action-close {
  right: 0;
  top: 0;
}
.careerpage-main-slider .main-banner-list:not(.slick-initialized) .banner-link:not(:first-child),
.pregnancy-calculator-main-slider .main-banner-list:not(.slick-initialized) .banner-link:not(:first-child),
.careerpage-main-slider .banner-list:not(.slick-initialized) .banner-link:not(:first-child),
.pregnancy-calculator-main-slider .banner-list:not(.slick-initialized) .banner-link:not(:first-child) {
  display: none;
}
.careerpage-main-slider .main-banner-list .banner-link img,
.pregnancy-calculator-main-slider .main-banner-list .banner-link img,
.careerpage-main-slider .banner-list .banner-link img,
.pregnancy-calculator-main-slider .banner-list .banner-link img {
  width: 100%;
}
.careerpage-main-slider .slick-slider,
.pregnancy-calculator-main-slider .slick-slider {
  position: relative;
}
.careerpage-main-slider .slick-slider .slick-arrow,
.pregnancy-calculator-main-slider .slick-slider .slick-arrow {
  z-index: 9;
}
.careerpage-main-slider .slick-slider .slick-arrow.slick-next,
.pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.careerpage-main-slider .slick-slider .slick-arrow.slick-prev,
.pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-prev {
  left: 0;
  right: auto;
}
.careerpage-main-slider .slick-slider .slick-arrow.slick-prev,
.pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-prev,
.careerpage-main-slider .slick-slider .slick-arrow.slick-next,
.pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-next {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 24px;
  width: 24px;
}
.careerpage-main-slider .slick-slider .slick-arrow.slick-prev:after,
.pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-prev:after,
.careerpage-main-slider .slick-slider .slick-arrow.slick-next:after,
.pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-next:after,
.careerpage-main-slider .slick-slider .slick-arrow.slick-prev:before,
.pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-prev:before,
.careerpage-main-slider .slick-slider .slick-arrow.slick-next:before,
.pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-next:before {
  font-size: 1rem;
  line-height: 1rem;
}
.careerpage-main-slider .slick-slider .slick-arrow.slick-prev.slick-disabled:before,
.pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-prev.slick-disabled:before,
.careerpage-main-slider .slick-slider .slick-arrow.slick-next.slick-disabled:before,
.pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-next.slick-disabled:before {
  color: #272727;
}
.careerpage-main-slider .slick-slider .slick-dots,
.pregnancy-calculator-main-slider .slick-slider .slick-dots {
  font-size: 0.2rem;
  background: #ffffff;
  border-radius: 5px;
  bottom: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
  left: 50%;
  padding: 3px 4px;
  position: absolute;
  transform: translateX(-50%);
  width: auto;
}
.careerpage-main-slider .slick-slider .slick-dots li,
.pregnancy-calculator-main-slider .slick-slider .slick-dots li {
  height: 6px;
  margin: 0 2px;
  width: 6px;
}
.careerpage-main-slider .slick-slider .slick-dots li button,
.pregnancy-calculator-main-slider .slick-slider .slick-dots li button,
.careerpage-main-slider .slick-slider .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.pregnancy-calculator-main-slider .slick-slider .slick-dots li .cart.table-wrapper .actions-toolbar > .action {
  background-color: #a1a1a1;
  border-color: #a1a1a1;
  border-radius: 20px;
  height: 6px;
  padding: 0;
  width: 6px;
}
.careerpage-main-slider .slick-slider .slick-dots li button:before,
.pregnancy-calculator-main-slider .slick-slider .slick-dots li button:before,
.careerpage-main-slider .slick-slider .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.pregnancy-calculator-main-slider .slick-slider .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before {
  height: 6px;
  width: 6px;
}
.careerpage-main-slider .slick-slider .slick-dots li.slick-active button,
.pregnancy-calculator-main-slider .slick-slider .slick-dots li.slick-active button,
.careerpage-main-slider .slick-slider .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.pregnancy-calculator-main-slider .slick-slider .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action {
  background-color: #3f9acc;
  border-color: #3f9acc;
  color: #3f9acc;
}
.benefits-pregnancy-calculator-section .pagebuilder-column-line .benefits-right-section .section-title {
  margin: 10px 0;
}
.benefits-pregnancy-calculator-section .pagebuilder-column-line .benefits-right-section .benefits-calculator-description {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #272727;
}
.pregnancy-main-slider-section {
  margin-bottom: 20px;
}
.pregnancy-calculate-section {
  margin: 20px 0;
  position: relative;
}
.pregnancy-calculate-section:before {
  background: #f1e3e6;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.pregnancy-calculate-section .row-full-width-inner {
  margin-bottom: 25px;
}
.pregnancy-calculate-section .pregnancy-calculate-left-section img {
  float: left;
}
.pregnancy-calculate-section .pregnancy-calculate-right-section .calculate-title {
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #272727;
  font-weight: bold;
  margin-bottom: 20px;
}
.pregnancy-calculate-section .pregnancy-calculate-right-section .pregnancy-calculate-form-wrap .label {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #272727;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
.pregnancy-calculate-section .pregnancy-calculate-right-section .pregnancy-calculate-form-wrap form .field {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
.pregnancy-calculate-section .pregnancy-calculate-right-section .pregnancy-calculate-form-wrap form .field .input-text._has-datepicker {
  background-image: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/images/calendar.svg');
  background-position: center right 13px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.pregnancy-calculate-section .pregnancy-calculate-right-section .pregnancy-calculate-form-wrap form .cycle-length-range-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}
.pregnancy-calculate-section .pregnancy-calculate-right-section .pregnancy-calculate-form-wrap form .cycle-length-range-slider .ui-slider-horizontal {
  background: #b6b7b7;
  height: 5px;
  margin-right: 20px;
  width: calc(100% - 93px);
}
.pregnancy-calculate-section .pregnancy-calculate-right-section .pregnancy-calculate-form-wrap form .cycle-length-range-slider .cycle-length-days {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #272727;
  font-weight: 700;
  text-align: right;
}
.pregnancy-calculate-section .pregnancy-calculate-right-section .pregnancy-calculate-form-wrap form .cycle-length-range-slider .ui-slider-handle {
  background: #3f9acc;
  border-radius: 100%;
  height: 24px;
  top: 50%;
  transform: translate(0, -50%);
  width: 24px;
}
.pregnancy-calculate-section .pregnancy-calculate-right-section .pregnancy-calculate-form-wrap form .cycle-length-range-slider .ui-slider-range-min {
  background: #3f9acc;
  border-radius: 8px;
  height: 5px;
}
.pregnancy-calculate-section .pregnancy-calculate-right-section .pregnancy-calculate-form-wrap form .actions-toolbar .primary {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.pregnancy-calculate-section .pregnancy-calculate-right-section .pregnancy-calculate-form-wrap form .actions-toolbar .primary button,
.pregnancy-calculate-section .pregnancy-calculate-right-section .pregnancy-calculate-form-wrap form .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action {
  letter-spacing: .32px;
  width: 142px;
}
.pregnancy-calculate-section .pagebuilder-column-line {
  margin-top: 20px;
}
.pregnancy-calculate-result-wrap .pregnancy-calculate-result {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  margin-bottom: 25px;
  margin-top: 25px;
  padding: 20px;
  width: 100%;
}
.pregnancy-calculate-result-wrap .pregnancy-calculate-result.pregnancy-date-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}
.pregnancy-calculate-result-wrap .pregnancy-calculate-detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #edf4f6;
  border: 1px solid #98aaaf;
  border-radius: 4px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
  justify-content: space-around;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.pregnancy-calculate-result-wrap .pregnancy-calculate-detail .pregnancy-calculate-detail-date {
  border-right: 1px solid rgba(152, 170, 175, 0.35);
  flex: 1;
  padding: 0 20px;
  width: 100%;
}
.pregnancy-calculate-result-wrap .pregnancy-calculate-detail .pregnancy-calculate-detail-date:last-child {
  border-right: 0;
}
.pregnancy-calculate-result-wrap .pregnancy-calculate-date-label {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #3188bb;
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}
.pregnancy-calculate-result-wrap .pregnancy-due-date {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #272727;
}
.pregnancy-calculate-result-wrap .pregnancy-health-label {
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #272727;
  display: block;
  letter-spacing: .96px;
  margin-bottom: 8px;
}
.pregnancy-calculate-result-wrap .pregnancy-health-units {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000000;
  font-weight: bold;
}
.pregnancy-calculate-result-wrap .trimster-img-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.pregnancy-calculate-result-wrap .trimster-img-block .trimster-img {
  min-width: 131px;
  opacity: .3;
  text-align: center;
}
.pregnancy-calculate-result-wrap .trimster-img-block .trimster-img img {
  display: block;
  max-width: 100%;
}
.pregnancy-calculate-result-wrap .trimster-img-block .trimster-img.trimster-selected {
  opacity: 1;
}
.pregnancy-calculate-result-wrap .trimster-img-block .trimster-img span {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #3f9acc;
  border-radius: 11px;
  color: #3f9acc;
  font-size: 15px;
  height: 38px;
  justify-content: center;
  letter-spacing: -1px;
  line-height: 18px;
  margin-left: auto;
  margin-right: auto;
  min-width: 128px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  text-transform: uppercase;
}
.pregnancy-calculate-result-wrap .pregnancy-month-list {
  font-size: 1.6rem;
  line-height: 2.3rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  border: 1px solid #98aaaf;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
  color: #000000;
  font-weight: bold;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px 0;
}
.pregnancy-calculate-result-wrap .pregnancy-month-list > span {
  border-right: 1px solid rgba(152, 170, 175, 0.35);
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}
.pregnancy-calculate-result-wrap .pregnancy-month-list > span:last-child {
  border-right: 0;
}
.pregnancy-calculate-result-wrap .pregnancy-week-list h2 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #3188bb;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center;
  width: 100%;
}
.pregnancy-calculate-result-wrap .pregnancy-week-list .weeks-item {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  background: #edf4f6;
  border: 1px solid #3188bb;
  border-radius: 4px;
  color: #000000;
  float: left;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  line-height: 1;
  margin: 0 4.5px;
  opacity: .6;
  width: 30px;
}
.pregnancy-calculate-result-wrap .pregnancy-week-list .weeks-item:first-child {
  margin-left: 0;
}
.pregnancy-calculate-result-wrap .pregnancy-week-list .weeks-item:last-child {
  margin-right: 0;
}
.pregnancy-calculate-result-wrap .pregnancy-week-list .weeks-item.active {
  font-size: 1.6rem;
  background: #052d76;
  border-color: #052d76;
  color: #ffffff;
  height: 38px;
  margin-left: -1.5px;
  margin-right: -1.5px;
  opacity: 1;
  width: 38px;
}
.pregnancy-calculate-result-wrap .pregnancy-week-list .weeks-item.active ~ .weeks-item {
  opacity: 1;
}
.pregnancy-calculate-result-wrap .weeks-list-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 3px;
}
.pregnancy-calculate-result-wrap .pregnancy-calculate-detail-middle {
  margin-bottom: 30px;
  margin-top: 30px;
}
.pregnancy-calculate-result-wrap .pregnancy-calculate-detail-middle .pregnancy-calculate-weeks-img {
  height: 226px;
  text-align: center;
}
.pregnancy-calculate-result-wrap .pregnancy-calculate-detail-middle .pregnancy-calculate-weeks-img img {
  max-width: 100%;
  max-height: 100%;
}
.pregnancy-calculate-result-wrap .progress-container {
  margin-left: auto;
  margin-right: auto;
  max-height: 226px;
  max-width: 226px;
  position: relative;
}
.pregnancy-calculate-result-wrap .progress-container:after {
  border: 15px solid #dddddd;
  border-radius: 50%;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.pregnancy-calculate-result-wrap .progress-ring {
  position: relative;
  transform: rotate(-90deg);
  z-index: 1;
}
.pregnancy-calculate-result-wrap .progress-ring__circle {
  transform-origin: 50% 50%;
  transform: rotate(0);
  transition: stroke-dashoffset 0.35s;
}
.pregnancy-calculate-result-wrap .progress-value {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 87%;
}
.pregnancy-calculate-result-wrap .progress-weeks {
  font-size: 3rem;
  line-height: 3.2rem;
  color: #3f9acc;
  display: block;
  font-weight: bold;
  letter-spacing: .6px;
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
}
.pregnancy-calculate-result-wrap .progress-trimester {
  font-size: 2.4rem;
  color: #000000;
  display: block;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}
.pregnancy-calculate-result-wrap .progress-days-left {
  font-size: 2.4rem;
  line-height: 2.2rem;
  color: #000000;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 62%;
}
.pregnancy-calculate-detail-middle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pregnancy-calculate-detail-middle .pregnancy-calculate-detail-trimester,
.pregnancy-calculate-detail-middle .pregnancy-calculate-weeks-img {
  align-self: center;
  flex: 1;
  width: 100%;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.qitaf-reedem-amount-field {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
}
.qitaf-reedem-amount-field button,
.qitaf-reedem-amount-field .cart.table-wrapper .actions-toolbar > .action {
  margin-top: 15px;
  width: 100%;
}
.qitaam-reedem-content {
  border-top: 1px solid #b8b8b8;
  margin-top: 10px;
}
.qitaam-reedem-content .reedem-fields {
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 10px;
}
.qitaam-reedem-content .reedem-fields .qitaf-field-content {
  margin-top: 10px;
  max-width: 50%;
}
.qitaam-reedem-content .qitaf-validation-message {
  margin-top: 7px;
}
.qitaam-reedem-content .otp-input-field {
  margin-top: 10px;
}
.qitaf-mobile-number-field .country-code-flag {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #b5b5b5;
}
.qitaf-mobile-number-field > label {
  color: #272727;
  display: inline-block;
  margin-bottom: 5px;
}
.qitaf-mobile-number-field .mobile-number-field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.qitaf-mobile-number-field .mobile-number-field input[type="text"] {
  border: 1px solid #b5b5b5;
  height: 42px;
}
.qitaf-mobile-number-field .otp-button {
  margin-top: 10px;
}
.shop-products-brands .products-grid .product-item {
  padding-top: 8px;
}
.shop-by-brand-block .view-all-link-btn {
  margin: 36px 0 50px;
  text-align: center;
}
.shop-by-brand-block .view-all-link-btn .secondary-btn {
  font-size: 1.4rem;
  line-height: 2.2rem;
  background: #ffffff;
  border: 1px solid #052d76;
  border-radius: 4px;
  color: #052d76;
  font-weight: bold;
  letter-spacing: .32px;
  padding: 11px 54px;
}
.shop-by-brand-block .view-all-link-btn .secondary-btn:hover {
  background: #052d76;
  color: #ffffff;
  text-decoration: none;
}
.cms-special-offers .product-items .product-item .offer-section {
  line-height: 1.4rem;
}
.offer_wrap .offer_list .offer-categories {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 0 -30px 20px;
  overflow-x: auto;
  padding: 0 20px;
  white-space: nowrap;
}
.offer_wrap .offer_list .offer-categories .offer-cate-name {
  font-size: 1.4rem;
  color: #000000;
  font-weight: 400;
  letter-spacing: .28px;
  margin: 0 0 10px;
  text-align: center;
  white-space: normal;
}
.offer_wrap .offer_list .offer-categories .offer-link {
  min-width: 116px;
  padding-left: 10px;
  padding-right: 10px;
}
.offer_wrap .offer_list .offer-categories .offer-link a {
  text-decoration: none;
}
.offer_wrap .offer_list .offer-categories .offer-link a img {
  border: 1px solid #dfdfdf;
  border-radius: 100%;
  height: 100%;
  max-height: 96px;
  max-width: 96px;
  object-fit: contain;
  padding: 6px;
  width: 100%;
}
.offer_wrap .offer_list .offer-categories .offer-link a.active img,
.offer_wrap .offer_list .offer-categories .offer-link a:focus img {
  border: 3px solid #052d76;
  box-shadow: 0 10px 10px rgba(112, 113, 114, 0.42);
}
.offer_wrap .offer_list .offer-categories .offer-link a.active .offer-cate-name,
.offer_wrap .offer_list .offer-categories .offer-link a:focus .offer-cate-name {
  color: #052d76;
  font-weight: 800;
}
.offer_wrap .offer_list .offer-categories.slick-slider .slick-arrow.slick-next,
.offer_wrap .offer_list .offer-categories.slick-slider .slick-arrow.slick-prev {
  margin-top: -35px;
}
.offer_wrap .offer_list .offer-categories.slick-slider .slick-arrow.slick-prev {
  left: 30px;
}
.offer_wrap .offer_list .offer-categories.slick-slider .slick-arrow.slick-next {
  right: 30px;
}
.offer_wrap .offer-products {
  margin-top: 40px;
}
.offer_wrap .offer-products .product-item-details .price-box {
  text-align: left;
}
.offer_wrap .offer-products .product-item-info .product-item-name {
  text-align: left;
}
.offer_wrap .offer-products .products-grid .product-item {
  padding-top: 4px;
}
.offer_wrap .slick-prev,
.offer_wrap .slick-next {
  background: #052d76;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  height: 38px;
  width: 38px;
  display: inline-block;
  text-decoration: none;
}
.offer_wrap .slick-prev:before,
.offer_wrap .slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e911';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.offer_wrap .slick-prev:before,
.offer_wrap .slick-next:before,
.offer_wrap .slick-prev:after,
.offer_wrap .slick-next:after {
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  padding: 0;
}
.offer_wrap .slick-prev:active,
.offer_wrap .slick-next:active,
.offer_wrap .slick-prev:focus,
.offer_wrap .slick-next:focus,
.offer_wrap .slick-prev:not(.primary),
.offer_wrap .slick-next:not(.primary) {
  background: #052d76;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.offer_wrap .slick-prev:hover,
.offer_wrap .slick-next:hover {
  background: #ffffff;
  border: 1px solid #cecece;
  color: #4e4e4e;
  opacity: 1;
}
.offer_wrap .slick-prev:hover:before,
.offer_wrap .slick-next:hover:before,
.offer_wrap .slick-prev:hover:after,
.offer_wrap .slick-next:hover:after {
  color: #4e4e4e;
}
.offer_wrap .slick-prev:hover.slick-disabled,
.offer_wrap .slick-next:hover.slick-disabled {
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
}
.offer_wrap .slick-prev.slick-disabled,
.offer_wrap .slick-next.slick-disabled {
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid #cecece;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #4e4e4e;
  opacity: 1;
}
.offer_wrap .slick-prev.slick-disabled:before,
.offer_wrap .slick-next.slick-disabled:before,
.offer_wrap .slick-prev.slick-disabled:after,
.offer_wrap .slick-next.slick-disabled:after {
  color: #4e4e4e;
}
.offer_wrap .slick-next:before {
  content: '\e915';
}
.offer_wrap .offer_banner ul {
  padding: 0;
}
.offer_wrap .offer_banner img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.offer_wrap .section-title {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #272727;
  letter-spacing: .32px;
  text-align: center;
}
.offer_wrap .slick-dots {
  bottom: -14px;
}
.offer_wrap .slick-dots li {
  height: 6px;
  margin: 0 1px;
  width: 6px;
}
.offer_wrap .slick-dots li button,
.offer_wrap .slick-dots li .cart.table-wrapper .actions-toolbar > .action {
  background-color: #c7c7d5;
  border-color: #c7c7d5;
  border-radius: 20px;
  height: 6px;
  padding: 0;
  width: 6px;
}
.offer_wrap .slick-dots li button:before,
.offer_wrap .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before {
  height: 6px;
  width: 6px;
}
.offer_wrap .slick-dots li.slick-active {
  width: 12px;
}
.offer_wrap .slick-dots li.slick-active button,
.offer_wrap .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action {
  background-color: #011f79;
  border-color: #011f79;
  color: #011f79;
  width: 12px;
}
.offer_wrap .banner_wrap .banner_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 23px -5px 40px;
}
.offer_wrap .banner_wrap .banner_list .banner-link {
  min-width: 50%;
  padding: 5px;
}
.offer_wrap .banner_wrap .banner_list .banner-link img {
  border-radius: 8px;
}
.offer_wrap .slick-slider .slick-arrow.slick-next {
  right: -12px;
}
.offer_wrap .slick-slider .slick-arrow.slick-prev {
  left: -12px;
}
.bvtags-slider .bvtags-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f4f4f4;
  gap: 8px;
  margin-left: -20px;
  margin-right: -20px;
  overflow-x: auto;
  padding: 0 20px;
}
.bvtags-slider .bvtags-list .bvtags-link {
  border-radius: 8px;
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.15);
  display: inline-block;
  margin: 9px 0;
  max-width: fit-content;
  min-width: fit-content;
}
.bvtags-slider .bvtags-list .bvtags-link a {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  padding: 8px;
  text-decoration: none;
}
.bvtags-slider .bvtags-list .bvtags-link a img {
  margin-right: 8px;
  max-width: 24px;
}
.bvtags-slider .bvtags-list .bvtags-link a label {
  font-size: 1.2rem;
  font-weight: bold;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/images/loader-1.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'unitedpharmacy-icons';
  font-size: 14px;
  line-height: 1;
  color: #052d76;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: '\e617';
}
[dir="rtl"] .slick-prev:before {
  content: '\e608';
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: '\e608';
}
[dir="rtl"] .slick-next:before {
  content: '\e617';
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  /*height: 20px;
            width: 20px;*/
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before {
  opacity: 1;
}
.slick-dots li button:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: 'unitedpharmacy-icons';
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before {
  color: #000000;
  opacity: 0.75;
}
.magepow_core {
  display: block;
}
.grid-slider {
  opacity: 0;
}
.grid-init .grid-slider,
.grid-slider.grid-init,
.grid-slider.slick-initialized,
.content-products .product-items.grid-init,
.content-products .grid-init .product-items,
.content-products .product-items.slick-initialized {
  opacity: 1;
}
.grid-init .product-item-info,
.slick-initialized .product-item-info {
  width: auto;
}
.layered_overlay {
  background-color: #fff;
  height: 100%;
  left: 0;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  display: none;
}
.layered_overlay div {
  height: 100%;
  width: 100%;
  position: relative;
}
.layered_overlay div img {
  top: 50%;
  left: 50%;
  display: block;
  position: absolute;
  margin-top: -15px;
  margin-left: -15px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/images/loader-1.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'unitedpharmacy-icons';
  font-size: inherit;
  line-height: 1;
  color: #052d76;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: '\e617';
}
[dir="rtl"] .slick-prev:before {
  content: '\e608';
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: '\e608';
}
[dir="rtl"] .slick-next:before {
  content: '\e617';
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  /*height: 20px;
            width: 20px;*/
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before {
  opacity: 1;
}
.slick-dots li button:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: 'unitedpharmacy-icons';
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before {
  color: #000000;
  opacity: 0.75;
}
/* Social icons */
.social-icons {
  right: 0;
  position: fixed;
  top: 80px;
  width: 45px;
  z-index: 9;
}
.social-icon {
  background-color: #33353B;
  background-image: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Magiccart_Alothemes/images/social-icons.png');
}
.social-icon {
  transition: background-color 0.4s ease-in 0s;
  -webkit-transition: background-color 0.4s ease-in 0s;
  border-radius: 3px 0 0 3px;
  background-repeat: no-repeat;
  display: block;
  float: right;
  height: 43px;
  margin-bottom: 2px;
  width: 43px;
}
.social-text {
  float: left;
  font-size: 11px;
  margin: 13px 0 11px 44px;
  white-space: nowrap;
  color: #FFFFFF;
}
.social-icons a:hover {
  text-decoration: none;
}
#facebook-btn span {
  background-position: 13px 7px;
}
#linkedin-btn span {
  background-position: 12px -266px;
}
#twitter-btn span {
  background-position: 13px -39px;
}
#youtube-btn span {
  background-position: 12px -230px;
}
#pinterest-btn span {
  background-position: 12px -181px;
}
#googleplus-btn span {
  background-position: 13px -132px;
}
#instagram-btn span {
  background-position: 10px -300px;
}
#flickr-btn span {
  background-position: 10px -335px;
}
#web-btn span {
  background-position: 10px -403px;
}
#mail-btn span {
  background-position: 10px -369px;
}
#facebook-btn .social-icon {
  background-color: #3B5998;
}
#linkedin-btn .social-icon {
  background-color: #6eb8da;
}
#twitter-btn .social-icon {
  background-color: #62BDB2;
}
#googleplus-btn .social-icon {
  background-color: #DB4A39;
}
#pinterest-btn .social-icon {
  background-color: #DB4A39;
}
#youtube-btn .social-icon {
  background-color: #C4302B;
}
#instagram-btn .social-icon {
  background-color: #D2C5B3;
}
#flickr-btn .social-icon {
  background-color: #E4006B;
}
#mail-btn .social-icon {
  background-color: #2A056F;
}
#web-btn .social-icon {
  background-color: #000;
}
#facebook-btn:hover .social-icon {
  background-color: #3B5998;
}
#linkedin-btn:hover .social-icon {
  background-color: #6eb8da;
}
#twitter-btn:hover .social-icon {
  background-color: #62BDB2;
}
#googleplus-btn:hover .social-icon {
  background-color: #DB4A39;
}
#pinterest-btn:hover .social-icon {
  background-color: #DB4A39;
}
#youtube-btn:hover .social-icon {
  background-color: #C4302B;
}
#instagram-btn:hover .social-icon {
  background-color: #D2C5B3;
}
#flickr-btn:hover .social-icon {
  background-color: #E4006B;
}
#web-btn:hover .social-icon {
  background-color: #000;
}
#mail-btn:hover .social-icon {
  background-color: #2A056F;
}
/* Style override for Left*/
.social-icons.left {
  left: 0;
}
.social-icons.left .social-icon {
  background-image: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Magiccart_Alothemes/images/social-icons-left.png');
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  /* IE 9 */
  -o-transform: rotateY(180deg);
  /* IE 9 */
  -webkit-transform: rotateY(180deg);
  /* Safari and Chrome */
}
.social-icons.left .social-icon {
  float: left;
}
.social-icons.left .social-text {
  float: left;
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  /* IE 9 */
  -webkit-transform: rotateY(180deg);
  /* Safari and Chrome */
}
.content-quickview .social-icons {
  display: none;
}
/* recent order */
.suggest-slider.close {
  display: none;
}
.suggest-slider .x-close {
  float: right;
}
.notify-slider-wrapper {
  width: 300px;
  position: fixed;
  bottom: 15px;
  left: 25px;
  background: transparent;
  display: none;
}
.notify-slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}
.notify-slider .slider {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100px;
  list-style: none;
}
.notify-slider .slider > .item {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 300px;
  height: 120px;
  background: #ccc;
  text-align: center;
  line-height: 100px;
}
.product-image-container {
  /*display: block;*/
  max-width: 100%;
}
.notify-slider-wrapper {
  background-color: #ffffff;
  z-index: 9999;
  width: 320px;
  -webkit-box-shadow: -1px 2px 6px rgba(30, 32, 40, 0.3);
  -moz-box-shadow: -1px 2px 6px rgba(30, 32, 40, 0.3);
  box-shadow: -1px 2px 6px rgba(30, 32, 40, 0.3);
  margin-bottom: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item {
  background-color: #ffffff;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-reviews-summary,
.notify-slider-wrapper .products.wrapper.grid .product-item .price-box {
  display: none !important;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info {
  border-left: 0;
  padding: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:hover {
  box-shadow: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:before,
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:after {
  content: "";
  display: table;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:after {
  clear: both;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .images-container {
  max-width: 85px;
  width: 85px;
  float: left;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .images-container .actions-primary {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-image-wrapper .product-image-photo.thumbnail {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details {
  width: calc(100% - 85px);
  float: left;
  text-align: left;
  padding: 0px 10px 12px 10px;
  font-size: 13px;
  margin-top: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .someone-purchased {
  /* padding-top: 13px;*/
  margin-bottom: 7px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-name {
  margin-bottom: 11px;
  letter-spacing: .3px;
  font-family: 'Lato', sans-serif;
  text-align: left;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: auto;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-name a {
  color: #222222;
  height: auto;
  display: block;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .flex {
  display: flex;
  justify-content: space-between;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-reviews-summary {
  margin: 0;
  display: block;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .sticker {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-hover {
  margin-bottom: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .price-box {
  display: block;
  margin: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .price-box .price {
  font-size: 11px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .price-box .old-price .price {
  font-size: 11px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .time-purchased,
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .address-purchased {
  display: block;
  font-size: 11px;
  color: #333333;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .time-purchased {
  margin: 0;
  margin-bottom: 7px;
}
.notify-slider-wrapper .product-item .product-item-info .rating-summary .rating-result:before,
.notify-slider-wrapper .product-item .product-item-info .rating-summary .rating-result > span:before {
  font-size: 12px;
}
.notify-slider-wrapper .reviews-actions .action {
  font-size: 12px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .action,
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view {
  transform: scale(1) !important;
  opacity: 1;
  visibility: visible;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .action {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view {
  box-shadow: none;
  width: auto;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view .quickview {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view .quickview span {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view .quickview:hover {
  color: red;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links {
  top: auto;
  bottom: -4px;
  right: 6px;
}
.notify-slider-wrapper .product-item .link-view {
  text-align: right;
}
.notify-slider-wrapper .product-item .link-view .quickview {
  padding: 0;
  background-color: transparent;
  color: #222;
  position: relative;
  font-size: 20px;
  border: 0px;
  margin-top: -10px;
}
.block.related .product .product-item-info .products-textlink .product-name a,
.block.crosssell .product .product-item-info .products-textlink .product-name a,
.block.upsell .product .product-item-info .products-textlink .product-name a {
  height: 36px;
}
.suggest-slider .x-close {
  position: absolute;
  font-size: 0;
  top: 5px;
  right: -2px;
  z-index: 999;
}
.suggest-slider .x-close:before {
  content: '\e616';
  font-size: 14px;
  font-family: 'unitedpharmacy-icons';
}
.suggest-slider .x-close:hover {
  color: #000;
}
.notify-slider {
  margin-top: 0;
}
.notify-slider .slider > .item {
  line-height: 1.5;
  width: 320px;
  /*height: auto;*/
}
.notify-slider-wrapper .product-items .product-item:nth-child(n) {
  clear: none !important;
}
.wishlist-index-index .notify-slider-wrapper .products-grid .product-item {
  width: 320px;
  margin-left: 0;
}
.alothemes {
  display: block;
}
.fotorama__fullscreen .zoomImg {
  display: none !important;
}
.modal-popup {
  pointer-events: none;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/images/loader-1.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'unitedpharmacy-icons';
  font-size: 14px;
  line-height: 1;
  color: #052d76;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: '\e617';
}
[dir="rtl"] .slick-prev:before {
  content: '\e608';
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: '\e608';
}
[dir="rtl"] .slick-next:before {
  content: '\e617';
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  /*height: 20px;
            width: 20px;*/
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before {
  opacity: 1;
}
.slick-dots li button:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: 'unitedpharmacy-icons';
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before {
  color: #000000;
  opacity: 0.75;
}
.magiccart_community {
  display: block;
}
.grid-slider {
  opacity: 0;
}
.grid-init .grid-slider,
.grid-slider.grid-init,
.grid-slider.slick-initialized {
  opacity: 1;
}
.grid-init .product-item-info,
.slick-initialized .product-item-info {
  width: auto;
}
.lookbook .easypin-marker {
  color: #fff;
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ff5555;
  text-align: center;
}
.lookbook .easypin-marker:hover {
  background-color: #ff5555;
  color: #fff;
}
.lookbook .easypin-marker:hover .easypin-popover {
  opacity: 1;
  visibility: visible;
}
.lookbook .easypin-marker:before,
.lookbook .easypin-marker .icon:before {
  /* font-family: "FontAwesome"; */
  content: "+";
  font-size: 26px;
  display: block;
}
.lookbook .easypin-popover {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  width: 180px;
  left: -70px;
  background: transparent;
  z-index: 20;
}
.lookbook .easypin-popover .product-pin-wrap {
  line-height: normal;
  background: #fff;
  padding: 0px 0px 15px;
  position: relative;
  z-index: 1;
}
.lookbook .easypin-popover .product-pin-wrap a {
  text-decoration: none;
}
.lookbook .easypin-popover .product-pin-wrap:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
  -webkit-filter: drop-shadow(0 1px 2px #000000);
  filter: drop-shadow(0 1px 1px #dfdfdf);
}
.lookbook .image-wrap {
  margin-bottom: 15px;
}
.lookbook .title-wrap,
.lookbook .price-wrap {
  padding-left: 20px;
}
.lookbook .title-wrap h5 {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin: 0 0 5px;
}
.lookbook .title-wrap h5:focus {
  text-decoration: none;
}
.lookbook .price-label {
  display: none;
}
.lookbook .price-box .price {
  color: #ff5555;
}
.main-product-pin {
  margin-bottom: 48px;
}
.magictabs .item.activated,
.magictabs .item:hover {
  border-color: #ff3366;
}
.content-products .mage-magictabs {
  display: none;
}
.content-products .mage-magictabs.activated {
  display: block;
}
.content-products .product-items {
  opacity: 0;
}
.content-products .product-items.grid-init,
.content-products .grid-init .product-items,
.content-products .slick-initialized .product-items,
.content-products .product-items.slick-initialized {
  opacity: 1;
}
.content-products .product-item-info {
  width: auto;
}
.shopbrand-brand-listbrand .page-title-wrapper {
  text-align: center;
}
.shopbrand-brand-listbrand .page-title-wrapper .page-title {
  display: inline-block;
}
.shopbrand-brand-listbrand .grid-slider {
  display: none;
}
.shopbrand-brand-listbrand .grid-init .grid-slider {
  display: block;
}
.shopbrand {
  text-align: center;
  display: block;
}
.shop-by-brand {
  text-align: center;
}
.shopbrand-list {
  clear: both;
}
.brand-search {
  height: 150px;
  text-align: center;
}
.brand-search-sidebar .block-search {
  max-width: 100%;
}
.characters {
  clear: both;
  padding: 20px 0;
  display: inline-block;
}
.characters .filter {
  list-style: none;
  float: left;
}
.characters .filter .char {
  float: left;
}
.characters .filter .char a {
  display: block;
  border: 1px solid silver;
  height: 36px;
  line-height: 36px;
  width: 36px;
  text-align: center;
  margin-left: 3px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
}
.characters .filter .char a:hover,
.characters .filter .char.active a {
  background-color: #006bb4;
  color: #ffffff;
  border: 1px solid #006bb4;
}
.characters .filter .view-all a {
  text-transform: none;
}
.content-products .product-items {
  opacity: 0;
}
.content-products .product-items.grid-init,
.content-products .product-items.slick-initialized {
  opacity: 1;
}
.content-products .product-item-info {
  width: auto;
}
.testimonial .field-summary_rating .rating-box .rating:before {
  content: '\e605';
  font-family: 'unitedpharmacy-icons';
  color: #f2c800;
  z-index: 2;
  position: relative;
  font-size: 13px;
  height: 12px;
  display: block;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 2px;
}
.testimonial .rating-result {
  text-align: center;
}
.testimonial .customer {
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin: 60px 0;
  vertical-align: top;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial .inner-customer {
  text-align: center;
}
.testimonial.center-mode {
  margin-bottom: 50px;
}
.testimonial.center-mode .item img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
.testimonial.center-mode .item .testimonial_text {
  display: none;
}
.testimonial.center-mode .slick-center .item img {
  width: 150px;
  height: 150px;
}
.testimonial.center-mode .slick-list {
  margin-bottom: 50px;
}
.testimonial-caption.center-mode {
  display: block;
  width: 85%;
  color: #494949;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
.testimonial-caption.center-mode .sub-text {
  display: block;
  font-size: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.testimonial-caption.center-mode .product-reviews-summary {
  display: block;
  text-align: center;
}
.testimonial-caption .zoomIn {
  animation: zoomIn 0.9s ease-out;
  -moz-animation: zoomIn 0.9s ease-out;
  -webkit-animation: zoomIn 0.9s ease-out;
  -o-animation: zoomIn 0.9s ease-out;
}
.testimonial-index-index .button-o {
  margin-bottom: 30px;
}
.testimonial-form-index .std-input-box .product-review-box #product-review-table {
  width: auto;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.amcheckout-delivery-date .field {
  float: left;
  box-sizing: border-box;
  padding-top: 4px;
  width: 100%;
}
.amcheckout-delivery-date .field.comment {
  width: 100%;
}
.amcheckout-delivery-date .field.datepicker,
.amcheckout-delivery-date .field.timepicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amcheckout-delivery-date .field.datepicker .control,
.amcheckout-delivery-date .field.timepicker .control {
  flex: none;
  width: 60%;
}
.amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.amcheckout-delivery-date .clearer {
  clear: both;
}
.amcheckout-delivery-date .field._required > .label:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: 600;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
.home-brands .ambrands-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 -25px 20px;
  overflow-x: auto;
  padding: 0 20px;
  white-space: nowrap;
}
.home-brands .ambrands-content .ambrands-brand-item {
  margin-bottom: 5px;
  min-height: unset;
  min-width: unset;
  padding: 5px 5px 0;
}
.home-brands .ambrands-content .ambrands-brand-item .ambrands-image-block {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home-brands .ambrands-content .ambrands-brand-item .ambrands-image-block .ambrands-image {
  height: inherit;
  width: 78px;
}
.home-brands .ambrands-content .ambrands-brand-item .ambrands-inner {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dddddd;
  border-radius: 8px;
  height: 64px;
  justify-content: center;
  padding: 5px;
  width: 90px;
}
.discover-offers-section,
.global-product-main-slider-section {
  margin-bottom: 20px;
}
.global-product-page-main-slider .banner-list:not(.slick-initialized) .banner-link:not(:first-child) {
  display: none;
}
.global-product-page-main-slider .banner-list .banner-link img {
  width: 100%;
}
.global-product-page-main-slider .slick-slider {
  position: relative;
}
.global-product-page-main-slider .slick-slider .slick-arrow {
  z-index: 9;
}
.global-product-page-main-slider .slick-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.global-product-page-main-slider .slick-slider .slick-arrow.slick-prev {
  left: 0;
  right: auto;
}
.global-product-page-main-slider .slick-slider .slick-arrow.slick-prev,
.global-product-page-main-slider .slick-slider .slick-arrow.slick-next {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 24px;
  width: 24px;
}
.global-product-page-main-slider .slick-slider .slick-arrow.slick-prev:after,
.global-product-page-main-slider .slick-slider .slick-arrow.slick-next:after,
.global-product-page-main-slider .slick-slider .slick-arrow.slick-prev:before,
.global-product-page-main-slider .slick-slider .slick-arrow.slick-next:before {
  font-size: 1rem;
  line-height: 1rem;
}
.global-product-page-main-slider .slick-slider .slick-arrow.slick-prev.slick-disabled:before,
.global-product-page-main-slider .slick-slider .slick-arrow.slick-next.slick-disabled:before {
  color: #272727;
}
.global-product-page-main-slider .slick-slider .slick-dots {
  font-size: 0.2rem;
  background: #ffffff;
  border-radius: 5px;
  bottom: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
  left: 50%;
  padding: 3px 4px;
  position: absolute;
  transform: translateX(-50%);
  width: auto;
}
.global-product-page-main-slider .slick-slider .slick-dots li {
  height: 6px;
  margin: 0 2px;
  width: 6px;
}
.global-product-page-main-slider .slick-slider .slick-dots li button,
.global-product-page-main-slider .slick-slider .slick-dots li .cart.table-wrapper .actions-toolbar > .action {
  background-color: #a1a1a1;
  border-color: #a1a1a1;
  border-radius: 20px;
  height: 6px;
  padding: 0;
  width: 6px;
}
.global-product-page-main-slider .slick-slider .slick-dots li button:before,
.global-product-page-main-slider .slick-slider .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before {
  height: 6px;
  width: 6px;
}
.global-product-page-main-slider .slick-slider .slick-dots li.slick-active button,
.global-product-page-main-slider .slick-slider .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action {
  background-color: #3f9acc;
  border-color: #3f9acc;
  color: #3f9acc;
}
.shopby-category-slider.global-category:before {
  left: -98%;
}
.shopby-category-slider.global-category:after {
  right: -98%;
}
.shop-product-by-brand.global-category .slick-prev,
.shopby-category-slider.global-category .slick-prev,
.global-product-bottom-slider-section .slick-prev,
.shop-product-by-brand.global-category .slick-next,
.shopby-category-slider.global-category .slick-next,
.global-product-bottom-slider-section .slick-next {
  background: #052d76;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  height: 38px;
  width: 38px;
  display: inline-block;
  text-decoration: none;
}
.shop-product-by-brand.global-category .slick-prev:before,
.shopby-category-slider.global-category .slick-prev:before,
.global-product-bottom-slider-section .slick-prev:before,
.shop-product-by-brand.global-category .slick-next:before,
.shopby-category-slider.global-category .slick-next:before,
.global-product-bottom-slider-section .slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e911';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.shop-product-by-brand.global-category .slick-prev:before,
.shopby-category-slider.global-category .slick-prev:before,
.global-product-bottom-slider-section .slick-prev:before,
.shop-product-by-brand.global-category .slick-next:before,
.shopby-category-slider.global-category .slick-next:before,
.global-product-bottom-slider-section .slick-next:before,
.shop-product-by-brand.global-category .slick-prev:after,
.shopby-category-slider.global-category .slick-prev:after,
.global-product-bottom-slider-section .slick-prev:after,
.shop-product-by-brand.global-category .slick-next:after,
.shopby-category-slider.global-category .slick-next:after,
.global-product-bottom-slider-section .slick-next:after {
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  padding: 0;
}
.shop-product-by-brand.global-category .slick-prev:active,
.shopby-category-slider.global-category .slick-prev:active,
.global-product-bottom-slider-section .slick-prev:active,
.shop-product-by-brand.global-category .slick-next:active,
.shopby-category-slider.global-category .slick-next:active,
.global-product-bottom-slider-section .slick-next:active,
.shop-product-by-brand.global-category .slick-prev:focus,
.shopby-category-slider.global-category .slick-prev:focus,
.global-product-bottom-slider-section .slick-prev:focus,
.shop-product-by-brand.global-category .slick-next:focus,
.shopby-category-slider.global-category .slick-next:focus,
.global-product-bottom-slider-section .slick-next:focus,
.shop-product-by-brand.global-category .slick-prev:not(.primary),
.shopby-category-slider.global-category .slick-prev:not(.primary),
.global-product-bottom-slider-section .slick-prev:not(.primary),
.shop-product-by-brand.global-category .slick-next:not(.primary),
.shopby-category-slider.global-category .slick-next:not(.primary),
.global-product-bottom-slider-section .slick-next:not(.primary) {
  background: #052d76;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.shop-product-by-brand.global-category .slick-prev:hover,
.shopby-category-slider.global-category .slick-prev:hover,
.global-product-bottom-slider-section .slick-prev:hover,
.shop-product-by-brand.global-category .slick-next:hover,
.shopby-category-slider.global-category .slick-next:hover,
.global-product-bottom-slider-section .slick-next:hover {
  background: #ffffff;
  border: 1px solid #cecece;
  color: #4e4e4e;
  opacity: 1;
}
.shop-product-by-brand.global-category .slick-prev:hover:before,
.shopby-category-slider.global-category .slick-prev:hover:before,
.global-product-bottom-slider-section .slick-prev:hover:before,
.shop-product-by-brand.global-category .slick-next:hover:before,
.shopby-category-slider.global-category .slick-next:hover:before,
.global-product-bottom-slider-section .slick-next:hover:before,
.shop-product-by-brand.global-category .slick-prev:hover:after,
.shopby-category-slider.global-category .slick-prev:hover:after,
.global-product-bottom-slider-section .slick-prev:hover:after,
.shop-product-by-brand.global-category .slick-next:hover:after,
.shopby-category-slider.global-category .slick-next:hover:after,
.global-product-bottom-slider-section .slick-next:hover:after {
  color: #4e4e4e;
}
.shop-product-by-brand.global-category .slick-prev.slick-disabled,
.shopby-category-slider.global-category .slick-prev.slick-disabled,
.global-product-bottom-slider-section .slick-prev.slick-disabled,
.shop-product-by-brand.global-category .slick-next.slick-disabled,
.shopby-category-slider.global-category .slick-next.slick-disabled,
.global-product-bottom-slider-section .slick-next.slick-disabled {
  background: #ffffff;
  border: 1px solid #cecece;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #4e4e4e;
  opacity: 1;
}
.shop-product-by-brand.global-category .slick-prev.slick-disabled:before,
.shopby-category-slider.global-category .slick-prev.slick-disabled:before,
.global-product-bottom-slider-section .slick-prev.slick-disabled:before,
.shop-product-by-brand.global-category .slick-next.slick-disabled:before,
.shopby-category-slider.global-category .slick-next.slick-disabled:before,
.global-product-bottom-slider-section .slick-next.slick-disabled:before,
.shop-product-by-brand.global-category .slick-prev.slick-disabled:after,
.shopby-category-slider.global-category .slick-prev.slick-disabled:after,
.global-product-bottom-slider-section .slick-prev.slick-disabled:after,
.shop-product-by-brand.global-category .slick-next.slick-disabled:after,
.shopby-category-slider.global-category .slick-next.slick-disabled:after,
.global-product-bottom-slider-section .slick-next.slick-disabled:after {
  color: #4e4e4e;
}
.shop-product-by-brand.global-category .slick-next:before,
.shopby-category-slider.global-category .slick-next:before,
.global-product-bottom-slider-section .slick-next:before {
  content: '\e915';
}
.shopby-category-slider .section-title {
  margin-top: 0;
}
.shopby-category-slider.global-category {
  margin-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
.shopby-category-slider.global-category .shop-by-category-wrapper .cate-name {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
}
.shopby-category-slider.global-category .shop-by-category-wrapper .categories-inner .cate-content {
  margin-bottom: 0;
}
.cms-united-world-products .breadcrumbs,
.cms-global-products .breadcrumbs {
  display: none;
}
.cms-united-world-products .columns .column.main,
.cms-global-products .columns .column.main {
  padding-bottom: 0;
}
.ask-pharmacist-section {
  margin-bottom: 20px;
}
.ask-pharmacist-section [data-content-type='image'] img {
  width: 100%;
}
.united-world-service-section {
  margin-bottom: 20px;
}
.united-world-service-section .pagebuilder-column-group .pagebuilder-column-line {
  gap: 15px;
}
.united-world-service-section .pagebuilder-column-group .pagebuilder-column-line:first-child {
  margin-bottom: 15px;
}
.united-world-service-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
  padding: 28px 20px;
}
.united-world-service-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .service-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #272727;
  display: -webkit-box;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 20px;
  overflow: hidden;
}
.united-world-service-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type='image'] img {
  aspect-ratio: 1;
  max-height: 90px;
  object-fit: cover;
  width: auto;
}
.global-product-bottom-slider-section .bundle-banner-list,
.global-product-page-two-banner .bundle-banner-list,
.global-product-bottom-slider-section .banner-list,
.global-product-page-two-banner .banner-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 -24px;
  overflow-x: auto;
  padding: 0 20px;
  white-space: nowrap;
}
.global-product-bottom-slider-section .bundle-banner-list .bundle-banner-link,
.global-product-page-two-banner .bundle-banner-list .bundle-banner-link,
.global-product-bottom-slider-section .banner-list .bundle-banner-link,
.global-product-page-two-banner .banner-list .bundle-banner-link,
.global-product-bottom-slider-section .bundle-banner-list .banner-link,
.global-product-page-two-banner .bundle-banner-list .banner-link,
.global-product-bottom-slider-section .banner-list .banner-link,
.global-product-page-two-banner .banner-list .banner-link {
  flex: 1;
  float: left;
  min-width: 100%;
  padding: 0 4px 5px;
}
.global-product-bottom-slider-section .bundle-banner-list .bundle-banner-link a,
.global-product-page-two-banner .bundle-banner-list .bundle-banner-link a,
.global-product-bottom-slider-section .banner-list .bundle-banner-link a,
.global-product-page-two-banner .banner-list .bundle-banner-link a,
.global-product-bottom-slider-section .bundle-banner-list .banner-link a,
.global-product-page-two-banner .bundle-banner-list .banner-link a,
.global-product-bottom-slider-section .banner-list .banner-link a,
.global-product-page-two-banner .banner-list .banner-link a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.global-product-bottom-slider-section .bundle-banner-list .bundle-banner-link img,
.global-product-page-two-banner .bundle-banner-list .bundle-banner-link img,
.global-product-bottom-slider-section .banner-list .bundle-banner-link img,
.global-product-page-two-banner .banner-list .bundle-banner-link img,
.global-product-bottom-slider-section .bundle-banner-list .banner-link img,
.global-product-page-two-banner .bundle-banner-list .banner-link img,
.global-product-bottom-slider-section .banner-list .banner-link img,
.global-product-page-two-banner .banner-list .banner-link img {
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
}
.global-product-page-category.bundle-category-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.global-product-page-category .bundle-category-block {
  margin: 5px;
  width: calc(50% - 10px);
}
.global-product-page-category .bundle-category-block .bundle-category-image a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.global-product-page-category .bundle-category-block .bundle-category-image a img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}
.global-product-page-category .bundle-category-block .bundle-category-label .bundle-category-title,
.global-product-page-category .bundle-category-block .bundle-category-label .bundle-category-sub-title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.global-product-page-category .bundle-category-block .bundle-category-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #83d4d7;
  border-radius: 4px 4px 0 0;
  padding: 17px 13px;
}
.global-product-page-category .bundle-category-block .bundle-category-label {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #2ca2a7;
  border-radius: 0 0 4px 4px;
  height: 66px;
  justify-content: center;
  padding: 15px 10px;
  text-align: center;
}
.global-product-page-category .bundle-category-block .bundle-category-label a {
  color: #ffffff;
  text-decoration: none;
}
.global-product-page-category .bundle-category-block .bundle-category-label .bundle-category-title {
  -webkit-line-clamp: 1;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 600;
  letter-spacing: .4px;
}
.global-product-page-category .bundle-category-block .bundle-category-label .bundle-category-sub-title {
  -webkit-line-clamp: 2;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  letter-spacing: .28px;
}
.discover-offers-section .section-title {
  margin-top: 0;
}
.global-product-bottom-slider-section,
.global-product-categories-section {
  margin-bottom: 20px;
}
.faq-section-heading.section-title {
  margin: 10px auto 30px;
  max-width: 800px;
  width: 100%;
}
#html-body .brand-united-section-title.dflex {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}
.brand-united-section-title.dflex .section-title {
  margin-bottom: 10px;
  margin-top: 15px;
}
#html-body .brand-united-section-title .mobile-border-button .pagebuilder-button-primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  background: transparent;
  border-radius: 2px;
  color: #052d76;
  font-weight: 400;
  letter-spacing: .28px;
  margin: 0;
  padding: 4px 13px;
}
#html-body .brand-united-section-title .mobile-border-button .pagebuilder-button-primary:focus {
  background: #052d76;
  color: #ffffff;
}
.shop-product-by-brand.global-category .section-title {
  margin-top: 0;
}
.shop-product-by-brand.global-category .home-brands .ambrands-content .ambrands-brand-item .ambrands-inner {
  box-shadow: none;
}
.shop-product-by-brand.global-category .mobile_brands_section .ambrands-letter {
  margin-bottom: 20px;
}
.shop-product-by-brand.global-category .mobile_brands_section .ambrands-letter .ambrands-content {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 -25px 20px;
  padding: 0 20px;
}
.shop-product-by-brand.global-category .mobile_brands_section .ambrands-letter .ambrands-content .ambrands-brand-item {
  margin: 0 0 6px;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 10px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e903';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #052d76;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited {
  color: #052d76;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover {
  color: #052d76;
  text-decoration: underline;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active {
  color: #052d76;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info {
  color: #052d76;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 1000;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #4e4e4e;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'unitedpharmacy-icons';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #4e4e4e;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #052d76;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #052d76;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #052d76;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #052d76;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #052d76;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #052d76;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #052d76;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #052d76;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #052d76;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #052d76;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
body[aria-busy*="false"] .static-input {
  display: none;
}
.static-input {
  position: absolute;
  width: 100%;
  z-index: -1;
}
.catalogsearch-result-index.page-products .columns {
  z-index: inherit;
}
.catalogsearch-result-index .logo {
  z-index: 1;
}
.catalogsearch-result-index .nav-toggle {
  z-index: 1;
}
.nav-open .catalogsearch-result-index .nav-toggle {
  z-index: 2;
}
.catalogsearch-result-index #algolia-left-container {
  padding-right: 0;
  position: absolute;
  width: calc(50% - 10px);
  z-index: inherit;
}
.catalogsearch-result-index #algolia-left-container .block.filter.active {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.catalogsearch-result-index #algolia-left-container #refine-toggle {
  font-size: 1.6rem;
  line-height: 1.7rem;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  background-color: #052d76;
  border-radius: 4px;
  color: #ffffff;
  font-weight: normal;
  height: 42px;
  justify-content: center;
  letter-spacing: .32px;
  margin: 0;
  width: 100%;
  display: flex;
  text-decoration: none;
}
.catalogsearch-result-index #algolia-left-container #refine-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  content: '\e91c';
  font-family: 'unitedpharmacy-icons';
  margin: 0 20px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalogsearch-result-index #algolia-left-container #refine-toggle:hover:before {
  color: #ffffff;
}
.catalogsearch-result-index #algolia-left-container #refine-toggle:active:before {
  color: #ffffff;
}
.catalogsearch-result-index #algolia-left-container #refine-toggle:before {
  transform: rotate(90deg);
}
.catalogsearch-result-index #algolia-left-container .block.filter {
  display: none;
}
.catalogsearch-result-index #algolia-left-container .block.filter.active {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  display: block;
  height: 100vh;
  left: 0;
  overflow: auto;
  padding: 0 20px 20px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding-top: 82px;
  padding-bottom: 130px;
}
.catalogsearch-result-index #algolia-left-container .block.filter .block.title {
  background: #ffffff;
  left: 0;
  padding: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.catalogsearch-result-index #algolia-left-container .block.filter .block.title .content-title {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #272727;
  justify-content: space-between;
  padding-bottom: 20px;
  width: 100%;
}
.catalogsearch-result-index #algolia-left-container .block.filter .block.title .title {
  color: #4e4e4e;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.1rem;
  margin-bottom: 0;
}
.catalogsearch-result-index #algolia-left-container .block.filter .block.title .close-icon {
  font-size: 0;
}
.catalogsearch-result-index #algolia-left-container .block.filter .block.title .close-icon:after {
  color: #ae1d1d;
  content: '\e616';
  font-family: 'unitedpharmacy-icons';
  font-size: 1.6rem;
  height: 24px;
  line-height: 1.6rem;
  width: 24px;
}
.catalogsearch-result-index #algolia-right-container .toolbar.toolbar-products .toolbar-sorter {
  width: calc(50% - 10px);
}
.catalogsearch-result-index #algolia-right-container .toolbar.toolbar-products .toolbar-sorter .pull-left {
  width: 100%;
}
.catalogsearch-result-index #algolia-right-container .toolbar.toolbar-products .toolbar-sorter .pull-left .ais-SortBy-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 1.6rem;
  line-height: 1.7rem;
  background: #052d76 url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/images/select-arrow-mobile.svg') right 14px center no-repeat;
  color: #ffffff;
}
.catalogsearch-result-index .columns {
  display: block;
}
.catalogsearch-result-index .algolia-infos {
  background: #ffffff;
  padding: 0;
}
.catalogsearch-result-index .algolia-clearfix:empty {
  display: none;
}
.catalogsearch-result-index #algolia_instant_selector .pull-left {
  display: inline-block;
  float: none;
}
.catalogsearch-result-index #algolia_instant_selector .pull-left .ais-Stats {
  display: none;
}
.catalogsearch-result-index .instant-search-bar .ais-SearchBox-form .ais-SearchBox-reset {
  right: 10px;
}
.catalogsearch-result-index .instant-search-bar .ais-SearchBox-form .ais-SearchBox-reset:hover {
  background-color: rgba(0, 0, 0, 0);
}
.catalogsearch-result-index .result-wrapper {
  padding-bottom: 0;
}
.catalogsearch-result-index .result-wrapper .view-product,
.catalogsearch-result-index .result-wrapper .tocart {
  margin-top: 0;
}
.catalogsearch-result-index .result-wrapper .view-product {
  text-transform: uppercase;
}
.catalogsearch-result-index .result-wrapper .text-ellipsis {
  white-space: normal;
}
.catalogsearch-result-index .result-wrapper .price {
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: bold;
}
.catalogsearch-result-index .result-wrapper .price.before_special {
  font-size: 1rem;
  line-height: 1.4rem;
}
.catalogsearch-result-index .result-wrapper .price-wrapper {
  height: 30px;
}
.catalogsearch-result-index .result-wrapper .price-wrapper .after_special,
.catalogsearch-result-index .result-wrapper .price-wrapper .before_special {
  display: block;
  text-align: left;
}
.catalogsearch-result-index .result-wrapper .price-wrapper .after_special.price:before,
.catalogsearch-result-index .result-wrapper .price-wrapper .before_special.price:before {
  margin-right: 2px;
}
.catalogsearch-result-index .result-wrapper .price-wrapper .after_special.price {
  color: #4e4e4e;
}
.catalogsearch-result-index .result-wrapper .price-wrapper .after_special.price.promotion {
  color: #ae1d1d;
}
.catalogsearch-result-index .result-wrapper .price-wrapper .before_special.price {
  font-weight: normal;
}
.catalogsearch-result-index .result-wrapper .view-product,
.catalogsearch-result-index .result-wrapper .tocart {
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: bold;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.catalogsearch-result-index .ais-Hits-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item {
  text-align: left;
  width: 50%;
}
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .offer-section {
  line-height: 15px;
}
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .product-item-details {
  margin-top: 10px;
  position: relative;
}
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .box-tocart.product-qty {
  max-width: 80px;
  order: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .box-tocart.product-qty .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .box-tocart.product-qty .control {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #052d76;
  border-radius: 4px;
  justify-content: space-between;
  padding: 0 12px;
  position: relative;
  width: 100%;
}
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .box-tocart.product-qty .control input[type='number'] {
  font-size: 1.4rem;
  line-height: 1.7rem;
  border: none;
  color: #052d76;
  font-weight: bold;
  height: 28px;
  opacity: 1;
  padding: 0;
  text-align: center;
}
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .box-tocart.product-qty .control .error {
  display: none;
}
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .box-tocart.product-qty .control .btn .items {
  background: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
}
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .box-tocart.product-qty .control .btn .items:focus,
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .box-tocart.product-qty .control .btn .items:active {
  box-shadow: none;
}
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .box-tocart.product-qty .control .btn .items .icon-collapse,
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .box-tocart.product-qty .control .btn .items .icon-expand {
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .box-tocart.product-qty .control .btn .items .icon-collapse:before,
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .box-tocart.product-qty .control .btn .items .icon-expand:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: #052d76;
  content: '\e60f';
  font-family: 'unitedpharmacy-icons';
  vertical-align: initial;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .box-tocart.product-qty .control .btn .items .icon-collapse:hover:before,
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .box-tocart.product-qty .control .btn .items .icon-expand:hover:before {
  color: #052d76;
}
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .box-tocart.product-qty .control .btn .items .icon-collapse:active:before,
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .box-tocart.product-qty .control .btn .items .icon-expand:active:before {
  color: #052d76;
}
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .box-tocart.product-qty .control .btn .items .icon-collapse:focus,
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .box-tocart.product-qty .control .btn .items .icon-expand:focus,
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .box-tocart.product-qty .control .btn .items .icon-collapse:active,
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .box-tocart.product-qty .control .btn .items .icon-expand:active {
  box-shadow: none;
}
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .box-tocart.product-qty .control .btn .items .icon-expand:before {
  content: '\e903';
}
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .reviews-sipping-type {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .reviews-sipping-type .product-reviews-summary {
  width: 100%;
}
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .reviews-sipping-type .global-product {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .reviews-sipping-type .global-product img {
  display: block;
  max-width: 96px;
}
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .offer-section {
  font-size: 1rem;
  line-height: 2.1rem;
  background: #ae1d1d;
  border-radius: 2px;
  bottom: 0;
  color: #ffffff;
  display: block;
  font-weight: bold;
  height: 20px;
  letter-spacing: .28px;
  margin-bottom: 5px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 7;
}
.catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item {
  font-size: 1.4rem;
  line-height: 1.7rem;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #052d76;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  margin-right: 5px;
  padding: 0;
  text-decoration: none;
  width: 30px;
}
.catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item--selected,
.catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item:hover {
  background: #052d76;
  color: #ffffff;
}
.catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item--selected a,
.catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item:hover a {
  color: #ffffff;
  text-decoration: none;
}
.catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item--nextPage a {
  cursor: pointer;
  font-size: 0;
  display: flex;
  text-decoration: none;
}
.catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item--nextPage a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 17px;
  color: #052d76;
  content: '\e608';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item--nextPage a:hover:before {
  color: #ffffff;
}
.catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item--nextPage a:active:before {
  color: #ffffff;
}
.catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item--previousPage a {
  cursor: pointer;
  font-size: 0;
  display: flex;
  text-decoration: none;
}
.catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item--previousPage a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 17px;
  color: #052d76;
  content: '\e617';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item--previousPage a:hover:before {
  color: #ffffff;
}
.catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item--previousPage a:active:before {
  color: #ffffff;
}
.catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item:hover a::before {
  color: #ffffff;
}
.catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item--disabled {
  display: none;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel {
  border: none;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-header {
  background: rgba(0, 0, 0, 0);
  padding: 0;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-header span {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #052d76;
  font-weight: bold;
  margin-bottom: 12px;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body {
  padding: 0;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body ul li {
  line-height: 2.8rem;
  margin-bottom: 11px;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body ul li a,
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body ul li span {
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #272727;
  font-weight: normal;
  margin-bottom: 11px;
  text-decoration: none;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body ul li.ais-HierarchicalMenu-item .ais-HierarchicalMenu-link {
  position: relative;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body ul li.ais-HierarchicalMenu-item:not(.ais-HierarchicalMenu-item--selected) .ais-HierarchicalMenu-link {
  display: block;
  text-decoration: none;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body ul li.ais-HierarchicalMenu-item:not(.ais-HierarchicalMenu-item--selected) .ais-HierarchicalMenu-link:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11.56px;
  line-height: 26px;
  color: #272727;
  content: '\e621';
  font-family: 'unitedpharmacy-icons';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body ul li.ais-HierarchicalMenu-item:not(.ais-HierarchicalMenu-item--selected) .ais-HierarchicalMenu-link:hover:after {
  color: #272727;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body ul li.ais-HierarchicalMenu-item:not(.ais-HierarchicalMenu-item--selected) .ais-HierarchicalMenu-link:active:after {
  color: #272727;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body ul li.ais-HierarchicalMenu-item:not(.ais-HierarchicalMenu-item--selected) .ais-HierarchicalMenu-link:after {
  float: right;
  position: absolute;
  right: 0;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body ul li.ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-link--selected {
  display: block;
  text-decoration: none;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body ul li.ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-link--selected:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11.56px;
  line-height: 26px;
  color: #272727;
  content: '\e622';
  font-family: 'unitedpharmacy-icons';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body ul li.ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-link--selected:hover:after {
  color: #272727;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body ul li.ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-link--selected:active:after {
  color: #272727;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body ul li.ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-link--selected:after {
  float: right;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body ul li.ais-RefinementList-item .ais-RefinementList-label {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 10px;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body ul li.ais-RefinementList-item .ais-RefinementList-label img {
  max-width: 96px;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body ul li.ais-RefinementList-item .ais-RefinementList-label .ais-RefinementList-checkbox {
  margin: 0;
  top: 0;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body ul li.ais-RefinementList-item .ais-RefinementList-label .ais-RefinementList-count {
  margin-bottom: 0;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body .ais-RangeSlider {
  margin: 0;
  padding: 0 10px;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body .ais-RangeSlider .rheostat {
  margin-bottom: 0;
  margin-top: 20px;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body .ais-RangeSlider .rheostat .rheostat-tooltip {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #4e4e4e;
  left: -32px;
  margin: 30px 0 0;
  position: absolute;
  top: 0;
  font-size: 1.4rem;
  line-height: 1.5rem;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body .ais-RangeSlider .rheostat .rheostat-tooltip:before {
  top: 0;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body .ais-RangeSlider .rheostat-progress {
  background: #052d76;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body .ais-RangeSlider .rheostat-handle {
  background-color: #052d76;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body .ais-RangeSlider .rheostat-handle.rheostat-handle-upper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body .ais-RangeSlider .rheostat-handle.rheostat-handle-lower .rheostat-tooltip {
  left: 20px;
  padding-left: 20px;
}
.catalogsearch-result-index .algolia-layer-navigation .is-widget-container-categories {
  margin-top: 20px;
  order: 2;
}
.catalogsearch-result-index .algolia-layer-navigation .is-widget-container-price_SAR_default {
  order: 3;
}
.catalogsearch-result-index .algolia-layer-navigation #clear-refinements {
  order: 1;
}
.catalogsearch-result-index .algolia-layer-navigation #clear-refinements .ais-ClearRefinements button,
.catalogsearch-result-index .algolia-layer-navigation #clear-refinements .ais-ClearRefinements .cart.table-wrapper .actions-toolbar > .action {
  width: auto;
}
.catalogsearch-result-index .algolia-layer-navigation .is-widget-container-color {
  order: 4;
  margin-top: 40px;
}
.catalogsearch-result-index .algolia-layer-navigation #current-refinements {
  order: 0;
}
.catalogsearch-result-index .algolia-layer-navigation #current-refinements .ais-CurrentRefinements-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0);
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.catalogsearch-result-index .algolia-layer-navigation #current-refinements .ais-CurrentRefinements-item .ais-CurrentRefinements-label {
  font-weight: bold;
}
.catalogsearch-result-index .algolia-layer-navigation #current-refinements .ais-CurrentRefinements-item .ais-CurrentRefinements-category,
.catalogsearch-result-index .algolia-layer-navigation #current-refinements .ais-CurrentRefinements-item .ais-CurrentRefinements-label {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0;
}
.catalogsearch-result-index .algolia-layer-navigation #current-refinements .ais-CurrentRefinements-item .ais-CurrentRefinements-category .ais-CurrentRefinements-delete,
.catalogsearch-result-index .algolia-layer-navigation #current-refinements .ais-CurrentRefinements-item .ais-CurrentRefinements-label .ais-CurrentRefinements-delete {
  color: #ae1d1d;
}
.catalogsearch-result-index .algolia-layer-navigation .is-widget-container-getShippingTypeImg {
  margin-top: 40px;
  order: 10;
}
.catalogsearch-result-index .algolia-layer-navigation .is-widget-container-getShippingTypeImg .ais-Panel-header {
  margin-bottom: 5px;
}
.catalogsearch-result-index .result-content .result {
  display: block;
}
.catalogsearch-result-index .result-content .result-thumbnail img {
  height: auto;
  width: auto;
}
.catalogsearch-result-index .result-content > .result {
  position: relative;
}
.catalogsearch-result-index .result-content > .result .offer-label {
  left: 0;
  max-width: 40px;
  position: absolute;
  top: 0;
}
.catalogsearch-result-index .ais-Hits-item .result-wrapper {
  padding: 0;
}
.catalogsearch-result-index #algoliaAutocomplete .aa-SubmitButton {
  z-index: 1;
}
.catalogsearch-result-index .ais-HierarchicalMenu-list--child ul {
  position: relative;
}
.aa-LoadingIndicator {
  position: absolute;
  top: 10px;
  right: 15px;
  border-top: 3px solid #052d76 !important;
  height: 300px;
  overflow: auto;
}
.aa-LoadingIndicator .aa-PanelLayout {
  padding-bottom: 0;
}
.aa-LoadingIndicator .aa-PanelLayout .aa-List .aa-Item .algoliasearch-autocomplete-hit .thumb {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  height: 50px;
  max-width: 50px;
  width: 100%;
}
.aa-LoadingIndicator .aa-PanelLayout .aa-List .aa-Item .algoliasearch-autocomplete-hit .info {
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.aa-LoadingIndicator .aa-PanelLayout .aa-List .aa-Item .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category {
  color: #272727;
}
.aa-LoadingIndicator .aa-PanelLayout .aa-List .aa-Item .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-price {
  color: #4e4e4e;
  font-weight: bold;
}
.aa-LoadingIndicator .aa-PanelLayout .aa-List .aa-Item .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-price .after_special.promotion {
  color: #ae1d1d;
}
.aa-LoadingIndicator .aa-PanelLayout .aa-List .aa-Item .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-price .before_special {
  color: #4e4e4e;
}
.aa-LoadingIndicator .aa-PanelLayout .aa-Source .aa-SourceHeader {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #272727;
}
.aa-LoadingIndicator .aa-PanelLayout .aa-Source p {
  margin-bottom: 5px;
}
.aa-LoadingIndicator .aa-PanelLayout .aa-Source .aa-ItemLink {
  color: #4e4e4e;
}
.aa-LoadingIndicator #autocomplete-products-footer {
  left: 0;
  width: 100%;
}
.aa-Panel {
  border-top: 3px solid #052d76 !important;
  height: 300px;
  overflow: auto;
}
.aa-Panel .aa-PanelLayout {
  padding-bottom: 0;
}
.aa-Panel .aa-PanelLayout .aa-List .aa-Item .algoliasearch-autocomplete-hit .thumb {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  height: 50px;
  max-width: 50px;
  width: 100%;
}
.aa-Panel .aa-PanelLayout .aa-List .aa-Item .algoliasearch-autocomplete-hit .info {
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.aa-Panel .aa-PanelLayout .aa-List .aa-Item .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category {
  color: #272727;
}
.aa-Panel .aa-PanelLayout .aa-List .aa-Item .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-price {
  color: #4e4e4e;
  font-weight: bold;
}
.aa-Panel .aa-PanelLayout .aa-List .aa-Item .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-price .after_special.promotion {
  color: #ae1d1d;
}
.aa-Panel .aa-PanelLayout .aa-List .aa-Item .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-price .before_special {
  color: #4e4e4e;
}
.aa-Panel .aa-PanelLayout .aa-Source .aa-SourceHeader {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #272727;
}
.aa-Panel .aa-PanelLayout .aa-Source p {
  margin-bottom: 5px;
}
.aa-Panel .aa-PanelLayout .aa-Source .aa-ItemLink {
  color: #4e4e4e;
}
.aa-Panel #autocomplete-products-footer {
  left: 0;
  width: 100%;
}
.amfaq-hidden {
  display: none;
}
.amfaq-question-footer-wrapper {
  align-items: center;
  display: flex;
}
.amfaq-question-footer-wrapper:before,
.amfaq-question-footer-wrapper:after {
  content: '';
  display: table;
}
.amfaq-question-footer-wrapper:after {
  clear: both;
}
.amfaq-product-tab .block-title strong {
  font-size: 2rem;
  line-height: 3.1rem;
  color: #272727;
  display: block;
  font-weight: bold;
  letter-spacing: .4px;
  margin-bottom: 20px;
}
.amfaq-product-tab {
  background: #edf4f6;
  margin-bottom: 14px;
  padding: 20px 0 20px;
  position: relative;
}
.amfaq-product-tab .block-title {
  text-align: center;
}
.amfaq-product-tab .page-main {
  padding: 0 0;
}
.amfaq-product-tab::after {
  background: #edf4f6;
  content: '';
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
}
.amfaq-product-tab::before {
  background: #edf4f6;
  content: '';
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.faq-question-view .page-title-wrapper h1,
.faq-category-view .page-title-wrapper h1 {
  word-break: normal;
}
.faq-search-index .page-title-wrapper h1 {
  font-size: 2.5rem;
  word-break: break-all;
}
.faq-search-index .amfaq-highlight {
  background-color: #d3e185;
}
.amfaq-social-buttons {
  float: left;
  padding-top: 4px;
}
.amfaq-social-buttons a,
.amfaq-social-buttons a:hover {
  color: transparent;
}
.amfaq-social-buttons img {
  width: 30px;
  border: 0;
  display: inline;
  padding: 0 1px;
}
.amfaq_questions .amfaq-title {
  font-size: 125%;
  font-weight: bolder;
  margin-bottom: 2.5%;
  text-align: center;
}
.amfaq_questions .am-item {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  margin-bottom: 10px;
  padding: 10px 15px;
}
.amfaq_questions .am-item .am-content {
  padding-bottom: 10px;
  word-wrap: break-word;
}
.amfaq_questions .am-item .am-content .amfaq-short-answer-container {
  white-space: pre-line;
}
.catalog-product-view .amfaq_questions .am-item .am-content .amfaq-short-answer-container {
  white-space: normal;
}
.amfaq_questions .am-item .am-content p {
  margin-bottom: 2rem;
}
.amfaq_questions .am-item .am-links {
  float: right;
  font-size: 1.5rem;
  margin-right: 10px;
  padding: 5px 0;
  word-wrap: break-word;
}
.amfaq_questions .am-title {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  justify-content: space-between;
  line-height: 22px;
  word-wrap: break-word;
}
.amfaq_questions .am-title span {
  line-height: 1;
  order: 1;
}
.amfaq_questions .am-title .am-plus {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  font-size: inherit;
  font-weight: bold;
  line-height: 1;
}
.amfaq_questions .am-title .am-plus > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq_questions .am-title .am-plus:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #052d76;
  content: '\e60f';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amfaq_questions .am-title .am-plus:hover:before {
  color: #052d76;
}
.amfaq_questions .am-title .am-plus:active:before {
  color: inherit;
}
.amfaq_questions .am-title .am-plus:focus,
.amfaq_questions .am-title .am-plus:active {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-plus:hover {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-plus.disabled,
.amfaq_questions .am-title .am-plus[disabled],
fieldset[disabled] .amfaq_questions .am-title .am-plus {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq_questions .am-title .am-minus {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  font-size: inherit;
  font-weight: bold;
  line-height: 1;
}
.amfaq_questions .am-title .am-minus > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq_questions .am-title .am-minus:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #052d76;
  content: '\e903';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amfaq_questions .am-title .am-minus:hover:before {
  color: #052d76;
}
.amfaq_questions .am-title .am-minus:active:before {
  color: inherit;
}
.amfaq_questions .am-title .am-minus:focus,
.amfaq_questions .am-title .am-minus:active {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-minus:hover {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-minus.disabled,
.amfaq_questions .am-title .am-minus[disabled],
fieldset[disabled] .amfaq_questions .am-title .am-minus {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq_questions .am-content {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 10px;
}
.amfaq_questions .am-content .amfaq-rating-yesno span {
  font-size: 1.4rem;
  line-height: 2rem;
}
.amfaq_questions .am-content .amfaq-rating-yesno span.amfaq-was-it-helpful {
  margin-right: 10px;
}
.amfaq_questions .am-content .amfaq-rating-yesno span.amfaq-rating-yesno-vote {
  color: #052d76;
}
.amfaq_questions .am-no-items {
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  word-wrap: break-word;
}
.ask-question-form .button-container {
  margin: 10px 0;
}
.ask-question-form .button-container .button-info {
  color: #ae1d1d;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 20px;
  margin: 10px 0;
  vertical-align: middle;
}
.ask-question-form .button-container .form-toggle-button {
  margin: 10px;
}
.ask-question-form .ask-form-container label input[type='checkbox'] {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.ask-question-form .ask-form-container form .fieldset .field input[type='checkbox'] + .label {
  display: inline-block;
  float: none;
  width: auto;
}
.amfaq-category-description {
  margin-bottom: 20px;
}
.amfaq_categories {
  border-radius: 10px;
  border: 1px solid #c9c9c9;
}
.amfaq_categories .item {
  border-bottom: 1px solid #c9c9c9;
  padding: 1rem;
  word-wrap: break-word;
}
.amfaq_categories .item.current {
  background: #f9f9f9;
}
.amfaq_categories .item.current a {
  color: #000000;
}
.amfaq_categories .item.title {
  background: #f0f0f0;
  color: #575757;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  word-wrap: break-word;
}
.amfaq_categories .item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.amfaq_categories .item:last-child {
  border: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.amfaq_tags {
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  font-weight: 500;
  margin: 20px 0;
}
.amfaq_tags .title {
  border-bottom: 1px solid #c9c9c9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #f0f0f0;
  color: #575757;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1rem;
  text-align: center;
  word-wrap: break-word;
}
.amfaq_tags .tags_content {
  margin: 5px;
}
.amfaq_tags .tags_content .current {
  font-weight: 600;
  text-decoration: underline;
}
.amfaq_tags .tags_content .item {
  display: inline-block;
  font-size: 1.6rem;
  padding: 5px;
}
.amfaq_tags .tags_content .item a {
  color: #000000;
  text-decoration: none;
}
.question_view {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c9c9c9;
}
.question_view .answer {
  word-wrap: break-word;
}
.am-back-button {
  float: right;
  margin-left: 15px;
}
.am-back-to-product-widget.am-widget-left {
  text-align: left;
}
.am-back-to-product-widget.am-widget-center {
  text-align: center;
}
.am-back-to-product-widget.am-widget-right {
  text-align: right;
}
.am-back-to-product-widget .am-back-button {
  float: none;
  margin-left: 0;
}
.amfaq-search {
  max-width: 300px;
  margin-bottom: 15px;
  position: relative;
}
.amfaq-search .am-input {
  padding-right: 30px;
}
.amfaq-search .search-autocomplete {
  background-color: #ffffff;
  margin-top: 0;
}
.amfaq-search .am-button {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PHBhdGggZD0iTTU1LjE0NiA1MS44ODdMNDEuNTg4IDM3Ljc4NkEyMi45MjYgMjIuOTI2IDAgMCAwIDQ2Ljk4NCAyM2MwLTEyLjY4Mi0xMC4zMTgtMjMtMjMtMjNzLTIzIDEwLjMxOC0yMyAyMyAxMC4zMTggMjMgMjMgMjNjNC43NjEgMCA5LjI5OC0xLjQzNiAxMy4xNzctNC4xNjJsMTMuNjYxIDE0LjIwOGMuNTcxLjU5MyAxLjMzOS45MiAyLjE2Mi45Mi43NzkgMCAxLjUxOC0uMjk3IDIuMDc5LS44MzdhMy4wMDQgMy4wMDQgMCAwIDAgLjA4My00LjI0MnpNMjMuOTg0IDZjOS4zNzQgMCAxNyA3LjYyNiAxNyAxN3MtNy42MjYgMTctMTcgMTctMTctNy42MjYtMTctMTcgNy42MjYtMTcgMTctMTd6IiBmaWxsPSIjYmFiYWJhIi8+PC9zdmc+);
  height: 42px;
  width: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 0;
  box-shadow: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.amfaq-rating {
  float: left;
}
.amfaq-rating .amfaq-was-it-helpful {
  font-size: 1.2rem;
}
.amfaq-rating .amfaq-rate-the-answer {
  font-size: 1.2rem;
  font-weight: 600;
}
.amfaq-rating .amfaq-rate-the-answer.-gray {
  color: #757575;
}
.amfaq-rating .amfaq-rating-voting,
.amfaq-rating .amfaq-rating-yesno,
.amfaq-rating .amfaq-rating-average {
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px 10px;
}
.amfaq-rating .average-rate-wrapper.-voted {
  cursor: default;
  pointer-events: none;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > input {
  display: none;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > label {
  color: #cccccc;
  cursor: pointer;
  float: right;
  font-size: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  width: 1em;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > label:before {
  content: '★ ';
}
.amfaq-rating .average-rate-wrapper > input:checked ~ label {
  color: #ffc700;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > label:hover,
.amfaq-rating .average-rate-wrapper:not(:checked) > label:hover ~ label {
  color: #e4b200;
}
.amfaq-rating .amfaq-arrow {
  cursor: pointer;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  font-size: inherit;
  font-weight: bold;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 22px;
  color: #475f7a;
  content: '\e621';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:hover:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:active:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:focus,
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:active {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:hover {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up.disabled,
.amfaq-rating .amfaq-arrow.amfaq-arrow-up[disabled],
fieldset[disabled] .amfaq-rating .amfaq-arrow.amfaq-arrow-up {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  font-weight: bold;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 22px;
  color: #475f7a;
  content: '\e622';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:hover:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:active:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:focus,
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:active {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:hover {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down.disabled,
.amfaq-rating .amfaq-arrow.amfaq-arrow-down[disabled],
fieldset[disabled] .amfaq-rating .amfaq-arrow.amfaq-arrow-down {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow.amfaq-voted:before {
  color: #305b8a;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow.amfaq-voted + span {
  font-weight: bold;
}
.amfaq-rating .amfaq-rating-data-wrapper {
  color: #475f7a;
  padding-left: 10px;
  padding-right: 10px;
}
.amfaq-rating .amfaq-rating-data-wrapper.isVoted .amfaq-arrow {
  cursor: default;
}
.amfaq-rating .amfaq-rating-yesno-vote {
  color: #052d76;
  text-decoration: none;
  cursor: pointer;
}
.amfaq-rating .amfaq-rating-yesno-vote:visited {
  color: #052d76;
  text-decoration: none;
}
.amfaq-rating .amfaq-rating-yesno-vote:hover {
  color: #052d76;
  text-decoration: underline;
}
.amfaq-rating .amfaq-rating-yesno-vote:active {
  color: #052d76;
  text-decoration: underline;
}
.amfaq-rating .amfaq-rating-yesno-vote.yesno-voted {
  cursor: auto;
  font-weight: bold;
}
.am-widget-categories-1,
.am-widget-categories-2,
.am-widget-categories-3 {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-flex;
  display: flex;
}
.am-widget-categories-1 .am-widget-category,
.am-widget-categories-2 .am-widget-category,
.am-widget-categories-3 .am-widget-category {
  width: 100%;
}
.am-widget-category > .am-category-container {
  padding: 0 2rem 2rem 2rem;
}
.am-widget-category .view-all {
  display: block;
  text-align: right;
}
.am-widget-category .am-category-header {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 1.5rem;
  min-height: 50px;
}
.am-widget-category .am-category-header .faq-category-image {
  line-height: 0;
  margin-right: 7px;
}
.am-widget-category .am-category-header .faq-category-image img {
  min-width: 50px;
}
.am-widget-category .am-category-header .faq-category-title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1;
  word-wrap: break-word;
}
.am-widget-category .amfaq_questions .am-title {
  font-size: 1.6rem;
  font-weight: 300;
}
.am-search-box-wrapper:before,
.am-search-box-wrapper:after {
  content: '';
  display: table;
}
.am-search-box-wrapper:after {
  clear: both;
}
.am-search-box-wrapper .am-widget-center {
  margin: auto;
}
.am-search-box-wrapper .am-widget-right {
  float: right;
}
.am-search-box-wrapper .amfaq-search {
  max-width: initial;
}
.amfaq-pager {
  float: right;
}
#amfaq_search_autocomplete .amfaq-category {
  color: #575757;
  font-size: 1rem;
  padding-top: 3px;
}
.am-faq-tags-widget {
  padding: 0 2rem 2rem 2rem;
}
.am-faq-tags-widget .am-tags-main-title {
  border-bottom: solid 1px #c9c9c9;
  margin-bottom: 30px;
}
.am-faq-tags-widget .am-tags-main-title span {
  color: #333333;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag {
  border: solid 1px #dddddd;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 15px 15px 0;
  padding: 9px 0 9px 0;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:hover {
  background: #f2c94c;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:hover .am_tag_count {
  color: #585858;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag .am_tag_count {
  color: #bebebe;
  padding: 11px 12px 10px 0;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag a {
  color: #191919;
  text-decoration: none;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag .am-tag-title {
  font-weight: 600;
  padding: 0 9px 0 12px;
  text-decoration: none;
}
.search-autocomplete .amfaq-question-container.selected {
  background: #ffffff;
}
.search-autocomplete .amfaq-question-container .amfaq-option-name {
  color: #1979c2;
}
.search-autocomplete .amfaq-question-container.selected .amfaq-option-name {
  text-decoration: underline;
}
.amfaq-link-category {
  margin-bottom: 10px;
}
.amfaq-links-container {
  margin-bottom: 20px;
  transition: height 0.3s ease-in;
}
.amfaq-links-container .amfaq-button.-questions {
  background: #ffffff;
  border: none;
  color: #1979c2;
  font-weight: bold;
  letter-spacing: -.015em;
  padding: 0;
}
@media print {
  .amfaq-social-buttons {
    display: none;
  }
}
.item.product.product-item.side-banner {
  display: block;
  width: 100%;
}
.side-banner a.product.photo.product-item-photo {
  display: block;
  position: unset;
  text-align: center;
}
.side-banner .product.details.product-item-details.product-item-details {
  margin-left: 0;
}
.ambanners img {
  margin-bottom: 10px;
  width: 100%;
}
.amasty-m-banners .ambanner-image img {
  margin-bottom: 0;
  width: 100%;
}
.amasty-m-banners .slick-list .slick-slide > div > .slick-dots {
  display: none;
}
.checkout-cart-index .column.main > .amasty-m-banners,
.catalog-product-view .column.main > .amasty-m-banners {
  margin-bottom: 10px;
}
.catalog-category-view .amasty-m-banners .ambanner-image {
  margin-bottom: 10px;
}
.catalog-category-view .amasty-m-banners .ambanner-image img {
  margin-bottom: 0;
}
.catalog-category-view .amasty-m-banners.slick-slider .slick-dots {
  bottom: 12px;
}
.amasty-m-banners {
  width: 100%;
}
.amasty-m-banners.slick-slider > .slick-dots {
  font-size: 0.2rem;
  background: #ffffff;
  border-radius: 5px;
  bottom: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
  left: 50%;
  padding: 3px 4px;
  position: absolute;
  transform: translateX(-50%);
  width: auto;
}
.amasty-m-banners.slick-slider > .slick-dots li {
  height: 6px;
  margin: 0 2px;
  width: 6px;
}
.amasty-m-banners.slick-slider > .slick-dots li button,
.amasty-m-banners.slick-slider > .slick-dots li .cart.table-wrapper .actions-toolbar > .action {
  background-color: #a1a1a1;
  border-color: #a1a1a1;
  border-radius: 20px;
  height: 6px;
  padding: 0;
  width: 6px;
}
.amasty-m-banners.slick-slider > .slick-dots li button:before,
.amasty-m-banners.slick-slider > .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before {
  height: 6px;
  width: 6px;
}
.amasty-m-banners.slick-slider > .slick-dots li.slick-active button,
.amasty-m-banners.slick-slider > .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action {
  background-color: #3f9acc;
  border-color: #3f9acc;
  color: #3f9acc;
}
.amasty-m-banners.slick-slider .slick-list {
  height: auto !important;
  margin-left: -10px;
  margin-right: -10px;
}
.amasty-m-banners.slick-slider .slick-list .slick-slide {
  padding: 0 10px;
}
.amasty-m-banners:not(.slick-initialized) div[data-banner-id]:not(:first-child) {
  display: none;
}
.amasty-m-banners .ambanner-image img {
  border-radius: 8px;
}
.ambanners.ambanner-7 .item.product.product-item .product-item-info {
  min-width: 105px;
}
.ambanners.ambanner-7 .item.product.product-item {
  min-width: 20%;
}
.ambanners.ambanner-7 .item.product.product-item {
  margin-left: 25px;
}
.ambanners.ambanner-7 .item.product.product-item .tocart {
  margin-top: 20px;
}
.ambanners.ambanner-7 .item.product.product-item .product-item-inner {
  padding-bottom: 0;
}
@media only screen and (min-width: 640px) {
  div.ambanners-injected-banner {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.amrewards-expiration {
  display: inline-block;
  padding: 3px 15px;
  border-radius: 20px;
  white-space: nowrap;
}
.amrewards-expiration.-warning {
  background: #ffa63d;
  color: #fff;
}
.amrewards-expiration.-critical {
  background: #eb5757;
  color: #fff;
}
.amrewards-expiration.-expired {
  background: #ececec;
  color: #838383;
}
.amrewards-info-table {
  border-top: 1px solid #ccc;
  color: #000;
}
.amrewards-info-table .amrewards-table-header .col {
  color: #888;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
}
.amrewards-info-table .col.status {
  white-space: nowrap;
}
.amrewards-current-balance .amrewards-balance {
  font-weight: 700;
  font-size: 36px;
}
.amrewards-current-balance .amrewards-label {
  font-size: 18px;
}
.amrewards-total-info {
  margin-bottom: 5px;
}
.amrewards-expiring-wrapper.table-wrapper {
  border-top: none;
  border-bottom: none;
}
.amrewards-expiring-wrapper .amrewards-title {
  font-weight: 600;
  font-size: 20px;
}
.amrewards-expiring-wrapper .amrewards-info-table {
  margin-top: 15px;
  max-width: 460px;
}
.customer-information {
  margin-bottom: 35px;
}
.amrewards-qty-info .amrewards-general {
  margin-bottom: 20px;
  padding-right: 10px;
  min-width: 200px;
}
.amrewards-qty-info .amrewards-description {
  margin-bottom: 20px;
}
.qitaf-redeem-section,
.toggle-reward-section {
  margin: 10px 0 15px;
}
.qitaf-redeem-section .reedem-title-toggle,
.toggle-reward-section .reedem-title-toggle {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.qitaf-redeem-section .reedem-title-toggle .reedem-title-img,
.toggle-reward-section .reedem-title-toggle .reedem-title-img {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.qitaf-redeem-section .reedem-title-toggle .reedem-title-img h3,
.toggle-reward-section .reedem-title-toggle .reedem-title-img h3 {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #000000;
  font-weight: 700;
  margin: 0;
}
.qitaf-redeem-section .reedem-title-toggle .reedem-title-img .qitaf-logo,
.toggle-reward-section .reedem-title-toggle .reedem-title-img .qitaf-logo,
.qitaf-redeem-section .reedem-title-toggle .reedem-title-img .maksab-logo,
.toggle-reward-section .reedem-title-toggle .reedem-title-img .maksab-logo {
  vertical-align: middle;
  width: 100%;
}
.checkout-payment-method .toggle-reward-section .payment-option._collapsible.rewards-add .payment-option-title .action {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #464646;
  font-weight: 700;
  letter-spacing: 0;
}
.checkout-payment-method .toggle-reward-section .payment-option._collapsible.rewards-add .payment-option-title .pointsLeft {
  background: #019547;
}
.checkout-payment-method .toggle-reward-section .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .reward-point-apply-options-section {
  flex-wrap: nowrap;
  gap: 10px;
}
.checkout-payment-method .toggle-reward-section .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .reward-point-apply-options-section .reward-point-apply-option label {
  color: #464646;
  border: 1px solid #b5b5b5;
}
.checkout-payment-method .toggle-reward-section .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .reward-point-apply-options-section .reward-point-apply-option input[type='radio']:checked + label {
  background: #019547;
  border: 1px solid #019547;
  color: #ffffff;
}
.amrewards-balance-container {
  border-color: #a6a6a6;
  border-left-style: solid;
  border-right-style: solid;
  border-width: 1px;
}
.amrewards-balance-container .amrewards-label {
  margin-right: 10px;
}
.amrewards-balance-container .amrewards-amount {
  background: #f2c94c;
  border-radius: 2px;
  color: #000000;
  cursor: pointer;
  display: inline;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 0 5px;
  text-align: center;
}
.amrewards-apply-container#block-reward {
  float: left;
  width: 53%;
}
.amrewards-apply-container#block-reward .content {
  max-width: 90%;
}
.amrewards-minpoints-note {
  color: #ff0000;
  display: none;
  font-size: 13px;
  margin-top: 3%;
  width: 130%;
}
.amrewards-discount-form .amrewards-actions {
  margin-top: 20px;
}
.amrewards-highlight-container {
  display: inline-flex;
  padding: 0 0 5px;
}
.amrewards-highlight-container > .caption strong {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
}
.checkout-index-index .amrewards-highlight-container > .caption,
.checkout-cart-index .amrewards-highlight-container > .caption,
.catalog-product-view .amrewards-highlight-container > .caption {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-index-index .amrewards-highlight-container > .caption > .amreward-icon:before,
.checkout-cart-index .amrewards-highlight-container > .caption > .amreward-icon:before,
.catalog-product-view .amrewards-highlight-container > .caption > .amreward-icon:before {
  background-image: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/images/maksab-icon.png');
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  width: 30px;
}
.checkout-cart-index .amrewards-highlight-container {
  background: #459b2c;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-top: 20px;
  padding: 15px;
  width: 100%;
}
.checkout-cart-index .amrewards-highlight-container > .caption strong {
  color: #ffffff;
}
.checkout-cart-index .amrewards-highlight-container > .caption > .amreward-icon:before {
  color: #ffee20;
}
.checkout-index-index .amrewards-highlight-container {
  background: #459b2c;
  border: 1px solid #459b2c;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px 14px;
  width: 100%;
}
.checkout-index-index .amrewards-highlight-container > .caption strong {
  color: #ffffff;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-title {
  margin-top: 10px;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-title .action {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #4e4e4e;
  font-weight: bold;
  letter-spacing: .32px;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-title .action-toggle:after {
  font-size: 0rem;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-title .pointsLeft {
  font-size: 1.4rem;
  background: #459b2c;
  border-radius: 6px;
  color: #ffffff;
  display: inline-block;
  margin-left: 12px;
  padding: 5px 14px;
  position: relative;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-title .pointsLeft:after {
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid #459b2c;
  border-top: 5px solid transparent;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content {
  display: block;
  padding-bottom: 0;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .reward-point-apply-options-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 16px;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .reward-point-apply-options-section .reward-point-apply-option {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .reward-point-apply-options-section .reward-point-apply-option label {
  font-size: 1.4rem;
  line-height: 2.4rem;
  border: 1px solid #4e4e4e;
  border-radius: 4px;
  color: #4e4e4e;
  margin: 0;
  padding: 5px;
  width: 100%;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .reward-point-apply-options-section .reward-point-apply-option input[type='radio'] {
  appearance: none;
  margin: 0;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .reward-point-apply-options-section .reward-point-apply-option input[type='radio']:checked + label {
  background: #459b2c;
  border: 1px solid #459b2c;
  color: #ffffff;
  font-weight: 700;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .payment-option-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .payment-option-inner .field {
  display: inline-block;
  width: 100%;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .payment-option-inner .field .input-text {
  border-bottom-right-radius: 0;
  border-right: 0;
  border-top-right-radius: 0;
  width: calc(100% + 2px);
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .actions-toolbar {
  margin: 0;
  max-width: 120px;
  width: 100%;
  z-index: 1;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .actions-toolbar .primary {
  width: 100%;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .actions-toolbar .primary .action {
  margin: 0;
  min-height: 37px;
  padding-bottom: 3px;
  padding-top: 3px;
  width: 100%;
}
.amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option.rewards-add .payment-option-title {
  border-top: 1px solid #b8b8b8;
}
.catalog-product-view .amrewards-highlight-container {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
  padding-bottom: 12px;
  width: 100%;
}
.catalog-product-view .amrewards-highlight-container > .caption > .amreward-icon:before {
  color: #459b2c;
}
.amrewards-points-rate {
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 30px;
  position: relative;
}
.amrewards-points-rate .field-tooltip {
  top: 50%;
  transform: translateY(-50%);
}
.amrewards-info-message.message.info {
  color: #000000;
  padding-left: 20px;
  word-break: break-word;
  word-wrap: break-word;
}
.amrewards-info-message.message.info > *:first-child:before {
  display: none;
}
.catalog-product-view .amrewards-highlight-container > .caption strong {
  color: #052d76;
}
body.amlocator-index-index.page-layout-1column .amlocator-store-desc.-active a {
  color: #ffffff !important;
}
.amlocator-main-container {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42857143;
  min-width: 50vw;
  text-align: left;
}
.amlocator-main-container .amlocator-button {
  box-sizing: border-box;
  color: #ffffff;
  font-weight: inherit;
  min-height: 40px;
}
.amlocator-main-container .amlocator-select {
  cursor: pointer;
}
.amlocator-main-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 20px 0;
}
.amlocator-main-container .amlocator-block.-separator > .hr {
  border-top: 1px solid #e7e7e7;
  margin: 0;
}
.amlocator-main-container .amlocator-wrapper .amlocator-schedule-container strong {
  line-height: 1.42857143;
  margin-bottom: 0;
  margin-top: 0;
}
.amlocator-search-container {
  background: #f8f8f8;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 5px 15px;
  width: 100%;
}
.amlocator-search-container .amlocator-title {
  display: inline-block;
  margin-bottom: 5px;
}
.amlocator-search-container .amlocator-block {
  margin-bottom: 15px;
  width: 100%;
}
.amlocator-search-container .amlocator-block.-search {
  margin-bottom: 0;
}
.amlocator-search-container .amlocator-text,
.amlocator-search-container .amlocator-select {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  width: initial;
}
.amlocator-search-container .amlocator-select {
  height: 40px;
}
.amlocator-search-container .amlocator-select.-measurement {
  background-color: #f8f8f8;
  border: none;
  height: inherit;
  line-height: 1;
  min-width: inherit;
}
.amlocator-search-container .amlocator-button.-nearby {
  margin-left: auto;
  width: 100%;
}
.amlocator-current-location .amlocator-search {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iI0Q3RDdENyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iI0Q3RDdENyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
  cursor: pointer;
  height: 23px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 23px;
}
.amlocator-current-location .amlocator-wrapper {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  margin-top: 5px;
  position: relative;
}
.amlocator-current-location .amlocator-text {
  border-radius: 2px;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
  height: 40px;
  padding-right: 40px;
  width: 100%;
}
.amlocator-current-location .amlocator-text:focus {
  border: 1px solid #1979c3;
  box-shadow: none;
}
.amlocator-current-location .amlocator-text:focus + .amlocator-search,
.amlocator-current-location .amlocator-search:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzE5NzlDMyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iIzE5NzlDMyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
}
.amlocator-current-location .amlocator-reset {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDIwLjU0N0wyMC41NDcgMCAyMiAxLjQ1MyAxLjQ1MyAyMiAwIDIwLjU0N3oiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIyIDIwLjU0N0wxLjQ1MyAwIDAgMS40NTMgMjAuNTQ3IDIyIDIyIDIwLjU0N3oiIGZpbGw9IiNFQjU3NTciLz48L3N2Zz4=') no-repeat center;
  cursor: pointer;
  height: 22px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 22px;
}
.amlocator-current-location .amlocator-search.-hidden,
.amlocator-current-location .amlocator-reset.-hidden {
  display: none;
}
.amlocator-search-radius .amlocator-radio {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.amlocator-search-radius .amlocator-radio:checked + .amlocator-label {
  background: #1979c3;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #ffffff;
}
.amlocator-search-radius .amlocator-radio:focus + .amlocator-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amlocator-search-radius .amlocator-wrapper {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 1;
  position: relative;
}
.amlocator-search-radius .amlocator-select {
  min-width: 215px;
}
.amlocator-range-slider {
  background: #deedf8;
  border-radius: 10px;
  cursor: pointer;
  height: 10px;
  width: 100%;
}
.amlocator-range-slider .ui-slider-range {
  background: #1979c3;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  height: 100%;
}
.amlocator-range-slider .amlocator-handle {
  background: #1979c3;
  border-radius: 12px;
  box-shadow: 0 2px 3px rgba(20, 72, 112, 0.5);
  cursor: pointer;
  height: 14px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.amlocator-range-slider .amlocator-handle:hover,
.amlocator-range-slider .amlocator-handle:focus,
.amlocator-range-slider .amlocator-handle:active {
  background: #4da1e2;
}
.amlocator-range-slider .amlocator-tooltip {
  background: #1979c3;
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
  left: 50%;
  padding: 2px 5px;
  position: absolute;
  top: -7px;
  transform: translate(-50%, -100%);
  white-space: nowrap;
}
.amlocator-range-slider .amlocator-tooltip:after {
  background: #1979c3;
  bottom: 0;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%) rotate(45deg);
  width: 6px;
}
.amlocator-filters-container {
  background: #f8f8f8;
  margin-bottom: 10px;
}
.amlocator-filters-container .amlocator-title {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 15px;
}
.amlocator-filters-container .amlocator-content {
  transition: all .3s ease;
}
.amlocator-filters-container .amlocator-actions {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  justify-content: flex-end;
  padding: 5px 15px;
}
.amlocator-filters-container .amlocator-clear {
  color: #1979c3;
  cursor: pointer;
}
.amlocator-filters-container .amlocator-button {
  border: none;
  box-shadow: none;
  line-height: unset;
  margin-left: 25px;
  min-height: 25px;
  padding: 0px 20px;
}
.amlocator-filters-container .amlocator-button:hover {
  background: #1979c3b3;
  border: none;
  color: #ffffff;
}
.amlocator-attribute-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 8px 15px;
}
.amlocator-attribute-wrapper:nth-of-type(even) {
  background: #e7e7e7;
}
.amlocator-attribute-wrapper .amlocator-label {
  box-sizing: border-box;
  padding-right: 5px;
  width: 40%;
  word-wrap: break-word;
}
.amlocator-attribute-wrapper .amlocator-input {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 60%;
}
.amlocator-attribute-wrapper .amlocator-input .chosen-container {
  width: 100% !important;
}
.amlocator-attribute-wrapper .amlocator-select,
.amlocator-attribute-wrapper .chosen-choices {
  border-color: #ccc;
  height: inherit;
  line-height: 1;
  max-height: 80px;
  padding: 9px 25px 9px 10px;
}
.amlocator-attribute-wrapper .chosen-container {
  font-size: inherit;
  height: inherit;
}
.amlocator-attribute-wrapper .chosen-container .chosen-choices {
  height: inherit;
  min-height: 35px;
  overflow: auto;
  padding: 5px;
}
.amlocator-attribute-wrapper .chosen-container .chosen-results li.highlighted {
  background: #1979c3;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC41OTYuMzU0YS41LjUgMCAwIDAtLjcwNyAwTDIuNTk2IDEuNjQ3IDEuMzAzLjM1NGEuNS41IDAgMSAwLS43MDcuNzA3bDEuMjkzIDEuMjkzTC4zNTMgMy44ODlhLjUuNSAwIDEgMCAuNzA4LjcwN2wxLjUzNS0xLjUzNSAxLjUzNiAxLjUzNWEuNS41IDAgMCAwIC43MDctLjcwN0wzLjMwMyAyLjM1NCA0LjU5NiAxLjA2YS41LjUgMCAwIDAgMC0uNzA3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center !important;
  background-size: contain !important;
  height: 8px;
  margin: 0 5px 0 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: initial;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: inherit;
  margin: 3px 0;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice {
  background: #1979c3;
  border: none;
  box-shadow: none;
  color: #ffffff;
  margin: 0 5px 0 0;
  padding: 5px 18px 5px 5px;
}
.amlocator-map-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
}
.amlocator-map-container > .amlocator-block {
  width: 100%;
}
.amlocator-map-container .amlocator-map {
  height: 300px;
  width: 100%;
}
.amlocator-arrow {
  display: inline-block;
  height: 8px;
  margin-left: auto;
  min-width: 14px;
  position: relative;
  width: 14px;
}
.amlocator-arrow:before,
.amlocator-arrow:after {
  background-color: #363636;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  top: 3px;
  transition: all .2s ease;
  width: 9px;
}
.amlocator-arrow:before {
  left: 0;
}
.amlocator-arrow:after {
  right: 0;
}
.amlocator-arrow:after,
.amlocator-arrow.-down:before {
  transform: rotate(45deg);
}
.amlocator-arrow:before,
.amlocator-arrow.-down:after {
  transform: rotate(-45deg);
}
.amlocator-store-list {
  order: 1;
  overflow: auto;
}
.amlocator-store-list .amlocator-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 500px;
}
.amlocator-stores-wrapper {
  margin-bottom: 10px;
}
.amlocator-store-desc {
  background: #f6f6f6;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
  overflow: auto;
}
.amlocator-store-desc:not(:first-of-type) {
  margin-top: 15px;
}
.amlocator-store-desc .amlocator-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.amlocator-store-desc .amlocator-title .amlocator-link {
  color: #000000;
  word-break: break-all;
  word-wrap: break-word;
}
.amlocator-store-desc .amlocator-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px;
}
.amlocator-store-desc .amlocator-image {
  background-position: center;
  background-size: cover;
  height: 150px;
  margin-right: 15px;
  min-width: 150px;
  width: 150px;
}
.amlocator-store-desc.-active {
  background: #1979c3;
  color: #ffffff;
}
.amlocator-store-desc.-active .amlocator-title .amlocator-link {
  color: #ffffff;
}
.amlocator-store-desc.-active .amlocator-today {
  background: #9dd4ff;
  color: #000000;
}
.amlocator-description {
  word-break: break-word;
}
.amlocator-schedule-container .amlocator-today {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #dfdfdf;
  justify-content: space-between;
  margin-top: 5px;
  padding: 5px 15px 5px 35px;
  position: relative;
}
.amlocator-schedule-container .amlocator-today:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgOTcuMTYgOTcuMTYiPjxwYXRoIGQ9Ik00OC41OCAwQzIxLjc5MyAwIDAgMjEuNzkzIDAgNDguNThzMjEuNzkzIDQ4LjU4IDQ4LjU4IDQ4LjU4IDQ4LjU4LTIxLjc5MyA0OC41OC00OC41OFM3NS4zNjcgMCA0OC41OCAwem0wIDg2LjgyM2MtMjEuMDg3IDAtMzguMjQ0LTE3LjE1NS0zOC4yNDQtMzguMjQzUzI3LjQ5MyAxMC4zMzcgNDguNTggMTAuMzM3IDg2LjgyNCAyNy40OTIgODYuODI0IDQ4LjU4IDY5LjY2NyA4Ni44MjMgNDguNTggODYuODIzeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwN0FGRiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik03My44OTggNDcuMDhINTIuMDY2VjIwLjgzYTQgNCAwIDAgMC04IDB2MzAuMjVhNCA0IDAgMCAwIDQgNGgyNS44MzJhNCA0IDAgMCAwIDAtOHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDdBRkYiIGZpbGw9IiMxOTc5QzMiLz48L3N2Zz4=) no-repeat center;
  background-size: contain;
  content: "";
  height: 14px;
  left: 15px;
  position: absolute;
  top: 8px;
  width: 14px;
}
.amlocator-schedule-container .amlocator-today .amlocator-time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.amlocator-schedule-container .amlocator-arrow {
  margin: 6px 0 0 15px;
}
.amlocator-schedule-container .amlocator-week {
  display: none;
  margin: 0 20px;
}
.amlocator-schedule-table .amlocator-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.amlocator-schedule-table .amlocator-cell {
  box-sizing: border-box;
  width: 50%;
}
.amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 15px;
}
.amlocator-schedule-table .amlocator-cell.-time {
  padding-right: 8%;
  text-align: right;
  white-space: nowrap;
}
.amlocator-pager-container {
  margin-top: auto;
}
.amlocator-pager-container .pages {
  text-align: right;
}
.amlocator-pager-container .items {
  padding: 0;
}
.amlocator-pager-container .pages .page {
  background: #f8f8f8;
  color: #000000;
  font-weight: normal;
  line-height: 1;
  padding: 8px 10px;
}
.amlocator-pager-container .pages a.page {
  color: #000000;
}
.amlocator-pager-container .pages .item {
  margin: 0;
  position: relative;
}
.amlocator-pager-container .pages .item:not(:last-of-type) {
  margin-right: 10px;
}
.amlocator-pager-container .pages .current .page,
.amlocator-pager-container .pages .page:hover {
  color: #ffffff;
  background: #1979c3;
}
.amlocator-pager-container .pages a.action {
  background: #f8f8f8;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
}
.amlocator-pager-container .pages a.action:hover {
  background: #1979c3;
}
.amlocator-pager-container .pages .items a.action:before {
  color: #000000;
  font-size: 14px;
}
.amlocator-pager-container .pages .items a.action:hover:before {
  color: #ffffff;
}
.amlocator-map .amlocator-image img {
  max-width: 150px;
}
.amlocator-info-popup {
  width: 250px;
}
.amlocator-info-popup .amlocator-name {
  margin-top: 5px;
}
.amlocator-info-popup .amlocator-image {
  clear: both;
  display: block;
  margin-bottom: 10px;
  width: 100px;
}
.amlocator-index-index {
  overflow-x: hidden;
}
.amstars-rating-container {
  width: 160px;
  height: 27px;
  margin-bottom: 5px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
  overflow: hidden;
}
.amstars-rating-container.-small {
  width: 107px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzQzIDYuODc1TDkuNSAwIDcuMjU3IDYuODc1SDBsNS44NzEgNC4yNUwzLjYzIDE4IDkuNSAxMy43NSAxNS4zNzEgMThsLTIuMjQyLTYuODc1TDE5IDYuODc1aC03LjI1N3pNMTQuOSA4LjIwMmgtNC4xMjZMOS41IDQuMjkzbC0xLjI3NSAzLjkxSDQuMDk5bDMuMzM4IDIuNDE1LTEuMjc1IDMuOTA5TDkuNSAxMi4xMWwzLjMzOCAyLjQxNi0xLjI3NS0zLjkxIDMuMzM4LTIuNDE1eiIgZmlsbD0iI0IxQUVBRSIvPjwvc3ZnPg==);
}
.amstars-rating-container.-small .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGQ9Ik05LjUgMGwyLjI0MyA2Ljg3NUgxOWwtNS44NzEgNC4yNUwxNS4zNyAxOCA5LjUgMTMuNzUgMy42MjkgMThsMi4yNDItNi44NzVMMCA2Ljg3NWg3LjI1N0w5LjUgMHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
}
.amstars-rating-container.-main-page {
  margin: 0px 10px;
}
.amstars-rating-container .amstars-stars {
  height: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
}
.amlocator-description-grey {
  word-break: break-word;
  padding: 0 15px;
  background: #fbfbfb;
}
.amlocator-location-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amlocator-location-container .amlocator-column,
.amlocator-location-container .amlocator-block {
  box-sizing: border-box;
  width: 100%;
}
.amlocator-location-container .amlocator-column > .amlocator-block {
  padding: 0 15px;
}
.amlocator-location-container .amlocator-block.-route {
  padding: 20px 15px 25px;
}
.amlocator-location-container .amlocator-block.-map {
  height: 170px;
  margin-bottom: 15px;
}
.amlocator-location-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 15px 0;
}
.amlocator-location-container .amlocator-block.-separator > .hr {
  margin: 0;
  border-top: 1px solid #d2dde5;
}
.amlocator-location-container .amlocator-block > .amlocator-title {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
}
.amlocator-location-container .amlocator-directions-container {
  max-height: 500px;
  overflow: auto !important;
}
.amlocator-location-container .amlocator-text.-bold {
  font-weight: 600;
}
.amlocator-location-container .amlocator-button {
  box-sizing: border-box;
  min-height: 40px;
  font-weight: inherit;
  color: #fff;
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
}
.amlocator-location-container .amlocator-button:hover {
  background-color: #1c87da;
}
.amlocator-route-creator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  background: #1979c3;
}
.amlocator-route-creator .amlocator-modes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.amlocator-route-creator .amlocator-mode,
.amlocator-route-creator .amlocator-swap {
  display: none;
}
.amlocator-route-creator .amlocator-mode + .amlocator-label {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 20px;
  cursor: pointer;
  opacity: .3;
  transition: all .3s ease;
}
.amlocator-route-creator .amlocator-mode:checked + .amlocator-label,
.amlocator-route-creator .amlocator-mode + .amlocator-label:hover {
  background-color: #2d93e2;
  opacity: 1;
}
.amlocator-route-creator .amlocator-label:not(:last-of-type) {
  margin-right: 5px;
}
.amlocator-route-creator .amlocator-label.-driving {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuODE1IDExLjY5N0gxLjEyN3YuOTdjMCAuNTM5IDAgMS4wNzguMDI1IDEuNjE2LjAxNy40OTEuMjE2LjcwNS42NS43MTJoMS40NmEuNDYuNDYgMCAwIDAgLjM5LS4xMjcuNDkyLjQ5MiAwIDAgMCAuMTUtLjM5M2MuMDI0LS4yODEuMDM1LS41NjUuMDM1LS44NDggMC0uNjEgMC0xLjIyLS4wMTUtMS44MjktLjAwNC0uMDIzLS4wMDYtLjA2NC0uMDA3LS4xek0xNi45OSA5LjA3MVY3LjEyOWExLjU0NCAxLjU0NCAwIDAgMC0uMjQyLS44NGMtLjIxLS4zNC0uNDEyLS42ODctLjU5NC0xLjA0M2wtLjAyNC0uMDQ4YS41NTEuNTUxIDAgMCAwIC4wNzEtLjA0My42MjguNjI4IDAgMCAwIC4yMjYtLjU2M2wtLjExOS0uNjhhLjQxMi40MTIgMCAwIDAtLjE0OC0uMjQ1LjM4OC4zODggMCAwIDAtLjI2OS0uMDgybC0uNDc3LjAzNmMtLjI1LS41ODItLjQ4NS0xLjE4LS43MTgtMS43NzZhMTcuMjUyIDE3LjI1MiAwIDAgMC0uNTEzLTEuMTg4Ljk5Mi45OTIgMCAwIDAtLjMwNS0uMzg0Ljk1Ljk1IDAgMCAwLS40NDctLjE4NSA1LjY2MSA1LjY2MSAwIDAgMC0uODY4LS4wOGMtLjg3NiAwLTEuNzUuMDMtMi42My4wMzYtLjcwNyAwLTEuNDE0IDAtMi4xMjItLjAxMkw1LjQ1LjAxMmExMi4wNTQgMTIuMDU0IDAgMCAwLTEuODE5LjA1NWMtLjE5LjAxNi0uMzc0LjA4Mi0uNTMzLjE5Mi0uMTU5LjExLS4yODguMjYtLjM3Ni40MzUtLjAzOC4wNzYtLjA4LjE1LS4xMS4yMjctLjI3NS43LS41NDQgMS40MDYtLjgyNCAyLjEwNC0uMDcxLjIwMi0uMTQ5LjQwMS0uMjMxLjU5NmwtLjUxMy0uMDQ4YS4zODguMzg4IDAgMCAwLS4yNjkuMDgzLjQxMi40MTIgMCAwIDAtLjE0OC4yNDVsLS4xMi42OTFhLjYyOC42MjggMCAwIDAgLjIxNS41NjMuNjYuNjYgMCAwIDAgLjExNy4wNjJjLS4yMDkuNDExLS40NDEuODEtLjY5NSAxLjE5MmEuODkzLjg5MyAwIDAgMC0uMTMuNDA2QzAgNy4wNzkgMCA3LjM0NSAwIDcuNjFjMCAuNjA1LjAwNSAxLjIxMi4wMTUgMS44MTkgMCAuMzQ3IDAgLjY5NS4wMTkgMS4wNGEuNzMuNzMgMCAwIDAgLjE1My40MzQuNjkuNjkgMCAwIDAgLjM3Ny4yNDhjLjMyMy4wOTcuNjU4LjE0NC45OTQuMTQxLjc1MS4wMTQgMS41MTYuMDE0IDIuMjc1LjAxNGg4LjQwM2MxLjE5NCAwIDIuMzg5LjA2MiAzLjU4Mi0uMDM3YTMuMTEgMy4xMSAwIDAgMCAuNjktLjE1LjY0OC42NDggMCAwIDAgLjMwOS0uMjEyYy4wOC0uMTAxLjEzMS0uMjI0LjE0NS0uMzU0LjAyMi0uMTE4LjAzNS0uMjM4LjAzOC0uMzU3LjAwMi0uMzczLS4wMS0uNzUyLS4wMS0xLjEyNnptLTE0LjUyOC4wNGMtLjI2IDAtLjUxNS0uMDgtLjczMS0uMjI5YTEuMzUgMS4zNSAwIDAgMS0uNDg1LS42MSAxLjQgMS40IDAgMCAxLS4wNzQtLjc4NWMuMDUtLjI2My4xNzYtLjUwNS4zNi0uNjk1LjE4My0uMTkuNDE4LS4zMi42NzMtLjM3Mi4yNTUtLjA1My41Mi0uMDI2Ljc2LjA3N3MuNDQ2LjI3Ny41OS41YTEuMzkxIDEuMzkxIDAgMCAxIC4xMjIgMS4yNzYgMS4zNjMgMS4zNjMgMCAwIDEtLjI4NS40NDIgMS4zMTMgMS4zMTMgMCAwIDEtLjQyNy4yOTVjLS4xNi4wNjgtLjMzLjEwMy0uNTAzLjEwM3YtLjAwMnptLS4yOTUtMy45MzdjLjAwOS0uMDM1LjAxMy0uMDU0LjAyLS4wNzFMMy43IDEuNTAyYy4wMTctLjA0My4wNC0uMDg0LjA2LS4xMjNhLjI2MS4yNjEgMCAwIDEgLjEtLjExNy4yNS4yNSAwIDAgMSAuMTQ4LS4wMzhoOC45MzdhLjI4Ny4yODcgMCAwIDEgLjE5NS4wNDljLjA1OC4wMzkuMS4wOTguMTIuMTY2LjE1OC4zODkuMzIuNzc3LjQ4MyAxLjE2NWwxLjAwNCAyLjQyOWMuMDEzLjAzLjAyNC4wNjQuMDQzLjExbC0xMi42MjMuMDMxem0xMi4zMzUgMy45NGExLjI4NiAxLjI4NiAwIDAgMS0uNzI5LS4yMzYgMS4zNTEgMS4zNTEgMCAwIDEtLjQ3OS0uNjE1IDEuNCAxLjQgMCAwIDEtLjA2OC0uNzg2Yy4wNTMtLjI2My4xOC0uNTA0LjM2Ni0uNjkyYTEuMjc2IDEuMjc2IDAgMCAxIDEuNDM2LS4yOGMuMjQuMTA0LjQ0NC4yOC41ODcuNTA2YTEuMzkyIDEuMzkyIDAgMCAxLS4xOCAxLjcxMyAxLjI5MyAxLjI5MyAwIDAgMS0uOTMzLjM5em0tMS4zMTUgMi42MTZ2MS41ODljMCAuMzM1LjAxNy42NzMuMDQgMS4wMDkuMDMuNDM0LjE5OS42MzguNTYzLjY0OGEzMC44NyAzMC44NyAwIDAgMCAxLjU4NCAwIC40MTMuNDEzIDAgMCAwIC4zLS4xMDEuNDQuNDQgMCAwIDAgLjE0OC0uMjg3Yy4wMzQtLjE1Mi4wNTMtLjMwNy4wNTYtLjQ2MnYtMi4zMThhLjc1NS43NTUgMCAwIDAgMC0uMDhoLTIuNjgxbC0uMDEuMDAyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amlocator-route-creator .amlocator-label.-transit {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjMxOCA5VjIuNzdhLjY5OC42OTggMCAwIDAtLjItLjQ5LjY3Ny42NzcgMCAwIDAtLjQ4Mi0uMjAzVjBIMS4zNjR2Mi4wNzdhLjY3Ny42NzcgMCAwIDAtLjQ4Mi4yMDMuNjk4LjY5OCAwIDAgMC0uMi40OVY5SDB2NS41MzloMS4zNjR2Mi40MjNjMCAuMjc1LjEwNy41NC4zLjczNC4xOTEuMTk1LjQ1MS4zMDQuNzIyLjMwNGguNjgyYy4yNzEgMCAuNTMyLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0aDYuODE4djIuNDIzYzAgLjI3NS4xMDguNTQuMy43MzQuMTkxLjE5NS40NTIuMzA0LjcyMy4zMDRoLjY4MmMuMjcgMCAuNTMxLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0SDE1VjloLS42ODJ6bS0xLjE5MyAyLjc3YzAgLjIwNS0uMDYuNDA1LS4xNzIuNTc2LS4xMTMuMTctLjI3Mi4zMDQtLjQ2LjM4M2ExLjAwOCAxLjAwOCAwIDAgMS0xLjExNC0uMjI1IDEuMDQ0IDEuMDQ0IDAgMCAxLS4yMjItMS4xMzJjLjA3OC0uMTkuMjA5LS4zNTIuMzc3LS40NjZhMS4wMTIgMS4wMTIgMCAwIDEgMS4yOTEuMTI5Yy4xOTIuMTk1LjMuNDU5LjMuNzM0em0tOS4yMDUgMGMwIC4yMDUtLjA2LjQwNS0uMTcyLjU3NmExLjAwOCAxLjAwOCAwIDAgMS0xLjU3NC4xNTcgMS4wNDMgMS4wNDMgMCAwIDEtLjIyMS0xLjEzMWMuMDc3LS4xOS4yMDgtLjM1Mi4zNzctLjQ2NmExLjAxMiAxLjAxMiAwIDAgMSAxLjI5LjEyOWMuMTkzLjE5NS4zLjQ1OS4zLjczNHpNOC4xODIgOVYzLjQ2Mmg0Ljc3MlY5SDguMTgyek0yLjA0NSAzLjQ2Mmg0Ljc3M1Y5SDIuMDQ1VjMuNDYyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amlocator-route-creator .amlocator-label.-walking {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuMjM4IDEwLjY2Nkw3LjM0NSA4LjA2bC0uMzcxIDIuMzUuOTAzIDEuMjQzYS44NC44NCAwIDAgMCAxLjE3NS4xODcuODQuODQgMCAwIDAgLjE4Ni0xLjE3NXpNNy4zMjMgMi40NGExLjY4MiAxLjY4MiAwIDEgMS0zLjM2NSAwIDEuNjgyIDEuNjgyIDAgMCAxIDMuMzY1IDB6TTQuMTU4IDE0LjQzNWwtMi4xODggMy4wM2ExLjAyOCAxLjAyOCAwIDEgMCAxLjY2NyAxLjIwNGwxLjc5LTIuNDc4LTEuMjY5LTEuNzU2eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik05LjgwNSAxNy40NjVsLTMuODYtNS4zNDUuNzk3LTUuMDMzYTIuMDU1IDIuMDU1IDAgMCAwLTEuNzEtMi4zNTJjLS42Ny0uMTA2LTEuMjUzLjE5OC0xLjc2NC41NjlMLjg0NCA3LjA2NWEuODQxLjg0MSAwIDAgMC0uMzM3LjU1TC4wMSAxMC43NTJhLjg0MS44NDEgMCAwIDAgMS42NjIuMjYzbC40NDMtMi43OTUgMS4xNzYtLjg1NS0uNDg1IDMuMDczYy0uMDg0LjUyOC4wMzcuODk4LjI4MSAxLjIzNmw1LjA1MSA2Ljk5NGExLjAyNyAxLjAyNyAwIDEgMCAxLjY2Ny0xLjIwNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center;
}
.amlocator-route-creator .amlocator-label.-bicycling {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjEzNCA0LjI3NmExLjYzMSAxLjYzMSAwIDEgMC0yLjUyOC0yLjA2MiAxLjYzMSAxLjYzMSAwIDAgMCAyLjUyOCAyLjA2MnpNMTAuMDMxIDcuMDUzbDIuOTA3IDMuMDkyYS42Ni42NiAwIDAgMCAuOTM1LjAyOS42NjIuNjYyIDAgMCAwIC4wMjktLjkzNWwtMy42OTgtMy45MzVhLjY1LjY1IDAgMCAwLS4wODUtLjA3M2MtLjAxLS4wMS0uMDE4LS4wMi0uMDI5LS4wMjktLjUxNy0uNDM1LTEuNTI5LS41MzQtMi4zNy4zMDctMS4xNTMgMS4xNjItMS42OTkgMi4wMi0yLjI3MSAzLjY0LS4zMjkgMS4yMTguMzc3IDEuNzA1IDEuMDE1IDIuMDA3LjE2Ny4wOC4zMTIuMTQyLjQ0Mi4xNzQuMDM1LjAxMy4wNjguMDI4LjEwNS4wMzdsMi4zNjcuNTcyLS45MzggMy43MTFhLjg4Mi44ODIgMCAwIDAgMS43MS40MzNsMS4xNTctNC41NzZhLjg4Mi44ODIgMCAwIDAtLjY0OC0xLjA3NGwtMi41My0uNjFjLjQ5Ny0xLjAwMyAxLjI2NC0xLjkzOCAxLjgtMi42NDYuMDM2LS4wNC4wNy0uMDgxLjEwMi0uMTI0eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTkgMTUuMmEzLjggMy44IDAgMSAxLTcuNiAwIDMuOCAzLjggMCAwIDEgNy42IDB6bS0zLjggMS45YTEuOSAxLjkgMCAxIDAgMC0zLjggMS45IDEuOSAwIDAgMCAwIDMuOHpNNy42IDE1LjJhMy44IDMuOCAwIDEgMS03LjYgMCAzLjggMy44IDAgMCAxIDcuNiAwem0tMy44IDEuOWExLjkgMS45IDAgMSAwIDAtMy44IDEuOSAxLjkgMCAwIDAgMCAzLjh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat center;
}
.amlocator-route-creator .amlocator-addresses {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 10px;
}
.amlocator-route-creator .amlocator-inputs {
  flex: 1;
  margin: 0 25px;
}
.amlocator-route-creator .amlocator-address {
  height: 35px;
  border: none;
}
.amlocator-route-creator .amlocator-address.-end {
  color: #707070;
  background: #f2f2f2;
}
.amlocator-route-creator .amlocator-address:not(:last-of-type) {
  margin-bottom: 15px;
}
.amlocator-route-creator .amlocator-swap + .amlocator-label {
  display: block;
  width: 20px;
  height: 33px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMTZhMSAxIDAgMSAwIDIgMEg3ek04LjcwNy4yOTNhMSAxIDAgMCAwLTEuNDE0IDBMLjkyOSA2LjY1N0ExIDEgMCAwIDAgMi4zNDMgOC4wN0w4IDIuNDE0bDUuNjU3IDUuNjU3YTEgMSAwIDEgMCAxLjQxNC0xLjQxNEw4LjcwNy4yOTN6TTkgMTZWMUg3djE1aDJ6TTE0IDE2YTEgMSAwIDEgMC0yIDBoMnptLTEuNzA3IDE1LjcwN2ExIDEgMCAwIDAgMS40MTQgMGw2LjM2NC02LjM2NGExIDEgMCAwIDAtMS40MTQtMS40MTRMMTMgMjkuNTg2bC01LjY1Ny01LjY1N2ExIDEgMCAwIDAtMS40MTQgMS40MTRsNi4zNjQgNi4zNjR6TTEyIDE2djE1aDJWMTZoLTJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+) no-repeat center;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.amlocator-route-creator .amlocator-swap + .amlocator-label:hover {
  opacity: 1;
}
.amlocator-route-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 13px;
  height: 65px;
}
.amlocator-route-icon .amlocator-icon {
  box-sizing: border-box;
}
.amlocator-route-icon .amlocator-icon.-start {
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 10px;
}
.amlocator-route-icon .amlocator-icon.-dot {
  width: 4px;
  height: 4px;
  background: #2d93e2;
  border-radius: 10px;
}
.amlocator-route-icon .amlocator-icon.-end {
  width: 13px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02Ljc1IDE4UzEzIDExLjc0NyAxMyA2YzAtNC0zLTYtNi41LTZTMCAyIDAgNmMwIDUuNzQ3IDYuNzUgMTIgNi43NSAxMnpNNi41IDlhMi41IDIuNSAwIDEgMCAwLTUgMi41IDIuNSAwIDAgMCAwIDV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat center;
}
.amlocator-collapse-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 0 10px 0;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  box-sizing: border-box;
}
.amlocator-directions-container table.adp-placemark {
  color: #fff;
  background: #1978c3;
}
.amlocator-directions-container td.adp-text {
  font-weight: 600;
  vertical-align: middle;
}
.amlocator-location-info {
  box-sizing: border-box;
  padding: 15px;
}
.amlocator-location-info .amlocator-block {
  margin-bottom: 10px;
}
.amlocator-location-info .amlocator-link {
  cursor: pointer;
  color: #000;
}
.amlocator-location-info .amlocator-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
  background-color: #1979c3;
  border-radius: 10px;
}
.amlocator-location-info .amlocator-icon.-website {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMGE2IDYgMCAxIDEgMCAxMkE2IDYgMCAwIDEgNiAwem00LjQwOCAyLjg1NGMtLjQ2MS4zMDktLjk1My41NjktMS40NjguNzc2LjIyMi42Ny4zNSAxLjM2Ny4zOCAyLjA3MWgyLjA4N2E1LjQxIDUuNDEgMCAwIDAtMS0yLjg0N3ptLTguODEzIDBBNS40IDUuNCAwIDAgMCAuNiA1LjcwMmgyLjA4Yy4wMy0uNzA1LjE1OC0xLjQwMi4zOC0yLjA3MmE3Ljk5NiA3Ljk5NiAwIDAgMS0xLjQ2Ni0uNzc2em04LjgxMyA2LjI5MmE1LjQgNS40IDAgMCAwIDEtMi44NDdIOS4zMjJhNy41OSA3LjU5IDAgMCAxLS4zNiAyLjA3N2MuNTA3LjIwNy45OS40NjUgMS40NDUuNzd6TS42IDYuMjk2YTUuNDA3IDUuNDA3IDAgMCAwIDEgMi44NSA3Ljk5MyA3Ljk5MyAwIDAgMSAxLjQ0NC0uNzcgNy41OTQgNy41OTQgMCAwIDEtLjM2Ni0yLjA4SC42em01LjEwNyAxLjUxMnYtMS41MUgzLjI3NGMtLjAzNC4zMzQuMTkgMS42MjIuMzI2IDEuODc4YTcuODk3IDcuODk3IDAgMCAxIDIuMTAyLS4zNjZsLjAwNS0uMDAyem0zLjAyOS0xLjUxSDYuMjk5VjcuODFhNy45MiA3LjkyIDAgMCAxIDIuMTAxLjM2OGMuMTk3LS42MDguMzEtMS4yNC4zMzYtMS44OHptLTMuMDMyLS42VjQuMTlhNy45MyA3LjkzIDAgMCAxLTIuMDg0LS4zNmMtLjE1OC4zNC0uMzkzIDEuNjQzLS4zNCAxLjg3NWgyLjQyNHYtLjAwNnptMi42ODMtMS44NzFhNy45NDMgNy45NDMgMCAwIDEtMi4wODguMzZ2MS41MTVoMi40MzVhNy4wNCA3LjA0IDAgMCAwLS4zNDctMS44NzV6TTMuOCA4LjczNGE3LjA0NSA3LjA0NSAwIDAgMCAxLjkwMiAyLjYyVjguNGMtLjM2OC0uMDI0LTEuNTMyLjE3OS0xLjkwMi4zMzR6bTIuNDk4IDIuNjIyYTcuMDU3IDcuMDU3IDAgMCAwIDEuOTA0LTIuNjI3QTcuMzggNy4zOCAwIDAgMCA2LjI5OCA4LjR2Mi45NTZ6TTMuODIyIDMuMjc0Yy40MjguMTYgMS41OTIuMzYgMS44OC4zMjJWLjcwNmE3LjA1MiA3LjA1MiAwIDAgMC0xLjg4IDIuNTY4em00LjM2IDBBNy4wNTIgNy4wNTIgMCAwIDAgNi4yOTkuNzA2VjMuNmE3LjM5NyA3LjM5NyAwIDAgMCAxLjg4My0uMzIzdi0uMDAzem0tNC45MTQtLjE5NUE3LjcyMiA3LjcyMiAwIDAgMSA0LjgyNC43MiA1LjM4OCA1LjM4OCAwIDAgMCAxLjk2MiAyLjRjLjQxMS4yNy44NDkuNDk4IDEuMzA2LjY4ek03LjE3OC43MmE3Ljc0OCA3Ljc0OCAwIDAgMSAxLjU2IDIuMzYgNy4yMTYgNy4yMTYgMCAwIDAgMS4zMDUtLjY4NkE1LjQgNS40IDAgMCAwIDcuMTc3Ljcyem0uMDggMTAuNTRhNS4zNjQgNS4zNjQgMCAwIDAgMi43ODEtMS42NTNBNy4yMjUgNy4yMjUgMCAwIDAgOC43NiA4LjkzYTcuODQyIDcuODQyIDAgMCAxLTEuNTAxIDIuMzN6TTEuOTYzIDkuNjA3YTUuMzcxIDUuMzcxIDAgMCAwIDIuNzgyIDEuNjUzIDcuODI4IDcuODI4IDAgMCAxLTEuNDk4LTIuMzNjLS40NS4xODItLjg4LjQxLTEuMjg0LjY3N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
}
.amlocator-location-info .amlocator-icon.-phone {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNzUgMS45NjZsMS4xMTgtLjc0M2MuMzY3LS4yNDUuNzUyLS4xNTQuOTU0LjI1NWwuOTU1IDEuOTM1LS43NjUuODZjLS4yNTMuMjkzLS40NDMuNTcyLS4yNjkuOTg5LjY4NyAxLjY0OCAyLjI4MiAzLjU4IDMuNzcgNC41NjcuMzc3LjI1LjY4Ny4xMTYgMS4wMjItLjA3N2wuOTktLjU4OCAxLjcyIDEuMzA0Yy4zNjMuMjc2LjM3OS42NzEuMDY5Ljk4NmwtLjk0Mi45NTVDNy4yMDcgMTQuNjA2LTEuODQzIDMuNjM2Ljc1MSAxLjk2N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
}
.amlocator-location-info .amlocator-icon.-email {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNDQzIDFIMS41NTdDMS4yNSAxIDEgMS4yMTcgMSAxLjQ4NHY1LjAzMmMwIC4yNjcuMjUuNDg0LjU1Ny40ODRoOC44ODZjLjMwNyAwIC41NTctLjIxNy41NTctLjQ4NFYxLjQ4NGMwLS4yNjctLjI1LS40ODQtLjU1Ny0uNDg0em0tOC44ODYuMjUyaDguODg2Yy4xNDMgMCAuMjYuMDk5LjI2Ni4yMjJMNi4yMjYgNC42NzFhLjQyOC40MjggMCAwIDEtLjQ1MiAwTDEuMjkxIDEuNDc0Yy4wMDYtLjEyMy4xMjMtLjIyMi4yNjYtLjIyMnpNMS4yOSAxLjhMNC4zNzUgNCAxLjI5IDYuMlYxLjh6bTkuMTUzIDQuOTQ4SDEuNTU3Yy0uMTQzIDAtLjI2LS4wOTktLjI2Ni0uMjIybDMuMzEzLTIuMzYzLjk4Ni43MDNBLjcxMS43MTEgMCAwIDAgNiA0Ljk5YS43MTIuNzEyIDAgMCAwIC40MS0uMTIzbC45ODYtLjcwMyAzLjMxMyAyLjM2M2MtLjAwNi4xMjMtLjEyMy4yMjItLjI2Ni4yMjJ6bS4yNjYtLjU0OEw3LjYyNSA0bDMuMDg0LTIuMnY0LjR6IiBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iLjQiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
}
.amlocator-location-container .amlocator-schedule-container .amlocator-today {
  padding-right: 0;
  padding-left: 30px;
  background: none;
  cursor: pointer;
}
.amlocator-location-container .amlocator-schedule-container .amlocator-today:before {
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDBDNC40ODggMCAwIDQuNDg4IDAgMTBzNC40ODggMTAgMTAgMTAgMTAtNC40ODggMTAtMTBTMTUuNTEyIDAgMTAgMHoiIGZpbGw9IiMxOTc5QzMiLz48cGF0aCBkPSJNMTAuMDk5IDRIOXY2LjEzNkwxMy4zNCAxM2wuNjYtLjcyNy0zLjkwMS0yLjU5MVY0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 10px;
}
.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-time {
  padding-right: 8px;
}
.amlocator-location-gallery {
  padding: 0 15px;
}
.amlocator-location-gallery > .amlocator-wrapper {
  height: 80px;
  padding: 0 25px;
}
.amlocator-location-gallery .amlocator-link {
  height: 80px;
  text-align: center;
}
.amlocator-location-gallery .amlocator-image {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.amlocator-location-gallery .amlocator-wrapper .slick-list .slick-track .slick-slide {
  display: inline-block;
}
.fancybox-button,
.fancybox-button:hover {
  box-shadow: none !important;
}
.amlocator-location-reviews {
  max-height: 500px;
  overflow: auto;
}
.amlocator-location-reviews .amlocator-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.amlocator-reviews-general {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.amlocator-reviews-general .amlocator-value {
  margin-right: 10px;
  font-weight: 400;
  font-size: 50px;
}
.amlocator-reviews-general .amlocator-wrapper {
  margin-right: 20px;
}
.amlocator-location-review {
  padding: 10px 0 0;
}
.amlocator-location-review .amlocator-name {
  font-weight: bold;
}
.amlocator-location-review .amlocator-message {
  max-height: 1000px;
  margin-top: 10px;
  overflow: auto;
  word-wrap: break-word;
  word-break: break-word;
  transition: all .3s ease;
}
.amlocator-location-review .amlocator-message.-collapsed {
  max-height: 60px;
  overflow: hidden;
}
.amlocator-location-review .amlocator-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amlocator-location-review .amlocator-link.-full,
.amlocator-location-review .amlocator-link.-full:visited,
.amlocator-location-review .amlocator-link.-full:active,
.amlocator-location-review .amlocator-link.-full:hover {
  position: relative;
  margin-right: 14px;
  font-size: 12px;
  color: #6b8fab;
  cursor: pointer;
}
.amlocator-location-review .amlocator-date {
  margin-left: auto;
  font-size: 12px;
  color: #c4c4c4;
  margin-right: 5px;
}
.amlocator-attributes-container {
  padding: 30px 20px;
  display: none;
}
.amlocator-location-attribute:not(:first-of-type) {
  margin-top: 25px;
}
.amlocator-location-attribute .amlocator-label {
  margin-right: 10px;
}
.amlocator-location-attribute .amlocator-values {
  display: inline-block;
}
.amlocator-location-attribute .amlocator-value {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 10px;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
}
.amlocator-location-attribute .amlocator-value.-multiselect {
  color: #363636;
  background: #fff;
}
.hidden {
  display: none;
}
.loading-mask {
  z-index: 100001 !important;
}
.amlocator-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: #00000047;
}
.amlocator-review-popup {
  position: relative;
  box-sizing: border-box;
  width: 80vw;
  min-width: 300px;
  max-width: 500px;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}
.amlocator-review-popup .amlocator-header {
  margin-bottom: 10px;
  font-size: 16px;
}
.amlocator-review-popup .amlocator-name {
  font-weight: 600;
  word-break: break-all;
  word-wrap: break-word;
}
.amlocator-review-popup .amlocator-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  padding: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMS45IDIxLjkiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMTQuMSAxMS4zYy0uMi0uMi0uMi0uNSAwLS43bDcuNS03LjVjLjItLjIuMy0uNS4zLS43cy0uMS0uNS0uMy0uN0wyMC4yLjNjLS4yLS4yLS41LS4zLS43LS4zLS4zIDAtLjUuMS0uNy4zbC03LjUgNy41Yy0uMi4yLS41LjItLjcgMEwzLjEuM0MyLjkuMSAyLjYgMCAyLjQgMHMtLjUuMS0uNy4zTC4zIDEuN2MtLjIuMi0uMy41LS4zLjdzLjEuNS4zLjdsNy41IDcuNWMuMi4yLjIuNSAwIC43TC4zIDE4LjhjLS4yLjItLjMuNS0uMy43cy4xLjUuMy43bDEuNCAxLjRjLjIuMi41LjMuNy4zcy41LS4xLjctLjNsNy41LTcuNWMuMi0uMi41LS4yLjcgMGw3LjUgNy41Yy4yLjIuNS4zLjcuM3MuNS0uMS43LS4zbDEuNC0xLjRjLjItLjIuMy0uNS4zLS43cy0uMS0uNS0uMy0uN2wtNy41LTcuNXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiNFOUU2RTYiIGZpbGw9IiNFQkVCRUIiLz48L3N2Zz4=) no-repeat center;
  background-size: 70%;
  cursor: pointer;
}
.amlocator-review-popup .amlocator-close:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMS45IDIxLjkiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMTQuMSAxMS4zYy0uMi0uMi0uMi0uNSAwLS43bDcuNS03LjVjLjItLjIuMy0uNS4zLS43cy0uMS0uNS0uMy0uN0wyMC4yLjNjLS4yLS4yLS41LS4zLS43LS4zLS4zIDAtLjUuMS0uNy4zbC03LjUgNy41Yy0uMi4yLS41LjItLjcgMEwzLjEuM0MyLjkuMSAyLjYgMCAyLjQgMHMtLjUuMS0uNy4zTC4zIDEuN2MtLjIuMi0uMy41LS4zLjdzLjEuNS4zLjdsNy41IDcuNWMuMi4yLjIuNSAwIC43TC4zIDE4LjhjLS4yLjItLjMuNS0uMy43cy4xLjUuMy43bDEuNCAxLjRjLjIuMi41LjMuNy4zcy41LS4xLjctLjNsNy41LTcuNWMuMi0uMi41LS4yLjcgMGw3LjUgNy41Yy4yLjIuNS4zLjcuM3MuNS0uMS43LS4zbDEuNC0xLjRjLjItLjIuMy0uNS4zLS43cy0uMS0uNS0uMy0uN2wtNy41LTcuNXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMxOTc5YzMiIGZpbGw9IiMxOTc5YzMiLz48L3N2Zz4=) no-repeat center;
  background-size: 70%;
}
.amlocator-review-form .review-field-rating .control {
  margin: 5px 0 40px;
}
.amlocator-review-form .review-field-rating .label {
  font-weight: 400;
  color: #3f3f3f;
}
.amlocator-review-form .review-control-vote:before {
  content: '';
  width: 165px;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
}
.amlocator-review-form .review-control-vote label:before {
  content: '';
  display: inline-block;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
}
.amlocator-review-form .review-control-vote input[type="radio"]:not(:checked) + label:hover:before {
  opacity: 1;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
  cursor: pointer;
}
.amlocator-review-form .review-control-vote .rating-5:before {
  width: 165px;
}
.amlocator-review-form .review-control-vote .rating-4:before {
  width: 132px;
}
.amlocator-review-form .review-control-vote .rating-3:before {
  width: 99px;
}
.amlocator-review-form .review-control-vote .rating-2:before {
  width: 66px;
}
.amlocator-review-form .review-control-vote .rating-1:before {
  width: 33px;
}
.amlocator-review-form.review-form .action.submit.primary {
  width: inherit;
  min-height: 40px;
  color: #fff;
  background: #1979c3;
  border: 0;
  border-radius: 0;
}
.amlocator-review-form.review-form .action.submit.primary:hover {
  background: #1c87da;
}
.amlocator-review-form .label-gdpr.amreview-checboxlabel span {
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.amlocator-review-form .field.review-field-ratings .label {
  margin: 10px 15px 0 0;
  vertical-align: top;
}
.amlocator-review-form .field.review-field-ratings .control {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.amlocator-main-container .amlocator-map-container .amlocator-search-container {
  background: 0;
  border: 1px solid #d1d1d1;
  padding: 15px;
}
.amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-wrapper p {
  position: relative;
  cursor: pointer;
}
.amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-wrapper p:not(:first-child) {
  margin-left: 10px;
}
.amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-wrapper p input[type='radio'] {
  height: 16px;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 16px;
  z-index: 1;
}
.amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-wrapper p input[type='radio'] ~ label {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #000000;
  padding-left: 20px;
}
.amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-wrapper p input[type='radio'] ~ label:before {
  background: transparent;
  border: 1px solid #052d76;
  border-radius: 50%;
  content: '';
  height: 16px;
  left: 0;
  position: absolute;
  top: 3px;
  transition: all .4s;
  width: 16px;
}
.amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-wrapper p input[type='radio'] ~ label:after {
  background-color: #052d76;
  border-radius: 50%;
  content: '';
  height: 8px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 7px;
  transition: all .4s;
  visibility: hidden;
  width: 8px;
}
.amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-wrapper p input[type='radio'] ~ label a {
  position: relative;
  z-index: 2;
}
.amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-wrapper p input[type='radio']:checked ~ label:before {
  border: 1px solid #052d76;
}
.amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-wrapper p input[type='radio']:checked ~ label:after {
  opacity: 1;
  visibility: visible;
}
.amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}
.amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-button.-nearby {
  background-image: none;
  background: #052d76;
  border: 1px solid #052d76;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Almarai', sans-serif;
  font-weight: bold;
  padding: 8px 24px;
  line-height: 1.7rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.4rem;
}
.amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-button.-nearby:focus,
.amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-button.-nearby:active {
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
}
.amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-button.-nearby:hover {
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
}
.amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-button.-nearby.disabled,
.amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-button.-nearby[disabled],
fieldset[disabled] .amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-button.-nearby {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-block.-separator {
  display: none;
}
.amlocator-main-container .amlocator-map-container .amlocator-store-list {
  margin-top: 10px;
}
.amlocator-main-container .amlocator-map-container .amlocator-store-list .amlocator-store-desc {
  background: #edf4f6;
}
.amlocator-main-container .amlocator-map-container .amlocator-store-list .amlocator-store-desc.-active {
  background: #052d76;
}
.amlocator-main-container .amlocator-map-container .amlocator-store-list .amlocator-store-desc .amlocator-title,
.amlocator-main-container .amlocator-map-container .amlocator-store-list .amlocator-store-desc .amlocator-store-information {
  font-size: 1.4rem;
}
.amlocator-main-container .amlocator-map-container .amlocator-pager-container {
  display: none;
}
.amlocator-main-container .amlocator-map-container .amlocator-filters-container {
  background: 0;
  border: 1px solid #d1d1d1;
  margin-bottom: 10px;
  padding: 15px;
}
.amlocator-main-container .amlocator-map-container .amlocator-filters-container .amlocator-title {
  font-size: 1.4rem;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  width: 100%;
}
.amlocator-main-container .amlocator-map-container .amlocator-filters-container .amlocator-content {
  display: block;
}
.amlocator-main-container .amlocator-map-container .amlocator-filters-container .amlocator-content .field {
  margin-bottom: 15px;
}
.amlocator-main-container .amlocator-map-container .amlocator-filters-container .amlocator-content .field .label {
  display: inline-block;
  margin-bottom: 5px;
}
.amlocator-main-container .amlocator-map-container .amlocator-filters-container .amlocator-actions {
  display: inline-block;
  padding: 0;
  width: 100%;
}
.amlocator-main-container .amlocator-map-container .amlocator-filters-container .amlocator-actions .amlocator-button {
  background-image: none;
  background: #052d76;
  border: 1px solid #052d76;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Almarai', sans-serif;
  font-weight: bold;
  padding: 8px 24px;
  line-height: 1.7rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.4rem;
  margin: 0;
  min-height: 40px;
}
.amlocator-main-container .amlocator-map-container .amlocator-filters-container .amlocator-actions .amlocator-button:focus,
.amlocator-main-container .amlocator-map-container .amlocator-filters-container .amlocator-actions .amlocator-button:active {
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
}
.amlocator-main-container .amlocator-map-container .amlocator-filters-container .amlocator-actions .amlocator-button:hover {
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
}
.amlocator-main-container .amlocator-map-container .amlocator-filters-container .amlocator-actions .amlocator-button.disabled,
.amlocator-main-container .amlocator-map-container .amlocator-filters-container .amlocator-actions .amlocator-button[disabled],
fieldset[disabled] .amlocator-main-container .amlocator-map-container .amlocator-filters-container .amlocator-actions .amlocator-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.amlocator-main-container .amlocator-map-container .amlocator-filters-container .amlocator-actions .amlocator-clear {
  font-size: 1.4rem;
  line-height: 4rem;
  color: #052d76;
  float: right;
  text-decoration: underline;
}
.amcheckout-wrapper .amlocator-map-container .amlocator-block.-map .gm-style {
  font-family: 'Almarai', sans-serif;
}
.amcheckout-wrapper .amlocator-map-container .amlocator-block.-map .gm-style .gm-style-iw-c {
  border-radius: 4px;
  border: 1px solid #98aaaf;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  max-height: inherit !important;
  padding: 11px 10px !important;
  width: 480px;
}
.amcheckout-wrapper .amlocator-map-container .amlocator-block.-map .gm-style .amlocator-info-popup {
  width: auto;
}
.amcheckout-wrapper .amlocator-map-container .amlocator-block.-map .gm-style .amlocator-info-popup .amlocator-names {
  color: #272727;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 6px;
  margin-top: 0;
}
.amcheckout-wrapper .amlocator-map-container .amlocator-block.-map .gm-style .amlocator-info-popup #pick-up {
  min-width: 166px;
}
.amcheckout-wrapper .amlocator-map-container .amlocator-block.-map .gm-style .gm-style-iw-d {
  max-height: 100% !important;
  overflow: auto !important;
}
.amcheckout-wrapper .amlocator-map-container .amlocator-block.-map .gm-style .gm-style-iw {
  font-size: 12px;
}
.amcheckout-wrapper .amlocator-map-container .amlocator-block.-map .gm-style .gm-style-iw-tc {
  display: none;
}
.amcheckout-wrapper .amlocator-map-container .amlocator-block.-map .gm-style .gm-ui-hover-effect {
  opacity: 1;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .stcgroup {
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .stcgroup .error-val {
  font-size: 1.2rem;
  display: inline-block;
  margin-top: 5px;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .stcphonenumber {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .stcphonenumber .mobile-pre {
  font-size: 1.4rem;
  line-height: 1.6rem;
  background: #ffffff;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  color: #4e4e4e;
  display: inline-block;
  height: 42px;
  margin-top: 0;
  padding: 13px 0 12px 14px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .stcphonenumber .mobile-num {
  display: inline-block;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 42px;
  width: calc(100% - 47px);
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .stcphonenumber .primary-btn.req-otp {
  float: left;
  margin-top: 15px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .stcotp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .stcotp .primary-btn {
  margin-top: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .stcotp.stchide {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .stcpay .payment-method-title .payment-icon {
  max-width: 25%;
}
.instruction {
  color: #4e4e4e;
  font-size: 12px;
  line-height: 14px;
}
.modal-popup.bv-pharmacist-popup-modal {
  width: 90%;
  z-index: 9999999999 !important;
}
.modal-popup.bv-pharmacist-popup-modal .action-close:before {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: normal;
}
.modal-popup.bv-pharmacist-popup-modal ~ .modals-overlay {
  z-index: 999 !important;
}
.modal-popup.bv-pharmacist-popup-modal .modal-inner-wrap {
  left: 50%;
  margin: 0;
  max-height: 90%;
  max-width: 100%;
  width: 100%;
  overflow: visible;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal-popup.bv-pharmacist-popup-modal .modal-inner-wrap .modal-content {
  padding: 0;
}
.modal-popup.bv-pharmacist-popup-modal .modal-inner-wrap .modal-content #bv-pharmacist-popup-modal #bv-pharmacist-chat-step iframe {
  border: none;
  float: left;
  height: 690px;
}
.modal-popup.bv-pharmacist-popup-modal .modal-inner-wrap .modal-header {
  position: relative;
}
.modal-popup.bv-pharmacist-popup-modal .modal-inner-wrap .modal-header .action-close {
  padding: 10px;
}
.modal-popup.bv-pharmacist-popup-modal .modal-inner-wrap .login-step {
  padding: 0 3rem;
}
.modal-popup.bv-pharmacist-popup-modal .modal-inner-wrap .login-step .upc-small-logo {
  display: inline-block;
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
}
.modal-popup.bv-pharmacist-popup-modal .modal-inner-wrap .login-step .upc-small-logo img {
  margin: 0 auto;
}
.modal-popup.bv-pharmacist-popup-modal .modal-inner-wrap .login-step p {
  font-size: 2.2rem;
  line-height: 2.8rem;
  color: #052d76;
  font-weight: bold;
  margin-bottom: 10rem;
  text-align: center;
}
.modal-popup.bv-pharmacist-popup-modal .modal-inner-wrap .login-step .bv-v-pharmacist-popup-register-link,
.modal-popup.bv-pharmacist-popup-modal .modal-inner-wrap .login-step .bv-v-pharmacist-popup-login-link {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.modal-popup.bv-pharmacist-popup-modal .modal-inner-wrap .login-step .bv-v-pharmacist-popup-register-link {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #052d76;
  color: #052d76;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 8px 24px;
  text-decoration: none;
  width: 100%;
}
.modal-popup.bv-pharmacist-popup-modal .modal-inner-wrap .login-step .bv-v-pharmacist-popup-register-link:hover {
  background: #052d76;
  color: #ffffff;
}
.modal-popup.bv-pharmacist-popup-modal .modal-inner-wrap .chgat-step p {
  color: #052d76;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: -55px;
  margin-top: 0;
  padding: 0 3rem;
  text-align: center;
}
.modal-popup.bv-pharmacist-popup-modal .modal-inner-wrap .chgat-step .chatting-sec {
  background: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/images/background-blueimg1.png') no-repeat;
  background-position: 0 -150px;
  background-size: cover;
  display: block;
  padding: 200px 0 10px;
  width: 100%;
}
.modal-popup.bv-pharmacist-popup-modal .modal-inner-wrap .chgat-step .rectangle-shape {
  align-items: center;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 118px;
  justify-content: center;
  margin: 0 auto 50px;
  width: 118px;
}
.modal-popup.bv-pharmacist-popup-modal .modal-inner-wrap .chgat-step .rectangle-shape p {
  color: #052d76;
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 0;
  padding: 0;
  text-align: center;
}
.modal-popup.bv-doctorconsulatant-popup-modal {
  max-width: 600px;
  width: 90%;
}
.modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap {
  left: 50%;
  margin: 0;
  max-height: 90%;
  max-width: 100%;
  width: 100%;
  overflow: visible;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .modal-content {
  padding-bottom: 30px;
  padding-top: 20px;
}
.modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .consult-term-condition label span a {
  text-decoration: underline;
}
.modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .modal-header .action-close {
  background: #052d76;
  border-radius: 100%;
  color: #ffffff;
  margin: 5px 5px 0 0;
  padding: 5px;
}
.modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .modal-header .action-close:before {
  font-size: 1rem;
  line-height: 1rem;
  border: 1px solid #ffffff;
  border-radius: 100%;
  color: #ffffff;
  padding: 5px;
}
.modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .modal-header .action-close:hover {
  background: #052d76;
}
.modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .modal-header .action-close:hover:before {
  color: #ffffff;
}
.modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .doctor-consultant-terms .consult-term-condition {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
}
.modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .doctor-consultant-terms .consult-term-condition > input[type="checkbox"] {
  accent-color: #052d76;
  height: 18px;
  margin: 0 10px 0 0;
  position: relative;
  top: 4px;
  width: 18px;
}
.modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .doctor-consultant-terms .consult-term-condition .label {
  font-size: 1.4rem;
  color: #052d76;
  cursor: pointer;
  font-weight: 700;
}
.modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .doctor-consultant-terms .consult-submit-button .action.submit.primary {
  border-radius: 6px;
  display: inline-block;
  padding: 13px 24px;
  width: 200px;
}
.modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .doctor-consultant-terms .doctor-consultant-services {
  margin-bottom: 35px;
}
.modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .doctor-consultant-terms .doctor-consultant-services .consultant-description {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .doctor-consultant-terms .doctor-consultant-services .consultant-description .consult-icon-image {
  padding: 15px;
  width: 30%;
}
.modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .doctor-consultant-terms .doctor-consultant-services .consultant-description .consult-icon-image img {
  width: 100%;
}
.modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .doctor-consultant-terms .doctor-consultant-services .consultant-description .consult-icon-image.free-service {
  background: transparent conic-gradient(from -51deg at 50% 50%, #00a99d 0%, #04aca0 7.65%, #00a99d 25.69%, #16a198 50.95%, #11b4a8 51.14%, #00a99d 100%);
}
.modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .doctor-consultant-terms .doctor-consultant-services .consultant-description .consult-icon-image.wait-time {
  background: transparent conic-gradient(from 227deg at 50% 50%, #fbb552 0%, #fbc16e 0.1%, #faa328 54.86%, #faa328 63.13%, #faa328 72.45%, #faa328 100%);
}
.modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .doctor-consultant-terms .doctor-consultant-services .consultant-description .consult-icon-image.ftms-service {
  background: transparent conic-gradient(from 48deg at 50% 50%, #00a7e1 0%, #00a7e1 1.05%, #00a7e1 54.84%, #00a7e1 63.09%, #1eb1e4 81.78%, #2eb7e6 100%);
}
.modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .doctor-consultant-terms .doctor-consultant-services .consultant-description .consult-service {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #052d76;
  font-weight: bold;
  margin-bottom: 0;
  padding: 20px;
  width: 70%;
}
.modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .doctor-consultant-terms .doctor-consultant-services .consultant-description:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .doctor-consultant-terms .doctor-consultant-services .consultant-description:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
.modal-popup.bv-request-medical-help-modal .modal-title {
  font-size: 1.8rem;
  line-height: 2.6rem;
  border-bottom: 0;
  font-weight: 700;
  text-align: center;
}
.modal-popup.bv-request-medical-help-modal .action-close {
  right: 15px;
  top: 15px;
}
.modal-popup.bv-request-medical-help-modal .action-close:before {
  font-size: 1.6rem;
  line-height: 1.7rem;
}
.modal-popup.bv-request-medical-help-modal .modal-inner-wrap {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  bottom: 0;
  box-shadow: none;
  margin: 0;
  max-width: 100%;
  position: fixed;
  transform: translateY(200%);
  transition: all 0.8s ease-in-out;
  width: 100%;
}
.modal-popup.bv-request-medical-help-modal .modal-inner-wrap .modal-content {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.modal-popup.bv-request-medical-help-modal .modal-inner-wrap .modal-content .pharmacist-physician-button a {
  font-size: 1.8rem;
  border-bottom: 1px solid #dbdbdb;
  color: #4e4e4e;
  display: inline-block;
  padding: 15px 0;
  width: 100%;
}
.modal-popup.bv-request-medical-help-modal._show .modal-inner-wrap {
  transform: translateY(0);
}
.cms-index-index .product-items .product-item .product-item-info .images-container .medical-button,
.cms-index-index .ais-Hits-list .product-item .product-item-info .images-container .medical-button,
.cms-index-index .product-items .ais-Hits-item .product-item-info .images-container .medical-button,
.cms-index-index .ais-Hits-list .ais-Hits-item .product-item-info .images-container .medical-button {
  min-height: 30px;
}
.cms-index-index .product-items .product-item .product-item-info .images-container .medical-button .pharmacist-medical-help-btn,
.cms-index-index .ais-Hits-list .product-item .product-item-info .images-container .medical-button .pharmacist-medical-help-btn,
.cms-index-index .product-items .ais-Hits-item .product-item-info .images-container .medical-button .pharmacist-medical-help-btn,
.cms-index-index .ais-Hits-list .ais-Hits-item .product-item-info .images-container .medical-button .pharmacist-medical-help-btn {
  font-size: 1.1rem;
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1;
  min-height: 28px;
  padding: 0 2px;
}
#blankerror {
  display: none;
}
#mobileNotValid {
  display: none;
}
#otpNotValid {
  display: none;
}
#validmsg {
  display: none;
}
#reg_mob_error_msg {
  display: none;
}
#reg-sms-please-wait {
  display: none;
}
#regi_otp_cont {
  display: none;
}
#reg-submit-please-wait {
  display: none;
}
#checkforgototperror {
  display: none;
}
#blankerror_forgorpass {
  display: none;
}
#forgotmobileerror {
  display: none;
}
#mobile-forgot-email {
  display: none;
}
#valid-msg {
  display: none;
}
#forgot-mob-error-msg {
  display: none;
}
#forgot-sms-please-wait {
  display: none;
}
#otp-cont {
  display: none;
}
#passresetbyotp {
  display: none;
}
#passresetbyemail {
  display: none;
}
#forgot-sms-verify-please-wait {
  display: none;
}
#forgototpverify {
  display: none;
}
#blankerror_forgot1 {
  display: none;
}
#setnewpass {
  display: none;
}
#passmatcherror {
  display: none;
}
#resetpassvalidation {
  display: none;
}
#blankerror_forgot2 {
  display: none;
}
#set-new-pass-please-wait {
  display: none;
}
#loginotpmobbtnerror {
  display: none;
}
#loginsendotperror {
  display: none;
}
#updatepasssuccess {
  display: none;
}
#sendemail_success {
  display: none;
}
#checkloginotperror {
  display: none;
}
#emptyotp {
  display: none;
}
#login-mob-error-msg {
  display: none;
}
#login-sms-please-wait {
  display: none;
}
#loginotpverify {
  display: none;
}
#login-verify-please-wait {
  display: none;
}
#forgotmob-div {
  float: left;
  width: 100%;
}
#emailpasswrong_error1 {
  display: none;
}
#progress-indicator {
  display: none;
}
#form-list {
  padding: 0;
}
#input-box-login {
  position: relative;
}
#input-box-password {
  position: relative;
}
#blankpage_customer_register {
  display: none;
}
#otpverify {
  display: none;
}
#reg-otp-verify-please-wait {
  display: none;
}
#customer-progress-indicator {
  display: none;
}
#sending {
  display: none;
  cursor: pointer;
}
#emailpasswrong_msg {
  display: none;
}
#customer-login-please-wait {
  display: none;
}
#updatemobile_img {
  display: none;
}
.customer-progress-indicator {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10003;
}
.regi-sendotp {
  width: 100%;
  margin-bottom: 20px;
}
.customer-please-wait {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.ajax-register-form .ultimate {
  width: 800px;
  height: 600px;
}
.ajax-register-form .sendotp {
  float: right;
  max-width: none;
  padding: 0 10px;
}
.ajax-forgot-form .ultimate {
  width: 800px;
  height: 600px;
}
.ajax-login-form .ultimate {
  width: 800px;
  height: 600px;
}
.ultimate {
  background-color: #ffffff;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 25%;
}
.submitbtnajax {
  text-align: center;
  margin: 0 auto;
}
.submitbtnajax .updatepassbtn {
  text-align: center;
}
.progress-indicator {
  text-align: center;
}
.progress-indicator.forgot-mobile-progress-indicator {
  margin-right: 0;
}
.closediv-ultimate {
  float: right;
  height: 20px;
  position: relative;
  right: -25px;
  text-align: center;
  top: -10px;
  vertical-align: middle;
  width: 20px;
}
.register-ultimate {
  float: left;
  font-size: 11px;
  margin-left: 24px;
}
.reg-form .register {
  margin-top: 10px;
  font-size: 12px;
}
.reg-form .reginput {
  width: 47%;
  float: left;
  margin-bottom: 12px;
}
.reg-form .send-otp-button {
  float: right;
  margin-right: 0.5%;
  margin-bottom: 12px;
}
.reg-form .otp-content {
  width: 100%;
  margin: 0;
}
.account-login .otp-content .notice {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 7px;
}
#login-type {
  height: 33px;
  padding-right: 2px;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-left: 0px;
  margin-left: 9px;
}
#login-type li {
  float: left;
  list-style: none;
  outline: none;
  width: 49%;
  text-align: center;
}
#login-type li a {
  font-size: small;
  font-weight: bold;
  padding-top: 12px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 6%;
  display: block;
  background: #fff;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 3px 13.05px 1.95px rgba(0, 0, 0, 0.21);
}
#login-type li a:hover {
  outline: none;
  border: medium none;
  border-radius: 8px;
  color: #169fc8;
}
#login-type li a.inactive {
  padding-top: 12px;
  padding-bottom: 5.4%;
  padding-left: 8px;
  padding-right: 8px;
  outline: none;
  text-transform: uppercase;
}
.reset-type {
  border: 2px solid #d2dae2;
  border-radius: 8px;
  box-shadow: 0 3px 13.05px 1.95px rgba(0, 0, 0, 0.21);
  float: none;
  font-weight: bold;
  height: 43px;
  margin-bottom: 31px;
  margin-left: 5%;
  margin-right: 2%;
  width: 28%;
}
.forgotmobileerror {
  color: #903;
}
.mobileotpsenderror {
  display: none;
}
.checkotperror {
  display: none;
}
.mobileExist {
  display: none;
}
.regcontollererror {
  display: none;
}
.passresetbyemail {
  margin-right: 0;
}
.passresetbyemail #resetbyemail {
  max-width: none;
  margin: 0 auto;
  width: 110px;
}
.loginotpverify {
  float: left;
  width: 100%;
}
.loginotpverify .submitbtnajax {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .ajax-login-form .ultimate {
    width: 95%;
  }
  .ajax-register-form .ultimate {
    width: 95%;
  }
  .ajax-forgot-form .ultimate {
    width: 95%;
  }
}
@media screen and (max-width: 650px) {
  .ajax-login-form .ultimate {
    max-width: 550px;
    width: 80%;
  }
  .ajax-register-form .ultimate {
    width: 85%;
  }
  .ajax-forgot-form .ultimate {
    width: 85%;
  }
  .ultimate {
    padding: 20px;
  }
}
@media screen and (max-width: 585px) {
  .forogotlink {
    font-size: 12px;
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #login-type li a {
    padding-bottom: 8.7%;
  }
  #login-type li a.inactive {
    padding-bottom: 7.7%;
  }
  .reg-form {
    margin-left: 0;
  }
  .reg-form .otp-content {
    width: 100%;
  }
  .reg-form .send-otp-button {
    margin-right: 1%;
  }
}
#loginwithajax {
  font-weight: bold;
  padding: 15px;
  text-transform: uppercase;
  background-color: #169fc8;
  color: white;
  border-radius: 6px;
  box-shadow: 0 3px 13.05px 1.95px rgba(0, 0, 0, 0.21);
  display: block;
  margin-top: 10px;
  text-align: center;
}
body.current {
  overflow: hidden;
}
.bundle-actions {
  margin-bottom: 20px;
}
.bundle-info .stock.available,
.bundle-info .stock.unavailable {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: top;
}
.bundle-info .stock.available {
  display: inline-block;
  text-decoration: none;
}
.bundle-info .stock.available span {
  color: #459b2c;
  margin-left: 4px;
}
.bundle-info .stock.available:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13.35px;
  line-height: 10.32px;
  color: #459b2c;
  content: '\e610';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: initial;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bundle-info .stock.available:hover:before {
  color: #459b2c;
}
.bundle-info .stock.available:active:before {
  color: #459b2c;
}
.bundle-info .stock.unavailable span {
  color: #ae1d1d;
}
.bundle-info .product.name {
  display: none;
  width: 100%;
}
.bundle-info .add-to-cart {
  -webkit-align-items: end;
  -ms-align-items: end;
  align-items: end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
}
.bundle-info .add-to-cart .field.qty {
  margin-bottom: 0;
  max-width: 104px;
  width: 100%;
}
.bundle-info .add-to-cart .field.qty .label {
  font-size: 1.6rem;
  line-height: 1.7rem;
  color: #272727;
  display: none;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: left;
}
.bundle-info .add-to-cart .field.qty .control {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #052d76;
  border-radius: 4px;
  height: 42px;
  justify-content: space-between;
  padding: 0 12px;
  position: relative;
  width: 100%;
}
.bundle-info .add-to-cart .field.qty .control input[type='number'] {
  font-size: 1.6rem;
  line-height: 1.7rem;
  background: rgba(0, 0, 0, 0);
  border: none;
  color: #052d76;
  height: 30px;
  padding: 0;
  text-align: center;
  width: 30px;
}
.bundle-info .add-to-cart .field.qty .control .reduced {
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}
.bundle-info .add-to-cart .field.qty .control .reduced:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  line-height: 11px;
  color: #052d76;
  content: '\e60f';
  font-family: 'unitedpharmacy-icons';
  vertical-align: initial;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bundle-info .add-to-cart .field.qty .control .reduced:hover:after {
  color: #052d76;
}
.bundle-info .add-to-cart .field.qty .control .reduced:active:after {
  color: #052d76;
}
.bundle-info .add-to-cart .field.qty .control .reduced:after {
  font-weight: bold;
}
.bundle-info .add-to-cart .field.qty .control .increase {
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}
.bundle-info .add-to-cart .field.qty .control .increase:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 11px;
  color: #052d76;
  content: '\e903';
  font-family: 'unitedpharmacy-icons';
  vertical-align: initial;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bundle-info .add-to-cart .field.qty .control .increase:hover:after {
  color: #052d76;
}
.bundle-info .add-to-cart .field.qty .control .increase:active:after {
  color: #052d76;
}
.bundle-info .add-to-cart .field.qty .btn-plus {
  position: relative;
}
.bundle-info .add-to-cart .field.qty div.mage-error {
  font-size: 0.8rem;
  line-height: 1rem;
  left: 0;
  margin-top: 0;
  max-width: 35vw;
  position: absolute;
  text-align: left;
  top: 100%;
  width: 100vw;
}
.bundle-info .add-to-cart .tocart {
  font-size: 1.6rem;
  line-height: 2.5rem;
  height: 42px;
  padding: 8px 17px;
  display: inline-block;
  text-decoration: none;
}
.bundle-info .add-to-cart .tocart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #ffffff;
  content: '\e913';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bundle-info .add-to-cart .tocart:hover:before {
  color: #052d76;
}
.bundle-info .add-to-cart .tocart:active:before {
  color: #ffffff;
}
.bundle-info .add-to-cart .tocart:focus {
  color: #052d76;
}
.bundle-info .add-to-cart .tocart:focus::before {
  color: #052d76;
}
.product-info-main .bundle-info .product-details .product-addto-links {
  padding-top: 10px;
}
.product-add-form .bundle-options-wrapper .fieldset > .field > .label {
  display: none;
}
.product-add-form .bundle-options-wrapper .fieldset.fieldset.fieldset-bundle-options {
  display: none;
}
.product-add-form .bundle-options-wrapper .block-bundle-summary > .title {
  display: none;
}
.product-add-form .bundle-options-wrapper .block-bundle-summary .bundle-info .product-image-container {
  display: none;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  border-bottom: 1px solid #cccccc;
  color: #272727;
  padding-bottom: 15px;
  width: 100%;
}
.bundle-options-container .input-text.qty {
  padding: 0;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  border-bottom: 1px solid #cccccc;
  color: #272727;
  display: block;
  padding-bottom: 15px;
  width: 100%;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart > .fieldset {
  margin-bottom: 0;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  gap: 10px;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.bundle-options-container .nested .field.qty {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  display: inline-block;
  padding: 0;
}
.bundle-options-container p.required {
  color: #ff0101;
  font-size: 12px;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.bundle-options-container .product-image-container {
  margin: 0;
}
.page-product-bundle .product-info-main .product-info-price .price-box {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 10px;
}
.page-product-bundle .product-info-main .product-info-price .price-box .price-from .price-label,
.page-product-bundle .product-info-main .product-info-price .price-box .price-to .price-label {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}
.page-product-bundle .product-info-main .product-info-price .price-box .price-from .old-price,
.page-product-bundle .product-info-main .product-info-price .price-box .price-to .old-price {
  align-self: flex-end;
}
.page-product-bundle .product-info-main .product-info-price .price-box .price-from .old-price .price-container .price-label,
.page-product-bundle .product-info-main .product-info-price .price-box .price-to .old-price .price-container .price-label {
  display: none;
}
.page-product-bundle .product-info-main .product-info-price .price-box .price-from .old-price .price-container .price,
.page-product-bundle .product-info-main .product-info-price .price-box .price-to .old-price .price-container .price {
  color: #4e4e4e;
}
.page-product-bundle .product-info-main .product-info-price .price-box .price-from .price-final_price + .old-price,
.page-product-bundle .product-info-main .product-info-price .price-box .price-to .price-final_price + .old-price {
  margin-left: 7px;
}
.page-product-bundle .product-info-main .product-info-price .price-box .price-from .price-final_price .price,
.page-product-bundle .product-info-main .product-info-price .price-box .price-to .price-final_price .price {
  color: #4e4e4e;
}
.page-product-bundle .product-info-main .product-info-price .price-box.price-final_price .minimal-price > .price-final_price {
  margin: 0 0 5px 0;
}
.page-product-bundle .product-info-main .product-info-price .price-box.price-final_price .minimal-price > .price-final_price .price-label {
  display: none;
}
.page-product-bundle .product-info-main .product-info-price .price-box .price-from,
.page-product-bundle .product-info-main .product-info-price .price-box .price-to,
.page-product-bundle .product-info-main .product-info-price .price-box .minimal-price {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
.page-product-bundle .product-info-main .product-info-price .price-box .price-from .price-final_price,
.page-product-bundle .product-info-main .product-info-price .price-box .price-to .price-final_price,
.page-product-bundle .product-info-main .product-info-price .price-box .minimal-price .price-final_price {
  order: 1;
}
.page-product-bundle .product-info-main .product-info-price .price-box .price-from .price-final_price .price,
.page-product-bundle .product-info-main .product-info-price .price-box .price-to .price-final_price .price,
.page-product-bundle .product-info-main .product-info-price .price-box .minimal-price .price-final_price .price {
  color: #4e4e4e;
}
.page-product-bundle .product-info-main .product-info-price .price-box .price-from .old-price,
.page-product-bundle .product-info-main .product-info-price .price-box .price-to .old-price,
.page-product-bundle .product-info-main .product-info-price .price-box .minimal-price .old-price {
  margin: 0;
  order: 2;
}
.page-product-bundle .product-info-main .product-info-price .price-box .price-from .old-price + .price-final_price .price,
.page-product-bundle .product-info-main .product-info-price .price-box .price-to .old-price + .price-final_price .price,
.page-product-bundle .product-info-main .product-info-price .price-box .minimal-price .old-price + .price-final_price .price {
  color: #ae1d1d;
}
.page-product-bundle .product-info-main .price-box.price-configured_price {
  display: none;
}
.product-items .product-item {
  position: relative;
}
.product-items .product-item .product-item-info .images-container .product-hover {
  position: relative;
  text-align: center;
}
.product-items .product-item .product-item-info .images-container .product-hover .hover-box.actions.clearfix {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.product-items .product-item .product-item-info .images-container .product-hover .hover-box.actions.clearfix .product-item-actions .add-to-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-items .product-item .product-item-info .images-container .product-hover .hover-box.actions.clearfix .product-item-actions .add-to-links .towishlist,
.product-items .product-item .product-item-info .images-container .product-hover .hover-box.actions.clearfix .product-item-actions .add-to-links .tocompare,
.product-items .product-item .product-item-info .images-container .product-hover .hover-box.actions.clearfix .product-item-actions .add-to-links .quickview {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #c0cbce;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 38px;
  justify-content: center;
  margin-bottom: 20px;
  width: 38px;
}
.product-items .product-item .product-item-info .images-container .product-hover .hover-box.actions.clearfix .product-item-actions .add-to-links .towishlist span,
.product-items .product-item .product-item-info .images-container .product-hover .hover-box.actions.clearfix .product-item-actions .add-to-links .tocompare span,
.product-items .product-item .product-item-info .images-container .product-hover .hover-box.actions.clearfix .product-item-actions .add-to-links .quickview span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-items .product-item .product-item-info .images-container .product-hover .hover-box.actions.clearfix .product-item-actions .add-to-links .towishlist:hover,
.product-items .product-item .product-item-info .images-container .product-hover .hover-box.actions.clearfix .product-item-actions .add-to-links .tocompare:hover,
.product-items .product-item .product-item-info .images-container .product-hover .hover-box.actions.clearfix .product-item-actions .add-to-links .quickview:hover {
  background: #052d76;
}
.product-items .product-item .product-item-info .images-container .product-hover .hover-box.actions.clearfix .product-item-actions .add-to-links .towishlist {
  display: flex;
  text-decoration: none;
}
.product-items .product-item .product-item-info .images-container .product-hover .hover-box.actions.clearfix .product-item-actions .add-to-links .towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16.25px;
  line-height: 16.25px;
  color: #4e4e4e;
  content: '\e601';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-items .product-item .product-item-info .images-container .product-hover .hover-box.actions.clearfix .product-item-actions .add-to-links .towishlist:hover:before {
  color: #ffffff;
}
.product-items .product-item .product-item-info .images-container .product-hover .hover-box.actions.clearfix .product-item-actions .add-to-links .towishlist:active:before {
  color: #ffffff;
}
.product-items .product-item .product-item-info .images-container .product-hover .hover-box.actions.clearfix .product-item-actions .add-to-links .towishlist:before {
  height: 16px;
  width: 17px;
}
.product-items .product-item .product-item-info .images-container .product-hover .hover-box.actions.clearfix .product-item-actions .add-to-links .tocompare {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.product-items .product-item .product-item-info .images-container .product-hover .hover-box.actions.clearfix .product-item-actions .add-to-links .tocompare:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16.28px;
  line-height: 18.09px;
  color: #4e4e4e;
  content: '\e902';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-items .product-item .product-item-info .images-container .product-hover .hover-box.actions.clearfix .product-item-actions .add-to-links .tocompare:hover:before {
  color: #ffffff;
}
.product-items .product-item .product-item-info .images-container .product-hover .hover-box.actions.clearfix .product-item-actions .add-to-links .tocompare:active:before {
  color: #ffffff;
}
.catalog-category-view .category-products.grid.products-grid .product-items .product-item .product-item-info .images-container .product-hover .product-image-container {
  display: inline-block;
  max-width: 100%;
}
.catalog-category-view .category-products.grid.products-grid .product-items .product-item .product-item-info .images-container .product-hover .product-image-container .product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
}
.product-items .product-item .product-item-info .images-container .product-hover .global-product {
  display: inline-block;
  left: -5px;
  position: absolute;
  top: -5px;
  z-index: 9;
}
.product-items .product-item .product-item-info .images-container .product-hover .global-product .shipping-type {
  max-width: 92px;
}
.product-items .product-item .product-item-info .images-container .product-hover .offer-label {
  left: 0;
  max-width: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.product-items .product-item .product-item-info .images-container .medical-button {
  margin: 5px 0 10px;
  min-height: 37px;
}
.product-items .product-item .product-item-info .images-container .pharmacist-medical-help-btn {
  background-image: none;
  background: #052d76;
  border: 1px solid #052d76;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Almarai', sans-serif;
  font-weight: bold;
  padding: 8px 24px;
  font-size: 1.4rem;
  line-height: 1.7rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 2.4rem;
  align-items: center;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  min-height: 32px;
  padding: 4px 2px;
  text-align: center;
  width: 100%;
}
.product-items .product-item .product-item-info .images-container .pharmacist-medical-help-btn:focus,
.product-items .product-item .product-item-info .images-container .pharmacist-medical-help-btn:active {
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
}
.product-items .product-item .product-item-info .images-container .pharmacist-medical-help-btn:hover {
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
}
.product-items .product-item .product-item-info .images-container .pharmacist-medical-help-btn.disabled,
.product-items .product-item .product-item-info .images-container .pharmacist-medical-help-btn[disabled],
fieldset[disabled] .product-items .product-item .product-item-info .images-container .pharmacist-medical-help-btn {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product-items .product-item .product-item-info .pharmacist-physician-button {
  background: #052d76;
  bottom: -100%;
  display: none;
  left: 0;
  padding: 22px 38px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: 0.5s ease-in-out;
  z-index: 9;
}
.product-items .product-item .product-item-info .pharmacist-physician-button > a {
  font-size: 1.6rem;
  line-height: 2.5rem;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #052d76;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 7px;
  text-decoration: none;
  width: 100%;
}
.product-items .product-item .product-item-info .pharmacist-physician-button > a.doctor-consulatant-popup {
  margin-top: 10px;
}
.product-items .product-item .product-item-info .pharmacist-physician-button .request-close {
  background: #ffffff;
  border-radius: 100%;
  height: 24px;
  padding: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 25px;
  display: inline-block;
  text-decoration: none;
}
.product-items .product-item .product-item-info .pharmacist-physician-button .request-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 12px;
  color: #052d76;
  content: '\e616';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-items .product-item .product-item-info .pharmacist-physician-button .request-close:before {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.product-items .product-item .product-item-info:hover .images-container .product-hover .hover-box.actions.clearfix {
  display: block;
}
.product-items .product-item .product-item-info .product-item-details {
  margin-top: 20px;
  position: relative;
}
.product-items .product-item .product-item-info .product-item-details .price-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 48px;
  order: 0;
  padding-right: 100px;
  word-wrap: break-word;
}
.product-items .product-item .product-item-info .product-item-details .price-box .minimal-price {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  margin-bottom: 0;
}
.product-items .product-item .product-item-info .product-item-details .price-box .minimal-price .price-final_price {
  order: 1;
}
.product-items .product-item .product-item-info .product-item-details .price-box .minimal-price .price-final_price .price {
  color: #4e4e4e;
}
.product-items .product-item .product-item-info .product-item-details .price-box .minimal-price .old-price {
  margin: 0;
  order: 2;
}
.product-items .product-item .product-item-info .product-item-details .price-box .minimal-price .old-price + .price-final_price .price {
  color: #ae1d1d;
}
.product-items .product-item .product-item-info .product-item-details .product-reviews-summary {
  order: 2;
  width: 100%;
}
.product-items .product-item .product-item-info .box-tocart.product-qty {
  max-width: 80px;
  order: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-items .product-item .product-item-info .box-tocart.product-qty .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-items .product-item .product-item-info .box-tocart.product-qty .control {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #052d76;
  border-radius: 4px;
  justify-content: space-between;
  padding: 0 12px;
  position: relative;
  width: 100%;
}
.product-items .product-item .product-item-info .box-tocart.product-qty .control input[type='number'] {
  font-size: 1.4rem;
  line-height: 1.7rem;
  border: none;
  color: #052d76;
  font-weight: bold;
  height: 28px;
  opacity: 1;
  padding: 0;
  text-align: center;
}
.product-items .product-item .product-item-info .box-tocart.product-qty .control input[type='number']:disabled {
  width: 100%;
}
.product-items .product-item .product-item-info .box-tocart.product-qty .control .error {
  display: none;
}
.product-items .product-item .product-item-info .box-tocart.product-qty .control .btn .items {
  background: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
}
.product-items .product-item .product-item-info .box-tocart.product-qty .control .btn .items:focus,
.product-items .product-item .product-item-info .box-tocart.product-qty .control .btn .items:active {
  box-shadow: none;
}
.product-items .product-item .product-item-info .box-tocart.product-qty .control .btn .items .icon-collapse,
.product-items .product-item .product-item-info .box-tocart.product-qty .control .btn .items .icon-expand {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.product-items .product-item .product-item-info .box-tocart.product-qty .control .btn .items .icon-collapse:before,
.product-items .product-item .product-item-info .box-tocart.product-qty .control .btn .items .icon-expand:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: #052d76;
  content: '\e60f';
  font-family: 'unitedpharmacy-icons';
  vertical-align: initial;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-items .product-item .product-item-info .box-tocart.product-qty .control .btn .items .icon-collapse:hover:before,
.product-items .product-item .product-item-info .box-tocart.product-qty .control .btn .items .icon-expand:hover:before {
  color: #052d76;
}
.product-items .product-item .product-item-info .box-tocart.product-qty .control .btn .items .icon-collapse:active:before,
.product-items .product-item .product-item-info .box-tocart.product-qty .control .btn .items .icon-expand:active:before {
  color: #052d76;
}
.product-items .product-item .product-item-info .box-tocart.product-qty .control .btn .items .icon-collapse:focus,
.product-items .product-item .product-item-info .box-tocart.product-qty .control .btn .items .icon-expand:focus,
.product-items .product-item .product-item-info .box-tocart.product-qty .control .btn .items .icon-collapse:active,
.product-items .product-item .product-item-info .box-tocart.product-qty .control .btn .items .icon-expand:active {
  box-shadow: none;
}
.product-items .product-item .product-item-info .box-tocart.product-qty .control .btn .items .icon-expand:before {
  content: '\e903';
}
.product-items .product-item.active-medical-help .product-item-info .pharmacist-physician-button {
  bottom: 0;
}
.product-items .product-item .offer-section {
  font-size: 1.4rem;
  line-height: 2.2rem;
  background: #ae1d1d;
  border-radius: 2px;
  bottom: 0;
  color: #ffffff;
  display: block;
  font-weight: bold;
  height: 22px;
  letter-spacing: .28px;
  margin-bottom: 5px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 99;
}
.product-items .product-item .reviews-sipping-type {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
.product-items .product-item .reviews-sipping-type .global-product {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}
.product-items .product-item .reviews-sipping-type .global-product img {
  display: block;
  max-width: 96px;
}
.products-grid .product-item {
  display: inline-block;
  padding: 0 11.5px;
}
.products-grid .product-item .info {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  padding: 15px;
}
.products-grid .product-item .product-reviews-summary {
  margin-bottom: 0;
  margin-top: 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
  text-transform: lowercase;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  border-bottom: 1px solid #dbdbdb;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  padding-bottom: 16px;
  word-wrap: break-word;
}
.product-item-name .product-item-link {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #052d76;
  display: -webkit-box;
  max-height: 43px;
  min-height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .price-box {
  margin: 0;
}
.product-item .price-box .price-label {
  display: none;
  font-size: 12px;
}
.product-item .price-box .price-label:after {
  content: ':';
}
.product-item .price-box.price-final_price .old-price {
  text-decoration: none;
}
.product-item .price-box.price-final_price .old-price .price {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: normal;
  text-decoration: line-through;
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 2rem;
  line-height: 2.2rem;
  color: #ae1d1d;
  font-weight: bold;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .old-price .price {
  font-weight: 400;
}
.product-item .special-price {
  order: 0;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #052d76;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item-info .actions-primary {
  margin-top: 22px;
}
.product-item-info .actions-primary .tocart {
  background-color: #edf4f6;
  border: 1px solid #edf4f6;
  color: #052d76;
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
.product-item-info .actions-primary .tocart:hover {
  color: #ffffff;
  background-color: #052d76;
  border: 1px solid #052d76;
}
.product-item-info .actions-primary .tocart span {
  vertical-align: middle;
}
.product-item-info .actions-primary .tocart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #32538d;
  content: '\e913';
  font-family: 'unitedpharmacy-icons';
  margin: 0 12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-item-info .actions-primary .tocart:hover:before {
  color: #ffffff;
}
.product-item-info .actions-primary .tocart:active:before {
  color: #ffffff;
}
.product-item-info .actions-primary .view-product {
  background-color: #edf4f6;
  border: 1px solid #edf4f6;
  color: #052d76;
  text-align: center;
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
.product-item-info .actions-primary .view-product:hover {
  color: #ffffff;
  background-color: #052d76;
  border: 1px solid #052d76;
}
.product-item-info .actions-primary .view-product span {
  vertical-align: middle;
}
.product-item-info .actions-primary .view-product:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #32538d;
  content: '\e901';
  font-family: 'unitedpharmacy-icons';
  margin: 0 12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-item-info .actions-primary .view-product:hover:before {
  color: #ffffff;
}
.product-item-info .actions-primary .view-product:active:before {
  color: #ffffff;
}
.product-item-info .actions-primary .stock {
  font-size: 1.4rem;
  line-height: 2.5rem;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  justify-content: center;
}
.product-item-info .actions-primary .stock span {
  vertical-align: sub;
}
.product-item-info .actions-primary .stock.unavailable {
  background: #ae1d1d;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
}
.product-item-info .actions-primary .stock.unavailable span {
  color: #ffffff;
  font-weight: bold;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  width: 100%;
}
.page-products .column.main .page-title-wrapper .page-title {
  font-size: 4rem;
  color: #272727;
  font-weight: bold;
  letter-spacing: .8px;
  line-height: 1;
  margin-bottom: 10px;
}
.catalog-category-view.page-products .pages .pages-items .item.pages-item-next .action:before,
.catalog-category-view.page-products .pages .pages-items .item.pages-item-previous .action:before {
  margin-left: 0;
}
.products.list.slick-slider .slick-arrow {
  border: 1px solid #cecece;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.products.list.slick-slider .slick-arrow:before {
  font-weight: bold;
}
.products.list.slick-slider .slick-arrow.slick-prev {
  left: -12px;
}
.products.list.slick-slider .slick-arrow.slick-next {
  right: -12px;
}
.slick-slider .product-item .product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.slick-slider .product-item .product-image-wrapper .product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.category-products.grid.products-grid.wrapper {
  clear: both;
  display: inline-block;
  width: 100%;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: none;
  line-height: 26px;
  margin: 0;
  padding: 8px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: block;
}
.toolbar-products {
  margin-bottom: 27px;
  padding: 0;
  text-align: center;
}
.toolbar-products .pages {
  display: inline-block;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 0;
}
.sorter .sort-desc:before {
  content: '\e614';
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter .sorter-action {
  display: none;
  position: relative;
  top: -2px;
}
.sorter .sorter-title {
  display: none;
}
.sorter-options {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 1.6rem;
  line-height: 2.6rem;
  background: #052d76 url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/images/select-arrow-mobile.svg') right 14px center no-repeat;
  color: #ffffff;
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #052d76;
  content: '\e613';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #052d76;
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0;
  padding: 0 14px;
  width: 80px;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.media .gallery-placeholder {
  position: relative;
}
.product.media .gallery-placeholder .offer-label {
  left: 10px;
  max-width: 85px;
  position: absolute;
  top: 10px;
  z-index: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 20px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 30px 10px 0;
}
.offer-section {
  font-size: 2rem;
  line-height: 4.5rem;
  background: #ae1d1d;
  border-radius: 2px;
  color: #ffffff;
  font-weight: bold;
  height: 50px;
  letter-spacing: .68px;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 4px 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.offer-section:empty {
  display: none;
}
.product-info-main .page-title-wrapper .page-title {
  color: #272727;
  line-height: 1.42857143;
  margin-bottom: 0;
}
.product-info-main .delivery-text {
  font-size: 1.6rem;
  line-height: 2.6rem;
  border-bottom: 1px solid #dbdbdb;
  color: #000000;
  letter-spacing: .36px;
  margin-bottom: 12px;
  padding-bottom: 10px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .stock.available {
  display: inline-block;
  text-decoration: none;
}
.product-info-main .stock.available span {
  color: #459b2c;
  margin-left: 4px;
}
.product-info-main .stock.available:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13.35px;
  line-height: 10.32px;
  color: #459b2c;
  content: '\e610';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: initial;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-info-main .stock.available:hover:before {
  color: #459b2c;
}
.product-info-main .stock.available:active:before {
  color: #459b2c;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #7d7d7d;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.overview {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #000000;
  margin: 14px 0 20px;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin-top: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
  display: block;
}
.product-info-main .box-tocart .fieldset .add-to-cart.sticky {
  background-color: #ffffff;
  bottom: 95px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  left: 0;
  padding: 20px 16px;
  position: fixed;
  right: 0;
  z-index: 890;
}
.product-info-main .product-info-stock-sku {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.product-info-main .product-info-stock-sku .stock {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.product-info-main .product-info-stock-sku .stock.unavailable span {
  color: #ae1d1d;
}
.product-info-main .product-info-stock-sku .sku {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #4e4e4e;
  margin-top: 5px;
}
.product-info-main .product-info-stock-sku .sku strong {
  font-weight: bold;
  color: #000000;
}
.product-info-main .product-info-price {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 12px;
  padding-bottom: 10px;
}
.product-info-main .product-info-price .product-reviews-summary {
  width: 100%;
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-info-main .product-info-price .product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: text-top;
}
.product-info-main .product-info-price .product-reviews-summary .rating-summary .rating-result {
  display: inline-block;
  margin-right: 10px;
  vertical-align: initial;
}
.product-info-main .product-info-price .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #ffb624;
}
.product-info-main .product-info-price .product-reviews-summary .reviews-actions .action {
  font-size: 1.4rem;
  color: #052d76;
  line-height: 1.6rem;
}
.product-info-main .product-info-price .product-reviews-summary .reviews-actions .action.view {
  margin-right: 10px;
}
.product-info-main .product-info-price .shipping-type {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
.alo-social-links {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.alo-social-links .custom-html {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.alo-social-links .custom-html .icon-share {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.alo-social-links .custom-html .icon-share li {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #edf4f6;
  border-radius: 4px;
  height: 40px;
  justify-content: center;
  margin: 0 10px 0 0;
  width: 40px;
}
.alo-social-links .custom-html .icon-share li:last-child {
  margin-right: 0;
}
.alo-social-links .custom-html .icon-share li .social-link.facebook {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.alo-social-links .custom-html .icon-share li .social-link.facebook:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #515151;
  content: '\e90f';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.alo-social-links .custom-html .icon-share li .social-link.facebook:hover:before {
  color: #515151;
}
.alo-social-links .custom-html .icon-share li .social-link.facebook:active:before {
  color: #515151;
}
.alo-social-links .custom-html .icon-share li .social-link.twitter {
  display: inline-block;
  text-decoration: none;
}
.alo-social-links .custom-html .icon-share li .social-link.twitter:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #515151;
  content: '\e90e';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.alo-social-links .custom-html .icon-share li .social-link.twitter:hover:before {
  color: #515151;
}
.alo-social-links .custom-html .icon-share li .social-link.twitter:active:before {
  color: #515151;
}
.alo-social-links .custom-html .icon-share li .social-link.linkedin {
  display: inline-block;
  text-decoration: none;
}
.alo-social-links .custom-html .icon-share li .social-link.linkedin:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #515151;
  content: '\e90d';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.alo-social-links .custom-html .icon-share li .social-link.linkedin:hover:before {
  color: #515151;
}
.alo-social-links .custom-html .icon-share li .social-link.linkedin:active:before {
  color: #515151;
}
.alo-social-links .custom-html .icon-share li .social-link.whatsapp {
  display: inline-block;
  text-decoration: none;
}
.alo-social-links .custom-html .icon-share li .social-link.whatsapp:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #515151;
  content: '\e91d';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.alo-social-links .custom-html .icon-share li .social-link.whatsapp:hover:before {
  color: #515151;
}
.alo-social-links .custom-html .icon-share li .social-link.whatsapp:active:before {
  color: #515151;
}
.alo-social-links .title-social {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #4e4e4e;
  display: block;
  font-weight: bold;
  letter-spacing: .28px;
  margin-right: 10px;
  text-transform: uppercase;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #4e4e4e;
  font-size: 1.2rem;
  margin: 0 2px 0 0;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box,
.product-options-bottom .price-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 5px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  word-break: break-word;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 2rem;
  line-height: 2.2rem;
}
.product-info-main .price-box .special-price,
.product-options-bottom .price-box .special-price {
  margin-right: 10px;
}
.product-info-main .price-box .special-price .price-final_price .price,
.product-options-bottom .price-box .special-price .price-final_price .price {
  font-size: 2rem;
  line-height: 2.2rem;
  color: #ae1d1d;
  font-weight: bold;
}
.product-info-main .price-box .old-price,
.product-options-bottom .price-box .old-price {
  margin-top: 5px;
  text-decoration: none;
}
.product-info-main .price-box .old-price .price,
.product-options-bottom .price-box .old-price .price {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #4e4e4e;
  font-weight: normal;
  text-decoration: line-through;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10px 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label,
.product-options-bottom .old-price .price-label,
.product-info-main .special-price .price-label,
.product-options-bottom .special-price .price-label {
  display: none;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  margin-right: 30px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 52px;
  text-align: center;
  width: 52px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .box-tocart .fieldset .add-to-cart,
.product-options-bottom .box-tocart .fieldset .add-to-cart {
  -webkit-align-items: end;
  -ms-align-items: end;
  align-items: end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
}
.product-info-main .box-tocart .fieldset .add-to-cart .field.qty,
.product-options-bottom .box-tocart .fieldset .add-to-cart .field.qty {
  margin-bottom: 0;
  max-width: 104px;
  width: 100%;
}
.product-info-main .box-tocart .fieldset .add-to-cart .field.qty .label,
.product-options-bottom .box-tocart .fieldset .add-to-cart .field.qty .label {
  font-size: 1.6rem;
  line-height: 1.7rem;
  color: #272727;
  display: none;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: left;
}
.product-info-main .box-tocart .fieldset .add-to-cart .field.qty .control,
.product-options-bottom .box-tocart .fieldset .add-to-cart .field.qty .control {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #052d76;
  border-radius: 4px;
  height: 42px;
  justify-content: space-between;
  padding: 0 12px;
  position: relative;
  width: 100%;
}
.product-info-main .box-tocart .fieldset .add-to-cart .field.qty .control input[type='number'],
.product-options-bottom .box-tocart .fieldset .add-to-cart .field.qty .control input[type='number'] {
  font-size: 1.6rem;
  line-height: 1.7rem;
  background: rgba(0, 0, 0, 0);
  border: none;
  color: #052d76;
  height: 30px;
  padding: 0;
  text-align: center;
  width: 30px;
}
.product-info-main .box-tocart .fieldset .add-to-cart .field.qty .control .reduced,
.product-options-bottom .box-tocart .fieldset .add-to-cart .field.qty .control .reduced {
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}
.product-info-main .box-tocart .fieldset .add-to-cart .field.qty .control .reduced:after,
.product-options-bottom .box-tocart .fieldset .add-to-cart .field.qty .control .reduced:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  line-height: 11px;
  color: #052d76;
  content: '\e60f';
  font-family: 'unitedpharmacy-icons';
  vertical-align: initial;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-info-main .box-tocart .fieldset .add-to-cart .field.qty .control .reduced:hover:after,
.product-options-bottom .box-tocart .fieldset .add-to-cart .field.qty .control .reduced:hover:after {
  color: #052d76;
}
.product-info-main .box-tocart .fieldset .add-to-cart .field.qty .control .reduced:active:after,
.product-options-bottom .box-tocart .fieldset .add-to-cart .field.qty .control .reduced:active:after {
  color: #052d76;
}
.product-info-main .box-tocart .fieldset .add-to-cart .field.qty .control .reduced:after,
.product-options-bottom .box-tocart .fieldset .add-to-cart .field.qty .control .reduced:after {
  font-weight: bold;
}
.product-info-main .box-tocart .fieldset .add-to-cart .field.qty .control .increase,
.product-options-bottom .box-tocart .fieldset .add-to-cart .field.qty .control .increase {
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}
.product-info-main .box-tocart .fieldset .add-to-cart .field.qty .control .increase:after,
.product-options-bottom .box-tocart .fieldset .add-to-cart .field.qty .control .increase:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 11px;
  color: #052d76;
  content: '\e903';
  font-family: 'unitedpharmacy-icons';
  vertical-align: initial;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-info-main .box-tocart .fieldset .add-to-cart .field.qty .control .increase:hover:after,
.product-options-bottom .box-tocart .fieldset .add-to-cart .field.qty .control .increase:hover:after {
  color: #052d76;
}
.product-info-main .box-tocart .fieldset .add-to-cart .field.qty .control .increase:active:after,
.product-options-bottom .box-tocart .fieldset .add-to-cart .field.qty .control .increase:active:after {
  color: #052d76;
}
.product-info-main .box-tocart .fieldset .add-to-cart .field.qty .btn-plus,
.product-options-bottom .box-tocart .fieldset .add-to-cart .field.qty .btn-plus {
  position: relative;
}
.product-info-main .box-tocart .fieldset .add-to-cart .field.qty div.mage-error,
.product-options-bottom .box-tocart .fieldset .add-to-cart .field.qty div.mage-error {
  font-size: 0.8rem;
  line-height: 1rem;
  left: 0;
  margin-top: 0;
  max-width: 35vw;
  position: absolute;
  text-align: left;
  top: 100%;
  width: 100vw;
}
.product-info-main .box-tocart .fieldset .add-to-cart .tocart,
.product-options-bottom .box-tocart .fieldset .add-to-cart .tocart {
  font-size: 1.6rem;
  line-height: 2.5rem;
  height: 42px;
  padding: 7.5px 0 7.5px 0;
  width: 42px;
  display: inline-block;
  text-decoration: none;
}
.product-info-main .box-tocart .fieldset .add-to-cart .tocart:before,
.product-options-bottom .box-tocart .fieldset .add-to-cart .tocart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #ffffff;
  content: '\e913';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-info-main .box-tocart .fieldset .add-to-cart .tocart:hover:before,
.product-options-bottom .box-tocart .fieldset .add-to-cart .tocart:hover:before {
  color: #052d76;
}
.product-info-main .box-tocart .fieldset .add-to-cart .tocart:active:before,
.product-options-bottom .box-tocart .fieldset .add-to-cart .tocart:active:before {
  color: #ffffff;
}
.product-info-main .box-tocart .fieldset .add-to-cart .tocart:focus,
.product-options-bottom .box-tocart .fieldset .add-to-cart .tocart:focus {
  color: #052d76;
}
.product-info-main .box-tocart .fieldset .add-to-cart .tocart:focus::before,
.product-options-bottom .box-tocart .fieldset .add-to-cart .tocart:focus::before {
  color: #052d76;
}
.product-info-main .box-tocart .fieldset .add-to-cart .tocart span,
.product-options-bottom .box-tocart .fieldset .add-to-cart .tocart span {
  font-size: 0rem;
  display: none;
}
.product-info-main .box-tocart .fieldset .add-to-cart.sticky .price-box,
.product-options-bottom .box-tocart .fieldset .add-to-cart.sticky .price-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 42px;
  justify-content: center;
  margin: 0 30px 0 0;
  order: 0;
}
.product-info-main .box-tocart .fieldset .add-to-cart.sticky .price-box .special-price,
.product-options-bottom .box-tocart .fieldset .add-to-cart.sticky .price-box .special-price {
  margin: 0;
}
.product-info-main .box-tocart .fieldset .add-to-cart.sticky .price-box .special-price .price-final_price .price,
.product-options-bottom .box-tocart .fieldset .add-to-cart.sticky .price-box .special-price .price-final_price .price {
  word-wrap: break-word;
  font-size: 1.8rem;
}
.product-info-main .box-tocart .fieldset .add-to-cart.sticky .price-box .old-price,
.product-options-bottom .box-tocart .fieldset .add-to-cart.sticky .price-box .old-price {
  margin-top: 0;
}
.product-info-main .box-tocart .fieldset .add-to-cart.sticky .price-box .weee,
.product-options-bottom .box-tocart .fieldset .add-to-cart.sticky .price-box .weee {
  margin-bottom: 0;
}
.product-info-main .box-tocart .fieldset .add-to-cart.sticky .field.qty,
.product-options-bottom .box-tocart .fieldset .add-to-cart.sticky .field.qty {
  margin-right: 15px;
  max-width: 130px;
  order: 1;
}
.product-info-main .box-tocart .fieldset .add-to-cart.sticky .field.qty .control,
.product-options-bottom .box-tocart .fieldset .add-to-cart.sticky .field.qty .control {
  background: #f9f9f9;
  border-radius: 6px;
  border: 1px solid #f9f9f9;
}
.product-info-main .box-tocart .fieldset .add-to-cart.sticky .field.qty .control input[type='number'],
.product-options-bottom .box-tocart .fieldset .add-to-cart.sticky .field.qty .control input[type='number'] {
  color: #00387b;
  font-weight: 700;
}
.product-info-main .box-tocart .fieldset .add-to-cart.sticky .field.qty .control .increase:after,
.product-options-bottom .box-tocart .fieldset .add-to-cart.sticky .field.qty .control .increase:after,
.product-info-main .box-tocart .fieldset .add-to-cart.sticky .field.qty .control .reduced:after,
.product-options-bottom .box-tocart .fieldset .add-to-cart.sticky .field.qty .control .reduced:after {
  color: #00387b;
}
.product-info-main .box-tocart .fieldset .add-to-cart.sticky .field.qty .control .increase:after,
.product-options-bottom .box-tocart .fieldset .add-to-cart.sticky .field.qty .control .increase:after {
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.product-info-main .box-tocart .fieldset .add-to-cart.sticky .field.qty .control .reduced:after,
.product-options-bottom .box-tocart .fieldset .add-to-cart.sticky .field.qty .control .reduced:after {
  font-size: 1.6rem;
}
.product-info-main .box-tocart .fieldset .add-to-cart.sticky .tocart,
.product-options-bottom .box-tocart .fieldset .add-to-cart.sticky .tocart {
  max-width: 230px;
  min-width: 42px;
  order: 2;
  width: 100%;
}
.product-info-main .box-tocart .fieldset .add-to-cart.sticky .tocart:before,
.product-options-bottom .box-tocart .fieldset .add-to-cart.sticky .tocart:before {
  font-size: 0rem;
}
.product-info-main .box-tocart .fieldset .add-to-cart.sticky .tocart span,
.product-options-bottom .box-tocart .fieldset .add-to-cart.sticky .tocart span {
  font-size: 1.6rem;
  display: inline-block;
}
.product-info-main .product-add-form,
.product-options-bottom .product-add-form,
.product-info-main .product-social-links,
.product-options-bottom .product-social-links {
  clear: both;
}
.product-info-main .product-add-form .pharmacist-physician-button,
.product-options-bottom .product-add-form .pharmacist-physician-button,
.product-info-main .product-social-links .pharmacist-physician-button,
.product-options-bottom .product-social-links .pharmacist-physician-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 20px;
  width: 100%;
}
.product-info-main .product-add-form .pharmacist-physician-button.pharmacy-medical-mob,
.product-options-bottom .product-add-form .pharmacist-physician-button.pharmacy-medical-mob,
.product-info-main .product-social-links .pharmacist-physician-button.pharmacy-medical-mob,
.product-options-bottom .product-social-links .pharmacist-physician-button.pharmacy-medical-mob {
  margin-bottom: 20px;
}
.product-info-main .product-add-form .pharmacist-physician-button .pharmacist-popup,
.product-options-bottom .product-add-form .pharmacist-physician-button .pharmacist-popup,
.product-info-main .product-social-links .pharmacist-physician-button .pharmacist-popup,
.product-options-bottom .product-social-links .pharmacist-physician-button .pharmacist-popup,
.product-info-main .product-add-form .pharmacist-physician-button .doctor-consulatant-popup,
.product-options-bottom .product-add-form .pharmacist-physician-button .doctor-consulatant-popup,
.product-info-main .product-social-links .pharmacist-physician-button .doctor-consulatant-popup,
.product-options-bottom .product-social-links .pharmacist-physician-button .doctor-consulatant-popup {
  background-image: none;
  background: #052d76;
  border: 1px solid #052d76;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Almarai', sans-serif;
  font-weight: bold;
  padding: 8px 24px;
  line-height: 1.7rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 2.1rem;
  border-radius: 4px;
  padding: 8px 14px 9px;
  text-align: center;
  width: 100%;
}
.product-info-main .product-add-form .pharmacist-physician-button .pharmacist-popup:focus,
.product-options-bottom .product-add-form .pharmacist-physician-button .pharmacist-popup:focus,
.product-info-main .product-social-links .pharmacist-physician-button .pharmacist-popup:focus,
.product-options-bottom .product-social-links .pharmacist-physician-button .pharmacist-popup:focus,
.product-info-main .product-add-form .pharmacist-physician-button .doctor-consulatant-popup:focus,
.product-options-bottom .product-add-form .pharmacist-physician-button .doctor-consulatant-popup:focus,
.product-info-main .product-social-links .pharmacist-physician-button .doctor-consulatant-popup:focus,
.product-options-bottom .product-social-links .pharmacist-physician-button .doctor-consulatant-popup:focus,
.product-info-main .product-add-form .pharmacist-physician-button .pharmacist-popup:active,
.product-options-bottom .product-add-form .pharmacist-physician-button .pharmacist-popup:active,
.product-info-main .product-social-links .pharmacist-physician-button .pharmacist-popup:active,
.product-options-bottom .product-social-links .pharmacist-physician-button .pharmacist-popup:active,
.product-info-main .product-add-form .pharmacist-physician-button .doctor-consulatant-popup:active,
.product-options-bottom .product-add-form .pharmacist-physician-button .doctor-consulatant-popup:active,
.product-info-main .product-social-links .pharmacist-physician-button .doctor-consulatant-popup:active,
.product-options-bottom .product-social-links .pharmacist-physician-button .doctor-consulatant-popup:active {
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
}
.product-info-main .product-add-form .pharmacist-physician-button .pharmacist-popup:hover,
.product-options-bottom .product-add-form .pharmacist-physician-button .pharmacist-popup:hover,
.product-info-main .product-social-links .pharmacist-physician-button .pharmacist-popup:hover,
.product-options-bottom .product-social-links .pharmacist-physician-button .pharmacist-popup:hover,
.product-info-main .product-add-form .pharmacist-physician-button .doctor-consulatant-popup:hover,
.product-options-bottom .product-add-form .pharmacist-physician-button .doctor-consulatant-popup:hover,
.product-info-main .product-social-links .pharmacist-physician-button .doctor-consulatant-popup:hover,
.product-options-bottom .product-social-links .pharmacist-physician-button .doctor-consulatant-popup:hover {
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
}
.product-info-main .product-add-form .pharmacist-physician-button .pharmacist-popup.disabled,
.product-options-bottom .product-add-form .pharmacist-physician-button .pharmacist-popup.disabled,
.product-info-main .product-social-links .pharmacist-physician-button .pharmacist-popup.disabled,
.product-options-bottom .product-social-links .pharmacist-physician-button .pharmacist-popup.disabled,
.product-info-main .product-add-form .pharmacist-physician-button .doctor-consulatant-popup.disabled,
.product-options-bottom .product-add-form .pharmacist-physician-button .doctor-consulatant-popup.disabled,
.product-info-main .product-social-links .pharmacist-physician-button .doctor-consulatant-popup.disabled,
.product-options-bottom .product-social-links .pharmacist-physician-button .doctor-consulatant-popup.disabled,
.product-info-main .product-add-form .pharmacist-physician-button .pharmacist-popup[disabled],
.product-options-bottom .product-add-form .pharmacist-physician-button .pharmacist-popup[disabled],
.product-info-main .product-social-links .pharmacist-physician-button .pharmacist-popup[disabled],
.product-options-bottom .product-social-links .pharmacist-physician-button .pharmacist-popup[disabled],
.product-info-main .product-add-form .pharmacist-physician-button .doctor-consulatant-popup[disabled],
.product-options-bottom .product-add-form .pharmacist-physician-button .doctor-consulatant-popup[disabled],
.product-info-main .product-social-links .pharmacist-physician-button .doctor-consulatant-popup[disabled],
.product-options-bottom .product-social-links .pharmacist-physician-button .doctor-consulatant-popup[disabled],
fieldset[disabled] .product-info-main .product-add-form .pharmacist-physician-button .pharmacist-popup,
fieldset[disabled] .product-options-bottom .product-add-form .pharmacist-physician-button .pharmacist-popup,
fieldset[disabled] .product-info-main .product-social-links .pharmacist-physician-button .pharmacist-popup,
fieldset[disabled] .product-options-bottom .product-social-links .pharmacist-physician-button .pharmacist-popup,
fieldset[disabled] .product-info-main .product-add-form .pharmacist-physician-button .doctor-consulatant-popup,
fieldset[disabled] .product-options-bottom .product-add-form .pharmacist-physician-button .doctor-consulatant-popup,
fieldset[disabled] .product-info-main .product-social-links .pharmacist-physician-button .doctor-consulatant-popup,
fieldset[disabled] .product-options-bottom .product-social-links .pharmacist-physician-button .doctor-consulatant-popup {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product-info-main .product-add-form .pharmacist-physician-button .pharmacist-popup:active,
.product-options-bottom .product-add-form .pharmacist-physician-button .pharmacist-popup:active,
.product-info-main .product-social-links .pharmacist-physician-button .pharmacist-popup:active,
.product-options-bottom .product-social-links .pharmacist-physician-button .pharmacist-popup:active,
.product-info-main .product-add-form .pharmacist-physician-button .doctor-consulatant-popup:active,
.product-options-bottom .product-add-form .pharmacist-physician-button .doctor-consulatant-popup:active,
.product-info-main .product-social-links .pharmacist-physician-button .doctor-consulatant-popup:active,
.product-options-bottom .product-social-links .pharmacist-physician-button .doctor-consulatant-popup:active,
.product-info-main .product-add-form .pharmacist-physician-button .pharmacist-popup:hover,
.product-options-bottom .product-add-form .pharmacist-physician-button .pharmacist-popup:hover,
.product-info-main .product-social-links .pharmacist-physician-button .pharmacist-popup:hover,
.product-options-bottom .product-social-links .pharmacist-physician-button .pharmacist-popup:hover,
.product-info-main .product-add-form .pharmacist-physician-button .doctor-consulatant-popup:hover,
.product-options-bottom .product-add-form .pharmacist-physician-button .doctor-consulatant-popup:hover,
.product-info-main .product-social-links .pharmacist-physician-button .doctor-consulatant-popup:hover,
.product-options-bottom .product-social-links .pharmacist-physician-button .doctor-consulatant-popup:hover {
  text-decoration: none;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  border-bottom: 1px solid #dbdbdb;
  padding: 0 0 20px;
}
.product-info-main .product-addto-links a.action.towishlist,
.product-options-bottom .product-addto-links a.action.towishlist,
.product-info-main .product-addto-links a.action.tocompare,
.product-options-bottom .product-addto-links a.action.tocompare {
  font-size: 1.4rem;
  line-height: 2.2rem;
  background: rgba(0, 0, 0, 0);
  border: none;
  color: #4e4e4e;
  font-weight: bold;
  letter-spacing: .56px;
  padding: 0;
}
.product-info-main .product-addto-links a.action.towishlist:hover,
.product-options-bottom .product-addto-links a.action.towishlist:hover,
.product-info-main .product-addto-links a.action.tocompare:hover,
.product-options-bottom .product-addto-links a.action.tocompare:hover {
  background: rgba(0, 0, 0, 0);
}
.product-info-main .product-addto-links a.action.towishlist span,
.product-options-bottom .product-addto-links a.action.towishlist span,
.product-info-main .product-addto-links a.action.tocompare span,
.product-options-bottom .product-addto-links a.action.tocompare span {
  vertical-align: middle;
}
.product-info-main .product-addto-links a.action.towishlist,
.product-options-bottom .product-addto-links a.action.towishlist {
  margin-right: 10px;
  display: inline-block;
  text-decoration: none;
}
.product-info-main .product-addto-links a.action.towishlist:before,
.product-options-bottom .product-addto-links a.action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23.45px;
  line-height: 24px;
  color: #4e4e4e;
  content: '\e601';
  font-family: 'unitedpharmacy-icons';
  margin: 0 4px 0 1px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-info-main .product-addto-links a.action.towishlist:hover:before,
.product-options-bottom .product-addto-links a.action.towishlist:hover:before {
  color: #4e4e4e;
}
.product-info-main .product-addto-links a.action.towishlist:active:before,
.product-options-bottom .product-addto-links a.action.towishlist:active:before {
  color: #4e4e4e;
}
.product-info-main .product-addto-links a.action.tocompare,
.product-options-bottom .product-addto-links a.action.tocompare {
  display: inline-block;
  text-decoration: none;
}
.product-info-main .product-addto-links a.action.tocompare:before,
.product-options-bottom .product-addto-links a.action.tocompare:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 24px;
  color: #4e4e4e;
  content: '\e902';
  font-family: 'unitedpharmacy-icons';
  margin: 0 4px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-info-main .product-addto-links a.action.tocompare:hover:before,
.product-options-bottom .product-addto-links a.action.tocompare:hover:before {
  color: #4e4e4e;
}
.product-info-main .product-addto-links a.action.tocompare:active:before,
.product-options-bottom .product-addto-links a.action.tocompare:active:before {
  color: #4e4e4e;
}
.product-info-main .product-addto-links a.action:hover,
.product-options-bottom .product-addto-links a.action:hover {
  color: #052d76;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #052d76;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #052d76;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #052d76;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #052d76;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #052d76;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.block.related,
.block.upsell,
.block.crosssell {
  margin-top: 10px;
}
.block.related .products-grid,
.block.upsell .products-grid,
.block.crosssell .products-grid {
  margin-left: -20px;
  margin-right: -20px;
}
.block.related .products-grid .product-item,
.block.upsell .products-grid .product-item,
.block.crosssell .products-grid .product-item {
  padding-top: 8px;
}
.block.related .products-grid .product-items:not(.slick-slider),
.block.upsell .products-grid .product-items:not(.slick-slider),
.block.crosssell .products-grid .product-items:not(.slick-slider) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  padding-left: 20px;
  padding-right: 20px;
}
.block.related .products-grid .product-items:not(.slick-slider) .product-item,
.block.upsell .products-grid .product-items:not(.slick-slider) .product-item,
.block.crosssell .products-grid .product-items:not(.slick-slider) .product-item {
  max-width: 142px;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: -1px;
}
.sidebar .block-wishlist .action.delete {
  line-height: unset;
  width: auto;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
.gallery-placeholder {
  margin-bottom: 30px;
}
.gallery-placeholder.bv-multi-thumbnail {
  padding-bottom: 110px;
}
.gallery-placeholder .gallery-placeholder__image {
  border: 1px solid rgba(0, 0, 0, 0);
}
.gallery-placeholder:not(._block-content-loading) .gallery-placeholder__image {
  display: none;
}
.gallery-placeholder .fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
  position: absolute;
  top: 100%;
  width: 100%;
}
.gallery-placeholder._block-content-loading .fotorama-item {
  position: absolute !important;
  top: 0;
  width: 100%;
  z-index: 1;
}
.page-layout-1column .product.media .fotorama {
  overflow: visible;
}
.page-layout-1column .product.media .fotorama__nav {
  text-align: center;
}
.page-layout-1column .product.media .fotorama__nav .fotorama__thumb__arr {
  background: #ffffff;
}
.page-layout-1column .product.media .fotorama__nav-wrap {
  margin-top: 10px;
}
.page-layout-1column .product.media .fotorama__nav-wrap .fotorama__thumb-border {
  background: rgba(0, 0, 0, 0);
  border-radius: 2px;
}
.page-layout-1column .product.media .fotorama__stage {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}
.page-layout-1column .product.media .fotorama__stage .fotorama__arr {
  background: rgba(0, 0, 0, 0);
  transform: none !important;
  opacity: 1;
}
.page-layout-1column .product.media .fotorama__stage .fotorama__arr.fotorama__arr--disabled {
  opacity: 0;
}
.page-layout-1column .product.media .fotorama__stage .fotorama__arr:active {
  background-color: rgba(0, 0, 0, 0);
}
.page-layout-1column .product.media .fotorama__stage .fotorama__arr .fotorama__arr__arr {
  background: #052d76;
  border-radius: 4px;
  height: 30px;
  width: 30px;
}
.page-layout-1column .product.media .fotorama__stage .fotorama__arr .fotorama__arr__arr::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.page-layout-1column .product.media .fotorama__stage .fotorama__arr .fotorama__arr__arr:hover,
.page-layout-1column .product.media .fotorama__stage .fotorama__arr .fotorama__arr__arr:active {
  background: #052d76;
}
.page-layout-1column .product.media .fotorama__stage .fotorama__arr--next {
  right: 0;
}
.page-layout-1column .product.media .fotorama__stage .fotorama__arr--next .fotorama__arr__arr {
  display: inline-block;
  text-decoration: none;
}
.page-layout-1column .product.media .fotorama__stage .fotorama__arr--next .fotorama__arr__arr:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10.78px;
  line-height: 10.78px;
  color: #ffffff;
  content: '\e624';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-layout-1column .product.media .fotorama__stage .fotorama__arr--next .fotorama__arr__arr:hover:before {
  color: #ffffff;
}
.page-layout-1column .product.media .fotorama__stage .fotorama__arr--next .fotorama__arr__arr:active:before {
  color: #ffffff;
}
.page-layout-1column .product.media .fotorama__stage .fotorama__arr--prev {
  left: 0;
}
.page-layout-1column .product.media .fotorama__stage .fotorama__arr--prev .fotorama__arr__arr {
  display: inline-block;
  text-decoration: none;
}
.page-layout-1column .product.media .fotorama__stage .fotorama__arr--prev .fotorama__arr__arr:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10.78px;
  line-height: 10.78px;
  color: #ffffff;
  content: '\e625';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-layout-1column .product.media .fotorama__stage .fotorama__arr--prev .fotorama__arr__arr:hover:before {
  color: #ffffff;
}
.page-layout-1column .product.media .fotorama__stage .fotorama__arr--prev .fotorama__arr__arr:active:before {
  color: #ffffff;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  margin-top: 30px;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 10px;
}
.table-wrapper.comparison::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 70px #ebebeb;
  background-color: #999999;
}
.table-wrapper.comparison::-webkit-scrollbar {
  background-color: #999999;
  height: 6px;
  width: 5px;
}
.table-wrapper.comparison::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell {
  padding: 15px;
  width: 290px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.label {
  font-size: 1.4rem;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.4rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell .price-container .price-label {
  display: none;
}
.table-comparison .cell .special-price .price-container .price {
  color: #ae1d1d;
}
.table-comparison .cell .old-price .price-container .price {
  font-size: 1.5rem;
}
.table-comparison .cell .action.primary:focus,
.table-comparison .cell .action-primary:focus,
.table-comparison .cell .action.primary:active,
.table-comparison .cell .action-primary:active {
  background-color: #052d76;
  color: #ffffff;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating {
  display: block;
  margin: 10px 0;
}
.table-comparison .product-item-name {
  font-size: 1.4rem;
  display: block;
  margin: 10px 0;
}
.table-comparison .product-item-name a {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
}
.table-comparison .price-box .price-container .price {
  font-size: 1.4rem;
}
.table-comparison .price-box .price-from .price-label,
.table-comparison .price-box .price-to .price-label {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}
.table-comparison .price-box .price-from .old-price,
.table-comparison .price-box .price-to .old-price {
  align-self: flex-end;
}
.table-comparison .price-box .price-from .old-price .price-container .price-label,
.table-comparison .price-box .price-to .old-price .price-container .price-label {
  display: none;
}
.table-comparison .price-box .price-from .old-price .price-container .price,
.table-comparison .price-box .price-to .old-price .price-container .price {
  color: #4e4e4e;
}
.table-comparison .price-box .price-from .price-final_price + .old-price,
.table-comparison .price-box .price-to .price-final_price + .old-price {
  margin-left: 7px;
}
.table-comparison .price-box .price-from .price-final_price .price,
.table-comparison .price-box .price-to .price-final_price .price {
  color: #4e4e4e;
}
.table-comparison .price-box.price-final_price .minimal-price > .price-final_price .price-label {
  display: none;
}
.table-comparison .price-box .price-from,
.table-comparison .price-box .price-to,
.table-comparison .price-box .minimal-price {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
}
.table-comparison .price-box .price-from .price-final_price,
.table-comparison .price-box .price-to .price-final_price,
.table-comparison .price-box .minimal-price .price-final_price {
  order: 1;
}
.table-comparison .price-box .price-from .price-final_price .price,
.table-comparison .price-box .price-to .price-final_price .price,
.table-comparison .price-box .minimal-price .price-final_price .price {
  color: #4e4e4e;
}
.table-comparison .price-box .price-from .old-price,
.table-comparison .price-box .price-to .old-price,
.table-comparison .price-box .minimal-price .old-price {
  margin: 0;
  order: 2;
}
.table-comparison .price-box .price-from .old-price + .price-final_price .price,
.table-comparison .price-box .price-to .old-price + .price-final_price .price,
.table-comparison .price-box .minimal-price .old-price + .price-final_price .price {
  color: #ae1d1d;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  font-size: 0;
  display: inline-block;
  text-decoration: none;
}
.table-comparison .cell.remove .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: inherit;
  content: '\e616';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.table-comparison.table:not(.cart):not(.totals) > thead > tr > th,
.table-comparison.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: none;
}
.table-comparison.table:not(.cart):not(.totals) .cell.label {
  border-right: 1px solid #b8b8b8;
}
.table-comparison .product-item-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.table-comparison .product-item-actions > .actions-primary {
  display: inline-block;
  margin-right: 15px;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  display: inline-block;
  vertical-align: middle;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: -6px;
  position: absolute;
  right: 0;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.recommend-component:empty {
  margin: 0;
}
.catalog-product-view {
  position: relative;
}
.catalog-product-view .page-title-wrapper .page-title {
  font-size: 2rem;
  line-height: 3.1rem;
  font-weight: bold;
  letter-spacing: .4px;
  margin-bottom: 20px;
}
.catalog-product-view .bv-custom-open-button {
  bottom: 190px;
}
.catalog-product-view .bv-custom-chat-popup {
  bottom: 260px;
  max-height: 42vh;
}
.catalog-product-view a#backtotop {
  bottom: 185px;
}
.catalog-product-view .product-info-main #tabbyPromo {
  margin-top: 10px;
}
.catalog-product-view .pharmacist-physician-button .request-close {
  display: none;
}
.catalog-product-view .pharmacist-physician-button .doctor-consulatant-popup {
  order: 1;
}
.catalog-product-view .pharmacist-physician-button .pharmacist-popup {
  order: 2;
}
.block-search {
  margin-bottom: 0;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}
.header.content .block-search {
  margin-top: 10px;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #052d76;
  content: '\e615';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #052d76;
}
.block-search .label:active:before {
  color: #052d76;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #d1d1d1;
  clear: both;
  margin: 0 -20px -1px;
  padding: 0 20px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #ffffff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 10px;
}
.cart-summary {
  clear: both;
  margin-bottom: 25px;
}
.cart-summary > .title {
  font-size: 1.6rem;
  line-height: 2rem;
  border-bottom: 1px solid #b8b8b8;
  color: #272727;
  display: block;
  padding-bottom: 15px;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-summary .block.discount .title {
  border-top: 1px solid #b8b8b8;
  padding-left: 0;
}
.cart-summary .block.discount .title strong {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #272727;
}
.cart-summary .block.discount .title::after {
  font-size: 1.8rem;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  right: 0;
  top: 0;
}
.cart-summary .block.discount .content {
  display: block;
}
.cart-summary .block.discount .content .coupon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #b8b8b8;
  margin-bottom: 0;
  padding-top: 20px;
}
.cart-summary .block.discount .content .coupon .field {
  display: inline-block;
  margin-bottom: 0;
  max-width: 319px;
  width: 100%;
}
.cart-summary .block.discount .content .coupon .field .label {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #4e4e4e;
  margin-bottom: 5px;
  white-space: nowrap;
}
.cart-summary .block.discount .content .coupon .field .control div.mage-error {
  position: absolute;
}
.cart-summary .block.discount .content .coupon .field .control input[type='text'] {
  border-bottom-right-radius: 0;
  border-right: 0;
  border-top-right-radius: 0;
  height: 37px;
}
.cart-summary .block.discount .content .coupon .actions-toolbar {
  align-self: center;
  display: inline-block;
  margin-top: 25px;
  max-width: 120px;
  width: 100%;
}
.cart-summary .block.discount .content .coupon .actions-toolbar > .primary {
  width: 100%;
}
.cart-summary .block.discount .content .coupon .actions-toolbar > .primary .action.primary {
  background: #052d76;
  border: 1px solid #052d76;
  border-radius: 4px;
  color: #ffffff;
  height: 37px;
  width: 100%;
}
.cart-summary .block.discount .content .coupon .actions-toolbar > .primary .action.primary:hover {
  background: #ffffff;
  color: #052d76;
}
.cart-summary .cart-totals .table-wrapper .table tbody tr th {
  color: #272727;
  padding: 18px 0  12px;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.cart-summary .cart-totals .table-wrapper .table tbody tr td {
  color: #272727;
  font-weight: bold;
  padding: 18px 0  12px;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.cart-summary .cart-totals .table-wrapper .table tbody tr.grand.totals th,
.cart-summary .cart-totals .table-wrapper .table tbody tr.grand.totals td {
  color: #052d76;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.cart-summary .cart-totals .table-wrapper .table tbody tr.grand.totals th strong,
.cart-summary .cart-totals .table-wrapper .table tbody tr.grand.totals td strong {
  font-weight: bold;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart-products-toolbar-top {
  display: none;
}
.cart.table-wrapper .cart-products-toolbar-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #b8b8b8;
  position: relative;
}
.cart.table-wrapper .items thead tr th {
  background-color: #3188bb;
  color: #ffffff;
  padding: 10px;
  text-align: left;
  text-transform: capitalize;
}
.cart.table-wrapper .items thead tr th.col.price,
.cart.table-wrapper .items thead tr th.col.qty {
  text-align: left;
}
.cart.table-wrapper .items thead tr th.col.subtotal {
  padding-right: 10px;
  text-align: center;
}
.cart.table-wrapper .items thead tr th.col:last-child {
  border-radius: 0 4px 4px 0;
}
.cart.table-wrapper .items thead tr th.col:first-child {
  border-radius: 4px 0 0 4px;
  display: none;
  padding-right: 0;
  text-align: left;
}
.cart.table-wrapper .items tbody tr td {
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 10px;
}
.cart.table-wrapper .items tbody tr td.col {
  text-align: left;
}
.cart.table-wrapper .items tbody tr td.col.price .price-including-tax .price,
.cart.table-wrapper .items tbody tr td.col.subtotal .price-including-tax .price,
.cart.table-wrapper .items tbody tr td.col.price .price-excluding-tax .price,
.cart.table-wrapper .items tbody tr td.col.subtotal .price-excluding-tax .price {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.cart.table-wrapper .items tbody tr td.col.price .price-including-tax > .original-price .price,
.cart.table-wrapper .items tbody tr td.col.price .price-excluding-tax > .original-price .price {
  font-size: 1.3rem;
}
.cart.table-wrapper .items tbody tr td.col.subtotal {
  text-align: right;
}
.cart.table-wrapper .items tbody tr td.col.item {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  padding-top: 25px;
}
.cart.table-wrapper .items tbody tr td.col.qty {
  text-align: center;
}
.cart.table-wrapper .items tbody tr td.col.qty .field.qty .control {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #052d76;
  border-radius: 4px;
  height: 34px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 94px;
  padding: 0 5.5px;
  position: relative;
  width: 100%;
}
.cart.table-wrapper .items tbody tr td.col.qty .field.qty .control div.mage-error {
  font-size: 1rem;
  line-height: 1.3rem;
  left: 0;
  position: absolute;
  top: 30px;
  white-space: pre-wrap;
}
.cart.table-wrapper .items tbody tr td.col.qty .field.qty .control input[type='number'] {
  font-size: 1.4rem;
  line-height: 1.5rem;
  border: none;
  color: #052d76;
  font-weight: bold;
  height: 23px;
  margin-top: 0;
  padding: 0;
  text-align: center;
  width: 33px;
}
.cart.table-wrapper .items tbody tr td.col.qty .field.qty .control input[type='number']:disabled {
  width: 100%;
}
.cart.table-wrapper .items tbody tr td.col.qty .field.qty .control .alo_qty_dec,
.cart.table-wrapper .items tbody tr td.col.qty .field.qty .control .alo_qty_inc {
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .items tbody tr td.col.qty .field.qty .control .alo_qty_dec:before,
.cart.table-wrapper .items tbody tr td.col.qty .field.qty .control .alo_qty_inc:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: #052d76;
  content: '\e60f';
  font-family: 'unitedpharmacy-icons';
  vertical-align: initial;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .items tbody tr td.col.qty .field.qty .control .alo_qty_dec:hover:before,
.cart.table-wrapper .items tbody tr td.col.qty .field.qty .control .alo_qty_inc:hover:before {
  color: #052d76;
}
.cart.table-wrapper .items tbody tr td.col.qty .field.qty .control .alo_qty_dec:active:before,
.cart.table-wrapper .items tbody tr td.col.qty .field.qty .control .alo_qty_inc:active:before {
  color: #052d76;
}
.cart.table-wrapper .items tbody tr td.col.qty .field.qty .control .alo_qty_inc:before {
  content: '\e903';
}
.cart.table-wrapper .items tbody tr.item-actions td {
  padding: 0;
  position: relative;
}
.cart.table-wrapper .items tbody tr.item-actions td .actions-toolbar {
  bottom: 10px;
  margin-bottom: 20px;
  padding-right: 10px;
  right: 20px;
  text-align: right;
}
.cart.table-wrapper .items tbody tr.item-actions td .actions-toolbar > .action {
  background: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
}
.cart.table-wrapper .items tbody tr.item-actions td .actions-toolbar > .action:hover {
  background: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
}
.cart.table-wrapper .items tbody tr.item-actions td .actions-toolbar > .action.action-edit {
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .items tbody tr.item-actions td .actions-toolbar > .action.action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .items tbody tr.item-actions td .actions-toolbar > .action.action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: #4e4e4e;
  content: '\e90c';
  font-family: 'unitedpharmacy-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .items tbody tr.item-actions td .actions-toolbar > .action.action-edit:hover,
.cart.table-wrapper .items tbody tr.item-actions td .actions-toolbar > .action.action-edit:focus,
.cart.table-wrapper .items tbody tr.item-actions td .actions-toolbar > .action.action-edit:active {
  box-shadow: none;
}
.cart.table-wrapper .items tbody tr.item-actions td .actions-toolbar > .action.action-delete {
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .items tbody tr.item-actions td .actions-toolbar > .action.action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .items tbody tr.item-actions td .actions-toolbar > .action.action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: #4e4e4e;
  content: '\e90b';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .items tbody tr.item-actions td .actions-toolbar > .action.action-towishlist {
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .items tbody tr.item-actions td .actions-toolbar > .action.action-towishlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .items tbody tr.item-actions td .actions-toolbar > .action.action-towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: #4e4e4e;
  content: '\e601';
  font-family: 'unitedpharmacy-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cart.table-wrapper .col.price .price-including-tax > .cart-price,
.cart.table-wrapper .col.price .price-excluding-tax > .cart-price {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.cart.table-wrapper .col.price .price-including-tax > .original-price,
.cart.table-wrapper .col.price .price-excluding-tax > .original-price {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  width: 100%;
}
.cart.table-wrapper .col.price .price-including-tax > .original-price .price,
.cart.table-wrapper .col.price .price-excluding-tax > .original-price .price {
  font-size: 1.5rem;
  text-decoration: line-through;
}
.cart.table-wrapper .col.price .price-including-tax > .original-price + .cart-price .price,
.cart.table-wrapper .col.price .price-excluding-tax > .original-price + .cart-price .price {
  color: #ae1d1d;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  max-width: 94px;
  padding: 0;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  padding-left: 20px;
  white-space: normal;
}
.cart.table-wrapper .product-item-details .shipping-type {
  margin-top: 8px;
}
.cart.table-wrapper .product-item-details .shipping-type img {
  display: block;
  max-width: 94px;
}
.cart.table-wrapper .product-item-details .delivery-text {
  margin-top: 8px;
}
.cart.table-wrapper .product-item-name {
  border-bottom: 0;
  display: block;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.cart.table-wrapper .product-item-name a {
  color: #272727;
}
.cart.table-wrapper .product-item-name a:hover {
  text-decoration: none;
}
.cart.table-wrapper .product-item-name .product-item-link {
  min-height: 0;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .item-options-bundle dd {
  width: 100%;
}
.cart.table-wrapper .item-options-bundle dd span.price {
  display: none;
}
.cart.table-wrapper .item-options-bundle dt {
  display: none;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart.main.actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.cart.main.actions .action {
  width: 100%;
}
.cart.main.actions .action.continue {
  background-color: #ffffff;
  border: 1px solid #052d76;
  border-radius: 4px;
  color: #052d76;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 7.5px 35.5px;
}
.cart.main.actions .action.continue::before {
  display: none;
}
.cart.main.actions .action.continue:hover {
  background-color: #052d76;
  color: #ffffff;
}
.cart.main.actions .action.update {
  background-color: #052d76;
  border: 1px solid #052d76;
  color: #ffffff;
  margin: 0;
  padding: 7.5px 35.5px;
}
.cart.main.actions .action.update:hover {
  background-color: #ffffff;
  color: #052d76;
}
.cart.main.actions .action.update::before {
  display: none;
}
.cart-container .checkout-methods-items .action.primary.checkout {
  font-size: 1.6rem;
  line-height: 2.5rem;
  border-radius: 0;
  bottom: 95px;
  left: 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 890;
}
.cart-container .checkout-methods-items .action.primary:hover,
.cart-container .checkout-methods-items .action.primary:active,
.cart-container .checkout-methods-items .action.primary:focus {
  color: #ffffff;
  background: #052d76;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.checkout-cart-index .cash-on-delivery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #459b2c;
  border-radius: 4px;
  margin: 0 0 5px;
  padding: 15px;
}
.checkout-cart-index .cash-on-delivery span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #ffffff;
  font-weight: bold;
}
.checkout-cart-index .cash-on-delivery .sign {
  line-height: 2.3rem;
  background: #ffee20;
  border-radius: 50%;
  color: #459b2c;
  display: inline-block;
  margin-right: 10px;
  padding: .5px 7px .5px 7px;
}
.checkout-cart-index .page-main .page-title-wrapper {
  text-align: left;
}
.checkout-cart-index .page-main .page-title-wrapper .page-title {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 18px;
  margin-top: 30px;
}
.checkout-cart-index .bv-custom-open-button,
.checkout-cart-index a#backtotop {
  bottom: 150px;
}
.checkout-cart-index .bv-custom-chat-popup {
  bottom: 220px;
  max-height: 45vh;
}
.block-minicart .items-total {
  color: #272727;
  float: left;
  margin: 0;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #272727;
  text-align: right;
}
.block-minicart .subtotal .label:after {
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: -2px;
}
.block-minicart .subtotal .items-total {
  font-size: 1.2rem;
  line-height: 2rem;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 10px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  padding: 5px 17px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-content > .actions > .primary .action.checkout {
  font-size: 1.2rem;
  line-height: 2rem;
}
.block-minicart .block-content > .actions > .secondary .viewcart {
  font-size: 1.2rem;
  line-height: 2rem;
  background-color: #edf4f6;
  border: 1px solid #edf4f6;
  color: #052d76;
  padding: 5px 17px;
  width: 100%;
}
.block-minicart .block-content > .actions > .secondary .viewcart:hover {
  background-color: #052d76;
  border-color: #052d76;
  color: #ffffff;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.block-minicart .amount .price-wrapper .price {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: bold;
}
.block-minicart .items-total {
  font-size: 1.2rem;
  line-height: 2rem;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #052d76;
  content: '\e913';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #052d76;
}
.minicart-wrapper .action.showcart:active:before {
  color: #052d76;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #052d76;
  content: '\e913';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #052d76;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #052d76;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  width: 300px;
  padding: 20px 15px 0;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  z-index: 901;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart::before,
.minicart-wrapper .block-minicart::after {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
  position: relative;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 11.14px;
  position: absolute;
  right: 10px;
  top: 6px;
  width: 11.14px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11.14px;
  line-height: 11.14px;
  color: #ae1d1d;
  content: '\e616';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close:hover,
.minicart-wrapper .action.close:active,
.minicart-wrapper .action.close:focus {
  color: #ae1d1d;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .text {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .28px;
  line-height: 22px;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ae1d1d;
  color: #ffffff;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  display: inline-block;
  font-size: 11px;
  left: 11px;
  min-width: 20px;
  overflow: hidden;
  padding: 0 2px;
  position: absolute;
  text-align: center;
  top: -8px;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 20px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.page-header .minicart-wrapper .minicart-text {
  display: none;
}
.minicart-items-wrapper {
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  max-height: 117px;
  overflow-x: auto;
  padding: 10px 20px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 10px;
  padding-top: 10px;
}
.minicart-items .product-item:first-child {
  border-top: 1px solid #b8b8b8;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product-item-name .product-item-link {
  min-height: auto;
}
.minicart-items .product.options {
  clear: both;
  font-size: 14px;
}
.minicart-items .product.options.item-options-bundle dt.label {
  display: none;
}
.minicart-items .product.options.item-options-bundle dd.values .price {
  display: none;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .product-item-photo .product-image-container {
  display: block;
  width: 55px !important;
}
.minicart-items .product .product-item-photo .product-image-container .product-image-wrapper img {
  font-size: 0.9rem;
  border: 1px solid #edf4f6;
  border-radius: 4px;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'unitedpharmacy-icons';
  margin: 0 4px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  border: none;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.minicart-items .product-item-name .product-item-link {
  min-height: auto;
}
.minicart-items .product-item-name a {
  color: #052d76;
}
.minicart-items .product-item-details {
  padding-left: 70px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product-item-details .details-qty.qty {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.minicart-items .product-item-details .details-qty.qty .label {
  margin-right: 5px;
  font-size: 1.2rem;
}
.minicart-items .product-item-details .details-qty.qty .control {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #052d76;
  border-radius: 4px;
  height: 25px;
  justify-content: space-between;
  max-width: 75px;
  padding: 0 7.5px;
  position: relative;
  width: 100%;
}
.minicart-items .product-item-details .details-qty.qty .control input[type='number'] {
  font-size: 1.2rem;
  line-height: 1.7rem;
  border: none;
  color: #052d76;
  font-weight: bold;
  height: 20px;
  padding: 0;
  text-align: center;
}
.minicart-items .product-item-details .details-qty.qty .control input[type='number'].item-qty {
  width: 30px;
}
.minicart-items .product-item-details .details-qty.qty .control input[type='number'].item-qty:disabled {
  border: 1px solid #052d76;
  height: 26px;
  padding: 0;
  text-align: center;
  width: 63px;
}
.minicart-items .product-item-details .details-qty.qty .control .decrease-qty {
  line-height: 1;
}
.minicart-items .product-item-details .details-qty.qty .control .decrease-qty .icon-collapse,
.minicart-items .product-item-details .details-qty.qty .control .decrease-qty .icon-expand {
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product-item-details .details-qty.qty .control .decrease-qty .icon-collapse:before,
.minicart-items .product-item-details .details-qty.qty .control .decrease-qty .icon-expand:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: #052d76;
  content: '\e60f';
  font-family: 'unitedpharmacy-icons';
  vertical-align: initial;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product-item-details .details-qty.qty .control .decrease-qty .icon-collapse:hover:before,
.minicart-items .product-item-details .details-qty.qty .control .decrease-qty .icon-expand:hover:before {
  color: #052d76;
}
.minicart-items .product-item-details .details-qty.qty .control .decrease-qty .icon-collapse:active:before,
.minicart-items .product-item-details .details-qty.qty .control .decrease-qty .icon-expand:active:before {
  color: #052d76;
}
.minicart-items .product-item-details .details-qty.qty .control .decrease-qty .icon-collapse:focus,
.minicart-items .product-item-details .details-qty.qty .control .decrease-qty .icon-expand:focus,
.minicart-items .product-item-details .details-qty.qty .control .decrease-qty .icon-collapse:active,
.minicart-items .product-item-details .details-qty.qty .control .decrease-qty .icon-expand:active {
  box-shadow: none;
}
.minicart-items .product-item-details .details-qty.qty .control .decrease-qty .icon-collapse:before,
.minicart-items .product-item-details .details-qty.qty .control .decrease-qty .icon-expand:before {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  justify-content: center;
  width: 15px;
}
.minicart-items .product-item-details .details-qty.qty .control .increase-qty {
  line-height: 1;
}
.minicart-items .product-item-details .details-qty.qty .control .increase-qty .icon-expand:before {
  content: '\e903';
}
.minicart-items .product-item-details .details-qty.qty .control .increase-qty .icon-expand:before {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  justify-content: center;
  width: 15px;
}
.minicart-items .product-item-details .details-qty.qty .update-cart-item {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #052d76;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-left: 8px;
  text-decoration: underline;
}
.minicart-items .product-item-details .details-qty.qty .update-cart-item:visited {
  color: #052d76;
  text-decoration: none;
}
.minicart-items .product-item-details .details-qty.qty .update-cart-item:hover {
  color: #052d76;
  text-decoration: underline;
}
.minicart-items .product-item-details .details-qty.qty .update-cart-item:active {
  color: #052d76;
  text-decoration: underline;
}
.minicart-items .product-item-details .details-qty.qty .update-cart-item:hover,
.minicart-items .product-item-details .details-qty.qty .update-cart-item:active,
.minicart-items .product-item-details .details-qty.qty .update-cart-item:focus {
  background: none;
  border: 0;
}
.minicart-items .product-item-details .details-qty.qty .update-cart-item.disabled,
.minicart-items .product-item-details .details-qty.qty .update-cart-item[disabled],
fieldset[disabled] .minicart-items .product-item-details .details-qty.qty .update-cart-item {
  color: #052d76;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minicart-items .product-item-details .details-qty.free-product-qty input[type='number'] {
  border: 1px solid #052d76;
  border-radius: 4px;
  color: #052d76;
  font-weight: 700;
  height: 25px;
  max-width: 50px;
  opacity: 1;
  padding: 0;
  text-align: center;
}
.minicart-items .product-item-details .shipping-label-type {
  display: none;
}
.minicart-items .product-item-details .shipping-label-type + .shipping-label-image {
  float: left;
  max-width: 62px;
  width: auto;
}
.minicart-items .product-item-details .product-item-pricing {
  clear: both;
  display: inline-block;
  width: 100%;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'unitedpharmacy-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #4e4e4e;
  content: '\e90c';
  font-family: 'unitedpharmacy-icons';
  margin: 6px 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before {
  color: #4e4e4e;
}
.minicart-items .action.edit:active:before {
  color: #4e4e4e;
}
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #4e4e4e;
  content: '\e90b';
  font-family: 'unitedpharmacy-icons';
  margin: 6px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.delete:hover:before {
  color: #4e4e4e;
}
.minicart-items .action.delete:active:before {
  color: #4e4e4e;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #052d76;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #ffffff;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'unitedpharmacy-icons';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'unitedpharmacy-icons';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .field-tooltip {
  top: 8px;
}
.checkout-index-index .modal-popup .form-shipping-address .fieldset > .field:not(.choice) > .label {
  display: none;
}
.checkout-index-index .modal-popup .form-shipping-address .admin__field.location-type-custom {
  border: 0;
  display: inline-block;
  margin: 0 0 20px;
  padding: 0 7px;
  width: 100%;
}
.checkout-index-index .modal-popup .form-shipping-address .admin__field.location-type-custom legend.admin__field-label {
  color: #272727;
  font-weight: 700;
}
.checkout-index-index .modal-popup .form-shipping-address .admin__field.location-type-custom .admin__field-label {
  margin-bottom: 3px;
  padding: 0;
}
.checkout-index-index .modal-popup .form-shipping-address .admin__field.location-type-custom .admin__field-control {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.checkout-index-index .modal-popup .form-shipping-address .admin__field.location-type-custom .admin__field-control .admin__field-option {
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-index-index .modal-popup .form-shipping-address .admin__field.location-type-custom .admin__field-control .admin__field-option input[type="radio"] {
  margin: 2px 0 0 5px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'unitedpharmacy-icons';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #052d76;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #052d76;
  content: '\e606';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #052d76;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .minicart-items .product-item:first-child .details-qty:before,
.opc-block-summary .minicart-items .product-item:first-child .subtotal:before,
.opc-block-summary .minicart-items .product-item:first-child .product-image-container:before {
  content: attr(data-th);
  font-size: 12px;
  font-weight: bold;
  left: 0;
  line-height: 20px;
  position: absolute;
  top: -47px;
  width: 100%;
}
.opc-block-summary .minicart-items .product-item:first-child .details-qty:before {
  left: auto;
  max-width: 54px;
  text-align: center;
}
.opc-block-summary .minicart-items .product-item:first-child .subtotal:before {
  left: auto;
  right: 0;
  width: auto;
}
.opc-block-summary .table-totals .mark {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 400;
  padding-left: 0;
}
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.opc-block-summary .table-totals .amount {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: bold;
  padding-right: 0;
  text-align: right;
  white-space: nowrap;
}
.opc-block-summary .table-totals .amount strong {
  font-weight: bold;
}
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #052d76;
  font-weight: 800;
  padding-top: 8px;
}
.opc-block-summary .table-totals .grand .mark strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 800;
}
.opc-block-summary .table-totals .grand .amount {
  text-align: right;
}
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  font-size: 1.6rem;
  line-height: 2.2rem;
  cursor: pointer;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.opc-block-summary .mark .value {
  color: #999999;
  font-size: 1.2rem;
  display: block;
  line-height: 1;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  font-size: 1.6rem;
  border-top: 0;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #b8b8b8;
  padding: 0 40px 13px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 6px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  letter-spacing: .32px;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
  width: 100%;
}
.column.main .opc-block-summary .items-in-cart.block > .title strong {
  font-size: 1.4rem;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 500px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  text-align: right;
}
.opc-block-summary .product-item .price-excluding-tax,
.opc-block-summary .product-item .price-including-tax {
  margin-top: 0;
}
.opc-block-summary .product-item .price {
  color: #272727;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .minicart-items .product-item .product-item-details .price {
  font-size: 1.2rem;
  line-height: 20px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.checkout-payment-method .prescription-add .prescription-option-title {
  font-size: 1.6rem;
  line-height: 2.5rem;
  border-top: 1px solid #b8b8b8;
  color: #4e4e4e;
  font-weight: 700;
  letter-spacing: .32px;
  margin-bottom: 10px;
  padding-top: 20px;
}
.checkout-payment-method .prescription-add .field.custom-file {
  margin-bottom: 15px;
}
.checkout-payment-method .prescription-add .field.custom-file > label {
  display: inline-block;
  margin-bottom: 5px;
  width: 100%;
}
.checkout-payment-method .prescription-add .action.action-apply {
  margin-bottom: 20px;
}
.opc-block-summary .minicart-items .product-item:first-child .details-qty:before,
.opc-block-summary .minicart-items .product-item:first-child .subtotal:before,
.opc-block-summary .minicart-items .product-item:first-child .product-image-container:before {
  left: 0;
  right: auto;
}
.opc-block-summary .minicart-items .product-item:first-child .details-qty:before {
  left: inherit;
  right: auto;
}
.opc-block-summary .minicart-items .product-item:first-child .subtotal:before {
  left: 0;
  right: auto;
}
.opc-block-summary .table-totals .mark {
  padding-left: 10px;
  padding-right: 0;
  text-align: right;
}
.opc-block-summary .table-totals .amount {
  padding-left: 0;
  padding-right: 10px;
  text-align: left;
}
.opc-block-summary .table-totals .grand .amount {
  text-align: left;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-left: 0;
  padding-right: 25px;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  left: -5px;
  right: auto;
}
.opc-block-summary .total-rules > .amount > .rule-amount,
.opc-block-summary span.price {
  unicode-bidi: plaintext;
}
.opc-block-summary .items-in-cart > .title {
  padding: 0 0 13px 40px;
}
.opc-block-summary .items-in-cart > .title:after {
  left: 0;
  right: auto;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 0 0 -15px;
  padding: 15px 0 0 15px;
}
.column.main .opc-block-summary .product-item {
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-name-block {
  padding-left: 5px;
  padding-right: 0;
  text-align: right;
}
.opc-block-summary .product-item .subtotal {
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary {
  text-align: right;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 1001;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method .payment-method-title {
  color: #272727;
  font-size: 14px;
  line-height: 22px;
  position: relative;
}
.checkout-payment-method .payment-method .payment-method-title input[type='radio'] {
  height: 24px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.checkout-payment-method .payment-method .payment-method-title input[type='radio'] + label:before {
  background-color: #ffffff;
  border: 1px solid #052d76;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 24px;
  margin-right: 10px;
  vertical-align: middle;
  width: 24px;
}
.checkout-payment-method .payment-method .payment-method-title input[type='radio']:checked + label {
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-method .payment-method-title input[type='radio']:checked + label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #052d76;
  content: '\e909';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-method .payment-method-title input[type='radio']:checked + label:before {
  border: none;
}
.checkout-payment-method .payment-method .stcpay .payment-icon {
  margin-top: 0;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title #aps_fort_cc + .payment-icon {
  max-width: 42%;
  width: 100%;
}
.checkout-payment-method .payment-method-title .payment-icon {
  float: right;
  max-height: 36px;
  right: 0;
  top: 50%;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 23px 0 0;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-method .payment-method-title input[type='radio'] + label:before {
  margin-left: 10px;
  margin-right: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  float: left;
  left: 0;
  right: auto;
}
.checkout-payment-method .payment-method-title .action-help {
  margin-left: 0;
  margin-right: 5px;
}
.checkout-payment-method .payment-method-content {
  padding: 0 22px 20px 0;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-left: 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #052d76;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #052d76;
  content: '\e622';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #052d76;
}
.checkout-payment-method .discount-code.payment-option .discount-title {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .32px;
  line-height: 25px;
  margin-bottom: 5px;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .form-discount {
  display: flex;
  width: 100%;
}
.checkout-payment-method .form-discount .actions-toolbar {
  margin-bottom: 0;
  max-width: 120px;
  width: 100%;
}
.checkout-payment-method .form-discount .actions-toolbar .primary {
  margin: 0;
  width: 100%;
}
.checkout-payment-method .form-discount .actions-toolbar .action {
  width: 100%;
}
.checkout-payment-method .payment-option-inner {
  margin: 0;
  width: 100%;
}
.checkout-payment-method .payment-method-content .form .ccform {
  margin-bottom: 0;
}
.checkout-payment-method .payment-method-content .form .ccform > .field:last-child {
  margin-bottom: 0;
}
.checkout-payment-method .payment-method-content .remember_me input[type='checkbox'] {
  float: left;
  top: 4px;
}
.checkout-payment-method .payment-method-content .remember_me > .label {
  width: auto;
}
.checkout-payment-method .payment-method-content .fieldset > .field.remember_me:not(.choice) > .label {
  width: auto;
}
.checkout-payment-method .credit-card-types {
  margin-bottom: 0;
  padding: 0;
}
.checkout-payment-method .credit-card-types img {
  width: 100%;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-payment-method .fieldset > .field:not(.choice) > .label {
  float: right;
}
.checkout-payment-method .payment-option-content {
  padding: 0 22px 20px 0;
}
.checkout-payment-method .payment-method-content .remember_me input[type='checkbox'] {
  float: right;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content .remember .fieldset > .field.remember_me:not(.choice) > .label {
  float: right;
}
.checkout-payment-method .credit-card-types img {
  width: 100%;
}
.checkout-payment-method .credit-card-types .item {
  margin: 0 0 0 5px;
}
.checkout-payment-method .ccard.fieldset > .field:not(.choice) > .control {
  float: right;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group .field {
  float: right;
}
.checkout-payment-method .ccard.fieldset .fields > .field .fields.group .field {
  float: right;
}
.checkout-payment-method .ccard.fieldset .field-tooltip {
  left: 0;
  right: auto;
  top: 4px;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 0;
  padding-right: 5px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-left: 20px;
  padding-right: 0;
}
.checkout-payment-method .ccard > .field.cvv .control._with-tooltip .field-tooltip .field-tooltip-content {
  left: auto;
  right: 38px;
  top: 0;
  transform: rotate(180deg);
}
.checkout-payment-method .payment-method .payment-method-content .payment-method-title input[type='radio'] + label {
  display: inline-block;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #4e4e4e;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.checkout-index-index .bv-custom-chat-popup {
  bottom: 120px;
}
.amcheckout-step-container .step-content .amcheckout-delivery-type .homedeliveryy span {
  display: inline-block;
  text-decoration: none;
}
.amcheckout-step-container .step-content .amcheckout-delivery-type .homedeliveryy span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 19.5px;
  line-height: 19.5px;
  color: inherit;
  content: '\e908';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amcheckout-step-container .step-content .amcheckout-delivery-type .storepickupp span {
  display: inline-block;
  text-decoration: none;
}
.amcheckout-step-container .step-content .amcheckout-delivery-type .storepickupp span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18.5px;
  line-height: 18.5px;
  color: inherit;
  content: '\e919';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview button,
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview .cart.table-wrapper .actions-toolbar > .action {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #052d76;
  background: none;
  border: 0;
  display: inline;
  display: inline-block;
  text-decoration: none;
}
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview button:visited,
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview .cart.table-wrapper .actions-toolbar > .action:visited {
  color: #052d76;
  text-decoration: none;
}
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview button:hover,
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview .cart.table-wrapper .actions-toolbar > .action:hover {
  color: #052d76;
  text-decoration: underline;
}
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview button:active,
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview .cart.table-wrapper .actions-toolbar > .action:active {
  color: #052d76;
  text-decoration: underline;
}
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview button:hover,
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview button:active,
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview button:focus,
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview .cart.table-wrapper .actions-toolbar > .action:hover,
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview .cart.table-wrapper .actions-toolbar > .action:active,
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview .cart.table-wrapper .actions-toolbar > .action:focus {
  background: none;
  border: 0;
}
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview button.disabled,
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview button[disabled],
fieldset[disabled] .amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview button,
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview .cart.table-wrapper .actions-toolbar > .action.disabled,
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview .cart.table-wrapper .actions-toolbar > .action {
  color: #052d76;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview button:before,
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview .cart.table-wrapper .actions-toolbar > .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 22px;
  color: #4e4e4e;
  content: '\e916';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview button.list-view:before,
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview .cart.table-wrapper .actions-toolbar > .action.list-view:before {
  content: '\e91b';
}
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview button:before,
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview .cart.table-wrapper .actions-toolbar > .action:before {
  font-weight: bold;
}
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview button:hover,
.amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview .cart.table-wrapper .actions-toolbar > .action:hover {
  text-decoration: none;
}
.amcheckout-step-container .step-content .store-list-content-list-view {
  background: #ffffff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  max-height: 507px;
  overflow-y: auto;
}
.amcheckout-step-container .step-content .store-list-content-list-view:empty {
  display: none;
  padding: 0;
}
.amcheckout-step-container .step-content .store-list-content-list-view .row-store {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #98aaaf;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 10px 42px;
  position: relative;
  width: calc(100% - 22px);
}
.amcheckout-step-container .step-content .store-list-content-list-view .row-store:first-child {
  margin-top: 10px;
}
.amcheckout-step-container .step-content .store-list-content-list-view .row-store:last-child {
  margin-bottom: 10px;
}
.amcheckout-step-container .step-content .store-list-content-list-view .row-store:hover {
  background: #edf4f6;
  border-color: #052d76;
}
.amcheckout-step-container .step-content .store-list-content-list-view .row-store-radio [type='radio'] {
  left: -10000%;
  position: absolute;
}
.amcheckout-step-container .step-content .store-list-content-list-view .row-store-radio [type='radio'] + label {
  float: left;
}
.amcheckout-step-container .step-content .store-list-content-list-view .row-store-radio [type='radio'] + label:before {
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #052d76;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 24px;
  left: 10px;
  margin-right: 10px;
  position: absolute;
  top: 10px;
  vertical-align: middle;
  width: 24px;
}
.amcheckout-step-container .step-content .store-list-content-list-view .row-store-radio [type='radio']:checked + label {
  float: left;
  display: inline-block;
  text-decoration: none;
}
.amcheckout-step-container .step-content .store-list-content-list-view .row-store-radio [type='radio']:checked + label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #052d76;
  content: '\e909';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amcheckout-step-container .step-content .store-list-content-list-view .row-store-radio [type='radio']:checked + label:before {
  border: none;
}
.amcheckout-step-container .step-content .store-list-content-list-view .row-store-time,
.amcheckout-step-container .step-content .store-list-content-list-view .row-store-address {
  clear: both;
  display: block;
}
.amcheckout-step-container .step-content .store-list-content-list-view .row-store-time,
.amcheckout-step-container .step-content .store-list-content-list-view .row-store-name {
  color: #272727;
  font-weight: bold;
}
.amcheckout-step-container .step-content .store-list-content-map-view .amlocator-map-container {
  margin-top: 0;
}
.amcheckout-step-container .amlocator-map-container .amlocator-map {
  height: 478px;
}
.store-list-search-input {
  position: relative;
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
.store-list-search-input:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: #4e4e4e;
  content: '\e615';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.store-list-search-input:after {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.store-list-search-input input[type='text'] {
  padding-right: 50px;
  height: 40px;
}
.store-list-search-input input[type='text']:focus {
  border-color: #052d76;
}
.checkout-onepage-success .columns {
  background: #fafcfb;
  margin-bottom: 50px;
  margin-top: 30px;
  padding: 50px;
}
.checkout-onepage-success .columns .column.main {
  min-height: 100px;
  padding-bottom: 0;
}
.checkout-onepage-success .columns > .page-title-wrapper {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.checkout-onepage-success .columns > .page-title-wrapper .page-title {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
}
.checkout-onepage-success .columns > .page-title-wrapper .page-title:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 66px;
  color: #459b2c;
  content: '\e909';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-onepage-success .columns > .page-title-wrapper .page-title:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.checkout-onepage-success .columns > .page-title-wrapper .page-title span {
  display: block;
  margin-top: 75px;
}
.checkout-onepage-success .checkout-success {
  text-align: center;
}
.checkout-onepage-success .checkout-success p {
  font-size: 1.4rem;
  line-height: 2rem;
}
.checkout-onepage-success .checkout-success p:first-child {
  color: #052d76;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2rem;
}
.checkout-onepage-success .checkout-success p a {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #052d76;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.checkout-onepage-success .checkout-success .actions-toolbar {
  display: inline-block;
  margin-top: 30px;
  text-align: center;
}
.checkout-onepage-success .checkout-success .actions-toolbar .primary .action.continue {
  font-size: 1.4rem;
  line-height: 2.5rem;
  background: #459b2c;
  border: 1px solid #459b2c;
  color: #ffffff;
}
.checkout-onepage-success .checkout-success .actions-toolbar .primary .action.continue:hover {
  background: #ffffff;
  color: #459b2c;
}
#checkout-payment-method-load .payment-method.apple-pay {
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
}
#checkout-payment-method-load .payment-method.apple-pay .payment-method-content {
  padding: 0;
}
#checkout-payment-method-load .payment-method.apple-pay .payment-method-content .actions-toolbar {
  display: block !important;
}
#checkout-payment-method-load .payment-method.apple-pay .payment-method-content .actions-toolbar > .primary {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
#checkout-payment-method-load .payment-method.apple-pay .payment-method-content .actions-toolbar > .primary #applePay {
  display: block !important;
  font-size: 0;
  margin-bottom: 20px;
  margin-top: 0 !important;
  width: 100% !important;
  background-size: 100% !important;
}
#checkout-payment-method-load .payment-method.apple-pay .payment-method-content .actions-toolbar > .primary #applePay:hover {
  color: #ffffff;
}
#checkout-payment-method-load .payment-method.apple-pay [data-role='checkout-agreements'] {
  margin: 0;
}
.qitaf-redeem-section .switch,
.toggle-reward-section .switch {
  display: inline-block;
  height: 24px;
  position: relative;
  width: 46px;
}
.qitaf-redeem-section .switch input,
.toggle-reward-section .switch input {
  height: 0;
  opacity: 0;
  width: 0;
}
.qitaf-redeem-section .slider,
.toggle-reward-section .slider {
  background-color: #d7d7d7;
  border-radius: 24px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.qitaf-redeem-section .slider:before,
.toggle-reward-section .slider:before {
  background-color: #ffffff;
  border-radius: 50%;
  bottom: 3px;
  content: "";
  height: 18px;
  left: 3px;
  position: absolute;
  transition: 0.4s;
  width: 18px;
}
.qitaf-redeem-section input:checked + .slider,
.toggle-reward-section input:checked + .slider {
  background-color: #203874;
}
.qitaf-redeem-section input:checked + .slider:before,
.toggle-reward-section input:checked + .slider:before {
  transform: translateX(22px);
}
.cms-page-view .amfaq_questions .amfaq-title {
  display: none;
}
.cms-page-view .amfaq_questions .am-title {
  line-height: 2.2rem;
  letter-spacing: .28px;
  padding-right: 50px;
  position: relative;
}
.cms-page-view .amfaq_questions .am-title .am-plus,
.cms-page-view .amfaq_questions .am-title .am-minus {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  position: absolute;
  right: 10px;
  top: 0;
}
.cms-page-view .amfaq_questions .am-title .am-plus:before,
.cms-page-view .amfaq_questions .am-title .am-minus:before {
  line-height: 2.4rem;
}
.cms-page-view .amfaq_questions .am-item {
  padding: 13px;
}
.cms-page-view.cms-faq-cms .page-main-full-width {
  background: #edf4f6;
}
.cms-page-content p,
.cms-page-content span {
  font-size: 14px !important;
}
.cms-page-content h2 {
  font-size: 20px !important;
}
.cms-page-content h3 {
  font-size: 16px !important;
}
.cms-page-content[data-content-type='row'][data-appearance='full-width'] {
  padding: 0;
}
.contact-us-detail .contact-info .info-desc {
  align-items: center;
  display: flex;
}
.contact-us-detail .contact-info .info-desc .detail-icon {
  border-radius: 100%;
}
.contact-us-detail .contact-info .info-desc .detail-icon.address {
  display: inline-block;
  text-decoration: none;
}
.contact-us-detail .contact-info .info-desc .detail-icon.address:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 50px;
  color: #052d76;
  content: '\e922';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.contact-us-detail .contact-info .info-desc .detail-icon.email {
  display: inline-block;
  text-decoration: none;
}
.contact-us-detail .contact-info .info-desc .detail-icon.email:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 50px;
  color: #052d76;
  content: '\e923';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.contact-us-detail .contact-info .info-desc .detail-icon.phone {
  display: inline-block;
  text-decoration: none;
}
.contact-us-detail .contact-info .info-desc .detail-icon.phone:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 50px;
  color: #052d76;
  content: '\e921';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.contact-us-detail .contact-info .info-desc .detail-icon.time {
  display: inline-block;
  text-decoration: none;
}
.contact-us-detail .contact-info .info-desc .detail-icon.time:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 50px;
  color: #052d76;
  content: '\e910';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.contact-us-detail .contact-info .info-desc .detail-icon:before {
  width: 18px;
}
.monthly-magazine-section[data-content-type='row'][data-appearance='full-width'] {
  padding: 0;
}
.monthly-magazine-section[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  padding: 0;
}
.monthly-magazine-section .pagebuilder-column-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.monthly-magazine-section .pagebuilder-column-line .pagebuilder-column {
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  padding: 10px;
}
.monthly-magazine-section .pagebuilder-column-line .pagebuilder-column[data-content-type='column'] {
  flex-basis: calc(50% - 5px);
  width: 25%;
}
.monthly-magazine-section .pagebuilder-column-line .pagebuilder-column[data-content-type='column'] [data-content-type='heading'] {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #272727;
  font-weight: 700;
  margin: 10px 0;
  text-align: center;
}
.monthly-magazine-section .pagebuilder-column-line .pagebuilder-column[data-content-type='column'] img {
  object-fit: cover;
  width: 100%;
}
.monthly-magazine-section .pagebuilder-column-line .pagebuilder-column[data-content-type='column'] [data-content-type='image'] > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 220px;
}
.magazine-list-banner .banner-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.magazine-list-banner .banner-list .magazine-category-block {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
.magazine-list-banner .banner-list .magazine-category-block .banner-link {
  border-radius: 8px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.magazine-list-banner .banner-list .magazine-category-block .banner-link .offer-label {
  line-height: 1.6rem;
  background: #f22c55;
  color: #ffffff;
  display: inline-block;
  left: -70px;
  position: absolute;
  text-align: center;
  top: 20px;
  transform: rotate(-45deg);
  width: 200px;
}
.magazine-list-banner .banner-list .magazine-category-block .banner-link .offer-label span {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .9px;
  text-transform: uppercase;
}
.magazine-list-banner .banner-list .magazine-category-block .banner-link .img-banner {
  display: block;
  width: 100%;
}
.magazine-list-banner .banner-list .magazine-category-block .banner-link .magazine-category-label {
  background: rgba(1, 86, 152, 0.6);
  bottom: 0;
  left: 0;
  padding: 15px 8px 5px;
  position: absolute;
  right: 0;
}
.magazine-list-banner .banner-list .magazine-category-block .banner-link .magazine-category-label .magazine-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #ffffff;
  display: -webkit-box;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
  overflow: hidden;
}
.magazine-list-banner .banner-list .magazine-category-block .banner-link .magazine-category-label .magazine-date {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #ffffff;
}
#html-body .dflex[data-content-type='row'] {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}
.mobile-view-link .pagebuilder-button-link {
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #1079b8;
  margin: 15px 0 10px;
  padding: 0;
}
.mobile-view-link .pagebuilder-button-link span {
  display: inline-block;
  text-decoration: none;
}
.mobile-view-link .pagebuilder-button-link span:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5px;
  line-height: 10px;
  color: inherit;
  content: '\e608';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mobile-view-link .pagebuilder-button-link span:after {
  background: #1079b8;
  border-radius: 100%;
  color: #ffffff;
  font-weight: 700;
  height: 12px;
  margin-bottom: 3px;
  margin-left: 10px;
  padding: 1px .5px 1px 1.5px;
  width: 12px;
}
.health-page-customer-care-slider .slick-dots,
.health-page-dispense-slider .slick-dots,
.health-page-middle-slider .slick-dots,
.health-page-main-banners-slider .slick-dots,
.medication-page-middle-banners-sliders .slick-dots,
.medication-page-multivitamins-sliders .slick-dots {
  font-size: 0.2rem;
  background: transparent;
  border-radius: 5px;
  bottom: 5px;
  left: 50%;
  padding: 3px 2px;
  position: absolute;
  transform: translateX(-50%);
  width: auto;
}
.health-page-customer-care-slider .slick-dots li,
.health-page-dispense-slider .slick-dots li,
.health-page-middle-slider .slick-dots li,
.health-page-main-banners-slider .slick-dots li,
.medication-page-middle-banners-sliders .slick-dots li,
.medication-page-multivitamins-sliders .slick-dots li {
  height: 4px;
  margin: 0 1px;
  width: 4px;
}
.health-page-customer-care-slider .slick-dots li.slick-active,
.health-page-dispense-slider .slick-dots li.slick-active,
.health-page-middle-slider .slick-dots li.slick-active,
.health-page-main-banners-slider .slick-dots li.slick-active,
.medication-page-middle-banners-sliders .slick-dots li.slick-active,
.medication-page-multivitamins-sliders .slick-dots li.slick-active {
  width: 8px;
}
.health-page-customer-care-slider .slick-dots li button,
.health-page-dispense-slider .slick-dots li button,
.health-page-middle-slider .slick-dots li button,
.health-page-main-banners-slider .slick-dots li button,
.medication-page-middle-banners-sliders .slick-dots li button,
.medication-page-multivitamins-sliders .slick-dots li button,
.health-page-customer-care-slider .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.health-page-dispense-slider .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.health-page-middle-slider .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.health-page-main-banners-slider .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.medication-page-middle-banners-sliders .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.medication-page-multivitamins-sliders .slick-dots li .cart.table-wrapper .actions-toolbar > .action {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
  border-radius: 20px;
  height: 4px;
  padding: 0;
  width: 4px;
}
.health-page-customer-care-slider .slick-dots li button:before,
.health-page-dispense-slider .slick-dots li button:before,
.health-page-middle-slider .slick-dots li button:before,
.health-page-main-banners-slider .slick-dots li button:before,
.medication-page-middle-banners-sliders .slick-dots li button:before,
.medication-page-multivitamins-sliders .slick-dots li button:before,
.health-page-customer-care-slider .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.health-page-dispense-slider .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.health-page-middle-slider .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.health-page-main-banners-slider .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.medication-page-middle-banners-sliders .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.medication-page-multivitamins-sliders .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before {
  height: 4px;
  width: 4px;
}
.health-page-customer-care-slider .slick-dots li.slick-active button,
.health-page-dispense-slider .slick-dots li.slick-active button,
.health-page-middle-slider .slick-dots li.slick-active button,
.health-page-main-banners-slider .slick-dots li.slick-active button,
.medication-page-middle-banners-sliders .slick-dots li.slick-active button,
.medication-page-multivitamins-sliders .slick-dots li.slick-active button,
.health-page-customer-care-slider .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.health-page-dispense-slider .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.health-page-middle-slider .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.health-page-main-banners-slider .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.medication-page-middle-banners-sliders .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.medication-page-multivitamins-sliders .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action {
  background-color: #000000;
  border-color: #000000;
  color: #000000;
  width: 8px;
}
.medication-page-middle-banners-sliders .banner_list:not(.slick-initialized) .banner-link,
.medication-page-multivitamins-sliders .banner_list:not(.slick-initialized) .banner-link {
  width: 100%;
}
.medication-page-middle-banners-sliders .banner_list:not(.slick-initialized) .banner-link:not(:first-child),
.medication-page-multivitamins-sliders .banner_list:not(.slick-initialized) .banner-link:not(:first-child) {
  display: none;
}
.medication-page-middle-banners-sliders {
  margin: 0 0 10px;
}
.medication-page-middle-banners-sliders .banner_list {
  margin: 0 -26px;
}
.medication-page-middle-banners-sliders .banner_list .banner-link {
  padding: 0 10px;
}
.medication-page-middle-banners-sliders .banner_list .banner-link a {
  max-height: 171px;
  overflow: hidden;
}
.medication-page-full-width-banners .banner_list {
  margin-left: 0;
  margin-right: 0;
}
.medication-page-full-width-banners .banner_list .banner-link {
  width: 100%;
}
.medication-page-full-width-banners .banner_list .banner-link:not(:last-child) {
  margin-bottom: 15px;
}
.medication-page-full-width-banners .banner_list .banner-link img {
  border-radius: 8px;
}
.medication-page-full-width-banners .banner_list .banner-link a {
  max-height: 123px;
  overflow: hidden;
}
.medication-page-shop-by-health-conditions .banner_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px -4px 0;
}
.medication-page-shop-by-health-conditions .banner_list .banner-link {
  flex: 0 0 33.33%;
  margin-bottom: 8px;
  padding: 0 4px;
}
.medication-page-shop-by-health-conditions .banner_list .banner-link a {
  max-height: 190px;
  overflow: hidden;
}
.medication-page-shop-by-health-conditions .banner_list .banner-link img {
  border-radius: 8px;
}
.medication-page-sub-category-banners {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px -20px 24px;
  overflow-x: auto;
  padding: 0 20px 5px;
}
.medication-page-sub-category-banners .banner_list {
  display: grid;
  gap: 8px;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, 1fr);
  margin: 0;
  min-width: fit-content;
  width: 100%;
}
.medication-page-sub-category-banners .banner_list .banner-link {
  min-width: 109px;
}
.medication-page-sub-category-banners .banner_list .banner-link a {
  max-height: 131px;
  overflow: hidden;
}
.medication-page-sub-category-banners .banner_list .banner-link img {
  border-radius: 8px;
}
.medication-page-multivitamins-sliders .banner_list {
  margin-left: -6px;
  margin-right: -6px;
}
.medication-page-multivitamins-sliders .banner_list .banner-link {
  padding: 0 6px;
}
.medication-page-multivitamins-sliders .banner_list .banner-link a {
  max-height: 158px;
  overflow: hidden;
}
.medication-page-extra-offer-banners {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px -20px 18px;
  overflow-x: auto;
  padding: 0 20px 5px;
}
.medication-page-extra-offer-banners .banner_list {
  display: grid;
  gap: 8px;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, 1fr);
  margin: 0;
  min-width: fit-content;
  width: 100%;
}
.medication-page-extra-offer-banners .banner_list .banner-link {
  min-width: 168px;
}
.medication-page-extra-offer-banners .banner_list .banner-link a {
  max-height: 80px;
  overflow: hidden;
}
.medication-page-extra-offer-banners .banner_list .banner-link img {
  border-radius: 8px;
}
.medication-page-multivitamins-banners {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px -20px 19px;
  overflow-x: auto;
  padding: 0 20px 5px;
}
.medication-page-multivitamins-banners .banner_list {
  display: grid;
  gap: 8px;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, 1fr);
  margin: 0;
  min-width: fit-content;
  width: 100%;
}
.medication-page-multivitamins-banners .banner_list .banner-link {
  min-width: 104px;
}
.medication-page-multivitamins-banners .banner_list .banner-link img {
  aspect-ratio: 1;
  border-radius: 8px;
  max-width: 104px;
}
body.catalog-category-view .sticky-bottom-menu ul li .nav-toggle,
.nav-open .sticky-bottom-menu ul li .nav-toggle {
  color: #00aa9b;
}
body.catalog-category-view .sticky-bottom-menu ul li .nav-toggle:before,
.nav-open .sticky-bottom-menu ul li .nav-toggle:before {
  color: #00aa9b;
}
body.page-layout-cms-health-center-page .page-main {
  margin-top: 0;
}
body.page-layout-cms-health-center-page .sticky-bottom-menu ul li a.health {
  color: #00aa9b;
}
body.page-layout-cms-health-center-page .sticky-bottom-menu ul li a.health:before {
  color: #00aa9b;
}
body[class*="medication"] .page-main {
  margin-top: 0;
}
body[class*="medication"] .sticky-bottom-menu ul li a.medication {
  color: #00aa9b;
}
body[class*="medication"] .sticky-bottom-menu ul li a.medication:before {
  color: #00aa9b;
}
.medication-feature-slider {
  margin-bottom: 10px;
  padding: 18px 0 0;
  position: relative;
}
.medication-feature-slider:after {
  background: #e8f5ff;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
.medication-page-services .banner_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 0 -26px;
  overflow-x: auto;
  padding: 0 20px 18px;
}
.medication-page-services .banner_list .banner-link {
  min-width: 98px;
  text-align: center;
  width: 100%;
}
.medication-page-services .banner_list .banner-link > a {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #00aa9b;
  border-radius: 100%;
  height: 70px;
  justify-content: center;
  margin: auto;
  overflow: visible;
  width: 70px;
}
.medication-page-services .banner_list .banner-link > a img {
  aspect-ratio: 1;
  height: 76px;
  max-width: 76px;
}
.medication-page-services .banner_list .banner-link .medication-service-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #203874;
  display: -webkit-box;
  font-weight: 700;
  margin-top: 10px;
  overflow: hidden;
}
.health-page-customer-care-slider .banner_list:not(.slick-initialized) .banner-link,
.health-page-dispense-slider .banner_list:not(.slick-initialized) .banner-link,
.health-page-middle-slider .banner_list:not(.slick-initialized) .banner-link,
.health-page-main-banners-slider .banner_list:not(.slick-initialized) .banner-link {
  width: 100%;
}
.health-page-customer-care-slider .banner_list:not(.slick-initialized) .banner-link:not(:first-child),
.health-page-dispense-slider .banner_list:not(.slick-initialized) .banner-link:not(:first-child),
.health-page-middle-slider .banner_list:not(.slick-initialized) .banner-link:not(:first-child),
.health-page-main-banners-slider .banner_list:not(.slick-initialized) .banner-link:not(:first-child) {
  display: none;
}
.health-page-main-banners-slider {
  display: inline-block;
  margin-bottom: 24px;
  width: 100%;
}
.health-page-main-banners-slider .banner_list {
  margin-left: -16px;
  margin-right: -16px;
}
.health-page-main-banners-slider .banner_list .banner-link {
  max-height: 420px;
  overflow: hidden;
  position: relative;
}
.health-page-main-banners-slider .banner_list .banner-link .main-banner-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 20px;
  cursor: pointer;
  left: 20px;
  max-height: calc(100% - 210px);
  position: absolute;
  right: auto;
  width: 50vw;
}
.health-page-middle-slider {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
.health-page-middle-slider .banner_list {
  margin: 0;
}
.health-page-middle-slider .banner_list .banner-link a {
  max-height: 158px;
}
.health-page-medications-banners .banner_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 0 -16px;
  overflow-x: auto;
  padding: 0 16px 10px;
}
.health-page-medications-banners .banner_list .banner-link {
  min-width: 88px;
  text-align: center;
}
.health-page-medications-banners .banner_list .banner-link a {
  height: auto;
}
.health-page-medications-banners .banner_list .banner-link a img {
  aspect-ratio: 1;
  border-radius: 8px;
  max-width: 88px;
}
.health-page-medications-banners .banner_list .banner-link .medication-title {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #464646;
  display: inline-block;
  font-weight: 700;
  margin-top: 8px;
}
.health-page-health-services-banners {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px -20px 6px;
  overflow-x: auto;
  padding: 0 20px 5px;
}
.health-page-health-services-banners .banner_list {
  display: grid;
  gap: 8px;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, 1fr);
  margin: 0;
  min-width: fit-content;
  width: 100%;
}
.health-page-health-services-banners .banner_list .banner-link {
  min-width: 224px;
}
.health-page-health-services-banners .banner_list .banner-link a {
  max-height: 126px;
  overflow: hidden;
}
.health-page-dispense-banners .banner_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin: 0 -20px 11px;
  overflow-x: auto;
  padding: 0 20px 5px;
}
.health-page-dispense-banners .banner_list .banner-link {
  min-width: 109px;
  text-align: center;
  width: 100%;
}
.health-page-dispense-banners .banner_list .banner-link a {
  max-height: 131px;
  overflow: hidden;
}
.health-page-dispense-banners .banner_list .banner-link img {
  border-radius: 8px;
}
.health-page-dispense-slider {
  margin-bottom: 9px;
}
.health-page-dispense-slider .banner_list {
  margin-left: 0;
  margin-right: 0;
}
.health-page-dispense-slider .banner_list .banner-link a {
  max-height: 158px;
  overflow: hidden;
}
.health-page-customer-care-banners .banner_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin: 0px -20px 19px;
  overflow-x: auto;
  padding: 0 20px 5px;
}
.health-page-customer-care-banners .banner_list .banner-link {
  min-width: 167px;
  width: 100%;
}
.health-page-customer-care-banners .banner_list .banner-link a {
  max-height: 230px;
  overflow: hidden;
}
.health-page-customer-care-slider .banner_list {
  margin-left: -21px;
  margin-right: -21px;
}
.health-page-customer-care-slider .banner_list .banner-link {
  padding: 0 5px;
}
.health-page-customer-care-slider .banner_list .banner-link a {
  max-height: 171px;
  overflow: hidden;
}
.fixheader .health-page-main-banners-slider {
  position: relative;
  z-index: 9999;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index#html-body [data-content-type='map'] {
  height: 530px;
  margin-bottom: 25px;
}
.contact-page-inner {
  margin: 20px 0 42px;
}
.contact-index-index .page-title {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  letter-spacing: .32px;
}
.contact-index-index .contact-info-form {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
}
.contact-index-index .contact-info-form .title {
  font-size: 1.4rem;
  line-height: 2.2rem;
  border-bottom: 2px solid #98aaaf;
  float: left;
  letter-spacing: .28px;
  margin-bottom: 20px;
  max-width: 50%;
  padding: 0 0 13px;
  text-align: center;
  width: 100%;
}
.contact-index-index .contact-info-form .title a {
  color: #98aaaf;
  font-weight: bold;
  text-decoration: none;
}
.contact-index-index .contact-info-form .title a.switch {
  display: inline-block;
  width: auto;
}
.contact-index-index .contact-info-form .title.active {
  border-bottom: 2px solid #052d76;
}
.contact-index-index .contact-info-form .title.active a {
  color: #052d76;
}
.contact-index-index .contact-info-form .item.content {
  float: right;
  margin-left: -100%;
  margin-top: 58px;
  width: 100%;
}
.contact-index-index .contact-info-form #contact-info {
  display: none;
}
.contact-index-index .contact-info-form .form.contact .fieldset {
  margin: 0 0 12px;
}
.contact-index-index .contact-info-form .form.contact .fieldset > .field > .label {
  display: none;
}
.contact-index-index .contact-info-form .form.contact .actions-toolbar > .primary .action.submit {
  line-height: 2.2rem;
}
.contact-index-index .mobile-contact-info-row .row-full-width-inner {
  padding: 40px 0 10px;
}
.contact-index-index .mobile-contact-info-row img {
  width: 24px;
}
.contact-index-index .mobile-contact-info-row [data-content-type='text'] {
  color: #ffffff;
  margin-bottom: 24px;
}
.contact-index-index .mobile-contact-info-row [data-content-type='text'] h3 {
  color: #ffffff;
  margin-bottom: 30px;
}
.contact-index-index .mobile-contact-info-row [data-content-type='text'] a {
  color: #ffffff;
}
.contact-index-index .mobile-contact-info-row .contact-address-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}
.contact-us-detail .contact-detail-container p {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.login-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #dbdbdb;
}
.login-container .block-customer-login {
  order: 1;
}
.login-container .block.account-social-login {
  margin-bottom: 0;
  order: 2;
  width: 100%;
}
.login-container .register-account {
  order: 3;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #4e4e4e;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 20px;
}
body .login-container .fieldset:after {
  margin-left: 0;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-address-edit .fieldset .field.location_type .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.form-address-edit .fieldset .field.location_type .control .radio {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: 80px;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account .price-icon > img {
  display: none;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.form.form-login .fieldset,
.form.password.reset .fieldset,
.form.password.forget .fieldset,
.form.create.account .fieldset {
  margin: 0;
}
.form.form-login .fieldset > .field,
.form.password.reset .fieldset > .field,
.form.password.forget .fieldset > .field,
.form.create.account .fieldset > .field {
  margin: 0 0 20px;
}
.form.form-login .fieldset > .field:not(.choice,
                .captcha) > .label,
.form.password.reset .fieldset > .field:not(.choice,
                .captcha) > .label,
.form.password.forget .fieldset > .field:not(.choice,
                .captcha) > .label,
.form.create.account .fieldset > .field:not(.choice,
                .captcha) > .label {
  display: none;
}
.form.form-login .actions-toolbar .action.primary,
.form.password.reset .actions-toolbar .action.primary,
.form.password.forget .actions-toolbar .action.primary,
.form.create.account .actions-toolbar .action.primary {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
.form.form-login .action.reload,
.form.password.reset .action.reload,
.form.password.forget .action.reload,
.form.create.account .action.reload {
  font-size: 1.4rem;
}
.form.form-login .action.primary,
.form.password.reset .action.primary,
.form.password.forget .action.primary,
.form.create.account .action.primary {
  font-size: 1.4rem;
  line-height: 2.5rem;
  border-radius: 4px;
  width: 100%;
}
.form.create.account .mobileget .model-bottom {
  margin-top: 0;
}
.form.create.account .mobileget .model-bottom .regi-sendotp.button {
  line-height: 2.5rem;
}
.form.create.account .account-login .otp-content input[type='password'] {
  margin-bottom: 20px;
}
.form.create.account .account-login .otp-content .notice {
  margin: 7px 0 0;
}
.form.create.account .account-login .otp-content.fieldset {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
}
.form.create.account .account-login .otp-content.fieldset .error {
  font-size: 1.2rem;
  color: #e02b27;
  margin-top: 7px;
}
.form.create.account .account-login .otp-content .field.required {
  margin: 0;
}
.form.create.account .account-login .otpverify .otp-content .create-account-resend-otp {
  display: inline-block;
  order: 1;
}
.form.create.account .account-login .otpverify .otp-content .create-account-resend-otp .label {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #052d76;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: underline;
}
.form.create.account .account-login .otpverify .otp-content .model-bottom {
  margin-bottom: 10px;
}
.form.create.account .account-login .otpverify .otp-content .checkotperror,
.form.create.account .account-login .otpverify .otp-content .blankerror {
  color: #ae1d1d;
  margin-bottom: 10px;
  margin-top: -5px;
}
.form.create.account .account-login .otpverify .otp-content #mobile-otp-error {
  margin-bottom: 10px;
  margin-top: -10px;
}
.form.form-login .confirmation,
.form.password.reset .confirmation,
.form.create.account .confirmation,
.form.form-login .password,
.form.password.reset .password,
.form.create.account .password {
  position: relative;
}
.form.form-login .confirmation .field.choice,
.form.password.reset .confirmation .field.choice,
.form.create.account .confirmation .field.choice,
.form.form-login .password .field.choice,
.form.password.reset .password .field.choice,
.form.create.account .password .field.choice {
  margin: 0;
  position: absolute;
  right: 10px;
  top: 9px;
  z-index: 2;
}
.form.form-login .confirmation .field.choice .label,
.form.password.reset .confirmation .field.choice .label,
.form.create.account .confirmation .field.choice .label,
.form.form-login .password .field.choice .label,
.form.password.reset .password .field.choice .label,
.form.create.account .password .field.choice .label {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
.form.form-login .confirmation .field.choice .label:before,
.form.password.reset .confirmation .field.choice .label:before,
.form.create.account .confirmation .field.choice .label:before,
.form.form-login .password .field.choice .label:before,
.form.password.reset .password .field.choice .label:before,
.form.create.account .password .field.choice .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  content: '\e901';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form.form-login .confirmation .field.choice .label span,
.form.password.reset .confirmation .field.choice .label span,
.form.create.account .confirmation .field.choice .label span,
.form.form-login .password .field.choice .label span,
.form.password.reset .password .field.choice .label span,
.form.create.account .password .field.choice .label span {
  font-size: 0rem;
}
.form.form-login .confirmation .field.choice input.checkbox,
.form.password.reset .confirmation .field.choice input.checkbox,
.form.create.account .confirmation .field.choice input.checkbox,
.form.form-login .password .field.choice input.checkbox,
.form.password.reset .password .field.choice input.checkbox,
.form.create.account .password .field.choice input.checkbox {
  left: -1000%;
  opacity: 0;
  position: absolute;
}
.form.form-login .confirmation .field.choice input.checkbox:checked + .label:before,
.form.password.reset .confirmation .field.choice input.checkbox:checked + .label:before,
.form.create.account .confirmation .field.choice input.checkbox:checked + .label:before,
.form.form-login .password .field.choice input.checkbox:checked + .label:before,
.form.password.reset .password .field.choice input.checkbox:checked + .label:before,
.form.create.account .password .field.choice input.checkbox:checked + .label:before {
  content: '\e91a';
}
.block-customer-sign-up #login-create-mobile-forms .form.create.account .mobileget .model-bottom .regi-sendotp.button {
  margin-bottom: 0;
}
.block-customer-sign-up,
.block-customer-login,
.forget_password {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
.block-customer-sign-up .title,
.block-customer-login .title,
.forget_password .title {
  font-size: 1.4rem;
  line-height: 2.5rem;
  border-bottom: 2px solid #98aaaf;
  display: inline-block;
  float: none;
  margin: 0 -2px 20px;
  max-width: calc(50% - 20px);
  padding: 0 0 12px;
  text-align: center;
  width: 100%;
}
.block-customer-sign-up .title a,
.block-customer-login .title a,
.forget_password .title a {
  color: #98aaaf;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: .28px;
  line-height: 22px;
}
.block-customer-sign-up .title a.switch,
.block-customer-login .title a.switch,
.forget_password .title a.switch {
  display: inline-block;
  width: auto;
}
.block-customer-sign-up .title.active,
.block-customer-login .title.active,
.forget_password .title.active {
  border-bottom: 2px solid #052d76;
}
.block-customer-sign-up .title.active a,
.block-customer-login .title.active a,
.forget_password .title.active a {
  color: #052d76;
}
.block-customer-sign-up .title.active + .item.content,
.block-customer-login .title.active + .item.content,
.forget_password .title.active + .item.content,
.block-customer-sign-up .title.active + #login-create-email-forms.item.content,
.block-customer-login .title.active + #login-create-email-forms.item.content,
.forget_password .title.active + #login-create-email-forms.item.content,
.block-customer-sign-up .title.active + #login-forms.item.content,
.block-customer-login .title.active + #login-forms.item.content,
.forget_password .title.active + #login-forms.item.content,
.block-customer-sign-up .title.active + #forgot-pswd-mobile.item.content,
.block-customer-login .title.active + #forgot-pswd-mobile.item.content,
.forget_password .title.active + #forgot-pswd-mobile.item.content {
  display: block;
}
.block-customer-sign-up .item.content,
.block-customer-login .item.content,
.forget_password .item.content {
  float: right;
  margin-left: -100%;
  margin-top: 58px;
  text-align: left;
  width: 100%;
}
.block-customer-sign-up #login-create-email-forms,
.block-customer-login #login-create-email-forms,
.forget_password #login-create-email-forms,
.block-customer-sign-up #login-forms,
.block-customer-login #login-forms,
.forget_password #login-forms,
.block-customer-sign-up #forgot-pswd-mobile,
.block-customer-login #forgot-pswd-mobile,
.forget_password #forgot-pswd-mobile {
  display: none;
}
.login-container .block-customer-login .form.form-login .actions-toolbar .secondary {
  float: right;
}
.login-container .block-customer-login .form.form-login .actions-toolbar .secondary .action {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #272727;
  display: inline-block;
  font-weight: bold;
  letter-spacing: .28px;
  margin-bottom: 10px;
  text-decoration: none;
}
.login-container .block-customer-login .form.form-login .fieldset .field.persistent .label {
  font-size: 1.4rem;
  line-height: 2rem;
}
.login-container .fieldset:after {
  display: none;
}
.register-account-label {
  font-size: 1.2rem;
  line-height: 1.4rem;
  letter-spacing: .24px;
  margin: 20px 0;
  position: relative;
  text-align: center;
}
.register-account-label span {
  background: #ffffff;
  color: #272727;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.register-account-label:before {
  background: #98aaaf;
  content: '';
  display: inline-block;
  height: 1px;
  left: 0;
  margin-top: -.5px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
}
.register-account {
  display: inline-block;
  width: 100%;
}
.register-account .register-account-button .action.remind {
  font-size: 1.4rem;
  line-height: 2.6rem;
  background: #edf4f6;
  border-radius: 4px;
  display: inline-block;
  font-weight: bold;
  letter-spacing: .28px;
  padding: 8px 24px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.register-account .register-account-button .action.remind:hover {
  background: #052d76;
  color: #ffffff;
}
.forgot-password-container .login-window .otp-content {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.forgot-password-container .login-window .otp-content .notice {
  display: inline-block;
  font-weight: 400;
  margin: 7px 0 0;
}
.forgot-password-container .login-window .send-otp-button {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 410px;
  width: 100%;
}
.forgot-password-container .login-window .send-otp-button .mobbtn {
  background-image: none;
  background: #052d76;
  border: 1px solid #052d76;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Almarai', sans-serif;
  font-weight: bold;
  padding: 8px 24px;
  line-height: 1.7rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 2.5rem;
  border-radius: 4px;
  width: 100%;
}
.forgot-password-container .login-window .send-otp-button .mobbtn:focus,
.forgot-password-container .login-window .send-otp-button .mobbtn:active {
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
}
.forgot-password-container .login-window .send-otp-button .mobbtn:hover {
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
}
.forgot-password-container .login-window .send-otp-button .mobbtn.disabled,
.forgot-password-container .login-window .send-otp-button .mobbtn[disabled],
fieldset[disabled] .forgot-password-container .login-window .send-otp-button .mobbtn {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.forgot-password-container .login-window .error1 {
  font-size: 1.2rem;
  color: #e02b27;
}
.forgot-password-container .setnewpass .page_title {
  display: none;
}
.forgot-password-container .setnewpass .otp-content .newpass,
.forgot-password-container .setnewpass .otp-content .confirmpass {
  margin-bottom: 20px;
}
.forgot-password-container .setnewpass .model-bottom .updatepassbtn {
  background-image: none;
  background: #052d76;
  border: 1px solid #052d76;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Almarai', sans-serif;
  font-weight: bold;
  padding: 8px 24px;
  line-height: 1.7rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 2.5rem;
  border-radius: 4px;
  width: 100%;
}
.forgot-password-container .setnewpass .model-bottom .updatepassbtn:focus,
.forgot-password-container .setnewpass .model-bottom .updatepassbtn:active {
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
}
.forgot-password-container .setnewpass .model-bottom .updatepassbtn:hover {
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
}
.forgot-password-container .setnewpass .model-bottom .updatepassbtn.disabled,
.forgot-password-container .setnewpass .model-bottom .updatepassbtn[disabled],
fieldset[disabled] .forgot-password-container .setnewpass .model-bottom .updatepassbtn {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.submitbtnajax .forgotsendotp {
  font-size: 1.6rem;
}
.form.password.forget .fieldset .field.note {
  font-size: 1.4rem;
}
.form.password.forget .fieldset .field.captcha .label {
  font-size: 1.4rem;
}
.customer-account-forgotpassword .login-window .otp-content {
  margin-top: 0;
}
.customer-account-forgotpassword .login-window .otp-content .page-title {
  display: none;
}
.customer-account-forgotpassword .forgototpverify .submitbtnajax .forgotverifyotp.mobbtn {
  background-image: none;
  background: #052d76;
  border: 1px solid #052d76;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Almarai', sans-serif;
  font-weight: bold;
  padding: 8px 24px;
  line-height: 1.7rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 2.5rem;
  border-radius: 4px;
  width: 100%;
}
.customer-account-forgotpassword .forgototpverify .submitbtnajax .forgotverifyotp.mobbtn:focus,
.customer-account-forgotpassword .forgototpverify .submitbtnajax .forgotverifyotp.mobbtn:active {
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
}
.customer-account-forgotpassword .forgototpverify .submitbtnajax .forgotverifyotp.mobbtn:hover {
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
}
.customer-account-forgotpassword .forgototpverify .submitbtnajax .forgotverifyotp.mobbtn.disabled,
.customer-account-forgotpassword .forgototpverify .submitbtnajax .forgotverifyotp.mobbtn[disabled],
fieldset[disabled] .customer-account-forgotpassword .forgototpverify .submitbtnajax .forgotverifyotp.mobbtn {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.mobilelogin-index-updatemobile .update_mob .notice {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 10px;
}
.mobilelogin-index-updatemobile .update_mob .send-otp-button {
  text-align: left;
}
.mobilelogin-index-updatemobile .update_mob .send-otp-button .sendotpUpdateNumber {
  background-image: none;
  background: #052d76;
  border: 1px solid #052d76;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Almarai', sans-serif;
  font-weight: bold;
  padding: 8px 24px;
  line-height: 1.7rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.4rem;
  border-radius: 4px;
  margin-top: 20px;
  width: 100%;
}
.mobilelogin-index-updatemobile .update_mob .send-otp-button .sendotpUpdateNumber:focus,
.mobilelogin-index-updatemobile .update_mob .send-otp-button .sendotpUpdateNumber:active {
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
}
.mobilelogin-index-updatemobile .update_mob .send-otp-button .sendotpUpdateNumber:hover {
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
}
.mobilelogin-index-updatemobile .update_mob .send-otp-button .sendotpUpdateNumber.disabled,
.mobilelogin-index-updatemobile .update_mob .send-otp-button .sendotpUpdateNumber[disabled],
fieldset[disabled] .mobilelogin-index-updatemobile .update_mob .send-otp-button .sendotpUpdateNumber {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.mobilelogin-index-updatemobile .update_mob .error1 {
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #ae1d1d;
}
.mobilelogin-index-updatemobile .update_mob .otp-content {
  margin-bottom: 20px;
  margin-top: 20px;
}
.mobilelogin-index-updatemobile .update_mob .update_mob_btn .updatemobbtnn {
  border-radius: 4px;
}
.register-container,
.forgot-password-container,
.login-container,
.form.password.reset,
.form.create.account {
  margin: 0 auto 50px;
  max-width: 390px;
  width: 100%;
}
.customer-account-create .page-main > .page-title-wrapper .page-title,
.customer-account-createpassword .page-main > .page-title-wrapper .page-title,
.customer-account-forgotpassword .page-main > .page-title-wrapper .page-title,
.customer-account-login .page-main > .page-title-wrapper .page-title,
.customer-account-create .page-main-full-width > .page-title-wrapper .page-title,
.customer-account-createpassword .page-main-full-width > .page-title-wrapper .page-title,
.customer-account-forgotpassword .page-main-full-width > .page-title-wrapper .page-title,
.customer-account-login .page-main-full-width > .page-title-wrapper .page-title {
  letter-spacing: .4px;
  margin: 0 0 20px;
}
.form.create.account .actions-toolbar > .primary {
  margin-bottom: 0;
}
.form.create.account .actions-toolbar > .secondary:last-child {
  margin-top: 0;
}
.form.create.account .block.account-social-login {
  margin-bottom: 0;
}
.box.box-shipping-address .address-location-type,
.shipping-address-item .address-location-type,
.box.box-address-shipping .address-location-type {
  font-size: 1.6rem;
  background: #d4edf4;
  border-radius: 4px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 3px 10px;
}
.account .column.main .block:not(.widget).fav-cate-customer .box .box-title {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 20px;
}
.account .column.main .block:not(.widget).fav-cate-customer .box .box-title .fav-add-button {
  margin-bottom: 0;
  margin-top: 0;
}
.account .column.main .block:not(.widget).fav-cate-customer .box .box-title .fav-add-button .action.primary {
  padding: 8px 16px;
}
.account .column.main .block:not(.widget).fav-cate-customer .box .box-actions .action {
  color: #ffffff;
}
.account .column.main .block:not(.widget).fav-cate-customer .box .box-actions .action:hover {
  background: #ffffff;
  color: #052d76;
}
.fav-cate-customer .box-information .fav-add-button {
  display: inline-block;
  margin-left: 20px;
}
.fav-cate-customer .favourite-categories-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.fav-cate-customer .favourite-categories-list .category-item {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  border: 1px solid #052d76;
  gap: 7px;
  margin-bottom: 0;
  padding: 5px 8px;
  width: max-content;
}
.fav-cate-customer .favourite-categories-list .category-item .fav-cate-title {
  color: #052d76;
}
.fav-cate-customer .favourite-categories-list .category-item .delete-category {
  font-size: 1.4rem;
  line-height: 1.6rem;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  height: 16px;
  justify-content: center;
  padding: 0 0px 0 0px;
  width: 16px;
}
.fav-cate-select-list .fieldset > .legend {
  color: #272727;
  margin-bottom: 15px;
}
.fav-cate-select-list .actions-toolbar .action.primary {
  border-radius: 4px;
}
.favourite-categories-options .checkbox-option {
  margin-bottom: 5px;
}
.favourite-categories-options .checkbox-option > label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.favourite-categories-options .checkbox-option input[type="checkbox"] {
  top: 1px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #edf4f6;
  border: 1px solid #edf4f6;
  color: #052d76;
  cursor: pointer;
  font-family: 'Almarai', sans-serif;
  font-weight: 700;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #052d76;
  border: 1px solid #edf4f6;
  color: #052d76;
}
.gift-item-block .title:hover {
  background: #052d76;
  border: 1px solid #052d76;
  color: #ffffff;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.accordion-container .meanmenu-accordion .default-category-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.accordion-container .meanmenu-accordion .default-category-title .accor-title {
  font-size: 1.6rem;
  line-height: 2.7rem;
  border-bottom: 0;
  color: #052d76;
  display: inline-block;
  font-weight: bold;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
}
.accordion-container .meanmenu-accordion .default-category-title span {
  order: 1;
}
.accordion-container .meanmenu-accordion .default-category-title span.disable {
  display: inline-block;
  text-decoration: none;
}
.accordion-container .meanmenu-accordion .default-category-title span.disable + .accor-title {
  color: #ae1d1d;
}
.accordion-container .meanmenu-accordion .default-category-title span.disable:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 26px;
  color: #ae1d1d;
  content: '\e622';
  font-family: 'unitedpharmacy-icons';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.accordion-container .meanmenu-accordion .default-category-title span.disable:hover:after {
  color: #ae1d1d;
}
.accordion-container .meanmenu-accordion .default-category-title span.disable:active:after {
  color: #ae1d1d;
}
.accordion-container .meanmenu-accordion .default-category-title span.active {
  display: inline-block;
  text-decoration: none;
}
.accordion-container .meanmenu-accordion .default-category-title span.active + .accor-title {
  color: #052d76;
}
.accordion-container .meanmenu-accordion .default-category-title span.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 26px;
  color: #052d76;
  content: '\e621';
  font-family: 'unitedpharmacy-icons';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.accordion-container .meanmenu-accordion .default-category-title span.active:hover:after {
  color: #052d76;
}
.accordion-container .meanmenu-accordion .default-category-title span.active:active:after {
  color: #052d76;
}
.accordion-container .meanmenu-accordion .nav-accordion > li > a {
  font-weight: bold;
}
.accordion-container .meanmenu-accordion .nav-accordion > li a {
  display: inline-block;
  margin-bottom: 11px;
  padding-left: 0;
}
.accordion-container .meanmenu-accordion .nav-accordion > li a span {
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.accordion-container .meanmenu-accordion .nav-accordion > li .collapse,
.accordion-container .meanmenu-accordion .nav-accordion > li .expand {
  float: right;
  font-size: 0rem;
}
.accordion-container .meanmenu-accordion .nav-accordion > li .collapse {
  display: inline-block;
  text-decoration: none;
}
.accordion-container .meanmenu-accordion .nav-accordion > li .collapse:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11.56px;
  line-height: 26px;
  color: #272727;
  content: '\e622';
  font-family: 'unitedpharmacy-icons';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.accordion-container .meanmenu-accordion .nav-accordion > li .collapse:hover:after {
  color: #272727;
}
.accordion-container .meanmenu-accordion .nav-accordion > li .collapse:active:after {
  color: #272727;
}
.accordion-container .meanmenu-accordion .nav-accordion > li .expand {
  display: inline-block;
  text-decoration: none;
}
.accordion-container .meanmenu-accordion .nav-accordion > li .expand:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11.56px;
  line-height: 26px;
  color: #272727;
  content: '\e621';
  font-family: 'unitedpharmacy-icons';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.accordion-container .meanmenu-accordion .nav-accordion > li .expand:hover:after {
  color: #272727;
}
.accordion-container .meanmenu-accordion .nav-accordion > li .expand:active:after {
  color: #272727;
}
.accordion-container .meanmenu-accordion .nav-accordion > li > .submenu > li > .submenu {
  padding-left: 30px;
}
.accordion-container .meanmenu-accordion .nav-accordion > li > .submenu > li > .submenu > li > a {
  padding-left: 0;
}
.accordion-container .meanmenu-accordion .nav-accordion > li > .submenu > li > .submenu > li.hasChild > a {
  padding-left: 30px;
}
.accordion-container .meanmenu-accordion .nav-accordion > li > .submenu > li > .submenu > li:not(.hasChild) {
  padding-left: 30px;
}
.accordion-container .meanmenu-accordion .nav-accordion > li > .submenu > li a {
  padding-left: 30px;
}
.accordion-container .meanmenu-accordion .nav-accordion > li > .submenu > li .collapse,
.accordion-container .meanmenu-accordion .nav-accordion > li > .submenu > li .expand {
  border-radius: 4px;
  float: left;
  height: 20px;
  left: 0;
  margin-top: 5px;
  position: absolute;
  text-align: center;
  width: 20px;
}
.accordion-container .meanmenu-accordion .nav-accordion > li > .submenu > li .collapse {
  background-color: #ffffff;
  border: 1px solid #b8b8b8;
  display: inline-block;
  text-decoration: none;
}
.accordion-container .meanmenu-accordion .nav-accordion > li > .submenu > li .collapse:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 17px;
  color: #4e4e4e;
  content: '\e903';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.accordion-container .meanmenu-accordion .nav-accordion > li > .submenu > li .collapse:hover:after {
  color: #4e4e4e;
}
.accordion-container .meanmenu-accordion .nav-accordion > li > .submenu > li .collapse:active:after {
  color: #4e4e4e;
}
.accordion-container .meanmenu-accordion .nav-accordion > li > .submenu > li .expand {
  background-color: #052d76;
  display: inline-block;
  text-decoration: none;
}
.accordion-container .meanmenu-accordion .nav-accordion > li > .submenu > li .expand:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6px;
  line-height: 17px;
  color: #ffffff;
  content: '\e60f';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.accordion-container .meanmenu-accordion .nav-accordion > li > .submenu > li .expand:hover:after {
  color: #ffffff;
}
.accordion-container .meanmenu-accordion .nav-accordion > li > .submenu > li .expand:active:after {
  color: #ffffff;
}
.accordion-container .meanmenu-accordion .nav-accordion > li > .submenu > li .expand.collapse {
  background-color: #ffffff;
  display: inline-block;
  text-decoration: none;
}
.accordion-container .meanmenu-accordion .nav-accordion > li > .submenu > li .expand.collapse:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 17px;
  color: #4e4e4e;
  content: '\e903';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.accordion-container .meanmenu-accordion .nav-accordion > li > .submenu > li .expand.collapse:hover:after {
  color: #4e4e4e;
}
.accordion-container .meanmenu-accordion .nav-accordion > li > .submenu > li .expand.collapse:active:after {
  color: #4e4e4e;
}
.filter-subtitle {
  display: none;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  word-break: break-all;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .filter-options-content .see-all {
  color: #052d76;
  text-decoration: underline;
}
.filter-options .count {
  color: #7d7d7d;
  float: right;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
  margin-left: -4px;
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.block.filter {
  display: block;
  left: 0;
  margin-bottom: 0;
  position: absolute;
  width: calc(50% - 10px);
}
.block.filter .filter-title {
  font-size: 1.6rem;
  line-height: 1.7rem;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #052d76;
  border-radius: 4px;
  color: #ffffff;
  font-weight: normal;
  height: 40px;
  justify-content: center;
  letter-spacing: .32px;
  margin-bottom: 10px;
  width: 100%;
}
.block.filter .filter-title strong {
  font-weight: normal;
  text-transform: capitalize;
  color: #ffffff;
  width: 100%;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.block.filter .filter-title strong:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  content: '\e91c';
  font-family: 'unitedpharmacy-icons';
  margin: 0 20px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.filter .filter-title strong:hover:before {
  color: #ffffff;
}
.block.filter .filter-title strong:active:before {
  color: #ffffff;
}
.block.filter .filter-title strong:before {
  transform: rotate(90deg);
}
.block.filter .block-subtitle {
  display: none;
}
.block.filter .items .item {
  margin-bottom: 10px;
}
.block.filter .items .item .filter-label {
  font-weight: bold;
  margin-right: 3px;
}
.block.filter .items .item .filter-label,
.block.filter .items .item .filter-value {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #4e4e4e;
}
.block.filter .items .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.block.filter .items .item .action.remove:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 1;
  color: #ae1d1d;
  content: '\e616';
  font-family: 'unitedpharmacy-icons';
  margin: 5px 0 0 5px;
  vertical-align: initial;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.filter .items .item .action.remove:hover:after {
  color: #ae1d1d;
}
.block.filter .items .item .action.remove:active:after {
  color: #ae1d1d;
}
.block.filter .filter-actions {
  margin-bottom: 20px;
}
.block.filter .filter-actions .filter-clear {
  background: #ffffff;
  color: #052d76;
}
.block.filter .filter-actions .filter-clear:hover {
  color: #ffffff;
  background: #052d76;
}
.block.filter .filter-content .filter-options .filter-options-item {
  margin-bottom: 20px;
}
.block.filter .filter-content .filter-options .filter-options-item .filter-options-title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #ae1d1d;
  font-weight: bold;
  position: relative;
}
.block.filter .filter-content .filter-options .filter-options-item .filter-options-title .disable {
  display: inline-block;
  text-decoration: none;
}
.block.filter .filter-content .filter-options .filter-options-item .filter-options-title .disable:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 26px;
  color: #ae1d1d;
  content: '\e622';
  font-family: 'unitedpharmacy-icons';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.filter .filter-content .filter-options .filter-options-item .filter-options-title .disable:hover:after {
  color: #ae1d1d;
}
.block.filter .filter-content .filter-options .filter-options-item .filter-options-title .disable:active:after {
  color: #ae1d1d;
}
.block.filter .filter-content .filter-options .filter-options-item .filter-options-title .active {
  display: inline-block;
  text-decoration: none;
}
.block.filter .filter-content .filter-options .filter-options-item .filter-options-title .active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 26px;
  color: #052d76;
  content: '\e621';
  font-family: 'unitedpharmacy-icons';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.filter .filter-content .filter-options .filter-options-item .filter-options-title .active:hover:after {
  color: #052d76;
}
.block.filter .filter-content .filter-options .filter-options-item .filter-options-title .active:active:after {
  color: #052d76;
}
.block.filter .filter-content .filter-options .filter-options-item .filter-options-title .disable,
.block.filter .filter-content .filter-options .filter-options-item .filter-options-title .active {
  float: right;
}
.block.filter .filter-content .filter-options .filter-options-item.active .filter-options-title {
  color: #052d76;
  margin-bottom: 12px;
}
.block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item {
  width: 100%;
}
.block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a > img {
  align-self: center;
  max-width: 96px;
  width: auto;
}
.block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item #layered_ajax_price_attribute #layered_ajax_price_label {
  margin-bottom: 20px;
}
.block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item #layered_ajax_price_attribute #layered_ajax_price_label .max_label {
  float: right;
}
.block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item #layered_ajax_price_attribute #layered_ajax_price_label span {
  font-size: 1.4rem;
  line-height: 1.7rem;
}
.block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item #layered_ajax_price_attribute #layered_ajax_price_text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  background: #eeeeee;
  padding: 5px 0;
  margin-top: 15px;
}
.block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item #layered_ajax_price_attribute #layered_ajax_price_text span {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #4e4e4e;
}
.block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item #layered_ajax_price_attribute #layered_ajax_price_text span.to_fixed {
  font-weight: bold;
  margin: 0 3px;
}
.block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item .ui-slider {
  background: #b8b8b8;
  border-radius: 0;
  height: 3px;
  position: relative;
}
.block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item .ui-slider .ui-slider-handle {
  background: #052d76;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  position: absolute;
  top: -9px;
  width: 20px;
}
.block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item .ui-slider .ui-slider-range {
  background: #052d76;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a {
  font-size: 1.4rem;
  line-height: 2.8rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #4e4e4e;
  justify-content: space-between;
}
.block.filter .block-content .filter-current.active .items .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block.filter > .filter-content {
  display: none;
}
.block.filter > .filter-content > .filter-title {
  display: none;
}
.block.filter.active .filter-content {
  display: block;
}
.block.filter.active .filter-title strong:after {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #ae1d1d;
  content: '\e616';
  font-family: 'unitedpharmacy-icons';
  height: 24px;
  width: 24px;
}
.block.filter.active > .filter-title {
  background-color: #ffffff;
  display: block;
  height: auto;
  left: 0;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.block.filter.active > .filter-title strong {
  font-size: 1.8rem;
  line-height: 2.1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #272727;
  color: #4e4e4e;
  font-weight: bold;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.block.filter.active > .filter-title strong::before {
  content: none;
}
.block.filter.active .block-content.filter-content {
  background: #ffffff;
  bottom: 0;
  display: block;
  left: 0;
  overflow: scroll;
  padding: 0 20px 20px;
  position: fixed;
  right: 0;
  top: 85px;
  z-index: 99;
}
.block.filter.active .block-content.filter-content .filter-current.active .block-subtitle {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #4e4e4e;
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}
.page-products.filter-active .columns {
  z-index: 999;
}
.page-products.filter-active .sticky-bottom-menu {
  z-index: 9;
}
.newsletter-heading {
  color: #052d76;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .4px;
  line-height: 1;
  margin-bottom: 4px;
}
.newsletter-content {
  color: #052d76;
  font-size: 14px;
  letter-spacing: .28px;
  line-height: 16px;
}
#html-body .newsletter-content[data-content-type='text'] {
  margin-bottom: 16px;
}
.block.newsletter {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 692px;
}
.block.newsletter .form.subscribe {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.block.newsletter .fieldset {
  margin: 0;
  padding: 0;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field.newsletter {
  width: 100%;
}
.block.newsletter .field .control {
  display: block;
}
.block.newsletter .field .control input {
  border: none;
  width: 100%;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  margin-top: 10px;
  width: 100%;
}
.block.newsletter .action.subscribe {
  letter-spacing: .32px;
  min-height: 42px;
  width: 100%;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 77px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'unitedpharmacy-icons';
  font-size: 13px;
  height: 13px;
  letter-spacing: 3px;
  line-height: 13px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffb624;
  font-family: 'unitedpharmacy-icons';
  font-size: 13px;
  height: 13px;
  letter-spacing: 3px;
  line-height: 13px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: 0;
}
.rating-summary .rating-result::before {
  line-height: 1;
}
.rating-summary .rating-result > span::before {
  line-height: 1;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'unitedpharmacy-icons';
  font-size: 13px;
  height: 13px;
  letter-spacing: 3px;
  line-height: 13px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ffb624;
  font-family: 'unitedpharmacy-icons';
  font-size: 13px;
  height: 13px;
  letter-spacing: 3px;
  line-height: 13px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.product-reviews-summary .reviews-actions {
  display: none;
  line-height: 13px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: 0;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings legend {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.order-links.account {
  margin-bottom: 0;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-details-items {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.order-details-items .order-title {
  margin-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-size: 2rem;
  color: #272727;
  font-weight: bold;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody tr.options-label-bundle .label .price {
  display: none;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.account .order-status {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #272727;
  font-weight: bold;
  margin-bottom: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.sales-order-view .page-title-wrapper + .block-order-details-comments {
  clear: both;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  font-size: 2rem;
  line-height: 2rem;
  color: #272727;
  font-weight: bold;
  letter-spacing: .4px;
  margin-bottom: 20px;
  margin-right: 0;
  margin-top: 20px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.account .column.main .block:not(.widget) {
  margin-bottom: 30px;
}
.account .column.main .block:not(.widget).block-dashboard-orders .block-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.account .column.main .block:not(.widget).block-dashboard-orders .block-title .action.view {
  font-size: 1.6rem;
  line-height: 2.5rem;
  border: 1px solid #052d76;
  border-radius: 4px;
  color: #052d76;
  font-weight: bold;
  margin-bottom: 0;
  margin-right: 0;
  padding: 7px 25px;
}
.account .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.account .column.main .block:not(.widget) .block-title > strong {
  color: #272727;
  font-weight: bold;
}
.account .column.main .block:not(.widget) .block-title .action.edit {
  float: right;
  font-weight: bold;
  vertical-align: bottom;
}
.account .column.main .block:not(.widget) .block-title .action.edit:hover {
  text-decoration: none;
}
.account .column.main .block:not(.widget) .box.box-information,
.account .column.main .block:not(.widget) .box.box-newsletter,
.account .column.main .block:not(.widget) .box.box-billing-address,
.account .column.main .block:not(.widget) .box.box-shipping-address {
  margin-bottom: 10px;
  width: 100%;
}
.account .column.main .block:not(.widget) .box.box-order-shipping-address,
.account .column.main .block:not(.widget) .box.box-order-shipping-method,
.account .column.main .block:not(.widget) .box.box-order-billing-address,
.account .column.main .block:not(.widget) .box.box-order-billing-method {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 20px;
}
.account .column.main .block:not(.widget) .box .box-title {
  margin-bottom: 10px;
}
.account .column.main .block:not(.widget) .box .box-title > span {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #272727;
  font-weight: bold;
}
.account .column.main .block:not(.widget) .box .box-content {
  font-size: 1.6rem;
  color: #272727;
  margin-bottom: 20px;
}
.account .column.main .block:not(.widget) .box .box-content address br {
  display: none;
}
.account .column.main .block:not(.widget) .box .box-content address br:last-of-type {
  display: block;
}
.account .column.main .block:not(.widget) .box .box-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.account .column.main .block:not(.widget) .box .box-actions .action {
  font-size: 1.6rem;
  line-height: 2.5rem;
  border: 1px solid #052d76;
  border-radius: 4px;
  color: #052d76;
  font-weight: bold;
  letter-spacing: .32px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 8px 25px;
}
.account .column.main .block:not(.widget) .box .box-actions .action:last-child {
  margin-right: 0;
}
.account .column.main .block:not(.widget) .box .box-actions .action:hover {
  background-color: #052d76;
  color: #ffffff;
  text-decoration: none;
}
.account .column.main .block:not(.widget).block-dashboard-addresses .block-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}
.account .column.main .block:not(.widget).block-dashboard-addresses .block-content:last-child {
  margin-right: 0;
}
.account .column.main .block:not(.widget).block-dashboard-addresses .block-content .box .box-content {
  background: #edf4f6;
  border: 1px solid #052d76;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 20px;
  position: relative;
}
.account .column.main .block:not(.widget).block-dashboard-addresses .block-content .box .box-content .box-actions {
  display: flex;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
}
.account .column.main .block:not(.widget).block-dashboard-addresses .block-content .box .box-content .box-actions:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 8px;
  color: #ffffff;
  content: '\e610';
  font-family: 'unitedpharmacy-icons';
  margin: 0 10px 0 0;
  vertical-align: initial;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.account .column.main .block:not(.widget).block-dashboard-addresses .block-content .box .box-content .box-actions:hover:after {
  color: #ffffff;
}
.account .column.main .block:not(.widget).block-dashboard-addresses .block-content .box .box-content .box-actions:active:after {
  color: #ffffff;
}
.account .column.main .block:not(.widget).block-dashboard-addresses .block-content .box .box-content .box-actions:after {
  background: #052d76;
  border-radius: 50%;
  bottom: 10px;
  margin: 0;
  padding: 8px 6px;
  position: absolute;
  right: 10px;
}
.account .column.main .block:not(.widget).block-dashboard-addresses .block-content .box .box-content .box-actions .action.edit {
  display: inline-block;
}
.account .column.main .block:not(.widget).block-dashboard-addresses .block-content .box:last-child {
  margin-right: 0;
}
.account .column.main .block:not(.widget).block-addresses-default .block-content .box {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 20px;
}
.account .column.main .block:not(.widget) .block-content .toolbar .toolbar-amount {
  display: block;
  margin-bottom: 20px;
  padding-top: 0;
}
.account .column.main .block:not(.widget) .block-content .toolbar .limiter {
  margin-bottom: 0;
}
.account .column.main .order-details-items {
  margin-bottom: 20px;
}
.account.customer-account-edit .form .fieldset,
.account.customer-address-form .form .fieldset,
.account.newsletter-manage-index .form .fieldset,
.account.healthprofile-index-edit .form .fieldset,
.account.customer-account-edit .form-address-edit .fieldset,
.account.customer-address-form .form-address-edit .fieldset,
.account.newsletter-manage-index .form-address-edit .fieldset,
.account.healthprofile-index-edit .form-address-edit .fieldset {
  margin-bottom: 20px;
}
.account.customer-account-edit .form .fieldset .legend,
.account.customer-address-form .form .fieldset .legend,
.account.newsletter-manage-index .form .fieldset .legend,
.account.healthprofile-index-edit .form .fieldset .legend,
.account.customer-account-edit .form-address-edit .fieldset .legend,
.account.customer-address-form .form-address-edit .fieldset .legend,
.account.newsletter-manage-index .form-address-edit .fieldset .legend,
.account.healthprofile-index-edit .form-address-edit .fieldset .legend {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #272727;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 0;
}
.account.customer-account-edit .form .fieldset .field,
.account.customer-address-form .form .fieldset .field,
.account.newsletter-manage-index .form .fieldset .field,
.account.healthprofile-index-edit .form .fieldset .field,
.account.customer-account-edit .form-address-edit .fieldset .field,
.account.customer-address-form .form-address-edit .fieldset .field,
.account.newsletter-manage-index .form-address-edit .fieldset .field,
.account.healthprofile-index-edit .form-address-edit .fieldset .field {
  margin-bottom: 10px;
}
.account.customer-account-edit .form .fieldset .field .label::after,
.account.customer-address-form .form .fieldset .field .label::after,
.account.newsletter-manage-index .form .fieldset .field .label::after,
.account.healthprofile-index-edit .form .fieldset .field .label::after,
.account.customer-account-edit .form-address-edit .fieldset .field .label::after,
.account.customer-address-form .form-address-edit .fieldset .field .label::after,
.account.newsletter-manage-index .form-address-edit .fieldset .field .label::after,
.account.healthprofile-index-edit .form-address-edit .fieldset .field .label::after {
  color: #4e4e4e;
  margin: 0;
}
.account.customer-account-edit .form .fieldset .field .control,
.account.customer-address-form .form .fieldset .field .control,
.account.newsletter-manage-index .form .fieldset .field .control,
.account.healthprofile-index-edit .form .fieldset .field .control,
.account.customer-account-edit .form-address-edit .fieldset .field .control,
.account.customer-address-form .form-address-edit .fieldset .field .control,
.account.newsletter-manage-index .form-address-edit .fieldset .field .control,
.account.healthprofile-index-edit .form-address-edit .fieldset .field .control {
  width: 100%;
}
.account.customer-account-edit .form .fieldset .field .control input[type='text']:focus,
.account.customer-address-form .form .fieldset .field .control input[type='text']:focus,
.account.newsletter-manage-index .form .fieldset .field .control input[type='text']:focus,
.account.healthprofile-index-edit .form .fieldset .field .control input[type='text']:focus,
.account.customer-account-edit .form-address-edit .fieldset .field .control input[type='text']:focus,
.account.customer-address-form .form-address-edit .fieldset .field .control input[type='text']:focus,
.account.newsletter-manage-index .form-address-edit .fieldset .field .control input[type='text']:focus,
.account.healthprofile-index-edit .form-address-edit .fieldset .field .control input[type='text']:focus {
  box-shadow: none;
}
.account.customer-account-edit .form .fieldset .field.choice::before,
.account.customer-address-form .form .fieldset .field.choice::before,
.account.newsletter-manage-index .form .fieldset .field.choice::before,
.account.healthprofile-index-edit .form .fieldset .field.choice::before,
.account.customer-account-edit .form-address-edit .fieldset .field.choice::before,
.account.customer-address-form .form-address-edit .fieldset .field.choice::before,
.account.newsletter-manage-index .form-address-edit .fieldset .field.choice::before,
.account.healthprofile-index-edit .form-address-edit .fieldset .field.choice::before {
  content: none;
}
.account.customer-account-edit .form .fieldset .field.telephone,
.account.customer-address-form .form .fieldset .field.telephone,
.account.newsletter-manage-index .form .fieldset .field.telephone,
.account.healthprofile-index-edit .form .fieldset .field.telephone,
.account.customer-account-edit .form-address-edit .fieldset .field.telephone,
.account.customer-address-form .form-address-edit .fieldset .field.telephone,
.account.newsletter-manage-index .form-address-edit .fieldset .field.telephone,
.account.healthprofile-index-edit .form-address-edit .fieldset .field.telephone {
  position: relative;
}
.account.customer-account-edit .form .fieldset .field.telephone .message.error,
.account.customer-address-form .form .fieldset .field.telephone .message.error,
.account.newsletter-manage-index .form .fieldset .field.telephone .message.error,
.account.healthprofile-index-edit .form .fieldset .field.telephone .message.error,
.account.customer-account-edit .form-address-edit .fieldset .field.telephone .message.error,
.account.customer-address-form .form-address-edit .fieldset .field.telephone .message.error,
.account.newsletter-manage-index .form-address-edit .fieldset .field.telephone .message.error,
.account.healthprofile-index-edit .form-address-edit .fieldset .field.telephone .message.error {
  position: absolute;
  width: 100%;
}
.account.customer-account-edit .form .actions-toolbar,
.account.customer-address-form .form .actions-toolbar,
.account.newsletter-manage-index .form .actions-toolbar,
.account.healthprofile-index-edit .form .actions-toolbar,
.account.customer-account-edit .form-address-edit .actions-toolbar,
.account.customer-address-form .form-address-edit .actions-toolbar,
.account.newsletter-manage-index .form-address-edit .actions-toolbar,
.account.healthprofile-index-edit .form-address-edit .actions-toolbar {
  margin-left: 0;
}
.account.customer-account-edit .form-newsletter-manage .fieldset .field.choice .label span,
.account.customer-address-form .form-newsletter-manage .fieldset .field.choice .label span,
.account.newsletter-manage-index .form-newsletter-manage .fieldset .field.choice .label span,
.account.healthprofile-index-edit .form-newsletter-manage .fieldset .field.choice .label span {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.account.customer-account-edit .form-edit-account .fieldset.additional_info,
.account.customer-address-form .form-edit-account .fieldset.additional_info,
.account.newsletter-manage-index .form-edit-account .fieldset.additional_info,
.account.healthprofile-index-edit .form-edit-account .fieldset.additional_info {
  margin-bottom: 0;
}
.account .actions-toolbar .actions a {
  text-decoration: underline;
}
.account .items.order-links .item {
  margin-bottom: 10px;
}
.account .items.order-links .item strong,
.account .items.order-links .item a {
  text-decoration: underline;
}
.account .my-credit-cards .card-type img {
  display: inline-block;
}
.account.sales-order-view .column.main .page-title-wrapper {
  position: relative;
}
.account.sales-order-view .column.main .page-title-wrapper .shipping-type {
  position: absolute;
  right: 0;
  top: 0;
}
.account.sales-order-view .column.main .page-title-wrapper .shipping-type img {
  display: block;
  max-width: 75px;
}
.order-details-items {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title a.print {
  float: right;
  text-decoration: underline;
}
.order-details-items .order-title a.track {
  display: block;
}
.order-details-items .actions-toolbar a.print {
  display: inline-block;
  margin-bottom: 5px;
}
.toolbar .toolbar-amount .toolbar-number {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #4e4e4e;
  text-decoration: none;
}
.toolbar .limiter .limiter-label {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #4e4e4e;
  font-weight: bold;
  margin-right: 10px;
}
.toolbar .limiter .limiter-text {
  display: none;
}
.block-collapsible-nav {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -10px;
  width: calc(100% - 40px);
  z-index: 98;
}
.block-collapsible-nav .title {
  font-size: 1.6rem;
  line-height: 1.7rem;
  border-bottom: none;
  border-top: 1px solid #dbdbdb;
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  padding: 15px 0;
  position: relative;
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
.block-collapsible-nav .title:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  content: '\e621';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-collapsible-nav .title.active {
  border-bottom: 1px solid #dbdbdb;
}
.block-collapsible-nav .title.active:before {
  content: '\e622';
}
.block-collapsible-nav .title:before {
  position: absolute;
  right: 0;
}
.block-collapsible-nav .title strong {
  font-size: 1.6rem;
  font-weight: 400;
}
.block-collapsible-nav .content {
  background: #052d76;
  display: block;
  padding: 0 0 10px;
}
.block-collapsible-nav .content.active {
  border: 1px solid #052d76;
  display: none;
}
.block-collapsible-nav .item {
  margin: 1px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2.2rem;
  border-left: 0;
  color: #4e4e4e;
  display: block;
  padding: 9px 20px;
}
.block-collapsible-nav .item a {
  color: #ffffff;
  text-decoration: none;
}
.block-collapsible-nav .item a:hover,
.block-collapsible-nav .item a:active {
  color: #052d76;
}
.block-collapsible-nav .item a:focus {
  color: #ffffff;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ffee20;
  font-weight: bold;
  font-size: 1.4rem;
  background: #ffffff;
  color: #052d76;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item:hover a {
  color: #052d76;
  background-color: #ffffff;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #ffee20;
  display: none;
  margin: 10px 1.8rem;
}
.icon-email {
  display: inline-block;
  text-decoration: none;
}
.icon-email:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 24px;
  color: inherit;
  content: '\e917';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon-landmark {
  display: inline-block;
  text-decoration: none;
}
.icon-landmark:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 24px;
  color: inherit;
  content: '\e916';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon-landmark:before {
  font-weight: bold;
}
.icon-time {
  display: inline-block;
  text-decoration: none;
}
.icon-time:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 24px;
  color: inherit;
  content: '\e910';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon-phone {
  display: inline-block;
  text-decoration: none;
}
.icon-phone:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 24px;
  color: inherit;
  content: '\e912';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon-facebook {
  display: inline-block;
  text-decoration: none;
}
.icon-facebook:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 24px;
  color: inherit;
  content: '\e90f';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon-twitter {
  display: inline-block;
  text-decoration: none;
}
.icon-twitter:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 24px;
  color: inherit;
  content: '\e90e';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon-linkedin {
  display: inline-block;
  text-decoration: none;
}
.icon-linkedin:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 24px;
  color: inherit;
  content: '\e90d';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon-account {
  display: inline-block;
  text-decoration: none;
}
.icon-account:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 24px;
  color: inherit;
  content: '\e914';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon-instagram {
  display: inline-block;
  text-decoration: none;
}
.icon-instagram:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 24px;
  color: inherit;
  content: '\e91e';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon-whatsapp {
  display: inline-block;
  text-decoration: none;
}
.icon-whatsapp:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 24px;
  color: inherit;
  content: '\e91d';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon-expand {
  display: inline-block;
  text-decoration: none;
}
.icon-expand:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e903';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon-collapse {
  display: inline-block;
  text-decoration: none;
}
.icon-collapse:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e60f';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon-vat {
  display: inline-block;
  text-decoration: none;
}
.icon-vat:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: inherit;
  content: '\e91f';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon-paper {
  display: inline-block;
  text-decoration: none;
}
.icon-paper:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: inherit;
  content: '\e920';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon-down {
  display: inline-block;
  text-decoration: none;
}
.icon-down:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  line-height: 11px;
  color: inherit;
  content: '\e622';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.icon-up {
  display: inline-block;
  text-decoration: none;
}
.icon-up:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  line-height: 11px;
  color: inherit;
  content: '\e621';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
html.show-popup {
  overflow: hidden;
}
html.show-popup body._has-modal {
  overflow: hidden;
}
html,
body {
  overflow-x: hidden;
}
body {
  background-color: #ffffff;
}
body * {
  box-sizing: border-box;
}
body .column:not(.sidebar-main) form .actions-toolbar,
body .column:not(.sidebar-main) form .legend {
  margin-left: 0;
}
.page-header > .header.content.fixed-header {
  background: #edf4f6;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.page-header > .header.content.fixed-header:before,
.page-header > .header.content.fixed-header:after {
  background: #edf4f6;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.page-header > .header.content.fixed-header:before {
  left: -100%;
}
.page-header > .header.content.fixed-header:after {
  right: -100%;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-wrapper > .sections.nav-sections.fixed-menu-nav {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 998;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.breadcrumbs {
  min-height: 20px;
}
.account-header-links-mobile > .header.links .customer-welcome {
  float: right;
  margin-right: 20px;
}
.page-header > .header.content .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.page-header > .header.content > .header.links,
.account-header-links-mobile > .header.links {
  float: right;
}
.page-header > .header.content > .header.links > .authorization-link,
.account-header-links-mobile > .header.links > .authorization-link {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.page-header > .header.content > .header.links > .authorization-link a,
.account-header-links-mobile > .header.links > .authorization-link a {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  float: left;
  display: flex;
  text-decoration: none;
}
.page-header > .header.content > .header.links > .authorization-link a:before,
.account-header-links-mobile > .header.links > .authorization-link a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 24px;
  color: inherit;
  content: '\e914';
  font-family: 'unitedpharmacy-icons';
  margin: 0 6px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header > .header.content > .header.links > li,
.account-header-links-mobile > .header.links > li {
  margin-bottom: 0;
}
.page-header > .header.content > .header.links > li > a,
.account-header-links-mobile > .header.links > li > a {
  color: #052d76;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .28px;
  line-height: 24px;
  text-decoration: none;
}
.page-header > .header.content > .header.links > li.wishlist,
.account-header-links-mobile > .header.links > li.wishlist {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.page-header > .header.content > .header.links .customer-welcome,
.account-header-links-mobile > .header.links .customer-welcome {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  min-height: 24px;
  display: inline-block;
  position: relative;
}
.page-header > .header.content > .header.links .customer-welcome:before,
.page-header > .header.content > .header.links .customer-welcome:after,
.account-header-links-mobile > .header.links .customer-welcome:before,
.account-header-links-mobile > .header.links .customer-welcome:after {
  content: '';
  display: table;
}
.page-header > .header.content > .header.links .customer-welcome:after,
.account-header-links-mobile > .header.links .customer-welcome:after {
  clear: both;
}
.page-header > .header.content > .header.links .customer-welcome .customer-name,
.account-header-links-mobile > .header.links .customer-welcome .customer-name {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header > .header.content > .header.links .customer-welcome .customer-name:after,
.account-header-links-mobile > .header.links .customer-welcome .customer-name:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 15px;
  color: #052d76;
  content: '\e607';
  font-family: 'unitedpharmacy-icons';
  margin: 5px 0 0 4px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header > .header.content > .header.links .customer-welcome .customer-name:hover:after,
.account-header-links-mobile > .header.links .customer-welcome .customer-name:hover:after {
  color: #052d76;
}
.page-header > .header.content > .header.links .customer-welcome .customer-name:active:after,
.account-header-links-mobile > .header.links .customer-welcome .customer-name:active:after {
  color: #052d76;
}
.page-header > .header.content > .header.links .customer-welcome .customer-name.active,
.account-header-links-mobile > .header.links .customer-welcome .customer-name.active {
  display: inline-block;
  text-decoration: none;
}
.page-header > .header.content > .header.links .customer-welcome .customer-name.active:after,
.account-header-links-mobile > .header.links .customer-welcome .customer-name.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 15px;
  color: #052d76;
  content: '\e618';
  font-family: 'unitedpharmacy-icons';
  margin: 5px 0 0 4px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header > .header.content > .header.links .customer-welcome .customer-name.active:hover:after,
.account-header-links-mobile > .header.links .customer-welcome .customer-name.active:hover:after {
  color: #052d76;
}
.page-header > .header.content > .header.links .customer-welcome .customer-name.active:active:after,
.account-header-links-mobile > .header.links .customer-welcome .customer-name.active:active:after {
  color: #052d76;
}
.page-header > .header.content > .header.links .customer-welcome .customer-menu,
.account-header-links-mobile > .header.links .customer-welcome .customer-menu {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 7px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: -17px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header > .header.content > .header.links .customer-welcome .customer-menu li,
.account-header-links-mobile > .header.links .customer-welcome .customer-menu li {
  margin: 0;
  padding: 6px 11px;
  border-top: 1px solid #e5e5e5;
}
.page-header > .header.content > .header.links .customer-welcome .customer-menu li:first-child,
.account-header-links-mobile > .header.links .customer-welcome .customer-menu li:first-child {
  border: none;
}
.page-header > .header.content > .header.links .customer-welcome .customer-menu li:hover,
.account-header-links-mobile > .header.links .customer-welcome .customer-menu li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header > .header.content > .header.links .customer-welcome .customer-menu:before,
.page-header > .header.content > .header.links .customer-welcome .customer-menu:after,
.account-header-links-mobile > .header.links .customer-welcome .customer-menu:before,
.account-header-links-mobile > .header.links .customer-welcome .customer-menu:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header > .header.content > .header.links .customer-welcome .customer-menu:before,
.account-header-links-mobile > .header.links .customer-welcome .customer-menu:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header > .header.content > .header.links .customer-welcome .customer-menu:after,
.account-header-links-mobile > .header.links .customer-welcome .customer-menu:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header > .header.content > .header.links .customer-welcome .customer-menu:before,
.account-header-links-mobile > .header.links .customer-welcome .customer-menu:before {
  right: 20px;
  top: -12px;
}
.page-header > .header.content > .header.links .customer-welcome .customer-menu:after,
.account-header-links-mobile > .header.links .customer-welcome .customer-menu:after {
  right: 19px;
  top: -14px;
}
.page-header > .header.content > .header.links .customer-welcome.active,
.account-header-links-mobile > .header.links .customer-welcome.active {
  overflow: visible;
}
.page-header > .header.content > .header.links .customer-welcome.active .customer-menu,
.account-header-links-mobile > .header.links .customer-welcome.active .customer-menu {
  display: block;
}
.page-header > .header.content > .header.links .customer-welcome .customer-name,
.account-header-links-mobile > .header.links .customer-welcome .customer-name {
  left: 100%;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 17px;
}
.page-header > .header.content > .header.links .customer-welcome .customer-menu,
.account-header-links-mobile > .header.links .customer-welcome .customer-menu {
  font-size: 14px;
}
.page-header > .header.content > .header.links .customer-welcome .customer-menu .cust-name,
.account-header-links-mobile > .header.links .customer-welcome .customer-menu .cust-name {
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
  padding: 6px 11px;
  text-transform: capitalize;
}
.page-header > .header.content > .header.links .customer-welcome .customer-menu .header.links,
.account-header-links-mobile > .header.links .customer-welcome .customer-menu .header.links {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-header > .header.content > .header.links .customer-welcome .customer-menu .header.links .link.authorization-link,
.account-header-links-mobile > .header.links .customer-welcome .customer-menu .header.links .link.authorization-link {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}
.page-header > .header.content > .header.links .customer-welcome .customer-menu li,
.account-header-links-mobile > .header.links .customer-welcome .customer-menu li {
  width: 100%;
}
.page-header > .header.content > .header.links .customer-welcome .customer-menu li a,
.account-header-links-mobile > .header.links .customer-welcome .customer-menu li a {
  color: #000000;
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
.page-header > .header.content > .header.links .customer-welcome + .authorization-link:after,
.account-header-links-mobile > .header.links .customer-welcome + .authorization-link:after {
  content: '';
  display: none;
}
.page-header > .header.content li.wishlist {
  list-style: none;
  position: relative;
}
.page-header > .header.content li.wishlist > a {
  display: inline-block;
  text-decoration: none;
}
.page-header > .header.content li.wishlist > a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 23px;
  color: inherit;
  content: '\e601';
  font-family: 'unitedpharmacy-icons';
  margin: 0 8px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header > .header.content li.wishlist > a .counter.qty {
  background: #ae1d1d;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  height: 20px;
  left: 11px;
  line-height: 20px;
  min-width: 20px;
  overflow: hidden;
  padding: 0 2px;
  position: absolute;
  text-align: center;
  top: -8px;
  white-space: normal;
}
.page-header > .header.content li.wishlist > a .counter:empty {
  display: none;
}
.page-header .header-email-address {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .28px;
  line-height: 22px;
  display: inline-block;
  text-decoration: none;
}
.page-header .header-email-address a {
  color: #4e4e4e;
}
.page-header .header-email-address:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e917';
  font-family: 'unitedpharmacy-icons';
  margin: 0 8px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .header-email-address:before {
  width: 29px;
}
.page-header .top-header-promotion {
  margin-left: auto;
  margin-right: auto;
}
.page-header .promotion-offer {
  background-color: #00a99d;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .36px;
  line-height: 18px;
  max-width: 100vw;
  padding: 0 30px;
  position: relative;
}
.page-header .promotion-offer .offer-slide {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  min-height: 49px;
}
.page-header .promotion-offer .slick-slider .item + .item {
  display: none;
}
.page-header .top-header-links {
  margin-left: auto;
}
.page-header .top-form-language {
  margin-left: auto;
}
.page-header .store-locations {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .28px;
  line-height: 22px;
  display: inline-block;
  text-decoration: none;
}
.page-header .store-locations:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 24px;
  color: inherit;
  content: '\e916';
  font-family: 'unitedpharmacy-icons';
  margin: 0 8px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .store-locations:before {
  font-weight: bold;
}
.account-header-links-mobile {
  margin-bottom: 14px;
}
.nav-extra-links-mobile {
  padding: 0 15px;
}
.nav-extra-links-mobile ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.nav-extra-links-mobile > div > ul > li {
  margin-bottom: 7px;
}
.nav-extra-links-mobile > div > ul > li > a {
  background-color: #e8f5ff;
  border-radius: 4px;
  color: #203874;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .56px;
  line-height: 23px;
  padding: 10.11px 10px;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
.nav-extra-links-mobile > div > ul > li > a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e92a';
  font-family: 'unitedpharmacy-icons';
  margin: 0 6px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-extra-links-mobile > div > ul > li > a:before {
  width: 24px;
}
.nav-extra-links-mobile > div > ul > li > a.my-account-mobile:before {
  content: '\e928';
}
.nav-extra-links-mobile > div > ul > li > a.location-mobile:before {
  content: '\e916';
}
.nav-extra-links-mobile > div > ul > li > a.services-mobile:before {
  content: '\e92c';
}
.nav-extra-links-mobile > div > ul > li > a.contact-mobile:before {
  content: '\e92d';
}
.nav-extra-links-mobile > div > ul > li > a.faq-mobile:before {
  content: '\e92b';
}
.nav-extra-links-mobile > div > ul > li > a.terms-mobile:before {
  content: '\e92e';
}
.nav-extra-links-mobile .services-mobile {
  display: inline-block;
  text-decoration: none;
}
.nav-extra-links-mobile .services-mobile:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-extra-links-mobile .services-mobile.ui-active:after {
  content: '\e621';
}
.nav-extra-links-mobile .services-mobile:after {
  float: right;
}
.header-top-mobile .icon-phone {
  font-size: 0;
  margin-right: 8px;
}
.header-top-mobile .header-phone {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header-top-mobile .header-phone:hover {
  text-decoration: none;
}
.header-top-mobile .call-us {
  display: block;
  font-size: 11px;
  letter-spacing: .3px;
  line-height: 1;
}
.header-top-mobile .number {
  display: block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .7px;
  line-height: 22px;
}
.header.content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.header .logo {
  max-width: 172px;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  float: none;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 40px 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #4e4e4e;
  margin: 0;
  padding-top: 15px;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #052d76;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #052d76;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #052d76;
}
.message.global.noscript .magepow-gdpr-cookie-notice,
.message.global.cookie .magepow-gdpr-cookie-notice {
  z-index: 1000;
}
._has-modal .message.global .magepow-gdpr-cookie-notice {
  z-index: 999;
}
.message.global.cookie {
  background: #f6f6f6;
  border-color: #f6f6f6;
  bottom: 0;
  box-shadow: none;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 999;
}
.message.global.cookie .cookie-close {
  display: none;
}
.message.global.cookie .cookie-close .hidden {
  display: block;
  text-align: right;
}
.message.global.cookie .content {
  font-size: 1.4rem;
  line-height: 2rem;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1640px;
  padding: 0 5px;
}
.message.global.cookie .content .info {
  display: inline-block;
  text-align: left;
  width: auto;
}
.message.global.cookie .content .actions {
  display: inline-block;
  margin: 5px 0;
  width: auto;
}
.message.global.cookie .content .actions .btn-cookie-setting {
  font-size: 1.4rem;
  line-height: 2.3rem;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: #4e4e4e;
  font-size: 0;
  font-weight: normal;
  margin-left: 7px;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.message.global.cookie .content .actions .btn-cookie-setting:hover {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: #4e4e4e;
}
.message.global.cookie .content .actions .btn-cookie-setting:active {
  box-shadow: none;
}
.message.global.cookie .content .actions .btn-cookie-setting:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: #4e4e4e;
  content: '\e91c';
  font-family: 'unitedpharmacy-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.message.global.cookie .content .actions .btn-cookie-setting:hover:before {
  color: #4e4e4e;
}
.message.global.cookie .content .actions .btn-cookie-setting:active:before {
  color: #4e4e4e;
}
.message.global.cookie .content .actions .btn-cookie.allow.primary {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 5px 10px;
}
.message.global.cookie.magepow-gdpr-cookie-notice {
  bottom: 68px !important;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 40px 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #052d76;
}
.message.global.demo a:hover {
  color: #052d76;
}
.message.global.demo a:active {
  color: #052d76;
}
.page-footer {
  border-top: 1px solid #dbdbdb;
  margin-top: auto;
}
.footer.content {
  padding-top: 10px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer.content .footer-social-block ul > li {
  margin-right: 10px;
}
.footer.content .footer-social-block ul > li:last-child {
  margin-right: 0;
}
.footer .footer-heading {
  color: #000000;
  font-size: 16px;
  letter-spacing: .64px;
  line-height: 1;
  margin-bottom: 12px;
  padding-top: 20px;
}
.footer .footer-content a {
  color: #4e4e4e;
  font-size: 14px;
  letter-spacing: .28px;
  line-height: 28px;
  word-break: break-word;
  word-wrap: break-word;
}
.footer .footer-content.footer-contact ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
}
.footer .footer-content.footer-contact ul li span[class*='icon-time']:before {
  line-height: 23px;
}
.footer .footer-content.footer-contact ul li [class*='icon-']:before {
  line-height: 28px;
}
.footer .footer-content.footer-contact ul li .icon-account:before {
  font-size: 17px;
  line-height: 1;
}
.footer .footer-content.hotline-call a {
  color: #052d76;
  font-size: 18px;
  letter-spacing: .36px;
  line-height: 20px;
  vertical-align: middle;
}
.footer .footer-content .footer-app-icons {
  float: left;
  margin-top: 16px;
}
.footer .footer-content .footer-app-icons a {
  float: left;
  margin-right: 20px;
}
.footer .footer-content .footer-app-icons a:last-child {
  margin-right: 0;
}
.footer .footer-content ul li {
  color: #4e4e4e;
  font-size: 14px;
  letter-spacing: .28px;
  margin-bottom: 2px;
}
.footer .footer-content ul li [class*='icon-'] {
  font-size: 0;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.footer .footer-content ul li .icon-time {
  align-self: center;
}
.footer .footer-content ul li .icon-time:before {
  width: 24px;
}
.footer .footer-links-block:not(.footer-last-column) {
  border-bottom: 1px solid #dbdbdb;
}
.footer .footer-last-column {
  margin-top: 18.5px;
}
.footer .footer-last-column .footer-heading {
  padding-top: 0;
  width: 100%;
}
.footer .footer-bottom {
  border-top: 1px solid #dbdbdb;
  margin-top: 20.5px;
  padding: 25.5px 0 24px;
}
.footer .footer-bottom .pagebuilder-column-line {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#html-body .footer .footer-social-content[data-content-type='column'] {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
}
#html-body .footer .footer-social-content[data-content-type='column'] + [data-content-type='column'] {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#html-body .footer .footer-social-content[data-content-type='column'] + [data-content-type='column'] .pagebuilder-mobile-only {
  max-height: 23px;
  width: auto;
}
.footer .footer-social-content .footer-heading {
  color: #272727;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 0;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}
#html-body .footer .footer-social-content .footer-heading {
  margin-bottom: 10px;
}
.footer .footer-social-block li {
  display: inline-block;
}
.footer .footer-social-block li [class*='icon-'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #edf4f6;
  border-radius: 4px;
  font-size: 0;
  height: 38px;
  justify-content: center;
  width: 38px;
}
.footer .footer-social-block li [class*='icon-']:before {
  color: #4e4e4e;
  width: 24px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.footer-copyright {
  background-color: #edf4f6;
  color: #272727;
  font-size: 14px;
  line-height: 21px;
  padding: 9.5px 20px;
  text-align: center;
}
.page-bottom .block-static-block.widget {
  margin-bottom: 0;
}
.top-form-language .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.top-form-language .switcher .options:before,
.page-footer .switcher .options:before,
.top-form-language .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.top-form-language .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.top-form-language .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0 5px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.top-form-language .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.top-form-language .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 24px;
  color: inherit;
  content: '\e904';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.top-form-language .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.top-form-language .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.top-form-language .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.top-form-language .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.top-form-language .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 24px;
  color: inherit;
  content: '\e918';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.top-form-language .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.top-form-language .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.top-form-language .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 140px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.top-form-language .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0 0 0 7px;
}
.top-form-language .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.top-form-language .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.top-form-language .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.top-form-language .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.top-form-language .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.top-form-language .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  right: 10px;
  top: -12px;
}
.top-form-language .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  right: 9px;
  top: -14px;
}
.top-form-language .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.top-form-language .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.top-form-language .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  height: 26px;
  width: 54px;
}
.top-form-language .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  width: 15px;
}
.top-form-language .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px;
  display: block;
  padding: 7px 7px 7px 35px;
}
.top-form-language .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.top-form-language .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.top-form-language .switcher strong,
.page-footer .switcher strong {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  font-size: 0;
  height: 16px;
  vertical-align: middle;
  width: 22px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 0;
}
.cookie-status-message {
  display: none;
}
.pages .pages-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.pages .pages-items .item:hover {
  background: #ffffff;
}
.pages .pages-items .item.current {
  border: 1px solid #052d76;
  border-radius: 4px;
  margin-right: 15px;
  background: #052d76;
}
.pages .pages-items .item.current strong {
  border-radius: 4px;
}
.pages .pages-items .item.current:hover,
.pages .pages-items .item.current:active {
  background: #052d76;
}
.pages .pages-items .item > a {
  border-radius: 4px;
  line-height: 1.4rem;
}
.pages .pages-items .item.pages-item-previous a,
.pages .pages-items .item.pages-item-next a {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.pages .pages-items .item.pages-item-previous:hover,
.pages .pages-items .item.pages-item-next:hover,
.pages .pages-items .item.pages-item-previous:active,
.pages .pages-items .item.pages-item-next:active {
  background: #ffffff;
}
.pages .pages-items .item.pages-item-previous .action.next,
.pages .pages-items .item.pages-item-next .action.next,
.pages .pages-items .item.pages-item-previous .action.previous,
.pages .pages-items .item.pages-item-next .action.previous {
  border: 1px solid #052d76;
  height: 30px;
  margin: 0;
  width: 30px;
}
.pages .pages-items .item.pages-item-previous .action.next::before,
.pages .pages-items .item.pages-item-next .action.next::before,
.pages .pages-items .item.pages-item-previous .action.previous::before,
.pages .pages-items .item.pages-item-next .action.previous::before {
  color: #052d76;
  font-size: 1.2rem;
  line-height: 14px;
  margin-left: 6px;
}
.pages .pages-items .item.pages-item-next {
  margin-right: 0;
}
.pages a.page,
.pages strong.page {
  height: 30px;
  width: 30px;
}
.slick-prev,
.slick-next {
  background: #052d76;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  height: 38px;
  width: 38px;
  display: inline-block;
  text-decoration: none;
}
.slick-prev:before,
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e911';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  padding: 0;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: #052d76;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.slick-prev:hover,
.slick-next:hover {
  background: #052d76;
  border: 1px solid #cecece;
  color: #ffffff;
  opacity: 1;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:hover:after,
.slick-next:hover:after {
  color: #ffffff;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid #cecece;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #4e4e4e;
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:after,
.slick-next.slick-disabled:after {
  color: #4e4e4e;
}
.slick-next:before {
  content: '\e915';
}
.section-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
}
.cms-index-index .section-title {
  color: #000000;
}
.page-main > .page-title-wrapper,
.page-main-full-width > .page-title-wrapper {
  text-align: center;
}
.page-main > .page-title-wrapper .page-title,
.page-main-full-width > .page-title-wrapper .page-title {
  font-size: 2rem;
  line-height: 2rem;
  color: #272727;
  font-weight: bold;
  letter-spacing: .8px;
  margin: 20px 0;
}
body.page-layout-1column a.pagebuilder-button-primary,
body.page-layout-2columns-left a.pagebuilder-button-primary,
body.page-layout-2columns-right a.pagebuilder-button-primary,
body.page-layout-1column button.pagebuilder-button-primary,
body.page-layout-2columns-left button.pagebuilder-button-primary,
body.page-layout-2columns-right button.pagebuilder-button-primary,
body.page-layout-1column div.pagebuilder-button-primary,
body.page-layout-2columns-left div.pagebuilder-button-primary,
body.page-layout-2columns-right div.pagebuilder-button-primary,
body.page-layout-1column .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
body.page-layout-2columns-left .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
body.page-layout-2columns-right .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary {
  color: #ffffff;
}
body.page-layout-1column a.pagebuilder-button-primary:hover,
body.page-layout-2columns-left a.pagebuilder-button-primary:hover,
body.page-layout-2columns-right a.pagebuilder-button-primary:hover,
body.page-layout-1column button.pagebuilder-button-primary:hover,
body.page-layout-2columns-left button.pagebuilder-button-primary:hover,
body.page-layout-2columns-right button.pagebuilder-button-primary:hover,
body.page-layout-1column div.pagebuilder-button-primary:hover,
body.page-layout-2columns-left div.pagebuilder-button-primary:hover,
body.page-layout-2columns-right div.pagebuilder-button-primary:hover,
body.page-layout-1column .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
body.page-layout-2columns-left .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
body.page-layout-2columns-right .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover {
  color: #052d76;
}
.top-container .delivery-address-selector .delivery-text {
  display: flex;
  text-decoration: none;
}
.top-container .delivery-address-selector .delivery-text:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 27.55px;
  line-height: 27px;
  color: #052d76;
  content: '\e908';
  font-family: 'unitedpharmacy-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.top-container .delivery-address-selector + .deliverymodal-popup-wrapper {
  display: none;
}
a#backtotop {
  background: #052d76;
  border-radius: 5px;
  bottom: 105px;
  color: #ffffff;
  display: block;
  height: 35px;
  right: 20px;
  line-height: 35px;
  overflow: hidden;
  position: fixed;
  text-align: center;
  width: 35px;
  z-index: 1000;
  display: inline-block;
  text-decoration: none;
}
a#backtotop:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  line-height: 11px;
  color: inherit;
  content: '\e621';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
a#backtotop .back-to-top {
  font-size: 0;
}
.bv-custom-chat-popup .close-btn .right-space {
  display: inline-block;
  text-decoration: none;
}
.bv-custom-chat-popup .close-btn .right-space:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e616';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bv-custom-chat-popup .back-btn .fa-angle-left {
  display: inline-block;
  text-decoration: none;
}
.bv-custom-chat-popup .back-btn .fa-angle-left:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e617';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-layout-cms-full-width .page.messages {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  padding-left: 30px;
  padding-right: 30px;
}
.cms-index-index .sticky-bottom-menu ul li a.home:before {
  background-image: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/images/botton-color-logo.svg');
}
.sticky-bottom-menu {
  background-color: #ffffff;
  bottom: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  height: 95px;
  position: fixed;
  width: 100%;
  z-index: 900;
}
.sticky-bottom-menu ul {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0 -8.5px;
  padding: 10px 15px 20px;
}
.sticky-bottom-menu ul li {
  margin: 0;
  text-align: center;
  width: 20%;
}
.sticky-bottom-menu ul li .nav-toggle {
  font-size: 1.4rem;
  color: #737373;
  position: static;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.sticky-bottom-menu ul li .nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 26px;
  color: #737373;
  content: '\e92a';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sticky-bottom-menu ul li .nav-toggle:hover:before {
  color: #737373;
}
.sticky-bottom-menu ul li .nav-toggle:active:before {
  color: #00aa9b;
}
.sticky-bottom-menu ul li .nav-toggle span {
  display: block;
  margin-top: 12px;
}
.sticky-bottom-menu ul li .nav-toggle:before {
  width: 25px;
}
.sticky-bottom-menu ul li a {
  font-size: 1.4rem;
  color: #737373;
  text-align: center;
  text-decoration: none;
}
.sticky-bottom-menu ul li a span {
  display: block;
  margin-top: 12px;
}
.sticky-bottom-menu ul li a.health {
  display: inline-block;
  text-decoration: none;
}
.sticky-bottom-menu ul li a.health:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 26px;
  color: #737373;
  content: '\e938';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sticky-bottom-menu ul li a.health:hover:before {
  color: #737373;
}
.sticky-bottom-menu ul li a.health:active:before {
  color: #00aa9b;
}
.sticky-bottom-menu ul li a.medication {
  display: inline-block;
  text-decoration: none;
}
.sticky-bottom-menu ul li a.medication:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 26px;
  color: #737373;
  content: '\e939';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sticky-bottom-menu ul li a.medication:hover:before {
  color: #737373;
}
.sticky-bottom-menu ul li a.medication:active:before {
  color: #00aa9b;
}
.sticky-bottom-menu ul li a.home:before {
  background-image: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/images/bottom-logo-icon.svg');
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  display: inline-block;
  vertical-align: top;
  height: 26px;
  width: 26px;
}
.sticky-bottom-menu ul li a.my-account {
  display: inline-block;
  text-decoration: none;
}
.sticky-bottom-menu ul li a.my-account:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 26px;
  color: #737373;
  content: '\e928';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sticky-bottom-menu ul li a.my-account:hover:before {
  color: #737373;
}
.sticky-bottom-menu ul li a.my-account:active:before {
  color: #00aa9b;
}
.nav-open .sticky-bottom-menu .nav-toggle:after {
  display: none;
}
.submenu.our_services_child {
  background-color: #e8f5ff;
  padding: 0 10px 14px;
}
.submenu.our_services_child > li {
  background-color: #ffffff;
  margin-bottom: 7px;
}
.submenu.our_services_child > li a {
  font-weight: 700;
  line-height: 22px;
  padding: 11px 10px;
  word-wrap: break-word;
  display: inline-block;
  color: #272727;
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.toolbar .pager {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.form.wishlist.items .product-items .product-item .offer-section {
  position: static;
  font-size: 12px;
  line-height: 14px;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before {
  content: '\e601';
}
.table-comparison .action.towishlist {
  font-size: 0;
  display: inline-block;
  text-decoration: none;
}
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 27px;
  color: inherit;
  content: '\e601';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.table-comparison .action.towishlist:before {
  width: 27px;
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-items {
  margin-left: 0;
  margin-right: 0;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.products-grid.wishlist .product-item-name {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  font-size: 1.4rem;
  line-height: 1.5rem;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  display: block;
  height: 42px;
  margin: 10px 0 10px;
  padding: 13px 14px 8px 14px;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.products-grid.wishlist .product-item .product-item-info .product-item-name .product-item-link {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 400;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 245px;
  justify-content: space-between;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .field.comment-box {
  order: 0;
  width: 100%;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .field.qty {
  max-width: 80px;
  order: 2;
  width: 100%;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .field.qty .control {
  height: 28px;
  padding: 0 5.5px;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .field.qty .control input[type='number'] {
  height: 26px;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .field.qty .control input[type='number']:disabled {
  width: 100%;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .field.qty.box-tocart {
  position: static;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .field.qty .label {
  display: none;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .price-box {
  width: 50%;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .price-box .price-as-configured {
  margin-bottom: 0;
  min-height: 48px;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .price-box.price-configured_price .price-container .price-wrapper .price {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #000000;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .product-reviews-summary {
  margin: 0 0 10px;
  width: 100%;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .product-reviews-summary .reviews-actions {
  display: none;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .reviews-sipping-type .shipping-type {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .reviews-sipping-type .shipping-type img {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .box-tocart {
  order: 4;
  width: 100%;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .box-tocart .fieldset {
  margin-bottom: 0;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions {
  margin-top: 10px;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions .actions-primary {
  width: 100%;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions .actions-primary .view-product,
.products-grid.wishlist .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions .actions-primary .tocart {
  font-size: 1.4rem;
  line-height: 2rem;
  background-color: #edf4f6;
  border: transparent;
  color: #052d76;
  padding: 5px 24px;
  width: 100%;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions .actions-primary .view-product:hover,
.products-grid.wishlist .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions .actions-primary .tocart:hover {
  color: #ffffff;
  background-color: #052d76;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .price-box-wishlist {
  display: inline-block;
  position: relative;
  width: 100%;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .price-box-wishlist .box-tocart .product-item-actions {
  margin-top: 0;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .price-box-wishlist .reviews-sipping-type {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions {
  margin-top: 5px;
  order: 5;
  width: 100%;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions .action {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #052d76;
  font-weight: bold;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions .action.edit {
  margin-right: 10px;
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions .action.edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #052d76;
  content: '\e90c';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions .action.edit:hover:before {
  color: inherit;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions .action.edit:active:before {
  color: inherit;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #052d76;
  content: '\e90b';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions .action.delete:hover:before {
  color: inherit;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions .action.delete:active:before {
  color: inherit;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions .action.edit span,
.products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions .action.delete span {
  font-size: 0rem;
}
.wishlist-index-index .products-grid .product-item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  margin-left: 0;
  padding: 15px;
  width: 100%;
}
.wishlist-index-index .products-grid .product-item .product-item-info {
  border: 0;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-tooltip {
  align-self: flex-start;
  margin-bottom: 5px;
  text-align: right;
  width: 50%;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-tooltip .tooltip.toggle {
  font-size: 1.4rem;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-tooltip .tooltip.content {
  left: auto;
  min-width: 270px;
  right: 0;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-tooltip .tooltip.content .subtitle {
  margin-bottom: 5px;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-tooltip .tooltip.content dt.label {
  display: none;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-tooltip .tooltip.content dd.values {
  font-size: 1.4rem;
  margin: 0 0 5px 0;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-tooltip .tooltip.content dd.values .price {
  display: none;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-tooltip .tooltip.content:before {
  left: auto;
  margin-right: -17px;
  right: 26px;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-tooltip .tooltip.content:after {
  left: auto;
  margin-right: -16px;
  right: 26px;
}
.wishlist-index-index .products-grid .product-item .product-item-info .wishlist-image-offer {
  position: relative;
  z-index: 98;
}
.wishlist-index-index .products-grid .product-item .product-item-info .wishlist-image-offer .offer-label {
  left: 0;
  max-width: 50px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.wishlist-index-index .products-grid .product-item .product-item-info .medical-button {
  margin-bottom: 0;
  min-height: 37px;
}
.wishlist-index-index .products-grid .product-item .product-item-info .pharmacist-medical-help-btn {
  background-image: none;
  background: #052d76;
  border: 1px solid #052d76;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Almarai', sans-serif;
  font-weight: bold;
  padding: 8px 24px;
  line-height: 1.7rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.9rem;
  align-items: center;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  min-height: 35px;
  padding: 0 2px 1px;
  text-align: center;
  width: 100%;
}
.wishlist-index-index .products-grid .product-item .product-item-info .pharmacist-medical-help-btn:focus,
.wishlist-index-index .products-grid .product-item .product-item-info .pharmacist-medical-help-btn:active {
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
}
.wishlist-index-index .products-grid .product-item .product-item-info .pharmacist-medical-help-btn:hover {
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
}
.wishlist-index-index .products-grid .product-item .product-item-info .pharmacist-medical-help-btn.disabled,
.wishlist-index-index .products-grid .product-item .product-item-info .pharmacist-medical-help-btn[disabled],
fieldset[disabled] .wishlist-index-index .products-grid .product-item .product-item-info .pharmacist-medical-help-btn {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.wishlist-index-index .products-grid .product-item .offer-section {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
}
.wishlist-index-index .actions-toolbar {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 30px;
}
.wishlist-index-index .actions-toolbar .primary .action {
  font-size: 1.4rem;
  line-height: 2rem;
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
  font-weight: bold;
  letter-spacing: .32px;
  margin-right: 20px;
  padding: 7px 20px;
}
.wishlist-index-index .actions-toolbar .primary .action:last-child {
  margin-right: 0;
}
.wishlist-index-index .actions-toolbar .primary .action:hover {
  background-color: #052d76;
  color: #ffffff;
}
.wishlist-index-index .wishlist-toolbar .pager {
  justify-content: center;
}
.wishlist-index-index .wishlist-toolbar .pager .toolbar-amount,
.wishlist-index-index .wishlist-toolbar .pager .limiter {
  display: none;
}
.wishlist-index-index .wishlist-toolbar .pager .pages .pages-items {
  justify-content: center;
}
.wishlist-index-index .wishlist-toolbar .pager .pages .pages-items .pages-item-previous .action::before,
.wishlist-index-index .wishlist-toolbar .pager .pages .pages-items .pages-item-next .action::before {
  margin-left: 0;
}
.social-login-authentication-channel.account-social-login .block-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  max-width: 410px;
}
.social-login-authentication-channel.account-social-login .actions-toolbar.social-btn {
  width: 100%;
}
.social-login-authentication-channel.account-social-login .actions-toolbar.social-btn .btn-social {
  font-size: 1.6rem;
  padding: 10px 15px 10px 35px;
  text-align: center;
}
.social-login-authentication-channel.account-social-login .actions-toolbar.social-btn .btn-social.btn-apple {
  background-color: #000000;
  color: #ffffff;
}
.social-login-authentication-channel.account-social-login .actions-toolbar.social-btn .btn-social > :first-child {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-right: 0;
  justify-content: center;
  width: 40px;
}
.social-login-authentication-channel.account-social-login .actions-toolbar.social-btn .btn-google .fa-google {
  background-color: #ffffff;
  background-image: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/images/google.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.social-login-authentication-channel.account-social-login .actions-toolbar.social-btn:first-child {
  margin-top: 0;
}
/* Ajax cart */
/* Click outside close modal */
.modal-popup {
  pointer-events: none;
}
.modal-popup.modals-ajaxcart .action-close {
  right: 0;
  top: 0;
}
.modal-popup.modals-ajaxcart .product-item:before,
.modal-popup.modals-ajaxcart .product-item:after {
  content: '';
  display: table;
}
.modal-popup.modals-ajaxcart .product-item:after {
  clear: both;
}
.modal-popup.modals-ajaxcart .product-item .product-item-photo {
  float: left;
}
.modal-popup.modals-ajaxcart .product-item .product-item-details {
  float: left;
  padding-left: 15px;
  text-align: left;
  width: calc(100% - 80px);
}
.modal-popup.modals-ajaxcart .product-item .product-item-details .product-item-name {
  color: #555555;
  font-weight: normal;
}
.modal-popup.modals-ajaxcart .product-item .product-item-details .fakeUpdateCart {
  display: none;
  font-size: 1.1rem;
  vertical-align: top;
}
.modal-popup.modals-ajaxcart .product-item .product-item-details .fakeUpdateCart:hover {
  opacity: .8;
}
.modal-popup.modals-ajaxcart .product-item .fakeQtycart {
  height: 33px;
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.modal-popup.modals-ajaxcart .product-item .product-price {
  color: #222222;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 9px;
}
.modal-popup.modals-ajaxcart .modal-header {
  padding-bottom: 10px;
  padding-top: 10px;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap {
  margin: auto;
  max-width: 300px;
  overflow-x: hidden;
  padding-bottom: 10px;
  padding-top: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .header {
  display: none;
  font-size: 22px;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .header strong {
  color: #000000;
  font-weight: 400;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .cart-info {
  display: none;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .message {
  background-color: #e5efe5;
  color: #006400;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 15px;
  margin-top: 0;
  padding: 6px 5px 6px 32px;
  position: relative;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .message a {
  color: #006400;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .message:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #006400;
  content: '\e610';
  font-family: 'unitedpharmacy-icons';
  font-size: 15px;
  font-weight: normal;
  left: 0;
  line-height: 1;
  margin-left: 10px;
  margin-right: 5px;
  position: absolute;
  speak: none;
  top: 14px;
  vertical-align: middle;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .product-image > img {
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  height: 50px;
  object-fit: cover;
  width: 50px;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .items-count {
  margin-bottom: 10px;
  margin-top: 10px;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .items-count a {
  color: #222222;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .congratulation {
  background-color: #009966;
  margin-bottom: 20px;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .subtotal {
  font-size: 18px;
  margin-bottom: 10px;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .products-ordered {
  margin-bottom: 30px;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .products-ordered .block-title strong {
  color: #4d5959;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .popup > .action {
  padding-top: 20px;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .popup > .action > div {
  float: left;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .popup > .action .btn-viewcart {
  margin-bottom: 15px;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .popup > .action button,
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .popup > .action .cart.table-wrapper .actions-toolbar > .action {
  border: 0;
  display: block;
  font-size: 11px;
  font-weight: 400;
  height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
  width: 100%;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .popup button,
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .popup .cart.table-wrapper .actions-toolbar > .action {
  border: 0;
  display: block;
  font-size: 11px;
  font-weight: 400;
  height: 30px;
  padding: 0 8px;
  text-transform: uppercase;
  width: 100%;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .popup > .block {
  margin-bottom: 0;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .view-cart {
  text-decoration: none;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .btn-viewcart,
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .btn-continue {
  text-decoration: none;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .btn-viewcart .viewcart,
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .btn-continue .viewcart,
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .btn-viewcart .continue,
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .btn-continue .continue {
  font-size: 1rem;
  line-height: 1.6rem;
  background-color: #052d76;
  border: 1px solid #052d76;
  color: #ffffff;
  font-weight: bold;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .btn-viewcart .viewcart:hover,
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .btn-continue .viewcart:hover,
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .btn-viewcart .continue:hover,
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .btn-continue .continue:hover {
  background-color: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
  text-decoration: none;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .btn-continue {
  margin-left: 10px;
}
.modal-popup.modals-ajaxcart .ajaxcart-wrapper-main {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.modal-popup.modals-ajaxcart .actions {
  display: flex;
}
.modal-popup.modals-ajaxcart .actions .action {
  background-color: #b59677;
  border-color: #b59677;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  display: inline-block;
  height: 35px;
  line-height: 32px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.modal-popup.modals-ajaxcart .actions .checkout-link {
  margin-right: 15px;
}
.modal-popup.modals-ajaxcart .actions .btn-continue {
  min-width: 110px;
}
.modal-popup.modals-ajaxcart .actions .full-width {
  width: auto !important;
}
.modal-popup.modals-ajaxcart .modal-content {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.modal-popup.modals-ajaxcart .modal-content .block-content {
  padding-left: 0;
  padding-right: 0;
}
.modal-popup.modals-ajaxcart .modal-content .block-content .ajax-cart-slick-slider {
  padding: 0;
}
.modal-popup.modals-ajaxcart .freeShipping_message {
  background-color: #e5efe5;
  color: #006400;
  margin-bottom: 15px;
}
.modal-popup.modals-ajaxcart .action a {
  display: block;
  height: 40px;
  line-height: 34px;
  text-decoration: none;
}
.modal-popup.modals-ajaxcart .action a:hover {
  opacity: .8;
}
.modal-popup.modals-ajaxcart .product-reviews-summary {
  display: block;
}
.modal-popup.modals-ajaxcart .product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.modal-popup.modals-ajaxcart .product-reviews-summary .reviews-actions {
  display: inline-block;
  line-height: inherit;
  vertical-align: middle;
}
.modal-popup.modals-ajaxcart .product-reviews-summary .reviews-actions .action {
  font-size: 12px;
  margin-right: 0;
}
.modal-popup.modals-ajaxcart .products-products-ordered .slick-arrow {
  display: none !important;
}
.modal-popup.modals-ajaxcart .products-products-ordered:hover .slick-arrow {
  display: block !important;
}
#ajax-suggest .ajax-cart-slick-slider {
  display: none;
}
#ajax-suggest .slick-initialized {
  display: block;
}
@media only screen and (max-width: 768px) {
  .modal-popup.modals-ajaxcart .modal-inner-wrap {
    background-color: #ffffff !important;
  }
  .page-product-bundle .modal-popup.modals-ajaxcart .modal-content {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-popup.modals-ajaxcart {
    left: 0;
  }
  .modal-popup.modals-ajaxcart .modal-inner-wrap {
    height: auto;
  }
}
.page-product-bundle .modal-popup.modals-ajaxcart .modal-header {
  padding-bottom: 0;
  padding-top: 10px;
}
.page-product-bundle .modal-popup.modals-ajaxcart .modal-content {
  padding-left: 30px;
  padding-right: 30px;
}
.page-product-bundle .modal-popup.modals-ajaxcart .modal-content .content-ajaxcart {
  color: #052d76;
}
.cookie-hidden-bottom #notice-cookie-block {
  display: none;
}
.message.global.cookie.magepow-gdpr-cookie-notice {
  bottom: 0;
  display: block;
  left: 0;
  line-height: 2;
  margin: 0;
  padding: 8px 15px;
  position: fixed;
  right: 0;
  z-index: 1000;
}
.magepow-gdpr-cookie-notice.message.global h3 {
  margin-top: 0;
}
.magepow-gdpr-cookie-notice.gdpr-box-shadow {
  -webkit-box-shadow: -2px 2px 82px -26px #000000;
  box-shadow: -2px 2px 82px -26px #000000;
}
.magepow-gdpr-cookie-notice.text-align-center {
  text-align: center;
}
.magepow-gdpr-cookie-notice.text-align-left {
  text-align: left;
}
.magepow-gdpr-cookie-notice.text-align-right {
  text-align: right;
}
#cookie-setting-modal {
  display: none;
}
.cookiesetting-popup #cookie-setting-modal {
  display: block;
}
.cookiesetting-popup._show #cookie-setting-modal {
  display: block;
}
.cookiesetting-popup .hidden {
  border: 0;
  display: none;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden;
  width: 0;
}
.cookiesetting-popup.modal-popup {
  margin: 0;
  max-width: 100%;
}
.cookiesetting-popup.modal-popup .action-close {
  padding: 0 10px;
  right: 5px;
  top: 15px;
}
.cookiesetting-popup.modal-popup .action-close:before {
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.cookiesetting-popup.modal-popup .modal-content,
.cookiesetting-popup.modal-popup .modal-footer {
  padding-left: 2rem;
  padding-right: 2rem;
}
.cookiesetting-popup.modal-popup .modal-content .btn-save-change,
.cookiesetting-popup.modal-popup .modal-footer .btn-save-change {
  padding: 5px 10px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.cookiesetting-popup .modal-inner-wrap {
  background-color: #eaeded;
  max-height: 54vh;
  max-width: 310px;
  overflow: auto;
  width: 100%;
}
.cookiesetting-popup .modal-inner-wrap .cookies-setting-header {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.cookiesetting-popup .modal-inner-wrap .cookies-setting-header .header-title {
  font-size: 1.6rem;
  border-left: 1px solid #052d76;
  color: #052d76;
  font-weight: 600;
  margin-left: 20px;
  padding: 5px 0 5px 10px;
}
.cookiesetting-popup .modal-inner-wrap .cookies-setting-header picture img {
  width: 100px;
}
.cookiesetting-popup .modal-inner-wrap .cookie-back-button {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #ae1d1d;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: none;
}
.cookiesetting-popup .modal-inner-wrap .cookie-back-button.hidden {
  display: none;
}
.cookiesetting-popup .modal-inner-wrap .cookie-back-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1;
  color: #4e4e4e;
  content: '\e617';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cookiesetting-popup .modal-inner-wrap .cookie-back-button:hover:before {
  color: #4e4e4e;
}
.cookiesetting-popup .modal-inner-wrap .cookie-back-button:active:before {
  color: #4e4e4e;
}
.cookiesetting-popup .modal-inner-wrap .cookies-setting-content .cookies-sub-title p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 10px 0;
}
.cookiesetting-popup .modal-inner-wrap .cookies-setting-content .accept-reject-buttons {
  margin-bottom: 15px;
}
.cookiesetting-popup .modal-inner-wrap .cookies-setting-content .accept-reject-buttons .link-btn {
  font-size: 1.6rem;
  line-height: 2rem;
  background: rgba(0, 0, 0, 0);
  border: none;
  color: #052d76;
  font-weight: normal;
  margin-right: 10px;
  padding: 0;
  text-decoration: underline;
}
.cookiesetting-popup .modal-inner-wrap .cookies-setting-content .cookies-setting-list .cookies-list-title {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  margin-bottom: 5px;
  padding: 10px;
}
.cookiesetting-popup .modal-inner-wrap .cookies-setting-content .cookies-setting-list .cookies-list-title .cookies-list-content {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  margin: 0 0 0 10px;
  width: 100%;
}
.cookiesetting-popup .modal-inner-wrap .cookies-setting-content .cookies-setting-list .cookies-list-title .cookies-list-content h2 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.cookiesetting-popup .modal-inner-wrap .cookies-setting-content .cookies-setting-list .cookies-list-title .cookies-list-action {
  margin-left: 30px;
}
.cookiesetting-popup .modal-inner-wrap .cookies-setting-content .cookies-setting-list .cookies-list-title .cookies-list-action .cookies-list-button {
  display: inline-block;
  text-decoration: none;
}
.cookiesetting-popup .modal-inner-wrap .cookies-setting-content .cookies-setting-list .cookies-list-title .cookies-list-action .cookies-list-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cookiesetting-popup .modal-inner-wrap .cookies-setting-content .cookies-setting-list .cookies-list-title .cookies-list-action .cookies-list-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 20px;
  color: inherit;
  content: '\e608';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cookiesetting-popup .modal-inner-wrap .cookies-switch {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  position: relative;
}
.cookiesetting-popup .modal-inner-wrap .cookies-switch input {
  cursor: pointer;
  height: 24px;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 48px;
  z-index: 99;
}
.cookiesetting-popup .modal-inner-wrap .cookies-switch input:checked + .cookies-switch__slider {
  background: #052d76;
}
.cookiesetting-popup .modal-inner-wrap .cookies-switch input:checked + .cookies-switch__slider::after {
  background-color: #ffffff;
  transform: translateX(24px);
}
.cookiesetting-popup .modal-inner-wrap .cookies-switch .cookies-switch__slider {
  background: 0 0;
  border: 1px solid #052d76;
  border-radius: 15px;
  cursor: pointer;
  height: 24px;
  min-width: 48px;
  position: static;
  width: 48px;
}
.cookiesetting-popup .modal-inner-wrap .cookies-switch .cookies-switch__slider::after {
  top: 3px;
  left: 3px;
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 9px;
  background-color: #052d76;
  transition: .2s;
}
.cookiesetting-popup .modal-inner-wrap .cookies-details-header {
  background: #ffffff;
  margin-bottom: 10px;
  padding: 10px 10px 5px 10px;
}
.cookiesetting-popup .modal-inner-wrap .cookies-details-header .cookies-header-layout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  justify-content: space-between;
}
.cookiesetting-popup .modal-inner-wrap .cookies-details-header .cookies-header-layout h1 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  margin-bottom: 0;
}
.cookiesetting-popup .modal-inner-wrap .cookies-accordion-wrapper {
  padding: 10px 10px 0;
  background: #ffffff;
}
.cookiesetting-popup .modal-inner-wrap .cookies-accordion-wrapper .collapse-block .content {
  display: none;
}
.cookiesetting-popup .modal-inner-wrap .cookies-accordion-wrapper h2 {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 600;
  margin: 0;
}
.cookiesetting-popup .modal-inner-wrap .cookies-accordion-wrapper .cookies-accordion__header {
  padding: 10px 10px 10px 0;
  width: 95%;
}
.cookiesetting-popup .modal-inner-wrap .cookies-accordion-wrapper .cookies-accordion__header .cookies-accordion__title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cookiesetting-popup .modal-inner-wrap .cookies-accordion-wrapper .cookies-accordion__header .cookies-accordion__sub-title {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.cookiesetting-popup .modal-inner-wrap .cookies-accordion-wrapper .cookies-accordion__header .cookies-accordion__sub-title a {
  color: #4e4e4e;
  text-decoration: underline;
}
.cookiesetting-popup .modal-inner-wrap .cookies-accordion-wrapper .collapse-block {
  border-bottom: 1px solid #f2f3f2;
  cursor: pointer;
}
.cookiesetting-popup .modal-inner-wrap .cookies-accordion-wrapper .collapse-trigger-head {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
}
.cookiesetting-popup .modal-inner-wrap .cookies-accordion-wrapper .collapse-trigger-head .cookies-expand-icon {
  display: inline-block;
  text-decoration: none;
}
.cookiesetting-popup .modal-inner-wrap .cookies-accordion-wrapper .collapse-trigger-head .cookies-expand-icon > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cookiesetting-popup .modal-inner-wrap .cookies-accordion-wrapper .collapse-trigger-head .cookies-expand-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 20px;
  color: inherit;
  content: '\e622';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cookiesetting-popup .modal-inner-wrap .cookies-accordion-wrapper div[data-role=content] {
  padding: 0 5px 5px;
}
.cookiesetting-popup .modal-inner-wrap .cookies-accordion-wrapper .cookies-cookie-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
  padding-bottom: 8px;
  word-break: break-all;
}
.cookiesetting-popup .modal-inner-wrap .cookies-accordion-wrapper .cookies-cookie-info .cookie-info-label {
  min-width: 95px;
  text-transform: capitalize;
  width: 95px;
}
body._has-modal .vmagicmenu {
  z-index: 1;
}
.sections .nav-sections-item-content > .navigation {
  display: block;
}
.nav-sections-item-content .magicmenu {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  display: none;
  position: relative;
  text-align: left;
  width: 100%;
}
.nav-sections-item-content .vmagicmenu {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: auto;
}
.magicmenu {
  position: relative;
}
.magicmenu .nav-desktop {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  position: static;
}
.magicmenu .nav-desktop .level0 {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.magicmenu .nav-desktop .level0 > a:hover .short_desc {
  color: #888888;
}
.magicmenu .nav-desktop .level0 .level-top {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  outline: medium none;
  padding: 12px 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
.magicmenu .nav-desktop .level0 .level-top span.icon-text {
  outline: medium none;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.magicmenu .nav-desktop .level0 .level-top span.cat_label {
  right: 20px;
  top: -8px;
}
.magicmenu .nav-desktop .level0 .level-top > span {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .56px;
  line-height: 22px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 1;
}
.magicmenu .nav-desktop .level0 .level-top .short_desc {
  color: #999999;
  display: block;
  font-size: 13px;
  line-height: 13px;
  text-transform: capitalize;
}
.magicmenu .nav-desktop .level0 .level-top .cat_label {
  background-color: #009966;
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  margin: 0 0 0 3px;
  padding: 0 5px;
  position: absolute;
  text-transform: uppercase;
}
.magicmenu .nav-desktop .level0 .level-top .cat_label:after {
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-style: solid;
  border-top-width: 5px;
  bottom: -5px;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega {
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  display: block;
  opacity: 0;
  padding: 0 15px 15px;
  position: absolute;
  top: 100%;
  transition: all 300ms ease-in-out 0s;
  visibility: hidden;
  z-index: 99999;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a span {
  font-size: 13px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a .cat_label.sale {
  color: #00bd33;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a .cat_label.Sale {
  color: #00bd33;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children .nav:last-child {
  border: 0 none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children .nav a .cat_label:before {
  display: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild {
  position: relative;
  display: block;
  text-decoration: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 23px;
  color: inherit;
  content: '\e608';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before {
  font-size: 9px;
  position: absolute;
  right: 0;
  text-align: right;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  left: 100%;
  min-width: 200px;
  opacity: 0;
  padding: 5px 0 5px 30px;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 1;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover > ul {
  left: 100%;
  opacity: 1;
  visibility: visible;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children .level-3 a .cat_label:before {
  display: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  padding: 16px 0 0;
  position: relative;
  text-transform: uppercase;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a span {
  font-size: 12px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a:before {
  border-style: solid;
  border-width: 0 0 2px;
  bottom: -5px;
  content: '';
  display: none;
  height: 1px;
  left: 0;
  position: absolute;
  width: 20px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a.a-image::before {
  display: none;
  padding: 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-top {
  clear: both;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom {
  clear: both;
  padding: 25px 0 0;
  text-align: center;
  width: 100%;
}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal .cat-mega {
  padding-bottom: 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column.cat-mega {
  float: left;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children {
  float: left;
  padding: 0 10px;
  text-align: left;
  width: calc(100% / 5);
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children ul {
  list-style-type: none;
  margin-right: 0;
  padding: 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children > ul {
  padding: 5px 0 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column li {
  margin: 0;
}
.magicmenu .nav-desktop .level0:hover .level-top-mega {
  opacity: 1;
  visibility: visible;
}
.magicmenu .nav-desktop .level0 .cat_label {
  background-color: #009966;
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  margin: 0 0 0 3px;
  padding: 0 5px;
  position: absolute;
  text-transform: uppercase;
}
.magicmenu .nav-desktop .level0 .cat_label:after {
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-style: solid;
  border-top-width: 5px;
  bottom: -5px;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.magicmenu .nav-desktop .level0 .cat_label:before {
  border-color: transparent;
  border-style: solid;
  border-top-color: #009966;
  border-width: 6px 10px 0 0;
  content: '';
  display: none;
  height: 0;
  left: 10px;
  position: absolute;
  top: 17px;
  transition: border-color 450ms ease-in-out 0s;
  width: 0;
}
.magicmenu .nav-desktop .level0 .cat_label.Hot {
  background-color: #dc1212;
  color: #dc1212;
}
.magicmenu .nav-desktop .level0 .cat_label.Hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.magicmenu .nav-desktop .level0 .cat_label.hot {
  background-color: #dc1212;
  color: #dc1212;
}
.magicmenu .nav-desktop .level0 .cat_label.hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.magicmenu .nav-desktop .level0 .cat_label.HOT {
  color: #dc1212;
}
.magicmenu .nav-desktop .level0 .cat_label.HOT:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.magicmenu .nav-desktop .level0 .cat_label.Sale {
  background-color: #ff6600;
  color: #00bd33;
}
.magicmenu .nav-desktop .level0 .cat_label.Sale:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.magicmenu .nav-desktop .level0 .cat_label.sale {
  background-color: #ff6600;
  color: #00bd33;
}
.magicmenu .nav-desktop .level0 .cat_label.sale:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.magicmenu .nav-desktop .level0 .cat_label.New:before {
  border-top-color: #009966;
}
.magicmenu .nav-desktop .level0 .cat_label.SALE {
  background-color: #ff6600;
}
.magicmenu .nav-desktop .level0 .cat_label.SALE:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.magicmenu .nav-desktop .level0.logo.display {
  border: 0;
  display: none;
}
.magicmenu .nav-desktop .level0.home {
  margin-left: 20px;
  position: static;
}
.magicmenu .nav-desktop .level0.home .level-top .icon {
  display: none;
}
.magicmenu .nav-desktop .level0.home .level-top .icon-home {
  font-size: 15px;
}
.magicmenu .nav-desktop .level0.home .level-top-mega {
  min-width: 175px;
  padding: 20px 25px 25px;
  text-align: left;
}
.magicmenu .nav-desktop .level0.home .level-top-mega div a span {
  font-size: 14px;
  line-height: 27px;
}
.magicmenu .nav-desktop .level0.dropdown > .level0 {
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  display: block;
  line-height: 38px;
  opacity: 0;
  padding: 20px 0;
  position: absolute;
  text-align: left;
  top: 130%;
  transition: all 300ms ease-in-out 0s;
  visibility: hidden;
  width: 215px;
  z-index: 99999;
}
.magicmenu .nav-desktop .level0.dropdown > .level0 li a span {
  font-size: 13px;
}
.magicmenu .nav-desktop .level0.dropdown:hover > .level0 {
  opacity: 1;
  top: 51px;
  visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown .dropdown .level1 a {
  font-size: 13px;
}
.magicmenu .nav-desktop .level0.dropdown li {
  margin: 0;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild {
  margin: 0;
  position: relative;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild > a {
  display: inline-block;
  text-decoration: none;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild > a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 38px;
  color: inherit;
  content: '\e608';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild > a:before {
  position: absolute;
  right: 15px;
  text-align: right;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild ul {
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  left: 100%;
  min-width: 200px;
  opacity: 0;
  padding: 20px 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 1;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild:hover > ul {
  opacity: 1;
  visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown .level1 a {
  display: block;
  padding: 0 18px;
  text-transform: uppercase;
}
.magicmenu .nav-desktop p {
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
}
.magicmenu .nav-desktop .level0.ext .level0.dropdown {
  line-height: 38px;
  padding: 20px 0;
  text-align: left;
  width: 215px;
}
.magicmenu .nav-desktop .level0.ext .level0.dropdown li a span {
  font-size: 13px;
}
.magicmenu .nav-desktop .level-top a {
  color: #000000;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
}
.magicmenu .nav-desktop .level0.dropdown.home > .level0 {
  width: 200px;
}
.magicmenu .nav-desktop .level0.hasChild .level-top {
  display: inline-block;
  text-decoration: none;
}
.magicmenu .nav-desktop .level0.hasChild .level-top:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.magicmenu .nav-desktop .level0.hasChild .level-top:after {
  padding-left: 4px;
  position: relative;
  z-index: 1;
}
.magicmenu .level0 .level-top img {
  display: none;
  padding-right: 15px;
  vertical-align: middle;
}
.header-container-fixed .magicmenu .nav-desktop .level0.logo.display a {
  border: 0;
  padding: 10px;
  width: 71px;
}
.header-container-fixed .magicmenu .nav-desktop .level0.logo.display a img {
  max-width: 100%;
}
.header-container-fixed .magicmenu .nav-desktop .level0 .level-top span.cat_label {
  top: 0;
}
.vmagicmenu {
  display: none !important;
  float: left;
  padding: 0;
  position: relative;
  width: 280px;
  z-index: 90;
}
.vmagicmenu .vmagicmenu-narrow {
  float: left;
  margin: 0;
  padding: 0;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0 {
  border-style: solid;
  border-width: 1px;
  left: 100%;
  line-height: 38px;
  opacity: 0;
  padding: 20px 0;
  position: absolute;
  text-align: left;
  top: 0 !important;
  visibility: hidden;
  width: 215px;
  z-index: 999;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0 li a span {
  font-size: 13px;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild {
  margin: 0;
  position: relative;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild > a {
  display: inline-block;
  text-decoration: none;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild > a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 38px;
  color: inherit;
  content: '\e608';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild > a:before {
  position: absolute;
  right: 15px;
  text-align: right;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul {
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  left: 100%;
  min-width: 200px;
  opacity: 0;
  padding: 20px 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 1;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul li {
  margin: 0;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild:hover > ul {
  opacity: 1;
  visibility: visible;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown li {
  margin: 0;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a {
  display: block;
  padding: 0 18px;
  text-transform: uppercase;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a span {
  font-size: 14px;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown.hasChild:hover > ul {
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  opacity: 1;
  visibility: visible;
}
.vmagicmenu .vmagicmenu-narrow > li:nth-child(n+9) {
  display: none;
}
.vmagicmenu .level0 {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.vmagicmenu .level0 .level-top-mega {
  border-style: solid;
  border-width: 1px;
  display: none;
  left: 100%;
  max-width: 71vw;
  opacity: 0;
  position: absolute;
  top: 0 !important;
  visibility: hidden;
  z-index: 999;
}
.vmagicmenu .level0 .level-top-mega .children > a {
  border-style: solid;
  border-width: 0;
  display: block;
  font-weight: 600;
  line-height: 25px;
  padding-top: 9px;
  position: relative;
  text-transform: uppercase;
}
.vmagicmenu .level0 .level-top-mega .children > a:before {
  border-style: solid;
  border-width: 0 0 2px;
  bottom: -5px;
  content: '';
  display: none;
  height: 1px;
  left: 0;
  position: absolute;
  width: 20px;
}
.vmagicmenu .level0 .level-top-mega .children > a span {
  font-size: 14px;
  font-weight: 600;
}
.vmagicmenu .level0 .level-top-mega .children a {
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  display: block;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: all .3s ease;
}
.vmagicmenu .level0 .level-top-mega .children a span {
  font-size: 13px;
}
.vmagicmenu .level0 .level-top-mega .children .level-3 {
  font-size: 100%;
  line-height: 30px;
  padding: 0 0 5px;
}
.vmagicmenu .level0 .level-top-mega .children .level-3 a {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.vmagicmenu .level0 .level-top-mega .children .nav {
  border-bottom: 1px solid #ececec;
  line-height: 26px;
}
.vmagicmenu .level0 .level-top-mega .children .nav:last-child {
  border: none;
}
.vmagicmenu .level0 .level-top-mega .children .nav a {
  font-weight: 300;
}
.vmagicmenu .level0 .level-top-mega .children > .nav {
  border: none;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label {
  background-color: #009966;
  color: #ffffff;
  font-size: 11px !important;
  font-weight: normal;
  line-height: 16px;
  margin: 0 0 0 3px;
  padding: 0 5px;
  position: absolute;
  text-transform: uppercase;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label:after {
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-style: solid;
  border-top-width: 5px;
  bottom: -5px;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label.hot {
  color: #dc1212;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label.Hot {
  color: #dc1212;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label.HOT {
  color: #dc1212;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label.sale {
  color: #00bd33;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label.Sale {
  color: #00bd33;
}
.vmagicmenu .level0 .level-top-mega .children.level1 > a.a-image::before {
  display: none;
  padding: 0;
}
.vmagicmenu .level0 .level-top-mega .content-mega {
  margin: 0;
  padding: 0;
}
.vmagicmenu .level0 .level-top-mega .mega-block-top {
  width: 100%;
}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom {
  clear: both;
  padding: 25px 0 0;
  width: 100%;
}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom img {
  margin: 0 auto;
}
.vmagicmenu .level0 .level-top-mega .mage-column .children {
  float: left;
  margin: 0;
  padding: 0 15px;
  text-align: left;
  width: 220px;
}
.vmagicmenu .level0 .level-top-mega .mage-column .children ul {
  list-style: outside none none;
}
.vmagicmenu .level0 .level-top-mega .mage-column .children ul li {
  margin: 0;
}
.vmagicmenu .level0 .level-top-mega .mage-column li {
  margin: 0;
}
.vmagicmenu .level0:hover .level0 {
  background-color: transparent;
}
.vmagicmenu .level0:hover .level-top-mega {
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  display: block;
  opacity: 1;
  visibility: visible;
}
.vmagicmenu .level0 .level-top {
  border-bottom: 1px solid #e6e6e6;
  display: block;
  font-size: 100%;
  outline: none;
  padding: 10px 15px 8px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.vmagicmenu .level0 .level-top img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.vmagicmenu .level0 .level-top span {
  font-size: 13px;
  vertical-align: middle;
}
.vmagicmenu .level0 .level0 .children > ul {
  margin: 0;
  padding: 5px 0 15px;
}
.vmagicmenu .level0 .cat_label {
  background-color: #009966;
  color: #ffffff;
  font-size: 11px !important;
  font-weight: normal;
  line-height: 16px;
  margin: 0 0 0 3px;
  padding: 0 5px;
  position: absolute;
  text-transform: uppercase;
}
.vmagicmenu .level0 .cat_label:after {
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-style: solid;
  border-top-width: 5px;
  bottom: -5px;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.vmagicmenu .level0 .cat_label:before {
  border-color: transparent;
  border-style: solid;
  border-top-color: #009966;
  border-width: 6px 10px 0 0;
  content: '';
  display: none;
  height: 0;
  left: 10px;
  position: absolute;
  top: 17px;
  transition: border-color 450ms ease-in-out 0s;
  width: 0;
}
.vmagicmenu .level0 .cat_label.Hot {
  background-color: #dc1212;
  color: #dc1212;
}
.vmagicmenu .level0 .cat_label.Hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.vmagicmenu .level0 .cat_label.hot {
  background-color: #dc1212;
  color: #dc1212;
}
.vmagicmenu .level0 .cat_label.hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.vmagicmenu .level0 .cat_label.HOT {
  color: #dc1212;
}
.vmagicmenu .level0 .cat_label.HOT:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.vmagicmenu .level0 .cat_label.Sale {
  background-color: #ff6600;
  color: #00bd33;
}
.vmagicmenu .level0 .cat_label.Sale:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.vmagicmenu .level0 .cat_label.sale {
  background-color: #ff6600;
  color: #00bd33;
}
.vmagicmenu .level0 .cat_label.sale:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.vmagicmenu .level0 .cat_label.New {
  border-top-color: #009966;
}
.vmagicmenu .level0 .cat_label.SALE {
  background-color: #ff6600;
}
.vmagicmenu .level0 .cat_label.SALE:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.vmagicmenu .block-vmagicmenu-content {
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  min-width: 270px;
  opacity: 0;
  padding: 0;
  position: absolute;
  transition: all 300ms ease-in-out 0s;
  visibility: hidden;
}
.vmagicmenu:hover .block-vmagicmenu-content {
  opacity: 1;
  visibility: visible;
}
.vmagicmenu .block-title {
  display: inline-block;
}
.vmagicmenu .block-title span {
  font-size: 18px;
}
.vmagicmenu .block-title .vmagicmenu-subtitle {
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .56px;
  line-height: 22px;
  min-width: 100%;
  padding: 8px 30px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.vmagicmenu .block-title .vmagicmenu-subtitle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: inherit;
  content: '\e607';
  font-family: 'unitedpharmacy-icons';
  margin: 0 0 0 32px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.vmagicmenu .level0.last {
  border: none;
}
.vmagicmenu .level0.hasChild .level-top {
  display: inline-block;
  text-decoration: none;
}
.vmagicmenu .level0.hasChild .level-top:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  line-height: 23px;
  color: inherit;
  content: '\e608';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.vmagicmenu .level0.hasChild .level-top:after {
  float: right;
  position: relative;
}
.vmagicmenu p {
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  display: block;
  line-height: 30px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: all .3s ease;
}
.vmagicmenu .level-top a {
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
}
.vmagicmenu .banner-menu-position img {
  margin-left: -30px;
}
.vmagicmenu .all-cat {
  clear: both;
  margin: 0;
  padding: 17px 18px 36px;
  text-align: center;
}
.mage-column.mega-block-left {
  float: left;
}
.mage-column.mega-block-right {
  float: right;
  padding: 25px 30px 0;
}
.banner-menu-right {
  padding: 30px 10px 0 0;
}
.banner-menu-position img {
  bottom: 0;
  left: 50%;
  position: absolute;
  z-index: -1;
}
.block-left {
  float: left;
}
.block-right {
  float: left;
}
.cat-mega {
  float: left;
}
.block-bottom {
  clear: both;
}
.cms-static-banner-position {
  bottom: 35px;
  position: absolute;
  right: 10px;
  z-index: -1;
}
.all-cat {
  display: block;
  margin-top: 10px;
}
.all-cat span {
  clear: both;
  cursor: pointer;
  display: block;
  font-size: 13px;
  line-height: normal;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
.all-cat span:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e608';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.all-cat span:after {
  padding-left: 5px;
}
.all-cat:hover span {
  color: #333333;
}
.sidebar .accordion-container {
  margin-bottom: 20px;
}
.sidebar .nav-accordion {
  padding: 13px 0 0;
}
.accor-title {
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
  padding: 0 0 15px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
ul.nav-accordion {
  line-height: .5em;
  list-style: none;
  margin: 0;
  padding: 0 0 30px;
}
ul.nav-accordion li {
  margin: 0;
  position: relative;
}
ul.nav-accordion li a {
  color: #333e48;
  display: block;
  font-size: 15px;
  line-height: 20px;
  margin: 5px 0 0;
  outline: medium none;
  padding: 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: capitalize;
}
ul.nav-accordion li a span {
  font-size: 15px;
}
ul.nav-accordion li a:hover {
  color: #333333;
}
ul.nav-accordion li a span.cat_label {
  background-color: #009966;
  color: #ffffff;
  font-size: 11px !important;
  font-weight: normal;
  line-height: 16px;
  margin: 0 0 0 3px;
  padding: 0 5px;
  position: absolute;
  text-transform: uppercase;
}
ul.nav-accordion li a span.cat_label:after {
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-style: solid;
  border-top-width: 5px;
  bottom: -5px;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
ul.nav-accordion li > ul.submenu > li > a {
  padding-left: 10px;
}
ul.nav-accordion li > ul.submenu > li > ul.submenu a {
  padding-left: 0;
}
ul.nav-accordion li ul li ul li.parent > a {
  padding: 0 0 0 20px;
}
ul.nav-accordion li ul li.parent > a span:before {
  display: none;
}
ul.nav-accordion li.last {
  border-bottom: 0 none;
}
ul.nav-accordion li.active > a {
  color: #333333;
}
ul.nav-accordion ul {
  margin: 0;
  padding: 0;
}
ul.nav-accordion ul ul li:hover a:before {
  color: #333333;
}
ul.nav-accordion ul ul ul li a {
  margin-left: 20px;
}
ul.nav-accordion ul li {
  clear: both;
  margin: 0;
  padding: 0;
}
ul.nav-accordion ul li a {
  outline: none;
}
ul.nav-accordion ul li.active {
  font-weight: normal;
}
ul.nav-accordion ul.submenu {
  display: none;
  list-style: none;
}
ul.nav-accordion li.level0 > a > span > .cat-label {
  position: inherit;
}
ul.nav-accordion li.level0 > a > span > .pin-bottom:before {
  border-style: solid;
  border-width: 0;
  content: '';
  height: 0;
  position: inherit;
  right: 6px;
  top: 22px;
  width: 0;
}
ul.nav-mobile ul.submenu {
  display: none;
}
.nav-accordion > li:nth-child(n + 10) {
  display: none;
}
.level-top-mega .mage-column.cat-mega {
  list-style: outside none none;
  margin: 0;
}
.fixed {
  width: 100%;
  z-index: 999;
}
.fixed .custom-menu {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 7px;
  padding-top: 10px;
}
.fixed .quick-access {
  display: none;
}
.nav-sections .mean-container .mean-nav {
  background-color: #222222;
  float: left;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.nav-sections .mean-container .mean-nav .mobi-title {
  color: #242628;
  display: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 52px;
  margin: 0;
  padding: 0 0 0 50px;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  top: -56px;
  z-index: 0;
}
.nav-sections .mean-container .mean-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-sections .mean-container .mean-nav ul li {
  float: left;
  margin: 0;
  position: relative;
  width: 100%;
}
.nav-sections .mean-container .mean-nav ul li a {
  border-bottom: 1px solid #888888;
  color: #ffffff;
  display: block;
  line-height: 23px;
  margin: 0;
  padding: 10px 0;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
}
.nav-sections .mean-container .mean-nav ul li a span {
  font-size: 15px;
  padding: 0 14px;
}
.nav-sections .mean-container .mean-nav ul li a span.cat_label {
  background-color: #009966;
  color: #ffffff;
  font-size: 11px !important;
  font-weight: normal;
  line-height: 16px;
  margin: 0 0 0 3px;
  padding: 0 5px;
  position: absolute;
  text-transform: uppercase;
}
.nav-sections .mean-container .mean-nav ul li a span.cat_label:after {
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-style: solid;
  border-top-width: 5px;
  bottom: -5px;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.nav-sections .mean-container .mean-nav ul li .level-top span {
  font-size: 15px;
  padding: 0 14px;
}
.nav-sections .mean-container .mean-nav ul li li a {
  filter: alpha(opacity=75);
  font-size: 14px;
  padding: 10px 0 10px 25px;
  visibility: visible;
}
.nav-sections .mean-container .mean-nav ul li li li a {
  font-size: 14px;
  padding: 10px 0 10px 40px;
}
.nav-sections .mean-container .mean-nav ul li li li li a {
  padding: 1em 20%;
}
.nav-sections .mean-container .mean-nav ul li li li li li a {
  padding: 1em 25%;
}
.mean-nav .wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
}
.mean-container .mean-nav ul li a span.cat_label.hot {
  color: #dc1212;
}
.mean-container .mean-nav ul li a span.cat_label.Hot {
  color: #dc1212;
}
.mean-container .mean-nav ul li a span.cat_label.HOT {
  color: #dc1212;
}
.mean-container .mean-nav ul li a span.cat_label.sale {
  color: #00bd33;
}
.mean-container .mean-nav ul li a span.cat_label.Sale {
  color: #00bd33;
}
.mean-container .mean-nav ul li a span.cat_label:before {
  border-color: transparent;
  border-style: solid;
  border-top-color: #009966;
  border-width: 6px 10px 0 0;
  content: '';
  display: none;
  height: 0;
  left: 10px;
  position: absolute;
  top: 17px;
  transition: border-color 450ms ease-in-out 0s;
  width: 0;
}
.mean-container .mean-nav ul li a .cat_label.HOT {
  background-color: #dc1212;
}
.mean-container .mean-nav ul li a .cat_label.HOT:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.mean-container .mean-nav ul li a .cat_label.Hot {
  background-color: #dc1212;
}
.mean-container .mean-nav ul li a .cat_label.Hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.mean-container .mean-nav ul li a .cat_label.hot {
  background-color: #dc1212;
}
.mean-container .mean-nav ul li a .cat_label.hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.mean-container .mean-nav ul li a .cat_label.SALE {
  background-color: #ff6600;
}
.mean-container .mean-nav ul li a .cat_label.SALE:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.mean-container .mean-nav ul li a .cat_label.Sale {
  background-color: #ff6600;
}
.mean-container .mean-nav ul li a .cat_label.Sale:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.mean-container .mean-nav ul li a .cat_label.sale {
  background-color: #ff6600;
}
.mean-container .mean-nav ul li a .cat_label.sale:before {
  border-color: #ff6600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.mean-container .mean-nav ul li span.level-top span.cat_label:before {
  border-color: transparent;
  border-style: solid;
  border-top-color: #009966;
  border-width: 6px 10px 0 0;
  content: '';
  display: none;
  height: 0;
  left: 10px;
  position: absolute;
  top: 17px;
  transition: border-color 450ms ease-in-out 0s;
  width: 0;
}
.mean-container .mean-nav ul li span.level-top span.cat_label.HOT {
  background-color: #dc1212;
}
.mean-container .mean-nav ul li span.level-top span.cat_label.HOT:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.mean-container .mean-nav ul li span.level-top span.cat_label.Hot {
  background-color: #dc1212;
}
.mean-container .mean-nav ul li span.level-top span.cat_label.Hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.mean-container .mean-nav ul li span.level-top span.cat_label.hot {
  background-color: #dc1212;
}
.mean-container .mean-nav ul li span.level-top span.cat_label.hot:before {
  border-color: #dc1212 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.main-container {
  clear: both;
}
.vmagicmenu .vmagicmenu-narrow .content-mega-horizontal {
  width: 440px;
}
.magicslider {
  display: block;
  text-align: center;
}
.magicslider img {
  display: block;
  height: auto;
  max-width: 100%;
}
.magicslider > .item:nth-child(n + 2) {
  display: none;
}
.magicslider > .item .figcaption {
  display: none;
}
.magicslider > .item.slick-slide {
  display: block;
}
.magicslider > .item.slick-slide .figcaption {
  display: block;
}
.magicslider .external-video:after {
  background: rgba(0, 0, 0, 0) url("../../frontend/Brainvire/unitedpharmacy/ar_SA/Magiccart_Magicslider/images/gallery-sprite.png") repeat scroll right bottom;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.magicslider .external-video.embed:after {
  display: none;
}
.magicslider .magicslider-caption {
  display: none;
}
.magicslider .magicslider-caption.mobile.desktop {
  display: block;
}
.magicslider .slick-next {
  color: #ffffff;
  right: 15px;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
.magicslider .slick-next:before {
  font-family: 'unitedpharmacy-icons';
  content: '\e915';
}
.magicslider .slick-prev {
  color: #ffffff;
  left: 15px;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
.magicslider .slick-prev:before {
  font-family: 'unitedpharmacy-icons';
  content: '\e911';
}
.magicslider .slick-slider:hover .slick-prev,
.magicslider .slick-slider:hover .slick-next {
  color: #4e4e4e;
  opacity: 1;
  visibility: visible;
}
.magicslider button:not(.primary):active,
.magicslider .cart.table-wrapper .actions-toolbar > .action:not(.primary):active {
  box-shadow: none;
}
.magicslider button:hover,
.magicslider .cart.table-wrapper .actions-toolbar > .action:hover {
  border: none;
}
.magicslider button:focus,
.magicslider .cart.table-wrapper .actions-toolbar > .action:focus {
  border: none;
}
.magicslider button:active,
.magicslider .cart.table-wrapper .actions-toolbar > .action:active {
  border: none;
}
.magicslider .slick-dots {
  bottom: 20px;
  right: 10px;
  text-align: right;
}
.magicslider .slick-dots li button,
.magicslider .slick-dots li .cart.table-wrapper .actions-toolbar > .action {
  background: #cccccc;
  border-radius: 50%;
  height: 8px;
  padding: 0;
  width: 8px;
}
.magicslider .slick-dots li button:before,
.magicslider .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.magicslider .slick-dots li:hover button,
.magicslider .slick-dots li.slick-active button,
.magicslider .slick-dots li:hover .cart.table-wrapper .actions-toolbar > .action,
.magicslider .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action {
  background: #666666;
}
.magicslider .slick-dots.slick-active button,
.magicslider .slick-dots.slick-active .cart.table-wrapper .actions-toolbar > .action {
  background: #666666;
}
.grid-slider {
  opacity: 0;
}
.grid-init .grid-slider,
.grid-slider.grid-init,
.grid-slider.slick-initialized {
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  .magicslider .slick-dots {
    bottom: 10px;
    right: 3px;
  }
}
.parent-dates > label,
.parent-time > label {
  color: #272727;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.parent-dates {
  margin-bottom: 20px;
}
.parent-dates .date-box .date-outer-box {
  padding: 10px;
}
.parent-dates .date-box .date-outer-box,
.parent-time .time-box .time-outer-box {
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
}
.parent-dates .date-box .date-outer-box {
  gap: 10px;
}
.parent-time .time-box .time-outer-box {
  justify-content: flex-start;
}
.parent-dates .date-box,
.parent-time .time-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #98aaaf;
  border-radius: 4px;
  text-align: center;
}
.parent-dates .date-inner-box,
.parent-time .time-inner-box {
  background-color: #ffffff;
  border: 1px solid #98aaaf;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  color: #272727;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  height: 91px;
  justify-content: center;
  letter-spacing: .56px;
  line-height: 16px;
  margin-right: 0;
  min-width: 103px;
  padding: 14px 5px;
}
.parent-dates .date-inner-box:last-child,
.parent-time .time-inner-box:last-child {
  margin-right: 0;
}
.parent-time .time-box {
  column-gap: 15px;
}
.parent-time .time-box .time-outer-box {
  column-gap: 15px;
}
.parent-time > .time-box {
  border-top-left-radius: 0;
  padding: 20px 14px 8px;
}
/* Chrome, Edge, and Safari */
.parent-dates .date-outer-box {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.parent-dates .date-outer-box::-webkit-scrollbar {
  height: 3px;
  width: 3px;
}
.parent-dates .date-outer-box::-webkit-scrollbar-track {
  background-color: #dddddd;
  border-radius: 0;
}
.parent-dates .date-outer-box::-webkit-scrollbar-thumb {
  background-color: #052d76;
  border-radius: 10px;
}
.parent-dates .date-outer-box::-webkit-scrollbar-thumb:hover {
  background-color: #052d76;
}
.parent-dates .date-inner-box.active,
.parent-time .time-inner-box.active {
  background-color: #052d76;
  border-color: #052d76;
  color: #ffffff;
}
.parent-dates .date-inner-box .day {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
}
.parent-time .time-inner-box {
  color: #052d76;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 12px;
  padding: 10px 15px;
}
.parent-time .time-inner-box.active {
  color: #ffffff;
}
.parent-time .time-inner-box.no-slot {
  background: rgba(0, 0, 0, 0);
  border: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.parent-time .middle-time {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  width: min-content;
}
.parent-time .middle-time .day,
.parent-time .middle-time .night {
  border: 1px solid #98aaaf;
  border-radius: 4px 4px 0 0;
  color: #052d76;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .32px;
  line-height: 22px;
  margin-bottom: -1px;
  padding: 8px 25px;
}
.parent-time .middle-time .day.active,
.parent-time .middle-time .night.active {
  background-color: #052d76;
  border-color: #052d76;
  color: #ffffff;
}
.parent-time .middle-time .day {
  margin-right: 2px;
}
/* stylelint-disable-line */
._amblog-toggle:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
._amblog-toggle.-active:before {
  transform: translateY(-50%) rotate(0);
}
._amblog-form.amblog-item {
  padding: 0 25px 25px;
}
._amblog-form .amblog-form-container {
  position: relative;
}
._amblog-form .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
._amblog-form .amblog-input:hover {
  border-color: #b3b3b3;
}
._amblog-form .amblog-input::-webkit-input-placeholder,
._amblog-form .amblog-input:-ms-input-placeholder,
._amblog-form .amblog-input::-moz-placeholder {
  color: #707070;
}
._amblog-form .amblog-input:focus {
  border: 1px solid #3188bb;
  box-shadow: none;
}
._amblog-form .amblog-input:focus::-webkit-input-placeholder,
._amblog-form .amblog-input:focus::-moz-placeholder,
._amblog-form .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
._amblog-column-form .input-box {
  flex-direction: column;
}
._amblog-column-form .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
._amblog-column-form .amblog-btn,
._amblog-column-form .amblog-input {
  max-width: 100%;
  width: 100%;
}
._amblog-column-form .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
._amblog-button {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
._amblog-button:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
._amblog-button:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-word-break {
  word-break: break-all;
}
.amblog-disabled {
  color: #ff0000;
}
.amblog_views_label,
.amblog_likes_label,
.amblog_dislikes_label {
  font-weight: 600;
  line-height: 3.2rem;
}
.amblog-scheduled,
.amblog-hidden {
  color: #808080;
}
.amblog-published {
  color: #008000;
}
.pagebuilder-content-type .amblog_widget .amblog-widget-placeholder {
  align-items: center;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  min-height: 300px;
}
#amblog_canvas_container {
  max-height: 400px;
  max-width: 400px;
}
.amblog-preloader {
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.amblog-loader,
.amblog-slick-slider:not(.-am-loaded):after {
  background: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Amasty_Blog/images/ajax-loader.gif') no-repeat scroll 50% 0 transparent;
  background-size: cover;
  height: 12px;
  margin: auto;
  width: 16px;
}
.mobile {
  display: none;
}
.mobile .mobile-block {
  display: none;
}
.mobile.two-columns-right .content,
.mobile.two-columns-left .content {
  position: relative;
}
.notice:not(.message) {
  font-size: 2rem;
  font-weight: 700;
}
.amblog-main-content {
  padding-top: 40px;
}
.amblog-main-content > .amblog-item {
  margin-bottom: 30px;
}
.amblog-main-content > .amblog-item:last-child {
  margin-bottom: 0;
}
.amblog-main-content .amblog-btn {
  height: auto;
}
.amblog-overlay {
  background: rgba(60, 60, 60, 0.3);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
}
.amblog-index-index .amblog-ref,
.amblog-index-search .amblog-ref,
.amblog-index-tag .amblog-ref,
.amblog-index-category .amblog-ref,
.amblog-index-post .amblog-ref,
.amblog-index-author .amblog-ref {
  color: #1979c2;
  font-size: 1.4rem;
  font-weight: 600;
}
.amblog-index-index .amblog-ref:hover,
.amblog-index-search .amblog-ref:hover,
.amblog-index-tag .amblog-ref:hover,
.amblog-index-category .amblog-ref:hover,
.amblog-index-post .amblog-ref:hover,
.amblog-index-author .amblog-ref:hover {
  color: #1979c2;
}
.amblog-author-container,
.amblog-element-block .amblog-author,
.amblog-comment-content .amblog-author,
.amblog-post-container .amblog-item.-author,
.amblog-post-container .amblog-item.-comments,
.amblog-post-container .amblog-widget-container .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-comments,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  word-break: break-word;
  word-wrap: break-word;
  color: #333333;
  font-size: 1.4rem;
  line-height: 25px;
}
.ie11 .amblog-author-container,
.ie11 .amblog-element-block .amblog-author,
.ie11 .amblog-comment-content .amblog-author,
.ie11 .amblog-post-container .amblog-item.-author,
.ie11 .amblog-post-container .amblog-item.-comments,
.ie11 .amblog-post-container .amblog-widget-container .amblog-author,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-item.-author,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-item.-comments,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  word-break: break-all;
}
.amblog-svg {
  margin-right: 10px;
  min-width: 25px;
  position: relative;
  top: 7px;
}
.amblog-svg.user {
  height: 25px;
  top: 0;
  width: 25px;
}
.amblog-svg.comment {
  height: 24px;
  top: 0;
  width: 25px;
}
.amblog-svg.-classic {
  fill: #3188bb;
}
.amblog-svg.-red {
  fill: #ef5350;
}
.amblog-svg.-green {
  fill: #43a047;
}
.amblog-svg.-blue {
  fill: #3f51b5;
}
.amblog-svg.-grey {
  fill: #bdbdbd;
}
.amblog-svg.-purple {
  fill: #9c27b0;
}
.amblog-element-block .amblog-empty,
.amblog-post-container .amblog-widget-container .amblog-empty,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-empty {
  padding: 20px;
}
.amblog-element-block .amblog-headline,
.amblog-post-container .amblog-widget-container .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline {
  word-break: break-word;
  word-wrap: break-word;
  color: #333333;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
}
.ie11 .amblog-element-block .amblog-headline,
.ie11 .amblog-post-container .amblog-widget-container .amblog-headline,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline {
  word-break: break-all;
}
.amblog-element-block .amblog-headline:hover,
.amblog-post-container .amblog-widget-container .amblog-headline:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline:hover {
  color: #1979c2;
}
.amblog-element-block .amblog-date.-post,
.amblog-post-container .amblog-widget-container .amblog-date.-post,
.amblog-element-block .amblog-views.-post,
.amblog-element-block .amblog-minread.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-post {
  margin-top: 5px;
}
.amblog-element-block .amblog-date.-comment,
.amblog-post-container .amblog-widget-container .amblog-date.-comment,
.amblog-element-block .amblog-views.-comment,
.amblog-element-block .amblog-minread.-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-comment {
  margin: 10px 0;
}
.amblog-element-block .amblog-thesis,
.amblog-post-container .amblog-widget-container .amblog-thesis,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis {
  word-break: break-word;
  word-wrap: break-word;
  margin: 5px 0;
}
.ie11 .amblog-element-block .amblog-thesis,
.ie11 .amblog-post-container .amblog-widget-container .amblog-thesis,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis {
  word-break: break-all;
}
.amblog-element-block .amblog-thesis:last-child,
.amblog-post-container .amblog-widget-container .amblog-thesis:last-child,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis:last-child {
  margin-bottom: 0;
}
.amblog-element-block .amblog-comment,
.amblog-post-container .amblog-widget-container .amblog-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-comment {
  word-break: break-word;
  word-wrap: break-word;
  margin: 10px 0;
}
.ie11 .amblog-element-block .amblog-comment,
.ie11 .amblog-post-container .amblog-widget-container .amblog-comment,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-comment {
  word-break: break-all;
}
.amblog-element-block .amblog-author,
.amblog-post-container .amblog-widget-container .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  margin-top: 5px;
}
.amblog-element-block .amblog-footer-block,
.amblog-post-container .amblog-widget-container .amblog-footer-block,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.amblog-element-block .amblog-footer-block > *,
.amblog-post-container .amblog-widget-container .amblog-footer-block > *,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block > * {
  margin-bottom: 5px;
}
.amblog-element-block .amblog-footer-block .amblog-date,
.amblog-post-container .amblog-widget-container .amblog-footer-block .amblog-date,
.amblog-element-block .amblog-footer-block .amblog-views,
.amblog-element-block .amblog-footer-block .amblog-minread,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block .amblog-date {
  margin: 0;
}
.amblog-element-block .amblog-footer-block .amblog-author,
.amblog-post-container .amblog-widget-container .amblog-footer-block .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block .amblog-author {
  font-weight: 400;
  margin: 0 10px 0 0;
}
.amblog-pager-container {
  margin: 20px auto 50px;
}
.amblog-pager-container .amblog-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amblog-pager-container .amblog-links .amblog-link {
  background: #052d76;
  border: 1px solid #052d76;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  position: relative;
  width: 37px;
}
.amblog-pager-container .amblog-links .amblog-link.prev:before,
.amblog-pager-container .amblog-links .amblog-link.next:before {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.amblog-pager-container .amblog-links .amblog-link.prev {
  display: inline-block;
  text-decoration: none;
}
.amblog-pager-container .amblog-links .amblog-link.prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 35px;
  color: #ffffff;
  content: '\e617';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amblog-pager-container .amblog-links .amblog-link.next {
  display: inline-block;
  text-decoration: none;
}
.amblog-pager-container .amblog-links .amblog-link.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 35px;
  color: #ffffff;
  content: '\e608';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amblog-pager-container .amblog-links .amblog-link:hover {
  background: #ffffff;
}
.amblog-pager-container .amblog-links .amblog-link:hover:before,
.amblog-pager-container .amblog-links .amblog-link:hover:after {
  color: #052d76;
}
.amblog-pager-container .amblog-link.-disabled {
  background: #ffffff;
  cursor: auto;
  pointer-events: none;
}
.amblog-pager-container .amblog-link.-disabled.next:before,
.amblog-pager-container .amblog-link.-disabled.prev:before {
  color: #052d76;
}
.amblog-pager-container .amblog-pagination {
  line-height: 1.7rem;
  color: #052d76;
  font-size: 1.6rem;
  font-weight: 700;
}
.amblog-related-wrapper {
  margin-bottom: 30px;
}
.amblog-helpful-wrap {
  padding: 15px 25px 0;
  text-align: left;
}
.amblog-helpful-wrap > .amblog-helpful {
  color: #5b5b5b;
  font-size: 1.4rem;
  vertical-align: top;
}
.amblog-helpful-wrap > .amblog-options {
  margin-left: 5px;
}
.amblog-helpful-wrap > .amblog-options {
  cursor: pointer;
  display: inline-block;
}
.amblog-author-description {
  margin-bottom: 20px;
}
.amblog-category-description {
  margin-bottom: 20px;
}
.amblog-element-block[data-set='sidebar-author'] .author_image,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .author_image,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .author_image {
  border-radius: 50%;
  display: block;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  width: 150px;
}
.amblog-element-block[data-set='sidebar-author'] .title,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .title,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .title {
  font-size: large;
  font-weight: 700;
  text-align: center;
}
.amblog-notify-message {
  margin: 0 0 10px;
  padding: 10px 40px 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 20px;
  position: relative;
}
.amblog-notify-message a {
  color: #052d76;
}
.amblog-notify-message a:hover {
  color: #052d76;
}
.amblog-notify-message a:active {
  color: #052d76;
}
.amblog-notify-message > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #c07600;
  content: '\e602';
  font-family: 'unitedpharmacy-icons';
  margin: -8px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  right: 10px;
  top: 18px;
  width: 20px;
  position: absolute;
  text-align: center;
}
.amblog-relatedposts-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amblog-related-post {
  display: flex;
  margin-bottom: 35px;
  width: 49%;
}
.amblog-related-post .amblog-link {
  display: block;
}
.amblog-related-post .amblog-image-wrapper {
  align-items: center;
  background: #f4f6f8 center / 50px no-repeat;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  margin-right: 20px;
  min-width: 100px;
  overflow: hidden;
  width: 100px;
}
.amblog-related-post .amblog-image-wrapper.-placeholder {
  background-image: url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSIgZmlsbD0iI0Q3RDlERCI+PHBhdGggZD0iTTM3LjIzNyAyMy4xOGMtMi4zMjEgMS4xMDUtNC4yMTQgNC40NjItNi40MjggMi4yNDctMS4zNDUtMS40Ni0yLjk0Mi0zLjc4NC00Ljc3Ni02LjQxMi0xLjk4My0yLjgyNS00LjUxMS01LjI1NC03LjQ4Ni0yLjQ3OS0zLjMyMSAzLjEyNC01LjYwMiAxMS42LTUuOCAxNS45NjNsMzEuMzguMDFjLS43MTgtMi41NjMtMy41MDctMTAuOTQtNi44OS05LjMzek0zNy4wOSAxOC4yNThhMy44NTkgMy44NTkgMCAxMDAtNy43MTcgMy44NTkgMy44NTkgMCAwMDAgNy43MTd6Ii8+PHBhdGggZD0iTTQ4Ljg1MyA1LjU5NEg4LjAyM2MtLjYzMyAwLTEuMTQ4LjUxMy0xLjE0OCAxLjE0NnY1LjhIMS4xNDdDLjUxNCAxMi41NCAwIDEzLjA1NCAwIDEzLjY4N3YyOS41N2MwIC42MzQuNTE0IDEuMTQ3IDEuMTQ3IDEuMTQ3aDQwLjgzYy42MzMgMCAxLjE0OC0uNTE0IDEuMTQ4LTEuMTQ3di01Ljc5OWg1LjcyOGMuNjMzIDAgMS4xNDgtLjUxMyAxLjE0OC0xLjE0NlY2Ljc0Yy0uMDAxLS42MzItLjUxNi0xLjE0Ni0xLjE0OC0xLjE0NnptLTguODA3IDM1LjczMkgzLjA3OVYxNS42MmgzLjc5NnYxNy44NzJjLS41NzYgMi4yMjYtLjkzIDQuMzY1LTEuMDAzIDUuOTU2bDMxLjM4LjAxYTM2LjA4MiAzNi4wODIgMCAwMC0uNjMtMmgzLjQyNHYzLjg2OHptNi44NzUtNi45NDdIOS45NTRWOC42NzNoMzYuOTY3VjM0LjM4eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDUwdjUwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+');
}
.amblog-related-post .amblog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-related-post .amblog-headline {
  color: #212121;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 20px;
}
.amblog-related-post .amblog-headline:hover,
.amblog-related-post .amblog-headline:focus {
  color: #0e6bd7;
  text-decoration: none;
}
.amblog-related-post .amblog-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-related-post .amblog-content {
  word-break: break-all;
}
.amblog-related-post .amblog-text {
  margin: 15px 0 0;
}
.amblog-related-post .amblog-date,
.amblog-related-post .amblog-views,
.amblog-related-post .amblog-minread {
  color: #707070;
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 19px;
  margin-top: 15px;
}
.amblog-pager-container .amblog-links .amblog-link.prev:before,
.amblog-pager-container .amblog-links .amblog-link.next:before {
  transform: rotate(180deg);
}
.amblog-svg {
  margin-left: 10px;
  margin-right: 0;
}
body[class*='amblog-index-'],
body[class*='amblog-index-'] aside[class*='amblog-aside-'] {
  background: #ffffff;
}
body[class*='amblog-index-'] .page-title-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
  text-align: left;
}
body[class*='amblog-index-'] .page-title {
  word-break: break-word;
  word-wrap: break-word;
  margin-bottom: 20px;
}
.ie11 body[class*='amblog-index-'] .page-title {
  word-break: break-all;
}
body[class*='amblog-index-'] .amblog-summary {
  width: 100%;
}
body[class*='amblog-index-'] .sidebar .block-reorder {
  margin: 0;
}
body[class*='amblog-index-'] pre {
  overflow: auto;
}
body[class*='amblog-index-'] iframe {
  max-width: 100%;
}
.amblog-post-title {
  color: #1a1a1a;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  position: relative;
}
.ie11 .amblog-post-title {
  word-break: break-all;
}
.amblog-title {
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 25px;
  text-align: center;
}
.amblog-sidebar-heading-container .amblog-title {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #272727;
  letter-spacing: .44px;
  margin-bottom: 5px;
  margin-top: 30px;
  padding-bottom: 0;
  text-align: left;
}
.amblog-content .amblog-title.-author,
.amblog-title.-author {
  padding: 0;
}
.amblog-content .amblog-title.-author.mobile:before,
.amblog-title.-author.mobile:before,
.amblog-content .amblog-title.-author:before,
.amblog-title.-author:before {
  content: none;
}
.amblog-content .amblog-title.-author:visited,
.amblog-title.-author:visited {
  color: #1a1a1a;
}
.amblog-content .amblog-title.-author:hover,
.amblog-title.-author:hover,
.amblog-content .amblog-title.-author:focus,
.amblog-title.-author:focus,
.amblog-content .amblog-title.-author:active,
.amblog-title.-author:active {
  text-decoration: none;
}
.amblog-post-title {
  line-height: 2.8rem;
  padding: 0;
}
.amblog-post-title .post-title,
.amblog-post-title .post-title:active,
.amblog-post-title .post-title:visited {
  color: #1a1a1a;
}
.amblog-post-title .post-title:hover {
  color: #1979c2;
}
.ampost-link {
  font-weight: 700;
}
.ampost-link,
.ampost-link:active,
.ampost-link:visited {
  color: #1979c2;
  text-decoration: none;
}
.ampost-link:hover {
  color: #135d95;
}
.amblog-swipe {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiByeD0iMjAiIGZpbGw9IiMxOTc5QzIiLz4KPHJlY3QgeD0iMTEiIHk9IjExIiB3aWR0aD0iOCIgaGVpZ2h0PSI4IiByeD0iMSIgZmlsbD0iI0ZBRkFGQSIvPgo8cmVjdCB4PSIyMSIgeT0iMTEiIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHJ4PSIxIiBmaWxsPSIjRkFGQUZBIi8+CjxyZWN0IHg9IjExIiB5PSIyMSIgd2lkdGg9IjgiIGhlaWdodD0iOCIgcng9IjEiIGZpbGw9IiNGQUZBRkEiLz4KPHJlY3QgeD0iMjEiIHk9IjIxIiB3aWR0aD0iOCIgaGVpZ2h0PSI4IiByeD0iMSIgZmlsbD0iI0ZBRkFGQSIvPgo8L3N2Zz4K);
  cursor: pointer;
  height: 36px;
  max-width: 36px;
  min-width: 36px;
  transition: all 0.5s 0.3s ease-in-out;
  width: 36px;
}
.amblog-element-block:not(.widget) > div:not(.amblog-overlay),
.amblog-grid-list .list-item,
.amblog-post-container,
.amblog-post-container .amblog-widget-container:not(.widget) > div:not(.amblog-overlay),
.amblog-grid-list .slick-slide .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container:not(.widget) > div:not(.amblog-overlay) {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}
.amblog-index-post.page-layout-2columns-right .amblog-element-block .amblog-comments-wrapper,
.amblog-index-post.page-layout-2columns-right .amblog-element-block .amblog-post-container,
.amblog-index-post.page-layout-2columns-right .amblog-post-container .amblog-widget-container .amblog-comments-wrapper,
.amblog-index-post.page-layout-2columns-right .amblog-post-container .amblog-widget-container .amblog-post-container,
.amblog-index-post.page-layout-2columns-right .amblog-element-block .amblog-grid-list .slick-slide .amblog-item,
.amblog-index-post.page-layout-2columns-right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-comments-wrapper,
.amblog-index-post.page-layout-2columns-right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-post-container {
  box-shadow: none;
}
.amblog-list {
  list-style: none;
  margin: 0;
  padding: 11px 0;
}
.amblog-list.-tags {
  padding-bottom: 15px;
}
.amblog-list .post-title.amblog-headline {
  font-size: 1.4rem;
}
.amblog-social-container {
  list-style-type: none;
  padding: 0;
}
.page-wrapper .amblog-slider-container.page-bottom {
  box-sizing: border-box;
  width: 100%;
}
.amblog-index-post .top-container + .page-main,
.amblog-index-tag .top-container + .page-main,
.amblog-index-index .top-container + .page-main {
  margin-top: 0;
}
.amblog-post-container .amblog-post-title .post-title,
.amblog-grid-list .slick-slide .amblog-item .amblog-post-title .post-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #272727;
  display: -webkit-box;
  letter-spacing: .32px;
  overflow: hidden;
}
.amblog-sidebar-heading-container .amblog-title {
  text-align: right;
}
body[class*='amblog-index-'] .page-title-wrapper {
  text-align: right;
}
.amblog-author-info .amblog-content {
  word-break: break-word;
  word-wrap: break-word;
  padding: 25px 25px calc(25px - 10px);
  text-align: center;
}
.ie11 .amblog-author-info .amblog-content {
  word-break: break-all;
}
.amblog-author-info .amblog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-author-info .amblog-name {
  color: #333333;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.3rem;
  margin: 0;
}
.amblog-author-info .amblog-job {
  color: #707070;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9rem;
  margin: 5px 0 0;
}
.amblog-author-info .amblog-description {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin: 25px 0 0;
  text-align: center;
}
.amblog-author-info .amblog-image-wrapper {
  align-items: center;
  background-position: center;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  margin: 0 auto 25px;
  min-width: 100px;
  overflow: hidden;
  width: 100px;
}
.amblog-author-info .amblog-image-wrapper.-placeholder {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwIiBoZWlnaHQ9IjEyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bWFzayBpZD0iYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEyMCIgaGVpZ2h0PSIxMjAiPjxjaXJjbGUgY3g9IjYwIiBjeT0iNjAiIHI9IjYwIiBmaWxsPSIjQUFBIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiIGZpbGw9IiNEN0Q5REQiPjxwYXRoIGQ9Ik02MC4wMDYgMzJjLTEzLjcyNSAwLTI0Ljk0NSAxMS4yMS0yNC45NDUgMjQuOTI1IDAgMTMuNzE0IDExLjIyIDI0LjkyNSAyNC45NDUgMjQuOTI1czI0Ljk0NS0xMS4yMSAyNC45NDUtMjQuOTI1Qzg0Ljk1MSA0My4yMTEgNzMuNzMxIDMyIDYwLjAwNiAzMnpNMTAyLjgxNiAxMDEuNzdjLS42NTMtMS42MzMtMS41MjUtMy4xNTYtMi41MDUtNC41NzItNS4wMTEtNy40LTEyLjc0NS0xMi4yOTktMjEuNDYtMTMuNDk2LTEuMDg4LS4xMDktMi4yODcuMTA5LTMuMTU4Ljc2Mi00LjU3NSAzLjM3NC0xMC4wMjIgNS4xMTUtMTUuNjg2IDUuMTE1LTUuNjY1IDAtMTEuMTExLTEuNzQxLTE1LjY4Ni01LjExNS0uODcyLS42NTMtMi4wNy0uOTgtMy4xNi0uNzYyYTMwLjc4NCAzMC43ODQgMCAwMC0yMS40NTggMTMuNDk2Yy0uOTggMS40MTYtMS44NTIgMy4wNDgtMi41MDYgNC41NzItLjMyNi42NTMtLjIxOCAxLjQxNS4xMSAyLjA2OC44NyAxLjUyNCAxLjk2IDMuMDQ4IDIuOTQgNC4zNTRhNDEuNDE4IDQxLjQxOCAwIDAwNS4wMTEgNS42NmMxLjUyNSAxLjUyMyAzLjI2OCAyLjkzOCA1LjAxIDQuMzUzIDguNjA2IDYuNDIyIDE4Ljk1NSA5Ljc5NiAyOS42MyA5Ljc5NnMyMS4wMjMtMy4zNzQgMjkuNjI5LTkuNzk2YTQ3Ljk1NyA0Ny45NTcgMCAwMDUuMDEtNC4zNTNjMS43NDQtMS43NDIgMy40ODYtMy41OTIgNS4wMTItNS42NiAxLjA4OS0xLjQxNSAyLjA2OS0yLjgzIDIuOTQxLTQuMzU0LjU0NC0uNjUzLjY1My0xLjQxNS4zMjYtMi4wNjh6Ii8+PC9nPjwvc3ZnPg==');
  background-size: contain;
}
.amblog-author-avatar {
  background: #f4f6f8 center / 100px no-repeat;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}
.amblog-author-avatar.-small {
  height: 20px;
  width: 20px;
}
.amblog-author-info .amblog-social-container,
.amblog-element-block[data-set='sidebar-author'] .amblog-author-info .amblog-social-container,
.amblog-item[data-set='content-author'] .amblog-author-info .amblog-social-container,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-author-info .amblog-social-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-author-info .amblog-social-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px 0 0;
}
.amblog-author-info .amblog-social-container .amblog-icon {
  margin: 0 5px 5px;
}
.amblog-index-author .amblog-swipe.-left,
.amblog-index-author .amblog-swipe.-right {
  top: 0;
}
.amblog-index-author .page-title-wrapper .page-title {
  color: #333333;
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 4.8rem;
}
.amblog-index-author .amblog-article-title {
  display: none;
}
.amblog-main-content .amblog-author-info .amblog-title {
  display: none;
}
.right .amblog-element-block[data-set='sidebar-author'],
.left .amblog-element-block[data-set='sidebar-author'],
.right .amblog-post-container .amblog-widget-container[data-set='sidebar-author'],
.left .amblog-post-container .amblog-widget-container[data-set='sidebar-author'],
.right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'],
.left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] {
  padding: 0;
}
.amblog-search-block .amblog-content {
  align-items: center;
  display: flex;
}
.amblog-search-block .amblog-content > * {
  margin: auto;
}
.amblog-author-avatar {
  margin-left: 10px;
  margin-right: 0;
}
.amblog-button {
  word-break: break-word;
  word-wrap: break-word;
  align-items: center;
  box-shadow: none;
  box-sizing: border-box;
  color: #1979c2;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  outline: none;
}
.ie11 .amblog-button {
  word-break: break-all;
}
.amblog-button:hover,
.amblog-button:focus {
  color: #135d95;
}
.amblog-button:focus > .amblog-icon,
.amblog-button:hover > .amblog-icon {
  fill: #135d95;
}
.amblog-button:not(.primary),
.amblog-button:not(.primary):active {
  box-shadow: none;
}
.amblog-button.-clear {
  background: none;
  border: none;
  padding: 0;
}
.amblog-button > .amblog-icon {
  fill: #1979c2;
  margin-right: 10px;
}
.amblog-button:not(.-toggle) > .amblog-icon {
  margin-right: 15px;
}
.amblog-button.-toggle {
  line-height: 1.1;
}
.amblog-button.-toggle .amblog-icon {
  fill: #85c1ef;
  height: 15px;
  position: relative;
  width: 15px;
}
.amblog-button.-toggle.-empty {
  color: #888888;
  pointer-events: none;
}
.amblog-button.-toggle.-empty .amblog-icon {
  fill: #d9d9d9;
}
.amblog-button > .amblog-count:not(:empty) {
  padding-right: 5px;
}
.amblog-link-btn {
  background: none;
  border: none;
  color: #1979c2;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 20px 0 0 25px;
  padding: 0;
}
button.amblog-link-btn:hover,
button.amblog-link-btn:focus,
.amblog-link-btn:active,
.amblog-link-btn:focus,
.amblog-link-btn:hover,
.cart.table-wrapper .actions-toolbar > .action.amblog-link-btn:hover,
.cart.table-wrapper .actions-toolbar > .action.amblog-link-btn:focus {
  background: none;
  border: none;
  color: #135d95;
}
button.amblog-link-btn,
.amblog-link-btn,
.cart.table-wrapper .actions-toolbar > .action.amblog-link-btn {
  box-shadow: none;
}
.amblog-comments-container .amblog-comment.-highlighted {
  background-color: #b3d7eb;
  outline: 5px solid #b3d7eb;
}
.amblog-comments-container .amblog-comment.-highlighted.-classic {
  background-color: #b3d7eb;
  outline-color: #b3d7eb;
}
.amblog-comments-container .amblog-comment.-highlighted.-red {
  background-color: #fef4f4;
  outline-color: #fef4f4;
}
.amblog-comments-container .amblog-comment.-highlighted.-green {
  background-color: #ebf7ec;
  outline-color: #ebf7ec;
}
.amblog-comments-container .amblog-comment.-highlighted.-blue {
  background-color: #eff1fa;
  outline-color: #eff1fa;
}
.amblog-comments-container .amblog-comment.-highlighted.-grey {
  background-color: #f8f8f8;
  outline-color: #f8f8f8;
}
.amblog-comments-container .amblog-comment.-highlighted.-purple {
  background-color: #fbf3fc;
  outline-color: #fbf3fc;
}
.amblog-element-block .amblog-item.-comment .amblog-comment,
.amblog-post-container .amblog-widget-container .amblog-item.-comment .amblog-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item.-comment .amblog-comment {
  font-style: italic;
}
.amblog-element-block .amblog-item.-comment .amblog-headline,
.amblog-post-container .amblog-widget-container .amblog-item.-comment .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item.-comment .amblog-headline {
  font-size: 1.4rem;
}
.amblog-comments-container {
  margin: 50px 25px 0;
  padding-bottom: 5px;
}
.amblog-comments-container .amblog-comment {
  margin-bottom: 25px;
}
.amblog-comments-container .amblog-comment:last-child {
  margin-bottom: 0;
}
.amblog-no-comments .amblog-ref {
  color: #707070;
}
.amblog-replies-block.-level-top > .amblog-comment,
.amblog-comments-action .amblog-replies,
.amblog-comments-container .amblog-replies {
  border-left: 1px solid #e9e9e9;
  margin: 25px 0 0;
  padding-left: 15px;
}
.amblog-comment-content .amblog-author {
  display: inline-block;
  margin: 5px 0 0 0;
  padding-left: 0;
  position: relative;
}
.amblog-comment-content .amblog-header {
  margin-bottom: 10px;
}
.amblog-comment-content .amblog-date,
.amblog-comment-content .amblog-views,
.amblog-comment-content .amblog-minread {
  color: #707070;
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 10px;
  position: relative;
}
.amblog-comment-content .amblog-willapprove {
  word-break: break-word;
  word-wrap: break-word;
  background: #fff3e0;
  border-radius: 4px;
  color: #f57c00;
  margin-top: 15px;
  padding: 0 10px;
}
.ie11 .amblog-comment-content .amblog-willapprove {
  word-break: break-all;
}
.amblog-comment-content .amblog-reply {
  align-items: center;
  display: flex;
  margin-top: 15px;
}
.amblog-comment-content .amblog-button {
  font-size: 1.4rem;
}
.amblog-comments-wrapper > .amblog-comment.-level-top {
  margin: 50px 25px -25px;
}
.amblog-comments-action {
  border: none;
  margin: 0 25px 25px;
}
.amblog-comments-action > .amblog-comment {
  margin-bottom: 60px;
}
.amblog-comments-action .amblog-button.-toggle {
  display: none;
}
.amblog-comment-reply {
  display: inline-block;
}
.amblog-comment-reply .amblog-button.-toggle {
  display: none;
}
.amblog-form-head {
  margin-bottom: 15px;
}
.amblog-secondary-title {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.amblog-head-note {
  color: #707070;
  font-size: 1.2rem;
}
.amblog-comments-block:not(.-loaded) .amblog-reply {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.amblog-comments-block:not(.-loaded) .amblog-reply .amblog-button.-toggle {
  display: none;
}
.amblog-replies-block > .amblog-replies:not(.-active) {
  display: none;
}
.amblog-replies-block.-level-top > .amblog-comment,
.amblog-replies-block.-level-top > .amblog-comment-reply,
.amblog-replies-block > .amblog-replies:not(:empty) {
  margin: 25px 0 0;
}
.amblog-reply .amblog-button.-toggle {
  margin-left: 30px;
  position: relative;
}
.amblog-replies-block {
  margin-top: 25px;
}
.amblog-replies-block .amblog-replies.deep-reply,
.amblog-replies-block .amblog-replies.deep-reply .amblog-comment-reply {
  border: none;
  padding: 0;
}
.amblog-form-comment {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.amblog-form-comment .amblog-svg.comment {
  left: 0;
  position: absolute;
  top: -40px;
}
.amblog-form-comment .amblog-fieldset {
  border: none;
  margin: 0;
  min-inline-size: initial;
  padding: 0;
}
.amblog-form-comment .amblog-customer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amblog-form-comment .amblog-customer.-hidden {
  display: none;
}
.amblog-form-comment .amblog-wrapper {
  margin-bottom: 20px;
}
.amblog-form-comment .amblog-input {
  background-color: #ffffff;
  padding-left: 15px;
}
.amblog-form-comment .amblog-input.-name,
.amblog-form-comment .amblog-input.-email {
  max-height: 42px;
}
.amblog-form-comment .amblog-input.-textarea {
  height: 172px;
  margin-bottom: 0;
}
.amblog-form-comment .amblog-gdprtext {
  margin-top: 20px;
  position: relative;
}
.amblog-form-comment .amblog-gdprtext .amblog-label {
  word-break: break-word;
  word-wrap: break-word;
  word-wrap: anywhere;
}
.ie11 .amblog-form-comment .amblog-gdprtext .amblog-label {
  word-break: break-all;
}
.amblog-form-comment .amblog-input.-gdpr {
  height: 13px;
  top: 2px;
  width: auto;
}
.amblog-form-comment .mage-error {
  margin-bottom: 0;
}
.amblog-form-comment .amblog-btn {
  background-image: none;
  background: #052d76;
  border: 1px solid #052d76;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Almarai', sans-serif;
  font-weight: bold;
  padding: 8px 24px;
  font-size: 1.4rem;
  line-height: 1.7rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.amblog-form-comment .amblog-btn:focus,
.amblog-form-comment .amblog-btn:active {
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
}
.amblog-form-comment .amblog-btn:hover {
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
}
.amblog-form-comment .amblog-btn.disabled,
.amblog-form-comment .amblog-btn[disabled],
fieldset[disabled] .amblog-form-comment .amblog-btn {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.amblog-index-post .amblog-comments-wrapper .amblog-comments-container,
.amblog-index-post .amblog-comments-wrapper .amblog-comments-action {
  margin: 0;
}
.amblog-index-post .amblog-comments-wrapper .amblog-title {
  font-size: 2rem;
  color: #272727;
  letter-spacing: .4px;
  margin-bottom: 25px;
  margin-top: 0;
  text-align: left;
}
.amblog-index-post .amblog-comments-wrapper .amblog-secondary-title {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #272727;
  letter-spacing: .32px;
}
.amblog-index-post .amblog-comments-wrapper .amblog-head-note {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #4e4e4e;
  letter-spacing: .32px;
}
.amblog-index-post .amblog-comments-wrapper .amblog-form-comment .amblog-btn {
  font-size: 1.3rem;
  letter-spacing: .26px;
}
.amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-reply {
  margin-left: 61px;
}
.amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-reply a.amblog-button {
  font-size: 1.2rem;
  line-height: 1.4rem;
  background: #4e4e4e;
  border: 1px solid #4e4e4e;
  border-radius: 4px;
  color: #ffffff;
  letter-spacing: .2px;
  padding: 8px 20px;
  text-decoration: none;
}
.amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-reply a.amblog-button:hover {
  color: #4e4e4e;
  background: #ffffff;
}
.amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-header {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-header .amblog-name-comment-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-header .amblog-name-comment-details .amblog-author {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #4e4e4e;
}
.amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-header .amblog-name-comment-details .amblog-date,
.amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-header .amblog-name-comment-details .amblog-views,
.amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-header .amblog-name-comment-details .amblog-minread {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #272727;
  letter-spacing: .28px;
  margin: 0;
  display: inline-block;
  text-decoration: none;
}
.amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-header .amblog-name-comment-details .amblog-date:before,
.amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-header .amblog-name-comment-details .amblog-views:before,
.amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-header .amblog-name-comment-details .amblog-minread:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 18px;
  color: #272727;
  content: '\e931';
  font-family: 'unitedpharmacy-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-header .amblog-name-comment-details .amblog-date:before,
.amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-header .amblog-name-comment-details .amblog-views:before,
.amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-header .amblog-name-comment-details .amblog-minread:before {
  width: 17px;
}
.amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-header .amblog-svg.user {
  height: 51px;
  width: 51px;
}
.amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-header .amblog-svg.user.-classic {
  fill: #3188bb;
}
.amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-header .amblog-svg.user .comment-user-icon {
  transform: scale(2);
}
.amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-thesis {
  margin-left: 61px;
}
.amblog-index-post .amblog-comments-wrapper .amblog-comments-container .amblog-comment:not(:first-child) {
  border-top: 1px solid #b8b8b8;
  margin-top: 30px;
  padding-top: 30px;
}
.amblog-index-post .amblog-comments-wrapper .amblog-title {
  text-align: right;
}
.amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-header .amblog-name-comment-details .amblog-date:before,
.amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-header .amblog-name-comment-details .amblog-views:before,
.amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-header .amblog-name-comment-details .amblog-minread:before {
  margin: 0 0 0 5px;
}
.amblog-reply .amblog-button.-toggle {
  margin-left: 0;
  margin-right: 30px;
}
.amblog-tabs-block.-title {
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.amblog-tabs-block.-title .amblog-item {
  word-break: break-word;
  word-wrap: break-word;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-size: 18px;
  margin: 0;
  padding: 0 10px 12px;
  text-transform: capitalize;
  transform: translateY(1px);
  transition: border .1s;
}
.ie11 .amblog-tabs-block.-title .amblog-item {
  word-break: break-all;
}
.amblog-tabs-block.-title .amblog-item.-active {
  font-weight: 600;
}
.amblog-tabs-block.-title .amblog-item.-active {
  border-bottom-color: #4776f0;
}
.amblog-content-tab:not(.-active) {
  display: none;
}
.amblog-tabs-block.-block .amblog-list {
  list-style: none;
  padding: 0;
}
.amblog-tabs-block.-block .amblog-list.-active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amblog-content-tab .amblog-post-block {
  display: flex;
}
.amblog-content-tab .amblog-post-block:not(:first-child) {
  margin-top: 20px;
}
.amblog-content-tab .amblog-post-block .amblog-link {
  display: block;
}
.amblog-content-tab .amblog-post-block .amblog-image-wrapper {
  align-items: center;
  background: #f4f6f8 center / 50px no-repeat;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  margin-right: 20px;
  min-width: 100px;
  overflow: hidden;
  width: 100px;
}
.amblog-content-tab .amblog-post-block .amblog-image-wrapper.-placeholder {
  background-image: url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSIgZmlsbD0iI0Q3RDlERCI+PHBhdGggZD0iTTM3LjIzNyAyMy4xOGMtMi4zMjEgMS4xMDUtNC4yMTQgNC40NjItNi40MjggMi4yNDctMS4zNDUtMS40Ni0yLjk0Mi0zLjc4NC00Ljc3Ni02LjQxMi0xLjk4My0yLjgyNS00LjUxMS01LjI1NC03LjQ4Ni0yLjQ3OS0zLjMyMSAzLjEyNC01LjYwMiAxMS42LTUuOCAxNS45NjNsMzEuMzguMDFjLS43MTgtMi41NjMtMy41MDctMTAuOTQtNi44OS05LjMzek0zNy4wOSAxOC4yNThhMy44NTkgMy44NTkgMCAxMDAtNy43MTcgMy44NTkgMy44NTkgMCAwMDAgNy43MTd6Ii8+PHBhdGggZD0iTTQ4Ljg1MyA1LjU5NEg4LjAyM2MtLjYzMyAwLTEuMTQ4LjUxMy0xLjE0OCAxLjE0NnY1LjhIMS4xNDdDLjUxNCAxMi41NCAwIDEzLjA1NCAwIDEzLjY4N3YyOS41N2MwIC42MzQuNTE0IDEuMTQ3IDEuMTQ3IDEuMTQ3aDQwLjgzYy42MzMgMCAxLjE0OC0uNTE0IDEuMTQ4LTEuMTQ3di01Ljc5OWg1LjcyOGMuNjMzIDAgMS4xNDgtLjUxMyAxLjE0OC0xLjE0NlY2Ljc0Yy0uMDAxLS42MzItLjUxNi0xLjE0Ni0xLjE0OC0xLjE0NnptLTguODA3IDM1LjczMkgzLjA3OVYxNS42MmgzLjc5NnYxNy44NzJjLS41NzYgMi4yMjYtLjkzIDQuMzY1LTEuMDAzIDUuOTU2bDMxLjM4LjAxYTM2LjA4MiAzNi4wODIgMCAwMC0uNjMtMmgzLjQyNHYzLjg2OHptNi44NzUtNi45NDdIOS45NTRWOC42NzNoMzYuOTY3VjM0LjM4eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDUwdjUwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+');
}
.amblog-content-tab .amblog-post-block .amblog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-content-tab .amblog-post-block .amblog-headline {
  color: #333333;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.amblog-content-tab .amblog-post-block .amblog-date,
.amblog-content-tab .amblog-post-block .amblog-views,
.amblog-content-tab .amblog-post-block .amblog-minread {
  color: #707070;
  font-size: 14px;
  line-height: 19px;
  margin-top: 5px;
}
.amblog-content-tab {
  margin-bottom: 30px;
}
.amblog-content-tab > .pager {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.amblog-tag {
  background: #052d76;
  word-break: break-word;
  word-wrap: break-word;
  border: 1px solid #052d76;
  border-radius: 6px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 5px 13px;
  transition: none;
}
.ie11 .amblog-tag {
  word-break: break-all;
}
.amblog-tag:last-child {
  margin-right: 0;
}
.amblog-tag,
.amblog-tag:hover,
.amblog-tag:active,
.amblog-tag:visited {
  text-decoration: none;
}
.amblog-tag,
.amblog-tag:visited {
  color: #ffffff;
}
.amblog-tag:hover,
.amblog-tag:active {
  color: #052d76;
}
.amblog-tag:hover {
  background: #ffffff;
}
.amblog-content .tags {
  margin-bottom: 10px;
}
.amblog-tag {
  margin: 0 0 10px 10px;
}
.amblog-dates {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amblog-dates > .amblog-date,
.amblog-dates > .amblog-views,
.amblog-dates > .amblog-minread {
  display: block;
  margin-right: 25px;
  width: auto;
}
.amblog-date,
.amblog-views,
.amblog-minread {
  color: #707070;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  margin-right: 15px;
}
.amblog-grid-list .amblog-dates > .amblog-date,
.amblog-post-container .amblog-dates > .amblog-date,
.amblog-container-list .amblog-dates > .amblog-date,
.amblog-grid-list .amblog-dates > .amblog-views,
.amblog-post-container .amblog-dates > .amblog-views,
.amblog-container-list .amblog-dates > .amblog-views,
.amblog-grid-list .amblog-dates > .amblog-minread,
.amblog-post-container .amblog-dates > .amblog-minread,
.amblog-container-list .amblog-dates > .amblog-minread,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > .amblog-date,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > .amblog-views,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > .amblog-minread,
.amblog-grid-list .amblog-dates > .amblog-views,
.amblog-post-container .amblog-dates > .amblog-views,
.amblog-container-list .amblog-dates > .amblog-views,
.amblog-grid-list .amblog-dates > .amblog-minread,
.amblog-post-container .amblog-dates > .amblog-minread,
.amblog-container-list .amblog-dates > .amblog-minread {
  margin-bottom: 10px;
  margin-top: 0;
}
.amblog-grid-list .amblog-dates > *:last-child,
.amblog-post-container .amblog-dates > *:last-child,
.amblog-container-list .amblog-dates > *:last-child,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > *:last-child {
  margin-bottom: 20px;
}
.amblog-element-block .amblog-date,
.amblog-post-container .amblog-widget-container .amblog-date,
.amblog-element-block .amblog-views,
.amblog-element-block .amblog-minread,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date {
  margin-top: 10px;
}
.amblog-element-block .amblog-date.-post,
.amblog-post-container .amblog-widget-container .amblog-date.-post,
.amblog-element-block .amblog-views.-post,
.amblog-element-block .amblog-minread.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-post {
  margin-top: 5px;
}
.amblog-element-block .amblog-date.-comment,
.amblog-post-container .amblog-widget-container .amblog-date.-comment,
.amblog-element-block .amblog-views.-comment,
.amblog-element-block .amblog-minread.-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-comment {
  margin: 10px 0;
}
.amblog-related-post .amblog-date,
.amblog-related-post .amblog-views,
.amblog-related-post .amblog-minread {
  color: #707070;
  display: block;
  margin-top: 15px;
}
.amblog-form-search {
  position: relative;
}
.amblog-form-search .amblog-field .amblog-input::placeholder {
  color: #a7a7a7;
}
.amblog-loader.-search {
  display: none;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.amblog-form-search .amblog-btn {
  background-color: #3188bb;
  background-repeat: no-repeat;
  border: none;
  bottom: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  width: 42px;
  display: inline-block;
  text-decoration: none;
}
.amblog-form-search .amblog-btn:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  content: '\e615';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amblog-form-search .amblog-btn:hover {
  opacity: 1;
}
.amblog-form-search .amblog-input-wrapper {
  display: inline-block;
  width: 100%;
}
.amblog-field.-live-active ~ .amblog-btn,
.amblog-form-search.-live-process ~ .amblog-btn,
.amblog-field.-live-active .amblog-btn,
.amblog-form-search.-live-process .amblog-btn {
  opacity: .8;
}
.amblog-field.-live-active ~ .amblog-btn:hover,
.amblog-form-search.-live-process ~ .amblog-btn:hover,
.amblog-field.-live-active .amblog-btn:hover,
.amblog-form-search.-live-process .amblog-btn:hover {
  opacity: 1;
}
.amblog-form-search.-live-process .amblog-loader {
  display: block;
}
.amblog-search-suggest {
  background: #ffffff;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(100% + 10px);
  width: 100%;
  z-index: 10;
}
.amblog-search-suggest.-live-active {
  border: 1px solid #b3b3b3;
}
.amblog-search-suggest > li {
  margin: 0;
  padding: 8px 12px;
}
.amblog-search-suggest > li:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.amblog-search-suggest .amblog-suggest-title {
  font-weight: 700;
  padding-bottom: 4px;
  pointer-events: none;
  text-transform: capitalize;
}
.amblog-search-suggest .amblog-suggest-title + .amblog-suggest {
  border-top: none;
}
.amblog-search-suggest .amblog-suggest:hover {
  background: #052d76;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.amblog-search-suggest .amblog-suggest a {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 400;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: none;
}
.amblog-search-suggest .amblog-suggest a,
.amblog-search-suggest .amblog-suggest a:hover,
.amblog-search-suggest .amblog-suggest a:focus {
  color: inherit;
  text-decoration: none;
}
.amblog-form-search .amblog-btn {
  left: 0;
  right: auto;
}
.amblog-loader.-search {
  left: 40px;
  right: auto;
}
.amblog-post-container.list-item .amblog-footer,
.amblog-grid-list .slick-slide .amblog-item.list-item .amblog-footer {
  align-items: flex-start;
  flex-direction: column;
}
.amblog-post-container.list-item .amblog-footer .amblog-wrap,
.amblog-grid-list .slick-slide .amblog-item.list-item .amblog-footer .amblog-wrap {
  margin-bottom: 20px;
}
.amblog-post-container .post-image,
.amblog-grid-list .slick-slide .amblog-item .post-image {
  display: block;
  margin-bottom: 25px;
}
.amblog-post-container .amblog-helpful-wrap,
.amblog-post-container .amblog-post-title,
.amblog-grid-list .slick-slide .amblog-item .amblog-helpful-wrap,
.amblog-grid-list .slick-slide .amblog-item .amblog-post-title {
  margin-bottom: 20px;
}
.amblog-post-container .amblog-read,
.amblog-grid-list .slick-slide .amblog-item .amblog-read {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
}
.amblog-post-container .amblog-read:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-read:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
.amblog-post-container .amblog-read:active,
.amblog-grid-list .slick-slide .amblog-item .amblog-read:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-post-container .amblog-helpful-wrap,
.amblog-grid-list .slick-slide .amblog-item .amblog-helpful-wrap {
  display: flex;
  margin-top: 20px;
  padding: 0;
}
.amblog-post-container.-post-page .amblog-footer,
.amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-footer {
  align-items: flex-start;
  flex-direction: column;
}
.amblog-post-container.-post-page .tags,
.amblog-grid-list .slick-slide .amblog-item.-post-page .tags {
  margin-bottom: 10px;
}
.amblog-post-container.-post-page .amblog-features,
.amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-features {
  margin-bottom: 20px;
}
.amblog-post-container.-post-page .amblog-features + .amblog-helpful-wrap,
.amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-features + .amblog-helpful-wrap {
  margin-top: 0;
}
.amblog-post-container .amblog-bottom,
.amblog-grid-list .slick-slide .amblog-item .amblog-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 20px;
}
.amblog-post-container .amblog-bottom > *,
.amblog-grid-list .slick-slide .amblog-item .amblog-bottom > * {
  margin-bottom: 10px;
}
.amblog-post-container .amblog-image,
.amblog-grid-list .slick-slide .amblog-item .amblog-image {
  border-radius: 4px;
}
.amblog-post-container .amblog-widget-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  margin: 20px -15px;
}
.amblog-post-container .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-headline {
  color: #333333;
}
.amblog-post-container .amblog-headline:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-headline:hover {
  color: #1979c2;
  text-decoration: none;
}
.amblog-post-container .amblog-shot,
.amblog-grid-list .slick-slide .amblog-item .amblog-shot {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.amblog-post-container .amblog-shot > p,
.amblog-post-container .amblog-content > p,
.amblog-grid-list .slick-slide .amblog-item .amblog-shot > p,
.amblog-grid-list .slick-slide .amblog-item .amblog-content > p {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-post-container .amblog-shot > p,
.ie11 .amblog-post-container .amblog-content > p,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-shot > p,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-content > p {
  word-break: break-all;
}
.amblog-post-container .amblog-features,
.amblog-grid-list .slick-slide .amblog-item .amblog-features {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amblog-post-container .amblog-features.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-features.-post {
  padding: 15px 15px 20px;
}
.amblog-post-container .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-item {
  margin: 0 30px 0 0;
}
.amblog-post-container .amblog-category,
.amblog-post-container .amblog-item.-author-posts,
.amblog-grid-list .slick-slide .amblog-item .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-author-posts {
  color: #333333;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 1.4rem;
  line-height: 25px;
  margin: 5px 30px 5px 0;
}
.ie11 .amblog-post-container .amblog-category,
.ie11 .amblog-post-container .amblog-item.-author-posts,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-category,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-item.-author-posts {
  word-break: break-all;
}
.amblog-post-container .amblog-arrow,
.amblog-grid-list .slick-slide .amblog-item .amblog-arrow {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 16px;
}
.amblog-post-container .amblog-features.-post .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-features.-post .amblog-item {
  padding: 0;
}
.amblog-post-container .amblog-widget-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  background: #fafafa;
  border: none;
  padding-bottom: 25px;
}
.amblog-post-container .amblog-widget-container .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-list {
  border: 1px solid #e9e9e9;
  background: #ffffff;
  border-radius: 4px;
  margin: 0 20px 0;
}
.amblog-post-container .amblog-widget-container.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post {
  padding-bottom: 10px;
}
.amblog-post-container .amblog-widget-container.-post .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post .amblog-list {
  background: inherit;
  border: none;
}
.amblog-post-container .amblog-widget-container.-categories .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-categories .amblog-category {
  margin-right: 0;
}
.amblog-grid-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amblog-grid-list .slick-slide .amblog-item {
  width: 100%;
}
.amblog-grid-list .slick-slide .amblog-item {
  box-sizing: border-box;
}
.amblog-grid-list .amblog-item.-comments {
  white-space: nowrap;
}
.amblog-grid-list .image {
  border-radius: 4px;
}
.amblog-grid-list .product-item-link {
  color: #333333;
  line-height: 1.9rem;
  margin: 5px 0 0;
}
.amblog-grid-list .amblog-features {
  margin-bottom: 5px;
}
.amblog-grid-list .amblog-post-container,
.amblog-grid-list .amblog-grid-list .slick-slide .amblog-item {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.amblog-post-container .amblog-tags,
.amblog-grid-list .amblog-tags,
.amblog-grid-list .slick-slide .amblog-item .amblog-tags {
  padding: 20px 25px 10px;
}
.amblog-post-container .amblog-tags + .amblog-content,
.amblog-grid-list .amblog-tags + .amblog-content,
.amblog-post-container .post-image + .amblog-content,
.amblog-grid-list .post-image + .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .amblog-tags + .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .post-image + .amblog-content {
  padding-top: 0;
}
.amblog-footer {
  display: inline-block;
}
.amblog-wrap > .amblog-no-comments,
.amblog-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.amblog-posted-in {
  padding-right: 4px;
}
.amblog-features .amblog-wrap {
  margin-bottom: 20px;
  margin-right: 30px;
}
.amblog-features .amblog-ref:not(:last-child):after {
  content: ', ';
  padding-right: 4px;
}
.amblog-post-list .post-items {
  margin-bottom: 0;
}
.amblog-post-list .post-items:not(.slick-slider) .post-title {
  display: block;
  margin-bottom: 10px;
}
.amblog-post-list .post-image {
  display: block;
  margin-bottom: 17px;
}
.amblog-post-list .post-title {
  color: #272727;
  font-weight: 700;
  margin-bottom: 10px;
}
.amblog-post-list .post-link {
  font-weight: 700;
}
.amblog-related-wrapper .slick-track,
.amblog-post-list .slick-track {
  display: flex;
  justify-content: center;
}
.amblog-related-wrapper .slick-slide,
.amblog-post-list .slick-slide {
  margin: 0 10px;
}
.amblog-related-wrapper .slick-slider .slick-arrow.slick-next,
.amblog-post-list .slick-slider .slick-arrow.slick-next {
  right: -15px;
}
.amblog-related-wrapper .slick-slider .slick-arrow.slick-prev,
.amblog-post-list .slick-slider .slick-arrow.slick-prev {
  left: -15px;
}
.mobile-block .amblog-post-list .post-item-info:not(:last-of-type),
.sidebar .amblog-post-list .post-item-info:not(:last-of-type) {
  margin-bottom: 10px;
}
.blog-home-featured-article-section .widget.amblog-post-list .amblog-list.post-slider {
  position: relative;
}
.blog-home-featured-article-section .widget.amblog-post-list .amblog-list.post-slider:before {
  background: #edf4f6;
  content: '';
  z-index: -1;
  position: absolute;
  left: -100%;
  height: 100%;
  top: 0;
  right: -100%;
}
.amblog-list-m-data .post-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amblog-list-m-data .post-item:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.amblog-list-m-data .post-item .post-image {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f8f8f8;
  border-radius: 8px;
  height: 90px;
  justify-content: center;
  margin-bottom: 0;
  max-width: 144px;
  overflow: hidden;
  width: 100%;
}
.amblog-list-m-data .post-item .post-image img {
  object-fit: cover;
}
.amblog-list-m-data .post-item .post-item-details {
  margin-left: 10px;
  text-align: left;
  width: calc(100% - 144px);
}
.amblog-list-m-data .post-item .post-item-details .post-title.amblog-headline {
  line-height: 1.6rem;
  color: #000000;
}
.amblog-list-m-data .post-item .post-item-details .short-description p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 1.4rem;
  line-height: 1.6rem;
  display: -webkit-box;
  margin-bottom: 0;
  overflow: hidden;
}
.amblog-list-m-data .post-item .post-item-details .amblog-featured-card-bottom .amblog-date,
.amblog-list-m-data .post-item .post-item-details .amblog-featured-card-bottom .amblog-views,
.amblog-list-m-data .post-item .post-item-details .amblog-featured-card-bottom .amblog-minread {
  color: #757575;
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
.amblog-list-m-data .post-item .post-item-details .amblog-featured-card-bottom .amblog-date:before,
.amblog-list-m-data .post-item .post-item-details .amblog-featured-card-bottom .amblog-views:before,
.amblog-list-m-data .post-item .post-item-details .amblog-featured-card-bottom .amblog-minread:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 16px;
  color: #757575;
  content: '\e910';
  font-family: 'unitedpharmacy-icons';
  margin: 0 2px 2px 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amblog-list-m-data .post-item .post-item-details .amblog-featured-card-bottom .ampost-link {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #3f9acc;
  text-decoration: underline;
}
.widget.amblog-post-list .amblog-slick-slider.-am-loaded .post-item {
  display: block;
}
.widget.amblog-post-list .slick-track {
  margin: 0 auto;
}
.widget.amblog-post-list .post-item {
  text-align: center;
}
.widget.amblog-post-list .post-item .post-item-content {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 0;
  padding: 15px 15px 10px;
}
.widget.amblog-post-list .post-item .post-item-content .post-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1;
  background: #f8f8f8;
  height: 100%;
  justify-content: center;
  margin-bottom: 17px;
  max-height: 240px;
  max-width: 320px;
  overflow: hidden;
  width: 100%;
}
.widget.amblog-post-list .post-item .post-item-content .post-image img {
  max-width: 100%;
  object-fit: cover;
}
.widget.amblog-post-list .post-item .post-item-content .post-item-details .post-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #272727;
  display: -webkit-box;
  font-weight: 700;
  letter-spacing: 0.36px;
  margin-bottom: 34px;
  overflow: hidden;
  text-decoration: none;
}
.widget.amblog-post-list .post-item .post-item-content .post-item-details .short-description {
  margin: 10px 0;
  min-height: 82px;
  position: relative;
}
.widget.amblog-post-list .post-item .post-item-content .post-item-details .short-description:after {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #459b2c;
  content: '';
  height: 5px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -27px;
  width: 50px;
}
.widget.amblog-post-list .post-item .post-item-content .post-item-details .short-description p {
  font-size: 1.4rem;
  line-height: 2rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}
.widget.amblog-post-list .post-item .post-item-content .post-item-details .ampost-link {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #052d76;
  display: inline-block;
  margin-bottom: 10px;
}
.widget.amblog-post-list .post-item-details {
  display: flex;
  flex-direction: column;
}
.widget.amblog-post-list .post-item-details {
  flex-grow: 1;
  justify-content: space-between;
}
.widget.amblog-post-list .amblog-dates {
  margin-top: auto;
}
.amblog-post-list.-recent-posts .amblog-list .post-item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amblog-post-list.-recent-posts .amblog-list .post-item-info .post-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1;
  background: #eeeeee;
  border: 1px solid #eeeeee;
  justify-content: center;
  margin-bottom: 0;
  margin-right: 20px;
  max-width: 130px;
  overflow: hidden;
  width: 100%;
}
.amblog-post-list.-recent-posts .amblog-list .post-item-info .post-image img {
  max-width: 100%;
  object-fit: cover;
}
.amblog-post-list.-recent-posts .amblog-list .post-item-info .post-item-details {
  width: calc(100% - 130px);
}
.amblog-post-list.-recent-posts .amblog-list .post-item-info .post-item-details .post-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #272727;
  display: -webkit-box;
  letter-spacing: .32px;
  margin-top: 15px;
  overflow: hidden;
}
.amblog-post-list.-recent-posts .amblog-list .post-item-info .post-item-details .amblog-dates {
  flex-direction: column;
}
.amblog-post-list.-recent-posts .amblog-list .post-item-info .post-item-details .amblog-dates div.amblog-date,
.amblog-post-list.-recent-posts .amblog-list .post-item-info .post-item-details .amblog-dates div.amblog-views,
.amblog-post-list.-recent-posts .amblog-list .post-item-info .post-item-details .amblog-dates div.amblog-minread {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #272727;
  letter-spacing: .28px;
  margin-top: 5px;
  display: inline-block;
  text-decoration: none;
}
.amblog-post-list.-recent-posts .amblog-list .post-item-info .post-item-details .amblog-dates div.amblog-date:before,
.amblog-post-list.-recent-posts .amblog-list .post-item-info .post-item-details .amblog-dates div.amblog-views:before,
.amblog-post-list.-recent-posts .amblog-list .post-item-info .post-item-details .amblog-dates div.amblog-minread:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #4e4e4e;
  content: '\e931';
  font-family: 'unitedpharmacy-icons';
  margin: 0 6px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amblog-post-list.-recent-posts .amblog-list .post-item-info .post-item-details .amblog-dates div.amblog-date:before,
.amblog-post-list.-recent-posts .amblog-list .post-item-info .post-item-details .amblog-dates div.amblog-views:before,
.amblog-post-list.-recent-posts .amblog-list .post-item-info .post-item-details .amblog-dates div.amblog-minread:before {
  width: 18px;
}
.amblog-wrap .amblog-post-item.-comments .amblog-ref {
  display: inline-block;
  text-decoration: none;
}
.amblog-wrap .amblog-post-item.-comments .amblog-ref:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 18px;
  color: #4e4e4e;
  content: '\e900';
  font-family: 'unitedpharmacy-icons';
  margin: 0 6px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amblog-wrap .amblog-post-item.-comments .amblog-ref:before {
  width: 18px;
}
.post-item.-post-no-image .post-item-details {
  height: 100%;
  justify-content: center;
}
.post-item.-post-no-image .amblog-dates {
  margin-top: initial;
}
.amblog-index-post .page-main > .page-title-wrapper .page-title {
  letter-spacing: .4px;
}
.amblog-index-post .amblog-post-social-detail .amblog-post-like-view-detail {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.amblog-index-post .amblog-post-social-detail .amblog-post-like-view-detail .views-icon {
  border: 1px solid #98aaaf;
  border-radius: 4px;
  padding: 8px 10px;
  position: relative;
  height: 37px;
  width: 37px;
  display: inline-block;
  text-decoration: none;
}
.amblog-index-post .amblog-post-social-detail .amblog-post-like-view-detail .views-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 18px;
  color: #4e4e4e;
  content: '\e934';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amblog-index-post .amblog-post-social-detail .amblog-post-like-view-detail .views-icon:after {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.amblog-index-post .amblog-post-social-detail .amblog-post-like-view-detail .amblog-view-detail {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amblog-index-post .amblog-post-social-detail .amblog-post-like-view-detail .amblog-view-detail .amblog-views {
  margin-right: 10px;
  margin-top: 0;
}
.amblog-index-post .amblog-post-social-detail .amblog-post-like-view-detail .amblog-helpful-wrap .amblog-plus .amblog-count {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 700;
  letter-spacing: .24px;
}
.amblog-index-post .amblog-post-social-detail .amblog-social-container {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amblog-index-post .amblog-post-social-detail .amblog-social-container .amblog-social-share {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 700;
  letter-spacing: .24px;
  margin-right: 10px;
}
.amblog-index-post .amblog-post-top-detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.amblog-index-post .amblog-post-top-detail .amblog-dates {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-minread,
.amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-date,
.amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-views,
.amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-minread {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #4e4e4e;
  letter-spacing: .28px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-minread:before,
.amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-date:before,
.amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-views:before,
.amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-minread:before {
  width: 19px;
}
.amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-date,
.amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-views,
.amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-minread {
  margin-right: 0;
  display: inline-block;
  text-decoration: none;
}
.amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-date:before,
.amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-views:before,
.amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-minread:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 18px;
  color: #4e4e4e;
  content: '\e931';
  font-family: 'unitedpharmacy-icons';
  margin: 0 6px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-minread {
  display: inline-block;
  text-decoration: none;
}
.amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-minread:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #4e4e4e;
  content: '\e932';
  font-family: 'unitedpharmacy-icons';
  margin: 0 6px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amblog-index-post .amblog-post-top-detail .amblog-wrap .amblog-post-item.-author {
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-transform: capitalize;
}
.amblog-index-post .amblog-post-top-detail .amblog-wrap .amblog-post-item.-author .amblog-ref {
  color: #4e4e4e;
  font-weight: 400;
}
.amblog-index-post .amblog-post-top-detail .amblog-wrap .amblog-post-item.-comments {
  margin-right: 0;
}
.amblog-index-post .amblog-post-top-detail .amblog-wrap .amblog-post-item.-comments .amblog-ref {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #4e4e4e;
  font-weight: 400;
  letter-spacing: .28px;
}
.amblog-index-post .amblog-post-top-detail .amblog-wrap .amblog-post-item.-comments .amblog-ref:hover {
  text-decoration: underline;
}
.amblog-index-post .amblog-post-container.-post-page .thumbnail-url,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .thumbnail-url {
  display: flex;
  background: #f8f8f8;
  height: 213px;
  margin: 0 auto;
  max-width: 390px;
  width: 100%;
}
.amblog-index-post .amblog-post-container.-post-page .thumbnail-url img,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .thumbnail-url img {
  max-height: 100%;
  max-width: 390px;
  object-fit: cover;
  width: 100%;
}
.amblog-index-post .amblog-post-container.-post-page > img,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page > img {
  width: 100%;
}
.amblog-index-post .amblog-post-container.-post-page .amblog-content .product-item .product-item-link,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content .product-item .product-item-link {
  color: #052d76;
  text-decoration: none;
}
.amblog-index-post .amblog-post-container.-post-page .amblog-content .product-item .product-item-link:hover,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content .product-item .product-item-link:hover {
  text-decoration: underline;
}
.amblog-index-post .amblog-post-container.-post-page .amblog-content .product-item .product-item-info .price-box .price,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content .product-item .product-item-info .price-box .price {
  font-weight: 700;
}
.amblog-index-post .amblog-post-container.-post-page .amblog-content .product-item .product-item-info .offer-section,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content .product-item .product-item-info .offer-section {
  line-height: 1.6rem;
}
.amblog-index-post .amblog-post-container.-post-page .amblog-content .product-item .product-item-info .actions-primary .tocart span,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content .product-item .product-item-info .actions-primary .tocart span {
  color: #052d76;
  font-weight: 700;
}
.amblog-index-post .amblog-post-container.-post-page .amblog-content .product-item .product-item-info .actions-primary .tocart:hover span,
.amblog-index-post .amblog-post-container.-post-page .amblog-content .product-item .product-item-info .actions-primary .tocart:active span,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content .product-item .product-item-info .actions-primary .tocart:hover span,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content .product-item .product-item-info .actions-primary .tocart:active span {
  color: #ffffff;
}
.amblog-index-post .amblog-post-container.-post-page .amblog-content .product-item .product-item-info .actions-primary .view-product,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content .product-item .product-item-info .actions-primary .view-product {
  color: #052d76;
  text-decoration: none;
}
.amblog-index-post .amblog-post-container.-post-page .amblog-content .product-item .product-item-info .actions-primary .view-product span,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content .product-item .product-item-info .actions-primary .view-product span {
  color: #052d76;
  font-weight: 700;
}
.amblog-index-post .amblog-post-container.-post-page .amblog-content .product-item .product-item-info .actions-primary .view-product:hover span,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content .product-item .product-item-info .actions-primary .view-product:hover span {
  color: #ffffff;
}
.amblog-index-post .amblog-post-container.-post-page .amblog-content .product-item .product-item-info .actions-primary .stock.unavailable span,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content .product-item .product-item-info .actions-primary .stock.unavailable span {
  color: #ffffff;
  font-weight: 700;
}
.amblog-index-post .amblog-post-container.-post-page .amblog-content .product-item .product-item-info .product-image-photo,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content .product-item .product-item-info .product-image-photo {
  position: relative;
}
.amblog-index-post .amblog-post-container.-post-page .amblog-content .products-grid .product-items,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content .products-grid .product-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amblog-index-post .amblog-post-container.-post-page .amblog-content .product-item,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content .product-item {
  float: left;
  margin-left: 0;
  position: relative;
  width: 50%;
}
.amblog-index-post .amblog-post-container.-post-page .amblog-content [data-content-type='row'][data-appearance='contained'],
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content [data-content-type='row'][data-appearance='contained'] {
  padding: 0;
}
.amblog-index-post .amblog-post-social-detail {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
.amblog-index-post .amblog-post-social-detail .amblog-social-container .amblog-icon {
  margin: 0 5px 0;
}
.amblog-index-category .amblog-container-list .amblog-post-container,
.amblog-index-tag .amblog-container-list .amblog-post-container,
.amblog-index-index .amblog-container-list .amblog-post-container,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item {
  padding: 15px;
}
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-footer,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-footer,
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-footer,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-footer,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-footer,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-footer {
  margin-bottom: 7px;
}
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-read,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-read,
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-read,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #052d76;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-read:visited,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-read:visited,
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-read:visited,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:visited,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:visited,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:visited {
  color: #052d76;
  text-decoration: none;
}
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-read:hover,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-read:hover,
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-read:hover,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:hover,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:hover,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:hover {
  color: #052d76;
  text-decoration: underline;
}
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-read:active,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-read:active,
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-read:active,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:active,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:active,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:active {
  color: #052d76;
  text-decoration: underline;
}
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-read:hover,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-read:hover,
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-read:hover,
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-read:active,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-read:active,
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-read:active,
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-read:focus,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-read:focus,
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-read:focus,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:hover,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:hover,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:hover,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:active,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:active,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:active,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:focus,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:focus,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:focus {
  background: none;
  border: 0;
}
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-read.disabled,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-read.disabled,
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-read.disabled,
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-read[disabled],
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-read[disabled],
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-read[disabled],
fieldset[disabled] .amblog-index-category .amblog-container-list .amblog-post-container .amblog-read,
fieldset[disabled] .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-read,
fieldset[disabled] .amblog-index-index .amblog-container-list .amblog-post-container .amblog-read,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read.disabled,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read.disabled,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read.disabled,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read[disabled],
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read[disabled],
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read[disabled],
fieldset[disabled] .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read,
fieldset[disabled] .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read,
fieldset[disabled] .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read {
  color: #052d76;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.amblog-index-category .amblog-container-list .amblog-post-container .post-image,
.amblog-index-tag .amblog-container-list .amblog-post-container .post-image,
.amblog-index-index .amblog-container-list .amblog-post-container .post-image,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .post-image,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .post-image,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .post-image {
  margin-bottom: 20px;
  text-align: center;
}
.amblog-index-category .amblog-container-list .amblog-post-container .post-image img,
.amblog-index-tag .amblog-container-list .amblog-post-container .post-image img,
.amblog-index-index .amblog-container-list .amblog-post-container .post-image img,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .post-image img,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .post-image img,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .post-image img {
  width: 100%;
}
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-post-title,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-post-title,
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-post-title,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-post-title,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-post-title,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-post-title {
  margin-bottom: 10px;
}
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-posts-content .amblog-shot,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-posts-content .amblog-shot,
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-posts-content .amblog-shot,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content .amblog-shot,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content .amblog-shot,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content .amblog-shot {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #4e4e4e;
  display: -webkit-box;
  margin-bottom: 10px;
  overflow: hidden;
}
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-posts-content .amblog-shot ul,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-posts-content .amblog-shot ul,
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-posts-content .amblog-shot ul,
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-posts-content .amblog-shot p,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-posts-content .amblog-shot p,
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-posts-content .amblog-shot p,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content .amblog-shot ul,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content .amblog-shot ul,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content .amblog-shot ul,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content .amblog-shot p,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content .amblog-shot p,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content .amblog-shot p {
  margin-bottom: 0;
}
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-posts-image .post-image,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-posts-image .post-image,
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-posts-image .post-image,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-image .post-image,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-image .post-image,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-image .post-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f8f8f8;
  height: 206px;
  max-width: 360px;
  width: 100%;
}
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-posts-image .post-image img,
.amblog-index-tag .amblog-container-list .amblog-post-container .amblog-posts-image .post-image img,
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-posts-image .post-image img,
.amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-image .post-image img,
.amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-image .post-image img,
.amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-image .post-image img {
  max-height: 100%;
  max-width: 360px;
  object-fit: cover;
  width: 100%;
}
.amblog-post-list.-recent-posts .amblog-list .post-item-info .post-item-details .amblog-dates div.amblog-date,
.amblog-post-list.-recent-posts .amblog-list .post-item-info .post-item-details .amblog-dates div.amblog-views,
.amblog-post-list.-recent-posts .amblog-list .post-item-info .post-item-details .amblog-dates div.amblog-minread {
  margin-left: 25px;
  margin-right: 0;
}
.amblog-post-list.-recent-posts .amblog-list .post-item-info .post-item-details .amblog-dates div.amblog-date:before,
.amblog-post-list.-recent-posts .amblog-list .post-item-info .post-item-details .amblog-dates div.amblog-views:before,
.amblog-post-list.-recent-posts .amblog-list .post-item-info .post-item-details .amblog-dates div.amblog-minread:before {
  margin: 0 0 0 6px;
}
.amblog-post-list.-recent-posts .amblog-list .post-item-info .post-item-details .amblog-dates .amblog-views,
.amblog-post-list.-recent-posts .amblog-list .post-item-info .post-item-details .amblog-dates .amblog-minread {
  margin-left: 25px;
  margin-right: 0;
}
.amblog-post-list.-recent-posts .amblog-list .post-item-info .post-image {
  margin-left: 20px;
  margin-right: 0;
}
.amblog-wrap .amblog-post-item.-comments .amblog-ref:before {
  margin: 0 0 0 6px;
}
.amblog-index-post .amblog-post-social-detail .amblog-social-container .amblog-social-share {
  margin-left: 10px;
  margin-right: 0;
}
.amblog-index-post .amblog-post-container.-post-page .amblog-content .products-grid .product-items .product-item,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content .products-grid .product-items .product-item {
  float: right;
  margin-left: auto;
  margin-right: 0;
}
.amblog-index-post .amblog-post-container.-post-page .amblog-content [data-content-type='row'] li.product-item,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content [data-content-type='row'] li.product-item {
  text-align: right;
}
.amblog-form-newsletter.amblog-item {
  padding: 0 25px 25px;
}
.amblog-form-newsletter .amblog-form-container {
  position: relative;
}
.amblog-form-newsletter .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
.amblog-form-newsletter .amblog-input:hover {
  border-color: #b3b3b3;
}
.amblog-form-newsletter .amblog-input::-webkit-input-placeholder,
.amblog-form-newsletter .amblog-input:-ms-input-placeholder,
.amblog-form-newsletter .amblog-input::-moz-placeholder {
  color: #707070;
}
.amblog-form-newsletter .amblog-input:focus {
  border: 1px solid #3188bb;
  box-shadow: none;
}
.amblog-form-newsletter .amblog-input:focus::-webkit-input-placeholder,
.amblog-form-newsletter .amblog-input:focus::-moz-placeholder,
.amblog-form-newsletter .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
.amblog-form-newsletter .amblog-btn {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border: none;
  max-width: 250px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.amblog-form-newsletter .amblog-btn:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
.amblog-form-newsletter .amblog-btn:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-form-newsletter .amblog-input {
  margin-right: 10px;
  padding-right: 10px;
}
.input-box.-newsletter {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.mobile-block .amblog-form-newsletter .input-box,
.sidebar .amblog-form-newsletter .input-box {
  flex-direction: column;
}
.mobile-block .amblog-form-newsletter .amblog-input,
.sidebar .amblog-form-newsletter .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
.mobile-block .amblog-form-newsletter .amblog-btn,
.sidebar .amblog-form-newsletter .amblog-btn,
.mobile-block .amblog-form-newsletter .amblog-input,
.sidebar .amblog-form-newsletter .amblog-input {
  max-width: 100%;
  width: 100%;
}
.mobile-block .amblog-form-newsletter .mage-error[generated='true'],
.sidebar .amblog-form-newsletter .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
.amblog-aside-right,
.amblog-aside-left {
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 98, 176, 0.1);
  display: none;
  height: calc(100% - 20px);
  overflow-y: scroll;
  padding-top: 20px;
  position: fixed;
  top: 0;
  width: 300px;
  z-index: 1000;
}
.amblog-aside-right.active,
.amblog-aside-left.active {
  display: block;
}
.amblog-aside-right .aside-title,
.amblog-aside-left .aside-title {
  margin: 20px 20px 40px;
  position: relative;
}
.amblog-aside-right .amblog-close,
.amblog-aside-left .amblog-close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.amblog-aside-right .amblog-close:after,
.amblog-aside-left .amblog-close:after {
  background: url("../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Amasty_Blog/images/svg/close.svg");
  content: '';
  display: block;
  height: 18px;
  width: 18px;
}
.amblog-aside-right h3.amblog-title,
.amblog-aside-left h3.amblog-title {
  padding-right: 50px;
}
.amblog-aside-right {
  right: 0;
}
.amblog-aside-left {
  left: 0;
}
.amblog-views,
.amblog-minread {
  white-space: nowrap;
}
.amblog-search-titles {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amblog-search-titles:not([role='tablist']) ~ .amblog-search-content {
  display: none;
}
.amblog-search-title {
  font-size: 1.4rem;
  text-align: center;
  text-transform: capitalize;
}
.amblog-search-items {
  margin-bottom: 40px;
}
.amblog-search-title.open {
  font-weight: 700;
}
.amblog-search-switch {
  display: block;
  padding: 12px 35px;
}
.amblog-search-switch,
.amblog-search-switch:active,
.amblog-search-switch:visited,
.amblog-search-switch:hover,
.amblog-search-switch:focus {
  color: #ffffff;
  text-decoration: none;
}
.amblog-slick-slider:not(.-am-loaded) {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 30px;
}
.amblog-slick-slider:not(.-am-loaded):after {
  content: '';
  display: block;
}
.amblog-slick-slider:not(.-am-loaded) > div,
.widget .amblog-slick-slider:not(.-am-loaded) > div {
  display: none;
}
.amblog-slick-slider.-am-loaded > div,
.widget .amblog-slick-slider.-am-loaded > div {
  display: flex;
}
.main .amblog-related-wrapper:not(.-related-products) {
  margin-bottom: 40px;
}
.main .amblog-related-wrapper:not(.-related-products) .amblog-related-grid {
  margin: 0;
  padding: 20px 10px;
}
.main .amblog-related-wrapper:not(.-related-products) .slick-list {
  margin: 0 10px;
  width: 100%;
}
.main .amblog-related-wrapper:not(.-related-products) .slick-list > .slick-track {
  margin-left: 0;
}
.main .amblog-related-wrapper:not(.-related-products) .slick-slide {
  margin: 0 7px;
  vertical-align: top;
}
.amblog-related-wrapper.-related-products {
  margin-bottom: 40px;
}
.amblog-related-wrapper.-related-products .amblog-item-product {
  box-sizing: border-box;
  margin: 0 10px;
}
.amblog-related-wrapper.-related-products .amblog-item-product .price-box {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  margin: 0 0 10px;
}
.amblog-related-wrapper.-related-products .amblog-item-product .price-box > .price-box {
  margin-bottom: 0;
}
.amblog-related-wrapper.-related-products .slick-slider {
  justify-content: space-evenly;
  padding: 0;
}
.amblog-related-wrapper.-related-products .map-old-price,
.amblog-related-wrapper.-related-products .map-show-info {
  margin: 0;
}
.amblog-related-wrapper.-related-products .price-including-tax,
.amblog-related-wrapper.-related-products .price-excluding-tax {
  font-size: 1.4rem;
}
.amblog-related-wrapper.-related-products .price-from .price-container,
.amblog-related-wrapper.-related-products .price-to .price-container {
  display: block;
}
.amblog-related-wrapper.-related-products .product-item .old-price {
  margin: 5px 0 0;
}
.amblog-related-wrapper.-related-products .special-price {
  width: 100%;
}
.amblog-related-wrapper.-related-products .amblog-item-product .price-box .map-old-price {
  min-width: auto;
}
.amblog-related-wrapper.-related-products .product-item-details {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.amblog-related-wrapper.-related-products .product-item-actions {
  margin-top: auto;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider.slick-dotted {
  margin-bottom: 30px;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product {
  display: flex !important;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider .slick-slide {
  vertical-align: inherit;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider .amblog-item-product {
  flex-direction: column;
  margin: 0;
  padding: 0 9px;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider .product-item-link {
  flex-grow: 1;
  margin-bottom: 10px;
}
.amblog-slick-slider.slick-slider .slick-dots {
  background: inherit;
  border: none;
  bottom: -25px;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] {
  align-items: center;
  border: none;
  display: inline-flex;
  height: 6px;
  justify-content: center;
  margin: 0;
  padding: 5px;
  text-align: inherit;
  white-space: inherit;
  width: 6px;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation']:hover,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation']:hover button,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'].slick-active button,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation']:hover .cart.table-wrapper .actions-toolbar > .action,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'].slick-active .cart.table-wrapper .actions-toolbar > .action {
  background: #ff5502;
  border: none;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] button,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] .cart.table-wrapper .actions-toolbar > .action {
  border: 1px solid #575757;
  border-radius: 100%;
  box-sizing: border-box;
  height: 6px;
  padding: 0;
  width: 6px;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] button:before,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] .cart.table-wrapper .actions-toolbar > .action:before {
  content: none;
}
.amblog-navigation-container {
  align-items: flex-start;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding: 25px;
  position: relative;
}
.amblog-navigation-container .amblog-navigation {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  max-width: 45%;
}
.amblog-navigation-container .amblog-navigation.-previous {
  margin-left: 30px;
}
.amblog-navigation-container .amblog-navigation.-previous > .amblog-title-link:before {
  content: '';
  left: 20px;
}
.amblog-navigation-container .amblog-navigation.-next {
  align-items: flex-end;
  margin-right: 30px;
}
.amblog-navigation-container .amblog-navigation.-next > .amblog-title-link {
  text-align: right;
}
.amblog-navigation-container .amblog-navigation.-next > .amblog-title-link:after {
  content: '';
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
}
.amblog-navigation-container .amblog-navigation > .amblog-title-link {
  word-break: break-word;
  word-wrap: break-word;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
  margin: 0;
  padding: 0;
  text-transform: initial;
}
.ie11 .amblog-navigation-container .amblog-navigation > .amblog-title-link {
  word-break: break-all;
}
.amblog-navigation-container .amblog-navigation > .amblog-title-link:before,
.amblog-navigation-container .amblog-navigation > .amblog-title-link:after {
  background-image: url("../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Amasty_Blog/images/svg/arrow-left.svg");
  height: 19px;
  min-width: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.amblog-navigation-container .amblog-navigation > .amblog-date,
.amblog-navigation-container .amblog-navigation > .amblog-views,
.amblog-navigation-container .amblog-navigation > .amblog-minread {
  margin-top: 5px;
}
.amblog-navigation-container .amblog-navigation .amblog-navigation-label {
  color: #707070;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 5px;
}
.amblog-social-container .amblog-list,
.amblog-element-block[data-set='sidebar-author'] .amblog-list,
.amblog-item[data-set='content-author'] .amblog-list,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.amblog-social-container .amblog-icon,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon,
.amblog-item[data-set='content-author'] .amblog-icon,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon {
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fafafa;
  border-radius: 50%;
  cursor: pointer;
  height: 34px;
  margin-right: 10px;
  width: 34px;
}
.amblog-social-container .amblog-icon.-twitter .amblog-social,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-twitter .amblog-social,
.amblog-item[data-set='content-author'] .amblog-icon.-twitter .amblog-social,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-twitter .amblog-social,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-twitter .amblog-social {
  display: inline-block;
  text-decoration: none;
}
.amblog-social-container .amblog-icon.-twitter .amblog-social:after,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-twitter .amblog-social:after,
.amblog-item[data-set='content-author'] .amblog-icon.-twitter .amblog-social:after,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-twitter .amblog-social:after,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-twitter .amblog-social:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 18px;
  color: #4e4e4e;
  content: '\e90e';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amblog-social-container .amblog-icon.-facebook .amblog-social,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-facebook .amblog-social,
.amblog-item[data-set='content-author'] .amblog-icon.-facebook .amblog-social,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-facebook .amblog-social,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-facebook .amblog-social {
  display: inline-block;
  text-decoration: none;
}
.amblog-social-container .amblog-icon.-facebook .amblog-social:after,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-facebook .amblog-social:after,
.amblog-item[data-set='content-author'] .amblog-icon.-facebook .amblog-social:after,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-facebook .amblog-social:after,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-facebook .amblog-social:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 18px;
  color: #4e4e4e;
  content: '\e90f';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amblog-social-container .amblog-icon.-vkontakte,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-vkontakte,
.amblog-item[data-set='content-author'] .amblog-icon.-vkontakte,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-vkontakte,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-vkontakte {
  background-image: url("../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Amasty_Blog/images/svg/vk.svg");
}
.amblog-social-container .amblog-icon.-digg,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-digg,
.amblog-item[data-set='content-author'] .amblog-icon.-digg,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-digg,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-digg {
  background-image: url("../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Amasty_Blog/images/svg/digg.svg");
}
.amblog-social-container .amblog-icon.-pinterest,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-pinterest,
.amblog-item[data-set='content-author'] .amblog-icon.-pinterest,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-pinterest,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-pinterest {
  background-image: url("../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Amasty_Blog/images/svg/pinterest.svg");
}
.amblog-social-container .amblog-icon.-blogger,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-blogger,
.amblog-item[data-set='content-author'] .amblog-icon.-blogger,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-blogger,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-blogger {
  background-image: url("../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Amasty_Blog/images/svg/blogger.svg");
}
.amblog-social-container .amblog-icon.-linkedin .amblog-social,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-linkedin .amblog-social,
.amblog-item[data-set='content-author'] .amblog-icon.-linkedin .amblog-social,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-linkedin .amblog-social,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-linkedin .amblog-social {
  display: inline-block;
  text-decoration: none;
}
.amblog-social-container .amblog-icon.-linkedin .amblog-social:after,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-linkedin .amblog-social:after,
.amblog-item[data-set='content-author'] .amblog-icon.-linkedin .amblog-social:after,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-linkedin .amblog-social:after,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-linkedin .amblog-social:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 18px;
  color: #4e4e4e;
  content: '\e90d';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amblog-social-container .amblog-icon.-tumblr,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-tumblr,
.amblog-item[data-set='content-author'] .amblog-icon.-tumblr,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tumblr,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tumblr {
  background-image: url("../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Amasty_Blog/images/svg/tumblr.svg");
}
.amblog-social-container .amblog-icon.-reddit,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-reddit,
.amblog-item[data-set='content-author'] .amblog-icon.-reddit,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-reddit,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-reddit {
  background-image: url("../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Amasty_Blog/images/svg/reddit.svg");
}
.amblog-social-container .amblog-icon.-slashdot,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-slashdot,
.amblog-item[data-set='content-author'] .amblog-icon.-slashdot,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-slashdot,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-slashdot {
  background-image: url("../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Amasty_Blog/images/svg/slashdot.svg");
}
.amblog-social-container .amblog-icon.-odnoklassniki,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-odnoklassniki,
.amblog-item[data-set='content-author'] .amblog-icon.-odnoklassniki,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-odnoklassniki,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-odnoklassniki {
  background-image: url("../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Amasty_Blog/images/svg/ok.svg");
}
.amblog-social-container .amblog-icon.-google,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-google,
.amblog-item[data-set='content-author'] .amblog-icon.-google,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-google,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-google {
  background-image: url("../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Amasty_Blog/images/svg/google.svg");
}
.amblog-social-container .amblog-icon.-youtube,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-youtube,
.amblog-item[data-set='content-author'] .amblog-icon.-youtube,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-youtube,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-youtube {
  background-image: url("../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Amasty_Blog/images/svg/youtube.svg");
}
.amblog-social-container .amblog-icon.-instagram,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-instagram,
.amblog-item[data-set='content-author'] .amblog-icon.-instagram,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-instagram,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-instagram {
  background-image: url("../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Amasty_Blog/images/svg/instagram.svg");
}
.amblog-social-container .amblog-icon.-tiktok,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-tiktok,
.amblog-item[data-set='content-author'] .amblog-icon.-tiktok,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tiktok,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tiktok {
  background-image: url("../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Amasty_Blog/images/svg/tiktok.svg");
}
.amblog-social-container .amblog-icon.-whatsapp,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-whatsapp,
.amblog-item[data-set='content-author'] .amblog-icon.-whatsapp,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-whatsapp,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-whatsapp {
  background-image: url("../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Amasty_Blog/images/svg/whatsapp.svg");
}
.amblog-social-container .amblog-icon,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon,
.amblog-item[data-set='content-author'] .amblog-icon,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon {
  background: #edf4f6;
  border-radius: 4px;
  border: 1px solid #edf4f6;
}
.amblog-social-container .amblog-icon.-twitter .amblog-social,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-twitter .amblog-social,
.amblog-item[data-set='content-author'] .amblog-icon.-twitter .amblog-social,
.amblog-social-container .amblog-icon.-facebook .amblog-social,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-facebook .amblog-social,
.amblog-item[data-set='content-author'] .amblog-icon.-facebook .amblog-social,
.amblog-social-container .amblog-icon.-linkedin .amblog-social,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-linkedin .amblog-social,
.amblog-item[data-set='content-author'] .amblog-icon.-linkedin .amblog-social,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-twitter .amblog-social,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-facebook .amblog-social,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-linkedin .amblog-social,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-twitter .amblog-social,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-facebook .amblog-social,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-linkedin .amblog-social {
  position: relative;
}
.amblog-social-container .amblog-icon.-twitter .amblog-social:after,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-twitter .amblog-social:after,
.amblog-item[data-set='content-author'] .amblog-icon.-twitter .amblog-social:after,
.amblog-social-container .amblog-icon.-facebook .amblog-social:after,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-facebook .amblog-social:after,
.amblog-item[data-set='content-author'] .amblog-icon.-facebook .amblog-social:after,
.amblog-social-container .amblog-icon.-linkedin .amblog-social:after,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-linkedin .amblog-social:after,
.amblog-item[data-set='content-author'] .amblog-icon.-linkedin .amblog-social:after,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-twitter .amblog-social:after,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-facebook .amblog-social:after,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-linkedin .amblog-social:after,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-twitter .amblog-social:after,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-facebook .amblog-social:after,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-linkedin .amblog-social:after {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.amblog-plus {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
}
.amblog-plus .amblog-icon {
  border-radius: 4px;
  border: 1px solid #98aaaf;
  height: 37px;
  margin: 0 0 0 10px;
  width: 37px;
}
.amblog-plus .amblog-count {
  color: #888888;
}
.amblog-plus .amblog-icon {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.amblog-plus .amblog-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 18px;
  color: #4e4e4e;
  content: '\e933';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amblog-plus .amblog-icon:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.amblog-plus.-voted .amblog-icon {
  background: #edf4f6;
  border: 1px solid #edf4f6;
}
.amblog-social {
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-plus .amblog-icon {
  margin: 0 10px 0 0;
}
.amblog-social-container .amblog-icon {
  margin-left: 10px;
  margin-right: 0;
}
.amblog-element-block .amblog-categories,
.amblog-post-container .amblog-widget-container .amblog-categories,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amblog-element-block .amblog-categories.-level1 .amblog-categories,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1 .amblog-categories,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 .amblog-categories {
  padding-left: 20px;
}
.amblog-element-block .amblog-categories .amblog-category-count,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-category-count,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-category-count {
  color: #052d76;
  font-weight: 400;
}
.amblog-element-block .amblog-categories .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #052d76;
  display: -webkit-box;
  letter-spacing: .32px;
  overflow: hidden;
}
.amblog-element-block .amblog-categories.-level1 > .amblog-category > .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1 > .amblog-category > .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 > .amblog-category > .amblog-link {
  font-weight: 700;
}
.amblog-element-block .amblog-categories.-level2 .amblog-category,
.amblog-post-container .amblog-widget-container .amblog-categories.-level2 .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level2 .amblog-category {
  margin: 10px 0 0;
}
.amblog-element-block .amblog-categories.-level3 .amblog-category,
.amblog-post-container .amblog-widget-container .amblog-categories.-level3 .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level3 .amblog-category {
  margin-top: 5px;
}
.amblog-element-block .amblog-categories li.amblog-category,
.amblog-post-container .amblog-widget-container .amblog-categories li.amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories li.amblog-category {
  background-color: #edf4f6;
  margin-bottom: 4px;
  padding: 13px 14px;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-tabs-view .amrelated-grid-wrapper .product-items.slick-slider {
  display: block;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amrelated_product_content_tab .block-title {
  display: none;
}
.amrelated-grid-wrapper {
  /* rewrite magento luma styles*/
}
.amrelated-grid-wrapper .slick-arrow {
  z-index: 999;
}
.amrelated-grid-wrapper .slick-slide {
  margin: 0 5px;
}
.amrelated-grid-wrapper .slick-track {
  display: flex;
}
.amrelated-grid-wrapper .slick-dots .slick-active button,
.amrelated-grid-wrapper .slick-dots .slick-active .cart.table-wrapper .actions-toolbar > .action {
  background: transparent;
}
.amrelated-grid-wrapper .slick-dots li {
  margin: 0 5px 5px;
}
.amrelated-grid-wrapper .slick-dots button,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar > .action {
  border: none;
  text-indent: initial;
}
.amrelated-grid-wrapper .slick-dots button:hover,
.amrelated-grid-wrapper .slick-dots button:active,
.amrelated-grid-wrapper .slick-dots button:focus,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar > .action:hover,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar > .action:active,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar > .action:focus {
  border: none;
}
.amrelated-grid-wrapper .products-grid .product-item-info:hover {
  z-index: 3;
}
.amrelated-sidebar-wrap {
  width: 100%;
}
.amrelated-sidebar-wrap .slick-dots {
  line-height: 3rem;
  position: static;
}
.amrelated-sidebar-wrap .slick-dots .slick-active button,
.amrelated-sidebar-wrap .slick-dots .slick-active .cart.table-wrapper .actions-toolbar > .action {
  background: #0082e4;
}
.amrelated-sidebar-wrap .slick-dots button,
.amrelated-sidebar-wrap .slick-dots .cart.table-wrapper .actions-toolbar > .action {
  background-color: #dfdedd;
}
.amrelated-cart-message {
  background: #e9f6ff;
  color: #333333;
  display: block;
  font-size: 1.6rem;
  line-height: 42px;
  margin: 0 0 10px;
  padding: 5px 25px;
  position: relative;
  text-align: center;
}
.amrelated-cart-message:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgZmlsbD0iI0VCNTc1NyIvPjxwYXRoIGQ9Ik05Ljg5ODQ0IDEwLjgxMjVDOS44OTg0NCAxMC4xMjUgMTAuMTE5OCA5LjU2MjUgMTAuNTYyNSA5LjEyNUMxMS4wMDUyIDguNjgyMjkgMTEuNTg1OSA4LjQ2MDk0IDEyLjMwNDcgOC40NjA5NEMxMy4wMzM5IDguNDYwOTQgMTMuNjE3MiA4LjY4MjI5IDE0LjA1NDcgOS4xMjVDMTQuNDk3NCA5LjU2MjUgMTQuNzE4OCAxMC4xMzggMTQuNzE4OCAxMC44NTE2VjExLjQxNDFDMTQuNzE4OCAxMi4wOTY0IDE0LjQ5NzQgMTIuNjU2MiAxNC4wNTQ3IDEzLjA5MzhDMTMuNjE3MiAxMy41MzEyIDEzLjAzOTEgMTMuNzUgMTIuMzIwMyAxMy43NUMxMS42MTcyIDEzLjc1IDExLjAzNjUgMTMuNTM2NSAxMC41NzgxIDEzLjEwOTRDMTAuMTI1IDEyLjY3NzEgOS44OTg0NCAxMi4wOTY0IDkuODk4NDQgMTEuMzY3MlYxMC44MTI1Wk0xMS4yMjY2IDExLjQxNDFDMTEuMjI2NiAxMS43NzM0IDExLjMyNTUgMTIuMDY1MSAxMS41MjM0IDEyLjI4OTFDMTEuNzI2NiAxMi41MDc4IDExLjk5MjIgMTIuNjE3MiAxMi4zMjAzIDEyLjYxNzJDMTIuNjQzMiAxMi42MTcyIDEyLjkwMzYgMTIuNTA3OCAxMy4xMDE2IDEyLjI4OTFDMTMuMjk5NSAxMi4wNjUxIDEzLjM5ODQgMTEuNzYzIDEzLjM5ODQgMTEuMzgyOFYxMC44MTI1QzEzLjM5ODQgMTAuNDUzMSAxMy4yOTY5IDEwLjE2MTUgMTMuMDkzOCA5LjkzNzVDMTIuODk1OCA5LjcxMzU0IDEyLjYzMjggOS42MDE1NiAxMi4zMDQ3IDkuNjAxNTZDMTEuOTc2NiA5LjYwMTU2IDExLjcxMzUgOS43MTYxNSAxMS41MTU2IDkuOTQ1MzFDMTEuMzIyOSAxMC4xNjkzIDExLjIyNjYgMTAuNDY2MSAxMS4yMjY2IDEwLjgzNTlWMTEuNDE0MVpNMTUuMzY3MiAxNy4yMTA5QzE1LjM2NzIgMTYuNTEzIDE1LjU5MzggMTUuOTQ3OSAxNi4wNDY5IDE1LjUxNTZDMTYuNSAxNS4wODMzIDE3LjA3ODEgMTQuODY3MiAxNy43ODEyIDE0Ljg2NzJDMTguNDg5NiAxNC44NjcyIDE5LjA2NzcgMTUuMDgzMyAxOS41MTU2IDE1LjUxNTZDMTkuOTY4OCAxNS45NDc5IDIwLjE5NTMgMTYuNTMxMiAyMC4xOTUzIDE3LjI2NTZWMTcuODIwM0MyMC4xOTUzIDE4LjQ5NzQgMTkuOTc2NiAxOS4wNTczIDE5LjUzOTEgMTkuNUMxOS4xMDY4IDE5LjkzNzUgMTguNTI2IDIwLjE1NjIgMTcuNzk2OSAyMC4xNTYyQzE3LjA2NzcgMjAuMTU2MiAxNi40NzkyIDE5Ljk0MDEgMTYuMDMxMiAxOS41MDc4QzE1LjU4ODUgMTkuMDcwMyAxNS4zNjcyIDE4LjQ5NDggMTUuMzY3MiAxNy43ODEyVjE3LjIxMDlaTTE2LjY5NTMgMTcuODIwM0MxNi42OTUzIDE4LjE3NDUgMTYuNzk2OSAxOC40NjYxIDE3IDE4LjY5NTNDMTcuMjA4MyAxOC45MTkzIDE3LjQ3NCAxOS4wMzEyIDE3Ljc5NjkgMTkuMDMxMkMxOC4xMzAyIDE5LjAzMTIgMTguMzkwNiAxOC45MjQ1IDE4LjU3ODEgMTguNzEwOUMxOC43NzA4IDE4LjQ5MjIgMTguODY3MiAxOC4xODc1IDE4Ljg2NzIgMTcuNzk2OVYxNy4yMTA5QzE4Ljg2NzIgMTYuODQ2NCAxOC43NjU2IDE2LjU1NDcgMTguNTYyNSAxNi4zMzU5QzE4LjM1OTQgMTYuMTE3MiAxOC4wOTkgMTYuMDA3OCAxNy43ODEyIDE2LjAwNzhDMTcuNDU4MyAxNi4wMDc4IDE3LjE5NTMgMTYuMTE3MiAxNi45OTIyIDE2LjMzNTlDMTYuNzk0MyAxNi41NTQ3IDE2LjY5NTMgMTYuODU2OCAxNi42OTUzIDE3LjI0MjJWMTcuODIwM1pNMTIuNzEwOSAxOS4xNDg0TDExLjczNDQgMTguNTg1OUwxNy4yODkxIDkuNjk1MzFMMTguMjY1NiAxMC4yNTc4TDEyLjcxMDkgMTkuMTQ4NFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
  content: '';
  display: inline-block;
  height: 30px;
  margin-right: 2px;
  position: relative;
  top: 8px;
  width: 30px;
}
.amrelated-cart-message .price,
.amrelated-cart-message .product-link {
  font-weight: bold;
}
.amrelated-bundle-toolbar .pager {
  text-align: right;
}
.amrelated-bundle-toolbar .pages,
.amrelated-bundle-toolbar .limiter {
  display: inline-block;
}
.amrelated-cart-bundle {
  float: left;
  margin-top: 30px;
  padding: 0 5px;
}
.amrelated-pack-info {
  background: #eef2f9;
  border-radius: 4px;
  color: #6d88b0;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin: 1rem 0;
  padding: 5px 8px 6px;
}
.amrelated-pack-wrapper {
  clear: both;
  margin-bottom: 60px;
}
.amrelated-pack-wrapper .amrelated-photo-container .amrelated-link {
  display: block;
  max-width: 134px;
}
.amrelated-pack-wrapper .amrelated-photo-container .amrelated-link img {
  max-width: 100%;
}
.amrelated-pack-wrapper .amrelated-title {
  font-size: 1.6rem;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 40px;
  padding: 10px 0;
  position: relative;
}
.amrelated-content-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-top: 25px;
  background: #f9f9f9;
}
.amrelated-plus,
.amrelated-equal,
.amrelated-price-wrapper {
  display: flex;
  align-items: center;
}
.amrelated-pack-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-list.-narrow {
  flex-wrap: wrap;
}
.amrelated-pack-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-items .amrelated-background {
  display: none;
}
.amrelated-pack-items.-selected > .-selected {
  box-shadow: none;
}
.amrelated-pack-item {
  padding: 30px 15px;
  width: 100%;
}
.amrelated-pack-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.amrelated-pack-item:not(.-main) {
  opacity: .7;
  transition: opacity .5s ease;
}
.amrelated-pack-item:not(.-main).-selected {
  opacity: 1;
}
.amrelated-pack-item.-main {
  background: #f9f9f9;
}
.amrelated-pack-item.-selected {
  background: #e9f6ff;
}
.amrelated-pack-item .amrelated-info {
  display: flex;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
.amrelated-pack-item .amrelated-info:hover {
  z-index: unset;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.amrelated-pack-item .amrelated-details {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
.amrelated-pack-item .price-box {
  margin: 3px 0 0;
  width: 100%;
}
.amrelated-pack-item .amrelated-name {
  word-wrap: break-word;
  word-break: break-word;
  width: 100%;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.amrelated-pack-item:not(.-main) .product-reviews-summary {
  margin: 0 0 5px;
}
.amrelated-pack-item .price-final_price [data-price-type='finalPrice'] .price {
  font-size: 1.4rem;
  display: block;
  color: #000000;
  font-weight: 600;
}
.amrelated-pack-item .product-reviews-summary .reviews-actions {
  display: none;
}
.amrelated-pack-item.-collapsed {
  padding: 15px 20px;
}
.amrelated-pack-item.-collapsed.-main {
  padding: 25px 20px;
}
.amrelated-pack-item.-collapsed .amrelated-photo-container {
  display: flex;
  position: unset;
  flex-direction: row-reverse;
  min-width: auto;
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
}
.amrelated-pack-item.-collapsed .amrelated-info {
  flex-direction: row-reverse;
}
.amrelated-pack-item.-collapsed .amrelated-link {
  display: flex;
  align-items: center;
}
.amrelated-pack-item.-collapsed .amrelated-qty {
  position: static;
  margin-left: 10px;
}
.amrelated-pack-item.-collapsed .amrelated-checkbox + .amrelated-label {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.amrelated-pack-item.-collapsed .amrelated-photo,
.amrelated-pack-item.-collapsed .product-reviews-summary.short,
.amrelated-pack-item.-collapsed .price-box {
  display: none;
}
.amrelated-pack-item.-collapsed .amrelated-discount {
  position: static;
  align-self: center;
  transform: none;
}
.amrelated-pack-item.-collapsed .amrelated-details {
  align-items: center;
  margin-left: 30px;
  min-height: 2.7rem;
  max-width: 100%;
  width: 100%;
}
.amrelated-pack-item.-collapsed .amrelated-name {
  margin-right: 1rem;
}
.amrelated-photo-container {
  position: relative;
  margin: 0;
  min-width: 100px;
  width: 100px;
  height: 100px;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  text-align: center;
}
.amrelated-photo-container .amrelated-link {
  display: block;
  height: 100%;
  max-width: 134px;
  width: 100%;
}
.amrelated-photo-container .amrelated-photo {
  max-width: 100%;
  max-height: 100%;
}
.amrelated-photo-container .amrelated-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0 4px;
  min-width: 30px;
  height: 30px;
  border: 1px solid #3978bd;
  border-radius: 50%;
  background: #e9f6ff;
  box-shadow: 0 2px 4px rgba(16, 31, 48, 0.2);
  color: #000000;
  font-weight: 600;
}
.amrelated-photo-container .amrelated-qty:before {
  content: 'x';
  font-weight: 400;
  font-size: 11px;
}
.amrelated-photo-container .amrelated-checkbox {
  display: none;
}
.amrelated-photo-container .amrelated-checkbox + .amrelated-label {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid #3978bd;
  border-radius: 2px;
  background: #ffffff;
  cursor: pointer;
}
.amrelated-photo-container .amrelated-checkbox:checked + .amrelated-label {
  background: #3978bd url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMmEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2MTZhMiAyIDAgMCAxLTIgMkgyYTIgMiAwIDAgMS0yLTJWMnoiIGZpbGw9IiMzOTc4QkQiLz48cGF0aCBkPSJNNSAxMGw0LjUgNEwxNSA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
}
.amrelated-pack-item.-selected .amrelated-photo-container {
  border-color: #e8e8e8;
}
.amrelated-discount {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 2px;
  background: #eb5757;
  color: #ffffff;
}
.amrelated-discount.-product {
  top: -10px;
  right: -10px;
  display: none;
  font-size: 12px;
}
.amrelated-discount > .amrelated-text {
  margin-left: 3px;
}
.amrelated-discount.-summary {
  top: 0;
  right: 10px;
  padding: 5px 15px;
  max-width: 100%;
  font-size: 16px;
  transform: translateY(-50%);
}
.amrelated-discount.-summary .amount {
  margin-left: 5px;
  font-weight: 600;
}
.amrelated-pack-item.-discount-applied .amrelated-discount {
  display: flex;
}
.amrelated-plus,
.amrelated-equal {
  display: none;
}
.amrelated-summary-content {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0;
  width: 100%;
}
.amrelated-summary-content .main.price {
  font-size: 1.6rem;
  color: #000000;
  text-align: center;
  font-weight: 600;
  line-height: 1;
}
.amrelated-price-wrapper {
  justify-content: center;
  box-sizing: border-box;
  margin: 0 15px;
  padding: 15px;
  border-bottom: none;
}
.amrelated-tocart-wrapper {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.amrelated-tocart-wrapper .action {
  padding: 7px 15px;
  height: auto;
  line-height: normal;
}
.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
  align-self: center;
  color: #1979c3;
  font-weight: bold;
  margin: 0 26px;
}
.amrelated-pack-items.-selected {
  background: #e9f6ff;
  box-sizing: border-box;
  padding: 15px 30px;
}
.amrelated-equal,
span.amrelated-plus {
  font-size: 4.1rem;
  align-self: center;
  font-weight: 700;
  margin: 0 26px;
}
.amrelated-content-wrapper,
.amrelated-pack-items,
.amrelated-pack-list.-wide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amrelated-pack-item .amrelated-details {
  margin-left: 0;
  margin-right: 20px;
}
.amrelated-discount.-product {
  left: -10px;
  right: auto;
}
.amrelated-photo-container .amrelated-checkbox + .amrelated-label {
  right: -5px;
  left: auto;
}
.amrelated-popup-container {
  background: rgba(0, 0, 0, 0.15);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.amrelated-bundle-popup {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  height: auto;
  left: 50%;
  max-width: 315px;
  overflow: hidden;
  padding: 0 0 13px;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 9999;
}
.amrelated-bundle-popup .close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 21px;
  height: 12px;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 12px;
  z-index: 9;
}
.amrelated-bundle-popup .amrelated-products-wrapper {
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding-bottom: 80px;
}
.amrelated-bundle-popup .amrelated-products-wrapper:last-child:after {
  display: none;
}
.amrelated-bundle-popup .amrelated-products-wrapper .product-options-bottom .actions,
.amrelated-bundle-popup .amrelated-products-wrapper .box-tocart .actions {
  display: block;
}
.amrelated-bundle-popup .amrelated-notice {
  background: #fffae5;
  border-radius: 0 0 7px 7px;
  font-size: 14px;
  margin: 0 auto;
  max-width: 60%;
  padding: 10px 20px;
  z-index: 99;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper {
  background-color: #fff;
  bottom: 0;
  box-sizing: border-box;
  padding: 15px;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 10;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper .action {
  display: inline-block;
  font-size: 18px;
  padding: 15px;
}
.amrelated-product-container {
  position: relative;
}
.amrelated-product-container:after {
  background-color: #c5c5c5;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  margin-left: 16%;
  position: absolute;
  width: 68%;
}
.amrelated-product-container:last-child:after {
  display: none;
}
.amrelated-product-container .amrelated-product-message {
  display: none;
}
.amrelated-product-container .amrelated-image-wrapper {
  margin: 15px auto;
  max-width: 150px;
}
.amrelated-product-info {
  width: 100%;
  /* rewrite magento styles */
}
.amrelated-product-info .amrelated-info.-top,
.amrelated-product-info .amrelated-info.-bottom {
  padding: 0 20px;
  text-align: left;
}
.amrelated-product-info .box-tocart .actions,
.amrelated-product-info .action.back.customization,
.amrelated-product-info .block-bundle-summary,
.amrelated-product-info .tocart {
  display: none;
}
.amrelated-product-info .bundle-options-wrapper {
  margin-top: 25px;
}
.amrelated-product-info .bundle-options-wrapper input[type='radio'] {
  width: 15px;
}
.amrelated-product-info .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amrelated-product-info .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  font-weight: 600;
  margin: 10px 0 8px;
}
.amrelated-product-info .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amrelated-product-info .product-options-bottom .price-box .price-container .price,
.amrelated-product-info .product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.amrelated-product-info.giftcard .amrelated-price {
  display: none;
}
.amrelated-product-info.giftcard .amrelated-info.-bottom .product-options-bottom .price-box {
  display: block;
}
.amrelated-image-container {
  border: 1px solid #b2b2b2;
  box-sizing: border-box;
  margin: 0 25px 10px;
  width: initial;
}
.amrelated-image-container > .product-item-photo {
  display: block;
  margin: auto;
  width: 60%;
}
.amrelated-image-container .product-image-container {
  vertical-align: middle;
}
.amrelated-info.-top {
  margin: 0;
}
.amrelated-info.-top > .amrelated-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.amrelated-info.-top > .amrelated-rating .rating-summary {
  vertical-align: text-bottom;
}
.amrelated-info.-top > .amrelated-price,
.amrelated-info.-top > .amrelated-price .price {
  font-size: 24px;
  font-weight: 700;
}
.amrelated-info.-top .reviews-actions .action {
  color: #000;
  font-size: 14px;
  margin-left: 15px;
}
.amrelated-info.-bottom {
  /* don't hide grouped price */
}
.amrelated-info.-bottom > .amrelated-description {
  font-size: 12px;
  margin: 0 25px;
}
.amrelated-info.-bottom .swatch-attribute {
  margin-bottom: 20px;
}
.amrelated-info.-bottom .product-options-bottom .price-box {
  display: none;
}
.amrelated-info.-bottom .product-options-bottom .grouped .price-box {
  display: block;
}
.amrelated-products-block {
  border-bottom: 1px solid #ebeef5;
  margin: 20px 15px 27px;
  max-height: 366px;
  overflow: hidden auto;
}
.amrelated-products-block > .amrelated-product {
  display: flex;
  margin-bottom: 20px;
}
.amrelated-products-block .amrelated-content {
  color: #333333;
  text-align: left;
}
.amrelated-products-block .amrelated-name {
  word-wrap: break-word;
  word-break: break-word;
  font-size: 16px;
  line-height: 20px;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.amrelated-products-block .amrelated-image-wrapper {
  border: 1px solid #ebeef5;
  display: flex;
  margin-right: 10px;
}
.amrelated-products-block .amrelated-qty {
  align-items: center;
  display: flex;
  margin: 5px 0 0;
}
.amrelated-products-block .amrelated-qty .amrelated-title {
  font-size: 12px;
  font-weight: 800;
  line-height: 19px;
}
.amrelated-products-block .amrelated-qty .amrelated-value {
  font-size: 14px;
  line-height: 19px;
  margin-left: 10px;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions {
  display: flex;
  justify-content: center;
  margin: 0;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions .actions-primary {
  margin: 0 5px 0 0;
}
.am-porto-cmtb .products-grid .product-item-details .product-item-actions {
  margin: 0;
  text-align: left;
}
.am-porto-cmtb .products-grid .product-item .product-item-inner {
  margin: 10px 0;
}
.am-porto-cmtb .products-grid .product-item-actions .actions-secondary {
  padding: 0;
}
.am-porto-cmtb .wishlist.split.button {
  margin-right: 0;
}
.am-porto-cmtb .wishlist.split.button .change.action {
  display: none;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide {
  margin: 0 10px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .to-cart {
  padding: 0 8px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item {
  max-width: 100%;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item-actions {
  text-align: center;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .action.split {
  margin-right: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e903';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'unitedpharmacy-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'unitedpharmacy-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #052d76;
  border: 1px solid #052d76;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Almarai', sans-serif;
  font-weight: bold;
  padding: 8px 24px;
  font-size: 1.4rem;
  line-height: 1.7rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #ffffff;
  border: 1px solid #052d76;
  color: #052d76;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
@media all and (max-width: 992px) {
  .navigation {
    padding: 0;
  }
  .navigation .nav-mobile > .level0 {
    background-color: #ffffff;
    margin-bottom: 2px;
  }
  .navigation .nav-mobile .ui-menu-item-wrapper {
    position: relative;
  }
  .navigation .ui-menu-icon {
    margin-top: -12px;
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    text-decoration: none;
  }
  .navigation .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'unitedpharmacy-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .ui-state-active > .ui-menu-icon:after {
    content: '\e621';
  }
  .account-header-links-mobile {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #3188bb;
    min-height: 60px;
    padding: 8px 15px;
  }
  .account-header-links-mobile > .header.links {
    display: block;
    width: 100%;
  }
  .account-header-links-mobile > .header.links > li > a:hover {
    color: #ffffff;
  }
  .nav-before-open {
    height: 100%;
    overflow: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-before-open body.fixed-header-nav {
    height: auto;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 56px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 9999;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.54);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .nav-sections-items {
    position: relative;
    z-index: inherit;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .nav-sections-item-content .link.authorization-link {
    list-style: none;
    padding: 13px 15px;
  }
  .nav-sections-item-content .link.authorization-link > a {
    border: 1px solid #052d76;
    border-radius: 4px;
    color: #052d76;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    padding: 9px 18px;
    display: inline-block;
    text-decoration: none;
  }
  .nav-sections-item-content .link.authorization-link > a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: inherit;
    color: inherit;
    content: '\e92f';
    font-family: 'unitedpharmacy-icons';
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation {
    background: #052d76;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 0;
  }
  .navigation a,
  .navigation a:hover {
    color: #272727;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 0;
    font-size: 1.4rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    line-height: 22px;
    padding: 11px 10px 11px 40px;
    text-transform: capitalize;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 0 0 0;
    color: #052d76;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 0 0 0;
    color: #052d76;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 0;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 0;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #272727;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0;
    color: #052d76;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .navigation .ui-menu-icon {
    left: 10px;
    right: auto;
  }
  .navigation .submenu:not(:first-child) ul {
    padding-right: 15px;
  }
  .nav-sections {
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    transition: right 0.3s;
    left: auto;
    right: calc(-1 * (100% - 56px));
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    transition: right 0.3s;
    left: auto;
    right: 0;
  }
  .nav-open .page-wrapper {
    left: auto;
    right: calc(100% - 56px);
  }
  .nav-open .nav-sections {
    left: auto;
    right: 0;
  }
  .nav-open .nav-toggle:after {
    left: 0;
    right: auto;
  }
  .nav-sections-item-title {
    border-width: 0 1px 1px 0;
    float: right;
  }
  .nav-sections-item-content {
    float: left;
    margin-left: 0;
    margin-right: -100%;
  }
  .nav-sections-item-content .link.authorization-link > a:before {
    margin: 0 0 0 10px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .bv-popupdetail-popup-modal.modal-popup.modal-slide._show {
    left: 0;
  }
  .bv-popupdetail-popup-modal.modal-popup.modal-slide._show .modal-inner-wrap {
    background: transparent;
    box-shadow: none;
    margin: 0 auto;
    max-width: 320px;
    min-height: 320px;
    overflow: visible;
    transform: translateY(-50%);
  }
  .bv-popupdetail-popup-modal.modal-popup .modal-inner-wrap {
    width: 90%;
  }
  .bv-popupdetail-popup-modal.modal-popup.design-bottom .modal-inner-wrap {
    bottom: 68px;
    max-height: 10vh;
    position: fixed;
  }
  .bv-popupdetail-popup-modal.modal-popup.design-center .modal-inner-wrap {
    max-height: 65vh;
  }
  .bv-popupdetail-popup-modal.modal-popup.design-full .modal-header .action-close {
    right: 30px;
  }
  .bv-popupdetail-popup-modal.modal-popup.design-full .modal-header .action-close:before {
    font-size: 0.9rem;
  }
  .bv-popupdetail-popup-modal.modal-popup.design-full-transparent {
    max-width: 100%;
  }
  .bv-popupdetail-popup-modal.modal-popup.design-full-transparent .modal-inner-wrap {
    max-width: 100%;
  }
  .show-bottom-popup .bv-popupdetail-popup-modal.modal-popup.design-bottom {
    bottom: 68px;
    pointer-events: none;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .bv-popupdetail-popup-modal.modal-popup.modal-slide._show {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e903';
    font-family: 'unitedpharmacy-icons';
    margin: 0 0 0 5px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 20px 10px 40px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'unitedpharmacy-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    left: 10px;
    position: absolute;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    left: -10px;
    top: 40px;
    right: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    left: 10px;
    right: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .total-rules > .amount > .rule-amount:before,
  .catalogsearch-result-index .ais-RangeSlider .rheostat-handle .rheostat-tooltip:before,
  .price-box .price-container .price-wrapper .price:before,
  .cart-price .price:before,
  span.price::before,
  .pointsLeft strong:before,
  span.from_fixed:before,
  span.to_fixed:before {
    margin-right: 5px;
  }
  .breadcrumbs,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .block.category.event,
  .top-container,
  .brand-category-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .navigation {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer.content [data-content-type='row'][data-appearance='full-width'] {
    padding-left: 0;
    padding-right: 0;
  }
  .page-main {
    margin-top: 30px;
  }
  .cms-index-index .page-main {
    margin-top: 0;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 10px;
  }
  .product.data.items > .item.title > .switch {
    background: #edf4f6;
    border-bottom: 1px solid #edf4f6;
    border-left: 1px solid #edf4f6;
    border-right: 1px solid #edf4f6;
    border-top: 1px solid #edf4f6;
    height: 42px;
    padding: 9px 14px 9px 14px;
    font-weight: 600;
    line-height: 25px;
    font-size: 1.6rem;
    color: #052d76;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #052d76;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #ffffff;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #052d76;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #052d76;
    color: #ffffff;
    text-decoration: none;
    padding-bottom: 9px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #dbdbdb;
    margin: -11px 0 10px;
    padding: 17px 14px 20px 14px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 1001;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 1001;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] {
    padding-left: 20px;
    padding-right: 20px;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  #algoliaAutocomplete .aa-SubmitButton .aa-SubmitIcon {
    color: #999999;
  }
  #html-body .united-workplace-section .pagebuilder-column-line .pagebuilder-column {
    flex-basis: calc(50% - 8px);
    width: 50%;
  }
  .opportunities-left-section [data-content-type='image'] {
    margin-left: auto;
    margin-right: auto;
    max-width: 325px;
  }
  .career-details .career-title-sharepost .job-action-share .action-share-title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .career-details .career-title-sharepost .section-title {
    font-size: 1.8rem;
  }
  .career-details .career-detail-description .job-description h1,
  .career-details .career-detail-description .job-description h2,
  .career-details .career-detail-description .job-description h3,
  .career-details .career-detail-description .job-description h4,
  .career-details .career-detail-description .job-description h5,
  .career-details .career-detail-description .job-description h6 {
    font-size: 1.8rem;
    margin: 10px 0;
  }
  .shop-by-category-mobile {
    min-height: 150px;
  }
  .shop-by-category-wrapper .cate-name {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    font-weight: 700;
    line-break: anywhere;
    overflow: hidden;
  }
  .select2-container--open .select2-dropdown.select2-dropdown--below {
    width: 220px !important;
  }
  .select2.select2-container {
    line-height: 2.1rem;
    margin: 0 6px;
    width: auto !important;
  }
  .header.content .delivery-address-selector .delivery-text {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header.content .delivery-address-selector .delivery-text .select2.select2-container .selection .select2-selection--single {
    display: inline-block;
  }
  .header.content .static-address .static-city-name {
    margin: 0 6px;
  }
  .brand-category-container .products.wrapper ~ .toolbar .toolbar-amount {
    display: none;
  }
  .brand-category-container .order-products-toolbar.toolbar .pager {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
  }
  .homepagebrands-index-index .products-grid .product-item .offer-section {
    line-height: 1.4rem;
  }
  .loyaltypoints-partners-listall .lp-partner-list {
    gap: 14px;
  }
  .loyaltypoints-partners-listall .lp-partner-list .lp-partner-banner-link {
    width: calc(50% - 7px);
  }
  .loyaltypoints-partners-listall .lp-partner-list .lp-partner-banner-link a {
    height: 164px;
    padding: 10px 5px;
  }
  .loyaltypoints-partners-listall .lp-partner-list .lp-partner-banner-link a img {
    max-height: 160px;
    max-width: 180px;
  }
  .loyaltypoints-partners-listall .toolbar .pages .pages-items {
    justify-content: center;
  }
  .loyaltypoints-partners-listall .toolbar .pager .limiter {
    display: none;
  }
  .lp-partner-banner-list {
    margin: 0 -10px;
  }
  .lp-partner-banner-list .slick-dots {
    font-size: 0.2rem;
    background: #ffffff;
    border-radius: 5px;
    bottom: -4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
    left: 50%;
    padding: 3px 2px;
    position: absolute;
    transform: translateX(-50%);
    width: auto;
  }
  .lp-partner-banner-list .slick-dots li {
    height: 4px;
    margin: 0 1px;
    width: 4px;
  }
  .lp-partner-banner-list .slick-dots li button,
  .lp-partner-banner-list .slick-dots li .cart.table-wrapper .actions-toolbar > .action {
    background-color: #a1a1a1;
    border-color: #a1a1a1;
    border-radius: 20px;
    height: 4px;
    padding: 0;
    width: 4px;
  }
  .lp-partner-banner-list .slick-dots li button:before,
  .lp-partner-banner-list .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before {
    height: 4px;
    width: 4px;
  }
  .lp-partner-banner-list .slick-dots li.slick-active button,
  .lp-partner-banner-list .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action {
    background-color: #3f9acc;
    border-color: #3f9acc;
    color: #3f9acc;
  }
  .lp-partner-banner-list .lp-partner-banner-link {
    padding: 0 10px;
  }
  .qitaam-reedem-content .reedem-fields {
    border-bottom: 1px solid #b8b8b8;
    padding-bottom: 10px;
  }
  .qitaam-reedem-content .reedem-fields .qitaf-field-content {
    max-width: 100%;
  }
  .qitaam-reedem-content .otp-input-field input[type="text"] {
    height: 42px;
  }
  .qitaf-reedem-amount-field input[type="text"] {
    height: 42px;
  }
  .qitaf-mobile-number-field .mobile-number-field {
    gap: 10px;
  }
  .qitaf-mobile-number-field .country-code-flag {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #464646;
    gap: 5px;
    padding: 7px;
    height: 42px;
  }
  .qitaf-mobile-number-field .country-code-flag .flag-country {
    background-image: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/images/saudi-arabia-flag.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    display: inline-block;
    height: 20px;
    width: 20px;
  }
  .qitaf-mobile-number-field .country-code-flag .code-country {
    unicode-bidi: plaintext;
  }
  .brand-categories-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding: 0 16px 5px;
    margin: 0 -16px;
  }
  .brand-categories-wrapper .brand-category {
    min-width: max-content;
    width: 100%;
  }
  .brand-categories-wrapper .brand-category .title .mobile-brand-category {
    font-size: 14px;
    line-height: 16px;
    padding: 10px;
    border: 1px solid #b5b5b5;
    border-radius: 8px;
    display: block;
    font-weight: 700;
    color: #464646;
  }
  .brand-categories-wrapper .brand-category .title .mobile-brand-category.active {
    background: #203874;
    border-color: #203874;
    color: #ffffff;
  }
  .brand-cate-mob.sort-by-option {
    display: inline-block;
    margin: 20px 0;
    float: right;
  }
  .brand-cate-mob.sort-by-option .title {
    display: none;
  }
  .allbrands-mob-section {
    display: inline-block;
  }
  .allbrands-mob-section .ambrands-letter .ambrands-brand-item {
    width: calc(33.33% - 16px);
  }
  .allbrands-mob-section .ambrands-letter .ambrands-brand-item .ambrands-inner {
    box-shadow: none;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
  }
  .allbrands-mob-section .ambrands-letter .ambrands-brand-item .ambrands-label {
    display: none;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -20px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .amrewards-apply-container#block-reward {
    float: initial;
    width: 100%;
  }
  .amrewards-apply-container#block-reward .content {
    max-width: 100%;
  }
  .amrewards-apply-container#block-reward .amrewards-discount-form {
    max-width: 100%;
  }
  .checkout-index-index .amcheckout-wrapper .amrewards-highlight-container {
    background: #00aa9b;
    border: 1px solid #00aa9b;
  }
  .checkout-payment-method .toggle-reward-section .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .payment-option-inner {
    flex-wrap: wrap;
  }
  .checkout-payment-method .toggle-reward-section .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .payment-option-inner .field .input-text {
    border-radius: 4px;
    border: 1px solid #b5b5b5;
    width: 100%;
  }
  .checkout-payment-method .toggle-reward-section .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .actions-toolbar {
    margin: 15px 0 0;
    max-width: 100%;
  }
  .checkout-payment-method .toggle-reward-section .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .actions-toolbar .primary .action {
    background: #203874;
    border-radius: 8px;
    min-height: 44px;
  }
  .bundle-options-container {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin-bottom: 0;
    margin-top: 16px;
  }
  .bundle-options-container .block-bundle-summary {
    width: 100%;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .catalog-product-view .offer-section {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .catalog-product-view .product-info-main {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .catalog-product-view .product.info.detailed {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .catalog-product-view .block.box-up-sell.upsell {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .catalog-product-view .amfaq-product-tab {
    order: 6;
  }
  .catalog-product-view .block.block-related.related {
    order: 6;
  }
  .catalog-product-view .custom-review-wrapper {
    order: 5;
  }
  .block.related .action.select {
    display: block;
    margin: 5px 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare {
    display: none;
  }
  .column.main .block.related .block-title strong,
  .column.main .block.upsell .block-title strong,
  .column.main .block.crosssell .block-title strong {
    font-size: 1.6rem;
  }
  .column.main .block.related .products-grid .product-items:not(.slick-slider),
  .column.main .block.upsell .products-grid .product-items:not(.slick-slider),
  .column.main .block.crosssell .products-grid .product-items:not(.slick-slider) {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .column.main .block.related .products-grid .product-items:not(.slick-slider) .product-item,
  .column.main .block.upsell .products-grid .product-items:not(.slick-slider) .product-item,
  .column.main .block.crosssell .products-grid .product-items:not(.slick-slider) .product-item {
    max-width: 168px;
  }
  .product-info-main .product-info-stock-sku {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
  }
  .product-info-main .product-info-stock-sku .sku strong {
    color: #464646;
  }
  .product-info-main .stock.available:before {
    display: none;
  }
  .product-info-main .stock.available span {
    color: #038505;
    text-transform: capitalize;
  }
  .product-info-main .product.attribute.sku {
    color: #464646;
  }
  .product-info-main .product.attribute.sku > .value {
    font-weight: 700;
  }
  .product-info-main .product-review-price > .block-title {
    display: none;
  }
  .product-info-main .product-review-price + .block-title {
    display: none;
  }
  .product-info-main .product-info-price {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .product-info-main .product-info-price .product-reviews-summary {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .product-info-main .product-info-price .product-review-price {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .product-info-main .product-info-price .product-review-price .price-box {
    margin-top: 0;
  }
  .product-info-main .product-info-price .product-review-price .shipping-type {
    margin-bottom: 0;
    max-width: 82px;
  }
  .catalog-product-view .product.info.detailed .product.data.items .data.item.title .switch:after {
    display: none;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.title > .switch {
    font-size: 1.4rem;
    line-height: 1.6rem;
    background: #e8f5ff;
    border-color: #e8f5ff;
    border-radius: 4px;
    color: #203874;
    height: 36px;
    opacity: .7;
    padding: 8px 14px;
    text-align: center;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.title.active > .switch {
    background: #ffffff;
    border: 2px solid #e8f5ff;
    padding-bottom: 8px;
    opacity: 1;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.content {
    border-bottom: 1px solid #b5b5b5;
    border-radius: 0;
    padding: 17px 0 20px;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.content .product.attribute.description .read-btn {
    text-align: center;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.content .product.attribute.description .read-more-btn,
  .catalog-product-view .product.info.detailed .product.data.items > .item.content .product.attribute.description .read-less-btn {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.content .product.attribute.description .read-more-btn:focus,
  .catalog-product-view .product.info.detailed .product.data.items > .item.content .product.attribute.description .read-less-btn:focus,
  .catalog-product-view .product.info.detailed .product.data.items > .item.content .product.attribute.description .read-more-btn:active,
  .catalog-product-view .product.info.detailed .product.data.items > .item.content .product.attribute.description .read-less-btn:active {
    background: none;
    border: none;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.content .product.attribute.description .read-more-btn:hover,
  .catalog-product-view .product.info.detailed .product.data.items > .item.content .product.attribute.description .read-less-btn:hover {
    background: none;
    border: none;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.content .product.attribute.description .read-more-btn.disabled,
  .catalog-product-view .product.info.detailed .product.data.items > .item.content .product.attribute.description .read-less-btn.disabled,
  .catalog-product-view .product.info.detailed .product.data.items > .item.content .product.attribute.description .read-more-btn[disabled],
  .catalog-product-view .product.info.detailed .product.data.items > .item.content .product.attribute.description .read-less-btn[disabled],
  fieldset[disabled] .catalog-product-view .product.info.detailed .product.data.items > .item.content .product.attribute.description .read-more-btn,
  fieldset[disabled] .catalog-product-view .product.info.detailed .product.data.items > .item.content .product.attribute.description .read-less-btn {
    pointer-events: none;
    opacity: 0.5;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.content .product.attribute.description .read-less-btn,
  .catalog-product-view .product.info.detailed .product.data.items > .item.content .product.attribute.description .read-more-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #1079b8;
    font-size: 14px;
    margin-top: 20px;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.content .product.attribute.description .read-less-btn:after,
  .catalog-product-view .product.info.detailed .product.data.items > .item.content .product.attribute.description .read-more-btn:after {
    background: #1079b8;
    border-radius: 100%;
    padding-left: .3px;
    height: 12px;
    width: 12px;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.content .product.attribute.description .read-more-btn {
    display: inline-block;
    text-decoration: none;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.content .product.attribute.description .read-more-btn:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 6px;
    line-height: 12px;
    color: #ffffff;
    content: '\e622';
    font-family: 'unitedpharmacy-icons';
    margin: 0 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.content .product.attribute.description .read-less-btn {
    display: inline-block;
    text-decoration: none;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.content .product.attribute.description .read-less-btn:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 6px;
    line-height: 12px;
    color: #ffffff;
    content: '\e621';
    font-family: 'unitedpharmacy-icons';
    margin: 0 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .catalog-product-view .product.info.detailed .product.data .title {
    float: left;
    margin: 0 0 30px;
    max-width: 50%;
    padding: 12px 0;
  }
  .catalog-product-view .product.info.detailed .product.data .content {
    border: 0;
    float: right;
    margin-left: -100%;
    margin-top: 55px;
    text-align: left;
    width: 100%;
  }
  .catalog-product-view .product.info.detailed .product.data .content .amfaq-product-tab {
    background: none;
    padding: 0;
  }
  .catalog-product-view .product.info.detailed .product.data .content .amfaq-product-tab .page-main {
    margin-top: 0;
  }
  .catalog-product-view .product.info.detailed .product.data .content .amfaq-product-tab::before,
  .catalog-product-view .product.info.detailed .product.data .content .amfaq-product-tab::after {
    display: none;
  }
  .catalog-product-view .product.info.detailed .product.data .content .amfaq-product-tab .amfaq_questions:first-child .am-item {
    padding-top: 0;
  }
  .catalog-product-view .product.info.detailed .product.data .content .amfaq-product-tab .amfaq_questions .am-title {
    color: #464646;
  }
  .catalog-product-view .product.info.detailed .product.data .content .amfaq-product-tab .amfaq_questions .am-title .am-plus:before,
  .catalog-product-view .product.info.detailed .product.data .content .amfaq-product-tab .amfaq_questions .am-title .am-minus:before {
    color: #8c8c8c;
  }
  .catalog-product-view .product.info.detailed .product.data .content .amfaq-product-tab .amfaq_questions .am-item {
    box-shadow: none;
    margin-bottom: 0;
    padding: 15px 0;
  }
  .catalog-product-view .product.info.detailed .product.data .content .amfaq-product-tab .amfaq_questions .am-item .am-content {
    color: #464646;
  }
  .catalog-product-view .product.info.detailed .product.data .content .amfaq-product-tab .amfaq_questions.widget {
    border-bottom: 1px solid #d4d4d4;
    margin: 0 -16px;
    padding: 0 16px;
  }
  .catalog-product-view .offer-section {
    font-size: 1.4rem;
    line-height: 1.6rem;
    background: #f61717;
    border-radius: 4px;
    height: 32px;
    margin-bottom: 10px;
    padding: 8px 20px;
  }
  .catalog-product-view .page-title-wrapper .page-title {
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 0;
    font-weight: 400;
    color: #464646;
    margin-bottom: 10px;
  }
  .catalog-product-view .amrewards-highlight-container {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #203874;
    border-radius: 4px;
    justify-content: center;
    padding: 5px;
  }
  .catalog-product-view .amrewards-highlight-container > .caption > .amreward-icon:before {
    background-size: 20px;
    height: 20px;
    margin-right: 5px;
    width: 20px;
  }
  .catalog-product-view .amrewards-highlight-container > .caption strong {
    font-size: 1.2rem;
    color: #ffffff;
  }
  .catalog-product-view .product.media {
    position: relative;
  }
  .catalog-product-view .product.media .product-social-links {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .catalog-product-view .product.media .product-addto-links {
    display: flex;
    flex-direction: column;
  }
  .catalog-product-view .product.media .product-addto-links a.action.towishlist span,
  .catalog-product-view .product.media .product-addto-links a.action.tocompare span {
    font-size: 0;
  }
  .catalog-product-view .product.media .product-addto-links a.action.towishlist {
    margin-bottom: 20px;
    display: inline-block;
    text-decoration: none;
  }
  .catalog-product-view .product.media .product-addto-links a.action.towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 24px;
    color: #464646;
    content: '\e925';
    font-family: 'unitedpharmacy-icons';
    margin: 0 4px 0 1px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .catalog-product-view .product.media .product-addto-links a.action.towishlist:hover:before {
    color: #464646;
  }
  .catalog-product-view .product.media .product-addto-links a.action.towishlist:active:before {
    color: #464646;
  }
  .catalog-product-view .product.media .product-addto-links a.action.tocompare {
    display: inline-block;
    text-decoration: none;
  }
  .catalog-product-view .product.media .product-addto-links a.action.tocompare:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 24px;
    color: #464646;
    content: '\e924';
    font-family: 'unitedpharmacy-icons';
    margin: 0 4px 0 2px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .catalog-product-view .product.media .product-addto-links a.action.tocompare:hover:before {
    color: #464646;
  }
  .catalog-product-view .product.media .product-addto-links a.action.tocompare:active:before {
    color: #464646;
  }
  .catalog-product-view .custom-review-wrapper > .block-title {
    font-size: 1.6rem;
    line-height: 2.1rem;
    color: #464646;
    margin-bottom: 16px;
  }
  .catalog-product-view .custom-review-wrapper .product-reviews-summary {
    background: #e8f5ff;
    border-radius: 6px 0 0 6px;
    display: inline-block;
    float: left;
    margin: 0;
    max-height: 68px;
    padding: 25px 16px;
    width: 50%;
  }
  .catalog-product-view .custom-review-wrapper .product-reviews-summary .rating-summary {
    display: block;
    margin-top: -4px;
  }
  .catalog-product-view .custom-review-wrapper .product-reviews-summary + .block.review-add {
    justify-content: flex-end;
    border-radius: 0 6px 6px 0;
  }
  .catalog-product-view .custom-review-wrapper .block.review-add {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    background: #e8f5ff;
    border-radius: 6px;
    margin: 0 0;
    max-height: 68px;
    padding: 25px 16px;
    vertical-align: middle;
    width: auto;
  }
  .catalog-product-view .custom-review-wrapper .block.review-add .review-title {
    display: block;
    margin: 0;
    text-align: right;
  }
  .catalog-product-view .custom-review-wrapper .block.review-add .review-title a {
    font-size: 1.2rem;
    line-height: 1.4rem;
    background: #203874;
    border-radius: 8px;
    color: #ffffff;
    padding: 12px 16px;
  }
  .catalog-product-view .custom-review-wrapper .block.review-add .block-content {
    display: none;
  }
  .catalog-product-view .custom-review-wrapper .review-toolbar {
    border-top: 0;
  }
  .catalog-product-view .custom-review-wrapper .review-list .block-content .review-items {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .catalog-product-view .custom-review-wrapper .review-list .block-content .review-items .review-content-container .review-details {
    display: flex;
    justify-content: space-between;
  }
  .catalog-product-view .custom-review-wrapper .review-list .block-content .review-items .review-content-container .review-details .review-date,
  .catalog-product-view .custom-review-wrapper .review-list .block-content .review-items .review-content-container .review-details .review-author {
    font-size: 1.4rem;
  }
  .catalog-product-view .custom-review-wrapper .review-list .block-content .review-items .review-item {
    border-bottom: 1px solid #b5b5b5;
  }
  .catalog-product-view .custom-review-wrapper .review-list .block-content .review-items .review-item .review-title {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-bottom: 0;
  }
  .catalog-product-view .custom-review-wrapper .review-list .block-content .review-items .review-item .review-ratings .rating-label {
    font-size: 1.4rem;
    padding-right: 15px;
    padding-top: 2px;
  }
  .catalog-product-view .custom-review-wrapper .rating-summary .rating-result span:before {
    color: #ffb624;
  }
  .product-options-bottom .price-box .price-wrapper .price,
  .product-info-main .price-box .price-wrapper .price {
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #464646;
  }
  .modal-popup.modal-slide.modal-review-form {
    left: 0;
    max-width: 100%;
  }
  .modal-popup.modal-slide.modal-review-form .modal-inner-wrap {
    background-color: #ffffff;
  }
  .modal-popup.modal-slide.modal-review-form .modal-inner-wrap .modal-content {
    padding-top: 20px;
  }
  .modal-popup.modal-slide.modal-review-form .modal-inner-wrap .modal-content .block-content {
    display: block;
  }
  .modal-popup.modal-slide.modal-review-form .modal-inner-wrap .modal-content .review-form .review-form-actions .action.submit.primary {
    font-size: 1.6rem;
    line-height: 2.1rem;
    background: #203874;
    border: 1px solid #203874;
    border-radius: 6px;
    color: #ffffff;
    margin-top: auto;
    padding: 10px;
  }
  .modal-popup.modal-slide.modal-review-form .modal-inner-wrap .modal-content .review-field-ratings .label {
    color: #464646;
  }
  .modal-popup.modal-slide.modal-review-form .modal-inner-wrap .modal-content .review-field-ratings .review-control-vote:before {
    font-size: 2.5rem;
    line-height: 2.5rem;
    height: 25px;
    letter-spacing: 5px;
  }
  .modal-popup.modal-slide.modal-review-form .modal-inner-wrap .modal-content .review-field-ratings .review-control-vote label:before {
    font-size: 2.5rem;
    line-height: 2.5rem;
    height: 25px;
    letter-spacing: 5px;
  }
  .modal-popup.modal-slide.modal-review-form .modal-inner-wrap .modal-content .review-fieldset {
    color: #464646;
  }
  .modal-popup.modal-slide.modal-review-form .modal-inner-wrap .modal-content .review-fieldset .review-field-summary .control textarea {
    height: 189px;
  }
  .modal-popup.modal-slide.modal-review-form .modal-inner-wrap .modal-content .review-fieldset .field .label {
    color: #464646;
  }
  .modal-popup.modal-slide.modal-review-form .action-close {
    padding: 20px;
  }
  .modal-popup.modal-slide.modal-review-form .action-close:before {
    font-size: 14px;
    line-height: 16px;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: normal;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    margin-bottom: 20px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    padding-top: 7px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .opc-block-summary .product-item .price {
    color: #464646;
  }
  .opc-block-summary .table-totals .mark,
  .opc-block-summary .table-totals .amount {
    font-size: 1.4rem;
  }
  .opc-block-summary .table-totals .grand .mark,
  .opc-block-summary .table-totals .grand .amount {
    font-size: 1.6rem;
    color: #464646;
    padding-top: 11px;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .form-discount .actions-toolbar {
    margin-top: 0;
  }
  .checkout-index-index .primary .action.checkout,
  .checkout-index-index .action.checkout.amasty {
    background: #459b2c !important;
  }
  .bvtags-slider .bvtags-list,
  .medication-page-services .banner_list,
  body[class*="medication"] .banner_wrap,
  .page-layout-cms-health-center-page .banner_list,
  .page-layout-cms-health-center-page .banner_wrap {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .bvtags-slider .bvtags-list::-webkit-scrollbar,
  .medication-page-services .banner_list::-webkit-scrollbar,
  body[class*="medication"] .banner_wrap::-webkit-scrollbar,
  .page-layout-cms-health-center-page .banner_list::-webkit-scrollbar,
  .page-layout-cms-health-center-page .banner_wrap::-webkit-scrollbar {
    display: none;
  }
  body[class*="account"] .sticky-bottom-menu ul li a.my-account {
    color: #00aa9b;
  }
  body[class*="account"] .sticky-bottom-menu ul li a.my-account:before {
    color: #00aa9b;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
    margin-top: -30px;
    padding-bottom: 30px;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .box.box-shipping-address .address-location-type,
  .shipping-address-item .address-location-type,
  .box.box-address-shipping .address-location-type {
    font-size: 1.4rem;
    display: block;
    max-width: fit-content;
  }
  .shipping-address-item .address-location-type {
    display: inline-block;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .page-bottom .block-static-block.widget > [data-content-type='row'] {
    padding-bottom: 34px;
    padding-top: 26px;
  }
  .page-bottom .block-static-block.widget > [data-content-type='row'] .pagebuilder-column-group[data-content-type='column-group'] {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .top-container {
    min-height: 70px;
  }
  .page-header .top-form-language {
    min-height: 26px;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-tooltip {
    width: 100%;
  }
  .mobile {
    display: block;
  }
  .mobile .mobile-block {
    display: block;
  }
  .desktop {
    display: none;
  }
  .desktop .desktop-block {
    display: none;
  }
  .amblog-relatedposts-wrap {
    display: block;
  }
  .amblog-related-post {
    margin-bottom: 20px;
    width: 100%;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 5px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 2.6rem;
    line-height: 2.8rem;
    max-width: calc(100% - 45px);
  }
  body[class*='amblog-index-'] .amblog-title {
    font-size: 1.6rem;
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 40px;
  }
  .amblog-author-info .amblog-image-wrapper {
    margin-top: 0;
  }
  .amblog-author-info .amblog-content {
    padding-top: 5px;
  }
  .amblog-search-block .amblog-content {
    flex-direction: column;
    padding-top: 25px;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-bottom: 25px;
  }
  .amblog-link-btn {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .amblog-tabs-block.-title .amblog-item {
    font-size: 16px;
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content .product-item .product-item-details .price-box,
  .amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content .product-item .product-item-details .price-box {
    margin-bottom: 10px;
  }
  .amblog-form-newsletter .input-box {
    flex-direction: column;
  }
  .amblog-form-newsletter .amblog-input {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .amblog-form-newsletter .amblog-btn,
  .amblog-form-newsletter .amblog-input {
    max-width: 100%;
    width: 100%;
  }
  .amblog-form-newsletter .mage-error[generated='true'] {
    margin-bottom: 10px;
    margin-top: -10px;
    order: 0;
    width: 100%;
    word-break: break-all;
  }
  .amblog-search-switch {
    padding: 8px 15px;
  }
  .amblog-search-titles {
    padding-top: 10px;
  }
  .amblog-search-title {
    background: #052d76;
    border: 1px solid #e5e5e5;
    border-radius: 80px;
    margin: 0 10px 10px 0;
    width: auto;
  }
  .amblog-search-title.open {
    border-color: #1979c2;
  }
  .amblog-search-content {
    margin-top: 20px;
  }
  .main .amblog-related-wrapper:not(.-related-products) .slick-list {
    margin: 0;
  }
  .catalog-product-view .amrelated-pack-wrapper {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .catalog-product-view .amrelated-pack-wrapper + .product.info.detailed {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    float: right;
  }
  .cart.table-wrapper .gift-content {
    margin-left: -10px;
    margin-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: auto;
    right: inherit;
  }
  .block-collapsible-nav {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody tr:not(:last-child),
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .abs-checkout-order-review tbody tr .col.item:before,
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody tr .col.qty,
  .abs-checkout-order-review tbody tr .col.price,
  .abs-checkout-order-review tbody tr .col.subtotal,
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: right;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody tr .col.qty[data-th]:before,
  .abs-checkout-order-review tbody tr .col.price[data-th]:before,
  .abs-checkout-order-review tbody tr .col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    float: right;
    text-align: right;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    float: right;
    text-align: left;
  }
  .loyalty-points-balance-data .loyalty-points-data {
    padding: 15px;
  }
  .account .columns .column.main .table-wrapper.loyaltypoints-history {
    margin-bottom: 0;
  }
  .account .columns .column.main .table-wrapper.loyaltypoints-history tbody tr {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 20px;
    width: 100%;
  }
  .account .columns .column.main .table-wrapper.loyaltypoints-history tbody tr:hover {
    background: #edf4f6;
  }
  .account .columns .column.main .table-wrapper.loyaltypoints-history tbody tr td[data-th] {
    font-size: 1.4rem;
    line-height: 1.6rem;
    letter-spacing: .28px;
  }
  .account .columns .column.main .table-wrapper.loyaltypoints-history tbody tr td[data-th]:before {
    line-height: 2.2rem;
    content: attr(data-th);
    display: block;
    padding-bottom: 3px;
    padding-right: 0;
  }
  .account .columns .column.main .table-wrapper.loyaltypoints-history tbody tr td[data-th].col.status {
    font-weight: 700;
  }
  .account .columns .column.main .table-wrapper.loyaltypoints-history tbody tr td {
    max-width: 50%;
    padding-bottom: 10px;
    padding-top: 0;
    white-space: normal;
  }
  .account .columns .column.main .table-wrapper.loyaltypoints-history tbody tr td:nth-child(even) {
    clear: right;
    float: right;
    text-align: right;
  }
  .account .columns .column.main .table-wrapper.loyaltypoints-history tbody tr td:nth-child(odd) {
    clear: left;
    float: left;
    text-align: left;
  }
  .account .columns .column.main .table-wrapper.loyaltypoints-history tbody tr td.actions {
    clear: both;
    float: none;
    max-width: 100%;
    padding-bottom: 0;
    text-align: left;
    width: 100%;
  }
  .account .columns .column.main .table-wrapper.loyaltypoints-history tbody tr td:first-child {
    padding-top: 0;
  }
  .account .columns .column.main .table-wrapper.loyaltypoints-history tbody tr td:last-child a:first-child {
    border-right: 1px solid #052d76;
    margin-right: 13px;
    padding-right: 7.5px;
  }
  .loyaltypoints-partners-view .loyalty-points-balance-data {
    padding: 15px;
  }
  .loyaltypoints-partners-view .loyalty-points-balance-data .loyalty-points-data {
    padding: 15px;
  }
  .pregnancy-calculate-result-wrap .trimster-img-block .trimster-img span {
    max-width: 100%;
    min-width: 100px;
    width: 90%;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'unitedpharmacy-icons';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .stcphonenumber .mobile-num {
    width: calc(100% - 50px);
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .stcphonenumber .mobile-pre {
    padding: 12px 0 12px 14px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'unitedpharmacy-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    font-size: 1.4rem;
    border-bottom: none;
    display: inline-block;
    padding-bottom: 0;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .account .columns .column.main .table-wrapper.my-credit-cards,
  .account .columns .column.main .table-wrapper.order-items-shipment,
  .account .columns .column.main .table-wrapper.table-order-items.invoice,
  .account .columns .column.main .table-wrapper.order-items,
  .account .columns .column.main .table-wrapper.orders-history,
  .account .columns .column.main .table-wrapper.additional-addresses,
  .account .columns .column.main .table-wrapper.orders-recent {
    margin-bottom: 0;
  }
  .account .columns .column.main .table-wrapper.my-credit-cards tbody tr,
  .account .columns .column.main .table-wrapper.order-items-shipment tbody tr,
  .account .columns .column.main .table-wrapper.table-order-items.invoice tbody tr,
  .account .columns .column.main .table-wrapper.order-items tbody tr,
  .account .columns .column.main .table-wrapper.orders-history tbody tr,
  .account .columns .column.main .table-wrapper.additional-addresses tbody tr,
  .account .columns .column.main .table-wrapper.orders-recent tbody tr {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 20px;
    width: 100%;
  }
  .account .columns .column.main .table-wrapper.my-credit-cards tbody tr:hover,
  .account .columns .column.main .table-wrapper.order-items-shipment tbody tr:hover,
  .account .columns .column.main .table-wrapper.table-order-items.invoice tbody tr:hover,
  .account .columns .column.main .table-wrapper.order-items tbody tr:hover,
  .account .columns .column.main .table-wrapper.orders-history tbody tr:hover,
  .account .columns .column.main .table-wrapper.additional-addresses tbody tr:hover,
  .account .columns .column.main .table-wrapper.orders-recent tbody tr:hover {
    background: #edf4f6;
  }
  .account .columns .column.main .table-wrapper.my-credit-cards tbody tr td[data-th],
  .account .columns .column.main .table-wrapper.order-items-shipment tbody tr td[data-th],
  .account .columns .column.main .table-wrapper.table-order-items.invoice tbody tr td[data-th],
  .account .columns .column.main .table-wrapper.order-items tbody tr td[data-th],
  .account .columns .column.main .table-wrapper.orders-history tbody tr td[data-th],
  .account .columns .column.main .table-wrapper.additional-addresses tbody tr td[data-th],
  .account .columns .column.main .table-wrapper.orders-recent tbody tr td[data-th] {
    font-size: 1.4rem;
    line-height: 1.6rem;
    letter-spacing: .28px;
  }
  .account .columns .column.main .table-wrapper.my-credit-cards tbody tr td[data-th]:before,
  .account .columns .column.main .table-wrapper.order-items-shipment tbody tr td[data-th]:before,
  .account .columns .column.main .table-wrapper.table-order-items.invoice tbody tr td[data-th]:before,
  .account .columns .column.main .table-wrapper.order-items tbody tr td[data-th]:before,
  .account .columns .column.main .table-wrapper.orders-history tbody tr td[data-th]:before,
  .account .columns .column.main .table-wrapper.additional-addresses tbody tr td[data-th]:before,
  .account .columns .column.main .table-wrapper.orders-recent tbody tr td[data-th]:before {
    line-height: 2.2rem;
    content: attr(data-th);
    display: block;
    padding-bottom: 3px;
    padding-right: 0;
  }
  .account .columns .column.main .table-wrapper.my-credit-cards tbody tr td[data-th].col.status,
  .account .columns .column.main .table-wrapper.order-items-shipment tbody tr td[data-th].col.status,
  .account .columns .column.main .table-wrapper.table-order-items.invoice tbody tr td[data-th].col.status,
  .account .columns .column.main .table-wrapper.order-items tbody tr td[data-th].col.status,
  .account .columns .column.main .table-wrapper.orders-history tbody tr td[data-th].col.status,
  .account .columns .column.main .table-wrapper.additional-addresses tbody tr td[data-th].col.status,
  .account .columns .column.main .table-wrapper.orders-recent tbody tr td[data-th].col.status {
    font-weight: 700;
  }
  .account .columns .column.main .table-wrapper.my-credit-cards tbody tr td,
  .account .columns .column.main .table-wrapper.order-items-shipment tbody tr td,
  .account .columns .column.main .table-wrapper.table-order-items.invoice tbody tr td,
  .account .columns .column.main .table-wrapper.order-items tbody tr td,
  .account .columns .column.main .table-wrapper.orders-history tbody tr td,
  .account .columns .column.main .table-wrapper.additional-addresses tbody tr td,
  .account .columns .column.main .table-wrapper.orders-recent tbody tr td {
    max-width: 50%;
    padding-bottom: 10px;
    padding-top: 0;
    white-space: normal;
  }
  .account .columns .column.main .table-wrapper.my-credit-cards tbody tr td:nth-child(even),
  .account .columns .column.main .table-wrapper.order-items-shipment tbody tr td:nth-child(even),
  .account .columns .column.main .table-wrapper.table-order-items.invoice tbody tr td:nth-child(even),
  .account .columns .column.main .table-wrapper.order-items tbody tr td:nth-child(even),
  .account .columns .column.main .table-wrapper.orders-history tbody tr td:nth-child(even),
  .account .columns .column.main .table-wrapper.additional-addresses tbody tr td:nth-child(even),
  .account .columns .column.main .table-wrapper.orders-recent tbody tr td:nth-child(even) {
    clear: right;
    float: right;
    text-align: right;
  }
  .account .columns .column.main .table-wrapper.my-credit-cards tbody tr td:nth-child(odd),
  .account .columns .column.main .table-wrapper.order-items-shipment tbody tr td:nth-child(odd),
  .account .columns .column.main .table-wrapper.table-order-items.invoice tbody tr td:nth-child(odd),
  .account .columns .column.main .table-wrapper.order-items tbody tr td:nth-child(odd),
  .account .columns .column.main .table-wrapper.orders-history tbody tr td:nth-child(odd),
  .account .columns .column.main .table-wrapper.additional-addresses tbody tr td:nth-child(odd),
  .account .columns .column.main .table-wrapper.orders-recent tbody tr td:nth-child(odd) {
    clear: left;
    float: left;
    text-align: left;
  }
  .account .columns .column.main .table-wrapper.my-credit-cards tbody tr td.actions,
  .account .columns .column.main .table-wrapper.order-items-shipment tbody tr td.actions,
  .account .columns .column.main .table-wrapper.table-order-items.invoice tbody tr td.actions,
  .account .columns .column.main .table-wrapper.order-items tbody tr td.actions,
  .account .columns .column.main .table-wrapper.orders-history tbody tr td.actions,
  .account .columns .column.main .table-wrapper.additional-addresses tbody tr td.actions,
  .account .columns .column.main .table-wrapper.orders-recent tbody tr td.actions {
    clear: both;
    float: none;
    max-width: 100%;
    padding-bottom: 0;
    text-align: left;
    width: 100%;
  }
  .account .columns .column.main .table-wrapper.my-credit-cards tbody tr td:first-child,
  .account .columns .column.main .table-wrapper.order-items-shipment tbody tr td:first-child,
  .account .columns .column.main .table-wrapper.table-order-items.invoice tbody tr td:first-child,
  .account .columns .column.main .table-wrapper.order-items tbody tr td:first-child,
  .account .columns .column.main .table-wrapper.orders-history tbody tr td:first-child,
  .account .columns .column.main .table-wrapper.additional-addresses tbody tr td:first-child,
  .account .columns .column.main .table-wrapper.orders-recent tbody tr td:first-child {
    padding-top: 0;
  }
  .account .columns .column.main .table-wrapper.my-credit-cards tbody tr td:last-child:before,
  .account .columns .column.main .table-wrapper.order-items-shipment tbody tr td:last-child:before,
  .account .columns .column.main .table-wrapper.table-order-items.invoice tbody tr td:last-child:before,
  .account .columns .column.main .table-wrapper.order-items tbody tr td:last-child:before,
  .account .columns .column.main .table-wrapper.orders-history tbody tr td:last-child:before,
  .account .columns .column.main .table-wrapper.additional-addresses tbody tr td:last-child:before,
  .account .columns .column.main .table-wrapper.orders-recent tbody tr td:last-child:before {
    font-size: 0rem;
    line-height: 0rem;
  }
  .account .columns .column.main .table-wrapper.my-credit-cards tbody tr td:last-child a:first-child,
  .account .columns .column.main .table-wrapper.order-items-shipment tbody tr td:last-child a:first-child,
  .account .columns .column.main .table-wrapper.table-order-items.invoice tbody tr td:last-child a:first-child,
  .account .columns .column.main .table-wrapper.order-items tbody tr td:last-child a:first-child,
  .account .columns .column.main .table-wrapper.orders-history tbody tr td:last-child a:first-child,
  .account .columns .column.main .table-wrapper.additional-addresses tbody tr td:last-child a:first-child,
  .account .columns .column.main .table-wrapper.orders-recent tbody tr td:last-child a:first-child {
    border-right: 1px solid #052d76;
    margin-right: 13px;
    padding-right: 7.5px;
  }
  .account .columns .column.main .table-wrapper.order-items tfoot,
  .account .columns .column.main .table-wrapper.table-order-items.invoice tfoot {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    padding: 0 20px 10px;
  }
  .account .columns .column.main .table-wrapper.order-items tfoot tr:first-child th,
  .account .columns .column.main .table-wrapper.table-order-items.invoice tfoot tr:first-child th,
  .account .columns .column.main .table-wrapper.order-items tfoot tr:first-child td,
  .account .columns .column.main .table-wrapper.table-order-items.invoice tfoot tr:first-child td {
    border-top: none;
  }
  .account .columns .column.main .table-wrapper.order-items-shipment tbody tr td:last-child:before,
  .account .columns .column.main .table-wrapper.table-order-items.invoice tbody tr td:last-child:before,
  .account .columns .column.main .table-wrapper.order-items tbody tr td:last-child:before {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .account .columns .column.main .table-wrapper.order-items tbody > tr.options-label {
    border-bottom: 0;
    border-radius: 0;
    border-top: none;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .account .columns .column.main .table-wrapper.order-items tbody > tr.options-label td {
    font-size: 1.4rem;
    line-height: 1.6rem;
    border-bottom: none;
    display: inline-block;
    font-weight: bold;
    letter-spacing: .28px;
    padding-bottom: 0;
    vertical-align: top;
  }
  .account .columns .column.main .table-wrapper.order-items tbody > tr.options-label:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px;
  }
  .account .columns .column.main .table-wrapper.order-items tbody > tr.item-parent + tr.options-label {
    background: #ffffff;
    margin-top: -12px;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
  .minicart-wrapper .product .actions {
    float: right;
  }
  .minicart-wrapper .update-cart-item {
    float: left;
    margin-right: 0;
  }
  .account .toolbar .pages {
    float: left;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: right;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .amcard-card-info {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amcard-card-info .amcard-field {
    flex: 0 50%;
  }
  .amcard-card-info .amcard-field:not(:last-child) {
    margin-right: 0;
  }
  #html-body .united-workplace-section .pagebuilder-column-line .pagebuilder-column {
    flex-basis: 100%;
    width: 100%;
  }
  .opportunities-left-section [data-content-type='image'] {
    max-width: 225px;
  }
  .pregnancy-calculate-result-wrap .pregnancy-calculate-detail-middle {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pregnancy-calculate-result-wrap .pregnancy-calculate-detail-middle .pregnancy-calculate-detail-trimester {
    width: 100%;
  }
  .pregnancy-calculate-result-wrap .pregnancy-calculate-detail-middle .pregnancy-calculate-weeks-img {
    flex: 100%;
  }
  .pregnancy-calculate-result-wrap .trimster-img-block .trimster-img {
    min-width: inherit;
  }
  .pregnancy-calculate-result-wrap .trimster-img-block .trimster-img img {
    padding-left: 8px;
    padding-right: 8px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .amblog-post-container .amblog-read,
  .amblog-grid-list .slick-slide .amblog-item .amblog-read {
    width: 100%;
  }
  .amblog-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .amblog-footer .amblog-wrap {
    margin-bottom: 20px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product {
    margin: 0 auto;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product .product-item-photo {
    display: flex;
    justify-content: center;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product .product-item-link {
    font-size: 20px;
  }
  .amblog-navigation-container .amblog-navigation {
    margin-top: 30px;
  }
  .amblog-navigation-container .amblog-navigation.-previous {
    margin-left: 0;
  }
  .amblog-navigation-container .amblog-navigation.-previous > .amblog-title-link:before {
    left: calc(20px * 2);
    /* stylelint-disable-line */
    right: inherit;
  }
  .amblog-navigation-container .amblog-navigation.-next {
    margin-right: 0;
  }
  .amblog-navigation-container .amblog-navigation.-next > .amblog-title-link:after {
    left: inherit;
    right: calc(20px * 2);
    /* stylelint-disable-line */
  }
  .amblog-navigation-container .amblog-navigation > .amblog-title-link:before,
  .amblog-navigation-container .amblog-navigation > .amblog-title-link:after {
    bottom: calc(100% - 50px);
    top: inherit;
  }
  .amblog-social-container .amblog-list {
    margin: 0 -10px;
  }
  .amblog-social-container .amblog-icon {
    margin: 0 9px 18px;
  }
  .amrelated-summary-content {
    justify-content: space-between;
    padding: 15px;
  }
  .amrelated-price-wrapper {
    margin: 0;
    padding: 15px 0;
  }
  .amrelated-tocart-wrapper {
    margin: 0;
  }
}
@media only screen and (max-width: 439px) {
  .modal-popup.share-job-popup .modal-content .icon-share li.copy-text .copied {
    left: auto;
    margin-left: 0;
    top: 100%;
  }
  .pregnancy-calculate-result-wrap .pregnancy-calculate-detail .pregnancy-calculate-detail-date {
    padding: 0 10px;
  }
  .pregnancy-calculate-result-wrap .trimster-img-block .trimster-img > span {
    font-size: 1.4rem;
    height: auto;
    min-width: inherit;
    padding-bottom: 5px;
    padding-top: 5px;
    word-break: break-word;
  }
  .pregnancy-calculate-result-wrap .pregnancy-month-list {
    font-size: 1.4rem;
    padding: 15px 0;
  }
  .pregnancy-calculate-result-wrap .pregnancy-month-list > span {
    padding: 0 10px;
  }
  .pregnancy-calculate-result-wrap .pregnancy-health-units {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .pregnancy-calculate-result-wrap .pregnancy-health-label {
    font-size: 1.4rem;
  }
  .pregnancy-calculate-result-wrap .pregnancy-calculate-date-label {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .pregnancy-calculate-result-wrap .weeks-list-items {
    row-gap: 5px;
  }
  .modal-popup.share-job-popup .modal-content .icon-share li.copy-text span.copied {
    right: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 319px) {
  .amblog-navigation-container .amblog-navigation > .amblog-title-link {
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }
}
@media all and (min-width: 480px) {
  .job-listing-section .job-component-list-data .job-input-data-field {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    padding: 15px;
  }
  .job-listing-section .job-component-list-data .job-input-data-field .input-text.search-field {
    width: 100%;
  }
  .job-listing-section .job-component-list-data .job-input-data-field .input-text.city-field {
    width: calc(100% - 114px);
  }
  .job-listing-section .job-component-list-data .job-input-data-field .input-button {
    width: auto;
  }
  .best-deal-category-header {
    flex-wrap: nowrap;
  }
  .best-deal-category-header .section-title {
    margin-bottom: 0;
  }
  .best-deal-category-wrapper .best-deal-category-view-all {
    justify-content: end;
    max-width: 380px;
  }
  .loyalty-points-balance-data {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .loyalty-points-balance-data .loyalty-title {
    margin-bottom: 0;
    width: auto;
  }
  .catalogsearch-result-index .ais-Hits-list .ais-Hits-item {
    width: 50%;
  }
  .checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content form.amrewards-discount-form .reward-point-apply-options-section {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
  }
  .checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content form.amrewards-discount-form .reward-point-apply-options-section .reward-point-apply-option {
    margin: 0 0 10px 0;
    width: 50%;
  }
  .page-layout-1column .product.media .fotorama__stage .fotorama__arr .fotorama__arr__arr {
    height: 40px;
    width: 40px;
  }
  .page-layout-1column .product.media .fotorama__stage .fotorama__arr--next .fotorama__arr__arr:before {
    font-size: 15.37px;
    line-height: 15.37px;
  }
  .page-layout-1column .product.media .fotorama__stage .fotorama__arr--prev .fotorama__arr__arr:before {
    font-size: 15.37px;
    line-height: 15.37px;
  }
  .product-info-main .product-info-price .product-reviews-summary .reviews-actions .action.view {
    margin-right: 20px;
  }
  .product-info-main .product-info-price .product-reviews-summary .rating-summary .rating-result {
    margin-right: 20px;
  }
  .product-info-main .product-addto-links a.action.towishlist {
    margin-right: 31px;
  }
  .product-info-main .product-addto-links a.action.towishlist:before {
    margin: 0 8px 0 1px;
  }
  .product-info-main .product-addto-links a.action.tocompare:before {
    margin: 0 8px 0 0;
  }
  .product-info-main .product-social-links .pharmacist-physician-button .pharmacist-popup,
  .product-info-main .product-social-links .pharmacist-physician-button .doctor-consulatant-popup {
    padding: 8px 10px;
    width: 50%;
  }
  .cart.table-wrapper .items tbody tr td {
    font-size: 1.6rem;
  }
  .cart.table-wrapper .items tbody tr td.col.qty .field.qty .control {
    height: 34px;
    max-width: 94px;
  }
  .cart.table-wrapper .items tbody tr td.col.qty .field.qty .control input[type='number'] {
    width: 47px;
  }
  .cart.table-wrapper .items tbody tr td.col.price .price-including-tax .price,
  .cart.table-wrapper .items tbody tr td.col .subtotal .price-including-tax .price,
  .cart.table-wrapper .items tbody tr td.col.price .price-excluding-tax .price,
  .cart.table-wrapper .items tbody tr td.col .subtotal .price-excluding-tax .price {
    font-size: 1.6rem;
  }
  .cart.table-wrapper .items tbody tr td.col.price .price-including-tax > .original-price .price,
  .cart.table-wrapper .items tbody tr td.col.price .price-excluding-tax > .original-price .price {
    font-size: 1.5rem;
  }
  .cart.main.actions .action {
    width: auto;
  }
  .cart.main.actions .action.continue {
    margin: 0 20px 0 0;
  }
  .sticky-bottom-menu ul {
    padding: 20px 58px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: 20px;
    width: calc((100% - 25px)/2);
  }
  .wishlist-index-index .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 20px;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-tooltip .tooltip.content {
    min-width: 190px;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .wishlist-image-offer .offer-label {
    max-width: 40px;
  }
  .cookiesetting-popup .modal-inner-wrap {
    max-width: 430px;
  }
  .amblog-index-post .amblog-post-top-detail {
    justify-content: flex-start;
  }
  .amblog-index-post .amblog-post-top-detail .amblog-wrap .amblog-post-item.-comments {
    margin-right: 25px;
  }
  .amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-date,
  .amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-views,
  .amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-minread {
    margin-right: 25px;
  }
  .amblog-index-post .amblog-post-container.-post-page .thumbnail-url,
  .amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .thumbnail-url {
    margin: 0;
  }
  .job-listing-section .job-component-list-data .job-input-data-field .input-text.city-field {
    width: calc(100% - 154px);
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: 0;
    margin-right: 20px;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: 20px;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(2n + 1) {
    margin-right: 0;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-blocks-2columns-s:nth-child(odd) {
    clear: right;
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(even) {
    float: left;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-right: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-right: 100%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
  .checkout-payment-method .amcheckout-trust-seal {
    font-size: inherit;
  }
  .modal-popup.apply-job-popup {
    max-width: 100%;
  }
  .modal-popup.apply-job-popup .modal-inner-wrap {
    max-width: 100%;
  }
  .modal-popup.apply-job-popup .fieldset {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    column-gap: 30px;
  }
  .modal-popup.apply-job-popup .fieldset.questions {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
  }
  .modal-popup.apply-job-popup .fieldset .field.required {
    max-width: calc((100% - 30px) / 2);
    width: 100%;
  }
  .modal-popup.apply-job-popup .fieldset .field.required.question-list,
  .modal-popup.apply-job-popup .fieldset .field.required.upload-resume-field {
    max-width: 100%;
  }
  .modal-popup.apply-job-popup .fieldset .field.comment-field {
    width: 100%;
  }
  .modal-popup.apply-job-popup .fieldset .form-submit button,
  .modal-popup.apply-job-popup .fieldset .form-submit .cart.table-wrapper .actions-toolbar > .action {
    float: right;
    width: 124px;
  }
  .modal-popup.apply-job-popup .modal-header,
  .modal-popup.apply-job-popup .modal-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .homepagebrands-index-index .products-grid .product-item {
    width: 33.33%;
  }
  .popular-category-tab {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .popular-category-products-wrapper .products-grid .product-items:not(.slick-slider) .product-item,
  .best-deal-category-products-wrapper .products-grid .product-items:not(.slick-slider) .product-item {
    max-width: 200px;
  }
  .loyalty-points-balance-data {
    padding: 8px 6px 8px 18px;
    width: auto;
  }
  .loyaltypoints-loyaltypoints-history .loyalty-bottom-toolbar {
    margin-top: 0;
  }
  .loyalty-points-balance-data .loyalty-title {
    margin-right: 89px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
    display: block;
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
    padding-left: 7px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
    width: 100%;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #052d76;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #052d76;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #052d76;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #052d76;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #052d76;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .catalogsearch-result-index .ais-Hits-list .ais-Hits-item {
    width: 33.33%;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .stcgroup .stcotp,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .stcgroup .stcphonenumber {
    width: calc(80% - 55px);
  }
  .product-item-actions {
    display: block;
  }
  .block.related .action.select {
    margin: 0 5px;
  }
  .block.related .products-grid .product-items:not(.slick-slider) .product-item,
  .block.upsell .products-grid .product-items:not(.slick-slider) .product-item,
  .block.crosssell .products-grid .product-items:not(.slick-slider) .product-item {
    max-width: 200px;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 20px;
  }
  .fieldset .review-legend.legend span,
  .fieldset .review-legend.legend strong {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .review .fieldset.review-field-ratings .label {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .table-order-items tbody + tbody {
    border-top: 1px solid #d1d1d1;
  }
  .account .table-wrapper {
    overflow-x: auto;
  }
  .account .table-wrapper .table {
    border: 1px solid #052d76;
  }
  .account .table-wrapper .table thead tr th {
    font-size: 1.4rem;
    line-height: 2.2rem;
    background: #3188bb;
    border-bottom: none;
    color: #ffffff;
    letter-spacing: .32px;
    padding: 8px 15px;
    text-align: left;
    text-transform: capitalize;
    white-space: nowrap;
  }
  .account .table-wrapper .table tbody tr:nth-child(2n) {
    background: #edf4f6;
  }
  .account .table-wrapper .table tbody tr td {
    font-size: 1.4rem;
    line-height: 2.5rem;
    color: #4e4e4e;
    letter-spacing: .32px;
    padding: 8.5px 15px;
    text-transform: capitalize;
    white-space: nowrap;
  }
  .account .table-wrapper .table tbody tr td .product-item-name {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .account .table-wrapper .table tbody tr td .action {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #052d76;
    margin-right: 0;
    position: relative;
  }
  .account .table-wrapper .table tbody tr td .action.view:hover,
  .account .table-wrapper .table tbody tr td .action.order:hover {
    text-decoration: none;
  }
  .account .table-wrapper .table tbody tr td .action span {
    margin-right: 12px;
    margin-left: 12px;
  }
  .account .table-wrapper .table tbody tr td .action.first-child span {
    margin-left: 0;
  }
  .account .table-wrapper .table tbody tr td .action::after {
    background-color: #828282;
    content: '';
    height: 12px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 2px;
  }
  .account .table-wrapper .table tbody tr td .action:last-child span {
    margin-right: 0;
  }
  .account .table-wrapper .table tbody tr td .action:last-child::after {
    content: none;
  }
  .account .table-wrapper .table tbody tr td .action:first-child span {
    margin-left: 0;
  }
  .account .table-wrapper .table tbody tr td.col.status {
    font-weight: bold;
  }
  .account .table-wrapper .table tfoot tr th {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #272727;
    font-weight: bold;
  }
  .account .table-wrapper .table tfoot tr td {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #272727;
  }
  .account.sales-order-view .column.main .page-title-wrapper .shipping-type img {
    max-width: 96px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: 20px;
    width: calc((100% - 50px)/3);
  }
  .wishlist-index-index .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 20px;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    margin: 0 auto;
    max-width: initial;
    padding: 0 0 13px;
    width: 400px;
  }
  .amrelated-popup-container .amrelated-info.-top {
    margin-top: 15px;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .modal-popup.apply-job-popup .fieldset .form-submit button,
  .modal-popup.apply-job-popup .fieldset .form-submit .cart.table-wrapper .actions-toolbar > .action {
    float: left;
  }
  .loyalty-points-balance-data {
    padding: 8px 18px 8px 6px;
  }
  .loyalty-points-balance-data .loyalty-title {
    margin-left: 89px;
    margin-right: 0;
  }
  .review-ratings {
    float: right;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 0;
    margin-right: 280px;
  }
  .account .table-wrapper .table thead tr th {
    text-align: right;
  }
  .account .table-wrapper .table tbody tr td .action {
    margin-left: 0;
  }
  .account .table-wrapper .table tbody tr td .action.first-child span {
    margin-left: 12px;
    margin-right: 0;
  }
  .account .table-wrapper .table tbody tr td .action::after {
    left: 2px;
    right: auto;
    top: 2px;
  }
  .account .table-wrapper .table tbody tr td .action:last-child span {
    margin-left: 0;
    margin-right: 12px;
  }
  .account .table-wrapper .table tbody tr td .action:first-child span {
    margin-left: 12px;
    margin-right: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: 0;
    margin-right: 20px;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: 20px;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(3n + 1) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: right;
    float: right;
    margin: 0 0 5px 10px;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: right;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: right;
    float: right;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: left;
  }
  .abs-reset-left-margin-desktop,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .items .item .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-right: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-right: 150%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-right: 100%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after,
  .account .toolbar:before,
  .account .toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .page-header .header.panel:after,
  .header.content:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after,
  .account .toolbar:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 10px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results,
  .account .toolbar {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .limiter {
    float: left;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .toolbar .toolbar-amount {
    float: right;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages,
  .account .toolbar .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .cart-gift-item {
    float: right;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .cart-gift-item .actions {
    text-align: left;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-right: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: right;
  }
  .breadcrumbs,
  .footer.content,
  .page-wrapper > .widget,
  .block.category.event,
  .top-container,
  .page-main,
  .brand-category-container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
  }
  .page-header .header.panel,
  .header.content {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
  }
  .nav-sections-item-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 0;
    padding-right: 2%;
  }
  .sidebar-additional {
    clear: left;
    padding-right: 2%;
    padding-right: 0;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    float: left;
  }
  .page-layout-2columns-left .main {
    padding-left: 0;
    padding-right: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: right;
    float: right;
    padding-right: 0;
  }
  .nav-toggle {
    display: none;
    left: 30px;
  }
  .nav-sections {
    background: #052d76;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .navigation {
    background: #052d76;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #ffffff;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'unitedpharmacy-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #ffffff;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'unitedpharmacy-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'unitedpharmacy-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .nav-toggle {
    left: auto;
    right: 30px;
  }
  .nav-sections-item-content {
    width: 100%;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    width: 100%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    text-align: right;
    width: 100%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    margin: 0 0 5px;
    text-align: right;
    width: 100%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 40px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 40px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 25px;
    font-size: 1.6rem;
    color: #052d76;
    text-decoration: none;
    background: #edf4f6;
    border: 1px solid #dbdbdb;
    border-bottom: none;
    height: 40px;
    padding: 8px 34px 8px 34px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #052d76;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #ffffff;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #052d76;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #052d76;
    color: #ffffff;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 9px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 39px;
    padding: 40px 39.65px 51px 20px;
  }
  .product.data.items > .item.title > .switch {
    border: none;
    border-radius: 4px 4px 0 0;
  }
  .product.data.items > .item.title > .switch:hover .counter {
    color: #ffffff;
  }
  .product.data.items > .item.title > .switch::after {
    content: none;
  }
  .product.data.items > .item.title.active > .switch .counter {
    color: #ffffff;
  }
  .product.data.items > .item.title.active > .switch::after {
    content: none;
  }
  .product.data.items .data.item.content .block .block-title strong {
    font-size: 3rem;
    line-height: 4rem;
  }
  .product.data.items .data.item.content .block.review-list .block-title strong {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  .product.data.items .data.item.content .block .block-content .items .item {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .product.data.items .data.item.content .block .block-content .items .item .review-title {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .product.data.items .data.item.content .block .block-content .items .item .review-content-container {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .product.data.items .data.item.content .block .block-content .items .item .rating-summary .label {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .product.data.items .data.item.content .block.review-add .block-content .review-form .review-fieldset .review-legend.legend strong {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .product.data.items .data.item.content .block.review-add .block-content .review-form .review-fieldset .review-legend.legend span {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .product.data.items .data.item.title.active .switch:after {
    content: none;
  }
  .product.data.items .data.item.title .switch:after {
    content: none;
  }
  .data.switch {
    width: auto;
  }
  .data.switch .counter {
    color: #052d76;
  }
  .product.data.items > .item.title {
    float: right;
    margin: 0 0 0 2px;
  }
  .product.data.items > .item.title > .switch {
    border-radius: 4px 0 0 4px;
  }
  .product.data.items > .item.content {
    float: left;
    margin-left: 0;
    margin-right: -100%;
  }
  .product.data.items .data.item.content .block .block-content .items .item .review-content-container .review-content {
    margin-left: 0;
    margin-right: 20px;
  }
  .product.data.items .data.item.content .block .block-content .items .item .rating-summary .label {
    padding-left: 10px;
    padding-right: 0;
  }
  .product.data.items .data.item.content .table-wrapper .additional-attributes > tbody > tr > th,
  .product.data.items .data.item.content .table-wrapper .additional-attributes > tbody > tr > td {
    padding: 4px 30px 10px 0;
    text-align: right;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup {
    margin: 5rem auto;
    max-width: 50rem;
  }
  .modal-popup.modal-slide .modal-content {
    padding-bottom: 0;
  }
  .modal-popup.modal-slide .modal-footer {
    padding: 20px;
    text-align: right;
  }
  .modal-popup.modal-slide .modal-footer .action {
    background: #052d76;
    border: 1px solid #052d76;
    color: #ffffff;
  }
  .modal-popup.modal-slide .modal-footer .action:hover {
    background: #ffffff;
    color: #052d76;
  }
  .modal-popup .modal-content {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .modal-popup .modal-header {
    padding-top: 3rem;
  }
  .modal-popup .modal-footer {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .modal-popup .modal-footer .action-primary,
  .modal-popup .modal-footer .action-secondary,
  .modal-popup .modal-footer .action {
    padding: 10px 24px;
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
  [data-content-type='row'][data-appearance='contained'] {
    padding-left: 30px;
    padding-right: 30px;
  }
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .checkout-index-index .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .checkout-payment-method .payment-methods .actions-toolbar .primary {
    border-radius: 4px;
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 14px 17px;
    width: auto;
  }
  .checkout-header {
    margin-bottom: 30px;
  }
  .checkout-header .title {
    font-size: 2.2rem;
    line-height: 3rem;
    letter-spacing: .8px;
  }
  .am-checkout.-modern .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
    margin-top: 0;
  }
  .amcheckout-step-container .opc-payment-additional.rewards-add {
    padding: 0;
  }
  .amcheckout-step-container .amcheckout-title {
    line-height: 2.2rem;
    min-height: 50px;
  }
  .amcheckout-step-container .shipping-address-items .shipping-address-item {
    padding: 19px 56px 19px 12px;
    width: calc(100%/3 - 15px);
  }
  .amcheckout-step-container .shipping-address-items .shipping-address-item .action-select-shipping-item {
    height: 28px;
    right: 12px;
    width: 28px;
  }
  .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item:after {
    font-size: 28px;
    line-height: 28px;
  }
  .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item:after {
    right: 12px;
    width: 29px;
  }
  .amcheckout-step-container .payment-group .step-content {
    padding: 31px 25px 20px;
  }
  .amcheckout-step-container .step-content {
    padding: 31px 25px 41px;
  }
  .amcheckout-step-container .step-content .amcheckout-delivery-type {
    column-gap: 0;
    row-gap: 0;
  }
  .amcheckout-step-container .step-content .amcheckout-delivery-type input[type='radio'] + label {
    height: 37px;
    margin-left: 25px;
    min-width: auto;
    padding: 0 28px;
  }
  .amcheckout-step-container .step-content .amcheckout-delivery-type input[type='radio'] + label span:before {
    margin-left: 10px;
  }
  .amcheckout-step-container .step-content .store-list-wrapper {
    margin-top: 30px;
  }
  .amcheckout-step-container .step-content .store-list-wrapper .store-list-title {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .amcheckout-step-container .step-content .store-list-wrapper .store-list-maplistview button,
  .amcheckout-step-container .step-content .store-list-wrapper .store-list-maplistview .cart.table-wrapper .actions-toolbar > .action {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .amcheckout-step-container .step-content .store-list-wrapper .store-list-maplistview button:before,
  .amcheckout-step-container .step-content .store-list-wrapper .store-list-maplistview .cart.table-wrapper .actions-toolbar > .action:before {
    font-weight: bold;
    margin-left: 4px;
  }
  .amcheckout-step-container .step-content .shipping-time-title {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 20px;
  }
  .amcheckout-step-container .step-content .express-shipping {
    margin-bottom: 42px;
  }
  .amcheckout-step-container .step-content .united-world-shipping .shipping-days {
    max-width: 45%;
    padding: 11px 20px;
  }
  .amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
    letter-spacing: 0;
    margin-top: 15px;
    padding-bottom: 5.5px;
    padding-top: 5.5px;
    width: auto;
  }
  .amcheckout-step-container .checkout-shipping-method .step-content {
    padding-bottom: 25px;
    padding-top: 30px;
  }
  .amcheckout-step-container.-summary .step-content {
    padding: 30px 20px 0;
  }
  .amcheckout-step-container.-summary > .checkout-payment-method.submit {
    margin-top: 40px;
    padding-bottom: 24px;
    position: static;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    padding: 20px 24px 20px 43px;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
    padding: 0 45px 0 20px;
  }
  .amcheckout-step-container .checkout-payment-method > .step-content .payments .no-quotes-block {
    padding: 31px 25px;
  }
  .amcheckout-step-container .amcheckout-summary-container .items-in-cart {
    margin-bottom: 20px;
  }
  .amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
    margin: 50px 0 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: calc(100% - 40px);
  }
  .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes .label,
  .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment .label {
    font-size: 1.4rem;
  }
  .amcard-codes-list .table .actions {
    width: 20px;
    text-align: right;
  }
  .amcard-field-container.-code .actions-toolbar {
    text-align: right;
  }
  .amcard-field-container.-code .actions-toolbar .primary {
    float: none;
  }
  .amcard-field-container.-code .actions-toolbar .primary .action {
    margin: 0;
  }
  .amcard-field-container.-code .actions-toolbar .secondary .action {
    margin: 0 0 0 7px;
  }
  #checkout .amcard-codes-list,
  #checkout .amcard-field-container {
    padding-left: 22px;
  }
  .amskit-toolbar-wrap {
    bottom: 25px;
    left: 25px;
  }
  .amskit-toolbar-wrap.-open {
    width: 500px;
  }
  .amskit-toolbar-content {
    max-height: 650px;
  }
  .amskit-headings-wrap {
    -webkit-flex-wrap: initial;
    flex-wrap: initial;
  }
  .amskit-page-links .amskit-label {
    width: 45%;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .banner_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .banner_list .banner-link {
    padding-left: 12px;
    padding-right: 12px;
  }
  .homepage-main-slider {
    margin-left: 0;
    margin-right: 0;
  }
  .homepage-main-slider .slick-slider .slick-arrow.slick-next {
    left: auto;
    right: 60px;
  }
  .homepage-main-slider .slick-slider .slick-arrow.slick-prev {
    left: 60px;
    right: auto;
  }
  .homepage-main-slider .slick-slider .slick-arrow.slick-prev,
  .homepage-main-slider .slick-slider .slick-arrow.slick-next {
    height: 54px;
    width: 54px;
  }
  .homepage-main-slider .slick-slider .slick-arrow.slick-prev:after,
  .homepage-main-slider .slick-slider .slick-arrow.slick-next:after,
  .homepage-main-slider .slick-slider .slick-arrow.slick-prev:before,
  .homepage-main-slider .slick-slider .slick-arrow.slick-next:before {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  .blog-home-featured-article-section .slick-prev,
  .blog-home-featured-article-section .slick-next {
    height: 38px;
    width: 38px;
  }
  .blog-home-featured-article-section .slick-prev:before,
  .blog-home-featured-article-section .slick-next:before,
  .blog-home-featured-article-section .slick-prev:after,
  .blog-home-featured-article-section .slick-next:after {
    font-size: 1rem;
    line-height: 1rem;
  }
  .blog-home-featured-article-section .slick-slider .slick-arrow.slick-prev {
    left: -20px;
  }
  .blog-home-featured-article-section .slick-slider .slick-arrow.slick-next {
    right: -20px;
  }
  .blog-homepage-middle-slider .slick-prev,
  .blog-homepage-middle-slider .slick-next {
    height: 38px;
    width: 38px;
  }
  .blog-homepage-middle-slider .slick-prev:before,
  .blog-homepage-middle-slider .slick-next:before,
  .blog-homepage-middle-slider .slick-prev:after,
  .blog-homepage-middle-slider .slick-next:after {
    font-size: 1rem;
    line-height: 1rem;
  }
  .blog-homepage-middle-slider .slick-slider .slick-arrow.slick-prev {
    left: 100px;
  }
  .blog-homepage-middle-slider .slick-slider .slick-arrow.slick-next {
    right: 100px;
  }
  .blog-homepage-middle-slider .slick-prev,
  .blog-homepage-middle-slider .slick-next {
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #4e4e4e;
    display: inline-block;
    text-decoration: none;
  }
  .blog-homepage-middle-slider .slick-prev:before,
  .blog-homepage-middle-slider .slick-next:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e911';
    font-family: 'unitedpharmacy-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .blog-homepage-middle-slider .slick-prev:before,
  .blog-homepage-middle-slider .slick-next:before,
  .blog-homepage-middle-slider .slick-prev:after,
  .blog-homepage-middle-slider .slick-next:after {
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #4e4e4e;
    font-weight: bold;
    padding: 0;
  }
  .blog-homepage-middle-slider .slick-prev:active,
  .blog-homepage-middle-slider .slick-next:active,
  .blog-homepage-middle-slider .slick-prev:focus,
  .blog-homepage-middle-slider .slick-next:focus,
  .blog-homepage-middle-slider .slick-prev:not(.primary),
  .blog-homepage-middle-slider .slick-next:not(.primary) {
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .blog-homepage-middle-slider .slick-prev:hover,
  .blog-homepage-middle-slider .slick-next:hover {
    background: #052d76;
    border: 1px solid #052d76;
    color: #ffffff;
    opacity: 1;
  }
  .blog-homepage-middle-slider .slick-prev:hover:before,
  .blog-homepage-middle-slider .slick-next:hover:before,
  .blog-homepage-middle-slider .slick-prev:hover:after,
  .blog-homepage-middle-slider .slick-next:hover:after {
    color: #ffffff;
  }
  .blog-homepage-middle-slider .slick-prev:hover.slick-disabled,
  .blog-homepage-middle-slider .slick-next:hover.slick-disabled {
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
  }
  .blog-homepage-middle-slider .slick-prev.slick-disabled,
  .blog-homepage-middle-slider .slick-next.slick-disabled {
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid #cecece;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #4e4e4e;
    opacity: 1;
  }
  .blog-homepage-middle-slider .slick-prev.slick-disabled:before,
  .blog-homepage-middle-slider .slick-next.slick-disabled:before,
  .blog-homepage-middle-slider .slick-prev.slick-disabled:after,
  .blog-homepage-middle-slider .slick-next.slick-disabled:after {
    color: #4e4e4e;
  }
  .blog-homepage-middle-slider .slick-next:before {
    content: '\e915';
  }
  .blog-homepage-main-slider .slick-prev,
  .blog-homepage-main-slider .slick-next {
    height: 40px;
    width: 40px;
  }
  .blog-homepage-main-slider .slick-prev:before,
  .blog-homepage-main-slider .slick-next:before,
  .blog-homepage-main-slider .slick-prev:after,
  .blog-homepage-main-slider .slick-next:after {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .blog-homepage-main-slider .slick-slider .slick-arrow.slick-prev {
    left: 100px;
  }
  .blog-homepage-main-slider .slick-slider .slick-arrow.slick-next {
    right: 100px;
  }
  .blog-home-featured-article-section .slick-prev,
  .blog-homepage-main-slider .slick-prev,
  .blog-home-featured-article-section .slick-next,
  .blog-homepage-main-slider .slick-next {
    background: #052d76;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
  }
  .blog-home-featured-article-section .slick-prev:before,
  .blog-homepage-main-slider .slick-prev:before,
  .blog-home-featured-article-section .slick-next:before,
  .blog-homepage-main-slider .slick-next:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e911';
    font-family: 'unitedpharmacy-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .blog-home-featured-article-section .slick-prev:before,
  .blog-homepage-main-slider .slick-prev:before,
  .blog-home-featured-article-section .slick-next:before,
  .blog-homepage-main-slider .slick-next:before,
  .blog-home-featured-article-section .slick-prev:after,
  .blog-homepage-main-slider .slick-prev:after,
  .blog-home-featured-article-section .slick-next:after,
  .blog-homepage-main-slider .slick-next:after {
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #ffffff;
    font-weight: bold;
    padding: 0;
  }
  .blog-home-featured-article-section .slick-prev:active,
  .blog-homepage-main-slider .slick-prev:active,
  .blog-home-featured-article-section .slick-next:active,
  .blog-homepage-main-slider .slick-next:active,
  .blog-home-featured-article-section .slick-prev:focus,
  .blog-homepage-main-slider .slick-prev:focus,
  .blog-home-featured-article-section .slick-next:focus,
  .blog-homepage-main-slider .slick-next:focus,
  .blog-home-featured-article-section .slick-prev:not(.primary),
  .blog-homepage-main-slider .slick-prev:not(.primary),
  .blog-home-featured-article-section .slick-next:not(.primary),
  .blog-homepage-main-slider .slick-next:not(.primary) {
    background: #052d76;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .blog-home-featured-article-section .slick-prev:hover,
  .blog-homepage-main-slider .slick-prev:hover,
  .blog-home-featured-article-section .slick-next:hover,
  .blog-homepage-main-slider .slick-next:hover {
    background: #ffffff;
    border: 1px solid #cecece;
    color: #4e4e4e;
    opacity: 1;
  }
  .blog-home-featured-article-section .slick-prev:hover:before,
  .blog-homepage-main-slider .slick-prev:hover:before,
  .blog-home-featured-article-section .slick-next:hover:before,
  .blog-homepage-main-slider .slick-next:hover:before,
  .blog-home-featured-article-section .slick-prev:hover:after,
  .blog-homepage-main-slider .slick-prev:hover:after,
  .blog-home-featured-article-section .slick-next:hover:after,
  .blog-homepage-main-slider .slick-next:hover:after {
    color: #4e4e4e;
  }
  .blog-home-featured-article-section .slick-prev:hover.slick-disabled,
  .blog-homepage-main-slider .slick-prev:hover.slick-disabled,
  .blog-home-featured-article-section .slick-next:hover.slick-disabled,
  .blog-homepage-main-slider .slick-next:hover.slick-disabled {
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
  }
  .blog-home-featured-article-section .slick-prev.slick-disabled,
  .blog-homepage-main-slider .slick-prev.slick-disabled,
  .blog-home-featured-article-section .slick-next.slick-disabled,
  .blog-homepage-main-slider .slick-next.slick-disabled {
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid #cecece;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #4e4e4e;
    opacity: 1;
  }
  .blog-home-featured-article-section .slick-prev.slick-disabled:before,
  .blog-homepage-main-slider .slick-prev.slick-disabled:before,
  .blog-home-featured-article-section .slick-next.slick-disabled:before,
  .blog-homepage-main-slider .slick-next.slick-disabled:before,
  .blog-home-featured-article-section .slick-prev.slick-disabled:after,
  .blog-homepage-main-slider .slick-prev.slick-disabled:after,
  .blog-home-featured-article-section .slick-next.slick-disabled:after,
  .blog-homepage-main-slider .slick-next.slick-disabled:after {
    color: #4e4e4e;
  }
  .blog-home-featured-article-section .slick-next:before,
  .blog-homepage-main-slider .slick-next:before {
    content: '\e915';
  }
  .blog-home-category-section .categories-block .amblog-category {
    width: 33.33%;
  }
  .blog-home-category-section .categories-block .amblog-category .amblog-category-content .amblog-link {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .blog-home-category-section .categories-block .amblog-category .amblog-category-content .amblog-category-content-image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 260px;
    max-width: 320px;
    width: 100%;
  }
  .blog-home-category-section .categories-block .amblog-category .amblog-category-content .amblog-category-content-image img {
    max-height: 100%;
  }
  .blog-home-our-services-section .banner_list {
    display: block;
    margin: 0;
  }
  .blog-home-our-services-section .banner_list .banner-link {
    padding: 0;
    width: 100%;
  }
  .blog-home-our-services-section .banner_list .banner-link:not(:last-child) {
    margin-bottom: 20px;
  }
  .ourservice-mobile .pagebuilder-column-line .pagebuilder-column .pagebuilder-mobile-only {
    display: block !important;
  }
  .cms-career .breadcrumbs {
    display: none;
  }
  .opportunities-section {
    margin-bottom: 35px;
  }
  .opportunities-section .pagebuilder-column-line {
    gap: 50px;
  }
  .opportunities-section .pagebuilder-column-line .opportunities-right-section {
    max-width: 736px;
  }
  .opportunities-section .pagebuilder-column-line .opportunities-right-section .benefits-calculator-description {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .opportunities-section .pagebuilder-column-line .opportunities-right-section .section-title {
    margin-bottom: 5px;
    margin-top: 0;
  }
  .opportunities-section .pagebuilder-column-line .opportunities-right-section .pagebuilder-button-primary {
    padding: 7px 34px;
  }
  #html-body .opportunities-section .pagebuilder-column-line .opportunities-left-section[data-content-type='column'] {
    justify-content: center;
  }
  .workplace-note {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 30px;
  }
  .united-workplace-section {
    margin-bottom: 35px;
  }
  .united-workplace-section .row-full-width-inner {
    margin-bottom: 35px;
    margin-top: 10px;
  }
  .united-workplace-section .pagebuilder-column-line .pagebuilder-column [data-content-type='text'] p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .united-life-section {
    margin-bottom: 35px;
  }
  .united-life-section .section-title {
    margin-top: 0;
  }
  .united-life-section .pagebuilder-column-group .pagebuilder-column-line {
    gap: 30px;
  }
  .united-life-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    overflow: hidden;
  }
  .united-life-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type='image']:hover img {
    transform: scale(1.1);
  }
  .united-life-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type='image'] img {
    transition: 0.4s ease;
  }
  .united-life-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column[data-content-type='column'] {
    flex-basis: calc(33.33% - 20px);
    width: 33.33%;
  }
  .career-main-banner-slider {
    margin-bottom: 35px;
  }
  .why-people-love-us-section .pagebuilder-column-group .pagebuilder-column-line {
    gap: 30px;
  }
  .why-people-love-us-section .pagebuilder-column-group .pagebuilder-column-line:first-child {
    margin-bottom: 30px;
  }
  .why-people-love-us-section {
    margin-bottom: 35px;
  }
  .why-people-love-us-section .pagebuilder-column .people-love-us-title {
    font-size: 1.8rem;
    margin: 10px 0;
  }
  .why-people-love-us-section .pagebuilder-column .people-love-us-note {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .job-listing-section {
    margin-bottom: 35px;
  }
  .job-listing-section .section-title {
    margin: 35px 0;
  }
  .job-listing-section .job-component-list-data .job-input-data-field {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: space-between;
    padding: 20px;
  }
  .job-listing-section .job-component-list-data .job-input-data-field .input-text.search-field,
  .job-listing-section .job-component-list-data .job-input-data-field .input-text.city-field {
    max-width: 548px;
    width: 100%;
  }
  .job-listing-section .job-component-list-data .job-input-data-field .input-button button,
  .job-listing-section .job-component-list-data .job-input-data-field .input-button .cart.table-wrapper .actions-toolbar > .action {
    width: 144px;
  }
  .job-listing-section .job-component-list-data .row-job {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 60px;
    padding: 35px 0;
  }
  .job-listing-section .job-component-list-data .row-job .job-action {
    margin-left: auto;
    width: auto;
  }
  .job-listing-section .job-component-list-data .row-job .job-action .job-action-apply-now button,
  .job-listing-section .job-component-list-data .row-job .job-action .job-action-apply-now .cart.table-wrapper .actions-toolbar > .action {
    width: 150px;
  }
  .job-listing-section .job-component-list-data .row-job .job-position {
    font-size: 1.8rem;
    line-height: 2.4rem;
    max-width: 500px;
    width: 100%;
  }
  .job-listing-section .job-component-list-data .row-job .job-job_information {
    font-size: 1.6rem;
    line-height: 2.4rem;
    max-width: 450px;
    width: 100%;
  }
  .job-listing-section .job-component-list-data .row-job .job-info-content {
    max-width: 500px;
    width: 100%;
  }
  .job-listing-section .job-component-list-data .row-job .job-info-content .job-job_description > span,
  .job-listing-section .job-component-list-data .row-job .job-info-content .job-job_description p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .modal-popup.apply-job-popup {
    max-width: 100%;
  }
  .modal-popup.apply-job-popup .modal-inner-wrap {
    max-width: 1440px;
  }
  .modal-popup.apply-job-popup .modal-header {
    margin-bottom: 28px;
    margin-top: 10px;
  }
  .modal-popup.apply-job-popup .modal-header .modal-title {
    font-size: 2.2rem;
    line-height: 3rem;
    letter-spacing: .8px;
  }
  .modal-popup.apply-job-popup .fieldset > .field:not(.choice) > .control {
    width: 100%;
  }
  .modal-popup.apply-job-popup .fieldset > .field:not(.choice) > .label {
    letter-spacing: .32px;
  }
  .modal-popup.apply-job-popup .fieldset .field textarea {
    height: 132px;
  }
  .modal-popup.apply-job-popup .fieldset .form-submit {
    margin-top: 10px;
  }
  .modal-popup.apply-job-popup .fieldset .custom-upload-btn {
    font-size: 1.6rem;
  }
  .modal-popup.apply-job-popup .modal-content {
    padding-bottom: 20px;
  }
  .modal-popup.share-job-popup .modal-title {
    font-size: 2.2rem;
  }
  .career-details .career-title-sharepost .section-title {
    font-size: 2.2rem;
  }
  .career-details .career-detail-description {
    margin-top: 30px;
    padding: 30px 0;
  }
  .career-details .career-detail-description .job-description {
    padding: 30px;
  }
  .career-details .job-posted-date {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .shop-by-category-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .shop-by-category-wrapper {
    display: block;
    max-height: 217px;
    overflow: visible;
    padding: 0;
    text-align: center;
  }
  .shop-by-category-wrapper:not(.slick-slider) {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
  }
  .shop-by-category-wrapper .item.item-category {
    max-width: 176px;
    padding: 0;
  }
  .shop-by-category-wrapper > .item.item-category {
    display: inline-block;
  }
  .shop-by-category-wrapper .slick-slide {
    text-align: center;
  }
  .shop-by-category-wrapper .slick-list {
    overflow: visible;
  }
  .shop-by-category-wrapper .categories-inner.cate-content {
    border: 1px solid rgba(0, 0, 0, 0);
    margin-bottom: 0;
    position: relative;
    text-align: left;
  }
  .shop-by-category-wrapper .categories-inner.cate-content.active {
    border: 1px solid #052d76;
    border-radius: 4px;
  }
  .shop-by-category-wrapper .categories-inner.cate-content.active .cate-name {
    background-color: #ffffff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .shop-by-category-wrapper .categories-inner.cate-content.active .shop-cate-content {
    border: 1px solid #052d76;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: none;
    display: block;
  }
  .shop-by-category-wrapper .categories-inner.cate-content.active .shop-category-title-name {
    background-color: #ffffff;
  }
  .shop-by-category-wrapper .shop-category-title-name {
    background-color: #edf4f6;
    border-radius: 4px;
    height: 50px;
    display: flex;
    align-items: center;
  }
  .shop-by-category-wrapper .cate-name {
    background-color: #edf4f6;
    border-radius: 4px;
    color: #052d76;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .32px;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 5px 25px 5px 15px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 43px;
    align-content: center;
  }
  .shop-by-category-wrapper .shop-cate-content {
    background: #ffffff;
    display: none;
    left: -1px;
    margin-top: -1px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    right: -1px;
    top: 100%;
  }
  .shop-by-category-wrapper .shop-cate-content ul {
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .shop-by-category-wrapper .shop-cate-content ul li {
    line-height: 1;
    margin-bottom: 7px;
  }
  .shop-by-category-wrapper .shop-cate-content ul li a {
    color: #272727;
    font-size: 14px;
    line-height: 1;
  }
  .shop-by-category-wrapper .shop-cate-content ul li a:hover {
    color: #052d76;
  }
  .shop-by-category-wrapper .shop-cate-content .cate-link {
    color: #052d76;
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
  }
  .home-slider-category .item-category .alinkslide {
    aspect-ratio: 1;
    border: 1px solid #dfdfdf;
    height: 100%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    max-height: 166px;
    max-width: 166px;
    padding: 6px;
    width: 100%;
  }
  .home-slider-category .item-category .alinkslide > img {
    max-width: 100%;
  }
  .home-slider-category .item-category .alinkslide > img[src*='placeholder-product.gif'] {
    height: 154px;
    width: 154px;
  }
  .home-slider-category .item-category .alinkslide:hover {
    border: 2px solid #052d76;
  }
  body.scrolling .chat-button-title {
    transform: translateX(100%);
  }
  body.scrolling .help-chat-image {
    transform: translateX(100%);
  }
  #whatsapp_chat_widget .wa-chat-box {
    bottom: 0 !important;
  }
  .bv-custom-open-button {
    border: none;
    bottom: 19px;
    left: auto;
    right: 70px;
  }
  .bv-custom-open-button img {
    height: 75px;
    width: 75px;
  }
  .bv-custom-open-button .chat-button-title {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding: 12px 15px 11px 20px;
  }
  .bv-custom-open-button .help-chat-image:before {
    height: 90px;
    left: auto;
    right: -7px;
    width: 90px;
  }
  .bv-custom-open-button .help-chat-image:after {
    height: 50px;
    left: auto;
    right: 15px;
    width: 50px;
  }
  .bv-chat-container {
    font-size: 14px;
    margin-top: 15px;
    padding: 6px 5px;
  }
  .bv-custom-chat-popup {
    bottom: 105px;
    left: auto;
    max-width: 367px;
    min-height: 250px;
    min-width: 367px;
    overflow-y: auto;
    right: 60px;
  }
  .bv-custom-chat-popup .upc-chart-box p {
    font-size: 14px;
  }
  .bv-custom-chat-popup .form-container .form-content,
  .bv-custom-chat-popup .bv-chat-container-sec {
    padding: 25px 30px 35px;
  }
  .bv-custom-chat-popup #closebtn .help-sec {
    font-size: 18px;
  }
  .bv-custom-chat-popup .bv-chat-sec {
    margin-bottom: 30px;
  }
  .bv-custom-chat-popup .form-container .btn {
    font-size: 14px;
    line-height: 24px;
    margin: 30px auto 30px;
  }
  .bv-custom-chat-popup .form-container .back-btn {
    font-size: 18px;
  }
  .bv-custom-chat-popup .form-container .form-content {
    max-height: 385px;
    padding: 20px 25px 25px;
  }
  .bv-custom-chat-popup .form-container .form-content .field.required.form-outline {
    margin: 30px 0;
  }
  .bv-custom-chat-popup .form-container .form-content .field.required.form-outline .control input[type='text'],
  .bv-custom-chat-popup .form-container .form-content .field.required.form-outline .control input[type='password'],
  .bv-custom-chat-popup .form-container .form-content .field.required.form-outline .control input[type='url'],
  .bv-custom-chat-popup .form-container .form-content .field.required.form-outline .control input[type='tel'],
  .bv-custom-chat-popup .form-container .form-content .field.required.form-outline .control input[type='search'],
  .bv-custom-chat-popup .form-container .form-content .field.required.form-outline .control input[type='number'],
  .bv-custom-chat-popup .form-container .form-content .field.required.form-outline .control input[type*='date'],
  .bv-custom-chat-popup .form-container .form-content .field.required.form-outline .control input[type='email'],
  .bv-custom-chat-popup .form-container .form-content .field.required.form-outline .control input[type='textarea'],
  .bv-custom-chat-popup .form-container .form-content .field.required.form-outline .control select {
    height: 42px;
  }
  .top-container {
    min-height: 43px;
  }
  .top-container .delivery-address-selector .delivery-text {
    font-size: 1.6rem;
    line-height: 2rem;
    padding-left: 60px;
  }
  .choose-city-popup .delect-city-auto {
    margin: 15px 0 0;
  }
  .select2-container.select2-container--open .select2-dropdown--below {
    margin-top: -2px;
  }
  .checkout-note {
    margin: 0 0 40px;
  }
  .checkout-note .action span {
    font-size: 1.4rem;
  }
  .checkout-note .note-data {
    font-size: 1.4rem;
  }
  .home-brands .ambrands-content {
    margin: 0 -35px 20px;
    padding: 0 30px;
  }
  .homepagebrands-index-index .products-grid .product-item {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    margin-left: 13px;
    padding: 15px;
    width: calc((100% - 26px)/3);
  }
  .homepagebrands-index-index .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 13px;
  }
  .homepagebrands-index-index .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .homepagebrands-index-index .products-grid .product-item .product-item-info {
    border: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .newbrand-top-slider {
    min-height: 448px;
  }
  .newbrand-top-slider .newbrand-offer-banner img {
    border-radius: 0;
  }
  .newbrand-categories.circle-container {
    margin: 20px -22.5px 30px;
    overflow-x: unset;
    padding: 0;
    white-space: normal;
  }
  .newbrand-categories.circle-container:not(.slick-slider) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    max-height: 226px;
    overflow: hidden;
  }
  .newbrand-categories.circle-container:not(.slick-slider) .circle-item {
    max-width: calc(100% / 4);
  }
  .newbrand-categories .circle-item {
    padding-left: 22.5px;
    padding-right: 22.5px;
    text-align: center;
    width: 100%;
  }
  .newbrand-categories .circle-item a .brand-img-wrap {
    border: 1px solid #dfdfdf;
    max-height: 166px;
    max-width: 166px;
    padding: 6px;
  }
  .newbrand-categories .circle-item a.active .brand-img-wrap,
  .newbrand-categories .circle-item a:hover .brand-img-wrap {
    border: 3px solid #052d76;
    box-shadow: 0 10px 10px rgba(112, 113, 114, 0.42);
  }
  .newbrand-categories .circle-item a.active .skincare-title,
  .newbrand-categories .circle-item a:hover .skincare-title {
    color: #052d76;
    font-weight: 800;
  }
  .newbrand-categories .circle-item .skincare-title {
    color: #4e4e4e;
    display: inline-block;
    font-weight: bold;
    letter-spacing: .32px;
    margin: 20px 0;
    width: 100%;
  }
  .newbrand-twobanner {
    margin-bottom: 50px;
  }
  .best-deal-category-header {
    padding-left: 0;
    padding-right: 0;
  }
  .best-category-slider-section,
  .Best-category-slider-section {
    margin-left: -35px;
    margin-right: -35px;
  }
  .popular-category-products-wrapper .products-grid .product-items:not(.slick-slider),
  .best-deal-category-products-wrapper .products-grid .product-items:not(.slick-slider) {
    padding-left: 30px;
    padding-right: 30px;
  }
  .popular-categories-tabs {
    padding-left: 30px;
    padding-right: 30px;
    justify-content: center;
  }
  .popular-category-tab {
    background-image: none;
    background: #edf4f6;
    border: 1px solid #edf4f6;
    color: #052d76;
    cursor: pointer;
    display: inline-block;
    font-family: 'Almarai', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 7px 15px;
    line-height: 2.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 1.4rem;
    line-height: 2.2rem;
    border-radius: 4px;
    letter-spacing: .32px;
    margin-right: 20px;
    padding: 7px 34px;
  }
  .popular-category-tab:focus,
  .popular-category-tab:active {
    background: #052d76;
    border: 1px solid #edf4f6;
    color: #052d76;
  }
  .popular-category-tab:hover {
    background: #052d76;
    border: 1px solid #052d76;
    color: #ffffff;
  }
  .popular-category-tab.disabled,
  .popular-category-tab[disabled],
  fieldset[disabled] .popular-category-tab {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
  }
  .popular-category-tab:last-child {
    margin-right: 0;
  }
  .popular-category-tab.active {
    background-color: #052d76;
    border-color: #052d76;
    color: #ffffff;
  }
  .best-deal-category-wrapper {
    border-radius: 4px;
    padding: 80px 30px;
  }
  .best-deal-category-wrapper .best-deal-category-view-all {
    max-width: 380px;
  }
  .best-deal-category-wrapper .best-deal-category-view-all .action.primary {
    background-color: #052d76;
    border-radius: 4px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: .32px;
    max-width: 140px;
    padding: 8px 24px;
    width: 100%;
  }
  .best-deal-category-wrapper .best-deal-category-view-all .best_deal_timer {
    font-size: 1.6rem;
    line-height: 2rem;
    height: 38px;
    margin-right: 35px;
    min-width: 140px;
    padding: 0 15px;
  }
  .best-deal-category-wrapper .best-deal-category-view-all .best_deal_timer:before {
    font-size: 2.3rem;
    line-height: 2.4rem;
    height: 24px;
    margin: 0 15px 0 0;
    width: 24px;
  }
  .best-deal-category-wrapper .products-grid {
    margin-left: -9px;
    margin-right: -9px;
  }
  .best-deal-category-wrapper .products-grid .product-item {
    padding-left: 9px;
    padding-right: 9px;
  }
  .best-deal-category-wrapper .products-grid .product-item .product-item-info {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    padding: 15px;
    position: relative;
  }
  .popular-category-products-wrapper .page-products .products-grid .product-items:not(.slick-initialized) > li.item.product.product-item {
    width: calc(100% / 3);
  }
  .loyalty-points-balance-data {
    margin-bottom: 30px;
  }
  .loyalty-points-balance-data .loyalty-title {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .loyalty-points-balance-data .loyalty-points-data {
    padding: 13px;
  }
  .loyalty-points-balance-data .loyalty-points-data .loyalty-total-points-credit {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .loyaltypoints-history.table-wrapper {
    margin-bottom: 40px;
  }
  .loyaltypoints-loyaltypoints-history .loyalty-bottom-toolbar .loyalty-history-total-records {
    font-size: 1.6rem;
  }
  .lp-partner-slider .section-title-head {
    margin-bottom: 20px;
  }
  .lp-partner-slider .partner-slider-title {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .lp-partner-slider .partner-view-all {
    line-height: 2.2rem;
    border-radius: 4px;
    padding: 8px 32px;
  }
  .lp-partner-slider .lp-partner-banner-list {
    margin: 0 -14px 35px;
    overflow-x: unset;
    padding: 0;
  }
  .lp-partner-slider .lp-partner-banner-list:not(.slick-slider) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    max-height: 150px;
  }
  .lp-partner-slider .lp-partner-banner-list:not(.slick-slider) .lp-partner-banner-link {
    margin-bottom: 10px;
    max-width: calc(100% / 3);
    width: 100%;
  }
  .lp-partner-slider .lp-partner-banner-list .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .lp-partner-slider .lp-partner-banner-list .lp-partner-banner-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 0 14px;
  }
  .lp-partner-slider .lp-partner-banner-list .lp-partner-banner-link a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    border: 1px solid #d5dcde;
    height: 100%;
    justify-content: center;
    padding: 10px 15px;
    width: 100%;
  }
  .lp-partner-slider .lp-partner-banner-list .lp-partner-banner-link a img {
    max-height: 127px;
    max-width: 286px;
  }
  .lp-partner-slider .lp-partner-banner-list .slick-prev {
    left: -5px;
  }
  .lp-partner-slider .lp-partner-banner-list .slick-next {
    right: -5px;
  }
  .loyaltypoints-partners-listall.account .page-title-wrapper .page-title {
    margin-bottom: 25px;
  }
  .loyaltypoints-partners-view.account .page-title-wrapper .page-title {
    margin-bottom: 30px;
  }
  .loyaltypoints-partners-view.account .loyalty-points-balance-data {
    margin-bottom: 20px;
  }
  .loyaltypoints-partners-view.account .lp-partner-banner-list {
    margin-bottom: 30px;
  }
  .loyaltypoints-partners-view.account .lp-partner-banner-list .slick-prev {
    left: -10px;
  }
  .loyaltypoints-partners-view.account .lp-partner-banner-list .slick-next {
    right: -10px;
  }
  .loyaltypoints-partners-view.account .lp-partner-banner-list.slick-initialized {
    margin-left: -10px;
    margin-right: -10px;
  }
  .loyaltypoints-partners-view.account .lp-partner-banner-list.slick-initialized .lp-partner-banner-link {
    padding-left: 10px;
    padding-right: 10px;
  }
  .loyaltypoints-partners-view .partner-redeem-form .fieldset .legend {
    font-size: 2.4rem;
    line-height: 2.6rem;
    margin-bottom: 25px;
  }
  .loyaltypoints-partners-view .partner-redeem-form .fieldset > .field {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    float: left;
    margin: 0 20px 10px 0;
    width: calc(50% - 10px);
  }
  .loyaltypoints-partners-view .partner-redeem-form .fieldset > .field:not(.choice) > .control {
    width: 100%;
  }
  .loyaltypoints-partners-view .partner-redeem-form .fieldset > .field:last-child {
    margin: 0 0 10px 0;
  }
  .loyaltypoints-partners-view .partner-redeem-form .actions-toolbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .loyaltypoints-partners-view .lp-partner-points-list .lp-partner-points-box {
    border: 1px solid #98aaaf;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    max-width: 400px;
  }
  .lp-partner-banner-list .slick-prev,
  .lp-partner-banner-list .slick-next {
    background: #052d76;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    height: 38px;
    width: 38px;
    display: inline-block;
    text-decoration: none;
  }
  .lp-partner-banner-list .slick-prev:before,
  .lp-partner-banner-list .slick-next:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e911';
    font-family: 'unitedpharmacy-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .lp-partner-banner-list .slick-prev:before,
  .lp-partner-banner-list .slick-next:before,
  .lp-partner-banner-list .slick-prev:after,
  .lp-partner-banner-list .slick-next:after {
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    padding: 0;
  }
  .lp-partner-banner-list .slick-prev:active,
  .lp-partner-banner-list .slick-next:active,
  .lp-partner-banner-list .slick-prev:focus,
  .lp-partner-banner-list .slick-next:focus,
  .lp-partner-banner-list .slick-prev:not(.primary),
  .lp-partner-banner-list .slick-next:not(.primary) {
    background: #052d76;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .lp-partner-banner-list .slick-prev:hover,
  .lp-partner-banner-list .slick-next:hover {
    background: #ffffff;
    border: 1px solid #cecece;
    color: #4e4e4e;
    opacity: 1;
  }
  .lp-partner-banner-list .slick-prev:hover:before,
  .lp-partner-banner-list .slick-next:hover:before,
  .lp-partner-banner-list .slick-prev:hover:after,
  .lp-partner-banner-list .slick-next:hover:after {
    color: #4e4e4e;
  }
  .lp-partner-banner-list .slick-prev.slick-disabled,
  .lp-partner-banner-list .slick-next.slick-disabled {
    background: #ffffff;
    border: 1px solid #cecece;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #4e4e4e;
    opacity: 1;
  }
  .lp-partner-banner-list .slick-prev.slick-disabled:before,
  .lp-partner-banner-list .slick-next.slick-disabled:before,
  .lp-partner-banner-list .slick-prev.slick-disabled:after,
  .lp-partner-banner-list .slick-next.slick-disabled:after {
    color: #4e4e4e;
  }
  .lp-partner-banner-list .slick-next:before {
    content: '\e915';
  }
  .lp-partner-list {
    margin-bottom: 58px;
  }
  .lp-partner-points-converts > span {
    max-width: 400px;
  }
  .loyaltypoints-partners-detail.account .lp-partner-banner-list {
    margin-bottom: 30px;
  }
  .loyaltypoints-partners-detail.account .lp-partner-banner-list .slick-prev {
    left: -10px;
  }
  .loyaltypoints-partners-detail.account .lp-partner-banner-list .slick-next {
    right: -10px;
  }
  .loyaltypoints-partners-detail.account .lp-partner-banner-list.slick-initialized {
    margin-left: -10px;
    margin-right: -10px;
  }
  .loyaltypoints-partners-detail.account .lp-partner-banner-list.slick-initialized .lp-partner-banner-link {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bv-popupdetail-popup-modal.modal-popup {
    max-width: 100%;
  }
  .bv-popupdetail-popup-modal .modal-inner-wrap {
    max-width: 920px;
  }
  .bv-popupdetail-popup-modal.modal-popup.design-center-transparent .modal-inner-wrap {
    max-width: 50%;
    height: auto;
  }
  .bv-popupdetail-popup-modal.modal-popup.design-center-transparent._show .modal-inner-wrap {
    top: 50%;
    transform: translateY(-60%);
  }
  .bv-popupdetail-popup-modal.modal-popup.design-center-transparent .img-wrap img {
    max-height: 500px;
  }
  .bv-popupdetail-popup-modal.modal-popup.design-full-transparent .modal-inner-wrap {
    max-width: 100%;
    width: 90%;
  }
  .bv-popupdetail-popup-modal.modal-popup.design-full-transparent .img-wrap img {
    max-height: 700px;
  }
  .bv-popupdetail-popup-modal.modal-popup.design-full-transparent._show .modal-inner-wrap {
    top: 50%;
    transform: translateY(-60%);
  }
  .careerpage-main-slider .slick-slider .slick-arrow.slick-prev,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-prev {
    left: 60px;
    right: auto;
  }
  .careerpage-main-slider .slick-slider .slick-arrow.slick-next,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-next {
    left: auto;
    right: 60px;
  }
  .careerpage-main-slider .slick-slider .slick-arrow.slick-prev,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-prev,
  .careerpage-main-slider .slick-slider .slick-arrow.slick-next,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-next {
    background: #052d76;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    height: 54px;
    width: 54px;
    display: inline-block;
    text-decoration: none;
  }
  .careerpage-main-slider .slick-slider .slick-arrow.slick-prev:before,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-prev:before,
  .careerpage-main-slider .slick-slider .slick-arrow.slick-next:before,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-next:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e911';
    font-family: 'unitedpharmacy-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .careerpage-main-slider .slick-slider .slick-arrow.slick-prev:before,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-prev:before,
  .careerpage-main-slider .slick-slider .slick-arrow.slick-next:before,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-next:before,
  .careerpage-main-slider .slick-slider .slick-arrow.slick-prev:after,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-prev:after,
  .careerpage-main-slider .slick-slider .slick-arrow.slick-next:after,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-next:after {
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #ffffff;
    font-weight: bold;
    padding: 0;
  }
  .careerpage-main-slider .slick-slider .slick-arrow.slick-prev:active,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-prev:active,
  .careerpage-main-slider .slick-slider .slick-arrow.slick-next:active,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-next:active,
  .careerpage-main-slider .slick-slider .slick-arrow.slick-prev:focus,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-prev:focus,
  .careerpage-main-slider .slick-slider .slick-arrow.slick-next:focus,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-next:focus,
  .careerpage-main-slider .slick-slider .slick-arrow.slick-prev:not(.primary),
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-prev:not(.primary),
  .careerpage-main-slider .slick-slider .slick-arrow.slick-next:not(.primary),
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-next:not(.primary) {
    background: #052d76;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .careerpage-main-slider .slick-slider .slick-arrow.slick-prev:hover,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-prev:hover,
  .careerpage-main-slider .slick-slider .slick-arrow.slick-next:hover,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-next:hover {
    background: #ffffff;
    border: 1px solid #cecece;
    color: #4e4e4e;
    opacity: 1;
  }
  .careerpage-main-slider .slick-slider .slick-arrow.slick-prev:hover:before,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-prev:hover:before,
  .careerpage-main-slider .slick-slider .slick-arrow.slick-next:hover:before,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-next:hover:before,
  .careerpage-main-slider .slick-slider .slick-arrow.slick-prev:hover:after,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-prev:hover:after,
  .careerpage-main-slider .slick-slider .slick-arrow.slick-next:hover:after,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-next:hover:after {
    color: #4e4e4e;
  }
  .careerpage-main-slider .slick-slider .slick-arrow.slick-prev:hover.slick-disabled,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-prev:hover.slick-disabled,
  .careerpage-main-slider .slick-slider .slick-arrow.slick-next:hover.slick-disabled,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-next:hover.slick-disabled {
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
  }
  .careerpage-main-slider .slick-slider .slick-arrow.slick-prev.slick-disabled,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-prev.slick-disabled,
  .careerpage-main-slider .slick-slider .slick-arrow.slick-next.slick-disabled,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-next.slick-disabled {
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid #cecece;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #4e4e4e;
    opacity: 1;
  }
  .careerpage-main-slider .slick-slider .slick-arrow.slick-prev.slick-disabled:before,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-prev.slick-disabled:before,
  .careerpage-main-slider .slick-slider .slick-arrow.slick-next.slick-disabled:before,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-next.slick-disabled:before,
  .careerpage-main-slider .slick-slider .slick-arrow.slick-prev.slick-disabled:after,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-prev.slick-disabled:after,
  .careerpage-main-slider .slick-slider .slick-arrow.slick-next.slick-disabled:after,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-next.slick-disabled:after {
    color: #4e4e4e;
  }
  .careerpage-main-slider .slick-slider .slick-arrow.slick-next:before,
  .pregnancy-calculator-main-slider .slick-slider .slick-arrow.slick-next:before {
    content: '\e915';
  }
  .benefits-pregnancy-calculator-section .pagebuilder-column-line {
    gap: 50px;
  }
  .benefits-pregnancy-calculator-section .pagebuilder-column-line .benefits-right-section {
    max-width: 736px;
  }
  .benefits-pregnancy-calculator-section .pagebuilder-column-line .benefits-right-section .benefits-calculator-description {
    font-size: 1.6rem;
  }
  .benefits-pregnancy-calculator-section .pagebuilder-column-line .benefits-right-section .section-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  #html-body .benefits-pregnancy-calculator-section .pagebuilder-column-line .benefits-left-section[data-content-type='column'] {
    justify-content: center;
  }
  .pregnancy-main-slider-section {
    margin-bottom: 35px;
  }
  .pregnancy-calculate-section {
    margin: 35px 0;
  }
  .pregnancy-calculate-section .pagebuilder-column-line {
    gap: 50px;
    margin-top: 35px;
  }
  .pregnancy-calculate-section .pregnancy-calculate-right-section {
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    max-width: 736px;
    padding: 25px;
  }
  .pregnancy-calculate-section .pregnancy-calculate-right-section .calculate-title {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 25px;
  }
  .pregnancy-calculate-section .pregnancy-calculate-right-section .pregnancy-calculate-form-wrap .label {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .pregnancy-calculate-section .pregnancy-calculate-right-section .pregnancy-calculate-form-wrap form .field {
    margin-bottom: 25px;
  }
  .pregnancy-calculate-section .pregnancy-calculate-right-section .pregnancy-calculate-form-wrap form .cycle-length-range-slider .cycle-length-days {
    font-size: 1.8rem;
  }
  .pregnancy-calculate-section .pregnancy-calculate-right-section .pregnancy-calculate-form-wrap form .cycle-length-range-slider .ui-slider-horizontal {
    width: calc(100% - 106px);
  }
  #html-body .pregnancy-calculate-section .pregnancy-calculate-left-section[data-content-type='column'] {
    justify-content: center;
  }
  .qitaf-mobile-number-field .country-code-flag {
    height: 37px;
    padding: 13px 7px 12px;
    line-height: 16px;
    margin-right: -1px;
  }
  .qitaf-mobile-number-field .mobile-number-field input[type='text'] {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0;
    margin-left: -1px;
    padding-left: 3px;
  }
  .shop-products-by-brand-wrapper {
    margin-bottom: 0;
    padding-top: 50px;
    position: relative;
  }
  .shop-products-by-brand-wrapper::before {
    background: #e3ecef;
    content: '';
    height: 57%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .shop-by-brand-block .shop-products-brands-header {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .shop-by-brand-block .shop-products-brands-header .category-section,
  .shop-by-brand-block .shop-products-brands-header .brand-section,
  .shop-by-brand-block .shop-products-brands-header .brand-logo-img {
    margin-right: 30px;
    max-width: 304px;
    width: 100%;
  }
  .shop-by-brand-block .shop-products-brands-header .category-section .label,
  .shop-by-brand-block .shop-products-brands-header .brand-section .label,
  .shop-by-brand-block .shop-products-brands-header .brand-logo-img .label {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #4e4e4e;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .shop-by-brand-block .shop-products-brands-header .brand-logo-img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    align-self: self-end;
    background-color: #f9f9f9;
    justify-content: center;
    margin-right: 0;
    max-width: 226px;
    min-height: 68px;
    width: 100%;
  }
  .shop-by-brand-block .shop-products-brands-header .brand-logo-img img {
    height: auto;
    max-height: 68px;
    max-width: 224px;
    width: auto;
  }
  .shop-by-brand-block .shop-products-brands {
    margin-top: 40px;
  }
  .cms-special-offers .product-items .product-item .offer-section {
    line-height: 1.6rem;
  }
  .page-main .offer_wrap .offer_list .section-title {
    margin-top: 25px;
    text-align: center;
  }
  .page-main .offer_wrap .offer-products .section-title {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .offer_wrap .offer_list .offer-categories {
    display: block;
    margin-bottom: 36px;
    margin-left: -22.5px;
    margin-right: -22.5px;
    overflow-x: unset;
    padding: 0;
    white-space: normal;
  }
  .offer_wrap .offer_list .offer-categories:not(.slick-slider) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    max-height: 226px;
    overflow: hidden;
  }
  .offer_wrap .offer_list .offer-categories:not(.slick-slider) .offer-link {
    max-width: calc(100% / 4);
  }
  .offer_wrap .offer_list .offer-categories .offer-link {
    padding-left: 22.5px;
    padding-right: 22.5px;
    text-align: center;
    width: 100%;
  }
  .offer_wrap .offer_list .offer-categories .offer-link a img {
    max-height: 166px;
    max-width: 166px;
  }
  .offer_wrap .offer_list .offer-categories .offer-link a.active img,
  .offer_wrap .offer_list .offer-categories .offer-link a:hover img {
    border: 3px solid #052d76;
    box-shadow: 0 10px 10px rgba(112, 113, 114, 0.42);
  }
  .offer_wrap .offer_list .offer-categories .offer-link a.active .offer-cate-name,
  .offer_wrap .offer_list .offer-categories .offer-link a:hover .offer-cate-name {
    color: #052d76;
  }
  .offer_wrap .offer_list .offer-categories .offer-link .offer-cate-name {
    color: #4e4e4e;
    display: inline-block;
    font-weight: bold;
    letter-spacing: .32px;
    margin: 20px 0;
    width: 100%;
  }
  .offer_wrap .offer_detail .offer_banner {
    margin-bottom: 60px;
  }
  .offer_wrap .slick-slide img {
    display: inline-block;
    width: 100%;
  }
  .offer_wrap .section-title {
    font-size: 2.2rem;
    line-height: 3rem;
    letter-spacing: .8px;
  }
  .offer_wrap .offer_banner img {
    box-shadow: none;
  }
  .offer_wrap .slick-slider .slick-arrow.slick-next {
    right: -25px;
  }
  .offer_wrap .slick-slider .slick-arrow.slick-prev {
    left: -25px;
  }
  #html-body .brand-united-section-title .mobile-border-button .pagebuilder-button-primary {
    line-height: 2rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 700;
    padding: 7px 18px;
  }
  #html-body .brand-united-section-title .mobile-border-button .pagebuilder-button-primary:hover {
    background: #052d76;
    color: #ffffff;
  }
  .brand-united-section-title.dflex .section-title {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .brand-united-section-title.dflex [data-content-type='buttons'] {
    margin-bottom: 30px;
  }
  .shop-product-by-brand.global-category .section-title {
    margin-bottom: 30px;
  }
  .shop-product-by-brand.global-category .home-brands .ambrands-content {
    display: block;
    overflow-x: unset;
  }
  .shop-product-by-brand.global-category .home-brands .ambrands-content:not(.slick-initialized) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 105px;
    overflow: hidden;
  }
  .shop-product-by-brand.global-category .home-brands .ambrands-content:not(.slick-initialized) .ambrands-brand-item {
    margin: 0 10px;
    padding: 5px 5px 0;
  }
  .shop-product-by-brand.global-category .home-brands .ambrands-content .ambrands-brand-item .ambrands-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-height: 100px;
    max-width: 150px;
    width: 100%;
  }
  .shop-product-by-brand.global-category .home-brands .ambrands-content .ambrands-brand-item .ambrands-image-block .ambrands-image {
    height: 67px;
    object-fit: contain;
    width: 100px;
  }
  .shop-product-by-brand.global-category .home-brands .ambrands-letters-list .ambrands-letter {
    margin-bottom: 35px;
    padding: 0;
    width: 100%;
  }
  .shop-product-by-brand.global-category .home-brands .ambrands-brand-item {
    margin: 0;
    padding: 0;
  }
  .shop-product-by-brand.global-category .home-brands .slick-next {
    right: -5px;
  }
  .shop-product-by-brand.global-category .home-brands .slick-prev {
    left: -5px;
  }
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-prev {
    left: 60px;
    right: auto;
  }
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-next {
    left: auto;
    right: 60px;
  }
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-prev,
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-next {
    background: #052d76;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    height: 54px;
    width: 54px;
    display: inline-block;
    text-decoration: none;
  }
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-prev:before,
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-next:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e911';
    font-family: 'unitedpharmacy-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-prev:before,
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-next:before,
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-prev:after,
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-next:after {
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #ffffff;
    font-weight: bold;
    padding: 0;
  }
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-prev:active,
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-next:active,
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-prev:focus,
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-next:focus,
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-prev:not(.primary),
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-next:not(.primary) {
    background: #052d76;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-prev:hover,
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-next:hover {
    background: #ffffff;
    border: 1px solid #cecece;
    color: #4e4e4e;
    opacity: 1;
  }
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-prev:hover:before,
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-next:hover:before,
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-prev:hover:after,
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-next:hover:after {
    color: #4e4e4e;
  }
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-prev:hover.slick-disabled,
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-next:hover.slick-disabled {
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
  }
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-prev.slick-disabled,
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-next.slick-disabled {
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid #cecece;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #4e4e4e;
    opacity: 1;
  }
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-prev.slick-disabled:before,
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-next.slick-disabled:before,
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-prev.slick-disabled:after,
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-next.slick-disabled:after {
    color: #4e4e4e;
  }
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-next:before {
    content: '\e915';
  }
  .shop-product-by-brand.global-category[data-content-type='row'],
  .shopby-category-slider.global-category[data-content-type='row'],
  .discover-offers-section[data-content-type='row'] {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .shopby-category-slider.global-category .shop-by-category-wrapper {
    margin: 0;
  }
  .shopby-category-slider.global-category .shop-by-category-wrapper:not(.slick-slider) {
    justify-content: center;
  }
  .shopby-category-slider.global-category .section-title {
    margin-bottom: 30px;
  }
  .shopby-category-slider.global-category .slick-next,
  .shopby-category-slider.global-category .slick-prev {
    margin-top: -18px;
  }
  .shopby-category-slider.global-category .slick-next {
    right: 0;
  }
  .shopby-category-slider.global-category .slick-prev {
    left: 0;
  }
  .shopby-category-slider.global-category .shop-by-category-wrapper .cate-name {
    background: 0;
    padding: 0;
    text-align: center;
  }
  .shopby-category-slider.global-category .shop-by-category-wrapper .cate-name:after {
    display: none;
  }
  .global-product-bottom-slider-section,
  .global-product-categories-section,
  .discover-offers-section,
  .global-product-main-slider-section,
  .shopby-category-slider.global-category,
  .ask-pharmacist-section,
  .united-world-service-section {
    margin-bottom: 35px;
  }
  .united-world-service-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    padding: 38px 20px;
  }
  .united-world-service-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type='image'] {
    height: 90px;
  }
  .discover-offers-section .section-title {
    margin-bottom: 30px;
  }
  .global-product-page-two-banner .banner-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-left: -12px;
    margin-right: -12px;
    padding: 0;
  }
  .global-product-page-two-banner .banner-list .banner-link {
    min-width: auto;
    padding-left: 12px;
    padding-right: 12px;
  }
  .global-product-page-two-banner .banner-list .banner-link img {
    border-radius: 0;
    object-fit: initial;
  }
  .global-product-page-category.bundle-category-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: -11.5px;
    margin-right: -11.5px;
  }
  .global-product-page-category .bundle-category-block {
    margin: 0;
    padding-left: 11.5px;
    padding-right: 11.5px;
    width: calc(20%);
  }
  .global-product-page-category .bundle-category-block .bundle-category-image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #83d4d7;
    border-radius: 4px 4px 0 0;
    padding: 17px 13px;
  }
  .global-product-page-category .bundle-category-block .bundle-category-image a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
  .global-product-page-category .bundle-category-block .bundle-category-image a img {
    aspect-ratio: 1;
    float: left;
    max-width: 230px;
    object-fit: cover;
    width: 100%;
  }
  .global-product-bottom-slider-section .slick-next {
    right: -20px;
  }
  .global-product-bottom-slider-section .slick-prev {
    left: -20px;
  }
  .global-product-bottom-slider-section .global-product-page-slider .bundle-banner-list {
    margin: 0;
    overflow-x: initial;
    padding: 0;
  }
  .global-product-bottom-slider-section .global-product-page-slider .bundle-banner-list:not(.slick-initialized) .bundle-banner-link:not(:first-child) {
    display: none;
  }
  .global-product-bottom-slider-section .global-product-page-slider .bundle-banner-list .bundle-banner-link {
    padding: 0;
  }
  .global-product-bottom-slider-section .global-product-page-slider .bundle-banner-list .bundle-banner-link img {
    border-radius: 0;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    width: 100%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    text-align: right;
    width: 100%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    margin: 0 0 5px;
    text-align: right;
    width: 100%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 10px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  #algolia_instant_selector .visible-sm {
    display: none !important;
  }
  .aa-Panel {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
    max-width: 1000px !important;
    min-width: 200px !important;
    overflow-x: auto;
    padding-left: 8px;
  }
  .aa-Panel .aa-PanelLayout {
    padding-bottom: 45px;
  }
  body:not(.rtl) .aa-Panel {
    right: 0 !important;
  }
  .catalogsearch-result-index #algolia_instant_selector .pull-left .ais-Stats {
    display: inline-block;
  }
  .catalogsearch-result-index #algolia-right-container {
    float: right;
    padding-left: 22px;
    padding-right: 0;
    width: 75%;
  }
  .catalogsearch-result-index #algolia-right-container .toolbar.toolbar-products .toolbar-sorter {
    width: auto;
  }
  .catalogsearch-result-index #algolia-right-container .toolbar.toolbar-products .toolbar-sorter .pull-left {
    width: auto;
  }
  .catalogsearch-result-index #algolia-right-container .toolbar.toolbar-products .toolbar-sorter .pull-left .ais-SortBy-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-size: 1.4rem;
    line-height: 1.5rem;
    background: #ffffff url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/images/select-arrow.svg') right 14px center no-repeat;
    background-size: auto 10px;
    color: #4e4e4e;
    padding-right: 39px;
  }
  .catalogsearch-result-index #algolia-left-container {
    float: left;
    margin: 0;
    padding: 0;
    position: static;
    width: 25%;
    margin-bottom: 60px;
  }
  .catalogsearch-result-index #algolia-left-container #instant-search-facets-container {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .catalogsearch-result-index .ais-Hits-list .ais-Hits-item {
    width: 50%;
  }
  .catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .offer-section {
    font-size: 1.4rem;
    line-height: 1.6rem;
    height: 22px;
  }
  .catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .medical-button {
    margin: 5px 0 10px;
    min-height: 37px;
  }
  .catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .pharmacist-medical-help-btn {
    background-image: none;
    background: #052d76;
    border: 1px solid #052d76;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Almarai', sans-serif;
    font-weight: bold;
    padding: 8px 24px;
    font-size: 1.4rem;
    line-height: 1.7rem;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 1.6rem;
    line-height: 2.4rem;
    align-items: center;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    min-height: 32px;
    padding: 4px 2px;
    text-align: center;
    width: 100%;
  }
  .catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .pharmacist-medical-help-btn:focus,
  .catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .pharmacist-medical-help-btn:active {
    background: #ffffff;
    border: 1px solid #052d76;
    color: #052d76;
  }
  .catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .pharmacist-medical-help-btn:hover {
    background: #ffffff;
    border: 1px solid #052d76;
    color: #052d76;
  }
  .catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .pharmacist-medical-help-btn.disabled,
  .catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .pharmacist-medical-help-btn[disabled],
  fieldset[disabled] .catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .pharmacist-medical-help-btn {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
  }
  .catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .pharmacist-physician-button {
    background: #052d76;
    bottom: -100%;
    display: none;
    left: 0;
    padding: 22px 38px;
    position: absolute;
    right: 0;
    text-align: center;
    transition: 0.5s ease-in-out;
    z-index: 9;
  }
  .catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .pharmacist-physician-button > a {
    font-size: 1.6rem;
    line-height: 2.5rem;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #052d76;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 7px;
    text-decoration: none;
    width: 100%;
  }
  .catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .pharmacist-physician-button > a.doctor-consulatant-popup {
    margin-top: 10px;
  }
  .catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .pharmacist-physician-button .request-close {
    background: #ffffff;
    border-radius: 100%;
    height: 24px;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25px;
    display: inline-block;
    text-decoration: none;
  }
  .catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .pharmacist-physician-button .request-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 12px;
    color: #052d76;
    content: '\e616';
    font-family: 'unitedpharmacy-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .pharmacist-physician-button .request-close:before {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    justify-content: center;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
  }
  .catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info.active-medical-help .pharmacist-physician-button {
    bottom: 0;
  }
  .catalogsearch-result-index .result-wrapper {
    padding: 0;
  }
  .catalogsearch-result-index .result-wrapper .price-wrapper {
    min-height: 40px;
    padding-right: 90px;
    text-align: left;
  }
  .catalogsearch-result-index .result-wrapper .price {
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: bold;
  }
  .catalogsearch-result-index .result-wrapper .price.before_special {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .catalogsearch-result-index .ais-SearchBox-reset {
    right: 10px;
  }
  .catalogsearch-result-index .ais-SearchBox-reset:hover {
    background: transparent;
  }
  .catalogsearch-result-index mark {
    background: transparent;
    color: #052d76;
  }
  .catalogsearch-result-index .algolia-layer-navigation #clear-refinements {
    order: 1;
  }
  .catalogsearch-result-index .algolia-layer-navigation #current-refinements {
    order: 0;
  }
  .catalogsearch-result-index .algolia-layer-navigation .is-widget-container-price_SAR_default {
    order: 3;
  }
  .catalogsearch-result-index .algolia-layer-navigation .is-widget-container-color {
    order: 4;
    margin-top: 45px;
  }
  .catalogsearch-result-index .algolia-layer-navigation .is-widget-container-categories {
    order: 2;
    margin-top: 0;
  }
  .catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-header span {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body {
    padding: 13px 0 0;
  }
  .catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body .ais-RangeSlider .rheostat .rheostat-tooltip {
    font-size: 1.4rem;
    line-height: 1.5rem;
    left: -20px;
  }
  .catalogsearch-result-index .algolia-layer-navigation .is-widget-container-getShippingTypeImg .ais-Panel-header {
    margin-bottom: 0;
  }
  .catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item {
    font-size: 1.6rem;
    line-height: 1.7rem;
    height: 42px;
    margin-right: 15px;
    padding: 11.5px 15.5px;
    width: 42px;
  }
  .catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item--nextPage a {
    cursor: pointer;
    display: block;
    text-decoration: none;
  }
  .catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item--nextPage a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: #052d76;
    content: '\e608';
    font-family: 'unitedpharmacy-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item--nextPage a:hover:before {
    color: #ffffff;
  }
  .catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item--nextPage a:active:before {
    color: #ffffff;
  }
  .catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item--previousPage a {
    cursor: pointer;
    display: block;
    text-decoration: none;
  }
  .catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item--previousPage a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: #052d76;
    content: '\e617';
    font-family: 'unitedpharmacy-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item--previousPage a:hover:before {
    color: #ffffff;
  }
  .catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item--previousPage a:active:before {
    color: #ffffff;
  }
  .catalogsearch-result-index .result-content > .result .offer-label {
    max-width: 50px;
  }
  .am-widget-categories-3 .am-widget-category {
    width: 50%;
  }
  [data-content-type='row'][data-appearance='full-width'].Home-faq-section > .row-full-width-inner {
    max-width: 1200px;
  }
  .amfaq-product-tab {
    margin-bottom: 70px;
    margin-top: 70px;
    padding: 60px 0 60px;
  }
  .amfaq-product-tab .am-item {
    padding: 15px;
  }
  .amfaq-product-tab .page-main {
    padding: 0 70px;
  }
  .amfaq-product-tab .block-title strong {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 36px;
  }
  .ambanners.slick-slider .slick-prev,
  .ambanners.slick-slider .slick-next {
    background: #052d76;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    height: 38px;
    width: 38px;
    display: inline-block;
    text-decoration: none;
  }
  .ambanners.slick-slider .slick-prev:before,
  .ambanners.slick-slider .slick-next:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e911';
    font-family: 'unitedpharmacy-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .ambanners.slick-slider .slick-prev:before,
  .ambanners.slick-slider .slick-next:before,
  .ambanners.slick-slider .slick-prev:after,
  .ambanners.slick-slider .slick-next:after {
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    padding: 0;
  }
  .ambanners.slick-slider .slick-prev:active,
  .ambanners.slick-slider .slick-next:active,
  .ambanners.slick-slider .slick-prev:focus,
  .ambanners.slick-slider .slick-next:focus,
  .ambanners.slick-slider .slick-prev:not(.primary),
  .ambanners.slick-slider .slick-next:not(.primary) {
    background: #052d76;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .ambanners.slick-slider .slick-prev:hover,
  .ambanners.slick-slider .slick-next:hover {
    background: #052d76;
    border: 1px solid #cecece;
    color: #ffffff;
    opacity: 1;
  }
  .ambanners.slick-slider .slick-prev:hover:before,
  .ambanners.slick-slider .slick-next:hover:before,
  .ambanners.slick-slider .slick-prev:hover:after,
  .ambanners.slick-slider .slick-next:hover:after {
    color: #ffffff;
  }
  .ambanners.slick-slider .slick-prev:hover.slick-disabled,
  .ambanners.slick-slider .slick-next:hover.slick-disabled {
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
  }
  .ambanners.slick-slider .slick-prev.slick-disabled,
  .ambanners.slick-slider .slick-next.slick-disabled {
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid #cecece;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #4e4e4e;
    opacity: 1;
  }
  .ambanners.slick-slider .slick-prev.slick-disabled:before,
  .ambanners.slick-slider .slick-next.slick-disabled:before,
  .ambanners.slick-slider .slick-prev.slick-disabled:after,
  .ambanners.slick-slider .slick-next.slick-disabled:after {
    color: #4e4e4e;
  }
  .ambanners.slick-slider .slick-next:before {
    content: '\e915';
  }
  .ambanners.slick-slider .slick-prev {
    left: 20px;
  }
  .ambanners.slick-slider .slick-next {
    right: 20px;
  }
  .ambanners.slick-slider .slick-list {
    height: auto !important;
  }
  .ambanners:not(.slick-initialized) div[data-banner-id]:not(:first-child) {
    display: none;
  }
  .amrewards-pointsleft,
  .amrewards-info-table .amrewards-table-header .col.left {
    text-align: right;
  }
  .amrewards-qty-info {
    display: inline-flex;
  }
  .amrewards-general,
  .amrewards-description {
    margin-bottom: 0;
  }
  .amrewards-qty-info .amrewards-general {
    padding-bottom: 15px;
    min-width: 460px;
  }
  .qitaf-redeem-section,
  .toggle-reward-section {
    padding: 0 25px;
  }
  .qitaf-redeem-section .reedem-title-toggle .reedem-title-img h3,
  .toggle-reward-section .reedem-title-toggle .reedem-title-img h3 {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .amrewards-balance-container {
    padding: 0 5px;
  }
  .amrewards-balance-container .amrewards-amount {
    display: inherit;
  }
  .checkout-index-index .amrewards-highlight-container > .caption strong,
  .checkout-cart-index .amrewards-highlight-container > .caption strong,
  .catalog-product-view .amrewards-highlight-container > .caption strong {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .checkout-index-index .amrewards-highlight-container {
    margin-bottom: 38px;
  }
  .checkout-index-index .amrewards-highlight-container .checkout-cart-index .amrewards-highlight-container > .caption > .amreward-icon:before,
  .catalog-product-view .amrewards-highlight-container > .caption > .amreward-icon:before {
    margin: 0 10px 0 0;
  }
  .checkout-cart-index .amrewards-highlight-container {
    margin-bottom: 30px;
    margin-top: 0;
    padding: 20px;
  }
  .checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-title .action {
    font-size: 1.4rem;
  }
  .checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content {
    display: block;
    width: 50%;
  }
  .checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .reward-point-apply-options-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
    width: 100%;
  }
  .checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .reward-point-apply-options-section .reward-point-apply-option label {
    line-height: 1.6rem;
    padding: 10px;
  }
  .amlocator-main-container .amlocator-search-container {
    width: 33%;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block {
    margin-bottom: 0;
    margin-bottom: 5px;
    text-align: center;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
    margin-left: auto;
    margin-top: 10px;
    width: 100%;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block.-separator {
    display: none;
  }
  .amlocator-main-container .amlocator-map-container {
    height: 100vh;
    max-height: 800px;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-filter {
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    height: 80vh;
    max-height: 800px;
    padding-left: 15px;
    width: 67%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-storelist {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    order: inherit;
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map {
    height: 100%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map button,
  .amlocator-main-container .amlocator-map-container .amlocator-map .cart.table-wrapper .actions-toolbar > .action {
    right: 0 !important;
    top: 0 !important;
  }
  .amlocator-main-container .amlocator-store-list .amlocator-wrapper {
    max-height: inherit;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-content {
    display: block;
  }
  .amlocator-location-main .amlocator-location-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left,
  .amlocator-location-main .amlocator-location-container .amlocator-block.-grey {
    background: #fbfbfb;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left {
    width: 33%;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-right {
    display: block;
    padding-left: 15px;
    width: 67%;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-block.-map {
    height: 60vh;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-location-reviews .amlocator-wrapper {
    margin-right: auto;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-attributes-wrapper .amlocator-collapse-title {
    display: none;
  }
  .amlocator-location-main .amlocator-location-attribute {
    width: 50%;
    margin-bottom: 10px;
  }
  .amlocator-location-main .amlocator-location-attribute:not(:first-of-type) {
    margin-top: 0;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(odd) {
    float: left;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(even) {
    float: right;
  }
  .amlocator-attributes-container {
    display: block;
  }
  .amlocator-popup-overlay .amlocator-review-popup {
    width: 30%;
    min-width: 330px;
  }
  .amlocator-popup-overlay .field.review-field-ratings .control {
    width: inherit;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-filters-container {
    margin-bottom: 0;
  }
  .amcheckout-wrapper .amlocator-map-container .amlocator-block.-map .gm-style .gm-style-iw-c {
    padding: 21px 20px !important;
  }
  .amcheckout-wrapper .amlocator-map-container .amlocator-block.-map .gm-style .amlocator-info-popup .amlocator-names {
    font-size: 14px;
    line-height: 21px;
  }
  .amcheckout-wrapper .amlocator-map-container .amlocator-block.-map .gm-style .gm-style-iw {
    font-size: 14px;
  }
  .modal-popup.bv-pharmacist-popup-modal .modal-inner-wrap .login-step p {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .modal-popup.bv-pharmacist-popup-modal .action-close:before {
    font-size: 2rem;
  }
  .modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .modal-header .action-close {
    margin: 10px 10px 0 0;
    padding: 7px;
  }
  .modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .modal-header .action-close:before {
    padding: 7px;
  }
  .modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .doctor-consultant-terms .doctor-consultant-services {
    margin-bottom: 50px;
  }
  .modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .doctor-consultant-terms .doctor-consultant-services .consultant-description .consult-service {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .doctor-consultant-terms .doctor-consultant-services .consultant-description .consult-icon-image {
    padding: 20px 30px;
  }
  .modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .doctor-consultant-terms .consult-submit-button .action.submit.primary {
    width: 250px;
  }
  .cms-index-index .product-items .product-item .product-item-info .images-container .medical-button,
  .cms-index-index .ais-Hits-list .product-item .product-item-info .images-container .medical-button,
  .cms-index-index .product-items .ais-Hits-item .product-item-info .images-container .medical-button,
  .cms-index-index .ais-Hits-list .ais-Hits-item .product-item-info .images-container .medical-button {
    min-height: 35px;
  }
  .cms-index-index .product-items .product-item .product-item-info .images-container .medical-button .pharmacist-medical-help-btn,
  .cms-index-index .ais-Hits-list .product-item .product-item-info .images-container .medical-button .pharmacist-medical-help-btn,
  .cms-index-index .product-items .ais-Hits-item .product-item-info .images-container .medical-button .pharmacist-medical-help-btn,
  .cms-index-index .ais-Hits-list .ais-Hits-item .product-item-info .images-container .medical-button .pharmacist-medical-help-btn {
    font-size: 1.6rem;
    line-height: 2.5rem;
    min-height: 32px;
    padding: 4px 2px;
  }
  .bundle-actions {
    margin-bottom: 0;
  }
  .block-bundle-summary {
    min-width: 315px;
  }
  .page-products .column.main {
    padding-left: 22px;
    width: 76%;
  }
  .page-products .column.main .page-title-wrapper .page-title {
    font-size: 2.2rem;
    line-height: 3rem;
    color: #272727;
    font-weight: bold;
    letter-spacing: .8px;
  }
  .page-products .sidebar-main,
  .page-products .sidebar-additional {
    padding-right: 0;
    width: 24%;
  }
  .page-products .sidebar-main .block-compare .block-title strong,
  .page-products .sidebar-additional .block-compare .block-title strong {
    font-size: 1.6rem;
    line-height: 2.7rem;
    color: #ae1d1d;
    font-weight: bold;
    margin-right: 10px;
  }
  .page-products .sidebar-main .block-compare .block-title .counter.qty,
  .page-products .sidebar-additional .block-compare .block-title .counter.qty {
    color: #ae1d1d;
    font-weight: bold;
    position: relative;
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
  .page-products .sidebar-main .block-compare .block-title .counter.qty::after,
  .page-products .sidebar-additional .block-compare .block-title .counter.qty::after {
    content: ')';
    position: absolute;
    font-weight: bold;
    top: -2px;
    right: -7px;
  }
  .page-products .sidebar-main .block-compare .block-title .counter.qty:before,
  .page-products .sidebar-additional .block-compare .block-title .counter.qty:before {
    content: '(';
    font-weight: bold;
    left: -7px;
    position: absolute;
    top: -2px;
  }
  .page-products .sidebar-main .block-compare .product-item,
  .page-products .sidebar-additional .block-compare .product-item {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
  }
  .page-products .sidebar-main .block-compare .product-item .product-item-name,
  .page-products .sidebar-additional .block-compare .product-item .product-item-name {
    border-bottom: 0;
  }
  .page-products .sidebar-main .block-compare .product-item .product-item-name .product-item-link,
  .page-products .sidebar-additional .block-compare .product-item .product-item-name .product-item-link {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: normal;
    text-decoration: underline;
  }
  .page-products .sidebar-main .block-compare .product-item .action.delete,
  .page-products .sidebar-additional .block-compare .product-item .action.delete {
    left: 0;
  }
  .page-products .sidebar-main .block-compare .product-item .action.delete::before,
  .page-products .sidebar-additional .block-compare .product-item .action.delete::before {
    font-size: 1rem;
    line-height: 1rem;
    color: #ae1d1d;
  }
  .page-products .sidebar-main .block-compare .actions-toolbar,
  .page-products .sidebar-additional .block-compare .actions-toolbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    clear: both;
    justify-content: center;
  }
  .page-products .sidebar-main .block-compare .actions-toolbar::before,
  .page-products .sidebar-additional .block-compare .actions-toolbar::before,
  .page-products .sidebar-main .block-compare .actions-toolbar::after,
  .page-products .sidebar-additional .block-compare .actions-toolbar::after {
    display: none;
  }
  .page-products .sidebar-main .block-compare .actions-toolbar .primary,
  .page-products .sidebar-additional .block-compare .actions-toolbar .primary {
    order: 1;
    width: 100%;
  }
  .page-products .sidebar-main .block-compare .actions-toolbar .primary .action.compare,
  .page-products .sidebar-additional .block-compare .actions-toolbar .primary .action.compare {
    background: #052d76;
    border: 1px solid #052d76;
    border-radius: 4px;
    color: #ffffff;
    margin-bottom: 10px;
    width: 100%;
  }
  .page-products .sidebar-main .block-compare .actions-toolbar .primary .action.compare:active,
  .page-products .sidebar-additional .block-compare .actions-toolbar .primary .action.compare:active,
  .page-products .sidebar-main .block-compare .actions-toolbar .primary .action.compare:focus,
  .page-products .sidebar-additional .block-compare .actions-toolbar .primary .action.compare:focus {
    color: #ffffff;
  }
  .page-products .sidebar-main .block-compare .actions-toolbar .primary .action.compare:hover,
  .page-products .sidebar-additional .block-compare .actions-toolbar .primary .action.compare:hover {
    background: #ffffff;
    color: #052d76;
  }
  .page-products .sidebar-main .block-compare .actions-toolbar .secondary,
  .page-products .sidebar-additional .block-compare .actions-toolbar .secondary {
    order: 0;
    width: 100%;
  }
  .page-products .sidebar-main .block-compare .actions-toolbar .secondary .action.clear,
  .page-products .sidebar-additional .block-compare .actions-toolbar .secondary .action.clear {
    font-size: 1.6rem;
    line-height: 1.7rem;
    background-color: #ffffff;
    border: 1px solid #052d76;
    border-radius: 4px;
    box-sizing: border-box;
    color: #052d76;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 8px 24px;
    vertical-align: middle;
    width: 100%;
  }
  .page-products .sidebar-main .block-compare .actions-toolbar .secondary .action.clear:hover,
  .page-products .sidebar-additional .block-compare .actions-toolbar .secondary .action.clear:hover {
    background-color: #052d76;
    color: #ffffff;
    text-decoration: none;
  }
  .page-products .sidebar-main .block-compare .empty,
  .page-products .sidebar-additional .block-compare .empty {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .page-products .products-grid .product-items,
  .page-products .products-grid .ais-Hits-list {
    margin-left: -11.5px;
    margin-right: -11.5px;
  }
  .page-products .products-grid .product-item,
  .page-products .products-grid .ais-Hits-item {
    margin-bottom: 23px;
    padding: 0 11.5px;
  }
  .page-products .products-grid .product-item .product-item-info,
  .page-products .products-grid .ais-Hits-item .product-item-info {
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 15px;
    position: relative;
  }
  .page-products .products-grid .slick-slider:not(.slick-initialized) .product-item .product-item-info,
  .page-products .products-grid .slick-slider:not(.slick-initialized) .ais-Hits-item .product-item-info {
    overflow: hidden;
  }
  .column.main .block-related,
  .column.main .box-up-sell {
    margin-bottom: 0;
  }
  .column.main .block-related .block-title,
  .column.main .box-up-sell .block-title {
    color: #272727;
    margin-bottom: 30px;
  }
  .column.main .block-related .block-title strong,
  .column.main .box-up-sell .block-title strong {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  .column.main .block-related .products-grid .product-items,
  .column.main .box-up-sell .products-grid .product-items {
    margin-left: -11.5px;
    margin-right: -11.5px;
  }
  .column.main .block-related .products-grid .product-items > li.product-item,
  .column.main .box-up-sell .products-grid .product-items > li.product-item {
    max-width: calc(100% / 5);
  }
  .column.main .block-related .products-grid .product-item,
  .column.main .box-up-sell .products-grid .product-item {
    margin-bottom: 23px;
    padding: 5px 11.5px;
  }
  .column.main .block-related .products-grid .product-item .product-item-info,
  .column.main .box-up-sell .products-grid .product-item .product-item-info {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 15px;
    position: relative;
  }
  .column.main .block-related .products-grid .product-item .product-item-info .box-tocart.product-qty .control .qtybox.error,
  .column.main .box-up-sell .products-grid .product-item .product-item-info .box-tocart.product-qty .control .qtybox.error {
    display: block;
  }
  .column.main .block-related .products-grid .product-item .product-item-info .box-tocart.product-qty .control .qtybox.error + label.error,
  .column.main .box-up-sell .products-grid .product-item .product-item-info .box-tocart.product-qty .control .qtybox.error + label.error {
    color: #ae1d1d;
    font-size: 12px;
    font-weight: bold;
    left: 0;
    margin-top: 5px;
    position: absolute;
    top: 100%;
  }
  .product-item .price-box .price-final_price .price {
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: bold;
  }
  .product-item .price-box.price-final_price .old-price .price {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  #html-body .main-row {
    margin-top: 50px;
  }
  #html-body .main-row [data-content-type='column-group'].pagebuilder-column-group .pagebuilder-column-line {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #html-body .main-row [data-content-type='column-group'].pagebuilder-column-group .pagebuilder-column-line .column {
    margin-bottom: 30px;
    width: 100%;
  }
  #html-body .main-row [data-content-type='column-group'].pagebuilder-column-group .pagebuilder-column-line .column img {
    width: 100%;
  }
  .block.upsell .products-upsell .product-items .product-item .offer-section,
  .block-related.related .products-upsell .product-items .product-item .offer-section,
  .block.upsell .products-related .product-items .product-item .offer-section,
  .block-related.related .products-related .product-items .product-item .offer-section {
    line-height: 16px;
  }
  .product-items .product-item .product-item-info .images-container .product-hover .offer-label {
    max-width: 50px;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar.toolbar-products {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .toolbar.toolbar-products::after,
  .toolbar.toolbar-products::before {
    display: none;
  }
  .toolbar.toolbar-products .pages {
    display: inline-block;
    float: right;
  }
  .products.wrapper ~ .toolbar.toolbar-products .pages {
    display: block;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: inline-block;
  }
  .toolbar-amount {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #4e4e4e;
    display: block;
    font-weight: normal;
  }
  .sorter {
    font-size: 1.6rem;
    line-height: 2.5rem;
    color: #4e4e4e;
    float: right;
    font-weight: bold;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'unitedpharmacy-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .page-products .toolbar .limiter {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #4e4e4e;
    font-weight: bold;
    vertical-align: middle;
  }
  .limiter .label {
    margin-right: 10px;
  }
  .page-products .toolbar .limiter {
    display: inline-block;
  }
  .sorter .sorter-title {
    display: inline-block;
  }
  .sorter-options {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-size: 1.4rem;
    line-height: 2.6rem;
    background: #ffffff url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/images/select-arrow.svg') right 14px center no-repeat;
    background-size: auto 10px;
    color: #4e4e4e;
    padding-right: 39px;
  }
  .product.info.detailed {
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 45px;
    width: 100%;
  }
  .block.crosssell .products-grid,
  .block.upsell .products-grid,
  .block.related .products-grid {
    margin-left: 0;
    margin-right: 0;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .product-social-links .pharmacist-physician-button .pharmacist-popup,
  .product-options-bottom .product-social-links .pharmacist-physician-button .pharmacist-popup,
  .product-info-main .product-social-links .pharmacist-physician-button .doctor-consulatant-popup,
  .product-options-bottom .product-social-links .pharmacist-physician-button .doctor-consulatant-popup {
    font-size: 1.6rem;
    line-height: 2.4rem;
    width: 210px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 2.2rem;
    line-height: 3.2rem;
    font-weight: bold;
    letter-spacing: .6px;
    margin-bottom: 0;
  }
  .product-info-main .product-info-price {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-info-main .product-info-price .product-reviews-summary {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 13px;
    margin-bottom: 20px;
  }
  .product-info-main .product-info-price .product-reviews-summary .rating-summary .rating-result {
    margin-right: 26px;
  }
  .product-info-main .product-info-price .product-reviews-summary .reviews-actions .action.view {
    margin-right: 26px;
  }
  .product-info-main .product-info-price .product-review-price {
    width: 70%;
  }
  .product-info-main .product-info-price .shipping-type {
    align-self: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-top: 10px;
    min-width: 130px;
  }
  .product-info-main .product-info-price .price-box {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    width: 86%;
  }
  .product-info-main .product-info-price .price-box .price-wrapper .price {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
  .product-info-main .product-info-price .price-box .special-price {
    margin-right: 10px;
  }
  .product-info-main .product-info-price .price-box .special-price .price-final_price .price {
    font-size: 2.2rem;
    line-height: 2.2rem;
    color: #ae1d1d;
    font-weight: bold;
  }
  .product-info-main .product-info-price .price-box .old-price {
    margin-top: 5px;
    text-decoration: none;
  }
  .product-info-main .product-info-price .price-box .old-price .price {
    font-size: 1.6rem;
    line-height: 2rem;
    color: #4e4e4e;
    font-weight: normal;
    text-decoration: line-through;
  }
  .product-info-main .product-info-price .product-info-stock-sku {
    align-items: end;
    margin-top: auto;
    white-space: nowrap;
    width: 30%;
  }
  .product-info-main .product-info-price .product-info-stock-sku .stock.available {
    margin-right: 44px;
  }
  .product-info-main .product-info-price .product-info-stock-sku .sku {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-top: 0;
    white-space: normal;
  }
  .product-info-main .product-info-price .product-info-stock-sku > .stock:first-child {
    margin-top: 30px;
    padding-top: 23px;
  }
  .product-info-main .box-tocart .fieldset .add-to-cart {
    justify-content: flex-start;
  }
  .product-info-main .box-tocart .fieldset .add-to-cart .tocart {
    padding: 7.5px 40px;
    width: auto;
  }
  .product-info-main .box-tocart .fieldset .add-to-cart .tocart span {
    font-size: 1.6rem;
    display: inline-block;
  }
  .product-info-main .box-tocart .fieldset .add-to-cart .tocart::before {
    margin: 0 12px 0 0;
  }
  .product-info-main .box-tocart .fieldset .add-to-cart .field.qty .label {
    display: block;
  }
  .product-info-main .box-tocart .fieldset .add-to-cart .field.qty div.mage-error {
    left: 0;
    max-width: 35vw;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 100vw;
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .product-info-main .box-tocart .fieldset .add-to-cart.sticky .price-box {
    display: none;
  }
  .product-info-main .product.attribute.overview {
    clear: both;
  }
  .product-info-main .product.attribute.overview .value p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #000000;
    letter-spacing: .36px;
  }
  .product-info-main .product-addto-links {
    padding: 30px 0 20px;
  }
  .alo-social-links {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .alo-social-links .custom-html .icon-share li {
    height: 35px;
    width: 35px;
  }
  .alo-social-links .custom-html .icon-share li .social-link.facebook:before,
  .alo-social-links .custom-html .icon-share li .social-link.twitter:before,
  .alo-social-links .custom-html .icon-share li .social-link.linkedin:before {
    font-size: 20px;
    line-height: 20px;
  }
  .alo-social-links .custom-html .icon-share li .social-link.whatsapp:before {
    font-size: 20px;
    line-height: 21px;
  }
  .offer-section {
    font-size: 2.2rem;
    line-height: 4rem;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    margin-bottom: 50px;
    max-width: 52.223%;
    width: 100%;
  }
  .page-layout-1column .product.media {
    max-width: 43.612%;
    width: 100%;
  }
  .page-layout-1column .product.media .fotorama__nav {
    text-align: left;
  }
  .page-layout-1column .product.media .fotorama__stage {
    border: 1px solid #dbdbdb;
    border-radius: 0;
    overflow: hidden;
  }
  .page-layout-1column .product.media .fotorama__stage .fotorama__arr .fotorama__arr__arr {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .fotorama--fullscreen {
    z-index: 1001 !important;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .table-comparison .price-box .price-container .price {
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: bold;
  }
  .gallery-placeholder {
    margin-bottom: 103px;
  }
  .catalog-product-view .bv-custom-chat-popup {
    bottom: 105px;
  }
  .catalog-product-view a#backtotop {
    bottom: 9px;
  }
  .catalog-product-view .bv-custom-open-button {
    bottom: 19px;
  }
  .catalog-product-view .product-info-main .tamara-promo-widget-wrapper,
  .catalog-product-view .product-info-main #tabbyPromo {
    max-width: 75%;
  }
  .block.related,
  .block.upsell,
  .block.crosssell {
    margin-top: 10px;
  }
  .block.related .products-grid .product-items:not(.slick-slider),
  .block.upsell .products-grid .product-items:not(.slick-slider),
  .block.crosssell .products-grid .product-items:not(.slick-slider) {
    justify-content: center;
    overflow-x: hidden;
  }
  .block-search {
    flex: 1;
    float: left;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: auto;
    margin-top: 9px;
    order: 10;
    position: relative;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #4e4e4e;
  }
  .block-search input:-moz-placeholder {
    color: #4e4e4e;
  }
  .block-search input::-moz-placeholder {
    color: #4e4e4e;
  }
  .block-search input:-ms-input-placeholder {
    color: #4e4e4e;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #052d76;
    content: '\e615';
    font-family: 'unitedpharmacy-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main .page-title-wrapper .page-title {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  .checkout-cart-index .cart.table-wrapper {
    overflow-x: auto;
  }
  .checkout-cart-index .cart.table-wrapper .items thead tr th {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: bold;
  }
  .checkout-cart-index .cart.table-wrapper .items thead tr th.col:first-child {
    display: block;
  }
  .checkout-cart-index .cart.table-wrapper .items tbody tr td {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #272727;
    font-weight: bold;
  }
  .checkout-cart-index .cart.table-wrapper .items tbody tr td.col.item {
    display: block;
    font-weight: normal;
    padding-left: 0;
    padding-top: 10px;
  }
  .checkout-cart-index .cart.table-wrapper .items tbody tr td.col.price .price-including-tax .price,
  .checkout-cart-index .cart.table-wrapper .items tbody tr td.col.subtotal .price-including-tax .price {
    font-size: 1.4rem;
    line-height: 2rem;
    white-space: nowrap;
  }
  .checkout-cart-index .cart.table-wrapper .items tbody tr td.col.price {
    padding-left: 10px;
  }
  .checkout-cart-index .cart.table-wrapper .items tbody tr td.col.price .price-including-tax > .original-price .price {
    font-size: 1.3rem;
  }
  .checkout-cart-index .cart.table-wrapper .items tbody tr td.col.subtotal {
    padding-right: 0;
    text-align: center;
  }
  .checkout-cart-index .cart.table-wrapper .items tbody tr td.col.qty .field.qty .control {
    height: 28px;
    max-width: 80px;
  }
  .checkout-cart-index .cart.table-wrapper .items tbody tr td.col.qty .field.qty .control input[type='number'] {
    width: 47px;
  }
  .checkout-cart-index .cart.table-wrapper .items tbody tr td.col.qty .field.qty .control input[type='number']:disabled {
    width: 100%;
  }
  .checkout-cart-index .cart.table-wrapper .items tbody .invalid-item-message td {
    font-weight: normal;
    padding-left: 0;
  }
  .checkout-cart-index .cart.table-wrapper .items tbody .invalid-item-message td .message.info {
    display: inline-block;
    margin: 0;
    padding-left: 35px;
    padding-right: 10px;
  }
  .checkout-cart-index .cash-on-delivery {
    margin: 0 0 30px;
    padding: 20px;
  }
  .checkout-cart-index .cash-on-delivery span {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .checkout-cart-index a#backtotop {
    bottom: 9px;
  }
  .checkout-cart-index .bv-custom-open-button {
    bottom: 9px;
  }
  .cart-container .form-cart {
    float: left;
    width: 64.58%;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-container .checkout-methods-items {
    padding: 20px 15px 20px;
    text-align: center;
  }
  .cart-container .checkout-methods-items .action.primary {
    width: 100%;
  }
  .cart-container .checkout-methods-items .action.primary.checkout {
    font-size: 1.4rem;
    line-height: 2.2rem;
    background-color: #459b2c;
    border: 1px solid #459b2c;
    border-radius: 4px;
    color: #ffffff;
    padding: 7.5px 14px;
    position: static;
  }
  .cart-container .checkout-methods-items .action.primary.checkout:hover,
  .cart-container .checkout-methods-items .action.primary.checkout:focus,
  .cart-container .checkout-methods-items .action.primary.checkout:active {
    background-color: #ffffff;
    border: 1px solid #459b2c;
    color: #459b2c;
  }
  .cart-summary {
    background: #edf4f6;
    clear: revert;
    float: right;
    margin-left: 30px;
    position: relative;
    width: calc(35.42% - 30px);
  }
  .cart-summary > .title {
    padding: 11px 20px;
    background: #3188bb;
    color: #ffffff;
    font-weight: bold;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .checkout-cart-index .cart-summary .amrewards-highlight-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 10px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .block.discount {
    padding: 0 15px;
  }
  .cart-summary .block.discount .content .coupon {
    flex-wrap: wrap;
    padding-top: 15px;
  }
  .cart-summary .block.discount .content .coupon .actions-toolbar {
    margin-top: 20px;
  }
  .cart-summary .block.discount .content .coupon .field .control input[type='text'] {
    border-radius: 4px;
    border-right: 1px solid #b8b8b8;
  }
  .cart-summary .block.discount .content .coupon .field .control div.mage-error {
    margin-top: 2px;
  }
  .cart-summary .cart-totals {
    padding: 15px;
  }
  .cart-summary .cart-totals .table-wrapper .table tbody tr th {
    padding: 8.5px 0  8.5px;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .cart-summary .cart-totals .table-wrapper .table tbody tr td {
    padding: 8.5px 0  8.5px;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .cart-summary .cart-totals .table-wrapper .table tbody tr.grand.totals th,
  .cart-summary .cart-totals .table-wrapper .table tbody tr.grand.totals td {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .items .item .item-actions .actions-toolbar {
    margin-bottom: 0;
    padding-right: 0;
    position: absolute;
    text-align: right;
  }
  .cart.table-wrapper .items .item .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 10px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-photo .product-image-container {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    max-width: 80px;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-left: 0;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart-products-toolbar.cart-products-toolbar-bottom .pager {
    justify-content: space-between;
    width: 100%;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart.main.actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cart.main.actions .action {
    margin-bottom: 10px;
  }
  .cart.main.actions .action.continue {
    font-size: 1.4rem;
    line-height: 2.2rem;
    float: left;
    margin-bottom: 11px;
    margin-right: 30px;
    padding: 7.5px 20.5px;
  }
  .cart.main.actions .action.update {
    font-size: 1.4rem;
    line-height: 2.2rem;
    float: left;
    height: 39px;
    padding: 7.5px 20.5px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .minicart-items-wrapper {
    max-height: 440px;
    padding: 15px 20px;
  }
  .minicart-wrapper {
    margin-left: 37px;
  }
  .minicart-wrapper .block-minicart {
    padding: 37px 20px 0;
    right: -15px;
    width: 390px;
  }
  .minicart-wrapper .action.close {
    height: 14.14px;
    top: 10px;
    width: 14.14px;
  }
  .minicart-wrapper .action.close::before {
    font-size: 1.414rem;
    line-height: 1.414rem;
  }
  .block-minicart .subtotal {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .block-minicart .subtotal .items-total {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .block-minicart .amount .price-wrapper .price {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: bold;
  }
  .block-minicart .items-total {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .block-minicart .block-content .actions > .primary .action.primary {
    padding: 8px 17px;
  }
  .block-minicart .block-content .actions > .primary .action.checkout {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .block-minicart .block-content .actions > .secondary .viewcart {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 8px 17px;
  }
  .minicart-items .product-item-name {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .minicart-items .product-item-details {
    padding-left: 80px;
  }
  .minicart-items .product-item-details .price {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .minicart-items .product-item-details .details-qty.qty .control {
    height: 30px;
    max-width: 80px;
    padding: 0 6.5px;
  }
  .minicart-items .product-item-details .details-qty.qty .control input[type='number'] {
    font-size: 1.4rem;
    height: 25px;
  }
  .minicart-items .product-item-details .details-qty.qty .control input[type='number'].item-qty {
    width: 35px;
  }
  .minicart-items .product-item-details .details-qty.free-product-qty input[type='number'] {
    height: 30px;
  }
  .minicart-items .product-item-details .shipping-label-type + .shipping-label-image {
    max-width: 92px;
  }
  .minicart-items .product .product-item-photo .product-image-container {
    width: 70px !important;
  }
  .minicart-items .product-item .product-item {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-wrapper {
    padding-left: 30px;
    padding-right: 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
    min-height: 40px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: left;
    margin: 0 10px 0 0;
  }
  .checkout-index-index .modal-popup .modal-footer .secondary {
    float: left;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .opc-block-summary .items-in-cart > .title strong {
    font-size: 1.4rem;
  }
  .column.main .opc-block-summary .items-in-cart.block > .title strong {
    font-size: 1.4rem;
  }
  .opc-block-summary .table-totals .mark,
  .opc-block-summary .table-totals .amount {
    font-size: 1.4rem;
  }
  .opc-block-summary .table-totals .mark .value {
    display: none;
  }
  .opc-block-summary .table-totals .grand .mark,
  .opc-block-summary .table-totals .grand .amount {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .opc-block-summary .table-totals .totals-tax-summary .mark,
  .opc-block-summary .table-totals .totals-tax-summary .amount {
    font-size: 1.4rem;
  }
  .opc-block-summary .minicart-items .product-item .product-item-details .price {
    font-size: 1.4rem;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 767px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-payment-method .payment-method-title .payment-icon {
    float: right;
    max-height: 36px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
  }
  .checkout-payment-method .payment-method .payment-method-title input[type='radio'] {
    height: 32px;
    width: 32px;
  }
  .checkout-payment-method .payment-method .payment-method-title input[type='radio'] + label:before {
    height: 28px;
    width: 28px;
  }
  .checkout-payment-method .payment-method .payment-method-title input[type='radio']:checked + label:before {
    font-size: 28px;
    line-height: 28px;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: left;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-right: 0;
  }
  .checkout-payment-method .payment-method-title .payment-icon {
    float: left;
    left: 0;
    right: auto;
  }
  .checkout-billing-address .action-update {
    float: left;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 0 0 20px;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .checkout-payment-method .discount-code.payment-option .discount-title {
    font-size: 14px;
  }
  .checkout-payment-method .discount-code.payment-option .payment-option-content {
    padding-bottom: 0;
  }
  .checkout-payment-method .ccard > .field.cvv .control._with-tooltip .field-tooltip .field-tooltip-content {
    right: auto;
    top: 0;
    left: 38px;
  }
  .checkout-payment-method .payment-option-title {
    padding-right: 22px;
    padding-left: 0;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .checkout-payment-method .ccard > .field.cvv .control._with-tooltip .field-tooltip .field-tooltip-content {
    left: auto;
    right: 38px;
    top: 0;
  }
  .checkout-payment-method .ccard > .field.cvv .control._with-tooltip .field-tooltip .field-tooltip-content::after,
  .checkout-payment-method .ccard > .field.cvv .control._with-tooltip .field-tooltip .field-tooltip-content::before {
    left: auto;
    right: -22px;
    transform: rotate(180deg);
  }
  .checkout-index-index .bv-custom-chat-popup {
    bottom: 9px;
  }
  .checkout-onepage-success .columns > .page-title-wrapper {
    text-align: center;
    margin: 0 auto;
  }
  .checkout-onepage-success .columns > .page-title-wrapper .page-title {
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: .8px;
    margin-bottom: 20px;
    margin-top: 30px;
    display: inline-block;
    text-decoration: none;
  }
  .checkout-onepage-success .columns > .page-title-wrapper .page-title:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 94px;
    line-height: 94px;
    color: #459b2c;
    content: '\e909';
    font-family: 'unitedpharmacy-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .checkout-onepage-success .columns > .page-title-wrapper .page-title span {
    margin-top: 90px;
  }
  .checkout-onepage-success .checkout-success p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .checkout-onepage-success .checkout-success p a {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .checkout-onepage-success .checkout-success .actions-toolbar .primary .action.continue {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
  .amcheckout-step-container .step-content .amcheckout-delivery-type .homedeliveryy span:before {
    font-size: 20.54px;
    line-height: 20.54px;
  }
  .amcheckout-step-container .step-content .amcheckout-delivery-type .storepickupp span:before {
    font-size: 20px;
    line-height: 20px;
  }
  .amcheckout-step-container .step-content .store-list-content-list-view {
    max-height: 568px;
  }
  .amcheckout-step-container .step-content .store-list-content-list-view .row-store {
    line-height: 20px;
    margin-bottom: 4px;
    padding: 25px 18px 25px 60px;
    width: calc(100% - 50px);
  }
  .amcheckout-step-container .step-content .store-list-content-list-view .row-store:first-child {
    margin-top: 20px;
  }
  .amcheckout-step-container .step-content .store-list-content-list-view .row-store:last-child {
    margin-bottom: 24px;
  }
  .amcheckout-step-container .step-content .store-list-content-list-view .row-store-radio [type='radio'] + label:before {
    height: 28px;
    left: 18px;
    top: 23px;
    width: 28px;
  }
  .amcheckout-step-container .step-content .store-list-content-list-view .row-store-radio [type='radio']:checked + label:before {
    font-size: 28px;
    line-height: 28px;
  }
  .amcheckout-step-container .step-content .store-list-content-map-view .amlocator-map-container {
    margin-top: 20px;
  }
  .amcheckout-step-container .amlocator-map-container .amlocator-map {
    height: 450px;
  }
  .cms-page-view .amfaq_questions .am-item {
    border: 1px solid #b8b8b8;
  }
  .cms-page-view .amfaq_questions .am-title {
    line-height: 2rem;
    letter-spacing: 0;
  }
  .cms-page-view .amfaq_questions .am-title .am-plus,
  .cms-page-view .amfaq_questions .am-title .am-minus {
    right: 0;
  }
  .cms-page-view.cms-faq-cms .page-main-full-width {
    background: none;
  }
  .cms-page-content[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding: 0;
  }
  .contact-index-index#html-body [data-content-type='map'] {
    height: 300px;
    margin-bottom: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .contact-page-right .form.contact {
    min-width: 100%;
    width: 60%;
  }
  .contact-index-index .column:not(.sidebar-additional) .contact-page-right .form.contact .fieldset > .field:not(.choice) > .control {
    width: 100%;
  }
  .contact-page-inner {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
  }
  .contact-page-inner .contact-page-left {
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .contact-page-inner .contact-page-left .page-title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 27.5px;
    text-transform: uppercase;
  }
  .contact-page-inner .contact-page-left .form.contact .fieldset > .field {
    margin: 0 0 20px;
  }
  .contact-page-inner .contact-page-right {
    float: right;
    padding-left: 20px;
    width: 50%;
  }
  .contact-page-inner .contact-page-right .fieldset {
    margin: 0 0 20px;
  }
  .contact-page-inner .contact-page-right .fieldset > .legend {
    font-size: 1.8rem;
  }
  .contact-page-inner .contact-page-right .fieldset > .field.note {
    font-size: 1.4rem;
  }
  .contact-page-inner .contact-page-right .actions-toolbar .action.primary {
    font-size: 1.4rem;
  }
  .contact-us-detail .contact-info {
    margin-top: 40px;
  }
  .contact-us-detail .contact-info .info-desc {
    flex-direction: row;
    margin: 20px 0;
  }
  .contact-us-detail .contact-info .info-desc p {
    margin: 0;
  }
  .contact-us-detail .contact-info .info-desc .detail-icon {
    font-size: 1.7rem;
    background: #edf4f6;
    border-radius: 100%;
    height: 50px;
    margin-right: 15px;
    position: relative;
    text-align: center;
    width: 50px;
  }
  .contact-us-detail .contact-info .info-desc .detail-icon.address {
    display: inline-block;
    text-decoration: none;
  }
  .contact-us-detail .contact-info .info-desc .detail-icon.address:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    line-height: 50px;
    color: #052d76;
    content: '\e916';
    font-family: 'unitedpharmacy-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .contact-us-detail .contact-info .info-desc .detail-icon.email {
    display: inline-block;
    text-decoration: none;
  }
  .contact-us-detail .contact-info .info-desc .detail-icon.email:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    line-height: 50px;
    color: #052d76;
    content: '\e917';
    font-family: 'unitedpharmacy-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .contact-us-detail .contact-info .info-desc .detail-icon.phone {
    display: inline-block;
    text-decoration: none;
  }
  .contact-us-detail .contact-info .info-desc .detail-icon.phone:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    line-height: 50px;
    color: #052d76;
    content: '\e912';
    font-family: 'unitedpharmacy-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .contact-us-detail .contact-info .info-desc .detail-icon.time {
    display: inline-block;
    text-decoration: none;
  }
  .contact-us-detail .contact-info .info-desc .detail-icon.time:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    line-height: 50px;
    color: #052d76;
    content: '\e910';
    font-family: 'unitedpharmacy-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .contact-us-detail .contact-info .info-desc .detail-icon:before {
    width: 18px;
  }
  .contact-us-detail .contact-info .info-desc .info-title {
    font-weight: bold;
  }
  .contact-us-detail .contact-info .info-desc .detail-info {
    width: calc(100% - 65px);
  }
  .monthly-magazine-section {
    margin-top: 40px;
  }
  .monthly-magazine-section .pagebuilder-column-line {
    gap: 20px;
  }
  .monthly-magazine-section .pagebuilder-column-line .pagebuilder-column[data-content-type='column'] {
    flex-basis: calc(50% - 10px);
  }
  .monthly-magazine-section .pagebuilder-column-line .pagebuilder-column[data-content-type='column'] [data-content-type='heading'] {
    font-size: 1.6rem;
    line-height: 2rem;
    margin: 15px 0;
  }
  .monthly-magazine-section .pagebuilder-column-line .pagebuilder-column[data-content-type='column'] [data-content-type='image'] > a {
    max-height: 450px;
  }
  .magazine-list-banner .banner-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .magazine-list-banner .banner-list .magazine-category-block {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33%;
  }
  .magazine-list-banner .banner-list .magazine-category-block .banner-link {
    border-radius: 0;
  }
  .magazine-list-banner .banner-list .magazine-category-block .banner-link .offer-label {
    line-height: 2.4rem;
  }
  .magazine-list-banner .banner-list .magazine-category-block .banner-link .offer-label span {
    font-size: 1.6rem;
  }
  .magazine-list-banner .banner-list .magazine-category-block .banner-link .magazine-category-label {
    padding: 15px 15px 10px;
  }
  .magazine-list-banner .banner-list .magazine-category-block .banner-link .magazine-category-label .magazine-title {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 10px;
  }
  .magazine-list-banner .banner-list .magazine-category-block .banner-link .magazine-category-label .magazine-date {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
    vertical-align: middle;
  }
  .login-container .block .login .actions-toolbar > .secondary .forgotlinking {
    font-size: 1.6rem;
    line-height: 2.5rem;
    color: #272727;
    text-decoration: underline;
  }
  .login-container .block .block-title {
    font-size: 2.4rem;
    color: #272727;
  }
  .login-container .block .block-title strong {
    font-weight: bold;
  }
  .login-container .block .block-content p {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #272727;
  }
  .login-container .block.block-customer-login {
    clear: left;
    float: left;
    width: 100%;
  }
  .login-container .block.block-customer-login .fieldset.login {
    max-width: 100%;
  }
  .login-container .block.block-customer-login .fieldset.login .control {
    width: 100%;
  }
  .login-container .block.block-customer-login .fieldset.login .field.persistent .label {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .login-container .block.block-new-customer {
    clear: right;
    float: right;
    width: 47%;
  }
  .login-container .fieldset .field {
    margin-bottom: 20px;
  }
  .login-container .fieldset .field.note {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #272727;
  }
  .fieldset .fullname .field .label {
    margin: 0 0 5px;
    text-align: right;
    width: 100%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.send.confirmation,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .register-container,
  .forgot-password-container,
  .login-container,
  .form.password.reset,
  .form.create.account {
    margin: 0 auto 56px;
    max-width: 410px;
    width: 100%;
  }
  .register-container .fieldset > .field:not(.choice) > .control,
  .forgot-password-container .fieldset > .field:not(.choice) > .control,
  .login-container .fieldset > .field:not(.choice) > .control,
  .form.password.reset .fieldset > .field:not(.choice) > .control,
  .form.create.account .fieldset > .field:not(.choice) > .control {
    width: 100%;
  }
  .register-container .actions-toolbar .primary,
  .forgot-password-container .actions-toolbar .primary,
  .login-container .actions-toolbar .primary,
  .form.password.reset .actions-toolbar .primary,
  .form.create.account .actions-toolbar .primary {
    width: 100%;
  }
  .form.create.account .mobileget .submitbtnajax {
    width: 100%;
  }
  .login-container .block-customer-login .form.form-login .actions-toolbar .secondary .action {
    line-height: 1.6rem;
    letter-spacing: 0;
    margin-bottom: 24px;
    margin-top: 0;
  }
  .customer-account-create .page-main > .page-title-wrapper .page-title,
  .customer-account-createpassword .page-main > .page-title-wrapper .page-title,
  .customer-account-forgotpassword .page-main > .page-title-wrapper .page-title,
  .customer-account-login .page-main > .page-title-wrapper .page-title,
  .customer-account-create .page-main-full-width > .page-title-wrapper .page-title,
  .customer-account-createpassword .page-main-full-width > .page-title-wrapper .page-title,
  .customer-account-forgotpassword .page-main-full-width > .page-title-wrapper .page-title,
  .customer-account-login .page-main-full-width > .page-title-wrapper .page-title {
    letter-spacing: 0;
    margin: 20px 0;
  }
  .block-customer-sign-up,
  .block-customer-login,
  .forget_password {
    text-align: center;
  }
  .block-customer-sign-up .title,
  .block-customer-login .title,
  .forget_password .title {
    float: left;
    margin: 0 0 30px;
    max-width: 50%;
    padding: 12px 0;
  }
  .block-customer-sign-up .title a,
  .block-customer-login .title a,
  .forget_password .title a {
    letter-spacing: 0;
  }
  .block-customer-sign-up .item.content,
  .block-customer-login .item.content,
  .forget_password .item.content {
    margin-top: 78px;
  }
  .register-account-label {
    font-size: 1.4rem;
    line-height: 1.6rem;
    letter-spacing: 0;
  }
  .register-account-label span {
    padding: 0 20px;
  }
  .register-account .register-account-button .action.remind {
    letter-spacing: .32px;
  }
  .customer-account-forgotpassword .login-window .otp-content {
    margin-top: 20px;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.56%;
  }
  .account.page-layout-2columns-left .sidebar-main {
    padding-right: 0;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.44%;
  }
  .account.page-layout-2columns-left .main {
    padding-left: 50px;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .mobilelogin-index-updatemobile .update_mob .send-otp-button .sendotpUpdateNumber {
    line-height: 2.5rem;
    width: auto;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .block.filter {
    position: relative;
    width: 100%;
  }
  .block.filter .filter-title {
    font-size: 1.4rem;
    line-height: 2.8rem;
    background-color: rgba(0, 0, 0, 0);
    color: #4e4e4e;
    display: block;
    font-weight: 400;
    height: auto;
    margin-bottom: 10px;
  }
  .block.filter .filter-title strong {
    color: #4e4e4e;
    font-weight: 400;
    pointer-events: none;
    text-transform: capitalize;
    width: auto;
  }
  .block.filter .filter-title strong::before {
    content: none;
  }
  .block.filter .filter-options .filter-options-item {
    margin-bottom: 10px;
  }
  .block.filter .filter-options .filter-options-item .filter-options-content .items .item .ui-slider {
    max-width: 250px;
  }
  .block.filter > .filter-content {
    display: block;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .field .control input {
    border: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
  }
  .block.newsletter .field.newsletter {
    max-width: 398px;
  }
  .block.newsletter .actions {
    margin-top: 0;
    max-width: 148px;
  }
  .block.newsletter .action.subscribe {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    margin-left: -1px;
  }
  .block.newsletter .form.subscribe {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .newsletter-heading {
    font-size: 30px;
    letter-spacing: .6px;
    line-height: 47px;
    margin-bottom: 0;
  }
  .newsletter-content {
    font-size: 16px;
    letter-spacing: .32px;
    line-height: 17px;
  }
  #html-body .newsletter-content[data-content-type='text'] {
    margin-bottom: 27px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .account.review-customer-view .customer-review .product-details .product-media {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
    max-width: 100%;
    padding: 20px;
    text-align: center;
    width: 285px;
  }
  .account.review-customer-view .customer-review .product-details .product-info .product-name {
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #052d76;
    font-weight: bold;
    height: auto;
    margin-bottom: 0;
    width: auto;
  }
  .account.review-customer-view .customer-review .product-details .product-info .rating-average-label {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #272727;
    margin-bottom: 10px;
  }
  .account.review-customer-view .customer-review .review-details .title {
    font-size: 2.4rem;
    color: #272727;
  }
  .account.review-customer-view .customer-review .review-details .rating-label,
  .account.review-customer-view .customer-review .review-details .review-content,
  .account.review-customer-view .customer-review .review-details .review-date {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #272727;
    margin-bottom: 10px;
  }
  .account.review-customer-view .customer-review .review-details .review-title {
    font-size: 2.4rem;
    color: #272727;
    font-weight: bold;
    text-transform: capitalize;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  .account .page-title-wrapper .order-date {
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 2.5rem;
    color: #272727;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) {
    margin-bottom: 40px;
  }
  .account .column.main .block:not(.widget).block-dashboard-orders .block-title {
    border-bottom: 0;
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  .account .column.main .block:not(.widget).block-dashboard-orders .block-title .action.view {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 4px 18px;
  }
  .account .column.main .block:not(.widget) .block-title {
    margin-bottom: 23px;
    padding-bottom: 14.5px;
  }
  .account .column.main .block:not(.widget) .block-title > strong {
    font-size: 2.2rem;
    margin: 0;
  }
  .account .column.main .block:not(.widget) .block-title .action.edit,
  .account .column.main .block:not(.widget) .block-title .action.view {
    font-size: 1.6rem;
    line-height: 2.5rem;
    float: none;
    font-weight: bold;
    margin-left: 32px;
  }
  .account .column.main .block:not(.widget) .box.box-order-shipping-address,
  .account .column.main .block:not(.widget) .box.box-order-shipping-method,
  .account .column.main .block:not(.widget) .box.box-order-billing-address,
  .account .column.main .block:not(.widget) .box.box-order-billing-method {
    border: none;
    padding: 0;
  }
  .account .column.main .block:not(.widget) .box .box-title {
    margin-bottom: 10px;
  }
  .account .column.main .block:not(.widget) .box .box-title > span {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  .account .column.main .block:not(.widget) .box .box-content {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .box .box-content a {
    color: #052d76;
  }
  .account .column.main .block:not(.widget) .box .box-content address br {
    display: block;
  }
  .account .column.main .block:not(.widget) .box .box-actions .action {
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 4px 18px;
  }
  .account .column.main .block:not(.widget) .block-content .item a {
    font-size: 1.6rem;
    line-height: 2.5rem;
    color: #052d76;
  }
  .account .column.main .block:not(.widget) .block-content .item .rating-summary .label {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #272727;
  }
  .account .column.main .block:not(.widget) .block-content .item .rating-summary .rating-result > span:before {
    color: #ffb624;
  }
  .account .column.main .block:not(.widget) .block-content .box.box-information,
  .account .column.main .block:not(.widget) .block-content .box.box-newsletter,
  .account .column.main .block:not(.widget) .block-content .box.box-billing-address,
  .account .column.main .block:not(.widget) .block-content .box.box-shipping-address {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget).block-dashboard-addresses .block-content .box .box-content {
    border: 1px solid #98aaaf;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px;
    margin-right: 28px;
  }
  .account .column.main .block:not(.widget).block-dashboard-addresses .block-content .box .box-content .box-actions {
    margin-top: 28px;
  }
  .account .column.main .block:not(.widget).block-dashboard-addresses .block-content .box .box-content .box-actions:after {
    padding: 12px 10px;
  }
  .account .column.main .block:not(.widget).block-addresses-default .block-content .box {
    border: none;
    padding: 0;
  }
  .account .column.main .block:not(.widget).block-addresses-list .block-content .toolbar .toolbar-amount {
    padding: 7px 0 0;
  }
  .account .column.main .block:not(.widget).block-addresses-list .block-content .toolbar .limiter {
    margin-bottom: 20px;
  }
  .account.customer-account-edit .form .fieldset .legend,
  .account.customer-address-form .form .fieldset .legend,
  .account.newsletter-manage-index .form .fieldset .legend,
  .account.customer-account-edit .form-address-edit .fieldset .legend,
  .account.customer-address-form .form-address-edit .fieldset .legend,
  .account.newsletter-manage-index .form-address-edit .fieldset .legend {
    font-size: 2.4rem;
    line-height: 2.6rem;
    margin-bottom: 25px;
  }
  .account .actions-toolbar .actions {
    margin-right: 20px;
  }
  .account .actions-toolbar .actions a {
    background: #052d76;
    border: 1px solid #052d76;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 8px 24px;
    font-size: 1.6rem;
    line-height: 1.7rem;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 3px;
  }
  .account .actions-toolbar .actions a.print {
    float: none;
  }
  .account .actions-toolbar.order-actions-toolbar {
    float: left;
  }
  .account .actions-toolbar.order-actions-toolbar .actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
  }
  .account .items.order-links {
    border-bottom: none;
    display: inline-block;
  }
  .account .items.order-links .item {
    margin-bottom: 25px;
  }
  .account .items.order-links .item strong,
  .account .items.order-links .item a {
    background: #052d76;
    border: 1px solid #052d76;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.7rem;
    padding: 8px 24px;
    text-decoration: none;
    vertical-align: middle;
  }
  .account .my-credit-cards .card-type img {
    display: block;
  }
  .account.sales-order-view .column.main .page-title-wrapper .shipping-type {
    top: 8%;
  }
  .toolbar .pager {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5px;
  }
  .toolbar .pager .pages {
    display: inline-block;
    position: relative;
    width: auto;
  }
  .toolbar .pager .toolbar-amount,
  .toolbar .pager .pages,
  .toolbar .pager .limiter {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .order-details-items {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .order-details-items.invoice .actions-toolbar a {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #052d76;
    font-weight: bold;
    margin: 10px 0;
    text-decoration: none;
  }
  .order-details-items .order-title > strong {
    font-size: 2.4rem;
  }
  .order-details-items .order-title a {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #052d76;
    margin-left: 20px;
    font-weight: bold;
    vertical-align: text-bottom;
    text-decoration: none;
  }
  .order-details-items .order-title a.print {
    font-size: 1.6rem;
    line-height: 1.7rem;
    background: #052d76;
    border: 1px solid #052d76;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-weight: bold;
    padding: 8px 24px;
    text-decoration: none;
    vertical-align: middle;
  }
  .order-details-items .order-title a.track {
    display: inline-block;
  }
  .order-details-items .actions-toolbar a.print {
    margin-bottom: 0;
  }
  .account .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-title-wrapper .page-title,
  .sales-guest-view .page-title-wrapper .page-title {
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: .8px;
    margin-top: 0;
  }
  .toolbar .toolbar-amount .toolbar-number {
    font-size: 1.6rem;
  }
  .block-collapsible-nav {
    position: static;
    width: 100%;
  }
  .block-collapsible-nav .item {
    margin: 3px 0 0;
  }
  .block-collapsible-nav .item a,
  .block-collapsible-nav .item > strong {
    font-size: 1.4rem;
    letter-spacing: .32px;
    line-height: 1;
    padding: 13px 13px 13px 30px;
  }
  .block-collapsible-nav .item.current a,
  .block-collapsible-nav .item.current > strong {
    font-size: 1.4rem;
  }
  .block-collapsible-nav .content {
    display: block;
    padding: 20px 0 18px;
  }
  .logo {
    margin: 0;
  }
  .page-header {
    background-color: #edf4f6;
  }
  .page-header > .header.content > .header.links > li.wishlist,
  .account-header-links-mobile > .header.links > li.wishlist {
    margin-left: 37px;
  }
  .page-header > .header.content > .header.links > .authorization-link:after,
  .account-header-links-mobile > .header.links > .authorization-link:after {
    color: #052d76;
    content: attr(data-label);
    float: left;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .28px;
    line-height: 24px;
    margin: 0 4px;
  }
  .page-header .store-locations {
    text-align: right;
    font-size: 11px;
    line-height: 22px;
  }
  .page-header .store-locations:before {
    font-size: 18px;
    line-height: 20px;
  }
  .page-header .store-locations:before {
    margin-right: 3px;
  }
  .page-header .promotion-offer {
    font-size: 16px;
    line-height: 22px;
    max-width: 39vw;
    padding: 0 31px;
  }
  .page-header .promotion-offer:after,
  .page-header .promotion-offer:before {
    border-bottom: 23px solid rgba(0, 0, 0, 0);
    border-top: 23px solid rgba(0, 0, 0, 0);
    bottom: 0;
    content: '';
    height: 0;
    position: absolute;
    top: 0;
    width: 0;
  }
  .page-header .promotion-offer:before {
    border-left: 12px solid #ffffff;
    left: 0;
  }
  .page-header .promotion-offer:after {
    border-right: 12px solid #ffffff;
    right: 0;
  }
  .page-header .promotion-offer .offer-slide {
    min-height: 46px;
  }
  .page-header .promotion-offer .offer-slide > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .page-header .header.panel {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 46px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-header .header-email-address {
    font-size: 12px;
    line-height: 22px;
  }
  .page-header .header-email-address:before {
    font-size: 21px;
    line-height: 21px;
  }
  .page-header .header-email-address:before {
    margin-right: 5px;
    width: 24px;
  }
  .page-header .carrer {
    color: #4e4e4e;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .28px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
  }
  .page-header .carrer:before {
    background-image: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/images/career-icon.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    display: inline-block;
    vertical-align: top;
    height: 24px;
    margin: 0 5px;
    width: 20px;
  }
  .header-top-mobile {
    margin-left: auto;
    margin-right: 37px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 8px 30px;
  }
  .page-main > .page-title-wrapper,
  .page-main-full-width > .page-title-wrapper {
    text-align: center;
  }
  .page-main > .page-title-wrapper .page-title,
  .page-main-full-width > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action,
  .page-main-full-width > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .header .logo {
    max-width: 174px;
  }
  .logo img {
    max-height: inherit;
  }
  .footer .footer-heading {
    font-size: 14px;
    letter-spacing: .28px;
    line-height: 1;
    margin-bottom: 18px;
    padding-top: 0;
  }
  .footer.content {
    padding-top: 59px;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer .footer-social-content[data-content-type='column'] {
    width: auto;
  }
  .footer-copyright {
    color: #4e4e4e;
    padding: 21px 20px;
  }
  .footer .footer-links-block:not(.footer-last-column) {
    border-bottom: 0 none;
  }
  .footer .footer-last-column {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    margin-top: 0;
  }
  .footer .footer-last-column .footer-heading {
    max-width: 329px;
  }
  .footer .footer-bottom {
    margin-top: 40px;
    padding: 23px 0;
  }
  .footer .footer-content .footer-app-icons {
    margin-top: 30px;
  }
  .fieldset > .field > .label {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .pages .pages-items .item {
    font-size: 1.6rem;
    line-height: 1.7rem;
  }
  .pages .pages-items .item.current strong {
    font-size: 1.6rem;
    line-height: 1.7rem;
  }
  .pages .pages-items .item.pages-item-previous .action.next,
  .pages .pages-items .item.pages-item-next .action.next,
  .pages .pages-items .item.pages-item-previous .action.previous,
  .pages .pages-items .item.pages-item-next .action.previous {
    height: 42px;
    width: 42px;
  }
  .pages .pages-items .item.pages-item-previous .action.next::before,
  .pages .pages-items .item.pages-item-next .action.next::before,
  .pages .pages-items .item.pages-item-previous .action.previous::before,
  .pages .pages-items .item.pages-item-next .action.previous::before {
    color: #052d76;
    font-size: 1.6rem;
    line-height: 1;
    margin-left: 6px;
  }
  .pages a.page,
  .pages strong.page {
    height: 42px;
    width: 42px;
  }
  a#backtotop {
    bottom: 15px;
    left: auto;
    right: 15px;
  }
  .message.global.cookie {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  }
  .message.global.cookie .content {
    font-size: 1.6rem;
    line-height: 2.2rem;
    justify-content: space-between;
    padding: 0 15px;
  }
  .message.global.cookie .content .info {
    width: calc(100% - 250px);
  }
  .message.global.cookie .content .actions {
    margin-bottom: 0;
    margin-top: 0;
  }
  .message.global.cookie .content .actions .btn-cookie-setting {
    font-size: 1.6rem;
  }
  .message.global.cookie .content .actions .btn-cookie.allow.primary {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .message.global.cookie.magepow-gdpr-cookie-notice {
    bottom: 0 !important;
  }
  .shop-by-category-wrapper .cate-name {
    display: block;
    text-decoration: none;
  }
  .shop-by-category-wrapper .cate-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: inherit;
    color: inherit;
    content: '\e903';
    font-family: 'unitedpharmacy-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .shop-by-category-wrapper .cate-name:after {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    position: absolute;
    right: 10px;
    top: 0;
  }
  .shop-by-category-wrapper .cate-content.active .cate-name:after {
    content: '\e60f';
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-name {
    padding-bottom: 20px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    line-height: 2.2rem;
    height: 30px;
    justify-content: center;
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock.unavailable {
    background: #ae1d1d;
    border-radius: 4px;
    margin-top: 10px;
    text-align: center;
  }
  .products-grid.wishlist .product-item .box-tocart .stock.unavailable span {
    color: #ffffff;
    font-weight: bold;
  }
  .products-grid.wishlist .product-item .product-item-info .product-item-inner .reviews-sipping-type {
    order: 3;
  }
  .products-grid.wishlist .product-item .product-item-info .product-item-inner .reviews-sipping-type .shipping-type {
    display: block;
  }
  .products-grid.wishlist .product-item .product-item-info .product-item-inner .reviews-sipping-type .shipping-type img {
    margin-bottom: 0;
  }
  .products-grid.wishlist .product-item .product-item-info .product-item-inner .price-box {
    order: 1;
    width: 50%;
  }
  .products-grid.wishlist .product-item .product-item-info .product-item-inner .price-box .price-as-configured .special-price .price-container .price-wrapper .price {
    color: #ae1d1d;
  }
  .products-grid.wishlist .product-item .product-item-info .product-item-inner .price-box .price-as-configured .old-price .price-container .price-wrapper .price {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: normal;
  }
  .products-grid.wishlist .product-item .product-item-info .product-item-inner .price-box.price-configured_price .price-container .price-wrapper .price {
    font-size: 1.8rem;
    line-height: 2rem;
    color: #272727;
    font-weight: bold;
  }
  .products-grid.wishlist .product-item .product-item-info .product-item-inner .price-box .price-as-configured {
    margin-bottom: 10px;
  }
  .products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions .action.edit:before,
  .products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions .action.delete:before {
    display: none;
  }
  .products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions .action.edit span,
  .products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions .action.delete span {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions .action.edit {
    margin-right: 42px;
  }
  .products-grid.wishlist .product-item .product-item-info .product-item-inner .product-reviews-summary {
    margin: 0;
    order: 3;
  }
  .products-grid.wishlist .product-item .product-item-info .product-item-name .product-item-link {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #052d76;
    font-weight: 600;
  }
  .products-grid.wishlist .product-item-comment {
    height: 38px;
    padding: 10px;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: 21px;
    overflow: hidden;
    width: calc((100% - 26px)/2);
  }
  .wishlist-index-index .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 21px;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .price-box.price-configured_price .price-container .price-wrapper .price {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-tooltip {
    order: 2;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-tooltip .tooltip.toggle {
    font-size: 1.6rem;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-tooltip .tooltip.content {
    min-width: 270px;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .wishlist-image-offer .offer-label {
    max-width: 50px;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .medical-button {
    margin-bottom: 15px;
    min-height: 32px;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .pharmacist-medical-help-btn {
    background-image: none;
    background: #052d76;
    border: 1px solid #052d76;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Almarai', sans-serif;
    font-weight: bold;
    padding: 8px 24px;
    font-size: 1.4rem;
    line-height: 1.7rem;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 1.6rem;
    line-height: 2.4rem;
    align-items: center;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    min-height: 32px;
    padding: 3px 2px 4px;
    text-align: center;
    width: 100%;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .pharmacist-medical-help-btn:focus,
  .wishlist-index-index .products-grid .product-item .product-item-info .pharmacist-medical-help-btn:active {
    background: #ffffff;
    border: 1px solid #052d76;
    color: #052d76;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .pharmacist-medical-help-btn:hover {
    background: #ffffff;
    border: 1px solid #052d76;
    color: #052d76;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .pharmacist-medical-help-btn.disabled,
  .wishlist-index-index .products-grid .product-item .product-item-info .pharmacist-medical-help-btn[disabled],
  fieldset[disabled] .wishlist-index-index .products-grid .product-item .product-item-info .pharmacist-medical-help-btn {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
  }
  .wishlist-index-index .products-grid .product-item .offer-section {
    line-height: 1.6rem;
  }
  .wishlist-index-index .actions-toolbar .primary .action {
    margin-right: 10px;
    padding: 4px 18px;
  }
  .wishlist-index-index .wishlist-toolbar .pager {
    justify-content: space-between;
  }
  .wishlist-index-index .wishlist-toolbar .pager .toolbar-amount,
  .wishlist-index-index .wishlist-toolbar .pager .limiter {
    display: block;
  }
  .wishlist-index-index .wishlist-toolbar .pager .pages .pages-items {
    justify-content: center;
  }
  .wishlist-index-index .wishlist-toolbar .pager .pages .pages-items .pages-item-previous .action::before,
  .wishlist-index-index .wishlist-toolbar .pager .pages .pages-items .pages-item-next .action::before {
    margin-left: 0;
  }
  .form.wishlist.items .product-items .product-item .offer-section {
    line-height: 1.6rem;
  }
  .modal-popup.modals-ajaxcart .modal-inner-wrap {
    max-width: 450px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .message {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 10px 5px 10px 30px;
  }
  .modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .product-image > img {
    height: 80px;
    width: 80px;
  }
  .modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .items-count {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .subtotal {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .products-ordered {
    margin-bottom: 30px;
  }
  .modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .products-ordered .block-title strong {
    font-size: 18px;
  }
  .modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .popup > .action {
    padding-top: 20px;
  }
  .modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .popup > .action .btn-viewcart {
    margin-bottom: 15px;
  }
  .modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .popup > .action button,
  .modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .popup > .action .cart.table-wrapper .actions-toolbar > .action {
    font-size: 11px;
    height: 40px;
    padding: 0 15px;
    width: 100%;
  }
  .modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .popup button,
  .modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .popup .cart.table-wrapper .actions-toolbar > .action {
    height: 40px;
    padding: 0 15px;
    width: 100%;
  }
  .modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .popup > .block {
    margin-bottom: 0;
  }
  .modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .btn-viewcart,
  .modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .btn-continue {
    min-width: 150px;
  }
  .modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .btn-viewcart .viewcart,
  .modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .btn-continue .viewcart,
  .modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .btn-viewcart .continue,
  .modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .btn-continue .continue {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .cookiesetting-popup.modal-popup .action-close {
    padding: 0 10px;
    right: 5px;
    top: 15px;
  }
  .cookiesetting-popup.modal-popup .action-close:before {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .cookiesetting-popup.modal-popup .modal-content,
  .cookiesetting-popup.modal-popup .modal-footer {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .cookiesetting-popup.modal-popup .modal-content .btn-save-change,
  .cookiesetting-popup.modal-popup .modal-footer .btn-save-change {
    padding: 7px 14px;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .cookiesetting-popup .modal-inner-wrap {
    max-height: 78vh;
    max-width: 720px;
  }
  .cookiesetting-popup .modal-inner-wrap .cookies-setting-header {
    margin-bottom: 15px;
  }
  .cookiesetting-popup .modal-inner-wrap .cookies-setting-header .header-title {
    font-size: 3rem;
    margin-left: 20px;
    padding: 5px 0 5px 10px;
  }
  .cookiesetting-popup .modal-inner-wrap .cookie-back-button {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 20px;
  }
  .cookiesetting-popup .modal-inner-wrap .cookie-back-button.hidden {
    display: none;
  }
  .cookiesetting-popup .modal-inner-wrap .cookies-setting-content .cookies-sub-title p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin: 20px 0;
  }
  .cookiesetting-popup .modal-inner-wrap .cookies-setting-content .accept-reject-buttons {
    margin-bottom: 40px;
  }
  .cookiesetting-popup .modal-inner-wrap .cookies-setting-content .accept-reject-buttons .link-btn {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-right: 10px;
  }
  .cookiesetting-popup .modal-inner-wrap .cookies-setting-content .cookies-setting-list .cookies-list-title {
    margin-bottom: 5px;
    padding: 16px 20px;
  }
  .cookiesetting-popup .modal-inner-wrap .cookies-setting-content .cookies-setting-list .cookies-list-title .cookies-list-content {
    margin: 0 0 0 30px;
  }
  .cookiesetting-popup .modal-inner-wrap .cookies-setting-content .cookies-setting-list .cookies-list-title .cookies-list-content h2 {
    font-size: 2.2rem;
    line-height: 3rem;
    margin: 0 0 5px 0;
  }
  .cookiesetting-popup .modal-inner-wrap .cookies-switch input {
    cursor: pointer;
    height: 24px;
    width: 48px;
  }
  .cookiesetting-popup .modal-inner-wrap .cookies-switch .cookies-switch__slider {
    height: 24px;
    min-width: 48px;
    width: 48px;
  }
  .cookiesetting-popup .modal-inner-wrap .cookies-switch .cookies-switch__slider::after {
    height: 18px;
    width: 18px;
  }
  .cookiesetting-popup .modal-inner-wrap .cookies-details-header {
    margin-bottom: 10px;
    padding: 24px;
  }
  .cookiesetting-popup .modal-inner-wrap .cookies-details-header .cookies-header-layout {
    margin-bottom: 8px;
  }
  .cookiesetting-popup .modal-inner-wrap .cookies-details-header .cookies-header-layout h1 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .cookiesetting-popup .modal-inner-wrap .cookies-accordion-wrapper {
    padding: 16px 16px 0;
  }
  .cookiesetting-popup .modal-inner-wrap .cookies-accordion-wrapper h2 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .cookiesetting-popup .modal-inner-wrap .cookies-accordion-wrapper .cookies-accordion__header {
    padding: 16px 24px 16px 0;
    width: 95%;
  }
  .cookiesetting-popup .modal-inner-wrap .cookies-accordion-wrapper .cookies-accordion__header .cookies-accordion__title {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .cookiesetting-popup .modal-inner-wrap .cookies-accordion-wrapper .cookies-accordion__header .cookies-accordion__sub-title {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .cookiesetting-popup .modal-inner-wrap .cookies-accordion-wrapper div[data-role=content] {
    padding: 0 12px 18px;
  }
  .cookiesetting-popup .modal-inner-wrap .cookies-accordion-wrapper .cookies-cookie-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 8px;
  }
  .cookiesetting-popup .modal-inner-wrap .cookies-accordion-wrapper .cookies-cookie-info .cookie-info-label {
    min-width: 95px;
    width: 95px;
  }
  .nav-sections-item-content .vmagicmenu {
    margin-right: 20px;
  }
  .nav-sections-item-content .magicmenu {
    display: block;
  }
  .vmagicmenu .block-title .vmagicmenu-subtitle {
    font-size: 12px;
    line-height: 20px;
    min-width: 180px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .vmagicmenu .block-title .vmagicmenu-subtitle:after {
    margin-left: 15px;
  }
  .magicmenu .nav-desktop .level0 .level-top > span {
    font-size: 10.5px;
    line-height: 20px;
  }
  .magicmenu .nav-desktop .level0 .level-top-mega {
    left: 0 !important;
    max-width: 100% !important;
    overflow-x: auto;
    right: 0 !important;
    width: 100%;
  }
  .magicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal {
    width: auto !important;
  }
  .magicmenu .nav-desktop .level0.level-top.active-parent .level-top,
  .magicmenu .nav-desktop .level0.level-top:hover .level-top {
    color: #052d76;
  }
  .magicmenu .nav-desktop .level0.level-top.active-parent .level-top:before,
  .magicmenu .nav-desktop .level0.level-top:hover .level-top:before {
    content: '';
    width: calc(100% + (4px*2));
    background: #ffffff;
    border-radius: 4px;
    position: absolute;
    display: inline-block;
    height: calc(100% - 11px);
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .vmagicmenu {
    position: relative;
    z-index: 99;
  }
  .vmagicmenu .nav-desktop .level0 .level-top-mega {
    min-height: 100%;
    overflow: auto;
  }
  .vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover > ul {
    left: 100%;
    opacity: 1;
    visibility: visible;
  }
  .vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
    background-color: #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    left: 100%;
    min-width: 200px;
    opacity: 0;
    padding: 5px 0 5px 30px;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 1;
  }
  .vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 9px;
    line-height: 32px;
    color: inherit;
    content: '\e608';
    font-family: 'unitedpharmacy-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before {
    font-size: 9px;
    position: absolute;
    right: 0;
    text-align: right;
  }
  .vmagicmenu .nav-desktop .level0 .level-top-mega .mage-column .children ul li {
    position: relative;
  }
  .sections .nav-sections-item-content > .navigation {
    display: none;
  }
  .parent-dates .date-box .date-outer-box {
    flex-wrap: nowrap;
    gap: 0;
    padding: 20px;
  }
  .parent-dates .date-inner-box {
    height: 98px;
  }
  .parent-dates .date-inner-box,
  .parent-time .time-inner-box {
    line-height: 20px;
    margin-right: 20px;
    min-width: 98px;
  }
  .parent-time .time-box .time-outer-box {
    column-gap: 0;
    margin-right: 20px;
  }
  .parent-dates {
    margin-bottom: 30px;
  }
  .parent-time .middle-time .day,
  .parent-time .middle-time .night {
    padding-left: 34px;
    padding-right: 34px;
  }
  .parent-time .time-inner-box {
    padding: 11px 33px;
  }
  .parent-time > .time-box {
    column-gap: 0;
    padding: 25px 20px 13px;
  }
  .desktop.three-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.three-columns section.content {
    padding: 0 30px;
    width: 52%;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    width: 24%;
  }
  .desktop.two-columns-right,
  .desktop.two-columns-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.two-columns-right section.content {
    padding-right: 40px;
    width: 76%;
  }
  .desktop.two-columns-left section.content {
    padding-left: 40px;
    width: 76%;
  }
  .desktop.two-columns-right aside.left,
  .desktop.two-columns-left aside.left,
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    width: 24%;
  }
  .amblog-container-list {
    padding-top: 0;
  }
  .amblog-main-content {
    padding-top: 0;
  }
  .amblog-pager-container {
    margin: 40px auto 50px;
    width: 290px;
  }
  .amblog-pager-container .amblog-pagination {
    color: #272727;
    font-weight: 400;
  }
  .amblog-comments-wrapper,
  .amblog-related-wrapper {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-svg.comment {
    top: 10px;
  }
  .amblog-form-comment .amblog-customer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amblog-form-comment .amblog-wrapper {
    width: 49%;
  }
  .amblog-form-comment .amblog-wrapper:first-child {
    margin-right: 20px;
  }
  .amblog-form-comment .amblog-input.-email + .mage-error,
  .amblog-form-comment .amblog-input.-name + .mage-error {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-wrapper:first-child {
    margin-left: 20px;
    margin-right: 0;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 30px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 4rem;
    line-height: 4.8rem;
    width: calc(100% - 340px);
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 50px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion {
    font-size: 1.6rem;
    padding-right: 40px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: '';
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  body[class*='amblog-index-'].amblog-index-post .page-main > .page-title-wrapper {
    margin-bottom: 20px;
  }
  body[class*='amblog-index-'].amblog-index-post .page-main > .page-title-wrapper > .page-title {
    margin-bottom: 0;
  }
  body[class*='amblog-index-'] .columns {
    margin-bottom: 100px;
  }
  body[class*='amblog-index-'].page-layout-2columns-right .column.main {
    float: left;
    padding-right: 20px;
    width: calc(100% - 320px);
  }
  body[class*='amblog-index-'].page-layout-2columns-right .sidebar-main,
  body[class*='amblog-index-'].page-layout-2columns-right .sidebar-additional {
    float: right;
    padding-left: 0;
    max-width: 320px;
    width: 100%;
  }
  body[class*='amblog-index-'].page-layout-2columns-right .sidebar-main .amblog-list,
  body[class*='amblog-index-'].page-layout-2columns-right .sidebar-additional .amblog-list {
    padding: 11px 0 0;
  }
  body[class*='amblog-index-'].page-layout-2columns-right .sidebar-main .amblog-search,
  body[class*='amblog-index-'].page-layout-2columns-right .sidebar-additional .amblog-search,
  body[class*='amblog-index-'].page-layout-2columns-right .sidebar-main .amblog-widget-container,
  body[class*='amblog-index-'].page-layout-2columns-right .sidebar-additional .amblog-widget-container {
    box-shadow: none;
  }
  .amblog-post-container .amblog-post-title,
  .amblog-grid-list .slick-slide .amblog-item .amblog-post-title {
    margin-bottom: 10px;
  }
  .amblog-post-container .amblog-post-title .post-title,
  .amblog-grid-list .slick-slide .amblog-item .amblog-post-title .post-title {
    line-height: 2rem;
    letter-spacing: .4px;
  }
  .amblog-post-container .amblog-post-title .post-title:hover,
  .amblog-grid-list .slick-slide .amblog-item .amblog-post-title .post-title:hover {
    text-decoration: underline;
  }
  .amblog-sidebar-heading-container .amblog-title {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  .amblog-index-post .page-bottom .amblog-post-list {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
  }
  .amblog-index-post .page-bottom .amblog-post-list {
    width: 100%;
  }
  .amblog-index-category.page-layout-2columns-right .sidebar-main,
  .amblog-index-category.page-layout-2columns-right .sidebar-additional {
    margin-top: 0;
  }
  .amblog-index-category .page-main > .page-title-wrapper > .page-title {
    margin-bottom: 0;
  }
  .amblog-index-tag.page-layout-2columns-right .sidebar-main,
  .amblog-index-index.page-layout-2columns-right .sidebar-main,
  .amblog-index-tag.page-layout-2columns-right .sidebar-additional,
  .amblog-index-index.page-layout-2columns-right .sidebar-additional {
    margin-top: -70px;
  }
  .amblog-index-tag .page-main > .page-title-wrapper > .page-title,
  .amblog-index-index .page-main > .page-title-wrapper > .page-title {
    margin-bottom: 0;
  }
  .amblog-index-post.page-layout-2columns-right .sidebar-main,
  .amblog-index-post.page-layout-2columns-right .sidebar-additional {
    margin-top: -60px;
  }
  .amblog-index-post .top-container + .page-main,
  .amblog-index-tag .top-container + .page-main,
  .amblog-index-index .top-container + .page-main {
    margin-top: 30px;
  }
  body[class*='amblog-index-'].page-layout-2columns-right .column.main {
    float: right;
    padding-left: 20px;
    padding-right: 0;
  }
  body[class*='amblog-index-'].page-layout-2columns-right .sidebar-main,
  body[class*='amblog-index-'].page-layout-2columns-right .sidebar-additional {
    float: left;
    padding-right: 0;
    padding-left: 0;
  }
  .amblog-search-block .amblog-list {
    padding: 0;
  }
  .amblog-search-block .amblog-content {
    justify-content: space-between;
    padding-bottom: 25px;
  }
  .amblog-search-block .amblog-content > *:first-child {
    margin-left: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-right: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child, :first-child) {
    padding: 0 25px;
  }
  .amblog-search-block .amblog-author-name {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .amblog-search-block .amblog-description {
    flex: 1 0 22%;
  }
  .amblog-search-block .amblog-social-container {
    flex-grow: 1;
    justify-content: flex-end;
  }
  .amblog-search-block .amblog-description + .amblog-social-container {
    flex-grow: initial;
  }
  .amblog-replies-block.-level-top > .amblog-comment,
  .amblog-comments-action .amblog-replies,
  .amblog-comments-container .amblog-replies {
    box-sizing: border-box;
    margin: 30px 0 0;
    max-width: 767px;
    padding-left: 20px;
  }
  .amblog-index-post .amblog-comments-wrapper .amblog-title {
    letter-spacing: .64px;
    margin-bottom: 20px;
  }
  .amblog-index-post .amblog-comments-wrapper .amblog-form-comment .amblog-fieldset {
    max-width: 880px;
    width: 100%;
  }
  .amblog-index-post .amblog-comments-wrapper .amblog-form-comment .amblog-btn {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: .32px;
    padding: 7px 23px;
  }
  .amblog-index-post .amblog-comments-wrapper .amblog-form-comment .amblog-link-btn {
    color: #052d76;
    margin: 30px 0 0 25px;
  }
  .amblog-index-post .amblog-comments-wrapper .amblog-form-comment .amblog-link-btn:hover {
    text-decoration: underline;
  }
  .amblog-index-post .amblog-comments-wrapper .amblog-form-head {
    margin-bottom: 32px;
  }
  .amblog-index-post .amblog-comments-wrapper .amblog-head-note {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-reply {
    margin-left: 61px;
  }
  .amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-reply a.amblog-button {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-header {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-header .amblog-name-comment-details {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-header .amblog-name-comment-details .amblog-author {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #4e4e4e;
  }
  .amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-header .amblog-svg.user {
    height: 51px;
    width: 51px;
  }
  .amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-header .amblog-svg.user.-classic {
    fill: #3188bb;
  }
  .amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-header .amblog-svg.user .comment-user-icon {
    transform: scale(2);
  }
  .amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-thesis {
    margin-left: 61px;
  }
  .amblog-index-post .amblog-comments-wrapper .amblog-secondary-title {
    letter-spacing: .4px;
  }
  .amblog-form-comment .amblog-input.-textarea {
    height: 100px;
  }
  .amblog-form-comment .amblog-btn {
    margin-top: 25px;
  }
  .amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-header .amblog-name-comment-details .amblog-date:before,
  .amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-header .amblog-name-comment-details .amblog-views:before,
  .amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-header .amblog-name-comment-details .amblog-minread:before {
    margin: 0 0 0 5px;
  }
  .amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-thesis,
  .amblog-index-post .amblog-comments-wrapper .amblog-comment-content .amblog-reply {
    margin-left: 0;
    margin-right: 61px;
  }
  .amblog-index-post .amblog-comments-wrapper .amblog-form-comment .amblog-link-btn {
    margin-left: 0;
    margin-right: 25px;
  }
  .amblog-post-container.list-item h2.amblog-post-title,
  .amblog-grid-list .slick-slide .amblog-item.list-item h2.amblog-post-title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .amblog-post-container .amblog-widget-container,
  .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
    margin: 30px -25px;
  }
  .amblog-post-container .amblog-features.-post,
  .amblog-grid-list .slick-slide .amblog-item .amblog-features.-post {
    padding: 15px 25px;
  }
  .amblog-post-container .amblog-more,
  .amblog-grid-list .slick-slide .amblog-item .amblog-more {
    text-align: right;
  }
  .amblog-post-container .amblog-arrow,
  .amblog-grid-list .slick-slide .amblog-item .amblog-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iIzJENjlBRSIvPjwvc3ZnPg==);
  }
  .amblog-post-container .amblog-widget-container .amblog-list,
  .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-list {
    margin: 0 30px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-list,
  .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post .amblog-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item,
  .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post .amblog-item {
    box-sizing: border-box;
    width: 47%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-list,
  .desktop.one-column .amblog-grid-list .slick-slide .amblog-item .amblog-content .amblog-widget-container.-post .amblog-list {
    justify-content: inherit;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item,
  .desktop.one-column .amblog-grid-list .slick-slide .amblog-item .amblog-content .amblog-widget-container.-post .amblog-item {
    margin: 0 20px 20px 0;
    width: 31%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item:nth-child(3n),
  .desktop.one-column .amblog-grid-list .slick-slide .amblog-item .amblog-content .amblog-widget-container.-post .amblog-item:nth-child(3n) {
    margin-right: 0;
  }
  .amblog-grid-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
  }
  .amblog-grid-list > .amblog-item {
    width: 47%;
  }
  .amblog-grid-list .amblog-read:hover {
    background: #185eaf;
    text-decoration: none;
  }
  .amblog-grid-list .amblog-features > .amblog-item {
    margin-right: 10px;
  }
  .amblog-grid-list .amblog-item .amblog-category {
    margin-right: 10px;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 0;
    width: 100%;
  }
  .widget.amblog-post-list .post-item {
    margin: 0;
    padding: 7px;
  }
  .widget.amblog-post-list .post-item .post-item-content .post-item-details .post-title {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .amblog-index-category .amblog-container-list .amblog-post-container,
  .amblog-index-tag .amblog-container-list .amblog-post-container,
  .amblog-index-index .amblog-container-list .amblog-post-container,
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item,
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 15px;
  }
  .amblog-index-category .amblog-container-list .amblog-post-container .amblog-posts-content,
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-posts-content,
  .amblog-index-index .amblog-container-list .amblog-post-container .amblog-posts-content,
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content,
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content {
    padding-left: 20px;
  }
  .amblog-index-category .amblog-container-list .amblog-post-container .amblog-posts-content .amblog-content,
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-posts-content .amblog-content,
  .amblog-index-index .amblog-container-list .amblog-post-container .amblog-posts-content .amblog-content,
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content .amblog-content,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content .amblog-content,
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content .amblog-content {
    padding: 0 30px 0 0;
  }
  .amblog-index-category .amblog-container-list .amblog-post-container .amblog-posts-content .amblog-date,
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-posts-content .amblog-date,
  .amblog-index-index .amblog-container-list .amblog-post-container .amblog-posts-content .amblog-date,
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content .amblog-date,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content .amblog-date,
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content .amblog-date,
  .amblog-index-category .amblog-container-list .amblog-post-container .amblog-posts-content .amblog-views,
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-posts-content .amblog-views,
  .amblog-index-index .amblog-container-list .amblog-post-container .amblog-posts-content .amblog-views,
  .amblog-index-category .amblog-container-list .amblog-post-container .amblog-posts-content .amblog-minread,
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-posts-content .amblog-minread,
  .amblog-index-index .amblog-container-list .amblog-post-container .amblog-posts-content .amblog-minread {
    margin: 0;
  }
  .amblog-index-category .amblog-container-list .amblog-post-container .amblog-posts-content .amblog-shot,
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-posts-content .amblog-shot,
  .amblog-index-index .amblog-container-list .amblog-post-container .amblog-posts-content .amblog-shot,
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content .amblog-shot,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content .amblog-shot,
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content .amblog-shot {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .amblog-index-category .amblog-container-list .amblog-post-container .amblog-posts-content .tags,
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-posts-content .tags,
  .amblog-index-index .amblog-container-list .amblog-post-container .amblog-posts-content .tags,
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content .tags,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content .tags,
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content .tags {
    margin-top: 15px;
  }
  .amblog-index-category .amblog-container-list .amblog-post-container .amblog-read,
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-read,
  .amblog-index-index .amblog-container-list .amblog-post-container .amblog-read,
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read,
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read {
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #052d76;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    font-size: 1.4rem;
  }
  .amblog-index-category .amblog-container-list .amblog-post-container .amblog-read:visited,
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-read:visited,
  .amblog-index-index .amblog-container-list .amblog-post-container .amblog-read:visited,
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:visited,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:visited,
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:visited {
    color: #052d76;
    text-decoration: none;
  }
  .amblog-index-category .amblog-container-list .amblog-post-container .amblog-read:hover,
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-read:hover,
  .amblog-index-index .amblog-container-list .amblog-post-container .amblog-read:hover,
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:hover,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:hover,
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:hover {
    color: #052d76;
    text-decoration: underline;
  }
  .amblog-index-category .amblog-container-list .amblog-post-container .amblog-read:active,
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-read:active,
  .amblog-index-index .amblog-container-list .amblog-post-container .amblog-read:active,
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:active,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:active,
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:active {
    color: #052d76;
    text-decoration: underline;
  }
  .amblog-index-category .amblog-container-list .amblog-post-container .amblog-read:hover,
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-read:hover,
  .amblog-index-index .amblog-container-list .amblog-post-container .amblog-read:hover,
  .amblog-index-category .amblog-container-list .amblog-post-container .amblog-read:active,
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-read:active,
  .amblog-index-index .amblog-container-list .amblog-post-container .amblog-read:active,
  .amblog-index-category .amblog-container-list .amblog-post-container .amblog-read:focus,
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-read:focus,
  .amblog-index-index .amblog-container-list .amblog-post-container .amblog-read:focus,
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:hover,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:hover,
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:hover,
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:active,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:active,
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:active,
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:focus,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:focus,
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read:focus {
    background: none;
    border: 0;
  }
  .amblog-index-category .amblog-container-list .amblog-post-container .amblog-read.disabled,
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-read.disabled,
  .amblog-index-index .amblog-container-list .amblog-post-container .amblog-read.disabled,
  .amblog-index-category .amblog-container-list .amblog-post-container .amblog-read[disabled],
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-read[disabled],
  .amblog-index-index .amblog-container-list .amblog-post-container .amblog-read[disabled],
  fieldset[disabled] .amblog-index-category .amblog-container-list .amblog-post-container .amblog-read,
  fieldset[disabled] .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-read,
  fieldset[disabled] .amblog-index-index .amblog-container-list .amblog-post-container .amblog-read,
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read.disabled,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read.disabled,
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read.disabled,
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read[disabled],
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read[disabled],
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read[disabled],
  fieldset[disabled] .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read,
  fieldset[disabled] .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read,
  fieldset[disabled] .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-read {
    color: #052d76;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .amblog-index-category .amblog-container-list .amblog-post-container .amblog-posts-image,
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-posts-image,
  .amblog-index-index .amblog-container-list .amblog-post-container .amblog-posts-image,
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-image,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-image,
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-image {
    max-width: 320px;
    width: 100%;
  }
  .amblog-index-category .amblog-container-list .amblog-post-container .amblog-posts-image .post-image,
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-posts-image .post-image,
  .amblog-index-index .amblog-container-list .amblog-post-container .amblog-posts-image .post-image,
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-image .post-image,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-image .post-image,
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-image .post-image {
    height: 100%;
    justify-content: center;
    margin-bottom: 0;
    max-width: 320px;
    overflow: hidden;
  }
  .amblog-index-category .amblog-container-list .amblog-post-container .amblog-posts-image .post-image img,
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-posts-image .post-image img,
  .amblog-index-index .amblog-container-list .amblog-post-container .amblog-posts-image .post-image img,
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-image .post-image img,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-image .post-image img,
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-image .post-image img {
    object-fit: cover;
    width: 100%;
  }
  .amblog-index-post .page-main > .page-title-wrapper .page-title {
    letter-spacing: .8px;
  }
  .amblog-index-post .amblog-post-top-detail {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .amblog-index-post .amblog-post-top-detail .amblog-wrap .amblog-post-item.-author {
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-transform: capitalize;
  }
  .amblog-index-post .amblog-post-top-detail .amblog-wrap .amblog-post-item.-author .amblog-ref {
    color: #4e4e4e;
    font-weight: 400;
  }
  .amblog-index-post .amblog-post-top-detail .amblog-wrap .amblog-post-item.-comments {
    margin-right: 0;
  }
  .amblog-index-post .amblog-post-top-detail .amblog-wrap .amblog-post-item.-comments .amblog-ref {
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #4e4e4e;
    font-weight: 400;
    letter-spacing: .28px;
  }
  .amblog-index-post .amblog-post-top-detail .amblog-wrap .amblog-post-item.-comments .amblog-ref:hover {
    text-decoration: underline;
  }
  .amblog-index-post .amblog-post-container.-post-page,
  .amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page {
    margin-bottom: 0;
  }
  .amblog-index-post .amblog-post-container.-post-page .thumbnail-url,
  .amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .thumbnail-url {
    height: 100%;
    justify-content: center;
    margin-bottom: 0;
    margin-right: 20px;
    max-height: 520px;
    max-width: 950px;
    overflow: hidden;
  }
  .amblog-index-post .amblog-post-container.-post-page .thumbnail-url img,
  .amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .thumbnail-url img {
    max-width: 100%;
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content,
  .amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content {
    margin-bottom: 0;
    padding: 25px 0 0;
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content img,
  .amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content img {
    margin-bottom: 30px;
    width: 100%;
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content p,
  .amblog-index-post .amblog-post-container.-post-page .amblog-content span,
  .amblog-index-post .amblog-post-container.-post-page .amblog-content li,
  .amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content p,
  .amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content span,
  .amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content li {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #4e4e4e;
    font-weight: 400;
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content p a,
  .amblog-index-post .amblog-post-container.-post-page .amblog-content span a,
  .amblog-index-post .amblog-post-container.-post-page .amblog-content li a,
  .amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content p a,
  .amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content span a,
  .amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content li a {
    color: #3188bb;
    cursor: pointer;
    text-decoration: underline;
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content p,
  .amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content p {
    margin-bottom: 30px;
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content ul,
  .amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content ul {
    list-style-type: disc;
    margin-bottom: 56px;
    padding-left: 17px;
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content li p,
  .amblog-index-post .amblog-post-container.-post-page .amblog-content li span,
  .amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content li p,
  .amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content li span {
    letter-spacing: .32px;
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content [data-content-type='heading'],
  .amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content [data-content-type='heading'] {
    font-size: 1.6rem;
    line-height: 2rem;
    color: #4e4e4e;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content .product-items .reviews-sipping-type .global-product img,
  .amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content .product-items .reviews-sipping-type .global-product img {
    margin-bottom: 0;
  }
  .amblog-index-post .amblog-post-social-detail {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    width: 100%;
  }
  .amblog-index-post .amblog-post-social-detail .amblog-post-like-view-detail {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .amblog-index-post .amblog-post-social-detail .amblog-post-like-view-detail .amblog-helpful-wrap {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0;
  }
  .amblog-index-post .amblog-post-social-detail .amblog-post-like-view-detail .amblog-helpful-wrap .amblog-plus .amblog-count {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: .28px;
  }
  .amblog-index-post .amblog-post-social-detail .amblog-post-like-view-detail .amblog-views {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 700;
    letter-spacing: .28px;
    margin: 0 5px 0 30px;
  }
  .amblog-index-post .amblog-post-social-detail .amblog-post-like-view-detail .views-icon {
    height: 42px;
    width: 42px;
  }
  .amblog-index-post .amblog-post-social-detail .amblog-post-like-view-detail .views-icon:after {
    font-size: 1.4rem;
  }
  .amblog-index-post .amblog-post-social-detail .amblog-social-container .amblog-icon {
    margin-bottom: 0;
  }
  .amblog-index-post .amblog-post-social-detail .amblog-social-container .amblog-social-share {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: .28px;
  }
  .amblog-index-post .page-bottom.amblog-slider-container {
    background: #edf4f6;
  }
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list {
    padding-bottom: 50px;
    padding-top: 15px;
  }
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .amblog-title {
    padding-bottom: 0;
  }
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-slider .slick-arrow.slick-prev {
    left: -20px;
  }
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-slider .slick-arrow.slick-next {
    right: -20px;
  }
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-prev,
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-next {
    background: #052d76;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    height: 38px;
    width: 38px;
    display: inline-block;
    text-decoration: none;
  }
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-prev:before,
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-next:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e911';
    font-family: 'unitedpharmacy-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-prev:before,
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-next:before,
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-prev:after,
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-next:after {
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #ffffff;
    font-weight: bold;
    padding: 0;
  }
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-prev:active,
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-next:active,
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-prev:focus,
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-next:focus,
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-prev:not(.primary),
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-next:not(.primary) {
    background: #052d76;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-prev:hover,
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-next:hover {
    background: #ffffff;
    border: 1px solid #cecece;
    color: #4e4e4e;
    opacity: 1;
  }
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-prev:hover:before,
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-next:hover:before,
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-prev:hover:after,
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-next:hover:after {
    color: #4e4e4e;
  }
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-prev:hover.slick-disabled,
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-next:hover.slick-disabled {
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
  }
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-prev.slick-disabled,
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-next.slick-disabled {
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid #cecece;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #4e4e4e;
    opacity: 1;
  }
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-prev.slick-disabled:before,
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-next.slick-disabled:before,
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-prev.slick-disabled:after,
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-next.slick-disabled:after {
    color: #4e4e4e;
  }
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-next:before {
    content: '\e915';
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content .product-item,
  .amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content .product-item {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    padding: 15px;
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content .product-item .price-box.price-final_price .old-price .price,
  .amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content .product-item .price-box.price-final_price .old-price .price {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .amblog-index-category .amblog-container-list .amblog-post-container .amblog-posts-content,
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-posts-content,
  .amblog-index-index .amblog-container-list .amblog-post-container .amblog-posts-content,
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content,
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content {
    padding-left: 0;
    padding-right: 20px;
  }
  .amblog-index-category .amblog-container-list .amblog-post-container .amblog-posts-content .amblog-content,
  .amblog-index-tag .amblog-container-list .amblog-post-container .amblog-posts-content .amblog-content,
  .amblog-index-index .amblog-container-list .amblog-post-container .amblog-posts-content .amblog-content,
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content .amblog-content,
  .amblog-index-tag .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content .amblog-content,
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-posts-content .amblog-content {
    padding: 0 0 0 30px;
  }
  .amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-minread,
  .amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-date,
  .amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-views,
  .amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-minread {
    margin-left: 25px;
    margin-right: 0;
  }
  .amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-minread:before,
  .amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-date:before,
  .amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-views:before,
  .amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-minread:before {
    margin: 0 0 0 6px;
  }
  .amblog-index-post .amblog-post-container.-post-page .thumbnail-url,
  .amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .thumbnail-url {
    margin-left: 20px;
    margin-right: 0;
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content ul,
  .amblog-index-post .amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-content ul {
    padding-left: 0;
    padding-right: 17px;
  }
  .amblog-index-post .amblog-post-social-detail .amblog-post-like-view-detail .amblog-views {
    margin: 0 30px 0 5px;
  }
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-slider {
    direction: rtl;
  }
  .column .amblog-newsletter .input-box.-newsletter {
    flex-wrap: wrap;
  }
  .column .amblog-newsletter .mage-error[generated='true'],
  .column .amblog-newsletter .amblog-input {
    max-width: calc(65% - 10px);
  }
  .column .amblog-newsletter .amblog-btn {
    max-width: 35%;
  }
  .column .amblog-newsletter .mage-error[generated='true'] {
    order: 3;
    width: 100%;
  }
  .amblog-search-titles {
    border-bottom: 1px solid #e5e5e5;
  }
  .amblog-search-title {
    position: relative;
    width: auto;
  }
  .amblog-search-title:after {
    background: transparent;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .amblog-search-title.open:after {
    background: #1979c2;
  }
  .amblog-search-content {
    margin-top: 40px;
    width: 100%;
  }
  .desktop.three-columns .amblog-related-wrapper.-related-products .amblog-item-product {
    max-width: 129px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) {
    justify-content: initial;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) .amblog-item-product {
    max-width: 25%;
  }
  .amblog-related-wrapper.-related-products .product-reviews-summary {
    margin-bottom: 5px;
  }
  .amblog-social-container .amblog-icon,
  .amblog-element-block[data-set='sidebar-author'] .amblog-icon,
  .amblog-item[data-set='content-author'] .amblog-icon,
  .amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon,
  .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon {
    height: 44px;
    width: 44px;
  }
  .amblog-social-container .amblog-icon.-facebook .amblog-social:after,
  .amblog-element-block[data-set='sidebar-author'] .amblog-icon.-facebook .amblog-social:after,
  .amblog-item[data-set='content-author'] .amblog-icon.-facebook .amblog-social:after,
  .amblog-social-container .amblog-icon.-linkedin .amblog-social:after,
  .amblog-element-block[data-set='sidebar-author'] .amblog-icon.-linkedin .amblog-social:after,
  .amblog-item[data-set='content-author'] .amblog-icon.-linkedin .amblog-social:after,
  .amblog-social-container .amblog-icon.-twitter .amblog-social:after,
  .amblog-element-block[data-set='sidebar-author'] .amblog-icon.-twitter .amblog-social:after,
  .amblog-item[data-set='content-author'] .amblog-icon.-twitter .amblog-social:after,
  .amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-facebook .amblog-social:after,
  .amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-linkedin .amblog-social:after,
  .amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-twitter .amblog-social:after,
  .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-facebook .amblog-social:after,
  .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-linkedin .amblog-social:after,
  .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-twitter .amblog-social:after {
    font-size: 1.6rem;
  }
  .amblog-plus .amblog-icon {
    height: 42px;
    width: 42px;
  }
  .amblog-plus .amblog-icon:after {
    font-size: 1.6rem;
  }
  .amrelated-cart-bundle {
    padding: 0;
    width: 73%;
  }
  .amrelated-pack-wrapper .amrelated-title {
    margin-bottom: 30px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: unset;
    flex-wrap: nowrap;
    margin-top: 15px;
    padding-top: 0;
    background: #ffffff;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:not(:last-child) {
    border-bottom: none;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount {
    font-size: 12px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount .price {
    font-weight: 400;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    display: flex;
    padding: 10px 5px;
    text-align: center;
    font-size: 50px;
    line-height: 100px;
  }
  .amrelated-pack-wrapper .amrelated-title:after {
    content: none !important;
  }
  .amrelated-content-wrapper .amrelated-pack-list {
    max-width: 79%;
    width: unset;
  }
  .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item.-main {
    display: block;
  }
  .amrelated-pack-list.-wide {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .amrelated-pack-list.-narrow .amrelated-plus,
  .amrelated-pack-list.-narrow + .amrelated-equal {
    display: block;
    line-height: 100px;
  }
  .amrelated-equal.-second-row {
    align-self: center;
    margin-bottom: 18px;
  }
  .amrelated-pack-list.-second-row {
    border-right: 3px solid #e9f6ff;
  }
  .amrelated-pack-item .amrelated-details {
    display: block;
  }
  .amrelated-pack-item.-wide,
  .amrelated-pack-item.-narrow {
    padding: 10px;
    min-width: 120px;
    width: 14%;
    text-align: center;
  }
  .amrelated-pack-item.-wide .amrelated-info,
  .amrelated-pack-item.-narrow .amrelated-info {
    display: block;
  }
  .amrelated-pack-item.-wide .amrelated-details,
  .amrelated-pack-item.-narrow .amrelated-details {
    margin-left: 0;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container,
  .amrelated-pack-item.-narrow .amrelated-photo-container {
    margin: 0 auto 10px;
  }
  .amrelated-pack-item.-main {
    background: transparent;
  }
  .amrelated-content-wrapper .amrelated-summary-content {
    position: relative;
    display: block;
    margin-top: 16px;
    padding: 0;
    width: 180px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-discount {
    right: unset;
    padding: 5px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    height: 95px;
    border: 3px dashed #1979c3;
    border-bottom: none;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper {
    margin-right: 0;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action {
    width: 100%;
  }
  .amrelated-summary-content.-second-row {
    align-self: center;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 0;
    height: 100%;
    background: #e9f6ff;
    box-shadow: 0 20px 0 -10px #f9f9f9;
    opacity: 1;
    transition: all .3s ease;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background.rtl {
    right: 0;
    left: unset;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-info,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-pack-item {
    z-index: 2;
  }
  .amrelated-pack-item.-wide {
    padding: 30px 0;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items.-selected .amrelated-background {
    width: 100%;
    opacity: 1;
  }
  .amrelated-pack-item .price-final_price [data-price-type='finalPrice'] .price {
    font-size: 1.6rem;
  }
  .amrelated-pack-item:not(.-main) .product-reviews-summary {
    display: inline-block;
    margin: 0;
    text-align: center;
  }
  .amrelated-summary-content .main.price {
    font-size: 2rem;
  }
  .amrelated-pack-items.-selected {
    background: #edf4f6;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    max-width: initial;
    min-width: 700px;
  }
  .amrelated-popup-container .amrelated-bundle-popup .amrelated-product-info {
    margin-top: 60px;
    min-height: 450px;
  }
  .amrelated-product-info .amrelated-info.-top {
    float: right;
    margin: 0;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-bottom {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    box-sizing: border-box;
    padding: 0 20px 0 0;
  }
  .amrelated-info.-top .amrelated-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary {
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary .action {
    margin-left: 10px;
  }
  .amrelated-info.-bottom .amrelated-description {
    font-size: 14px;
    margin: 5px 0 0;
  }
  .amrelated-info.-bottom .product-add-form {
    margin: 0;
    padding: 0;
  }
  .amrelated-product-info .amrelated-image-container {
    border: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    width: 50%;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    border: 0;
    width: 100%;
  }
  .amrelated-product-info .amrelated-image-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amrelated-products-block {
    margin-left: 27px;
    margin-right: 27px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .aa-Panel {
    left: auto !important;
    padding-left: 0;
    padding-right: 8px;
  }
  .aa-Panel .aa-PanelLayout .aa-List .aa-Item .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-price .before_special.price {
    unicode-bidi: plaintext;
  }
  .catalogsearch-result-index #algolia-right-container {
    float: left;
    padding-left: 0;
    padding-right: 22px;
  }
  .catalogsearch-result-index #algolia-right-container .toolbar.toolbar-products .toolbar-sorter {
    float: left;
  }
  .catalogsearch-result-index #algolia-right-container .toolbar.toolbar-products .toolbar-sorter .pull-left .ais-SortBy-select {
    background: #ffffff url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/images/select-arrow.svg') left 14px center no-repeat;
    background-size: auto 10px;
  }
  .catalogsearch-result-index #algolia-left-container {
    float: right;
  }
  .catalogsearch-result-index .ais-SearchBox-reset {
    left: 10px;
    right: auto;
  }
  .catalogsearch-result-index .result-wrapper .price-wrapper {
    padding-left: 90px;
    padding-right: 0;
  }
  .catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item {
    margin-left: 15px;
    margin-right: 0;
  }
  .catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item--nextPage a:before {
    margin: 0;
  }
  .catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item--previousPage a:before {
    margin: 0;
  }
  .catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .global-product {
    left: auto;
    right: -5px;
  }
  .catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .pharmacist-physician-button .request-close {
    left: 5px;
    right: auto;
  }
  .catalogsearch-result-index .ais-RangeSlider .rheostat-handle .rheostat-tooltip {
    direction: ltr;
  }
  .ambanners.slick-slider .slick-next {
    left: 20px;
    right: auto;
  }
  .ambanners.slick-slider .slick-prev {
    left: auto;
    right: 20px;
  }
  .ambanners.slick-slider .slick-prev,
  .ambanners.slick-slider .slick-next {
    -webkit-transform: rotate(-180deg) translate(0, 50%);
    -ms-transform: rotate(-180deg) translate(0, 50%);
    transform: rotate(-180deg) translate(0, 50%);
  }
  .checkout-index-index .amrewards-highlight-container > .caption > .amreward-icon:before,
  .checkout-cart-index .amrewards-highlight-container > .caption > .amreward-icon:before,
  .catalog-product-view .amrewards-highlight-container > .caption > .amreward-icon:before {
    margin-left: 10px;
    margin-right: 0;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
    margin-left: 0;
    margin-right: auto;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    padding-left: 0;
    padding-right: 15px;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map button,
  .amlocator-main-container .amlocator-map-container .amlocator-map .cart.table-wrapper .actions-toolbar > .action {
    left: 0 !important;
    right: auto !important;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-right {
    padding-left: 0;
    padding-right: 15px;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-location-reviews .amlocator-wrapper {
    margin-left: auto;
    margin-right: 0;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(odd) {
    float: right;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(even) {
    float: left;
  }
  .amlocator-main-container {
    text-align: right;
  }
  .homepage-main-slider .slick-slider .slick-arrow.slick-next {
    left: 60px;
    right: auto;
  }
  .homepage-main-slider .slick-slider .slick-arrow.slick-prev {
    left: auto;
    right: 60px;
  }
  .homepage-main-slider .banner_list:not(.slick-initialized) .banner-link {
    min-height: inherit;
  }
  .job-listing-section .job-component-list-data .job-input-data-field .input-button button,
  .job-listing-section .job-component-list-data .job-input-data-field .input-button .cart.table-wrapper .actions-toolbar > .action {
    width: 184px;
  }
  .job-listing-section .job-component-list-data .row-job .job-action {
    margin-left: 0;
    margin-right: auto;
  }
  .shop-by-category-wrapper:not(.slick-slider) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  .shop-by-category-wrapper.slick-slider {
    display: block;
    overflow: visible;
  }
  .shop-by-category-wrapper > .item.item-category {
    min-width: calc(100% / 5);
    max-width: inherit;
    padding: 0px 20px;
  }
  .shop-by-category-wrapper .shop-category-title-name {
    justify-content: right;
  }
  .shop-by-category-wrapper .cate-name {
    font-size: 1.4rem;
    padding: 5px 15px 5px 25px;
    text-align: right;
  }
  .shop-by-category-wrapper .cate-name:after {
    float: left;
  }
  .shop-by-category-wrapper .shop-cate-content {
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
  }
  .shop-category .section-title {
    font-size: 22px;
    letter-spacing: .8px;
    line-height: 30px;
    min-height: 40px;
  }
  body.scrolling .chat-button-title {
    transform: translateX(-100%);
  }
  body.scrolling .help-chat-image {
    transform: translateX(-100%);
  }
  .bv-custom-open-button {
    left: 70px;
    right: auto;
  }
  .bv-custom-open-button .chat-button-title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 20px 7px 15px;
  }
  .bv-custom-open-button .help-chat-image:before {
    left: -7px;
    right: auto;
  }
  .bv-custom-open-button .help-chat-image:after {
    left: 15px;
    right: auto;
  }
  .bv-custom-chat-popup {
    left: 60px;
    right: auto;
  }
  .top-container .delivery-address-selector .delivery-text {
    padding-left: 0;
    padding-right: 60px;
  }
  .shop-product-by-brand.global-category .home-brands .slick-next {
    left: -5px;
    right: auto;
  }
  .shop-product-by-brand.global-category .home-brands .slick-prev {
    left: auto;
    right: -5px;
  }
  .shop-product-by-brand.global-category .home-brands .slick-slider .slick-arrow.slick-prev:before,
  .shop-product-by-brand.global-category .home-brands .slick-slider .slick-arrow.slick-next:before {
    transform: rotate(-180deg);
  }
  .global-product-bottom-slider-section .slick-slider .slick-arrow.slick-prev:before,
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-prev:before,
  .shopby-category-slider.global-category .slick-slider .slick-arrow.slick-prev:before,
  .global-product-bottom-slider-section .slick-slider .slick-arrow.slick-next:before,
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-next:before,
  .shopby-category-slider.global-category .slick-slider .slick-arrow.slick-next:before {
    transform: rotate(-180deg);
  }
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-prev {
    left: auto;
    right: 60px;
  }
  .global-product-page-main-slider .slick-slider .slick-arrow.slick-next {
    left: 60px;
    right: auto;
  }
  .global-product-bottom-slider-section .slick-next {
    left: -20px;
    right: auto;
  }
  .global-product-bottom-slider-section .slick-prev {
    left: auto;
    right: -20px;
  }
  .shopby-category-slider.global-category .slick-next {
    left: 0;
    right: auto;
  }
  .shopby-category-slider.global-category .slick-prev {
    left: auto;
    right: 0;
  }
  .homepagebrands-index-index .products-grid .product-item {
    float: right;
    margin-left: 0;
    margin-right: 13px;
  }
  .homepagebrands-index-index .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: 13px;
  }
  .homepagebrands-index-index .products-grid .product-item:nth-child(3n + 1) {
    margin-right: 0;
  }
  .lp-partner-banner-list.slick-slider .slick-arrow.slick-prev:before,
  .lp-partner-banner-list.slick-slider .slick-arrow.slick-next:before {
    transform: rotate(-180deg);
  }
  .lp-partner-slider .lp-partner-banner-list .slick-next {
    left: -5px;
    right: auto;
  }
  .lp-partner-slider .lp-partner-banner-list .slick-prev {
    left: auto;
    right: -5px;
  }
  .loyaltypoints-partners-listall.account .toolbar .pager .pages .pages-items .item.pages-item-next .action.next:before {
    margin-right: 6px;
  }
  .loyaltypoints-partners-detail.account .lp-partner-banner-list .slick-prev,
  .loyaltypoints-partners-view.account .lp-partner-banner-list .slick-prev {
    left: auto;
    right: -10px;
  }
  .loyaltypoints-partners-detail.account .lp-partner-banner-list .slick-next,
  .loyaltypoints-partners-view.account .lp-partner-banner-list .slick-next {
    left: -10px;
    right: auto;
  }
  .loyaltypoints-partners-detail .partner-redeem-form .fieldset > .field,
  .loyaltypoints-partners-view .partner-redeem-form .fieldset > .field {
    float: right;
    margin: 0 0 10px 20px;
  }
  .loyaltypoints-partners-detail .partner-redeem-form .fieldset > .field:not(.choice) > .control,
  .loyaltypoints-partners-view .partner-redeem-form .fieldset > .field:not(.choice) > .control {
    float: right;
  }
  .modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .modal-header .action-close {
    margin: 10px 0 0 10px;
  }
  .qitaf-mobile-number-field .country-code-flag {
    margin-left: -1px;
    margin-right: 0;
  }
  .qitaf-mobile-number-field .mobile-number-field input[type='text'] {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-left: 1px solid #b5b5b5;
    border-right: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    margin-left: 0;
    margin-right: -1px;
    padding-left: 0;
    padding-right: 3px;
  }
  .shop-by-brand-block .shop-products-brands-header .category-section,
  .shop-by-brand-block .shop-products-brands-header .brand-section,
  .shop-by-brand-block .shop-products-brands-header .brand-logo-img {
    margin-left: 30px;
    margin-right: 0;
  }
  .shop-by-brand-block .shop-products-brands-header .brand-logo-img {
    margin-left: 0;
  }
  .offer_wrap .offer_list .offer-categories .offer-link:not(:last-child) {
    margin-left: 45px;
    margin-right: 0;
  }
  .offer_wrap .offer-products:before {
    left: auto;
    right: -100%;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .actions {
    justify-content: flex-start;
  }
  .page-products .column.main {
    padding-left: 0;
    padding-right: 22px;
  }
  .page-products .sidebar-main,
  .page-products .sidebar-additional {
    padding-left: 0;
  }
  .page-products .sidebar-main .block-compare .block-title strong,
  .page-products .sidebar-additional .block-compare .block-title strong {
    margin-left: 10px;
    margin-right: 0;
  }
  .page-products .sidebar-main .block-compare .block-title .counter.qty::after,
  .page-products .sidebar-additional .block-compare .block-title .counter.qty::after {
    left: -7px;
    right: auto;
  }
  .page-products .sidebar-main .block-compare .block-title .counter.qty:before,
  .page-products .sidebar-additional .block-compare .block-title .counter.qty:before {
    left: auto;
    right: -7px;
  }
  .page-products .sidebar-main .block-compare .product-item .action.delete,
  .page-products .sidebar-additional .block-compare .product-item .action.delete {
    left: auto;
    right: 0;
  }
  .column.main .block-related .products-grid .product-item .product-item-info .box-tocart.product-qty .control .qtybox.error,
  .column.main .box-up-sell .products-grid .product-item .product-item-info .box-tocart.product-qty .control .qtybox.error {
    display: block;
  }
  .column.main .block-related .products-grid .product-item .product-item-info .box-tocart.product-qty .control .qtybox.error + label.error,
  .column.main .box-up-sell .products-grid .product-item .product-item-info .box-tocart.product-qty .control .qtybox.error + label.error {
    color: #ae1d1d;
    font-size: 12px;
    font-weight: bold;
    left: auto;
    margin-top: 5px;
    position: absolute;
    right: 0;
    top: 100%;
  }
  .block.upsell .products-upsell .product-items .product-item .offer-section,
  .block-related.related .products-upsell .product-items .product-item .offer-section,
  .block.upsell .products-related .product-items .product-item .offer-section,
  .block-related.related .products-related .product-items .product-item .offer-section {
    line-height: 1.8rem;
    height: 24px;
  }
  .sorter {
    float: left;
  }
  .modes {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .modes-mode {
    border-left: 0;
    border-right: 1px solid #d1d1d1;
    float: right;
  }
  .modes-mode:last-child {
    border-left: 1px solid #d1d1d1;
    border-right: 0;
  }
  .limiter .label {
    margin-left: 10px;
    margin-right: 0;
  }
  .sorter-options {
    background: #ffffff url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/images/select-arrow.svg') left 14px center no-repeat;
    background-size: auto 10px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: right;
    left: 0;
    margin-left: 10px;
    margin-right: 0;
    right: auto;
  }
  .sidebar .product-items .product-item-actions {
    clear: right;
  }
  .product-info-main {
    float: left;
  }
  .product-info-main .product-info-price .product-review-price {
    width: 60%;
  }
  .product-info-main .product-info-price .product-reviews-summary .rating-summary .rating-result {
    margin-left: 26px;
    margin-right: 0;
  }
  .product-info-main .product-info-price .product-reviews-summary .reviews-actions .action.view {
    margin-left: 26px;
    margin-right: 0;
  }
  .product-info-main .product-info-price .price-box {
    width: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .product-info-main .product-info-price .price-box .special-price {
    margin-left: 10px;
    margin-right: 0;
  }
  .product-info-main .product-info-price .product-info-stock-sku {
    width: 40%;
  }
  .product-info-main .product-info-price .product-info-stock-sku .stock.available {
    margin-left: 114px;
    margin-right: 0;
  }
  .product-info-main .product-info-price .shipping-type {
    margin-left: 0;
    margin-right: auto;
    min-width: 170px;
  }
  .product-info-main .box-tocart .fieldset .add-to-cart .tocart {
    padding: 7.5px 10px;
  }
  .product-info-main .box-tocart .fieldset .add-to-cart .tocart:before {
    margin: 0 0 0 12px;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset .add-to-cart .field.qty div.mage-error {
    text-align: right;
  }
  .product.media {
    float: right;
  }
  .page-layout-1column .product.media .fotorama__wrap .fotorama__nav {
    text-align: right;
  }
  .block-search {
    float: right;
    margin-left: auto;
    margin-right: 0;
  }
  .block-search input {
    padding-left: 35px;
    padding-right: 15px;
  }
  .block-search .action.search {
    left: 10px;
    right: auto;
  }
  .checkout-cart-index .page-main .page-title-wrapper {
    text-align: right;
  }
  .checkout-cart-index .cart.table-wrapper .items tbody .invalid-item-message td {
    padding-right: 0;
  }
  .checkout-cart-index .cart.table-wrapper .items tbody .invalid-item-message td .message.info {
    padding-left: 10px;
    padding-right: 35px;
  }
  .checkout-cart-index .cart.table-wrapper .items tbody .invalid-item-message tr td.col.subtotal {
    text-align: left;
  }
  .checkout-cart-index .cart.table-wrapper .items tbody tr td.col.subtotal {
    text-align: left;
  }
  .checkout-cart-index .cart.table-wrapper .items tbody span.price {
    unicode-bidi: plaintext;
  }
  .cart-container .form-cart {
    float: right;
  }
  .cart-container .widget {
    float: right;
  }
  .cart-summary {
    float: left;
    margin-left: 0;
    margin-right: 30px;
  }
  .cart-summary .total-rules > .amount > .rule-amount,
  .cart-summary span.price {
    unicode-bidi: plaintext;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart.table-wrapper .item-actions td {
    text-align: left;
  }
  .cart.table-wrapper .product-item-photo {
    padding-left: 10px;
    padding-right: 0;
  }
  .cart.main.actions .action.continue {
    margin-left: 30px;
    margin-right: 0;
  }
  .cart-products-toolbar .pages {
    float: left;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-left: 0;
  }
  .minicart-wrapper {
    margin-left: 0;
    margin-right: 37px;
  }
  .minicart-wrapper .block-minicart {
    left: -15px;
    right: auto;
  }
  .amcheckout-step-container .step-content .store-list-content-list-view .row-store {
    padding: 25px 60px 25px 18px;
  }
  .amcheckout-step-container .step-content .store-list-content-list-view .row-store-radio [type='radio'] + label:before {
    left: auto;
    right: 18px;
  }
  .cms-page-view .amfaq_questions .am-title .am-plus,
  .cms-page-view .amfaq_questions .am-title .am-minus {
    left: 0;
    right: auto;
  }
  .contact-page-inner .contact-page-left {
    float: right;
    padding-left: 20px;
    padding-right: 0;
  }
  .contact-page-inner .contact-page-right {
    float: left;
    padding-left: 0;
    padding-right: 20px;
  }
  .contact-us-detail .contact-info .info-desc .detail-icon {
    margin-left: 15px;
    margin-right: 0;
  }
  .contact-page-inner .contact-page-left {
    float: right;
    padding-left: 20px;
    padding-right: 0;
  }
  .contact-page-inner .contact-page-right {
    float: left;
    padding-left: 0;
    padding-right: 20px;
  }
  .contact-us-detail .contact-info .info-desc .detail-icon {
    margin-left: 15px;
    margin-right: 0;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-left: 0;
    margin-right: 0;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: right;
  }
  .login-container .block.block-customer-login {
    clear: right;
    float: right;
  }
  .login-container .block.block-new-customer {
    clear: left;
    float: left;
  }
  .block-customer-sign-up .title,
  .block-customer-login .title,
  .forget_password .title {
    float: right;
  }
  .fieldset .fullname .field .label {
    float: right;
  }
  .fieldset .fullname .field .control {
    float: right;
  }
  .account.page-layout-2columns-left .sidebar-main {
    padding-left: 0;
  }
  .account.page-layout-2columns-left .main {
    padding-left: 0;
    padding-right: 50px;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 0;
    margin-right: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin-left: 10px;
    margin-right: 0;
  }
  .actions-toolbar .primary {
    float: right;
  }
  .actions-toolbar .primary .action {
    margin-right: 0;
  }
  .gift-options .actions-toolbar {
    float: left;
  }
  .gift-options .actions-toolbar .secondary {
    float: left;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: left;
    margin-left: 0;
    margin-right: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    float: right;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-right: 1px solid #c1c1c1;
    border-left: 0;
    left: auto;
    right: 50%;
  }
  .cart.table-wrapper .action-gift {
    float: right;
  }
  .block.filter .items .item .filter-label {
    margin-left: 3px;
    margin-right: 0;
  }
  .block.filter .items .item .action.remove:after {
    margin-left: 0;
    margin-right: 5px;
  }
  .block.filter .filter-content .filter-options .filter-options-item .filter-options-title .disable,
  .block.filter .filter-content .filter-options .filter-options-item .filter-options-title .active {
    float: left;
  }
  .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item #layered_ajax_price_attribute #layered_ajax_price_label .max_label {
    float: left;
  }
  .block.filter .filter-content .filter-options .count {
    float: left;
  }
  .block.filter .filter-content .filter-options .count::after {
    margin-left: 0;
    margin-right: -4px;
  }
  .account.review-customer-view .customer-review .product-details .product-media {
    margin-left: 0;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: left;
  }
  .table-order-items.creditmemo .col.total {
    text-align: left;
  }
  .order-pager-wrapper .pages {
    float: left;
  }
  .order-actions-toolbar .action.print {
    float: left;
  }
  .account .column.main .block:not(.widget).block-dashboard-orders .block-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .account .column.main .block:not(.widget).block-dashboard-orders .block-title .action.view {
    margin-left: 0;
  }
  .account .column.main .block:not(.widget) .block-title .action.edit,
  .account .column.main .block:not(.widget) .block-title .action.view {
    margin-left: 0;
    margin-right: 32px;
  }
  .account .column.main .block:not(.widget) .box .box-actions .action {
    margin-left: 10px;
    margin-right: 0;
  }
  .account .column.main .block:not(.widget).block-dashboard-addresses .block-content .box .box-content {
    margin-left: 28px;
    margin-right: 0;
  }
  .account.customer-account-edit .form .fieldset .legend,
  .account.customer-address-form .form .fieldset .legend,
  .account.newsletter-manage-index .form .fieldset .legend,
  .account.customer-account-edit .form-address-edit .fieldset .legend,
  .account.customer-address-form .form-address-edit .fieldset .legend,
  .account.newsletter-manage-index .form-address-edit .fieldset .legend {
    margin-right: 0;
  }
  .account.customer-account-edit .form .actions-toolbar,
  .account.customer-address-form .form .actions-toolbar,
  .account.newsletter-manage-index .form .actions-toolbar,
  .account.customer-account-edit .form-address-edit .actions-toolbar,
  .account.customer-address-form .form-address-edit .actions-toolbar,
  .account.newsletter-manage-index .form-address-edit .actions-toolbar {
    margin-right: 0;
  }
  .account .actions-toolbar .actions {
    margin-left: 20px;
    margin-right: 0;
  }
  .account .actions-toolbar.order-actions-toolbar {
    float: right;
  }
  .account .actions-toolbar.order-actions-toolbar .actions {
    margin-left: 20px;
    margin-right: 0;
  }
  .order-details-items .order-title a {
    margin-left: 0;
    margin-right: 20px;
  }
  .order-details-items .order-title a.print {
    float: left;
  }
  .account .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-title-wrapper .page-title,
  .sales-guest-view .page-title-wrapper .page-title {
    margin-left: 0;
  }
  .page-header > .header.content > .header.links > li.wishlist,
  .account-header-links-mobile > .header.links > li.wishlist {
    margin-left: 0;
    margin-right: 37px;
  }
  .page-header .store-locations {
    text-align: left;
  }
  .page-header .store-locations:before {
    margin-left: 3px;
    margin-right: 0;
  }
  .page-header .header-email-address:before {
    margin-left: 5px;
    margin-right: 0;
  }
  .header-top-mobile {
    margin-left: 37px;
    margin-right: auto;
  }
  .header.panel > .header.links {
    float: left;
    margin-left: 0;
    margin-right: auto;
  }
  .header.panel > .header.links > li {
    margin-left: 0;
    margin-right: 15px;
  }
  .header.panel > .header.links > li.welcome a {
    padding-right: 5px;
    padding-left: 0;
  }
  .page-main > .page-title-wrapper .page-title + .action,
  .page-main-full-width > .page-title-wrapper .page-title + .action {
    float: left;
  }
  .footer.content .block {
    float: left;
  }
  .footer.content .links {
    padding-left: 50px;
    padding-right: 0;
  }
  .footer.content .switcher.store {
    padding-left: 50px;
    padding-right: 0;
  }
  .pages .pages-items .item.pages-item-previous .action.next::before,
  .pages .pages-items .item.pages-item-next .action.next::before,
  .pages .pages-items .item.pages-item-previous .action.previous::before,
  .pages .pages-items .item.pages-item-next .action.previous::before {
    margin-left: 0;
    margin-right: 6px;
  }
  a#backtotop {
    left: 15px;
    right: auto;
  }
  .message.global.cookie .content .actions {
    margin-top: 5px;
  }
  .shop-by-category-wrapper .cate-name:after {
    left: 10px;
    right: auto;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-left: 10px;
    padding-right: 0;
  }
  .products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions .action.edit {
    margin-left: 42px;
    margin-right: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: 0;
    margin-right: 21px;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: 21px;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(2n + 1) {
    margin-right: 0;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-tooltip {
    text-align: left;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-tooltip .tooltip.content {
    left: 0;
    right: auto;
    text-align: right;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-tooltip .tooltip.content:before {
    left: 26px;
    margin-left: -17px;
    margin-right: 0;
    right: auto;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner .product-item-tooltip .tooltip.content:after {
    left: 26px;
    margin-left: -16px;
    margin-right: 0;
    right: auto;
  }
  .wishlist-index-index .actions-toolbar .primary .action {
    margin-left: 10px;
    margin-right: 0;
  }
  .modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .message {
    padding: 10px 30px 10px 5px;
  }
  .cookiesetting-popup .modal-inner-wrap .cookies-setting-header .header-title {
    padding: 5px 10px 5px 0;
  }
  .cookiesetting-popup .modal-inner-wrap .cookies-setting-content .cookies-setting-list .cookies-list-title .cookies-list-content {
    margin: 0 30px 0 0;
  }
  .nav-sections-item-content .vmagicmenu {
    margin-left: 20px;
    margin-right: 0;
  }
  .vmagicmenu .block-title .vmagicmenu-subtitle:after {
    margin-left: 0;
    margin-right: 15px;
  }
  .vmagicmenu .vmagicmenu-narrow .content-mega-horizontal {
    min-width: 440px;
  }
  .vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover > ul {
    left: auto;
    right: 100%;
  }
  .vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
    left: auto;
    padding-left: 0;
    padding-right: 30px;
    right: 100%;
  }
  .vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before {
    left: 0;
    line-height: 21px;
    right: auto;
    text-align: left;
    transform: rotate(180deg);
  }
  .parent-dates .date-box .date-outer-box {
    padding: 20px;
  }
  .parent-dates .date-inner-box,
  .parent-time .time-inner-box {
    margin-left: 20px;
    margin-right: 0;
  }
  .parent-time .time-box .time-outer-box {
    margin-left: 20px;
    margin-right: 0;
  }
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Almarai', sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.product-item-info .actions-primary .view-product,
.product-item-info .actions-primary .tocart {
  padding-left: 5px;
  padding-right: 5px;
  white-space: normal;
}
.catalogsearch-result-index .ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
  margin-left: 0;
  margin-right: 1em;
}
.catalogsearch-result-index .instant-search-bar .ais-SearchBox-form .ais-SearchBox-reset {
  left: 10px;
  right: auto;
}
.catalogsearch-result-index .result-wrapper .price-wrapper {
  padding-left: 90px;
  padding-right: 0;
  text-align: right;
}
.catalogsearch-result-index .result-wrapper .price-wrapper .before_special,
.catalogsearch-result-index .result-wrapper .price-wrapper .after_special {
  text-align: right;
}
.catalogsearch-result-index .result-wrapper .price-wrapper .price {
  direction: ltr;
}
.catalogsearch-result-index .result-content > .result .offer-label {
  left: auto;
  right: 0;
}
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item {
  text-align: right;
}
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .box-tocart.product-qty {
  left: 0;
  right: auto;
}
.catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .offer-section {
  line-height: 16px;
}
.catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item {
  margin-left: 5px;
  margin-right: 0;
}
.catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item--nextPage a:before {
  margin: 0;
  transform: rotate(180deg);
}
.catalogsearch-result-index .ais-Pagination .ais-Pagination-list .ais-Pagination-item--previousPage a:before {
  margin: 0;
  transform: rotate(180deg);
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body ul li.ais-HierarchicalMenu-item:not(.ais-HierarchicalMenu-item--selected) .ais-HierarchicalMenu-link:after {
  float: left;
  right: auto;
  left: 0;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body ul li.ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-link--selected:after {
  float: left;
}
.catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body .ais-RangeSlider .rheostat .rheostat-tooltip {
  left: 27px;
  top: 0;
}
.catalogsearch-result-index #algolia-right-container .toolbar.toolbar-products .toolbar-sorter {
  float: left;
}
.catalogsearch-result-index #algolia-right-container .toolbar.toolbar-products .toolbar-sorter .pull-left .ais-SortBy-select {
  background: #052d76 url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/images/select-arrow-mobile.svg') left 14px center no-repeat;
}
.aa-LoadingIndicator {
  left: 15px;
  position: absolute;
  right: auto;
  top: 10px;
}
.aa-Panel #autocomplete-products-footer {
  left: auto;
  right: 0;
}
.amfaq-product-tab::after {
  left: -100%;
  right: auto;
}
.amfaq-product-tab::before {
  left: auto;
  right: -100%;
}
.amfaq-social-buttons {
  float: right;
}
.amfaq_questions .am-item .am-links {
  float: left;
  margin-left: 10px;
  margin-right: 0;
}
.amfaq_questions .am-title .am-plus {
  float: left;
}
.amfaq_questions .am-title .am-minus {
  float: left;
}
.amfaq_questions .am-content .amfaq-rating-yesno span.amfaq-was-it-helpful {
  margin-left: 10px;
  margin-right: 0;
}
.ask-question-form .ask-form-container label input[type='checkbox'] {
  margin-left: 5px;
  margin-right: 0;
}
.amfaq_categories .item:first-child {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.amfaq_categories .item:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.amfaq_tags .title {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.am-back-button {
  float: left;
  margin-left: 0;
  margin-right: 15px;
}
.am-back-to-product-widget.am-widget-left {
  text-align: right;
}
.am-back-to-product-widget.am-widget-right {
  text-align: left;
}
.am-back-to-product-widget .am-back-button {
  margin-right: 0;
}
.amfaq-search .am-input {
  padding-left: 30px;
  padding-right: 15px;
}
.amfaq-search .am-button {
  left: 0;
  right: auto;
}
.amfaq-rating {
  float: right;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > label {
  float: left;
}
.amfaq-rating .amfaq-rating-data-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.am-widget-category > .am-category-container {
  padding-left: 2rem;
  padding-right: 2rem;
}
.am-widget-category .view-all {
  text-align: left;
}
.am-widget-category .am-category-header .faq-category-image {
  margin-left: 7px;
  margin-right: 0;
}
.am-search-box-wrapper .am-widget-right {
  float: left;
}
.amfaq-pager {
  float: left;
}
.am-faq-tags-widget {
  padding-left: 2rem;
  padding-right: 2rem;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag {
  margin-left: 15px;
  margin-right: 0;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag .am_tag_count {
  padding-left: 12px;
  padding-right: 0;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag .am-tag-title {
  padding-left: 9px;
  padding-right: 12px;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-title .pointsLeft {
  margin-left: 0;
  margin-right: 12px;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-title .pointsLeft strong {
  unicode-bidi: plaintext;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-title .pointsLeft:after {
  border-left: 5px solid #459b2c;
  border-right: 5px solid transparent;
  left: 100%;
  right: auto;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .payment-option-inner .field .input-text {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-left: 0;
  border-right: 1px solid #b8b8b8;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
}
.amlocator-main-container {
  text-align: right;
}
.amlocator-search-container .amlocator-button.-nearby {
  margin-left: 0;
  margin-right: auto;
}
.amlocator-current-location .amlocator-search {
  left: 8px;
  right: auto;
}
.amlocator-current-location .amlocator-text {
  padding-left: 40px;
  padding-right: 0;
}
.amlocator-current-location .amlocator-reset {
  left: 8px;
  right: auto;
}
.amlocator-range-slider .ui-slider-range {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 12px;
  border-top-left-radius: 10px;
  border-top-right-radius: 12px;
}
.amlocator-filters-container .amlocator-button {
  margin-left: 0;
  margin-right: 25px;
}
.amlocator-attribute-wrapper .amlocator-label {
  padding-left: 5px;
  padding-right: 0;
}
.amlocator-attribute-wrapper .amlocator-select,
.amlocator-attribute-wrapper .chosen-choices {
  padding-left: 25px;
  padding-right: 10px;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  left: 0;
  margin-left: 5px;
  margin-right: 0;
  right: auto;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice {
  margin-left: 5px;
  margin-right: 0;
  padding-left: 18px;
  padding-right: 5px;
}
.amlocator-arrow {
  margin-left: 0;
  margin-right: auto;
}
.amlocator-arrow:before {
  left: auto;
  right: 0;
}
.amlocator-arrow:after {
  left: 0;
  right: auto;
}
.amlocator-store-desc .amlocator-image {
  margin-left: 15px;
  margin-right: 0;
}
.amlocator-schedule-container .amlocator-today {
  padding-left: 15px;
  padding-right: 35px;
}
.amlocator-schedule-container .amlocator-today:before {
  left: auto;
  right: 15px;
}
.amlocator-schedule-container .amlocator-arrow {
  margin-left: 0;
  margin-right: 15px;
}
.amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 0;
  padding-right: 15px;
}
.amlocator-schedule-table .amlocator-cell.-time {
  padding-left: 8%;
  padding-right: 0;
  text-align: left;
}
.amlocator-pager-container .pages {
  text-align: left;
}
.amlocator-pager-container .pages .item:not(:last-of-type) {
  margin-left: 10px;
  margin-right: 0;
}
.amlocator-route-creator .amlocator-label:not(:last-of-type) {
  margin-left: 5px;
  margin-right: 0;
}
.amlocator-location-info .amlocator-icon {
  margin-left: 15px;
  margin-right: 0;
}
.amlocator-location-container .amlocator-schedule-container .amlocator-today {
  padding-left: 0;
  padding-right: 30px;
}
.amlocator-location-container .amlocator-schedule-container .amlocator-today:before {
  left: auto;
  right: 0;
}
.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 0;
  padding-right: 10px;
}
.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-time {
  padding-left: 8px;
  padding-right: 0;
}
.amlocator-reviews-general .amlocator-value {
  margin-left: 10px;
  margin-right: 0;
}
.amlocator-reviews-general .amlocator-wrapper {
  margin-left: 20px;
  margin-right: 0;
}
.amlocator-location-review .amlocator-link.-full,
.amlocator-location-review .amlocator-link.-full:visited,
.amlocator-location-review .amlocator-link.-full:active,
.amlocator-location-review .amlocator-link.-full:hover {
  margin-left: 14px;
  margin-right: 0;
}
.amlocator-location-review .amlocator-date {
  margin-left: 5px;
  margin-right: auto;
}
.amlocator-location-attribute .amlocator-label {
  margin-left: 10px;
  margin-right: 0;
}
.amlocator-location-attribute .amlocator-value {
  margin-left: 10px;
  margin-right: 0;
}
.amlocator-main-container {
  text-align: right;
}
.amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-wrapper p {
  cursor: pointer;
}
.amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-wrapper p:not(:first-child) {
  margin-left: 0;
  margin-right: 10px;
}
.amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-wrapper p input[type='radio'] {
  left: auto;
  right: 0;
}
.amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-wrapper p input[type='radio'] ~ label {
  padding-left: 0;
  padding-right: 20px;
}
.amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-wrapper p input[type='radio'] ~ label:before {
  left: auto;
  right: 0;
}
.amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-wrapper p input[type='radio'] ~ label:after {
  left: auto;
  right: 4px;
}
.amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-title {
  text-align: right;
}
.amlocator-main-container .amlocator-map-container .amlocator-filters-container .amlocator-title {
  text-align: right;
}
.amlocator-main-container .amlocator-map-container .amlocator-filters-container .amlocator-actions .amlocator-clear {
  float: left;
}
.amlocator-main-container .amlocator-map-container .amlocator-filters-container .amlocator-actions .amlocator-filter-attribute {
  float: right;
}
.amlocator-main-container .amlocator-map-container .gm-style .gm-style-iw-c {
  padding-right: 12px !important;
}
.amcheckout-wrapper .amlocator-map-container .amlocator-block.-map .gm-style .gm-ui-hover-effect {
  left: 0;
  right: auto !important;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .stcgroup .stcphonenumber .mobile-pre {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  padding: 13px 14px 12px 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .stcgroup .stcphonenumber .mobile-num {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .stcgroup .stcphonenumber .primary-btn.req-otp {
  float: right;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active.stcpay > .payment-method-content {
  padding: 0;
}
.banner_list .banner-link {
  float: right;
}
.homepage-bundle-slider .slick-slider .slick-arrow.slick-next {
  left: -20px;
  right: auto;
}
.homepage-bundle-slider .slick-slider .slick-arrow.slick-prev {
  left: auto;
  right: -20px;
}
.homepage-bundle-slider .slick-slider .slick-arrow.slick-prev,
.homepage-bundle-slider .slick-slider .slick-arrow.slick-next {
  -webkit-transform: rotate(-180deg) translate(0, 50%);
  -ms-transform: rotate(-180deg) translate(0, 50%);
  transform: rotate(-180deg) translate(0, 50%);
}
.homepage-middle-slider .slick-slider .slick-arrow.slick-next {
  left: -8px;
  right: auto;
}
.homepage-middle-slider .slick-slider .slick-arrow.slick-prev {
  left: auto;
  right: -8px;
}
.homepage-middle-slider .slick-slider .slick-arrow.slick-prev,
.homepage-middle-slider .slick-slider .slick-arrow.slick-next {
  -webkit-transform: rotate(-180deg) translate(0, 50%);
  -ms-transform: rotate(-180deg) translate(0, 50%);
  transform: rotate(-180deg) translate(0, 50%);
}
.homepage-main-slider .slick-slider .slick-arrow.slick-next {
  left: 0;
  right: auto;
}
.homepage-main-slider .slick-slider .slick-arrow.slick-prev {
  left: auto;
  right: 0;
}
.homepage-main-slider .slick-slider .slick-arrow.slick-prev,
.homepage-main-slider .slick-slider .slick-arrow.slick-next {
  -webkit-transform: rotate(-180deg) translate(0, 50%);
  -ms-transform: rotate(-180deg) translate(0, 50%);
  transform: rotate(-180deg) translate(0, 50%);
}
.blog-homepage-middle-slider .banner_list.slick-slider,
.blog-homepage-main-slider .banner_list.slick-slider {
  direction: rtl;
}
.blog-homepage-middle-slider .banner_list:not(.slick-initialized) .banner-link:last-child,
.blog-homepage-main-slider .banner_list:not(.slick-initialized) .banner-link:last-child {
  display: block;
}
.blog-homepage-middle-slider .banner_list:not(.slick-initialized) .banner-link:first-child,
.blog-homepage-main-slider .banner_list:not(.slick-initialized) .banner-link:first-child {
  display: none;
}
.blog-home-featured-article-section .post-items.slick-slider {
  direction: rtl;
}
.job-listing-section .job-component-list-data .job-input-data-field .search-field:before {
  left: 13px;
  right: auto;
}
.modal-popup.apply-job-popup .modal-inner-wrap,
.modal-popup.share-job-popup .modal-inner-wrap {
  right: 50%;
  transform: translate(50%, -50%);
}
.modal-popup.apply-job-popup .fieldset .custom-upload-btn {
  background-position: center left 10px;
}
.modal-popup.apply-job-popup .fieldset .field.required.upload-resume-field .control .input-resume-file {
  left: auto;
  right: 0;
}
.modal-popup.share-job-popup .modal-content .icon-share li {
  margin: 0 0 0 10px;
}
.modal-popup.share-job-popup .modal-content .icon-share li:last-child {
  margin-left: 0;
}
.modal-popup.share-job-popup .modal-content .icon-share li.copy-text .copied {
  left: auto;
  margin-left: 0;
  margin-right: 5px;
  right: 100%;
}
.career-details .job-posted-date {
  float: left;
}
.career-details .career-detail-description:before {
  left: auto;
  right: 50%;
  transform: translateX(50%);
}
.cart-summary .cart-totals .table-wrapper .catalogrule-discount .rule-title-content .title:after {
  margin: 0 10px 0 0;
}
.bv-custom-open-button {
  left: 20px;
  right: auto;
}
.bv-custom-chat-popup {
  left: 20px;
  right: auto;
}
.bv-custom-chat-popup .upc-chart-box {
  border-radius: 15px 0 15px 15px;
  margin-left: 0;
  margin-right: 4px;
}
.bv-custom-chat-popup #closebtn {
  text-align: left;
}
.form-container .fa-angle-left.right-space {
  margin-left: 14px;
  margin-right: 0;
}
.form-container .field.required.form-outline .label {
  left: auto;
  right: 15px;
}
.form-container .star-icon {
  padding-left: 0;
  padding-right: 5px;
}
#whatsapp-chat-widget .wa-chat-box {
  left: 50px;
  right: auto;
}
#whatsapp-chat-widget .wa-chat-box .wa-chat-bubble-close-btn {
  left: 20px;
  right: auto;
}
#whatsapp-chat-widget .wa-chat-box .wa-chat-box-brand {
  margin-left: 0;
  margin-right: 20px;
}
#whatsapp-chat-widget .wa-chat-box .wa-chat-box-brand-text {
  margin-left: 0;
  margin-right: 20px;
}
html[lang='ar'] .form-container .fa-angle-left.right-space {
  margin-left: 0;
  margin-right: 15px;
  transform: rotate(180deg);
}
html[lang='ar'] .form-container .field.required.form-outline .label {
  left: auto;
  right: -10px;
}
.top-container .delivery-address-selector .delivery-text {
  margin-left: 30px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 55px;
}
.top-container .delivery-address-selector .delivery-text span {
  margin-left: 0;
  margin-right: 4px;
}
.top-container .delivery-address-selector .delivery-text .delivery-msg {
  margin-left: 30px;
  margin-right: 0;
}
.top-container .delivery-address-selector .delivery-text::before {
  left: auto;
  right: 0;
}
.top-container .delivery-address-selector .delivery-text #delivery_city {
  margin-left: 30px;
  margin-right: 4px;
}
.top-container::before {
  left: -100%;
  right: auto;
}
.top-container::after {
  left: auto;
  right: -100%;
}
.chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single span,
.chosen-container.chosen-container-single .chosen-single span {
  margin-left: 26px;
  margin-right: 0;
}
.chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div,
.chosen-container.chosen-container-single .chosen-single div {
  left: 0;
  right: auto;
}
.chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div b,
.chosen-container.chosen-container-single .chosen-single div b {
  background-position: left 14px center !important;
  padding-right: 0;
}
.chosen-container.chosen-container-single .chosen-search input[type='text'] {
  background-position: -30px -20px;
  padding-left: 20px;
  padding-right: 5px;
}
.choose-city-popup .select2-container {
  direction: rtl;
}
.choose-city-popup .select2-container .select2-selection .select2-selection__arrow {
  left: 0;
  right: auto;
}
.choose-city-popup .select2-container .select2-selection .select2-selection__rendered {
  padding-left: 20px;
  padding-right: 0;
}
.choose-city-popup .delect-city-auto:before {
  margin-left: 7px;
  margin-right: 0;
}
.select2-container.select2-container--open .select2-dropdown--below {
  direction: rtl;
}
.select2-container.select2-container--open .select2-dropdown--below .select2-search__field {
  padding: 4px 5px 4px 20px;
}
.select2-container.select2-container--open .select2-dropdown--below .select2-search--dropdown:before {
  left: 15px;
  right: auto;
}
.select2-container--default .select2-results > .select2-results__options {
  margin: 0 0 4px 4px;
}
.global-product-page-main-slider .slick-slider {
  direction: rtl;
}
.global-product-page-main-slider .slick-slider .slick-arrow.slick-prev:before,
.global-product-page-main-slider .slick-slider .slick-arrow.slick-next:before {
  transform: rotate(-180deg);
}
.global-product-page-main-slider .slick-slider .slick-arrow.slick-next {
  left: 0;
  right: auto;
}
.global-product-page-main-slider .slick-slider .slick-arrow.slick-prev {
  left: auto;
  right: 0;
}
.global-product-page-main-slider .banner-list:not(.slick-initialized) .banner-link:last-child {
  display: block;
}
.global-product-page-main-slider .banner-list:not(.slick-initialized) .banner-link:first-child {
  display: none;
}
.form-profile-edit .input-group-append {
  border-radius: 4px 0 0 4px;
  margin-left: 0;
  margin-right: -3px;
}
.form-profile-edit .add-btn {
  border-radius: 4px 0 0 4px;
  margin-left: 0;
  margin-right: -6px;
}
.form-profile-edit .dob.field .control input[type*='date'] {
  padding-left: 10px;
  padding-right: 14px;
}
.form-profile-edit .dob.field .control ._has-datepicker ~ .ui-datepicker-trigger {
  left: 10px;
  right: auto;
}
.selected-diseases-block .selected-disease .remove-disease {
  margin-left: 0;
  margin-right: 8px;
}
.home-brands .ambrands-letters-list .ambrands-letter {
  padding-left: 0;
}
.homepagebrands-index-index .products-grid .product-items {
  direction: rtl;
  float: right;
  width: 100%;
}
.newbrand-top-slider.slick-slider .slick-arrow.slick-prev {
  left: auto;
  right: 60px;
}
.newbrand-top-slider.slick-slider .slick-arrow.slick-next {
  left: 60px;
  right: auto;
}
.newbrand-top-slider.slick-slider .slick-arrow.slick-prev,
.newbrand-top-slider.slick-slider .slick-arrow.slick-next {
  -webkit-transform: rotate(-180deg) translate(0, 50%);
  -ms-transform: rotate(-180deg) translate(0, 50%);
  transform: rotate(-180deg) translate(0, 50%);
}
.popular-category-tab {
  margin-left: 20px;
  margin-right: 0;
}
.popular-category-tab:first-child {
  margin-right: 0;
}
.popular-categories-tabs .popular-category-tab:last-child {
  margin-right: 20px;
}
.best-deal-category-wrapper .best-deal-category-view-all .best_deal_timer {
  margin-left: 35px;
  margin-right: 0;
}
body .best-deal-category-wrapper .best-deal-category-view-all .best_deal_timer::before {
  margin: 0 0 0 15px;
  min-width: 24px;
}
.best-deal-category-wrapper .products-grid .product-item .product-item-info {
  text-align: right;
}
.popular-category-products-wrapper .products-grid .product-item .product-item-info {
  text-align: right;
}
.search-with-camera {
  float: left;
}
.search-with-photo {
  float: right;
}
.loyalty-points-balance-data .loyalty-points-data:not(:last-child) {
  margin-left: 10px;
  margin-right: 0;
}
.loyalty-points-balance-data .loyalty-points-data .loyalty-total-points-credit.price {
  direction: ltr;
}
.loyaltypoints-loyaltypoints-history .pages .pages-items .item .action.next:before,
.loyaltypoints-loyaltypoints-history .pages .pages-items .item .action.previous:before {
  margin-left: 6px;
  margin-right: 0;
}
.loyaltypoints-loyaltypoints-history .pages .pages-items .item.pages-item-previous + .pages-item-next {
  margin-left: 0;
  margin-right: 15px;
}
.loyaltypoints-loyaltypoints-history .loyalty-bottom-toolbar .loyalty-history-total-records span:last-child:before {
  margin-left: 5px;
  margin-right: 0;
}
.loyaltypoints-partners-listall.account .toolbar .pager .pages .pages-items .item.pages-item-next .action.next:before {
  margin-right: 6px;
}
.loyaltypoints-partners-view .partner-redeem-form .fieldset .messages .message.success:before,
.loyaltypoints-partners-view .partner-redeem-form .fieldset .messages .message.error:before {
  left: auto;
  right: 0;
}
.modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap,
.modal-popup.bv-pharmacist-popup-modal .modal-inner-wrap {
  right: 50%;
  transform: translate(50%, -50%);
}
.modal-popup.bv-doctorconsulatant-popup-modal .modal-inner-wrap .doctor-consultant-terms .consult-term-condition > input[type="checkbox"] {
  margin: 0 0 0 10px;
}
.modal-popup.bv-request-medical-help-modal .action-close {
  left: 15px;
  right: auto;
}
.bv-popupdetail-popup-modal.modal-popup .modal-header .action-close {
  left: -12px;
  right: auto;
}
.bv-popupdetail-popup-modal.modal-popup.design-bottom .modal-header .action-close {
  left: 3px;
  right: auto;
}
.bv-popupdetail-popup-modal.modal-popup.design-center .modal-header .action-close {
  left: 30px;
  right: auto;
}
.bv-popupdetail-popup-modal.modal-popup.design-full .modal-header .action-close {
  left: 50px;
  padding-left: 40px;
  padding-right: 13px;
  right: auto;
}
.bv-popupdetail-popup-modal.modal-popup.design-full .modal-header .action-close:before {
  left: 8px;
  right: auto;
}
.bv-popupdetail-popup-modal.modal-popup.design-center-transparent .modal-header .action-close {
  left: 0;
  right: auto;
}
.pregnancy-calculate-section .pregnancy-calculate-right-section .pregnancy-calculate-form-wrap form .field .input-text._has-datepicker {
  background-position: center left 13px;
}
.pregnancy-calculate-section .pregnancy-calculate-right-section .pregnancy-calculate-form-wrap form .cycle-length-range-slider {
  direction: ltr;
}
.pregnancy-calculate-section .pregnancy-calculate-right-section .pregnancy-calculate-form-wrap form .cycle-length-range-slider .cycle-length-days {
  direction: rtl;
  text-align: left;
}
.pregnancy-calculate-result-wrap .pregnancy-calculate-detail .pregnancy-calculate-detail-date {
  border-right: 0;
  border-left: 1px solid rgba(152, 170, 175, 0.35);
}
.pregnancy-calculate-result-wrap .pregnancy-calculate-detail .pregnancy-calculate-detail-date:last-child {
  border-left: 0;
}
.pregnancy-calculate-result-wrap .pregnancy-month-list > span {
  border-right: 0;
  border-left: 1px solid rgba(152, 170, 175, 0.35);
}
.pregnancy-calculate-result-wrap .pregnancy-month-list > span:last-child {
  border-left: 0;
}
.pregnancy-calculate-result-wrap .pregnancy-due-date {
  direction: ltr;
  unicode-bidi: plaintext;
}
.offer_wrap .offer-products .product-item-details .price-box {
  text-align: right;
}
.offer_wrap .offer-products .product-item-info .product-item-name {
  text-align: right;
}
#forgotmob-div {
  float: right;
}
.customer-progress-indicator {
  left: auto;
  right: 0;
}
.customer-please-wait {
  left: auto;
  right: 50%;
}
.ajax-register-form .sendotp {
  float: left;
}
.ultimate {
  left: 0;
  right: 0;
}
.progress-indicator.forgot-mobile-progress-indicator {
  margin-left: 0;
}
.closediv-ultimate {
  float: left;
  left: -25px;
  right: auto;
}
.register-ultimate {
  float: right;
  margin-left: 0;
  margin-right: 24px;
}
.reg-form .reginput {
  float: right;
}
.reg-form .send-otp-button {
  float: left;
  margin-left: .5%;
  margin-right: 0;
}
#login-type {
  margin-left: 0;
  margin-right: 9px;
  padding-left: 2px;
  padding-right: 0;
}
#login-type li {
  float: right;
}
.reset-type {
  margin-left: 2%;
  margin-right: 5%;
}
.passresetbyemail {
  margin-left: 0;
}
.loginotpverify {
  float: right;
}
@media screen and (max-width: 585px) {
  .forogotlink {
    float: right;
  }
}
@media screen and (max-width: 480px) {
  .reg-form {
    margin-right: 0;
  }
  .reg-form .send-otp-button {
    margin-left: 1%;
    margin-right: 0;
  }
}
.bundle-info .stock.available span {
  margin-left: 0;
  margin-right: 4px;
}
.bundle-info .add-to-cart .field.qty {
  margin-bottom: 0;
}
.bundle-info .add-to-cart .field.qty .label {
  font-size: 1.6rem;
  line-height: 1.7rem;
  color: #272727;
  display: none;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: left;
}
.bundle-info .add-to-cart .field.qty div.mage-error {
  left: auto;
  margin-top: 4px;
  position: absolute;
  right: 0;
  text-align: right;
  width: 100%;
}
.bundle-info .add-to-cart .tocart {
  font-size: 1.4rem;
}
.page-product-bundle .product-info-main .product-info-price .price-box .price-from .price-final_price + .old-price,
.page-product-bundle .product-info-main .product-info-price .price-box .price-to .price-final_price + .old-price {
  margin-left: auto;
  margin-right: 7px;
}
.product-items .product-item .product-item-info .images-container .product-hover .hover-box.actions.clearfix {
  left: 0;
  right: auto;
}
.product-items .product-item .product-item-info .images-container .product-hover .global-product {
  left: auto;
  right: -5px;
}
.product-items .product-item .product-item-info .images-container .product-hover .offer-label {
  left: auto;
  right: 0;
}
.product-items .product-item .product-item-info .product-item-details .price-box {
  padding-left: 85px;
  padding-right: 0;
  text-align: right;
}
.product-items .product-item .product-item-info .box-tocart.product-qty {
  left: 0;
  right: auto;
}
.product-items .product-item .product-item-info .pharmacist-physician-button .request-close {
  left: 5px;
  right: auto;
}
.cms-index-index .product-items .product-item .reviews-sipping-type .global-product {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.product-item .product-reviews-summary .rating-summary {
  margin-left: 4px;
  margin-right: 0;
}
.product-item-info .actions-primary .view-product:before,
.product-item-info .actions-primary .tocart:before {
  margin-left: 12px;
  margin-right: 0;
}
.slick-slider .product-item-info .actions-primary .view-product,
.slick-slider .product-item-info .actions-primary .tocart {
  direction: rtl;
}
.toolbar-products .pages {
  float: left;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 0 10px 30px;
}
.product-info-main .product-info-price .product-info-stock-sku .stock.available {
  margin-left: 0;
  margin-right: 0;
}
.product-info-main .product-info-price .product-info-stock-sku .stock.available span {
  margin-left: 0;
  margin-right: 4px;
}
.product-info-main .product-info-price .price-box .special-price {
  margin-left: 10px;
  margin-right: 0;
}
.product-info-main .product.attribute.sku .type {
  margin-left: 5px;
  margin-right: 0;
}
.alo-social-links .custom-html .icon-share li {
  margin-left: 10px;
  margin-right: 0;
}
.alo-social-links .custom-html .icon-share li:last-child {
  margin-left: 0;
}
.alo-social-links .title-social {
  margin-left: 15px;
  margin-right: 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  margin-left: 30px;
  margin-right: 0;
}
.product-info-main .box-tocart .fieldset .add-to-cart .field.qty .label,
.product-options-bottom .box-tocart .fieldset .add-to-cart .field.qty .label {
  text-align: right;
}
.product-info-main .box-tocart .fieldset .add-to-cart .field.qty div.mage-error,
.product-options-bottom .box-tocart .fieldset .add-to-cart .field.qty div.mage-error {
  left: auto;
  right: 0;
  text-align: right;
}
.product-info-main .box-tocart .fieldset .add-to-cart .tocart:before,
.product-options-bottom .box-tocart .fieldset .add-to-cart .tocart:before {
  margin-left: 0;
  margin-right: 0;
}
.product-info-main .product-addto-links a.action.towishlist,
.product-options-bottom .product-addto-links a.action.towishlist {
  margin-left: 31px;
  margin-right: 0;
}
.product-info-main .product-addto-links a.action.towishlist:before,
.product-options-bottom .product-addto-links a.action.towishlist:before {
  margin-left: 8px;
  margin-right: 1px;
}
.product-info-main .product-addto-links a.action.tocompare:before,
.product-options-bottom .product-addto-links a.action.tocompare:before {
  margin-left: 8px;
  margin-right: 0;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: auto;
  right: 0;
}
.sidebar .product-items .product-item-details {
  margin-left: 0;
  margin-right: 85px;
}
.sidebar .product-items .text {
  margin-left: 8px;
  margin-right: 0;
}
.sidebar .action.delete {
  left: 0;
  right: auto;
}
.sidebar .block-compare .action.delete {
  left: initial;
  right: auto;
}
.sidebar .product-items-images {
  margin-left: 0;
  margin-right: -5px;
}
.sidebar .product-items-images .product-item {
  float: right;
  padding-left: 0;
  padding-right: 5px;
}
body.catalog-product-compare-index .action.print {
  float: left;
}
.table-comparison .rating-summary .rating-result {
  width: 82px;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-left: 1px solid #d1d1d1;
  border-right: 0;
}
.table-comparison .product-image-photo {
  margin-right: 0;
}
.table-comparison .cell.remove {
  text-align: left;
}
.table-comparison.table:not(.cart):not(.totals) .cell.label {
  border-left: 1px solid #b8b8b8;
  border-right: 0;
}
.table-comparison .product-item-actions > .actions-primary {
  margin-left: 15px;
}
.comparison.headings {
  left: auto;
  right: 0;
}
.block-compare .product-item .product-item-name {
  margin-left: 0;
  margin-right: 22px;
}
.block-compare .action.delete {
  left: 0;
  right: -6px;
}
.product.media .gallery-placeholder .offer-label {
  left: auto;
  right: 10px;
}
.block-search .label {
  float: left;
}
.block-search input {
  left: auto;
  right: -300%;
}
.search-autocomplete ul li {
  padding-left: 40px;
  padding-right: 10px;
  text-align: right;
}
.search-autocomplete ul li .amount {
  left: 7px;
  right: auto;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-left: 25px;
  padding-right: 15px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  left: 0;
  right: auto;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: auto;
  right: 0;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-left: 45px;
  padding-right: 15px;
}
.form.search.advanced .group.price .addon .addafter {
  left: 0;
  right: auto;
}
.cart-summary .block .item-options {
  margin-right: 0;
}
.cart-summary .block.discount .title {
  padding-right: 0;
}
.cart-summary .block.discount .title::after {
  left: 0;
  right: auto;
}
.cart-summary .block.discount .content .coupon .field .control input[type='text'] {
  border-left: 0;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-right: 1px solid #b8b8b8;
  border-top-left-radius: 0;
}
.cart-summary .block.discount .content .coupon .field .control input[type='text'].mage-error {
  border-color: #ed8380;
}
.cart-summary .cart-totals .table-wrapper .table tbody tr th {
  text-align: right;
}
.cart.table-wrapper .items thead tr th {
  text-align: right;
}
.cart.table-wrapper .items thead tr th.col.price,
.cart.table-wrapper .items thead tr th.col.qty {
  text-align: right;
}
.cart.table-wrapper .items thead tr th.col.subtotal {
  padding-left: 20px;
  padding-right: 0;
  text-align: left;
  white-space: nowrap;
}
.cart.table-wrapper .items thead tr th.col:last-child {
  border-radius: 4px 0 0 4px;
}
.cart.table-wrapper .items thead tr th.col:first-child {
  border-radius: 0 4px 4px 0;
  padding-left: 0;
  padding-right: 20px;
  text-align: right;
}
.cart.table-wrapper .items tbody tr td.col {
  text-align: right;
}
.cart.table-wrapper .items tbody tr td.col.subtotal {
  padding-left: 20px;
  padding-right: 0;
  text-align: center;
}
.cart.table-wrapper .items tbody tr td.col.item {
  padding-right: 0;
}
.cart.table-wrapper .items tbody tr td.col.qty .field.qty .control div.mage-error {
  left: auto;
  right: 0;
}
.cart.table-wrapper .items tbody tr.item-actions td .actions-toolbar {
  left: 20px;
  right: auto;
}
.cart.table-wrapper .items tbody tr.item-actions td .actions-toolbar > .action.action-edit:before {
  margin: 0 0 0 10px;
}
.cart.table-wrapper .items tbody tr.item-actions td .actions-toolbar > .action.action-towishlist:before {
  margin: 0 0 0 10px;
}
.cart.table-wrapper .actions-toolbar > .action {
  margin-left: 10px;
  margin-right: 0;
}
.cart.table-wrapper .actions-toolbar > .action:last-child {
  margin-left: 0;
}
.cart.table-wrapper .product-item-photo {
  left: auto;
  right: 0;
}
.cart.main.actions .action.update {
  float: right;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: left;
}
.checkout-cart-index .cash-on-delivery .sign {
  margin-left: 10px;
  padding-left: 7px;
  padding-right: 7px;
}
.block-minicart .items-total {
  float: right;
}
.block-minicart .subtotal {
  text-align: left;
}
.block-minicart .subtotal .label:after {
  margin-left: 0;
  margin-right: -2px;
}
.minicart-wrapper {
  float: left;
}
.minicart-wrapper .product .actions {
  float: left;
  text-align: left;
}
.minicart-wrapper .action.close {
  left: 10px;
  right: auto;
}
.minicart-wrapper .action.showcart .counter.qty {
  left: auto;
  right: 11px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: right;
}
.minicart-items .product .toggle:after {
  left: 20px;
  right: auto;
}
.minicart-items .product.options.item-options-bundle dd.values {
  margin-left: auto;
  margin-right: 0;
}
.minicart-items .product-item-details {
  padding-left: 0;
  padding-right: 80px;
}
.minicart-items .product-item-details .details-qty.qty .label {
  margin-left: 5px;
  margin-right: 0;
}
.minicart-items .product-item-details .details-qty.qty .update-cart-item {
  margin-left: 0;
  margin-right: 6px;
}
.minicart-items .product-item-details .shipping-label-type + .shipping-label-image {
  float: right;
}
.minicart-items .product.options .tooltip.toggle:after {
  margin: -3px 7px 0 0;
}
.minicart-items .update-cart-item {
  margin-left: 0;
  margin-right: 5px;
}
.minicart-items .action.edit:before {
  margin: 6px 0 0 10px;
}
.amcheckout-step-container .step-content .store-list-content-list-view {
  border-radius: 0 4px 4px 0;
}
.amcheckout-step-container .step-content .store-list-content-list-view .row-store {
  padding-left: 10px;
  padding-right: 42px;
}
.amcheckout-step-container .step-content .store-list-content-list-view .row-store-radio [type='radio'] {
  left: auto;
  right: -10000%;
}
.amcheckout-step-container .step-content .store-list-content-list-view .row-store-radio [type='radio'] + label {
  float: right;
}
.amcheckout-step-container .step-content .store-list-content-list-view .row-store-radio [type='radio'] + label:before {
  left: auto;
  margin-left: 10px;
  margin-right: 0;
  right: 10px;
}
.amcheckout-step-container .step-content .store-list-content-list-view .row-store-radio [type='radio']:checked + label {
  float: right;
}
.store-list-search-input:after {
  left: 14px;
  right: auto;
}
.store-list-search-input input[type='text'] {
  padding-left: 50px;
  padding-right: 0;
}
.cms-page-view .amfaq_questions .am-title {
  padding-left: 50px;
  padding-right: 0;
}
.cms-page-view .amfaq_questions .am-title .am-plus,
.cms-page-view .amfaq_questions .am-title .am-minus {
  left: 10px;
  right: auto;
}
.magazine-list-banner .banner-list .magazine-category-block .banner-link .offer-label {
  left: auto;
  right: -70px;
  transform: rotate(45deg);
}
body .login-container .fieldset:after {
  margin-right: 0;
}
.account .table-wrapper .action {
  margin-left: 15px;
  margin-right: 0;
}
.account .table-wrapper .action:last-child {
  margin-left: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: none;
  border-right: 3px solid transparent;
  padding-left: 18px;
  padding-right: 15px;
}
.password-strength-meter:before {
  left: auto;
  right: 0;
}
.form.form-login .confirmation .field.choice,
.form.password.reset .confirmation .field.choice,
.form.create.account .confirmation .field.choice,
.form.form-login .password .field.choice,
.form.password.reset .password .field.choice,
.form.create.account .password .field.choice {
  left: 10px;
  right: auto;
}
.form.form-login .confirmation .field.choice input.checkbox,
.form.password.reset .confirmation .field.choice input.checkbox,
.form.create.account .confirmation .field.choice input.checkbox,
.form.form-login .password .field.choice input.checkbox,
.form.password.reset .password .field.choice input.checkbox,
.form.create.account .password .field.choice input.checkbox {
  left: auto;
  right: -1000%;
}
.block-customer-sign-up .title,
.block-customer-login .title,
.forget_password .title {
  float: right;
}
.block-customer-sign-up .item.content,
.block-customer-login .item.content,
.forget_password .item.content {
  float: left;
  margin-left: 0;
  margin-right: -100%;
  text-align: right;
}
.login-container .block-customer-login .form.form-login .actions-toolbar .secondary {
  float: left;
}
.mobilelogin-index-updatemobile .update_mob .send-otp-button {
  text-align: right;
}
.form-address-edit .fieldset .field.location_type .control .radio input[type="radio"] {
  margin: 2px 0 0 5px;
}
.fav-cate-customer .box-information .fav-add-button {
  margin-left: 0;
  margin-right: 20px;
}
.favourite-categories-options .checkbox-option input[type="checkbox"] {
  margin: 2px 0 0 5px;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin-left: 20px;
  margin-right: 0;
}
.cart.table-wrapper .gift-content {
  clear: right;
  float: right;
  text-align: right;
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: right;
}
.order-details-items .order-items .action.show {
  padding-left: 20px;
  padding-right: 0;
}
.order-details-items .order-items .action.show:after {
  left: 0;
  right: auto;
}
.accordion-container .meanmenu-accordion .nav-accordion > li a {
  padding-right: 0;
}
.accordion-container .meanmenu-accordion .nav-accordion > li .collapse,
.accordion-container .meanmenu-accordion .nav-accordion > li .expand {
  float: left;
}
.accordion-container .meanmenu-accordion .nav-accordion > li > .submenu > li > .submenu {
  padding-left: 0;
  padding-right: 30px;
}
.accordion-container .meanmenu-accordion .nav-accordion > li > .submenu > li > .submenu > li > a {
  padding-right: 0;
}
.accordion-container .meanmenu-accordion .nav-accordion > li > .submenu > li > .submenu > li.hasChild > a {
  padding-left: 0;
  padding-right: 30px;
}
.accordion-container .meanmenu-accordion .nav-accordion > li > .submenu > li > .submenu > li:not(.hasChild) {
  padding-left: 0;
  padding-right: 30px;
}
.accordion-container .meanmenu-accordion .nav-accordion > li > .submenu > li a {
  padding-left: 0;
  padding-right: 30px;
}
.accordion-container .meanmenu-accordion .nav-accordion > li > .submenu > li .collapse,
.accordion-container .meanmenu-accordion .nav-accordion > li > .submenu > li .expand {
  float: right;
  left: auto;
  right: 0;
}
.filtered .item {
  padding-left: 0;
  padding-right: 22px;
}
.filtered .item .action.remove {
  left: auto;
  right: -6px;
}
.block.newsletter .field .control input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  margin-left: 0;
  margin-right: -1px;
}
.rating-summary .rating-result {
  margin-right: 0;
}
.product-reviews-summary .reviews-actions a {
  margin-left: 5px;
  margin-right: 0;
}
.product-reviews-summary.empty {
  margin-right: 0;
}
.product-reviews-summary .rating-summary {
  left: auto;
  right: 0;
  text-align: right;
}
.customer-review .product-media {
  float: right;
  margin-left: 3%;
  margin-right: 0;
}
.review-field-ratings .review-field-rating .label {
  padding-left: 10px;
  padding-right: 0;
}
.fieldset .review-legend.legend strong {
  margin-right: 0;
}
.order-links .item {
  margin-left: 20px;
  margin-right: 0;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-left: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-left: 30px;
  margin-right: 0;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-left: 0;
}
.order-tracking .tracking-content {
  margin-left: 0;
  margin-right: 5px;
}
.account .column.main .block:not(.widget) .box .box-actions .action {
  margin-left: 20px;
  margin-right: 0;
}
.account .column.main .block:not(.widget) .box .box-actions .action:last-child {
  margin-left: 0;
}
.account .column.main .block:not(.widget).block-dashboard-addresses .block-content {
  margin-left: 30px;
  margin-right: 0;
}
.account .column.main .block:not(.widget).block-dashboard-addresses .block-content:last-child {
  margin-left: 0;
}
.account .column.main .block:not(.widget).block-dashboard-addresses .block-content .box .box-content {
  margin-left: 28px;
  margin-right: 0;
}
.account .column.main .block:not(.widget).block-dashboard-addresses .block-content .box .box-content .box-actions:after {
  left: 10px;
  right: auto;
}
.account .column.main .block:not(.widget).block-dashboard-addresses .block-content .box:last-child {
  margin-left: 0;
}
.account.sales-order-view .column.main .page-title-wrapper .shipping-type {
  left: 0;
  right: auto;
}
.toolbar .limiter .limiter-label {
  margin-left: 10px;
  margin-right: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  padding-left: 16px;
  padding-right: 30px;
}
html,
body {
  direction: rtl;
  unicode-bidi: embed;
}
body .column:not(.sidebar-main) form .actions-toolbar,
body .column:not(.sidebar-main) form .legend {
  margin-right: 0;
}
.account-header-links-mobile > .header.links .customer-welcome {
  float: left;
  margin-left: 20px;
  margin-right: 0;
}
.page-header > .header.content > .header.links,
.account-header-links-mobile > .header.links {
  float: left;
}
.page-header > .header.content > .header.links > .authorization-link:after,
.account-header-links-mobile > .header.links > .authorization-link:after {
  float: right;
}
.page-header > .header.content > .header.links > .authorization-link a,
.account-header-links-mobile > .header.links > .authorization-link a {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  float: right;
}
.page-header > .header.content > .header.links > .authorization-link a:before,
.account-header-links-mobile > .header.links > .authorization-link a:before {
  margin: 0 0 0 6px;
}
.page-header > .header.content > .header.links > li.wishlist > a:before,
.account-header-links-mobile > .header.links > li.wishlist > a:before {
  margin: 0 0 0 8px;
}
.page-header > .header.content > .header.links > li.wishlist > a .counter.qty,
.account-header-links-mobile > .header.links > li.wishlist > a .counter.qty {
  left: auto;
  right: 11px;
}
.page-header > .header.content > .header.links .customer-welcome .customer-name,
.account-header-links-mobile > .header.links .customer-welcome .customer-name {
  left: 0;
  right: 100%;
  text-align: left;
}
.page-header > .header.content > .header.links .customer-welcome .customer-name:after,
.account-header-links-mobile > .header.links .customer-welcome .customer-name:after {
  margin-left: 0;
  margin-right: 4px;
}
.page-header > .header.content > .header.links .customer-welcome .customer-menu,
.account-header-links-mobile > .header.links .customer-welcome .customer-menu {
  left: -17px;
  right: auto;
}
.page-header > .header.content > .header.links .customer-welcome .customer-menu:before,
.account-header-links-mobile > .header.links .customer-welcome .customer-menu:before {
  left: 20px;
  right: auto;
}
.page-header > .header.content > .header.links .customer-welcome .customer-menu:after,
.account-header-links-mobile > .header.links .customer-welcome .customer-menu:after {
  left: 19px;
  right: auto;
}
.page-header > .header.content.fixed-header:before {
  left: auto;
  right: -100%;
}
.page-header > .header.content.fixed-header:after {
  left: -100%;
  right: auto;
}
.page-header .header-email-address:before {
  margin: 0 0 0 8px;
}
.page-header .top-header-links {
  margin-left: 0;
  margin-right: auto;
}
.page-header .top-form-language {
  margin-left: 0;
  margin-right: auto;
}
.page-header .store-locations:before {
  margin: 0 0 0 8px;
}
.nav-extra-links-mobile > div > ul > li > a:before {
  margin: 0 0 0 6px;
}
.nav-extra-links-mobile .services-mobile:after {
  float: left;
}
.header-top-mobile .icon-phone {
  margin-left: 8px;
  margin-right: 0;
}
.logo {
  float: right;
  margin-left: 0;
  margin-right: 40px;
}
.action.skip:focus {
  left: auto;
  right: 0;
}
.message.global.cookie .cookie-close .hidden {
  text-align: left;
}
.message.global.cookie .content .actions .btn-cookie-setting {
  margin-left: 0;
  margin-right: 10px;
}
.message.global.cookie .content .actions .btn-cookie-setting:before {
  margin: 0 0 0 5px;
}
.message.global.cookie .content .info {
  text-align: right;
}
.footer.content .footer-social-block ul > li {
  margin-left: 10px;
  margin-right: 0;
}
.footer.content .footer-social-block ul > li:last-child {
  margin-left: 0;
  margin-right: 0;
}
.footer .footer-content .footer-app-icons {
  float: right;
}
.footer .footer-content .footer-app-icons a {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.footer .footer-content .footer-app-icons a:last-child {
  margin-left: 0;
  margin-right: 0;
}
.footer .footer-content ul li [class*='icon-'] {
  margin-left: 10px;
  margin-right: 0;
}
.footer .footer-social-content .footer-heading {
  margin-left: 20px;
  margin-right: 0;
}
.top-form-language .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  left: 0;
  right: auto;
}
.top-form-language .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  right: auto;
}
.top-form-language .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  right: auto;
}
.top-form-language .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  padding: 0 7px 0 0;
}
.top-form-language .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  background-position: center right;
  padding-left: 7px;
  padding-right: 35px;
}
.pages .pages-items .item.current {
  margin-left: 15px;
  margin-right: 0;
}
.pages .pages-items .item.pages-item-previous .action.next::before,
.pages .pages-items .item.pages-item-next .action.next::before,
.pages .pages-items .item.pages-item-previous .action.previous::before,
.pages .pages-items .item.pages-item-next .action.previous::before {
  margin-left: 0;
  margin-right: 6px;
}
.pages .pages-items .item.pages-item-next {
  margin-left: 0;
}
.top-container .delivery-address-selector .delivery-text:before {
  margin: 0 0 0 10px;
}
a#backtotop {
  left: 15px;
  right: auto;
}
.slick-slider {
  direction: ltr;
}
.slick-slider.group-titles-slider {
  direction: rtl;
}
.slick-slider .product-item .product-item-info .product-item-details .price-box {
  direction: rtl;
}
.breadcrumbs .item:not(:last-child):after {
  transform: rotate(180deg);
}
.toolbar.wishlist-toolbar .limiter {
  float: left;
}
.block-wishlist .product-item-name {
  margin-left: 25px;
  margin-right: 0;
}
.products-grid.wishlist .product-item {
  margin-left: 0;
  margin-right: 2%;
}
.products-grid.wishlist .product-item-actions > * {
  margin-left: 15px;
  margin-right: 0;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-left: 0;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions .action.edit {
  margin-left: 42px;
  margin-right: 0;
}
.wishlist-index-index .products-grid .product-item {
  margin-right: 0;
}
.wishlist-index-index .products-grid .product-item .product-item-info .wishlist-image-offer .offer-label {
  left: auto;
  right: 0;
}
.wishlist-index-index .actions-toolbar .primary .action {
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 0;
}
.wishlist-index-index .actions-toolbar .primary .action:last-child {
  margin-left: 0;
}
.social-login-authentication-channel.account-social-login .actions-toolbar.social-btn .btn-social > :first-child {
  left: auto;
  right: 0;
}
.modal-popup.modals-ajaxcart .action-close {
  left: 0;
  right: auto;
}
.modal-popup.modals-ajaxcart .product-item .product-item-photo {
  float: right;
}
.modal-popup.modals-ajaxcart .product-item .product-item-details {
  float: right;
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}
.modal-popup.modals-ajaxcart .product-item .fakeQtycart {
  margin-left: 10px;
  margin-right: 0;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .message {
  padding: 6px 32px 6px 5px;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .message:before {
  left: auto;
  margin-left: 5px;
  margin-right: 10px;
  right: 0;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .popup > .action > div {
  float: right;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .btn-viewcart,
.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .btn-continue {
  margin-left: 10px;
  margin-right: 0;
}
.modal-popup.modals-ajaxcart .actions .checkout-link {
  margin-left: 15px;
  margin-right: 0;
}
.modal-popup.modals-ajaxcart .product-reviews-summary .reviews-actions .action {
  margin-left: 0;
}
.message.global.cookie .content .actions .btn-cookie.allow {
  font-size: 1.4rem;
  padding-left: 5px;
  padding-right: 5px;
}
.cookiesetting-popup.modal-popup .action-close {
  left: 5px;
  right: auto;
  text-align: left;
}
.cookiesetting-popup .modal-inner-wrap .cookies-setting-header .header-title {
  border-left: 0;
  border-right: 1px solid #052d76;
  margin-left: 0;
  margin-right: 20px;
  padding: 5px 10px 5px 0;
}
.cookiesetting-popup .modal-inner-wrap .cookies-setting-content .cookies-setting-list .cookies-list-title .cookies-list-content {
  margin: 0 10px 0 0;
}
.cookiesetting-popup .modal-inner-wrap .cookies-setting-content .cookies-setting-list .cookies-list-title .cookies-list-action {
  margin-left: 0;
  margin-right: 30px;
}
.cookiesetting-popup .modal-inner-wrap .cookies-setting-content .cookies-setting-list .cookies-list-title .cookies-list-action .cookies-list-button:before {
  transform: rotate(180deg);
}
.nav-sections-item-content .magicmenu {
  text-align: right;
}
.magicmenu .nav-desktop .level0 .level-top {
  text-align: right;
}
.magicmenu .nav-desktop .level0 .level-top span.icon-text {
  text-align: right;
}
.magicmenu .nav-desktop .level0 .level-top span.cat_label {
  left: 20px;
  right: auto;
}
.magicmenu .nav-desktop .level0 .level-top .cat_label {
  margin-left: 0;
  margin-right: 3px;
}
.magicmenu .nav-desktop .level0 .level-top .cat_label:after {
  border-left-color: transparent !important;
  border-left-width: 5px;
  border-right-width: 0;
  left: auto;
  right: 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a {
  text-align: right;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before {
  left: 0;
  right: auto;
  text-align: left;
  transform: rotate(180deg);
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
  left: auto;
  padding-left: 0;
  padding-right: 30px;
  right: 100%;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover > ul {
  left: auto;
  right: 100%;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a:before {
  left: auto;
  right: 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column.cat-mega {
  float: right;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children {
  float: right;
  text-align: right;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children ul {
  margin-left: 0;
}
.magicmenu .nav-desktop .level0 .cat_label {
  margin-left: 0;
  margin-right: 3px;
}
.magicmenu .nav-desktop .level0 .cat_label:after {
  border-left-color: transparent !important;
  border-left-width: 5px;
  border-right-width: 0;
  left: auto;
  right: 0;
}
.magicmenu .nav-desktop .level0 .cat_label:before {
  left: auto;
  right: 10px;
}
.magicmenu .nav-desktop .level0.home {
  margin-left: 0;
  margin-right: 20px;
}
.magicmenu .nav-desktop .level0.home .level-top-mega {
  text-align: right;
}
.magicmenu .nav-desktop .level0.dropdown > .level0 {
  text-align: right;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild > a:before {
  left: 15px;
  right: auto;
  text-align: left;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild ul {
  left: auto;
  right: 100%;
}
.magicmenu .nav-desktop p {
  text-align: right;
}
.magicmenu .nav-desktop .level0.ext .level0.dropdown {
  text-align: right;
}
.magicmenu .nav-desktop .level-top a {
  text-align: right;
}
.magicmenu .nav-desktop .level0.hasChild .level-top:after {
  padding-left: 0;
  padding-right: 4px;
}
.magicmenu .level0 .level-top img {
  padding-left: 15px;
  padding-right: 0;
}
.vmagicmenu {
  float: right;
}
.vmagicmenu .vmagicmenu-narrow {
  float: right;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0 {
  left: auto;
  right: 100%;
  text-align: right;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild > a:before {
  left: 15px;
  right: auto;
  text-align: left;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul {
  left: auto;
  right: 100%;
}
.vmagicmenu .level0 {
  float: right;
}
.vmagicmenu .level0 .level-top-mega {
  left: auto;
  right: 100%;
}
.vmagicmenu .level0 .level-top-mega .children > a:before {
  left: auto;
  right: 0;
}
.vmagicmenu .level0 .level-top-mega .children a {
  text-align: right;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label {
  margin-left: 0;
  margin-right: 3px;
}
.vmagicmenu .level0 .level-top-mega .children .cat_label:after {
  border-left-color: transparent !important;
  border-left-width: 5px;
  border-right-width: 0;
  left: auto;
  right: 0;
}
.vmagicmenu .level0 .level-top-mega .mage-column .children {
  float: right;
  text-align: right;
}
.vmagicmenu .level0 .level-top img {
  margin-left: 10px;
  margin-right: 0;
}
.vmagicmenu .level0 .cat_label {
  margin-left: 0;
  margin-right: 3px;
}
.vmagicmenu .level0 .cat_label:after {
  border-left-color: transparent !important;
  border-left-width: 5px;
  border-right-width: 0;
  left: auto;
  right: 0;
}
.vmagicmenu .level0 .cat_label:before {
  left: auto;
  right: 10px;
}
.vmagicmenu .block-title .vmagicmenu-subtitle:after {
  margin-left: 0;
  margin-right: 32px;
}
.vmagicmenu .level0.hasChild .level-top:after {
  float: left;
  transform: rotate(180deg);
}
.vmagicmenu p {
  text-align: right;
}
.vmagicmenu .level-top a {
  text-align: right;
}
.vmagicmenu .banner-menu-position img {
  margin-left: 0;
  margin-right: -30px;
}
.mage-column.mega-block-left {
  float: right;
}
.mage-column.mega-block-right {
  float: left;
}
.banner-menu-right {
  padding-left: 10px;
  padding-right: 0;
}
.banner-menu-position img {
  left: auto;
  right: 50%;
}
.block-left {
  float: right;
}
.block-right {
  float: right;
}
.cat-mega {
  float: right;
}
.cms-static-banner-position {
  left: 10px;
  right: auto;
}
.all-cat span:after {
  padding-left: 0;
  padding-right: 5px;
}
.accor-title {
  text-align: right;
}
ul.nav-accordion li a {
  text-align: right;
}
ul.nav-accordion li a span.cat_label {
  margin-left: 0;
  margin-right: 3px;
}
ul.nav-accordion li a span.cat_label:after {
  border-left-color: transparent !important;
  border-left-width: 5px;
  border-right-width: 0;
  left: auto;
  right: 0;
}
ul.nav-accordion li > ul.submenu > li > a {
  padding-left: 0;
  padding-right: 10px;
}
ul.nav-accordion li > ul.submenu > li > ul.submenu a {
  padding-right: 0;
}
ul.nav-accordion li ul li ul li.parent > a {
  padding-left: 0;
  padding-right: 20px;
}
ul.nav-accordion ul ul ul li a {
  margin-left: 0;
  margin-right: 20px;
}
ul.nav-accordion li.level0 > a > span > .pin-bottom:before {
  left: 6px;
  right: auto;
}
.nav-sections .mean-container .mean-nav {
  float: right;
  left: auto;
  right: 0;
}
.nav-sections .mean-container .mean-nav .mobi-title {
  padding-left: 0;
  padding-right: 50px;
  text-align: right;
}
.nav-sections .mean-container .mean-nav ul li {
  float: right;
}
.nav-sections .mean-container .mean-nav ul li a {
  text-align: right;
}
.nav-sections .mean-container .mean-nav ul li a span.cat_label {
  margin-left: 0;
  margin-right: 3px;
}
.nav-sections .mean-container .mean-nav ul li a span.cat_label:after {
  border-left-color: transparent !important;
  border-left-width: 5px;
  border-right-width: 0;
  left: auto;
  right: 0;
}
.nav-sections .mean-container .mean-nav ul li li a {
  padding-left: 0;
  padding-right: 25px;
}
.nav-sections .mean-container .mean-nav ul li li li a {
  padding-left: 0;
  padding-right: 40px;
}
.mean-container .mean-nav ul li a span.cat_label:before {
  left: auto;
  right: 10px;
}
.mean-container .mean-nav ul li span.level-top span.cat_label:before {
  left: auto;
  right: 10px;
}
.magicslider .slick-next {
  left: 15px;
  right: auto;
}
.magicslider .slick-prev {
  left: auto;
  right: 15px;
}
.magicslider .slick-dots {
  left: 10px;
  right: auto;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .magicslider .slick-dots {
    left: 3px;
    right: auto;
  }
}
.parent-dates .date-inner-box,
.parent-time .time-inner-box {
  margin-left: 0;
  margin-right: 0;
  direction: ltr;
}
.parent-dates .date-inner-box:last-child,
.parent-time .time-inner-box:last-child {
  margin-left: 0;
}
.parent-time > .time-box {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
}
.parent-time .middle-time .day,
.parent-time .middle-time .night {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.parent-time .middle-time .day {
  margin-left: 2px;
  margin-right: 0;
}
/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Amasty_Storelocator/vendor/chosen/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 9999;
}

.select2-results {
  display: block;
}

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

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}/** Auto-completion menu */
html {
    --autocomplete-muted-color: #969faf;
}

#algolia-autocomplete-container .aa-dropdown-menu .before_special, .aa-Panel .before_special {
    color: #aaaaaa;
    font-size: 12px;
    text-decoration: line-through;
}

#algolia-autocomplete-container .aa-dropdown-menu .tier_price, .aa-Panel .tier_price {
    color: #666666;
    font-size: 10px;
}

#algolia-autocomplete-container .aa-dropdown-menu .tier_price .tier_value, .aa-Panel .tier_price .tier_value {
    color: #54A5CD;
    font-size: 12px;
}

#algolia-autocomplete-container .aa-dropdown-menu .info-without-thumb .category-tag, .aa-Panel .info-without-thumb .category-tag {
    color: #3284b6;
}

#algolia-autocomplete-container .aa-dropdown-menu .info-without-thumb .details, .aa-Panel .info-without-thumb .details {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666;
    display: -webkit-box;
    font-size: 10px;
    height: 30px;
    max-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#algolia-autocomplete-container .aa-dropdown-menu .info-without-thumb .details em, .aa-Panel .info-without-thumb .details em {
    color: #222222;
}

#algolia-autocomplete-tt.algolia-autocomplete {
    display: inline-block !important;
    width: 100%;
}

#algolia-autocomplete-container .aa-dropdown-menu, .aa-Panel {
    background: white;
    border-radius: 1px;
    border-top: 3px solid #8EB4D0;
    border: 1px solid #BBB;
    left: 0;
    margin-top: -1px;
    position: absolute;
    width: 100%;
    z-index: 1000 !important;
}
@media (min-width: 992px) {
    #algolia-autocomplete-container .aa-dropdown-menu, .aa-Panel {
        min-width: 800px !important;
    }
}

@media (min-width: 769px) {
    #algolia-autocomplete-container .aa-dropdown-menu, .aa-Panel {
        min-width: 680px;
        padding-right: 8px;
        width: 71.1%;
    }
    .aa-Panel.productColumn1 section:nth-child(1) .aa-List {
        -moz-columns: 2;
        -webkit-columns: 2;
        columns: 2;
    }

    .aa-Panel.productColumn1 section:nth-child(1) .aa-List li {
        width: 285px;
    }
    .aa-Panel.productColumn2 section:nth-child(2) .aa-List {
        -moz-columns: 2;
        -webkit-columns: 2;
        columns: 2;
    }

    .aa-Panel.productColumn2 section:nth-child(2) .aa-List li {
        width: 285px;
    }

    .aa-Panel ul{
        margin-bottom: 0 !important;
        padding-inline-start: 0;
    }
}

.aa-Panel.productColumn2 section:nth-child(2) .aa-List li:hover, .aa-Panel.productColumn1 section .aa-List li:hover{
    background-color: #f2f2f2;
}

#algolia-autocomplete-container .aa-dropdown-menu .col-2, .aa-Panel .col-2 {
    position: relative;
}

#algolia-autocomplete-container .aa-dropdown-menu .col-2 .col-left, .aa-Panel .col-2 .col-left {
    width: 67%;
}

#algolia-autocomplete-container .aa-dropdown-menu .col-2 .col-right, .aa-Panel .col-2 .col-right {
    width: 33%;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-no-results-products, .aa-Panel .aa-no-results-products {
    min-height: 250px;
    padding: 40px 40px;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-no-results-products .title, .aa-Panel .aa-no-results-products .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-no-results-products .suggestions, .aa-Panel .aa-no-results-products .suggestions {
    margin-bottom: 30px;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-no-results-products .see-all a, .aa-Panel .aa-no-results-products .see-all a {
    color: #636363;
    font-weight: bold;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-no-results, .aa-Panel .aa-no-results {
    font-style: italic;
    padding: 10px;
}

#algolia-autocomplete-container .aa-dropdown-menu .category, .aa-Panel .category, .aa-Panel .aa-PanelLayout section .aa-SourceHeader {
    color: rgb(166, 166, 166);
    font-size: 0.8em;
    font-weight: bold;
    padding: 4px;
    text-align: right;
    text-transform: uppercase;
}

#algolia-autocomplete-container .aa-dropdown-menu .category-suggestions, .aa-Panel .category-suggestions{
    color: #54A5CD;
    font-size: 0.7em;
    padding: 4px;
    text-align: right;
    text-transform: uppercase;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit, .aa-Panel .algoliasearch-autocomplete-hit {
    color: #000;
    display: inline-block;
    overflow: hidden;
    padding: 5px 10px;
    position: relative;
    text-align: right;
    text-decoration: none;
    width: 96%;
}

#algolia-autocomplete-container .aa-dropdown-menu .other-sections .aa-dataset-suggestions .algoliasearch-autocomplete-hit {
    padding-right: 30px;
}

.aa-Panel .aa-ItemLink.algolia-suggestions:has(svg.algolia-glass-suggestion) {
    padding: 5px 25px 5px 0 !important;
    position: relative;
}

.aa-Panel .aa-ItemLink.algolia-suggestions svg.algolia-glass-suggestion.magnifying-glass {
    display: none;
}

.aa-Panel .aa-ItemLink.algolia-suggestions:has(svg.algolia-glass-suggestion) svg.algolia-glass-suggestion.magnifying-glass {
    display: block;
    fill: #A6A6A6;
    left: auto;
    position: absolute;
    right: 5px;
    stroke: #A6A6A6;
    top: 7px;
}

#algolia-autocomplete-container .aa-dropdown-menu.aa-without-products .col9, .aa-Panel .col9:hover {
    background-color: #F9F9F9;
}

#algolia-autocomplete-container .aa-dropdown-menu.aa-without-products #autocomplete-products-footer {
    display: none;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .aa-suggestion, .aa-Panel .aa-dataset-products .aa-suggestion {
    display: inline-block;
    width: 100%;
}

@media (min-width: 769px) {
    #algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .aa-suggestion, .aa-Panel .aa-dataset-products .aa-suggestion {
        display: inline-block;
        width: 50%;
    }
}


#algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .algoliasearch-autocomplete-hit, .aa-Panel .aa-dataset-products .algoliasearch-autocomplete-hit {
    padding: 15px 10px;
}

.autocomplete-wrapper, .aa-Panel {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    width: 100%;
}

.autocomplete-wrapper:after, .aa-Panel:after {
    clear: both;
    content: '';
}

#algolia-autocomplete-container .col9, .aa-Panel .col9 {
    box-sizing: border-box;
    float: left;
}

#algolia-autocomplete-container .col3, .aa-Panel .col3 {
    box-sizing: border-box;
    float: left;
}

#algolia-autocomplete-container.reverse .col3, .aa-Panel.reverse .col3 {
    float: right;
    min-width: 100%;
}

#algolia-autocomplete-container.reverse .col9, .aa-Panel.reverse .col9 {
    display: flex;
    flex: 1;
    float: right;
    height: 100%;
    min-width: 100%;
}

@media (min-width: 769px) {
    #algolia-autocomplete-container .col9, .aa-Panel .col9 {
        border-right: solid 1px #eeeeee;
        height: 100%;
        left: 0;
        width: 70%;
    }

    #algolia-autocomplete-container .col3, .aa-Panel .col3 {
        float: right;
        width: 30%;
    }

    #algolia-autocomplete-container.reverse .col3, .aa-Panel.reverse .col3 {
        float: right;
        width: 30%;
    }

    #algolia-autocomplete-container.reverse .col9, .aa-Panel.reverse .col9 {
        border-left: solid 1px #eeeeee;
        float: right;
        width: 70%;
    }
}

#algolia-autocomplete-container .other-sections, .aa-Panel .other-sections {
    margin: 20px 10px 70px;
}


.aa-dataset-products .aa-suggestions {
    margin: 10px auto 10px auto;
}

.aa-dataset-suggestions {
    display: none;
}

@media (min-width: 769px) {
    .aa-dataset-suggestions {
        display: block;
    }
}


@media (min-width: 769px) {
    .aa-dataset-products .aa-suggestions {
        margin: 10px auto 50px auto;
    }
}


.aa-dataset-products .aa-suggestions:after {
    content: '';
    display: block;
    clear: both;
}

#algolia-autocomplete-container .aa-dropdown-menu .other-sections .algoliasearch-autocomplete-hit, .aa-Panel .other-sections .algoliasearch-autocomplete-hit {
    padding-right: 10px;
}

#algolia-autocomplete-container .aa-dropdown-menu .other-sections .aa-suggestions, .aa-Panel .other-sections .aa-suggestions {
    margin-bottom: 20px;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-cursor .algoliasearch-autocomplete-hit, .aa-Panel .aa-cursor .algoliasearch-autocomplete-hit {
    background-color: #f2f2f2;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit em, .aa-Panel .algoliasearch-autocomplete-hit em {
    font-weight: bold;
    font-style: normal;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-price, .aa-Panel .algoliasearch-autocomplete-price {
    font-size: 1.1em;
    color: #54A5CD;
    height: 22px;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .thumb, .aa-Panel .algoliasearch-autocomplete-hit .thumb {
    float: right;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .thumb img, .aa-Panel .algoliasearch-autocomplete-hit .thumb img {
    width: 50px;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info, .aa-Panel .algoliasearch-autocomplete-hit .info {
    margin-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#autocomplete-products-footer {
    background-color: #F9F9F9;
    bottom: 0;
    display: none;
    padding: 10px 0;
    position: absolute;
    right: 30%;
    text-align: center;
    width: 70%;
}

#algolia-autocomplete-container.reverse #autocomplete-products-footer {
    left: auto;
    right: 0;
}

@media (min-width: 769px) {
    #autocomplete-products-footer {
        display: block;
    }
}

#autocomplete-products-footer span {
    color: #15769c;
    font-weight: 600;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category, .aa-Panel .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category {
    color: #666;
    font-size: 0.8em;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category em, .aa-Panel .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category em {
    color: #222;
}

.algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category span:nth-child(n+2):before {
    content: " | ";
}

.algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-price .after_special:after {
    content: " ";
}

.algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-price .tier_price {
    padding-right: 5px;
}


#algolia-autocomplete-container .aa-dropdown-menu .footer_algolia {
    bottom: 0;
    font-size: 13px;
    padding: 10px;
    position: absolute;
    right: 4px;
    text-align: center;
    width: 100%;
}

#algolia-autocomplete-container.reverse .aa-dropdown-menu .footer_algolia {
    left: 4px;
    right: auto;
}

@media (min-width: 769px) {
    #algolia-autocomplete-container .aa-dropdown-menu .footer_algolia {
        width: 30%;
    }
}

#algolia-autocomplete-container .aa-dropdown-menu .footer_algolia span {
    color: #B8B8B8;
    font-size: 10px;
}

#algolia-autocomplete-container .aa-dropdown-menu .footer_algolia img {
    display: inline;
    height: 1.5em;
    max-width: 130px;
    vertical-align: bottom;
}

#algolia-searchbox .algolia-search-input:focus:not([value=""]) {
    background: transparent;
}

#algolia-searchbox .algolia-search-input {
    position: static !important;
}

#algolia-searchbox .algolia-search-input:focus {
    border: solid 1px #54A5CD;
    box-shadow: none;
    outline: 0;
}

#algolia-autocomplete-container:after, .autocomplete-wrapper:after {
    clear: both;
    content: '';
}

#algolia-searchbox {
    position: relative;
}

#algolia-searchbox .clear-cross, #algolia_instant_selector .clear-cross {
    background: url("data:image/svg+xml;utf8,<svg width=\'12\' height=\'12\' viewBox=\'0 0 12 12\' xmlns=\'http://www.w3.org/2000/svg\' opacity=\'0.6\'><path d=\'M.566 1.698L0 1.13 1.132 0l.565.566L6 4.868 10.302.566 10.868 0 12 1.132l-.566.565L7.132 6l4.302 4.3.566.568L10.868 12l-.565-.566L6 7.132l-4.3 4.302L1.13 12 0 10.868l.566-.565L4.868 6 .566 1.698z\'></path></svg>") no-repeat center center / contain;
    cursor: pointer;
    display: none;
    height: 16px;
    position: absolute;
    width: 16px;
}

#algolia-searchbox .clear-query-autocomplete {
    bottom: 8px;
    left: 9px;
}

#algolia-searchbox .magnifying-glass {
    background: url("data:image/svg+xml;utf8,<svg width=\'40\' height=\'40\' viewBox=\'0 0 40 40\'  fill=\'%23A6A6A6\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M15.553 31.107c8.59 0 15.554-6.964 15.554-15.554S24.143 0 15.553 0 0 6.964 0 15.553c0 8.59 6.964 15.554 15.553 15.554zm0-3.888c6.443 0 11.666-5.225 11.666-11.668 0-6.442-5.225-11.665-11.668-11.665-6.442 0-11.665 5.223-11.665 11.665 0 6.443 5.223 11.666 11.665 11.666zm12.21 3.84a2.005 2.005 0 0 1 .002-2.833l.463-.463a2.008 2.008 0 0 1 2.833-.003l8.17 8.168c.78.78.78 2.05-.004 2.833l-.462.463a2.008 2.008 0 0 1-2.834.004l-8.168-8.17z\' fill-rule=\'evenodd\'/></svg>") no-repeat center left / 20px;
    border: none;
    bottom: 7px;
    box-shadow: none;
    height: 20px;
    left: 7px;
    position: absolute;
    width: 20px;
}

#algolia_instant_selector .cross-wrapper .clear-refinement {
    display: block;
    position: relative;
    right: 5px;
    top: 5px;
}
#algoliaAutocomplete{
    min-height: 42px;
    position: relative;
}
#algoliaAutocomplete .aa-SubmitButton{
    background: none;
    border: none;
    box-shadow: none;
    height: 32px;
    left: 0px;
    position: absolute;
}
#algoliaAutocomplete .aa-ClearButton{
    background: #fff;
    border: none;
    display: none;
    height: 30px;
    left: 1px;
    position: absolute;
    top: 1px;
}
.aa-Panel li.aa-Item{
    list-style-type: none;
}

.aa-Panel .aa-PanelLayout{
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 15px;
}
.aa-Panel .aa-PanelLayout section{
    padding-top: 10px;
}
.aa-Panel.productColumn2 .aa-PanelLayout section:nth-child(1) li a, .aa-Panel.productColumn1 .aa-PanelLayout section:nth-child(2) li a, .aa-Panel .aa-PanelLayout section:nth-child(3) li a, .aa-Panel .aa-PanelLayout section:nth-child(4) li a, .aa-Panel .aa-PanelLayout section:nth-child(5) li a{
    color: inherit;
    display: block;
    padding: 5px 10px;
}
.aa-Panel.productColumn2 .aa-PanelLayout section:nth-child(1) li a:hover, .aa-Panel.productColumn1 .aa-PanelLayout section:nth-child(2) li a:hover, .aa-Panel .aa-PanelLayout section:nth-child(3) li a:hover, .aa-Panel .aa-PanelLayout section:nth-child(4) li a:hover, .aa-Panel .aa-PanelLayout section:nth-child(5) li a:hover{
    background-color: #f2f2f2;
    text-decoration: none;
}
.footer_algolia{
    align-items: flex-start;
    bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: absolute;
}

.footer_algolia .algolia-search-by-label {
    color: var(--autocomplete-muted-color);
    font-size: .9em;
    margin-left: 5px;
}

.footer_algolia img {
    min-width: 80px;
}

@media (min-width: 992px) {
    .aa-Panel.productColumn2 .aa-PanelLayout section:nth-child(2), .aa-Panel.productColumn1 .aa-PanelLayout section:nth-child(1){
        margin-right: 2.5rem !important;
        min-width: 570px !important;
    }
    .aa-Panel.productColumn2 .aa-PanelLayout section:nth-child(1),
    .aa-Panel.productColumn1 .aa-PanelLayout section:nth-child(2),
    .aa-Panel .aa-PanelLayout section:nth-child(3),
    .aa-Panel .aa-PanelLayout section:nth-child(4),
    .aa-Panel .aa-PanelLayout section:nth-child(5){
        width: 220px !important;
    }
}
@media (max-width: 768px) {
    #algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info, .aa-Panel .algoliasearch-autocomplete-hit .info{
        padding-right: 15px;
    }
}
@media (min-width: 769px) {
    .aa-Panel.productColumn2 .aa-PanelLayout section:nth-child(1){
        grid-area: 1 / 1 / 2 / 2;
        padding-top: 20px;
        width: 180px;
    }
    .aa-Panel.productColumn2 .aa-PanelLayout section:nth-child(2){
        border-right: 1px solid #BBB;
        grid-area: 1 / 2 / 5 / 3;
        margin-bottom: 0px;
        margin-right: 1.5rem;
        min-width: 480px;
    }

    .aa-Panel.productColumn1 .aa-PanelLayout section:nth-child(1){
        border-right: 1px solid #BBB;
        grid-area: 1 / 2 / 5 / 3;
        margin-bottom: 0px;
        margin-right: 1.5rem;
        min-width: 48px;
    }
    .aa-Panel.productColumn1 .aa-PanelLayout section:nth-child(2){
        grid-area: 1 / 1 / 2 / 2;
        padding-top: 20px;
        width: 180px;
    }
    .aa-Panel .aa-PanelLayout section:nth-child(3){
        grid-area: 2 / 1 / 3 / 2;
        width: 180px;
    }
    .aa-Panel .aa-PanelLayout section:nth-child(4){
        grid-area: 3 / 1 / 4 / 2;
        width: 180px;
    }
    .aa-Panel .aa-PanelLayout section:nth-child(5){
        grid-area: 4 / 1 / 5 / 2;
        width: 180px;
    }
    #algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info, .aa-Panel .algoliasearch-autocomplete-hit .info {
        margin-right: 60px;
    }
}

@media (max-width: 768px) {
    .aa-Panel .aa-PanelLayout {
        display: flex;
        flex-direction: column;
        justify-content: start;
        width:100%;
    }
    .footer_algolia{
        justify-content: center;
        width: 100%;
    }
    .aa-Panel .aa-List {
        padding-right: 0px;
    }
    #autocomplete-products-footer{
        box-sizing: border-box;
        padding-left: 8px;
        padding-right: 8px;
        right: 0;
        width: 100%;
    }
    .footer_algolia{
        padding-top: 15px;
        text-align: center;
    }
    .aa-Panel .aa-PanelLayout section {
        box-sizing: border-box;
        padding-left: 8px;
        padding-right: 8px;
    }
    #algoliaAutocomplete{
        clear: both;
        margin-bottom: 10px;
    }
    #algoliaAutocomplete.block-search input{
        margin: 0;
        position: relative;
        right: inherit;
    }
    #algoliaAutocomplete .aa-SubmitButton{
        z-index: 2;
    }
}

.aa-Panel mark{
    background: none;
    font-weight: 600;
}
.aa-Panel .aa-PanelLayout section .aa-SourceNoResults{
    padding: 5px;
}

.clear-query-autocomplete {
    display: none !important;
}
#algolia_instant_selector,
#algolia_instant_selector *,
#search_mini_form,
#search_mini_form * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#algolia_instant_selector:before,
#algolia_instant_selector:after,
#algolia_instant_selector *:before,
#algolia_instant_selector *:after,
#search_mini_form:before,
#search_mini_form:after,
#search_mini_form *:before,
#search_mini_form *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#search_mini_form label {
    display: none;
}




@media (min-width: 768px) {
    #algolia_instant_selector .col-sm-6 {
        width: 50%;
        float: left;
    }
}

@media (min-width: 992px) {
    #algolia_instant_selector .col-md-3,
    #algolia_instant_selector .col-md-4,
    #algolia_instant_selector .col-md-9,
    #algolia_instant_selector .col-md-12 {
        float: left;
    }

    #algolia_instant_selector .col-md-12 {
        width: 100%;
    }

    #algolia_instant_selector .col-md-9 {
        width: 75%;
    }

    #algolia_instant_selector .col-md-4 {
        width: 33.33333333%;
    }

    #algolia_instant_selector .col-md-3 {
        width: 25%;
    }
}

#algolia_instant_selector .row:before,
#algolia_instant_selector .row:after {
    content: " ";
    display: table;
}

#algolia_instant_selector .row:after {
    clear: both;
}



#algolia_instant_selector .hidden-xs,
#algolia_instant_selector .hidden-sm {
    display: block !important;
}

@media (max-width: 767px) {
   
    #algolia_instant_selector .hidden-xs {
        display: none !important;
    }

    .algolia-search-block {
        clear: both;
    }
}

@media (max-width: 991px) {

    #algolia_instant_selector .hidden-sm {
        display: none !important;
    }
}

#algolia_instant_selector .pull-left {
    float: left;
}

#algolia_instant_selector .pull-right {
    float: right;
}

.algolia-clearfix {
    clear: both;
}
.ais-Breadcrumb-list,
.ais-CurrentRefinements-list,
.ais-HierarchicalMenu-list,
.ais-Hits-list,
.ais-Results-list,
.ais-InfiniteHits-list,
.ais-InfiniteResults-list,
.ais-Menu-list,
.ais-NumericMenu-list,
.ais-Pagination-list,
.ais-RatingMenu-list,
.ais-RefinementList-list,
.ais-ToggleRefinement-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ais-ClearRefinements-button,
.ais-CurrentRefinements-delete,
.ais-CurrentRefinements-reset,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset,
.ais-HierarchicalMenu-showMore,
.ais-InfiniteHits-loadPrevious,
.ais-InfiniteHits-loadMore,
.ais-InfiniteResults-loadMore,
.ais-Menu-showMore,
.ais-RangeInput-submit,
.ais-RefinementList-showMore,
.ais-SearchBox-submit,
.ais-SearchBox-reset,
.ais-VoiceSearch-button {
  padding: 0;
  overflow: visible;
  font: inherit;
  line-height: normal;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ais-ClearRefinements-button::-moz-focus-inner,
.ais-CurrentRefinements-delete::-moz-focus-inner,
.ais-CurrentRefinements-reset::-moz-focus-inner,
.ais-GeoSearch-redo::-moz-focus-inner,
.ais-GeoSearch-reset::-moz-focus-inner,
.ais-HierarchicalMenu-showMore::-moz-focus-inner,
.ais-InfiniteHits-loadPrevious::-moz-focus-inner,
.ais-InfiniteHits-loadMore::-moz-focus-inner,
.ais-InfiniteResults-loadMore::-moz-focus-inner,
.ais-Menu-showMore::-moz-focus-inner,
.ais-RangeInput-submit::-moz-focus-inner,
.ais-RefinementList-showMore::-moz-focus-inner,
.ais-SearchBox-submit::-moz-focus-inner,
.ais-SearchBox-reset::-moz-focus-inner,
.ais-VoiceSearch-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.ais-ClearRefinements-button[disabled],
.ais-CurrentRefinements-delete[disabled],
.ais-CurrentRefinements-reset[disabled],
.ais-GeoSearch-redo[disabled],
.ais-GeoSearch-reset[disabled],
.ais-HierarchicalMenu-showMore[disabled],
.ais-InfiniteHits-loadPrevious[disabled],
.ais-InfiniteHits-loadMore[disabled],
.ais-InfiniteResults-loadMore[disabled],
.ais-Menu-showMore[disabled],
.ais-RangeInput-submit[disabled],
.ais-RefinementList-showMore[disabled],
.ais-SearchBox-submit[disabled],
.ais-SearchBox-reset[disabled],
.ais-VoiceSearch-button[disabled] {
  cursor: default;
}

.ais-Breadcrumb-list,
.ais-Breadcrumb-item,
.ais-Pagination-list,
.ais-RangeInput-form,
.ais-RatingMenu-link,
.ais-PoweredBy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ais-GeoSearch,
.ais-GeoSearch-map {
  height: 100%;
}

.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
  margin-left: 1em;
}

.ais-PoweredBy-logo {
  display: block;
  height: 1.2em;
  width: auto;
}

.ais-RatingMenu-starIcon {
  display: block;
  width: 20px;
  height: 20px;
}

.ais-SearchBox-input::-ms-clear,
.ais-SearchBox-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.ais-SearchBox-input::-webkit-search-decoration,
.ais-SearchBox-input::-webkit-search-cancel-button,
.ais-SearchBox-input::-webkit-search-results-button,
.ais-SearchBox-input::-webkit-search-results-decoration {
  display: none;
}

.ais-RangeSlider .rheostat {
  overflow: visible;
  margin-top: 40px;
  margin-bottom: 40px;
}

.ais-RangeSlider .rheostat-background {
  height: 6px;
  top: 0px;
  width: 100%;
}

.ais-RangeSlider .rheostat-handle {
  margin-left: -12px;
  top: -7px;
}

.ais-RangeSlider .rheostat-background {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #aaa;
}

.ais-RangeSlider .rheostat-progress {
  position: absolute;
  top: 1px;
  height: 4px;
  background-color: #333;
}

.rheostat-handle {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  cursor: -webkit-grab;
  cursor: grab;
}

.rheostat-marker {
  margin-left: -1px;
  position: absolute;
  width: 1px;
  height: 5px;
  background-color: #aaa;
}

.rheostat-marker--large {
  height: 9px;
}

.rheostat-value {
  margin-left: 50%;
  padding-top: 15px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.rheostat-tooltip {
  margin-left: 50%;
  position: absolute;
  top: -22px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/**
 * we have to add this because magento default style applies `display: inline-block`
 * on button and other tags, which overrides the HTML5 standard [hidden] attribute
 */
[hidden] {
    display: none !important;
}

#refine-toggle {
    text-align: center;
    line-height: 40px;
    border: solid 1px #ededed;
    margin: 10px 0 20px;
    font-weight: 700;
    cursor: pointer;
}

/* infos */
.algolia-infos {
    padding: 6px 10px;
    color: #aaa;
    text-align: center;
    background: #f4f4f4;
    font-size: 12px;
    clear: both;
    line-height: 32px;
}

/* SearchBox */
.ais-SearchBox {
    margin-bottom: 1em;
}

.ais-SearchBox-submit {
    display: none;
}

.ais-SearchBox-form {
    position: relative;
}

.ais-SearchBox-reset {
    position: absolute;
    right: 0;
}

button.ais-SearchBox-reset {
    box-shadow: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
    background: transparent;
}

button.ais-SearchBox-reset:focus,
button.ais-SearchBox-reset:active,
button.ais-SearchBox-reset:hover {
    border: 0;
}

input.ais-SearchBox-input {
    padding-right: 2em;
}

.ais-SearchBox-reset,
input.ais-SearchBox-input {
    height: 32px;
}

/* Hits & InfiniteHits */
.ais-InfiniteHits,
.ais-Hits {
    text-align: center;
}

.ais-InfiniteHits--empty,
.ais-Hits--empty {
    margin: 40px 0;
    color: #636363;
    font-size: 16px;
    font-weight: bold;
}

.ais-InfiniteHits--empty q:before,
.ais-InfiniteHits--empty q:after,
.ais-Hits--empty q:before,
.ais-Hits--empty q:after {
    content: '"';
}

.ais-InfiniteHits-item a:hover,
.ais-Hits-item a:hover {
    color: #666666;
    text-decoration: none;
}

.ais-InfiniteHits-list .no-results .clear-button,
.ais-Hits-list .no-results .clear-button {
    cursor: pointer;
}

.ais-InfiniteHits-list .no-results .popular-searches,
.ais-Hits-list .no-results .popular-searches {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 30px;
}

.ais-InfiniteHits-item .result-wrapper,
.ais-Hits-item .result-wrapper {
    padding: 25px 0;
}

.ais-InfiniteHits-list::after,
.ais-Hits-list::after {
    content: ' ';
    clear: both;
    display: block;
}
.ais-InfiniteHits-loadMore {
    background: #f4f4f4;
    border-color: transparent;
    color: #666666;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.ais-InfiniteHits-loadPrevious--disabled,
.ais-InfiniteHits-loadMore--disabled {
    display: none !important;
}

.result-wrapper .tocart {
    background: #f4f4f4;
    border-color: transparent;
    color: #666666;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    margin-top: 10px;
}

.result-wrapper .price {
    text-align: center;
    font-size: 1.2em;
    color: #54A5CD;
}

.result-wrapper .before_special {
    color: #aaaaaa;
    text-decoration: line-through;
    font-size: 12px;
}

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

/* HierarchicalMenu */
.ais-HierarchicalMenu-item {
    margin: 0;
    line-height: 1.8em;
}

.ais-HierarchicalMenu-link--selected {
    font-weight: bold;
}

.ais-HierarchicalMenu-link--selected .cross-circle {
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background: url("data:image/svg+xml;utf8,<svg width='34' height='34' viewBox='0 0 34 34' xmlns='http://www.w3.org/2000/svg'><title>testvg</title><g fill='%23000' fill-rule='evenodd'><path d='M17.163 0C7.95 0 .41 7.578.353 16.893c-.03 4.542 1.693 8.82 4.847 12.053 3.156 3.23 7.367 5.026 11.857 5.054h.11c9.21 0 16.75-7.578 16.81-16.893C34.035 7.735 26.54.06 17.163 0zm.015 30.842v1.08l-.09-1.08c-3.656-.023-7.085-1.485-9.654-4.115-2.57-2.63-3.97-6.116-3.948-9.814C3.533 9.33 9.673 3.158 17.262 3.158c7.548.048 13.65 6.297 13.605 13.93-.05 7.585-6.19 13.754-13.69 13.754z'/><path d='M22.362 10.23l-5.186 5.245-5.186-5.244c-.417-.42-1.092-.42-1.51 0-.416.422-.416 1.105 0 1.526L15.668 17l-5.186 5.244c-.416.42-.416 1.104 0 1.525.21.21.483.316.755.316.273 0 .546-.106.755-.317l5.186-5.245 5.186 5.244c.208.21.482.316.754.316.273 0 .546-.106.755-.317.417-.422.417-1.105 0-1.526L18.685 17l5.187-5.244c.417-.42.417-1.104 0-1.525-.416-.42-1.09-.42-1.508 0z'/></g></svg>") no-repeat center center / contain;
    opacity: 0;
}

.ais-HierarchicalMenu-link--selected:hover .cross-circle {
    opacity: 1;
}

.ais-HierarchicalMenu-count::before {
    content: '('
}

.ais-HierarchicalMenu-count::after {
    content: ')'
}
/* RefinementList */
.ais-RefinementList-searchBox .ais-SearchBox-input {
    margin-top: 4px;
    margin-bottom: 4px;
}

.ais-RefinementList-searchBox .ais-SearchBox-input[disabled] {
    display: none;
}

.ais-RefinementList-count::before {
    content: '('
}

.ais-RefinementList-count::after {
    content: ')'
}

/* Panel */
.ais-Panel {
    border: solid 1px #efefef;
    margin-bottom: 15px;
}

.ais-Panel-header {
    background-color: #efefef;
    padding: 7px;
}

.ais-Panel-body {
    padding: 4px 7px;
}

/* RangeSlider */
.ais-RangeSlider {
    margin: 0 20px;
}

.ais-RangeSlider .rheostat-background {
    border: 0;
    background-color: #efefef;
}

.ais-RangeSlider .rheostat-progress {
    background-color: #006bb4;
}

/* Pagination */
.ais-Pagination-list {
    margin: 1em 0;
    justify-content: center;
}

.ais-Pagination-item {
    padding: 1em;
    margin-bottom: 0rem;
}

.ais-Pagination-item--selected {
    color: black;
    font-weight: bold;
}

.ais-Pagination-item--disabled {
    display: none;
}

/* CurrentRefinements */
.ais-CurrentRefinements-list:not(:empty) {
    margin-bottom: 10px;
}

.ais-CurrentRefinements-item {
    color: #636363;
    border-radius: 2px;
    border: solid 1px #ddd;
    background-color: #f4f4f4;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    padding: 0.2em 0.5em;
    overflow: hidden;
    margin-right: 0.4em;
    margin-bottom: 0;
}

.ais-CurrentRefinements-label {
    font-weight: bold;
}

.ais-CurrentRefinements-category {
    margin: 0 0.5em;
}

.ais-CurrentRefinements-categoryLabel {
}

button.ais-CurrentRefinements-delete {
    line-height: inherit;
    box-shadow: none;
    margin-left: 0.2em;
}

button.ais-CurrentRefinements-delete:hover,
button.ais-CurrentRefinements-delete:active,
button.ais-CurrentRefinements-delete:focus {
    box-shadow: none;
    background: none;
    border: none;
}

/* CurrentRefinements */
.ais-ClearRefinements-button {
    width: 100%;
    margin-bottom: 15px;
}

.ais-ClearRefinements-button--disabled {
    display: none !important;
}

.no-results {
    padding: 3em 0;
    text-align: center;
}
.product-img {
    width: 180px;
}
.auc-Recommend-list {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
}
.aa-panel .product-name {
    height: 50px;
    width: 110px;
    margin: 0 auto;
}
.recommend-component {
    margin-bottom: 80px;
}
#relatedProducts .auc-Recommend-list, #frequentlyBoughtTogether .auc-Recommend-list, .trendsItem  .auc-Recommend-list{
    flex-wrap: wrap;
    justify-content: flex-start;
}
#relatedProducts li, #frequentlyBoughtTogether li, .trendsItem li {
    display: flex;
    justify-content: center;
    width: 16.66666667%;
}
#relatedProducts li a, #frequentlyBoughtTogether li a, .trendsItem li a {
    color: inherit;
    display: block;
}
#relatedProducts .product-name, #frequentlyBoughtTogether .product-name, #trendItems .product-name, .trendsItem .product-name{
    text-align: center;
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 42px;
    height: 42px;
    white-space: normal;
    line-height: 2rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
#trendItems a, #trendItems a:hover, .trendsItem a, .trendsItem a:hover{
    color:#333;
}
.auc-Recommend-item .product-details {
    text-align: center;
}
#trendItems .auc-Recommend-list{
    flex-wrap: wrap;
    justify-content: flex-start;
}
@media (min-width: 768px) and (max-width: 1023px) {
    #relatedProducts li, #frequentlyBoughtTogether li {
        width: 33.33333333%;
    }
}
@media (max-width: 767px) {
    #relatedProducts li, #frequentlyBoughtTogether li {
        width: 50%;
    }
}
h3.auc-Recommend-title {
    padding: 20px;
    padding-bottom: 20px;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_SocialLogin
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.white-popup {
    position: relative;
    background: #FFF;
    padding: 0;
    width: auto;
    max-width: 600px;
    margin: 0 auto;
}

#social-login-popup,
#request-popup {
    overflow: hidden
}

#social-login-popup .block-container,
#request-popup .block-container {
    width: 100%;
    display: inline-block;
}

#social-login-popup .social-login-title,
#request-popup .social-login-title {
    padding: 10px 10px;
    background-color: #3399cc;
}

#social-login-popup .block-container .block,
#request-popup .block-container .block {
    padding: 20px 25px;
    margin: 0;
}

.social-login-ajax-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.6;
    background: #fbfaf6 url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Mageplaza_SocialLogin/css/images/ajax-loader.gif') no-repeat center center;
}

#social-login-popup .block-container .block .block-title,
#request-popup .block-container .block .block-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#social-login-popup .fieldset,
#request-popup .fieldset {
    margin: 0px;
}

.actions-toolbar {
    margin-top: 7px;
}

.account-social-login .actions-toolbar.social-btn {
    width: 215px;
}

#social-login-popup .actions-toolbar > .secondary .action.back,
#request-popup .actions-toolbar > .secondary .action.back {
    display: block;
}

.social-login-title h2 {
    margin: 0;
    padding-left: 40px;
    background: no-repeat 12px center;
    color: #ffffff;
}

.social-login-title .login-title {
    background-image: url(../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Mageplaza_SocialLogin/css/images/login-title.png);
}

.social-login-title .create-account-title {
    background-image: url(../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Mageplaza_SocialLogin/css/images/create-account-title.png);
}

.social-login-title .forgot-pass-title {
    background-image: url(../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Mageplaza_SocialLogin/css/images/forgot-pass-title.png);
}

#social-login-popup .mfp-close {
    color: #ffffff;
}

#social-login-popup .message.error > *:first-child:before {
    top: 50%;
}

#social-login-popup .message.success > *:first-child:before {
    top: 50%;
}

/* Authentication Popup */
.social-login-authentication-popup {
    width: 100%;
}

.social-login-authentication-popup .block-content {
    display: block !important;
}

.social-login-authentication-popup .block-content .actions-toolbar {
    display: inline-block;
}

.social-login-authentication-popup .block-content .actions-toolbar .btn-social {
    /*height: 20px;*/
    padding-left: 19px;
}

/*Button Style*/
.actions-toolbar button {
    border-radius: 0;
}

.social-btn button {
    height: 33px;
    border: none;
}

.social-btn button span span {
    margin-left: 25px;
    color: #ffffff;
}

.block-authentication .actions-toolbar {
    margin-bottom: unset !important;
}

.btn-authentication-pop {
    width: 175px;
}


.social-login-authentication-channel .actions-toolbar.social-btn > .primary .action {
    width: 100%;
    margin: 0;
    min-width: 170px;
    text-align: left;
    border-radius: 5px;
}

.social-login-authentication-channel .actions-toolbar.social-btn > .primary .action:hover {
    opacity: 0.9;
}

.social-btn-actions-toolbar {
    display: inline-block;
}

.register-sociallogin {
    float: left;
}

#fb-customer, #gg-customer, #tw-customer, #li-customer, #ins-customer, #ya-customer, #git-customer, #vk-customer, #fo-customer, #live-customer, #am-customer {
    float: left;
}

#group-button {
    width: 48.8%; /*margin-left: 37px;*/ /*margin-top: 0px;*/
    float: right;
    clear: none;
}

#group-button .block.social-login-authentication-channel.col-mp.mp-5 {
    margin-bottom: 2px;
}

.mfp-zoom-in { /* start state */ /* animate in */ /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-newspaper { /* start state */ /* animate in */ /* animate out */
}

.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-horizontal { /* start state */ /* animate in */ /* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-from-top { /* start state */ /* animate in */ /* animate out */
}

.mfp-move-from-top .mfp-content {
    vertical-align: top;
    margin-top: 50px;
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-3d-unfold { /* start state */ /* animate in */ /* animate out */
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

.social-btn .btn-social {
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 6px 12px 6px 44px;
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social.btn-lg {
    padding-left: 61px
}

.btn-social.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social.btn-sm {
    padding-left: 38px
}

.btn-social.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social.btn-xs {
    padding-left: 30px
}

.btn-social.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon {
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}

.btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social-icon.btn-lg {
    padding-left: 61px
}

.btn-social-icon.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social-icon.btn-sm {
    padding-left: 38px
}

.btn-social-icon.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social-icon.btn-xs {
    padding-left: 30px
}

.btn-social-icon.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100%
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0
}

.btn-adn {
    color: #fff;
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:focus, .btn-adn.focus {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:hover {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active:hover, .btn-adn.active:hover, .open > .dropdown-toggle.btn-adn:hover, .btn-adn:active:focus, .btn-adn.active:focus, .open > .dropdown-toggle.btn-adn:focus, .btn-adn:active.focus, .btn-adn.active.focus, .open > .dropdown-toggle.btn-adn.focus {
    color: #fff;
    background-color: #b94630;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
    background-image: none
}

.btn-adn.disabled:hover, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn:hover, .btn-adn.disabled:focus, .btn-adn[disabled]:focus, fieldset[disabled] .btn-adn:focus, .btn-adn.disabled.focus, .btn-adn[disabled].focus, fieldset[disabled] .btn-adn.focus {
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn .badge {
    color: #d87a68;
    background-color: #fff
}

.btn-bitbucket {
    color: #fff;
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:focus, .btn-bitbucket.focus {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:hover {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active:hover, .btn-bitbucket.active:hover, .open > .dropdown-toggle.btn-bitbucket:hover, .btn-bitbucket:active:focus, .btn-bitbucket.active:focus, .open > .dropdown-toggle.btn-bitbucket:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active.focus, .open > .dropdown-toggle.btn-bitbucket.focus {
    color: #fff;
    background-color: #0f253c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
    background-image: none
}

.btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket[disabled].focus, fieldset[disabled] .btn-bitbucket.focus {
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket .badge {
    color: #205081;
    background-color: #fff
}

.btn-dropbox {
    color: #fff;
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:focus, .btn-dropbox.focus {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:hover {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active:hover, .btn-dropbox.active:hover, .open > .dropdown-toggle.btn-dropbox:hover, .btn-dropbox:active:focus, .btn-dropbox.active:focus, .open > .dropdown-toggle.btn-dropbox:focus, .btn-dropbox:active.focus, .btn-dropbox.active.focus, .open > .dropdown-toggle.btn-dropbox.focus {
    color: #fff;
    background-color: #0a568c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
    background-image: none
}

.btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled.focus, .btn-dropbox[disabled].focus, fieldset[disabled] .btn-dropbox.focus {
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox .badge {
    color: #1087dd;
    background-color: #fff
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:focus, .btn-facebook.focus {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:hover {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
    color: #fff;
    background-color: #23345a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    background-image: none
}

.btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff
}

.btn-flickr {
    color: #fff;
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:focus, .btn-flickr.focus {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:hover {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active:hover, .btn-flickr.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-flickr:active:focus, .btn-flickr.active:focus, .open > .dropdown-toggle.btn-flickr:focus, .btn-flickr:active.focus, .btn-flickr.active.focus, .open > .dropdown-toggle.btn-flickr.focus {
    color: #fff;
    background-color: #a80057;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
    background-image: none
}

.btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled].focus, fieldset[disabled] .btn-flickr.focus {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr .badge {
    color: #ff0084;
    background-color: #fff
}

.btn-foursquare {
    color: #fff;
    background-color: #f94877;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:focus, .btn-foursquare.focus {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:hover {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active:hover, .btn-foursquare.active:hover, .open > .dropdown-toggle.btn-foursquare:hover, .btn-foursquare:active:focus, .btn-foursquare.active:focus, .open > .dropdown-toggle.btn-foursquare:focus, .btn-foursquare:active.focus, .btn-foursquare.active.focus, .open > .dropdown-toggle.btn-foursquare.focus {
    color: #fff;
    background-color: #e30742;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
    background-image: none
}

.btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled.focus, .btn-foursquare[disabled].focus, fieldset[disabled] .btn-foursquare.focus {
    background-color: #f94877;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare .badge {
    color: #f94877;
    background-color: #fff
}

.btn-disqus {
    color: #fff;
    background-color: #2E9FFF;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-disqus .fa-disqus {
    background: url("../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Mageplaza_SocialLogin/css/images/disqus-logo.png") no-repeat;
}

.btn-disqus .fa-disqus {
    content: ""
}

.btn-mailru {
    color: #fff;
    background-color: #005FF9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:focus, .btn-mailru.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:hover {
    color: #fff;
    background-color: #004ecc;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active, .btn-mailru.active, .open > .dropdown-toggle.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active:hover, .btn-mailru.active:hover, .open > .dropdown-toggle.btn-mailru:hover, .btn-mailru:active:focus, .btn-mailru.active:focus, .open > .dropdown-toggle.btn-mailru:focus, .btn-mailru:active.focus, .btn-mailru.active.focus, .open > .dropdown-toggle.btn-mailru.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active, .btn-mailru.active, .open > .dropdown-toggle.btn-mailru {
    background-image: none
}

.btn-mailru.disabled:hover, .btn-mailru[disabled]:hover, fieldset[disabled] .btn-mailru:hover, .btn-mailru.disabled:focus, .btn-mailru[disabled]:focus, fieldset[disabled] .btn-mailru:focus, .btn-mailru.disabled.focus, .btn-mailru[disabled].focus, fieldset[disabled] .btn-mailru.focus {
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru .badge {
    color: #0370c4;
    background-color: #fff
}

.btn-mailru .fa-mailru {
    background: url("../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Mageplaza_SocialLogin/css/images/mailru-logo.png") no-repeat;
}

.btn-mailru .fa-mailru {
    content: ""
}

.btn-steam {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:focus, .btn-steam.focus {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active, .btn-steam.active, .open > .dropdown-toggle.btn-steam {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active:hover, .btn-steam.active:hover, .open > .dropdown-toggle.btn-steam:hover, .btn-steam:active:focus, .btn-steam.active:focus, .open > .dropdown-toggle.btn-steam:focus, .btn-steam:active.focus, .btn-steam.active.focus, .open > .dropdown-toggle.btn-steam.focus {
    color: #fff;
    background-color: #191919;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active, .btn-steam.active, .open > .dropdown-toggle.btn-steam {
    background-image: none
}

.btn-steam.disabled:hover, .btn-steam[disabled]:hover, fieldset[disabled] .btn-steam:hover, .btn-steam.disabled:focus, .btn-steam[disabled]:focus, fieldset[disabled] .btn-steam:focus, .btn-steam.disabled.focus, .btn-steam[disabled].focus, fieldset[disabled] .btn-steam.focus {
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam .badge {
    color: #444;
    background-color: #fff
}

.btn-github {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:focus, .btn-github.focus {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active:hover, .btn-github.active:hover, .open > .dropdown-toggle.btn-github:hover, .btn-github:active:focus, .btn-github.active:focus, .open > .dropdown-toggle.btn-github:focus, .btn-github:active.focus, .btn-github.active.focus, .open > .dropdown-toggle.btn-github.focus {
    color: #fff;
    background-color: #191919;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
    background-image: none
}

.btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled.focus, .btn-github[disabled].focus, fieldset[disabled] .btn-github.focus {
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github .badge {
    color: #444;
    background-color: #fff
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:focus, .btn-google.focus {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:hover {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active:hover, .btn-google.active:hover, .open > .dropdown-toggle.btn-google:hover, .btn-google:active:focus, .btn-google.active:focus, .open > .dropdown-toggle.btn-google:focus, .btn-google:active.focus, .btn-google.active.focus, .open > .dropdown-toggle.btn-google.focus {
    color: #fff;
    background-color: #a32b1c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
    background-image: none
}

.btn-google.disabled:hover, .btn-google[disabled]:hover, fieldset[disabled] .btn-google:hover, .btn-google.disabled:focus, .btn-google[disabled]:focus, fieldset[disabled] .btn-google:focus, .btn-google.disabled.focus, .btn-google[disabled].focus, fieldset[disabled] .btn-google.focus {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google .badge {
    color: #dd4b39;
    background-color: #fff
}

.btn-google .fa-google {
    background: url("../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Mageplaza_SocialLogin/css/images/g-logo.png") no-repeat;
}

.btn-google .fa-google:before {
    content: ""
}


.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:focus, .btn-linkedin.focus {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:hover {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active:hover, .btn-linkedin.active:hover, .open > .dropdown-toggle.btn-linkedin:hover, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .open > .dropdown-toggle.btn-linkedin:focus, .btn-linkedin:active.focus, .btn-linkedin.active.focus, .open > .dropdown-toggle.btn-linkedin.focus {
    color: #fff;
    background-color: #00405f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
    background-image: none
}

.btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled].focus, fieldset[disabled] .btn-linkedin.focus {
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin .badge {
    color: #007bb6;
    background-color: #fff
}

.btn-microsoft {
    color: #fff;
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:focus, .btn-microsoft.focus {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:hover {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active:hover, .btn-microsoft.active:hover, .open > .dropdown-toggle.btn-microsoft:hover, .btn-microsoft:active:focus, .btn-microsoft.active:focus, .open > .dropdown-toggle.btn-microsoft:focus, .btn-microsoft:active.focus, .btn-microsoft.active.focus, .open > .dropdown-toggle.btn-microsoft.focus {
    color: #fff;
    background-color: #0f4bac;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
    background-image: none
}

.btn-microsoft.disabled:hover, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft:hover, .btn-microsoft.disabled:focus, .btn-microsoft[disabled]:focus, fieldset[disabled] .btn-microsoft:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled].focus, fieldset[disabled] .btn-microsoft.focus {
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft .badge {
    color: #2672ec;
    background-color: #fff
}

.btn-odnoklassniki {
    color: #fff;
    background-color: #f4731c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:hover {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active:hover, .btn-odnoklassniki.active:hover, .open > .dropdown-toggle.btn-odnoklassniki:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki.active:focus, .open > .dropdown-toggle.btn-odnoklassniki:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active.focus, .open > .dropdown-toggle.btn-odnoklassniki.focus {
    color: #fff;
    background-color: #b14c09;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
    background-image: none
}

.btn-odnoklassniki.disabled:hover, .btn-odnoklassniki[disabled]:hover, fieldset[disabled] .btn-odnoklassniki:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki[disabled]:focus, fieldset[disabled] .btn-odnoklassniki:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki[disabled].focus, fieldset[disabled] .btn-odnoklassniki.focus {
    background-color: #f4731c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki .badge {
    color: #f4731c;
    background-color: #fff
}

.btn-openid {
    color: #fff;
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:focus, .btn-openid.focus {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:hover {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active:hover, .btn-openid.active:hover, .open > .dropdown-toggle.btn-openid:hover, .btn-openid:active:focus, .btn-openid.active:focus, .open > .dropdown-toggle.btn-openid:focus, .btn-openid:active.focus, .btn-openid.active.focus, .open > .dropdown-toggle.btn-openid.focus {
    color: #fff;
    background-color: #b86607;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
    background-image: none
}

.btn-openid.disabled:hover, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid:hover, .btn-openid.disabled:focus, .btn-openid[disabled]:focus, fieldset[disabled] .btn-openid:focus, .btn-openid.disabled.focus, .btn-openid[disabled].focus, fieldset[disabled] .btn-openid.focus {
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid .badge {
    color: #f7931e;
    background-color: #fff
}

.btn-pinterest {
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:focus, .btn-pinterest.focus {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:hover {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active:hover, .btn-pinterest.active:hover, .open > .dropdown-toggle.btn-pinterest:hover, .btn-pinterest:active:focus, .btn-pinterest.active:focus, .open > .dropdown-toggle.btn-pinterest:focus, .btn-pinterest:active.focus, .btn-pinterest.active.focus, .open > .dropdown-toggle.btn-pinterest.focus {
    color: #fff;
    background-color: #801419;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
    background-image: none
}

.btn-pinterest.disabled:hover, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest:hover, .btn-pinterest.disabled:focus, .btn-pinterest[disabled]:focus, fieldset[disabled] .btn-pinterest:focus, .btn-pinterest.disabled.focus, .btn-pinterest[disabled].focus, fieldset[disabled] .btn-pinterest.focus {
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest .badge {
    color: #cb2027;
    background-color: #fff
}

.btn-reddit {
    color: #000;
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:focus, .btn-reddit.focus {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:hover {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active:hover, .btn-reddit.active:hover, .open > .dropdown-toggle.btn-reddit:hover, .btn-reddit:active:focus, .btn-reddit.active:focus, .open > .dropdown-toggle.btn-reddit:focus, .btn-reddit:active.focus, .btn-reddit.active.focus, .open > .dropdown-toggle.btn-reddit.focus {
    color: #000;
    background-color: #98ccff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
    background-image: none
}

.btn-reddit.disabled:hover, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit:hover, .btn-reddit.disabled:focus, .btn-reddit[disabled]:focus, fieldset[disabled] .btn-reddit:focus, .btn-reddit.disabled.focus, .btn-reddit[disabled].focus, fieldset[disabled] .btn-reddit.focus {
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit .badge {
    color: #eff7ff;
    background-color: #000
}

.btn-soundcloud {
    color: #fff;
    background-color: #f50;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:focus, .btn-soundcloud.focus {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:hover {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active:hover, .btn-soundcloud.active:hover, .open > .dropdown-toggle.btn-soundcloud:hover, .btn-soundcloud:active:focus, .btn-soundcloud.active:focus, .open > .dropdown-toggle.btn-soundcloud:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active.focus, .open > .dropdown-toggle.btn-soundcloud.focus {
    color: #fff;
    background-color: #a83800;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
    background-image: none
}

.btn-soundcloud.disabled:hover, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud[disabled]:focus, fieldset[disabled] .btn-soundcloud:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud[disabled].focus, fieldset[disabled] .btn-soundcloud.focus {
    background-color: #f50;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud .badge {
    color: #f50;
    background-color: #fff
}

.btn-tumblr {
    color: #fff;
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:focus, .btn-tumblr.focus {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:hover {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active:hover, .btn-tumblr.active:hover, .open > .dropdown-toggle.btn-tumblr:hover, .btn-tumblr:active:focus, .btn-tumblr.active:focus, .open > .dropdown-toggle.btn-tumblr:focus, .btn-tumblr:active.focus, .btn-tumblr.active.focus, .open > .dropdown-toggle.btn-tumblr.focus {
    color: #fff;
    background-color: #111c26;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
    background-image: none
}

.btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled.focus, .btn-tumblr[disabled].focus, fieldset[disabled] .btn-tumblr.focus {
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr .badge {
    color: #2c4762;
    background-color: #fff
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:focus, .btn-twitter.focus {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:hover {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active:hover, .btn-twitter.active:hover, .open > .dropdown-toggle.btn-twitter:hover, .btn-twitter:active:focus, .btn-twitter.active:focus, .open > .dropdown-toggle.btn-twitter:focus, .btn-twitter:active.focus, .btn-twitter.active.focus, .open > .dropdown-toggle.btn-twitter.focus {
    color: #fff;
    background-color: #1583d7;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
    background-image: none
}

.btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter.focus {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter .badge {
    color: #55acee;
    background-color: #fff
}

.btn-vimeo {
    color: #fff;
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:focus, .btn-vimeo.focus {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:hover {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active:hover, .btn-vimeo.active:hover, .open > .dropdown-toggle.btn-vimeo:hover, .btn-vimeo:active:focus, .btn-vimeo.active:focus, .open > .dropdown-toggle.btn-vimeo:focus, .btn-vimeo:active.focus, .btn-vimeo.active.focus, .open > .dropdown-toggle.btn-vimeo.focus {
    color: #fff;
    background-color: #0f7b9f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
    background-image: none
}

.btn-vimeo.disabled:hover, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo:hover, .btn-vimeo.disabled:focus, .btn-vimeo[disabled]:focus, fieldset[disabled] .btn-vimeo:focus, .btn-vimeo.disabled.focus, .btn-vimeo[disabled].focus, fieldset[disabled] .btn-vimeo.focus {
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo .badge {
    color: #1ab7ea;
    background-color: #fff
}

.btn-vk {
    color: #fff;
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:focus, .btn-vk.focus {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:hover {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active:hover, .btn-vk.active:hover, .open > .dropdown-toggle.btn-vk:hover, .btn-vk:active:focus, .btn-vk.active:focus, .open > .dropdown-toggle.btn-vk:focus, .btn-vk:active.focus, .btn-vk.active.focus, .open > .dropdown-toggle.btn-vk.focus {
    color: #fff;
    background-color: #3a526b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
    background-image: none
}

.btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled.focus, .btn-vk[disabled].focus, fieldset[disabled] .btn-vk.focus {
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk .badge {
    color: #587ea3;
    background-color: #fff
}

.btn-yahoo {
    color: #fff;
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:focus, .btn-yahoo.focus {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:hover {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active:hover, .btn-yahoo.active:hover, .open > .dropdown-toggle.btn-yahoo:hover, .btn-yahoo:active:focus, .btn-yahoo.active:focus, .open > .dropdown-toggle.btn-yahoo:focus, .btn-yahoo:active.focus, .btn-yahoo.active.focus, .open > .dropdown-toggle.btn-yahoo.focus {
    color: #fff;
    background-color: #39074e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
    background-image: none
}

.btn-yahoo.disabled:hover, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo:hover, .btn-yahoo.disabled:focus, .btn-yahoo[disabled]:focus, fieldset[disabled] .btn-yahoo:focus, .btn-yahoo.disabled.focus, .btn-yahoo[disabled].focus, fieldset[disabled] .btn-yahoo.focus {
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo .badge {
    color: #720e9e;
    background-color: #fff
}

.btn-amazon {
    color: #fff;
    background-color: #ff9900;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:focus, .btn-amazon.focus {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:hover {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:active, .btn-amazon.active, .open > .dropdown-toggle.btn-amazon {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:active:hover, .btn-amazon.active:hover, .open > .dropdown-toggle.btn-amazon:hover, .btn-amazon:active:focus, .btn-amazon.active:focus, .open > .dropdown-toggle.btn-amazon:focus, .btn-amazon:active.focus, .btn-amazon.active.focus, .open > .dropdown-toggle.btn-amazon.focus {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:active, .btn-amazon.active, .open > .dropdown-toggle.btn-amazon {
    background-image: none
}

.btn-amazon.disabled:hover, .btn-amazon[disabled]:hover, fieldset[disabled] .btn-amazon:hover, .btn-amazon.disabled:focus, .btn-amazon[disabled]:focus, fieldset[disabled] .btn-amazon:focus, .btn-amazon.disabled.focus, .btn-amazon[disabled].focus, fieldset[disabled] .btn-amazon.focus {
    background-color: #ff9900;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon .badge {
    color: #ff9900;
    background-color: #fff
}

.mfp-wrap {
    overflow: scroll;
}

.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:focus, .btn-live.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:hover {
    color: #fff;
    background-color: #30548e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active, .btn-live.active, .open > .dropdown-toggle.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active:hover, .btn-live.active:hover, .open > .dropdown-toggle.btn-live:hover, .btn-live:active:focus, .btn-live.active:focus, .open > .dropdown-toggle.btn-live:focus, .btn-live:active.focus, .btn-live.active.focus, .open > .dropdown-toggle.btn-live.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active, .btn-live.active, .open > .dropdown-toggle.btn-live {
    background-image: none
}

.btn-live.disabled:hover, .btn-live[disabled]:hover, fieldset[disabled] .btn-live:hover, .btn-live.disabled:focus, .btn-live[disabled]:focus, fieldset[disabled] .btn-live:focus, .btn-live.disabled.focus, .btn-live[disabled].focus, fieldset[disabled] .btn-live.focus {
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live .badge {
    color: #0370c4;
    background-color: #fff
}

.btn-live .fa-live {
    background: url("../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Mageplaza_SocialLogin/css/images/live-logo.png") no-repeat center;
}

.btn-live .fa-live:before {
    content: ""
}

#bnt-social-login-authentication {
    margin: 12px 0px;
}

.actions-toolbar > .secondary:last-child {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.form-customer-login .g-recaptcha {
    margin: unset !important;
}

@media only screen and (min-width: 768px) {
    .popup-authentication .actions-toolbar {
        margin-bottom: 0;
        margin-top: unset !important;
    }
}

@media only screen and (max-width: 767px) {
    .modal-popup.request-popup.modal-slide {
        left: 0;
        z-index: 900;
    }
}

@media only screen and (max-width: 766px) {
    .secondary {
        width: 93%;
        padding-top: 0;
        margin-top: 0;
    }
    #bnt-social-login-authentication {
        margin-bottom: 0;
    }
    .forgot-pass-title {
        width: 80%;
        font-size: 1.45em;
    }
}

.customer-account-create .account-social-login, .customer-account-login .account-social-login {
    display: block !important
}

.btn-zalo .fa-zalo {
    background: url(../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Mageplaza_SocialLogin/css/images/zalo-logo.png) no-repeat center;
}

.btn-zalo {
    color: #fff;
    background-color: #1468ff;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-zalo:focus, .btn-zalo.focus {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:hover {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:active, .btn-zalo.active, .open > .dropdown-toggle.btn-zalo {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:active:hover, .btn-zalo.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-zalo:active:focus, .btn-zalo.active:focus, .open > .dropdown-toggle.btn-zalo:focus, .btn-zalo:active.focus, .btn-zalo.active.focus, .open > .dropdown-toggle.btn-zalo.focus {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:active, .btn-zalo.active, .open > .dropdown-toggle.btn-zalo {
    background-image: none
}

.btn-zalo.disabled:hover, .btn-zalo[disabled]:hover, fieldset[disabled] .btn-zalo:hover, .btn-zalo.disabled:focus, .btn-zalo[disabled]:focus, fieldset[disabled] .btn-zalo:focus, .btn-zalo.disabled.focus, .btn-zalo[disabled].focus, fieldset[disabled] .btn-zalo.focus {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo .badge {
    color: #ff0084;
    background-color: #fff
}

.modal-popup.popup-authentication {
    z-index: 1000;
}

#social-login-popup .mfp-close {
    padding-top: 15px;
}

#mp-popup-social-content {
    padding-top: 75px;
}
#social-login-popup > div.mp-social-popup.col-mp.mp-7 div.social-login-title {
    width: 200%;
}/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Mageplaza_Core/css/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Mageplaza_Core/css/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Mageplaza_Core/css/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Mageplaza_Core/css/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Mageplaza_Core/css/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Mageplaza_Core/css/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
@media only screen and (max-width: 768px) {
  .amrewards-apply-container#block-reward {
    float: initial;
    width: 100%;
  }
  .amrewards-apply-container#block-reward .content {
    max-width: 100%;
  }
  .amrewards-apply-container#block-reward .amrewards-discount-form {
    max-width: 100%;
  }
  .checkout-index-index .amcheckout-wrapper .amrewards-highlight-container {
    background: #00aa9b;
    border: 1px solid #00aa9b;
  }
  .checkout-payment-method .toggle-reward-section .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .payment-option-inner {
    flex-wrap: wrap;
  }
  .checkout-payment-method .toggle-reward-section .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .payment-option-inner .field .input-text {
    border-radius: 4px;
    border: 1px solid #b5b5b5;
    width: 100%;
  }
  .checkout-payment-method .toggle-reward-section .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .actions-toolbar {
    margin: 15px 0 0;
    max-width: 100%;
  }
  .checkout-payment-method .toggle-reward-section .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .actions-toolbar .primary .action {
    background: #203874;
    border-radius: 8px;
    min-height: 44px;
  }
}
@media all and (min-width: 769px), print {
  .amrewards-pointsleft,
  .amrewards-info-table .amrewards-table-header .col.left {
    text-align: right;
  }
  .amrewards-qty-info {
    display: inline-flex;
  }
  .amrewards-general,
  .amrewards-description {
    margin-bottom: 0;
  }
  .amrewards-qty-info .amrewards-general {
    padding-bottom: 15px;
    min-width: 460px;
  }
  .qitaf-redeem-section,
  .toggle-reward-section {
    padding: 0 25px;
  }
  .qitaf-redeem-section .reedem-title-toggle .reedem-title-img h3,
  .toggle-reward-section .reedem-title-toggle .reedem-title-img h3 {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .amrewards-balance-container {
    padding: 0 5px;
  }
  .amrewards-balance-container .amrewards-amount {
    display: inherit;
  }
  .checkout-index-index .amrewards-highlight-container > .caption strong,
  .checkout-cart-index .amrewards-highlight-container > .caption strong,
  .catalog-product-view .amrewards-highlight-container > .caption strong {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .checkout-index-index .amrewards-highlight-container {
    margin-bottom: 38px;
  }
  .checkout-index-index .amrewards-highlight-container .checkout-cart-index .amrewards-highlight-container > .caption > .amreward-icon:before,
  .catalog-product-view .amrewards-highlight-container > .caption > .amreward-icon:before {
    margin: 0 10px 0 0;
  }
  .checkout-cart-index .amrewards-highlight-container {
    margin-bottom: 30px;
    margin-top: 0;
    padding: 20px;
  }
  .checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-title .action {
    font-size: 1.4rem;
  }
  .checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content {
    display: block;
    width: 50%;
  }
  .checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .reward-point-apply-options-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
    width: 100%;
  }
  .checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .reward-point-apply-options-section .reward-point-apply-option label {
    line-height: 1.6rem;
    padding: 10px;
  }
}
@media all and (min-width: 1440px), print {
  .checkout-cart-index .amrewards-highlight-container > .caption strong,
  .catalog-product-view .amrewards-highlight-container > .caption strong {
    font-size: 1.8rem;
  }
  .checkout-cart-index .amrewards-highlight-container > .caption > .amreward-icon:before,
  .catalog-product-view .amrewards-highlight-container > .caption > .amreward-icon:before {
    font-size: 2.4rem;
  }
}
.amrewards-expiration {
  display: inline-block;
  padding: 3px 15px;
  border-radius: 20px;
  white-space: nowrap;
}
.amrewards-expiration.-warning {
  background: #ffa63d;
  color: #fff;
}
.amrewards-expiration.-critical {
  background: #eb5757;
  color: #fff;
}
.amrewards-expiration.-expired {
  background: #ececec;
  color: #838383;
}
.amrewards-info-table {
  border-top: 1px solid #ccc;
  color: #000;
}
.amrewards-info-table .amrewards-table-header .col {
  color: #888;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
}
.amrewards-info-table .col.status {
  white-space: nowrap;
}
.amrewards-current-balance .amrewards-balance {
  font-weight: 700;
  font-size: 36px;
}
.amrewards-current-balance .amrewards-label {
  font-size: 18px;
}
.amrewards-total-info {
  margin-bottom: 5px;
}
.amrewards-expiring-wrapper.table-wrapper {
  border-top: none;
  border-bottom: none;
}
.amrewards-expiring-wrapper .amrewards-title {
  font-weight: 600;
  font-size: 20px;
}
.amrewards-expiring-wrapper .amrewards-info-table {
  margin-top: 15px;
  max-width: 460px;
}
.customer-information {
  margin-bottom: 35px;
}
.amrewards-qty-info .amrewards-general {
  margin-bottom: 20px;
  padding-right: 10px;
  min-width: 200px;
}
.amrewards-qty-info .amrewards-description {
  margin-bottom: 20px;
}
.qitaf-redeem-section,
.toggle-reward-section {
  margin: 10px 0 15px;
}
.qitaf-redeem-section .reedem-title-toggle,
.toggle-reward-section .reedem-title-toggle {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.qitaf-redeem-section .reedem-title-toggle .reedem-title-img,
.toggle-reward-section .reedem-title-toggle .reedem-title-img {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.qitaf-redeem-section .reedem-title-toggle .reedem-title-img h3,
.toggle-reward-section .reedem-title-toggle .reedem-title-img h3 {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #000000;
  font-weight: 700;
  margin: 0;
}
.qitaf-redeem-section .reedem-title-toggle .reedem-title-img .qitaf-logo,
.toggle-reward-section .reedem-title-toggle .reedem-title-img .qitaf-logo,
.qitaf-redeem-section .reedem-title-toggle .reedem-title-img .maksab-logo,
.toggle-reward-section .reedem-title-toggle .reedem-title-img .maksab-logo {
  vertical-align: middle;
  width: 100%;
}
.checkout-payment-method .toggle-reward-section .payment-option._collapsible.rewards-add .payment-option-title .action {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #464646;
  font-weight: 700;
  letter-spacing: 0;
}
.checkout-payment-method .toggle-reward-section .payment-option._collapsible.rewards-add .payment-option-title .pointsLeft {
  background: #019547;
}
.checkout-payment-method .toggle-reward-section .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .reward-point-apply-options-section {
  flex-wrap: nowrap;
  gap: 10px;
}
.checkout-payment-method .toggle-reward-section .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .reward-point-apply-options-section .reward-point-apply-option label {
  color: #464646;
  border: 1px solid #b5b5b5;
}
.checkout-payment-method .toggle-reward-section .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .reward-point-apply-options-section .reward-point-apply-option input[type='radio']:checked + label {
  background: #019547;
  border: 1px solid #019547;
  color: #ffffff;
}
.amrewards-balance-container {
  border-color: #a6a6a6;
  border-left-style: solid;
  border-right-style: solid;
  border-width: 1px;
}
.amrewards-balance-container .amrewards-label {
  margin-right: 10px;
}
.amrewards-balance-container .amrewards-amount {
  background: #f2c94c;
  border-radius: 2px;
  color: #000000;
  cursor: pointer;
  display: inline;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 0 5px;
  text-align: center;
}
.amrewards-apply-container#block-reward {
  float: left;
  width: 53%;
}
.amrewards-apply-container#block-reward .content {
  max-width: 90%;
}
.amrewards-minpoints-note {
  color: #ff0000;
  display: none;
  font-size: 13px;
  margin-top: 3%;
  width: 130%;
}
.amrewards-discount-form .amrewards-actions {
  margin-top: 20px;
}
.amrewards-highlight-container {
  display: inline-flex;
  padding: 0 0 5px;
}
.amrewards-highlight-container > .caption strong {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
}
.checkout-index-index .amrewards-highlight-container > .caption,
.checkout-cart-index .amrewards-highlight-container > .caption,
.catalog-product-view .amrewards-highlight-container > .caption {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-index-index .amrewards-highlight-container > .caption > .amreward-icon:before,
.checkout-cart-index .amrewards-highlight-container > .caption > .amreward-icon:before,
.catalog-product-view .amrewards-highlight-container > .caption > .amreward-icon:before {
  background-image: url('../../frontend/Brainvire/unitedpharmacy-arabic/ar_SA/Amasty_Rewards/css/source/images/maksab-icon.png');
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  width: 30px;
}
.checkout-cart-index .amrewards-highlight-container {
  background: #459b2c;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-top: 20px;
  padding: 15px;
  width: 100%;
}
.checkout-cart-index .amrewards-highlight-container > .caption strong {
  color: #ffffff;
}
.checkout-cart-index .amrewards-highlight-container > .caption > .amreward-icon:before {
  color: #ffee20;
}
.checkout-index-index .amrewards-highlight-container {
  background: #459b2c;
  border: 1px solid #459b2c;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px 14px;
  width: 100%;
}
.checkout-index-index .amrewards-highlight-container > .caption strong {
  color: #ffffff;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-title {
  margin-top: 10px;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-title .action {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #4e4e4e;
  font-weight: bold;
  letter-spacing: .32px;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-title .action-toggle:after {
  font-size: 0rem;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-title .pointsLeft {
  font-size: 1.4rem;
  background: #459b2c;
  border-radius: 6px;
  color: #ffffff;
  display: inline-block;
  margin-left: 12px;
  padding: 5px 14px;
  position: relative;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-title .pointsLeft:after {
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid #459b2c;
  border-top: 5px solid transparent;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content {
  display: block;
  padding-bottom: 0;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .reward-point-apply-options-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 16px;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .reward-point-apply-options-section .reward-point-apply-option {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .reward-point-apply-options-section .reward-point-apply-option label {
  font-size: 1.4rem;
  line-height: 2.4rem;
  border: 1px solid #4e4e4e;
  border-radius: 4px;
  color: #4e4e4e;
  margin: 0;
  padding: 5px;
  width: 100%;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .reward-point-apply-options-section .reward-point-apply-option input[type='radio'] {
  appearance: none;
  margin: 0;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .reward-point-apply-options-section .reward-point-apply-option input[type='radio']:checked + label {
  background: #459b2c;
  border: 1px solid #459b2c;
  color: #ffffff;
  font-weight: 700;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .payment-option-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .payment-option-inner .field {
  display: inline-block;
  width: 100%;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .payment-option-inner .field .input-text {
  border-bottom-right-radius: 0;
  border-right: 0;
  border-top-right-radius: 0;
  width: calc(100% + 2px);
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .actions-toolbar {
  margin: 0;
  max-width: 120px;
  width: 100%;
  z-index: 1;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .actions-toolbar .primary {
  width: 100%;
}
.checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .actions-toolbar .primary .action {
  margin: 0;
  min-height: 37px;
  padding-bottom: 3px;
  padding-top: 3px;
  width: 100%;
}
.amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option.rewards-add .payment-option-title {
  border-top: 1px solid #b8b8b8;
}
.catalog-product-view .amrewards-highlight-container {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
  padding-bottom: 12px;
  width: 100%;
}
.catalog-product-view .amrewards-highlight-container > .caption > .amreward-icon:before {
  color: #459b2c;
}
.amrewards-points-rate {
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 30px;
  position: relative;
}
.amrewards-points-rate .field-tooltip {
  top: 50%;
  transform: translateY(-50%);
}
.amrewards-info-message.message.info {
  color: #000000;
  padding-left: 20px;
  word-break: break-word;
  word-wrap: break-word;
}
.amrewards-info-message.message.info > *:first-child:before {
  display: none;
}
.catalog-product-view .amrewards-highlight-container > .caption strong {
  color: #052d76;
}
@media all and (min-width: 768px), print {
  .amlocator-main-container .amlocator-search-container {
    width: 33%;
  }
    .amlocator-main-container {
        text-align: left;
        font-size: 1.4rem;
    }
  .amlocator-main-container .amlocator-search-container .amlocator-block {
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 5px;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
    color: #1979c3;
    background: #fff;
    margin-top: 10px;
    width: 100%;
    margin-left: auto;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:hover,
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:focus {
    color: #fff;
    background: #1979c3;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block.-separator {
    display: none;
  }
  .amlocator-main-container .amlocator-map-container {
    height: 100vh;
    max-height: 800px;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-filter {
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    width: 67%;
    height: 80vh;
    max-height: 800px;
    padding-left: 15px;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-storelist {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    order: inherit;
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map {
    height: 100%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map button {
    top: 0 !important;
    right: 0 !important;
  }
  .amlocator-main-container .amlocator-store-list .amlocator-wrapper {
    max-height: inherit;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-content {
      display: block;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-hidden-filter {
      display: none;
  }
  .amlocator-location-main .amlocator-location-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left,
  .amlocator-location-main .amlocator-location-container .amlocator-block.-grey {
    background: #fbfbfb;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left {
    width: 33%;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-right {
    display: block;
    padding-left: 15px;
    width: 67%;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-block.-map {
    height: 60vh;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-location-reviews .amlocator-wrapper {
    margin-right: auto;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-attributes-wrapper .amlocator-collapse-title {
    display: none;
  }
  .amlocator-location-main .amlocator-location-attribute {
    width: 50%;
    margin-bottom: 10px;
  }
  .amlocator-location-main .amlocator-location-attribute:not(:first-of-type) {
    margin-top: 0;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(odd) {
    float: left;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(even) {
    float: right;
  }
  .amlocator-attributes-container {
    display: block;
  }
  .amlocator-popup-overlay .amlocator-review-popup {
    width: 30%;
    min-width: 330px;
  }
  .amlocator-popup-overlay .field.review-field-ratings .control {
    width: inherit;
  }
}
@media all and (min-width: 1440px), print {
  .amlocator-schedule-table .amlocator-cell.-time {
    padding-right: 7%;
    text-align: right;
  }
}
.amlocator-main-container {
  color: #000;
}
.amlocator-main-container .amlocator-button {
  box-sizing: border-box;
  min-height: 40px;
  font-weight: inherit;
  color: #fff;
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
}
.amlocator-main-container .amlocator-select {
  cursor: pointer;
}
.amlocator-main-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 20px 0;
}
.amlocator-main-container .amlocator-block.-separator > .hr {
  margin: 0;
  border-top: 1px solid #e7e7e7;
}
.amlocator-search-container {
  padding: 5px 15px;
  margin-bottom: 10px;
  background: #f8f8f8;
  width: 100%;
  box-sizing: border-box;
}
.amlocator-search-container .amlocator-title {
  display: inline-block;
  margin-bottom: 5px;
}
.amlocator-search-container .amlocator-block {
  width: 100%;
  margin-bottom: 15px;
}
.amlocator-search-container .amlocator-block.-search {
  margin-bottom: 0;
}
.amlocator-search-container .amlocator-text,
.amlocator-search-container .amlocator-select {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: initial;
}
.amlocator-search-container .amlocator-select {
  height: 40px;
}
.amlocator-search-container .amlocator-select.-measurement {
  min-width: inherit;
  background-color: #f8f8f8;
  height: inherit;
  line-height: 1;
  border: none;
}
.amlocator-search-container .amlocator-button.-nearby {
  width: 100%;
  margin-left: auto;
}
.amlocator-current-location .amlocator-search {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 23px;
  height: 23px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iI0Q3RDdENyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iI0Q3RDdENyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.amlocator-current-location .amlocator-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 5px;
}
.amlocator-current-location .amlocator-text {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding-right: 40px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
}
.amlocator-current-location .amlocator-text:focus {
  border: 1px solid #1979c3;
  box-shadow: none;
}
.amlocator-current-location .amlocator-text:focus + .amlocator-search,
.amlocator-current-location .amlocator-search:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzE5NzlDMyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iIzE5NzlDMyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
}
.amlocator-search-radius .amlocator-radio {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.amlocator-search-radius .amlocator-radio:checked + .amlocator-label {
  color: #fff;
  background: #1979c3;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
}
.amlocator-search-radius .amlocator-radio:focus + .amlocator-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amlocator-search-radius .amlocator-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.amlocator-search-radius .amlocator-select {
  min-width: 215px;
}
.amlocator-range-slider {
  width: 100%;
  height: 10px;
  background: #deedf8;
  border-radius: 10px;
  cursor: pointer;
}
.amlocator-range-slider .ui-slider-range {
  height: 100%;
  background: #1979c3;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.amlocator-range-slider .amlocator-handle {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  margin: 0;
  margin-left: -7px;
  background: #1979c3;
  border-radius: 12px;
  box-shadow: 0 2px 3px rgba(20, 72, 112, 0.5);
  transform: translateY(-50%);
  cursor: pointer;
}
.amlocator-range-slider .amlocator-handle:hover,
.amlocator-range-slider .amlocator-handle:focus,
.amlocator-range-slider .amlocator-handle:active {
  background: #4da1e2;
}
.amlocator-range-slider .amlocator-tooltip {
  position: absolute;
  top: -7px;
  left: 50%;
  padding: 2px 5px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  background: #1979c3;
  border-radius: 2px;
  transform: translate(-50%, -100%);
}
.amlocator-range-slider .amlocator-tooltip:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #1979c3;
  transform: translate(-50%, 50%) rotate(45deg);
}
.amlocator-filters-container {
  margin-bottom: 10px;
  background: #f8f8f8;
}
.amlocator-filters-container .amlocator-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 15px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}
.amlocator-filters-container .amlocator-content {
  transition: all 0.3s ease;
}
.amlocator-filters-container .amlocator-hidden-filter {
    display: none;
}
.amlocator-filters-container .amlocator-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 15px;
  font-size: 12px;
}
.amlocator-filters-container .amlocator-clear {
  color: #1979c3;
  cursor: pointer;
}
.amlocator-filters-container .amlocator-button {
  min-height: 25px;
  margin-left: 25px;
  padding: 0px 20px;
  border: none;
  line-height: unset;
  box-shadow: none;
}
.amlocator-filters-container .amlocator-button:hover {
  color: #fff;
  background: #1979c3b3;
  border: none;
}
.amlocator-attribute-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 8px 15px;
}
.amlocator-attribute-wrapper:nth-of-type(even) {
  background: #e7e7e7;
}
.amlocator-attribute-wrapper .amlocator-label {
  box-sizing: border-box;
  width: 40%;
  padding-right: 5px;
  word-wrap: break-word;
}
.amlocator-attribute-wrapper .amlocator-input {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 60%;
}
.amlocator-attribute-wrapper .amlocator-input .chosen-container {
    width: 100%!important
}
.amlocator-attribute-wrapper .amlocator-select,
.amlocator-attribute-wrapper .chosen-choices {
  height: inherit;
  max-height: 80px;
  padding: 9px 25px 9px 10px;
  line-height: 1;
  border-color: #ccc;
}
.amlocator-attribute-wrapper .chosen-container {
  height: inherit;
  font-size: inherit;
}
.amlocator-attribute-wrapper .chosen-container .chosen-choices {
  height: inherit;
  min-height: 35px;
  overflow: auto;
  padding: 5px;
}
.amlocator-attribute-wrapper .chosen-container .chosen-results li.highlighted {
  background: #1979c3;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin: 0 5px 0 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC41OTYuMzU0YS41LjUgMCAwIDAtLjcwNyAwTDIuNTk2IDEuNjQ3IDEuMzAzLjM1NGEuNS41IDAgMSAwLS43MDcuNzA3bDEuMjkzIDEuMjkzTC4zNTMgMy44ODlhLjUuNSAwIDEgMCAuNzA4LjcwN2wxLjUzNS0xLjUzNSAxLjUzNiAxLjUzNWEuNS41IDAgMCAwIC43MDctLjcwN0wzLjMwMyAyLjM1NCA0LjU5NiAxLjA2YS41LjUgMCAwIDAgMC0uNzA3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center !important;
  background-size: contain !important;
  transform: translateY(-50%);
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: initial;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: inherit;
  margin: 3px 0;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice {
  margin: 0 5px 0 0;
  padding: 5px 18px 5px 5px;
  color: #fff;
  background: #1979c3;
  border: none;
  box-shadow: none;
}
.amlocator-map-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amlocator-map-container > .amlocator-block {
  width: 100%;
}
.amlocator-map-container .amlocator-map {
  width: 100%;
  height: 300px;
}
.amlocator-arrow {
  position: relative;
  display: inline-block;
  width: 14px;
  min-width: 14px;
  height: 8px;
  margin-left: auto;
}
.amlocator-arrow:before,
.amlocator-arrow:after {
  content: "";
  position: absolute;
  top: 3px;
  display: inline-block;
  width: 9px;
  height: 2px;
  background-color: #363636;
  transition: all 0.2s ease;
}
.amlocator-arrow:before {
  left: 0;
}
.amlocator-arrow:after {
  right: 0;
}
.amlocator-arrow:after,
.amlocator-arrow.-down:before {
  transform: rotate(45deg);
}
.amlocator-arrow:before,
.amlocator-arrow.-down:after {
  transform: rotate(-45deg);
}
.amlocator-store-list {
  order: 1;
  overflow: auto;
}
.amlocator-store-list .amlocator-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 500px;
}
.amlocator-stores-wrapper {
  margin-bottom: 10px;
}
.amlocator-store-desc {
  display: block;
  margin-bottom: 15px;
  overflow: auto;
  font-size: 14px;
  background: #f6f6f6;
  cursor: pointer;
}
.amlocator-store-desc:not(:first-of-type) {
  margin-top: 15px;
}
.amlocator-store-desc .amlocator-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
.amlocator-store-desc .amlocator-title .amlocator-link {
  word-break: break-all;
  word-wrap: break-word;
  color: #000;
}
.amlocator-store-desc .amlocator-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px;
}
.amlocator-store-desc .amlocator-image {
  width: 150px;
  min-width: 150px;
  height: 150px;
  margin-right: 15px;
  background-position: center;
  background-size: cover;
}
.amlocator-store-desc.-active {
  color: #fff;
  background: #1979c3;
}
.amlocator-store-desc.-active .amlocator-title .amlocator-link {
  color: #fff;
}
.amlocator-store-desc.-active .amlocator-today {
  color: #000;
  background: #9dd4ff;
}
.amlocator-description {
  word-break: break-word;
}
.amlocator-schedule-container .amlocator-today {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5px;
  padding: 5px 15px 5px 35px;
  background: #dfdfdf;
}
.amlocator-schedule-container .amlocator-today:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 15px;
  width: 14px;
  height: 14px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgOTcuMTYgOTcuMTYiPjxwYXRoIGQ9Ik00OC41OCAwQzIxLjc5MyAwIDAgMjEuNzkzIDAgNDguNThzMjEuNzkzIDQ4LjU4IDQ4LjU4IDQ4LjU4IDQ4LjU4LTIxLjc5MyA0OC41OC00OC41OFM3NS4zNjcgMCA0OC41OCAwem0wIDg2LjgyM2MtMjEuMDg3IDAtMzguMjQ0LTE3LjE1NS0zOC4yNDQtMzguMjQzUzI3LjQ5MyAxMC4zMzcgNDguNTggMTAuMzM3IDg2LjgyNCAyNy40OTIgODYuODI0IDQ4LjU4IDY5LjY2NyA4Ni44MjMgNDguNTggODYuODIzeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwN0FGRiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik03My44OTggNDcuMDhINTIuMDY2VjIwLjgzYTQgNCAwIDAgMC04IDB2MzAuMjVhNCA0IDAgMCAwIDQgNGgyNS44MzJhNCA0IDAgMCAwIDAtOHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDdBRkYiIGZpbGw9IiMxOTc5QzMiLz48L3N2Zz4=) no-repeat center;
  background-size: contain;
}
.amlocator-schedule-container .amlocator-today .amlocator-time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.amlocator-schedule-container .amlocator-arrow {
  margin: 6px 0 0 15px;
}
.amlocator-schedule-container .amlocator-week {
  display: none;
  margin: 0 20px;
}
.amlocator-schedule-table .amlocator-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.amlocator-schedule-table .amlocator-cell {
  width: 50%;
  box-sizing: border-box;
}
.amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 15px;
}
.amlocator-schedule-table .amlocator-cell.-time {
  white-space: nowrap;
  text-align: right;
  padding-right: 8%;
}
.amlocator-pager-container {
  margin-top: auto;
}
.amlocator-pager-container .pages {
  text-align: right;
}
.amlocator-pager-container .items {
  padding: 0;
}
.amlocator-pager-container .pages .page {
  padding: 8px 10px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  background: #f8f8f8;
}
.amlocator-pager-container .pages a.page {
  color: #000;
}
.amlocator-pager-container .pages .item {
  position: relative;
  margin: 0;
}
.amlocator-pager-container .pages .item:not(:last-of-type) {
  margin-right: 10px;
}
.amlocator-pager-container .pages .current .page,
.amlocator-pager-container .pages .page:hover {
  color: #fff;
  background: #1979c3;
}
.amlocator-pager-container .pages a.action {
  margin: 0;
  background: #f8f8f8;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.amlocator-pager-container .pages a.action:hover {
  background: #1979c3;
}
.amlocator-pager-container .pages .items a.action:before {
  font-size: 14px;
  color: #000;
}
.amlocator-pager-container .pages .items a.action:hover:before {
  color: #fff;
}
.amlocator-info-popup {
  width: 250px;
}
.amlocator-info-popup .amlocator-name {
  margin-top: 5px;
}
.amlocator-info-popup .amlocator-image {
  display: block;
  clear: both;
  width: 100px;
  margin-bottom: 10px;
}
.amlocator-map .amlocator-image img {
    max-width: 150px;
}
.amlocator-index-index {
  overflow-x: hidden;
}
.amstars-rating-container {
  width: 160px;
  height: 27px;
  margin-bottom: 5px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
  overflow: hidden;
}
.amstars-rating-container.-small {
  width: 107px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzQzIDYuODc1TDkuNSAwIDcuMjU3IDYuODc1SDBsNS44NzEgNC4yNUwzLjYzIDE4IDkuNSAxMy43NSAxNS4zNzEgMThsLTIuMjQyLTYuODc1TDE5IDYuODc1aC03LjI1N3pNMTQuOSA4LjIwMmgtNC4xMjZMOS41IDQuMjkzbC0xLjI3NSAzLjkxSDQuMDk5bDMuMzM4IDIuNDE1LTEuMjc1IDMuOTA5TDkuNSAxMi4xMWwzLjMzOCAyLjQxNi0xLjI3NS0zLjkxIDMuMzM4LTIuNDE1eiIgZmlsbD0iI0IxQUVBRSIvPjwvc3ZnPg==);
}
.amstars-rating-container.-small .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGQ9Ik05LjUgMGwyLjI0MyA2Ljg3NUgxOWwtNS44NzEgNC4yNUwxNS4zNyAxOCA5LjUgMTMuNzUgMy42MjkgMThsMi4yNDItNi44NzVMMCA2Ljg3NWg3LjI1N0w5LjUgMHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
}
.amstars-rating-container.-main-page {
  margin: 0px 10px;
}
.amstars-rating-container .amstars-stars {
  height: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
}
.amlocator-description-grey {
  word-break: break-word;
  padding: 0 15px;
  background: #fbfbfb;
}
.amlocator-location-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amlocator-location-container .amlocator-column,
.amlocator-location-container .amlocator-block {
  box-sizing: border-box;
  width: 100%;
}
.amlocator-location-container .amlocator-column > .amlocator-block {
  padding: 0 15px;
}
.amlocator-location-container .amlocator-block.-route {
  padding: 20px 15px 25px;
}
.amlocator-location-container .amlocator-block.-map {
  height: 170px;
  margin-bottom: 15px;
}
.amlocator-location-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 15px 0;
}
.amlocator-location-container .amlocator-block.-separator > .hr {
  margin: 0;
  border-top: 1px solid #d2dde5;
}
.amlocator-location-container .amlocator-block > .amlocator-title {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
}
.amlocator-location-container .amlocator-directions-container {
  max-height: 500px;
  overflow: auto !important;
}
.amlocator-location-container .amlocator-text.-bold {
  font-weight: 600;
}
.amlocator-location-container .amlocator-button {
  box-sizing: border-box;
  height: auto;
  padding: 0px 15px;
  font-weight: inherit;
  color: #fff;
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
}
.amlocator-location-container .amlocator-button:hover {
  background-color: #1c87da;
}
.amlocator-route-creator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  background: #1979c3;
}
.amlocator-route-creator .amlocator-modes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.amlocator-route-creator .amlocator-mode,
.amlocator-route-creator .amlocator-swap {
  display: none;
}
.amlocator-route-creator .amlocator-mode + .amlocator-label {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 20px;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.amlocator-route-creator .amlocator-mode:checked + .amlocator-label,
.amlocator-route-creator .amlocator-mode + .amlocator-label:hover {
  background-color: #2d93e2;
  opacity: 1;
}
.amlocator-route-creator .amlocator-label:not(:last-of-type) {
  margin-right: 5px;
}
.amlocator-route-creator .amlocator-label.-driving {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuODE1IDExLjY5N0gxLjEyN3YuOTdjMCAuNTM5IDAgMS4wNzguMDI1IDEuNjE2LjAxNy40OTEuMjE2LjcwNS42NS43MTJoMS40NmEuNDYuNDYgMCAwIDAgLjM5LS4xMjcuNDkyLjQ5MiAwIDAgMCAuMTUtLjM5M2MuMDI0LS4yODEuMDM1LS41NjUuMDM1LS44NDggMC0uNjEgMC0xLjIyLS4wMTUtMS44MjktLjAwNC0uMDIzLS4wMDYtLjA2NC0uMDA3LS4xek0xNi45OSA5LjA3MVY3LjEyOWExLjU0NCAxLjU0NCAwIDAgMC0uMjQyLS44NGMtLjIxLS4zNC0uNDEyLS42ODctLjU5NC0xLjA0M2wtLjAyNC0uMDQ4YS41NTEuNTUxIDAgMCAwIC4wNzEtLjA0My42MjguNjI4IDAgMCAwIC4yMjYtLjU2M2wtLjExOS0uNjhhLjQxMi40MTIgMCAwIDAtLjE0OC0uMjQ1LjM4OC4zODggMCAwIDAtLjI2OS0uMDgybC0uNDc3LjAzNmMtLjI1LS41ODItLjQ4NS0xLjE4LS43MTgtMS43NzZhMTcuMjUyIDE3LjI1MiAwIDAgMC0uNTEzLTEuMTg4Ljk5Mi45OTIgMCAwIDAtLjMwNS0uMzg0Ljk1Ljk1IDAgMCAwLS40NDctLjE4NSA1LjY2MSA1LjY2MSAwIDAgMC0uODY4LS4wOGMtLjg3NiAwLTEuNzUuMDMtMi42My4wMzYtLjcwNyAwLTEuNDE0IDAtMi4xMjItLjAxMkw1LjQ1LjAxMmExMi4wNTQgMTIuMDU0IDAgMCAwLTEuODE5LjA1NWMtLjE5LjAxNi0uMzc0LjA4Mi0uNTMzLjE5Mi0uMTU5LjExLS4yODguMjYtLjM3Ni40MzUtLjAzOC4wNzYtLjA4LjE1LS4xMS4yMjctLjI3NS43LS41NDQgMS40MDYtLjgyNCAyLjEwNC0uMDcxLjIwMi0uMTQ5LjQwMS0uMjMxLjU5NmwtLjUxMy0uMDQ4YS4zODguMzg4IDAgMCAwLS4yNjkuMDgzLjQxMi40MTIgMCAwIDAtLjE0OC4yNDVsLS4xMi42OTFhLjYyOC42MjggMCAwIDAgLjIxNS41NjMuNjYuNjYgMCAwIDAgLjExNy4wNjJjLS4yMDkuNDExLS40NDEuODEtLjY5NSAxLjE5MmEuODkzLjg5MyAwIDAgMC0uMTMuNDA2QzAgNy4wNzkgMCA3LjM0NSAwIDcuNjFjMCAuNjA1LjAwNSAxLjIxMi4wMTUgMS44MTkgMCAuMzQ3IDAgLjY5NS4wMTkgMS4wNGEuNzMuNzMgMCAwIDAgLjE1My40MzQuNjkuNjkgMCAwIDAgLjM3Ny4yNDhjLjMyMy4wOTcuNjU4LjE0NC45OTQuMTQxLjc1MS4wMTQgMS41MTYuMDE0IDIuMjc1LjAxNGg4LjQwM2MxLjE5NCAwIDIuMzg5LjA2MiAzLjU4Mi0uMDM3YTMuMTEgMy4xMSAwIDAgMCAuNjktLjE1LjY0OC42NDggMCAwIDAgLjMwOS0uMjEyYy4wOC0uMTAxLjEzMS0uMjI0LjE0NS0uMzU0LjAyMi0uMTE4LjAzNS0uMjM4LjAzOC0uMzU3LjAwMi0uMzczLS4wMS0uNzUyLS4wMS0xLjEyNnptLTE0LjUyOC4wNGMtLjI2IDAtLjUxNS0uMDgtLjczMS0uMjI5YTEuMzUgMS4zNSAwIDAgMS0uNDg1LS42MSAxLjQgMS40IDAgMCAxLS4wNzQtLjc4NWMuMDUtLjI2My4xNzYtLjUwNS4zNi0uNjk1LjE4My0uMTkuNDE4LS4zMi42NzMtLjM3Mi4yNTUtLjA1My41Mi0uMDI2Ljc2LjA3N3MuNDQ2LjI3Ny41OS41YTEuMzkxIDEuMzkxIDAgMCAxIC4xMjIgMS4yNzYgMS4zNjMgMS4zNjMgMCAwIDEtLjI4NS40NDIgMS4zMTMgMS4zMTMgMCAwIDEtLjQyNy4yOTVjLS4xNi4wNjgtLjMzLjEwMy0uNTAzLjEwM3YtLjAwMnptLS4yOTUtMy45MzdjLjAwOS0uMDM1LjAxMy0uMDU0LjAyLS4wNzFMMy43IDEuNTAyYy4wMTctLjA0My4wNC0uMDg0LjA2LS4xMjNhLjI2MS4yNjEgMCAwIDEgLjEtLjExNy4yNS4yNSAwIDAgMSAuMTQ4LS4wMzhoOC45MzdhLjI4Ny4yODcgMCAwIDEgLjE5NS4wNDljLjA1OC4wMzkuMS4wOTguMTIuMTY2LjE1OC4zODkuMzIuNzc3LjQ4MyAxLjE2NWwxLjAwNCAyLjQyOWMuMDEzLjAzLjAyNC4wNjQuMDQzLjExbC0xMi42MjMuMDMxem0xMi4zMzUgMy45NGExLjI4NiAxLjI4NiAwIDAgMS0uNzI5LS4yMzYgMS4zNTEgMS4zNTEgMCAwIDEtLjQ3OS0uNjE1IDEuNCAxLjQgMCAwIDEtLjA2OC0uNzg2Yy4wNTMtLjI2My4xOC0uNTA0LjM2Ni0uNjkyYTEuMjc2IDEuMjc2IDAgMCAxIDEuNDM2LS4yOGMuMjQuMTA0LjQ0NC4yOC41ODcuNTA2YTEuMzkyIDEuMzkyIDAgMCAxLS4xOCAxLjcxMyAxLjI5MyAxLjI5MyAwIDAgMS0uOTMzLjM5em0tMS4zMTUgMi42MTZ2MS41ODljMCAuMzM1LjAxNy42NzMuMDQgMS4wMDkuMDMuNDM0LjE5OS42MzguNTYzLjY0OGEzMC44NyAzMC44NyAwIDAgMCAxLjU4NCAwIC40MTMuNDEzIDAgMCAwIC4zLS4xMDEuNDQuNDQgMCAwIDAgLjE0OC0uMjg3Yy4wMzQtLjE1Mi4wNTMtLjMwNy4wNTYtLjQ2MnYtMi4zMThhLjc1NS43NTUgMCAwIDAgMC0uMDhoLTIuNjgxbC0uMDEuMDAyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amlocator-route-creator .amlocator-label.-transit {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjMxOCA5VjIuNzdhLjY5OC42OTggMCAwIDAtLjItLjQ5LjY3Ny42NzcgMCAwIDAtLjQ4Mi0uMjAzVjBIMS4zNjR2Mi4wNzdhLjY3Ny42NzcgMCAwIDAtLjQ4Mi4yMDMuNjk4LjY5OCAwIDAgMC0uMi40OVY5SDB2NS41MzloMS4zNjR2Mi40MjNjMCAuMjc1LjEwNy41NC4zLjczNC4xOTEuMTk1LjQ1MS4zMDQuNzIyLjMwNGguNjgyYy4yNzEgMCAuNTMyLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0aDYuODE4djIuNDIzYzAgLjI3NS4xMDguNTQuMy43MzQuMTkxLjE5NS40NTIuMzA0LjcyMy4zMDRoLjY4MmMuMjcgMCAuNTMxLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0SDE1VjloLS42ODJ6bS0xLjE5MyAyLjc3YzAgLjIwNS0uMDYuNDA1LS4xNzIuNTc2LS4xMTMuMTctLjI3Mi4zMDQtLjQ2LjM4M2ExLjAwOCAxLjAwOCAwIDAgMS0xLjExNC0uMjI1IDEuMDQ0IDEuMDQ0IDAgMCAxLS4yMjItMS4xMzJjLjA3OC0uMTkuMjA5LS4zNTIuMzc3LS40NjZhMS4wMTIgMS4wMTIgMCAwIDEgMS4yOTEuMTI5Yy4xOTIuMTk1LjMuNDU5LjMuNzM0em0tOS4yMDUgMGMwIC4yMDUtLjA2LjQwNS0uMTcyLjU3NmExLjAwOCAxLjAwOCAwIDAgMS0xLjU3NC4xNTcgMS4wNDMgMS4wNDMgMCAwIDEtLjIyMS0xLjEzMWMuMDc3LS4xOS4yMDgtLjM1Mi4zNzctLjQ2NmExLjAxMiAxLjAxMiAwIDAgMSAxLjI5LjEyOWMuMTkzLjE5NS4zLjQ1OS4zLjczNHpNOC4xODIgOVYzLjQ2Mmg0Ljc3MlY5SDguMTgyek0yLjA0NSAzLjQ2Mmg0Ljc3M1Y5SDIuMDQ1VjMuNDYyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amlocator-route-creator .amlocator-label.-walking {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuMjM4IDEwLjY2Nkw3LjM0NSA4LjA2bC0uMzcxIDIuMzUuOTAzIDEuMjQzYS44NC44NCAwIDAgMCAxLjE3NS4xODcuODQuODQgMCAwIDAgLjE4Ni0xLjE3NXpNNy4zMjMgMi40NGExLjY4MiAxLjY4MiAwIDEgMS0zLjM2NSAwIDEuNjgyIDEuNjgyIDAgMCAxIDMuMzY1IDB6TTQuMTU4IDE0LjQzNWwtMi4xODggMy4wM2ExLjAyOCAxLjAyOCAwIDEgMCAxLjY2NyAxLjIwNGwxLjc5LTIuNDc4LTEuMjY5LTEuNzU2eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik05LjgwNSAxNy40NjVsLTMuODYtNS4zNDUuNzk3LTUuMDMzYTIuMDU1IDIuMDU1IDAgMCAwLTEuNzEtMi4zNTJjLS42Ny0uMTA2LTEuMjUzLjE5OC0xLjc2NC41NjlMLjg0NCA3LjA2NWEuODQxLjg0MSAwIDAgMC0uMzM3LjU1TC4wMSAxMC43NTJhLjg0MS44NDEgMCAwIDAgMS42NjIuMjYzbC40NDMtMi43OTUgMS4xNzYtLjg1NS0uNDg1IDMuMDczYy0uMDg0LjUyOC4wMzcuODk4LjI4MSAxLjIzNmw1LjA1MSA2Ljk5NGExLjAyNyAxLjAyNyAwIDEgMCAxLjY2Ny0xLjIwNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center;
}
.amlocator-route-creator .amlocator-label.-bicycling {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjEzNCA0LjI3NmExLjYzMSAxLjYzMSAwIDEgMC0yLjUyOC0yLjA2MiAxLjYzMSAxLjYzMSAwIDAgMCAyLjUyOCAyLjA2MnpNMTAuMDMxIDcuMDUzbDIuOTA3IDMuMDkyYS42Ni42NiAwIDAgMCAuOTM1LjAyOS42NjIuNjYyIDAgMCAwIC4wMjktLjkzNWwtMy42OTgtMy45MzVhLjY1LjY1IDAgMCAwLS4wODUtLjA3M2MtLjAxLS4wMS0uMDE4LS4wMi0uMDI5LS4wMjktLjUxNy0uNDM1LTEuNTI5LS41MzQtMi4zNy4zMDctMS4xNTMgMS4xNjItMS42OTkgMi4wMi0yLjI3MSAzLjY0LS4zMjkgMS4yMTguMzc3IDEuNzA1IDEuMDE1IDIuMDA3LjE2Ny4wOC4zMTIuMTQyLjQ0Mi4xNzQuMDM1LjAxMy4wNjguMDI4LjEwNS4wMzdsMi4zNjcuNTcyLS45MzggMy43MTFhLjg4Mi44ODIgMCAwIDAgMS43MS40MzNsMS4xNTctNC41NzZhLjg4Mi44ODIgMCAwIDAtLjY0OC0xLjA3NGwtMi41My0uNjFjLjQ5Ny0xLjAwMyAxLjI2NC0xLjkzOCAxLjgtMi42NDYuMDM2LS4wNC4wNy0uMDgxLjEwMi0uMTI0eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTkgMTUuMmEzLjggMy44IDAgMSAxLTcuNiAwIDMuOCAzLjggMCAwIDEgNy42IDB6bS0zLjggMS45YTEuOSAxLjkgMCAxIDAgMC0zLjggMS45IDEuOSAwIDAgMCAwIDMuOHpNNy42IDE1LjJhMy44IDMuOCAwIDEgMS03LjYgMCAzLjggMy44IDAgMCAxIDcuNiAwem0tMy44IDEuOWExLjkgMS45IDAgMSAwIDAtMy44IDEuOSAxLjkgMCAwIDAgMCAzLjh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat center;
}
.amlocator-route-creator .amlocator-addresses {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 10px;
}
.amlocator-route-creator .amlocator-inputs {
  flex: 1;
  margin: 0 25px;
}
.amlocator-route-creator .amlocator-address {
  height: 35px;
  border: none;
}
.amlocator-route-creator .amlocator-address.-end {
  color: #707070;
  background: #f2f2f2;
}
.amlocator-route-creator .amlocator-address:not(:last-of-type) {
  margin-bottom: 15px;
}
.amlocator-route-creator .amlocator-swap + .amlocator-label {
  display: block;
  width: 20px;
  height: 33px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMTZhMSAxIDAgMSAwIDIgMEg3ek04LjcwNy4yOTNhMSAxIDAgMCAwLTEuNDE0IDBMLjkyOSA2LjY1N0ExIDEgMCAwIDAgMi4zNDMgOC4wN0w4IDIuNDE0bDUuNjU3IDUuNjU3YTEgMSAwIDEgMCAxLjQxNC0xLjQxNEw4LjcwNy4yOTN6TTkgMTZWMUg3djE1aDJ6TTE0IDE2YTEgMSAwIDEgMC0yIDBoMnptLTEuNzA3IDE1LjcwN2ExIDEgMCAwIDAgMS40MTQgMGw2LjM2NC02LjM2NGExIDEgMCAwIDAtMS40MTQtMS40MTRMMTMgMjkuNTg2bC01LjY1Ny01LjY1N2ExIDEgMCAwIDAtMS40MTQgMS40MTRsNi4zNjQgNi4zNjR6TTEyIDE2djE1aDJWMTZoLTJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+) no-repeat center;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.amlocator-route-creator .amlocator-swap + .amlocator-label:hover {
  opacity: 1;
}
.amlocator-route-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 13px;
  height: 65px;
}
.amlocator-route-icon .amlocator-icon {
  box-sizing: border-box;
}
.amlocator-route-icon .amlocator-icon.-start {
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 10px;
}
.amlocator-route-icon .amlocator-icon.-dot {
  width: 4px;
  height: 4px;
  background: #2d93e2;
  border-radius: 10px;
}
.amlocator-route-icon .amlocator-icon.-end {
  width: 13px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02Ljc1IDE4UzEzIDExLjc0NyAxMyA2YzAtNC0zLTYtNi41LTZTMCAyIDAgNmMwIDUuNzQ3IDYuNzUgMTIgNi43NSAxMnpNNi41IDlhMi41IDIuNSAwIDEgMCAwLTUgMi41IDIuNSAwIDAgMCAwIDV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat center;
}
.amlocator-collapse-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 0 10px 0;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  box-sizing: border-box;
}
.amlocator-directions-container table.adp-placemark {
  color: #fff;
  background: #1978c3;
}
.amlocator-directions-container td.adp-text {
  font-weight: 600;
  vertical-align: middle;
}
.amlocator-location-info {
  box-sizing: border-box;
  padding: 15px;
}
.amlocator-location-info .amlocator-block {
  margin-bottom: 10px;
}
.amlocator-location-info .amlocator-link {
  cursor: pointer;
  color: #000;
}
.amlocator-location-info .amlocator-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
  background-color: #1979c3;
  border-radius: 10px;
}
.amlocator-location-info .amlocator-icon.-website {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMGE2IDYgMCAxIDEgMCAxMkE2IDYgMCAwIDEgNiAwem00LjQwOCAyLjg1NGMtLjQ2MS4zMDktLjk1My41NjktMS40NjguNzc2LjIyMi42Ny4zNSAxLjM2Ny4zOCAyLjA3MWgyLjA4N2E1LjQxIDUuNDEgMCAwIDAtMS0yLjg0N3ptLTguODEzIDBBNS40IDUuNCAwIDAgMCAuNiA1LjcwMmgyLjA4Yy4wMy0uNzA1LjE1OC0xLjQwMi4zOC0yLjA3MmE3Ljk5NiA3Ljk5NiAwIDAgMS0xLjQ2Ni0uNzc2em04LjgxMyA2LjI5MmE1LjQgNS40IDAgMCAwIDEtMi44NDdIOS4zMjJhNy41OSA3LjU5IDAgMCAxLS4zNiAyLjA3N2MuNTA3LjIwNy45OS40NjUgMS40NDUuNzd6TS42IDYuMjk2YTUuNDA3IDUuNDA3IDAgMCAwIDEgMi44NSA3Ljk5MyA3Ljk5MyAwIDAgMSAxLjQ0NC0uNzcgNy41OTQgNy41OTQgMCAwIDEtLjM2Ni0yLjA4SC42em01LjEwNyAxLjUxMnYtMS41MUgzLjI3NGMtLjAzNC4zMzQuMTkgMS42MjIuMzI2IDEuODc4YTcuODk3IDcuODk3IDAgMCAxIDIuMTAyLS4zNjZsLjAwNS0uMDAyem0zLjAyOS0xLjUxSDYuMjk5VjcuODFhNy45MiA3LjkyIDAgMCAxIDIuMTAxLjM2OGMuMTk3LS42MDguMzEtMS4yNC4zMzYtMS44OHptLTMuMDMyLS42VjQuMTlhNy45MyA3LjkzIDAgMCAxLTIuMDg0LS4zNmMtLjE1OC4zNC0uMzkzIDEuNjQzLS4zNCAxLjg3NWgyLjQyNHYtLjAwNnptMi42ODMtMS44NzFhNy45NDMgNy45NDMgMCAwIDEtMi4wODguMzZ2MS41MTVoMi40MzVhNy4wNCA3LjA0IDAgMCAwLS4zNDctMS44NzV6TTMuOCA4LjczNGE3LjA0NSA3LjA0NSAwIDAgMCAxLjkwMiAyLjYyVjguNGMtLjM2OC0uMDI0LTEuNTMyLjE3OS0xLjkwMi4zMzR6bTIuNDk4IDIuNjIyYTcuMDU3IDcuMDU3IDAgMCAwIDEuOTA0LTIuNjI3QTcuMzggNy4zOCAwIDAgMCA2LjI5OCA4LjR2Mi45NTZ6TTMuODIyIDMuMjc0Yy40MjguMTYgMS41OTIuMzYgMS44OC4zMjJWLjcwNmE3LjA1MiA3LjA1MiAwIDAgMC0xLjg4IDIuNTY4em00LjM2IDBBNy4wNTIgNy4wNTIgMCAwIDAgNi4yOTkuNzA2VjMuNmE3LjM5NyA3LjM5NyAwIDAgMCAxLjg4My0uMzIzdi0uMDAzem0tNC45MTQtLjE5NUE3LjcyMiA3LjcyMiAwIDAgMSA0LjgyNC43MiA1LjM4OCA1LjM4OCAwIDAgMCAxLjk2MiAyLjRjLjQxMS4yNy44NDkuNDk4IDEuMzA2LjY4ek03LjE3OC43MmE3Ljc0OCA3Ljc0OCAwIDAgMSAxLjU2IDIuMzYgNy4yMTYgNy4yMTYgMCAwIDAgMS4zMDUtLjY4NkE1LjQgNS40IDAgMCAwIDcuMTc3Ljcyem0uMDggMTAuNTRhNS4zNjQgNS4zNjQgMCAwIDAgMi43ODEtMS42NTNBNy4yMjUgNy4yMjUgMCAwIDAgOC43NiA4LjkzYTcuODQyIDcuODQyIDAgMCAxLTEuNTAxIDIuMzN6TTEuOTYzIDkuNjA3YTUuMzcxIDUuMzcxIDAgMCAwIDIuNzgyIDEuNjUzIDcuODI4IDcuODI4IDAgMCAxLTEuNDk4LTIuMzNjLS40NS4xODItLjg4LjQxLTEuMjg0LjY3N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
}
.amlocator-location-info .amlocator-icon.-phone {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNzUgMS45NjZsMS4xMTgtLjc0M2MuMzY3LS4yNDUuNzUyLS4xNTQuOTU0LjI1NWwuOTU1IDEuOTM1LS43NjUuODZjLS4yNTMuMjkzLS40NDMuNTcyLS4yNjkuOTg5LjY4NyAxLjY0OCAyLjI4MiAzLjU4IDMuNzcgNC41NjcuMzc3LjI1LjY4Ny4xMTYgMS4wMjItLjA3N2wuOTktLjU4OCAxLjcyIDEuMzA0Yy4zNjMuMjc2LjM3OS42NzEuMDY5Ljk4NmwtLjk0Mi45NTVDNy4yMDcgMTQuNjA2LTEuODQzIDMuNjM2Ljc1MSAxLjk2N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
}
.amlocator-location-info .amlocator-icon.-email {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNDQzIDFIMS41NTdDMS4yNSAxIDEgMS4yMTcgMSAxLjQ4NHY1LjAzMmMwIC4yNjcuMjUuNDg0LjU1Ny40ODRoOC44ODZjLjMwNyAwIC41NTctLjIxNy41NTctLjQ4NFYxLjQ4NGMwLS4yNjctLjI1LS40ODQtLjU1Ny0uNDg0em0tOC44ODYuMjUyaDguODg2Yy4xNDMgMCAuMjYuMDk5LjI2Ni4yMjJMNi4yMjYgNC42NzFhLjQyOC40MjggMCAwIDEtLjQ1MiAwTDEuMjkxIDEuNDc0Yy4wMDYtLjEyMy4xMjMtLjIyMi4yNjYtLjIyMnpNMS4yOSAxLjhMNC4zNzUgNCAxLjI5IDYuMlYxLjh6bTkuMTUzIDQuOTQ4SDEuNTU3Yy0uMTQzIDAtLjI2LS4wOTktLjI2Ni0uMjIybDMuMzEzLTIuMzYzLjk4Ni43MDNBLjcxMS43MTEgMCAwIDAgNiA0Ljk5YS43MTIuNzEyIDAgMCAwIC40MS0uMTIzbC45ODYtLjcwMyAzLjMxMyAyLjM2M2MtLjAwNi4xMjMtLjEyMy4yMjItLjI2Ni4yMjJ6bS4yNjYtLjU0OEw3LjYyNSA0bDMuMDg0LTIuMnY0LjR6IiBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iLjQiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
}
.amlocator-location-container .amlocator-schedule-container .amlocator-today {
  padding-right: 0;
  padding-left: 30px;
  background: none;
  cursor: pointer;
}
.amlocator-location-container .amlocator-schedule-container .amlocator-today:before {
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDBDNC40ODggMCAwIDQuNDg4IDAgMTBzNC40ODggMTAgMTAgMTAgMTAtNC40ODggMTAtMTBTMTUuNTEyIDAgMTAgMHoiIGZpbGw9IiMxOTc5QzMiLz48cGF0aCBkPSJNMTAuMDk5IDRIOXY2LjEzNkwxMy4zNCAxM2wuNjYtLjcyNy0zLjkwMS0yLjU5MVY0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 10px;
}
.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-time {
  padding-right: 8px;
}
.amlocator-location-gallery {
  padding: 0 15px;
}
.amlocator-location-gallery > .amlocator-wrapper {
  height: 80px;
  padding: 0 25px;
}
.amlocator-location-gallery .amlocator-link {
  height: 80px;
  text-align: center;
}
.amlocator-location-gallery .amlocator-image {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.amlocator-location-gallery .amlocator-wrapper .slick-list .slick-track .slick-slide {
  display: inline-block;
}
.fancybox-button,
.fancybox-button:hover {
  box-shadow: none !important;
}
.amlocator-location-reviews {
  max-height: 500px;
  overflow: auto;
}
.amlocator-location-reviews .amlocator-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.amlocator-reviews-general {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.amlocator-reviews-general .amlocator-value {
  margin-right: 10px;
  font-weight: 400;
  font-size: 50px;
}
.amlocator-reviews-general .amlocator-wrapper {
  margin-right: 20px;
}
.amlocator-location-review {
  padding: 10px 0 0;
}
.amlocator-location-review .amlocator-name {
  font-weight: bold;
}
.amlocator-location-review .amlocator-message {
  max-height: 1000px;
  margin-top: 10px;
  overflow: auto;
  word-wrap: break-word;
  word-break: break-word;
  transition: all 0.3s ease;
}
.amlocator-location-review .amlocator-message.-collapsed {
  max-height: 60px;
  overflow: hidden;
}
.amlocator-location-review .amlocator-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amlocator-location-review .amlocator-link.-full,
.amlocator-location-review .amlocator-link.-full:visited,
.amlocator-location-review .amlocator-link.-full:active,
.amlocator-location-review .amlocator-link.-full:hover {
  position: relative;
  margin-right: 14px;
  font-size: 12px;
  color: #6b8fab;
  cursor: pointer;
}
.amlocator-location-review .amlocator-date {
  margin-left: auto;
  font-size: 12px;
  color: #c4c4c4;
  margin-right: 5px;
}
.amlocator-attributes-container {
  padding: 30px 20px;
  display: none;
}
.amlocator-location-attribute:not(:first-of-type) {
  margin-top: 25px;
}
.amlocator-location-attribute .amlocator-label {
  margin-right: 10px;
}
.amlocator-location-attribute .amlocator-values {
  display: inline-block;
}
.amlocator-location-attribute .amlocator-value {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 10px;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
}
.amlocator-location-attribute .amlocator-value.-multiselect {
  color: #363636;
  background: #fff;
}
.hidden {
  display: none;
}
.loading-mask {
  z-index: 100001 !important;
}
.amlocator-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: #00000047;
}
.amlocator-review-popup {
  position: relative;
  box-sizing: border-box;
  width: 80vw;
  min-width: 300px;
  max-width: 500px;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}
.amlocator-review-popup .amlocator-header {
  margin-bottom: 10px;
  font-size: 16px;
}
.amlocator-review-popup .amlocator-name {
  font-weight: 600;
  word-break: break-all;
  word-wrap: break-word;
}
.amlocator-review-popup .amlocator-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  padding: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMS45IDIxLjkiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMTQuMSAxMS4zYy0uMi0uMi0uMi0uNSAwLS43bDcuNS03LjVjLjItLjIuMy0uNS4zLS43cy0uMS0uNS0uMy0uN0wyMC4yLjNjLS4yLS4yLS41LS4zLS43LS4zLS4zIDAtLjUuMS0uNy4zbC03LjUgNy41Yy0uMi4yLS41LjItLjcgMEwzLjEuM0MyLjkuMSAyLjYgMCAyLjQgMHMtLjUuMS0uNy4zTC4zIDEuN2MtLjIuMi0uMy41LS4zLjdzLjEuNS4zLjdsNy41IDcuNWMuMi4yLjIuNSAwIC43TC4zIDE4LjhjLS4yLjItLjMuNS0uMy43cy4xLjUuMy43bDEuNCAxLjRjLjIuMi41LjMuNy4zcy41LS4xLjctLjNsNy41LTcuNWMuMi0uMi41LS4yLjcgMGw3LjUgNy41Yy4yLjIuNS4zLjcuM3MuNS0uMS43LS4zbDEuNC0xLjRjLjItLjIuMy0uNS4zLS43cy0uMS0uNS0uMy0uN2wtNy41LTcuNXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiNFOUU2RTYiIGZpbGw9IiNFQkVCRUIiLz48L3N2Zz4=) no-repeat center;
  background-size: 70%;
  cursor: pointer;
}
.amlocator-review-popup .amlocator-close:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMS45IDIxLjkiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMTQuMSAxMS4zYy0uMi0uMi0uMi0uNSAwLS43bDcuNS03LjVjLjItLjIuMy0uNS4zLS43cy0uMS0uNS0uMy0uN0wyMC4yLjNjLS4yLS4yLS41LS4zLS43LS4zLS4zIDAtLjUuMS0uNy4zbC03LjUgNy41Yy0uMi4yLS41LjItLjcgMEwzLjEuM0MyLjkuMSAyLjYgMCAyLjQgMHMtLjUuMS0uNy4zTC4zIDEuN2MtLjIuMi0uMy41LS4zLjdzLjEuNS4zLjdsNy41IDcuNWMuMi4yLjIuNSAwIC43TC4zIDE4LjhjLS4yLjItLjMuNS0uMy43cy4xLjUuMy43bDEuNCAxLjRjLjIuMi41LjMuNy4zcy41LS4xLjctLjNsNy41LTcuNWMuMi0uMi41LS4yLjcgMGw3LjUgNy41Yy4yLjIuNS4zLjcuM3MuNS0uMS43LS4zbDEuNC0xLjRjLjItLjIuMy0uNS4zLS43cy0uMS0uNS0uMy0uN2wtNy41LTcuNXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMxOTc5YzMiIGZpbGw9IiMxOTc5YzMiLz48L3N2Zz4=) no-repeat center;
  background-size: 70%;
}
.field.review-field-ratings .label {
  margin: 10px 15px 0 0;
  vertical-align: top;
}
.field.review-field-ratings .control {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.amlocator-review-form .review-field-rating .control {
  margin: 5px 0 40px;
}
.amlocator-review-form .review-field-rating .label {
  font-weight: 400;
  color: #3f3f3f;
}
.amlocator-review-form .review-control-vote:before {
  content: '';
  width: 165px;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
}
.amlocator-review-form .review-control-vote label:before {
  content: '';
  display: inline-block;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
}
.amlocator-review-form .review-control-vote input[type="radio"]:not(:checked) + label:hover:before {
  opacity: 1;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
  cursor: pointer;
}
.amlocator-review-form .review-control-vote .rating-5:before {
  width: 165px;
}
.amlocator-review-form .review-control-vote .rating-4:before {
  width: 132px;
}
.amlocator-review-form .review-control-vote .rating-3:before {
  width: 99px;
}
.amlocator-review-form .review-control-vote .rating-2:before {
  width: 66px;
}
.amlocator-review-form .review-control-vote .rating-1:before {
  width: 33px;
}
.amlocator-review-form.review-form .action.submit.primary {
  width: inherit;
  padding: 0px 20px;
  color: #fff;
  background: #1979c3;
  border: 0;
  border-radius: 0;
}
.amlocator-review-form.review-form .action.submit.primary:hover {
  background: #1c87da;
}
.amlocator-review-form .label-gdpr.amreview-checboxlabel span {
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
