.cart-content-wrapper {
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:40px 30px
}
.cart-content-wrapper>* {
  flex:1 1 100%;
  max-width:100%
}
.cart-content-wrapper>.woocommerce-notices-wrapper>* {
  margin-bottom:20px
}
.cart-content-wrapper>.woocommerce-notices-wrapper>*:last-child {
  margin-bottom:0
}
.cart-content-wrapper>.cart_totals .cart-totals-inner {
  padding:25px;
  border:3px solid rgba(0,0,0,.105);
  border-radius:8px
}
.cart-content-wrapper>.cart_totals .cart-totals-inner .checkout-button {
  width:100%
}
.cart-totals-inner>h2 {
  text-transform:uppercase;
  font-size:22px
}

table {
  margin-bottom: 15px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.4;
}
table th {
  padding: 15px 10px;
  border-bottom: 2px solid rgba(0,0,0,.105);
  color: var(--oh-primary);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
  text-align: start;
}
table :is(tbody, tfoot) th {
  border-bottom: 1px solid rgba(0,0,0,.105);
  text-transform: none;
  font-size: inherit;
}
.shop_table tr :is(td, th):first-child {
  padding-inline-start: 0;
}
table td {
  padding: 15px 12px;
  border-bottom: 1px solid rgba(0,0,0,.105);
  vertical-align: middle;
  text-align: start;
}
.shop_table tr :is(td, th):last-child {
  padding-inline-end: 0;
  text-align: end;
}
.cart-totals-inner table .cart-subtotal .amount {
  color: var(--oh-secondary);
  font-weight: 400;
}
.cart-totals-inner tr.shipping td > * {
	margin: 0px;
	padding: 0px;
  margin-bottom: 10px;
  list-style: none;
}
.cart-totals-inner tr.shipping td > :last-child {
  margin-bottom: 0;
}
.cart-totals-inner .shipping-calculator-button {
  color: var(--oh-primary);
  font-weight: 600;
}
.cart-totals-inner table tr:last-child :is(th, td) {
  border-bottom: none;
}
.cart-totals-inner table tr:last-child :is(th, td) {
  border-bottom: none;
}
tr.order-total td strong {
  display: block;
}
tr.order-total strong .amount {
  font-size: 1.3em;
}
td.product-thumbnail img {
  min-width: 80px;
  max-width: 80px;
  border-radius: calc(8px / 1.5);
}

.coupon #coupon_code {
  max-width: 230px;
}
.coupon {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  gap: 10px;
  text-align: start;
}

.coupon #coupon_code {
  max-width: 230px;
}
.actions {
  border-bottom: none;
  padding-bottom: 0px;
}
.button[name="update_cart"] {
  display: none;
}
.product-name a {
  color: var(--oh-color3);
  font-weight: 600;
}
.product-name a {
  color: var(--oh-color3);
  font-weight: 600;
}
.product-subtotal .amount {
  font-weight: 600;
}
.product-remove a {
  fline-height: .5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-decoration: none;
}
.product-remove a:after {
  font-size: calc(14px / 1.2);
  content: "\f112";
  font-family: "woodmart-font";
  color: #333;
}
.product-remove a:hover:after{
  color: #767676;
}

.oh-progress-bar.oh-free-progress-bar {
  padding: 20px;
  border: 2px dashed rgba(0,0,0,.105);
  border-radius: 8px;
  margin-bottom: 16px;
}
.product-quantity .oh-qty input {
  height: 42px;
}
.product-quantity .oh-qty button {
  height: 42px;
}
.shipping-calculator-form p {
  margin-bottom: 15px;
}
.shipping-calculator-form button {
  padding: 5px 14px;
  min-height: 36px;
  font-size: 12px;
}
body .select2-container--default .select2-selection--single {
  height: 42px;
  text-align: start;
  font-size: 14px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-inline: 15px 30px;
  color: var(--oh-primary);
  line-height: 40px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  right: 0;
  height: 42px;
  width: 42px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
  background-position: right 50% top 50%;
  background-size: auto 18px;
  background-repeat: no-repeat;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--oh-primary);
}
.optional {
  position: relative;
  top: -5px;
  font-size: .8em;
  color: #bbb;
}
#shipping-calculator-form {
  margin-top: 20px;
}
.product-price > .amount {
  font-weight: 400;
}
.woocommerce-notices-wrapper:empty {
  display: none;
}
.woocommerce-message a {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 1025px) {
  .cart-content-wrapper>.woocommerce-cart-form {
    flex:1 0 0
  }
  .cart-content-wrapper>.cart_totals {
    flex:.7 0 0
  }
}
@media (min-width: 1200px) {
  .cart-content-wrapper>.cart_totals {
    flex-grow:.5
  }
}
@media (max-width: 768.98px) {
  .cart-content-wrapper .wd-coupon-form {
    padding:25px;
    border:2px dashed rgba(0,0,0,.105);
    border-radius:8px;
  }
}



@media (max-width: 768.98px) {
  .shop_table_responsive {
    display:block; 
    margin-bottom: 0px;
  }
  .shop_table_responsive :is(thead,
  th) {
    display:none
  }
  .shop_table_responsive :is(tbody,
  tfoot) {
    display:block
  }
  .shop_table_responsive tr {
    position:relative;
    display:flex;
    flex-direction:column;
    gap:5px;
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom:1px solid rgba(0,0,0,.105)
  }
  .shop_table_responsive tr:last-child {
    margin-bottom:0
  }
  .shop_table_responsive td {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:5px;
    padding:0;
    border-bottom:none
  }
  .shop_table_responsive td:not(:last-child) {
    padding-bottom:5px;
    border-bottom:1px dashed rgba(0,0,0,.105)
  }
  .shop_table_responsive td:before {
    content:attr(data-title);
    margin-inline-end:auto
  }
  .shop_table_responsive .product-name a:first-child {
    margin-inline-end:0 !important
  }
  .shop_table_responsive .product-name :is(.wd-product-detail,
  .variation) {
    margin-top:0
  }
  .woocommerce-cart-form__cart-item{
    padding-inline-start:115px;
    min-height:136px
  }
  .woocommerce-cart-form__cart-item td:is(.product-thumbnail,
  .product-remove,
  .product-name):before {
    content:none
  }
  .woocommerce-cart-form__cart-item td.product-thumbnail {
    position:absolute;
    top:0;
    inset-inline-start:0;
    overflow:hidden;
    max-height:115px;
    border:none;
    border-radius:calc(8px / 1.5)
  }
  .woocommerce-cart-form__cart-item td.product-thumbnail img {
    min-width:100px;
    max-width:100px
  }
  .woocommerce-cart-form__cart-item td.product-remove {
    position:absolute;
    top:3px;
    inset-inline-end:-7px;
    z-index:1;
    border:none
  }
  .woocommerce-cart-form__cart-item td.product-name {
    padding-inline-end:20px;
    border-bottom:none
  }
  .cart-content-wrapper .coupon {
    padding:25px;
    border:2px dashed rgba(0,0,0,.105);
    border-radius:8px
  }

	.coupon #coupon_code {
	  width: 100%;
	  max-width: 100%;
	}
	.cart-content-wrapper .coupon .button {
	  width: 100%;
	}
	.shop_table_responsive tr:last-child {
	  border: ;
	  border-bottom: none;
	  padding-bottom: 0px;
	}
	.wc-proceed-to-checkout {
	  margin-top: 15px;
	}
}


