
/*wishlist Page */

.heading span {
    color: #333333;
    font-size: 12px;
    display: inline-block;
    line-height: 13px;
    vertical-align: middle;
    padding-left: 7px;
}

.my_wishlist_section .row.dashboard.dashboard-content .dashboard-list-box {
    padding-left: 5px;
    padding-right: 5px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    min-height: 100px;
    margin-top: 10px;
}

.dashboard-list-box {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.my_wishlist_section .row.dashboard.dashboard-content .dashboard-list-body.my_wishlist_content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
}

.dashboard-list-body {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    float: left;
    margin-top: 1px;
    padding: 4px 10px;
    position: relative;
    width: 100%;
}

.my_wishlist_content {
    border-left: none !important;
    border-right: none !important;
}

.my_wishlist_section .row.dashboard.dashboard-content .col-xs-2 {
    width: 25%;
}

.product-demo {
    float: left;
    width: auto;
    padding-left: 11px;
    padding-top: 4px;
}

.my_wishlist_section .row.dashboard.dashboard-content .wishlist_title {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 10px;
    line-height: 22px;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.wishlist_price {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    padding-top: 5px;
}

.my_wishlist_section .row.dashboard.dashboard-content .wish-1.wishlist_button {
    margin-top: 0 !important;
    /*margin-right: 5px;*/
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    font-size: 12px;
    padding: 3px 7px;
    float: left;
    line-height: 25px;
    cursor: pointer;
}

.wish-1 button {
    width: 120px;
    background: none repeat scroll 0 0 #ED1C24;
    border: medium none;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

.my_wishlist_content .wishlist_button .wish-2 {
    margin-top: 8px;
    margin-right: 5px;
}

.detail_btn.remove_btn {
    background: none repeat scroll 0 0 #ffffff;
    border: medium none;
    outline: 0;
}

.remove_btn i {
    color: red !important;
    margin-top: 0px;
    font-size: 16px;
    margin-left: 8px;
    cursor: pointer;
}


/* Checkout Page */

.amount-section.summary-div {
    border: 1px solid #D4D4D4;
    border-radius: 15px;
    margin-bottom: 15px;
}

.amount-section.summary-div h2 {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.amount-header {
    background: #F3F3F3;
    border-bottom: 1px solid #D4D4D4;
    box-sizing: border-box;
    border-radius: 0px 4px 4px 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    padding: 20px;
    margin-bottom: 0;
}

.amount-section h2 {
    font-size: 18px;
    line-height: 15px;
    color: #747474;
}

.amount-section.summary-div .checkout-box {
    border-bottom: 0;
}

.amount-section.summary-div .checkout-box .row.cart-box {
    margin: 15px 0;
    padding: 10px 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.11);
    border-radius: 20px;
}

.amount-section p {
    font-size: 14px;
    line-height: 27px;
    color: #333333;
    /*margin-bottom: 20px !important;*/
}

.checkout-price {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}

.amount-section span {
    /*padding-left: 15px;*/
    font-size: 15px;
    color: #1f85c7;
    display: inline-block;
}

.amount-section span.checkout-price {
    padding-right: 1rem;
}

.amount-section span.chekoutProductTaxInfo {
    display: block;
    font-size: 13px;
    /* padding-top: 6px; */
    /* color: #77b741; */
}

span.chekoutProductDiscount { 
    font-size: 13px;
    border: 1px solid #77b741;
    color: #77b741;
    border-radius: 3rem; 
    font-weight: 500;
    display: inline-block;
    padding: 1px 8px;
}

.amount-section del {
    font-weight: 700;
    color: #747474;
    margin-right: 1rem;
}

.amount-section.summary-div .checkout-box .row.cart-box img {
    /*height: 85px;*/
    width: auto !important;
    max-width: 100%;
}

.cart-box h3 {
    font-weight: 500;
    /* font-size: 16px;
    line-height: 24px; */
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #333333;
    margin-bottom: 0;
}

.amount-section .row {
    padding: 13px;
}

.amount-section .card-body .row {
    padding: 0;
}

.cart-products-amount .row.amount-section.mt-5 {
    margin-top: 0!important;
}

.amount-section {
    border: 1px solid #D4D4D4;
    border-radius: 4px;
}

.price-details {
    padding: 0;
}

.total-amount {
    border-top: 1px solid #D4D4D4;
    padding-top: 20px;
    padding-bottom: 0;
}

.total-amount h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #27235B;
}

.amount-section .total-amount .text-right p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 22px;
}

