
.cart_page_col_bg{
    background-color: white;
}
.selectAll_row{
    padding-top: 30px;
    padding-bottom: 10px;
}

.trash_and_wish_icon{
    height: 25px;
}

.row_p{
    padding: 30px;
}
.wishlist_text{
    text-decoration: none;
}
.quantity_input{
    width: 100px !important;
}

.product-price .sell{
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 0px !important;
}

.product-price .regular{
    font-size: 15px;
    font-weight: bold;
}
.p-name{
    text-decoration: none;
    font-size: 16px;
    color: black;
}
.p-name:hover{
    color: blue;
}


#shipping-address-cart-page {
    width: calc(100% - 0px);
}
#shipping-address-cart-page .item {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 20px;
}
#shipping-address-cart-page .shipping-header {
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    height: 56px;
    margin-top: -20px;
}
#shipping-address-cart-page .shipping-header h4 {
    font-size: 20px;
    margin-bottom: 0;
}

#shipping-address-cart-page .item .checkout__item {
    align-items: center;
    border-bottom: 1px dashed #d9d9d9;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    justify-content: space-between;
}

.cart-sidebar__item {
    padding: 20px 6px 0;
}

.cart-sidebar__item span {
    font-size: 14px;
    font-weight: bold;
    margin-left: 12px;
}
.service-message {
    align-items: center;
    background-color: #fffbfb;
    display: flex;
    gap: 12px;
    justify-content: center;
    margin: 12px 0;
    padding: 12px 20px;
}

.cart-content__footer {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 3px 4px -4px #9c9c9c;
    padding: 20px 20px 22px;
}

.cart-btn-gift, .cart-btn-split {
    background: transparent;
    border: 2px solid;
    border-radius: 2px 2px 2px 2px !important;
    box-shadow: 0 3px 6px -4px #a2a2a2;
    color: #87298f !important;
    font-size: 110%;
    font-weight: 700;
    margin: 0 10px;
    padding: 11px 33px;
}

.icon-arrow-right-animation {
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 2s;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-name: icon-arrow-right-animation;
    animation-timing-function: ease-in;
}







