/**=======================
   Dashboard Scss Start
  ============================**/
  .dash-filter {
    margin-bottom: 40px;
}

.custome-nav-tabs {
    padding: 20px;
    color: black;
    border: none;
    border-radius: 5px;
    position: sticky;
    top: 10px;
    background: #eff2f7;
    margin-top: 60px;
    margin-bottom: 50px;

}

.customer-information__section {
    background: aliceblue;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #84a9c9;
}


.title.title1 h2 {
  font-size: calc(22px + (35 - 22) * ((100vw - 320px) / (1920 - 320)));
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}

.title.title-effect h2::after {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.dashboard h6, .dashboard p {
  margin: 6px 0;
  line-height: 1.4;
}

.orderdetail h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

.orderdetail {
    padding: 15px;
    margin-top: 20px;
    border: 1px solid #dedede;
    border-radius: 5px;

}

.orderdetail span {
    font-size: 16px;
    margin: 0;
}

.cargo {
    margin: 10px 0px;
}


.accOrder {
    font-size: 16px;
    border: 1px solid #dedede;
    border-top: 0 solid #dedede;
}

.accOrder .productHead {
    position: relative;
    padding: 8px 20px 8px 20px;
    background-color: #f7f7f7;
    border-top: 1px solid #dedede;
}

.accOrder .productHead:before {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    bottom: -16px;
    left: 72px;
    border: 8px solid #f7f7f7;
    border-color: #f7f7f7 transparent transparent transparent;
    z-index: 2;
}

.accOrder .label {
    color: grey;
}

.accOrder .productHead .link {
    display: inline;
}

.accOrder .link {
    color: #5d3ebc;
    cursor: pointer;
}

.accOrder .productHead:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    bottom: -18px;
    left: 71px;
    border: 9px solid #dedede;
    border-color: #dedede transparent transparent transparent;
    z-index: 1;
}

.accOrder .product {
    width: 100%;
}

.accOrder .product .cell.visual {
    width: 120px;
    padding-left: 20px;
}

.accOrder .product .cell {
    vertical-align: top;
    padding: 20px 0 20px 0;
    border-top: 1px solid #ebebeb;
}

.accOrder .product .cell.visual img {
    display: block;
    width: 120px;
}

.accOrder .product .cell.details {
    width: 357px;
    padding-left: 10px;
    padding-right: 5px;
    border-right: 1px solid #f2f2f2;
}

.accOrder .product .cell {
    vertical-align: top;
    padding: 20px 0 20px 0;
    border-top: 1px solid #ebebeb;
}

.accOrder .product .cell.details .name {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 3px;
}

.accContent .link {
    color: #5d3ebc;
    cursor: pointer;
}

.accOrder .product .cell.details .quantity {
    margin-top: 21px;
    margin-bottom: 3px;
}

.accOrder .product .cell.details .subActions {
    margin-top: 18px;
}

.accOrder .product .cell.details .subActions .btn:first-child {
    margin-left: 0;
}

.accOrder .product .cell.hasPickUp {
    padding-bottom: 20px;
}

.accOrder .product .cell.shipping, .accOrder .product .cell.shipping .refund {
    padding-left: 15px;
    padding-right: 5px;
}

.accOrder .product .cell.shipping {
    width: 210px;
    font-size: 12px;
    border-right: 1px solid #f2f2f2;
    vertical-align: middle;
}

.accOrder .product .cell {
    vertical-align: top;
    padding: 20px 0 20px 0;
    border-top: 1px solid #ebebeb;
}

.accOrder .product .cell .cargoName {
    margin-top: 18px;
    margin-bottom: 3px;
    font-size: 13px;
    font-weight: 700;
}

.accOrder .product .cell .cargoInfo {
    margin-top: 13px;
}

.accOrder .product .cell.hasRefund {
    padding-bottom: 64px;
}

.accOrder .product .cell.actions, .accOrder .product .cell.actions .refund {
    padding-left: 20px;
    padding-right: 20px;
}

.accOrder .product .cell.actions {
    width: 162px;
    vertical-align: middle;
    text-align: center;
}

.box-head h3 {
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  line-height: 1.2;
  text-transform: inherit;
  margin: 0;
}

