._am-slide-down {
  animation: slideDown 0.2s;
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
._am-check-ico {
  content: '';
  border: solid white;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  margin: 0 0 3px 0;
}
._am-clear-btn,
._am-clear-btn:focus,
._am-clear-btn:hover,
._am-clear-btn:active,
._am-clear-btn:not(.primary) {
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
}
.amwrap-pb-0 {
  padding-bottom: 0 !important;
}
.amwrap-popup-block {
  transition: 0.1s all ease-in;
  padding: 10px;
  display: none;
  z-index: 999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(49, 49, 49, 0.6);
}
.amwrap-popup-block.-active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.amwrap-popup-block .amwrap-close {
  position: absolute;
  top: 0;
  right: 0;
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.amwrap-popup-block .amwrap-popup-title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}
.amwrap-popup-toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 100%;
}
.amwrap-pagination-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.1s all ease-in;
  position: relative;
  margin: 0;
  padding: 0;
  height: 1px;
  background: #c2c2c2;
  list-style: none;
  counter-reset: page-number;
}
.amwrap-pagination-block:after {
  transition: 0.5s all ease-in;
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  background: #b13283;
  content: '';
}
.amwrap-pagination-block.-step-1:after {
  width: 50%;
}
.amwrap-pagination-block.-step-2:after {
  width: 100%;
}
.amwrap-pagination-block .amwrap-page {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease-in;
  position: relative;
  z-index: 1;
  margin: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #c2c2c2;
  color: #fff;
}
.amwrap-pagination-block .amwrap-page:before {
  transition: 0.1s all ease-in;
  content: counter(page-number);
  counter-increment: page-number;
  font-size: 0;
}
.amwrap-pagination-block .amwrap-page:after {
  transition: 0.1s all ease-in;
  position: absolute;
  left: 100%;
  width: 0;
  height: 1px;
  background: #b13283;
  content: '';
}
.amwrap-pagination-block .amwrap-page.-active {
  width: 25px;
  height: 25px;
  background: #b13283;
}
.amwrap-pagination-block .amwrap-page.-active:before {
  font-size: inherit;
}
.amwrap-pagination-block .amwrap-page.-checked {
  position: relative;
  background: #b13283;
}
.amwrap-pagination-block .amwrap-page.-checked:after {
  width: 60px;
}
.amwrap-pagination-block .amwrap-page.-checked:before {
  content: '';
  border: solid white;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  margin: 0 0 3px 0;
  width: 2px;
  height: 4px;
}
.amwrap-pagination-block .amwrap-page:not(:last-child) {
  margin-right: 50px;
}
.amwrap-toolbar-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.amwrap-toolbar-block .amwrap-title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  white-space: normal;
  word-wrap: break-word;
  max-width: 65%;
}
.amwrap-gift-wrap .slick-slide {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}
.amwrap-gift-wrap .slick-slider {
  padding: 0 18px;
}
.amwrap-gift-wrap .slick-track {
  display: flex;
}
.amwrap-gift-wrap .slick-arrow {
  transition: 0.1s all ease-in;
}
.amwrap-gift-wrap .slick-arrow:hover {
  filter: brightness(0.5);
}
._amwrap-fill-btn {
  border-color: #b13283;
  background: #b13283;
  box-shadow: none;
  color: #fff;
}
._amwrap-fill-btn:hover {
  background: #b13283;
}
._amwrap-btn {
  box-sizing: border-box;
  padding: 6px 20px;
  border: 1px solid #b13283;
  border-radius: 2px;
}
._amwrap-btn.-active {
  opacity: 1;
  pointer-events: auto;
}
._amwrap-btn.-hidden {
  display: none;
}
.amwrap-close-btn {
  padding: 15px;
}
.amwrap-close-btn,
.amwrap-close-btn:focus,
.amwrap-close-btn:hover,
.amwrap-close-btn:active,
.amwrap-close-btn:not(.primary) {
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
}
.amwrap-close-btn:hover:after {
  filter: invert(19%) sepia(98%) saturate(2559%) hue-rotate(190deg) brightness(101%) contrast(98%);
}
.amwrap-edit-btn:hover:after {
  filter: invert(19%) sepia(98%) saturate(2559%) hue-rotate(190deg) brightness(101%) contrast(98%);
}

.amwrap-trash-btn:hover:after,
.amwrap-edit-btn:hover:after {
  color: #b13283;
}
.amwrap-trash-btn:after,
.amwrap-edit-btn:after {
  display: block;
  color: #9b9b9c;
  font-size: 14px;
}
.amwrap-chevron {
  transition: 0.1s all ease-in;
  position: relative;
}
.amwrap-chevron:after,
.amwrap-chevron:before {
  transition: 0.1s all ease-in;
  display: block;
  width: 6px;
  height: 1px;
  background: #b13283;
  content: '';
}
.amwrap-chevron:after {
  transform: rotate(-45deg) translate(-2px, 1px);
}
.amwrap-chevron:before {
  transform: rotate(45deg) translate(-1px, 0px);
}
.amwrap-chevron.-right {
  margin: 0 0 0 10px;
}
.amwrap-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  position: relative;
  min-width: 85px;
  border: none;
  background: transparent;
  box-shadow: none;
  color: #b13283;
  font-weight: normal;
  font-style: normal;
  opacity: 0.3;
  cursor: pointer;
  pointer-events: none;
}
.amwrap-btn:hover,
.amwrap-btn:active,
.amwrap-btn:focus {
  border: none;
  background: none;
  box-shadow: none;
}

