@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
    margin-top: 0;
    margin-bottom: 0;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
}
body{
    font-size:16px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
}

a {
    font-family: 'Montserrat', sans-serif;
    color: #000;
}
ul, li {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
:root {
  --primary-color: #2a3177;
  --gray-light: #e9e9e9;
  --gray-light-10: #757575;
  --danger-color: #bf2131;

  /* typography  */

  --f-size-34: 2.125rem;    /* 34px */
  --f-size-28: 1.75rem;     /* 28px */
  --f-size-14: 0.875rem;    /* 14px */
  --f-size-13: 0.8125rem;   /* 13px */
  --f-size-12: 0.75rem;     /* 12px */
  --f-size-16: 1rem;        /* 16px */
  --f-size-18: 1.125rem;    /* 18px */
  --f-size-10: 0.625rem;    /* 10px */

  /* spacing  */

  --space-single-60: 60px;
  --space-60: 60px 0;
  --space-30: 30px 0;
  --space-single-30: 30px;
  --space-single-90: 90px;
  --space-90: 90px 0;
  --space-single-25: 25px;
  --space-25: 25px 0;
}
.fs-12{
    font-size:var(--f-size-12);
}

.fs-16{
    font-size:var(--f-size-16) !important;
}
.fs-18{
    font-size:var(--f-size-18) !important;
}

.grey-light-10 {
    color:var(--gray-light-10);
}

.line-height-18 { line-height:18px; }

.container-lg {
  max-width: 1358px;
  margin: auto;
}


/*spacing*/

.space {
    padding: 80px 0;
}

.space-pt {
    padding-top: 80px;
}

.space-pb {
    padding-bottom: 80px;
}

.space-sm-pt {
    padding-top: 40px;
}

.space-sm-pb {
    padding-bottom: 40px;
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
}

.light-bg {
    background: #f9f9f9;
}

.whiteBg {
    background: #fff !important;
}

/* colors classes  */

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-danger {
  background-color: var(--danger-color) !important;
}

.bg-gray-light { 
    background-color: var(--gray-light) !important;
}

.color-danger { 
color: var(--danger-color);
}

/* font size clasases  */

.f-size-34 {
  font-size: var(--f-size-34);
}

.f-size-28 {
  font-size: var(--f-size-28);
}

.f-size-14 {
  font-size: var(--f-size-14);
}

.f-size-13 {
  font-size: var(--f-size-13);
}

.f-size-12 {
    font-size: var(--f-size-12);
  }
  

.f-size-16 {
  font-size: var(--f-size-16);
}

.f-size-18 {
  font-size: var(--f-size-18);
}

.f-size-10 {
  font-size: var(--f-size-10);
}

/* spacing classes  */

.space-60 {
  padding: var(--space-60);
}

.space-pt-60 {
  padding-top: var(--space-single-60);
}

.space-30 {
  padding: var(--space-30);
}

.space-mt-30 { 
    margin-top: 30px;
}

.space-pt-30 {
  padding-top: var(--space-single-30);
}

.space-90 {
  padding: var(--space-90);
}

.space-pt-90 {
  padding-top: var(--space-single-90);
}

.space-25 {
  padding: var(--space-25);
}

.space-m-25 {
    margin: var(--space-25);
  }

.space-pt-25 {
  padding-top: var(--space-single-25);
}

/* font family classes  */

.montserrat-thin {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.montserrat-extralight {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.montserrat-light {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.montserrat-regular {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.montserrat-medium {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.montserrat-semibold {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.montserrat-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.montserrat-extrabold {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.montserrat-black {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.montserrat-thin-italic {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.montserrat-extralight-italic {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.montserrat-light-italic {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.montserrat-regular-italic {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.montserrat-medium-italic {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.montserrat-semibold-italic {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.montserrat-bold-italic {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.montserrat-extrabold-italic {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.montserrat-black-italic {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* sign in page css  */

#signin .logo {
  width: 356px;
}

.sign-in-form {
  border-radius: 55px;
  padding: 42px 52px 70px 52px;
  width: 618px;
  margin: auto;
}

.sign-in-form h4 {
  text-transform: uppercase;
}

.sign-in-form .form-group input {
  box-shadow: 0 0 25% #333333;
  height: 56px;
  color: #636364;
  border-radius: 12px;
}

.sign-in-form button {
  border-radius: 12px;
  height: 56px;
}

/* product page css   */

#product-page a:hover {
  text-decoration: none;
}

#product-page .border-left {
  border-left: 2px solid var(--primary) !important;
}

#product-page .sidebar {
  top: 0;
  left: 0;
  z-index: 100;
  overflow-y: auto;
}

#product-page .sidebar::-webkit-scrollbar { 
    display: none;
}

#product-page .overlay {
  background-color: rgb(0 0 0 / 45%);
  z-index: 99;
}



/* sidebar css  */

#sidebar { 
    padding: 30px 14px;
    max-width: 264px;
}

.sidebar-logo { 
    width: 204px;
    margin: auto;
}

.product-panel { 
    border-radius: 10px;
    height: 44px;
    padding-left: 25px;
}

.product-panel img { 
    width: 22px;
    height: 22px;
    margin-right: 30px;
}

#accordionCategories .myaccordion .form-check-input  {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    width: 14px;
    height: 14px;
}

#accordionCategories .card-header  { 
    padding: 0 !important;
    background-color: var(--primary-color);
    
}

.sidebar-accordion .card {
    margin-bottom: 0px;
}

.sidebar-accordion .card .btn-link  { 
    padding-left: 15px !important;
}  

.sidebar-accordion .card .sidebar-innerButton { 
    padding-left: 0 !important;
    text-align: left;
}

/* .sidebar-accordion .card .btn-link.collapsed .accordion-dropIcon {
    transform: rotate(0deg);
} */

.product-status::after{
    display: none;
}

/* .sidebar-accordion  {
    width: 254px;
} */

.accordion-dropIcon {
    width: 18px;
    
}

#accordionCategories .myaccordion [type="radio"]:checked+label:after {
    background-color: red;
    border: 2px solid red;
    
  }



.breadcrumb a {
    color: #333333;
}

#pe_products-page-section .pe_product-wrap-middle-txt p {
    font-weight: 600;
    font-size: 1rem; /* 16px */
}

#pe_products-page-section .pe_shop-by {
    padding: 0 0 16px 0;
}

#pe_products-page-section .pe_shop-by p {
    font-size: 1rem; /* 16px */
    font-weight: 500;
    position: relative;
    
    color: var(--primary-color);
}

.sidebar-items {
    margin-bottom: 0;
}

.sidebar-items a {
    padding-left: 20px !important;
}


#pe_products-page-section .pe_price {
    padding: 20px 0 0 0;
}

#pe_products-page-section .pe_price p {
      font-size: 1.875rem; /* 30px */
    font-weight: 700;
}

#pe_products-page-section .pe_search p {
      font-size: 1.875rem; /* 30px */
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 2px solid #e2dfdd;
}

#pe_products-page-section .pe_home a:hover {
    color: #bf1e2e;
}

#pe_products-page-section .fa-angle-right::before {
    content: "\f105";
}

