/*================================================================================
	Item Name: Vuesax HTML Admin Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

:root {
    --main-color:#C63B28 ;

}

.wideLayout{

    position: static;
    max-width: 1360px;
    padding: 0px 15px;
    margin: 0 auto;
}


.display-flex{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.display-flex-start{
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.display-flex-end{
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
.space-between-els > * {
	margin-right: 20px;
}
.attribute-fileds, .address-attribute-fileds{
	display: flex;
    border: solid 1px #c1c1c1;
    padding: 20px;
}
.display-flex-between{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.techinical-card-body{

}
.techinical-info{
    display: flex;
    border: solid 1px #7e7e7e;
    padding: 20px;
}
.techinical-header-card-content{
    padding: 10px;
}

.home_main_headings{
    text-align: center;
}

.cat_head_home{
    padding: 14px 0 14px 20px;
    text-align: left;
    font-weight: 600;
    color: #ffce9d;
    margin-bottom: 25px;
    border: 1px solid #8663b3;
    background: #C63B28;
    border-radius: 50px;
    text-transform: capitalize;
}
.bg-brand-cat{
    background: #C63B28;
}
.text-orange{
    color: #f77c00;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.text-purple{
    color: #C63B28;
}
.brand_head_style{
    background: #C63B28;
    border: 1px solid #a2a2a2;
    width: 25%;
    padding: 2px;
    margin: 0;
    color: #f77c00;
    font-weight: 600;
    padding: 0 7px;
}
.prod_total{
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 14px 0 0 0 !important;
    color: #fff;
}
.remove_mb{
    margin: 0;
}
.mt-14{
    margin-top: 14px;
}
.remove_pad{
    padding: 10px 6px 10px 0;
}
.brand_name{
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    cursor: pointer;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.missing_title{
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #6f6f6f;
}
.miss_head{
    color: #6c6c6c;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.tax_style{
    padding: 6px 14px;
    border-bottom: 1px solid #e5e5e5;
}

.flex-justify{
    display: flex;
    justify-content: space-evenly;
}


/* Order Detail Page Start */


/* Prinox Printing Business HTML Template */
/*

	font-family: 'Outfit', sans-serif;
	font-family: 'Inter', sans-serif;
	font-family: 'Teko', sans-serif;
	font-family: 'Quicksand', sans-serif;
	font-family: 'Poppins', sans-serif;
	font-family: 'Roboto', sans-serif;

*/

@import url("global.css");
@import url("header.css");
@import url("footer.css");
@import url("icofont.css");
@import url("font-awesome.css");
@import url("flaticon.css");
@import url("owl.css");


/***

====================================================================
	Font-Family
====================================================================

***/

/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap'); */

@font-face {
    font-family: Inter;
    src: url(/fonts/inter/Inter-VariableFont.ttf);
    font-display: swap;
}

@font-face {
    font-family: Quicksand;
    src: url(/fonts/quicksand/Quicksand-VariableFont.ttf);
    font-display: swap;
}

@font-face {
    font-family: Outfit;
    src: url(/fonts/outfit/Outfit-VariableFont.ttf);
    font-display: swap;
}

@font-face {
    font-family: Montaga;
    src: url(/fonts/montaga/Montaga-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: Teko;
    src: url(/fonts/teko/Teko-Regular.ttf);
    font-display: swap;
}

#accountDashboard .accountDashboard_wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
}

#v-pills-tab a.nav-link i {
    display: inline-block;
    margin-right: 5px;
}

#v-pills-tab .nav-link {

    color: var(--mid-dark);
    font-size: 14px;
    font-weight: 500;
    border-radius: 0px;
    margin-bottom: 5px;
    border: 1px solid #ccc;

}

#v-pills-tab .nav-link:hover {
    background-color: #ccc;

}

#v-pills-tab .nav-link.active {
    color: white;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);

}

#accountDashboard #v-pills-tabContent{
    padding: 5px 20px;
}

#accountDashboard #editProfileForm{

    max-width: 800px;
}
.profile-form .form-group {
    padding: 0 0px 3px;
    border-radius: 0px;
    background-color: #fff;
    color: var(--mid-dark);
    font-size: 13px;

}

