:root {
  --tittu-main-font: "Saira", sans-serif;
  --tittu-global-font: "Lato", sans-serif;
  --tittu-primary-color: #db1220;
  --tittu-primary-hover-color: #e0000f;
  --tittu-secondary-color: #f2f2f2;
}
#wrapper {
  background-color: #fff;
  background-image: url(/img/Bg.jpg);
  font-family: var(--tittu-global-font);
}
.btn-primary.disabled:hover, 
.btn-primary:disabled:hover,
.btn-primary.disabled.focus, 
.btn-primary.disabled:focus, 
.btn-primary:disabled.focus, 
.btn-primary:disabled:focus {
  background-color: #c82333;
}
.top-nav-holder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  font-size: 14px;
}
.top-nav-holder p {
  margin: 0 !important;
  font-size: 14px !important;
}
#contactlien {
  display: inline-block;
  color: var(--tittu-primary-color) !important;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--tittu-global-font);
  padding: 15px 10px;
}

a:hover {
  color: var(--tittu-primary-hover-color) !important;
}
.top-nav-holder .left-side a {
  font-size: 15px;
  font-weight: 400;
  font-family: var(--tittu-global-font);
  margin-right: 8px;
}
.top-nav-holder .left-side a i {
  margin-right: 5px;
  font-size: 15px;
  color: var(--tittu-primary-color);
}
.header_top_bar {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
.header_top_bar h1 {
  text-align: center;
  margin-bottom: 0;
}
.custom-header-info svg {
  width: 25px;
  height: 25px;
  margin-bottom: 3px;
  /* fill: var(--tittu-primary-color); */
}
.custom-header-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
}
header .cart-link {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.user-info .login {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
}
.user-info .login span {
  font-size: 17px;
  font-weight: 600;
}
.custom-input-group {
  display: flex;
  align-items: center;
  border-radius: 50px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  overflow: hidden;
  max-width: 500px;
  margin-bottom: 1rem;
}

.custom-input {
  flex: 1;
  border: none;
  padding: 0.75rem 1.5rem;
  outline: none;
  font-size: 1rem;
}

#product_reference label {
  margin-bottom: 0;
}
#product .product_name {
  margin-bottom: 8px !important;
}
#product .reference {
  margin-bottom: 15px;
}
.refrence-and-img img {
  max-width: 115px;
  height: auto;
  max-height: 35px;
}
a {
  color: black;
}
.marg-section.social-media {
  margin-bottom: 2rem !important;
  width: 100%;
}

.custom-button {
  background-color: var(--tittu-primary-color); /* Bootstrap primary */
  border: none;
  color: white;
  padding: 9px 1rem;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
}

.custom-button:hover {
  background-color: var(--tittu-primary-hover-color);
}

.custom-button svg {
  width: 20px;
  height: 20px;
  color: white;
}

.header-top {
  background-color: transparent !important;
}
body#index #wrapper {
  padding: 0 !important;
}
.custom-header-info svg,
.custom-header-info a {
  color: white !important;
}
.carousel .carousel-item img {
  width: 100%;
  max-width: 100%;
  height: 100% !important;
  object-fit: cover !important;
}
.carousel .carousel-item figure {
  height: 100% !important;
  width: 100% !important;
}
.carousel .carousel-inner {
  height: 100% !important;
}
.hooks_top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.header a {
  display: block;
}
header h1 {
  margin-top: 0 !important;
}

.product-price-and-shipping {
  display: flex;
  justify-content: start;
  align-items: center;
}
.product-price-and-shipping {
  flex-direction: column;
}
.products.grid .product-price-and-shipping .price {
  background-color: transparent !important;
  color: #990000 !important;
  padding: 0 !important;
  font-size: 18px;
}
.thumbnail-top .npc a {
  display: block;
  text-align: center;
  font-weight: 500;
}
.product-price-and-shipping .old-price span.tva {
  font-size: 12px;
}
.product-price-and-shipping .old-price .old-p {
  color: #008000;
  font-size: 12px;
  font-weight: 600 !important;
}
.option_product .availability.availability_product_list {
  color: black !important;
  text-align: left !important;
  font-size: 13px !important;
}
.product-price-and-shipping .prices {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-price-and-shipping .old-price {
  margin-left: 12px !important;
  font-weight: 500;
  text-decoration: line-through;
  color: #6a7285 !important;
  font-size: 14px;
  margin-top: 1px !important;
}
.product-price-and-shipping .old-price span.tva {
  color: #6d6d6d !important;
  font-weight: 600;
  font-size: 14px;
}
.product-price-and-shipping .old-price .old-p {
  color: #05b77e;
  font-size: 14px;
  font-weight: 500 !important;
}
.product-miniature .product-title {
  text-align: left;
}
.pos_title h2 {
  text-align: center;
  font-family: var(--tittu-main-font) !important;
  color: #000 !important;
  font-weight: 600 !important;
  font-size: 30px !important;
  margin-block: 2rem !important;
}
.product-miniature .wishlist-button-add {
  display: none !important;
}
.block-affichertout {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-affichertout .affichertout {
  display: inline-block;
  text-align: center;
  background-color: #2b2b2b;
  color: #fff;
  border: 1px solid #2b2b2b;
  font-weight: 400;
  font-size: 15px;
  width: fit-content;
  padding: 17px 28px;
  border-radius: 14px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

@media (min-width: 992px) {

  .block-affichertout .affichertout:hover {
    background-color: transparent !important;
    color: #2b2b2b !important;
    border: 1.3px solid #2b2b2b !important;
  }

}

.block_section_container {
  margin-block: 4rem;
}

.product-miniature .product-description {
  background: transparent !important;
}
.product-miniature .thumbnail-container {
  position: relative;
  height: auto;
  margin-bottom: 1.563rem;
  overflow: unset;
  background: transparent !important;
}

.reassurance_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto;
  gap: 3rem;
}
.single_reassurance {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: #fff;
  border-radius: 25px;
  max-width: 400px;
  box-shadow: 0 0 9px 1px rgb(171 211 255 / 36%);
  position: relative;
  margin: 0 40px;
  min-height: 150px;
  min-width: 400px;
}
.reassurance_container p {
  font-size: 18px;
  color: #000 !important;
  font-family: var(--tittu-main-font) !important;
  font-size: 19px !important;
}
.single_reassurance .img {
  position: absolute;
  left: -72px;
  border-radius: 20px;
  padding: 1rem;
  background: #db1222;
}
.single_reassurance .img img {
  width: 65px;
  object-fit: cover;
  height: 65px;
}
.reassurance_container .reassurance_info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 40px;
  font-size: 19px !important;
}
.reassurance_container .reassurance_info .title {
  font-weight: 600;
  text-transform: uppercase;
}
.two-blocs-home-fierst {
  background: #191626;
}
.holder-img {
  height: 36px;
  object-fit: cover;
  overflow: hidden;
}
.sono-holder .accroch-holder .single-accroch .icon-holder {
  overflow: hidden;
}
.brand-img {
  width: auto !important;
  max-height: 100px !important;
  min-height: 60px;
}

#main .page-footer {
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}
body#index h1 {
  display: inline-block !important;
}
#footer {
  width: 100%;
}
#footer > a {
  font-size: 13px !important;
}
.links-items > i,
#footer_account_list i {
  color: var(--tittu-primary-color);
  font-size: 13px;
  margin-right: 5px;
  padding-top: 3px;
}
.links-items,
#footer_account_list li {
  padding: 0 !important;
}
.last-info {
  border-top: 1px solid white;
  padding: 1.5rem 0;
  margin-top: 20px;
}
.img_banner {
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}
.footer-l {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#footer .h3,
#footer .h4,
#footer .h3 a {
  color: white;
  text-transform: unset;
}
#contact-infos p i {
  font-size: 14px;
  color: var(--tittu-primary-color);
  padding-right: 8px;
}
#contact-infos p {
  margin-bottom: 0.5rem;
}
.links-container {
  padding-left: 3rem;
}
.footer-l img {
  height: auto;
  width: 233px;
}
.swiper-slide {
  height: auto;
}
.navbar--item .nav--link {
  padding: 0 10px !important;
}
.navbar--nav {
  width: 100%;
}
.container-full-menu {
  width: 100%;
}
.product-miniature .thumbnail-container .product-thumbnail img {
  width: 100% !important;
}
#index .thumbnail.product-thumbnail {
  box-shadow: 0 0 9px 1px rgba(171, 211, 255, 0.36);
  background-color: white;
  margin: 0.25rem !important;
}
.product-miniature {
  background-color: white;
  padding: 20px;
  box-shadow: 0 0 9px 1px rgba(171, 211, 255, 0.36);
  background-color: white;
  margin: 0 !important;
  border-radius: 15px;
}
.product-miniature .thumbnail-container {
  margin-bottom: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.availability.availability_product_list {
  margin-bottom: 0.5rem;
}
.product-miniature .thumbnail-container .product-thumbnail {
  height: auto !important;
}
.brand-home-holder {
  margin: 3rem auto 0 auto !important;
}
.sono-holder {
  margin-top: 5rem !important;
}
.header-position {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.header-bg {
  background-color: black !important;
}
/* .header-bg .navbar--nav {
  margin-top: 1.5rem;
} */

.nav--link:hover {
  color: var(--tittu-primary-color) !important;
}
.category-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 14px 15px !important;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 10px;
  box-shadow: 0 4px 25px 0 rgb(168 180 208 / 47%);
  min-height: unset !important;
}
.sort_by_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 10px 15px;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 10px;
  box-shadow: 0 4px 25px 0 rgb(168 180 208 / 47%);
}
.sort_by_container .sort-by {
  text-align: left !important;
}
.products-sort-order button {
  border-radius: 10px;
  padding: 6px !important;
}
#left-column .block-categories {
  background: #fff;
  padding: 15px 0;
  border-radius: 15px;
  text-align: left !important;
  margin-bottom: 15px;
  box-shadow: 0 4px 25px 0 rgb(168 180 208 / 47%);
  min-height: 8rem !important;
}
.category-card .category-name {
  margin-top: 0;
  margin-bottom: 0.25em;
  font-family: var(--tittu-main-font) !important;
  font-size: 25px;
  font-weight: bold;
}
#left-column .block-categories .category-top-menu li a.h6 {
  display: block;
  background: transparent !important;
  color: #191b35 !important;
  font-family: var(--tittu-main-font) !important;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  text-shadow: none;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: capitalize;
  padding: 0 15px;
}
#left-column .block-categories .category-top-menu .category-sub-menu li {
  color: #605f5b !important;
  font-family: var(--tittu-global-font) !important;
  background-image: none !important;
  transition: all 0.3s ease-in;
  font-size: 14px;
}
#left-column .block-categories .category-top-menu .category-sub-menu li[data-depth="0"] > a:hover {
  background-color: var(--tittu-primary-hover-color);
  color: var(--tittu-secondary-color) !important;
}

.block-categories .collapse-icons {
  top: 6px !important;
  right: 12px;
}

#category #left-column,
#manufacturer #left-column {
  padding: 0;
}
.remise_p p {
  color: white;
  font-size: 12px;
}
.btn_ajouter_au_panier2 i {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translate(0, -50%);
  background-color: white;
  color: var(--tittu-primary-color);
  padding: 6px 5px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_ajouter_au_panier2 {
  background: var(--tittu-primary-color) !important;
  border-radius: 30px !important;
  line-height: 1;
  padding: 12px 22px !important;
  max-width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  margin-top: 0;
  transition: all 0.3s ease-out;
  margin: 10px 0;
  border: 1px solid transparent;
  cursor: pointer;
}
.cart-summary {
  display: flex;
  flex-direction: column;
}
.name-product-panier {
  max-width: 90% !important;
  display: inline-block;
}

@media (min-width: 992px){
  .btn_ajouter_au_panier2:hover {
    background-color: white !important;
    color: var(--tittu-primary-color) !important;
    border: 1px solid var(--tittu-primary-color) !important;
  }
  .btn_ajouter_au_panier2:hover i {
    background-color: var(--tittu-primary-color) !important ;
    color: white !important;
  }
}
.navbar--nav {
  z-index: 100;
}
.products.list .demande-btn {
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
}
.products.grid .demande-btn {
  color: #000 !important;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.6;
  padding: 7px 10px;
  text-align: center;
  border: none;
  background-color: #f4f4f4;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.demande-btn:hover {
  background-color: #f5f5f5;
}
.demande-btn a:hover {
  color: black !important;
}
.products-sort-order {
  min-width: 15rem;
}
.sort_by_container .sort-by-row {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
.content_sortPagiBar {
  margin: 0 !important;
}
.all_desc_holder {
  margin: 2rem 0;
}
#footer {
  padding-bottom: 0 !important;
  background-color: transparent !important;
  color: white !important;
}
#footer .footer-container {
  background-color: black;
}

