.checkout_page .select2-container--default.select2-container--open .select2-selection__arrow {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.checkout_page .opc-block-shipping-information .shipping-information-title .action-edit:before, .checkout_page.step_2 .block_step li.current_step:before, .checkout_page .select2-container--default .select2-selection--single .select2-selection__arrow:before, .fieldset > .fields > .field.choice input[type=checkbox] + label:before,
.fieldset > .field.choice input[type=checkbox] + label:before,
fieldset .field.choice input[type=checkbox] + label:before, .shopping_cart .cart.table-wrapper .action-towishlist:before, .shopping_cart .cart.table-wrapper .actions-toolbar > .action-delete:before, .shopping_cart .cart.table-wrapper .actions-toolbar > .action-edit:before, #co-shipping-method-form .fieldset > .fields > .field.choice input[type=radio] + label:before,
#co-shipping-method-form .fieldset > .field.choice input[type=radio] + label:before,
#co-shipping-method-form fieldset .field.choice input[type=radio] + label:before, .checkout_page .opc-block-summary > .block > .title:after, .shopping_cart .cart-summary > .block > .title:after, #co-shipping-method-form .fieldset > .fields > .field.choice input[type=radio] + label:after,
#co-shipping-method-form .fieldset > .field.choice input[type=radio] + label:after,
#co-shipping-method-form fieldset .field.choice input[type=radio] + label:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.delivery_types label {
  font-weight: normal;
  margin: 10px 0 10px;
  display: block;
  position: relative;
  overflow: hidden;
}
.delivery_types label input:checked + .radio_btn {
  cursor: default;
  color: #111111;
}
.delivery_types label input:checked + .radio_btn:before {
  background: transparent;
}
.delivery_types label input:checked + .radio_btn:after {
  opacity: 1;
}
.delivery_types label .radio_btn {
  display: flex;
  position: relative;
  color: #666666;
  align-items: center;
  font-size: 120%;
  line-height: 16px;
  cursor: pointer;
}
.delivery_types label .radio_btn:before {
  display: block;
  content: "";
  margin-right: 10px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background: #ffffff;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}
.delivery_types label .radio_btn:after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 7px;
  margin-top: -5px;
  border-radius: 50%;
  background: #333333;
  opacity: 0;
}
.delivery_types label .price_size {
  margin-left: 5px;
  font-family: "montserrat-bold", "montserrat-arm-bold";
}

#co-shipping-method-form .fieldset > .fields > .field.choice,
#co-shipping-method-form .fieldset > .field.choice,
#co-shipping-method-form fieldset .field.choice {
  position: relative;
}
#co-shipping-method-form .fieldset > .fields > .field.choice input,
#co-shipping-method-form .fieldset > .field.choice input,
#co-shipping-method-form fieldset .field.choice input {
  background: #ffffff;
  border-radius: 16px;
  border: none;
  height: 40px;
  padding: 4px 16px;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
}
#co-shipping-method-form .fieldset > .fields > .field.choice input[type=radio] + label,
#co-shipping-method-form .fieldset > .field.choice input[type=radio] + label,
#co-shipping-method-form fieldset .field.choice input[type=radio] + label {
  display: flex !important;
  align-items: flex-start;
  position: relative;
}
#co-shipping-method-form .fieldset > .fields > .field.choice input[type=radio] + label:before,
#co-shipping-method-form .fieldset > .field.choice input[type=radio] + label:before,
#co-shipping-method-form fieldset .field.choice input[type=radio] + label:before {
  background: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  cursor: pointer;
  content: "";
}
#co-shipping-method-form .fieldset > .fields > .field.choice input[type=radio] + label:after,
#co-shipping-method-form .fieldset > .field.choice input[type=radio] + label:after,
#co-shipping-method-form fieldset .field.choice input[type=radio] + label:after {
  background: #000000;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  cursor: pointer;
  content: "";
  opacity: 0;
  position: absolute;
  top: 5px;
  left: 5px;
}
#co-shipping-method-form .fieldset > .fields > .field.choice input[type=radio]:checked + label:after,
#co-shipping-method-form .fieldset > .field.choice input[type=radio]:checked + label:after,
#co-shipping-method-form fieldset .field.choice input[type=radio]:checked + label:after {
  opacity: 1;
  font-size: 0.7rem;
  pointer-events: none;
  color: #000000;
}
#co-shipping-method-form .fieldset > .fields > .field.choice .field > .label,
#co-shipping-method-form .fieldset > .field.choice .field > .label,
#co-shipping-method-form fieldset .field.choice .field > .label {
  margin-bottom: 3px;
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-family: "montserrat-medium", "montserrat-arm-medium";
  font-weight: unset;
}
#co-shipping-method-form .fieldset > .fields > .field.choice > label,
#co-shipping-method-form .fieldset > .field.choice > label,
#co-shipping-method-form fieldset .field.choice > label {
  margin-top: 9px;
  display: flex;
  align-items: flex-start;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  cursor: pointer;
}

#co-shipping-method-form > fieldset > dl > .item-title {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 15px;
  display: none;
}

#co-shipping-method-form > fieldset > dl > dd > div > .label {
  margin: 0 !important;
  align-items: center;
  width: 100%;
}
#co-shipping-method-form > fieldset > dl > dd > div > .label .price {
  padding-left: 10px;
}