#pe_products-page-section .pe_home li p {
    text-transform: uppercase;
}

#pe_products-page-section .dark-btn2 {
    background: #bf1e2e;
    border-color: #bf1e2e;
    padding: 10px 22px;
    border-radius: 10px;
}

#pe_products-page-section .dark-btn2:hover {
    color: #fff;
    background-color: #e35664;
    border-color: #e35664;

}

#pe_products-page-section .dark-btn2:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #bf1e2e;
    border-color: #bf1e2e;
}

#pe_products-page-section .dark-btn2:focus {
    color: #fff;
    background-color: #bf1e2e;
    border-color: #bf1e2e;
    box-shadow: none;
}

#pe_products-page-section .dark-btn2:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

#pe_products-page-section .btn:focus {
    outline: 0;
    box-shadow: none;
}

#pe_products-page-section .pe_home a {
    font-weight: 600;
}

#pe_products-page-section .pe_home {
    padding: 20px 0;
}

#pe_products-page-section .pe_product-head {
    border-bottom: 10px solid #cccccc2e;
}

#pe_products-page-section .pe_product-head h6 {
    text-align: center;
    font-weight: 700;
    line-height: 25px;
    padding: 10px 0;
    background: #ccc;
    border-radius: 8px 8px 0 0;
}

#pe_products-page-section .myaccordion {
    width: 100%;
    box-shadow: none;
    border: transparent;
    border-radius: 8px;
}

/*#pe_products-page-section .collapse.show {
            padding: 0 15px;
        }*/

#pe_products-page-section .myaccordion .card-body {
    padding: 10px 15px;
}

#pe_products-page-section .myaccordion .card:last-child .card-header {
    border: none;
}
/*#pe_products-page-section .myaccordion .search-brand {
text-transform: uppercase;
}*/
#pe_products-page-section .myaccordion .card {
  border: none;
  border-radius: 10px;
    overflow: hidden;

}

#pe_products-page-section .myaccordion .card-header {
    border-bottom-color: transparent;
    background: transparent;
    padding: 10px 15px;

	
}
/*#accordionCategories.myaccordion .card:nth-child(2) {
    display: none;
}
*/
#pe_products-page-section .myaccordion .card-header-1 {
    border-bottom: 1px solid #ced4da;
    background: transparent;
    padding: 10px 15px;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

#pe_products-page-section .myaccordion li+li {
    margin-top: 10px;
}

#pe_products-page-section .myaccordion .btn {
    width: 100%;
    font-weight: 500;
    color: #000;
    padding: 0;

}

#pe_products-page-section .myaccordion .card button.btn.btn-link.collapsed,
#pe_products-page-section .myaccordion .card button.btn.btn-link {
    display: block !important;
    text-align: right;
    width: 20%;
}

#pe_products-page-section .myaccordion .btn:not(.collapsed) .fa-angle-down:before {
    content: "\f106"
}

.card-header .btn {
    font-size: 14px;
}

#pe_products-page-section .myaccordion .light-btn {
    color: #313373;
    font-weight: 600;
}

#pe_products-page-section .myaccordion .fa-stack {
    font-size: 16px;
    color: transparent;
}

#pe_products-page-section .fa-inverse {
    color: #000;
    font-size: 25px;
}

#pe_products-page-section .fa-inverse:hover {
    color: #bf1e2e;
}

#pe_products-page-section .sidebar-items-style {
    border-bottom: 1px solid #F0F0F0 !important;
    padding: 0 12px !important;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: var(--gray-light) !important;
    
}

#pe_products-page-section .sidebar-items-style a { 
    padding-left: 0 !important;
    
}

.sidebar-items-style  a img { 
    height: 22px;
    width: 22px;
    object-fit: contain;
    display: inline-block;
}

.sidebar-items-style  a  p { 
    display: inline-block;
    margin-left: 20px;
}

#pe_products-page-section .card-header h2 { 
    width: 100% !important;
	padding:0 0 0 10px;
	align-items: center;
    justify-content: center;
}
#pe_products-page-section .card-header h2 input[type="checkbox"] {
    margin-right: 5px;
}



#pe_products-page-section .card-body {
    background: transparent;

}

#pe_products-page-section .card-body a {
    font-family: 'Montserrat', sans-serif;
    color: #7e7c7c;
    font-size: 16px;
    /*font-weight: 500;*/
}

.sideNavaccordion-border  {
    position: relative;
    padding: 0 0 30px 0;    
    width: 100%;
}

.sideNavaccordion-border::after { 
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #D9D9D9;
    width: 253px;
    z-index: 999;
}

.product-wrap  {
    padding: 0;
    margin-top: 30px;
    border-radius: 10px;
}

.sideMainCategory { 
    width: 100%;
}


.product-description  {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 14px 23px;
}

.product-description .product-title {
    font-size: 1.125rem; /* 18px */
    font-weight: 500;
    line-height: normal;
    padding-bottom: 7px;
}
 
.product-description .product-desc-content { 
   font-size: 0.875rem; /* 14px */
   font-weight: 400;
   line-height: 25px;
}

.product-description .product-img {
  width: 72px;
}

.product-description .product-img img { 
    width: 100%;
    object-fit: cover;
}


.pe_product-sort-icon {
    padding-top: 5px;
    margin: 0 10px;
}

.pe_product-sort-icon a { 
    margin-right: 7px;
}

.pe_product-sort-icon img {
    width: 30px;
}

.pe_product-sort .form-inline {
    justify-content: end;
    margin-right: 10px;
}

#pe_products-page-section .pe_product-sort-icon .fa-th-large {
    font-size: 20px;
}

#pe_products-page-section .pe_product-sort-icon .fa-th-list {
    font-size: 20px;
    padding: 0 25px 0 10px;
}

.product-filter-bar {
    border: 1px solid #D9D9D9;
    padding: 10px 25px;
    border-radius: 10px;
    margin-top: 30px;
}

.product-filter-bar .col-md-2,
.product-filter-bar .col-md-10 { 
    padding: 0;
}

.product-filter-bar .form-group  {
    margin-bottom: 0;
}

.product-filter-bar .form-control {
    border: 1px solid #D9D9D9 !important;
    border-radius: 5px !important;
    margin-left: 9px;
    height: 27px;
    padding-top: 0;
    width: 157px;
    padding-bottom: 0;
} 

.product-filter-bar .form-inline { 
    margin-left: 20px;
}


.product-page-wrap .card { 
   padding-top: 27px;
}

#product-pagination .pagination  {
    width: 100%;
    background-color: #fff;
    
    border: 1px solid #D8D8D8;
    border-radius: 6px;
    padding: 6px 0;
    margin-bottom: 30px;
}

#accordionCategories .collapsed .accordion-dropIcon { 
    transform: rotate(-90deg);
}

#accordionCategories  .accordion-dropIcon { 
    transform: rotate(-180deg);
}