.orderdetail__customer-information {
    margin-top: 5px;
    padding-top: 25px;
    border: 1px solid #dedede;
    padding: 10px;
    border-radius: 5px;
}


.box-title h4 {
  font-size: calc(17px + (18 - 17) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
  margin: 0;
  font-weight: 600;
  text-transform: inherit;
color:#212529;
}

.box-title a {color:#ff0404}

.box-content h6 {

  font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
  margin: 0;
  text-transform: inherit;
  font-weight: 400;
  
}


.box-head h6 {

  font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}

.dashboard h6, .dashboard p {
  margin: 6px 0;
  line-height: 1.4;
}


ul.dash-profile h6 {
  font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
  text-transform: capitalize;
}

.font-light {
  color: #7e7e7e !important;
}

.order-box-contain h5 {
  font-size: calc(15px + (15 - 15) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}

.order-box-contain h3 {
font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}




[dir="rtl"] .custome-nav-tabs {
    padding: 20px;
}

@media (max-width: 991px) {
    .custome-nav-tabs {
        position: fixed;
        z-index: 9;
        top: 0;
        left: -300px;
        width: 300px;
        height: 100%;
        z-index: 1;
        border-radius: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .custome-nav-tabs.show {
        left: 0;
    }
}

.custome-nav-tabs .nav-item .nav-link {
    width: 100%;
    text-align: left;
    border-radius: 5px;
    background: transparent;
    border: 1px solid transparent;
    position: relative;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #212529 !important;
}

[dir="rtl"] .custome-nav-tabs .nav-item .nav-link {
    text-align: right;
}

.custome-nav-tabs .nav-item .nav-link i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

[dir="rtl"] .custome-nav-tabs .nav-item .nav-link i {
    top: 3px;
    left: unset;
    right: 0;
    -webkit-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%);
}

.custome-nav-tabs .nav-item .nav-link:before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

[dir="rtl"] .custome-nav-tabs .nav-item .nav-link:before {
    left: unset;
    right: 0;
    top: 0;
    -webkit-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%);
}

.custome-nav-tabs .nav-item .nav-link:hover {
    padding-left: 20px;
    color: #ff0101dd !important;
    outline: none;
}

[dir="rtl"] .custome-nav-tabs .nav-item .nav-link:hover {
    padding-left: 0;
    padding-right: 20px;
}

.custome-nav-tabs .nav-item .nav-link:hover:before {
    opacity: 1;
    left: 0px;
}

[dir="rtl"] .custome-nav-tabs .nav-item .nav-link:hover:before {
    left: unset;
    right: 0;
}

.custome-nav-tabs .nav-item .nav-link.active {
    padding-left: 20px;
    color: #ff0101dd !important;
    font-weight: 600;
    outline: none;
  
}

[dir="rtl"] .custome-nav-tabs .nav-item .nav-link.active {
    padding-left: 0;
    padding-right: 20px;
}

.custome-nav-tabs .nav-item .nav-link.active:before {
    opacity: 1;
    left: 0px;
}

[dir="rtl"] .custome-nav-tabs .nav-item .nav-link.active:before {
    left: unset;
    right: 0;
    top: 0;
    -webkit-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%);
}

.page-title {
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-title h2 {
  font-size: 28px;
  margin-top: -3px;
  color: #767070;
  font-weight: bold;
}

.save-address p {
  font-size: 14px;
}
.save-details-box .save-details .save-position {
  position: absolute;
  background-color: #e22454;
  top: 0;
  right: 0;
  color: #fff;
  padding: 8px 15px;
  border-radius: 4px;
}
.save-details-box .save-details .save-position h6 {
  margin: 0;
  margin-bottom: -2px;
  font-weight: 500;
  font-size:12px;
  color:#f6f6f6
}

.box-content a {
  font-size: 16px;
  color:#ff2300
}

.page-title a {
    margin-left: 30px;
}

.box-head {
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 60px 0px 0px;
}

.box-head h2 {
    font-size: 25px;
    letter-spacing: 1.1px;
}

.box-head a {
    margin-left: 20px;
    color: #fb0038;
}

[dir="rtl"] .box-head a {
    margin-left: unset;
    margin-right: 20px;
}

ul.dash-profile {
  padding-left: 0;
  margin-bottom: 0;
}


.dashboard .page-title {
  margin-bottom: calc(22px + (13 - 50) * ((100vw - 320px) / (1920 - 320)));
}

.dashboard .page-title h2 {
  font-size: calc(22px + (30 - 22) * ((100vw - 320px) / (1920 - 320)));
}

.dashboard address a {
    display: block;
    margin-bottom: -5px;
    margin-top: 10px;
}

.dashboard .welcome-msg p {
    letter-spacing: 0.3px;
    margin-bottom: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.5;
}

.dashboard .welcome-msg h6 {
    letter-spacing: 1.5px;
}

.dashboard .welcome-msg h6 span {
    font-weight: 600;
    color: #212529;
}

.welcome-msg p {
  font-size: 16px;
}

.dashboard .box-account {
    margin-top: calc(25px + (45 - 25) * ((100vw - 320px) / (1920 - 320)));
}

.dashboard .box-account .box-content {
  margin: 10px 0 10px;
}

.dashboard .box-account .box-content h4 {
    margin: 15px 0;
}

.dashboard .address-box {
    margin-top: calc(5px + (20 - 5) * ((100vw - 320px) / (1920 - 320)));
}

.dashboard .box-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: calc(4px + (8 - 4) * ((100vw - 320px) / (1920 - 320))) 0;
}

.dashboard .box-title h3 {
    font-weight: 400;
}

.dashboard h6, .dashboard p {
    margin: 6px 0;
    line-height: 1.4;
}

.order-box-contain .order-box {
    position: relative;
    overflow: hidden;
    padding: 20px 30px;
    border-radius: 6px;
    background-color: #eff2f7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.order-box-contain .order-box .order-box-image {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 25%;
    opacity: 0.04;
    -webkit-transform: rotate(0) translateY(-50%);
    transform: rotate(0) translateY(-50%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

[dir="rtl"] .order-box-contain .order-box .order-box-image {
    left: -20px;
    right: unset;
}

.order-box-contain .order-box:hover .order-box-image {
    -webkit-transform: rotate(-7deg) translateY(-50%);
    transform: rotate(-7deg) translateY(-50%);
    opacity: 0.25;
}

[dir="rtl"] .order-box-contain .order-box:hover .order-box-image {
    -webkit-transform: rotate(7deg) translateY(-50%);
    transform: rotate(7deg) translateY(-50%);
}

.order-box-contain .order-box .order-box-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-box-contain .order-box .order-box-contain img {
    width: calc(40px + (50 - 40) * ((100vw - 320px) / (1920 - 320)));
}

.order-box-contain .order-box .order-box-contain > div {
    width: calc(100% - 20px);
    margin-left: 15px;
    text-transform: capitalize;
}

[dir="rtl"] .order-box-contain .order-box .order-box-contain > div {
    margin-left: unset;
    margin-right: 15px;
}

.order-box-contain .order-box .order-box-contain > div h3 {
    margin-top: 6px;
}

.dashboard-profile .dash-profile li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2px;
}

@media (max-width: 575px) {
    .dashboard-profile .dash-profile li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.dashboard-profile .dash-profile li .left {
    width: 220px;
}

@media (max-width: 575px) {
    .dashboard-profile .dash-profile li .left {
        width: auto;
        margin-right: 10px;
    }

    [dir="rtl"] .dashboard-profile .dash-profile li .left {
        margin-right: 0;
        margin-left: 10px;
    }
}

.dashboard-profile .dash-profile li .left h6 {
    margin: 0;
    text-transform: capitalize;
}

.dashboard-profile .dash-profile li a {
    margin-left: 20px;
    color: #f50a13;
    font-size: 13px;
}

.dashboard-security .page-title h4 {
  font-size:18px
}



.dashboard-security .page-title {
    margin-bottom: 10px;
}

.dashboard-security p {
  font-size: 16px;
}

.dashboard-security .security-details {
    margin-bottom: 18px;
}

.dashboard-security .security-details h5 span {
    font-weight: 500;
    color: #212529;
}

.dashboard-security .security-details-1 {
    border: 1px dashed rgba(0, 0, 0, 0.28);
    border-radius: 5px;
    padding: 15px;
}

.success-button {
    background-color: green;
    margin: 0 !important;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 12px !important;
    color: #fff !important;
}


.save-details-box .save-details {
    border: 1px solid #eff2f7;
    padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
    background-color: #eff2f7;
    position: relative;
}

.save-details-box .save-details.show {
    -webkit-box-shadow: 0 0px 10px rgba(33, 37, 41, 0.2);
    box-shadow: 0 0px 10px rgba(33, 37, 41, 0.2);
}

.save-details-box .save-details .save-name {
    position: relative;
    margin-bottom: 20px;
}

.save-details-box .save-details .save-name h5 {
    color: #212529;
}

.save-details-box .save-details .save-position {
    position: absolute;
    color: #ff0101dd !important;
    top: 0;
    right: 0;
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
}

[dir="rtl"] .save-details-box .save-details .save-position {
    right: unset;
    left: 0;
}

.save-details-box .save-details .save-position h6 {
    margin: 0;
    margin-bottom: -2px;
    font-weight: 500;
}

.save-details-box .save-details .save-address p {
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 0 0 calc(2px + (5 - 2) * ((100vw - 320px) / (1920 - 320)));
}

.save-details-box .save-details .mobile p.mobile {
    margin-top: 20px;
    padding-bottom: 6px;
}

.save-details-box .save-details .button2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -5px;
}

.save-details-box .save-details .button2 a {
    width: 100%;
    margin: 5px;
    background-color: #fff;
    color: #212529;
}

.payment-card-detail {
    position: relative;
}

.payment-card-detail:hover .edit-card {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.payment-card-detail.add-card {
    background-color: #f9f9f9;
    cursor: pointer;
    padding: 0;
}

.payment-card-detail.add-card .card-details {
    min-height: 130px;
    background: #d2d2d2;
    color: #212529;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.payment-card-detail.add-card .card-details h5 {
    margin-bottom: 0;
    text-transform: capitalize;
}

.payment-card-detail .card-details {
    color: #fff;
    padding: 30px 20px;
    border-radius: 5px;
    background-color: #4b77a0;
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
}

.payment-card-detail .card-details.card-visa {
    background-color: #777876;
}

.payment-card-detail .card-details.dabit-card {
    background-color: #86b8cf;
}

.payment-card-detail .card-details .card-number {
    margin-bottom: 10px;
}

.payment-card-detail .card-details .card-number h4 {
    color: #fff;
}

.payment-card-detail .card-details .valid-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
}

.payment-card-detail .card-details .valid-detail .title {
    margin-bottom: 0;
}

.payment-card-detail .card-details .valid-detail .title span {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.3;
}

.payment-card-detail .card-details .valid-detail .date h3 {
    margin-bottom: 0;
    color: #fff;
    margin-left: 15px;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: normal;
}

[dir="rtl"] .payment-card-detail .card-details .valid-detail .date h3 {
    margin-left: 0;
    margin-right: 15px;
}

.payment-card-detail .card-details .valid-detail .primary {
    margin-left: auto;
}

[dir="rtl"] .payment-card-detail .card-details .valid-detail .primary {
    margin-left: 0;
    margin-right: auto;
}

.payment-card-detail .card-details .valid-detail .primary span {
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    padding: 0;
    font-weight: 400;
    text-transform: capitalize;
}

.payment-card-detail .card-details .name-detail {
    margin-top: calc(10px + (25 - 10) * ((100vw - 320px) / (1920 - 320)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.payment-card-detail .card-details .name-detail .name {
    width: 100%;
}

.payment-card-detail .card-details .name-detail .name h5 {
    text-transform: uppercase;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 0;
    color: #fff;
}

.payment-card-detail .card-details .name-detail .card-img {
    display: inline-block;
    margin-left: auto;
    text-align: right;
}

[dir="rtl"] .payment-card-detail .card-details .name-detail .card-img {
    text-align: left;
}

.payment-card-detail .edit-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    background-color: rgba(33, 37, 41, 0.8);
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 767px) {
    .payment-card-detail .edit-card {
        display: none;
    }
}

.payment-card-detail .edit-card a {
    padding: 0 10px;
    text-transform: capitalize;
    color: #fff;
}

.edit-card-mobile {
    display: none;
}

@media (max-width: 767px) {
    .edit-card-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
    }

    .edit-card-mobile a {
        padding: 0 10px;
        text-transform: capitalize;
        color: #212529;
    }
}