/* miniature grid */
.products.grid .list_product_name {
  display: none;
}
.products.grid .grid_call_form {
  display: none;
}
.products.grid .grid_tables {
  display: none;
}
.products.grid .price_avaibility .availability {
  display: none;
}
.product_content_100832 {
  display: none;
}
.products.list .info_add_to_cart .add-to-cart-teaf button {
  float: right;
  width: max-content;
  padding-inline: 3rem !important;
}
.products.list .add-to-cart-teaf {
  width: 100%;
}
/* end miniature grid */

/* miniature list */
.products.list .list_product_name {
  display: block;
}
.products.list .grid_call_form {
  display: block;
}
.products.list .grid_tables {
  display: block;
}
.products.list .price_avaibility {
  display: flex;
  justify-content: space-between;
}
.products.list .product {
  width: 100% !important;
}

.products.list .product {
  width: 100% !important;
}
.products.list .price_avaibility.promo .product-price-and-shipping {
  width: 65%;
  align-items: end;
}
.price_avaibility.promo {
  flex-wrap: wrap;
}
.products.list .thumbnail-container {
  flex-direction: row;
  gap: 2rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.products.list .thumbnail-top {
  width: 40%;
  display: flex;
  flex-direction: column;
}
.products.list .npc {
  display: none;
}
.products.list .product-miniature .product-title a {
  font-size: 1.05rem;
  font-weight: 600;
  color: #535353;
  text-align: start;
  text-decoration: none;
}

.products.list .product-price-and-shipping .old-price .tva {
  display: none;
}
.products.list .product-price-and-shipping {
  flex-direction: row;
  justify-content: space-between;
}
.products.list .availability.availability_product_list {
  font-size: 12.5px;
  color: #484848;
}
.products.list .list_price {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.products.list .list_price .price {
  background-color: #ff4848 !important;
  color: white !important;
  padding: 5px 10px !important;
  border-radius: 5px;
  font-size: 18px;
  line-height: normal;
  margin-right: 10px;
}
.products.list .option_product .availability.availability_product_list {
  display: none;
}
.products.list .thumbnail-top .info_picto {
  display: none !important;
}
.products.list .product-miniature .product-description {
  width: 60% !important;
}
.products.list .product-price-and-shipping .old-price .old-p {
  color: #008000;
  font-size: 15px;
  font-weight: 600 !important;
  text-align: start;
}
.sb-menu-right .no-items {
  padding-block: 1rem;
  background-color: var(--tittu-primary-color);
  color: white;
}
.products.list .butons-table-holder .button.lnk_view {
  background: #fff;
  color: #191b35;
  font-weight: 600;
  padding: 6px 8px 6px 15px !important;
  border-radius: 45px !important;
  box-shadow: 0 4px 25px 0 rgb(168 180 208 / 47%);
  margin-right: 0px;
  border: 1px solid #c8c9cd;
  font-size: 12px;
  min-width: 150px;
  text-align: center;
  text-decoration: none;
  width: 50% !important;
  margin-bottom: 0px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2px;
}
.products.list .grid_tables .butons-table-holder {
  margin-bottom: 15px;
}
.blockproductscategory #add-to-cart-or-refresh {
  width: 100% !important;
}
.descriptionshortcat {
  margin-block: 0.5rem;
}
.feedaty_link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feedaty_link a {
  background: #db1222;
  color: #fff;
  border-radius: 50px;
  padding: 8px 15px;
  transition: 0.4s;
  display: inline-block;
  margin: 25px 0 0;
}
.td_price .price.our_price_display.product-price {
  color: #990000 !important;
}
.products.list .caract_table {
  max-width: 100% !important;
  width: 100%;
  margin: 1rem 0;
}
.products.list .option_product .demande-btn {
  display: none;
}
.products.list .info_picto {
  display: flex;
  flex-wrap: wrap;
  justify-content: start !important;
  align-items: center;
  clear: both;
  width: 100%;
  margin-top: 0;
}
.products.list .info_add_to_cart .info_picto:not(:has(img)) {
  display: none !important;
}
.products.list .info_add_to_cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* .products.list .butons-table-holder .button.lnk_view {
  background: #fff !important;
  color: #191b35 !important;
  font-weight: 600;
  padding: 6px 8px !important;
  border-radius: 45px !important;
  box-shadow: 0 4px 25px 0 rgb(168 180 208 / 47%);
  margin-right: 10px !important;
  border: 1px solid black;
  font-size: 12px;
  min-width: 150px;
  text-align: center;
  text-decoration: none;
  width: fit-content !important;
  margin-bottom: 10px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2px;
  transition: all 0.3s ease-in;
} */
.products.list .option_product p img {
  width: 85px;
  height: auto;
  margin-right: 5px;
  padding: 8px;
  border: dotted 1px #da2133;
  border-radius: 5px;
  max-height: 40px;
  object-fit: contain;
}
.products.list .butons-table-holder > a i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #191b35;
  color: #fff;
  font-size: 11px !important;
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.3s ease-in;
}
.products.list .grid_tables .butons-table-holder {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
}
.products.list .butons-table-holder .button.lnk_view:hover {
  background-color: #191b35 !important;
  color: white !important;
}
.products.list .butons-table-holder .button.lnk_view:hover i {
  background-color: white !important;
  color: black !important;
}
.products.list table.caract_table {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 15px;
  box-shadow: 0 4px 25px 0 rgb(168 180 208 / 47%);
  overflow: hidden;
}
.products.list table.caract_table tbody > tr {
  background: #fff !important;
  width: 100%;
}
.products.list table.caract_table tbody > tr:nth-of-type(odd) {
  background: #f1f2f6 !important;
}
.products.list table.caract_table th {
  background: transparent !important;
  border: none !important;
  border-right: solid 1px #0000002b !important;
  color: #191b35 !important;
  font-weight: 600 !important;
  font-size: 12px;
  position: relative;
  padding-left: 26px;
}

.products.list table.caract_table td {
  background: transparent !important;
  border: none !important;
  color: #605f5b !important;
}
.listing-view .selector {
  font-size: 24px !important;
}
.products .info_picto {
  width: 100%;
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}

.products .info_picto img {
  margin: 0 5px;
  width: auto;
  height: 35px !important;
}

.products.grid .info_add_to_cart .info_picto {
  display: none !important;
}

.product-miniature {
  flex-direction: column;
}

.products.grid .product-miniature {
  height: 100%;
}

.products.grid .product-miniature .thumbnail-container {
  height: 100%;
}

.products.list .sd-categorie .sd-tile {
  border: none !important;
  background: #ffe98f;
  color: #191b35;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--tittu-main-font);
  display: block;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.products.list .sd-categorie .sd-tile span {
  font-family: var(--tittu-main-font);
}
.products.list .sd-categorie .sd-tile .color {
  color: #191b35 !important;
}
.products.list .sd-categorie .sd-tile i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  position: relative;
  margin-right: 6px;
  background-color: #191b35;
  color: #fff;
  font-weight: 200;
  border-radius: 5px;
}
.products.grid .list_pack {
  display: none !important;
}
.products.grid .cat_prix_pack {
  display: none !important;
}
.products.grid .descriptionshortcat {
  display: none !important;
}
.descriptionshortcat p {
  font-size: 14px;
  color: #323232;
}
#search_widget .custom-input-group {
  margin-bottom: 0 !important;
}
.header_top_bar {
  margin-bottom: 20px;
}
/* end miniature list */

body#category #viewed-products_block_left,
body#manufacturer #viewed-products_block_left {
  display: none !important;
}
.brandSwiper .product-title a {
  color: black !important;
  font-weight: 600 !important;
  font-size: 0.93rem !important;
}

.container-regimebanners {
  width: 100% !important;
}

#scrollup {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.question_product {
  margin: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#question {
  text-align: center;
  font-size: 1rem;
  max-width: 520px !important;
  display: block;
}
#question #returns-link {
  color: var(--tittu-primary-color);
  text-decoration: underline;
}
.accessories_block .block_content #ulaccessoires {
  margin-bottom: 5rem !important;
}
#js-cart-sidebar {
  height: 100% !important;
  max-height: 100% !important;
}
.sb-menu-right {
  height: 100% !important;
  max-height: 100% !important;
}
.cart-preview .cart-items {
  max-height: 100% !important;
}
.cart-content-btn {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cart-content-btn .btn.btn-secondary {
  background: white !important;
  color: black;
  border: 1px solid black;
}
.cart-content-btn .btn.btn-primary {
  background: var(--tittu-primary-color) !important;
  color: white;
  border: 1px solid var(--tittu-primary-color);
}

@media (min-width: 992px) {
  .cart-content-btn .btn.btn-secondary:hover {
    background: black !important;
    color: white;
    border: 1px solid white;
  }

  .cart-content-btn .btn.btn-primary:hover {
    background: white !important;
    color: var(--tittu-primary-color);
    border: 1px solid var(--tittu-primary-color);
  }
}
.cart-content-btn .btn {
  border-radius: 0px;
  padding: 9px 7px;
  font-weight: bold;
  transition: all 0.3s ease-in;
}
.cart-bottom {
  background-color: transparent !important;
}
.cart-preview .cart-bottom {
  margin-top: auto;
}
.cart-preview .cart-bottom .total-line.cart-total,
.total-line.products {
  padding: 0 !important;
}
.cart-bottom .cart-subtotals .label,
.cart-bottom .cart-subtotals .value {
  color: #1b1b1b !important;
  font-size: 14px !important;
}
.cart-bottom .cart-total.total-line .label,
.cart-bottom .cart-total.total-line .value {
  color: #1b1b1b !important;
  font-size: 17px !important;
  font-weight: 600 !important;
}
.cart-bottom .cart-total.total-line {
  background-color: transparent !important;
}
.product-price {
  color: black !important;
  font-weight: 600 !important;
  font-size: 1.15rem !important;
}
.cart-line-product-actions .remove-from-cart svg {
  width: 20px;
  height: 20px;
  stroke: var(--tittu-primary-color);
}
.price-qty {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.bootstrap-touchspin {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}
.product-actions .product-quantity #quantity_wanted,
.product-quantity .input-group-btn-vertical .btn {
  border: 1px #f3f3f3 solid;
}
.product-actions .product-quantity #quantity_wanted {
  width: 40px;
  height: 50px;
  text-align: center;
  margin-left: -1px;
}
.product-quantity .input-group-btn-vertical {
  position: absolute;
  left: 0;
  display: flex;
  gap: 45px;
}
.product-quantity .input-group-btn-vertical .btn {
  height: 50px;
  margin: 0 !important;
}

.product-actions .product-quantity .input-group-btn-vertical .btn i {
  top: 50%;
  transform: translateY(-50%);
}
.sb-menu-right .product-line-info {
  margin-bottom: 0.7rem !important;
}
.sb-menu-right .product-line-info .name-product-panier {
  max-width: 100px;
}
.sb-open body {
  overflow: hidden;
}
.button-cart {
  display: flex;
  align-items: start;
  justify-content: start;
  position: relative;
  gap: 10px;
}
#shopping_cart a span > b {
  display: flex;
  background: #db1221;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 13px;
  position: absolute;
  top: 0;
  right: 10px;
  align-items: center;
  justify-content: center;
}
#checkout-cart-step .product-line-info {
  margin-bottom: 1rem;
  max-width: 80%;
}
.checkout-progress-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 10px auto;
  counter-reset: step;
  width: 80%;
}

.progress-step {
  display: flex;
  align-items: center;
  position: relative;
  flex: 1;
  text-align: center;
  color: #aaa;
  max-width: max-content;
}

.progress-step .step-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #aaa;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background-color: #fff;
  z-index: 2;
}

.progress-step .step-label {
  margin-left: 8px;
  font-size: 14px;
  white-space: nowrap;
}