.shopping_cart .select2-selection__rendered {
  font-size: 12px;
  line-height: 14px;
  color: #111111;
  display: block;
  margin: 5px 0;
}
.shopping_cart #cart-totals .table-wrapper .table {
  display: flex;
}
.shopping_cart #cart-totals .table-wrapper .table tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shopping_cart #cart-totals .table-wrapper .table tbody > tr {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.shopping_cart .cart-summary {
  background: none;
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(146, 146, 146, 0.3);
  float: unset;
  flex: 0 0 26%;
  max-width: 26%;
  padding: 0 0 30px;
  margin: 0 10px;
}
.shopping_cart .cart-summary > .title {
  padding: 40px 40px 20px;
  margin: 0;
  font-size: 20px;
  line-height: 23px;
  color: #111111;
}
.shopping_cart .cart-summary > .block {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.shopping_cart .cart-summary > .block > .content {
  margin: 0 40px;
}
.shopping_cart .cart-summary > .block > .title {
  border-color: rgba(146, 146, 146, 0.3);
  padding: 20px 40px;
}
.shopping_cart .cart-summary > .block > .title:after {
  content: "\e901";
  font-size: 8px;
  left: auto;
  margin: 0;
  padding: 0;
  top: 25px;
  right: 40px;
}
.shopping_cart .cart-summary > .block > .title strong {
  font-size: 12px;
  line-height: 14px;
  color: #111111;
  padding-right: 10px;
}
.shopping_cart .cart-totals {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}
.shopping_cart .checkout-methods-items {
  margin: 24px 40px 0;
  padding: 0;
}
.shopping_cart .checkout-methods-items .action.primary {
  height: 40px;
  background: #7e7d82;
  border: none;
  border-radius: 0;
  font-size: 12px !important;
  line-height: 14px !important;
  font-family: "montserrat-regular", "montserrat-arm-regular";
  color: #ffffff;
  font-weight: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopping_cart .checkout-methods-items .item {
  margin: 0 0 10px;
}
.shopping_cart .checkout-methods-items .item .multicheckout {
  font-size: 12px;
  line-height: 14px;
  color: #7e7d82;
  display: block;
}
.shopping_cart .table-wrapper {
  overflow: hidden;
}
.shopping_cart .table-wrapper > table th {
  padding: 0 5px 17px 40px;
  font-size: 12px;
  line-height: 19px;
  color: #111111;
}
.shopping_cart .table-wrapper > table td {
  padding: 0 40px 17px 5px;
  font-size: 14px;
  line-height: 16px;
  color: #111111;
}
.shopping_cart .table-wrapper > table .totals.grand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100vw;
}
.shopping_cart .table-wrapper > table .totals.grand th {
  width: 100%;
  border-color: #e5e5e5;
  font-size: 16px;
  line-height: 18px;
  color: #111111;
  font-family: "montserrat-medium", "montserrat-arm-medium";
  font-weight: unset;
  padding: 20px 0 5px 40px;
}
.shopping_cart .table-wrapper > table .totals.grand td {
  font-weight: unset;
  padding: 0 0 0 40px;
  border: none;
  font-size: 18px;
  line-height: 21px;
  color: #111111;
  font-family: "montserrat-bold", "montserrat-arm-bold";
}
.shopping_cart .form-cart {
  width: 100%;
  margin-right: auto;
  float: unset;
  flex: 0 0 66.666%;
  max-width: 66.666%;
  padding: 0 10px;
}
.shopping_cart .cart-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
  align-items: flex-start;
}
.shopping_cart .cart-container:before {
  display: none;
}
.shopping_cart .cart.table-wrapper .cart thead tr th {
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  color: #666666;
  font-weight: unset;
}
.shopping_cart .cart.table-wrapper .cart thead tr th.col {
  padding: 0 0 17px;
}
.shopping_cart .cart.table-wrapper .col.qty .input-text {
  height: 32px;
}
.shopping_cart .cart.table-wrapper .cart > .item {
  border-color: rgba(146, 146, 146, 0.3);
  border-top: rgba(146, 146, 146, 0.3);
  border-bottom: 1px solid rgba(146, 146, 146, 0.3);
}
.shopping_cart .cart.table-wrapper .cart > .item .col.item {
  padding: 20px 0;
  display: flex;
}
.shopping_cart .cart.table-wrapper .product-item-photo {
  width: auto;
  padding: 0;
  position: relative;
  top: auto;
  max-width: unset;
  left: auto;
  display: block;
}
.shopping_cart .cart.table-wrapper .item-options {
  font-size: 12px;
  line-height: 14px;
  color: #111111;
}
.shopping_cart .cart.table-wrapper .item-options dt {
  color: #666666;
  font-weight: unset;
  margin: 0 3px 5px 0;
}
.shopping_cart .cart.table-wrapper .item-options dd {
  padding: 0 20px 0 0;
}
.shopping_cart .cart.table-wrapper .col.price,
.shopping_cart .cart.table-wrapper .col.qty {
  padding: 20px 0 0;
}
.shopping_cart .cart.table-wrapper .item-info td {
  font-weight: unset;
}
.shopping_cart .cart.table-wrapper .item-info td .price {
  font-weight: unset !important;
  font-family: "montserrat-regular", "montserrat-arm-regular";
  color: #111111;
  font-size: 14px;
  line-height: 16px;
}
.shopping_cart .cart.table-wrapper .item-info td:last-child {
  padding: 20px 0 0;
}
.shopping_cart .cart.table-wrapper .item-info td:last-child .price {
  font-size: 16px;
  line-height: 16px;
  font-family: "montserrat-bold", "montserrat-arm-bold";
}
.shopping_cart .cart.table-wrapper .actions-toolbar > .action-edit:before {
  content: "\e918";
  color: #7e7d82;
  font-size: 22px;
}
.shopping_cart .cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: "\e900";
  font-size: 22px;
  color: #7e7d82;
}
.shopping_cart .cart.table-wrapper .actions-toolbar > .action-delete,
.shopping_cart .cart.table-wrapper .actions-toolbar > .action-edit {
  position: relative !important;
  right: auto;
  left: auto;
}
.shopping_cart .cart.table-wrapper .action-towishlist {
  font-size: 0;
  position: relative;
  display: flex;
}
.shopping_cart .cart.table-wrapper .action-towishlist.active:before {
  -webkit-text-fill-color: unset;
}
.shopping_cart .cart.table-wrapper .action-towishlist:before {
  font-size: 1.8rem;
  display: block;
  color: #7e7d82;
  content: "\e919";
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
}
.shopping_cart .cart.table-wrapper .product-image-photo {
  max-width: 80px;
  height: 80px !important;
  object-fit: cover;
}
.shopping_cart .cart.table-wrapper .actions-toolbar {
  min-height: auto;
  margin-top: -43px;
  width: 25%;
  float: right;
}
.shopping_cart .cart.table-wrapper .product-item-name {
  font-size: 14px;
  line-height: 22px;
  color: #111111;
}
.shopping_cart .cart.table-wrapper .product-item-name + .item-options {
  display: flex;
  align-items: center;
}
.shopping_cart .cart.table-wrapper .product-item-name a {
  margin-top: 6px;
  display: block;
  text-decoration: none;
}
.shopping_cart .cart.table-wrapper .product-item-details {
  margin: 0 0 0 20px;
  max-width: 280px;
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shopping_cart .cart-container .form-cart .actions .continue {
  display: none;
}
.shopping_cart .cart-container .form-cart .actions .update,
.shopping_cart .cart-container .form-cart .actions button {
  background: none;
  border-radius: 0;
  max-width: 180px;
  height: 40px;
  border: 1px solid #7e7d82;
  font-family: "montserrat-bold", "montserrat-arm-bold";
  color: #7e7d82;
  font-size: 11px;
  width: 100%;
  padding: 11px;
  line-height: 13px;
}
.shopping_cart .cart-discount {
  width: 100%;
  display: none;
  order: 3;
}
@media screen and (max-width: 1365px) {
  .shopping_cart .cart-summary {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .shopping_cart .form-cart {
    flex: 0 0 64%;
    max-width: 64%;
  }
}
@media screen and (max-width: 991px) {
  .shopping_cart .cart.table-wrapper .actions-toolbar {
    margin-top: 10px;
  }
  .shopping_cart .cart-summary > .block > .content {
    margin: 0;
  }
  .shopping_cart .cart-summary > .block > .title {
    padding: 15px;
  }
  .shopping_cart .cart-summary > .block > .title:after {
    top: 18px;
    right: 15px;
  }
  .shopping_cart .cart.table-wrapper .col.price,
.shopping_cart .cart.table-wrapper .col.qty {
    padding: 0 0 20px !important;
  }
  .shopping_cart .cart.table-wrapper .item-info td:last-child {
    padding: 0 0 20px !important;
  }
  .shopping_cart .table-wrapper > table th {
    padding: 0 5px 17px 0;
  }
  .shopping_cart .table-wrapper > table .totals.grand th {
    padding: 20px 0 5px 0;
  }
  .shopping_cart .table-wrapper > table .totals.grand td {
    padding: 0;
  }
  .shopping_cart #cart-totals .table-wrapper .table tbody > tr {
    align-items: baseline;
  }
  .shopping_cart #cart-totals .table-wrapper .table tbody > tr > td {
    padding: 20px 0 5px 0;
  }
  .shopping_cart .checkout-methods-items {
    margin: 24px 15px 0;
    padding: 0;
  }
  .shopping_cart .cart-container {
    flex-direction: column;
    margin: 0;
  }
  .shopping_cart .form-cart {
    padding: 0;
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .shopping_cart .cart-summary {
    padding: 0 0 40px;
    margin: 0;
    border-top: none;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .shopping_cart .cart.table-wrapper .col.price,
.shopping_cart .cart.table-wrapper .col.qty {
    width: 100%;
    text-align: left;
  }
  .shopping_cart .cart.table-wrapper .item-info td:last-child {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 479px) {
  .shopping_cart .cart.table-wrapper .action-towishlist:before {
    margin-top: 2px;
  }
  .shopping_cart .cart.table-wrapper .actions-toolbar {
    width: 40%;
    flex-direction: row;
  }
  .shopping_cart .cart.table-wrapper .action {
    margin-right: 10px;
  }
}

input:not([disabled]):focus {
  box-shadow: none !important;
}

.fieldset > .fields > .field.choice,
.fieldset > .field.choice,
fieldset .field.choice {
  position: relative;
}
.fieldset > .fields > .field.choice input,
.fieldset > .field.choice input,
fieldset .field.choice input {
  background: #ffffff;
  border-radius: 16px;
  border: none;
  height: 40px;
  padding: 4px 16px;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
}
.fieldset > .fields > .field.choice input[type=checkbox] + label,
.fieldset > .field.choice input[type=checkbox] + label,
fieldset .field.choice input[type=checkbox] + label {
  display: flex !important;
  align-items: flex-start;
}
.fieldset > .fields > .field.choice input[type=checkbox] + label:before,
.fieldset > .field.choice input[type=checkbox] + label:before,
fieldset .field.choice input[type=checkbox] + label:before {
  background: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  cursor: pointer;
  content: "\e905";
}
.fieldset > .fields > .field.choice input[type=checkbox]:checked + label:before,
.fieldset > .field.choice input[type=checkbox]:checked + label:before,
fieldset .field.choice input[type=checkbox]:checked + label:before {
  background: #ffffff;
  font-size: 0.7rem;
  pointer-events: none;
  color: #000000;
}
.fieldset > .fields > .field.choice .field > .label,
.fieldset > .field.choice .field > .label,
fieldset .field.choice .field > .label {
  margin-bottom: 3px;
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-family: "montserrat-medium", "montserrat-arm-medium";
  font-weight: unset;
}
.fieldset > .fields > .field.choice > label,
.fieldset > .field.choice > label,
fieldset .field.choice > label {
  margin-top: 9px;
  display: flex;
  align-items: flex-start;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  cursor: pointer;
}

#shipping-new-address-form .select2-container {
  width: 100% !important;
}

#co-payment-form > fieldset > div.checkout-billing-address > fieldset > div.actions-toolbar > .primary {
  margin: 0 -10px !important;
  display: flex;
}
@media screen and (max-width: 399px) {
  #co-payment-form > fieldset > div.checkout-billing-address > fieldset > div.actions-toolbar > .primary {
    flex-direction: column;
  }
}