#product-pagination .pagination .page-link {
    border: none;
    width: 30px;
    height: 28px;
    color: #333333;
    border-radius: 3px;
    background-color: #F4F4F4;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}

.pagination-active { 
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

#product-pagination .pagination .page-item {
    margin: 0 5px;
}

#product-pagination .pagination .pagination-prev,
#product-pagination .pagination .pagination-next {
   width: auto;

}


#pe_products-page-section .product-sidebarAccordion .sidebar-main-panel { 
    background-color: var(--primary-color);
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 40px;
    padding: 0 15px !important;
}

#pe_products-page-section .product-sidebarAccordion .sidebar-main-panel p { 
    color: #fff !important;
}

.checkbox-wrap { 
    background-color: var(--gray-light);
    padding: 0 12px;
    height: 52px;
    border-radius: 10px;
}



.checkbox-wrap label { 
    color: #494949 !important;
    margin-left: 20px ;
}

.checkbox-wrap input {
  width: 16px;
  height: 16px;
  
}

#checkbox-filter {
	flex-wrap: wrap;
	height:auto
}

#checkbox-filter.checkbox-wrap label {
margin-left:4px
}

.sidebar-items input { 
    width: 16px;
    height: 16px;
}

.brand-sidepanel .form-check-label {
    margin-left: 26px;
}

.brand-sidepanel {
    padding-bottom: 30px;
}

.content-panel {
    max-width: calc( 100% - 280px);
    
}

.content-wrap { 
    padding: 34px;
}

#open-sidebar img {
    width: 24px;
    height: 18px;
}

.header-search { 
    min-width: 360px;
    width: 100%;
    position: relative;
}

.header-search  input  {
    width: 100% !important;
    background-color: #F4F4F4;
    border-radius: 20px;
    border: none;
    margin-right: 0 !important;
}

.header-search img { 
    width: 20px;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
}


.cart-icon { 
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center  ;
  margin: 0 20px;
  background-color: var(--danger-color);
}

.cart-icon img { 
    width: 20px;
}

.logout-btn  {
    background: none;
    border: none;
    color: #8F8F8F;

}


.logout-btn img { 
    width: 19px;
    margin-right: 6px;
}

.filterbar {
    padding: 10px 10px 10px 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,5%);
    border-radius: 10px;
} 

.filterbar  .form-check-input { 
    width: 20px;
    height: 20px;
}

.filterbar h5 {
    margin-bottom: 0;
}


.filterbar .form-control { 
    width: 123px;
    height: 23px;
    padding: 0;
    border: 1px solid #222;
}

.filterbar .form-check-label {
 line-height: 30px;
}

.filterbar .selectbox { 
    margin-left: 30px;
}

.filterbar .selectbox label { 
    margin-bottom: 2px;
}

.filterbar .selectbox .form-control { 
    /*color: #C5C5C5;*/
    font-size: 12px;
}

.product-card-wrap { 
    margin-top: 27px;
    
}

.product-card-wrap .col-lg-3 { 
    margin-bottom: 28px;
}


.product-card-wrap .card { 
    border: 1px solid var(--gray-light);
    border-radius: 15px;
	overflow:hidden;
	padding:0 0 10px;
}

.product-card-wrap .card-image { 
   /*width: auto;*/
   /* height: 157px;*/
    margin: 15px;
}

.product-card-wrap .card-image  img { 
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.product-card-wrap  .card-body { 
    border-top: 1px solid #E5E5E5;
    padding: 10px;
}

.product-card-wrap .card-title { 
    color: #333333;
	min-height:42px;
}

.product-card-wrap .card-text { 
    color: #333333;

}

.product-card-wrap .card-text span { 
    color: #636364;
}

.mobile-logo {
    display: none;
}

.navbar-wrap .header-search .form-control { 
    height: 48px;
    background-color: #EFEFEF;
    border-radius: 50px;
    padding: 0 18px;
}

 .mobile-search { 
    display: none;
} 

.product-card-select {
    margin-top: 10px;
}
.product-card-select .col-6 {
    padding:0 10px;
}

.product-card-select .form-control {
  width: 48%;
  height: 22px;
  font-size: 0.625rem; /* 10px */
  padding: 0;
  background-color: #FAFAFA;
  border: 0.5px solid #B1B1B1;
}

.product-card-select .input-group {
    
}

.product-card-select .input-group .form-control {
    width: 20px;
    height: auto;
    font-size: 14px;
}

.product-card-select .input-group-text {
    padding: 2px 5px;
    font-size: 0.9375rem; /* 15px */
}

.product-card-select .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text {
    
        border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.add-cart-button { 
    background-color: var(--primary-color);
    color: #fff;
    width: 100%;
    border: none;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 39px;
}


/* pagination  */

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.pe_pagination .pagination {
    padding-top: 13px;
}

 .pe_pagination .page-item a.active {
    background: var(--danger-color);
    border-radius: 5px;
}

.pe_pagination .page-item {
    margin-left: 10px;
    margin-right: 10px;
    background: var(--primary-color);
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.pe_pagination .page-item  a{ 
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.pe_pagination .page-item img { 
    width: 13px;
}



/*-----------top-nav------------*/
.pe_center-bar {
    padding-top: 15px;
}

#pe_nav-section .pe_top-bar .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

#pe_nav-section .col-md-3 {
    padding-right: 0;
    padding-left: 0;
}

#pe_nav-section .col-md-6 {
    padding-right: 0;
    padding-left: 0;
}

#pe_nav-section .pe_top-wrap-2 {
    padding: 8px 0;
    position: relative;
}

#pe_nav-section .pe_top-wrap1 {
    background: #f9f9f9;
    padding: 8px 0;
}

#pe_nav-section .pe_top-wrap-3 {
    background: #2c3075;
    padding: 8px 0;
    position: relative;
    text-align: center;
}

#pe_nav-section .pe_top-wrap1 p {
    color: #000;
    font-weight: 600;
    font-size: 0.9375rem; /* 15px */
    text-align: center;
}

#pe_nav-section .pe_top-wrap-2 p {
    color: #000;
    font-weight: 400;
    /*text-align: center;*/
}

#pe_nav-section .pe_top-wrap1 .pe_top-color {
    color: #dd2330;
}

#pe_nav-section .pe_top-wrap-3 a {
    color: #313373;
}

#pe_nav-section .pe_top-wrap-3 .fa-caret-down {
    font-size: 20px;
    padding: 0 0 0 14px;
}




.top-btn {
    background: url(../images/down-arrow.png) no-repeat center right !important;
    border: 0;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    background-size: 16px !important
}

.top-btn:hover {
    color: #000;
    background-color: transparent;
    border-color: transparent;
}

.show>.top-btn.dropdown-toggle:focus {
    box-shadow: none;
}

.top-btn:not(:disabled):not(.disabled):active:focus,
.show>.top-btn.dropdown-toggle:focus {
    box-shadow: none;
}

.top-btn:not(:disabled):not(.disabled):active {
    color: #000;
    background-color: transparent;
    border-color: transparent;
}