.checkout-progress-bar .step-line {
  min-width: 50px;
  height: 2px;
  background-color: #aaa;
}
.progress-step.-reachable {
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.progress-step.-reachable:hover .step-circle {
  border-color: var(--tittu-primary-color);
  background-color: var(--tittu-primary-color);
  color: white;
}
.progress-step.-reachable:hover .step-label {
  color: var(--tittu-primary-color);
  cursor: pointer;
}
.continue-order-btn {
  background-color: var(--tittu-primary-color);
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.continue-order-btn:hover {
  background-color: var(--tittu-primary-color);
  color: #fff;
  transition: all 0.3s ease-in-out;
}
#continue-order {
  justify-content: end;
  display: flex;
}
.checkout-step {
  display: none;
}
.checkout-step.-current {
  display: block;
}

.progress-step.-current .step-circle {
  border-color: #000;
  color: #000;
}

.progress-step.-current .step-label {
  color: #000;
}

.progress-step.-complete .step-circle {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.progress-step.-complete .step-label {
  color: #000;
}

.progress-step.-unreachable {
  opacity: 0.4;
  pointer-events: none;
}

.progress-step:last-child .step-line {
  display: none;
}

.checkout-step {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
  /* box-shadow: 0 0 15px -5px rgb(0 0 0 / 15%); */
}
.checkout-step footer {
  background-color: white !important;
  color: black !important;
  padding: 0 !important;
}
.checkout-step footer .btn {
  background-color: var(--tittu-primary-color) !important;
  color: white !important;
  padding: 0.8rem 1rem;
  border: 1px solid var(--tittu-primary-color);
  transition: all 0.3s ease-in;
}
@media (min-width: 992px) {
  .checkout-step footer .btn:hover {
    color: var(--tittu-primary-color) !important;
    background-color: white !important;
  }
}
.checkout-step .nav-link.active,
.checkout-step .nav-separator {
  display: none !important;
}
.checkout-step .nav-link {
  display: block;
}
.checkout-step .nav-link {
  border: 1px solid #e1e1e1 !important;
  border-radius: 5px;
  color: #343434 !important;
  min-width: 200px !important;
  display: flex !important;
  justify-content: center;
  margin: 0 !important;
  transition: all 0.3s ease-in;
}
.checkout-step .nav-link:hover {
  background-color: var(--tittu-primary-color) !important;
  color: white !important;
  border: 1px solid var(--tittu-primary-color) !important;
}
.product-quantity .qty {
  margin-right: 0rem !important;
}
.checkout-step .nav-item {
  margin: 0 0 0.5rem 0 !important;
}
.checkout-step .add {
  width: 73% !important;
}
.product-quantity {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
}
.checkbox_mark.required {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 10;
  padding: 0;
  width: fit-content;
}
.button-cart {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0 !important;
  align-items: center;
}
.button-cart p {
  color: white !important;
  font-size: 17px;
  font-weight: 600;
}
.button-cart .cart-count {
  position: absolute;
  right: 0px;
  top: -10px;
  background-color: var(--tittu-primary-color);
  border-radius: 50% !important;
  padding: 1px 7px;
  font-size: 13px;
  min-width: 21px;
  height: 21px;
}
#menu_button {
  display: none;
  cursor: pointer;
}
#product_container.block_sections {
  margin-top: 4rem;
}
.two-blocs-home-second {
  margin-block: 4rem !important;
  padding-block: 3rem !important;
}
.two-blocs-home-second ul li i {
  min-width: 35px;
  margin-right: 10px !important;
}
section.text-image-bloc-one {
  margin-block: 3rem;
}
section.logos-sec-one {
  margin: 3rem 0;
  padding: 10px;
}
#header .header-top {
  padding: 20px 0 0 !important;
}

.brand-home-holder {
  width: 100% !important;
}

#products .order1 .remise_p {
  margin-bottom: 10px !important;
}
.header-banner {
  padding-block: 5px;
}
/* .bg_question_produit {
  grid-area: question;
}
.bg_cara {
  grid-area: cara;
}
.bg_accessoire {
  grid-area: accessoire;
}
.bg_desc {
  grid-area: desc;
}
.product_6_div {
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: auto;
  grid-template-areas:
    "question question question"
    "accessoire desc"
} */

@media (min-width: 1200px) {
  .container {
    width: 1300px !important;
    max-width: 100%;
  }
}
@media (max-width: 980px) {
  .products.list .thumbnail-container {
    flex-direction: column !important;
  }
  .semilar-product-holder .blockproductscategory {
    padding: 0 !important;
  }
  .header-banner {
    padding: 0 !important;
  }
  .product-showing {
    display: none;
  }
  .listing-view {
    display: block !important;
  }
  .products.list .thumbnail-top {
    width: 100% !important;
  }
  .products.list .product-miniature .product-description {
    width: 100% !important;
  }
  .products.list .option_product .availability.availability_product_list {
    display: none !important;
  }
  .products.list .info_add_to_cart {
    flex-direction: column;
  }
  .products.list .caract_table tr:last-of-type {
    display: block !important;
  }
  .header_top_bar {
    flex-wrap: wrap;
    gap: 20px;
    max-width: 95%;
    margin: 0 auto;
  }
  .images-hol-sec .brand-img {
    width: 100% !important;
    max-height: 100px !important;
    min-height: 100% !important;
    box-shadow: unset !important;
  }
  .single-van {
    padding: 2rem !important;
    max-width: 95%;
    margin: 0 auto;
    margin-top: 0px;
  }

  #footer.js-footer {
    width: 100% !important;
    padding: 0 !important;
  }
  section.logos-sec-one .container {
    padding: 2rem 3rem !important;
  }
  #footer .block-contact {
    margin: 0 10px !important;
    width: 100% !important;
    padding: 0 !important;
  }
  #footer .links-container,
  #footer #block_myaccount_infos {
    width: 49.5% !important;
    padding: 14px !important;
  }
  #footer .links-container .row {
    margin: 0 !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .block-contact #contact-infos {
    display: block;
  }
  .footer-container .links ul {
    margin-bottom: 0;
    background-color: transparent;
  }
  .footer-container .links ul .links-items {
    border: none;
  }
  .footer-container .links ul .links-items a {
    font-size: 12px;
    text-transform: lowercase;
  }
  .links .title .navbar-toggler {
    display: none;
  }
  .footer-container .links .h3 {
    font-size: 14px !important;
  }
  #footer a {
    color: #fff;
    font-size: 12px;
  }
  #footer_account_list li {
    border: none;
  }
  #footer_account_list li a {
    font-size: 12px !important;
  }
  .footer-container .links ul {
    display: inline-block;
  }
  .question_product {
    display: none !important;
  }
  .links .title {
    padding-inline: 0 !important;
    border: none !important;
    display: flex !important;
  }
  .bottom-footer {
    margin-bottom: 1em !important;
  }
  .header_top_bar #search_widget {
    order: 4;
    width: 100%;
    float: unset;
    max-width: 100%;
    margin-top: 15px;
  }
  .header_top_bar #search_widget .custom-input-group {
    max-width: 100%;
    width: 100%;
  }
  #header .header-top {
    padding: 20px 0 20px !important;
  }
  .header_top_bar .custom-header-info {
    gap: 8px;
    width: auto !important;
  }
  .custom-header-info .user-info span {
    display: none;
  }
  #_desktop_cart .button-cart p {
    display: none;
  }
  .button-cart .cart-count {
    right: -8px;
    top: -11px;
    padding: 0px 6px;
    font-size: 12px;
  }
  .mobile-menu {
    display: inline-block !important;
  }
  .header_top_bar h1 {
    max-width: 10rem;
    margin: 0;
  }
  .header_top_bar .custom-header-info .login {
    margin: 0 !important;
  }
  .carousel .carousel-item img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
    object-fit: cover !important;
  }

  .header-position.header-top {
    position: relative !important;
    background-color: #080808 !important;
  }
  #header {
    margin: 0 !important;
  }
  #header .custom-input-group {
    margin: 0 !important;
  }
  #header {
    /* box-shadow: 3px 20px 20px 0px rgb(0 0 0 / 15%); */
    transition: all 0.5s ease-in-out !important;
    animation: slideInDown;
    animation-duration: 0.5s;
  }
  .header-top {
    transition: all 0.5s ease-in-out !important;
  }
  #close--menu {
    position: static !important;
  }
  #header a {
    color: white !important;
  }

  #header a:hover {
    color: var(--tittu-primary-color) !important;
  }
  #header.scroll .header-top {
    padding: 0.5rem 0 !important;
  }
  .container-regimebanners {
    width: 100% !important;
  }
  .dropdown--item a {
    color: white !important;
  }
  .dropdown--item a:hover {
    color: black !important;
  }
  #header.scroll {
    position: fixed !important;
    top: 0;
    width: 100%;
  }
  #search_widget {
    margin-bottom: 0 !important;
  }
  .h-shadow {
    box-shadow: 3px 20px 20px 0px rgb(0 0 0 / 15%);
  }
  .wrapper-top-small {
    padding-top: 8rem !important;
  }
}
@media screen and (max-width: 490px) {
  .product-miniature .thumbnail-top {
    width: 100% !important;
  }
  .btns-rs > a span {
    display: none;
    font-size: 13px !important;
    padding: 5px !important;
  }
  .btns-rs a.btn-rs {
    width: max-content;
    /* display: block; */
    transition: width 0.3s ease-in;
    overflow: hidden;
  }
  .btns-rs {
    gap: 3px !important;
    padding: 0 !important;
  }
  .social-media-container .text-end {
    text-align: center;
    margin-bottom: 0px !important;
    padding-right: 0px !important;
  }
  .btns-rs a.btn-rs i {
    margin: 0 !important;
  }
  .social-media-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5px !important;
  }
}

@media (max-width: 768px) {
  .reassurance_container {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .single_reassurance {
    min-width: unset;
    width: 90%;
    padding: 0 !important;
    padding-left: 90px;
  }

  /* Responsive for mobile */
  /* Base: hide dropdowns on small screens */
  #menu_button {
    display: inline-block;
  }
  .navbar--nav {
    background-color: rgb(0 0 0 / 75%);
    color: white;
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    z-index: 9999;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    display: block;
  }
  .navbar--links {
    background-color: #1a1a1a !important;
    width: 100% !important;
  }
  .mega--link,
  .nav--link {
    color: white !important;
  }

  .navbar--nav.open {
    transform: translateX(0);
  }

  .container-full-menu {
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: 350px;
  }

  .navbar--links {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .navbar--links a {
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
  }

  .navbar--links .mega--links {
    padding-left: 1rem;
    margin-top: 0.5rem;
  }

  .mega--title {
    color: red;
    font-weight: bold;
    margin-top: 1rem;
    font-size: 0.9rem;
  }

  /* Toggle arrow */
  .navbar--links i.fa-angle-right {
    transition: transform 0.3s;
  }
  .navbar--links .open > a i.fa-angle-right {
    transform: rotate(90deg);
  }

  /* Nested submenu */
  .mega--links {
    display: none;
  }
  .navbar--item.open .mega--links {
    display: block;
  }

  /* Logo + Close Button */
  #menu--logo img {
    max-width: 180px;
  }
  #close--menu {
    font-size: 1.5rem;
    cursor: pointer;
    color: white;
  }
  .for_mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #333;
  }
  .for_mobile img {
    max-width: 12rem !important;
    position: static !important;
  }
  .navbar--item .nav--link {
    padding: 20px 0 !important;
  }
  .mega--links {
    display: block;
  }
  .list-submenu a {
    color: white !important;
  }
  .dropdown--item > a {
    color: white !important;
  }
  #menu_button {
    background: transparent;
    border: none;
    padding: 12px;
    color: white;
    font-size: 23px;
  }
  .pos_title a {
    font-size: 1.5rem;
  }
  .pos_title h2 {
    margin: 0 !important;
  }
  .demande-btn {
    width: 100% !important;
    font-size: 0.86rem;
  }

  /* End Responsive for mobile */
}

/* Responsive: Mobile */
@media (max-width: 480px) {
  .single_reassurance {
    flex-direction: column;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .sono-holder .container {
    padding: 32px 20px !important;
  }

  .single_reassurance .img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
    padding: 0.8rem;
  }
  #js-product-list .product {
    width: 100% !important;
  }

  .reassurance_container .reassurance_info {
    padding: 2rem 1rem 1rem;
  }
  .single_reassurance .img img {
    width: 35px;
    object-fit: cover;
    height: 35px;
  }
  .two-blocs-home-fierst .img-holder img {
    position: relative;
    z-index: 3;
  }
}

.nav-inline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}

.nav-item {
  display: flex;
  align-items: center;
}

.nav-link {
  padding: 12px 20px;
  color: #6c757d;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  position: relative;
}

.nav-link:hover {
  color: #495057;
  text-decoration: none;
}

.nav-link.active {
  color: #dc3545;
  border-bottom-color: #dc3545;
  font-weight: 600;
}
#more_info_sheets #ulaccessoires .ajax_add_to_cart_button {
  width: 85% !important;
}
#ulaccessoires {
  width: 98% !important;
  margin-inline: auto !important;
}
#search_widget input {
  font-size: 14px !important;
}
#search_widget {
  min-width: 21rem !important;
}
#checkout #search_widget {
  display: block !important;
}

.nav-separator {
  margin: 0 10px;
  color: #dee2e6;
  font-weight: 300;
}

/* Form container */
.tab-content {
  margin-top: 20px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

/* Form styling */
#customer-form,
#login-form {
  width: 100%;
}

/* Form groups */
.form-group {
  margin-bottom: 0px;
}

