/* #sidebar{
    background: #fff;
    border: 1px solid;
} */
.woocommerce-cart-form__contents >thead >tr{
    background-color: #f5efef;
}
.woocommerce-cart-form__contents >thead >tr >th{
    padding: 1.618em;
    text-align: left;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}
.woocommerce-cart-form__contents >tbody >tr{
    border-top-color: #ffffff;
}
.woocommerce-cart-form__contents >tbody >tr >td{
    background-color: #fdfdfd;
    border-top-color: #ffffff;
    padding: 15px 12px;
}
.woocommerce-cart-form__contents >tbody >tr >td >a >img{
    width: 40%;
    height: auto;
}
.actions{
    margin-top: 20px;
}
.actions >.coupon input{
    padding: 0.6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 13%);
    width: 200px !important;
}
.actions >.coupon button{
    background: #e63535;
    color: #fff;
    border-radius: 5px;
    padding: 0.6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
}
.actions >.button{
    background: #e63535 !important;
    color: #fff !important;
    border-radius: 5px !important;
}
.cart_totals >h2{
    font-weight: 300;
    margin: 0 0 0.5407911001em;
}
.cart_totals >table >tbody >.cart-subtotal >th{
    background-color: #f8f8f8;
    font-weight: 600;
    padding: 1em 1.41575em;
}
.cart_totals >table >tbody >.cart-subtotal >td{
    background-color: #fdfdfd;
}
.cart_totals >table >tbody >.order-total >th{
    background-color: #f8f8f8;
    font-weight: 600;
    padding: 1em 1.41575em;
}
.cart_totals >table >tbody >.order-total >td{
    background-color: #fdfdfd;
}
.cart_totals >.wc-proceed-to-checkout >a{
    background-color: #e63535 !important;
    border-color: #e63535;
    font-size: 1.41575em;
    border-radius: 5px;
    font-weight: 600;
}
.wc-proceed-to-checkout{
    width: 100%;
    text-align: center;
}
.wc-proceed-to-checkout a{
    width: 100%;
    padding: 10px 0px;
}
.woocommerce table.shop_table {
    border: none ;
}
.woocommerce table.shop_table td {
    border: none;
}
.woocommerce table.shop_table td{
    padding: 17px 12px;
}
.woocommerce table.shop_table th {
    padding: 27px 12px;
}
.section-content{
    background: #f3f5f7;
}
.content{
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%);
    margin-top: 26px;

}
#sidebar{
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%);
    margin-top: 26px;
}
.input-text {
    margin: 0;
    outline: 0;
    line-height: normal;
    padding: 0.6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 13%);
}
.woocommerce-checkout-payment >.place-order >#place_order{
    background-color: #ff4e4e;
    border-color: #ff4e4e;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
}
#payment >.wc_payment_methods{
    list-style: none;
    padding: 0;
    background-color: #f5f5f5;
    color: #333333;
    font-size: 16px;
    padding: 10px 15px;

}
#payment >.wc_payment_methods li{
    color: #333333;
    font-size: 16px;
    padding: 10px 15px;
}
.woocommerce-info{
    margin-bottom: 2.617924em;
    background-color: #3d9cd2;
    border-radius: 2px;
    color: #fff;
    border-left: 0.6180469716em solid rgba(0,0,0,.15);
    padding: 1em 2em 1em 3.5em;
}
.woocommerce-info::before{
    color: rgb(255, 255, 255);
}
.woocommerce-info >a{
    color: #fff;
    text-decoration: revert;
}