.top-btn:focus {
    color: #000 !important;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.show>.top-btn.dropdown-toggle {
    color: #000 !important;
    background-color: transparent;
    border-color: transparent;
}

#lang-wrap .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*-----------top-nav-end------------*/



/* add cart css  */

#addCart .navbar-wrap .logo { 
    width: 204px;
} 


#addCart .product-header {
    padding: 16px 48px;
    clear: both;
    margin-top: 20px;
    background-color: #F3F3F3;
}

.prod-cont {
    display: flex;
    background: none;
    align-items: center;
    align-items: center;
    border-radius: 5px 5px 0 0;
}

.prod-cont ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.prod-cont .blue-buttons {
    padding-right: 10px;
}

.prod-search {
    width: 40%;
}

.prod-title h3 {
    color: #D01F26;
    font-size: 36px
}

.prod-search input {
    border-radius: 50px;
    border: none;
    padding: 10px 20px;
    min-width: 300px;
    width: 60%;
}

.prod-search input:focus {
    border: none;
    outline: 0;
}

.page-search {
    margin-top: 15px;
}

.page-search #kws-search-box {
    border: 1px solid #555;
    border-radius: 5px;
    min-height: 40px;
    padding: 5px 10px;
}

#loadProducts_wrapper #loadProducts_filter,
#loadProducts_wrapper #loadProducts_info {
    text-align: left !important
}

#loadProducts_wrapper .row {
    align-items: center !important;
}

.table .bg-danger {
    background: #D01F26 !important
}

.table input[type="text"] {
    min-height: 40px;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background: #fff;
    margin-bottom: 10px;
}

.cart-box + .cart-box { margin-top:20px;  }

.cart-box .form-control { text-align:center; }


.cart-box .input-group-text { font-size: 20px; padding: 0 10px; }

/* Category Tags */
.category-tags {
    text-align: center;
    padding: 50px 0 40px
}

.category-tags a {
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    padding: 5px 10px;
    line-height: 10px;
    color: #000;
    border-right: 1px solid #000
}

.category-tags a:last-child {
    border-right: none
}

.category-tags a:hover {
    color: #37539f
}


.add-cart-buttons {
    background-color: var(--primary-color);
    padding: 9px 19px;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
}

.add-cart-buttons:hover { 
    color: #fff;
}


.add-cart-table-head tr{ 
    background-color: var(--danger-color);
    box-shadow: none !important;
}

.add-cart-table-head tr th { 
    color: #fff;
    padding: 8px 0;
    
}

#addCart table {
    border-collapse: collapse;
}

.add-cart-table-head th {
    border: none !important ;
}

#addCart .mycart-table td:first-child,
#addCart .mycart-table th:first-child {
  border-radius: 10px 0 0 10px;
}
#addCart .mycart-table td:last-child,
#addCart .mycart-table th:last-child {
  border-radius: 0 10px 10px 0;
}
#addCart table .delete-icon {
    width: 23px;
    height: 23px;
}

#addCart table  tbody tr{ 
   background-color: #fff;
   border: 1px solid #E5E5E5;
}

#addCart table  tbody tr td { 
    vertical-align: middle;
}

/* Listing page */


#addCart tr {
    box-shadow: 0 2px 10px rgba(194, 190, 190, 0.2);
    -webkit-box-shadow: 0 2px 10px rgba(194, 190, 190, 0.2);
    -moz-box-shadow: 0 2px 10px rgba(194, 190, 190, 0.2);
    border-radius: 24px;
}

.mycart-table tr {
    box-shadow: 0 2px 10px rgba(194, 190, 190, 0.2);
    -webkit-box-shadow: 0 2px 10px rgba(194, 190, 190, 0.2);
    -moz-box-shadow: 0 2px 10px rgba(194, 190, 190, 0.2);
    border-radius: 24px;
    border: 1px solid #E5E5E5 !important;
    margin-bottom: 20px;
}

#addCart tr td {
    background: #fff;
    
    border: none;
}

.mycart-table tr td {
    background: #fff;
    color: #222;
    white-space: nowrap;
}

.mycart-table.enquiry-table tr td {
    white-space: normal;
}

#addCart tr td:first-child,
.mycart-table tr td:first-child,
.mycart-table tr th:first-child {
    border-radius: 20px 0 0 20px;
    border: none;
}

#addCart tr td:last-child,
.mycart-table tr td:last-child,
.mycart-table tr th:last-child {
    border-radius: 0 20px 20px 0;
}

#addCart tr td:nth-child(1) {
    background: #fff;
    max-width: 100px
}

.mycart-table tr th {
    background: #D01F26;
    color: #fff;
}

.mycart-table tr th {
    background: #D01F26;
    color: #fff;
    padding: 20px 10px;
}

#addCart .mycart-table {
    border-collapse: separate;
    border-spacing: 0 30px;
    padding: 0 40px;
}

.total-cart {
    padding: 0 40px;
}

/* Product Detail Page  */
.page-wrap { 
    background: #fbf9fa;
    padding:20px 0;
}

    .product-box {
      border-radius: 15px;
      background: #fff;
      padding: 25px;
    }
    .product-box .img-box {
      border-radius: 15px;
      background: #f5f5f5;
      padding: 40px;
      text-align: center;
    }
    .product-box .tag-new {
      position: absolute;
      top: 20px;
      left: 20px;
      background: #0dbb63;
      color: #fff;
      font-weight: bold;
      padding: 4px 14px;
      border-radius: 20px;
      font-size: 14px;
    }
    .product-box .info-box {
      background: #fff;
      border-radius: 12px;
      padding: 20px;
    }
    .product-box .login-box {
      background: #f1f4f8;
      border-radius: 12px;
      padding: 40px 20px;
      text-align: center;
    }
     
    .product-box .category-box {
      border-radius: 12px;
      background: #ffffff;
      padding: 20px;
    }
    .product-box .min-alert {
      background: #ffe5e5;
      border: 1px solid #ffb3b3;
      padding: 15px;
      border-radius: 10px;
      color: #cc0000;
    }
    .product-box .info-tag-box {
      border: 1px solid #e5e5f0;
      padding: 15px;
      border-radius: 10px;
      background: #fafbff;
    }



/* Checkout Page  */
    #checkout-page .card-custom {
        border-radius: 12px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    }
    #checkout-page .input-icon {
        position: absolute;
        left: 15px;
        top: 14px;
        color: #777;
        font-size:14px;
    }
    #checkout-page .icon-input {
        padding-left: 40px;
    }
    #checkout-page .btn-submit {
        background: linear-gradient(to right, #061A40, #112D60);
        color: #fff;
        border-radius: 8px;
        padding: 12px;
        font-size: 18px;
    }
    #checkout-page .note-box {
        background: #e7f1ff;
        padding: 12px;
        border-radius: 8px;
        font-size: 14px;
    }
    #checkout-page .summary-card {
        border-radius: 12px;
        padding: 20px;
    }
        

