#not-match {
  display: none;
}

#btn-products-c:first-child::after {
  color: #fff !important;
}

#logo-footer img {
  margin: auto;
  padding-bottom: 0.625rem;
}

#account-menu,
#account-menu::after {
  text-align: start;
  color: #212121 !important;
}

.container-menu-collapsed {
  width: 59.938rem;
  height: auto;
}

.sub-category-height {
  height: 12.5rem;
}

.category-title {
  min-height: 2.813rem;
  display: flex;
  align-items: flex-end;
  border-bottom: 0.125rem solid #aeb4be;
  padding-bottom: 0.125rem;
  margin-bottom: 0.813rem;
}

.select-subs {
  color: #212121;
}

.select-subs li > a {
  color: #aeb4be;
  font-size: 0.8rem;
  border: none;
}

.select li:hover {
  color: #212121;
}

.separator {
  display: block;
  width: 0.063rem;
  height: 1rem;
  content: "";
  background-color: #aeb4be;
}

.accordion-button-c {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.625rem 0;
  font-size: 1rem;
  color: #999;
  text-align: left;
  background-color: #e0e0e0;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out,
    border-radius 0.15s ease;
}

.accordion-button-c:not(.collapsed)::after {
  background-image: url("/assets/img/others/arrow-down.svg");
  transform: rotate(-180deg);
}

.accordion-button-c::after {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  content: "";
  background-image: url("/assets/img/others/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform 0.2s ease-in-out;
}

.spanDot {
  color: #ed2124;
}

.burger {
  color: #fff;
  width: 1.75rem;
  height: 1.75rem;
}

.araniProductList {
  min-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (max-width: 600px) {
  .custom-cards.row .card {
    flex-direction: row !important;
  }
}

.custom .product-card {
  box-shadow: 0.2rem 0.2rem 0.5rem 0.05rem rgba(33, 33, 33, 0.1);
}

.custom .product-card:hover:not(.card-static) {
  box-shadow: 0.3rem 0.3rem 0.5rem 0.1rem rgba(33, 33, 33, 0.4);
}

.custom .product-card h3:hover {
  color: #ed2124;
}

.custom .product-card h3 {
  margin: 0;
}

.custom .product-card h3 a {
  padding-left: 0.5rem;
}

.custom.dropdown-menu {
  background-color: #fff !important;
}

.custom.dropdown-menu .container-menu-collapsed {
  background-color: #fff;
}

.custom.dropdown-menu.dropdown-menu-end {
  background-color: #fff !important;
}

.custom.dropdown-menu::before {
  display: none;
}

.custom.navbar-nav.navbar-mega-nav::after {
  display: none;
}

.custom.tns-carousel .tns-nav {
  padding: 10 0;
}

.custom.tns-carousel [data-controls="prev"] {
  left: 1rem;
}
.custom.tns-carousel:not(.tns-controls-static):hover [data-controls] {
  -webkit-transform: translate(0 , -50%);
  transform: translate(0 , -50%);
  opacity: 1;
}

.custom.tns-carousel:not(.tns-controls-static) [data-controls='prev'] {
  -webkit-transform: translate(1rem , -50%);
  transform: translate(1rem , -50%);
}
.custom.tns-carousel:not(.tns-controls-static) [data-controls='next'] {
  -webkit-transform: translate(-1rem , -50%);
  transform: translate(-1rem , -50%);
}


.custom.tns-carousel [data-controls="next"] {
  right: 1rem;
}
.home-carousel {
  display: flex;
  overflow: hidden;
}
.home-carousel.slick-initialized {
  overflow: initial;
}
.home-carousel .slick-arrow {
  z-index: 1;
  width: 44px;
  height: 44px;
  border: 1px solid #e3e9ef;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  transform: translate(0, -50%);
  transition: opacity .3s linear, transform .3s linear;

}
.home-carousel:hover .slick-arrow {
  opacity: 1;
}
.home-carousel:hover .slick-prev {
  transform: translate(-10px, -50%);
}
.home-carousel:hover .slick-next {
  transform: translate(10px, -50%);
}
.home-carousel .slick-arrow,
.home-carousel .slick-arrow:hover,
.home-carousel .slick-arrow:active,
.home-carousel .slick-arrow:focus,
.home-carousel .slick-arrow:visited {
  border: 1px solid #e3e9ef;
  background-color: #fff;
}
.home-carousel .slick-prev {
  left: 25px;
}
.home-carousel .slick-next {
  right: 25px;
}
.home-carousel .slick-prev:before,
.home-carousel .slick-next:before {
  position: relative;
  top: -2px;
  color: #000000;
}
.home-carousel .slick-dots li {
  margin: 5px;
  width: auto;
  height: auto;
}
.home-carousel .slick-dots li button {
  padding: 2px;
  height: 2px;
  width: 2px;
  border-radius: 4px;
  background-color: #b6bcc5;
  transition: all .3s linear;
}
.home-carousel .slick-dots li.slick-active button {
  width: 20px;
  background-color: #ed2124;
}
.home-carousel .slick-dots li button:before {
  display: none;
}

.custom.btn-social.bs-light:hover {
  background-color: #aeb4be !important;
}

.custom-tooltip .tooltip.show {
  opacity: 1;
}

.custom-tooltip .tooltip-inner {
  background-color: #ed2124;
  opacity: 1 !important;
}

.custom-tooltip .tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #ed2124 !important;
}

.custom-tooltip .tooltip.bs-tooltip-left .arrow::before {
  border-right-color: #ed2124 !important;
}

.custom-tooltip .tooltip.bs-tooltip-top .arrow::before {
  border-right-color: #ed2124 !important;
}

.custom-tooltip .tooltip.bs-tooltip-bottom .arrow::before {
  border-right-color: #ed2124 !important;
}

.quantity {
  display: flex;
}

.quantity .input-text.qty {
  width: 55px;
  height: 41px;
  padding: 0 5px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eee;
}

.quantity.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
}