.form-group.row {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

/* Labels */
.form-control-label {
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
}

.form-control-label.required::after {
  content: " *";
  color: #dc3545;
}

/* Input fields */
.form-control {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
}

.form-control:focus {
  outline: none;
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

/* Input group for password */
.input-group {
  position: relative;
  display: flex;
  align-items: center;
}

.input-group .form-control {
  flex: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-btn {
  display: flex;
}

.input-group-btn .btn {
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 12px 16px;
  font-size: 14px;
  color: #6c757d;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.input-group-btn .btn:hover {
  background: #e9ecef;
}

/* Radio buttons */
.custom-radio {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}

.custom-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.custom-radio span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #ddd;
  border-radius: 50%;
  position: relative;
  background: #fff;
  transition: all 0.3s ease;
}

.custom-radio input[type="radio"]:checked + span {
  border-color: #dc3545;
  background: #dc3545;
}

.custom-radio input[type="radio"]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.radio-inline {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

/* Checkboxes */
.custom-checkbox {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.custom-checkbox label {
  cursor: pointer;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.custom-checkbox span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
  position: relative;
  background: #fff;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-top: 2px;
}

.custom-checkbox input[type="checkbox"]:checked + span {
  border-color: #dc3545;
  background: #dc3545;
}

.custom-checkbox input[type="checkbox"]:checked + span .material-icons {
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 2px;
  padding-left: 2px;
}

/* Form comments and help text */
.form-control-comment {
  font-size: 12px;
  color: #6c757d;
  margin-top: 5px;
  font-style: italic;
}

.form-informations {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 4px;
  margin: 20px 0;
  border-left: 4px solid #dc3545;
}

.form-informations-title {
  font-weight: 600;
  color: #333;
}

.form-informations-option {
  color: #6c757d;
  font-size: 13px;
}

.form-informations-subtitle {
  color: #6c757d;
  font-size: 13px;
}

/* Password strength indicator */
.password-strength-feedback {
  margin-top: 10px;
}

.progress-container {
  margin-bottom: 8px;
}

.progress {
  height: 6px;
  background-color: #e9ecef;
  border-radius: 3px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background-color: #dc3545;
  transition: width 0.3s ease;
}

.password-requirements {
  font-size: 12px;
  color: #6c757d;
}

.password-requirements p {
  margin: 5px 0;
  display: flex;
  align-items: center;
}

.password-requirements .material-icons {
  font-size: 16px;
  margin-right: 5px;
  color: #28a745;
}

/* Buttons */
.btn {
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.btn-primary {
  background-color: #db1220;
  color: #fff;
}

.btn-primary:hover {
  background-color: #c82333;
}

/* Footer */
.form-footer {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
  text-align: center;
}

.float-xs-right {
  float: right;
}

/* Forgot password link */
.forgot-password {
  text-align: left !important;
  margin-top: 5px !important;
  margin-bottom: 10px !important;
  margin-left: 0 !important;
  padding: 0 !important;
}

.forgot-password a {
  color: #232323;
  text-decoration: none;
  font-size: 14px;
}

.forgot-password a:hover {
  text-decoration: underline;
}
@keyframes flip-scale-up-diag-2 {
  0% {
    transform: rotateX(-100deg);
    transform-origin: top;
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1;
  }
}

.link-item svg {
  fill: white !important;
  width: 20px;
  height: 20px;
}

#p_on_vous_rapelle {
  margin-block: 0 !important;
}

.groupContainer {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.info_rgpd {
  margin-top: 1rem !important;
}

.groupContainer .form-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
}

.groupContainer .form-group label {
  font-size: 15px;
  font-weight: 600;
}

.groupContainer textarea {
  width: 100% !important;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 5px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}

.groupContainer input {
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 5px;
  background-color: #f8f8f8;
  font-size: 16px;
}

.form-group input .textareaForm {
  width: 100%;
}

.btnLang {
  width: fit-content;
}

.pop-up-condition {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999999999;
  justify-content: center;
  align-items: center;
  color: white;
}

.btn_add_condition {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
  background-color: var(--tittu-primary-color);
  padding: 0.8rem;
  border-radius: 5px;
}

.btn_add_condition:hover {
  background-color: var(--tittu-primary-hover-color) !important;
  color: white !important;
}
.blockproductscategory .prixsurdemande {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #990000;
}
.blockproductscategory .add-to-cart-or-refresh {
  width: 100% !important;
}
.pop-up-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  color: black;
  width: 70%;
  z-index: 1000;
  animation: flip-scale-up-diag-2 1s cubic-bezier(0.175, 0.885, 0.32, 1.275)
    both;
  max-height: 98svh;
  overflow: auto;
}

.close {
  float: unset !important;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  text-shadow: 0 1px 0 #fff;
  position: absolute;
  right: 2rem;
  top: 1.5rem;
  border-radius: 50%;
  opacity: 1 !important;
  padding: 0.5rem 0.7rem;
}

.blockproductscategory .products.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 15px;
}

.btnLang .dropdown-menu {
  right: 0;
  left: unset;
}
#h2_accessoire {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .pop-up-content {
    width: 100%;
    height: 100%;
    max-height: 100%;
  }
  .sb-menu-right .price-qty .qty .input-group {
    padding: 0;
    padding-left: 5px;
  }
  .sb-menu-right .price-qty .h5 {
    margin: 0 !important;
  }
  #cart .cart-grid-right {
    width: 100% !important;
    padding: 0;
  }
  .column-price {
    margin-bottom: 1rem;
    flex-direction: column;
    gap: 1rem;
  }
  #cart .cart-summary,
  #checkout .cart-summary {
    padding: 10px;
    width: 100%;
  }
  .groupContainer {
    padding-block: 1rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    align-items: flex-end;
  }

  .btnLang {
    width: fit-content;
  }

  .textareaForm {
    width: 100%;
  }
}

.spinner-container {
  display: none;
  width: 30px;
  height: 30px;
}

.spinner-container.active {
  display: inline-block;
}

.spinner-container svg {
  color: transparent;
  fill: white;
}
#spinner_search svg {
  font-size: 30px;
}
#spinner_search {
  width: 80px !important;
  height: 80px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#category-list,
#brand-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#category-list .categorie .count,
#brand-list .marque .count {
  position: absolute;
  right: -5px;
  top: 2px;
  background: var(--tittu-primary-color);
  color: white;
  padding: 0px 6px;
  border-radius: 50%;
  font-size: 11px;
}
#category-list .categorie,
#brand-list .marque {
  position: relative;
  font-size: 14px !important;
  transition: all 0.3 ease-in;
}
.spinner {
  width: 100%;
  height: 100%;
  animation: spin 1s linear infinite;
}
#category-list .categorie:hover,
#brand-list .marque:hover {
  color: var(--tittu-primary-color);
  text-decoration: underline;
}
.ssmenu p {
  margin-bottom: 15px;
  text-decoration: underline;
}

.dropdown-languages {
  min-width: 5rem;
  min-height: max-content !important;
  padding: 0 !important;
}

.dropdown-languages .dropdown-item {
  padding: 12px !important;
  min-height: min-content !important;
  margin: 0 !important;
  border: none !important;
  border-bottom: 1px solid #e9e9ed !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.btns-rs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn-rs {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-size: 16px;
}

.btn-rs i {
  margin-right: 10px;
  font-size: 20px;
}

/* Brand colors */
.btn-rs.btn-facebook i {
  background-color: #3b5998;
}
.btn-rs.btn-youtube i {
  background-color: #ff0000;
}
.btn-rs.btn-instagram i {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.btn-rs.btn-instagram:hover i {
  opacity: 0.9;
}
.btn-rs {
  padding: 0 !important;
  color: inherit !important;
  transition: all 0.3s ease-in !important;
}
.btn-rs:hover i {
  color: white !important;
  opacity: 0.9;
}
.btn-rs > i {
  padding: 11px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
}
.breadcrumb.bg {
  margin-inline: auto !important;
  background-color: #f0f0f0 !important;
  padding: 9px !important;
}

#cart .cart-summary,
#checkout .cart-summary {
  background: #fff !important;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 25px 0 rgb(168 180 208 / 47%) !important;
}

#cart .blockreassurance_product,
#checkout .blockreassurance_product {
  display: none;
}

.product-info-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.column-price {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2rem;
}

.column-qty {
  display: flex;
  justify-content: start;
  gap: 10px;
}
#cart .bootstrap-touchspin {
  padding: 0 !important;
}
.product-action-delete {
  width: 100%;
  display: block;
  border: 1px solid #bababa;
  color: black;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 14px;
}

#cart .cart-items .cart-item {
  border-bottom: 1px solid #dfdfdf;
}
.product_info_ref {
  display: flex;
  flex-direction: column;
}

.product_info_ref .label {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--tittu-global-font);
  margin-bottom: 5px;
  text-align: left;
}

.product_info_ref .reference {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--tittu-global-font);
  color: #666;
}

.column-price .price strong {
  font-weight: 900;
  font-size: 17px;
}
#promo-code form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
.block-promo .promo-input {
  width: 100% !important;
}
.block-promo .promo-input + button {
  margin-top: -4px;
  margin-left: -1px;
  text-transform: capitalize;
  border: 1px solid black !important;
  border-radius: 0px !important;
  padding: 0.8em 3em !important;
  background-color: black !important;
  color: white !important;
}
.checkout.cart-detailed-actions .btn-primary {
  border-radius: 0px !important ;
}

.checkout.cart-detailed-actions .btn-primary:hover {
  color: white !important;
}
.block-promo .promo-input {
  border: #cacaca 1px solid !important;
}
input::placeholder,
textarea::placeholder {
  color: #acacac;
}

.products.grid .grid_combination {
  display: none !important;
}
.products.list .list_combination {
  display: none !important;
}

.img_logos {
  max-width: 81px;
  max-height: 50px !important;
}

.products.grid .product {
  padding: 0 !important;
  width: 100%;
}

#authentication .title-login {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  font-family: var(--tittu-main-font) !important;
  color: black;
}

/* register */
#customer-form .account_creation {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff !important;
  box-shadow: 0 0 15px -5px rgb(0 0 0 / 15%) !important;
  border: 0 !important;
  margin-bottom: 24px !important;
  padding: 30px 20px;
}
.account_creation h3 {
  color: black;
  text-align: center;
  font-family: var(--tittu-main-font) !important;
  background: unset;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin-block: 15px;
  width: 100%;
  padding: 0;
  text-transform: uppercase;
}
.form-footer {
  background-color: transparent;
  border: none;
  padding: 0 !important;
  margin: 0 !important;
}
#customer-form [name="submitAccount"] {
  background-color: #db1220 !important;
  background: #db1220 !important;
  color: #fff;
  height: 52px;
  width: 100%;
  float: unset;
  border: 0;
  border-radius: 0 !important;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  margin-bottom: 10px;
}
#customer-form .inline-infos {
  text-align: center !important;
  margin-block: 0.5rem;
  width: 100% !important;
}
#customer-form .form-group.row {
  text-align: center !important;
  width: 100% !important;
}
.selectpro a {
  color: white !important;
}
.champspro.active {
}
.page-authentication #content,
.page-registration #content {
  max-width: 100% !important;
}
.breadcrumb.container ol {
  background-color: #f3f3f3;
  margin: 0 auto;
  padding: 5px 8px !important;
}
.breadcrumb.container {
  padding-inline: 15px !important;
}
#customer-form .form-control-comment {
  text-align: left;
  padding-block: 0 !important;
  width: 100%;
  display: block;
}
.form-control-label {
  text-align: left !important;
}
#login-form .form-footer.text-sm-center button[type="submit"] {
  width: 100% !important;
}
.register-redirect {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem;
}
.register-redirect {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
  padding: 0 15px;
}
.register-redirect a {
  background: transparent !important;
  border: 1px solid #333333 !important;
  color: #333333;
  height: 52px;
  width: 100%;
  float: unset;
  border-radius: 0 !important;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: 0.3s;
  padding: 0px 15px ;
}
.register-redirect a:hover{
  box-shadow: 0 2px 3px 0 #ffbfbf;
  color: white !important;
  background-color: black !important;
}
.custom-checkbox {
  display: flex !important;
  justify-content: start;
}
/* end register */

#header .logo {
  max-width: 300px;
  width: 100%;
}

#wrapper {
  padding-top: 15px;
}

#header {
  box-shadow: unset;
}

#js-product-list .products.grid .product {
  width: 100% !important;
}

#js-product-list .products.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

#header .row {
  margin: 0;
}

#category #content-wrapper,
#manufacturer #content-wrapper {
  padding-right: 0;
}

.products.list .js-product {
  margin-bottom: 15px !important;
}

.card-block {
  padding: 0;
}

#cart h1 {
  text-align: center;
  font-family: var(--tittu-main-font) !important;
  margin: 10px 0 30px;
}

.logo-holder {
  text-align: center;
}

.card-block.checkout {
  padding-bottom: 0;
}

.block-promo .promo-code {
  padding: 0;
}

.cart-detailed-totals .cart-detailed-subtotals {
  margin-bottom: 15px;
}

.cart-grid-body .card-block, 
.cart-grid-body .cart-overview {
  padding: 0;
}

.cart-container .product-line-grid-left {
  padding: 0;
  margin-right: 20px;
}

.cart-columns .cart-left-body {
  background: #fff !important;
  border-radius: 15px;
  box-shadow: 0 4px 25px 0 rgb(168 180 208 / 47%);
  padding: 0 20px;
}