button.cart-check-out,
.profile_btn button {
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.625rem;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: .6rem 0rem;
    width: 100%;
    margin: 0 0.3rem;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    /*background-color: #FF5869;*/
    background-color: #77b741
}

.cart-check-out:hover {
    background-color: #36a5de;
    color: #FFFFFF;
}

.dashboard-bg button:hover,
.dashboard-area button:hover {
    color: #FFFFFF;
}

.deliver-input,
.dashboard-bg .form-group {
    margin-bottom: 1rem;
}

.deliver-input label {
    color: #212529;
    font-weight: 550;
}


/* My Profile */

.media_left_img {
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
}

.user-img .image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    color: #333;
    background-color: transparent;
    border-color: transparent;
    width: 120px;
    height: 120px;
    padding: 0;
    border-radius: 50%;
}

.user-img .image-preview-input img {
    object-fit: cover;
    max-width: 100%;
}

.user-img .image-preview-input:hover {
    box-shadow: 0px 5px 20px #999;
}

.user-img .image-preview-input input[type="file"] {
    cursor: pointer;
    font-size: 20px;
    height: 100%;
    width: 100%;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.login-content form input {
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    line-height: 30px;
}

.login-content form input {
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    line-height: 30px;
}

.input_error {
    display: block;
    width: 100%;
    color: red;
    font-size: 0.9rem;
}

.profile_btn button {
    width: auto;
    padding: .8rem 2rem;
}


/* My Order */

.my_order_filter {
    text-align: right;
    /*max-width: 1170px;*/
    margin: 0 auto 2rem auto;
}

.page-details-sec {
    position: relative;
    top: 46px;
    width: 50%;
}

.my_wishlist_section h1 {
    color: #0f0f0f;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 0;
}

.my_wishlist_section .dashboard-list-box {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    min-height: 100px;
    margin-top: 10px;
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.dashboard-list-box-header {
    background: #edf4f6 none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    padding: .4rem 1.5rem;
    padding: .3rem .3rem;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-content a {
    text-decoration: none !important;
}

.cancle_order_td {
    color: red;
    font-weight: 600;
}

.order-list .dashboard-list-body>div {
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 7px;
    min-width: 6%;
    /* width: 200px; */
}

.product-demo img {
    margin: 0 10px 5px 0;
    max-width: 60px !important;
    min-height: auto !important;
    width: 100% !important;
    height: 50px !important;
}

.dashboard-list-body .list-body-1:first-child {
    width: 85px;
}

.dashboard-list-body .list-body-1:first-child,
.dashboard-list-body .list-body-1:nth-child(3) {
    font-weight: 600;
    font-size: 14px;
}

.list-body-1.my_order_pro_title_div {
    margin-left: 2px;
}

.dashboard-list-body .list-body-1:nth-child(2) {
    font-size: 14px;
}

.dashboard-list-body .list-body-1:nth-child(3) {
    width: 100px;
    font-weight: 600;
    font-size: 14px;
}

.dashboard-list-body .list-body-1:nth-child(4),
.dashboard-list-body .list-body-1:nth-child(5) {
    font-size: 14px;
}

.list-body-1.getOrderId {
    width: 270px;
}

.order-list .dashboard-list-body>div:last-child {
    margin-right: 0;
    width: 250px
}

.order-list .list-body-1.list-body-2 {
    font-size: 13px;
    display: flow-root;
}

.list-body-1.getOrderId {
    width: 270px;
}

.my_order_bottom_left {
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start;
}

.total-prise-2.myorder_footer1,
.total-prise-2.myorder_footer2 {
    font-weight: 500;
    font-size: 15px;
}

.my_order_bottom_right {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end !important;
}

.view_order {
    /*background: #E52B52 none repeat scroll 0 0;
    border: 1px solid #E52B52;*/
    background: #36a5de none repeat scroll 0 0;
    border: 1px solid #36a5de;
    border-radius: 2px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: .5rem .5rem;
    /* padding: .7rem 1rem; */
    padding: 7px 7px;
    width: auto;
    text-shadow: none;
    display: inline-block;
}

.my_order_search_listing .dashboard-list-body {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 1rem 1.5rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.my_order_pro_title a {
    color: black !important;
}

.dashboard-list-body.my_order_subtotal_div {
    background: #f9f9f9;
}

.mb_20 {
    margin-bottom: 20px;
}

.view_order h2 {
    line-height: 20px;
    margin-bottom: 0
}

.view_order span {
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #fff;
}

.display_none {
    display: none !important;
}

.view_order_row {
    background: #f8f9fa;
    padding: 30px 20px;
    box-shadow: 0px 2px 14px -5px rgba(143, 146, 149, 0.5);
    border: 1px solid #ddd;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    margin-top: 20px !important;
    line-height: 30px;
}

.view_order_second_row.view_order_row h4.title_custom {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 7px;
    margin-bottom: 15px;
}

.title_custom {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #27235b;
    text-align: center;
}

.d-flex.main-flex-wrapp {
    flex: 1;
    flex-wrap: wrap;
}

.main-item-wrapp {
    margin-right: 16px;
    margin-bottom: 16px;
    display: flex;
    width: 49%;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
}

.process-wrap {
    margin-top: 15px;
}

.main-item-wrapp .small_image_div {
    margin-left: 0;
}

.small_image_div {
    height: 75px;
    width: 75px;
    float: left;
    border: 5px solid #fff;
    transition: 0.5s;
    object-fit: contain;
    margin-left: 15px;
    margin-right: 15px;
}

.main-item-wrapp .post-cont-view-order {
    padding-left: 0;
}

.post-cont-view-order {
    padding-left: 120px;
    font-size: 14px !important;
}

.post-cont-view-order>small span.for-padding {
    font-size: 14px !important;
    display: block !important;
}

.post-cont-view-order .for-padding {
    font-size: 16px !important;
    line-height: 16px !important;
    display: block;
    margin-bottom: 5px;
}

.for-padding {
    font-size: 13px;
    color: #545454;
    margin-bottom: 15px;
    line-height: 25px;
}

.list-main {
    display: inline-block;
    list-style: none;
}

.list-main li:first-child {
    padding-left: 12px;
}

.list-item.text-color-green {
    background: #05a505;
}
.list-item.text-color-red {
    background: #ec3333;
}

.list-main li {
    display: inline-block;
    padding: 0px 4px 0px 23px;
    padding-left: 23px;
    position: relative;
    background: #ccc;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 2px;
}

.list-main li::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 14px 19px;
    border-color: transparent transparent transparent #ccc;
    position: absolute;
    top: 0px;
    right: -19px;
    z-index: 99;
}

.text-color-green::before {
    border-color: transparent transparent transparent #05a505 !important;
}
.text-color-red::before {
    border-color: transparent transparent transparent #ec3333 !important;
}

.list-main li::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 17px 22px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: -1px;
    right: -22px;
    z-index: 9;
}

.main-item-wrapp .post-cont-view-order h3 {
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #27235b;
}

.post-cont-view-order .for-padding small {
    font-weight: 600;
}

.main-item-wrapp .shipping_charge.for-padding small {
    font-size: 16px;
    color: #ED7F06;
}

.main-item-wrapp .thank-u-amount small {
    font-size: 14px !important;
    display: block;
    margin-bottom: 3px;
}


/* Review */

.product_details_top .rating_review_area {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin-bottom: .5rem;
    width: 100%;
}

.rating_review_area {
    position: absolute;
    top: 5px;
    left: 10px;
    display: flex;
    align-items: center;
}

.rating_review_area p {
    margin-bottom: 0;
}

.product_details_top .product_rating {
    background: #ff9f00;
    margin-right: 10px;
}

.product_rating {
    color: #fff;
    padding: 4px 10px 3px 10px;
    border-radius: 12px;
    line-height: 1;
    display: inline-block;
    font-size: 17px;
}

.fa-star {
    color: gold;
}

.write_review_btn {
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #ED7F06;
    border-radius: 25px;
    color: #ED7F06 !important;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 17px;
    transition: .3s;
}

.total-review {
    max-width: 300px;
    width: 100%;
}

.total-review .five-star {
    padding: 0 20px 0 35px;
    margin-bottom: 15px;
    position: relative;
}

.total-review .five-star .pull-right {
    float: right;
    position: absolute;
    right: 0;
    top: -8px;
}

.five-star span,
.five-star p {
    color: #7D7D7D;
}

.total-review .five-star span {
    position: absolute;
    left: 0;
    top: -3px;
    line-height: 0;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 8px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 5px;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
}

.pro_deep_green {
    background: #00C807 !important;
}

.pro_light_green {
    background: #00C807 !important;
}

.pro_yellow {
    background: #FFC919 !important;
}

.pro_deep_yellow {
    background: #FF8C19 !important;
}

.pro_red {
    background: #FF3019 !important;
}

.customer-review {
    max-width: 100%;
    position: relative;
}

.person_review_area {
    margin-top: 20px;
}

.person_review_header {
    display: inline-block;
}

.person_img {
    display: flex;
    align-items: center;
}

.person_img img {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 2px solid #999;
    word-break: break-all;
}

.person_details {
    margin-left: 15px;
}

.person_review_body {
    padding: 7px 10px;
    font-size: 14px;
}

.more_review_btn {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 25px;
    background: #27235b;
    color: #fff !important;
    border-radius: 8px;
}

.view_all_review {
    display: flex;
    align-items: baseline;
    font-size: 14px;
}

.review-list .title-name {
    font-size: 20px;
    color: #27235b;
    margin-bottom: 19px;
    display: block;
}

.view_all_review a {
    margin-left: 10px;
}

.cart-box {
    padding: 20px 0px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.11);
    border-radius: 20px;
    margin: 20px;
}

.review-list .cart-box {
    margin: 0 !important;
    padding: 20px 15px;
}

.review-list .cart-box h3 {
    font-size: 18px;
}

.star-ratings-css {
    unicode-bidi: bidi-override;
    color: #c5c5c5;
    font-size: 25px;
    height: 25px;
    width: 110px;
    margin: 0 auto;
    margin-left: auto;
    position: relative;
    padding: 0;
    text-shadow: 0px 1px 0 #a2a2a2;
}

.review-list .review-listing .star-ratings-css {
    top: 20px;
    height: 28px;
    margin-left: 0;
}

.star-ratings-css-top {
    color: #e7711b;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}

.review-list .cart_wrapper .star_rating {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.review-list .cart-box.review_total .mt-5 {
    margin-top: 20px !important;
}

.review-list .rating-bar-light {
    margin-bottom: 13px;
    background-color: #f1f1f1;
}

.review-list .rating-bar {
    height: 10px;
    margin-top: 5px;
    background-color: #9e9e9e;
}

.cart-box p {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #747474;
    margin-bottom: 0;
}

.review-date {
    text-align: right;
    position: relative;
    top: -20px;
}

.review-list .review-date {
    line-height: 18px;
    font-size: 13px;
}

.review-list .review-comment {
    margin: 12px 0 20px !important;
    line-height: 20px;
}


/*================================= profile area start ================================== */

.bg-light-theme {
    background-color: #F3F3F3;
}

.treatment-box {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    padding: 20px;
    min-height: 320px;
    transition: 0.3s ease-in;
}

.treatment-box.updateStyle {
    border-radius: 4px;
    padding: 0%;
    border: 1px solid #d4d4d4;
}

.updateStyle.deliver-left-area h4 {
    background: #F3F3F3;
    border-bottom: 1px solid #D4D4D4;
    font-size: 18px;
    line-height: .925rem;
    color: #747474;
    letter-spacing: 0.02rem;
    text-transform: uppercase;
    padding: 20px;
    font-weight: 600;
}

.deliver-left-area h4,
.deliver-pay-del h4 {
    font-size: 22px;
    /*color: #ED682D;*/
    color: #36a5de
}

.price-row.dashed-top-border {
    border-bottom: 1px solid #cecece;
    padding-bottom: 1rem;
}

.price-row {
    display: flex;
    justify-content: space-between;
    padding-top: 1.5rem;
}

.dashboard-bg h2 {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.profile_btn {
    text-align: center;
    width: 100%;
}


/*================================= profile area end ================================== */


/*================================= change address start ================================== */

.add-delivery-address .fa {
    color: #ED682D;
    margin-right: 10px;
}

#delivery_address_outer,
#billing_address_outer {
    width: 100%;
}

.dashboard-area .single_billing_address,
.dashboard-area .single_delivery_address {
    border-top: 1px solid #e2e2e2;
    border-bottom: none;
}

.single_delivery_address p strong,
.single_billing_address p strong {
    color: #224585;
}

.single_billing_address,
.single_delivery_address span {
    margin-right: 20px;
}

.single_delivery_address .edit_address {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #007bff;
    font-size: 20px
}

.single_delivery_address .delete_address {
    position: absolute;
    top: 20px;
    right: 3px;
    color: red;
    font-size: 20px
}

.dashboard-area #shipp_addr_form {
    padding: 20px;
}

.single_delivery_address div {
    display: inline-block;
}
div#delivery_address_outer .checkout_address {
    width: 85%;
}
.single_delivery_address,
.single_billing_address {
    display: block;
    font-size: 14px;
    /* width: 90% !important; */
    line-height: 24px;
}

.billing-left-area,
.shipping-left-area {
    min-height: auto!important;
}

#add-delivery-address,
#add-billing-address {
    cursor: pointer;
}