.quantity.buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
}

.quantity.buttons_added .minus {
  padding: 7px 10px 8px;
  height: 41px;
  background-color: #fff;
  border: 1px solid #eee;
  cursor: pointer;
  font-weight: 900;
  border-right: 0;
}

.quantity.buttons_added .minus:hover {
  background: #eee;
}

.quantity.buttons_added .minus:focus {
  outline: none;
}

.quantity.buttons_added .plus {
  padding: 7px 10px 8px;
  height: 41px;
  background-color: #fff;
  border: 1px solid #eee;
  cursor: pointer;
  font-weight: 900;
  border-left: 0;
}

.quantity.buttons_added .plus:hover {
  background: #eee;
}

.quantity.buttons_added .plus:focus {
  outline: none;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  margin: 0;
}

.dash-menu-mobile {
  color: #212121;
}

.dash-menu-mobile:hover {
  color: #ed2124;
}

.text-gray-light {
  color: #e0e0e0;
}

.text-a-black {
  color: #212121;
}

.text-a-gray {
  color: #aeb4be;
}

.text-a-light-gray {
  color: #e0e0e0;
}

.text-a-red {
  color: #ed2124;
}

.text-green {
  color: #09ff00;
}

.bg-a-black {
  background-color: #212121;
}

.bg-a-gray {
  background-color: #aeb4be;
}

.bg-a-gray-light {
  background-color: #e0e0e0;
}

.bg-a-gray-lighter {
  background-color: #eee;
}

.bg-a-gray-500 {
  background-color: #aeb4be;
}

.bg-a-red {
  background-color: #ed2124;
}

.border-b-gray {
  border-color: #aeb4be;
}

.border-b-1 {
  border-bottom: 00.063rem solid;
}

.fs-8 {
  font-size: 0.5rem;
}
.fs-12 {
  font-size: 0.75rem;
}
.fs-14 {
  font-size: 0.875rem;
}

.fs-xxs {
  font-size: 0.625rem;
}

.fsc-4 {
  font-size: 0.25rem;
}

.translate-y-25 {
  transform: translateY(-25%);
}

.w-90 {
  width: 90%;
}

.w-80 {
  width: 80%;
}

.w-max-content {
  width: max-content;
}

/*--------------------------------update----------------------*/

.hero-title {
  padding-top: 1.2rem;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

#timeline li {
  list-style: none;
  cursor: pointer;
}

.selected {
  border-bottom: solid 6px #ed2124;
  font-size: large;
  font-weight: bold;
}

.custom.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