.cart-columns {
  display: grid;
  grid-template-columns: 68% 30%;
  justify-content: space-between;
}

.cart-item {
  padding: 1.25rem 0;
}

.cart-item .product-line-grid {
  display: flex;
}

.product-line-grid-left img {
  min-width: 182px;
  max-width: 182px;
}

#cart .cart-items .cart-item:last-child {
  border-bottom: 0;
}

.product-line-grid-body .price {
  position: absolute;
  top: 0;
  right: 0;
}

#checkout .cart-grid-body {
  width: 100%;
}

#login-form {
  max-width: 400px;
  margin: auto !important;
  background-color: #fff;
  padding: 25px 20px;
  box-shadow: 0 0 15px -5px rgb(0 0 0 / 15%);
}

#checkout-personal-information-step .content {
  padding: 0 !important;
}

#login-form .col-md-3,
#login-form .col-md-12,
#login-form .form-footer {
  padding: 0 !important;
  padding-inline: 0 !important;
  width: 100%;
}

#customer-form .form-control {
  height: 43.5px !important;
  border-radius: 0;
}

.champspro.form-row {
  width: 100%;
}

#login-form .input-group-btn .btn,
.field-password-policy .input-group-btn .btn {
  height: 43px !important;
}

select.form-control:not([size]):not([multiple]) {
  height: unset;
}

body#checkout #footer {
  padding: 0;
}

.page-authentication #content, 
.page-registration #content {
  padding: 0;
}

.nuovo .second-title {
  padding: 0;
  margin-top: 18px;
}

#wrapper .breadcrumb {
  margin: 0 auto 15px;
}

#registration .page-header {
  margin-bottom: 0;
}

#registration .page-header h1 {
  text-align: center;
  font-family: var(--tittu-main-font) !important;
  margin: 10px 0 15px;
}

.already-registrer {
  text-align: center;
  margin-bottom: 20px;
}

.user-info .account {
  background-color: #FFF;
  color: #000 !important;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 50px;
}

.user-info .account i {
  margin-right: 4px;
}

.user-info .logout {
  margin-left: 15px;
  margin-right: 5px;
  color: #db1220 !important;
}

.carousel .carousel-control .icon-next i, 
.carousel .carousel-control .icon-prev i {
  font-size: 2.125rem;
}

.carousel .carousel-control .icon-next:hover i, 
.carousel .carousel-control .icon-prev:hover i {
  color: #db1222 !important;
}

.carousel .carousel-control .icon-prev {
  left: 2rem;
}

.carousel .carousel-control .icon-next {
  right: 2.4rem;
}

.brand-home-holder .titles {
  margin: 0;
}

.option_product .shipping,
.option_product .payment {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}

.option_product .shipping i {
  width: 35px;
  height: 35px;
  color: #da2133;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: dotted 1px #da2133;
  font-weight: 600;
  font-size: 13px;
  margin-right: 5px;
}

.block-categories .collapse-icons {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.block-categories .collapse-icons i {
  font-size: 14px;
}

.fa-bullhorn:before {
  font-family: 'FontAwesome';
}

.sd-categorie .add-to-cart-teaf {
  order: 4;
}

.sb-menu-right .product-price {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}

.sb-menu-right .product-price .current-price {
  order: 1;
}

.sb-menu-right .product-price .product-discount {
  order: 2;
} 

.sb-menu-right .product-price .discount-amount,
.sb-menu-right .product-price .discount {
  display: none !important;
}

.sb-menu-right .product-price .regular-price {
  margin-right: 0;
  margin-left: 10px;
  font-size: 14px;
}

.has-discount .discount {
  display: none !important;
}

.product-flags {
  display: none !important;
}

.product-container .product-discount {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.product-container .product-discount .regular-price {
  text-decoration: line-through;
  font-size: 1.8rem;
  font-weight: 400;
  margin-right: 15px;
  margin-bottom: 0;
  display: inline-block;
}

.product-container .product-discount .discount {
  background-color: #0fbe59;
  color: #fff;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  line-height: normal;
}

.product-actions .add-to-cart {
  border-radius: 50px !important;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-actions .add-to-cart i {
  margin-top: 4px;
}

.product-actions .bootstrap-touchspin-down {
  order: 1;
}

.product-actions .bootstrap-touchspin-up {
  order: 2;
}

.product-actions .product-quantity .input-group-btn-vertical {
  border: 1px solid #c6dbff;
  border-radius: 50px;
  overflow: hidden;
}

.product-actions .product-quantity #quantity_wanted {
  font-size: 23px;
  border: 0 !important;
}

.product-actions .bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
  content: "\f068";
  font-family: 'FontAwesome';
  font-weight: 400;
  font-size: 13px;
  color: #73a3f4;
  position: relative;
  top: -3px;
}

.product-actions .bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
  content: "\f067";
  font-family: 'FontAwesome';
  font-weight: 400;
  font-size: 13px;
  color: #73a3f4;
  position: relative;
  top: -3px;
}

.product-actions .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down,
.product-actions .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up {
  border: 0 !important;
}

.blockproductscategory .product {
  margin-bottom: 0 !important;
}

.products.list .iva-incl {
  display: none;
}

.products.grid .iva-incl {
  font-size: 12px;
  margin-bottom: 5px;
  display: inline-block;
}

.list_price .price-ht {
  font-size: 12px;
  color: #488c40;
  font-weight: bold;
}

.product-miniature .thumbnail-container:focus .product-description::after, .product-miniature .thumbnail-container:hover .product-description::after {
  border: 0 !important;
}

.products.grid .img_promo {
  position: absolute;
  max-width: 56px;
  height: auto;
  top: 0px;
  left: -15px;
}

.blockproductscategory .js-product {
  padding: 0;
}

.product-information .product-variants-item {
  background: #fc0;
  padding: 15px 20px;
  padding-top: 17px;
  border-radius: 30px;
  margin-top: 0;
}

.product-information .product-variants-item .control-label {
  background-color: #000;
  color: #FFF;
  padding: 10px 20px 12px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.product-information .product-variants-item ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.product-information .product-variants-item ul .radio-label {
  display: flex;
  align-items: center;
  background: #000;
  color: #FFF;
  padding: 10px 20px 10px 38px;
  border-radius: 15px;
  border: 0;
  font-size: 16px;
}

.product-information .product-variants-item ul label {
  margin-bottom: 0;
}

.product-information .product-variants-item ul .radio-label:before {
  content: '';
  min-width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #CCC;
  position: absolute;
  left: 14px;
}

.product-information .product-variants-item ul [type="radio"]:checked ~ .radio-label:before {
  content: '\f058';
  font-family: 'FontAwesome';
  color: #ffcc01;
  position: absolute;
  left: 14px;
  font-size: 16px;
  background-color: unset;
  min-width: unset;
  height: unset;
}

.h1 {
  text-transform: unset;
}

.brandSwiper .product-price-and-shipping {
  display: flex;
  flex-direction: row;
}

.brandSwiper .product-price-and-shipping .price {
  background-color: #DB1222;
  color: #fff !important;
  font-size: 18px;
  padding: 8px 10px !important;
  border-radius: 7px;
  margin-right: 8px;
}

.brandSwiper .product-price-and-shipping .old-price {
  text-align: left;
  margin: 0 !important;
  text-decoration: unset !important;
}

.brandSwiper .product-price-and-shipping .regular-price {
  margin-right: 10px;
}

.brandSwiper .product-miniature {
  padding: 0;
  box-shadow: unset;
}

.brandSwiper .product-miniature .thumbnail-top,
.brandSwiper .product-description {
  width: 100%;
}

.brandSwiper .product-miniature {
  padding: 0 10px;
}

.product-miniature .product-title {
  padding-bottom: 0 !important;
}

body#checkout section.checkout-step.-reachable.-complete .content {
  display: block !important;
}

#checkout-addresses-step .js-address-form {
  background: #f8f8f8;
  padding: 15px;
  border: 1px solid #ccc;
}

body#checkout section.checkout-step .address-item.selected {
  border-color: #db1220 !important;
}

#delivery-addresses hr,
#invoice-addresses hr {
  display: none;
}

#delivery-addresses .address-footer,
#invoice-addresses .address-footer {
  background-color: #f6f6f6 !important;
}

.address-footer a {
  background: #fff !important;
  border: 1px solid #c8c9cc;
  padding: 6px;
  margin-bottom: 10px !important;
}

#checkout-personal-information-step .content {
  background: #f8f8f8;
  padding: 15px !important;
  border: 1px solid #ccc;
}

.card-shipping-header {
  background-color: #383838;
  color: #FFF;
  padding: 15px 20px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.card-shipping-details {
  border: 1px solid #383838;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

.card-shipping-details .delivery-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 10px;
  background-color: #f8f8f8;
}

.card-shipping-details .delivery-option {
  position: relative;
  margin: 0 10px 0 !important;
  padding: 15px 10px 10px 10px !important;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  background-color: #fff !important;
  display: flex !important;
  align-items: flex-start !important;
  width: 350px;
  transition: 0.4s;
}

.card-shipping-details .delivery-option .delivery-option-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.card-shipping-details .delivery-option .carrier-price {
  color: #bb2619;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

.card-shipping-details .delivery-option .custom-radio {
  position: absolute;
  top: 17px;
  left: 17px;
}

.card-shipping-details .delivery-option .column:first-child {
  padding-left: 45px;
}

.card-shipping-details .delivery-option .carrier-name {
  letter-spacing: 0.6px;
  max-width: 210px;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 5px;
}

.card-shipping-details .delivery-option .carrier-delay {
  color: #679608;
  max-width: 210px;
  line-height: 20px;
  font-weight: 700;
  font-size: 14px;
  margin-top: 5px;
}

.card-shipping-details .delivery-option .carrier-delay span {
  color: #9b9ea6;
}

.card-shipping-details .delivery-option .carrier-logo img {
  width: 90px !important;
  height: auto;
}

.card-shipping-details .delivery-option.active {
  border: 1px solid #db1222 !important;
  box-shadow: 0 0 10px 3px rgb(0 0 0 / 8%);
  transform: scale(1.05);
}

.shipping-cgv input {
  margin-right: 8px;
  position: relative;
}

.cart-summary.order-final .right-cart {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 0 15px -5px rgb(0 0 0 / 15%);
}

.cart-summary.order-final .nb-articles {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 15px;
}

.cart-summary.order-final .cart-summary-totals .cart-summary-line {
  padding-bottom: 0 !important;
}

.cart-summary.order-final .cart-summary-totals .cart-summary-line span {
  font-weight: 800 !important;
  font-size: 18px !important;
}

.cart-summary.order-final .column-qty {
  display: none !important;
}

.cart-summary.order-final .cart-items {
  box-shadow: 0 0 15px -5px rgb(0 0 0 / 15%);
}

.cart-summary.order-final .cart-item {
  padding: 20px;
}

.for-payment {
  display: none;
}

.cart-summary.order-final .for-payment {
  display: block;
  font-size: 14px;
}

.cart-summary.order-final .product-info-body {
  justify-content: space-between;
}

.cart-summary.order-final .block-promo {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 15px -5px rgb(0 0 0 / 15%);
  max-width: 550px;
  width: 100%;
  margin: 25px auto;
}

#checkout-payment-step {
  background-color: unset !important;
}

#checkout-cart-step .h1 {
  text-align: center;
  font-family: var(--tittu-main-font) !important;
  margin: 0 0 30px;
  font-weight: 700;
}

#checkout .cart-summary.order-final {
  padding: 0 !important;
  box-shadow: unset !important;
  background-color: unset !important;
}

.cart-dropdown-wrapper .product-line-grid-left img {
  min-width: 105px;
  max-width: 105px;
}

.column-qty .input-group {
  padding: 0 !important;
}

.cart-grid-body .cart-item {
  border-bottom: 1px solid #d7d9db;
}

.cart-grid-body .cart-item:last-child {
  border-bottom: 0;
}

.products.grid .sd-categorie {
  display: none !important;
}

.js-product .prixsurdemande {
  display: block;
  color: #db1222;
  margin-bottom: 20px;
  font-weight: 600;
}

.products.list .js-product .prixsurdemande {
  text-align: left;
}

.products.grid .js-product .prixsurdemande {
  text-align: center;
}

.cart-grid-body #freeshippinginfo {
  display: none !important;
}

#product .breadcrumb ol {
  text-align: center;
  background-color: unset !important;
}

#product #wrapper {
  padding-top: 0px;
}

#product #content-wrapper {
  background-color: #FFF;
}

