/*----------------------------------
 cart پیام های سبد خرید
----------------------------------*/
.woocommerce-message {
    border-top-color: #5D879D;
    color: #3d3d6d;
    background-color: #EBEEF3;
}

p.cart-empty.woocommerce-info {
    border-top-color: #5D879D;
    color: #3d3d6d;
    background-color: #EBEEF3;
    margin-bottom: 50px;
}

.woocommerce-message a.wp-element-button {
    background-color: #222f3e;
    border: 1px solid #7a8591;
    font-weight: 100;
    color: #b4bcc5;
}

.woocommerce-message a.wp-element-button:hover {
    opacity: 85%;
    background-color: #222f3e;
    border: 1px solid #7a8591;
    color: #b4bcc5;
}

p.return-to-shop {
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
}

p.return-to-shop .wp-element-button {
    background-color: #222f3e;
    border: 1px solid #7a8591;
    font-weight: 100;
    color: #b4bcc5;
}

p.return-to-shop .wp-element-button:hover {
    opacity: 85%;
    background-color: #222f3e;
    border: 1px solid #7a8591;
    color: #b4bcc5;
}


/*----------------------------------
 maxman cart form
----------------------------------*/
.maxman-cart form table {
    width: 100%;
    background-color: #EBEEF3;
    padding: 20px 10px;
    color: #3d3d6d;
}

.maxman-cart form table tr {
    text-align: center;
    display: flex;
    align-items: center;
}

.maxman-cart form table thead tr {
    border-bottom: 1px solid #d5d9e0;
    margin-bottom: 10px;
}

.maxman-cart form table thead th {
    font-weight: 100;
    color: #3d3d6d;
    font-weight: 600;
    font-size: 17px;
    padding-bottom: 10px;
}

.maxman-cart form table tr .remove {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10%;
}

.woocommerce a.remove {
    background-color: #FB9D23;
    padding: 12px;
    border-radius: 30%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
    font-size: 1em;
}

.maxman-cart form table tr .name {
    width: 65%;
}

.maxman-cart form table tr .price {
    width: 25%;
}

.maxman-cart form table tbody tr {
    font-weight: 100;
}

.maxman-cart form table tbody .name {
    background-color: #E2E7ED;
    padding: 5px;
    margin: 7px 0;
    text-align: center;
}

.maxman-cart form table tbody tr .name a {
    text-decoration: none;
    color: #2C2F34;
}

.maxman-cart form table tbody .price {
    margin: 0 10px;
    border-bottom: 1px solid #d5d9e0;
    color: #c05224;
}

/*----------------------------------
 maxman cart دکمه بروزرسانی
----------------------------------*/
.maxman-cart .maxman-Update-cart .maxman-button {
    text-decoration: none;
    background-color: #ddb55f;
    border: 1px solid rgb(241, 208, 135);
    border-radius: 5px;
    color: #584823;
    font-weight: 600;
    padding: 2px 10px;
    padding: 10px 20px;
    margin: 10px;
    cursor: pointer;
}

.maxman-cart .maxman-Update-cart .maxman-button:hover {
    opacity: 85%;
}

/*----------------------------------
 ریسپانسیو
----------------------------------*/
@media screen and (max-width: 799px) {
    .maxman-cart form table thead {
        display: none;
    }

    .maxman-cart form table tbody tr {
        flex-wrap: wrap;
        margin: 10px 0;
    }

    .maxman-cart form table tr .remove {
        width: 15%;
    }

    .maxman-cart form table tr .name {
        width: 83%;
    }

    .maxman-cart form table tr .price {
        width: 100%;
    }

    .maxman-cart form table tbody tr .price {
        text-align: left;
        margin-left: 10px;
    }
}

/*----------------------------------
 maxman-total
----------------------------------*/
.maxman-total table tr th,
.maxman-total table tr td {
    padding: 10px 20px;
}

/*----------------------------------
 جمع کل سبد خرید
----------------------------------*/
.maxman-total {
    margin: 0 auto;
}

.maxman-total table {
    width: 350px;
    margin: 10px auto;
}

.maxman-total table tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.maxman-total table tr th {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 100;
    border-bottom: 1px dashed #c9c9c9;
}

.maxman-total table tr td {
    padding: 20px 0 10px 0;
    font-size: 20px;
    color: #ca7d5b;
    font-weight: 100;
}

.maxman-total table tr td span {
    font-weight: 100;
}

.woocommerce-Price-currencySymbol {
    color: #222f3e;
    font-weight: 100;
}

/*----------------------------------
 خرید از واتساپ
----------------------------------*/
.Shopping-whatsapp {
    padding: 10px;
    text-align: center;
    background-color: #edf1f5;
}

.Shopping-whatsapp span {
    color: #c05224;
}

.Shopping-telegram {
    width: fit-content;
    padding: 10px;
    margin: 10px auto 0 auto;
    text-align: center;
    border-radius: 5px;
    background-color: #40C7F1;
    border: 1px solid #66d7fa;
}

.hr-Shopping-whatsapp {
    width: 450px;
    margin: 20px auto;
}

/*----------------------------------
 دکمه ادامه جهت خرید آنلاین
----------------------------------*/
.woocommerce .maxman-checkout-button {
    width: 315px;
    margin: 0 auto 30px auto ;
    text-decoration: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #ddb55f;
    border: 1px solid rgb(241, 208, 135);
    border-radius: 5px;
    color: #584823;
    font-size: 14px;
    padding-right: 5px;
    text-align: center;
}

.woocommerce .maxman-checkout-button:hover {
    opacity: 90%;
}

.woocommerce .maxman-checkout-button i {
    margin: 10px;
    font-size: 30px;
    color: #5f4817;
}

/*----------------------------------
 ریسپانسیو
----------------------------------*/
@media screen and (max-width: 799px) {
    .maxman-total table {
        width: 100%;
    }

    .Shopping-telegram {
        width: 100%;
    }

    .hr-Shopping-whatsapp {
        width: 100%;
    }

    .woocommerce .maxman-checkout-button {
        width: 100%;
        margin-bottom: 100px;
    }
}