.amwrap-btn.-primary {
  box-sizing: border-box;
  padding: 6px 20px;
  border: 1px solid #b13283;
  border-radius: 2px;
}
.amwrap-btn.-primary.-active {
  opacity: 1;
  pointer-events: auto;
}
.amwrap-btn.-primary.-hidden {
  display: none;
}
.amwrap-btn.-primary:hover,
.amwrap-btn.-primary:active {
  border-color: #b13283;
  background: #b13283;
  box-shadow: none;
  color: #fff;
}
.amwrap-btn.-primary:hover:hover,
.amwrap-btn.-primary:active:hover {
  background: #b13283;
}
.amwrap-btn.-primary:hover .amwrap-chevron,
.amwrap-btn.-primary:active .amwrap-chevron {
  transform: translateX(5px);
}
.amwrap-btn.-primary:hover .amwrap-chevron:after,
.amwrap-btn.-primary:active .amwrap-chevron:after,
.amwrap-btn.-primary:hover .amwrap-chevron:before,
.amwrap-btn.-primary:active .amwrap-chevron:before {
  background-color: #fff;
}
.amwrap-btn.-primary.-active {
  border: 1px solid #b13283;
}
.amwrap-btn.-fill {
  box-sizing: border-box;
  padding: 6px 20px;
  border: 1px solid #b13283;
  border-radius: 2px;
  border-color: #b13283;
  background: #b13283;
  box-shadow: none;
  color: #fff;
}
.amwrap-btn.-fill.-active {
  opacity: 1;
  pointer-events: auto;
}
.amwrap-btn.-fill.-hidden {
  display: none;
}
.amwrap-btn.-fill:hover {
  background: #b13283;
}
.amwrap-checkbox-block {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.amwrap-checkbox-block .amwrap-text {
  padding: 1px 0 0 10px;
  color: #333;
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.amwrap-checkbox-block .amwrap-input {
  display: none;
}
.amwrap-checkbox-block .amwrap-input:checked ~ .amwrap-mark {
  border-color: #b13283;
  background-color: #b13283;
}
.amwrap-checkbox-block .amwrap-input:checked ~ .amwrap-mark:after {
  display: block;
}
.amwrap-checkbox-block .amwrap-mark {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  position: relative;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  background-color: #fff;
  cursor: pointer;
}
.amwrap-checkbox-block .amwrap-mark:hover {
  border-color: #b13283;
}
.amwrap-checkbox-block .amwrap-mark:focus {
  border-color: #b13283;
  background-color: #b13283;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amwrap-checkbox-block .amwrap-mark:after {
  content: '';
  border: solid white;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  margin: 0 0 3px 0;
  display: none;
  width: 4px;
  height: 6px;
}
.amwrap-steps-wrapper {
  animation: slideDown 0.2s;
  margin: 0 0 15px 0;
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.amwrap-steps-wrapper:not(.-active) {
  display: none;
}
.amwrap-btn-toolbar {
  display: flex;
  justify-content: flex-end;
}
.amwrap-steps-block {
  display: flex;
  margin: 0;
  padding: 0;
}
.amwrap-steps-block,
.amwrap-steps-block .amwrap-step {
  width: 100%;
  list-style: none;
}
.amwrap-steps-block .amwrap-step {
  margin: 0;
  max-width: 100%;
}
.amwrap-steps-block .amwrap-step:not(.-active) {
  display: none;
}
.amwrap-slider-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.1s all ease-in;
  padding: 0;
  list-style: none;
}
.amwrap-slider-block .amwrap-check {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.amwrap-slider-block .amwrap-slide {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  transition: 0.1s all ease-in;
  border-radius: 2px;
  text-align: left;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  margin: 0 2.5px;
  padding: 5px;
  max-width: 240px;
  width: 240px;
  border: 1px solid transparent;
}

.amwrap-slider-block .amwrap-price {
  font-weight: bold;
}
.amwrap-slider-block .amwrap-desc {
  display: none;
}
.amwrap-step.amwrap-gift {
  padding: 0 0 20px;
}
.amwrap-step.amwrap-gift .amwrap-slider-block {
  margin: 40px 0 0;
}
.amwrap-step.amwrap-gift .amwrap-img {
  height: auto;
  object-fit: contain;
}
.amwrap-step.amwrap-card {
  padding: 0 0 20px;
}
.amwrap-step.amwrap-card .amwrap-slider-block {
  margin: 20px 0 0;
}
.amwrap-step.amwrap-card .amwrap-card-title {
  font-size: 14px;
  font-weight: normal;
  margin: 35px 0 0 0;
}
.amwrap-step.amwrap-card .amwrap-step.amwrap-card .amwrap-img {
  height: 66px;
  object-fit: cover;
}
.amwrap-finish-message {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 15px;
  padding: 8px;
  background-color: #e8f6ff;
}
.amwrap-finish-message .amwrap-message {
  display: flex;
  justify-content: center;
  align-items: center;
}

.amwrap-choose-list {
  padding: 0;
  list-style: none;
}
.amwrap-choose-list .amwrap-choose {
  display: flex;
  margin: 0;
  padding: 20px 0;
}
.amwrap-choose-list .amwrap-choose:not(:first-child) {
  border-top: 1px solid #c1c1c1;
}
.amwrap-choose-list .amwrap-img {
  order: 1;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  object-fit: none;
}
.amwrap-choose-list .amwrap-name-block {
  flex-basis: 100%;
  order: 2;
  margin: 0;
}
.amwrap-choose-list .amwrap-name {
  display: block;
  flex-basis: 100%;
  margin: 0 0 5px;
  font-weight: 600;
}
.amwrap-choose-list .amwrap-desc {
  color: #777;
  font-size: 11px;
}
.amwrap-choose-list .amwrap-price {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 180px;
  order: 3;
  margin: 0;
  font-weight: 600;
}
.amwrap-choose-list .amwrap-edit-btn {
  order: 4;
}
.amwrap-item-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 300px;
  width: 100%;
  padding: 4px 10px;
  margin: 15px 0 0 0;
  background: #e8f6ff;
  border-radius: 2px;
}
.amwrap-item-option .amwrap-add {
  padding: 8px;
  color: #b13283;
  font-weight: 600;
}
.amwrap-item-option .amwrap-add,
.amwrap-item-option .amwrap-add:focus,
.amwrap-item-option .amwrap-add:hover,
.amwrap-item-option .amwrap-add:active,
.amwrap-item-option .amwrap-add:not(.primary) {
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
}
.amwrap-option-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 80px 0 50% 0;
}
.amwrap-option-list .amwrap-option {
  transition: 0.1s all ease-in;
  font-weight: normal;
  padding: 20px 10px;
  background: #fff;
  border: 1px solid #b13283;
  box-sizing: border-box;
  box-shadow: 0 3px 5px #d7e0ea;
  border-radius: 2px;
  color: #b13283;
  flex-basis: 205px;
  margin: 10px;
}
.amwrap-option-list .amwrap-option:hover {
  background: #b13283;
  color: #fff;
}
.amwrap-cart-toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  float: left;
  width: 100%;
}
.amwrap.gift-wrap {
  padding: 15px 0 40px;
}
.amwrap-make-gift {
  margin: 0 0 30px 0;
  color: #333;
}
.amwrap-make-gift > .amwrap-text {
  animation: slideDown 0.2s;
  display: none;
  margin: 0;
  padding: 15px 0 15px 25px;
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.amwrap-make-gift > .amwrap-text.-active {
  display: block;
  border-bottom: 1px solid #c1c1c1;
}
.amwrap-textarea-block {
  padding: 0 0 10px; margin: 0;
}
.amwrap-textarea-block div.field {
  margin: 0;
}
.amwrap-textarea-block .amwrap-textarea {
  padding: 10px;
  border: 1px solid #c2c2c2;
  box-sizing: border-box;
  border-radius: 2px;
}

/** Custom css**/

._amwrap-fill-btn {
  border-color: #b13283;
  background: #b13283;
  box-shadow: none;
  color: #fff
}

._amwrap-fill-btn:hover {
  background: #b13283
}

._amwrap-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 6px 20px;
  border: 1px solid #b13283;
  border-radius: 2px;
  color: #b13283
}

