/*======================
TRACKING ORDER START
========================*/
.wsus__track_area .common_btn {
    margin-top: 25px;
  }



  #wsus__login_register {
    padding-top: 70px;
    position: relative;
  }

    .quentity_btn {
    display: flex;
    align-items: center;
    justify-content: start;
}

/*======================
TRACKING ORDER START
========================*/
.tack_form {
    background: #fff;
    padding: 40px;
    text-align: center;
    margin-bottom: 62px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
  }

  .tack_form h4 {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
  }

  .tack_form p {
    text-transform: capitalize;
    margin-bottom: 50px;
  }

  .wsus__track_input label {
    text-transform: capitalize;
    text-align: left;
    color: #353535;
  }

  .wsus__track_input input {
    width: 100%;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px;
    resize: none;
    border-radius: 5px;
    border: 1px solid #eee;
  }

  .tack_form button {
    width: 100%;
    margin: 0 !important;
  }

  .wsus__track_header_text {
    /* border: 1px solid #eee; */
    /* padding: 20px; */
    border-radius: 5px;
    margin-top: 10px;
  }

  .wsus__track_header_single {
    border-right: 1px solid #eee;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
  }

  .wsus__track_header_single.border_none {
    border: none;
  }

  .wsus__track_header_single h5 {
    text-transform: capitalize;
    font-size: 18px;
  }

  .wsus__track_header_single p {
    text-transform: capitalize;
    font-size: 15px;
    color: #353535;
  }

  .progtrckr {
    margin: 50px 0px 57px 0px;
  }

  .progtrckr li {
    display: inline-block;
    text-align: center;
    width: 24.75%;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 30px;
    position: relative;
  }

  .progtrckr li::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    left: 50%;
    content: "\f00c";
    color: silver;
    background: #fff;
    font-size: 23px;
    bottom: -23px;
    width: 45px;
    height: 45px;
    line-height: 43px;
    border-radius: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border: 2px solid silver;
    z-index: 1;
  }

  .progtrckr li::after {
    position: absolute;
    content: "";
    width: 102%;
    height: 4px;
    background: silver;
    bottom: -4px;
    left: 0;
  }

  .progtrckr li:nth-child(1)::before {
    content: "\f061";
  }

  .progtrckr li:nth-child(1)::after {
    background: #08C;
  }

  .progtrckr li:nth-child(2)::before {
    content: "\f2f1";
  }

  .progtrckr li:nth-child(3)::before {
    content: "\f0d1";
  }

  .check_mark::before {
    background: #08C !important;
    color: #fff !important;
    border-color: #08C !important;
  }

  .check_mark::after {
    background: #08C !important;
  }

  .red_mark::before {
    content: "\f00d" !important;
    background: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #fff !important;
  }

  .red_mark::after {
    background: #dc3545 !important;
  }

  