@media screen and (min-width: 768px) and (max-width: 940px) {
  .fast-shipping {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  .container-menu-collapsed {
    width: calc(95vw - 276.69px);
  }
}
.btn-outline-primary:active,
.btn-primary:active,
.btn-primary:focus {
  border-color: #cb1013 !important;
  background-color: #cb1013 !important;
}
.btn-outline-primary:active:focus,
.btn-primary:active:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 33, 36, .5) !important;
}


button.bg-primary,
button.bg-primary:active
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #ed2124 !important;
}

.custom-field {
  border: none;
  border-bottom: #aeb4be 2px solid;
  border-radius: 0;
  background-color: none !important;
}

.input-w-5 {
  width: 5.5rem;
}

/*----------------------- timeline-----------------------*/

.timeline-item {
  display: flex;
  flex: auto;
  overflow-y: auto;
  padding: 0rem 1rem 0rem 1rem;
}

#timeline {
  position: relative;
  display: table;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 2rem;
}

#timeline:after {
  content: "";
  width: 2px;
  position: absolute;
  top: 0.5rem;
  bottom: 0rem;
  left: 60px;
  z-index: 1;
  background: #c5c5c5;
}

#timeline h3 {
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
  color: #888;
  margin: 0;
  font-size: 1em;
  font-weight: 400;
}

#timeline section.year {
  position: relative;
}

#timeline section.year:first-child section {
  padding-bottom: 0px;
}

#timeline section.year section {
  position: relative;
  padding-bottom: 2.25em;
  margin-bottom: 0.2em;
}

#timeline section.year section h4 {
  position: absolute;
  bottom: 0;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  padding: 0 0 0 89px;
  color: #c5c5c5;
}

#timeline section.year section ul {
  list-style-type: none;
  padding: 0 0 0 75px;
  margin: -1.35rem 0 1em;
  max-width: 100%;
  font-size: 1em;
}

#timeline section.year section ul:last-child {
  margin-bottom: 0;
}

#timeline section.year section ul:first-of-type:after {
  content: "";
  width: 13px;
  height: 13px;
  background: #ed2124;
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 54px;
  top: 3px;
  z-index: 2;
}

#timeline section.year section ul li {
  margin-left: 0.5rem;
}

#timeline section.year section ul li:not(:first-child) {
  margin-top: 0.5rem;
}

/*-------------------------------*/

.bs-arani:hover {
  background-color: #ed2124;
  color: #fff !important;
  -webkit-box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(237, 33, 36, 0.9);
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(237, 33, 36, 0.9);
}

.bs-arani i:hover {
  color: #fff !important;
}

/***** Checkout ***/
.checkout-wizard-tabs {
  cursor: pointer;
  color: #ed2124 !important;
}

.gallery-item::after {
  content: "" !important;
}

.garantie {
  max-height: 185px;
  width: max-content;
  align-self: center;
}

.toast-container {
  z-index: 11000;
}

/* .widget-cart-item {
  width: fit-content;
} */

#map iframe {
  margin-top: -60px;
}

.btn-outline-black {
  color: #212121;
  border-color: #212121;
}

.btn-outline-black:hover {
  color: #212121 !important;
  border-color: #212121 !important;
  -webkit-box-shadow: 3px 4px 11px 3px rgba(33, 33, 33, 0.4);
  box-shadow: 3px 4px 8px 3px rgba(33, 33, 33, 0.4);
}

.fixd-height-card-img {
  max-height: 178px !important;
}

.fixd-height-card-body {
  min-height: 195px !important;
  height: auto;
}

.btn-dropdown-width {
  width: 100%;
  max-width: 212px;
}

.btn.dropdown-toggle.btn-dropdown-width::after {
  margin-left: 10.35rem;
}

.text-position-contractor-title {
  position: absolute;
  bottom: 60px;
  left: 5px;
  color: #fff;
  font-weight: bolder;
}

.custom-width-300 {
  width: 300px;
}

.bg-gray {
  background-color: #dbdbdb;
}

.card p {
  color: #212121;
}

.fs-14 {
  font-size: 14px;
}

.text-truncate-l3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.horizontal-card {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.085);
  border-radius: 0.4375rem;
}

.card-img {
  max-width: fit-content;
}

@media screen and (min-width: 360px) and (max-width: 767px) {
  .custom.row .card.product-card .card-body .card-title {
    font-size: medium !important;
  }
}

.payment-icon {
  max-width: 50px;
}
#total-payment-amount {
  box-shadow: none;
  cursor:auto;

}

.custom.row .card.product-card:hover {
  cursor: pointer;
}