._amwrap-btn.-active {
  opacity: 1;
  pointer-events: auto
}

._amwrap-btn.-hidden {
  display: none
}

._amwrap-btn:disabled {
  opacity: .3;
  pointer-events: none
}
@media (max-width: 767px) {
  .amwrap-popup-block .amwrap-close-btn {
    right: 0 !important;
  }
  .amwrap-popup-block .amwrap-close-btn::after{
    width: 15px;
  }
  .amwrap-popup-block .amwrap-toolbar-block {
    display: inline-block; margin-top: 20px;
  }
  .amwrap-popup-block .amwrap-toolbar-block .amwrap-title {
    float: left; width: 45%;
  }
  .amwrap-toolbar-block .amwrap-pagination-block {
    float: right; margin-top: 12px; max-width: 50%; width: 45%;
  }
  .amwrap-textarea-block .row .left,
  .amwrap-textarea-block .row .right{
    padding: 0;
  }
  .amwrap-choose-list .amwrap-choose:not(:first-child) {
    display: block;
  }
  .amwrap-choose-list .amwrap-choose:not(:first-child) .amwrap-name-block{
    float: left; width: 88%;
  }
  .amwrap-choose-list .amwrap-choose:not(:first-child) .amwrap-edit-btn{
    float: right; width: 12%;;
  }
  .amwrap-textarea-block input[type="text"],
  .amwrap-textarea-block textarea {
    font-size: 16px;
  }
  .amwrap-popup-block .field .label, 
  .amwrap-popup-block .field label {
    font-size: 14px;
  }
  .amwrap-popup-block .radio, .amwrap-popup-block  input[type="checkbox"], .amwrap-popup-block input[type="radio"]{
    line-height: 24px; padding: 6px 0; vertical-align: middle;
  }
  
}
@media (min-width: 768px) {
  .amwrap-textarea-block .row .left{
    padding: 0 10px 0 0;
  }
  .amwrap-textarea-block .row .right{
    padding: 0 0 0 10px;
  }

  .amwrap-popup-block .amwrap-popup {
      min-height: 50% !important;
  }

  .amwrap-popup-block .amwrap-existing-section>.amwrap-btn {
      max-width: calc(100% / 3 - 10px)
  }

  .ie11 .amwrap-popup-block .amwrap-existing-section>.amwrap-btn {
      max-width: calc(100% / 3 - (10px + 1px))
  }

  .amwrap-btn.-primary:hover {
      border-color: #b13283;
      background: #b13283;
      box-shadow: none;
      color: #fff
  }

  .amwrap-btn.-primary:hover:hover {
      background: #b13283
  }

  .amwrap-btn.-primary:hover .amwrap-chevron {
      transform: translateX(5px)
  }

  .amwrap-btn.-primary:hover .amwrap-chevron:after,
  .amwrap-btn.-primary:hover .amwrap-chevron:before {
      background-color: #fff
  }

  .cart-container .amwrap-gift-button {
      float: left;
      margin: 0;
      padding: 0 4% 0 0;
      width: 75%
  }

  .amwrap-added-block {
      float: left;
      box-sizing: border-box;
      padding: 0 4% 0 0;
      width: 75%
  }

  .amwrap-wrap-list .amwrap-product-list {
      flex-basis: 20%;
      margin: 0 40px 0 0
  }

  .amwrap-wrap-list>.amwrap-item-block {
      display: flex;
      justify-content: space-between
  }

  .amwrap-wrap-list .amwrap-actions-block {
      width: inherit
  }

  .amwrap-info-list {
      flex-basis: 48%;
      margin: 0 20px 0 0
  }
  .amwrap-popup-block .amwrap-toolbar-block {
    min-height: 50px;
  }

}

.amwrap-gift-wrap:not(.-active) {
  display: none
}

.amwrap-list {
  padding: 0;
  list-style: none
}