.single_billing_address,
.single_delivery_address {
    display: flex;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
}

#shipp_addr_form label {
    font-size: 0.9rem!important;
}

.deliver-left-area input[type="radio"],
.deliver-left-area input[type="checkbox"] {
    margin-right: 20px;
    position: relative;
    top: 5px;
}

.custom-btn:hover {
    -webkit-box-shadow: 13px 11px 16px -14px rgba(97, 97, 97, 0.75);
    -moz-box-shadow: 13px 11px 16px -14px rgba(97, 97, 97, 0.75);
    box-shadow: 13px 11px 16px -14px rgba(97, 97, 97, 0.75);
    /*background-color: #df4f11;*/
    background-color: #36a5de;
    color: #fff;
}

.custom-btn {
    padding: 14px 45px;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 21px !important;
    color: #FFFFFF;
    background-color: #77b741;
    border-radius: 10px !important;
    transition: 0.3s ease-in;
}

.custom-primary-btn:hover {
    -webkit-box-shadow: 13px 11px 16px -14px rgba(97, 97, 97, 0.75);
    -moz-box-shadow: 13px 11px 16px -14px rgba(97, 97, 97, 0.75);
    box-shadow: 13px 11px 16px -14px rgba(97, 97, 97, 0.75);
    background-color: #0e80fa;
    color: #fff;
}