/* table sm css  */

.table-sm-show { 
    display: none;
}


.table-sm-show .card-image img {
    width: 100%;
    object-fit: contain; 
}

.table-sm-show .card { 
    display: flex;
    border: none;
}

.table-sm-show .card-image { 
    width: 29%;
    border-right: 1px solid #2A3177;
}


.table-sm-show .card-body { 
    width: 69%;
    
}

.table-sm-show .card-border { 
    border: 1px solid var(--primary-color);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top: none;
    overflow: hidden;
}

.table-sm-show .card-body p {
    margin-bottom: 8px;
    
}

.table-sm-show .card-body span { 
    color: #636364;
}

.text-divider { 
    width: 2px;
    height: 16px;
    background-color: #333333;
    margin: 0 6px;
    margin-bottom: 8px;
}

.table-sm-show .card-title {
    background-color: var(--danger-color);
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;

}

.table-sm-show .delete-icon { 
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    z-index: 1;
    width: 33px;
    height: 33px;
}

.prmo-bar.montserrat-medium {
       position: absolute;
    background: #bf2131;
    color: #fff;
    padding: 3px 10px;
    font-size: 0.9375rem; /* 15px */
    line-height: 20px;
}

.product-card-wrap .card.prom-card { border-color:#bf2131}
.product-card-wrap .card.prom-card .add-cart-button {background:#bf2131}

#product-page .product-card-wrap .card-title{
	-webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    min-height: 30px;
    color: #101828;
    font-size: 14px;
    line-height: 19px;
}

.bg-primary-clear {
	background:var(--danger-color) !important;
	display: inline-block;
    padding: 10px 20px;
    color: #fff;
    border-radius: 9px;
    text-transform: capitalize;
	font-size:14px;
}
.bg-primary-clear:hover {
	color: #fff;
}
.cart-icon {
	position:relative
}
#cartCount {
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    color: #222;
    line-height: 19px;
    font-size: 13px;
    position: absolute;
    top: -10px;
    right: -2px;
    border: 1px solid #2a3177;
}

div#myModal .modal-content {
    max-width: 600px;
    margin: auto;
	position:relative;
	    border-radius: 15px;
    overflow: hidden;
}

div#myModal .modal-content span.close.modal-close {
    position: absolute;
    right: 10px;
}

/* Filter Options */

.pe-tag {
    background: #ddd9d9;
    padding: 2px 6px;
    border-radius: 5px;
    color: #000;
    margin: 0 4px 10px 0px !important;
    font-size: 12px;
    display: inline-block;
  }

.filter-options {
    max-width: 50%;
    padding: 0;
}



/* Header Section*/
.pe_acc-txt {
    font-size: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 600;
}

 

#pe_nav-section .pe_top-bar .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

#pe_nav-section .col-md-3 {
    padding-right: 0;
    padding-left: 0;
}

#pe_nav-section .col-md-6 {
    padding-right: 0;
    padding-left: 0;
}

#pe_nav-section .pe_top-wrap-2 {
    padding: 8px 0;
    position: relative;
}

#pe_nav-section .pe_top-wrap1 {
    background: #f9f9f9;
    padding: 8px 0;
}

#pe_nav-section .pe_top-wrap-3 {
    background: #2c3075;
    padding: 8px 0;
    position: relative;
    text-align: center;
}

#pe_nav-section .pe_top-wrap1 p {
    color: #000;
    font-weight: 600;
    font-size: 0.9375rem; /* 15px */
    text-align: center;
}

#pe_nav-section .pe_top-wrap-2 p {
    color: #000;
    font-weight: 400;
    /*text-align: center;*/
}

#pe_nav-section .pe_top-wrap1 .pe_top-color {
    color: #dd2330;
}

#pe_nav-section .pe_top-wrap-3 a {
    color: #313373;
}


#pe_nav-section .pe_top-wrap-3 .fa-caret-down {
    font-size: 20px;
    padding: 0 0 0 14px;
}




.top-btn {
    background: url(../images/down-arrow.png) no-repeat center right !important;
    border: 0;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    background-size: 16px !important
}

.top-btn:hover {
    color: #000;
    background-color: transparent;
    border-color: transparent;
}

.show>.top-btn.dropdown-toggle:focus {
    box-shadow: none;
}

.top-btn:not(:disabled):not(.disabled):active:focus,
.show>.top-btn.dropdown-toggle:focus {
    box-shadow: none;
}

.top-btn:not(:disabled):not(.disabled):active {
    color: #000;
    background-color: transparent;
    border-color: transparent;
}

.top-btn:focus {
    color: #000 !important;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.show>.top-btn.dropdown-toggle {
    color: #000 !important;
    background-color: transparent;
    border-color: transparent;
}

#lang-wrap .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*-----------top-nav-end------------*/


/*-----------center-nav------------*/

.pe_center-bar
 {
    padding-top: 15px;
}

#pe_nav-section .pe_center-bar .pe_center-bar {
    padding: 8px 0 0 0;
}

#pe_nav-section .pe_center-bar .form-control {
    padding: 20px 0 20px 14px;
    border-bottom: 2px solid #313373;
    border-left: 2px solid #313373;
    border-top: 2px solid #313373;
    border-right: 0px solid transparent;
    border-top-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 15px;
}

#pe_nav-section .pe_center-bar .form-control::placeholder {
    color: #c9c5c5 !important;
    font-size: 16px;
}

#pe_nav-section .pe_center-bar .form-control:focus {

    background-color: #fff;
    border-color: #000;
    box-shadow: none;
}

#pe_nav-section .pe_center-bar .input-group-text {
    border-bottom: 2px solid #313373;
    border-right: 2px solid #313373;
    border-top: 2px solid #313373;
    border-left: 0px solid transparent;
    background: #fff;
}

#pe_nav-section .pe_center-bar .input-group-append {
    margin-left: -7px;
}

#pe_nav-section .pe_center-bar .input-group-text {
    padding: 12px 10px;
    border-radius: 0 15px 15px 0;
}

#pe_nav-section .pe_center-bar .input-group-text .fa-search:hover {
    color: #bf1e2e;
}

#pe_nav-section .pe_center-bar .form-control::placeholder {
    color: #000;
    opacity: 1;
    font-size: 18px;
}

.pe_icon1 img {
    width: 20px;
    object-fit: contain;
    max-height: 18px;
}

#pe_nav-section .pe_center-bar .pe_icon1.cart-sizes img {
    width: 25px;
    max-height: 100%;
    padding-top: 10px;
}

.pe_icon1.cart-sizes a {
    padding-right: 0 !important;
}

#pe_nav-section .pe_center-bar .pe_icon1 {
    text-align: center;
    position: relative;
}

#pe_nav-section .pe_center-bar .pe_icon1 .fa {
    font-size: 25px;
    padding-top: 12px;
}

#pe_nav-section .pe_center-bar .pe_icon1 .fa:hover {
    color: #d24e41;
}