.-amwrap-disabled,
.-loading {
  opacity: .3;
  pointer-events: none
}

.amwrap-gift_message {
  word-break: break-word
}

.amwrap-price-container .price-including-tax+.price-excluding-tax:before {
  font-weight: 400
}

.am-checkout.-modern .amwrap-gift-button {
  margin: 0 0 20px 0
}

.am-checkout.-modern .amwrap-item-details>.amwrap-header {
  padding: 0 15px 0 0
}

.am-checkout.-modern .amwrap-checkout-product>.amwrap-image {
  margin: 0 15px 0 0
}

.ie11 .amwrap-items-list {
  display: block
}

.amwrap-popup-block {
  transition: .1s all ease-in;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  padding: 10px;
  background: rgba(49, 49, 49, 0.6)
}

.amwrap-popup-block ::-webkit-scrollbar {
  width: 5px
}

.amwrap-popup-block ::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #c5c5c5
}

.amwrap-popup-block ::-webkit-scrollbar-thumb:hover {
  background: #808080
}

.amwrap-popup-block.-active {
  display: flex;
  justify-content: center;
  align-items: center
}

.amwrap-popup-block .amwrap-close-btn {
  position: absolute;
  top: -5px;
  right: 4px;
  z-index: 100;
}

.amwrap-popup-block .amwrap-popup {
  animation: slideDown .2s;
  display: flex;
  position: relative;
  z-index: 9;
  flex-direction: column;
  overflow: auto;
  box-sizing: border-box;
  margin: auto;
  padding: 15px;
  min-height: 100%;
  max-width: 800px;
  max-height: 100%;
  width: 100%;
  height: initial;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(15, 56, 89, 0.4)
}

@keyframes slideDown {
  0% {
      opacity: 0;
      transform: translateY(-10%)
  }

  100% {
      opacity: 1;
      transform: translateY(0)
  }
}

.amwrap-popup-block .amwrap-existing-section {
  margin: 0 -5px
}

.amwrap-popup-block .amwrap-existing-section>.amwrap-btn {
  margin: 0 5px 10px;
  max-width: calc(50% - 10px)
}

.amwrap-popup-title {
  margin: 10px 0 25px 0;
  padding: 0 0 15px 0;
  width: 100%;
  border-bottom: 1px solid #c2c2c2;
  text-align: center;
  font-weight: 600;
  font-size: 18px
}

.amwrap-popup-title .amwrap-description {
  word-wrap: break-word;
  word-break: break-word;
  font-weight: 400;
  font-size: 12px
}

.ie11 .amwrap-popup-title .amwrap-description {
  word-break: break-all
}

.amwrap-popup-toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 100%
}

.-edit-wrap .amwrap-popup-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400
}

.-edit-wrap .amwrap-popup-title>.amwrap-title {
  margin: 0
}

.-edit-wrap .amwrap-popup-title>.amwrap-description {
  margin: 0;
  padding: 0 0 0 5px;
  font-weight: 600;
  font-size: inherit
}

.ie11 .amwrap-popup-block .amwrap-popup {
  display: block;
  margin: 0;
  min-height: inherit
}

.amwrap-pagination-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: .1s all ease-in;
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 155px;
  height: 1px;
  background: #c2c2c2;
  list-style: none;
  counter-reset: page-number
}

.amwrap-pagination-block:after {
  transition: .5s all ease-in;
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  background: #b13283;
  content: ''
}

.amwrap-pagination-block.-step-1:after {
  width: 50%
}

.amwrap-pagination-block.-step-2:after {
  width: 100%
}

.amwrap-pagination-block .amwrap-page {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s all ease-in;
  position: relative;
  z-index: 1;
  margin: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #c2c2c2;
  color: #fff
}

.amwrap-pagination-block .amwrap-page:before {
  transition: .1s all ease-in;
  content: counter(page-number);
  counter-increment: page-number;
  font-size: 0
}

.amwrap-pagination-block .amwrap-page:after {
  transition: .1s all ease-in;
  position: absolute;
  top: 49%;
  left: 100%;
  width: 0;
  height: 1px;
  background: #b13283;
  content: ''
}

.amwrap-pagination-block .amwrap-page:not(:last-child) {
  margin-right: 50px
}

.amwrap-pagination-block .amwrap-page.-active {
  width: 25px;
  height: 25px;
  background: #b13283
}

.amwrap-pagination-block .amwrap-page.-active:before {
  font-size: inherit
}

.amwrap-pagination-block .amwrap-page.-checked {
  position: relative;
  background: #b13283
}

.amwrap-pagination-block .amwrap-page.-checked:after {
  width: 60px
}

.amwrap-pagination-block .amwrap-page.-checked:before {
  margin: 0 0 3px 0;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  content: '';
  transform: rotate(45deg);
  width: 2px;
  height: 4px
}

.amwrap-toolbar-block .amwrap-title {
  word-wrap: break-word;
  word-break: break-word;
  margin: 0;
  max-width: 55%;
  white-space: normal;
  font-weight: 600;
  font-size: 16px
}

.ie11 .amwrap-toolbar-block .amwrap-title {
  word-break: break-all
}

.-edit-wrap .amwrap-toolbar-block {
  justify-content: flex-end
}

.-edit-wrap .amwrap-toolbar-block .amwrap-title {
  display: none
}

.amwrap-popup-block .amwrap-steps-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-grow: 1;
  margin: 0;
  width: 100%
}

.amwrap-popup-block .amwrap-btn-toolbar {
  align-items: flex-end;
  flex-grow: 1
}

.amwrap-popup-block .amwrap-items-list .amwrap-btn-toolbar {
  margin: 0
}

.amwrap-gift-wrap .slick-slide {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 3px;
  text-align: center;
  cursor: pointer
}

.amwrap-gift-wrap .slick-slider {
  padding: 0 18px
}

