.woocommerce-cart .woocommerce table.shop_table {
  border-radius: 0px;
}

.woocommerce-cart .main-inner-wrap {
  margin-top: 50px;
}

.woocommerce-cart .woocommerce {
  padding: 0 10px;
}

.woocommerce-cart .woocommerce-cart-form {
  flex: 1 0 65%;
}


.woocommerce-cart .cart-collaterals {
  flex: 1 0 30%;
  border: 1px solid rgba(0,0,0,.1);
  padding: 15px;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
}

.woocommerce-cart .woocommerce .wc-proceed-to-checkout {
  padding-bottom: 0px;
}

.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button {
  font-family: "HelveticaNeueCond", Helvetica, Arial, sans-serif;
  margin-bottom: 0px;
  color: #FFFFFF !important;
}

.woocommerce-cart .woocommerce .cross-sells h2 {
  font-family: "HelveticaNeueCond", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #2a1846;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.woocommerce-cart .woocommerce .cart_totals h2 {
  font-family: "HelveticaNeueCond", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 1rem;
}

.woocommerce-cart h1 {
  font-family: "HelveticaNeueCond", Helvetica, Arial, sans-serif;
  font-size: 2.65rem;
  color: #2a1846;
}
.woocommerce-cart h2 {
  font-family: "HelveticaNeueCond", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #767a7e;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table th {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table td {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #767a7e;
}

.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
  padding: 24px 14px;
  font-size: 1.25rem;
}

.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal th,
.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal td {
  font-size: 1rem;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table th {
  padding: 14px 14px;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td {
  padding: 24px 14px;
}

@media (max-width: 991px){
  .woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td {
    padding: 9px 12px;
  }
}

.woocommerce-cart table.shop_table th:before,
.woocommerce-cart table.shop_table td:before {
  color: #2a1846;
}

.woocommerce-cart td.product-name a {
  text-decoration: none;
  color: #484d53;
}

.woocommerce-cart td.product-name a:hover {
  text-decoration: underline;
}

.woocommerce-cart button {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.woocommerce-cart .quantity-button.minus {
  color: #ff0400;
}

.woocommerce-cart .quantity-button.plus {
  color: #6fae8d;
}
.woocommerce-cart .quantity-button.minus:hover,
.woocommerce-cart .quantity-button.plus:hover {
  font-weight: 700;
}

.woocommerce-cart button.button {
  font-weight: 500;
  padding: 0.65rem;
}

/* YITH Request Quote Loading States */
#yith-ywraq-form .quantity.quantity-loading {
  position: relative;
}

#yith-ywraq-form .quantity.quantity-loading .quantity-button,
#yith-ywraq-form .quantity.quantity-loading input[type="number"] {
  opacity: 0.3;
  pointer-events: none;
}

#yith-ywraq-form .quantity.quantity-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-top-color: #ff7622;
  border-radius: 50%;
  animation: yith-quantity-spin 0.8s linear infinite;
}

@keyframes yith-quantity-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.woocommerce-cart button.button:disabled,
.woocommerce-cart button.button:disabled[disabled] {
  padding: 0.65rem;
}
.woocommerce-cart .button[name='apply_coupon'] {
  background-color: transparent;
  color: #F26722;
  display: inline-block;
}

.woocommerce-cart .button[name='apply_coupon']:hover {
  text-decoration: underline;
  background-color: transparent;
  color: #F26722;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  min-width: 60%;
  display: inline-block;
}

.woocommerce-cart table.cart td.actions .coupon {
  min-width: 60%;
}

.woocommerce-cart a.button.alt {
  background-color: #F26722;
}

.woocommerce-cart table.cart td.product-subtotal,
.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.shop_table td[data-title='Subtotal'],
.woocommerce-cart table.shop_table td[data-title='Total'] {
  color: #F26722;
}

.woocommerce-cart table.cart td.product-subtotal:before,
.woocommerce-cart table.cart td.product-price:before {
  color: #2a1846;
}

.woocommerce-cart table.shop_table td[data-title='Subtotal'],
.woocommerce-cart table.shop_table td[data-title='Total'] {
  font-weight: 500;
}

.woocommerce-cart .cart-collaterals .cart_totals tr.order-total {
  background-color: #eceff2;
}

