body.account.wishlist-index-index .products-grid .product-item:not(:hover) .product-item-info {
  border: 1px solid #ECECEC;
}
.checkout-cart-index .product-detail .item.product.product-item a.amquickview-link {
  display: none;
}
.checkout-cart-index .product-detail .item.product.product-item {
  background: transparent;
}
.checkout-cart-index .products-grid strong.product.name.product-item-name {
  margin-top: 10px;
}
.checkout-cart-index .product-detail li.item.product.product-item > .product-item-info > .product-label {
  position: absolute;
  z-index: 3;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 23px;
  top: 24px;
}
.checkout-cart-index .products-grid .product-item .label-sale,
.checkout-cart-index .product-label.new-label,
.checkout-cart-index .new_product,
.checkout-cart-index .sale_product {
  height: 30px;
  padding: 0;
  border-radius: 20px;
  font-size: 14px;
  line-height: 30px;
  width: 78px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.checkout-cart-index .product-detail .product-item-info {
  position: relative;
  width: auto;
  border: 1px solid #ECECEC;
  border-radius: 5px;
  overflow: hidden;
}
.checkout-agreements-block .action-show:hover {
  text-decoration: none;
  color: #202020;
}
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus {
  text-decoration: none;
  color: #202020;
  font: normal normal normal 16px/26px Montserrat;
  letter-spacing: 0px;
  color: #797979;
  text-transform: none;
  text-align: left;
  padding: 0;
  height: auto;
}
.checkout-index-index .fieldset > .field.required > .label:after {
  display: none;
}
.checkout-agreements-block .action-show {
  font: normal normal normal 16px/26px Montserrat;
  letter-spacing: 0px;
  color: #797979;
  text-transform: none;
  text-align: left;
  height: auto;
}
.checkout-cart-index div#block-shipping .title {
  display: none;
}
.message.notice > *:first-child:before {
  top: 15px;
}
div#checkout-step-pas .control {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
div#checkout-step-pas .control input {
  position: static;
  margin-right: 18px;
}
.columns .product-item-name > a:hover {
  color: #797979;
  text-decoration: none;
}
.checkout-index-index .minicart-items .details-qty .label:after {
  display: none !important;
}
.checkout-payment-method .checkout-billing-address {
  margin-bottom: 0 !important;
}
.checkout-cart-index .payment-method-billing-address.checkout-billing-address .checkout-payment-method .checkout-billing-address {
  text-align: right !important;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.checkout-cart-index tbody.cart.item td.col.price span,
.checkout-cart-index tbody.cart.item td.col.qty span,
.checkout-cart-index tbody.cart.item td.col.subtotal span {
  letter-spacing: 0px;
  font: normal normal 700 14px/24px Montserrat;
  white-space: nowrap;
}
.checkout-cart-index .actions-toolbar a.action.action-delete,
.checkout-cart-index .actions-toolbar a.action.action-edit,
.checkout-cart-index .cart.main.actions a.action.continue {
  border: 0;
}
.checkout-cart-index .cart-totals .amount {
  padding-left: 0;
}
.checkout-cart-index a.action.action-delete span,
.checkout-cart-index a.action.action-edit span {
  font-size: 0;
  display: none;
}
.checkout-cart-index .cart.main.actions a.action.continue,
.checkout-cart-index a.use-ajax.action.towishlist.action-towishlist {
  -webkit-appearance: none;
  -webkit-border-fit: border;
  transition: all 0s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  transition-duration: 0.3s;
  height: 60px;
  padding: 17px 46px;
  background: #202020;
  border-radius: 30px;
  border: 0;
  font: normal normal 600 16px/26px Montserrat;
  letter-spacing: 0.96px;
  text-align: center;
  border: 1px solid #202020;
  color: #FFFFFF;
  text-transform: uppercase;
}
.checkout-cart-index .cart.main.actions a.action.continue {
  padding: 17px 25px;
  font-size: 12px;
}
.checkout-cart-index .cart.main.actions a.action.continue:hover,
.checkout-cart-index .cart.main.actions a.action.continue:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  background: #fff;
  border: 1px solid #202020;
  color: #202020;
}
.checkout-cart-index a.use-ajax.action.towishlist.action-towishlist span {
  line-height: 50px;
}
.checkout-cart-index .actions-toolbar a.action.action-delete,
.checkout-cart-index .actions-toolbar a.action.action-edit {
  padding: 0;
  height: 20px;
  background: transparent !important;
  border: none !important;
  outline: none;
  height: auto;
  margin-bottom: 0;
}
.checkout-cart-index .actions-toolbar a.action.action-edit {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action:active {
  box-shadow: none;
}
.checkout-cart-index tr.item-actions a.action.action-edit:before {
  width: 28px;
  height: 28px;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  font-weight: normal;
}
.checkout-cart-index .actions-toolbar a.action.action-delete:before {
  content: '\e604';
  width: 28px;
  height: 28px;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  font-family: 'icons-blank-theme';
  font-weight: normal;
}
.checkout-cart-index .cart.main.actions a.action.continue:before {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.checkout-cart-index table#shopping-cart-table tr.item-info td.col.item,
.checkout-cart-index table#shopping-cart-table tr.item-actions td,
.checkout-cart-index table#shopping-cart-table tr td {
  padding-left: 0;
}
.checkout-cart-index table#shopping-cart-table tr td {
  padding-left: 15px;
}
.checkout-cart-index button.action.update,
.checkout-cart-index button.action.clear {
  position: relative;
  padding: 18px 25px !important;
  font-size: 12px;
}
.checkout-cart-index .block.discount.active .content div {
  color: #ff0000;
}
.checkout-cart-index button.action.update:before {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  line-height: inherit !important;
}
.checkout-cart-index input#cart-19-qty {
  padding: 0px 3px;
}
.checkout-cart-index .item-info .col {
  padding-top: 27px;
}
.checkout-cart-index .section.section-content-bottom {
  background-position: right;
}
.product-detail .product.details.product-item-details {
  min-width: 100px;
  position: absolute;
  background: #ffffff 0% 0% no-repeat padding-box;
  z-index: 0;
}
.checkout-cart-index .cart-summary {
  min-width: 258px;
  width: 25%;
  margin-left: 10px;
  padding-bottom: 25px;
}
.checkout-cart-index button.action.primary.checkout {
  padding: 11px 10px;
}
.checkout-cart-index input#cart-35-qty {
  height: 40px;
  margin-top: -10px;
}
.checkout-cart-index strong span.price {
  font-weight: normal;
}
.checkout-cart-index div#block-shipping .title:after,
.checkout-cart-index div#block-discount .title:after {
  top: 10px;
}
div#block-shipping .title strong#block-shipping-heading {
  font-weight: normal;
}
strong#block-discount-heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
.checkout-cart-index .cart.table-wrapper .col.qty .input-text {
  height: 35px;
  margin-top: -7px;
  padding: 0 10px;
}
form#amgiftcard-form .field label.label {
  display: none;
}
form#amgiftcard-form .control {
  width: 100%;
}
.checkout-cart-index div#amgiftcard-block-discount .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  cursor: pointer;
  text-align: center;
}
.checkout-cart-index .block.discount.active .title:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.checkout-cart-index .cart-totals .grand .mark,
.checkout-cart-index .cart-totals .grand .amount {
  padding-top: 0;
}
.checkout-cart-index .cart-summary .block .fieldset {
  margin: 5px 0 15px 0;
}
.checkout-cart-index a.use-ajax.action.towishlist.action-towishlist {
  position: initial;
  width: auto;
  min-width: auto;
  padding: 0;
  font-size: 0;
  background: url('../images/icon-wishlist.svg') no-repeat center;
  background-size: contain;
  width: 16px;
  height: 17px;
  margin-bottom: 2px;
  margin-right: 15px;
  border: 0;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}