.amwrap-gift-wrap .slick-track {
  display: flex
}

.amwrap-gift-wrap .slick-arrow {
  transition: .1s all ease-in
}

.amwrap-gift-wrap .slick-arrow:hover {
  filter: brightness(.5)
}

.amwrap-popup-block .amwrap-gift-wrap.-active {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-grow: 1
}

._amwrap-fill-btn {
  border-color: #b13283;
  background: #b13283;
  box-shadow: none;
  color: #fff
}

._amwrap-fill-btn:hover {
  background: #b13283
}

._amwrap-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 6px 20px;
  border: 1px solid #b13283;
  border-radius: 2px;
  color: #b13283
}

._amwrap-btn.-active {
  opacity: 1;
  pointer-events: auto
}

._amwrap-btn.-hidden {
  display: none
}

._amwrap-btn:disabled {
  opacity: .3;
  pointer-events: none
}

.amwrap-close-btn {
  padding: 15px
}

.amwrap-close-btn,
.amwrap-close-btn:focus,
.amwrap-close-btn:hover,
.amwrap-close-btn:active,
.amwrap-close-btn:not(.primary) {
  outline: none;
  border: none;
  background: none;
  box-shadow: none
}

.amwrap-close-btn:hover:after {
  filter: invert(19%) sepia(98%) saturate(2559%) hue-rotate(190deg) brightness(101%) contrast(98%)
}

.amwrap-close-btn:after {
  display: block;
  width: 17px;
  content: url('../../../icons/close.svg')
}

.amwrap-edit-btn:hover:after {
  filter: invert(19%) sepia(98%) saturate(2559%) hue-rotate(190deg) brightness(101%) contrast(98%)
}

.amwrap-edit-btn:after {
  width: 15px;  
  content: url('../../../icons/edit.svg')
}

.amwrap-trash-btn:hover:after {
  filter: invert(19%) sepia(98%) saturate(2559%) hue-rotate(190deg) brightness(101%) contrast(98%)
}

.amwrap-trash-btn:after {
  width: 14px;
  content: url('../../../icons/trash.svg')
}

.amwrap-trash-btn,
.amwrap-edit-btn {
  transition: .1s all ease-in; padding: 10px 15px; vertical-align: middle;
}

.amwrap-trash-btn,
.amwrap-edit-btn,
.amwrap-trash-btn:focus,
.amwrap-edit-btn:focus,
.amwrap-trash-btn:hover,
.amwrap-edit-btn:hover,
.amwrap-trash-btn:active,
.amwrap-edit-btn:active,
.amwrap-trash-btn:not(.primary),
.amwrap-edit-btn:not(.primary) {
  outline: none;
  border: none;
  background: none;
  box-shadow: none
}

.amwrap-trash-btn:hover:after,
.amwrap-edit-btn:hover:after {
  color: #b13283
}

.amwrap-trash-btn:after,
.amwrap-edit-btn:after {
  display: block;
  color: #9b9b9c
}

.amwrap-chevron {
  transition: .1s all ease-in;
  position: relative
}

.amwrap-chevron:after,
.amwrap-chevron:before {
  transition: .1s all ease-in;
  display: block;
  width: 6px;
  height: 1px;
  background: #b13283;
  content: ''
}

.amwrap-chevron:after {
  transform: rotate(-45deg) translate(-2px, 1px)
}

.amwrap-chevron:before {
  transform: rotate(45deg) translate(-1px, 0px)
}

.amwrap-chevron.-right {
  margin: 0 0 0 10px
}

.amwrap-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .1s all ease-in;
  position: relative;
  min-width: 85px;
  border: none;
  background: transparent;
  box-shadow: none;
  color: #b13283;
  font-weight: normal;
  font-style: normal;
  opacity: .3;
  cursor: pointer;
  pointer-events: none
}

.amwrap-btn:hover,
.amwrap-btn:active,
.amwrap-btn:focus {
  border: none;
  background: none;
  box-shadow: none
}

.amwrap-btn.-active {
  opacity: 1;
  pointer-events: auto
}

.amwrap-btn.-empty {
  box-shadow: none;
  color: #98afc1;
  opacity: 1;
  pointer-events: auto;
  padding: 7px 15px;
  margin-right: 10px;
}

.amwrap-btn.-empty:hover {
  color: #b13283
}

.amwrap-btn.-empty.-hidden {
  display: none
}

.amwrap-btn.-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 6px 20px;
  border: 1px solid #b13283;
  border-radius: 2px;
  color: #b13283
}

.amwrap-btn.-primary.-active {
  opacity: 1;
  pointer-events: auto
}

.amwrap-btn.-primary.-hidden {
  display: none
}

.amwrap-btn.-primary:disabled {
  opacity: .3;
  pointer-events: none
}

.amwrap-btn.-primary:active {
  border-color: #b13283;
  background: #b13283;
  box-shadow: none;
  color: #fff
}

.amwrap-btn.-primary:active:hover {
  background: #b13283
}

.amwrap-btn.-primary:active .amwrap-chevron {
  transform: translateX(5px)
}

.amwrap-btn.-primary:active .amwrap-chevron:after,
.amwrap-btn.-primary:active .amwrap-chevron:before {
  background-color: #fff
}

.amwrap-btn.-primary.-active {
  border: 1px solid #b13283
}

.amwrap-btn.-fill {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 6px 20px;
  border: 1px solid #b13283;
  border-radius: 2px;
  color: #b13283;
  border-color: #b13283;
  background: #b13283;
  box-shadow: none;
  color: #fff
}

.amwrap-btn.-fill.-active {
  opacity: 1;
  pointer-events: auto
}

.amwrap-btn.-fill.-hidden {
  display: none
}

.amwrap-btn.-fill:disabled {
  opacity: .3;
  pointer-events: none
}

.amwrap-btn.-fill:hover {
  background: #b13283
}

.amwrap-gift-button>.amwrap-btn {
  height: 35px
}