.woocommerce-cart .product-quantity {
  white-space: nowrap !important;
}

.woocommerce .cross-sells div.products .product a {
  text-decoration: none;
}

.woocommerce .cross-sells div.products .product h2 {
  font-family: "HelveticaNeueCond", Helvetica, Arial, sans-serif;
  color: #000000 !important;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.woocommerce .cross-sells div.products .product .price {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 1rem;
}

.woocommerce-cart .cross-sells .product {
  width: 25%;
  float: left;
  margin-bottom: 2rem;
}

@media (max-width: 991px){
  .woocommerce-cart .cross-sells .product {
    width: 50%;
    float: left;
  }
}

@media (max-width: 767px){
  .woocommerce-cart .cross-sells .product {
    width: 100%;
    float: left;
  }
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem !important;
}

.woocommerce-cart .button[name='update_cart'] {
  background-color: #484d53;
  color: #FFFFFF;
  border-radius: 0px;
  font-family: "HelveticaNeueCond", Helvetica, Arial, sans-serif;
}

.woocommerce-cart .button[name='update_cart']:hover {
  background-color: #5a5f66 !important;
  color: #FFFFFF !important;
  filter: brightness(100%) !important;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #F26722;
  color: #FFFFFF;
}





.woocommerce-cart .woocommerce .product-flag {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #FFFFFF;
  font-weight: 700;
  font-style: italic;
  overflow-y: hidden;
  text-transform: uppercase;
  font-size: 1.5625rem;
  padding-right: 36px;
  z-index: 999;
}

.woocommerce-cart .woocommerce .product-flag span {
  display: block;
  background-color: #F26722;
  padding: 0.5rem 1rem;
  line-height: 1.1em;
}

.woocommerce-cart .woocommerce .product-flag:after {
  border: 0px solid transparent;
  border-radius: 0px;
  content: '';
  height: 75px;
  width: 36px;
  border-top: 75px solid #F26722;
  border-right: 36px solid transparent;
  position: absolute;
  right: 0px;
  bottom: 0px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.woocommerce-cart .woocommerce .product-flag {
  left: 8px;
}





.woocommerce-cart .woocommerce .onsale {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #FFFFFF;
  font-weight: 700;
  font-style: italic;
  overflow-y: hidden;
  text-transform: uppercase;
  font-size: 1.5625rem;
  padding: 0px;
  padding-left: 36px !important;
  z-index: 999;
  min-height: unset !important;
  min-width: unset !important;
  line-height: 1rem;
  left: auto;
  border-radius: 0px;
  background-color: transparent;
  border-color: transparent;
}

@media only screen and (max-width: 768px) {
  .woocommerce-cart .woocommerce .onsale {
    right: 15px;
  }
}

.woocommerce-cart .woocommerce .onsale span {
  display: block;
  background-color: #2a1846;
  padding: 0.5rem 1rem;
  line-height: 1.1em;
}

.woocommerce-cart .woocommerce .onsale:before {
  border: 0px solid transparent;
  border-radius: 0px;
  content: '';
  height: 75px;
  width: 36px;
  border-bottom: 75px solid #2a1846;
  border-left: 36px solid transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.woocommerce-cart .woocommerce .onsale {
  right: 8px;
}



.theme-winter-equipment.woocommerce table.shop_table_responsive thead,
.theme-winter-equipment.woocommerce-page table.shop_table_responsive thead {
  display: table-header-group;
}

.theme-winter-equipment.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
.theme-winter-equipment.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
  border-top: 1px solid rgba(0,0,0,0.1);
}

.theme-winter-equipment.woocommerce table.shop_table_responsive tbody th,
.theme-winter-equipment.woocommerce-page table.shop_table_responsive tbody th {
  display: table-cell;
}

.theme-winter-equipment.woocommerce table.shop_table_responsive tr,
.theme-winter-equipment.woocommerce-page table.shop_table_responsive tr {
  display: table-row;
}

.theme-winter-equipment.woocommerce table.shop_table_responsive tr td,
.theme-winter-equipment.woocommerce-page table.shop_table_responsive tr td {
  display: table-cell;
  text-align: left;
}

.theme-winter-equipment.woocommerce table.shop_table_responsive tr td.order-actions,
.theme-winter-equipment.woocommerce-page table.shop_table_responsive tr td.order-actions {
  text-align: left!important
}

.theme-winter-equipment.woocommerce table.shop_table_responsive tr td::before,
.theme-winter-equipment.woocommerce-page table.shop_table_responsive tr td::before {
  content: '';
}

.theme-winter-equipment.woocommerce table.shop_table_responsive tr td.actions::before,
.theme-winter-equipment.woocommerce table.shop_table_responsive tr td.product-remove::before,
.theme-winter-equipment.woocommerce-page table.shop_table_responsive tr td.actions::before,
.theme-winter-equipment.woocommerce-page table.shop_table_responsive tr td.product-remove::before {
  display: table-cell;
}

.theme-winter-equipment.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.theme-winter-equipment.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: rgba(0,0,0,.025)
}

