
	body.woocommerce-account .breadcrumb-title-wrapper {
		display: none !important;
	}

	.welcome_box {
	
	}
	.welcome_box .welcome_content_box h1 {
		
	}

    .my_account_form_main {
        margin-top: min(max(30px, 2.8646vw), 55px);
    }


	.welcome_box .welcome_content_box p {
		font-size: min(max(16px, 1.1458vw), 22px);
	}
	.welcome_row {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.welcome_box .primary_btn_outline {
		border-radius: 49.18px;
		border: 2.459px solid var(--Gradient-New, #B6400E);
		background: rgba(255, 255, 255, 0.50);
		border-color: var(--theme-brown);
		border-radius: 60px;
		border-color: linear-gradient(180deg, #B6400E 23.85%, #540002 83.42%);
		box-shadow: none;
		flex-direction: row-reverse;
	}
	.welcome_box .primary_btn_outline .btn_icon {
		width: 26px;
		height: auto;
	}
	.order_right_box {
		padding: 0px 100px 0px 46px;
		padding-top: 48px;
	}

    .order_right_box{
        padding-right: min(max(30px, 5.2083vw), 100px);
        padding-left: min(max(30px, 2.3958vw), 46px);
        padding-top: min(max(30px, 2.3958vw), 46px);
    }

	.order_right .welcome_box .welcome_content_box .fs-72{
		color: var(--theme-dark-brown-new);
	}

	.order_right .welcome_box .welcome_content_box .fs-72 span{
		color: var(--theme-orange-red);
	}

	.order_heading .section-title {
		color: var(--theme-brown-light);
		font-family: var(--theme-font-lato);
		font-style: normal;
		font-weight: 700;
		margin-bottom: 20px;
		font-size: 1.4583vw;
	}
	.order_main {
		z-index: 9;
		position: relative;
	}
	.order_nev ul {
		margin-top: 100px;
		padding-left: 0px;
		display: flex;
		flex-direction: column;
		gap: 20px 0;
	}
	.order_nev ul li {
		padding: 10px;
	}
	.order_main .order_left {
		width: 20%;
	}
	.order_right {
		width: 80%;
	}
	.order_nev {
		width: 100%;
		height: 100%;
		background: #B6400E;
		padding: 77px 30px;
	}
	.order_row {
		display: flex;
	}
	.order_nev ul li .sidebar_incon {
		width: 37px;
		display: inline-block;
	}
	.order_nev ul li .sidebar_incon svg {
		width: 100%;
	}
	.order_nev ul li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.20);
		background: #B6400E;
	}
	.order_nev ul li.is-active {
		border-radius: 5px;
		background: #FFF;
	}
	.order_nev ul li.is-active a {
		color: #b6400e;
	}
	.order_nev ul li.is-active a .sidebar_icon svg path {
		fill: #b6400e;
	}
	.order_nev ul li a {
		display: flex;
		gap: 12px;
		align-items: center;
		font-size: 22px;
		font-weight: 400;
		color: #FFF;
	}
	.welcome_box .primary_btn_outline .btn_icon svg path {
		stroke: #B6400E;
	}
	.order_address {
    border-radius: 20px;
    border: 0.8px solid #E7E5E4;
    background: #FFF;
    width: 100%;
    margin: 0 auto;
    padding: 30px 30px;
    margin-top: 20px;
}

.order_address_box{
	position: relative;
}

.order_address_box .order_bottom{
	position: absolute;
	top: 0px;
	right: 0px;
}

	.order_box_left_box {
		display: flex;
		gap: 16px;
		flex-wrap: wrap;
		margin-bottom: min(max(25px, 2.0833vw), 40px);
	}

	.order_box_left_box .join_movement_btn {
		width: 100%;
	}

	.order_box_left_box {
		display: flex;
		gap: 16px;
	}
	.order_box_img {
		width: min(max(80px, 7.2917vw), 140px);
		height: min(max(80px, 7.2917vw), 140px);
		overflow: hidden;
		border-radius: min(max(8px, 0.7292vw), 14px);
		-webkit-border-radius: min(max(8px, 0.7292vw), 14px);
		-moz-border-radius: min(max(8px, 0.7292vw), 14px);
		-ms-border-radius: min(max(8px, 0.7292vw), 14px);
		-o-border-radius: min(max(8px, 0.7292vw), 14px);
}
	.order_box_img img {
		width: 100%;
		height: 100%;
	}

	.order_box_content .fs-24 {
		color: #2C2520;
		font-weight: 700;
		margin-top: 0;
		margin-bottom: 6px;
	}

	.order_box_content span {
		color: var(--theme-brown-light);
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		margin-bottom: 25px;
	}
	.order_box_content ul {
		padding-left: 0;
		list-style: none;
		display: flex;
		margin-bottom: 6px;
        margin-top: 9px;
	}

	.order_box_content ul li{
		padding: 0px 15px;
		border-right: 1px solid #4A2C2A;
	}

	.order_box_content ul li:last-child{
		border: none;
	}

	.order_box_content ul li:first-child{
		padding-left: 0;
	}


	.order_box_content span a {
		color: #B6400E
	}
	.prise {
		color: var(--theme-dark-brown-new);
		font-weight: 700;
	}
	.order_box {
		display: flex;
		justify-content: space-between;
		align-items: self-start;
	}
	.order_box_list ul {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.order_box_list ul li {
		color: var(--theme-brown-light);
		font-style: normal;
		font-weight: 400;
		line-height: 30px;
	}
	.join_movement_btn.btn-group .primary_btn_outline {
		border-color: var(--theme-brown);
		border-radius: 60px;
		border-color: linear-gradient(180deg, #B6400E 23.85%, #540002 83.42%);
	}
	.join_movement_btn.btn-group {
		column-gap: 20px;
	}
	.join_movement_btn.btn-group .primary_btn_outline .btn_icon svg path {
		stroke: #540002;
	}
	.order_address {
		display: flex;
	}
	.order_address_box {
		background: #fff;
		border-radius: 10px;
		width: 100%;
	}
	.order_address_card {
		border-radius: 10px;
		border: 1px solid rgba(0, 0, 0, 0.20);
		margin-bottom: 10px;
	}
	.order_address_card .order_address_header {
		padding: 12px 24px;
	}
	.order_address_card .order_address_body {
		padding: 12px 24px;
	}
	.order_address_card .order_address_header {
		padding: 12px 24px;
		border-bottom: solid 1px rgba(0, 0, 0, 0.10);
	}
	.order_address_header h3 {
		font-weight: 700;
	}
	.address_box .address_left {
		width: 647px;
		width: 50%;
	}
	.order_address_body p {
		font-weight: 400;
		font-family: var(--theme-font-lato);
	}

	.order_address_body p strong{
		padding-right: 6px;
	}

	.order_address_body p:first-child {
		margin-bottom: 16px;
	}
	.address_box {
		display: flex;
		gap: 3.854vw;
	}

	.address_box .address_right {
		flex: 1;
		width: 100%;
		margin-top: 130px;
	}

	.summary_box {
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: space-between;
		padding-bottom: 10px;
	}
	.summary table {
		width: 100%;
		border: none;
	}
	.summary_head {
		border-bottom: solid 1px rgba(0, 0, 0, 0.10);
		padding-bottom: 15px;
		margin-bottom: 12px;
	}
	.summary_head .fs-22 {
		font-weight: 700;
		color: var(--theme-brown-light);
	}

	.summary td {
		width: 50%;
		color: var(--theme-brown-light);
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
		padding-bottom: 7px;
		padding-top: 7px;
		border: none;
		padding-left: 0;
		padding-right: 0;
	}
	.total td {
		font-weight: 700;
	}
	.note p {
		font-size: 18px;
		color: #2C2520;
		font-weight: 500;
	}
	.note p strong {
		font-weight: 400;
		color: var(--theme-brown-light);
	}
	.order_section h1,
	.order_section h2,
	.order_section h3,
	.order_section h4 {
		font-family: var(--theme-font-lato);
	}


    .bg_part_checkout {
        border-radius: 20px;
        border: 0.8px solid #E7E5E4;
        background: var(--theme-white);
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        padding: min(max(14px, 1.0417vw), 20px);
}

.saved-address-wrapper{
    margin-top: 17px;
}


.form_edit_part .profile-submit .woocommerce-Button{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    column-gap: 0.9375rem;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: var(--theme-white);
    text-transform: capitalize;
    /* padding: min(max(.625rem, 0.67708vw), 0.8125rem) min(1.82292vw, 2.1875rem); */
    padding: min(max(15px, 1.0417vw), 1.25rem) min(max(25px, 1.8229vw), 2.1875rem) min(max(12px, 1.0625rem), 1.0625rem);
    font-size: min(max(16px, 1.25vw), 24px);
    font-weight: 400;
    font-family: var(--theme-font-qasira);
    border-radius: min(max(1.875rem, 3.125vw), 3.75rem);
    text-decoration: none;
    -webkit-border-radius: min(max(1.875rem, 3.125vw), 3.75rem);
    -moz-border-radius: min(max(1.875rem, 3.125vw), 3.75rem);
    -ms-border-radius: min(max(1.875rem, 3.125vw), 3.75rem);
    -o-border-radius: min(max(1.875rem, 3.125vw), 3.75rem);
    transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -ms-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    background: var(--theme-gradient-new);
    text-transform: uppercase;
}

.form_edit_part .profile-submit .woocommerce-Button:hover{
    background: var(--theme-gradient-new);
}

.address_box_main .address-card {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    padding: 12px;
}

.address_box_main .address-card + .address-card{
    margin-top: 10px;
}

.location-icon {
    width: min(max(24px, 1.9792vw), 38px);
    display: inline-block;
}

.location-icon svg{
    width: 100%;
    height: 100%;
}

.address-card .address-title{
    font-size: min(max(20px, 1.25vw), 24px);
    color: var(--theme-black);
}

.address-card .address-title strong {
    font-weight: 700;
    margin-left: 6px;
}

.address_box_main .address-card .contact-info {
    margin-top: 12px;
    font-size: min(max(16px, 0.9375vw), 18px);
    color: var(--theme-black);
}

.address_box_main .address-card .address_up{
    margin-top: 8px;
    font-size: min(max(16px, 0.9375vw), 18px);
	color: var(--theme-black);
}

.address_box_main .address-card .address-body {
    padding-left: min(max(35px, 2.5521vw), 49px);
}

.forn_part_form_acount {
    width: 100% !important;
    margin-right: 0 !important;
}

.forn_part_form_acount label {
    /* color: rgba(0, 0, 0, 0.60); */
	color: var(--theme-brown-light);
    font-size: min(max(18px, 1.1458vw), 22px);
    font-weight: 400;
    letter-spacing: 0px;
}

.form_edit_part form .forn_part_form_acount .woocommerce-Input {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 50px;
    padding: 0 15px;
    font-size: min(max(18px, 1.1458vw), 22px);
    color: var(--theme-black);
    border: 1px solid #CCC;
}

.form_edit_part form .forn_part_form_acount .woocommerce-Input:focus{
    border: 1px solid #CCC;
}


    .order_right_box {
        padding-bottom: 30px;
    }

.address_box_main .address-card {
    position: relative;
}

   
 .address_box_main .address-card .edit-link {
    color: var(--theme-brown-light);
    font-size: min(max(16px, 1.0417vw), 20px);
    display: block;
    text-decoration: underline;
    position: absolute;
    right: 20px;
    top: 15px;
    text-underline-offset: 3px;
}

.address_box_main .btn-group{text-align: center; margin-top: 30px;}


.new_pass_box{
	display: none;
}

.profile_pass_btn{
	color: var(--theme-orange-red);
	text-decoration: underline;
	text-underline-position: 3;
	text-underline-offset: 5px;
	font-weight: 700;
}

.profile_pass_btn:hover{
	color: var(--theme-orange-red);
}

.change_pass_btn{
	margin-bottom: 20px;
	display: block;
}


.sidebar_button_inner {
    background: #B6400E;
    padding: 10px;
    border-radius: 3px;
    width: 45px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	display: none;
}

.sidebar_button_inner span {
    width: 100%;
    height: 2px;
    background: var(--theme-white);
}

.close_deshboard {
    background: #B6400E;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    display: none;
}

.order_main .order_left{
    transition: left 0.5s ease;
    -webkit-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -ms-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
}

.mobile_dashboard_header{
	display: none;
}
    

@media only screen and (max-width: 1199px) {

	.mobile_dashboard_header {
        display: block;
        padding: 20px 27px;
        padding-bottom: 0;
    }

	.close_deshboard {
        display: flex;
    }

	.sidebar_button_inner {
        display: flex;
        position: initial;
    }

	.order_main .order_left.active{
		left: 0;
		top: 0;
	}



.order_right_box {
    padding-right: 30px;
}

.order_heading .section-title{
	font-size: 1.25rem;
}

.order_right_box{
	padding-right: 30px;
}

    .order_main .order_left {
        width: 300px;
        left: -100%;
        position: fixed;
        height: 100%;
        z-index: 9;
    }

	.order_right {
		width: 100%;
	}

	.welcome_right {
		display: flex;
		align-items: center;
		column-gap: 10px;
	}

}

@media only screen and (max-width: 991px) {

.order_nev {
    padding: 40px 15px;
}

  .address_box .address_left {
    width: 55%;
}


}

@media only screen and (max-width: 767px) {

    .order_row {
    flex-direction: column;
}

    .welcome_right {
        flex-direction: row-reverse;
        width: 100%;
        justify-content: space-between;
    }

    .mobile_dashboard_header {
        display: block;
        padding: 18px 15px;
        padding-bottom: 5px;
    }

	.summary_box {
		padding-bottom: 0px;
	}

.address_box {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.address_box .address_left {
    width: 100%;
}

    .order_main .order_left {
        width: 100%;
    }

	.close_deshboard {
        right: 4px;
        top: 15px;
    }


	.form_edit_part .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row{
		width: 100%;
	}

    .order_right {
    width: 100%;
}

    .order_right_box {
        padding: 16px;
    }

    .welcome_row {
        row-gap: 40px;
        align-items: flex-start;
        display: flex;
        flex-direction: column-reverse;
    }

.order_nev ul {
    margin-top: 24px;
}

.order_nev {
        padding: 20px 16px;
    }


.order_address_box .order_bottom {
    position: initial;
    margin-bottom: 20px;
}

.order_address_box .order_bottom .order_box_left{
	display: none;
}

.order_address_box .order_bottom .order_box_right {
    width: 100%;
}

.order_address_box .order_box_list ul{
	padding-left: 0;
}

.order_address {
    padding: 16px 16px;
	border-radius: 12px;
}

.order_box_content {
    width: 100%;
    flex: 1;
}

.order_box_content .fs-24 {
    margin-bottom: 0px;
}

.join_movement_btn.btn-group {
    column-gap: 12px;
}

.order_address {
    margin-top: 12px;
}

.order_box_left_box{
	margin-bottom: 35px;
}

.address_box .address_right {
    margin-top: 0;
}

}



















/* start order-list css */


.my-orders {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.recent_order_main {
    margin-bottom: 14px;
}

.recent_order_main .section__header .section__header{
	color: var(--theme-brown-light);
}

.recent_order_main .section__header .sub_heading {
	color: var(--theme-orange-red);
	font-weight: 700;
	border-bottom: 3px solid var(--theme-orange-red);
	width: fit-content;
}

.recent_order_main .section__header{
	column-gap: min(max(50px, 5.2083vw), 100px);
}

.recent_order_main .section__header .cancel_order_btn a{
   text-decoration: none;
   color: var(--theme-brown-light);
   font-weight: 700;
}

.recent_order_main .section__header .cancel_order_btn a:hover{
	color: var(--theme-brown-light);
	text-decoration: none;
}

.order-card {
	display: flex;
	justify-content: space-between;
	border-radius: 12px;
	padding: 0px;
	flex-wrap: wrap;
	border-radius: min(max(10px, 1.0417vw), 20px);
	border: 1px dashed var(--theme-brown-light);
	background: var(--theme-white);
	-webkit-border-radius: min(max(10px, 1.0417vw), 20px);
	-moz-border-radius: min(max(10px, 1.0417vw), 20px);
	-ms-border-radius: min(max(10px, 1.0417vw), 20px);
	-o-border-radius: min(max(10px, 1.0417vw), 20px);
	align-items: flex-end;
}

/* LEFT */
.order-card-left {
    display: flex;
    gap: min(max(15px, 1.5625vw), 30px);
	padding-top: 12px;
    padding-left: 12px;
}

.order-product-image{
	width: 160px;
}

.order-product-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.order-product-content {
    display: flex;
    flex-direction: column;
    gap: 0px;
	width: 100%;
	flex: 1;
}

.order-product-title {
    font-weight: 700;
    color: #2C2520;
    font-family: var(--theme-font-lato);
}

.order-product-author span {
    color: var(--theme-orange-red);
	font-weight: 700;
	border-bottom: 2px solid var(--theme-orange-red);
}

.order-product-meta,
.order-product-qty {
    color: var(--theme-brown-light);
	margin-top: 10px;
}

.order-status-text {
    font-weight: 500;
}

.status-completed {
    color: green;
}

.status-processing {
    color: var(--theme-orange-red);
	font-weight: 700;
	margin-top: 10px;
}

.order-meta-bottom {
    margin-top: 0;
    color: #2C2520;
    display: flex;
    column-gap: min(max(40px, 4.1667vw), 80px);
	align-items: center;
}

.order-meta-bottom .order_id_date {
    display: flex;
    column-gap: 20px;
    font-weight: 700;
}

.order-meta-bottom .order_id_date span{
	font-weight: 400;
}

/* RIGHT */
.order-card-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    padding-right: min(max(25px, 2.6042vw), 50px);
    padding-top: 12px;
}

.order-price {
    text-align: right;
    display: flex;
    flex-direction: column;
}

.order-price .old-price {
    text-decoration: line-through;
    color: var(--theme-brown-light);
    display: block;
}



.order-price .new-price {
    font-weight: bold;
    color: var(--theme-dark-brown-new);
}

.order-price .new-price .woocommerce-Price-currencySymbol{
  line-height: 0;
  font-size: 24px;
}

.order-price .small_cnt{
	font-style: italic;
	color: var(--theme-black);
	font-weight: 300;
}

.order-price .small_cnt small{
	font-size: 16px;
}

.order-view-btn {
    border: 2px solid var(--theme-orange-red);
    padding: 10px 35px;
    border-radius: 25px;
    color: var(--theme-dark-brown-new);
    text-decoration: none;
    font-family: var(--theme-font-qasira);
    display: flex;
    align-items: center;
    column-gap: 12px;
    line-height: initial;
}

.order-view-btn span{
	color: var(--theme-dark-brown-new);
}

.order-view-btn .btn_icon{
	line-height: 0;
}

.order-view-btn:hover{
	 color: var(--theme-dark-brown-new);
	 text-decoration: none;
}

.order_card_bottom {
    width: 100%;
    justify-content: space-between;
    column-gap: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    padding-top: 16px;
    margin-top: 18px;
    padding-left: 12px;
    padding-right: min(max(25px, 2.6042vw), 50px);
    padding-bottom: 16px;
}


@media only screen and (max-width: 767px) {

	.order-product-image {
		width: 80px;
	}

	.recent_order_main .section__header {
		gap: 35px;
	}

	.order_card_bottom {
        flex-direction: column;
        row-gap: 12px;
    }

	.order-meta-bottom {
        flex-direction: column;
        align-items: center;
        row-gap: 5px;
    }

	.order_card_bottom {
		align-items: center;
	}

	.order-price {
       width: 100%;
	}

	.order-view-btn {
		width: fit-content;
	}

	.order-card-left {
        padding: 12px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
        width: 100%;
    }

	.order-card-right {
		padding: 12px;
		width: 100%;
		padding-bottom: 5px;
	}

}

/* end order-list css */







/* start cancel order */


/* Wrapper */


/* Main Box */
.order-cancel-box {
    border-radius: 20px;
    border: 0.8px solid #E7E5E4;
    background: #FFF;
    width: 100%;
    margin: 0 auto;
    padding: 30px 30px;
    margin-top: 20px;
}

/* Title */

.order-cancel-box .section__header{
	margin-bottom: min(max(20px, 1.4583vw), 28px);
}
/* Row */
.cancel-reason-row {
    display: flex;
    align-items: flex-start;
    gap: min(max(20px, 1.6667vw), 32px);
}

/* Label */
.cancel-label {
    font-weight: 500;
    color: var(--theme-black);
    /* min-width: 220px; */
	font-weight: 700;
}

/* Options */
.cancel-options {
    display: flex;
    flex-wrap: wrap;
    gap: 18px min(max(30px, 3.125vw), 60px);
    width: 100%;
    flex: 1;
}

/* Custom Radio */
.cancel-options .custom-radio {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 18px;
    color: var(--theme-black);
    display: inline-flex;
    align-items: center;
    margin-bottom: 0px;
    padding-bottom: 0;
    padding-top: 4px;
	letter-spacing: 0px;
}

/* Hide default */
.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Radio box */
.cancel-options .custom-radio .radio-box {
    position: absolute;
    left: 0;
    top: 3px;
    height: 20px;
    width: 20px;
    border: 2px solid var(--theme-orange-red);
    border-radius: 3px;
    background: var(--theme-white);
}

/* Checked state */
.custom-radio input:checked ~ .radio-box {
    background-color: var(--theme-orange-red);
    border-color: var(--theme-orange-red);
}

/* Tick */
.cancel-options .custom-radio .radio-box::after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radio input:checked ~ .radio-box::after {
    display: block;
}

.custom-radio .radio-box::after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid var(--theme-white);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Input box */
.cancel-input-box {
    margin-top: 20px;
    position: relative;
}

.cancel-input-box.input_deta .form-control{
	margin: 0;
}

/* .cancel-input-box input {
    width: 100%;
    height: 44px;
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 0 12px;
    font-size: 14px;
    outline: none;
} */

/* Char count */
.char-count {
    position: absolute;
    right: 10px;
    top: -10px;
    background: var(--theme-orange-red);
    color: var(--theme-white);
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 4px;
}

/* Button */

/* .cancel_btn_main {
    margin-top: min(max(20px, 1.5625vw), 30px);
} */

.cancel_btn_main .primary_btn {
    padding: 6px 30px;
}


.order_btn_cancel_new {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
}

.order_btn_cancel_new a{
	color: var(--theme-orange-red);
	border-bottom: 1px solid var(--theme-orange-red);
	display: flex;
	align-items: center;
	column-gap: 6px;
	font-weight: 500;
	text-decoration: none;
}

.order_btn_cancel_new a:hover{
	text-decoration: none;
	color: var(--theme-orange-red);
}

@media only screen and (max-width: 991px) {

.cancel-reason-row {
    flex-direction: column;
    gap: 12px;
}

.cancel-input-box {
    margin-top: 35px;
}

.cancel_btn_main .primary_btn {
    padding: 10px 30px;
}

}

@media only screen and (max-width: 767px) {
	.cancel-options .custom-radio {
		width: 100%;
	}

.order-cancel-box {
    padding: 16px 16px;
    border-radius: 12px;
}

.order_btn_cancel_new {
    margin-top: 8px;
    justify-content: flex-start;
}

    .cancel-input-box {
        margin-top: 30px;
    }

}

/* end cancel order */