.amwrap-checkbox-block {
  display: flex;
  align-items: center;
  cursor: pointer
}

.amwrap-checkbox-block .amwrap-text {
  padding: 1px 0 0 10px;
  color: #333;
  word-wrap: break-word;
  font-style: normal;
  overflow-wrap: break-word
}

.amwrap-checkbox-block .amwrap-input {
  display: none
}

.amwrap-checkbox-block .amwrap-input:checked~.amwrap-mark {
  border-color: #b13283;
  background-color: #b13283
}

.amwrap-checkbox-block .amwrap-input:checked~.amwrap-mark:after {
  display: block
}

.amwrap-checkbox-block .amwrap-mark {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .1s all ease-in;
  position: relative;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  background-color: #fff;
  cursor: pointer
}

.amwrap-checkbox-block .amwrap-mark:hover {
  border-color: #b13283
}

.amwrap-checkbox-block .amwrap-mark:after {
  margin: 0 0 3px 0;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  content: '';
  transform: rotate(45deg);
  display: none;
  width: 4px;
  height: 6px
}

.amwrap-checkbox-block:focus .amwrap-mark {
  border-color: #b13283;
  background-color: #b13283;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4)
}

.amwrap-message.-error-message {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  margin: 0 0 25px 0
}

.amwrap-message.-error-message a {
  color: #006bb4
}

.amwrap-message.-error-message a:hover {
  color: #006bb4
}

.amwrap-message.-error-message a:active {
  color: #006bb4
}

.amwrap-message.-success-message {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  margin: 0 0 25px 0
}

.amwrap-message.-success-message a {
  color: #006bb4
}

.amwrap-message.-success-message a:hover {
  color: #006bb4
}

.amwrap-message.-success-message a:active {
  color: #006bb4
}

.amwrap-message.-warning-message {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  margin: 0 0 25px 0
}

.amwrap-message.-warning-message a {
  color: #006bb4
}

.amwrap-message.-warning-message a:hover {
  color: #006bb4
}

.amwrap-message.-warning-message a:active {
  color: #006bb4
}

.amwrap-message.-top {
  margin: 30px 0 10px
}

.amwrap-popup .amwrap-items-list input.mage-error,
.amwrap-popup .amwrap-items-list select.mage-error,
.amwrap-popup .amwrap-items-list textarea.mage-error {
  border-color: #e02b27
}

.amwrap-items-list {
  display: flex;
  flex-direction: column;
  flex-grow: 1
}

.amwrap-items-list:not(.-active) {
  display: none
}

.amwrap-items-list .amwrap-btn {
  transition: .1s all ease-in;
  align-self: flex-end
}

.amwrap-items-list .amwrap-btn-toolbar {
  flex-grow: 1;
  margin: 0 0 10px 0
}

.amwrap-items-list .amwrap-btn-toolbar:not(.-active) {
  display: none
}

.amwrap-items-content {
  overflow-y: auto;
  margin: 0 -15px;
  padding: 0 15px;
  max-height: 430px
}

.amwrap-list-item {
  display: flex;
  margin: 0 0 20px 0;
  padding: 15px;
  border-radius: 2px;
  box-shadow: 0 3px 5px #d7e0ea;
  list-style-type: none
}

.amwrap-list-item .amwrap-checkbox-block {
  align-self: center
}

.amwrap-list-item .amwrap-checkbox-block.-trash-btn {
  align-self: flex-end
}

.amwrap-list-item .amwrap-label {
  margin: 0 5px 0 0;
  font-weight: bold;
  font-size: 12px
}

.amwrap-list-item .amwrap-label:after {
  content: ':'
}

.amwrap-list-item .amwrap-img {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  margin: 0 15px;
  width: 90px;
  height: 90px;
  border: 1px solid #f2f2f2
}

.amwrap-list-item .amwrap-qty {
  display: flex;
  align-items: center;
  position: relative;
  align-self: flex-start;
  margin: 10px 25px 10px 10px
}

.amwrap-list-item .amwrap-qty .amwrap-input {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 5px;
  width: 40px;
  height: 30px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 13px
}

.amwrap-list-item .amwrap-qty .amwrap-input:not(.-active) {
  opacity: .3;
  pointer-events: none
}

.amwrap-list-item .amwrap-qty .amwrap-label {
  font-size: 14px
}

.amwrap-list-item .amwrap-content {
  flex-grow: 1;
  text-align: left
}

.amwrap-list-item .amwrap-name {
  margin: 0 0 15px 0;
  font-weight: bold;
  font-size: 14px
}

.amwrap-steps-wrapper {
  animation: slideDown .2s;
  z-index: 1;
  margin: 0 0 15px 0
}

.amwrap-steps-wrapper:not(.-active) {
  display: none
}

.amwrap-btn-toolbar {
  display: flex;
  justify-content: flex-end
}

.amwrap-steps-block {
  display: flex;
  margin: 0;
  padding: 0
}

.amwrap-steps-block,
.amwrap-steps-block .amwrap-step {
  width: 100%;
  list-style: none
}

.amwrap-steps-block .amwrap-step {
  margin: 0;
  max-width: 100%
}

.amwrap-steps-block .amwrap-step:not(.-active) {
  display: none
}

.amwrap-slider-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transition: .1s all ease-in;
  padding: 0;
  list-style: none
}

.amwrap-slider-block .amwrap-price,
.amwrap-slider-block .amwrap-name,
.amwrap-slider-block .amwrap-description {
  flex-basis: 100%;
  margin: 0
}

