h1.cart-title {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-size: 27px;
    font-weight: bold;
    text-align: left;
    display: block;
    width: 100%;
    padding: 0 9px;
    margin-bottom: 30px;
}
.custom-cart {
    width: 100%;
    height: 100vh;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    z-index: 8;
    grid-column: 2 / 3;
    position: sticky;
    border-left: 1px solid rgb(211, 211, 211);
    top: 0px;
    right: 0px;
    justify-content: center;
    overflow: hidden;
}
.custom-woocomemrce-cart img {
    width: 75px;
    margin-bottom: 30px;
}
span.line-total {
    font-size: 21px;
    display: flex;
    align-items: center;
    align-content: flex-start;
}
span.line-total {
    font-size: 14px;
    display: flex;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}
span.line-total span.remove {
    display: block;
    width: 100%;
    color: red;
}
span.item-price-total {
    padding-right: 10px;
    color: #c5a572;
    font-weight: 700;
}
span.line-total span.remove a {
    color: red;
}
.custom-cart.cart-have-data {
    justify-content: initial;
    padding-top: 20px;
    flex-wrap: nowrap;
}
span.title {
    font-size: 15px;
    font-weight: bold;
}
li.cart-product-row span.quanity {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    border: rgb(211, 211, 211) solid thin;
    width: 30px;
    text-align: center;
}
.custom-woocomemrce-cart p {
    font-size: 20px;
    font-weight: bold;
}


.et_pb_row.custom_et_row {
    width: 100%;
    max-width: none;
    margin: auto;
    position: relative;
    display: flex;
    padding: 0 0;
	
}
.et_pb_column.et_pb_column_1_4 {
    flex: 1;
}

.et_pb_column.et_pb_column_3_3 {
    flex: 4 !important;
}
.et_pb_row.custom_et_row  > .et_pb_column {
    float: none;
	margin-right: 0px;
}
.cart-total.cart_have_data a {
    display: block;
    width: 100%;
    color: #fff;
}
.cart-total.cart_have_data {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    background: #c5a572;
    color: #fff;
    align-content: center;
    padding: 10px 10px;
	justify-content: space-between;
}
span.procedd-img img {
    height: 25px;
}
.cart-total-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.cart-total-row h3 {
    width: auto;
    color: #fff;
    margin: 0px 15px;
    padding: 0px;
    font-size: 15px!important;
}

.cart-total.cart_have_data {
    width: 100%;
}
span.cart-total-digit, span.cart-quanlity {
    font-size: 18px;
	
}
span.cart-quanlity:before {
    content: "";
    display: block;
    width: 16px;
    height: 17px;
    float: left;
    background-image: url(../images/cart-img-white.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 5px;
    position: relative;
    bottom: -4px;
}
.cart-total {
    font-size: 25px;
}
li.cart-product-row {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: rgb(211, 211, 211) solid thin;
}

.custom-woocomemrce-cart.cart-data-added {
    width: 100%;
    padding: 0 10px;
    height: 100%;
    overflow-y: scroll;
}
span.title {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}
span.line-total span.remove img {
   width: 15px;
    height: auto;
    opacity: 0.6;
    margin: 0px;
}
span.line-total span.remove img:hover{
	opacity:1
}

.cart-total-row > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}