.quentity_btn button {
    width: 35px;
    height: 35px;
    font-size: 15px;
    color: #fff;
    padding: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.quentity_btn input {
    width: 60px;
    text-align: center;
    height: 35px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin: 0px 5px;
    font-size: 16px;
    font-weight: 400;
    color: var(--colorBlack);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.quentity_btn_area h3 {
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
    margin-top: 0;
}
    .details_quentity {
    margin-bottom: 30px;
}
.quentity_btn_area h3 {
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
    margin-top: 0;
}
.details_size h5,
.details_extra_item h5,
.details_quentity h5 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: var(--colorBlack);
    margin-bottom: 15px;
}


/*======================
CART VIEW PAGE START
========================*/
#wsus__cart_view {
    padding-top: 65px;
  }

  .wsus__cart_list {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    /* border: 1px solid #eee; */
    box-shadow: rgb(50 50 93 / 15%) 0px 0px 5px 0px;
  }

  .wsus__cart_list table tbody tr {
    border-top: 1px solid #ddd;
    padding: 10px 0px;
  }

  .wsus__cart_list table tbody tr:first-child {
    border-top: 0;
    padding: 0;
  }

  .wsus__cart_list table tbody tr td {
    display: flex;
    justify-content: center;
    padding: 0px;
    border: 0;
    overflow: hidden;
    align-items: center;
  }

  .wsus__cart_list .wsus__pro_img {
    width: 140px;
  }

  .wsus__cart_list .wsus__pro_name {
    width: 250px;
  }

  .wsus__cart_list td.wsus__pro_name {
    flex-direction: column;
  }

  .wsus__cart_list .wsus__pro_status {
    width: 170px;
  }

  .wsus__pro_status p {
    text-transform: capitalize;
    color: #08C !important;
  }

  .wsus__pro_status span {
    text-transform: capitalize;
    color: #dc3545 !important;
    display: inline-block;
  }

  .wsus__cart_list .wsus__pro_select {
    width: 150px;
  }

  .wsus__cart_list .wsus__pro_tk {
    width: 135px;
  }

  .wsus__cart_list .wsus__pro_tk h6 {
    color: #353535;
    font-size: 16px;
    font-weight: 600;
  }

  .wsus__cart_list .wsus__pro_tk h6 del {
    color: #888;
    margin-right: 15px;
  }

  .wsus__cart_list .wsus__pro_icon {
    width: 121px;
    border-right: none !important;
  }

  .wsus__pro_icon .common_btn {
    font-size: 12px;
    text-transform: capitalize;
    color: #fff !important;
    padding: 7px 10px 5px 10px;
    font-weight: 400;
  }

  .wsus__pro_icon .common_btn:hover {
    color: #fff;
  }

  .wsus__pro_icon a {
    color: #0b2c3d;
    font-size: 20px;
    transition: all linear 0.3s;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }

  .wsus__pro_icon:hover a {
    color: #ed1b35;
  }

  .wsus__cart_list table tr th {
    background: #def0ff;
    border: none;
    color: #353535;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wsus__cart_list table tbody tr td p {
    font-family: "Roboto", sans-serif;
    color: #0b2c3d;
    text-transform: capitalize;
    font-size: 15px;
    text-align: center;
  }

  .wsus__pro_name span {
    text-transform: capitalize;
    color: #0b2c3d;
    font-size: 14px;
  }

  .cart_summery {
    padding: 0 !important;
    border: 1px solid #ddd !important;
    margin-top: 0 !important;
  }

  .cart_summery_text {
    padding: 10px;
  }

  .cart_summery h5 {
    background: #def0ff;
    text-align: center;
    padding: 15px 0px 15px 0px !important;
    border-bottom: 1px solid #ddd !important;
  }

  .cart_summery .wsus__sub_total {
    font-weight: 400 !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .cart_summery .common_btn {
    width: 100%;
    text-align: center;
    border-radius: 0;
  }

  .cart_summery .wsus_total_area {
    margin: 20px 0px 7px 0px;
    border-top: 1px solid #ddd;
    padding-top: 18px;
  }

  .cart_summery .wsus_total_area .wsus__sub_total {
    font-weight: 600 !important;
  }

  .cart_summery .wsus_total_area .wsus__sub_total span {
    font-weight: 600 !important;
  }

  .cart_summery .form-check label {
    display: flex;
    justify-content: space-between;
  }

  .cart_summery .form-check label span {
    color: #0b2c3d;
  }

  .cart_page_rel_product {
    margin-top: 67px !important;
  }

  .wsus__cart_list_footer {
    border-radius: 5px;
    background: #def0ff;
  }

  .wsus__cart_list_footer_top {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }

  .wsus__cart_list_footer_button form {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }

  .wsus__cart_list_footer_button input {
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 30px;
    resize: none;
    border: 1px solid#08C;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }

  .wsus__cart_list_footer_button button {
    text-transform: capitalize;
    font-size: 14px;
    margin-left: 10px;
  }

  .wsus__cart_list_footer_button .common_btn i {
    margin-right: 5px;
  }

  .wsus__cart_list_footer_button {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: rgb(50 50 93 / 15%) 0px 0px 5px 0px;
  }

  .wsus__cart_list_footer_button h6 {
    border-bottom: 2px solid #fff;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .wsus__cart_list_footer_button p {
    text-transform: capitalize;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    color: #353535;
    font-size: 15px;
  }

  .wsus__cart_list_footer_button p span {
    color: #353535;
    font-size: 15px;
  }

  .wsus__cart_list_footer_button .total {
    border-top: 2px solid #fff;
    padding-top: 15px;
    color: #353535;
  }

  .wsus__cart_list_footer_button .total span {
    font-weight: 600;
  }

  .cart_empty p {
    text-transform: capitalize;
    font-size: 25px;
    color: #353535;
  }

  /*======================
  CART VIEW PAGE END
  ========================*/

  /*======================
  CHECKOUT PAGE START
  ========================*/
  .wsus__check_form {
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: rgb(50 50 93 / 15%) 0px 0px 5px 0px;
  }


  .wsus__checkout_form h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #0b2c3d;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .wsus__checkout_form h5 a {
    color: #08c;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #08c;
    padding: 5px 10px 3px 10px;
    border-radius: 3px;
    transition: all linear .3s;
  }

  .wsus__checkout_form h5 a:hover {
    background: #08c;
    color: #fff;
  }

  .wsus__popup_address .modal-dialog {
    max-width: 800px;
  }

  .wsus__check_single_form .form-check {
    margin: 0;
  }

  .wsus__check_single_form .form-check-input {
    width: 15px;
    padding: 0;
    border-color: #08c;
    border-radius: 3px !important;
  }

  .checkout_accordian .accordion-button::after {
    display: none;
  }

  .checkout_accordian .accordion-button {
    padding: 0;
    border: none !important;
    background: none !important;
  }

  .wsus__check_single_form .select2-container {
    margin-bottom: 25px;
  }

  .wsus__check_single_form input,
  .wsus__check_single_form textarea {
    width: 100%;
    padding: 13px 20px;
    border: 1px solid #eee;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 400;
    color: #0b2c3d;
    resize: none;
    border-radius: 5px;
    background: #fff;
  }

  .wsus__check_single_form textarea {
    margin-bottom: 0;
  }

  .wsus__check_single_form h5 {
    margin-top: 5px;
  }

  .wsus__order_details {
    background: #f3faffc2;
    overflow: hidden;
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: rgb(50 50 93 / 15%) 0px 0px 5px 0px;
  }

  .wsus__order_details_summery {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 17px;
  }

  .wsus__order_details_summery p {
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;
    color: #0b2c3d;
    margin: 15px 0px;
  }

  .wsus__order_details_summery p span {
    color: #0b2c3d;
  }

  .wsus__order_details .wsus__product {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #0b2c3d;
    /* padding-top: 15px; */
    /* border-top: 1px solid #eee; */
  }

  .wsus__order_details .form-check {
    margin: 15px 0px;
  }

  .wsus__order_details .form-check label {
    color: #0b2c3d;
    font-size: 15px;
    font-weight: 400;
  }

  .wsus__order_details .form-check label span {
    display: block;
    font-size: 12px;
  }

  .wsus__order_details .terms_area {
    margin-bottom: 15px;
  }

  .wsus__order_details .form-check label a {
    color: #08C;
  }

  .wsus__checkout_form .select2-container--default .select2-selection--single {
    border-radius: 5px;
  }

  .wsus__order_details .form-check-input[type="radio"] {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
  }

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

  .wsus__checkout_single_address {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px 20px 15px 20px;
    margin-top: 20px;
  }

  .wsus__checkout_single_address ul li {
    display: flex;
    align-items: center;
    margin-top: 5px;
    font-size: 15px;
    text-transform: capitalize;
    flex-wrap: wrap;
    width: 100%;
    color: #3c0793;
  }

  .wsus__checkout_single_address ul li span {
    color: #0b2c3d;
    text-transform: capitalize;
    width: 30%;
    font-size: 15px;
  }

  .wsus__checkout_single_address .form-check {
    background: #f2f2f2db;
    border-radius: 3px;
    width: 100%;
    padding: 5px;
    padding-left: 35px;
  }

  .wsus__checkout_single_address .form-check-input {
    border-radius: 50% !important;
  }

  .common_btn {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    background: rgb(221, 8, 254);
    padding: 12px 25px;
    border: none;
    border-radius: 30px;
    outline: none;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
  }

  .common_btn:hover {
    color: #fff;
    background: rgb(2, 82, 122);
  }

  /*======================
  CHECKOUT PAGE END
  ========================*/

/*======================
PAYMENT PAGE  START
========================*/
.wsus__pay_info_area .nav-pills .nav-link {
    margin-bottom: 10px;
    padding: 15px 0px;
    background: rgb(249, 6, 59);
    border-radius: 30px;
  }

  .wsus__payment_menu {
    padding: 15px;
    background: #fff;
    box-shadow: rgb(50 50 93 / 15%) 0px 0px 5px 0px;
    border-radius: 5px;
  }

  .wsus__payment_menu .nav-pills button:last-child {
    margin-bottom: 0;
  }

  .wsus__pay_info_area .nav-pills .nav-link.active,
  .wsus__pay_info_area .nav-pills .nav-link:hover {
    background: rgb(13, 210, 121);
  }

  .wsus__pay_info_area .tab-pane {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 20px;
    background: #fff;
    box-shadow: rgb(50 50 93 / 15%) 0px 0px 5px 0px;
  }

  .wsus__pay_caed_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .wsus__pay_caed_header h5 {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
  }

  .wsus__pay_caed_header img {
    width: 80px;
    border-radius: 5px;
  }

  .wsus__payment_area .input {
    color: #353535;
    background: none;
    width: 100%;
    padding: 5px 0px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    resize: none;
    border: none;
    border-bottom: 1px solid #eee;
  }

  .wsus__payment_area .input::placeholder {
    color: #000;
    opacity: .3;
  }

  .wsus__save_payment {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }

  .wsus__save_payment h6 {
    font-size: 14px;
    font-weight: 500;
  }

  .wsus__save_payment h6 i {
    margin-right: 5px;
  }

  .wsus__save_payment img {
    width: 50px;
    margin-left: 10px;
    border-radius: 3px;
  }

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

  .wsus__save_card label {
    font-weight: 400;
    font-size: 14px;
  }

  .wsus__payment_area button {
    font-weight: 600;
    width: 100%;
    border-radius: 30px;
  }

  .wsus__payment_area .form-check input {
    border-radius: 10px !important;
  }

  .wsus__pay_info_area p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .wsus__pay_info_area ul {
    margin-bottom: 25px;
  }

  .wsus__pay_info_area ul li {
    color: #797979;
    font-size: 15px;
    margin: 10px 0px;
    padding-left: 30px;
    position: relative;
  }

  .wsus__pay_info_area ul li::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    position: absolute;
    content: "\f00c";
    top: 1px;
    left: 0;
    color: #08C;
    font-size: 14px;
    border: none;
  }

  .wsus__pay_info_area .wsus__input_area input,
  .wsus__pay_info_area .wsus__input_area textarea {
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    resize: none;
    border: 1px solid #ddd;
  }

  .wsus__pay_info_area .select2-container--default .select2-selection--single {
    border-radius: 5px;
    border: 1px solid #ddd;
  }

  .wsus__pay_booking_summary {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: rgb(50 50 93 / 15%) 0px 0px 5px 0px;
  }

  .wsus__pay_booking_summary h5 {
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .wsus__pay_booking_summary p {
    color: #353535;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .wsus__pay_booking_summary p span {
    color: #353535;
  }

  .wsus__pay_booking_summary h6 {
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    border-top: 2px solid #fff;
    padding-top: 15px;
    margin-top: 15px;
  }

  .wsus__pay_booking_summary h6 span {
    color: #353535;
    font-weight: 700;
  }

  /*======================
  PAYMENT PAGE  END
  ========================*/
  .razorpay-payment-button {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    background: rgb(6, 173, 98);
    padding: 12px 25px;
    border: none;
    border-radius: 30px;
    outline: none;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    width: 100%;
}
