/*
 * 
 * * View Cart Page
 */
.c-view-cart {
  margin-bottom: 40px;
}


.c-view-cart__button-continue-shopping-wrapper {
  text-align: right;
  padding: 0 0 30px 20px;
}

.c-view-cart__button-continue-shopping-wrapper::after {
  content: "\2192";
}


.c-button-continue-shopping {
  border: none;
  background: none;
  cursor: pointer;
  text-decoration: underline;
}

.c-button-continue-shopping:hover {
  text-decoration: none;
}


.c-view-cart__tabel-title-list {
  display: flex;
}


.c-view-cart__product-title, .c-view-cart__product-quantity-title, .c-view-cart__product-price-title, .c-view-cart__product-price-total-title {
  padding: 0 0 5px 0;
  border-bottom: 1px solid whitesmoke;
  font-weight: 700;
}


.c-view-cart__product-title {
  padding: 0 0 5px 10px;
}


.c-view-cart__product-price-total-title, .c-view-cart__product-price-title {
  text-align: right;
  width: 140px;
}


.c-view-cart__product-quantity-title {
  width: 140px;
}


.c-view-cart__product-title {
  width: 100%;
}


.c-view-cart__cart-content-wrapper {
  display: flex;
}


.c-view-cart__product {
  width: 100%;
}


.c-view-cart__product-thumb {
  max-width: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  padding: 15px;
}


.c-view-cart__product-name-wrapper {
  border-bottom: 1px solid whitesmoke;
}


.c-view-cart__product-name {
  width: 70%;
}


.c-view-cart__product-image {
  width: 30%;
}


.c-view-cart__quantity-spinner {
  border-bottom: 1px solid whitesmoke;
}


.c-view-cart__product-name-link {
  display: flex;
  align-items: flex-end;
  height: 50%;
  color: black;
  padding-left: 10px;
  padding-right: 30px;
  text-decoration: underline;
}

.c-view-cart__product-name-link:hover {
  text-decoration: none;
}


.c-view-cart__product-name-wrapper {
  display: flex;
}


.c-view-cart__product-option {
  font-size: 12px;
  margin: 5px 0;
  opacity: 0.7;
  padding-left: 10px;
  padding-right: 30px;
}


.c-view-cart__product-quantity {
  width: 140px;
}


.c-view-cart__quantity-spinner {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-around;
}


.c-view-cart__quantity-option-action-buttons {
  margin: 0 3px;
  width: 16px;
}


.c-view-cart__increase-quantity, .c-view-cart__decrease-quantity {
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
}


.c-view-cart__input-quantity {
  text-align: center;
}


.c-view-cart__increase-quantity {
  height: 18px;
  width: 18px;
  background: url("/skins/orion/customer/images/quantity-icons.png?rev=9158d9665948eb3a11a660cde2fd5486f721bb9d") no-repeat 0 5px;
}


.c-view-cart__decrease-quantity {
  height: 12px;
  width: 16px;
  background: url("/skins/orion/customer/images/quantity-icons.png?rev=9158d9665948eb3a11a660cde2fd5486f721bb9d") no-repeat 0 100%;
}


.c-view-cart-remove-item {
  display: flex;
  align-items: center;
}


.c-view-cart-remove-item-image {
  display: none;
}


.c-view-cart_remove-item-icon::before {
  color: #ed1c2e;
  content: "\274C";
  font-size: 16px;
}


.c-view-cart__product-price, .c-view-cart__product-price-total {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 140px;
  border-bottom: 1px solid whitesmoke;
}


.c-view-cart__product-price-total-amount {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-around;
}


.c-view-cart__product-price-before-discount {
  color: #64062a;
  text-decoration: line-through;
}


.c-view-cart__order-total {
  margin-top: 20px;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}


.c-view-cart__order-total-lines, .c-view-cart__order-grand-total {
  display: table-row;
}


.c-view-cart__order-grand-total {
  margin-top: 10px;
}


.c-view-cart__order-total-lines {
  padding-bottom: 10px;
}


.c-view-cart__buttons {
  display: flex;
  margin-top: 30px;
  min-height: 40px;
}


