/*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; 
    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: .25rem;
    margin-bottom: 15px;
}

.amount-section.summary-div h2 {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.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; 
} */

/* .checkout-price {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
} */

/* .amount-section span { 
    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; 
} */
/*  
.amount-section del {
    font-weight: 700;
    color: #747474;
    margin-right: 1rem;
} */
/* 
.amount-section.summary-div .checkout-box .row.cart-box img { 
    width: auto !important;
    max-width: 100%;
}

.cart-box h3 {
    font-weight: 500; 
    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: #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 {
  display: flex;
  align-items: center;
  color: var(--m-dark);
}

.user-img .image-preview-input img {
  object-fit: cover;
  max-width: 100%;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

/*.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: 0.8rem 2rem;
}

/* My Order */

.my_order_filter {
  margin: 50px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.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: 0.4rem 1.5rem;
  padding: 0.3rem 0.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;
}

.product-demo img {
  margin: 0 10px 5px 0;
  max-width: 60px !important;
  min-height: auto !important;
  width: 100% !important;
  height: auto !important;
}

.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(4),
.dashboard-list-body .list-body-1:nth-child(5) {
  font-size: 14px;
}

.order-list .list-body-1.list-body-2 {
  font-size: 13px;
  display: flow-root;
}

.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: 0.5rem 0.5rem;
  /* padding: .7rem 1rem; */
  padding: 7px 7px;
  width: auto;
  text-shadow: none;
  display: inline-block;
}

.my_order_search_listing .dashboard-list-box {
  border-radius: 4px;
  border: 1px solid var(--light-yellow);
  background: var(--white);
  padding: 10px 12px;
}

.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: var(--white);
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  padding: 50px 100px 0px 100px;
}

.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;
  border-bottom: 1px solid #c4c4c4;
}

.main-item-wrapp {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px !important;
}

.process-wrap {
  margin-top: 0px;
}

.main-item-wrapp .small_image_div {
  margin-left: 0;
  margin-bottom: 20px;
}

.small_image_div {
  height: 100px;
  width: 100px;
  transition: 0.5s;
  object-fit: contain;
  border-radius: 4px;
  border: 1px solid var(--light-yellow);
  background: var(--white);
  margin-right: 20px;
  padding: 5px;
}

.main-item-wrapp .post-cont-view-order {
  padding-left: 0;
}

.post-cont-view-order,
.row.for-padding {
  color: var(--m-dark);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.row.for-padding {
  margin-bottom: 15px;
  margin-top: 15px;
}

.for-padding {
  color: var(--gray);
  margin-bottom: 5px;
}

.list-main {
  display: inline-block;
  list-style: none;
}

.list-main li:first-child {
  padding-left: 12px;
}

.list-main li {
  position: relative;
  color: var(--dark-color);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
}

.list-main li::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 45px;
  z-index: 9;
  background: url(../frontend/web/images/arrow-right-green.svg);
  height: 50px;
  width: 38px;
  background-repeat: no-repeat;
  background-size: contain;
}

.list-main li:last-child::after {
  content: none;
}

.deliver-left-area.order_detail_box {
  width: 100%;
}

.main-item-wrapp .post-cont-view-order h3 {
  color: var(--m-dark);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.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: 15px !important;
}

/* Review */

.rating_review_area p {
  margin-bottom: 0;
}

.product_details_top .product_rating {
  background: #ff9f00;
  margin-right: 10px;
}

.product_rating {
  color: #fff;
  padding: 8px 10px 3px 0;
  border-radius: 12px;
  line-height: 1;
  display: inline-block;
  font-size: 17px;
  margin-bottom: 15px;
}

.fa-star {
  color: var(--green);
}

.write_review_btn {
  padding: 8px 20px;
  display: inline-block;
  border: 1px solid #ed7f06;
  border-radius: 25px;
  color: #ed7f06 !important;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 17px;
  transition: 0.3s;
}

.write_review_btn:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white) !important;
}

.total-review {
  max-width: 300px;
  width: 100%;
}

.total-review .five-star {
  /*padding: 0 20px 0 35px;*/
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*.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: 16px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 4px;
}

.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 0.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: 30px;
  border-top: 1px solid var(--m-gray);
  padding-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: var(--primary-color);
  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: 0px 0 20px !important;
  line-height: 20px;
}

.upload-images-reviewer {
  margin-bottom: 20px;
}

/*================================= profile area start ================================== */

.bg-light-theme {
  background-color: #f3f3f3;
}

.bg-light-theme .signup_phone_code_div {
  border-radius: 0.5rem;
  overflow: hidden;
}

.bg-light-theme .signup_phone_code_div .form-control {
  border: 0rem;
}

.bg-light-theme .signup_phone_code_div .custom-select-wrapper {
  width: 4rem;
}

.treatment-box {
  margin-right: 40px;
}