.profile-form .form-group .form-control {

    border-radius: 0px;
    height: 38px;
    border-color: #dedede;
    font-size: 13px;
    color: var(--mid-dark);
    margin-bottom: 25px !important;

}

.profile-form .form-group .form-control:focus {
    box-shadow: none;
}

.profile-form .form-group .form-control:not([disabled]) {
    border-color: var(--main-color);
}

.profile-form button,
#logout-popup .popup-content .logoutBtn{

    display: inline-block;
    padding: 5px 20px;
    font-size: 13px;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;

}

.profile-form button#editProfileBtn,
#logout-popup .popup-content .canceLogout {
    border: 1px solid #fc9638;
    background-color: white;
    margin-right: 10px;
}

.profile-form button#editProfileBtn:hover,
#logout-popup .popup-content .canceLogout:hover {
    background-color: var(--main-color);
    color: white;
}

.profile-form button#savebtn {
    cursor: not-allowed;
    border: 1px solid #dedede;
    background-color: #e9ecef;
    opacity: 1;
    color: var(--mid-dark);
}

.profile-form button#savebtn.allow,
#logout-popup .popup-content .confirmLogout{

    color: white;
    background-color: var(--main-color);
    cursor: pointer;
}

.profile-form button#savebtn.allow:hover,
#logout-popup .popup-content .confirmLogout:hover {

    background-color: white;
    color: var(--main-color);
    border-color: var(--main-color);
    color: var(--mid-dark);

}

.order-detail {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.order-detail-button,.edit-detail-button {

    display: inline-block;
    border: 1px solid var(--main-color);
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 0px;
    transition: all 0.1s ease-in-out;
    background-color: white;

}

.order-detail-button:hover,.edit-detail-button:hover {
    background-color: var(--main-color);
    color: white;
}



.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 0px;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}

#logout-popup .popup-content {
    max-width: 400px;
    text-align: center;
    animation: shake 0.4s ease-in-out;
    animation-delay: 0.2s;
}

#ordetailPopup .popup-content::-webkit-scrollbar {
    width: 5px;
}
#ordetailPopup .popup-content::-webkit-scrollbar-thumb {
    background: #5e5e5f;
    border-radius: 10px !important;
}
#ordetailPopup .popup-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #c3c3c3;
    border-radius: 10px;
}

#logout-popup .popup-content .logoutBtn {
    border: 1px solid var(--main-color);
}

#logout-popup .popup-content .confirmLogout {
    margin-right: 10px;
}

#ordetailPopup .popup-content {
    max-width: 1200px;
    position: relative;
}


#v-pills-orders h3,#v-pills-profile h3 {

    margin-bottom: 15px;
    color: var(--color-three);
    font-size: 20px;
    text-transform: capitalize;
    font-family: Outfit;
    font-weight: 600;

}
#v-pills-orders table {
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-spacing: 0;
    border: none;
    font-size: 14px;
    border-collapse: collapse;

}

#v-pills-orders table th {
    background-color: var(--main-color);
    color: white;
}

#v-pills-orders table tr:hover {
    background-color: #ccc;
}

#v-pills-orders table tr:nth-child(even) {
    background-color: #f2f2f2;
}

#v-pills-orders table th,
#v-pills-orders table td {

    text-align: center;
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;

}

/* Order Details Popup  Start*/
.close-odPopup{

    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 36px;
    background: transparent;
    color: red;
    height: 30px;
    width: 30px;
    font-family: cursive;
}
.bg-highlight{
    background-color: #f2f2f2 !important;
}

#popup-order-details{
    padding: 20px;

}
#popup-order-details .top-header{

    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

#popup-order-details .top-header h2{

    font-size: 18px;
    font-weight: 700;

}

#popup-order-details table th{

    background-color: var(--main-color);
    color: white;
    font-size: 16px;
}