.c-view-cart__action-buttons-list {
  display: flex;
  max-height: 37px;
}


.c-view-cart__checkout-buttons {
  display: flex;
  margin-left: auto;
}


.c-view-cart__order-total-lines-description {
  display: table-cell;
  text-align: right;
  font-size: 15px;
}


.c-view-cart__order-grand-total-description {
  display: table-cell;
  text-align: right;
  font-weight: 700;
}


.c-view-cart__order-total-lines-amount {
  display: table-cell;
  width: 20%;
  text-align: right;
}


.c-view-cart__order-grand-total-amount {
  display: table-cell;
  width: 20%;
  text-align: right;
  font-weight: 700;
  font-size: 16px;
}


.c-view-cart__remove-coupon-link {
  display: flex;
  align-items: center;
  color: black;
}

.c-view-cart__remove-coupon-link:hover {
  color: #ed1c2e;
}

.c-view-cart__remove-coupon-link img {
  margin-right: 4px;
}


.c-view-cart__coupon-code {
  margin-left: 23px;
  max-width: 150px;
}


.c-view-cart__coupon-button-list {
  margin: 5px 5px 0 0;
  min-height: 28px;
  text-align: right;
}


.c-view-cart__coupon-submit {
  border: none;
  background: none;
  color: white;
}


.c-view-cart__button-add-coupon {
  position: relative;
  padding: 5px;
  top: 5px;
  background: black;
}


.c-view-cart__input-coupon {
  width: 145px;
}


.c-view-cart__checkout-modules-buttons {
  display: flex;
}


.c-view-cart__one-page-checkout-button {
  border: none;
  color: white;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
}


.c-view-cart__button-checkout {
  margin: 6px 0 6px 16px;
}


.c-view-cart__button-checkout-icon::before {
  position: relative;
  left: 6px;
  color: white;
  content: "\2713";
}


.c-view-cart__checkout-modules-buttons .c-paypal-module__image {
  margin: 0 6px;
}


.c-view-cart__product-price-after-discount-mobile-label, .c-view-cart__product-price-total-mobile-label {
  display: none;
}


.c-view-cart__product-name-link-mobile {
  display: none;
}


.c-view-cart__product-price-total-amount-mobile {
  display: none;
}


.c-view-cart__remove-item-mobile {
  display: none;
}


.c-view-cart__free-shipping-message {
  border: 3px double #087744;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  color: #ed1c2e;
}


/*
 * *
 * * Mobile View Cart
 */