#pe_nav-section .pe_center-bar .pe_icon1 a {
    font-size: 14px;
    color: #000;
    padding: 0 10px 0 0;
    line-height: 34px;
    display: inline-block;
}

#pe_nav-section .cart-gap a {
    padding-right: 22px !important;
}

#pe_nav-section .pe_center-bar .pe_icon1 .cart-icon {
    position: absolute;
    background: #000;
    color: #fff;
    top: -10px;
    height: 23px;
    width: 23px;
    border-radius: 50px;
    line-height: 22px;
    left: 8px;
}

#pe_nav-section .navbar .input-group {
    display: none;
}

#pe_nav-section .pe_center-bar ul {
    text-align: right;
}

#pe_nav-section .pe_center-bar ul.toprightNav {
    float: right
}

#pe_nav-section .pe_center-bar ul.toprightNav li {
    float: left
}

#pe_nav-section .pe_center-bar ul.toprightNav li.userNav {
    margin-top: 7px;
}

.navbar .dropdown-menu {
    text-align: left !important;
}

#pe_nav-section .pe_center-bar ul li {
    text-align: left;
}

.navbar {
    padding-left: 0;
    padding-right: 0
}

a.header-logo img {
    width: 240px;
}

/*-----------center-nav-end------------*/

/*---------------bottom-nav-------------*/
#pe_nav-section .navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
    /*padding: 8px 19px;*/
    padding: 8px 0px 8px 30px;
    text-transform: capitalize;
    font-size: 22px;
}

#pe_nav-section {
    padding-bottom: 10px;
}

#pe_nav-section .navbar-light .navbar-nav .nav-link:hover {
    color: #2c3075;
}

.bg-light {
    background-color: #fff !important;
}


#pe_nav-section .nav {
    background: #fff;
    padding: 10px 0;
    width: 100%;
}

#pe_nav-section .text {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}



/*------------LOGIN-PAGE-START------------*/

#pe_login-section {
    background: #f5f5f5;
}

#pe_login-section .col-md-5 {
    padding-left: 0;
}

#pe_login-section .account-color {
    background: #fff;
}

.pe_login-wrap-text {
    background: #2b2f75;
    padding: 210px 0;
    position: relative;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
	position: relative;
    height: 100%;
}

.pe_login-wrap-text::before {
    content: "";
    position: absolute;
    background: url(../images/bottom-shape.png)no-repeat left bottom;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0px;
}

.pe_login-wrap-text::after {
    content: "";
    position: absolute;
    background: url(../images/top-shape.png)no-repeat left top;
    bottom: 0;
    height: 100%;
    width: 100%;
    left: 0px;
}

.pe_login-wrap-text .h1,
.pe_login-wrap-text p {
    color: #fff;
}

.pe_login-wrap-text p {
    padding: 50px 40px;

}

 
.pe_or {
    padding-bottom: 20px;
}

.field-icon {
    float: right;
    margin-right: 14px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    font-size: 20px;
}

.pe_create-form .form-control {
    border-radius: 9px;
    padding: 5px 10px;
    color: #929292;
    background-color: #fff;
    border-color: #929292;
	height: 45px !important;
}

.pe_create-form .form-control:focus {
    color: #929292;
    background-color: #fff;
    border-color: #929292;
    outline: 0;
    box-shadow: none;
}

.pe_create-form .form-group {
    margin-bottom: 20px;
}

.pe_create-form .multiselect-native-select .custom-select.text-center{
text-align:left !important
}
.pe_create-form .multiselect-native-select .btn-group {
min-width:250px;
	width:40%
}

.pe_create-form .dropdown-menu {
min-width:250px;}
.pe_create-form  .form-check-label {
	    padding-left: 10px;
}

.pe_create-form .btn-group {
	    width: 40%;
    min-width: 200px;
    text-align: left;
}

.pe_create-form .button {
    margin-top: 30px;
}

.pe_create-form .button-one {
    margin-top: 0;
}

.pe_two-buttons img {
    padding-right: 8px;
}

.pe_two-buttons a {
    margin-right: 20px;
}

.pe_or {
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
    margin-top: 20px;
}

.pe_or::after,
.pe_or::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 2px;
    background: #000;
    top: 11px;
    display: block;
    right: 30px;
}

.pe_or::before {
    top: 11px;
    left: 30px;
}

.pe_sign {
    padding-top: 60px;
}

.pe_sign-one {
    padding-top: 20px;
}

.pe_chng-color {
    color: #bd212f;
}

.account-btn,
.account-btn:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    border: 2px solid #fff;
}

.pe_sign p {
    font-size: 18px;
}

.pe_sign-one p {
    font-size: 18px;
    padding: 20px 0 0 0;
}

/*------------LOGIN-PAGE-END-------------*/

/* Cart Page html */


 





/*------------footer-section-------------*/





#pe_footer-section .pe_footer-img img {
    width: 180px;
}

#pe_footer-section .pe_footer-img .social-wrap a {
    display: inline-block;
}

#pe_footer-section .pe_footer-img .social-wrap a+a {
    padding-left: 15px;
}

#pe_footer-section .pe_footer-img .social-wrap img {
    max-width: 40px;

}

#pe_footer-section li {
    padding-right: 20px;
}

#pe_footer-section .pe-footer-text-wrap-1 p a {
    font-size: 0.9375rem; /* 15px */
    text-transform: uppercase;
    color: #000;
}

#pe_footer-section .pe-footer-text-wrap-1 p a:hover {
    color: #bf0b26;
}

#pe_footer-section .pe-footer-text-wrap ul li h6 {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

#pe_footer-section .pe-footer-text-wrap-1 p {
    color: #000;
    font-size: 0.9375rem; /* 15px */
    padding-top: 4px;
    margin-bottom: 20px;
}

#pe_footer-section .pe-footer-text-wrap-1 {
    padding-top: 30px;
}

#pe_footer-section .pe_footer-icon ul {
    padding-top: 40px;

}

#pe_footer-section .pe-footer-text-wrap ul li {
    display: block;
    padding: 0 0 14px 0;
}

#pe_footer-section .pe-footer-text-wrap ul li a {
    font-size: 0.9375rem; /* 15px */
    color: #000;
}

#pe_footer-section .pe-footer-text-wrap ul li a:hover {
    color: #bf0b26;
}

#pe_footer-section .pe-footer-text-wrap ul li h6 {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

#pe_footer-section .pe-footer-text-wrap p {
    color: #000;
    font-size: 0.9375rem; /* 15px */
}

#pe_footer-section .pe_end-text {
    padding: 25px 0;
    background: #ffffff;
    margin-top: 80px;
    border-top: 2px solid #000;
}

#pe_footer-section .pe_end-text p {
    color: #000;
    font-size: 0.9375rem; /* 15px */
    font-weight: 700;
}

#pe_footer-section .pe_footer-icon {
    padding-top: 0;
}

#pe_footer-section .pe_footer-icon h6 {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}

#pe_footer-section .pe_footer-icon p {
    font-size: 16px;
    padding-top: 40px;
}