.custom.row .card.product-card:hover h3 {
  color: #ed2124;
}

.custom.row .card.product-card {
  border-radius: 0px !important;
}

/*****************************************/

.stepper-wrapper {
  margin: 50px auto;
  width: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.stepper-wrapper::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: lightgray;
  position: absolute;
}

.progress {
  content: "";
  width: 0%;
  height: 3px;
  background-color: #ed2124;
  position: absolute;

  transition: width 1s;
}

.step {
  border-radius: 50%;
  border: 3px solid lightgrey;
  background-color: white;
  padding: 11px 19px;
  color: gray;
  transition: border-color color;
  transition-duration: 0.7s;
  z-index: 2;
}

.step-count {
  border: 1px solid transparent;
}
.steps-dark .step-count, .steps-dark .step-progress {
  background-color: #e3e9ef;
}
.step-item.active .step-count {
  border-color: #ed2124;
}

.completed {
  border-color: #ed2124;
  color: #ed2124;
}

.fs-14rem {
  font-size: 14rem;
}

.fs-7rem {
  font-size: 7rem;
}

.circle {
  width: 60px;
  height: 60px;
  top: -30px;
  border-width: 4px !important;
  background-color: #ed2124;
}

.lh-2 {
  line-height: 2rem;
}

.contractor-bg-img {
  background-image: url("/assets/img/heros/are_you_contractor.jpg");
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  /*max-height: max-content;*/
  height: auto;
  width: 100%;
  margin-bottom: 30px;
}