@media only screen and (max-width: 1110px) {
  .c-view-cart .o-page-content {
  padding: 0 10px;
}


.c-view-cart__form {
  border: 1px solid #d5d5d5;
  position: relative;
  box-shadow: 0px 0px 5px -2px;
}


.c-view-cart__button-continue-shopping-wrapper {
  display: none;
}


.c-view-cart__tabel-title-list {
  display: none;
}


.c-view-cart__product-name-wrapper .c-view-cart__product-name {
  display: none;
}


.c-view-cart__product-name-wrapper {
  border-bottom: 0;
}


.c-view-cart__cart-content-wrapper {
  flex-wrap: wrap;
  padding: 10px 5px;
  border-bottom: 1px solid whitesmoke;
  position: relative;
}


.c-view-cart__product-name-link-mobile {
  display: flex;
  width: 100%;
  color: black;
  order: 1;
  font-size: 16px;
}


.c-view-cart__product {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35%;
}


.c-view-cart__product-thumb {
  width: 100%;
  height: auto;
}


.c-view-cart__product-image {
  width: inherit;
}


.c-view-cart__product-price {
  display: flex;
  justify-content: flex-end;
  border: 0;
  order: 5;
  width: 100%;
}

.c-view-cart__product-price .c-view-cart__product-price-after-discount {
  display: none;
}

.c-view-cart__product-price .c-view-cart__product-price-before-discount {
  margin-bottom: 4px;
}


.c-view-cart__product-price-total {
  display: none;
}


.c-view-cart__product-price-total-amount-mobile {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  text-align: right;
  height: 40px;
  float: right;
  font-size: 26px;
  color: #d2d2d2;
  order: 3;
}


.c-view-cart__product-quantity {
  display: flex;
  flex-wrap: wrap;
  width: 65%;
  margin-top: 5px;
}


.c-view-cart__quantity-spinner {
  width: 100%;
  height: 40px;
  float: left;
  border: 0px;
  justify-content: flex-start;
  order: 2;
}


.c-view-cart__quantity-option-action-buttons {
  position: relative;
  width: 31px;
  height: 31px;
  margin: 0;
}


.c-view-cart__increase-quantity {
  background: url("/skins/orion/customer/images/minus-qty.png?rev=9158d9665948eb3a11a660cde2fd5486f721bb9d") no-repeat 0 0;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 0;
  left: 82px;
}


.c-view-cart__decrease-quantity {
  background: url("/skins/orion/customer/images/plus-qty.png?rev=9158d9665948eb3a11a660cde2fd5486f721bb9d") no-repeat 0 0;
  width: 31px;
  height: 31px;
}


.c-view-cart__input-quantity {
  width: 51px;
  height: 31px;
  padding: 4px;
  border-color: #d5d5d5;
  border-style: solid;
}


.c-view-cart__remove-item {
  display: none;
}


.c-view-cart__remove-item-mobile {
  display: flex;
  position: absolute;
  right: 5px;
  transform: translateY(-55%);
}


.c-view-cart-remove-item-image-mobile {
  display: none;
}


.c-view-cart_remove-item-icon-mobile::before {
  color: #ed1c2e;
  content: "\274C";
  font-size: 12px;
}


.c-view-cart__order-total-lines, .c-view-cart__order-grand-total {
  justify-content: space-between;
}


.c-view-cart__order-total-lines-description, .c-view-cart__order-grand-total-description {
  width: auto;
}


.c-view-cart__order-total-lines-amount, .c-view-cart__order-grand-total-amount {
  width: auto;
}


.c-view-cart__order-total {
  padding: 10px;
  border: 1px solid #d5d5d5;
  box-shadow: 0px 0px 5px -2px;
}


.c-view-cart__action-buttons-list {
  display: none;
}


.c-view-cart__checkout-buttons {
  margin-left: 0;
  width: 100%;
}


.c-view-cart__checkout-modules-buttons {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}


.c-view-cart__button-checkout {
  margin-left: 0;
  width: 100%;
  margin-bottom: 10px;
}


.c-view-cart__button-checkout-icon {
  width: 100%;
}


.c-view-cart__one-page-checkout-button {
  width: 100%;
  text-transform: uppercase;
}


.c-view-cart__button-checkout-icon::before {
  content: none;
}


.c-view-cart__order-total-lines-amount, .c-view-cart__order-grand-total-amount {
  width: 35%;
}
}


.c-view-cart__page-title-wrapper {
  text-align: center;
}


.c-view-cart__input-coupon {
  width: 100%;
  border-radius: 0 !important;
}


.c-view-cart__button-add-coupon {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0);
  top: 0;
}


.c-view-cart__button-checkout-icon::before {
  content: none;
}


.c-view-cart__one-page-checkout-button {
  background: black;
  padding: 10px 30px;
  color: white;
  font-weight: normal;
  border-radius: 0;
}

.c-view-cart__one-page-checkout-button:hover {
  padding: 10px 30px;
  background: #009fe3;
  color: white;
}


.c-view-cart__order-total-lines-amount, .c-view-cart__order-grand-total-amount {
  color: #e81225;
}


.c-view-cart__button-checkout {
  background: rgba(0, 0, 0, 0);
}


.c-view-cart__coupon {
  padding: 4px 8px;
}

.c-view-cart__coupon label[for="couponBox"] {
  display: flex;
  align-items: center;
}


.c-view-cart__coupon-submit {
  background: black;
  height: 32px;
}


.c-view-cart__product-name-link {
  color: black;
}


.c-view-cart__product-name-wrapper, .c-view-cart__quantity-spinner, .c-view-cart__product-price, .c-view-cart__product-price-total, .c-view-cart__tabel-title-list > div {
  border-color: #dddddd;
}