@media (max-width: 992px) {

  .header_top_bar {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 !important;
  }

  #menu_button {
    display: flex;
    align-items: center;
    width: 33.33%;
    text-align: left;
    padding: 0;
  }

  button#menu_button:after {
    content: 'Menu';
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 8px;
  }

  .header_top_bar .custom-header-info {
    width: 33.33% !important;
  }

  .logo-holder {
    width: 33.33%;
    text-align: center;
  }

  .header_top_bar .custom-header-info #_desktop_cart {
    order: 1;
  }

  .header_top_bar .custom-header-info .user-info {
    order: 2;
  }

  .header_top_bar .custom-header-info .user-info .account {
    margin-right: 0;
    background-color: unset;
    padding: 0;
    margin-left: 15px;
    font-size: 16px;
  }

  #header .header_top_bar .custom-header-info .user-info .logout {
    color: #ff0101 !important;
  }

  .reassurance_container {
    flex-direction: row;
    gap: 25px;
    padding: 0 15px;
    margin: 4rem auto 2rem;
  }

  .reassurance_container .single_reassurance {
    width: 100%;
    margin: 0;
  }

  .reassurance_container .single_reassurance .img {
    left: 50%;
    top: -32px;
    transform: translateX(-50%);
  }

  .reassurance_container .single_reassurance .img img {
    width: 35px;
    height: 35px;
  }

  .reassurance_container .reassurance_info {
    padding: 50px 25px 30px 25px;
  }

  .two-blocs-home-fierst .content-hol {
    width: 100%;
  }

  .two-blocs-home-fierst .img-holder {
    width: 100%;
  }

  .text-image-bloc-one .row {
    flex-direction: column;
  }

  .text-image-bloc-one .col-md-6 {
    width: 100%;
  }

  #footer .footer-l {
    width: 100%;
  }

  #footer .block-contact {
    margin: 0 10px 15px !important;
  }

  .navbar--nav .for_mobile {
    padding: 20px 15px;
    border: 0 !important;
  }

  .navbar--links .mega--links li {
    padding: 0 !important;
  }

  #category #left-column,
  #manufacturer #left-column {
    order: 2;
  }

  #category #content-wrapper,
  #manufacturer #content-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
    order: 1;
  }

  .sd-categorie .bloc_ .right_ {
    width: 100%;
  }

  .content_sortPagiBar {
    width: auto !important;
  }  

  #category #wrapper > .container > div, 
  #manufacturer #wrapper > .container > div {
    display: flex;
    flex-direction: column;
  }

  #left-column .block-categories {
    height: 265px;
    overflow-y: auto;
  }

}

@media (max-width: 767px) {

  .logo-holder {
    width: 44% !important;
  }

  #menu_button,
  .header_top_bar .custom-header-info {
    width: 28% !important;
  }

  .reassurance_container {
    gap: 15px;
  }

  .reassurance_container .reassurance_info {
    padding: 50px 10px 30px 10px;
  }

  #header .header-top {
    padding: 15px 0 15px !important;
  }

  .user-info .logout {
    margin-left: 8px;
    margin-right: 0;
  }

  .header_top_bar .custom-header-info .user-info .account {
    margin-left: 12px;
    font-size: 19px;
  }

  .reassurance_container .reassurance_info {
    font-size: 16px !important;
  }

  .single_reassurance {
    min-height: 190px;
  }

  .block-affichertout .affichertout {
    padding: 15px 10px !important;
  }

  .block-category .total-products {
    display: none !important;
  }

  #js-product-list .product {
    padding: 0 !important;
  }

  .products.row {
    margin: 0 !important;
  }

  .products-selection {
    margin-bottom: 10px;
  }

  .custom-header-info svg {
    width: 24px;
    height: 24px;
  }

  #header .header_top_bar .custom-header-info .user-info .logout {
    font-size: 19px;
  }

  #menu_button {
    font-size: 22px;
  }

  #wrapper {
    padding-top: 10px;
  }

  #category #wrapper,
  #manufacturer #wrapper {
    padding-top: 5px;
  }

  .category-card {
    margin-bottom: 5px;
  }

  #products .order1 .remise_p {
    margin-bottom: 5px !important;
  }

  .products-selection,
  .sort_by_container {
    margin-bottom: 5px !important;
  }

  .sort_by_container {
    padding: 8px 8px 8px 10px;
  }

  .category-card .category-name {
    margin-bottom: 0 !important;
    font-size: 22px;
  }

  #category #wrapper > .container,
  #manufacturer #wrapper > .container {
    padding-left: 5px;
    padding-right: 5px;
  }

  #category .ajax_add_to_cart_button {
    width: 100%;
  }

  .product-miniature {
    padding: 10px;
  }

  .product-miniature .product-description {
    padding: 0;
  }

  .products.list .butons-table-holder .button.lnk_view {
    width: auto !important;
    justify-content: space-between;
    padding: 6px 8px 6px 15px !important;
    min-width: 120px;
  }

  .products.list .caract_table {
    margin: 0 0 10px;
  }

  .products.list .grid_tables .butons-table-holder {
    margin-bottom: 8px;
  }

  #category .grid_call_form,
  #manufacturer .grid_call_form {
    display: none !important;
  }

  .products.list .thumbnail-container {
    gap: 0;
  }

  #category p.rupturemaiscommande {
    margin: 0 0 10px;
  }

}

.brands-holder-all > a img {
  max-width: 138px;
  width: 100%;
}

@media (max-width: 767px) {

  .brands-holder-all > a {
    height: 75px !important;
  }

  .brands-holder-all > a img {
    height: 40px !important;
  }

  .two-blocs-home-fierst .content-hol .title-bord {
    line-height: 35px;
  }

  .two-blocs-home-fierst .img-holder img {
    height: auto !important;
  }

  .sono-holder .container {
    position: relative;
  }

  .sono-holder .container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
    border-radius: 25px;
  }

  .holder-img {
    height: 30px;
  }

  .sono-holder .accroch-holder .single-accroch .icon-holder {
    top: -22px;
    width: 45px;
    height: 45px;
  }

  #product .product-container .col-md-6 {
    padding: 0 !important;
  }

}

.hidden-md-up.text-xs-right.up {
  display: none !important;
}

#notifications .notifications-container {
  display: none !important;
}

@media (max-width: 767px) {

  #product .product-container.row {
    margin: 0 !important;
  }

  #product .product-container .product_name {
    font-size: 20px !important;
    font-size: 20px !important;
    margin: 0 !important;
  }

  #product .product-container .refrence-and-img img {
    height: 40px !important;
  }

  #product .product-container .reference {
    margin-bottom: 10px;
  }

  #product nav.breadcrumb {
    display: block !important;
    padding: 0 5px !important;
  }

  #product nav.breadcrumb ol {
    padding: 5px 0 !important;
    text-align: left;
    line-height: 15px;
  }

  #product #wrapper .container {
    padding: 0 5px;
  }

  .scroll-box-arrows i {
    bottom: 0 !important;
  }

  .current-price-value {
    font-size: 1.4rem;
  }

  .product-prices .current-price {
    gap: .5rem;
  }

  .old-p {
    font-size: 1rem;
  }

  .product-add-to-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    background-color: #fff;
    width: 100%;
    padding: 15px 5px;
    z-index: 99;
    box-shadow: 0 0 5px 5px rgb(0 0 0 / 6%);
  }

  .pd-liv .icon {
    margin-right: 8px;
    min-width: 35px;
    min-height: 35px;
    font-size: 17px !important;
    padding: 1px 0 0 !important;
  }

  .pd-reass {
    padding-left: 0 !important;
  }

  .pd-reass p,
  .pd-reass p * {
    font-size: 14px;
  }

  .pd-reass .pd-liv {
    width: auto;
    margin-right: 20px;
  }

  .pd-reass .pd-liv:last-child {
    margin-right: 0;
  }

  #product .product-information {
    display: flex;
    flex-direction: column;
  }

  #product .pd-remise_p {
    order: 1;
  }

  .pd-alma-prices {
    order: 2;
    margin-top: 0;
    margin-bottom: 10px;
  }

  body#product .pd-btn-details {
    order: 3;
    margin: 0 !important;
  }

  #product .pd-remise_p {
    margin-bottom: 10px;
  }

  #more_info_sheets #ulaccessoires .ajax_add_to_cart_button {
    width: 95% !important;
  }

  #ulaccessoires .btn_ajouter_au_panier2 {
    margin: 10px 0 10px;
    padding: 10px 3px 10px 25px !important;
  }

  #ulaccessoires .btn_ajouter_au_panier2 i {
    width: 20px;
    height: 20px;
    left: 3px;
  }

  .semilar-product-holder .tabs {
    padding: 0;
  }

  .reviews-product-holder {
    grid-gap: 10px 25px;
  }

  .semilar-product-holder h2.productscategory_h2 {
    margin-bottom: 25px !important;
    margin-top: 25px !important;
  }

  .blockproductscategory .grid_call_form {
    display: none !important;
  }

  .blockproductscategory .availability br {
    display: block !important;
  }

  #product .accessories_block .block_content .nv_accessoire {
    padding: 10px 5px;
  }

  .availability.availability_product_list {
    margin-bottom: 0 !important;
  }

  .products.list .info_add_to_cart .add-to-cart-teaf button {
    width: 100%;
  }

  .prix_quantity_2 {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .blockproductscategory.row {
    margin: 0 !important;
  }

  .all_desc_holder .cat_descc {
    padding: 45px 10px;
  }

  .js-product-list {
    position: relative;
    z-index: 1;
  }

}

.blockproductscategory .cat_prix_pack {
  display: none !important;
} 

.pos_title h2 a {
  font-family: 'Saira' !important;
  color: #000 !important;
  font-weight: 600 !important;
  font-size: 32px !important;
  text-transform: uppercase;
}

.title_checkout {
  text-align: center;
  font-family: var(--tittu-main-font) !important;
  font-size: 24px;
  margin-top: 0;
}

body#checkout section.checkout-step .content {
  padding-top: 5px;
  display: block;
}

@media (max-width: 767px) {

  .pos_title h2 a {
    font-size: 23px !important;
  }

  .flex_wrap {
    padding: 15px 8px;
  }

  #product #scrollup {
    display: none !important;
  }

  .sono-holder .container {
    background: url("/img/man-working-with-argon-welding-machine-garage-min.jpg") !important;
  }

  .social-media-container {
    flex-direction: column;
  }

  .social-media-container .text-end {
    padding: 0;
  }

  .social-media-container .fb-page {
    display: block !important;
    width: 100% !important;
    margin-bottom: 30px;
  }

  .btns-rs > a span {
    display: block;
    padding: 5px 15px 5px 15px !important;
    color: #8a8787 !important;
  }

  .social-media-container a {
    width: 100% !important;
  }

  .cart-columns {
    grid-template-columns: 100%;
  }

  body#checkout section.checkout-step .content {
    padding: 0 !important;
  }

  .product-line-grid-left img {
    min-width: 90px;
    max-width: 90px;
  }

  .cart-columns .cart-left-body {
    padding: 0 10px;
  }

  .product-line-grid-body .price {
    position: relative;
    text-align: left;
  }

  #checkout-cart-step .product-line-info {
    max-width: 100%;
  }

  .product_info_ref .reference {
    text-align: left;
  }

  .column-price {
    margin-bottom: 1rem;
    gap: 0;
  }

  .column-price .price strong {
    font-size: 24px;
  }

  .cart-items {
    padding: 0;
  }

  body#checkout .container {
    padding: 0 5px;
  }

  .checkout-progress-bar {
    width: 100%;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
  }

  .checkout-progress-bar .progress-step {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }

  .checkout-progress-bar .progress-step .step-circle {
    width: 23px;
    height: 23px;
    font-size: 11px;
  }

  .checkout-progress-bar .step-line {
    display: none !important;
  }

  .checkout-progress-bar > div:not(:last-child):after {
    content: "";
    width: 100%;
    position: absolute;
    top: 11px;
    left: calc(50% - 10px);
    height: 1px;
    background-color: #000;
    z-index: 0;
  }

  .label.continue {
    margin-top: 25px;
    display: block;
    text-align: left;
  }

  .cart-summary .cart-summary-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .cart-summary .cart-summary-line > div {
    display: none;
  }

  .cart-summary .cart-summary-line:after {
    content: unset;
  }

}

.fixed-total {
  display: none !important;
}

@media (max-width: 767px) {

  .fixed-total {
    display: block !important;
    position: fixed;
    bottom: -500px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    padding: 0px 15px 20px 15px;
    transition: 0.4s;
    z-index: 9999;
  }

  .fixed-total.show {
    bottom: 0;
  }

  .fixed-total .standard-checkout {
    background-color: #db1220 !important;
    background: #db1220 !important;
    color: #fff !important;
    border: 0 !important;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    border-radius: 0 !important;
    transition: 0.3s;
  }

  .fixed-total p {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    color: #000;
  }

  .fixed-total p span {
    font-weight: 700;
  }

  .title_checkout {
    margin-top: 8px;
  }

  #product .js-product-container .col-md-6:first-child .product_pack {
    display: none;
  }

  #product .pd-pack .content-pack .ancien_prix {
    margin-right: 10px;
    font-size: 16px !important;
  }

}

#index #content-wrapper {
  padding: 0 !important;
}

.groupContainer .form-group {
  margin-bottom: 10px;
}