.col-md-8 .treatment-box {
  margin-right: 0px;
}

.treatment-box.updateStyle {
  border-radius: 4px;
  padding: 0%;
  border: none;
}

/* .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;
    margin: 0%;
} */

.deliver-left-area h4,
.deliver-pay-del h4 {
  color: var(--gray);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
}

.deliver-pay-del a {
  color: var(--gray);
  font-style: normal;
  font-weight: 500;
}

.price-row.dashed-top-border {
  display: flex;
  padding: 13px 20px;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid var(--secondary-color);
  background: var(--white);
  margin-bottom: 15px;
}

.price-row.dashed-top-border.active {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.price-row.dashed-top-border.active h4 {
  color: var(--white) !important;
}

.price-row.dashed-top-border.active img {
  filter: brightness(0) invert(1);
}

.price-row.dashed-top-border.active .price-row {
  display: flex;
  justify-content: space-between;
  padding-top: 0.25rem;
}

.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: var(--white);
  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: var(--primary-color);
}

.single_billing_address,
.single_delivery_address span {
  margin-right: 20px;
}

.single_delivery_address .edit_address {
  color: var(--primary-color);
}

.single_delivery_address .delete_address {
  color: red;
}

.dashboard-area #shipp_addr_form {
  padding: 20px;
}

/* 
.single_delivery_address div {
    display: inline-block;
}
div#delivery_address_outer .checkout_address {
    width: calc(100% - 4rem);
    
}
div#delivery_address_outer .btns{
    width: 4rem;

}
.single_delivery_address,
.single_billing_address {
    display: block;
    font-size: 14px; 
    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: #36a5de;
    color: #fff;
} */

.custom-btn {
  border-radius: 4px;
  border: 1px solid var(--primary-color);
  padding: 13px 20px;
  color: var(--primary-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.3s ease-in;
  margin-top: 30px;
  background-color: var(--white);
}

.custom-btn:hover {
  background-color: var(--primary-color);
  color: var(--white);
  filter: brightness(115%);
}

.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;
}

.other_billing_address .checkout_address {
  width: 90%;
}

.other_billing_address .checkout_address p {
  margin-bottom: 6px;
}

.single_billing_address {
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.single_delivery_address p strong,
.single_billing_address p strong {
  color: var(--primary-color);
  width: 100%;
  display: block;
  margin-bottom: 6px;
}

.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-size: 1.25rem;
}

/*================================= 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);
  border-radius: 1rem;
  margin-top: 2rem;
}

.thanku_heading {
  text-align: center;
  /*width: 80%;*/
  margin: 0 auto;
}

.thanku_heading span {
  font-size: 1.375rem;
  line-height: 1.3;
  color: #008000 !important;
}

/*.thanku_row .content-widget-sidebar {
    width: 80%;
    margin: 0 auto;
}*/

.thanku_row .content-widget-sidebar ul {
  margin-bottom: 30px !important;
  justify-content: space-between;
}

.thanku_row .recent-post.recent-img-post {
  display: inline-block;
  max-width: calc(50% - 0.65rem);
  width: 100%;
  background: #f1f1f1;
  padding: 10px;
  min-height: 122px;
  /* margin-bottom: 8px;
    margin-right: 10px; */
  border-radius: 1rem;
  margin-top: 1rem;
}

@media (max-width: 992px) {
  .thanku_row {
    width: 100%;
    padding: 30px 15px;
  }
}

