/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * 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;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.-am-blocked {
  pointer-events: none;
}
._amcheckout-selectable-container {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  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 {
  border-color: #052d76;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
._amcheckout-selectable-item.-selected {
  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 {
    width: calc((100% / 3) - 10px);
  }
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
/* Begin Tamara payment css */
.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*/
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.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;
}
@charset "UTF-8";
@media (min-width: 768px) {
  .shop-by-brand .block-search {
    float: none;
    display: inline-block;
  }
  .brand-search-sidebar .block.block-search {
    float: none;
    margin-bottom: 0;
    padding-left: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media print {
  .amfaq-social-buttons {
    display: none;
  }
}
.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;
  }
}
.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%;
}
@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;
}
.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;
}
@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;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
/* 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-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;
}
.amblog-sidebar-heading-container .amblog-title {
  text-align: right;
}
body[class*='amblog-index-'] .page-title-wrapper {
  text-align: right;
}
.amblog-author-avatar {
  margin-left: 10px;
  margin-right: 0;
}
.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 {
  margin: 0 0 0 5px;
}
.amblog-reply .amblog-button.-toggle {
  margin-left: 0;
  margin-right: 30px;
}
.amblog-tag {
  margin: 0 0 10px 10px;
}
.amblog-form-search .amblog-btn {
  left: 0;
  right: auto;
}
.amblog-loader.-search {
  left: 40px;
  right: auto;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .amblog-index-post .amblog-post-top-detail {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .amblog-index-post .amblog-post-top-detail .amblog-dates,
  .amblog-index-post .amblog-post-top-detail .amblog-wrap {
    margin-bottom: 10px;
    width: 50%;
  }
  .amblog-index-post .amblog-post-social-detail {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .amblog-index-post .amblog-post-social-detail .amblog-social-container {
    margin-bottom: 15px;
    width: 100%;
  }
  .amblog-index-post .amblog-post-social-detail .amblog-post-like-view-detail {
    width: 100%;
  }
}
.amblog-post-list.-recent-posts .amblog-list .post-item-info .post-item-details .amblog-dates div.amblog-date {
  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 {
  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 {
  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 {
  text-align: right;
}
.amblog-plus .amblog-icon {
  margin: 0 10px 0 0;
}
.amblog-social-container .amblog-icon {
  margin-left: 10px;
  margin-right: 0;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.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;
}
@media all and (min-width: 768px), print {
  .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 {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .amcheckout-step-container .step-content .store-list-wrapper .store-list-maplistview button: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 {
    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 {
    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('../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 {
    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('../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 {
    margin-left: 37px;
  }
  .page-header > .header.content > .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('../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 {
    font-size: 11px;
    height: 40px;
    padding: 0 15px;
    width: 100%;
  }
  .modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .popup button {
    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 {
    margin-bottom: 10px;
  }
  .amblog-post-container .amblog-post-title .post-title {
    line-height: 2rem;
    letter-spacing: .4px;
  }
  .amblog-post-container .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 {
    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 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .amblog-post-container .amblog-widget-container {
    margin: 30px -25px;
  }
  .amblog-post-container .amblog-features.-post {
    padding: 15px 25px;
  }
  .amblog-post-container .amblog-more {
    text-align: right;
  }
  .amblog-post-container .amblog-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iIzJENjlBRSIvPjwvc3ZnPg==);
  }
  .amblog-post-container .amblog-widget-container .amblog-list {
    margin: 0 30px;
  }
  .amblog-post-container .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 {
    box-sizing: border-box;
    width: 47%;
  }
  .desktop.one-column .amblog-post-container .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 {
    margin: 0 20px 20px 0;
    width: 31%;
  }
  .desktop.one-column .amblog-post-container .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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    margin-bottom: 0;
  }
  .amblog-index-post .amblog-post-container.-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 {
    max-width: 100%;
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content {
    margin-bottom: 0;
    padding: 25px 0 0;
  }
  .amblog-index-post .amblog-post-container.-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 {
    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 {
    color: #3188bb;
    cursor: pointer;
    text-decoration: underline;
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content p {
    margin-bottom: 30px;
  }
  .amblog-index-post .amblog-post-container.-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 {
    letter-spacing: .32px;
  }
  .amblog-index-post .amblog-post-container.-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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    margin: 0 0 0 6px;
  }
  .amblog-index-post .amblog-post-container.-post-page .thumbnail-url {
    margin-left: 20px;
    margin-right: 0;
  }
  .amblog-index-post .amblog-post-container.-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 {
    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 {
    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('../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 {
    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 {
    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('../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 {
    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;
  }
}
@media all and (min-width: 992px), print {
  .navigation,
  .nav-sections-item-content {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .navigation {
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .nav-sections-item-content {
    max-width: 1300px;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections + .images-breadcrumbs .breadcrumbs {
    margin-top: 0;
  }
  .nav-sections + .top-container {
    margin-top: -25px;
  }
  .cms-index-index.page-layout-cms-full-width .nav-sections + .top-container {
    margin-top: 0;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  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 {
    font-size: 1.4rem;
    height: 37px;
    line-height: 15px;
  }
  textarea {
    font-size: 1.4rem;
    line-height: 15px;
  }
  .job-listing-section .job-component-list-data .job-input-data-field .input-button button {
    line-height: 2.1rem;
  }
  .job-listing-section .job-component-list-data .job-input-data-field .input-text select {
    line-height: 2.4rem;
  }
  .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: -10px;
  }
  .shopby-category-slider .slick-next {
    right: -10px;
  }
  .best-deal-category-header {
    margin-bottom: 15px;
  }
  .popular-categories-tabs {
    justify-content: center;
    margin-bottom: 40px;
  }
  .popular-categories-tabs a.action.primary {
    font-size: 1.4rem;
    line-height: 1.7rem;
    background: #052d76;
    border-radius: 4px;
    color: #ffffff;
    font-weight: bold;
    padding: 8px 24px;
  }
  .best-deal-category-label.section-title {
    font-size: 2.2rem;
    line-height: 3rem;
    letter-spacing: .6px;
  }
  .popular-category-products-wrapper .page-products .products-grid .product-items:not(.slick-initialized) > li.item.product.product-item {
    width: calc(100% / 4);
  }
  .pregnancy-calculate-result-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 50px;
    justify-content: space-between;
  }
  .pregnancy-calculate-result-wrap .pregnancy-calculate-result {
    flex: 1;
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .offer_wrap .banner_wrap .banner_list {
    margin: 27px -12px 45px;
  }
  .offer_wrap .banner_wrap .banner_list .banner-link {
    min-width: auto;
    padding: 0 12px;
  }
  .offer_wrap .banner_wrap .banner_list .banner-link img {
    border-radius: 0;
  }
  .offer_wrap .offer-products {
    margin-top: 0;
    position: relative;
  }
  .offer_wrap .offer-products:before {
    background: #edf4f6;
    content: '';
    height: 70%;
    left: -100%;
    position: absolute;
    top: 0;
    width: 1000%;
    z-index: -1;
  }
  .offer_wrap .offer-products .product-item-info .product-item-name .product-item-link {
    min-height: 43px;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .stcphonenumber .mobile-num,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .stcphonenumber .mobile-pre {
    line-height: 1.2rem;
    height: 37px;
  }
  .header.content .block-search {
    margin-top: 0;
  }
  .page-header .minicart-wrapper .minicart-text {
    display: inline-block;
  }
  .cms-page-content h2 {
    font-size: 24px !important;
  }
  .block.newsletter .action.subscribe {
    min-height: 37px;
  }
  .page-main > .page-title-wrapper .page-title,
  .page-main-full-width > .page-title-wrapper .page-title {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  .page-header .promotion-offer {
    max-width: 44vw;
    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 > .header.content > .header.links > li > a {
    color: #052d76;
    font-size: 12px;
    letter-spacing: .28px;
    line-height: 24px;
  }
  .page-header .header-email-address {
    font-size: 14px;
    line-height: 22px;
    min-width: 280px;
  }
  .page-header .header-email-address:before {
    font-size: 28px;
    line-height: 28px;
  }
  .page-header .header-email-address:before {
    margin-right: 8px;
    width: 29px;
  }
  .page-header .store-locations {
    font-size: 14px;
    line-height: 22px;
  }
  .page-header .store-locations:before {
    font-size: 22px;
    line-height: 24px;
  }
  .page-header .store-locations:before {
    margin: 0 8px 0 0;
  }
  .section-title {
    font-size: 22px;
    letter-spacing: .8px;
    line-height: 30px;
  }
  .cms-index-index .section-title {
    color: #4e4e4e;
  }
  .header.content {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .page-header .top-form-language {
    margin-left: 0;
  }
  .top-form-language .switcher-language {
    margin-left: 37px;
  }
  .nav-mobile {
    display: none !important;
  }
  .nav-sections-item-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .vmagicmenu {
    display: block !important;
  }
  .magicmenu .nav-desktop .level0.hasChild .level-top:after {
    padding-right: 7px;
  }
  .magicmenu .nav-desktop .level0 .level-top > span {
    font-size: 12px;
    line-height: 20px;
  }
  .magicmenu .nav-desktop .level0.level-top.active-parent .level-top:before,
  .magicmenu .nav-desktop .level0.level-top:hover .level-top:before {
    width: calc(100% + (13px * 2));
  }
  .amblog-title {
    font-size: 2.2rem;
    line-height: 3rem;
    letter-spacing: .8px;
  }
  .sorter-options {
    background: #ffffff url('../images/select-arrow.svg') left 14px center no-repeat;
    background-size: auto 10px;
  }
  .page-header .top-form-language {
    margin-right: 0;
  }
  .top-form-language .switcher-language {
    margin-left: 0;
    margin-right: 37px;
  }
  .page-header .header-email-address {
    font-size: 14px;
    line-height: 22px;
  }
  .page-header .header-email-address:before {
    font-size: 28px;
    line-height: 28px;
  }
  .page-header .header-email-address:before {
    margin-left: 8px;
    margin-right: 0;
  }
  .page-header .store-locations:before {
    margin: 0 0 0 8px;
  }
  .magicmenu .nav-desktop .level0.hasChild .level-top:after {
    padding-left: 0;
    padding-right: 7px;
  }
}
@media all and (min-width: 1024px), print {
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  .checkout-index-index .checkout-header .title {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eeeeee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-right: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-left: 10px;
    width: 35%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    width: 65%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: right;
    width: calc(100% - (35% + 30px));
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: left;
    max-width: 480px;
    transition: all .3s ease;
    width: 35%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    max-height: 100vh;
    overflow: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-seal {
    font-size: 12px;
    max-width: 265px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    background: #edf4f6;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .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,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: calc(100% - 40px);
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-title {
    background: #3188bb;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .subtotal {
    flex: 1;
    max-width: 86px;
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .table-totals {
    margin-right: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options {
    background: #edf4f6;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-seal {
    font-size: 12px;
    margin: auto;
    max-width: 66%;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    left: 7px;
    margin: 0;
    position: absolute;
    top: 7px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
    max-width: 66%;
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .modal-popup.apply-job-popup .fieldset .field.required {
    max-width: calc((100% - 60px) / 3);
  }
  .homepagebrands-index-index .products-grid .product-item {
    margin-left: 17px;
    width: calc((100% - 51px)/4);
  }
  .homepagebrands-index-index .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 17px;
  }
  .homepagebrands-index-index .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 17px;
  }
  .homepagebrands-index-index .products-grid .product-item:nth-child(4n + 1) {
    clear: left;
    margin-left: 0;
  }
  .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);
  }
  .loyalty-points-balance-data .loyalty-points-data {
    padding: 13px 25px;
  }
  .catalogsearch-result-index #algolia-right-container {
    float: right;
    width: 81.388%;
  }
  .catalogsearch-result-index #algolia-left-container {
    margin-bottom: 40px;
    width: 18.612%;
    z-index: 99;
  }
  .catalogsearch-result-index .ais-Hits-list .ais-Hits-item {
    width: 33.333%;
  }
  .catalogsearch-result-index .result-wrapper .price {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .catalogsearch-result-index .result-wrapper .price.before_special {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .amfaq-social-buttons {
    float: right;
    padding-top: 0;
  }
  .am-widget-categories-2 .am-widget-category {
    width: 50%;
  }
  .am-widget-categories-3 .am-widget-category {
    width: 33.3333%;
  }
  .ambanners.slick-slider .slick-prev:hover,
  .ambanners.slick-slider .slick-next:hover {
    background: #ffffff;
    border: 1px solid #cecece;
    color: #4e4e4e;
  }
  .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: #4e4e4e;
  }
  .ambanners.slick-slider .slick-prev:hover.slick-disabled,
  .ambanners.slick-slider .slick-next:hover.slick-disabled {
    background: rgba(255, 255, 255, 0.45);
  }
  .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;
    color: #4e4e4e;
  }
  .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;
  }
  .page-products .column.main {
    width: 81.388%;
  }
  .page-products .sidebar-main,
  .page-products .sidebar-additional {
    margin-top: 10px;
    width: 18.612%;
  }
  #html-body .main-row {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  #html-body .main-row [data-content-type='column-group'].pagebuilder-column-group .pagebuilder-column-line {
    justify-content: space-between;
  }
  #html-body .main-row [data-content-type='column-group'].pagebuilder-column-group .pagebuilder-column-line .column {
    margin-bottom: 0;
    width: 49.17%;
  }
  .product-info-main .box-tocart .fieldset .add-to-cart .tocart {
    padding: 7.5px 58px;
  }
  .product-info-main .product-info-price .price-box {
    width: 63%;
  }
  .offer-section {
    font-size: 2.8rem;
    line-height: 5.7rem;
    height: 62px;
  }
  .product.media .gallery-placeholder .offer-label {
    max-width: 100px;
  }
  .block-search {
    margin-bottom: 0;
    margin-left: 39px;
    margin-right: auto;
    margin-top: 0;
    max-width: 734px;
    min-width: auto;
    order: inherit;
    width: 43vw;
  }
  .checkout-cart-index .cart.table-wrapper {
    overflow: hidden;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-photo {
    padding-right: 10px;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-photo .product-image-container {
    max-width: 100px;
  }
  .checkout-cart-index .cart.table-wrapper .items tbody tr td {
    padding: 20px 20px 14px 20px;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .checkout-cart-index .cart.table-wrapper .items thead tr th {
    padding: 11px 20px;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .checkout-cart-index .cash-on-delivery {
    padding: 20px;
  }
  .cart-summary .block.discount .content .coupon {
    flex-wrap: nowrap;
  }
  .cart-summary .block.discount .content .coupon .field .control {
    position: relative;
  }
  .cart-summary .block.discount .content .coupon .field .control .input-text {
    border-bottom-right-radius: 0;
    border-right: none;
    border-top-right-radius: 0;
  }
  .cart-summary .block.discount .content .coupon .field .control div.mage-error {
    bottom: -22px;
  }
  .cart-summary .block.discount .content .coupon .actions-toolbar {
    margin-top: 25px;
  }
  .cart-container .checkout-methods-items {
    padding: 30px 20px 43px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-right: -400px;
    margin-left: auto;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .monthly-magazine-section .pagebuilder-column-line .pagebuilder-column[data-content-type='column'] {
    flex-basis: calc(33.33% - 13.5px);
    width: 33.33%;
  }
  .login-container .fieldset .field.note {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .login-container .block .block-content p {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .block.filter .filter-content .filter-options .filter-options-item {
    margin-bottom: 20px;
  }
  .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a .count {
    float: right;
  }
  .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item #layered_ajax_price_attribute #layered_ajax_price_text {
    margin-top: 25px;
  }
  .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.4rem;
    line-height: 1.5rem;
  }
  .fieldset > .field > .label {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .footer .footer-bottom .pagebuilder-column-line {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #html-body .footer .pagebuilder-column-group [data-content-type='column'] {
    padding-right: 10px;
  }
  #html-body .footer .pagebuilder-column-group [data-content-type='column']:last-child {
    padding-right: 0;
  }
  #html-body .footer .footer-social-content[data-content-type='column'] {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 0;
    width: 55%;
  }
  #html-body .footer .footer-social-content[data-content-type='column'] + [data-content-type='column'] {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    width: auto;
  }
  .footer .footer-social-content .footer-heading {
    color: #4e4e4e;
    font-weight: normal;
    margin-bottom: 0;
    margin-right: 10px;
    text-align: inherit;
    text-transform: uppercase;
    width: auto;
  }
  #html-body .footer .footer-social-content .footer-heading {
    margin-bottom: 0;
  }
  .header-top-mobile {
    margin-left: 37px;
  }
  .message.global.cookie .content {
    padding: 0 30px;
  }
  .slick-prev:hover,
  .slick-next:hover {
    background: #ffffff;
    border: 1px solid #cecece;
    color: #4e4e4e;
  }
  .slick-prev:hover:before,
  .slick-next:hover:before,
  .slick-prev:hover:after,
  .slick-next:hover:after {
    color: #4e4e4e;
  }
  .slick-prev:hover.slick-disabled,
  .slick-next:hover.slick-disabled {
    background: rgba(255, 255, 255, 0.45);
  }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid #cecece;
    color: #4e4e4e;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before,
  .slick-prev.slick-disabled:after,
  .slick-next.slick-disabled:after {
    color: #4e4e4e;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: 21px;
    width: calc((100% - 51px)/3);
  }
  .wishlist-index-index .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 21px;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .wishlist-index-index .actions-toolbar .primary .action {
    margin-right: 20px;
  }
  .nav-sections-item-content .vmagicmenu {
    margin-right: 30px;
  }
  .vmagicmenu .block-title .vmagicmenu-subtitle {
    min-width: 180px;
  }
  .vmagicmenu .block-title .vmagicmenu-subtitle:after {
    margin-left: 18px;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    max-width: 271px;
    width: 24%;
  }
  .desktop.three-columns section.content {
    width: 52%;
  }
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    max-width: 271px;
    width: 30%;
  }
  .amblog-helpful-wrap {
    margin: 0;
    right: 0;
    top: 0;
  }
  body[class*='amblog-index-'] .page-title {
    width: calc(100% - 420px);
  }
  body[class*='amblog-index-'].page-layout-2columns-right .column.main {
    padding-right: 40px;
    width: calc(100% - 380px);
  }
  body[class*='amblog-index-'].page-layout-2columns-right .sidebar-main,
  body[class*='amblog-index-'].page-layout-2columns-right .sidebar-additional {
    max-width: 380px;
  }
  body[class*='amblog-index-'].page-layout-2columns-right .column.main {
    padding-left: 40px;
    padding-right: 0;
  }
  .amblog-tabs-block.-block .amblog-list.-active {
    justify-content: flex-start;
  }
  .amblog-content-tab {
    margin-bottom: 10px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    width: 48%;
  }
  .amblog-grid-list {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  .amblog-grid-list > .amblog-item,
  .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 3%;
    width: 31%;
  }
  .amblog-grid-list > .amblog-item {
    min-width: 190px;
  }
  .amblog-grid-list .slick-slide .amblog-item {
    min-width: 150px;
  }
  .amblog-grid-list > .amblog-item:nth-child(3n+0),
  .amblog-grid-list .slick-slide .amblog-item:nth-child(3n+0) {
    margin-right: 0;
  }
  .page-layout-3columns .amblog-grid-list {
    justify-content: space-between;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 20px;
    width: calc(51% - 20px);
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item:nth-child(2n+0),
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item:nth-child(2n+0) {
    margin-right: 0;
  }
  .amblog-index-post .amblog-post-top-detail {
    margin-bottom: 20px;
  }
  .amblog-index-post .amblog-post-top-detail .amblog-wrap:first-child {
    margin-right: 60px;
  }
  .amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-minread,
  .amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-date {
    margin-right: 60px;
  }
  .amblog-index-post .amblog-post-social-detail {
    margin-bottom: 10px;
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content .product-item {
    margin-left: 13px;
    width: calc((100% - 26px)/3);
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content .product-item:nth-child(2n + 1) {
    margin-left: 13px;
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .amblog-index-post .amblog-post-top-detail .amblog-wrap:first-child {
    margin-left: 60px;
    margin-right: 0;
  }
  .amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-minread,
  .amblog-index-post .amblog-post-top-detail .amblog-dates .amblog-date {
    margin-left: 60px;
    margin-right: 0;
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content .products-grid .product-items .product-item {
    margin-left: auto;
    margin-right: 13px;
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content .products-grid .product-items .product-item:nth-child(2n + 1) {
    margin-left: auto;
    margin-right: 13px;
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content .products-grid .product-items .product-item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: 0;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    padding: 10px;
    font-size: 90px;
  }
  .amrelated-pack-item.-narrow .product-reviews-summary {
    margin: 0 auto 5px;
  }
  .amrelated-pack-item.-wide,
  .amrelated-pack-item.-narrow {
    min-width: 200px;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    width: 820px;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    padding: 0 35px 0 0;
  }
  .amrelated-product-info .amrelated-image-container .amrelated-image-container {
    padding: 0 25px 0 35px;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    text-align: left;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .catalogsearch-result-index #algolia-right-container {
    float: left;
  }
  .amfaq-social-buttons {
    float: left;
  }
  .homepagebrands-index-index .products-grid .product-item {
    margin-left: 0;
    margin-right: 17px;
  }
  .homepagebrands-index-index .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: 17px;
  }
  .homepagebrands-index-index .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: 17px;
  }
  .homepagebrands-index-index .products-grid .product-item:nth-child(4n + 1) {
    clear: right;
    margin-left: 0;
    margin-right: 0;
  }
  .table-comparison .product-item-actions .actions-primary {
    margin-left: 15px;
    margin-right: 0;
  }
  .block-search {
    margin-left: auto;
    margin-right: 39px;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-photo {
    padding-left: 10px;
    padding-right: 0;
  }
  .checkout-cart-index .cart.table-wrapper .items tbody tr td {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cart-summary .block.discount .content .coupon .field .control .input-text {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-left: none;
    border-right: 1px solid #b8b8b8;
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
  }
  .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a .count {
    float: left;
  }
  .block-collapsible-nav .item a,
  .block-collapsible-nav .item > strong {
    padding-left: 13px;
    padding-right: 30px;
  }
  #html-body .footer .pagebuilder-column-group [data-content-type='column'] {
    padding-left: 10px;
    padding-right: 0;
  }
  #html-body .footer .pagebuilder-column-group [data-content-type='column']:last-child {
    padding-left: 0;
    padding-right: 10px;
  }
  #html-body .footer .footer-social-content[data-content-type='column'] {
    justify-content: flex-start;
  }
  #html-body .footer .footer-social-content[data-content-type='column'] + [data-content-type='column'] {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
  }
  .footer .footer-social-content .footer-heading {
    margin-left: 10px;
    margin-right: 0;
  }
  .header-top-mobile {
    margin-left: 0;
    margin-right: 37px;
  }
  .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;
  }
  .wishlist-index-index .actions-toolbar .primary .action {
    margin-left: 20px;
    margin-right: 0;
  }
  .nav-sections-item-content .vmagicmenu {
    margin-left: 30px;
    margin-right: 0;
  }
  .vmagicmenu .block-title .vmagicmenu-subtitle:after {
    margin-left: 0;
    margin-right: 18px;
  }
}
@media all and (min-width: 1230px), print {
  .newbrand-categories.circle-container:not(.slick-slider) .circle-item {
    max-width: calc(100% / 5);
  }
  .offer_wrap .offer_list .offer-categories:not(.slick-slider) .offer-link {
    max-width: calc(100% / 5);
  }
  .footer .footer-social-block li [class*='icon-'] {
    height: 44px;
    width: 44px;
  }
  .footer .footer-social-content .footer-heading {
    margin-right: 20px;
  }
  #html-body .footer .footer-social-content[data-content-type='column'] {
    width: 45%;
  }
  .header .logo {
    max-width: 216px;
  }
  .nav-sections-item-content .vmagicmenu {
    margin-right: 40px;
  }
  .vmagicmenu .block-title .vmagicmenu-subtitle {
    min-width: 230px;
  }
  .footer .footer-social-content .footer-heading {
    margin-left: 20px;
    margin-right: 0;
  }
  .nav-sections-item-content .vmagicmenu {
    margin-left: 40px;
    margin-right: 0;
  }
}
@media all and (min-width: 1340px), print {
  .homepage-main-slider .banner_list:not(.slick-initialized) .banner-link {
    min-height: 316px;
  }
  .shop-by-category-wrapper > .item.item-category {
    width: calc(100% / 6);
  }
  .page-products .sidebar-additional .block-compare .actions-toolbar {
    justify-content: space-between;
  }
  .page-products .sidebar-additional .block-compare .actions-toolbar .primary {
    width: auto;
  }
  .page-products .sidebar-additional .block-compare .actions-toolbar .primary .compare {
    width: auto;
  }
  .page-products .sidebar-additional .block-compare .actions-toolbar .secondary {
    width: auto;
  }
  .page-products .sidebar-additional .block-compare .actions-toolbar .secondary .clear {
    width: auto;
  }
}
@media all and (min-width: 1440px), print {
  .navigation,
  .breadcrumbs,
  .footer.content,
  .page-wrapper > .widget,
  .block.category.event,
  .top-container,
  .page-main,
  .brand-category-container {
    max-width: 1300px;
  }
  .page-header .header.panel,
  .header.content,
  .nav-sections-item-content {
    max-width: 1460px;
  }
  .product.data.items .data.item.content .product.attribute .value {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .product.data.items .data.item.content .product.attribute .value p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .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.6rem;
    line-height: 2.4rem;
  }
  .product.data.items .data.item.content .block.review-list .block-title strong {
    font-size: 3rem;
    line-height: 4rem;
  }
  .product.data.items .data.item.content .block.review-add .block-content .review-form .review-fieldset .review-legend.legend strong {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .product.data.items .data.item.content .block.review-add .block-content .review-form .review-fieldset .review-legend.legend span {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .product.data.items .data.item.content .block .block-content .items .item {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .product.data.items .data.item.content .block .block-content .items .item .review-title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .product.data.items .data.item.content .block .block-content .items .item .review-content-container {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .product.data.items .data.item.content .block .block-content .items .item .rating-summary .label {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .fieldset .review-legend.legend strong {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .fieldset .review-legend.legend span {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1300px;
  }
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1300px;
  }
  .amslider .wrapper {
    justify-content: center;
  }
  .blog-home-category-section {
    margin-top: 10px;
  }
  .blog-home-category-section .categories-block {
    margin-top: 10px;
  }
  .blog-home-category-section .categories-block .amblog-category {
    width: 25%;
  }
  .blog-home-category-section .categories-block .amblog-category .amblog-category-content .amblog-link {
    font-size: 1.6rem;
  }
  .blog-home-category-section .categories-block .amblog-category .amblog-category-content .amblog-category-description p,
  .blog-home-category-section .categories-block .amblog-category .amblog-category-content .amblog-category-description .ampost-link {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .blog-home-category-section .amblog-list-view {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 22px auto 35px;
  }
  .blog-home-middle-slider-section {
    margin-bottom: 35px;
    margin-top: 35px;
  }
  .blog-homepage-middle-slider .slick-slider .slick-arrow.slick-prev {
    left: 192px;
  }
  .blog-homepage-middle-slider .slick-slider .slick-arrow.slick-next {
    right: 192px;
  }
  .blog-homepage-main-slider .slick-prev,
  .blog-homepage-main-slider .slick-next {
    height: 54px;
    width: 54px;
  }
  .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-two-banner-top-section {
    margin-bottom: 25px;
  }
  .blog-home-our-services-section .banner_list .banner-link:not(:last-child) {
    margin-bottom: 35px;
  }
  .blog-home-featured-article-section .slick-slider .slick-arrow.slick-prev {
    left: -40px;
  }
  .blog-home-featured-article-section .slick-slider .slick-arrow.slick-next {
    right: -40px;
  }
  .blog-home-ask-question-section {
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .opportunities-section .pagebuilder-column-line .opportunities-right-section .benefits-calculator-description {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 5px;
  }
  .united-life-section .section-title {
    margin-bottom: 40px;
  }
  .why-people-love-us-section .pagebuilder-column-group .pagebuilder-column-line {
    gap: 40px;
  }
  .why-people-love-us-section .pagebuilder-column-group .pagebuilder-column-line:first-child {
    margin-bottom: 40px;
  }
  .why-people-love-us-section .pagebuilder-column .people-love-us-title {
    font-size: 2.2rem;
  }
  .why-people-love-us-section .pagebuilder-column .people-love-us-note {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .job-listing-section .job-component-list-data .job-input-data-field {
    gap: 35px;
    padding: 35px;
  }
  .job-listing-section .job-component-list-data .row-job .job-position {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
  .job-listing-section .job-component-list-data .row-job .job-info-content .read-more-button {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .modal-popup.share-job-popup .modal-header .modal-title,
  .modal-popup.apply-job-popup .modal-header .modal-title {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .career-details .career-title-sharepost .job-action-share .action-share-title {
    font-size: 2.2rem;
  }
  .career-details .career-title-sharepost .section-title {
    font-size: 2.8rem;
  }
  .career-details .job-posted-date {
    font-size: 2rem;
    line-height: 3.2rem;
  }
  .newbrand-categories.circle-container:not(.slick-slider) .circle-item {
    max-width: calc(100% / 6);
  }
  .best-deal-category-label.section-title {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .best-in-beauty-category-wrapper .best-in-beauty-category-label a {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  .multi-category-wrapper .multi-category-header .multi-category-label {
    font-size: 2.8rem;
    line-height: 4rem;
  }
  .multi-category-wrapper .multi-category-subcategory-wrapper .multi-category-subcategory .multi-category-details .multi-category-subcategory-label a {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .popular-category-products-wrapper .page-products .products-grid .product-items.slick-slider .product-item {
    width: calc(100% / 5);
  }
  .loyalty-points-balance-data .loyalty-title {
    font-size: 2rem;
    line-height: 3.4rem;
  }
  .loyalty-points-balance-data .loyalty-points-data .loyalty-total-points-credit {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .benefits-pregnancy-calculator-section .pagebuilder-column-line .benefits-right-section .benefits-calculator-description {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .pregnancy-calculate-section .row-full-width-inner {
    margin-bottom: 50px;
    margin-top: 25px;
  }
  .pregnancy-calculate-section .pregnancy-calculate-right-section {
    padding: 50px;
  }
  .pregnancy-calculate-section .pregnancy-calculate-right-section .calculate-title {
    font-size: 2.2rem;
  }
  .pregnancy-calculate-section .pregnancy-calculate-right-section .pregnancy-calculate-form-wrap .label {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .pregnancy-calculate-section .pregnancy-calculate-right-section .pregnancy-calculate-form-wrap form .cycle-length-range-slider .cycle-length-days {
    font-size: 2.2rem;
  }
  .pregnancy-calculate-section .pregnancy-calculate-right-section .pregnancy-calculate-form-wrap form .cycle-length-range-slider .ui-slider-horizontal {
    margin-right: 50px;
    width: calc(100% - 146px);
  }
  .shop-by-brand-block .shop-products-brands-header .category-section .label,
  .shop-by-brand-block .shop-products-brands-header .brand-section .label {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .shop-by-brand-block .shop-products-brands-header .view-all-link-btn .secondary-btn {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .offer_wrap .section-title {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .offer_wrap .offer_list .offer-categories:not(.slick-slider) .offer-link {
    max-width: calc(100% / 6);
  }
  .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'] {
    max-width: 1300px;
  }
  .united-world-service-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .service-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .global-product-page-category .bundle-category-block .bundle-category-label .bundle-category-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .catalogsearch-result-index .ais-Hits-list .ais-Hits-item {
    width: 25%;
  }
  .catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-header span {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
  .catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body ul li {
    line-height: 3.2rem;
  }
  .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.6rem;
    line-height: 3.2rem;
  }
  .catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body ul li .ais-HierarchicalMenu-list--child ul {
    position: relative;
  }
  .catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body ul li .ais-HierarchicalMenu-list--child ul li a,
  .catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body ul li .ais-HierarchicalMenu-list--child ul li span {
    font-weight: normal;
  }
  .catalogsearch-result-index .algolia-layer-navigation .ais-Panel .ais-Panel-body .ais-RangeSlider .rheostat .rheostat-tooltip {
    font-size: 1.6rem;
    line-height: 1.7rem;
  }
  .catalogsearch-result-index .algolia-layer-navigation #current-refinements .ais-CurrentRefinements-item .ais-CurrentRefinements-label,
  .catalogsearch-result-index .algolia-layer-navigation #current-refinements .ais-CurrentRefinements-item .ais-CurrentRefinements-category {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .amfaq-product-tab .block-title strong {
    font-size: 4rem;
    line-height: 5.6rem;
  }
  .amfaq_questions .am-title {
    font-size: 16px;
    line-height: 24px;
  }
  .amfaq_questions .am-content {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .amfaq_questions .am-content .amfaq-rating-yesno span {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .amfaq_questions .am-item {
    padding: 24px;
  }
  .ask-question-form .button-container .button-info {
    font-size: 1.8rem;
    line-height: 22px;
  }
  .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;
  }
  .amlocator-schedule-table .amlocator-cell.-time {
    padding-right: 7%;
    text-align: right;
  }
  .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(70% - 55px);
  }
  .page-products .column.main .page-title-wrapper .page-title {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .page-products .sidebar-main .block-compare .block-title strong,
  .page-products .sidebar-additional .block-compare .block-title strong {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
  .page-products .sidebar-main .block-compare .block-title .counter.qty,
  .page-products .sidebar-additional .block-compare .block-title .counter.qty {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
  .page-products .sidebar-main .block-compare .empty,
  .page-products .sidebar-additional .block-compare .empty {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .product-item-name .product-item-link {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .product-item .price-box .price-final_price .price {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .product-item .price-box.price-final_price .old-price .price {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  .column.main .block-related .block-title strong {
    font-size: 3rem;
    line-height: 4rem;
  }
  .toolbar-amount {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .page-products .toolbar .limiter {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 3rem;
    line-height: 4rem;
  }
  .product-info-main .product-info-price .price-box .price-wrapper .price {
    font-size: 3rem;
    line-height: 2.2rem;
  }
  .product-info-main .product-info-price .price-box .special-price .price-final_price .price {
    font-size: 3rem;
    line-height: 2.2rem;
  }
  .product-info-main .product-info-price .price-box .old-price .price {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .product-info-main .product.attribute.overview .value p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .alo-social-links .title-social {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  .alo-social-links .custom-html .icon-share li {
    height: 44px;
    width: 44px;
  }
  .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: 24px;
    line-height: 26px;
  }
  .alo-social-links .custom-html .icon-share li .social-link.whatsapp:before {
    font-size: 23px;
    line-height: 26px;
  }
  .offer-section {
    font-size: 3.4rem;
    line-height: 5.7rem;
    height: 62px;
  }
  .table-comparison .price-box .price-container .price {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .table-comparison .product-item-name {
    font-size: 1.6rem;
  }
  .page-layout-1column .product.media .fotorama__stage .fotorama__arr--next {
    right: 40px;
  }
  .page-layout-1column .product.media .fotorama__stage .fotorama__arr--next .fotorama__arr__arr:before {
    font-size: 18.37px;
    line-height: 18.37px;
  }
  .page-layout-1column .product.media .fotorama__stage .fotorama__arr--prev {
    left: 40px;
  }
  .page-layout-1column .product.media .fotorama__stage .fotorama__arr--prev .fotorama__arr__arr:before {
    font-size: 18.37px;
    line-height: 18.37px;
  }
  .checkout-cart-index .page-main .page-title-wrapper .page-title {
    font-size: 3rem;
    line-height: 4rem;
  }
  .block-minicart .items-total {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .block-minicart .subtotal {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .block-minicart .subtotal .block-minicart .items-total {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .block-minicart .subtotal .amount .price-wrapper .price {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .block-minicart .amount .price-wrapper .price {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .cms-page-view .amfaq_questions .am-item {
    padding: 24px;
  }
  .monthly-magazine-section .pagebuilder-column-line .pagebuilder-column[data-content-type='column'] {
    flex-basis: calc(25% - 15px);
    width: 25%;
  }
  .monthly-magazine-section .pagebuilder-column-line .pagebuilder-column[data-content-type='column'] [data-content-type='heading'] {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .magazine-list-banner .banner-list .magazine-category-block {
    width: 25%;
  }
  .accordion-container .meanmenu-accordion .default-category-title .accor-title {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
  .accordion-container .meanmenu-accordion .nav-accordion li a span {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
  .block.filter .filter-content .filter-options .filter-options-item .filter-options-title {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
  .block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item a {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  .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.6rem;
    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 span {
    font-size: 1.6rem;
    line-height: 1.7rem;
  }
  .block.filter .items .item .filter-label,
  .block.filter .items .item .filter-value {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .section-title {
    font-size: 28px;
    line-height: 34px;
  }
  .page-main > .page-title-wrapper .page-title,
  .page-main-full-width > .page-title-wrapper .page-title {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .page-header .promotion-offer {
    max-width: 638px;
    min-width: 638px;
  }
  .nav-sections-item-content .vmagicmenu {
    margin-right: 70px;
  }
  .vmagicmenu .block-title .vmagicmenu-subtitle {
    min-width: 236px;
  }
  .vmagicmenu .block-title .vmagicmenu-subtitle:after {
    margin-left: 22px;
  }
  body[class*='amblog-index-'] .page-title {
    width: calc(100% - 490px);
  }
  body[class*='amblog-index-'].page-layout-2columns-right .column.main {
    padding-right: 60px;
    width: calc(100% - 430px);
  }
  body[class*='amblog-index-'].page-layout-2columns-right .sidebar-main,
  body[class*='amblog-index-'].page-layout-2columns-right .sidebar-additional {
    max-width: 430px;
  }
  .amblog-title {
    font-size: 2.8rem;
    line-height: 3.4rem;
    padding-bottom: 12px;
  }
  .amblog-post-container .amblog-post-title .post-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .amblog-sidebar-heading-container .amblog-title {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .amblog-index-post .page-bottom .amblog-post-list {
    max-width: 1300px;
  }
  body[class*='amblog-index-'].page-layout-2columns-right .column.main {
    padding-left: 60px;
    padding-right: 0;
  }
  .amblog-index-post .amblog-comments-wrapper .amblog-secondary-title {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .amblog-index-post .amblog-comments-wrapper .amblog-form-comment .amblog-input.-textarea {
    height: 142px;
  }
  .widget.amblog-post-list .post-item .post-item-content .post-item-details .post-title {
    font-size: 1.6rem;
  }
  .widget.amblog-post-list .post-item .post-item-content .post-item-details .short-description p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .widget.amblog-post-list .post-item .post-item-content .post-item-details .ampost-link {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .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 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .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 {
    font-size: 1.6rem;
  }
  .amblog-post-list.-recent-posts .amblog-list .post-item-info .post-item-details .post-title {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-slider .slick-arrow.slick-prev {
    left: -40px;
  }
  .amblog-index-post .page-bottom.amblog-slider-container .amblog-post-list .slick-slider .slick-arrow.slick-next {
    right: -40px;
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content [data-content-type='heading'] {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content .product-item .product-item-info .price-box .old-price + .price-container .price {
    font-size: 1.8rem;
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content .product-item .product-item-info .price-box.price-final_price .price {
    font-size: 1.8rem;
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content .product-item .product-item-info .price-box.price-final_price .old-price .price {
    font-size: 1.6rem;
  }
  .amblog-element-block .amblog-categories .amblog-link {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .amrelated-pack-list.-wide .amrelated-pack-item.-main {
    display: flex;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
    flex-wrap: nowrap;
    max-width: 66%;
    width: unset;
  }
  .amrelated-pack-list.-wide .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-equal {
    line-height: unset;
  }
  .amrelated-pack-item.-wide {
    padding: 30px;
    width: 270px;
  }
  .amrelated-pack-item.-wide.-main {
    padding-left: 0;
    width: 270px;
  }
  .amrelated-pack-item.-wide .amrelated-info {
    display: flex;
    text-align: left;
  }
  .amrelated-pack-item.-wide .amrelated-details {
    margin-left: 20px;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container {
    margin: 0;
  }
  .amrelated-pack-item .price-final_price [data-price-type='finalPrice'] .price {
    font-size: 1.8rem;
  }
  .amrelated-summary-content .main.price {
    font-size: 2.4rem;
  }
  .amrelated-pack-wrapper .amrelated-title {
    font-size: 1.8rem;
  }
  .amrelated-pack-item.-wide.-main {
    padding-right: 0;
    padding-left: 30px;
  }
  .amrelated-pack-item.-wide .amrelated-details {
    margin-left: 0;
    margin-right: 20px;
  }
  .amlocator-schedule-table .amlocator-cell.-time {
    padding-left: 7%;
    padding-right: 0;
    text-align: left;
  }
  .shop-by-category-wrapper > .item.item-category {
    min-width: calc(100% / 6);
    padding: 0 10px;
  }
  .product-item .price-box .price-final_price .price {
    font-size: 15px;
  }
  .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;
  }
  .nav-sections-item-content .vmagicmenu {
    margin-left: 70px;
    margin-right: 0;
  }
  .vmagicmenu .block-title .vmagicmenu-subtitle:after {
    margin-left: 0;
    margin-right: 22px;
  }
}
@media all and (min-width: 1600px), print {
  .navigation,
  .breadcrumbs,
  .footer.content,
  .page-wrapper > .widget,
  .block.category.event,
  .top-container,
  .page-main,
  .brand-category-container {
    max-width: 1500px;
  }
  .page-header .header.panel,
  .header.content,
  .nav-sections-item-content {
    max-width: 1660px;
  }
  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 {
    font-size: 16px;
    height: 42px;
    line-height: 17px;
  }
  textarea {
    font-size: 16px;
    line-height: 17px;
  }
  .action.primary,
  .action-primary {
    font-size: 16px;
  }
  button {
    font-size: 16px;
  }
  .modal-popup .modal-title {
    font-size: 26px;
  }
  .modal-custom .action-close:before,
  .modal-popup .action-close:before,
  .modal-slide .action-close:before {
    font-size: 14px;
    line-height: 14px;
  }
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1500px;
  }
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1500px;
  }
  .checkout-index-index .checkout-header .title {
    font-size: 4rem;
    line-height: 5rem;
  }
  .checkout-index-index .opc-block-summary .minicart-items input.qty {
    width: 42px;
  }
  .checkout-index-index .opc-block-summary .minicart-items .product-item-details {
    padding-right: 80px;
  }
  .amcheckout-step-container .amcheckout-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .amcheckout-step-container .step-content .amcheckout-delivery-type input[type='radio'] + label {
    font-size: 1.6rem;
    line-height: 2.5rem;
    height: 42px;
    margin-left: 30px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview button {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .amcheckout-step-container .step-content .shipping-time-title {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .amcheckout-step-container .step-content .united-world-shipping .shipping-days {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .amcheckout-step-container .amcheckout-summary-container .product-item-name {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .amcheckout-step-container .amcheckout-summary-container .details-qty.amcheckout-qty .control {
    max-width: 84px;
  }
  .amcheckout-step-container .amcheckout-summary-container .details-qty.amcheckout-qty .control input[type='number'] {
    font-size: 1.4rem;
  }
  .amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
    max-width: 136px;
  }
  .amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:before {
    font-size: 18px;
    line-height: 18px;
  }
  .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
    padding-right: 80px;
  }
  .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
    max-height: 70px;
    max-width: 70px;
  }
  .amcheckout-step-container .amcheckout-summary-container .product-item .delete:before {
    font-size: 18px;
    line-height: 18px;
  }
  .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 {
    font-size: 16px;
    height: 42px;
  }
  .amcheckout-step-container .form-discount .actions-toolbar .action {
    min-height: 42px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
    padding: 8px 36px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    width: calc(100% - (480px + 30px));
  }
  .amcheckout-step-container .shipping-address-items .shipping-address-item {
    font-size: 16px;
    line-height: 24px;
    padding: 23px 60px 23px 16px;
  }
  .amcheckout-step-container .shipping-address-items .shipping-address-item .action-select-shipping-item {
    height: 32px;
    right: 16px;
    top: 23px;
    width: 32px;
  }
  .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item:after {
    font-size: 32px;
    line-height: 32px;
  }
  .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item:after {
    right: 16px;
    top: 23px;
    width: 33px;
  }
  .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes .label,
  .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment .label {
    font-size: 1.6rem;
  }
  .homepage-main-slider .banner_list:not(.slick-initialized) .banner-link {
    min-height: 428px;
  }
  .blog-home-category-section {
    margin-top: 25px;
  }
  .blog-home-category-section .categories-block {
    margin-top: 30px;
  }
  .blog-home-category-section .categories-block .amblog-category .amblog-category-content .amblog-link {
    font-size: 1.8rem;
  }
  .blog-home-category-section .amblog-list-view {
    margin: 37px auto 50px;
  }
  .blog-home-middle-slider-section {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .blog-home-our-services-section .banner_list .banner-link:not(:last-child) {
    margin-bottom: 50px;
  }
  .blog-home-ask-question-section {
    margin-bottom: 25px;
    margin-top: 30px;
  }
  .opportunities-section {
    margin-bottom: 50px;
  }
  .opportunities-section .pagebuilder-column-line .opportunities-right-section .section-title {
    line-height: 6.2rem;
  }
  .opportunities-section .pagebuilder-column-line .opportunities-right-section .benefits-calculator-description {
    font-size: 2rem;
    line-height: 3.2rem;
    margin-bottom: 15px;
  }
  .opportunities-section .pagebuilder-column-line .opportunities-right-section .pagebuilder-button-primary {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .career-main-banner-slider {
    margin-bottom: 50px;
  }
  .workplace-note {
    font-size: 2rem;
    line-height: 3.2rem;
    margin-bottom: 45px;
  }
  .united-workplace-section {
    margin-bottom: 50px;
  }
  .united-workplace-section .row-full-width-inner {
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .united-workplace-section .pagebuilder-column-line .pagebuilder-column [data-content-type='text'] p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .united-life-section {
    margin-bottom: 50px;
  }
  .united-life-section .section-title {
    margin-bottom: 50px;
  }
  .united-life-section .pagebuilder-column-group .pagebuilder-column-line {
    gap: 50px;
  }
  .united-life-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column[data-content-type='column'] {
    flex-basis: calc(33.33% - 34px);
  }
  .why-people-love-us-section {
    margin-bottom: 50px;
  }
  .why-people-love-us-section .section-title {
    line-height: 6.2rem;
  }
  .why-people-love-us-section .pagebuilder-column .people-love-us-title {
    font-size: 2.4rem;
  }
  .why-people-love-us-section .pagebuilder-column .people-love-us-note {
    font-size: 2rem;
    line-height: 3.2rem;
  }
  .why-people-love-us-section .pagebuilder-column-group .pagebuilder-column-line {
    gap: 50px;
  }
  .why-people-love-us-section .pagebuilder-column-group .pagebuilder-column-line:first-child {
    margin-bottom: 50px;
  }
  .job-listing-section {
    margin-bottom: 50px;
  }
  .job-listing-section .section-title {
    margin: 50px 0;
  }
  .job-listing-section .job-component-list-data .job-input-data-field {
    gap: 50px;
    padding: 50px;
  }
  .job-listing-section .job-component-list-data .job-input-data-field .input-button button {
    line-height: 2.4rem;
  }
  .job-listing-section .job-component-list-data .job-input-data-field .input-text input[type='text'],
  .job-listing-section .job-component-list-data .job-input-data-field .input-text select {
    line-height: 2.4rem;
  }
  .job-listing-section .job-component-list-data .row-job {
    padding: 50px 0;
  }
  .job-listing-section .job-component-list-data .row-job .job-position {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .job-listing-section .job-component-list-data .row-job .job-job_information {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .modal-popup.apply-job-popup .modal-header .modal-title {
    font-size: 4rem;
    line-height: 5rem;
  }
  .career-details .career-detail-description {
    margin-top: 50px;
    padding: 50px 0;
  }
  .career-details .career-detail-description .job-description {
    padding: 50px 30px;
  }
  .career-details .career-detail-description .job-description .detail-apply-button {
    margin-top: 50px;
  }
  .career-details .career-title-sharepost .job-action-share .action-share-title {
    font-size: 2.4rem;
  }
  .career-details .career-title-sharepost .section-title {
    font-size: 4rem;
  }
  .shop-by-category-wrapper > .item.item-category {
    width: calc(100% / 7);
  }
  .top-container .delivery-address-selector .delivery-text {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .top-container .delivery-address-selector .delivery-text .delivery-msg {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-right: 40px;
  }
  .top-container .delivery-address-selector .delivery-text #delivery_city {
    margin-right: 40px;
  }
  .chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single,
  .chosen-container.chosen-container-single .chosen-single {
    font-size: 1.6rem;
    height: 42px;
    line-height: 42px;
  }
  .choose-city-popup .select2-container .select2-selection {
    font-size: 1.6rem;
    line-height: 4.2rem;
    height: 42px;
  }
  .choose-city-popup .select2-container .select2-selection .select2-selection__rendered {
    line-height: 4.2rem;
  }
  .checkout-note .action span {
    font-size: 1.6rem;
  }
  .checkout-note .note-data {
    font-size: 1.6rem;
  }
  .newbrand-categories.circle-container:not(.slick-slider) .circle-item {
    max-width: calc(100% / 7);
  }
  .newbrand-categories .circle-item .skincare-title {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .best-deal-category-label.section-title {
    font-size: 3rem;
    line-height: 4rem;
  }
  .best-in-beauty-category-wrapper .best-in-beauty-category-label {
    height: 64px;
  }
  .best-in-beauty-category-wrapper .best-in-beauty-category-label a {
    font-size: 2rem;
    line-height: 2rem;
  }
  .multi-category-wrapper .multi-category-header {
    margin-bottom: 10px;
  }
  .multi-category-wrapper .multi-category-header .multi-category-label {
    font-size: 3rem;
    line-height: 4.7rem;
  }
  .multi-category-wrapper .multi-category-header .multi-category-view-all .secondary {
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding: 11px 22px;
  }
  .multi-category-wrapper .multi-category-subcategory-wrapper .multi-category-subcategory .multi-category-details .multi-category-subcategory-label a {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .popular-categories-view-all .secondary-btn {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .popular-category-tab {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .loyalty-points-balance-data .loyalty-title {
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
  .loyalty-points-balance-data .loyalty-points-data .loyalty-title-points-credit {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .loyalty-points-balance-data .loyalty-points-data .loyalty-total-points-credit {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
  .lp-partner-slider .partner-slider-title {
    font-size: 3rem;
    line-height: 3.6rem;
  }
  .lp-partner-slider .partner-view-all {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .loyaltypoints-partners-view .lp-partner-points-list .lp-partner-points-box .miltes-points-title {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .benefits-pregnancy-calculator-section .pagebuilder-column-line .benefits-right-section .section-title {
    line-height: 6.2rem;
  }
  .benefits-pregnancy-calculator-section .pagebuilder-column-line .benefits-right-section .benefits-calculator-description {
    font-size: 2rem;
    line-height: 3.2rem;
  }
  .pregnancy-main-slider-section {
    margin-bottom: 50px;
  }
  .pregnancy-calculate-section {
    margin: 50px 0;
  }
  .pregnancy-calculate-section .pregnancy-calculate-right-section .calculate-title {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
  .pregnancy-calculate-section .pregnancy-calculate-right-section .pregnancy-calculate-form-wrap .label {
    font-size: 2rem;
    line-height: 3.2rem;
  }
  .pregnancy-calculate-section .pregnancy-calculate-right-section .pregnancy-calculate-form-wrap form .field {
    margin-bottom: 50px;
  }
  .pregnancy-calculate-section .pregnancy-calculate-right-section .pregnancy-calculate-form-wrap form .cycle-length-range-slider .cycle-length-days {
    font-size: 2.4rem;
  }
  .pregnancy-calculate-section .pagebuilder-column-line {
    margin-top: 50px;
  }
  .qitaf-mobile-number-field .country-code-flag {
    height: 42px;
  }
  .offer_wrap .offer_list .offer-categories .offer-cate-name {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .offer_wrap .offer_list .offer-categories:not(.slick-slider) .offer-link {
    max-width: calc(100% / 7);
  }
  .offer_wrap .offer_list .section-title {
    margin: 25px 0 35px;
  }
  .offer_wrap .offer-products .section-title {
    margin: 50px 0;
  }
  .offer_wrap .section-title {
    font-size: 4rem;
    line-height: 5rem;
  }
  #html-body .brand-united-section-title .mobile-border-button .pagebuilder-button-primary {
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding: 11px 22px;
  }
  .shop-product-by-brand.global-category .home-brands .ambrands-letters-list .ambrands-letter {
    margin-bottom: 50px;
  }
  .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'] {
    max-width: 1500px;
  }
  .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: 50px;
  }
  .united-world-service-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .service-title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .global-product-page-category .bundle-category-block .bundle-category-label {
    height: 86px;
  }
  .global-product-page-category .bundle-category-block .bundle-category-label .bundle-category-title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .global-product-page-category .bundle-category-block .bundle-category-label .bundle-category-sub-title {
    margin-top: 5px;
  }
  .catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .box-tocart.product-qty {
    max-width: 94px;
  }
  .catalogsearch-result-index .ais-Hits-list .ais-Hits-item .product-item-info .box-tocart.product-qty .control input[type='number'] {
    font-size: 1.6rem;
    height: 32px;
  }
  .catalogsearch-result-index .result-wrapper .view-product,
  .catalogsearch-result-index .result-wrapper .tocart {
    font-size: 1.6rem;
    line-height: 1.7rem;
  }
  .catalogsearch-result-index .result-wrapper .price {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .catalogsearch-result-index .result-wrapper .price.before_special {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-title .action {
    font-size: 1.6rem;
  }
  .checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .amrewards-discount-form .actions-toolbar .primary .action {
    min-height: 42px;
  }
  .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.6rem;
    line-height: 2.2rem;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-title {
    font-size: 1.6rem;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-button.-nearby {
    font-size: 1.6rem;
  }
  .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.6rem;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-filters-container .amlocator-title {
    font-size: 1.6rem;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-filters-container .amlocator-actions .amlocator-button {
    font-size: 1.6rem;
  }
  .amcheckout-wrapper .amlocator-map-container .amlocator-block.-map .gm-style .amlocator-info-popup .amlocator-names {
    font-size: 16px;
    line-height: 24px;
  }
  .amcheckout-wrapper .amlocator-map-container .amlocator-block.-map .gm-style .gm-style-iw {
    font-size: 16px;
  }
  .amcheckout-wrapper .amlocator-map-container .amlocator-block.-map .gm-style .gm-ui-hover-effect:before {
    font-size: 16px;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .stcphonenumber .mobile-num,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .stcphonenumber .mobile-pre {
    font-size: 1.6rem;
    line-height: 1.5rem;
    height: 42px;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .stcphonenumber .mobile-num {
    width: calc(100% - 52px);
  }
  .instruction {
    font-size: 14px;
    line-height: 16px;
  }
  .modal-popup.bv-pharmacist-popup-modal .modal-inner-wrap .login-step p {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
  .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: 1.6rem;
    line-height: 2rem;
  }
  .page-products .column.main .page-title-wrapper .page-title {
    font-size: 4rem;
    line-height: 5rem;
  }
  .product-items .product-item .product-item-info .box-tocart.product-qty {
    max-width: 94px;
  }
  .product-items .product-item .product-item-info .box-tocart.product-qty .control input[type='number'] {
    font-size: 1.6rem;
    height: 32px;
  }
  .product-item .price-box .price-final_price .price {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .product-item .price-box.price-final_price .old-price .price {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .product-item-info .actions-primary .stock {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .table-comparison .price-box .price-container .price {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .table-comparison .cell.label,
  .table-comparison .cell.attribute {
    font-size: 1.6rem;
  }
  .block-search {
    margin-left: 49px;
  }
  .checkout-cart-index .page-main .page-title-wrapper .page-title {
    font-size: 4rem;
    line-height: 5rem;
  }
  .checkout-cart-index .cart.table-wrapper .items tbody tr td {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .checkout-cart-index .cart.table-wrapper .items tbody tr td.col.qty .field.qty .control {
    height: 32px;
    max-width: 94px;
    padding: 0 12px;
  }
  .checkout-cart-index .cart.table-wrapper .items tbody tr td.col.qty .field.qty .control input[type='number'] {
    font-size: 1.6rem;
    line-height: 1.7rem;
    height: 28px;
  }
  .checkout-cart-index .cart.table-wrapper .items tbody tr td.col.price .price-including-tax .price {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .checkout-cart-index .cart.table-wrapper .items thead tr th {
    font-size: 1.8rem;
    line-height: 2.4rem;
    vertical-align: middle;
  }
  .checkout-cart-index .cart.main.actions .action.update {
    font-size: 1.6rem;
    line-height: 2.5rem;
    height: 42px;
    padding: 7.5px 35.5px;
  }
  .checkout-cart-index .cart.main.actions .action.continue {
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding: 7.5px 35.5px;
  }
  .checkout-cart-index .cash-on-delivery span {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .cart-summary > .title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .cart-summary .block.discount .content .coupon .field .label {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .cart-summary .block.discount .content .coupon .field .control input[type='text'] {
    height: 42px;
  }
  .cart-summary .block.discount .content .coupon .actions-toolbar {
    margin-top: 29px;
  }
  .cart-summary .block.discount .content .coupon .actions-toolbar > .primary .action.primary {
    height: 42px;
  }
  .cart-summary .cart-totals .table-wrapper .table tbody tr th {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .cart-summary .cart-totals .table-wrapper .table tbody tr td {
    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 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .cart.table-wrapper .product-item-photo {
    padding-right: 20px;
  }
  .cart.table-wrapper .product-item-photo .product-image-container {
    max-width: 100%;
  }
  .cart-totals {
    padding: 24px 20px 20px;
  }
  .cart-container .checkout-methods-items .action.primary.checkout {
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding: 11.5px 17px;
  }
  .minicart-wrapper {
    margin-left: 47px;
  }
  .minicart-wrapper .action.showcart .text {
    font-size: 14px;
  }
  .minicart-items .product-item-details {
    padding-left: 98px;
  }
  .minicart-items .product-item-details .details-qty.qty .control {
    height: 34px;
    max-width: 94px;
    padding: 0 12px;
  }
  .minicart-items .product-item-details .details-qty.qty .control input[type='number'] {
    height: 30px;
    font-size: 1.6rem;
  }
  .minicart-items .product-item-details .details-qty.qty .label {
    font-size: 1.4rem;
  }
  .minicart-items .product-item-details .details-qty.free-product-qty input[type='number'] {
    height: 34px;
  }
  .minicart-items .product-item-details .price {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .minicart-items .product-item-name {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .minicart-items .product .product-item-photo .product-image-container {
    width: 80px !important;
  }
  .minicart-items .action.edit:before {
    font-size: 18px;
    line-height: 18px;
  }
  .minicart-items .action.edit:before {
    margin: 3px 15px 0 0;
  }
  .minicart-items .action.delete:before {
    font-size: 18px;
    line-height: 18px;
  }
  .minicart-items .action.delete:before {
    margin: 3px 0 0;
  }
  .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 {
    padding: 12px 17px;
  }
  .block-minicart .block-content > .actions > .primary .action.checkout {
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding: 12px 17px;
  }
  .block-minicart .block-content > .actions > .secondary .viewcart {
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding: 12px 17px;
  }
  .opc-block-summary .items-in-cart > .title strong {
    line-height: 2.2rem;
    letter-spacing: 0;
  }
  .opc-block-summary .table-totals .mark .value {
    display: none;
  }
  .opc-block-summary .minicart-items .product-item .product-item-details .price {
    font-size: 1.6rem;
    line-height: 22px;
  }
  .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 {
    font-size: 14px;
    line-height: 22px;
  }
  .opc-block-summary .minicart-items .product-item:first-child .details-qty:before {
    max-width: 64px;
  }
  .checkout-payment-method .payment-method .payment-method-title {
    font-size: 16px;
  }
  .checkout-payment-method .payment-method .payment-method-title input[type='radio'] + label:before {
    height: 32px;
    width: 32px;
  }
  .checkout-payment-method .payment-method .payment-method-title input[type='radio']:checked + label:before {
    font-size: 32px;
    line-height: 32px;
  }
  .checkout-payment-method .payment-method-title .payment-icon {
    max-height: 48px;
  }
  .checkout-payment-method .discount-code.payment-option .discount-title {
    font-size: 16px;
  }
  .checkout-onepage-success .columns > .page-title-wrapper .page-title {
    font-size: 4rem;
    line-height: 5rem;
  }
  .checkout-onepage-success .checkout-success p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .checkout-onepage-success .checkout-success p a {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .checkout-onepage-success .checkout-success .actions-toolbar .primary .action.continue {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .amcheckout-step-container .step-content .amcheckout-delivery-type .homedeliveryy span:before {
    font-size: 25.54px;
    line-height: 25.54px;
  }
  .amcheckout-step-container .step-content .amcheckout-delivery-type .storepickupp span:before {
    font-size: 24px;
    line-height: 24px;
  }
  .amcheckout-step-container .step-content .store-list-wrapper .store-list-header .store-list-maplistview button:before {
    font-size: 24px;
    line-height: 25px;
  }
  .amcheckout-step-container .step-content .store-list-content-list-view .row-store {
    font-size: 16px;
    line-height: 22px;
  }
  .amcheckout-step-container .step-content .store-list-content-list-view .row-store-radio input[type='radio'] + label:before {
    height: 32px;
    width: 32px;
  }
  .amcheckout-step-container .step-content .store-list-content-list-view .row-store-radio input[type='radio']:checked + label:before {
    font-size: 32px;
    line-height: 32px;
  }
  .amcheckout-step-container .amlocator-map-container .amlocator-map {
    height: 568px;
  }
  .store-list-search-input:after {
    font-size: 23px;
    line-height: 24px;
  }
  .store-list-search-input:after {
    right: 22px;
    width: 25px;
  }
  .store-list-search-input input[type='text'] {
    height: 42px;
  }
  .cms-page-content p,
  .cms-page-content span {
    font-size: 16px !important;
  }
  .cms-page-content h2 {
    font-size: 26px !important;
  }
  .cms-page-content h3 {
    font-size: 18px !important;
  }
  .contact-page-inner .contact-page-left .page-title {
    font-size: 2rem;
  }
  .contact-page-inner .contact-page-right .fieldset > .legend {
    font-size: 2rem;
  }
  .contact-page-inner .contact-page-right .fieldset > .field.note {
    font-size: 1.6rem;
  }
  .contact-page-inner .contact-page-right .actions-toolbar .action.primary {
    font-size: 1.6rem;
  }
  .contact-us-detail .contact-detail-container p {
    font-size: 1.6rem;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 25.56%;
  }
  .account.page-layout-2columns-left .sidebar-main {
    padding-right: 0;
  }
  .account.page-layout-2columns-left .column.main {
    width: 74.44%;
  }
  .account.page-layout-2columns-left .main {
    padding-left: 70px;
  }
  .customer-account-createpassword .page-main > .page-title-wrapper .page-title,
  .customer-account-login .page-main > .page-title-wrapper .page-title,
  .customer-account-forgotpassword .page-main > .page-title-wrapper .page-title,
  .customer-account-create .page-main > .page-title-wrapper .page-title {
    margin: 30px 0 40px;
  }
  .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.6rem;
  }
  .form.form-login .action.reload,
  .form.password.reset .action.reload,
  .form.password.forget .action.reload,
  .form.create.account .action.reload {
    font-size: 1.6rem;
  }
  .form.form-login .action.primary,
  .form.password.reset .action.primary,
  .form.password.forget .action.primary,
  .form.create.account .action.primary {
    font-size: 1.6rem;
  }
  .register-account .register-account-button .action.remind {
    font-size: 1.6rem;
  }
  .submitbtnajax .forgotsendotp {
    font-size: 1.6rem;
  }
  .forgot-password-container .login-window .send-otp-button .mobbtn {
    font-size: 1.6rem;
  }
  .block-customer-sign-up .title,
  .block-customer-login .title,
  .forget_password .title {
    font-size: 1.6rem;
  }
  .form.password.forget .fieldset .field.note {
    font-size: 1.6rem;
  }
  .form.password.forget .fieldset .field.captcha .label {
    font-size: 1.6rem;
  }
  .customer-account-forgotpassword .forgototpverify .submitbtnajax .forgotverifyotp.mobbtn {
    font-size: 1.6rem;
  }
  .block.newsletter .action.subscribe {
    min-height: 42px;
  }
  .account .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-title-wrapper .page-title,
  .sales-guest-view .page-title-wrapper .page-title {
    font-size: 4rem;
    line-height: 5rem;
  }
  .account .column.main .block:not(.widget).block-dashboard-orders .block-title .action.view,
  [class^='sales-guest-'] .column.main .block:not(.widget).block-dashboard-orders .block-title .action.view,
  .sales-guest-view .column.main .block:not(.widget).block-dashboard-orders .block-title .action.view {
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding: 8px 25px;
  }
  .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: 23px;
    padding-bottom: 14.5px;
  }
  .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-size: 2.4rem;
    margin: 0;
  }
  .account .column.main .block:not(.widget) .block-title .action.edit,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.edit,
  .sales-guest-view .column.main .block:not(.widget) .block-title .action.edit,
  .account .column.main .block:not(.widget) .block-title .action.view,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.view,
  .sales-guest-view .column.main .block:not(.widget) .block-title .action.view {
    font-size: 1.6rem;
    line-height: 2.5rem;
    font-weight: bold;
    margin-left: 32px;
  }
  .account .column.main .block:not(.widget) .box #delivery-date strong,
  [class^='sales-guest-'] .column.main .block:not(.widget) .box #delivery-date strong,
  .sales-guest-view .column.main .block:not(.widget) .box #delivery-date strong,
  .account .column.main .block:not(.widget) .box #delivery-date span,
  [class^='sales-guest-'] .column.main .block:not(.widget) .box #delivery-date span,
  .sales-guest-view .column.main .block:not(.widget) .box #delivery-date span {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .account .column.main .block:not(.widget) .box .box-title,
  [class^='sales-guest-'] .column.main .block:not(.widget) .box .box-title,
  .sales-guest-view .column.main .block:not(.widget) .box .box-title {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .box .box-title > span,
  [class^='sales-guest-'] .column.main .block:not(.widget) .box .box-title > span,
  .sales-guest-view .column.main .block:not(.widget) .box .box-title > span {
    font-size: 2rem;
    line-height: 2rem;
  }
  .account .column.main .block:not(.widget) .box .box-content,
  [class^='sales-guest-'] .column.main .block:not(.widget) .box .box-content,
  .sales-guest-view .column.main .block:not(.widget) .box .box-content {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 28px;
  }
  .account .column.main .block:not(.widget) .box .box-actions .action,
  [class^='sales-guest-'] .column.main .block:not(.widget) .box .box-actions .action,
  .sales-guest-view .column.main .block:not(.widget) .box .box-actions .action {
    font-size: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: .32px;
    margin-bottom: 10px;
    margin-right: 20px;
    padding: 6.5px 23px;
  }
  .account .table-wrapper,
  [class^='sales-guest-'] .table-wrapper,
  .sales-guest-view .table-wrapper {
    overflow-x: auto;
  }
  .account .table-wrapper .table thead tr th,
  [class^='sales-guest-'] .table-wrapper .table thead tr th,
  .sales-guest-view .table-wrapper .table thead tr th {
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding: 14px 20px;
  }
  .account .table-wrapper .table tbody tr td,
  [class^='sales-guest-'] .table-wrapper .table tbody tr td,
  .sales-guest-view .table-wrapper .table tbody tr td {
    font-size: 1.6rem;
    line-height: 3.5rem;
    padding: 12.5px 20px;
  }
  .account .table-wrapper .table tbody tr td .action,
  [class^='sales-guest-'] .table-wrapper .table tbody tr td .action,
  .sales-guest-view .table-wrapper .table tbody tr td .action {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .account .table-wrapper .table tfoot tr th,
  [class^='sales-guest-'] .table-wrapper .table tfoot tr th,
  .sales-guest-view .table-wrapper .table tfoot tr th {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .account .table-wrapper .table tfoot tr td,
  [class^='sales-guest-'] .table-wrapper .table tfoot tr td,
  .sales-guest-view .table-wrapper .table tfoot tr td {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .account .column.main .block:not(.widget).block-dashboard-addresses .block-content .box .box-content {
    margin-bottom: 28px;
  }
  .block-collapsible-nav .item a,
  .block-collapsible-nav .item > strong {
    font-size: 1.6rem;
    padding: 17px 16px 17px 30px;
  }
  .block-collapsible-nav .item.current a,
  .block-collapsible-nav .item.current > strong {
    font-size: 1.6rem;
  }
  body {
    font-size: 16px;
  }
  .page-header > .header.content > .header.links > .authorization-link:after {
    font-size: 14px;
  }
  .page-header > .header.content > .header.links > li.wishlist {
    margin-left: 47px;
  }
  .page-header > .header.content > .header.links > li > a {
    font-size: 14px;
  }
  .header-top-mobile {
    margin-left: 53px;
    margin-right: 47px;
  }
  .header-top-mobile .number {
    font-size: 14px;
  }
  .header-top-mobile .call-us {
    font-size: 12px;
  }
  .page-header .top-form-language .switcher-language {
    margin-left: 47px;
  }
  .page-header .promotion-offer {
    font-size: 18px;
  }
  .section-title {
    font-size: 40px;
    line-height: 50px;
  }
  .page-main > .page-title-wrapper .page-title,
  .page-main-full-width > .page-title-wrapper .page-title {
    font-size: 4rem;
    line-height: 5rem;
    margin: 40px 0;
  }
  .products-grid.wishlist .product-item .product-item-info .product-item-name .product-item-link {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .products-grid.wishlist .product-item .product-item-info .product-item-inner .price-box.price-configured_price .price-container .price-wrapper .price {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .products-grid.wishlist .product-item .product-item-info .product-item-inner .field.qty {
    max-width: 94px;
  }
  .products-grid.wishlist .product-item .product-item-info .product-item-inner .field.qty .control {
    height: 32px;
    padding: 0 12px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    font-size: 1.6rem;
    line-height: 2.5rem;
    height: 40px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock.unavailable {
    margin-top: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .product-item-actions {
    margin-top: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .product-item-actions .actions-primary .view-product,
  .products-grid.wishlist .product-item .box-tocart .product-item-actions .actions-primary .tocart {
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding: 8px 24px;
  }
  .products-grid.wishlist .product-item-comment {
    font-size: 1.6rem;
    line-height: 1.7rem;
    height: 42px;
    margin: 18px 0 20px;
    padding: 13px 14px 8px 14px;
  }
  .wishlist-index-index .actions-toolbar .primary .action {
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding: 7px 20px;
  }
  .nav-sections-item-content .vmagicmenu {
    margin-right: 104px;
  }
  .vmagicmenu .block-title .vmagicmenu-subtitle {
    font-size: 14px;
    line-height: 22px;
    min-width: 256px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .vmagicmenu .block-title .vmagicmenu-subtitle:after {
    margin-left: 32px;
  }
  .vmagicmenu .level0 .level-top-mega .children a span {
    font-size: 14px;
  }
  .vmagicmenu .level0 .level-top-mega .children .level-3 a {
    font-size: 14px;
  }
  .magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a {
    font-size: 14px;
  }
  .magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a span {
    font-size: 14px;
  }
  .magicmenu .nav-desktop .level0 .level-top-mega .children a {
    font-size: 15px;
    line-height: 20px;
  }
  .magicmenu .nav-desktop .level0 .level-top-mega .children a span {
    font-size: 13px;
  }
  .magicmenu .nav-desktop .level0 .level-top > span {
    font-size: 14px;
    line-height: 22px;
  }
  .magicmenu .nav-desktop .level0.level-top.active-parent .level-top:before,
  .magicmenu .nav-desktop .level0.level-top:hover .level-top:before {
    height: calc(100% - 8px);
    width: calc(100% + (25px * 2));
  }
  .magicmenu .nav-desktop .level0.hasChild .level-top:after {
    font-size: 13px;
    padding-left: 16px;
  }
  .parent-dates > label,
  .parent-time > label {
    font-size: 16px;
    line-height: 22px;
  }
  .parent-dates .date-inner-box,
  .parent-time .time-inner-box {
    line-height: 22px;
  }
  .parent-dates .date-inner-box .day {
    font-size: 24px;
    line-height: 30px;
  }
  .parent-time .time-inner-box {
    font-size: 16px;
    line-height: 22px;
  }
  .parent-time .middle-time .day,
  .parent-time .middle-time .night {
    font-size: 16px;
    line-height: 25px;
  }
  .amblog-title {
    font-size: 4rem;
    line-height: 5rem;
  }
  .amblog-post-container .amblog-post-title .post-title {
    font-size: 2rem;
    line-height: 3.1rem;
  }
  .amblog-sidebar-heading-container .amblog-title {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
  .amblog-index-post .page-bottom .amblog-post-list {
    max-width: 1500px;
  }
  .amblog-index-post .amblog-comments-wrapper .amblog-title {
    font-size: 3.2rem;
  }
  .amblog-index-post .amblog-comments-wrapper .amblog-secondary-title {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .amblog-index-post .amblog-comments-wrapper .amblog-form-comment .amblog-input.-textarea {
    height: 172px;
  }
  .widget.amblog-post-list .post-item .post-item-content .post-item-details .post-title {
    font-size: 1.8rem;
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content [data-content-type='heading'] {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content .product-item .product-item-info .price-box .old-price + .price-container .price {
    font-size: 2rem;
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content .product-item .product-item-info .price-box.price-final_price .price {
    font-size: 2rem;
  }
  .amblog-index-post .amblog-post-container.-post-page .amblog-content .product-item .product-item-info .price-box.price-final_price .old-price .price {
    font-size: 1.8rem;
  }
  .amrelated-summary-content .main.price {
    font-size: 3rem;
  }
  .shop-by-category-wrapper > .item.item-category {
    min-width: calc(100% / 7);
  }
  .top-container .delivery-address-selector .delivery-text {
    margin-left: 40px;
    margin-right: 0;
    padding-left: 0;
  }
  .top-container .delivery-address-selector .delivery-text .delivery-msg {
    margin-left: 40px;
    margin-right: 0;
  }
  .block-search {
    margin-left: 0;
    margin-right: 49px;
  }
  .cart.table-wrapper .product-item-photo {
    padding-left: 20px;
    padding-right: 0;
  }
  .minicart-wrapper {
    margin-left: 0;
    margin-right: 47px;
  }
  .minicart-items .product-item-details {
    padding-left: 0;
    padding-right: 98px;
  }
  .minicart-items .action.edit:before {
    margin: 3px 0 0 15px;
  }
  .store-list-search-input:after {
    left: 22px;
    right: auto;
  }
  .account.page-layout-2columns-left .sidebar-main {
    padding-left: 0;
  }
  .account.page-layout-2columns-left .main {
    padding-left: 0;
    padding-right: 70px;
  }
  .account .column.main .block:not(.widget) .block-title .action.edit,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.edit,
  .sales-guest-view .column.main .block:not(.widget) .block-title .action.edit,
  .account .column.main .block:not(.widget) .block-title .action.view,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.view,
  .sales-guest-view .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,
  [class^='sales-guest-'] .column.main .block:not(.widget) .box .box-actions .action,
  .sales-guest-view .column.main .block:not(.widget) .box .box-actions .action {
    margin-left: 20px;
    margin-right: 0;
  }
  .block-collapsible-nav .item a,
  .block-collapsible-nav .item > strong {
    padding-left: 16px;
    padding-right: 30px;
  }
  .page-header > .header.content > .header.links > li.wishlist {
    margin-left: 0;
    margin-right: 47px;
  }
  .header-top-mobile {
    margin-left: 47px;
    margin-right: 53px;
  }
  .page-header .top-form-language .switcher-language {
    margin-left: 0;
    margin-right: 47px;
  }
  .nav-sections-item-content .vmagicmenu {
    margin-left: 104px;
    margin-right: 0;
  }
  .vmagicmenu .block-title .vmagicmenu-subtitle:after {
    margin-left: 0;
    margin-right: 32px;
  }
  .magicmenu .nav-desktop .level0.hasChild .level-top:after {
    padding-right: 16px;
  }
}
.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;
}
.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;
}
.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;
}
@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;
  }
}