#pe_footer-section .pe_footer-icon .form-control {
    padding: 10px;
    border: 2px solid #333366;
    border-radius: 8px;
    font-size: 0.9375rem; /* 15px */
    min-height: 50px;
}

#pe_footer-section .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e10e30;
    outline: 0;
    box-shadow: none;
}



#pe_footer-section .pe_footer-icon .fa-facebook {
    font-size: 26px;
    border: 2px solid #e00025;
    padding: 10px 15px;
    border-radius: 35px;
    color: #2c3175;
}

#pe_footer-section .pe_footer-icon .fa-facebook:hover {
    background: #e10e30;
    color: #fff;
    border: 2px solid #2c3175;

}

#pe_footer-section .pe_footer-icon .fa-instagram {
    font-size: 26px;
    border: 2px solid #e00025;
    padding: 10px 12px;
    border-radius: 35px;
    color: #2c3175;
}

#pe_footer-section .pe_footer-icon .fa-instagram:hover {
    background: #e10e30;
    color: #fff;
    border: 2px solid #2c3175;
}

#pe_footer-section .pe_footer-icon .fa-linkedin {
    font-size: 26px;
    border: 2px solid #e00025;
    padding: 10px 12px;
    border-radius: 35px;
    color: #2c3175;
}

#pe_footer-section .pe_footer-icon .fa-linkedin:hover {
    background: #e10e30;
    color: #fff;
    border: 2px solid #2c3175;
}

/*------------footer-section-end-------------*/


.stepper-wrap {
  padding: 60px 0;
}
.form-item {
  display: flex;
  flex-direction: column;
}
.form-item.has-error .form-label {
  color: red;
}
.form-item.has-error .form-input {
  border-color: red;
  background-color: #ffe1e1;
}
.form-label {
  font-size: 16px;
  color: #161616;
  margin-bottom: 6px;
}
.form-input {
  border: 2px solid #8d8d8d;
  border-radius: 4px;
  background: #f9f9f9;
  height: 30px;
  padding: 0 16px;
  outline: none;
}
.form-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.form-content {
  display: none;
  flex-direction: column;
  gap: 20px;
}
.form-content.active {
  display: flex;
}

.btn {
  border-radius: 4px;
  border: 2px solid transparent;
  padding: 6px 49px;
  font-size: 1rem;
  
  cursor: pointer;
  outline: none;
}
.btn.bordered {
  border-color: #2a3177;
  color: #2a3177;
}
.btn.primary {
  background-color: #2a3177;
  color: #fff;
}
.btn[disabled] {
  cursor: not-allowed;
}

.wizard {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 308px;
  border-radius: 10px;
  border: 1px solid #f9f9f9;
  box-shadow: 0 0 15px #f1f1f1;
  padding: 30px 19px;
}
.wizard:before {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.wizard-bar {
  position: absolute;
  background-color: #2a3177;
  height: 30px;
  bottom: -50px;
  width: 2px !important;
  left: 15px;
  transform: translateY(-50%);
  transition: 0.3s ease;
  top: auto;
  opacity: 0;
}

.active .wizard-bar {
  opacity: 1;
}
.wizard-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 270px;
}

.wizard-item {
  position: relative;
  margin-bottom: 40px;
}

.wizard-item .step-icon {
  z-index: 2;
  transition: 0.4s ease;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 20px;
  border: 2px solid #2a3177;
  color: #2a3177;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  background-color: #fff;
}



.wizard-item.active .step-icon {
  background-color: #2a3177;
  color: #fff;
}
.wizard-item.active.with-image:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 8.9087L17.1443 6L9.97468 13.191L6.8557 10.0399L4 12.888L8.53671 17.4126C8.91618 17.7888 9.4295 18 9.96456 18C10.4996 18 11.0129 17.7888 11.3924 17.4126L20 8.9087Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.wizard-item.with-image:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 8.9087L17.1443 6L9.97468 13.191L6.8557 10.0399L4 12.888L8.53671 17.4126C8.91618 17.7888 9.4295 18 9.96456 18C10.4996 18 11.0129 17.7888 11.3924 17.4126L20 8.9087Z' fill='%231E4DBA'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.stepper-form-wrapper {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #f9f9f9;
  box-shadow: 0 0 15px #f1f1f1;
  width: calc(100% - 330px);
}

.step-form-head {
  padding: 20px 50px;
}

.step-head-divider {
  height: 2px;
  width: 100%;
  background-color: #d9d9d9;
}

.step-form-head p {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #3d4244;
}

.step-form-body {
  padding: 32px 50px;
}

.input-field {
  border-radius: 4px;
}

.form-button-wrapper {
  padding: 0 50px 50px 50px;
}

.form-control {
  background-color: #fff !important;
  border-color: #dae5eb;
}

.form-control:focus {
  box-shadow: none;
  border-color: #dae5eb;
}

.form-sub-title {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #4c4c4c;
}

.form-group label {
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.iti__country {
  display: block !important;
}

.iti__selected-flag {
  border-right: 1px solid #dae5eb;
}

.iti {
  width: 100%;
}
.iti__country-list {
  max-width: 350px;
  overflow-x: visible !important;
}

.file-upload-wrap {
  height: 38px;
}

.file-upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 38px;
  border: 1px solid #dae5eb;
  padding: 6px;
  z-index: 1;
  border-radius: 4px;
}

.file-upload span {
  padding: 0 8px;
  height: 25px;
  background-color: #f5f5f5;
  border-radius: 4px;
  display: flex;
  align-items: center;
  color: #929495;
  font-size: 14px;
  width: 67px;
}

.form-control-file {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  background: none;
}

.active2 p {
  color: green !important;
}

.stepper-login h3 {
  color: #a9a9a9;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.stepper-login h3 span {
  color: #bd212f;
}


.wizard-item span { 
    color: #25AE7E;
    font-size: 12px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    bottom: -20px;
}


.step-icon-green { 
  z-index: 3;
  transition: 0.4s ease;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 20px;
  border: 2px solid #25AE7E;
  color: #25AE7E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  background-color: #25AE7E;
  position: absolute;
}

.step-icon-green img { 
  width: 18px;
}

/*------------footer-section-------------*/



#pe_footer-section .pe_footer-img img {
    width: 180px;
}

#pe_footer-section .pe_footer-img .social-wrap a {
    display: inline-block;
}

#pe_footer-section .pe_footer-img .social-wrap a+a {
    padding-left: 15px;
}

#pe_footer-section .pe_footer-img .social-wrap img {
    max-width: 40px;

}

#pe_footer-section li {
    padding-right: 20px;
}

#pe_footer-section .pe-footer-text-wrap-1 p a {
    font-size: 0.9375rem; /* 15px */
    text-transform: uppercase;
    color: #000;
}

#pe_footer-section .pe-footer-text-wrap-1 p a:hover {
    color: #bf0b26;
}

#pe_footer-section .pe-footer-text-wrap ul li h6 {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

#pe_footer-section .pe-footer-text-wrap-1 p {
    color: #000;
    font-size: 0.9375rem; /* 15px */
    padding-top: 4px;
    margin-bottom: 20px;
}