.custom-primary-btn {
    padding: 14px 60px !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 21px !important;
    color: #FFFFFF;
    background-color: #3697FE;
    border-radius: 10px !important;
    transition: 0.3s ease-in;
}

.dashboard-area .single_billing_address input[type="radio"],
.dashboard-area .single_delivery_address input[type="radio"] {
    display: none;
}

.single_delivery_address input[type="radio"],
.single_billing_address input[type="radio"] {
    top: 30px;
}

.deliver-left-area input[type="radio"],
.deliver-left-area input[type="checkbox"] {
    margin-right: 12px;
    position: relative;
    top: 1px;
}

#boot4alert .modal-header {
    background: #007bffe0;
    color: #fff;
    font-weight: bold;
}


/*================================= change address end ================================== */

.order-payment-section input {
    margin: 5px;
}

.no_rating {
    color: #a09f9f;
}

.ratting-color {
    color: #ed7f06 !important;
}

.selected-attr {
    cursor: default;
}

.no_rating {
    font-size: 14px!important;
}

.edit_shipping_addr_div form h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.delivery-address input {
    font-size: 14px;
}

.delivery-address h4 {
    font-size: 14px !important;
}

.delivery-address {
    width: 50%;
    padding: 10px 30px;
}

.billing-address {
    width: 50%;
    padding: 10px 30px;
}