.static-title {
  background-image: url("../img/heros/parallex.jpg");
  min-height: 110px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/*----------------------------------*/

.family-photo {
  border: 42px solid #ededed;
  border-radius: 158px;
}

.sales-person-photo {
  /* width: fit-content; */
  width: 100px;
  max-width: 100px;
  height: auto;
}

.sales-person-photo img {
  border-radius: 50%;
}

.sale-person-card {
  border: 2px solid #dbdbdb;
  border-radius: 10px;
  height: 150px;
  max-height: 150px;
}

.sales-person-info h3 {
  font-weight: bold;
}

.sales-person-info {
  display: flex;
  align-items: center;
}

.blog-title-1 {
  top: 53%;
  left: 5%;
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
}

.blog-title-2 {
  top: 70%;
  left: 5%;
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
}

/* .static-page-title {
    font-size: 2.6rem;
  }

  .static-page-subtitle {
    font-size: 1.8rem;
  } */

@media screen and (max-width: 1260px) {
  .blog-title-1,
  .blog-title-2 {
    font-size: 5vw;
  }
}

.faq.row h6 {
  text-decoration: underline;
}

.faq.row h6:hover {
  color: #ed2124;
}

/* Category page */

.widget-categories-results {
  color: #4b566b;
  font-size: 0.9375rem;
  font-weight: normal;
  padding: 0.444rem 0;
}

.cat-results-title {
  min-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.category-card .subcategory-card {
  box-shadow: 0.2rem 0.2rem 0.5rem 0.05rem rgba(33, 33, 33, 0.1);
}

.category-card .subcategory-card:hover {
  box-shadow: 0.3rem 0.3rem 0.5rem 0.1rem rgba(33, 33, 33, 0.4);
}

.category-card .subcategory-card:hover h3 {
  color: #ed2124;
}

/* -----------------------------------22-6-22-------------------- */
/* ------------------------ slider text position -------------------------- */

.home-slider-01-text-position {
  top: 13%;
  left: 34%;
}

.home-slider-01-icons-position {
  top: 57%;
  left: 46%;
}

.slider-text-size {
  font-size: 2.5rem;
}

.slider-icons-size {
  font-size: 4.5rem;
}

.slider-icons-text {
  font-size: 0.857rem;
}

.product-slide-layout {
  position: absolute;
  top: 0;
  background-color: transparent;
  color: #fff;
}
a.product-slide-layout:hover,
.product-slide-layout a:hover,
.product-slide-layout a,
a.product-slide-layout:focus,
.product-slide-layout a:focus,
a.product-slide-layout:active,
.product-slide-layout a:active {
  color: #fff;
}
.product-slide-layout .row,
.product-slide-layout .row > * {
  margin-top: 0;
}
.product-slide-layout__title {
  font-size: calc(8px + .6vw);
}
.product-slide-layout__title::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 5px;
  height: 30px;
  top: 0;
  left: 0;
  background-color: #ed2124;
}
@media screen and (min-width: 576px) {
  .product-slide-layout__title::before {
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .product-slide-layout__title::before {
    height: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .product-slide-layout__title::before {
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .product-slide-layout__title {

    font-size: calc(14px + .6vw);
  }
}
@media screen and (min-width: 1200px) {
  .product-slide-layout__title {
    font-size: 30px;
  }
}
.product-slide-layout__title-description,
.product-slide-layout__text-description {
  font-size: calc(10px + .6vw);
}
@media screen and (min-width: 1200px) {
  .product-slide-layout__title-description,
  .product-slide-layout__text-description {
    font-size: 20px;
  }
}
.product-slide-layout__card {
  font-size: calc(8px + .6vw);
  line-height: 12px;
}
@media screen and (min-width: 768px) {
  .product-slide-layout__card {
    line-height: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .product-slide-layout__card {
    font-size: 20px;
    line-height: 22px;
  }
}
.radio-box {
  border:1px solid rgba(0, 0, 0, 0.085);
  cursor: pointer;
  transition: all .15s ease-in-out;
}
.radio-box:hover {
  background-color: #f6f9fc;
}
.radio-box.focus {
  border:1px solid #aeb4be;
  background-color: #f6f9fc;
  outline:0;
}
.radio-box.focus .radio-box__header {
  font-weight: 600;
}
.case-pack {
  border:1px solid rgba(0, 0, 0, 0.085);
  /* max-width: 180px;
  width: calc(50% - 10px); */
  cursor: pointer;
  transition: all .15s ease-in-out;
}
.case-pack:hover {
  background-color: #f6f9fc;
}
.case-pack.focus {
  border:1px solid #aeb4be;
  background-color: #f6f9fc;
  outline:0;
}
.case-pack.focus .case-pack__header,
.case-pack.focus .case-pack__price {
  font-weight: 600;
}
.request-account .form-control, .request-account .form-select {
  opacity: .75;
}

.request-account::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; 
  height: 100%;
  background-image: url('../img/general/maitre-electricien.jpeg');
  z-index: 0;
  background-position: 90% 100%;
  background-size: cover;
  filter:  blur(1px) opacity(0.5);
}
.testimonial-wrapper .stars {
  color: var(--yellow);
}

.testimonial-wrapper .fa-quote-left, .testimonial-wrapper .fa-quote-right {
  font-size: 2rem;
}


/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/*-------------------------------Media Query----------------------------*/
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/* this media query is size of between md to xl, we use this size for our mega menu on main category of products */

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .slider-text-size {
    font-size: 2rem !important;
  }

  .slider-icons-size {
    font-size: 7vw !important;
  }
}

/* ---------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .slider-text-size {
    font-size: 4.5vw;
  }

  .slider-icons-size {
    font-size: 8vw;
  }

  .slidr-icons-text {
    font-size: 3vw;
  }

  .home-slider-01-icons-position {
    top: 57%;
    left: calc(40% - 3vw);
  }

  .family-photo {
    border: none;
    border-radius: 0;
  }

  .mega-dropdown-column {
    width: 100%;
    max-width: 20.8rem !important;
  }

  .navbar-stuck-menu .navbar-brand img {
    width: 110px;
  }

  .flag-footer-social-icons {
    max-width: 224px !important;
  }
}

/* -----------------------------22-06-28-------------------------- */

.blur-box {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 801;
}

.h-page-container-extended {
  height: calc(100% - 140px) !important;
}

/* ---------------------------temp------------------------- */

.img-menu-main.navbar-mega-nav::after {
  display: none;
}

.img-menu-main.navbar-mega-nav
  .dropdown-menu
  .mega-dropdown
  .dropdown-menu::before {
  display: none !important;
}

/* ------------------mega menu------------------ */
.flag-container-megamenu {
  cursor: pointer;
}

.flag-container-megamenu .dropdown-menu {
  border-top-left-radius: 0;
}

.avoid-clicks {
  pointer-events: none;
}

.navbar-nav .flag-container-megamenu .dropdown-menu {
  left: auto;
  top: 72%;
  margin-right: 5px;
  margin-left: 4px;
}

.navbar-nav .flag-container-megamenu .dropdown-menu .container {
  max-width: 1200px;
}

.flag-container-megamenu .card-body p {
  min-height: 48px;
}

.navbar-nav .category-card {
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.navbar-nav .category-card:hover {
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.4);
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #ed2124 !important;
}

/* -------------- */
.bg-dark {
  background-color: #292929 !important;
}

.bg-darker {
  background-color: #212121 !important;
}

.flag-user-dashboard .dropdown-toggle::after {
  display: none !important;
}
.flag-dunning-warning::after {
  content: '';
  background-color: red;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  right: 0;
}

.delivery-icon-title p:first-child {
  font-size: 14px !important;
}

.delivery-icon-title p:last-child {
  font-size: 0.625rem !important;
}

.navbar.navbar-expand-md.navbar-stuck-menu .navbar-brand {
  padding: 10px 0px 10px 0px;
  margin: 0px 16px 0px 0px;
}

.flag-footer-user-dashboard > a.btn.dropdown-toggle::after {
  content: none !important;
}

.accordion-left-box {
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 1230px) / 2);
  height: 54px;
  background-color: #ed2124;
}

.accordion-right-box {
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - 1230px) / 2);
  height: 54px;
  background-color: #ed2124;
}