.amwrap-slider-block .amwrap-img {
  width: 230px; border-radius: 8px;
}
.amwrap-slider-block .amwrap-slide:not(.-active) .amwrap-img-block .theme-check{
  display: none;
}
.amwrap-slider-block .amwrap-slide:hover .amwrap-img-block .theme-check,
.amwrap-slider-block .amwrap-slide.-active .amwrap-img-block .theme-check {
  display: inline;
}
.amwrap-img-block .theme-check i{      
    background-color: #b13283;
    display: block;
    position: absolute;
    right: 5px;
    bottom: 44px;
    line-height: 30px;
    width: 30px;
    border-radius: 8px 0;
    color: #fff;
    text-align: center;
    font-size: 12px;  
}
.amwrap-slider-block .amwrap-name {
  margin: 10px 0 5px 0;
  white-space: normal;
  word-wrap: break-word;
  font-size: 14px;
}

.amwrap-slider-block .amwrap-price {
  word-break: break-word;
  word-break: break-all;
  font-weight: bold
}

.amwrap-slider-block .amwrap-description {
  display: none
}

.amwrap-step.amwrap-gift {
  padding: 0 0 20px
}

.amwrap-step.amwrap-gift .amwrap-slider-block {
  margin: 40px 0 0
}

.amwrap-step.amwrap-gift .amwrap-checkbox-block {
  margin-top: 30px
}

.amwrap-step.amwrap-card {
  display: flex;
  flex-direction: column;  
}

.amwrap-step.amwrap-card .amwrap-slider-block {
  margin: 20px 0 0
}

.amwrap-step.amwrap-card .amwrap-card-title {
  margin: 35px 0 0 0;
  font-weight: normal;
  font-size: 14px
}

.amwrap-step.amwrap-card .amwrap-checkbox-block {
  align-self: flex-start;
  margin-top: 30px
}

.amwrap-step.amwrap-card .amwrap-step.amwrap-card .amwrap-img {
  height: 66px;
  object-fit: cover
}

.amwrap-finish-message {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 15px;
  padding: 8px;
  background-color: #e8f6ff
}

.amwrap-finish-message .amwrap-message {
  display: flex;
  justify-content: center
}

.amwrap-finish-message .amwrap-message:before {
  display: block;
  margin: 0px 5px 8px 0;
  width: 15px;
  min-width: 15px;
  height: 15px;
  content: url('../../../icons/gift.svg')
}

.amwrap-choose-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 20px 0;
  list-style: none
}

.amwrap-choose-list .amwrap-choose {
  display: flex;
  flex-basis: 100%;
  margin: 0;
  padding: 20px 0
}

.amwrap-choose-list .amwrap-choose:not(.-active) {
  display: none
}

.amwrap-choose-list .amwrap-choose:not(:first-child) {
  border-top: 1px solid #c1c1c1
}

.amwrap-choose-list .amwrap-img-block {
  order: 1;
  margin-right: 10px;
  min-width: 150px;
  width: 150px;
  height: auto;
}

.amwrap-choose-list .amwrap-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.amwrap-choose-list .amwrap-name-block {
  flex-basis: 100%;
  order: 2;
  margin: 0;
  word-break: break-all;
  word-break: break-word
}

.amwrap-choose-list .amwrap-name {
  display: block;
  flex-basis: 100%;
  margin: 0 0 5px;
  font-weight: 600
}

.amwrap-choose-list .amwrap-description,
.amwrap-choose-list .amwrap-expiration,
.amwrap-choose-list .amwrap-from,
.amwrap-choose-list .amwrap-firstname,
.amwrap-choose-list .amwrap-lastname,
.amwrap-choose-list .amwrap-email {
  color: #777;
  white-space: pre-wrap;
  word-break: break-all;
  word-break: break-word;
  font-size: 13px;
  display: block;
}

.amwrap-choose-list .amwrap-price {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 180px;
  order: 3;
  margin: 0;
  font-weight: 600
}

.amwrap-choose-list .amwrap-edit-btn {
  flex-basis: 50px;
  order: 4
}

.amwrap-choose-list .amwrap-edit-btn:after {
  margin: auto
}

.amwrap-item-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin: 15px 0 0 0;
  padding: 4px 10px;
  width: 190px;
  border-radius: 2px;
  background: #e8f6ff
}

.amwrap-item-option .amwrap-add {
  padding: 8px;
  color: #b13283;
  font-weight: 600;
  opacity: .3;
  pointer-events: none
}

.amwrap-item-option .amwrap-add,
.amwrap-item-option .amwrap-add:focus,
.amwrap-item-option .amwrap-add:hover,
.amwrap-item-option .amwrap-add:active,
.amwrap-item-option .amwrap-add:not(.primary) {
  outline: none;
  border: none;
  background: none;
  box-shadow: none
}

.amwrap-item-option .amwrap-add:not(:disabled):not(.-loading).-active {
  opacity: 1;
  pointer-events: auto
}

.amwrap-option-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0 50% 0
}

.amwrap-option-list:not(.-active) {
  display: none
}

.amwrap-option-list .amwrap-popup-title {
  margin: 0 0 70px 0;
  border-bottom: 0
}

.amwrap-option-list .amwrap-option {
  transition: .1s all ease-in;
  flex-basis: 205px;
  box-sizing: border-box;
  margin: 10px;
  padding: 20px 10px;
  border: 1px solid #b13283;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 3px 5px #d7e0ea;
  color: #b13283;
  font-weight: normal
}

.amwrap-option-list .amwrap-option:hover {
  background: #b13283;
  color: #fff
}

.amwrap-cart-toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  float: left;
  width: 70%
}

.cart-container .amwrap-gift-button {
  box-sizing: border-box;
  margin: 0 15px
}

.amwrap-added-block {
  margin: 0 0 20px 0;
  padding: 10px 15px
}

.amwrap-added-block .amwrap-info-block {
  margin: 20px 0 0 0;
  padding: 10px;
  background: #e8f6ff;
  font-weight: bold
}

.amwrap-added-block .amwrap-qty {
  display: inline-block;
  box-sizing: border-box;
  padding: 4px;
  min-width: 40px;
  background: #e8f6ff;
  text-align: center;
  font-weight: 600;
  font-size: 12px
}