.input_error {
    display: block;
    width: 100%;
    color: red;
    font-size: 0.9rem;
}
.content-widget-sidebar ul {
    padding-left: 0;
}
.thanku_row {
    padding: 50px 30px;
    background: #fff;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.thanku_heading {
    text-align: center;
    /*width: 80%;*/
    margin: 0 auto;
}

.thanku_heading span {
    font-size: 22px;
    line-height: 30px;
    color: #008000 !important;
}

/*.thanku_row .content-widget-sidebar {
    width: 80%;
    margin: 0 auto;
}*/

.thanku_row .content-widget-sidebar ul {
    margin-bottom: 30px !important;
}

.thanku_row .recent-post.recent-img-post {
    display: inline-block;
    max-width: 100%;
    width: 49%;
    background: #f1f1f1;
    padding: 10px;
    min-height: 122px;
    margin-bottom: 8px;
    margin-right: 10px;
}
.thanku_row .content-widget-sidebar ul li:nth-child(2n+n){
    margin-right: 0
}
.thanku_row .content-widget-sidebar ul li {
    list-style: none;
    /* width: 50%; */
}

.thanku_row .recent-post .post-img {
    width: 30%;
    /* height: 100%; */
    object-fit: contain;
    display: inline-block;
}

.recent-post.recent-img-post .post-cont {
    /*padding-left: 25px !important;*/
    width: 65%;
}