#navbar-cart-dropdown::before {
  content: none !important;
}

#footer-products-accordion-collapse .accordion-button::after {
  margin-left: 10px;
  background-color: transparent;
}

#footer-products-accordion-heading .accordion-button::after {
  margin-left: 10px;
  background-color: transparent;
  filter: invert(100%) sepia(100%) saturate(7500%) hue-rotate(313deg)
    brightness(215%) contrast(513%);
  /* to change the SVG color we have to convert hex to filter */
}

#footer-products-accordion ul.list-unstyled li a {
  color: #212121 !important;
}

#footer-products-accordion ul.list-unstyled li a:hover {
  color: #ed2124 !important;
}

#navbar-cart-dropdown .dropdown-menu.dropdown-menu-end {
  margin-top: -2px !important;
}

/* --------- Discontiued label --------- */

.product-discontinued-list {
  position: absolute;
  top: 85%;
  left: 0%;
}

.containerZoom {
  border: 1px solid #dae1e7;
}
#dunning-banner .btn-close {
  padding: 12px;
  top: -8px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
}
#dunning-banner .link-light:hover{
  color: #dae1e7;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
a.disabled, 
a:disabled,
label.disabled, 
label:disabled {
  pointer-events: none;
  cursor: not-allowed;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.form-select {
  line-height: 18px;
}
.form-control {
  transition: background-color 150ms linear;
}
.form-control.bg-flash {
  background-color: rgba(var(--bs-info-rgb),.25);
}
.number-circle-list {
  counter-reset: circle-counter;
}
.number-circle-list--list-item {
  counter-increment: circle-counter;
}
.number-circle-list--list-item:before {
  content: counter(circle-counter);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.085);
  display: inline-block;
  background-color: #f6f9fc;
  color: #4b566b;
  text-align: center;
  position: absolute;
  left: -8px;
} 
.table-rma,
.table-rma dd,
.table-rma dt,
.table-rma .fa-arrow-right {
  font-size: 13px;
  line-height: 13px;
}
.table-rma dl,
.table-rma dd,
.table-rma dt {
  margin-bottom: 0;
}
.rma-date-column,
.rma-order-number-column {
  max-width: 123px;
}
.rma-qty {
  width: 95px;
}
.rma-reason-product textarea {
  resize: none;
}


.table-rma .btn-success[type="submit"] {
  padding: 6px 10px;
}
.mobile-product-description-rma {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.mobile-product-image-rma {
  width: 50%;
}

@keyframes slideInFromRight {
  0% {
      transform: translateX(100%);
      opacity: 0;
  }
  100% {
      transform: translateX(0);
      opacity: 1;
  }
}

.slide-in-right {
  animation: slideInFromRight 1s ease-out forwards;
}

@-webkit-keyframes slideInUp {
  0% {
      -webkit-transform: translate3d(0,100%,0);
      transform: translate3d(0,100%,0);
      visibility: visible
  }

  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

@keyframes slideInUp {
  0% {
      -webkit-transform: translate3d(0,100%,0);
      transform: translate3d(0,100%,0);
      visibility: visible
  }

  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}
.animnated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.animnated.delay-500ms {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}
.has-bottom-nav footer.footer {
  padding-bottom: 45px;
}
 .js-select2-clear {
  cursor: pointer;
}
.select2-container {
  z-index: 1100;
}

.select2.select2-container {
  width: 100% !important;
}
#add-project .select2-container .select2-selection--single,
#add-project .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 36px;
  line-height: 34px;
}
#add-project .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
}
.select2.select2-container .select2-selection--multiple {
  padding: 2px 16px;
}