.amwrap-added-block .amwrap-qty:before {
  content: 'x'
}

.amwrap-product:not(:first-child) {
  margin: 25px 0 0 0
}

.amwrap-product .amwrap-name {
  display: block;
  margin: 0 0 10px 0;
  font-size: 15px
}

.amwrap-wrap-list>.amwrap-item-block {
  display: block;
  margin: 0;
  padding: 20px 0 15px;
  border-bottom: 1px solid #ccc
}

.amwrap-wrap-list .amwrap-price-block {
  flex-basis: 15%;
  font-weight: bold;
  font-size: 17px
}

.amwrap-wrap-list .amwrap-actions-block {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%
}

.amwrap-wrap-list .amwrap-edit-btn {
  padding: 0 15px
}

.amwrap-wrap-list .amwrap-trash-btn {
  padding: 0 0 0 15px
}

.amwrap-wrap-list .amwrap-edit-btn,
.amwrap-wrap-list .amwrap-trash-btn {
  min-height: 22px
}

.amwrap-info-list {
  margin: 15px 0
}

.amwrap-info-list .amwrap-item .amwrap-name,
.amwrap-info-list .amwrap-item .amwrap-title {
  padding: 0 0 20px 0;
  word-break: break-all;
  word-break: break-word
}

.amwrap-info-list .amwrap-item .amwrap-name {
  margin: 0;
  width: 100%
}

.amwrap-info-list .amwrap-item .amwrap-title {
  padding-right: 10px;
  white-space: nowrap;
  font-weight: bold
}

.amwrap.gift-wrap {
  padding: 15px 0 40px
}

.amwrap-make-gift {
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  margin: 0 0 30px 0;
  background: #fff;
  color: #333
}

.amwrap-make-gift>.amwrap-text {
  animation: slideDown .2s;
  display: none;
  margin: 0;
  padding: 15px 0 15px 25px;
  width: 100%;
  word-break: break-word
}
.amwrap-make-gift>.amwrap-text.-active {
  display: block;
  border-bottom: 1px solid #c1c1c1
}

.amwrap-textarea-block .row{
  margin: 0;
}
.amwrap-textarea-block .amwrap-textarea {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #c2c2c2;
  border-radius: 2px
}

.amwrap-textarea-block .amwrap-textarea:focus {
  border: 1px solid #b13283;
  box-shadow: none
}

.amwrap-textarea-block .amwrap-textarea::placeholder {
  color: #adadad;
  font-style: italic
}

.amwrap-textarea-block.-hidden {
  display: none
}

.amwrap-selected-items {
  display: flex;
  align-items: center;
  margin: 0 0 35px 0;
  padding: 5px 10px;
  max-width: 360px;
  background: #e8f6ff;
  white-space: normal;
  word-wrap: break-word
}

.amwrap-selected-items .amwrap-title {
  margin: 0;
  max-width: 75%
}

.amwrap-selected-items .amwrap-edit-btn {
  margin: 0 0 0 auto
}

.amwrap-selected-items .amwrap-edit-btn:hover:after {
  filter: invert(19%) sepia(98%) saturate(2559%) hue-rotate(190deg) brightness(101%) contrast(98%)
}

.amwrap-selected-items:not(.-active) {
  display: none
}

.amwrap-existing-section {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 10px 0
}

.amwrap-existing-section:not(.-active) {
  display: none
}

.amwrap-existing-section .amwrap-btn {
  box-sizing: border-box;
  margin: 0 10px 10px 0;
  padding: 15px 10px;
  max-width: 155px;
  width: 100%;
  border-radius: 2px;
  box-shadow: 0 3px 5px #d7e0ea;
  color: #333
}

.amwrap-existing-section .amwrap-btn:hover {
  box-shadow: 0 3px 5px #a3acb7
}

.amwrap-existing-section .amwrap-text {
  text-align: center;
  word-break: break-all;
  word-break: break-word
}

.amwrap-existing-section .amwrap-input {
  position: absolute;
  opacity: 0
}

.amwrap-existing-section .amwrap-btn.-new:before {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: 0 5px 0 0;
  width: 15px;
  height: 15px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: #b13283;
  color: #fff;
  content: '+';
  line-height: normal
}

.amwrap-checkout-product {
  display: flex
}

.amwrap-checkout-product>.amwrap-image {
  display: block;
  margin: 0 15px;
  min-width: 75px
}

.amwrap-checkout-product>.amwrap-item-details {
  flex-grow: 1;
  width: 100%
}

.amwrap-item-details>.amwrap-header {
  display: flex;
  justify-content: space-between
}

.amwrap-item-details .amwrap-name {
  word-wrap: break-word;
  word-break: break-word;
  padding: 0 5px 0 0
}

.ie11 .amwrap-item-details .amwrap-name {
  word-break: break-all
}

.amwrap-item-details>.amwrap-item-options {
  margin: 10px 0 0
}

.amwrap-item-options>.amwrap-toggle {
  position: relative;
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0 15px 0 0;
  cursor: pointer;
  user-select: none
}

.amwrap-item-options>.amwrap-toggle:before {
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #000 #000 transparent;
  content: '';
  transform: rotate(45deg)
}

.amwrap-item-options.-active>.amwrap-toggle:before {
  top: 10px;
  border-color: #000 transparent transparent #000
}

.amwrap-options-content {
  word-wrap: break-word;
  word-break: break-word;
  margin: 0;
  padding: 0;
  list-style-type: none
}

.ie11 .amwrap-options-content {
  word-break: break-all
}

.amwrap-options-content>.amwrap-option {
  margin: 0 0 5px
}

.amwrap-options-content .amwrap-label,
.amwrap-options-content .amwrap-value {
  display: block;
  width: 100%;
  font-size: 12px
}

.amwrap-options-content .amwrap-label {
  font-weight: 600
}