.thanku_row .recent-post .post-cont {
    display: inline-block;
    vertical-align: middle;
}

.thanku_row .recent-post .post-cont h3 {
    font-size: 16px;
    margin-bottom: 0;
}

.post-cont h3 {
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 400;
}

.thanku_row .content-widget-sidebar ul li small {
    font-size: 14px;
    /*line-height: 26px;*/
}

.post-cont span {
    font-size: 14px;
}

.thank-u-amount {
    font-size: 20px;
}

.thanku_row .content-widget-sidebar ul li small {
    font-size: 14px;
    margin-top: 3px;
    display: block;
}

.returnPolicyButton {
    font-size: 14px;
    margin-left: 20px;
    color: red;
    font-weight: 600;
}

.ReturnReasonModal_div {
    background-color: #fff;
    padding: 40px;
}

#ReturnReasonButton {
    margin-top: 20px;
    border: 0;
}

#ReturnReasons_error {
    border: 0 !important;
    font-size: 14px;
    margin-top: 5px;
}

.inputError {
    color: #bf2424;
}

.inputSuccess {
    color: #057b05;
}

.removeFromWishlist i {
    /*color: red !important;*/
    color: #36a5de !important
}

td.gsearch {
    cursor: pointer;
}

.remove_cart_item {
    color: red !important;
}

.coupon_section {
    margin: 2rem 0;
}

.blog_cat_active {
    color: #ED7F06 !important;
}

.login_now {
    background: #fab71b;
    padding: 12px 38px;
    color: #000 !important;
    font-size: 16px;
}

.person_review_area span.product_rating {
    margin-right: 0;
    margin-left: 25px;
}
select.filter_by_status.filter_by_order_status {
    padding: 7px;
}
.login-box .page-details-sec {
    position: relative;
    top: 0;
    width: 50%;
    margin: 0 auto;
    margin-top: 180px;
}
.input_error {
    margin-top: 5px;
    font-size: 14px;
}
.dashboard-bg h2 {
    font-size: 19px;
}
.price-row.mt-15.dashed-top-border h4, .price-row.mt-15.dashed-top-border a {
    font-size: 17px;
}
select#ReturnReasons {
    padding: 10px;
    height: auto;
}
.dashboard-list-body .list-body-1:nth-child(2) {
    font-size: 14px;
    width: 100px;
}
li.recent-post.recent-img-post:nth-child(2), li.recent-post.recent-img-post:nth-child(4),
li.recent-post.recent-img-post:nth-child(6), li.recent-post.recent-img-post:nth-child(8) {
    margin-right: 0;
}
.add_total_area.address {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.add_total_area.address h5, .add_total_area.address h6 {
    font-size: 16px;
    line-height: 26px;
    width: 49%
}
.add_total_area.address h5 strong, .add_total_area.address h6 strong {
    font-size: 20px;
    display: block;
    border-bottom: 1px solid #000;
    margin-bottom: 8px;
    padding-bottom: 5px;
}
.content-widget-sidebar ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem
}
.add_total_area {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #c4c4c4;
}
.d-flex.single-order-summary .post-cont-view-order {
    padding-left: 20px;
}
.row.for-padding.dashboard_area {
    margin-top: 25px !important;
    margin-bottom: 0;
}
.edit_shipping_addr_div.dashboard_area {
    margin-top: 40px;
}
.product_show_div {
    width: 200px;
}
input[name="delivery-address"]:checked+.checkout_address {
    background: #cadeba;
    padding: 8px 16px 0px 16px;
}
.thanku_row .recent-post .post-cont {
    padding-left: 10px;
}
.thanku_row .recent-post .post-img a img {
    max-width: 100%;
    max-height: 120px;
}
.delivery_charge_section input {
    position: relative;
    top: 2px;
}
.default_address {
    background: #cadeba;
    padding: 8px 16px 0px 16px;
}
.success_btn {
    background: rgba(156,203,116,1);
    color: #fff;
    margin-top: 10px;
}
.user_bank_details_section .help-block {
    color: red;
}
.add-bank-details {
    cursor: pointer;
    color: #d48900;
}
.bank_address {
    width: 79%;
    padding-right: 20px;
}
div.single_bank_details {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
div.single_bank_details input {
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.text-red {
    color: red;
}
.status_date_time {
    color: #919a91;
    font-size: 10px;
}