.c-view-cart__order-total-lines-amount, .c-view-cart__order-grand-total-amount {
  width: 12%;
}


.c-view-cart_remove-item-icon:before {
  font-family: 'Icons';
  display: inline-block;
  font-weight: normal;
  content: "\e0db";
  font-size: 16px;
  color: #e81225;
  margin-right: 5px;
}

.c-view-cart_remove-item-icon::before {
  margin: 0;
}


.c-view-cart__product-price-before-discount {
  color: #595959;
}


.c-view-cart__product-name {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: auto;
}


.c-view-cart__cart-content-wrapper {
  position: relative;
}


.c-view-cart__remove-item {
  position: absolute;
  right: 6px;
  top: 6px;
}


.c-view-cart__coupon {
  position: relative;
  padding: 0;
  background: white;
}


.c-view-cart__coupon-code {
  padding: 18px 24px;
  position: relative;
  left: 0;
  top: 0;
  border: 1px solid #dddddd;
  max-width: 100%;
  width: 100%;
  margin: 24px 0 0 0;
}


.c-view-cart__button-and-input {
  display: flex;
  align-items: stretch;
  margin: 8px 0 0 0;
}


.c-view-cart__quantity-input-number {
  display: flex;
  align-items: center;
}


.c-view-cart__input-quantity {
  box-shadow: 0px 8px 24px 0 rgba(0, 0, 0, 0.16);
  border: 0;
  width: 42px;
  height: 42px;
  border: 0 !important;
  font-size: 14px !important;
  border-radius: 0 !important;
}


.c-view-cart__decrease-quantity {
  background: rgba(0, 0, 0, 0);
  width: 24px;
  min-width: 24px;
  height: 24px;
}


.c-view-cart__decrease-quantity-wrapper {
  display: inline-flex;
  position: relative;
  width: 24px;
  height: 24px;
  font-size: 0;
  margin-right: 6px;
  background: rgba(0, 0, 0, 0);
}

.c-view-cart__decrease-quantity-wrapper:hover {
  transform: scale(1.2);
  transition: all 0.2s ease;
}

.c-view-cart__decrease-quantity-wrapper::after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #666666;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}


.c-view-cart__increase-quantity {
  background: rgba(0, 0, 0, 0);
  width: 24px;
  height: 24px;
  min-width: 24px;
}


.c-view-cart__increase-quantity-wrapper {
  display: inline-flex;
  position: relative;
  width: 24px;
  height: 24px;
  font-size: 0;
  margin: 0 0 0 6px;
  background: rgba(0, 0, 0, 0);
}

.c-view-cart__increase-quantity-wrapper:hover {
  transform: scale(1.2);
  transition: all 0.2s ease;
}

.c-view-cart__increase-quantity-wrapper::before {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background: #666666;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

.c-view-cart__increase-quantity-wrapper::after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #666666;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}


.c-view-cart__free-shipping-message {
  margin-bottom: 10px;
  padding: 12px 24px;
  text-align: center;
  font-size: 16px;
  color: black;
  background: #ecfed7;
  margin: 20px 0 10px 0;
  border: 0;
}


.c-view-cart__form {
  display: flex;
  aling-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}


.c-view-cart__button-continue-shopping-wrapper {
  width: 100%;
}


.c-view-cart__product-list {
  width: 72%;
  padding: 0 24px 0 0;
}


.c-view-cart__sidebar {
  width: 28%;
}


.c-view-cart__cart-info {
  padding: 18px 24px;
  background: #f3f3f3;
}


.c-view-cart__buttons {
  flex-direction: column;
}


.c-view-cart__button-checkout {
  margin: 0 0 16px 0;
}


.c-view-cart__button-checkout-icon {
  display: block;
  width: 100%;
}


.c-view-cart__one-page-checkout-button {
  width: 100%;
  font-size: 15px;
}


.c-view-cart__order-total {
  margin: 0;
  display: flex;
  flex-direction: column;
  border-spacing: 0;
  border-collapse: initial;
}


.c-view-cart_remove-item-icon::before {
  font-size: 14px;
  color: #888888;
}


.c-view-cart__product-price-total-amount {
  font-family: "Rawline";
  font-weight: bold;
  font-size: 15px;
}


.c-view-cart__product-name-link {
  text-decoration: none;
  font-family: "Rawline";
  font-weight: bold;
  font-size: 15px;
}


.c-view-cart__product-name-wrapper, .c-view-cart__quantity-spinner, .c-view-cart__product-price, .c-view-cart__product-price-total, .c-view-cart__tabel-title-list > div {
  font-size: 13px;
}


.c-view-cart__button-continue-shopping-wrapper:after {
  content: none;
}


.c-view-cart__button-continue-shopping-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}