.checkout_page .select2-container--default .select2-selection--single .select2-selection__rendered {
  white-space: inherit;
}

#shipping-new-address-form > .street .control .field {
  max-width: 100%;
  padding: 0;
}

#co-payment-form > fieldset > div.checkout-billing-address > fieldset > div.actions-toolbar > div > button.action.action-update,
#co-payment-form > fieldset > div.checkout-billing-address > fieldset > div.actions-toolbar > div > button.action .action-cancel {
  margin: 0 10px !important;
}
@media screen and (max-width: 399px) {
  #co-payment-form > fieldset > div.checkout-billing-address > fieldset > div.actions-toolbar > div > button.action.action-update,
#co-payment-form > fieldset > div.checkout-billing-address > fieldset > div.actions-toolbar > div > button.action .action-cancel {
    margin: 0 0 15px !important;
  }
}

#co-payment-form > fieldset > div.checkout-billing-address > .choice {
  align-items: flex-start;
}

#co-payment-form > fieldset > div.checkout-billing-address > fieldset > div.actions-toolbar > div {
  margin: 0 !important;
}

.opc-block-summary .minicart-items-wrapper {
  height: auto !important;
  padding: 10px 0;
  margin: 0;
}

#co-payment-form > fieldset > div.checkout-billing-address > div.billing-address-details {
  display: none !important;
}