.groupContainer .form-group:last-child {
  margin-bottom: 0;
}

.cart-preview .cart-bottom .total-line span.product-count {
  color: #000;
}

.sb-menu-right .no-items {
  margin-top: auto;
}

.cart-preview .product-line-info .attr_title,
.cart-preview .product-line-info .attr_value {
  font-size: 13px;
} 

.cart-preview .cart-items .cart-item .product-line-grid .product-line-grid-body .product-line-actions ~ br {
  display: none;
}

.cart-preview .product-line-grid-body-product-info {
  width: 100%;
}

.block-categories .category-sub-menu li > a {
  padding: 5px 45px 5px 15px;
  margin: .3125rem 0 0;
  display: block;
  font-weight: 600;
  color: #605f5b !important;
}

#js-product-list .products.row {
  margin: 0 !important;
  width: 100%;
}

#product-availability .alert-content-wrapper {
  display: flex;
  align-items: center;
}

.product-accessories .step-title {
  font-family: var(--tittu-main-font) !important;
  font-size: 22px !important;
  margin-top: 0;
  font-weight: 700 !important;
  border: 0 !important;
}

.product-accessories .carousel:before,
.product-accessories .card-block:after {
  content: unset;
}

.product-accessories.products {
  padding-inline: unset !important;
  padding: 10px 0 !important;
  width: 73%;
}

.product-accessories .product-miniature {
  margin: 10px 10px !important;
}

.product-accessories .carousel {
  margin-left: -5px;
  width: calc(100% + 5px);
}

.block-categories .category-sub-menu .category-sub-menu {
  padding: 0 0 0 15px;
}

.sb-menu-right .cart-lateral-right {
  max-width: 500px;
  min-width: 500px;
  width: 100%;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
}

.sb-menu-right .cart-preview .cart-dropdown-wrapper {
  flex-direction: row;
  justify-content: flex-end;
}

.sb-menu-right .crossselling-in-cart {
  max-width: 215px;
  width: 100%;
  background-color: #333333 !important;
  height: 100%;
  overflow: auto;
  padding: 20px;
}

.crossselling-in-cart .h4 {
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 30px;
}

.crossselling-in-cart .h5 {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
}

.crossselling-in-cart .price {
  color: #FFF;
}

.crossselling-in-cart img {
  width: 100%;
  margin-bottom: 15px;
}

.crossselling-in-cart .btn-add-crosssell {
  background: var(--tittu-primary-color) !important;
  border-radius: 30px !important;
  line-height: 1;
  padding: 12px 5px 12px 28px !important;
  max-width: 100%;
  font-size: 12px;
  position: relative;
  transition: all 0.3s ease-out;
  margin: 10px 0;
  border: 1px solid transparent;
  cursor: pointer;
  color: #FFF;
  width: 100%;
  font-weight: 500;
}

.crossselling-in-cart .btn-add-crosssell i {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
  background-color: white;
  color: var(--tittu-primary-color);
  padding: 6px 5px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.crossselling-in-cart .crossselling-item {
  margin-bottom: 10px;
}

.cart-lateral-right .crossselling-in-cart {
  display: none;
}

.fdt_merchantSticky-1_widget_merchant {
  z-index: 99 !important;
}

#cart-sidebar-overlay {
  z-index: 99999;
}

.cross-prices {
  margin-top: auto;
}

@media (max-width: 767px) {

  .product-container > .col-md-6 {
    width: 100%;
  }

  #product #content-wrapper {
    padding: 0;
  }

  .cart-dropdown-wrapper > .crossselling-in-cart {
    display: none !important;
  }

  .cart-lateral-right .crossselling-in-cart {
    display: block;
  }

  .cart-lateral-right .crossselling-in-cart {
    max-width: 100%;
  }

  .reassurance_container {
    margin: 3rem auto 0rem;
  }

  .block_section_container {
      margin-block: unset;
      margin-bottom: 50px;
  }

  #product_container.block_sections {
    margin-top: 30px;
  }

  .reassurance_container .reassurance_info {
    padding: 45px 10px 25px 10px;
  }

  .fdt_merchantSticky-1_ratx {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .fdt_merchantSticky-1_logo {
    height: 35px !important;
    min-height: 35px !important;
  }

  .images-container .product-images>li.thumb-container .thumb {
    margin-right: 10px;
  }

  .crossselling-products .crossselling-item {
    display: flex;
  }

  .crossselling-products .crossselling-item img {
    width: 70px;
    height: 70px;
  }

  .sb-menu-right .crossselling-in-cart {
    height: auto;
    margin-top: auto;
  }

  .sb-menu-right {
    width: 100%;
  }

  .crossselling-products .crossselling-item img {
    margin-right: 10px;
  }

  .crossselling-in-cart .h5 {
    font-size: 13px;
    margin-bottom: 0;
    margin-right: 5px;
  }

  .crossselling-in-cart .d-flex {
    display: flex;
    flex-wrap: wrap;
  }

  .crossselling-in-cart .price {
    font-size: 13px;
    font-weight: 600;
  }

  .crossselling-in-cart .btn-add-crosssell {
    margin: 5px 0 0;
    width: 100%;
    max-width: 175px;
    padding: 8px 5px 8px 25px !important;
  }

  .cart-preview .cart-title {
    padding: 1rem 10px;
  }

  .cart-preview .cart-items .cart-item .product-line-grid {
    margin: 0 10px;
  }

  .sb-menu-right .crossselling-in-cart {
    padding: 8px 10px 10px;
    overflow: unset;
  }

  .crossselling-in-cart .h4 {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .crossselling-in-cart .slick-dotted.slick-slider {
    margin-bottom: 10px;
  }

  .crossselling-in-cart .slick-dots {
    bottom: -10px;
  }

  .crossselling-in-cart .btn-add-crosssell i {
    width: 20px;
    height: 20px;
    font-size: 11px;
    left: 3px;
  }

  .cart-line-product-actions {
    top: -5px;
  }

  .crossselling-in-cart .crossselling-item,
  .crossselling-in-cart .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .question_product {
    display: block !important;
    margin: 10px 0;
  }

  .question_product span {
    color: #000;
  }

  .product-prices {
    margin-top: 10px;
  }

  .refrence-and-img label {
    display: flex;
    align-items: center;
  }

  .refrence-and-img label i {
    margin-right: 7px;
  }

  #index #content-wrapper {
    float: unset;
  }

}

.parent-category-link a {
  display: block;
  background-color: #fff;
  padding: 10px 15px !important;
  border-radius: 15px;
  margin-bottom: 10px;
  box-shadow: 0 4px 25px 0 rgb(168 180 208 / 47%);
  font-size: 13px;
  font-weight: 600;
}

.parent-category-link a i {
  font-size: 11px;
  margin-right: 5px;
}

.block-categories .category-sub-menu .arrows {
  position: absolute;
  right: 12px;
  top: 4px;
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before {
  content: unset;
}

.block-categories .category-sub-menu li[data-depth="1"] {
  margin-bottom: 0;
}

.block-categories .category-sub-menu {
  margin-top: 0;
}

.cart-left-body #lgfreshippingzones-container {
  display: none;
}

.cart-grid-body .no-items {
  padding: 20px 0;
  display: block;
}

.product-miniature .thumbnail-top {
  width: 100%;
}

#checkout .product-miniature {
  padding: 10px 5px;
}

#checkout .product-accessories .product-miniature {
  margin: 10px 5px !important;
}

#checkout .product-accessories .table_d_c {
  width: 100% !important;
  font-size: 12px;
}

#checkout .product-accessories .thumbnail-top .npc a {
  font-size: 14px;
}

#checkout .product-accessories .table_d_c .attribute,
#checkout .product-accessories .table_d_c .price {
  font-size: 12px !important;
}

#checkout .product-accessories .btn_ajouter_au_panier2 {
  padding: 12px 4px 12px 25px !important;
  font-size: 10px;
}

#checkout .product-accessories .table_d_c td,
#checkout .product-accessories .table_d_c th {
  padding: 0px 5px;
}

#checkout .product-accessories .btn_ajouter_au_panier2 i {
  left: 4px;
}

@media (max-width: 767px) {

  #content-wrapper {
    padding: 0 !important;
    float: unset;
  }

  .product-accessories .carousel {
    left: unset !important;
  }

  #checkout .product-accessories .pm-csoc-owl-controls {
    display: none !important;
  }

  .product-accessories.products {
    width: 100%;
  }

}

.header-top #search_widget input {
  height: 40px;
  color: #000;
}

.header-top #search_widget input::placeholder {
  color: #787777 !important;
  opacity: 1;
}

.ssmenu {
  color: #333333;
}

.ssmenu p {
  text-decoration: unset !important;
}

.ssmenu b {
  color: #333333;
}

#suggestionsg .btn_ajouter_au_panier2 {
  padding: 10px 5px 10px 25px !important;
  font-size: 10px;
}

#suggestionsg .btn_ajouter_au_panier2 i {
  left: 4px;
  width: 23px;
  height: 23px;
}

#checkout-personal-information-step {
  background-color: unset !important;
}

#checkout-personal-information-step .content {
  background-color: unset;
  border: 0;
}

@media (max-width: 767px) {

  .sb-menu-right .cart-lateral-right {
    min-width: 100%;
  }

}

.cgv-frame {
  display: block;
  padding: 15px;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  background-color: #f8f8f8;
  height: 200px;
  overflow: auto;
  margin-bottom: 15px;
  margin-top: 6px;
}

.cgv-frame .h2 {
  font-size: 18px;
}
 
.form-type_account .form-group {
  margin-bottom: 1rem;
}

.account_creation label {
  width: 100% !important;
}

.register-form .checkboxs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.register-form #customer-form .checkboxs .row {
  width: fit-content !important;
}

.register-form #customer-form .checkboxs .custom-checkbox {
  margin-bottom: 0 !important;
}

.register-form #customer-form .checkboxs .custom-checkbox span {
  margin-top: -1px;
}

.register-form #customer-form .checkboxs .form-control-comment {
  display: none;
}

#customer-form .btn-primary {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  height: 52px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.register-form #customer-form .checkboxs .custom-checkbox p {
  color: #000;
}

@media (max-width: 767px) {

  .account_creation .form-group {
    padding: 0 !important;
  }

  .account_creation label {
    padding: 0 !important;
  }

  .account_creation .col-md-12,
  .account_creation .col-md-6 {
    padding: 0 !important;
    width: 100%;
  }

  .account_creation h3 {
    margin-top: 0;
  }

  .account_creation .form_info {
    padding-left: 0 !important;
  }

  .register-type form {
    padding: 20px;
  }

  .register-form #customer-form .checkboxs .row {
    width: 100% !important;
  }

  .register-form #customer-form .checkboxs .col-md-12 {
    padding: 0;
    width: 100% !important;
  }

  .register-form #customer-form .checkboxs .custom-checkbox {
    width: 100%;
  }

  .register-form #customer-form .checkboxs .custom-checkbox label {
    width: 100%;
    display: flex;
    justify-content: unset;
    padding: 0 !important;
  }

  .register-form #customer-form .checkboxs .custom-checkbox span {
    margin-top: 1px;
  }

  .register-form #customer-form .checkboxs .checkbox_mark.required {
   left: 22px;
  }

  #customer-form .account_creation {
    padding: 20px 15px 15px;
  }

  .log-fb-go .log-btns .btn {
    padding: 12px 5px;
    min-width: 100%;
    margin: 0;
  }

  #checkout .feedaty_widget {
    display: none !important;
  }

  .register-form #customer-form .checkboxs .custom-checkbox span {
    position: unset !important;
    min-width: 1.125rem;
  }

  [for="field-eipa"] ~ .col-md-12 label {
    padding-left: 25px !important;
  }

  #checkout-personal-information-step .tab-content {
    margin-top: 0;
  }

  .last-info {
    padding: 1.5rem 15px;
  }

}

#scrollup {
  display: none !important;
}

.popover,
.password-strength-feedback {
  display: none !important;
}

@media (max-width: 992px) {

  .product_6_div .bg-2 {
    width: 100% !important;
  }

}

#product .prixsurdemande {
  color: white;
  background-color: #ff4848;
  padding: 17px 12px 18px;
  font-size: 32px;
  font-weight: 600;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 15px;
}

@media (max-width: 767px) {

  .listing-view {
    display: none !important;
  }

  body#product .pd-btn-details {
    grid-gap: 10px;
  }

  body#product .pd-btn-details .bg-2 a .pd-arrow-right {
    font-size: 11px;
    line-height: 24px;
    height: 25px;
    width: 25px;
  }

  body#product .pd-btn-details .bg-2 a {
    font-size: 14px;
  }

  .pd-pack {
    margin-top: 15px;
  }

  body#checkout section.checkout-step .radio-block {
    width: 100%;
  }

  #checkout-addresses-step .js-address-form {
    border: 0;
    padding: 0;
  }

  #checkout-addresses-step .js-address-form .row {
    flex-direction: column;
  }

  .form-control-comment {
    margin-top: 0;
    padding-top: 0;
    text-align: left;
  }

  .js-address-form .form-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px !important;
    background-color: unset !important;
    padding-bottom: 15px !important;
  }

  #product .prixsurdemande {
    padding: 12px 12px 12px;
    font-size: 20px;
  }

}