.c-button-continue-shopping {
  text-decoration: none;
  font-size: 13px;
  padding: 0;
}


.c-view-cart__button-continue-shopping-wrapper:before {
  font-family: 'Awesome-icons';
  display: inline-block;
  content: "\f101";
  font-size: 14px;
  color: #e81225;
  margin-right: 5px;
}

.c-view-cart__button-continue-shopping-wrapper::before {
  margin-top: 2px;
  margin-right: 3px;
  line-height: 1 !important;
}


.c-view-cart_remove-item-icon {
  width: 22px;
  height: 22px;
  cursor: pointer;
  display: block;
}


.c-view-cart__remove-item {
  right: 8px;
}


.c-view-cart_remove-item-icon::before, .c-view-cart_remove-item-icon::after {
  position: absolute;
  left: 17px;
  top: 10px;
  content: ' ';
  height: 17px;
  width: 2px;
  background-color: black;
  border-radius: 4px;
}


.c-view-cart_remove-item-icon::before {
  transform: rotate(45deg);
}


.c-view-cart_remove-item-icon::after {
  transform: rotate(-45deg);
}


.c-view-cart__order-total-lines, .c-view-cart__order-grand-total {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}


.c-view-cart__order-total-lines-description, .c-view-cart__order-grand-total-description {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  width: fit-content;
}


.c-view-cart__order-total-lines-amount, .c-view-cart__order-grand-total-amount {
  font-size: 16px;
  width: fit-content;
  display: inline-flex;
}


@media only screen and (max-width: 1110px) {
  .c-view-cart__input-quantity {
  border-radius: 0 !important;
}


.c-view-cart__coupon-code {
  top: 21px;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  height: 96px;
}


.c-view-cart__form.has-coupons {
  margin-bottom: 139px;
}


.c-view-cart__increase-quantity {
  left: 0;
}


.c-view-cart__increase-quantity, .c-view-cart__decrease-quantity {
  -webkit-appearance: none;
  border-radius: 0 !important;
}


.c-view-cart__order-total-lines-amount, .c-view-cart__order-grand-total-amount {
  width: fit-content;
}


.c-view-cart__one-page-checkout-button {
  -webkit-appearance: none;
  border-radius: 0 !important;
}


.c-view-cart__coupon-code {
  top: 21px;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  height: 96px;
  padding: 10px;
  box-shadow: 0px 0px 5px -2px;
}


.c-view-cart__product {
  align-items: flex-start;
}


.c-view-cart__product-thumb {
  padding: 10px;
}


.c-view-cart__product-name-link-mobile {
  margin-bottom: 8px;
}


.c-view-cart__product-price-total-amount-mobile {
  margin-top: 8px;
}


.c-view-cart__input-quantity {
  width: 36px;
  height: 36px;
}


.c-view-cart__form {
  border: 0;
  position: relative;
  box-shadow: none;
}


.c-view-cart__product-list {
  width: 100%;
  padding: 0;
  border: 1px solid #d5d5d5;
  position: relative;
  box-shadow: 0px 0px 5px -2px;
}


.c-view-cart__sidebar {
  width: 100%;
}


.c-view-cart__cart-info {
  margin: 24px 0 0 0;
  box-shadow: 0px 0px 5px -2px;
}


.c-view-cart__order-total {
  border: 0;
  box-shadow: none;
}
}