#pe_footer-section .pe-footer-text-wrap-1 {
    padding-top: 30px;
}

#pe_footer-section .pe_footer-icon ul {
    padding-top: 40px;

}

#pe_footer-section .pe-footer-text-wrap ul li {
    display: block;
    padding: 0 0 14px 0;
}

#pe_footer-section .pe-footer-text-wrap ul li a {
    font-size: 0.9375rem; /* 15px */
    color: #000;
}

#pe_footer-section .pe-footer-text-wrap ul li a:hover {
    color: #bf0b26;
}

#pe_footer-section .pe-footer-text-wrap ul li h6 {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

#pe_footer-section .pe-footer-text-wrap p {
    color: #000;
    font-size: 0.9375rem; /* 15px */
}

#pe_footer-section .pe_end-text {
    padding: 25px 0;
    background: #ffffff;
    margin-top: 80px;
    border-top: 2px solid #000;
}

#pe_footer-section .pe_end-text p {
    color: #000;
    font-size: 0.9375rem; /* 15px */
    font-weight: 700;
}

#pe_footer-section .pe_footer-icon {
    padding-top: 0;
}

#pe_footer-section .pe_footer-icon h6 {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}

#pe_footer-section .pe_footer-icon p {
    font-size: 16px;
    padding-top: 40px;
}

#pe_footer-section .pe_footer-icon .form-control {
    padding: 10px;
    border: 2px solid #333366;
    border-radius: 8px;
    font-size: 0.9375rem; /* 15px */
    min-height: 50px;
}

#pe_footer-section .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e10e30;
    outline: 0;
    box-shadow: none;
}



#pe_footer-section .pe_footer-icon .fa-facebook {
    font-size: 26px;
    border: 2px solid #e00025;
    padding: 10px 15px;
    border-radius: 35px;
    color: #2c3175;
}

#pe_footer-section .pe_footer-icon .fa-facebook:hover {
    background: #e10e30;
    color: #fff;
    border: 2px solid #2c3175;

}

#pe_footer-section .pe_footer-icon .fa-instagram {
    font-size: 26px;
    border: 2px solid #e00025;
    padding: 10px 12px;
    border-radius: 35px;
    color: #2c3175;
}

#pe_footer-section .pe_footer-icon .fa-instagram:hover {
    background: #e10e30;
    color: #fff;
    border: 2px solid #2c3175;
}
#pe_footer-section .pe_footer-icon .fa-linkedin {
    font-size: 26px;
    border: 2px solid #e00025;
    padding: 10px 12px;
    border-radius: 35px;
    color: #2c3175;
}

#pe_footer-section .pe_footer-icon .fa-linkedin:hover {
    background: #e10e30;
    color: #fff;
    border: 2px solid #2c3175;
}

/*------------footer-section-end-------------*/


/* responsive  */
@media (min-width: 1400px) {    
    #pe_products-page-section .col-xl-2{
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
    
    
}

@media (max-width: 1280px) {
  .form-group label {
    font-size: 14px;
  }
}

@media (max-width: 1230px) {
  .step-form-body .col-md-4,
  .step-form-body .col-md-3,
  .step-form-body .col-md-6,
  .step-form-body .col-md-12 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .step-form-head {
    padding: 10px 36px;
  }
}

@media (max-width: 1024px) {
  .wizard {
    width: 250px;
  }

  .stepper-form-wrapper {
    width: calc(100% - 260px);
  }

  .stepper-login h3 {
    line-height: 20px;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .stepper-form-wrapper {
    width: 100%;
  }

  .wizard {
    width: 100%;
    padding: 20px 10px;
  }

  .stepper-wrap > .d-flex {
    flex-direction: column !important;
  }

  .stepper-form-wrapper {
    margin-top: 20px;
  }

  .wizard-list {
    width: 100%;
    flex-direction: row !important  ;
  }

  .wizard-item > .d-flex {
    flex-direction: column;
  }

  .wizard-item p {
    font-size: 12px;
  }

  .wizard-bar {
    height: 2px;
    bottom: auto;
    top: 15px;
    width: 80px !important;
    left: auto;
    /* transform: translateY(-50%); */
    /* top: auto; */
    right: -37px;
  }

  .wizard-item {
    margin-bottom: 20px;
  }

  .stepper-wrap {
    padding-top: 24px;
  }
}

.mobile-show {
  display: none;
}

.mobile-hide {
  display: block;
}


#edit-form .wizard-list { flex-direction: row !important; width:100%}
#edit-form .wizard { width: 100%; padding:20px;}
#edit-form  .wizard-item{text-align:center; height:50px}
#edit-form .d-flex { flex-direction: column; }
#edit-form .wizard-item .step-icon {color:#222}
#edit-form .step-info span { display:none}
#edit-form .wizard-bar { display:none}
#edit-form .wizard-item .step-icon {margin:auto}
#edit-form .step-icon-green {left: 39%;}
#edit-form .stepper-form-wrapper { width: 100%; margin-top: 30px;}
#edit-form .step-form-body {
    padding: 20px 20px;
}
#edit-form .step-form-head {
    padding: 20px 20px;
}


/* New Css */
body { overflow-x:hidden}

.btn-wrap .col-6 {padding:0 8px}
 
.btn-primary {
    background: #000066;
    padding: 4px 10px;
    border: none;
    border-radius: 5px;
    font-size: 0.75rem;
    display: block;
    text-align: center;
    line-height: 18px;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background: #2d3176;
    transition: .8s;
}


.btn-warning {
     
    padding: 4px 10px;
    border: none;
    border-radius: 5px;
    font-size: 0.75rem;
    display: block;
    text-align: center;
    line-height: 18px;
}

.btn-warning:hover,
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    
    transition: .8s;
}

.btn-lg {
    padding:15px 10px;
    font-size: 1.125rem; /* 18px */
}


@media (max-width: 768px) {
  .wizard {
    display: none;
  }

  .mobile-show {
    display: flex;
  }

  .mobile-hide {
    display: none;
  }

  .form-button-wrapper {
    padding: 16px 34px 0px 45px;
    text-align: end;
  }

  .form-button-wrapper button {
    display: inline-block;
  }

  .btn {
    padding: 2px 30px;
  }
}

@media (max-width: 576px) {
  .step-form-body {
    padding-left: 25px;
    padding-right: 25px;
  }

  .step-form-head {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 25px;
  }

  .form-button-wrapper {
    padding: 0px 34px 18px 45px;
    text-align: end;
}

  .form-sub-title { 
    font-size: 14px;
  }

}






@media(max-width:1440px){
    
    body {
        
        font-size: 14px;
        line-height: 25px;
        color: #000;
    }
    #pe_nav-section .navbar-light .navbar-nav .nav-link {
        font-size: 18px;
    }
}
@media(max-width: 1366px) { 
     body {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        line-height: 25px;
        color: #000;
    }
    
    #pe_nav-section .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }
}
