.header-wrapper .minicart-wrapper .title-cart .cart-right-items {
  font-size: 12px;
}
.header-wrapper .minicart-wrapper .title-cart .cart-right-items span {
  font-weight: 700;
  margin-bottom: 0;
}
.header-wrapper .minicart-wrapper .title-cart .cart-right-items .subtotal {
  margin-bottom: 0 !important;
}
.header-wrapper .minicart-wrapper .title-cart .meigee-bag {
  vertical-align: top;
}
.header-wrapper .minicart-wrapper .title-cart .text,
.header-wrapper .minicart-wrapper .title-cart .cart-full-indicator {
  display: none;
}
.header-wrapper .minicart-wrapper .minicart-items {
  overflow: auto;
  height: calc(100vh - 340px) !important;
}
.header-wrapper .minicart-wrapper .minicart-items .product-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-right: 30px;
}
.header-wrapper .minicart-wrapper .minicart-items .product-item .product-item-details .product-item-name {
  margin-bottom: 5px;
  margin-right: 0;
}
.header-wrapper .minicart-wrapper .minicart-items .product-item .product-item-details .product-item-name a {
  font-size: 14px;
  font-weight: 700;
  color: #003e52;
  text-decoration: none;
}
.header-wrapper .minicart-wrapper .minicart-items .product-item .product-item-details .product-item-name a:hover {
  color: #00c4df;
}
.header-wrapper .minicart-wrapper .minicart-items .product-item .product-item-details .price-container {
  display: none;
  width: 100%;
}
.header-wrapper .minicart-wrapper .minicart-items .product-item .product-item-details .details-qty {
  display: flex;
  align-items: center;
  justify-items: center;
  width: 100px;
  height: 31px;
  border: 2px solid #40dac5;
  border-radius: 50px;
  color: #40dac5;
  position: relative;
}
.header-wrapper .minicart-wrapper .minicart-items .product-item .product-item-details .details-qty .label {
  display: none;
  text-align: left;
  width: auto;
  font-size: 14px;
  color: #232323;
}
.header-wrapper .minicart-wrapper .minicart-items .product-item .product-item-details .details-qty input {
  background: transparent;
  padding: 0;
  width: 58px;
  height: auto;
  margin: 0 auto;
  border: none;
  color: #40dac5;
  font-size: 10px;
}
.header-wrapper .minicart-wrapper .minicart-items .product-item .product-item-details .details-qty .minus-qty-product,
.header-wrapper .minicart-wrapper .minicart-items .product-item .product-item-details .details-qty .plus-qty-product {
  font-size: 10px;
  position: absolute;
  cursor: pointer;
}
.header-wrapper .minicart-wrapper .minicart-items .product-item .product-item-details .details-qty .minus-qty-product {
  left: 12px;
}
.header-wrapper .minicart-wrapper .minicart-items .product-item .product-item-details .details-qty .plus-qty-product {
  right: 12px;
}
.header-wrapper .minicart-wrapper .minicart-items .product-item .product-item-details .product.actions {
  position: absolute;
  display: inline-block;
  float: right;
  text-align: right;
  top: auto;
  bottom: 2px;
}
.header-wrapper .minicart-wrapper .minicart-items .product-item .product-item-details .product.actions .primary {
  display: none;
  margin-right: 10px;
}
.header-wrapper .minicart-wrapper .minicart-items .product-item .product-item-details .product.actions .secondary {
  vertical-align: top;
}
.header-wrapper .minicart-wrapper .subtotal {
  border-top: none;
  font-family: 'Montserrat', sans-serif;
}
.header-wrapper .minicart-wrapper .actions div.primary i,
.header-wrapper .minicart-wrapper .actions div.secondary i {
  display: none;
}
.header-wrapper .minicart-wrapper .actions div.primary .btn,
.header-wrapper .minicart-wrapper .actions div.secondary .btn {
  border: 2px solid #fff;
  padding: 10px 25px;
  text-transform: uppercase;
  color: #4814a0;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.header-wrapper .minicart-wrapper .actions div.primary .btn:after,
.header-wrapper .minicart-wrapper .actions div.secondary .btn:after {
  display: none;
  content: "";
  width: 19px;
  height: 15px;
  background: url("../images/button-arrow.png") no-repeat;
  margin-bottom: -3px;
  margin-left: 13px;
  position: static;
}
.header-wrapper .minicart-wrapper .actions div.primary .btn:hover,
.header-wrapper .minicart-wrapper .actions div.secondary .btn:hover {
  color: #ffffff;
  background: #1a2732;
  background: -moz-linear-gradient(top, #1a2732 0%, #1a2732 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #1a2732), color-stop(100%, #1a2732));
  background: -webkit-linear-gradient(top, #1a2732 0%, #1a2732 100%);
  background: -o-linear-gradient(top, #1a2732 0%, #1a2732 100%);
  background: -ms-linear-gradient(top, #1a2732 0%, #1a2732 100%);
  background: linear-gradient(to bottom, #1a2732 0%, #1a2732 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a2732', endColorstr='#1a2732', GradientType=0);
}
.header-wrapper .minicart-wrapper .actions.view-cart-btn div.secondary .btn {
  background: white;
  border: 2px solid #4814a0;
}
.header-wrapper .minicart-wrapper .actions.view-cart-btn div.secondary .btn:hover {
  border-color: white;
  background: #4814a0;
  color: white;
}
.header-wrapper .minicart-wrapper .actions.checkout-btn div.primary .btn {
  background: #4814a0;
  border: 2px solid #4814a0;
  color: white;
}
.header-wrapper .minicart-wrapper .actions.checkout-btn div.primary .btn:hover {
  color: #4814a0;
  background: white;
}
body.checkout-cart-index .page-wrapper .cart-container {
  max-width: 900px;
  margin: auto;
  border: 1px solid #8996A0;
  padding: 72px 52px 20px 52px;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper table tbody:nth-of-type(1) tr td {
  padding: 0 !important;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper table tbody tr td {
  border: none;
  padding: 82px 0 0 0 !important;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper table tbody tr td:first-child {
  width: 95% !important;
  display: flex;
  align-items: center;
  min-width: 95%;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper table tbody tr td.actions {
  width: 57px !important;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper table tbody tr td.actions a {
  width: 22px;
  height: 27px;
  background: url("../images/remove.png") no-repeat;
  margin-top: -4px;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper table tbody tr td.actions a .meigee-close {
  display: none;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper table tbody tr td a:hover {
  opacity: 0.8;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-photo {
  width: 36%;
  display: inline-block;
  position: relative;
  top: -12px;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details {
  display: inline-block;
  width: 60%;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .product-name {
  margin-top: 0;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .product-name .product-item-name a {
  color: #003e52;
  font-size: 14px;
  font-weight: 700;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .customer-eye {
  margin-bottom: 5px;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .customer-eye span {
  font-size: 18px;
  font-weight: 400;
  color: #232323;
}
body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .product-price span {
  font-family: 'Exo 2', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #484848;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary {
  margin-top: 48px;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-shipping {
  display: none;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount {
  width: 100%;
  padding: 0;
  margin-bottom: 35px;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount .block-inner {
  border: none;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount .block-inner .block-title {
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #484848;
  padding-bottom: 0;
  margin-bottom: 5px;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount .block-inner .content {
  display: inline-block;
  width: 100%;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount .block-inner .content .fieldset .field {
  width: 48%;
  display: inline-block;
  float: left;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount .block-inner .content .fieldset .field .label {
  font-size: 16px;
  font-weight: 400;
  color: #484848;
  margin-bottom: 10px;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount .block-inner .content .fieldset .field .control {
  max-width: 350px;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount .block-inner .content .fieldset .field .control div.mage-error {
  margin-top: 8px;
  font-size: 14px;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount .block-inner .content .fieldset .actions-toolbar {
  display: inline-block;
  width: 49%;
  border: none;
  float: left;
  margin-top: 32px;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount .block-inner .content .fieldset .actions-toolbar .action.btn {
  border: none;
  background: none;
  color: #484848;
  width: auto;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  font-style: italic;
  margin-left: 5px;
  overflow: inherit;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount .block-inner .content .fieldset .actions-toolbar .action.btn span {
  text-decoration: underline;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount .block-inner .content .fieldset .actions-toolbar .action.btn:after {
  display: none;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount .block-inner .content .fieldset .actions-toolbar .action.btn:hover {
  color: #00c4df;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper {
  padding: 0;
  width: 100%;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .totals-inner {
  border: none;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .totals-inner .block-title,
body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .totals-inner .multicheckout {
  display: none;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .totals-inner .data.table.totals tbody tr th,
body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .totals-inner .data.table.totals tbody tr td {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #484848;
  font-weight: 700;
  width: 34%;
  padding: 5px 0 !important;
  text-align: left;
  float: left;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .totals-inner .data.table.totals tbody tr th span,
body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .totals-inner .data.table.totals tbody tr td span,
body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .totals-inner .data.table.totals tbody tr th strong,
body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .totals-inner .data.table.totals tbody tr td strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #484848;
  font-weight: 700;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .totals-inner .data.table.totals tbody tr.grand {
  margin-top: 0;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .totals-inner .checkout-methods-items {
  padding: 0;
  margin-top: 40px;
}
body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .totals-inner .checkout-methods-items .action.btn {
  border-color: #ffffff;
  padding: 13px 25px;
}
body.checkout-cart-index .data.table.totals .totals.shipping.excl .value {
  font-size: 0 !important;
}
body.checkout-cart-index .data.table.totals .totals.shipping.excl .value:before {
  content: "Free Shipping";
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #484848;
}
body.checkout-index-index .page-wrapper input[type="text"],
body.checkout-index-index .page-wrapper input[type="email"],
body.checkout-index-index .page-wrapper input[type="password"],
body.checkout-index-index .page-wrapper input[type="number"],
body.checkout-index-index .page-wrapper select {
  font-size: 16px !important;
  border: 1px solid #A5A5A5 !important;
  padding: 5px 10px !important;
  border-radius: 10px !important;
  height: 40px !important;
  font-family: 'Montserrat', sans-serif;
  color: #484848 !important;
  font-weight: 400 !important;
}
body.checkout-index-index .shipping-address-items .shipping-address-item .actions {
  width: auto;
}
body.checkout-index-index .field .control {
  font-family: 'Montserrat', sans-serif;
}
body.checkout-index-index .field .control .bar {
  display: none !important;
}
body.checkout-index-index .input-box .bar {
  display: none;
}
body.checkout-index-index #co-shipping-form .street .one-field.additional {
  margin-bottom: 0 !important;
}
body.checkout-index-index .checkbox-group label .box-check {
  border: 1px solid #707070;
  background: #ffffff;
}
body.checkout-index-index input[type=checkbox]:checked ~ label .box-check {
  border: 1px solid #707070;
  background: #2196F3;
}
body.checkout-index-index input[type=checkbox]:checked ~ label .check {
  top: 3px;
}
body.checkout-index-index .page-wrapper .header-wrapper .page-title-wrapper {
  position: static;
  width: auto;
  height: auto;
  overflow: inherit;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout {
  padding: 0 55px;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .checkout_header,
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .subtitle {
  display: none;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout button.action {
  border: 2px solid #fff !important;
  border-radius: 50px !important;
  background: #00c5df;
  background: -moz-linear-gradient(left, #00c5df 0%, #12cad7 59%, #40dac5 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #00c5df), color-stop(59%, #12cad7), color-stop(100%, #40dac5));
  background: -webkit-linear-gradient(left, #00c5df 0%, #12cad7 59%, #40dac5 100%);
  background: -o-linear-gradient(left, #00c5df 0%, #12cad7 59%, #40dac5 100%);
  background: -ms-linear-gradient(left, #00c5df 0%, #12cad7 59%, #40dac5 100%);
  background: linear-gradient(to right, #00c5df 0%, #12cad7 59%, #40dac5 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c5df', endColorstr='#40dac5', GradientType=1);
  padding: 12px 25px !important;
  display: inline-block;
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  float: left;
  width: auto !important;
  box-shadow: none !important;
  height: auto !important;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout button.action:after {
  display: inline-block;
  content: "";
  width: 19px;
  height: 15px;
  background: url(../images/button-arrow.png) no-repeat;
  margin-bottom: -3px;
  margin-left: 13px;
  position: static;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout button.action:hover {
  background: #1a2732 !important;
  background: -moz-linear-gradient(top, #1a2732 0%, #1a2732 100%) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #1a2732), color-stop(100%, #1a2732)) !important;
  background: -webkit-linear-gradient(top, #1a2732 0%, #1a2732 100%) !important;
  background: -o-linear-gradient(top, #1a2732 0%, #1a2732 100%) !important;
  background: -ms-linear-gradient(top, #1a2732 0%, #1a2732 100%) !important;
  background: linear-gradient(to bottom, #1a2732 0%, #1a2732 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a2732', endColorstr='#1a2732', GradientType=0) !important;
  color: #fff;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout button.action span {
  line-height: normal !important;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .address-information,
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review {
  width: 50%;
  float: left;
  padding: 0 15px 20px 15px;
  margin: 0;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums h3 {
  padding: 9px 25px !important;
  font-size: 14px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  line-height: 17px;
  color: #000000;
  letter-spacing: 2px;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums h3:before {
  display: none;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .no-display {
  display: none;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .shipping-address-items .shipping-address-item {
  padding: 15px;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .shipping-address-items .address-detail {
  font-size: 16px;
  color: #232323;
  font-family: 'Montserrat', sans-serif;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .shipping-address-items .address-detail h5.customer-name {
  font-size: 16px !important;
  color: #232323 !important;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .address-information .checkout-shipping-address {
  padding-bottom: 20px;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .address-information #checkout-step-shipping {
  padding: 0 20px;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .address-information #onestepcheckout-shipping-section .form {
  padding: 0;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .address-information #onestepcheckout-shipping-section .form .fieldset .field {
  padding: 0;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .address-information #onestepcheckout-shipping-section .form .fieldset .field .control {
  padding: 0 20px;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .address-information #onestepcheckout-shipping-section .form .fieldset .field .control._with-tooltip {
  padding-right: 40px;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .address-information #onestepcheckout-shipping-section .form .fieldset .field.street .field {
  width: 100%;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .address-information #onestepcheckout-shipping-section .form .fieldset .field.street .field .control {
  padding: 0;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .address-information #onestepcheckout-shipping-section .form .fieldset .field.street .field .label {
  display: inline-block;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .address-information #onestepcheckout-shipping-section .form .field[name="shippingAddress.firstname"],
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .address-information #onestepcheckout-shipping-section .form .field[name="shippingAddress.lastname"] {
  width: 50%;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .address-information #onestepcheckout-shipping-section .actions {
  padding: 0;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .order-review-section #onestepcheckout-payment-methods {
  padding-top: 20px;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review .wrap-col-last-3 {
  width: 100%;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review .wrap-col-last-3 #onestepcheckout-button-place-order {
  float: left;
  box-shadow: none;
  height: auto;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review .wrap-col-last-3 #onestepcheckout-button-place-order span {
  font-size: 14px;
  font-weight: 700;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review .payment-method .payment-method-content strong {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review .payment-method .payment-method-content form table tbody tr td {
  padding: 10px 0;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review .payment-method .payment-method-content form table tbody tr td img {
  max-height: 100%;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review .payment-method .payment-method-content form table tbody tr td:nth-of-type(2) {
  padding-left: 10px;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review .checkout-billing-address label input {
  margin: 0 0 0 10px;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review .checkout-billing-address label span {
  font-size: 16px;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review .checkout-billing-address .billing-address-details {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  line-height: 25px;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review .checkout-billing-address #billing-new-address-form {
  margin-top: 50px;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review .checkout-billing-address #billing-new-address-form .field {
  margin-bottom: 40px;
  width: 100%;
  display: inline-block;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review .checkout-billing-address #billing-new-address-form .field label.label {
  left: 0 !important;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review .checkout-billing-address #billing-new-address-form .field label.label[for="billing-save-in-address-book"] {
  top: 2px !important;
  margin-left: 20px;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review .checkout-billing-address #billing-new-address-form .field label.label span {
  display: inline-block !important;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review .checkout-billing-address #billing-new-address-form .field #billing-save-in-address-book {
  margin: 0;
  vertical-align: inherit;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review .checkout-billing-address #billing-new-address-form .field legend.label {
  text-align: left;
  border-bottom: none;
  left: 0 !important;
  font-size: 16px !important;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review .checkout-billing-address #billing-new-address-form .field legend.label span {
  display: inline-block !important;
  color: #484848;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review .checkout-billing-address #billing-new-address-form .field.street {
  margin-top: 8px;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review .checkout-billing-address #billing-new-address-form .field.street label {
  display: none;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review .checkout-billing-address #billing-new-address-form .field.street legend {
  font-size: 16px;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review .checkout-billing-address #billing-new-address-form .field.street .control .field[name="billingAddressshared.street.0"] {
  margin-bottom: 10px;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review .checkout-billing-address #billing-new-address-form .field.street .control .field[name="billingAddressshared.street.1"] {
  margin-bottom: 0;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review .checkout-billing-address #billing-new-address-form .field._required > .label:after {
  content: "*";
  color: #f00;
  margin-left: 4px;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review .checkout-billing-address #billing-new-address-form .field .field-error {
  color: #f00;
  margin-top: 7px;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout #checkout-review-load #checkout-review-table-wrapper > h3 {
  margin-bottom: 20px;
  border-bottom: none;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout #checkout-review-load #checkout-review-table {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout #checkout-review-load #checkout-review-table thead {
  display: none;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout #checkout-review-load #checkout-review-table tbody tr td {
  border: none !important;
  vertical-align: top;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout #checkout-review-load #checkout-review-table tbody tr td h2 {
  font-weight: 700;
  line-height: 35px;
  color: #1A2732;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout #checkout-review-load #checkout-review-table tbody tr td .price {
  font-weight: 700;
  font-size: 14px;
  line-height: 35px;
  color: #484848;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout #checkout-review-load #checkout-review-table tbody tr td .osc-product-image:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: unset;
  border: none;
  box-shadow: none;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout #checkout-review-load #checkout-review-table tbody tr td.a-right {
  width: 30%;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout #checkout-review-load #checkout-total-table {
  margin-top: 15px;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout #checkout-review-load #checkout-total-table tbody tr td,
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout #checkout-review-load #checkout-total-table tbody tr th {
  font-size: 18px;
  font-weight: 700;
  color: #484848;
  border: none !important;
  font-family: 'Montserrat', sans-serif;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout #checkout-review-load #checkout-total-table tbody tr td span,
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout #checkout-review-load #checkout-total-table tbody tr th span {
  font-size: 18px;
  font-weight: 700;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .onestepcheckout-discount {
  margin-top: 40px;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .onestepcheckout-discount .discount-form {
  margin-bottom: 25px;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .onestepcheckout-discount .discount-form .input-box label {
  left: 0 !important;
  font-size: 18px !important;
  color: #232323;
}
body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .onestepcheckout-discount .discount-form #discount-code-error {
  position: absolute;
  margin-top: 7px;
}
body.checkout-index-index .onestepcheckout-review-info ol li.order-review-info #checkout-review-table-wrapper,
body.checkout-index-index .order-review-section,
body.checkout-index-index .onestepcheckout-billing-section,
body.checkout-index-index .onestepcheckout-shipping-payment-review .order-information,
body.checkout-index-index #shipping,
body.checkout-index-index .onestepcheckout-billing-section .billing_address {
  box-shadow: none;
}
body.checkout-index-index #checkout-total-table .totals.shipping .value {
  font-size: 0 !important;
}
body.checkout-index-index #checkout-total-table .totals.shipping .value:before {
  content: "Free Shipping";
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #484848;
}
body.checkout-onepage-success .page-wrapper .header-wrapper .page-title-wrapper {
  position: static;
  width: auto;
  height: auto;
  overflow: inherit;
}
body.checkout-onepage-success .page-wrapper .header-wrapper .page-title-wrapper .print {
  display: none;
}
body.checkout-onepage-success .page-wrapper .content-wrapper .container {
  padding: 0 15px;
}
body.customer-account-forgotpassword .main-container .page.messages {
  display: block;
}
body.checkout-cart-index .page-wrapper .content-wrapper .container {
  padding: 0 15px;
}
body.checkout-cart-index .content-inner .cart-empty {
  text-align: center;
}
body.checkout-cart-index .content-inner .cart-empty a {
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 767px) {
  body.checkout-cart-index .page-wrapper .content-wrapper .content-inner {
    margin-top: 0;
  }
  body.checkout-cart-index .page-wrapper .cart-container {
    padding: 30px;
  }
  body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-photo {
    top: 0;
  }
  body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .product-name {
    margin-top: 0;
  }
  body.checkout-cart-index .page-wrapper .cart-container #cart-totals table.table.totals:not(#product-review-table):not(#product-comparison) th,
  body.checkout-cart-index .page-wrapper .cart-container #cart-totals table.table.totals:not(#product-review-table):not(#product-comparison) td {
    text-align: left !important;
    width: 34% !important;
    min-width: 160px;
  }
  body.checkout-cart-index .page-wrapper .cart-container #cart-totals table.table.totals th,
  body.checkout-cart-index .page-wrapper .cart-container #cart-totals table.table.totals td {
    text-align: left !important;
    width: 34%;
    min-width: 160px;
  }
}
@media (max-width: 600px) {
  body.checkout-cart-index .page-wrapper .cart-container {
    padding: 30px 15px;
  }
  body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details {
    padding-right: 20px;
    margin-top: -10px;
  }
  body.checkout-cart-index .page-wrapper .cart-container .table-wrapper .product-item-details .product-name .product-item-name a {
    font-size: 15px;
  }
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .total-inner .checkout-methods-items .action.btn {
    font-size: 13px;
  }
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary .block .block-inner {
    padding-left: 0;
    padding-right: 0;
  }
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount .block-inner .content .fieldset .field {
    width: 100%;
  }
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount .block-inner .content .fieldset .field .label {
    font-size: 14px;
    white-space: normal;
    text-align: left;
  }
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary #block-discount .block-inner .content .fieldset .actions-toolbar {
    padding-top: 0;
    width: 100%;
    margin-top: 0;
  }
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .totals-inner {
    padding: 0;
  }
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .totals-inner .data.table.totals tbody tr th,
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .totals-inner .data.table.totals tbody tr td,
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .totals-inner .data.table.totals tbody tr td span,
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary .totals-wrapper .totals-inner .data.table.totals tbody tr th span {
    min-width: auto !important;
  }
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary #cart-totals table.table.totals:not(#product-review-table):not(#product-comparison) th,
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary #cart-totals table.table.totals:not(#product-review-table):not(#product-comparison) td {
    width: 40% !important;
  }
  body.checkout-cart-index .page-wrapper .cart-container .cart-summary #cart-totals table.table.totals:not(#product-review-table):not(#product-comparison) .grand .mark strong {
    text-align: left !important;
  }
}
#shipping .email-has-data ~ label,
.sercurity-box .input-box input:focus ~ label,
.sercurity-box input.input-text:valid ~ label,
.gift-messages-form .input-box input:focus ~ label,
.gift-messages-form input.input-text:valid ~ label,
#onestepcheckout-login-popup input:focus ~ label,
#onestepcheckout-login-popup input.input-text:valid ~ label,
.onestepcheckout-discount .discount-form input:focus ~ label,
.onestepcheckout-discount .discount-form input.input-text:valid ~ label,
#shipping input:focus ~ label,
#shipping input.input-text:valid ~ label,
#billing-new-address-form input.input-text:valid ~ label,
#shipping input:disabled ~ label,
#shipping select:valid ~ label,
#billing-new-address-form input:valid ~ label,
#billing-new-address-form input:focus ~ label,
#billing-new-address-form select:valid ~ label,
.field legend.label,
.virtualCheckout .email-field input:valid ~ label,
.virtualCheckout .email-field input:focus ~ label,
.onestepcheckout-giftmessage .control input:focus ~ label,
.onestepcheckout-giftmessage .control textarea:focus ~ label {
  font-size: 14px !important;
  left: 15px;
}
#one-step-checkout-form label span {
  float: left;
  font-size: 16px;
  color: #484848;
}
.one-step-checkout input[type="email"],
.one-step-checkout input[type="search"],
.one-step-checkout input[type="number"],
.one-step-checkout input[type="password"],
.one-step-checkout input[type="tel"],
.one-step-checkout input[type="text"] {
  width: 100%;
  max-width: 100%;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
}
#one-step-checkout-form #onestepcheckout-payment-methods label {
  font-size: 16px;
  width: 90%;
  text-align: left;
  white-space: normal;
}
.checkout-billing-address .billing-address-same-as-shipping-block label #billing-address-same-as-shipping-shared {
  float: left;
  margin: 0 10px 0 0;
}
.checkout-billing-address .billing-address-same-as-shipping-block label {
  display: flex;
  align-items: baseline;
}
body.checkout-index-index .one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review button#add_coupon_code_button span {
  color: #FFF;
  font-weight: 700;
}
.one-step-checkout input[type="email"],
.one-step-checkout input[type="search"],
.one-step-checkout input[type="number"],
.one-step-checkout input[type="password"],
.one-step-checkout input[type="tel"],
.one-step-checkout input[type="text"] {
  border: none !important;
  border-bottom: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  width: 100% !important;
}
#co-shipping-form .checkbox-group {
  padding-left: 10px !important;
}
.checkout-payment-method .step-title {
  margin-bottom: 10px;
  font-size: 16px;
}
.ipay88-payment-methods legend {
  font-size: 14px;
  padding-bottom: 0;
  border: none;
}
.payment_method_ipay88 ul li {
  border: 2px solid transparent !important;
  padding: 5px !important;
  margin: 2px;
  margin-bottom: 15px !important;
}
.payment_method_ipay88 ul li.active {
  border: 2px solid #ff6600 !important;
  padding: 10px;
  margin: 2px;
}
body.checkout-index-index .one-step-checkout .wrap-case-3colums h3 {
  float: left;
  background: #E5E5E5;
}
#checkout-review-load #checkout-review-table-wrapper {
  background: #FFF !important;
}
#one-step-checkout-form .checkout-review-load #checkout-review-table-wrapper .data-table .even {
  background: #FFF !important;
}
body.checkout-index-index .one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review .wrap-col-last-3 {
  border: 1px solid #ebebeb;
}
.order-review-info .onestepcheckout-discount,
.one-step-checkout .button-set,
.order-review-info .onestepcheckout-newsletter {
  padding: 0 25px !important;
}
#billing-address-select,
.onestepcheckout-survey select,
#shipping select,
#billing-new-address-form select {
  border-radius: 0;
}
.sercurity-box .input-box label,
.gift-messages-form .input-box label,
#onestepcheckout-login-popup label,
.onestepcheckout-survey label,
.onestepcheckout-discount .discount-form label,
#shipping label,
#billing-new-address-form label,
.field legend.label,
.virtualCheckout .email-field label,
.onestepcheckout-giftmessage .control label {
  top: -10px;
}
body.checkout-index-index .one-step-checkout .wrap-case-3colums .address-information #onestepcheckout-shipping-section .form .fieldset .field {
  padding: 0;
  margin-bottom: 40px;
}
.sercurity-box .input-box label,
.gift-messages-form .input-box label,
#onestepcheckout-login-popup label,
.onestepcheckout-survey label,
.onestepcheckout-discount .discount-form label,
#shipping label,
#billing-new-address-form label,
.field legend.label,
.virtualCheckout .email-field label,
.onestepcheckout-giftmessage .control label {
  top: -27px !important;
  left: 20px !important;
}
#opc-new-shipping-address {
  padding-top: 40px !important;
}
#co-shipping-form .street .one-field {
  margin-bottom: 10px !important;
}
body.checkout-index-index .one-step-checkout .wrap-case-3colums .address-information #onestepcheckout-shipping-section .form .fieldset .field.street .field .label {
  display: inline-block;
  left: 0 !important;
}
#one-step-checkout-form .order-information ol li .onestepcheckout-shipping-method-section .sp-methods dt {
  font-size: 16px;
}
.cart-empty p {
  font-size: 16px;
}
.product-qty span {
  font-size: 18px;
  font-weight: 400;
  color: #232323;
}
.show-message-popup .modal-inner-wrap {
  text-align: center;
  width: 25%;
}
.show-message-popup .modal-footer {
  text-align: center;
}
.show-message-popup .modal-footer button:after {
  display: inline-block;
  content: "";
  width: 19px;
  height: 15px;
  background: url("../images/button-arrow.png") no-repeat;
  margin-bottom: -3px;
  margin-left: 13px;
  position: static;
}
.cart-container .totals-inner .table .totals.shipping {
  color: #484848;
  font-size: 18px;
  font-weight: bold;
}
.checkout-success {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.minicart-wrapper .cart-right-items .text {
  display: none;
}
@media (max-width: 860px) {
  body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .address-information,
  body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .onestepcheckout-shipping-payment-review {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.checkout-index-index .onestepcheckout-index-index.one-step-checkout {
    padding: 0;
  }
  body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .address-information #onestepcheckout-shipping-section .form .field[name="shippingAddress.firstname"],
  body.checkout-index-index .onestepcheckout-index-index.one-step-checkout .wrap-case-3colums .address-information #onestepcheckout-shipping-section .form .field[name="shippingAddress.lastname"] {
    width: 100%;
  }
}
@media (max-width: 670px) {
  body.checkout-index-index .onestepcheckout-index-index.one-step-checkout button.action {
    width: 100% !important;
    margin-left: 0;
  }
  .order-review-info .onestepcheckout-discount .actions-button {
    margin-left: 0;
    width: 100%;
  }
  #checkout-step-shipping .action-add-new-address {
    margin: 0;
  }
  .one-step-checkout.three-columns-new-osc .onestepcheckout-discount .input-box {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .header-wrapper .minicart-wrapper .title-cart {
    position: relative;
  }
  .header-wrapper .minicart-wrapper .title-cart .cart-right-items .divider,
  .header-wrapper .minicart-wrapper .title-cart .cart-right-items .subtotal,
  .header-wrapper .minicart-wrapper .title-cart .cart-right-items .caret {
    display: none;
  }
  .header-wrapper .minicart-wrapper .title-cart .cart-right-items .counter-number {
    padding: 3px 6px;
    border: 1px solid;
    position: absolute;
    top: -7px;
    border-radius: 30px;
    right: -7px;
  }
}