.select2.select2-container .select2-search--inline .select2-search__field{
  vertical-align: initial;
} 
#add-project [for="inputState"] {
  margin-bottom: 8px;
}
.was-validated .form-select:invalid + .select2.select2-container .select2-selection.select2-selection--multiple, 
.form-select.is-invalid + .select2.select2-container .select2-selection.select2-selection--multiple {
  border-color: #f34770;
  padding-right: calc(1.5em + 1.25rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%23f34770' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3e%3ccircle cx='6' cy='6' r='5'%3e%3c/circle%3e%3cline x1='8' y1='4' x2='4' y2='8'%3e%3c/line%3e%3cline x1='4' y1='4' x2='8' y2='8'%3e%3c/line%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.3125rem) center;
  background-size: calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
}

div.project-item {
  background-color: #f6f9fc;
}

label.project-item {
  border:1px solid rgba(0, 0, 0, 0.085);
  transition: all .15s ease-in-out;
}
label.project-item:not(.disabled):hover {
  background-color: #f6f9fc;
}
label.project-item.focus {
  border:1px solid #aeb4be;
  background-color: #f6f9fc;
  outline:0;
}
label.project-item.focus .project-item__name {
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {

  table.table-qty-pickup th {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table.table-qty-pickup td[data-label=""] {
    display: none;
  }

  table.table-qty-pickup tr {
    display: block;
    margin-bottom: 1rem;
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    background-color: rgba(0,0,0,.05);
  }
  
  table.table-qty-pickup td {
    border-bottom: 0;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  table.table-qty-pickup td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
}
a[aria-controls^="atp3-"]::after,
a[aria-controls^="atp3-"]::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ed2124;
	opacity: 0;
	transition: opacity 300ms, transform 300ms;
}

a[aria-controls^="atp3-"][aria-expanded="true"]::after,
a[aria-controls^="atp3-"][aria-expanded="true"]::after {
	opacity: 1;
	transform: scale(.95);
	transform-origin: center;
}

.landing-page__outline-picto {
  width: 180px;
  border-right: 0;
}

.landing-page__video {
  width: 100%;
}

.order-tracking-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.order-tracking-card-header {
  background-color: #c5c5c5;
}

.order-tracking-card {
  border-style: solid;
  border-width: 5px;
  margin: 1em;
  flex-basis: 100%;
}

.order-tracking-items {
  border: 2px solid #cdcdcd ;
  border-radius: 2%;
}

.order-tracking-row {
  margin-left: 0;
  margin-right: auto;
  text-align:start;
}

.btn-buy-again {
  margin: 1em;
}

.new_landing_star {
  font-size: 200%;
  color: yellow;
}

.new_landing_sign_up_button {
  height: 65px;
  width: 250px;
}

.certified-row {
  display: flex;
  justify-content: center;
}

.certified-img {
  margin: 0 20px;
}

.new_landing_sign_up_button_top {
  height: 45px;
  width: 250px;
}

.mobile-hero {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 0; /* Centers the image */
}

@media (min-width: 768px) {
  .landing-page__outline-picto {
    border-right: 1px solid #fff;
  }
}

@media (min-width: 768px) {
  .landing-page__video {
    width: 75%;
  }

}

@media (min-width: 1025px) {
 .mobile-only {
    display:none !important
 }
}

@media (max-width: 1026px) {
  .desktop-only {
    display:none !important
  }
}

 /* General styles */
.form-container {
  padding: 20px;
  margin: 0 auto;
  max-width: 600px;
}

/* Border for desktop */
@media (min-width: 768px) {
  .form-container {
      border: 1px solid grey;
      border-radius: 5px;
  }
  .top-pick-contaniner {
    border-bottom: 1px solid black;
  }
}

@media only screen and (max-width: 767px) {
  .separator {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid black; /* Style of the separator */
  }
  .why-us-container {
    background-color: #D9D9D9;
  }
}

.electrican-mobile-container {
  position: relative;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
}