.checkout-cart-index a.use-ajax.action.towishlist.action-towishlist:focus,
.checkout-cart-index a.use-ajax.action.towishlist.action-towishlist:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  border: 0;
  opacity: 0.8;
}
.checkout-cart-index div#amgiftcard-block-discount.block.discount.active #amgiftcard-form .fieldset {
  background: transparent !important;
  max-width: none;
  padding: 0;
  margin-bottom: 15px;
  line-height: initial;
}
.checkout-cart-index .message.error > *:first-child:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f057";
  font-size: 18px;
  width: 28px !important;
  height: 28px !important;
}
.checkout-cart-index .cart-summary .block.discount.active .title:after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
body.checkout-cart-index .fieldset > .field:not(.choice) > .label {
  font-weight: normal;
}
.checkout-cart-index .block.discount .title {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .cart-summary > .title {
  font-size: 22px;
}
.checkout-cart-index .amgiftcard-apply-code.cart-discount .title {
  max-width: 500px;
}
.checkout-cart-index form#discount-coupon-form .actions-toolbar .primary {
  width: 100%;
}
.checkout-cart-index #amgiftcard-form button.action.primary {
  width: 100%;
  margin-bottom: 10px;
  padding: 0 5px;
}
.checkout-cart-index .cart.table-wrapper .item-options {
  font-size: 14px;
}
.checkout-cart-index .column.main {
  min-height: auto;
  padding-bottom: 78px !important;
}
.checkout-cart-index .column.main .cart-empty {
  text-align: center;
  margin-bottom: 0;
}
.checkout-cart-index .column.main .cart-empty p {
  margin-bottom: 0;
}
.product-detail .product-item,
.product-detail .product-item-info {
  height: initial;
  width: 100% !important;
}
.product-detail .products-grid .product-item {
  transition-duration: .5s;
  background-color: #ffffff;
}
.product-detail .product-item-info .product-image-container {
  background: #fff;
  width: 100% !important;
}
.product-detail strong.product.name.product-item-name a.product-item-link {
  height: auto;
}
.checkout-cart-index .block-title.title {
  text-align: center;
  margin-top: -10px;
}
.checkout-cart-index strong#block-crosssell-heading {
  font-size: 35px;
  line-height: 69px;
  text-transform: uppercase;
  text-align: center;
  color: #1C1C1C;
  font-weight: 900;
}
.checkout-cart-index .block.crosssell {
  margin-top: 70px;
  margin-bottom: 0;
}
.checkout-cart-index form#amgiftcard-form {
  margin-bottom: 10px;
}
.checkout-cart-index form#amgiftcard-form .field {
  margin-bottom: 5px;
}
.checkout-cart-index .block-content.content .products.wrapper.grid.products-grid.products-crosssell {
  margin: 0 -15px;
}
body.checkout-cart-index .featured-banner .featured-content {
  padding: 86px 0 95px;
}
.checkout-cart-index .cart.table-wrapper .item-actions .actions-toolbar {
  text-align: right;
}
.checkout-cart-index .content .amgiftcard-info div:nth-child(2) {
  margin: 5px 0;
}
.checkout-cart-index .cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  top: 10px;
}
.checkout-cart-index strong#block-rewards-form-heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.checkout-cart-index .cart-summary .block > .title {
  padding-left: 0;
}
.checkout-cart-index .rewards__checkout-cart-usepoints .discount-form .buttons-container {
  margin-top: 10px;
}
.rewards__checkout-cart-usepoints .discount-form .buttons-container button {
  margin-bottom: 10px;
  width: 100%;
  line-height: 24px;
}
.checkout-cart-index .cart-summary .block > .content hr {
  display: none;
}
.checkout-index-index .featured-banner .featured-content .page-title-wrapper {
  width: 100%;
  height: auto;
  position: initial;
  text-align: center;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  padding-top: 0;
  max-height: calc(100vh - 126px);
}
.checkout-index-index .opc-block-summary .items-in-cart .product {
  padding-top: 15px;
  padding-bottom: 6px;
}
.checkout-index-index tbody.cart.item td.col.price span,
.checkout-index-index tbody.cart.item td.col.qty span,
.checkout-index-index tbody.cart.item td.col.subtotal span,
.checkout-index-index td.amount span.price {
  font: normal normal normal 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #2E2E2E;
}
.checkout-index-index .actions-toolbar a.action.action-delete,
.checkout-index-index .actions-toolbar a.action.action-edit,
.checkout-index-index .cart.main.actions a.action.continue {
  border: 0;
}
.checkout-index-index a.action.action-delete span,
.checkout-index-index a.action.action-edit span {
  font-size: 0;
}
.checkout-index-index .opc-wrapper .step-title,
.checkout-index-index .opc-block-shipping-information .shipping-information-title,
.checkout-index-index .opc-block-summary > .title {
  font-size: 22px;
}
.checkout-index-index .opc-block-summary {
  margin-bottom: 0;
  min-width: 290px;
}
.checkout-index-index .cart.main.actions a.action.continue {
  -webkit-appearance: none;
  -webkit-border-fit: border;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
  background: linear-gradient(to right, #913a89, #724192);
  border: 0;
  text-align: center;
  font: normal normal normal 14px/24px Lato;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 3px;
  position: relative;
}
.checkout-index-index .cart.main.actions a.action.continue span {
  line-height: 50px;
}
.checkout-index-index .payment-method-title.field.choice label:hover {
  background: transparent;
}
.checkout-index-index .actions-toolbar a.action.action-delete,
.checkout-index-index .actions-toolbar a.action.action-edit {
  padding: 0;
  height: 20px;
  background: transparent !important;
  border: none !important;
  outline: none;
}
.checkout-index-index button.action.update:before {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  line-height: inherit !important;
}
.checkout-index-index input#cart-19-qty {
  padding: 0px 3px;
}
.checkout-index-index .item-info .col {
  padding-top: 27px;
}
.checkout-index-index strong.product-item-name a:hover {
  text-decoration: none;
}
.checkout-index-index .section.section-content-bottom {
  background-position: right;
}
.checkout-index-index .product .product-item-details {
  min-width: 100px;
  padding-left: 115px;
}
.checkout-index-index .cart-summary {
  min-width: 219px;
  width: 25%;
  margin-left: 10px;
}
.checkout-index-index input#cart-35-qty {
  height: 40px;
  margin-top: -10px;
}
.checkout-index-index strong span.price {
  font-weight: normal;
}
.checkout-index-index div#block-shipping .title:after,
.checkout-index-index div#block-discount .title:after {
  top: 7px;
}
div#block-shipping .title strong#block-shipping-heading {
  font-weight: normal;
}
strong#block-discount-heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.checkout-index-index .cart.table-wrapper .col.qty .input-text {
  height: 35px;
  margin-top: -7px;
}
.checkout-index-index div#shipping-method-buttons-container .primary {
  float: right !important;
  margin-top: 0;
  padding-top: 11px;
  padding-bottom: 11px;
}
.checkout-index-index div#amgiftcard-block-discount .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: "\e622";
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-index-index .nav-sections {
  display: block;
}
.checkout-index-index .checkout-container .opc-progress-bar-item._active:before {
  background: #202020;
}
.checkout-index-index .checkout-container .opc-progress-bar-item._active > span:before {
  background: #202020;
}
.checkout-index-index .authentication-wrapper {
  margin-top: 0px;
  display: block;
}
.checkout-index-index .authentication-dropdown .modal-inner-wrap {
  position: relative;
}
.checkout-index-index .block-content .actions-toolbar {
  margin-left: 0 !important;
}
.checkout-index-index .authentication-dropdown .modal-inner-wrap button.action-close {
  margin: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  min-width: auto;
  height: auto;
}
.checkout-index-index .details-qty span.label {
  width: auto;
  height: auto;
  position: initial;
  text-align: left;
  color: #2E2E2E;
  text-transform: none;
}
.checkout-index-index .product-item-details .product-item-inner {
  display: block;
  margin-bottom: 0px;
}
.checkout-index-index .opc-block-summary .product-item .product-item-name-block {
  display: block;
}
.checkout-index-index .opc-estimated-wrapper button.action.showcart {
  background: transparent;
  width: auto;
  min-width: auto;
  padding: 0;
  height: auto;
  color: #5B5B5B;
  width: 24px;
  height: 20px;
  border-color: transparent;
  position: relative;
  border: none;
}
.checkout-index-index .payment-method-content .actions-toolbar {
  margin-left: 0 !important;
  text-align: left;
}
body.checkout-index-index .actions-toolbar .primary {
  float: left !important;
}
body.checkout-index-index #gift-card-form .primary {
  margin-top: 0;
}
body.checkout-index-index #gift-card-form .primary div {
  margin-top: 5px;
}
.checkout-index-index .checkout-billing-address button.action.action-edit-address {
  width: auto;
  height: auto;
  padding: 0;
  font-size: 0;
  background: transparent;
  float: right;
  border: none;
}
.checkout-index-index .checkout-billing-address button.action.action-edit-address:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  content: '\e606';
  color: #5B5B5B;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-index-index .payment-method-content .payment-method-billing-address {
  margin-bottom: 10px;
  overflow: hidden;
}
.checkout-index-index span#block-discount-heading span,
.checkout-index-index span#block-gift-card-heading {
  color: #2E2E2E;
}
.checkout-index-index .opc-block-shipping-information button.action.action-edit {
  height: auto;
}
.checkout-index-index #opc-sidebar .opc-block-shipping-information button.action.action-edit {
  position: absolute;
  top: -4px;
  right: 0;
  left: auto;
  width: auto;
}
.checkout-index-index .payment-method .payment-method-content {
  padding-top: 5px;
}
.checkout-index-index .payment-method .payment-method-content,
.checkout-index-index form#discount-form {
  padding-bottom: 0;
}
.checkout-index-index .payment-method .payment-method-content {
  padding-bottom: 20px;
}
.checkout-index-index .payment-method-content > .actions-toolbar > .primary .action.primary {
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 10px 35px 10px 35px;
  font-size: 16px;
}
.checkout-index-index .actions-toolbar checkout-agreements-block + button.action.primary.checkout {
  margin-top: 0 !important;
}
.checkout-index-index table.data.table.table-totals tr.totals.shipping.excl span.label {
  text-transform: none;
  position: initial;
}
.checkout-index-index .modal-inner-wrap button.action-close {
  margin: 0;
  top: 10px;
  padding: 0;
  right: 10px;
  height: auto;
  left: auto;
  width: auto;
}
.checkout-index-index .actions-toolbar .secondary {
  float: left;
}
.checkout-index-index fieldset#customer-email-fieldset .actions-toolbar .secondary a.action.remind {
  margin-left: 10px;
}
.checkout-index-index .block-authentication .actions-toolbar > .secondary {
  margin-right: 0;
  padding-top: 13px;
}
.checkout-index-index .block.block-customer-login .secondary a.action.action-remind {
  margin-left: 15px;
  margin-top: 2px;
  margin-right: 0;
}
.checkout-index-index._has-auth-shown .authentication-wrapper {
  z-index: 7;
}
.checkout-index-index dl.item-options {
  margin: 0;
  margin-top: 6px;
}
.checkout-index-index dl.item-options dd.values {
  margin: 0 !important;
}
.checkout-index-index .message.error > *:first-child:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f057";
  font-size: 18px;
  width: 28px !important;
  height: 28px !important;
}
.checkout-index-index .product-item-details .details-qty .label span:after {
  content: ":";
}
.product-detail .owl-carousel .owl-stage-outer ol {
  margin: 0 -15px;
}
.checkout-index-index .payment-method-title.field.choice input.radio {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  margin-top: 0;
}
.checkout-index-index button.action.edit-address-link {
  margin-top: 20px;
  background: transparent;
  width: auto;
  height: auto;
  padding: 0;
  font-size: 0;
  right: 20px;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  position: absolute;
}
.checkout-index-index .shipping-address-item.selected-item button.action.edit-address-link {
  bottom: 20px;
  margin: 0;
  right: 10px;
  border: none;
  font-size: 0 !important;
  padding: 0;
  height: auto;
}
.checkout-index-index .shipping-address-item.selected-item button.action.edit-address-link:after {
  opacity: 0;
}
body.checkout-index-index .shipping-address-item.not-selected-item button.action.edit-address-link {
  bottom: 20px;
  right: 5px;
  border: none;
  font-size: 0 !important;
  padding: 0;
  height: auto;
  background: transparent;
}
.checkout-index-index .field.addresses button.action.action-select-shipping-item {
  margin-top: 30px;
}
.checkout-index-index button.action.edit-address-link:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #5B5B5B;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-index-index button.action.action-select-shipping-item {
  float: left;
  position: absolute;
  overflow: hidden;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  position: relative;
}
body.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after {
  background: #202020;
}
.checkout-index-index .table-checkout-shipping-method tbody td:first-child {
  padding-top: 23px;
}
.checkout-index-index .opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:not(:focus):hover {
  background: transparent;
}
.checkout-index-index .columns .opc-wrapper .action-cancel {
  -webkit-appearance: none;
  -webkit-border-fit: border;
  transition: all 0s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  transition-duration: 0.3s;
  height: 60px;
  padding: 17px 46px;
  background: #202020;
  border-radius: 30px;
  border: 0;
  font: normal normal 600 16px/26px Montserrat;
  letter-spacing: 0.96px;
  text-align: center;
  border: 1px solid #202020;
  color: #FFFFFF;
  text-transform: uppercase;
}
.checkout-index-index .columns .opc-wrapper .action-cancel:hover {
  background: #fff;
  border: 1px solid #202020;
  color: #202020;
}
.checkout-index-index .amgiftcard-check button.action.action-apply-gift {
  margin-right: 10px;
  padding: 17px 23px;
}
.checkout-index-index .opc-block-summary > .title {
  font-size: 22px;
}
.checkout-index-index .opc-wrapper .shipping-address-item {
  line-height: 24px;
  border: 1px solid #202020;
}
.checkout-index-index .opc-wrapper .shipping-address-items {
  margin-left: -5px;
  margin-bottom: 15px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper .shipping-address-item,
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  padding-right: 10px;
  margin: 0 5px;
  width: 46%;
}
.checkout-index-index button.action.edit-address-link:hover:before,
.checkout-index-index button.action.edit-address-link:focus:before {
  color: #202020;
}
body.checkout-index-index .opc-block-shipping-information .shipping-information-title .action-edit:hover:before,
body.checkout-index-index .checkout-billing-address button.action.action-edit-address:hover:before {
  color: #202020;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title .action-edit:before {
  color: #5B5B5B;
}
.checkout-onepage-success div#registration a.action.primary {
  margin-top: 13px;
}
.checkout-onepage-success div#registration div:nth-child(3) {
  text-align: center;
  margin-top: 10px;
}
.checkout-onepage-success .checkout-success {
  text-align: center;
}
.checkout-onepage-success main p:nth-child(1) {
  margin: 0;
}
.checkout-onepage-success main p {
  margin-bottom: 12px;
}
.checkout-onepage-success .featured-image.category-image a.print {
  float: none;
  color: #fff;
}
.checkout-onepage-success .actions-toolbar {
  display: grid;
}
.checkout-onepage-success .actions-toolbar .primary {
  margin: auto;
  margin-top: 13px;
}
.checkout-onepage-success .column.main {
  min-height: auto;
  margin-bottom: 50px !important;
  margin-top: -5px;
  padding-bottom: 0;
}
.page-print span.order-status,
.page-print .order-date span.label,
.page-print .order-date date {
  color: #fff;
  text-align: left;
}
.page-print .sections.nav-sections + .featured-banner {
  margin-top: 0 !important;
}
.checkout-index-index .opc-progress-bar-item._active > span:after {
  line-height: 29px;
}
.checkout-index-index .opc-progress-bar-item > span:after {
  line-height: 27px;
}
.checkout-index-index .opc-progress-bar-item > span:before {
  line-height: 137px;
}
body.checkout-index-index:not(.catalog-product-view) input[type="radio"] + label:before {
  display: none;
}
.checkout-index-index .payment-method-title.field.choice {
  position: relative;
}
.checkout-index-index .payment-method-title.field.choice label.label {
  position: relative;
}
.checkout-index-index .payment-method-title.field.choice label.label a.action.action-help {
  position: absolute;
  right: 0;
  top: 46%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.checkout-index-index .fieldset > .field.choice:before,
.fieldset > .field.no-label:before {
  width: 0;
}
.checkout-index-index .checkout-agreements-block .actions-toolbar {
  margin-top: 30px;
}
.checkout-index-index .payment-method._active p {
  padding-left: 29px;
  margin-bottom: 0;
}
.checkout-index-index td.col.col-method input.radio {
  display: block;
}
body.checkout-index-index:not(.catalog-product-view) input[type="radio"] + label {
  padding-left: 24px;
}
body.checkout-index-index .payment-method-content .fieldset:not(:last-child) {
  margin: 0;
}
.checkout-index-index .product-item-details .product.options {
  padding-top: 0px;
}
.checkout-index-index .subtotal span.price-excluding-tax {
  margin-bottom: 7px;
}
.checkout-index-index .opc-wrapper .shipping-address-item,
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  margin-bottom: 10px;
}
body.checkout-index-index .opc-wrapper .shipping-address-item:before {
  background: transparent;
}
body.checkout-index-index .opc-wrapper .shipping-address-item {
  padding: 20px;
  position: relative;
  padding-bottom: 90px;
  background: transparent;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border-color: #202020;
  padding: 20px;
  width: 46%;
}
.checkout-index-index .opc-wrapper .shipping-address-item:nth-child(1),
.checkout-index-index .opc-wrapper .shipping-address-item:nth-child(2) {
  margin-top: 10px;
}
.checkout-index-index aside.modal-custom.authentication-dropdown.custom-slide._show {
  min-width: 307px;
}
.checkout-index-index .block.block-customer-login .fieldset {
  margin-bottom: 15px;
}
.checkout-index-index footer.modal-footer {
  display: flex;
  display: -webkit-flex;
  width: auto;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.checkout-index-index .opc-block-summary .items-in-cart > .title:after {
  top: 13px;
}
.checkout-index-index div#checkout-step-shipping_method {
  overflow: hidden;
  margin-bottom: 40px;
}
.checkout-index-index .payment-option._collapsible strong span {
  font-weight: 700;
}
.checkout-index-index .payment-option._collapsible span:hover:after {
  background: none;
}
.checkout-index-index span#block-rewards-heading span:nth-child(1):after {
  display: none;
}
.checkout-index-index .action.action-toggle {
  width: 170px;
  position: relative;
  height: 40px;
}
.checkout-index-index .action.action-toggle span:after {
  background: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  top: 3px;
  background: transparent;
}
.checkout-index-index span#block-rewards-heading span {
  color: #2E2E2E;
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  height: 65px;
  padding-top: 22px;
}
.checkout-payment-method .payment-option._collapsible.opc-payment-additional.rewards-block .payment-option-title {
  padding-bottom: 0;
}
.checkout-index-index strong.product-item-name:hover,
.checkout-index-index strong.product-item-name a:hover {
  color: #242424;
}
.checkout-cart-index .cart.table-wrapper .product-item-photo {
  padding-right: 10px;
  position: initial;
  width: auto;
  max-width: none;
}
.checkout-cart-index .featured-banner .featured-content .page-title-wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.checkout-cart-index .content .amgiftcard-info {
  margin-bottom: -3px;
  margin-top: 2px;
}
.checkout-cart-index a.btn-remove.btn-remove-amgiftcard {
  margin-left: 20px;
}
.checkout-cart-index form#amgiftcard-form-post .amgiftcard-codes-list {
  margin-bottom: 10px;
}
.catalog-product-view a.action.mailto.friend {
  display: none;
}
.checkout-index-index .opc-progress-bar {
  margin-bottom: 50px;
}
.checkout-index-index .opc-wrapper .step-content {
  margin-bottom: 20px;
}
.checkout-cart-index tr.item-info {
  position: relative;
}
.checkout-cart-index td.col.qty .field.qty .control.qty label div {
  position: absolute;
  width: auto;
  display: block;
  right: 0;
  top: 118px;
}
.checkout-index-index button.action.secondary.action-hide-popup {
  background: transparent linear-gradient(113deg, #ffc400 0%, #d1a000 100%) 0% 0% no-repeat padding-box;
  position: relative;
  overflow: hidden;
}
.checkout-index-index button.action.secondary.action-hide-popup:hover:after,
.checkout-index-index button.action.secondary.action-hide-popup:focus:after,
.checkout-index-index button.action.primary.action-save-address:hover:after,
.checkout-index-index button.action.primary.action-save-address:focus:after {
  background: #012547;
}
.checkout-index-index button.action.primary.action-save-address {
  overflow: hidden;
  position: relative;
}
.checkout-payment-method .payment-option._collapsible.opc-payment-additional._active .action.action-toggle span:after {
  transform: rotate(180deg);
}
.checkout-index-index button.action.action-apply:after,
.checkout-index-index button.action.action-show-popup:after,
.checkout-index-index button.action.action-login.secondary:after,
.checkout-index-index .page-main button.action.action-auth-toggle:after,
.checkout-index-index .page-main button.action.action-cancel:after,
.checkout-index-index .page-main button.action.action-apply-gift:after,
.checkout-index-index .page-main button.action.action-apply-gift:after,
.checkout-index-index button.button.action:after {
  opacity: 1 !important;
}
.checkout-index-index .billing-address-details {
  padding-left: 30px !important;
}
.checkout-cart-index button#empty_cart_button:hover:after,
.checkout-cart-index button#empty_cart_button:focus:after {
  background: #edb200 0% 0% no-repeat padding-box;
}
.checkout-index-index input[type="radio"] {
  width: auto;
  height: auto;
}
.checkout-index-index .opc-block-summary .table-totals .amount {
  /* white-space: inherit;*/
}
.checkout-index-index .opc-block-summary,
.checkout-index-index .opc-block-shipping-information {
  padding-left: 15px;
  padding-right: 15px;
}
.checkout-index-index form#gift-card-form .primary a {
  margin-left: 30px;
}
.checkout-cart-index .amgiftcard-info strong span.price {
  font-weight: 700;
}
.checkout-index-index button.action.login.primary:after {
  opacity: 1;
}
.checkout-index-index .opc-block-shipping-information .shipping-information {
  margin-top: 30px;
}
.checkout-index-index button.action.reload.captcha-reload:after {
  opacity: 1;
}
.checkout-index-index fieldset#customer-email-fieldset .field.captcha.no-label .control.captcha-image {
  display: flex;
}
.checkout-index-index fieldset#customer-email-fieldset .field.captcha.required {
  margin: 0;
}
.checkout-cart-index input#coupon_code {
  padding: 10px 27px 11px 28px;
}
.checkout-index-index .minicart-items .product-item-name {
  text-align: left;
}
.checkout-index-index .payment-option-title .action-toggle:after {
  opacity: 0;
}
.checkout-cart-index .cart.table-wrapper .item-options dt {
  text-transform: uppercase;
}
.product-detail .product.details.product-item-details .product-reviews-summary.no-rating {
  display: none;
}
.product-detail .product-item-info {
  position: relative;
  background-color: #ffffff;
}
.product-detail .product-item-info a {
  width: 100%;
}
.product-detail .product-link.cross-sell.actions {
  padding: 0;
  height: 0;
  transition-duration: .5s;
  background: transparent linear-gradient(112deg, #ffc400 0%, #d1a000 100%) 0% 0% no-repeat padding-box;
  text-align: center;
}
.product-link.cross-sell.actions a {
  font: normal normal normal 12px/24px Montserrat;
  letter-spacing: -0.12px;
  color: #FFFFFF;
  text-transform: uppercase;
  height: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition-duration: .5s;
}
.product-detail .product-item-info:hover > .product.details.product-item-details > .product-link.cross-sell.actions,
.product-detail .product-item-info:hover > .product.details.product-item-details > .product-link.cross-sell.actions > a {
  height: 45px;
  opacity: 1;
  visibility: visible;
}
.product-detail .product-item-info:hover > .product.details.product-item-details > .product-link.cross-sell.actions:hover,
.product-detail .product-item-info:hover > .product.details.product-item-details > .product-link.cross-sell.actions > a:hover {
  box-shadow: none;
  text-decoration: none;
  background: #012547;
  border: 0;
  color: #B38900;
}
.product-detail .product-item-info:hover > .product.details.product-item-details > .product-link.cross-sell.actions > a {
  padding: 11px 0;
}
.product-detail .owl-stage {
  padding-top: 28px;
}
.product-detail .product.details.product-item-details > .attribute-prescription {
  margin-top: 3px;
  margin-bottom: 20px;
}
.product-detail .product.details.product-item-details > .attribute-prescription span {
  font: normal normal 500 12px/24px Montserrat;
  letter-spacing: 0px;
  color: #C1C1C1;
  text-transform: uppercase;
}
.checkout-index-index .content dl.item-options dt,
.checkout-index-index .content dl.item-options dd {
  text-transform: uppercase;
}
.checkout-index-index .payment-option._collapsible .payment-option-content {
  margin-top: 15px;
}
.checkout-index-index select {
  background-position: right 30px top 25px;
}
.checkout-index-index .checkout-container {
  margin: 0;
}
body:not(.catalog-product-view).checkout-index-index input[type="checkbox"] + label:before {
  top: 6px;
}
.checkout-index-index .stripe-payments-brand {
  margin-left: -43px;
}
.checkout-index-index .minicart-items .product-item-details .details-qty {
  margin-bottom: 7px;
}
.payment-option._collapsible.opc-payment-additional.rewards-block._active .payment-option-content {
  margin-top: 0;
}
.checkout-index-index .payment-method-content.stripe-payments-card-form input[type="radio"] {
  margin-top: 4px;
}
.checkout-index-index span.exp.stripe-payments-fade {
  cursor: auto;
}
.rewards__checkout-cart-usepoints input {
  margin-bottom: 10px;
}
.checkout-cart-index form#discount-coupon-form input {
  margin-bottom: 5px;
}
.checkout-cart-index form#discount-coupon-form .actions-toolbar {
  margin-bottom: 24px;
}
.checkout-index-index div#customer-email-error {
  margin-top: 7px;
}
.checkout-index-index .content dl.item-options dt,
.checkout-index-index .content dl.item-options dd {
  margin-bottom: 3px !important;
  font-weight: normal;
}
.checkout-cart-index input#points_amount {
  padding-bottom: 2px;
}
.product-link.cross-sell.actions {
  padding: 0 !important;
}
.checkout-index-index .opc-block-summary .table-totals .grand .amount,
.checkout-index-index .opc-block-summary .table-totals .grand .mark {
  padding-top: 10px;
}
.page-print .featured-banner .featured-content .page-title-wrapper,
.page-print .page-title-wrapper .order-date {
  text-align: left;
}
.page-print .nav-toggle {
  display: none;
}
.checkout-onepage-success .featured-banner h1.page-title {
  white-space: initial;
  text-align: center;
}
body.page-print .logo {
  display: none;
}
.page-print.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th:not(.name),
.page-print.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td:not(.name) {
  text-align: right;
}
.page-print.account table > tbody > tr > td,
.page-print.account table > tbody > tr > td.sku,
.page-print.account table > tbody > tr > td.qty,
.page-print.account table > tbody > tr > td.price {
  padding: 2px 5px;
  vertical-align: baseline;
}
.page-print tr {
  padding-top: 10px;
  margin-top: 10px;
}
.page-print .order-details-items .table-order-items .product-item-name {
  margin-top: 15px;
  text-align: left;
  white-space: initial;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-left: 15px;
}
.checkout-cart-index .product-reviews-summary {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .product-item-name {
  text-align: left;
  margin-top: 0;
}
.checkout-onepage-success .messages .message-success,
checkout-onepage-success.messages .message-success,
.message-config .message-success {
  margin-top: 0 !important;
  margin-bottom: 35px !important;
}
.message-config .message-success {
  margin-top: 0;
}
.checkout-index-index .field-error {
  margin-top: 4px;
}
@media (max-width: 1200px) {
  .checkout-cart-index button.action.primary.checkout,
  .checkout-cart-index form#discount-coupon-form .actions-toolbar .primary {
    font-size: 12px;
  }
  .checkout-cart-index .cart-totals .mark {
    padding-left: 0;
  }
}
@media (max-width: 1100px) {
  .checkout-cart-index .actions-toolbar > .primary:last-child {
    width: 100%;
  }
  .checkout-cart-index form#discount-coupon-form button.action.apply.primary {
    width: 100%;
  }
  .checkout-cart-index button.action.primary.checkout,
  .checkout-cart-index form#discount-coupon-form button.action.apply.primary,
  .checkout-cart-index form#discount-coupon-form .actions-toolbar .primary button.action.cancel.primary {
    padding: 0;
  }
  .checkout-cart-index form#form-validate {
    width: 67%;
  }
  .checkout-cart-index td.col.qty .field.qty .control.qty label div {
    max-width: 250px;
  }
}
@media (max-width: 1124px) {
  .checkout-index-index .block.block-customer-login .secondary a.action.action-remind {
    margin-left: 0;
    margin-top: 0px;
    text-align: center;
  }
  .checkout-index-index .block.block-customer-login .block-content .primary {
    width: 100%;
  }
  .checkout-index-index button.action.action-login.secondary {
    width: 100%;
  }
  .checkout-index-index .block-authentication .actions-toolbar > .secondary {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .checkout-cart-index form#form-validate {
    width: 63%;
  }
  .rewards__checkout-cart-usepoints .discount-form .buttons-container button {
    font-size: 12px;
  }
  .checkout-index-index form#gift-card-form button.action.action-apply-gift,
  .checkout-index-index form#gift-card-form button.action.action-apply-gift {
    margin-bottom: 20px;
  }
  .checkout-cart-index .cart.main.actions a.action.continue,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update {
    font-size: 12px;
  }
  .checkout-index-index aside.modal-custom.authentication-dropdown.custom-slide._show {
    width: 310px;
    right: 0px;
  }
  .checkout-cart-index button.action.primary.checkout {
    padding: 0;
  }
  .checkout-cart-index button.action.primary.checkout span {
    padding: 0;
  }
}
@media (max-width: 950px) {
  .checkout-index-index .shipping-information-title span,
  .checkout-index-index .payment-group .step-title {
    font-size: 20px;
  }
  .checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    max-width: 274px;
    width: auto;
  }
  body.checkout-index-index div#checkout .opc-wrapper {
    padding-right: 10px;
  }
  .checkout-cart-index .cart-totals .amount {
    padding-left: 0;
    width: 50%;
    padding-right: 0;
  }
  .checkout-cart-index .cart-totals .mark {
    width: 50%;
  }
  .checkout-cart-index strong.product.name.product-item-name a {
    padding: 0 30px;
  }
  .checkout-cart-index .cart.table-wrapper .item-options dt,
  .checkout-cart-index .cart.table-wrapper .item-options dd {
    font-size: 12px;
  }
  .checkout-cart-index input#points_amount {
    padding-left: 12px;
    padding-right: 11px;
  }
}
@media (max-width: 900px) and (min-width: 768px) {
  .checkout-cart-index .cart.table-wrapper .product-item-name a {
    font-size: 12px;
  }
  .checkout-cart-index form#discount-coupon-form input {
    padding: 9px 21px 11px;
  }
  .checkout-cart-index .cart.table-wrapper .item-options dt,
  .checkout-cart-index .cart.table-wrapper .item-options dd {
    font-size: 10px;
  }
  .checkout-cart-index .cart-summary {
    min-width: 209px;
  }
  .checkout-cart-index .cart-totals .amount .price {
    max-width: 100px;
    white-space: initial;
  }
  .checkout-cart-index tbody.cart.item td.col.price span,
  .checkout-cart-index tbody.cart.item td.col.qty span,
  .checkout-cart-index tbody.cart.item td.col.subtotal span {
    font-size: 12px;
  }
  .checkout-cart-index .cart-totals .mark,
  .checkout-cart-index .cart-totals .amount {
    font-size: 12px;
  }
  .checkout-cart-index .cart-summary .block > .title strong {
    font-size: 14px !important;
  }
  .checkout-cart-index button.action.primary.checkout span,
  .rewards__checkout-cart-usepoints .discount-form .buttons-container button,
  .checkout-cart-index form#discount-coupon-form button.action.apply.primary,
  .checkout-cart-index button.action.primary.checkout,
  .checkout-cart-index form#discount-coupon-form .actions-toolbar .primary button.action.cancel.primary {
    height: 50px;
    padding: 12px 20px;
  }
  .checkout-cart-index button.action.primary.checkout {
    padding: 0 10px;
  }
  .checkout-index-index .minicart-items .product-item-name {
    font-size: 14px;
  }
  .checkout-cart-index #amgiftcard-form button.action.primary {
    padding: 0;
    font-size: 11px;
  }
  .checkout-cart-index form#amgiftcard-form .control input#am_giftcard_code {
    padding: 8px 21px;
    padding-bottom: 11px;
  }
}
@media (max-width: 850px) {
  .checkout-index-index .amgiftcard-check,
  .checkout-index-index form#gift-card-form .primary {
    width: 100%;
  }
  .checkout-index-index form#gift-card-form button.action.action-apply-gift,
  .checkout-index-index form#gift-card-form button.action.action-apply-gift {
    width: 100%;
    margin-bottom: 10px;
  }
  .checkout-index-index .opc-sidebar {
    width: auto;
    max-width: 300px;
  }
  .checkout-index-index .opc-wrapper {
    width: 65%;
  }
  .checkout-index-index .field.addresses button.action.action-select-shipping-item {
    padding: 0 30px;
  }
  .checkout-index-index form#gift-card-form .amgiftcard-check .amgiftcard_info div {
    margin-bottom: 10px;
  }
  .checkout-cart-index table#shopping-cart-table tr td.col.qty {
    padding-right: 5px;
  }
  body.checkout-index-index .shipping-address-item.not-selected-item button.action.edit-address-link,
  .checkout-index-index .shipping-address-item.selected-item button.action.edit-address-link {
    bottom: 70px;
  }
}
@media (max-width: 805px) and (min-width: 768px) {
  .checkout-cart-index td.col.qty .field.qty .control.qty label div {
    max-width: 210px;
  }
  .checkout-index-index div#checkout-step-shipping_method {
    margin-bottom: 30px;
  }
}
@media (max-width: 804px) {
  .checkout-cart-index table#shopping-cart-table tr td {
    padding-left: 4px;
    padding-right: 5px;
  }
  .checkout-cart-index .cart.main.actions a.action.continue:before {
    position: inherit;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    line-height: 14px;
    left: 0;
  }
  .checkout-cart-index button.action.update:before {
    position: initial;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    margin-left: -39px;
    line-height: 22px !important;
  }
}
@media (max-width: 800px) and (min-width: 768px) {
  .checkout-index-index .payment-group .payment-method-title.field.choice label.label {
    /* -webkit-flex-direction: column-reverse;



    -moz-flex-direction: column-reverse;



    flex-direction: column-reverse;



    display: -webkit-flex;



    display: flex;*/
  }
  .checkout-index-index .payment-method.stripe-payments .payment-method-title.field.choice input {
    top: 40%;
    transform: none;
  }
  .checkout-index-index .payment-group .payment-method-title.field.choice label.label span.stripe-icon-container.right {
    margin-top: 10px;
  }
}
@media (max-width: 772px) {
  .checkout-cart-index .cart-summary {
    min-width: 223px;
  }
  .checkout-cart-index button.action.primary.checkout {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index button.action.update,
  .checkout-cart-index button.action.clear {
    position: relative;
    padding: 18px 46px !important;
  }
  body.checkout-index-index .column:not(.sidebar-main) form .actions-toolbar {
    display: block;
  }
  .checkout-index-index .payment-method.stripe-payments .payment-method-title.field.choice input {
    top: 27px;
  }
  .checkout-index-index .payment-method-title.field.choice input.radio {
    top: 50%;
  }
  .checkout-onepage-success .sections.nav-sections + .featured-banner {
    margin-top: 113px;
  }
  .checkout-index-index .checkout-payment-method .field-select-billing {
    max-width: none;
  }
  .page-print .order-details-items .table-order-items .product-item-name {
    width: 70%;
    vertical-align: -webkit-baseline-middle;
  }
  .page-print.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th:not(.name),
  .page-print.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td:not(.name) {
    text-align: left;
  }
  .checkout-index-index .payment-method .payment-method-content,
  .checkout-index-index form#discount-form {
    overflow: hidden;
  }
  .checkout-cart-index button.action.primary.checkout span {
    font-size: 14px;
  }
  .checkout-index-index div#customer-email-error {
    margin-top: 3px;
  }
  .checkout-cart-index input#points_amount {
    padding-left: 36px;
  }
  .checkout-cart-index form#amgiftcard-form .control input#am_giftcard_code {
    padding-bottom: 2px;
  }
  body.checkout-index-index .logo {
    margin-left: auto;
  }
  .checkout-index-index fieldset#customer-email-fieldset .field.captcha.no-label .control.captcha-image {
    display: block;
  }
  .checkout-index-index fieldset#customer-email-fieldset .field.captcha.required {
    margin-bottom: 10px;
  }
  .checkout-cart-index .page.messages .messages {
    padding-top: 40px;
  }
  .checkout-cart-index table#shopping-cart-table tr td {
    position: relative;
  }
  .checkout-cart-index td.col.qty .field.qty .control.qty label div {
    top: initial;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    width: calc(60vw);
    white-space: initial;
    text-align: center;
    max-width: none;
  }
  .checkout-cart-index .page-wrapper .featured-banner {
    margin-bottom: 0px;
  }
  .checkout-cart-index .columns .column.main {
    padding-bottom: 30px !important;
  }
  form#amgiftcard-form .control {
    width: 100%;
  }
  .amgiftcard-form {
    margin: 0;
  }
  .checkout-cart-index .cart.table-wrapper .item-actions .actions-toolbar {
    padding-top: 20px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    float: right;
  }
  .checkout-cart-index form#discount-coupon-form button.action.apply.primary {
    font-size: 14px;
  }
  .checkout-cart-index a.use-ajax.action.towishlist.action-towishlist {
    top: 25px;
    margin-bottom: 0;
    margin-top: 5px;
  }
  .checkout-cart-index .cart.main.actions a.action.continue,
  .checkout-cart-index button#empty_cart_button,
  .checkout-cart-index button.action.update {
    width: 100%;
  }
  .checkout-cart-index button.action.update {
    padding-left: 40px !important;
  }
  .checkout-cart-index form#form-validate {
    width: 100%;
  }
  .checkout-cart-index .cart.main.actions {
    padding: 0;
  }
  .checkout-cart-index .cart-summary {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    padding-bottom: 25px;
  }
  .checkout-cart-index .cart.table-wrapper .item .col.item {
    display: flex;
    display: -webkit-flex;
  }
  .checkout-cart-index .columns {
    padding-top: 0;
  }
  .checkout-cart-index .cart-container {
    padding-bottom: 25px;
    display: -webkit-flex;
    flex-direction: column-reverse;
  }
  .product-detail a.product-item-photo {
    display: block;
  }
  .checkout-cart-index span.product-image-wrapper {
    overflow: initial;
  }
  .checkout-cart-index tbody.cart.item span.product-image-wrapper img.product-image-photo {
    min-width: 90px;
    min-height: 90px;
    position: initial !important;
  }
  .checkout-cart-index form#amgiftcard-form button.action.primary {
    width: 100%;
    margin-bottom: 10px;
  }
  .checkout-cart-index .cart.table-wrapper {
    margin-bottom: 40px;
  }
  .checkout-cart-index .message-error.error.message,
  .checkout-cart-index .message-success.success.message {
    margin: 20px 0 3px !important;
  }
  .checkout-cart-index .cart.item .item-actions td {
    padding-bottom: 3px;
  }
  .checkout-cart-index li.item.product.product-item {
    margin-left: 0;
  }
  .checkout-cart-index strong#block-crosssell-heading {
    font-size: 32px;
  }
  .checkout-cart-index .amgiftcard-apply-code.cart-discount {
    margin-top: 0;
  }
  .checkout-index-index .nav-toggle {
    display: block;
  }
  .checkout-index-index button.action.primary.action-save-address,
  button.action.secondary.action-hide-popup {
    margin-bottom: 10px;
    width: 100%;
  }
  .checkout-index-index .featured-banner {
    margin-bottom: 48px !important;
  }
  .checkout-index-index._has-auth-shown .authentication-wrapper {
    z-index: 900;
  }
  .checkout-index-index ul.opc-progress-bar {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    margin-bottom: 0;
  }
  .checkout-index-index .authentication-wrapper {
    max-width: none;
    width: 100%;
    display: table;
    margin-bottom: 20px;
  }
  .checkout-index-index button.action.action-auth-toggle {
    margin-left: auto;
    margin-right: auto;
    display: table-cell;
  }
  .checkout-index-index div#shipping-method-buttons-container .primary {
    width: 100%;
  }
  body.checkout-index-index .shipping-address-item.not-selected-item button.action.edit-address-link {
    bottom: 83PX;
    top: auto;
    width: auto;
    right: 15px;
  }
  .checkout-index-index .shipping-address-item.selected-item button.action.edit-address-link {
    bottom: 20px;
    right: 15px;
    width: auto;
    top: auto;
  }
  .checkout-index-index .actions-toolbar .primary {
    width: auto;
  }
  .checkout-index-index form#discount-form .primary {
    width: 100%;
  }
  .checkout-onepage-success .columns {
    padding-bottom: 45px;
  }
  .checkout-onepage-success .actions-toolbar .primary {
    margin-top: 0;
  }
  .checkout-onepage-success .column.main {
    margin-bottom: 10px !important;
  }
  .checkout-index-index .actions-toolbar .secondary {
    width: 100%;
    text-align: center;
  }
  .checkout-index-index .opc-wrapper {
    width: 100%;
  }
  .checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    width: initial;
    max-width: none;
  }
  .checkout-index-index .actions-toolbar div.secondary {
    padding-top: 0;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item,
  .checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
    width: 100%;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item:nth-child(2) {
    margin-top: 0;
  }
  body.checkout-index-index .opc-wrapper .shipping-address-item {
    padding-bottom: 25px;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item,
  .checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
    margin-left: 0;
    margin-right: 0;
  }
  .checkout-index-index .opc-wrapper .shipping-address-items {
    margin-left: 0;
    display: block;
  }
  .checkout-index-index aside.modal-custom.authentication-dropdown.custom-slide._show {
    width: 93%;
    min-width: auto;
    left: auto;
  }
  .checkout-index-index .authentication-dropdown .modal-inner-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .checkout-index-index div#checkout .opc-wrapper {
    width: 100%;
    margin-bottom: 0;
  }
  .checkout-index-index .field.addresses button.action.action-select-shipping-item {
    padding: 0 45px;
    position: relative;
  }
  .checkout-index-index .checkout-payment-method .payment-option {
    margin: 0;
    overflow: hidden;
  }
  .checkout-payment-method .payment-methods {
    margin: 0;
  }
  .checkout-index-index .columns .column.main {
    padding-bottom: 25px;
  }
  .checkout-index-index .fieldset:last-child {
    margin-bottom: 0;
  }
  .checkout-index-index .checkout-container {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .checkout-index-index div#checkout-step-payment {
    margin-bottom: 10px;
  }
  .checkout-index-index .modal-popup .modal-footer {
    padding-top: 0;
    display: block;
  }
  .checkout-index-index .modal-popup._inner-scroll .modal-content {
    padding-bottom: 15px;
  }
  body.checkout-index-index .new-address-popup {
    margin-top: 0;
  }
  body.checkout-index-index div#checkout .opc-wrapper {
    width: 100%;
    padding-right: 0;
  }
  body.checkout-index-index .opc-block-shipping-information {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option._collapsible .payment-option-title {
    padding-top: 19px;
  }
  body.checkout-index-index .payment-option._collapsible.opc-payment-additional.rewards-block {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .checkout-index-index .messages {
    margin-top: 0;
  }
  .checkout-cart-index .actions-toolbar a.action.action-delete,
  .checkout-cart-index .actions-toolbar a.action.action-edit {
    width: auto;
  }
  .checkout-index-index .payment-method-title.field.choice label.label a.action.action-help {
    width: auto;
    display: none;
  }
  .checkout-index-index .minicart-items .product .toggle:after {
    position: static;
  }
  .checkout-index-index .opc-wrapper .step-title {
    margin: 20px 0 10px 0;
    padding-bottom: 15px;
  }
  .checkout-cart-index .cart.table-wrapper .item-options dt,
  .checkout-cart-index .cart.table-wrapper .item-options dd {
    font-size: 12px;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-bottom: 0;
  }
  .checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    width: initial;
    max-width: none;
  }
  ._has-modal-custom header.page-header {
    z-index: 123;
  }
  .product-detail .product.details.product-item-details > .attribute-prescription {
    margin-bottom: 10px;
  }
  .checkout-index-index .product .product-item-details {
    padding-left: 115px;
  }
  .checkout-index-index .minicart-items .product-item-details .details-qty {
    margin-bottom: 8px;
  }
  .checkout-index-index .minicart-items .product .toggle {
    margin-bottom: 6px;
  }
  .checkout-index-index li#payment {
    margin-bottom: 15px;
  }
  .checkout-cart-index form#amgiftcard-form-post .amgiftcard-codes-list {
    margin-bottom: 0 !important;
  }
  .checkout-cart-index .amgiftcard-apply-code.cart-discount .title {
    max-width: none;
  }
  .checkout-cart-index .block.crosssell {
    margin-bottom: 30px !important;
    margin-top: 40px;
  }
  .checkout-cart-index form#discount-coupon-form input {
    padding-bottom: 12px;
  }
  .page-print .featured-banner .featured-content .page-title-wrapper,
  .page-print .page-title-wrapper .order-date {
    text-align: center;
  }
  .page-print span.order-status {
    margin-bottom: 0;
  }
  .checkout-index-index .block-authentication .actions-toolbar > .secondary {
    padding-top: 0;
  }
  .checkout-index-index .action.action-toggle {
    padding-top: 4px;
  }
  .checkout-index-index .action.action-toggle span:after {
    top: 7px;
  }
}
@media (max-width: 640px) {
  .checkout-cart-index .products .owl-dots {
    margin-top: 25px;
  }
  .product-detail .products-grid .product-item {
    margin-bottom: 30px;
  }
  .checkout-index-index {
    margin-bottom: 0;
  }
  .checkout-index-index .opc-wrapper .form-login {
    padding-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .checkout-cart-index strong#block-crosssell-heading {
    font-size: 24px;
  }
  .related-products-parent h4,
  .crosssell h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 500px) {
  .checkout-index-index .checkout-payment-method .checkout-billing-address .primary .action-update,
  .checkout-index-index .columns .opc-wrapper .action-cancel {
    margin: 0;
    width: 100%;
  }
  .checkout-index-index .payment-method-content > .actions-toolbar > .primary {
    width: 100%;
  }
  .checkout-index-index button.action.action-select-shipping-item span {
    font-size: 12px;
  }
  .checkout-index-index .authentication-wrapper {
    margin-top: 0;
  }
  .checkout-index-index div#checkout {
    margin-bottom: 0;
  }
  .checkout-index-index .opc-wrapper .step-content {
    margin-bottom: 10px;
  }
  .checkout-cart-index .products .owl-dots {
    margin-top: 20px;
  }
  .product-detail .products {
    margin-top: 0;
  }
  .checkout-index-index .payment-group .payment-method-title.field.choice label.label {
    /*  -webkit-flex-direction: column-reverse;



    -moz-flex-direction: column-reverse;



    flex-direction: column-reverse;



    display: -webkit-flex;



    display: flex;*/
  }
  .checkout-index-index .payment-method.stripe-payments .payment-method-title.field.choice input {
    top: 21px;
    transform: none;
  }
  /*.checkout-index-index .payment-group .payment-method-title.field.choice label.label span.stripe-icon-container.right {



    margin-top: 10px;



  }*/
  .checkout-index-index form#gift-card-form button.action.action-apply-gift,
  .checkout-index-index form#gift-card-form button.action.action-apply-gift {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 493px) {
  .checkout-index-index aside.modal-custom.authentication-dropdown.custom-slide._show {
    width: 91%;
  }
  .checkout-index-index .payment-group .payment-method-title.field.choice input#paypal_express + label.label {
    flex-direction: row;
    align-items: center;
  }
  .checkout-index-index div#checkout-step-payment {
    margin-bottom: 0;
  }
  body.checkout-index-index .opc-block-shipping-information {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 450px) {
  .checkout-index-index .payment-group .payment-method-title.field.choice label.label {
    display: flex;
    display: -webkit-flex;
  }
  .checkout-index-index .payment-option._collapsible .payment-option-content {
    margin-top: 5px;
  }
  .checkout-index-index .opc-block-shipping-information .shipping-information {
    margin-top: 20px;
  }
  .checkout-index-index .payment-method-title.field.choice input#paypal_express + label.label {
    display: inline-block;
  }
}
@media (max-width: 422px) {
  .checkout-onepage-success .sections.nav-sections + .featured-banner {
    margin-top: 125px;
  }
}
@media (max-width: 400px) {
  .checkout-index-index aside.modal-custom.authentication-dropdown.custom-slide._show {
    width: 89%;
  }
  .checkout-index-index .content dl.item-options dt,
  .checkout-index-index .content dl.item-options dd {
    font-size: 12px;
  }
  .checkout-index-index .content dl.item-options dt {
    margin-right: 5px !IMPORTANT;
  }
}
@media (max-width: 378px) {
  .checkout-cart-index a.use-ajax.action.towishlist.action-towishlist {
    right: 60px;
  }
  .checkout-cart-index table#shopping-cart-table tr td {
    padding-right: 0;
  }
  .checkout-cart-index a.use-ajax.action.towishlist.action-towishlist {
    min-width: auto;
  }
  .checkout-cart-index .cart.main.actions a.action.continue,
  .checkout-cart-index .cart.main.actions button#empty_cart_button,
  .checkout-cart-index .cart.main.actions button.action.update {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 375px) {
  /* .product-detail .product.details.product-item-details > div {



    padding: 0 10px;



  }*/
  .checkout-index-index .payment-method.stripe-payments .payment-method-title.field.choice input {
    top: 21px;
    transform: none;
  }
  .checkout-index-index .payment-method-title.field.choice input.radio {
    top: 27px;
  }
}
@media (max-width: 370px) {
  .checkout-index-index .opc-block-summary {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    width: 310px;
    left: auto;
    right: 0;
  }
}
@media (max-width: 360px) {
  .checkout-index-index select.select {
    background-position: right 18px top 16px;
  }
}
@media (max-width: 340px) {
  .checkout-index-index aside.modal-custom.authentication-dropdown.custom-slide._show {
    width: 297px;
  }
}
/*--------------------------------------*/
.checkout-cart-index div#block-shipping .title {
  display: none;
}
div#checkout-step-pas .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.checkout-index-index .page-main .action.showcart:after {
  opacity: 0;
}
body:not(.catalog-product-view).checkout-index-index input[type="radio"] + label:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body:not(.catalog-product-view).checkout-index-index input[type="radio"] + label:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.payment-method.stripe-payments .payment-method-title.field.choice {
  padding-bottom: 8px;
}
.checkout-index-index li#opc-shipping_method {
  margin-top: 35px;
}
div#checkout-step-pas .control input {
  position: static;
  margin-right: 18px;
}
.checkout-payment-method .checkout-billing-address {
  margin-bottom: 0 !important;
}
.checkout-cart-index .payment-method-billing-address.checkout-billing-address .checkout-payment-method .checkout-billing-address {
  text-align: right !important;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper .form-discount {
  max-width: 552px;
}
.checkout-index-index fieldset#customer-email-fieldset .actions-toolbar .secondary a.action.remind:after {
  opacity: 0;
}
.checkout-cart-index tbody.cart.item td.col.price span,
.checkout-cart-index tbody.cart.item td.col.qty span,
.checkout-cart-index tbody.cart.item td.col.subtotal span {
  letter-spacing: 0px;
  white-space: nowrap;
  font-size: 18px;
  line-height: 26px;
}
.checkout-cart-index .cart-totals .amount {
  padding-left: 0;
}
.checkout-cart-index a.action.action-delete span,
.checkout-cart-index a.action.action-edit span {
  font-size: 0;
  display: none;
}
.checkout-index-index main .block-customer-login .actions-toolbar .primary .action {
  font-size: 16px;
  line-height: 26px;
}
.checkout-cart-index a.use-ajax.action.towishlist.action-towishlist span {
  line-height: 50px;
}
.checkout-cart-index .actions-toolbar a.action.action-delete,
.checkout-cart-index .actions-toolbar a.action.action-edit {
  padding: 0;
  height: 20px;
  background: transparent !important;
  border: none !important;
  outline: none;
  height: auto;
  margin-bottom: 0;
}
.checkout-cart-index .actions-toolbar a.action.action-delete:after {
  opacity: 0;
}
.checkout-cart-index .actions-toolbar a.action.action-edit {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.checkout-cart-index tr.item-actions a.action.action-edit:before {
  width: 28px;
  height: 28px;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  font-weight: normal;
}
.checkout-cart-index .actions-toolbar a.action.action-delete:before {
  content: '\e604';
  width: 28px;
  height: 28px;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 28px;
  color: #303030;
  font-family: 'icons-blank-theme';
  font-weight: normal;
}
.checkout-cart-index .cart.main.actions a.action.continue:before {
  position: absolute;
  top: 17px;
  left: 12px;
  display: none;
}
.checkout-cart-index table#shopping-cart-table tr.item-info td.col.item,
.checkout-cart-index table#shopping-cart-table tr.item-actions td,
.checkout-cart-index table#shopping-cart-table tr td {
  padding-left: 0;
}
.checkout-cart-index .cart.table-wrapper .item .col.item {
  padding-top: 29px;
}
.checkout-cart-index table#shopping-cart-table tr td {
  padding-left: 15px;
}
.checkout-cart-index table#shopping-cart-table tr td:not(.item) {
  padding-top: 30px;
}
.checkout-cart-index button.action.update {
  position: relative;
  font-size: 12px;
}
.checkout-cart-index button.action.update:before {
  position: absolute;
  left: 15px;
  top: 16px;
  display: none !important;
  visibility: hidden;
  line-height: inherit !important;
}
.checkout-cart-index input#cart-19-qty {
  padding: 0px 3px;
}
.checkout-cart-index .item-info .col {
  padding-top: 27px;
}
.checkout-cart-index .section.section-content-bottom {
  background-position: right;
}
.product-detail .product.details.product-item-details {
  min-width: 100px;
  background: #ffffff 0% 0% no-repeat padding-box;
  z-index: 0;
}
.checkout-cart-index .cart-summary {
  min-width: 258px;
  width: 25%;
  margin-left: 10px;
  padding-bottom: 25px;
}
.checkout-cart-index button.action.primary {
  padding: 11px 93px 11px 30px;
}
.checkout-cart-index input#cart-35-qty {
  height: 40px;
  margin-top: -10px;
}
.checkout-cart-index strong span.price {
  font-weight: normal;
}
.checkout-cart-index .message-error.error.message {
  background: #fae5e5;
  color: #333333;
}
.checkout-cart-index div#block-shipping .title:after,
.checkout-cart-index div#block-discount .title:after {
  top: 7px;
}
.checkout-cart-index .owl-carousel .owl-nav.disabled {
  display: block !important;
}
div#block-shipping .title strong#block-shipping-heading {
  font-weight: normal;
}
strong#block-discount-heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
}
.checkout-cart-index .cart.table-wrapper .col.qty .input-text {
  height: 35px;
  margin-top: -7px;
  padding: 0 10px;
}
form#amgiftcard-form .control {
  width: 100%;
}
.checkout-cart-index div#amgiftcard-block-discount.active .title:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.checkout-cart-index div#amgiftcard-block-discount .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  cursor: pointer;
  text-align: center;
}
.checkout-cart-index .block.discount.active .title:after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.checkout-cart-index .cart-totals .grand .mark,
.checkout-cart-index .cart-totals .grand .amount {
  padding-top: 0;
}
.checkout-cart-index .cart-summary .block .fieldset {
  margin: 5px 0 15px 0;
}
.checkout-cart-index a.use-ajax.action.towishlist.action-towishlist:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f004';
  font-size: 17px;
  color: #202020;
  position: absolute;
}
.checkout-cart-index a.use-ajax.action.towishlist.action-towishlist {
  position: initial;
  width: auto;
  min-width: auto;
  padding: 0;
  width: 21px;
  padding-top: 0px;
  height: 21px;
  margin-bottom: 0;
  margin-right: 15px;
  border: 0;
  -o-transition: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  background: transparent;
  border-radius: 0;
  top: -2px;
  position: relative;
}
.checkout-cart-index a.use-ajax.action.towishlist.action-towishlist:after {
  opacity: 0;
}
.checkout-cart-index div#amgiftcard-block-discount.block.discount.active #amgiftcard-form .fieldset {
  background: transparent !important;
  max-width: none;
  padding: 0;
  margin-bottom: 15px;
  line-height: initial;
}
.checkout-cart-index .cart-summary .block.discount.active .title:after {
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
body.checkout-cart-index .fieldset > .field:not(.choice) > .label {
  font-weight: normal;
  display: none;
}
.checkout-cart-index .block.discount .title {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .cart-summary > .title {
  font-size: 22px;
}
.checkout-cart-index .amgiftcard-apply-code.cart-discount .title {
  max-width: 500px;
}
.checkout-cart-index form#discount-coupon-form .actions-toolbar .primary {
  width: 100%;
}
.checkout-index-index button.action.action-apply-gift + .amgiftcard_info div {
  margin-bottom: 10px;
  color: #ff0000;
  margin-top: 15px;
}
.checkout-cart-index div#amgiftcard-block-discount .title + .content div div.amgiftcard-info div,
.checkout-cart-index div#amgiftcard-block-discount .title + .content div.amgiftcard-codes-list div,
.checkout-index-index button.action.action-apply-gift + .amgiftcard_info .amgiftcard-info div {
  color: #333333;
}
.checkout-index-index .opc-wrapper .form-discount .amgiftcard_info .amgiftcard-info {
  margin-bottom: 7px;
}
.checkout-cart-index #amgiftcard-form button.action.primary {
  width: 100%;
  margin-bottom: 10px;
}
.checkout-cart-index .cart.table-wrapper .item-options {
  font-size: 14px;
}
.checkout-cart-index .column.main {
  min-height: auto;
  padding-bottom: 78px !important;
}
.checkout-cart-index .column.main .cart-empty {
  text-align: center;
  margin-bottom: 0px;
}
.checkout-cart-index .column.main .cart-empty p {
  margin-bottom: 0;
}
.product-detail .product-item,
.product-detail .product-item-info {
  height: initial;
  width: 100% !important;
}
.product-detail .products-grid .product-item {
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  background-color: #ffffff;
}
.product-detail .product-item-info .product-image-container {
  background: #fff;
  width: 100% !important;
}
.product-detail strong.product.name.product-item-name a.product-item-link {
  height: auto;
}
.checkout-cart-index .block-title.title {
  text-align: center;
  margin-top: -10px;
}
.checkout-cart-index strong#block-crosssell-heading {
  font-size: 35px;
  line-height: 69px;
  text-transform: uppercase;
  text-align: center;
  color: #1C1C1C;
  font-weight: 900;
}
.checkout-cart-index .block.crosssell {
  margin-top: 70px;
  margin-bottom: 0;
}
.checkout-cart-index form#amgiftcard-form {
  margin-bottom: 10px;
}
.checkout-cart-index form#amgiftcard-form .field {
  margin-bottom: 5px;
}
.checkout-cart-index .block-content.content .products.wrapper.grid.products-grid.products-crosssell {
  margin: 0 -15px;
}
.checkout-cart-index .cart.table-wrapper .item-actions .actions-toolbar {
  text-align: right;
}
.checkout-cart-index .content .amgiftcard-info div:nth-child(2) {
  margin: 5px 0;
}
.checkout-cart-index .cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  top: 7px;
}
.checkout-cart-index strong#block-rewards-form-heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.checkout-cart-index .cart-summary .block > .title {
  padding-left: 0;
}
.checkout-cart-index .rewards__checkout-cart-usepoints .discount-form .buttons-container {
  margin-top: 10px;
}
.rewards__checkout-cart-usepoints .discount-form .buttons-container button {
  margin-bottom: 10px;
  width: 100%;
  line-height: 24px;
}
.checkout-cart-index .cart-summary .block > .content hr {
  display: none;
}
.checkout-index-index .featured-banner .featured-content .page-title-wrapper {
  width: 100%;
  height: auto;
  position: initial;
  text-align: center;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  padding-top: 0;
  max-height: calc(100vh - 126px);
}
.checkout-index-index .opc-block-summary .items-in-cart .product {
  padding-top: 15px;
  padding-bottom: 6px;
}
.checkout-index-index .actions-toolbar a.action.action-delete,
.checkout-index-index .actions-toolbar a.action.action-edit,
.checkout-index-index .cart.main.actions a.action.continue {
  border: 0;
}
.checkout-index-index a.action.action-delete span,
.checkout-index-index a.action.action-edit span {
  font-size: 0;
}
.checkout-index-index main .opc-wrapper .step-title,
.checkout-index-index .opc-block-shipping-information .shipping-information-title,
.checkout-index-index .opc-block-summary > .title {
  font-size: 22px;
}
.checkout-index-index .opc-block-summary {
  margin-bottom: 0;
  min-width: 290px;
}
.checkout-index-index .cart.main.actions a.action.continue {
  -webkit-appearance: none;
  -webkit-border-fit: border;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
  background: -o-linear-gradient(left, #913a89, #724192);
  background: -webkit-gradient(linear, left top, right top, from(#913a89), to(#724192));
  background: linear-gradient(to right, #913a89, #724192);
  border: 0;
  text-align: center;
  font: normal normal normal 14px/24px Lato;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 3px;
  position: relative;
}
.checkout-index-index .cart.main.actions a.action.continue span {
  line-height: 50px;
}
.checkout-index-index .payment-method-title.field.choice label:hover {
  background: transparent;
}
.checkout-index-index .actions-toolbar a.action.action-delete,
.checkout-index-index .actions-toolbar a.action.action-edit {
  padding: 0;
  height: 20px;
  background: transparent !important;
  border: none !important;
  outline: none;
}
.checkout-index-index button.action.update:before {
  position: absolute;
  left: 15px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  line-height: inherit !important;
}
.checkout-index-index input#cart-19-qty {
  padding: 0px 3px;
}
.checkout-index-index .item-info .col {
  padding-top: 27px;
}
.checkout-index-index strong.product-item-name a:hover {
  text-decoration: none;
}
.checkout-index-index .section.section-content-bottom {
  background-position: right;
}
.checkout-index-index .product .product-item-details {
  min-width: 100px;
  padding-left: 115px;
}
.checkout-index-index .cart-summary {
  min-width: 219px;
  width: 25%;
  margin-left: 10px;
}
.checkout-index-index input#cart-35-qty {
  height: 40px;
  margin-top: -10px;
}
.checkout-index-index strong span.price {
  font-weight: normal;
}
.checkout-index-index div#block-shipping .title:after,
.checkout-index-index div#block-discount .title:after {
  top: 7px;
}
div#block-shipping .title strong#block-shipping-heading {
  font-weight: normal;
}
strong#block-discount-heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.checkout-index-index .cart.table-wrapper .col.qty .input-text {
  height: 35px;
  margin-top: -7px;
}
.checkout-index-index div#amgiftcard-block-discount .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: "\e622";
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-index-index .nav-sections {
  display: block;
}
.checkout-index-index .authentication-wrapper {
  margin-top: 0px;
  display: block;
}
.checkout-index-index .authentication-dropdown .modal-inner-wrap {
  position: relative;
}
.checkout-index-index .block-content .actions-toolbar {
  margin-left: 0 !important;
}
.checkout-index-index .authentication-dropdown .modal-inner-wrap button.action-close {
  margin: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  min-width: auto;
  height: auto;
}
.checkout-index-index .details-qty span.label {
  width: auto;
  height: auto;
  position: initial;
  text-align: left;
  color: #2E2E2E;
  text-transform: none;
  font-size: 16px;
}
.checkout-index-index .details-qty span {
  font-size: 16px;
}
.checkout-index-index .product-item-details .product-item-inner {
  display: block;
  margin-bottom: 0px;
}
.checkout-index-index .opc-block-summary .product-item .product-item-name-block {
  display: block;
}
.checkout-index-index .payment-method-content .actions-toolbar {
  margin-left: 0 !important;
  text-align: left;
}
body.checkout-index-index #gift-card-form .primary {
  margin-top: 0;
}
body.checkout-index-index #gift-card-form .primary div {
  margin-top: 5px;
}
.checkout-index-index .checkout-billing-address button.action.action-edit-address {
  width: auto;
  height: auto;
  padding: 0;
  font-size: 0;
  background: transparent;
  float: right;
  border: none;
}
.checkout-index-index .checkout-billing-address button.action.action-edit-address:after {
  display: none;
}
.checkout-index-index .checkout-billing-address button.action.action-edit-address:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  content: '\e606';
  color: #5B5B5B;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-index-index .payment-method-content .payment-method-billing-address {
  margin-bottom: 10px;
  overflow: hidden;
}
.checkout-index-index span#block-discount-heading span,
.checkout-index-index span#block-gift-card-heading {
  color: #2E2E2E;
}
.checkout-index-index .opc-block-shipping-information button.action.action-edit {
  height: auto;
}
.checkout-index-index #opc-sidebar .opc-block-shipping-information button.action.action-edit {
  position: absolute;
  top: -4px;
  right: 0;
  left: auto;
  width: auto;
}
.checkout-index-index #opc-sidebar .opc-block-shipping-information button.action.action-edit:after {
  opacity: 0;
}
.checkout-index-index .payment-method .payment-method-content {
  padding-top: 5px;
}
.checkout-index-index .payment-method .payment-method-content,
.checkout-index-index form#discount-form {
  padding-bottom: 0;
}
/*.checkout-index-index .payment-method .payment-method-content {



  padding-bottom: 20px;



}*/
.checkout-index-index .actions-toolbar checkout-agreements-block + button.action.primary.checkout {
  margin-top: 0 !important;
}
.checkout-index-index table.data.table.table-totals tr.totals.shipping.excl span.label {
  text-transform: none;
  position: initial;
}
.checkout-index-index .modal-inner-wrap button.action-close {
  margin: 0;
  top: 10px;
  padding: 0;
  right: 10px;
  height: auto;
  left: auto;
  width: auto;
}
.checkout-index-index .actions-toolbar .secondary {
  float: left;
}
.checkout-index-index fieldset#customer-email-fieldset .actions-toolbar .secondary a.action.remind {
  margin-top: 18px;
  margin-left: 10px;
}
.checkout-index-index .block-authentication .actions-toolbar > .secondary {
  margin-right: 0;
  padding-top: 13px;
}
.checkout-index-index .block.block-customer-login .secondary a.action.action-remind {
  margin-left: 15px;
  margin-top: 5px;
  margin-right: 0;
}
.checkout-index-index .block.block-customer-login .secondary a.action.action-remind:after {
  opacity: 0;
}
.checkout-index-index._has-auth-shown .authentication-wrapper {
  z-index: 7;
}
.checkout-index-index dl.item-options {
  margin: 0;
  margin-top: 6px;
}
.checkout-index-index dl.item-options dd.values {
  margin: 0 !important;
}
.checkout-index-index .message.error > *:first-child:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f057";
  font-size: 18px;
  width: 28px !important;
  height: 28px !important;
}
.product-detail .owl-carousel .owl-stage-outer ol {
  margin: 0 -15px;
}
.checkout-index-index button.action.edit-address-link {
  margin-top: 20px;
  background: transparent;
  width: auto;
  height: auto;
  padding: 0;
  font-size: 0;
  right: 20px;
  -o-transition: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  position: absolute;
}
.checkout-index-index .shipping-address-item.selected-item button.action.edit-address-link {
  bottom: 20px;
  margin: 0;
  right: 10px;
  border: none;
  font-size: 0 !important;
  padding: 0;
  height: auto;
}
.checkout-index-index .shipping-address-item.selected-item button.action.edit-address-link:after {
  opacity: 0;
  display: none;
}
body.checkout-index-index .shipping-address-item.not-selected-item button.action.edit-address-link {
  bottom: 20px;
  right: 5px;
  border: none;
  font-size: 0 !important;
  padding: 0;
  height: auto;
  background: transparent;
}
body.checkout-index-index .shipping-address-item.not-selected-item button.action.edit-address-link:after {
  opacity: 0;
}
.checkout-index-index button.action.edit-address-link:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #5B5B5B;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-index-index button.action.action-select-shipping-item {
  float: left;
  position: absolute;
  overflow: hidden;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  position: relative;
}
.checkout-index-index .table-checkout-shipping-method tbody td:first-child {
  padding-top: 26px;
}
body.checkout-index-index div#checkout .opc-wrapper {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:not(:focus):hover {
  background: transparent;
}
.checkout-index-index .opc-block-summary > .title {
  font-size: 22px;
}
.checkout-index-index .opc-wrapper .shipping-address-items {
  margin-left: -5px;
  margin-bottom: 15px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper .shipping-address-item,
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  padding-right: 10px;
  margin: 0 5px;
  width: 46%;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title .action-edit:before {
  color: #5B5B5B;
}
.checkout-onepage-success div#registration a.action.primary {
  margin-top: 13px;
}
.checkout-onepage-success div#registration div:nth-child(3) {
  text-align: center;
  margin-top: 10px;
}
.checkout-onepage-success .checkout-success {
  text-align: center;
}
.checkout-onepage-success main p:nth-child(1) {
  margin: 0;
}
.checkout-onepage-success main p {
  margin-bottom: 12px;
}
.checkout-onepage-success .featured-image.category-image a.print {
  float: none;
  color: #fff;
  display: none;
  margin: 0;
}
.checkout-onepage-success .actions-toolbar {
  display: -ms-grid;
  display: grid;
}
.checkout-onepage-success .actions-toolbar a.action.primary.continue {
  margin-right: 0;
}
.checkout-onepage-success .actions-toolbar .primary {
  margin: auto;
  margin-top: 13px;
}
.checkout-onepage-success .column.main {
  min-height: auto;
  margin-bottom: 50px !important;
  margin-top: -5px;
  padding-bottom: 0;
  display: -ms-grid;
  display: grid;
}
.page-print span.order-status,
.page-print .order-date span.label,
.page-print .order-date date {
  color: #fff;
  text-align: left;
}
.page-print .sections.nav-sections + .featured-banner {
  margin-top: 0 !important;
}
.checkout-index-index .opc-progress-bar-item._active > span:after {
  line-height: 29px;
}
.checkout-index-index .opc-progress-bar-item > span:after {
  line-height: 27px;
}
.checkout-index-index .opc-progress-bar-item > span:before {
  line-height: 137px;
}
.checkout-index-index .payment-method-title.field.choice {
  position: relative;
  padding-left: 1px;
  width: 100%;
}
.checkout-index-index .payment-method-title.field.choice label.label a.action.action-help:after {
  display: none;
}
.checkout-index-index .payment-method-title.field.choice label.label {
  position: relative;
  width: 100%;
}
.checkout-index-index .payment-method-title.field.choice label.label a.action.action-help {
  position: absolute;
  right: 0;
  top: 46%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.checkout-index-index .fieldset > .field.choice:before,
.fieldset > .field.no-label:before {
  width: 0;
}
.checkout-index-index .checkout-agreements-block .actions-toolbar {
  margin-top: 30px;
}
.checkout-index-index .payment-method._active p {
  padding-left: 29px;
  margin-bottom: 0;
}
.checkout-index-index td.col.col-method input.radio {
  display: block;
}
body.checkout-index-index:not(.catalog-product-view) input[type="radio"] + label {
  padding-left: 27px;
}
body.checkout-index-index .payment-method-content .fieldset:not(:last-child) {
  margin: 0;
}
.checkout-index-index .product-item-details .product.options {
  padding-top: 0px;
}
.checkout-index-index .subtotal span.price-excluding-tax {
  margin-bottom: 7px;
}
.checkout-index-index .opc-wrapper .shipping-address-item,
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  margin-bottom: 10px;
}
body.checkout-index-index .opc-wrapper .shipping-address-item:before {
  background: transparent;
}
body.checkout-index-index .opc-wrapper .shipping-address-item {
  padding: 20px;
  position: relative;
  padding-bottom: 105px;
  background: transparent;
}
.checkout-index-index .opc-wrapper .shipping-address-item:nth-child(1),
.checkout-index-index .opc-wrapper .shipping-address-item:nth-child(2) {
  margin-top: 10px;
  width: 46%;
}
.checkout-index-index aside.modal-custom.authentication-dropdown.custom-slide._show {
  min-width: 307px;
}
.checkout-index-index .block.block-customer-login .fieldset {
  margin-bottom: 15px;
}
.checkout-index-index footer.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.checkout-index-index .opc-block-summary .items-in-cart > .title:after {
  top: 13px;
}
.checkout-index-index div#checkout-step-shipping_method {
  overflow: hidden;
  margin-bottom: 40px;
}
.checkout-index-index .payment-option._collapsible strong span {
  font-weight: 700;
}
.checkout-index-index .payment-option._collapsible span:hover:after {
  background: none;
}
.checkout-index-index span#block-rewards-heading span:nth-child(1):after {
  display: none;
}
.checkout-index-index .action.action-toggle {
  width: 170px;
  position: relative;
  height: 40px;
  overflow: initial;
}
.checkout-index-index .action.action-toggle span:after {
  background: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  right: -32px;
  top: 5px;
  background: transparent;
}
.checkout-index-index span#block-rewards-heading span {
  color: #2E2E2E;
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  height: 65px;
  padding-top: 19px;
}
.checkout-payment-method .payment-option._collapsible.opc-payment-additional.rewards-block .payment-option-title {
  padding-bottom: 0;
}
.checkout-index-index strong.product-item-name:hover,
.checkout-index-index strong.product-item-name a:hover {
  color: #242424;
}
.checkout-cart-index .cart.table-wrapper .product-item-photo {
  padding-right: 10px;
  position: initial;
  width: auto;
  max-width: none;
}
.checkout-cart-index .featured-banner .featured-content .page-title-wrapper,
.checkout-index-index .featured-banner .featured-content .page-title-wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  display: -ms-grid;
  display: grid;
}
.checkout-cart-index .content .amgiftcard-info {
  margin-bottom: -3px;
  margin-top: 2px;
}
.checkout-cart-index a.btn-remove.btn-remove-amgiftcard {
  margin-left: 20px;
}
.checkout-cart-index form#amgiftcard-form-post .amgiftcard-codes-list {
  margin-bottom: 10px;
}
.catalog-product-view a.action.mailto.friend {
  display: none;
}
.checkout-index-index .opc-progress-bar {
  margin-bottom: 50px;
}
.checkout-index-index .opc-wrapper .step-content {
  margin-bottom: 20px;
}
.checkout-cart-index tr.item-info {
  position: relative;
}
.checkout-cart-index td.col.qty .field.qty .control.qty label div {
  position: absolute;
  width: auto;
  display: block;
  right: 0;
  top: 118px;
}
.checkout-index-index button.action.primary.action-save-address {
  overflow: hidden;
  position: relative;
}
.checkout-payment-method .payment-option._collapsible.opc-payment-additional._active .action.action-toggle span:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.checkout-index-index button.action.action-apply:after,
.checkout-index-index button.action.action-show-popup:after,
.checkout-index-index button.action.action-login.secondary:after,
.checkout-index-index .page-main button.action.action-auth-toggle:after,
.checkout-index-index .page-main button.action.action-cancel:after,
.checkout-index-index .page-main button.action.action-apply-gift:after,
.checkout-index-index .page-main button.action.action-apply-gift:after,
.checkout-index-index button.button.action:after {
  opacity: 1 !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 8px;
}
.checkout-index-index .billing-address-details {
  padding-left: 30px !important;
}
.checkout-index-index input[type="radio"] {
  width: auto;
  height: auto;
}
.checkout-index-index .opc-block-summary .table-totals .amount {
  /*white-space: inherit;*/
}
.checkout-index-index .opc-block-summary,
.checkout-index-index .opc-block-shipping-information {
  padding-left: 15px;
  padding-right: 15px;
}
.checkout-index-index form#gift-card-form .primary a {
  margin-left: 30px;
}
.checkout-cart-index .amgiftcard-info strong span.price {
  font-weight: 700;
}
.checkout-index-index button.action.login.primary:after {
  opacity: 1;
}
.checkout-index-index .opc-block-shipping-information .shipping-information {
  margin-top: 30px;
}
.checkout-index-index button.action.reload.captcha-reload:after {
  opacity: 1;
}
.checkout-index-index fieldset#customer-email-fieldset .field.captcha.no-label .control.captcha-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-index-index fieldset#customer-email-fieldset .field.captcha.required {
  margin: 0;
}
.checkout-cart-index input#coupon_code {
  padding: 10px 27px 11px 28px;
}
.checkout-index-index .minicart-items .product-item-name {
  text-align: left;
}
.checkout-index-index .payment-option-title .action-toggle:after {
  opacity: 0;
}
.product-detail .product-item-info {
  position: relative;
  background-color: #ffffff;
}
.product-detail .product-item-info a {
  width: 100%;
}
.product-detail .product-link.cross-sell.actions {
  padding: 0;
  height: 0;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  background: transparent -o-linear-gradient(338deg, #ffc400 0%, #d1a000 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(112deg, #ffc400 0%, #d1a000 100%) 0% 0% no-repeat padding-box;
  text-align: center;
}
.product-link.cross-sell.actions a {
  font: normal normal normal 12px/24px Montserrat;
  letter-spacing: -0.12px;
  color: #FFFFFF;
  text-transform: uppercase;
  height: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}
.product-detail .product-item-info:hover > .product.details.product-item-details > .product-link.cross-sell.actions,
.product-detail .product-item-info:hover > .product.details.product-item-details > .product-link.cross-sell.actions > a {
  height: 45px;
  opacity: 1;
  visibility: visible;
}
.product-detail .product-item-info:hover > .product.details.product-item-details > .product-link.cross-sell.actions > a {
  padding: 11px 0;
}
.product-detail .owl-stage {
  padding-top: 28px;
}
.product-detail .product.details.product-item-details > .attribute-prescription {
  margin-top: 3px;
  margin-bottom: 20px;
}
.product-detail .product.details.product-item-details > .attribute-prescription span {
  font: normal normal 500 12px/24px Montserrat;
  letter-spacing: 0px;
  color: #C1C1C1;
  text-transform: uppercase;
}
.checkout-index-index .payment-option._collapsible .payment-option-content {
  margin-top: 15px;
}
.checkout-index-index .checkout-container {
  margin: 0;
}
.checkout-index-index .stripe-payments-brand {
  margin-left: -43px;
}
.checkout-index-index .minicart-items .product-item-details .details-qty {
  margin-bottom: 7px;
}
.payment-option._collapsible.opc-payment-additional.rewards-block._active .payment-option-content {
  margin-top: 0;
}
.checkout-index-index .payment-method-content.stripe-payments-card-form input[type="radio"] {
  margin-top: 4px;
}
.checkout-index-index span.exp.stripe-payments-fade {
  cursor: auto;
}
.rewards__checkout-cart-usepoints input {
  margin-bottom: 10px;
}
.checkout-cart-index form#discount-coupon-form input {
  margin-bottom: 5px;
}
.checkout-index-index div#customer-email-error {
  margin-top: 4px;
}
.checkout-index-index .content dl.item-options dt,
.checkout-index-index .content dl.item-options dd {
  margin-bottom: 3px !important;
  font-weight: normal;
  font-size: 16px;
}
.checkout-cart-index input#points_amount {
  padding-bottom: 2px;
}
.product-link.cross-sell.actions {
  padding: 0 !important;
}
.checkout-index-index .opc-block-summary .table-totals .grand .amount,
.checkout-index-index .opc-block-summary .table-totals .grand .mark {
  padding-top: 10px;
}
.page-print .featured-banner .featured-content .page-title-wrapper,
.page-print .page-title-wrapper .order-date {
  text-align: left;
}
.page-print .nav-toggle {
  display: none;
}
.checkout-onepage-success .featured-banner h1.page-title {
  white-space: initial;
  text-align: center;
}
body.page-print .logo {
  display: none;
}
.page-print.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th:not(.name),
.page-print.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td:not(.name) {
  text-align: right;
}
.page-print.account table > tbody > tr > td,
.page-print.account table > tbody > tr > td.sku,
.page-print.account table > tbody > tr > td.qty,
.page-print.account table > tbody > tr > td.price {
  padding: 2px 5px;
  vertical-align: baseline;
}
.page-print tr {
  padding-top: 10px;
  margin-top: 10px;
}
.page-print .order-details-items .table-order-items .product-item-name {
  margin-top: 15px;
  text-align: left;
  white-space: initial;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-bottom: 10px !important;
}
.checkout-index-index main span.cart-price span,
.checkout-index-index .product-item-details .product.options span {
  font-size: 16px;
  line-height: 26px;
}
.checkout-cart-index .product-reviews-summary {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .product-item-name {
  text-align: left;
  margin-top: 0;
}
.checkout-onepage-success .messages .message-success,
checkout-onepage-success.messages .message-success,
.message-config .message-success {
  margin-top: 0 !important;
  margin-bottom: 35px !important;
}
.message-config .message-success {
  margin-top: 0;
}
.checkout-index-index .field-error {
  margin-top: 4px;
}
.checkout-cart-index .page-main .action.clear:after {
  display: block;
}
.checkout-cart-index .featured-banner .featured-image,
.checkout-index-index .featured-banner .featured-image,
.checkout-onepage-success .featured-banner .featured-image {
  display: -ms-grid;
  display: grid;
}
.checkout-index-index .featured-banner {
  margin-bottom: 40px;
}
.checkout-index-index main .payment-method.stripe-payments._active #pci-svg {
  top: 8px;
}
body.checkout-cart-index .featured-banner .featured-content,
body.checkout-index-index .featured-banner .featured-content,
body.checkout-onepage-success .featured-banner .featured-content {
  display: -ms-grid;
  display: grid;
}
body.checkout-cart-index .featured-banner h1.page-title,
body.checkout-index-index .featured-banner h1.page-title {
  margin-bottom: 0;
}
.checkout-cart-index .cart.table-wrapper .item-options dt,
.checkout-cart-index .cart.table-wrapper .item-options dd {
  font-weight: normal;
}
.checkout-cart-index .cart-container .checkout-methods-items {
  margin-top: 10px;
}
.checkout-cart-index .cart-summary .block .fieldset.coupon.applied {
  margin-bottom: 0;
}
.checkout-cart-index form#discount-coupon-form .actions-toolbar {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  header .search-form {
    display: block !important;
  }
}
@media (min-width: 1025px) {
  body.checkout-cart-index .featured-banner h1.page-title,
  body.checkout-index-index .featured-banner h1.page-title {
    padding-bottom: 24px;
  }
}
@media (max-width: 1330px) {
  .checkout-index-index .block-authentication .actions-toolbar > .primary,
  .checkout-index-index main .block-customer-login .actions-toolbar .primary .action {
    width: 100%;
  }
  .checkout-index-index .block-authentication .actions-toolbar > .secondary {
    width: 100%;
    text-align: center;
  }
  .checkout-index-index .block.block-customer-login .secondary a.action.action-remind {
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .checkout-cart-index #amgiftcard-form button.action.primary {
    font-size: 12px;
  }
  .checkout-cart-index table#shopping-cart-table tr td:not(.item) {
    padding-top: 33px;
  }
  .checkout-cart-index tbody.cart.item td.col.price span,
  .checkout-cart-index tbody.cart.item td.col.qty span,
  .checkout-cart-index tbody.cart.item td.col.subtotal span {
    font-size: 14px;
  }
  .checkout-cart-index .cart-totals .mark {
    padding-left: 0;
  }
}
@media (max-width: 1100px) {
  .checkout-cart-index .cart-summary {
    width: 290px;
  }
  .checkout-cart-index .cart.table-wrapper thead .col.item {
    width: 55%;
  }
  .checkout-cart-index .actions-toolbar > .primary:last-child {
    width: 100%;
  }
  .checkout-cart-index form#discount-coupon-form button.action.apply.primary {
    width: 100%;
  }
  .checkout-cart-index td.col.qty .field.qty .control.qty label div {
    max-width: 250px;
  }
}
@media (max-width: 1124px) {
  .checkout-index-index .block.block-customer-login .secondary a.action.action-remind {
    margin-left: 0;
    margin-top: 0px;
    text-align: center;
  }
  .checkout-index-index .block.block-customer-login .block-content .primary {
    width: 100%;
  }
  .checkout-index-index button.action.action-login.secondary {
    width: 100%;
  }
  .checkout-index-index .block-authentication .actions-toolbar > .secondary {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .checkout-cart-index .column.main {
    padding-bottom: 55px !important;
  }
  .checkout-cart-index .cart-summary {
    width: 250px;
  }
  .checkout-cart-index .form-validate .cart .action {
    padding: 11px 80px 11px 20px;
  }
}
@media (max-width: 978px) {
  /*.checkout-index-index aside.modal-custom.authentication-dropdown.custom-slide._show {

    width: 310px;

    right: 0px;

  }

  body.checkout-index-index div#checkout .opc-wrapper {

    width: calc(~'-231%');

  }*/
  .checkout-cart-index button.action.primary.checkout span {
    padding: 0;
  }
}
@media (max-width: 950px) {
  body.checkout-index-index .form-discount .amgiftcard-check {
    width: 100%;
  }
  body.checkout-index-index .form-discount .actions-toolbar .primary {
    width: 100%;
  }
  .checkout-index-index .opc-wrapper .form-discount button {
    width: 100%;
    margin-bottom: 10px;
  }
  .checkout-index-index .shipping-information-title span,
  .checkout-index-index .payment-group .step-title {
    font-size: 20px;
  }
  .checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    max-width: 274px;
    width: auto;
  }
  body.checkout-index-index div#checkout .opc-wrapper {
    padding-right: 10px;
  }
  .checkout-cart-index .cart-totals .amount {
    padding-left: 0;
    width: 50%;
    padding-right: 0;
  }
  .checkout-cart-index .cart-totals .mark {
    width: 50%;
  }
  .checkout-cart-index .cart.table-wrapper .item-options dt,
  .checkout-cart-index .cart.table-wrapper .item-options dd {
    font-size: 12px;
  }
  .checkout-cart-index input#points_amount {
    padding-left: 12px;
    padding-right: 11px;
  }
}
@media (max-width: 900px) and (min-width: 768px) {
  .checkout-cart-index .cart.table-wrapper .product-item-name a,
  .checkout-cart-index .cart.table-wrapper .product-item-name {
    font-size: 12px;
    line-height: 20px;
  }
  .checkout-cart-index form#discount-coupon-form input {
    padding: 9px 21px 11px;
  }
  .checkout-cart-index .cart.table-wrapper .item-options dt,
  .checkout-cart-index .cart.table-wrapper .item-options dd {
    font-size: 10px;
  }
  .checkout-cart-index .cart-summary {
    min-width: 209px;
  }
  .checkout-cart-index .cart-totals .amount .price {
    max-width: 100px;
    white-space: initial;
  }
  .checkout-cart-index tbody.cart.item td.col.price span,
  .checkout-cart-index tbody.cart.item td.col.qty span,
  .checkout-cart-index tbody.cart.item td.col.subtotal span {
    font-size: 12px;
  }
  .checkout-cart-index .cart-totals .mark,
  .checkout-cart-index .cart-totals .amount {
    font-size: 12px;
  }
  .checkout-cart-index .cart-summary .block > .title strong {
    font-size: 14px !important;
  }
  .checkout-index-index .minicart-items .product-item-name {
    font-size: 14px;
  }
  .checkout-cart-index form#amgiftcard-form .control input#am_giftcard_code {
    padding: 8px 21px;
    padding-bottom: 11px;
  }
}
@media (max-width: 850px) {
  .checkout-index-index .amgiftcard-check,
  .checkout-index-index form#gift-card-form .primary {
    width: 100%;
  }
  .checkout-index-index .opc-sidebar {
    width: auto;
    max-width: 300px;
  }
  .checkout-index-index .opc-wrapper {
    width: 65%;
  }
  .checkout-index-index form#gift-card-form .amgiftcard-check .amgiftcard_info div {
    margin-bottom: 10px;
    color: #ff0000;
  }
  .checkout-cart-index table#shopping-cart-table tr td.col.qty {
    padding-right: 5px;
  }
  body.checkout-index-index .shipping-address-item.not-selected-item button.action.edit-address-link,
  .checkout-index-index .shipping-address-item.selected-item button.action.edit-address-link {
    bottom: 105px;
  }
  body.checkout-index-index .opc-wrapper .form-login .fieldset .note {
    padding-left: 30px;
    position: relative;
  }
  body.checkout-index-index .opc-wrapper .form-login .fieldset .note:before {
    position: absolute;
    left: 2px;
    top: 8px;
  }
}
@media (max-width: 805px) and (min-width: 768px) {
  .checkout-cart-index td.col.qty .field.qty .control.qty label div {
    max-width: 210px;
  }
  .checkout-index-index div#checkout-step-shipping_method {
    margin-bottom: 30px;
  }
}
@media (max-width: 849px) {
  .checkout-cart-index .cart.main.actions a.action.continue,
  .checkout-cart-index .cart.main.actions button#empty_cart_button,
  .checkout-cart-index .cart.main.actions button.action.update {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .checkout-cart-index table#shopping-cart-table tr td {
    padding-left: 4px;
    padding-right: 5px;
  }
  .checkout-cart-index table#shopping-cart-table tr td:not(.item) {
    padding-top: 26px;
  }
  .checkout-cart-index .cart.main.actions a.action.continue:before {
    position: initial;
    -ms-transform: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    line-height: 21px;
  }
  .checkout-cart-index button.action.update:before {
    position: initial;
    -ms-transform: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    margin-left: -39px;
    line-height: 20px !important;
  }
}
@media (max-width: 860px) and (min-width: 768px) {
  .checkout-index-index .payment-method-title.field.choice a {
    display: none;
  }
}
@media (max-width: 772px) {
  .checkout-cart-index .cart-summary {
    min-width: 223px;
  }
}
@media (max-width: 767px) {
  #back-to-top {
    bottom: 15px;
    right: 2px;
  }
  .checkout-index-index .payment-method-title.field.choice span {
    margin-right: 0;
  }
  .checkout-onepage-success div#registration a.action.primary {
    margin-top: 13px;
  }
  .checkout-index-index header .header-middle {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .checkout-index-index .block.block-customer-login .block-content .primary {
    margin-bottom: 10px;
  }
  .checkout-index-index .modal-popup .modal-title {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 30px;
  }
  .checkout-index-index header .header-bottom {
    height: auto;
    border-bottom: 0;
  }
  .checkout-cart-index .block-content.content .products.wrapper.grid.products-grid.products-crosssell {
    margin: 0;
  }
  .checkout-index-index li#opc-shipping_method {
    margin-bottom: 40px;
  }
  .checkout-index-index .checkout-payment-method .step-title {
    margin-bottom: 15px;
    padding: 0;
  }
  .checkout-index-index div#checkout-payment-method-load {
    margin-top: 20px;
  }
  .checkout-index-index .fieldset > .legend + br {
    display: none;
  }
  .checkout-index-index div#checkout-step-shipping_method {
    margin-bottom: 0;
  }
  .checkout-index-index .checkout-payment-method .payment-method-title {
    padding: 15px 0 13px 0;
  }
  .checkout-index-index .payment-method.stripe-payments label.label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .checkout-index-index .payment-method-title.field.choice span.stripe-icon-container.right span {
    margin-right: 0;
  }
  .checkout-index-index .payment-method-title.field.choice span.stripe-icon-container.right {
    float: right;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
  }
  .checkout-index-index fieldset#customer-email-fieldset .actions-toolbar .secondary a.action.remind {
    display: block;
    margin-left: 0;
  }
  .checkout-cart-index .column.main .cart-empty {
    margin: 50px 0 20px;
  }
  .checkout-index-index .checkout-payment-method .checkout-billing-address .primary .action-update,
  .checkout-index-index .columns .opc-wrapper .action-cancel {
    margin: 0;
    margin-top: 20px;
    margin-right: 10px;
  }
  .checkout-onepage-success .sections.nav-sections + .featured-banner {
    margin-top: 113px;
  }
  .checkout-index-index .checkout-payment-method .field-select-billing {
    max-width: none;
  }
  .page-print .order-details-items .table-order-items .product-item-name {
    width: 70%;
    vertical-align: -webkit-baseline-middle;
  }
  .page-print.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th:not(.name),
  .page-print.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td:not(.name) {
    text-align: left;
  }
  .checkout-index-index .payment-method .payment-method-content,
  .checkout-index-index form#discount-form {
    overflow: hidden;
  }
  .checkout-cart-index button.action.primary.checkout span {
    font-size: 14px;
  }
  .checkout-index-index div#customer-email-error {
    margin-top: 3px;
  }
  .checkout-cart-index input#points_amount {
    padding-left: 36px;
  }
  .checkout-cart-index form#amgiftcard-form .control input#am_giftcard_code {
    padding-bottom: 2px;
  }
  body.checkout-index-index .logo {
    margin-left: auto;
  }
  .checkout-index-index fieldset#customer-email-fieldset .field.captcha.no-label .control.captcha-image {
    display: block;
  }
  .checkout-index-index fieldset#customer-email-fieldset .field.captcha.required {
    margin-bottom: 10px;
  }
  .checkout-cart-index .page.messages .messages {
    padding-top: 40px;
  }
  .checkout-cart-index table#shopping-cart-table tr td {
    position: relative;
  }
  .checkout-cart-index td.col.qty .field.qty .control.qty label div {
    top: initial;
    right: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    width: calc(60vw);
    white-space: initial;
    text-align: center;
    max-width: none;
  }
  .checkout-cart-index .page-wrapper .featured-banner {
    margin-bottom: 0px;
  }
  .checkout-cart-index .columns .column.main {
    padding-bottom: 30px !important;
  }
  form#amgiftcard-form .control {
    width: 100%;
  }
  .amgiftcard-form {
    margin: 0;
  }
  .checkout-cart-index .cart.table-wrapper .item-actions .actions-toolbar {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: right;
  }
  .checkout-cart-index form#discount-coupon-form button.action.apply.primary {
    font-size: 14px;
  }
  .checkout-cart-index a.use-ajax.action.towishlist.action-towishlist {
    margin-bottom: 0;
    margin-top: 1px;
  }
  .checkout-cart-index .cart.main.actions a.action.continue,
  .checkout-cart-index button#empty_cart_button,
  .checkout-cart-index button.action.update {
    width: 100%;
  }
  .checkout-cart-index form#form-validate {
    width: 100%;
  }
  .checkout-cart-index .cart.main.actions {
    padding: 0;
  }
  .checkout-cart-index .cart-summary {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    padding-bottom: 25px;
  }
  .checkout-cart-index .cart.table-wrapper .item .col.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
  }
  .checkout-cart-index button.action.primary.checkout span {
    font-size: 15px;
  }
  .checkout-cart-index .columns {
    padding-top: 0;
  }
  .checkout-cart-index .cart-container {
    padding-bottom: 25px;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .product-detail a.product-item-photo {
    display: block;
  }
  .checkout-cart-index span.product-image-wrapper {
    overflow: initial;
  }
  .checkout-cart-index tbody.cart.item span.product-image-wrapper img.product-image-photo {
    min-width: 90px;
    min-height: 90px;
    position: initial !important;
  }
  .checkout-cart-index form#amgiftcard-form button.action.primary {
    width: 100%;
    margin-bottom: 10px;
  }
  .checkout-cart-index .cart.table-wrapper {
    margin-bottom: 40px;
  }
  .checkout-cart-index .message-error.error.message,
  .checkout-cart-index .message-success.success.message {
    margin: 20px 0 3px !important;
  }
  .checkout-cart-index .cart.item .item-actions td {
    padding-bottom: 3px;
  }
  .checkout-cart-index li.item.product.product-item {
    margin-left: 0;
  }
  .checkout-cart-index strong#block-crosssell-heading {
    font-size: 32px;
  }
  .checkout-cart-index .amgiftcard-apply-code.cart-discount {
    margin-top: 0;
  }
  .checkout-index-index button.action.primary.action-save-address,
  button.action.secondary.action-hide-popup {
    margin-bottom: 10px;
    width: 100%;
  }
  .checkout-index-index._has-auth-shown .authentication-wrapper {
    z-index: 900;
  }
  .checkout-index-index ul.opc-progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    width: 100%;
    margin-bottom: 0;
  }
  .checkout-index-index .authentication-wrapper {
    max-width: none;
    width: 100%;
    display: table;
    margin-bottom: 20px;
  }
  .checkout-index-index button.action.action-auth-toggle {
    margin-left: auto;
    margin-right: auto;
    display: table-cell;
  }
  .checkout-index-index div#shipping-method-buttons-container .primary {
    width: 100%;
  }
  body.checkout-index-index .shipping-address-item.not-selected-item button.action.edit-address-link {
    bottom: 107PX;
    top: auto;
    width: auto;
    right: 15px;
    height: 30px;
  }
  .checkout-index-index .shipping-address-item.selected-item button.action.edit-address-link {
    bottom: 24px;
    right: 15px;
    width: auto;
    top: auto;
    height: 30px;
  }
  .checkout-index-index form#discount-form .primary {
    width: 100%;
  }
  .checkout-onepage-success .columns {
    padding-bottom: 45px;
  }
  .checkout-onepage-success .actions-toolbar .primary {
    margin-top: 0;
  }
  .checkout-onepage-success .column.main {
    margin-bottom: 10px !important;
  }
  .checkout-index-index .actions-toolbar .secondary {
    width: 100%;
    text-align: center;
  }
  .checkout-index-index .opc-wrapper {
    width: 100%;
  }
  .checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    width: initial;
    max-width: none;
  }
  .checkout-index-index .actions-toolbar div.secondary {
    padding-top: 0;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item,
  .checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
    width: 100%;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item:nth-child(2) {
    margin-top: 0;
    width: 100%;
  }
  body.checkout-index-index .opc-wrapper .shipping-address-item {
    padding-bottom: 25px;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item,
  .checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
    margin-left: 0;
    margin-right: 0;
  }
  .checkout-index-index .opc-wrapper .shipping-address-items {
    margin-left: 0;
    display: block;
  }
  .checkout-index-index aside.modal-custom.authentication-dropdown.custom-slide._show {
    width: 93%;
    min-width: auto;
    left: auto;
  }
  .checkout-index-index .authentication-dropdown .modal-inner-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .checkout-index-index div#checkout .opc-wrapper {
    width: 100%;
    margin-bottom: 0;
  }
  .checkout-index-index .field.addresses button.action.action-select-shipping-item {
    padding: 0 45px;
    position: relative;
    width: 100%;
  }
  .checkout-index-index .checkout-payment-method .payment-option {
    margin: 0;
    overflow: hidden;
  }
  .checkout-index-index .checkout-payment-method .payment-option:last-child {
    margin-bottom: 20px;
  }
  .checkout-payment-method .payment-methods {
    margin: 0;
  }
  .checkout-index-index .columns .column.main {
    padding-bottom: 25px;
  }
  .checkout-index-index .fieldset:last-child {
    margin-bottom: 0;
  }
  .checkout-index-index .checkout-container {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .checkout-index-index div#checkout-step-payment {
    margin-bottom: 10px;
  }
  .checkout-index-index .modal-popup .modal-footer {
    padding-top: 0;
    display: block;
  }
  .checkout-index-index .modal-popup._inner-scroll .modal-content {
    padding-bottom: 15px;
  }
  body.checkout-index-index .new-address-popup {
    margin-top: 0;
  }
  body.checkout-index-index div#checkout .opc-wrapper {
    width: 100%;
    padding-right: 0;
  }
  body.checkout-index-index .opc-block-shipping-information {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option._collapsible .payment-option-title {
    padding-top: 15px;
    padding-bottom: 16px;
  }
  body.checkout-index-index .payment-option._collapsible.opc-payment-additional.rewards-block {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .checkout-index-index .messages {
    margin-top: 0;
  }
  .checkout-cart-index .actions-toolbar a.action.action-delete,
  .checkout-cart-index .actions-toolbar a.action.action-edit {
    width: auto;
  }
  .checkout-index-index .payment-method-title.field.choice label.label a.action.action-help {
    width: auto;
    display: none;
  }
  .checkout-index-index .minicart-items .product .toggle:after {
    position: static;
  }
  .checkout-index-index .opc-wrapper .checkout-shipping-address .step-title {
    margin: 20px 0 10px 0;
    padding-bottom: 20px;
  }
  .checkout-cart-index .cart.table-wrapper .item-options dt,
  .checkout-cart-index .cart.table-wrapper .item-options dd {
    font-size: 12px;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-bottom: 0;
    padding: 18px 0;
  }
  .checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    width: initial;
    max-width: none;
  }
  ._has-modal-custom header.page-header {
    z-index: 123;
  }
  .product-detail .product.details.product-item-details > .attribute-prescription {
    margin-bottom: 10px;
  }
  .checkout-index-index .product .product-item-details {
    padding-left: 115px;
  }
  .checkout-index-index .minicart-items .product-item-details .details-qty {
    margin-bottom: 8px;
  }
  .checkout-index-index .minicart-items .product .toggle {
    margin-bottom: 6px;
  }
  .checkout-index-index li#payment {
    margin-bottom: 15px;
  }
  .checkout-cart-index form#amgiftcard-form-post .amgiftcard-codes-list {
    margin-bottom: 0 !important;
  }
  .checkout-cart-index .amgiftcard-apply-code.cart-discount .title {
    max-width: none;
  }
  .checkout-cart-index .block.crosssell {
    margin-bottom: 30px !important;
    margin-top: 40px;
  }
  .checkout-cart-index form#discount-coupon-form input {
    padding-bottom: 12px;
  }
  .page-print .featured-banner .featured-content .page-title-wrapper,
  .page-print .page-title-wrapper .order-date {
    text-align: center;
  }
  .page-print span.order-status {
    margin-bottom: 0;
  }
  .checkout-index-index .block-authentication .actions-toolbar > .secondary {
    padding-top: 0;
  }
  .checkout-index-index .action.action-toggle {
    padding-top: 4px;
  }
  .checkout-index-index .action.action-toggle span:after {
    top: 10px;
  }
}
@media (max-width: 640px) {
  .checkout-cart-index .products .owl-dots {
    margin-top: 25px;
  }
  .product-detail .products-grid .product-item {
    margin-bottom: 30px;
  }
  .checkout-index-index {
    margin-bottom: 0;
  }
  .checkout-index-index .opc-wrapper .form-login {
    padding-bottom: 25px;
  }
  .checkout-index-index main .opc-wrapper #opc-shipping_method .step-title {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 15px 0;
  }
}
@media (max-width: 575px) {
  .checkout-index-index main .minicart-wrapper {
    margin-top: 24px;
  }
  .checkout-cart-index strong#block-crosssell-heading {
    font-size: 24px;
  }
  .related-products-parent h4,
  .crosssell h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 499px) {
  .checkout-index-index .checkout-payment-method .payment-option:last-child {
    margin-bottom: 0;
  }
  .checkout-index-index .payment-method-content > .actions-toolbar > .primary {
    width: 100%;
  }
  .checkout-index-index .payment-method-content > .actions-toolbar > .primary .action.primary {
    width: 100%;
  }
  .checkout-index-index .authentication-wrapper {
    margin-top: 0;
  }
  .checkout-index-index div#checkout {
    margin-bottom: 0;
  }
  .checkout-index-index .opc-wrapper .step-content {
    margin-bottom: 10px;
  }
  .checkout-cart-index .products .owl-dots {
    margin-top: 20px;
  }
  .product-detail .products {
    margin-top: 0;
  }
  .checkout-index-index .payment-group .payment-method-title.field.choice label.label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .checkout-index-index .payment-group .payment-method-title.field.choice label.label span.stripe-icon-container.right {
    margin-top: 10px;
  }
  .checkout-cart-index .products-grid .product-item .product.actions.product-item-actions a,
  .checkout-cart-index .products-grid .product-item .product.actions.product-item-actions button {
    padding: 11px 0;
  }
}
@media (max-width: 493px) {
  .checkout-index-index aside.modal-custom.authentication-dropdown.custom-slide._show {
    width: 91%;
  }
  .checkout-index-index .payment-group .payment-method-title.field.choice input#paypal_express + label.label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .checkout-index-index div#checkout-step-payment {
    margin-bottom: 0;
  }
  body.checkout-index-index .opc-block-shipping-information {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 479px) {
  .checkout-cart-index .column.main .cart-empty {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
@media (max-width: 450px) {
  .checkout-index-index .payment-group .payment-method-title.field.choice label.label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
  }
  .checkout-index-index .payment-option._collapsible .payment-option-content {
    margin-top: 5px;
  }
  .checkout-index-index .opc-block-shipping-information .shipping-information {
    margin-top: 20px;
  }
  .checkout-index-index .payment-method-title.field.choice input#paypal_express + label.label {
    display: inline-block;
  }
}
@media (max-width: 422px) {
  .checkout-onepage-success .sections.nav-sections + .featured-banner {
    margin-top: 125px;
  }
}
@media (max-width: 400px) {
  .checkout-index-index aside.modal-custom.authentication-dropdown.custom-slide._show {
    width: 89%;
  }
  .checkout-index-index .content dl.item-options dt,
  .checkout-index-index .content dl.item-options dd {
    font-size: 12px;
  }
  .checkout-index-index .content dl.item-options dt {
    margin-right: 5px !important;
  }
  .checkout-cart-index .cart-summary button.action.primary,
  .checkout-cart-index .cart-container .checkout-methods-items .action.primary span,
  .rewards__checkout-cart-usepoints .discount-form .buttons-container button,
  .checkout-cart-index .cart.main.actions a.action.continue,
  .checkout-cart-index button#empty_cart_button,
  .checkout-cart-index button.action.update {
    font-size: 12px;
  }
}
@media (max-width: 378px) {
  .checkout-cart-index a.use-ajax.action.towishlist.action-towishlist {
    right: 60px;
  }
  .checkout-cart-index table#shopping-cart-table tr td {
    padding-right: 0;
  }
  .checkout-cart-index a.use-ajax.action.towishlist.action-towishlist {
    min-width: auto;
  }
  .checkout-onepage-success .actions-toolbar .primary,
  .checkout-onepage-success .actions-toolbar .primary:hover,
  .checkout-onepage-success .actions-toolbar .primary:focus {
    width: 100%;
    padding: 18px 0;
  }
  .checkout-onepage-success div#registration a.action.primary {
    margin-top: 0;
    width: 100%;
    padding: 18px 30px;
  }
}
@media (max-width: 370px) {
  .checkout-index-index li#opc-shipping_method {
    margin-bottom: 20px;
  }
  .checkout-index-index .opc-block-summary {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    width: 310px;
    left: auto;
    right: 0;
  }
}
@media (max-width: 360px) {
  .checkout-index-index .payment-method-title.field.choice span {
    font-size: 17px;
  }
  .checkout-index-index main .pci-dss-info-block {
    margin-right: 0;
  }
  .checkout-index-index select.select {
    background-position: right 18px top 19px;
  }
  .checkout-index-index main .opc-wrapper .payment-option .form-discount button,
  .checkout-index-index .payment-method-content > .actions-toolbar > .primary .action.primary span,
  .checkout-index-index .checkout-payment-method .checkout-billing-address .primary .action-update,
  .checkout-index-index .columns .opc-wrapper .action-cancel {
    font-size: 12px;
  }
}
@media (max-width: 340px) {
  .checkout-index-index .payment-method stripe-payments .payment-method-title.field.choice span {
    padding-left: 68px;
    display: block;
    line-height: 24px;
  }
  .checkout-payment-method .payment-method-title .payment-icon {
    width: 58px;
    position: absolute;
    left: 26px;
  }
  .checkout-index-index aside.modal-custom.authentication-dropdown.custom-slide._show {
    width: 297px;
  }
  .checkout-index-index .columns .column.main {
    padding-bottom: 15px;
  }
  .table-checkout-shipping-method tbody td span,
  .table-checkout-shipping-method tbody td {
    font-size: 14px;
  }
  .checkout-index-index select.select {
    background-position: right 18px top 23px;
  }
  .checkout-index-index .checkout-payment-method .checkout-billing-address .primary .action-update,
  .checkout-index-index .columns .opc-wrapper .action-cancel {
    margin-top: 10px;
  }
  .checkout-index-index .payment-method-content > .actions-toolbar > .primary .action.primary {
    margin-top: 10px;
  }
}