.theme-winter-equipment.woocommerce table.cart td.actions .coupon .button,
.theme-winter-equipment.woocommerce-page table.cart td.actions .coupon .button {
  width: 38%;
}





@media(max-width: 767px){
  .theme-winter-equipment.woocommerce table.shop_table_responsive thead,
  .theme-winter-equipment.woocommerce-page table.shop_table_responsive thead {
    display: none;
  }

  .theme-winter-equipment.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
  .theme-winter-equipment.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0;
  }

  .theme-winter-equipment.woocommerce table.shop_table_responsive tbody th,
  .theme-winter-equipment.woocommerce-page table.shop_table_responsive tbody th {
    display: none;
  }

  .theme-winter-equipment.woocommerce table.shop_table_responsive tr,
  .theme-winter-equipment.woocommerce-page table.shop_table_responsive tr {
      display: block;
  }

  .theme-winter-equipment.woocommerce table.shop_table_responsive tr td,
  .theme-winter-equipment.woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right!important;
  }

  .theme-winter-equipment.woocommerce table.shop_table_responsive tr td.order-actions,
  .theme-winter-equipment.woocommerce-page table.shop_table_responsive tr td.order-actions {
    text-align: left!important;
  }

  .theme-winter-equipment.woocommerce table.shop_table_responsive tr td::before,
  .theme-winter-equipment.woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }

  .theme-winter-equipment.woocommerce table.shop_table_responsive tr td.actions::before,
  .theme-winter-equipment.woocommerce table.shop_table_responsive tr td.product-remove::before,
  .theme-winter-equipment.woocommerce table.shop_table_responsive tr td.product-thumbnail::before,
  .theme-winter-equipment.woocommerce-page table.shop_table_responsive tr td.actions::before,
  .theme-winter-equipment.woocommerce-page table.shop_table_responsive tr td.product-remove::before,
  .theme-winter-equipment.woocommerce-page table.shop_table_responsive tr td.product-thumbnail::before {
    display: none;
  }

  .theme-winter-equipment.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .theme-winter-equipment.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0,0,0,.025);
  }
}


.woocommerce ul#shipping_method li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border: 1px solid #dedede;
  padding: 5px 10px;
  font-size: 16px;
}

.woocommerce ul#shipping_method .amount {
  display: block;
}

.woocommerce ul#shipping_method li label {
  margin-bottom: 0px;
  width: 100%;
  cursor: pointer;
}

.woocommerce ul#shipping_method li input {
  cursor: pointer;
}

.woocommerce-cart .cart-collaterals .cart_totals table small.freight-diff {
  line-height: 1.5em !important;
  font-size: 60%;
  display: block;
  margin-top: 1rem;
}

.woocommerce-shipping-destination {
  font-size: 1rem;
}

.woocommerce-shipping-destination strong {
  display: block;
  font-size: 1rem;
  line-height: 1.25rem;
}

#calc_shipping_state_field > span {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0px solid #ced4da;
  border-radius: 0px;
  text-align: left;
  /*height: auto;
  padding: 1rem 1rem !important;
  line-height: 25px !important;*/
}

.woocommerce-shipping-calculator .selection, .woocommerce-shipping-calculator .input-text {
  display: block;
  background-color: #FFFFFF;
  font-weight: normal;
  font-size: 18px;
  padding: 8px 8px 7px 8px;
  border: 1px solid #000000;
  text-shadow: none;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.55);
}








