
.remove_link_cart{
    padding: 0px; text-align: right; font-size: 1.2rem; margin-left: auto; order: 2;
}
.remove_link_cart a{
    font-size: 2.2rem;
}
.cart-flex-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
}
.cart-flex-grid > .col {
    flex: 1 1 30%;
    min-width: 0;
    width: 30%;
}
.cart-flex-grid > .col-sml {
    flex:content;
    min-width: 0;
    width: 30%;
}
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    content: none !important;
}
.product-thumbnail{
    display: block;flex:0 0 25%;height: 100%;margin:0 auto;max-width: 12rem;max-height: 12rem;padding:0;width: 100%;
}
.item_details{
    width: 100%;flex:1;
}
.product-name{
    text-align:left;display: flex;
}
.cart_item_footer{
    align-items: center;display: flex;margin-bottom: 1rem;margin-top: 1rem; justify-content: space-between;
}
.product-subtotal{
    text-align:right;font-size: 1.5rem; max-width: 100px;
}
.cart_sales{
    margin-top:20px;
}
.woocommerce-variation-add-to-cart .quantity{
    margin-left: 10px !important;
}
.coupon_row::before{
    content: "" !important;
}
.cart_sizes{
    color: #646464;font-size: 1.2rem;
}
.cart_item{
    border-top: 1px solid #d0d0d0;padding-top: 10px; padding-bottom: 10px;position: relative;
}
.cart_container{
    padding: 0px !important;
}
.ywgc_enter_code{
    display: flex; gap: 0.5rem;
    margin: 0px;
    padding: 0px;
    background-color: #f2f2f2 !important;
}
.ywgc_enter_code input{
    border:solid 1px #CCC !important;
}

.cart-label {
  font-weight: 400;
}
.cart-value {
  text-align: right;
}
.cart-value span{
    color: #333333;
}
.total-label{
  font-weight: 500;
}
.cart-totals-wrapper{
    background-color: #f2f2f2; padding: 1rem; display: flex; flex-direction: column; gap: 0.75rem;
}
.cart-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-shipping-destination{
    margin-top: 10px;
}
.scr_coupon{
    display: flex; gap: 0.5rem; margin-bottom: 10px;
}
.coupon_label a{
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  align-items: center;
  padding: 0.5rem 1rem;
  border: 0px solid #ccc;
  border-radius: 4px;
  color: #474747 !important;
  background-color: #e8e8e8;
}
.coupon_label a i {
  margin-left: auto;
}
.coupon_input,.coupon_input_checkout{
    height: 25px !important; background-color: #fff !important; border-color: #ccc !important;
}
.coupon_button{
    height: 25px !important; line-height: 22px !important;
}
.cart-totals-wrapper h4{
    margin-bottom: 15px;
}
.woocommerce-checkout-review-order-table .woocommerce-Price-amount,.woocommerce-checkout-review-order-table .woocommerce-Price-currencySymbol{
    font-weight: 300 !important;
}
.cart-subtotal th{
    font-weight: 500 !important;
}
.cart-subtotal td:nth-child(2){
    text-align: right;
}
.order-total td:nth-child(2){
    text-align: right;
}
.product-total{
    text-align: right;
}
.order-total .woocommerce-Price-amount,.order-total .woocommerce-Price-currencySymbol{
    font-weight: 500 !important;
}
.woocommerce-checkout-review-order-table{
    background: rgba(129,110,153,.14); border: 0px !important;
}
.cart-discount th{
    font-weight: 400 !important;
}
.cart-discount td:nth-child(2){
    text-align: right;
}
.woocommerce-shipping-methods {
    display: flex; flex-direction: column; gap: 1rem; width: 100%;
}

.shipping-method-box {
  border: 1px solid #ccc;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  transition: border-color 0.2s ease;
  cursor: pointer; margin-bottom: 0px;
  background-color: #fff;
}

.shipping-method-box:hover {
  border-color: #666;
}
.shipping_method{
    margin: 0; vertical-align: middle; height: 16px; width: 16px;
}
.shipping-method-left {
    display: flex; align-items: center; gap: 0.5rem; line-height: 1.4;
}

.shipping-method-price {
  white-space: nowrap;
  font-weight: 400;
}
.ship_heading{
    margin-bottom: 10px;
}
.cart_totals .ship_heading{
    margin-bottom: 0px !important;
}
.ship_label{
    font-weight: 400; line-height: 1.4; display: inline-block;
}

.login-heading  a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}
.login-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
} 
.login-title>a, .panel-title>a:active{
    display:block;
    padding:0px;
    color:#333333;
    font-size:1.5rem;
    font-weight:400;
    text-transform:uppercase;
    text-decoration:none;
}
.login-title{
    margin-bottom: 0px !important;
}
.login-row{
    margin: 0px !important; padding: 0px !important;
}
.login-row input{
    height: 30px !important;
}
#checkout-ajax-login{
    margin-bottom:10px; margin-top: 5px; padding:10px; background: rgba(129,110,153,.14); border-radius: 5px;
}
#ajax-login-btn{
    margin-top: 10px; margin-right: 10px; margin-bottom: 10px;
}
#checkout-login-message{
    margin-top:10px;
}
.sign-up{
    display: inline-block;
}