.register-form .checkboxs .custom-checkbox > label {
  display: flex;
  align-items: center;
}

.product-cover .pd-bullet {
  position: absolute;
  top: 14px;
  right: 3px;
}

.product-cover .pd-bullet img {
  margin: 0 25px 30px;
  object-fit: cover;
  height: 40px !important;
  width: auto;
}

.js-product-images-modal .image-caption {
  display: none !important;
}

.js-product-images-modal #thumbnails {
  display: none !important;
}

.js-product-images-modal .modal-body {
  margin-left: 0 !important;
}

.js-product-images-modal picture img {
  height: auto;
}

.product-cover .layer:hover {
  z-index: 1;
  border-radius: 40px;
}

.cart-lateral-right .cart-subtotals.item-products {
  display: none !important;
}

.block-promo .promo-name {
  margin-bottom: 15px;
  margin-top: -10px;
}

.block-promo .promo-name .label {
  text-align: left;
  margin-right: 10px;
}

.block-promo .promo-name .cart-summary-line {
  display: flex;
  justify-content: space-between;
}

.block-promo .promo-name .cart-summary-line span {
  color: #000;
}

.js-address-form .h4 {
  padding: 0;
}

.payment-options .payment-option > label {
  display: block !important;
  position: relative;
  display: block;
  margin-bottom: 15px !important;
  padding: 35px 25px !important;
  background-color: #FFF;
  box-shadow: 0 0 15px 5px #eee;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 22px;
  font-weight: 900 !important;
  color: #212633 !important;
  cursor: pointer;
}

.payment-options .payment-option > label:after {
  content: "\f061" !important;
  position: absolute !important;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  font-size: 18px;
  height: 55px;
  width: 45px;
  color: #fff;
  background-color: #212633;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  cursor: pointer;
}

.payment-options .payment-option > label:hover {
  background-color: #db1222;
  color: #FFF !important;
}

 


#pay-with-payment-option-1-form {
  padding: 20px 20px 10px;
  background-color: #FFFF;
  margin-bottom: 15px;
  box-shadow: 0 0 15px 5px #eee;
  display: none !important;
}

.payment-options .payment-option .custom-radio {
  position: absolute;
  opacity: 0;
}

.payment-options {
  margin: 25px 0 30px;
}

#payment-option-1-additional-information,#pay-with-payment-option-1-form
#payment-option-2-additional-information,
#payment-option-3-additional-information,
#payment-option-4-additional-information,
#payment-option-5-additional-information,
#payment-option-7-additional-information {
  display: none !important;
}

@media (max-width: 767px) {

  .payment-options {
    margin: 10px 0 30px;
  }

  .payment-options .payment-option > label {
    padding: 20px 55px 20px 15px !important;
    font-size: 16px;
  }

  .payment-options .payment-option > label:after {
    right: 10px;
    font-size: 14px;
    height: 45px;
    width: 35px;
  }

  .page-cms-62 .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

  .page-cms-62 .row .div-catalogo {
    padding: 0;
  }

  #product-availability .alert {
    margin-bottom: 0;
    padding: 5px;
    margin-top: 10px;
  }

}

.product-variants {
  overflow: hidden !important;
}

#address .selectpro {
  margin-top: 20px;
}

@media (max-width: 767px) {

  .js-address-form .add-address {
    text-align: left;
    margin-top: 5px !important;
    margin-bottom: 35px;
  }

  .js-address-form .add-address ~ p {
    text-align: left;
  }

  .shipping-cgv {
    margin-bottom: 15px;
    text-align: left;
  }

  .shipping-cgv [for="cgv"] {
    margin-bottom: 0;
  }

  .shipping-cgv .cgv-toggle {
    text-align: left;
    width: 100%;
    display: block;
    margin-left: 15px;
    color: #232323;
    font-size: 13px;
    font-weight: 400;
  }

  body#checkout #delivery textarea, body#checkout #gift_message textarea {
    width: 100% !important;
  }

  .cgv-frame {
    text-align: left;
  }

  #checkout-payment-step .fixed-total {
    display: none !important;
  }

  .cart-summary.order-final .cart-item {
    background-color: #FFF;
    padding: 20px 15px;
  }

  .cart-summary.order-final .for-payment {
    text-align: right;
  }

  #pay-with-payment-option-1-form {
    padding: 20px 15px 10px;
  }

}

.billing-same-address {
  width: 100%;
  max-width: 100%;
}

.billing-same-address [type="radio"] {
  position: unset !important;
  margin-top: 8px;
}

.billing-same-address .form-check {
  display: flex;
  align-items: center;
}

.billing-address-section {
  margin-top: 30px;
  border-top: 2px solid #eee;
  padding-top: 20px;
}

.billing-same-address {
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 5px;
}

.form-check {
  margin-bottom: 10px;
}

.form-check-input {
  margin-right: 8px;
}

#billing-address-fields {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
  background-color: #fafafa;
  margin-top: 15px;
}

#billing-address-fields h4 {
  color: #333;
  margin-bottom: 20px;
  font-size: 1.1em;
}

.billing-company {
  display: none;
}

.selectpro .authactive#pro ~ * .billing-company,
body[data-account-type="professionnel"] .billing-company {
  display: block !important;
}

.billing-eipa {
  margin-top: 38px !important;
}

.billing-eipa .form-check-input {
  margin-top: 8px;
}

.billing-address-choice .form-check {
  margin-top: 0;
  display: flex;
  align-items: center;
}

.billing-address-choice .form-check-input {
  position: unset;
  margin-top: 4px;
}

.billing-address-section {
  margin-top: 30px;
  border-top: 2px solid #f8f9fa;
  padding-top: 20px;
}

.billing-address-choice {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 5px;
  max-width: 100%;
  width: 100%;
}

.billing-address-choice .form-check {
  margin-bottom: 10px;
}

.billing-address-choice .form-check:last-child {
  margin-bottom: 0;
}

#billing-address-fields {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  margin-top: 15px;
}

#billing-address-fields h4 {
  color: #495057;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
}

.billing-company {
  display: none;
}

.champspro.billing-company {
  display: none;
}

.form-check-input:checked {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary {
  margin-bottom: 15px;
}

.form-control:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#identity #content {
  padding: 15px 0 0;
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
}

#identity [for="field-id_gender"] ~ .form-control-valign {
  text-align: left !important;
}

#identity .form-control-submit {
  margin-top: 15px;
}

#identity #customer-form .col-md-3 {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

#identity #customer-form .form-group .col-md-12 {
  padding: 0;
  width: 100%;
}

#identity #customer-form .form-group.col-md-6 {
  margin-bottom: 8px;
}

#order-slips-link,
#discounts-link,
#psgdpr-link {
  display: none !important;
}

#my-account .links {
  width: 100%;
  max-width: 100%;
}

#my-account .links .link-item {
  padding: 18px 12px 18px 18px !important;
  width: 100%;
  border-radius: 30px;
  background: #fff;
  box-shadow: rgba(99, 99, 99, .1) 0 2px 24px 0;
  display: flex !important;
  align-items: center;
  height: 100% !important;
  line-height: normal;
  font-size: 14px;
  text-decoration: none !important;
  transition: 0.3s;
  font-weight: 600;
  letter-spacing: .6px;
}

#my-account .links .link-item i {
  background-image: linear-gradient(to top, #fafafa, #f5f5f5);
  min-width: 50px;
  width: 50px !important;
  height: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 22px !important;
  margin-right: 15px;
  color: #db1222 !important;
  padding: 0 !important;
}

#my-account .page-my-account #content .links a {
  margin-bottom: 15px;
}

.page-customer-account #content {
  padding: 0 !important;
}

#address .js-address-form {
  max-width: 768px;
  width: 100%;
  background-color: #FFF;
}

#address .form-fields {
  border: 1px solid #ccc;
}

#address .js-address-form .title-card {
  background-color: #000;
  color: #FFF;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 600;
}

#address .page-header {
  margin-bottom: 0;
}

#address .field-row-alias {
  display: none !important;
}

#address .form-control-submit {
  margin-top: 15px;
}

#address #content {
  background-color: unset;
}

.addresses-bloc {
  padding: 15px;
  border: 1px solid #ccc;
  background: #f8f8f8;
}

.addresses-bloc .addresses-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  margin-top: 20px;
}

.addresses-list .address-body {
  padding: 0 !important;
}

.addresses-list .address-body h4 {
      background-color: #000;
    color: #FFF;
    padding: 10px 15px;
    font-weight: 600;
}

.addresses-list .address-body address {
  padding: 15px;
}

.page-header h3 {
  padding: 0 !important;
}

.addresses-list .address-footer a {
  border: 0;
}

.addresses-list .address-footer a[data-link-action="edit-address"] {
  color: green;
}

.addresses-list .address-footer a[data-link-action="delete-address"] {
  color: red;
}

@media (max-width: 767px) {

  .addresses-bloc .addresses-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }

}

.selectpro {
  width: 100%;
}

#address .page-header h3 {
  margin-bottom: 20px;
}

.payment-option {cursor:pointer;} 

#checkout .js-address-item .radio-block {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

#checkout .js-address-item .add-head {
  background-color: #000;
  padding: 10px 15px;
}

#checkout .js-address-item .add-head span {
  margin-bottom: 0 !important;
  color: #FFF;
}

#checkout .js-address-item .add-head .custom-radio {
  position: relative;
  top: -2px;
}

#checkout .js-address-item .add-head .address-alias {
  font-size: 16px;
}

#checkout .js-address-item .address {
  background-color: #FFF;
  margin: 0 !important;
  padding: 20px;
}

#checkout .js-address-item .address-footer {
  background-color: #FFF !important;
  border-top: 1px solid #cacaca;
}

#checkout .js-address-item .address-footer a.edit-address {
  color: green !important;
  border: 0 !important;
  margin-top: 8px !important;
}

#checkout .js-address-item .address-footer a.delete-address {
  color: red !important;
  border: 0 !important;
  margin-top: 8px !important;
}

.js-address-form h2 {
    text-align: center;
    font-family: var(--tittu-main-font) !important;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 8px;
}

.js-address-form header {
  margin-bottom: 0 !important;
}

.js-address-form .address-item:not(.selected) {
  opacity: .6;
}

.checkout-step footer {
  background-color: unset !important;
}

#checkout-addresses-step #delivery-address .js-address-form {
  padding: 0 !important;
}

#checkout-addresses-step .js-address-form .title-card {
  background-color: #000;
  color: #FFF;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 600;
}

#checkout-addresses-step .js-address-form .selectpro {
  margin-top: 20px;
}

#checkout-addresses-step .list-fields-address {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#checkout-addresses-step .js-address-form .form-footer {
  padding-bottom: 15px !important;
  padding-right: 15px !important;
}

#checkout-addresses-step #delivery-address {
  margin: 20px 0 25px;
}

@media (max-width: 767px) {

  body#checkout section.checkout-step .address-selector {
    flex-direction: column;
  }

  body#checkout section.checkout-step .address-item {
    width: 100%;
  }

  .list-fields-address .form-control-label {
    width: 100%;
  }

  .list-fields-address .js-input-column {
    width: 100%;
  }

  .selectpro a {
    padding: 15px;
  }

  #billing-address-fields {
    padding: 20px 0px;
  }

  #billing-address-fields .row {
    margin: 0;
  }

}

.block-categories .category-sub-menu a.current {
  color: #fff !important;
  background-color: #db1221 !important;
}

.js-input-column.form-control-valign {
  display: flex;
  align-items: center;
}

.js-input-column.form-control-valign > label {
  width: auto !important;
}

.blockproductscategory .products.grid .product-description {
  width: 100%;
}

.blockproductscategory .products.grid .availability_product_list br {
  display: none !important;
}

.blockproductscategory .products.grid .option_product .payment img {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.blockproductscategory .products.grid .option_product .shipping, 
.blockproductscategory .products.grid .option_product .payment {
  font-weight: 600;
  font-size: 13px;
}

.blockproductscategory .products.grid .option_product .shipping i {
  margin-right: 20px;
}

@media (max-width: 767px) {

  #registration #billing-address-fields {
    padding: 20px 10px;
  }

  .cart-content-btn .btn.btn-primary {
    color: #FFF !important;
  }

  .pd-alma-prices .pd-body .pd-soisy {
    margin-bottom: 15px;
  }

  .pd-alma-prices .pd-body .pd-soisy p {
    font-size: 14px;
  }

  .pd-alma-prices .pd-body .pd-soisy img {
    margin-bottom: 10px;
  }

}

.product_info_ref .attr {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--tittu-global-font);
  color: #000000;
  margin-top: 10px;
}