#popup-order-details .order-details {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
  }

  #popup-order-details .order-details .detailsPartNo span{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
     overflow: hidden;

  }


  #popup-order-details .order-details thead tr th:nth-child(2){ width: 60%;}

  #popup-order-details td,
  #popup-order-details th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    vertical-align: baseline;
    background-color: #efefef;
  }

  #popup-order-details th {
    background-color: #f9f9f9;
  }

  #popup-order-details .button {
    display: inline-block;
    background-color: #007bff;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 20px;
  }
  #popup-order-details .no-border{
      border: none;
  }
  .text-center{
      text-align: center !important;
  }
  .text-right{
      text-align: right !important;
  }
  #popup-order-details td:empty{
      border: none;
      background-color: white;
  }

  #popup-order-details .address-details{
    margin-bottom: 10px;
  }

  #popup-order-details .address-details h3{

    background-color: var(--main-color);
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 8px;

  }

  #popup-order-details .address-detail{

    background-color: #efefef;
    border: 1px solid #dddddd;
    padding-inline:0px;


  }
  #popup-order-details .address-detail:nth-child(2){
    margin-left: -1px;
  }
    #popup-order-details .address-detail>*{
        padding-left: 10px;
    }

  #popup-order-details .billing-address-field span,#popup-order-details .shipping-address-field span{

      display: inline-block;
      margin-top: 4px;
      margin-bottom: 4px;
      font-size: 14px;
      color: var(--mid-dark);
      font-family: var(--font-family-Outfit);
  }


  #popup-order-details .billing-address-field span:empty, #popup-order-details .shipping-address-field span:empty{
    display: none;
  }

  #popup-order-details .billing-address-field span:empty+br, #popup-order-details .shipping-address-field span:empty+br{
    display: none;
  }

  #popup-order-details .billing-address-field span:empty+span.comaSeparator,#popup-order-details .shipping-address-field span:empty+span.comaSeparator {
    display: none;
}

  #popup-order-details .top-header .order-summary-box{
    float: right;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }

  #popup-order-details .top-header .order-summary-box P{
    margin-block: 0px;
    color: var(--mid-dark);
    font-size: 14px;
 }

  #popup-order-details .top-header .order-summary-box .order-number{
    margin-right: 20px;
  }


  #popup-order-details .info-header{

      display: flex;
      align-items: flex-start;
      justify-content: space-between;

  }


  #popup-order-details .live-info-box p{

    margin-block: 2px;
    border: 1px solid white;
  }
  #popup-order-details .live-info-box p:first-child(){

    margin-top: 0px;
  }

/* Order Details Popup  End*/
@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    50% { transform: translateX(10px); }
    75% { transform: translateX(-10px); }
    100% { transform: translateX(0); }
  }

  @keyframes fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }


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

    .g_in_spacing_inline{

        padding-inline: 0px;
    }

    #accountDashboard .accountDashboard_wrapper{
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #accountDashboard #v-pills-tab{

        flex-direction: row !important;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }
    #accountDashboard #v-pills-tabContent #v-pills-orders{
        overflow: auto;
    }
    #v-pills-tab .nav-link{
        margin-bottom: 0px;
        background-color: #e9ecef;
        border: 1px solid #dedede;
        flex-grow: 1;
        text-align: center;
    }
    .profile-form .profile-form_container{


        padding: 20px 0px;
    }

  }

  @media only screen and (max-width: 575px) {
    #popup-order-details{
        padding: 0px;
    }
    #logout-popup .popup-content{
        max-width: 294px;
    }
    #v-pills-tab .nav-link{
        padding-inline:0px;
        font-size: 12px;
    }
    .order-detail-button{
        padding: 5px;
        width: 80px;
        font-size: 12px;
    }
    .close-odPopup{
        font-size: 30px;
    }
    #popup-order-details .top-header h2{

        font-size: 14px;
    }
    #popup-order-details .top-header .order-summary-box{
        flex-direction: column;
    }
    #popup-order-details .top-header .order-summary-box .order-number{
        line-height: normal;
    }
    #popup-order-details .address-details h3{
        margin-inline: -1px;
    }
    #popup-order-details .address-detail:nth-child(2){
        margin-left: 0px;

    }
    .close-odPopup{
        top: -5px;
        right: 0px;
    }
  }

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

        #ordetailPopup .popup-content{
            padding: 25px 7px 5px;
        }
  }

  .border-top-2{
    border-top: 2px solid;
  }




/* Order Detail Page End */