@media (max-width: 768px) {
  .thanku_row .recent-post.recent-img-post {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .thanku_row {
    padding: 20px 0px;
  }
}

/* .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;
  margin-right: 20px;
}

.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: 0.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;
}

.ReturnReasonModal_div {
  background-color: #fff;
  padding: 40px;
}

.thanku_login_heading p {
  border-radius: 0.5rem;
}

#ReturnReasonButton {
  margin-top: 20px;
  border: 0;
}

#ReturnReasons_error {
  border: 0 !important;
  font-size: 14px;
  margin-top: 5px;
}

.inputError {
  color: #bf2424;
}

.inputSuccess {
  color: #057b05;
}

td.gsearch {
  cursor: pointer;
}

.remove_cart_item {
  color: red !important;
}

.coupon_section {
  margin: 2rem 0;
  width: 100%;
}

.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;
}

.dash-board h2,
.order-list h2 {
  color: var(--dark-color);
  font-family: var(--body-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
}

.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;
}

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: 1rem;
  line-height: 1.4;
  width: 49%;
}

.add_total_area.address h5 strong,
.add_total_area.address h6 strong {
  font-size: 1.25rem;
  display: block;
  border-bottom: 1px solid #000;
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
}

@media (max-width: 576px) {
  .add_total_area.address {
    display: block;
  }

  .add_total_area.address h5,
  .add_total_area.address h6 {
    width: 100%;
  }
}

.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;
}

.row.for-padding.dashboard_area {
  margin-top: 25px !important;
  margin-bottom: 0;
}

.edit_shipping_addr_div.dashboard_area {
  margin-top: 40px;
}

input[name="delivery-address"]:checked + .checkout_address {
  background: transparent;
  padding: 0.25rem 0.5rem;
}

.thanku_row .recent-post .post-cont {
  padding-left: 10px;
}

.delivery_charge_section input {
  position: relative;
  top: 2px;
}

.default_address {
  background: var(--secondary-color-light);
  padding: 15px;
}

.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: var(--m-dark);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-top: 6px;
}

input[type="radio"],
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: top;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #bbb;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  cursor: pointer;
}

input[type="checkbox"],
input[type="checkbox"]:checked {
  border-radius: 4px !important;
  border: 1px solid var(--m-gray) !important;
  background: var(--white);
  width: 26px;
  height: 26px;
}

input[type="checkbox"]:checked {
  background: var(--secondary-color);
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

input[type="checkbox"]:checked {
  background: var(--secondary-color);
}

input[type="checkbox"] {
  border-radius: 2px !important;
}

input[type="radio"] {
  border-radius: 50%;
  position: relative;
}

/* Apply styles to checked radio buttons */
input[type="radio"]:checked {
  background-color: var(--white) !important;
  border-color: #000 !important;
}

.standard-delivery-input input[type="radio"]:checked {
  background-color: transparent !important;
}

/* Apply styles to radio buttons when focused */
/*.form-check-input:focus {
    background-color: var(--white) !important;
    border-color: var(--secondary-color) !important;
}*/

/*.highlighted input[type=radio]:checked{
    background-color: transparent;
    border-color: transparent;
  }*/

/*input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWNoZWNrIj48cG9seWxpbmUgcG9pbnRzPSIyMCA2IDkgMTcgNCAxMiI+PC9wb2x5bGluZT48L3N2Zz4=");
}*/
input:checked[type="radio"]::after {
  background-image: none !important;
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}

.other_billing_address .form-check-input {
  margin-top: 0px !important;
}

/* =================== Error Page =============================== */
.errorPageModify h1 {
  font-family: "montserrat", sans-serif;
  font-size: 17rem;
  margin: 0;
  font-weight: 900;
  background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRgqHnyCL0WH1toSNHjc-SZ_ldNgD2EHcyt0Q&usqp=CAU)
    no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
  margin-top: 5vh;
  line-height: 1;
}

.errorPageModify p {
  font-size: 1.25rem;
  font-weight: 300;
}

@media (max-width: 1398px) {
  .list-main li::after {
    right: 25px;
  }
}

@media (max-width: 992px) {
  .login-box .page-details-sec {
    width: 100% !important;
  }
}

.review_area .new-rating {
  margin: 0px !important;
}

.review_area .new-rating strong {
  padding: 5px 11px;
}

.review_area .new-rating strong i {
  margin-left: 5px;
  font-size: 14px;
}

.review_area .new-rating p {
  color: var(--m-dark);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}

.header_wrapper .details-content-wrap .col-sm-12 {
  border-right: 1px solid var(--m-gray);
  padding: 0 25px;
}

.col-sm-12.pl-0.col-md-12.col-lg-2 {
  padding-left: 15px;
}

.review_area .add_review_button {
  margin-left: auto;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
}

.text-green {
  color: var(--green);
  font-weight: 600;
}

.ship-bil-address {
  color: var(--m-dark);
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ship-bil-address h6 {
  color: var(--gray);
  font-size: 18px;
}

.shipping-ac-name {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
}

.phone-email {
  display: flex;
  font-size: 16px;
  margin-bottom: 10px;
}

.border-left {
  border-left: 1px solid var(--light-color);
  padding-left: 20px;
}

.shipping-body {
  border-bottom: 1px solid var(--light-color);
  margin-bottom: 25px;
  padding-bottom: 10px;
}

a.mail_idd {
  border-right: 1px solid var(--m-dark);
  padding-right: 10px;
  margin-right: 10px;
}

.view_order_second_row.view_order_row {
  padding: 30px 100px 0px 100px;
  padding-bottom: 100px;
}

.star-ratings-css-top {
  color: #34a853;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}

.review-list .rating-bar-light {
  margin-bottom: 13px;
  background-color: #e9ecef;
}

.review-list .rating-bar {
  height: 10px;
  margin-top: 5px;
  background: #00c807 !important;
  opacity: 0.7 !important;
}

.thanku_row .recent-post.recent-img-post {
  display: flex;
  max-width: 100%;
  width: 100%;
  align-items: center;
  margin-bottom: 30px;
}

.thanku_row .post-img .base_image_style {
  height: 300px;
}

.form-check-input:checked[type="radio"] {
  background-image: none !important;
  border: 1px solid;
}