.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after,
#co-payment-form > fieldset > div.payment-option._collapsible.opc-payment-additional.discount-code {
  display: none;
}

#block-comment-heading {
  font-size: 14px;
  line-height: 21px;
  color: #333333;
}

#co-payment-form > fieldset > div:nth-child(9) > .comment-block {
  padding: 0;
}

#comment-form {
  margin-top: 25px;
}

.checkout_page .select2-container {
  text-align: left;
}
.checkout_page .select2-container .select2-selection--single {
  height: auto;
}
.checkout_page .select2-container .select2-selection__placeholder {
  color: #e5e5e5;
}
.checkout_page .select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0 0 0 0;
  display: flex;
  align-items: center;
  position: relative;
}
.checkout_page .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #666666;
  font-size: 14px;
  line-height: 16px;
  padding: 15px 15px;
  flex: 1;
  width: 50%;
}
.checkout_page .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  padding: 15px 15px;
  padding-left: 0;
  width: auto;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout_page .select2-container--default .select2-selection--single .select2-selection__arrow * {
  display: none;
}
.checkout_page .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\e901";
  font-size: 0.6rem;
  display: block;
}
.checkout_page .select2-container--default.select2-container--open .select2-selection--single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 10;
}
.checkout_page .select2-container .select2-search--dropdown {
  padding: 0;
}
.checkout_page .select2-container .select2-search--dropdown .select2-search__field {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 15px;
  font-size: 14px;
}
.checkout_page .select2-container .select2-dropdown {
  border: 1px solid #333333;
  font-size: 120%;
  line-height: 14px;
  box-shadow: none;
  position: relative;
  z-index: 5;
}
.checkout_page .select2-container .select2-results__options {
  overflow-x: hidden;
  scrollbar-color: #7e7d82 #CCCCCC;
  scrollbar-width: thin;
}
.checkout_page .select2-container .select2-results__options::-webkit-scrollbar {
  width: 4px;
  height: auto;
  border-radius: 0;
  background: #CCCCCC;
}
.checkout_page .select2-container .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #7e7d82;
}
.checkout_page .select2-container .select2-results__options li {
  padding: 8px 10px;
}
.checkout_page .select2-container .select2-results__option:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.checkout_page .select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background: #f2f2f2;
  color: #333333;
}
.checkout_page .select2-container .select2-results__option--selected {
  background: #7e7d82 !important;
  color: #ffffff !important;
  cursor: default;
}
.checkout_page.step_2 .right_block {
  top: 166px;
}
.checkout_page.step_2 .select2-container {
  width: 100% !important;
}
.checkout_page.step_2 .payment-option-title {
  padding: 15px 0 0;
  margin-top: 15px;
}
.checkout_page.step_2 .payment-option-title .action-toggle {
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}
@media screen and (max-width: 991px) {
  .checkout_page.step_2 .payment-option-title {
    padding: 15px 15px 0;
  }
}
.checkout_page.step_2 .top_wrapper ~ .right_block {
  top: 280px;
}
.checkout_page.step_2 .modal-content {
  box-shadow: none;
}
.checkout_page.step_2 .block_step li {
  color: #7e7d82;
}
.checkout_page.step_2 .block_step li:before {
  background: #7e7d82;
  border-color: #7e7d82;
}
.checkout_page.step_2 .block_step li.current_step:before {
  content: "\e921";
  font-size: 8px;
  background: #ffffff;
  color: #7e7d82;
}
.checkout_page.step_2 .block_step li:after {
  background: #7e7d82;
}
.checkout_page.step_2 .section_title_inner {
  font-size: 16px;
  color: #333333;
  line-height: 21px;
}
.checkout_page.step_2 .opc-block-shipping-information {
  margin-top: 24px;
}
.checkout_page.step_2 .title_shop {
  font-size: 16px;
  line-height: 21px;
  color: #333333;
  font-family: "montserrat-bold", "montserrat-arm-bold";
  padding-right: 10px;
}
.checkout_page.step_2 .action-edit {
  border: none;
  background: transparent;
}
.checkout_page.step_2 .shipping-information-content {
  font-size: 14px;
  color: #333333;
  line-height: 19px;
}
.checkout_page.step_2 .shipping-information-title {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
}
.checkout_page.step_2 .ship-to {
  padding: 32px;
  background: #ffffff;
  border-radius: 3px;
}
.checkout_page.step_2 .ship-via {
  padding: 32px;
  background: #ffffff;
  border-radius: 3px;
  margin-top: 24px;
}
.checkout_page.step_2 .check_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 12px;
  line-height: 14px;
  color: #666666;
}
.checkout_page.step_2 .check_btn:before {
  min-width: 18px;
  font-size: 50.3%;
  height: 18px;
}
.checkout_page.step_2 .actions-toolbar {
  margin-top: 30px;
}
.checkout_page.step_2 .payment-method-content {
  margin-top: 0;
}
.checkout_page.step_2 .payment-method-content p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.33em;
  color: #666666;
}
.checkout_page.step_2 .checkout-billing-address {
  border-bottom: none;
  padding: 0;
  margin-bottom: 16px;
}
.checkout_page.step_2 .payment-method {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 0;
  margin-bottom: 16px;
}
.checkout_page.step_2 .payment-method .payment-method-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
}
.checkout_page.step_2 .payment-method img {
  max-width: 130px;
  width: 100%;
}
.checkout_page.step_2 .payment-method label {
  font-size: 14px;
  line-height: 1.33em;
}
.checkout_page .opc-block-summary {
  display: flex;
  flex-direction: column;
}
.checkout_page .ship-via,
.checkout_page .ship-to {
  padding: 40px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
}
.checkout_page .ship-via .shipping-information-content,
.checkout_page .ship-to .shipping-information-content {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.checkout_page .opc-block-summary .table-totals {
  margin: 0;
  padding: 0;
}
.checkout_page .opc-block-summary .table-totals td {
  font-size: 14px;
  line-height: 16px;
  padding: 23px;
  margin: 0;
  color: #666666;
  font-weight: unset;
  border-color: #e5e5e5;
}
.checkout_page .opc-block-summary .table-totals th {
  border-color: #e5e5e5;
  font-size: 14px;
  line-height: 16px;
  padding: 23px;
  margin: 0;
  color: #666666;
  font-weight: unset;
}
.checkout_page .opc-block-summary .table-totals tr {
  border-color: #e5e5e5;
}
.checkout_page .opc-block-summary .table-totals tr:last-child th {
  border-color: #e5e5e5;
  font-size: 14px;
  line-height: 16px;
  padding: 32px 24px;
  margin: 0;
  font-weight: unset;
  color: #333333;
  font-family: "montserrat-bold", "montserrat-arm-bold";
}
.checkout_page .opc-block-summary .table-totals tr:last-child td {
  border-color: #e5e5e5;
  font-size: 16px;
  line-height: 16px;
  padding: 32px 24px;
  margin: 0;
  font-weight: unset;
  color: #333333;
  font-family: "montserrat-bold", "montserrat-arm-bold";
}
.checkout_page .opc-block-shipping-information {
  padding: 0;
  background: #ffffff;
  border: none;
}
.checkout_page .opc-block-shipping-information .shipping-information-title {
  border: none;
  margin: 0;
  padding: 0;
  font-weight: unset;
  font-family: "montserrat-bold", "montserrat-arm-bold";
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
}
.checkout_page .opc-block-shipping-information .shipping-information-title > span {
  padding-right: 15px;
}
.checkout_page .opc-block-shipping-information .shipping-information-title .action-edit {
  margin-top: -12px;
}
.checkout_page .opc-block-shipping-information .shipping-information-title .action-edit:before {
  content: "\e918";
  color: #7e7d82;
}
.checkout_page .table-totals {
  order: 2;
}
.checkout_page .actions-toolbar > .secondary:last-child {
  display: none;
}
.checkout_page .field .control._with-tooltip input {
  width: 100%;
}
.checkout_page .form-shipping-address {
  max-width: 100%;
  width: 100%;
}
.checkout_page .form-shipping-address .fieldset {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.checkout_page .form-shipping-address .field {
  padding: 0 10px;
  flex: 0 0 50%;
  max-width: 50%;
}
.checkout_page .form-login {
  max-width: 100%;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
}
.checkout_page .form-login > .fieldset {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.checkout_page .form-login > .fieldset > .required {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
.checkout_page .form-login > .fieldset .fieldset {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
.checkout_page .form-login .actions-toolbar {
  width: 100%;
  justify-content: end;
}
.checkout_page .column.main .opc-block-summary .product-item {
  border-color: #e5e5e5;
  padding: 10px 0;
}
.checkout_page .column.main .opc-block-summary .product-item > .product {
  padding: 0 40px;
}
.checkout_page .product-item-details .details-qty {
  font-size: 12px;
  line-height: 14px;
  color: #666666;
  margin: 5px 0 10px;
  padding: 0;
}
.checkout_page .product .toggle {
  font-size: 14px;
  line-height: 14px;
  color: #111111;
  font-family: "montserrat-regular", "montserrat-arm-regular";
  font-weight: unset;
}
.checkout_page .product-image-container {
  margin-right: 20px;
}
.checkout_page .product-image-container img {
  max-width: 64px;
  width: 100%;
  height: 64px;
  object-fit: cover;
}
.checkout_page.forms_page .column.main .block {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.checkout_page .actions-toolbar {
  margin: 0;
}
.checkout_page .opc-wrapper .step-content {
  margin: 0;
}
.checkout_page .item-options {
  margin: 0;
}
.checkout_page .product-item-name {
  margin: 0;
  padding: 0;
}
.checkout_page .opc-block-summary .product-item > .product {
  padding: 0;
  margin: 0;
}
.checkout_page .opc-block-summary > .title {
  font-size: 16px;
  line-height: 18px;
  color: #111111;
  font-family: "montserrat-regular", "montserrat-arm-regular";
  font-weight: unset;
}
.checkout_page .opc-block-summary > .title {
  padding: 40px 40px 0;
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  color: #111111;
  font-family: "montserrat-regular", "montserrat-arm-regular";
  font-weight: unset;
}
.checkout_page .opc-block-summary > .block {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.checkout_page .opc-block-summary > .block > .content {
  margin: 0;
}
.checkout_page .opc-block-summary > .block > .title {
  border-color: rgba(146, 146, 146, 0.3);
  padding: 20px 40px;
}
.checkout_page .opc-block-summary > .block > .title:after {
  content: "\e901";
  font-size: 6px;
  left: auto;
  margin: 0;
  padding: 0;
  top: 25px;
  right: 40px;
}
.checkout_page .opc-block-summary > .block > .title strong {
  font-size: 12px;
  line-height: 14px;
  color: #111111;
  font-family: "montserrat-medium", "montserrat-arm-medium";
  padding-right: 10px;
}
.checkout_page .opc-block-summary > .block > .title strong span:last-child {
  font-family: "montserrat-regular", "montserrat-arm-regular";
  color: #666666;
}
.checkout_page .authentication-wrapper,
.checkout_page .opc-estimated-wrapper,
.checkout_page .opc-progress-bar {
  display: none;
}
.checkout_page .checkout-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
}
.checkout_page .opc-sidebar {
  padding: 0 10px;
  flex: 0 0 30%;
  max-width: 30%;
  float: unset;
  margin: 0;
}
.checkout_page .opc-block-summary {
  background: none;
  border: 1px solid #e5e5e5;
  padding: 0;
}
.checkout_page .opc-wrapper {
  margin-right: auto;
  float: unset;
  width: 100%;
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0 10px;
}
.checkout_page .opc-wrapper .step-title {
  border: none;
  padding: 0;
  margin: 0 0 38px;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  font-weight: unset;
  font-family: "montserrat-bold", "montserrat-arm-bold";
}
.checkout_page .opc-wrapper .new-address-popup {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-right: 22px;
}
@media screen and (max-width: 639px) {
  .checkout_page .opc-wrapper .new-address-popup {
    padding-right: 0;
  }
}
.checkout_page .opc-wrapper .action-show-popup {
  border: none;
  background: none;
  color: #7e7d82;
  font-size: 14px;
  line-height: 16px;
  font-family: "montserrat-regular", "montserrat-arm-regular";
  font-weight: unset;
  padding: 0;
  margin: 0 -10px;
}
.checkout_page .opc-wrapper .action-show-popup span:before {
  display: none;
}
.checkout_page .opc-wrapper .shipping-address-item {
  width: 100%;
  flex: 0 0 47%;
  max-width: 47%;
  font-size: 14px;
  line-height: 20px;
  padding: 40px;
  color: #333333;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  min-height: 201px;
  margin: 0 10px 20px;
  position: relative;
  overflow: hidden;
}
.checkout_page .opc-wrapper .shipping-address-item:nth-child(2n+1) {
  margin-right: 2%;
}
.checkout_page .opc-wrapper .shipping-address-item:before {
  display: none;
}
.checkout_page .opc-wrapper .shipping-address-item.selected-item {
  border-color: #7e7d82;
}
.checkout_page .opc-wrapper .shipping-address-item.selected-item:after {
  display: none;
}
.checkout_page .opc-wrapper .shipping-address-item.selected-item:after {
  display: none;
}
@media screen and (max-width: 1199px) {
  .checkout_page .opc-wrapper .shipping-address-item {
    padding: 15px;
  }
}
.checkout_page .opc-wrapper .action-select-shipping-item {
  display: none;
}
.checkout_page .opc-wrapper .shipping-address-items {
  display: flex;
  flex-wrap: wrap;
}
.checkout_page .opc-wrapper .checkout-shipping-address {
  background: #ffffff;
  padding: 45px;
  border: 1px solid rgba(146, 146, 146, 0.3);
}
@media screen and (max-width: 1199px) {
  .checkout_page .opc-wrapper .checkout-shipping-address {
    padding: 15px;
  }
}
.checkout_page .opc-wrapper .checkout-shipping-method:first-child {
  margin-top: 40px;
  background: #ffffff;
  padding: 28px;
  border: 1px solid rgba(146, 146, 146, 0.3);
}
.checkout_page .opc-wrapper .checkout-shipping-method .step-title {
  margin: 0 0 28px;
}
.checkout_page .opc-wrapper .table-checkout-shipping-method tbody td {
  margin: 0;
  padding: 0 0 23px;
  width: auto;
  font-weight: unset;
  font-size: 12px;
  line-height: 23px;
  color: #666666;
  border: none;
}
.checkout_page .opc-wrapper .table-checkout-shipping-method tbody td .price {
  color: #929292;
  font-family: "montserrat-bold", "montserrat-arm-bold";
}
.checkout_page .opc-wrapper .table-checkout-shipping-method tbody td:first-child {
  width: 25px;
}
.checkout_page .opc-wrapper .table-checkout-shipping-method tbody td .delivery_types label {
  margin: 0;
}
.checkout_page table {
  width: 100% !important;
}
@media screen and (max-width: 1365px) {
  .checkout_page .opc-sidebar {
    flex: 0 0 36%;
    max-width: 36%;
  }
  .checkout_page .opc-wrapper {
    flex: 0 0 64%;
    max-width: 64%;
  }
}
@media screen and (max-width: 991px) {
  .checkout_page .opc-block-summary .table-totals th,
.checkout_page .opc-block-summary .table-totals td {
    padding: 10px;
  }
  .checkout_page .ship-via,
.checkout_page .ship-to {
    padding: 15px;
  }
  .checkout_page .custom-slide .modal-inner-wrap {
    background: none;
    transform: unset;
    box-shadow: none;
  }
  .checkout_page .modal-custom .action-close:before {
    display: none;
  }
  .checkout_page .opc-block-summary > .title {
    padding: 20px 15px 0;
  }
  .checkout_page .opc-block-summary > .block > .title {
    padding: 20px 15px;
  }
  .checkout_page .opc-block-summary > .block > .title:after {
    right: 15px;
  }
  .checkout_page .opc-wrapper .methods-shipping {
    background: none;
    border: none;
    padding: 0;
  }
  .checkout_page .opc-wrapper .checkout-shipping-address {
    padding: 20px;
  }
  .checkout_page .opc-wrapper .step-title {
    margin: 0 0 15px;
  }
  .checkout_page .column.main .opc-block-summary .product-item > .product {
    padding: 0 20px;
  }
  .checkout_page .opc-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    transform: unset;
    opacity: 1;
    visibility: unset;
    min-width: unset;
    z-index: 100;
  }
  .checkout_page .checkout-container {
    margin: 0;
  }
  .checkout_page .opc-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .checkout_page .form-shipping-address .fieldset {
    margin: 10px 0 0;
  }
  .checkout_page .form-shipping-address .field {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .checkout_page .opc-wrapper .form-login {
    background: none;
    margin: 0;
    padding: 0;
  }
  .checkout_page .opc-wrapper .form-login > .fieldset {
    margin: 0;
    flex-direction: column;
  }
  .checkout_page .opc-wrapper .form-login > .fieldset > .required,
.checkout_page .opc-wrapper .form-login > .fieldset .fieldset {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .checkout_page .opc-wrapper .form-shipping-address {
    background: none;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  .checkout_page .opc-wrapper .step-title {
    margin: 0 0 15px;
  }
  .checkout_page .opc-wrapper .shipping-address-items {
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .checkout_page .opc-wrapper .shipping-address-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 20px;
    padding: 20px;
  }
}

.web .shopping_cart .checkout-methods-items .action.primary, .shopping_cart .checkout-methods-items .web .action.primary, .web .shopping_cart .checkout-methods-items .item .multicheckout, .shopping_cart .checkout-methods-items .item .web .multicheckout, .web .shopping_cart .cart.table-wrapper .product-item-photo, .shopping_cart .cart.table-wrapper .web .product-item-photo, .web .shopping_cart .cart.table-wrapper .actions-toolbar > .action-edit:before, .shopping_cart .cart.table-wrapper .web .actions-toolbar > .action-edit:before, .web .shopping_cart .cart.table-wrapper .actions-toolbar > .action-delete:before, .shopping_cart .cart.table-wrapper .web .actions-toolbar > .action-delete:before, .web .shopping_cart .cart.table-wrapper .product-item-name a, .shopping_cart .cart.table-wrapper .product-item-name .web a, .web .shopping_cart .cart-container .form-cart .actions .update, .shopping_cart .cart-container .form-cart .actions .web .update,
.web .shopping_cart .cart-container .form-cart .actions button,
.shopping_cart .cart-container .form-cart .actions .web button, .web .checkout_page .opc-block-shipping-information .shipping-information-title .action-edit, .checkout_page .opc-block-shipping-information .shipping-information-title .web .action-edit, .web .checkout_page .opc-wrapper .action-show-popup, .checkout_page .opc-wrapper .web .action-show-popup, .web .checkout_page .opc-wrapper .shipping-address-item a, .checkout_page .opc-wrapper .shipping-address-item .web a {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .shopping_cart .cart-summary > .block > .title, .shopping_cart .web .cart-summary > .block > .title, .web .checkout_page .opc-block-summary > .block > .title, .checkout_page .web .opc-block-summary > .block > .title,
.web #co-shipping-method-form .fieldset > .field.choice input[type=radio] + label,
#co-shipping-method-form .fieldset > .field.choice .web input[type=radio] + label,
.web #co-shipping-method-form fieldset .field.choice input[type=radio] + label,
#co-shipping-method-form fieldset .field.choice .web input[type=radio] + label, .web #co-shipping-method-form .fieldset > .fields > .field.choice > label, #co-shipping-method-form .web .fieldset > .fields > .field.choice > label,
.web #co-shipping-method-form .fieldset > .field.choice > label,
#co-shipping-method-form .web .fieldset > .field.choice > label,
.web #co-shipping-method-form fieldset .field.choice > label,
#co-shipping-method-form fieldset .web .field.choice > label,
.web .fieldset > .field.choice input[type=checkbox] + label,
.fieldset > .field.choice .web input[type=checkbox] + label,
.web fieldset .field.choice input[type=checkbox] + label,
fieldset .field.choice .web input[type=checkbox] + label, .web .fieldset > .fields > .field.choice > label,
.web .fieldset > .field.choice > label,
.web fieldset .field.choice > label,
fieldset .web .field.choice > label {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.checkout_page .select2-container .select2-results__options li {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .shopping_cart .checkout-methods-items .action.primary, .shopping_cart .checkout-methods-items .touch .action.primary, .touch .shopping_cart .checkout-methods-items .item .multicheckout, .shopping_cart .checkout-methods-items .item .touch .multicheckout, .touch .shopping_cart .cart.table-wrapper .product-item-photo, .shopping_cart .cart.table-wrapper .touch .product-item-photo, .touch .shopping_cart .cart.table-wrapper .actions-toolbar > .action-edit:before, .shopping_cart .cart.table-wrapper .touch .actions-toolbar > .action-edit:before, .touch .shopping_cart .cart.table-wrapper .actions-toolbar > .action-delete:before, .shopping_cart .cart.table-wrapper .touch .actions-toolbar > .action-delete:before, .touch .shopping_cart .cart.table-wrapper .product-item-name a, .shopping_cart .cart.table-wrapper .product-item-name .touch a, .touch .shopping_cart .cart-container .form-cart .actions .update, .shopping_cart .cart-container .form-cart .actions .touch .update,
.touch .shopping_cart .cart-container .form-cart .actions button,
.shopping_cart .cart-container .form-cart .actions .touch button, .touch .checkout_page .opc-block-shipping-information .shipping-information-title .action-edit, .checkout_page .opc-block-shipping-information .shipping-information-title .touch .action-edit, .touch .checkout_page .opc-wrapper .action-show-popup, .checkout_page .opc-wrapper .touch .action-show-popup, .touch .checkout_page .opc-wrapper .shipping-address-item a, .checkout_page .opc-wrapper .shipping-address-item .touch a {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .shopping_cart .cart-summary > .block > .title, .shopping_cart .touch .cart-summary > .block > .title, .touch .checkout_page .opc-block-summary > .block > .title, .checkout_page .touch .opc-block-summary > .block > .title,
.touch #co-shipping-method-form .fieldset > .field.choice input[type=radio] + label,
#co-shipping-method-form .fieldset > .field.choice .touch input[type=radio] + label,
.touch #co-shipping-method-form fieldset .field.choice input[type=radio] + label,
#co-shipping-method-form fieldset .field.choice .touch input[type=radio] + label, .touch #co-shipping-method-form .fieldset > .fields > .field.choice > label, #co-shipping-method-form .touch .fieldset > .fields > .field.choice > label,
.touch #co-shipping-method-form .fieldset > .field.choice > label,
#co-shipping-method-form .touch .fieldset > .field.choice > label,
.touch #co-shipping-method-form fieldset .field.choice > label,
#co-shipping-method-form fieldset .touch .field.choice > label,
.touch .fieldset > .field.choice input[type=checkbox] + label,
.fieldset > .field.choice .touch input[type=checkbox] + label,
.touch fieldset .field.choice input[type=checkbox] + label,
fieldset .field.choice .touch input[type=checkbox] + label, .touch .fieldset > .fields > .field.choice > label,
.touch .fieldset > .field.choice > label,
.touch fieldset .field.choice > label,
fieldset .touch .field.choice > label {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.delivery_types label .radio_btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.delivery_types label input, #co-shipping-method-form .fieldset > .fields > .field.choice input[type=radio],
#co-shipping-method-form .fieldset > .field.choice input[type=radio],
#co-shipping-method-form fieldset .field.choice input[type=radio], .fieldset > .fields > .field.choice input[type=checkbox],
.fieldset > .field.choice input[type=checkbox],
fieldset .field.choice input[type=checkbox], .checkout_page.step_2 .radio {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.web #co-shipping-method-form .fieldset > .field.choice input[type=radio] + label:hover,
#co-shipping-method-form .fieldset > .field.choice .web input[type=radio] + label:hover,
.web #co-shipping-method-form fieldset .field.choice input[type=radio] + label:hover,
#co-shipping-method-form fieldset .field.choice .web input[type=radio] + label:hover, .web #co-shipping-method-form .fieldset > .fields > .field.choice > label:hover, #co-shipping-method-form .web .fieldset > .fields > .field.choice > label:hover,
.web #co-shipping-method-form .fieldset > .field.choice > label:hover,
#co-shipping-method-form .web .fieldset > .field.choice > label:hover,
.web #co-shipping-method-form fieldset .field.choice > label:hover,
#co-shipping-method-form fieldset .web .field.choice > label:hover,
.web .fieldset > .field.choice input[type=checkbox] + label:hover,
.fieldset > .field.choice .web input[type=checkbox] + label:hover,
.web fieldset .field.choice input[type=checkbox] + label:hover,
fieldset .field.choice .web input[type=checkbox] + label:hover, .web .fieldset > .fields > .field.choice > label:hover,
.web .fieldset > .field.choice > label:hover,
.web fieldset .field.choice > label:hover,
fieldset .web .field.choice > label:hover {
  color: #7e7d82;
}
.web .shopping_cart .cart-summary > .block > .title:hover, .shopping_cart .web .cart-summary > .block > .title:hover, .web .checkout_page .opc-block-summary > .block > .title:hover, .checkout_page .web .opc-block-summary > .block > .title:hover {
  color: rgba(0, 0, 0, 0.7);
}
.web .shopping_cart .checkout-methods-items .action.primary:hover, .shopping_cart .checkout-methods-items .web .action.primary:hover, .web .shopping_cart .checkout-methods-items .item .multicheckout:hover, .shopping_cart .checkout-methods-items .item .web .multicheckout:hover, .web .shopping_cart .cart.table-wrapper .product-item-photo:hover, .shopping_cart .cart.table-wrapper .web .product-item-photo:hover, .web .shopping_cart .cart.table-wrapper .actions-toolbar > .action-edit:hover:before, .shopping_cart .cart.table-wrapper .web .actions-toolbar > .action-edit:hover:before, .web .shopping_cart .cart.table-wrapper .actions-toolbar > .action-delete:hover:before, .shopping_cart .cart.table-wrapper .web .actions-toolbar > .action-delete:hover:before, .web .shopping_cart .cart.table-wrapper .product-item-name a:hover, .shopping_cart .cart.table-wrapper .product-item-name .web a:hover, .web .shopping_cart .cart-container .form-cart .actions .update:hover, .shopping_cart .cart-container .form-cart .actions .web .update:hover,
.web .shopping_cart .cart-container .form-cart .actions button:hover,
.shopping_cart .cart-container .form-cart .actions .web button:hover, .web .checkout_page .opc-block-shipping-information .shipping-information-title .action-edit:hover, .checkout_page .opc-block-shipping-information .shipping-information-title .web .action-edit:hover, .web .checkout_page .opc-wrapper .action-show-popup:hover, .checkout_page .opc-wrapper .web .action-show-popup:hover, .web .checkout_page .opc-wrapper .shipping-address-item a:hover, .checkout_page .opc-wrapper .shipping-address-item .web a:hover {
  opacity: 0.7;
}
.touch #co-shipping-method-form .fieldset > .field.choice input[type=radio] + label:active,
#co-shipping-method-form .fieldset > .field.choice .touch input[type=radio] + label:active,
.touch #co-shipping-method-form fieldset .field.choice input[type=radio] + label:active,
#co-shipping-method-form fieldset .field.choice .touch input[type=radio] + label:active, .touch #co-shipping-method-form .fieldset > .fields > .field.choice > label:active, #co-shipping-method-form .touch .fieldset > .fields > .field.choice > label:active,
.touch #co-shipping-method-form .fieldset > .field.choice > label:active,
#co-shipping-method-form .touch .fieldset > .field.choice > label:active,
.touch #co-shipping-method-form fieldset .field.choice > label:active,
#co-shipping-method-form fieldset .touch .field.choice > label:active,
.touch .fieldset > .field.choice input[type=checkbox] + label:active,
.fieldset > .field.choice .touch input[type=checkbox] + label:active,
.touch fieldset .field.choice input[type=checkbox] + label:active,
fieldset .field.choice .touch input[type=checkbox] + label:active, .touch .fieldset > .fields > .field.choice > label:active,
.touch .fieldset > .field.choice > label:active,
.touch fieldset .field.choice > label:active,
fieldset .touch .field.choice > label:active {
  color: #7e7d82;
}
.touch .shopping_cart .cart-summary > .block > .title:active, .shopping_cart .touch .cart-summary > .block > .title:active, .touch .checkout_page .opc-block-summary > .block > .title:active, .checkout_page .touch .opc-block-summary > .block > .title:active {
  color: rgba(0, 0, 0, 0.7);
}
.touch .shopping_cart .checkout-methods-items .action.primary:active, .shopping_cart .checkout-methods-items .touch .action.primary:active, .touch .shopping_cart .checkout-methods-items .item .multicheckout:active, .shopping_cart .checkout-methods-items .item .touch .multicheckout:active, .touch .shopping_cart .cart.table-wrapper .product-item-photo:active, .shopping_cart .cart.table-wrapper .touch .product-item-photo:active, .touch .shopping_cart .cart.table-wrapper .actions-toolbar > .action-edit:active:before, .shopping_cart .cart.table-wrapper .touch .actions-toolbar > .action-edit:active:before, .touch .shopping_cart .cart.table-wrapper .actions-toolbar > .action-delete:active:before, .shopping_cart .cart.table-wrapper .touch .actions-toolbar > .action-delete:active:before, .touch .shopping_cart .cart.table-wrapper .product-item-name a:active, .shopping_cart .cart.table-wrapper .product-item-name .touch a:active, .touch .shopping_cart .cart-container .form-cart .actions .update:active, .shopping_cart .cart-container .form-cart .actions .touch .update:active,
.touch .shopping_cart .cart-container .form-cart .actions button:active,
.shopping_cart .cart-container .form-cart .actions .touch button:active, .touch .checkout_page .opc-block-shipping-information .shipping-information-title .action-edit:active, .checkout_page .opc-block-shipping-information .shipping-information-title .touch .action-edit:active, .touch .checkout_page .opc-wrapper .action-show-popup:active, .checkout_page .opc-wrapper .touch .action-show-popup:active, .touch .checkout_page .opc-wrapper .shipping-address-item a:active, .checkout_page .opc-wrapper .shipping-address-item .touch a:active {
  opacity: 0.7;
}

/*# sourceMappingURL=checkout.css.map */
