* {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
#flDebugTemplatePanel-content {
  overflow-y: scroll;
}
/* ::-moz-selection {
    background: transparent;
  } */

/* html {
    scroll-behavior: smooth;
    direction: var(--direction);
}
:root {
    --direction: ltr;
} */

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
  background-color: transparent !important;
  box-shadow: none !important;
}

.head {
  padding: 0 9%;
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: -80px;
  z-index: 2;
  background-color: var(--background-Header);
  border-bottom: 1px solid rgb(226, 225, 225);
  transition: all 0.6s ease-in-out;
}
.head.scrolled-down {
  top: 0;
  transition: top 0.6s ease-in-out;
  position: fixed;
  width: 100%;
  /* transition: all .8s ease-in-out; */
}

header {
  padding: 5px 9%;
  border-bottom: 1px solid rgb(226, 225, 225);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--background-TopHeader);
}

/*
.language, .monais{
    padding: 3px;
    border: none;
    outline: none;
    background-color: white;
    font-size: var(--petit_font_size);
    border-right: 0.1px solid gray;
}*/
.header {
  display: flex;
  align-items: center;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd {
  z-index: -1 !important;
  position: absolute !important;
}
.goog-te-combo {
  border: none;
  background-color: transparent;
}
.goog-te-gadget {
  min-width: 30px;
  height: 60px;
  overflow: hidden;
  position: relative;
}
.goog-te-gadget > div {
  height: 100%;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  display: none !important;
}

#language {
  appearance: none;
  /*  safari  */
  -webkit-appearance: none;
  /*  other styles for aesthetics */
  width: 100%;
  font-size: 14px;
  padding: 7px 30px 7px 5.333px;
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
}
.custom-select {
  min-width: 30px;
  /* height: 60px; */
  overflow: hidden;
  position: relative;
}

.custom-select::before,
.custom-select::after {
  --size: 0.3rem;
  content: "";
  position: absolute;
  right: 1rem;
  pointer-events: none;
}

.custom-select::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid black;
  top: 40%;
}

.custom-select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  top: 60%;
}
#goog-gt-tt {
  display: none !important;
}

body {
  /* position: absolute; */
  top: 0 !important;
}

.dropbtn {
  color: var(--color-Header);
  padding: 0 5px;
  font-size: 14px;
  border: none;
  background-color: var(--background-Header);
  cursor: pointer;
  display: flex;
  align-items: center;
}

.dropdown {
  position: relative;
  display: inline-block;
  /* border-right: 0.1px solid gray; */
}

.dropdown-content {
  display: none;
  top: 18px;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(192, 192, 192, 0.2);
  z-index: 3;
  background-color: var(--background-Header);
}

.dropdown-content a {
  color: var(--color-Header);
  padding: 14px 16px;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  color: var(--additional-Color);
}

.dropdown:hover .dropdown-content {
  display: block;
}

.header_right {
  display: flex;
  column-gap: 10px;
  display: flex;
  justify-content: flex-end;
}

.header_right a {
  text-transform: capitalize;
  font-size: 14px;
  color: var(--color-TextTopHeader);
  /* border-right: 0.5px solid #333; */
  padding-right: 10px;
}

.header_right .social_media_header {
  display: flex;
}

.header_right .social_media_header a {
  border: none;
}

.header_right .social_media_header iconify-icon {
  font-size: 14px;
  color: var(--color-TextTopHeader);
  cursor: pointer;
}

.header_right .social_media_header .tiktok:hover {
  color: rgb(0, 0, 0);
}

.header_right .social_media_header .instagram:hover {
  color: rgb(236, 105, 127);
}

.header_right .social_media_header .facebook:hover {
  color: rgb(59, 89, 152);
}

.header_right .social_media_header .twitter:hover {
  color: rgb(0, 172, 237);
}

.header_right .social_media_header .youtube:hover {
  color: rgb(196, 48, 43);
}

/************** head sidebar***************/
.head {
  display: flex;
  align-items: center;
}

#checkbtn-links {
  display: none;
}

.logos {
  width: 15%;
  height: 76px;
  z-index: 1;
}

.logo img {
  max-width: 280px;
  max-height: 75px;
  margin-top: 5px;
}

#logo {
  color: rgb(164, 0, 79);
  text-transform: capitalize;
  /* font-size: 25px; */
}

#checkbtn2 {
  display: block;
  left: -100%;
  transition: all 0.8s ease-in-out;
}

#checkbtn3 {
  display: block;
  right: -100%;
  transition: all 0.8s ease-in-out;
}

.hamburger {
  display: block;
  padding-left: 0;
  cursor: pointer;
}

.sidebar {
  height: 100%;
}

.empty {
  position: fixed;
  right: 0;
  top: -50px;
  width: 100%;
  height: 130vh;
  background: gray;
  opacity: 0.5;
  z-index: 10;
  display: none;
  transition: width 0.8s ease-in-out;
}
.empty7 {
  position: absolute;
  right: 0;
  top: -35px;
  width: 100%;
  height: 130vh;
  background: gray;
  opacity: 0.5;
  z-index: 10;
  display: none;
  transition: width 0.8s ease-in-out;
}

.sidebar ul {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  width: 290px;
  background-color: white;
  padding: 0 25px 0 25px;
  transition: all 0.6s ease-in-out;
  z-index: 11;
}

.search_side {
  position: relative;
  margin-bottom: 40px;
}

.search_side {
  width: 240px;
  height: 40px;
}

.search_side input {
  width: 240px;
  height: 40px;
  outline: none;
  font-size: 14px;
  border: 1px solid rgb(212, 210, 210);
  padding-left: 7px;
  padding-right: 30px;
}

.search_side button {
  position: absolute;
  bottom: 10px;
  right: 5%;
  font-size: 14px;
  color: rgb(136, 136, 136);
  font-weight: 400;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.sub_sidebar a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: rgb(85, 85, 85);
  line-height: 20px;
}

.user_sidebar {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  column-gap: 5px;
  justify-content: flex-end;
}

.user_sidebar .sign-in:hover {
  color: #222222;
}

.quitter {
  position: fixed;
  top: 10px;
  left: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  z-index: 100;
}

.sidebar ul ol {
  margin: 20px 0;
  width: 88%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social_sidebar {
  display: flex;
  column-gap: 25px;
  justify-content: center;
  margin-top: 40px;
}

.social_sidebar iconify-icon {
  color: rgb(85, 85, 85);
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}

.social_sidebar .tiktok:hover {
  color: rgb(0, 0, 0);
}

.social_sidebar .instagram:hover {
  color: rgb(236, 105, 127);
}

.social_sidebar .facebook:hover {
  color: rgb(59, 89, 152);
}

.social_sidebar .twitter:hover {
  color: rgb(0, 172, 237);
}

.social_sidebar .youtube:hover {
  color: rgb(196, 48, 43);
}

/*
.sidebar ul li a{
    color: black;
    display: flex;
    align-items: center;
}
.sidebar ul li a iconify-icon{
    font-size:15px;
    margin-right: 8px;
}
.search_side svg{
    position: absolute;
    right: 20%;
}*/
#checkbtn-links:checked ~ .sidebar ul {
  left: 0;
  transition: all 0.8s ease-in-out;
  position: fixed;
}

#checkbtn-links:checked ~ .sidebar .empty {
  display: block;
  transition: all 0.8s ease-in-out;
}

#checkbtn-links:checked ~ label .quitter {
  left: 300px;
  transition: all 0.8s ease-in-out;
  position: fixed;
}

.navbar {
  display: flex;
  justify-content: space-between;
}

.navbar ul {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
}

.navbar ul li {
  cursor: pointer;
  margin: 0 10px 0 10px;
}

.navbar ul li a {
  color: var(--color-Header);
  text-decoration: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0px 8px;
  padding: 7px 0px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: rgb(85, 85, 85);
  position: relative;
  white-space: nowrap;
}

.navbar ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--color-Header);
  position: absolute;
  left: 0;
  transition: width 0.3s;
}

.navbar ul li a:hover::after {
  width: 100%;
  transition: width 0.3s;
}

.link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
}

.link label iconify-icon {
  font-size: 20px;
}

.search iconify-icon {
  font-size: 22px;
  cursor: pointer;
}

.search svg {
  cursor: pointer;
}

#search_btn {
  display: none;
}

#checkbtn4 {
  z-index: 10;
}

.search_pannel {
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1;
  position: fixed;
  transition: all 0.8s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.search_pannel input {
  /* position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);*/
  border-bottom: 1px solid gray;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-top: 1px solid white;
  height: 40px;
  width: 50%;
  outline: none;
  font-size: 16px;
  color: rgb(24, 23, 23);
  padding: 0 12px;
}

.search_pannel label {
  /* position: absolute;
    top: 20%;
    left: 50%; */
  /* transform: translate(-50%, -50%); */
  text-align: center;
  font-size: 14px;
  color: black;
}

.search_pannel iconify-icon {
  /* position: absolute;
    top: 38%;
    right: 25%; */
  cursor: pointer;
  font-size: 26px;
}
html.sr body div.head div div.link div.search div.search_pannel form button {
  opacity: 1;
  background-color: transparent;
  border: none;
}

.close {
  position: absolute;
  top: -100%;
  right: 10%;
  cursor: pointer;
  transition: all 0.8s ease-in-out;
  opacity: 0;
}

.close:hover {
  transform: rotate(180deg);
  transition: all 0.4s ease-in-out;
}

#search_btn:checked ~ .search_pannel {
  top: 0;
  transition: all 0.8s ease-in-out;
}

#search_btn:checked ~ label .close {
  opacity: 1;
  top: 10%;
  transition: all 0.8s ease-in-out;
  position: fixed;
}

.logos {
  display: flex;
  width: 35%;
  justify-content: space-between;
  align-items: center;
}

.shopping {
  position: relative;
  border-left: 1px solid #222222;
}

.logos li {
  padding: 0 10px;
  border: none !important;
  direction: ltr;
}

.logos svg {
  font-size: 1.4rem;
  cursor: pointer;
  fill: var(--color-Header);
  font-weight: 400;
}

/* .logos:nth-child(1){
    border-right: 0.1px solid gray;
}
.shopping{
    border-left: 0.1px solid gray;
} */
.wish_number {
  display: flex;
  align-items: center;
}

.wish_number .number,
.wish_number .number-wishlist {
  height: 18px;
  width: 18px;
  font-size: 14px;
  color: rgb(34, 33, 33);
  background-color: rgb(212, 211, 211);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
.wish_number::before{
    content:'1';
    position: absolute;
    top: 0;
    right: 6px;
    width: 20px;
    height: 20px;
    background-color: #dbdbdb;
    border-radius: 50%;
    color: black;
    z-index: -1;
    text-align: center;
}*/
/******shop sidebar***/
#check-shopp {
  display: none;
}

.sidebar2 {
  height: 100%;
}

.sidebar2 ul {
  display: block;
  position: fixed;
  right: -100%;
  top: 0;
  height: 100%;
  width: 370px;
  background-color: white;
  padding: 0 12px 0 12px;
  transition: all 0.8s ease-in-out;
  z-index: 11;
}

.quitter2 {
  position: fixed;
  top: 10px;
  right: -150px;
  padding: 10px;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  z-index: 100;
  transition: all 0.6s ease-in-out;
}

.sidebar2 ul li,
.sidebar2 ul ol {
  margin: 50px 0 0 30px;
  width: 88%;
  height: 40px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  display: flex;
  align-items: center;
}

.sidebar2 ul li a {
  color: black;
  display: flex;
  align-items: center;
}

.sidebar2 ul li a iconify-icon {
  font-size: 15px;
  margin-right: 8px;
}

.empty2 {
  position: fixed;
  left: 0 !important;
  top: -52px;
  width: 100%;
  height: 130vh;
  background: gray;
  opacity: 0.5;
  z-index: 1;
  display: none;
  transition: width 0.8s ease-in-out;
}
.empty3 {
  position: fixed;
  left: 0 !important;
  top: -52px;
  width: 100%;
  height: 130vh;
  background: gray;
  opacity: 0.5;
  z-index: 1;
  display: none;
  transition: width 0.8s ease-in-out;
}

#check-shopp:checked ~ .sidebar2 ul {
  right: 0;
  transition: all 0.8s ease-in-out;
  position: fixed;
}

#check-shopp:checked ~ .empty3 {
  display: block;
}

#check-shopp:checked ~ label .quitter2 {
  right: 380px;
  transition: all 0.8s ease-in-out;
  position: fixed;
}

/* #check-shopp:checked~ div span{
    display: none;
} */
.user-info {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.user-info h2 {
  font-family: "Times New Roman", Times, serif;
  color: rgb(141, 3, 3);
  margin-left: 10px;
  font-size: 18px;
  font-weight: 300;
}

.scroll-product {
  height: 200px !important;
  overflow-y: auto;
}

.user-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  height: 100px;
}

.user-info h2 {
  font-weight: 400px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: black;
  margin-left: 10px;
  font-size: 18px;
}

.submenu a:hover {
  background-color: #f3f1f1;
}

.sub-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  margin-top: 10px;
  column-gap: 20px;
  text-decoration: none;
  border-bottom: 1px solid rgb(230, 230, 230);
  position: relative;
}
.sub-links .description {
  max-height: 200px;
  overflow: auto;
  scroll-behavior: smooth;
  margin: 0;
}
/* .delete {
    position: absolute;
    top: 45%;
    right: 10px;
  } */
.sub-links .description h2 a {
  font-weight: 400;
  font-size: 15px;
  color: black;
  text-transform: capitalize;
  text-decoration: none;
}

.sub-links .description h4 {
  margin-bottom: 10px;
}

.sub-links .description h4 a {
  font-weight: 350;
  font-size: 14px;
  color: rgb(167, 164, 164);
  text-transform: capitalize;
  text-decoration: none;
  background: transparent;
}

.sub-links .description span {
  font-weight: 300;
  font-size: 13px;
  color: rgb(88, 87, 87);
  text-transform: capitalize;
}

.sub-links img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

#check-shopp:checked ~ .shopp-list {
  display: block;
  transition: all 0.3s;
}

.user-info iconify-icon {
  padding: 8px;
  color: rgb(92, 101, 92);
  font-size: 1.5rem;
}

.description {
  display: block;
}

.description h3 {
  margin-top: -45px;
  padding: 0;
  font-size: 17px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: black;
}

.description span {
  font-size: 16px;
  font-weight: 500;
  color: rgb(175, 95, 95);
}

.shopping .sub-links iconify-icon {
  padding: 8px;
  color: rgb(92, 101, 92);
  font-size: 10px;
  margin-top: -60px;
  transition: 0.3s;
}

.prix_total_label {
  padding: 13px 12px;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #222222;
}

.prix_total_number {
  padding: 13px 12px;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #222222;
}

.prix_label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 10px;
  padding: 30px 11px 12px;
}

.prix_label span {
  font-size: 16px !important;
}

.prix_label h5 {
  font-size: 16px !important;
  color: rgb(136, 136, 136) !important;
}

.submenu_prix a:hover span {
  background-color: rgb(164, 0, 79) !important;
  color: white !important;
}

/* .prix_label h5{
    margin: 0px 0px 20.02px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(34, 34, 34);
    text-align: center;
} */
.btn {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
  padding: 0 20px;
  opacity: 1;
}

.prix_label a {
  display: flex;
  justify-content: center;
  margin: auto;
}

.prix_label a span {
  padding: 10.5px 30.8px;
  font-size: 12px !important;
  text-transform: uppercase;
  background-color: #bebebe;
  color: rgb(34, 34, 34);
}

.prix_label a span:hover {
  color: white;
  background-color: rgb(164, 0, 79);
}

.btn a {
  text-align: center;
  font-size: 14px;
  padding: 15px 0 15px 0;
  cursor: pointer;
  background-color: rgb(242, 242, 242);
  color: #222222;
  transition: 0.4s;
  outline: none;
  border: 0.1px solid rgb(255, 255, 255);
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
}

/******** user sidebar******/
#check-user {
  display: none;
}

#checkbtn5 {
  display: block;
  right: -100%;
  transition: all 0.8s ease-in-out;
}

.sidebar3 {
  height: 100%;
  position: relative;
}

.login_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sidebar3 ul {
  display: block;
  position: fixed;
  right: -100%;
  top: 0%;
  height: 100%;
  width: 330px;
  background-color: white;
  padding: 0 12px 0 12px;
  transition: all 0.8s ease-in-out;
  z-index: 11;
}

.quitter3 {
  position: fixed;
  top: 10px;
  right: -150px;
  padding: 10px;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  z-index: 100;
  transition: all 0.6s ease-in-out;
}

#check-user:checked ~ .sidebar3 ul {
  right: 0;
  transition: all 0.8s ease-in-out;
  position: fixed;
}

#check-user:checked ~ label .quitter3 {
  right: 340px;
  transition: all 0.8s ease-in-out;
  position: fixed;
}

#check-user:checked ~ .empty2 {
  display: block;
}

.sidebar3 ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  background: white;
}

/* .sidebar3 ul button {
    width: 70%;
} */

.sidebar3 ul .signin a,
.sidebar3 ul .signup a {
  color: #444;
  padding: 15px;
  width: 100%;
}
.wish_icon {
  display: flex;
}

.sidebar3 ul .signin,
.sidebar3 ul .signup {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  width: 80%;
  background-color: white;
  border: 1px solid rgba(93, 93, 93, 0.3);
  transition: all 0.2s ease;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #606060;
  text-shadow: 0 1px #fff;
  /* padding: 15px; */
  margin-top: 10px;
  text-transform: uppercase;
}

.sidebar3 ul .signin iconify-icon {
  margin-right: 0 10px;
}

.sidebar3 ul .signin:hover,
.sidebar3 ul .signup:hover {
  box-shadow: 0 4px 3px 1px #fcfcfc, 0 6px 8px #d6d7d9, 0 -4px 4px #cecfd1,
    0 -6px 4px #fefefe, inset 0 0 3px 3px #cecfd1;
}
/*
.sidebar3 ul .signin:active,
.sidebar3 ul .signup:active {
    box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 5px 3px #999, inset 0 0 30px #aaa;

}

.sidebar3 ul .signin:focus,
.sidebar3 ul .signup:focus{
    box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 5px 3px #999, inset 0 0 30px #aaa;
} */

.sidebar3 ul .signup a {
  color: #444;
}

.sidebar3 ul .signup iconify-icon {
  margin-right: 10px;
}

/**********slick next prev settings *****/

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 40px !important;
  line-height: 0 !important;
  color: #222222 !important;
  opacity: 0.75;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-osx-font-smoothing: grayscale;
}

.slick-prev:before {
  content: "‹" !important;
}

[dir="rtl"] .slick-prev:before {
  content: "›" !important;
  padding: 10px !important;
}

[dir="rtl"] .slick-next {
  top: 70px !important;
  padding: 10px !important;
}

.slick-next:before {
  content: "›" !important;
}

[dir="rtl"] .slick-next:before {
  content: "‹" !important;
}

/**********sub navbar **********/
.sub_nav {
  /* padding:15px 9%; */
  background-color: #fafafa;
  font-size: 14px;
  color: black;
  display: block;
}

.sub_nav .right_sub span {
  color: rgb(167, 164, 164);
}

.sub_nav .right_sub a {
  color: black;
  transition: all 0.2s ease-in-out;
}

.sub_nav .right_sub a:hover {
  color: rgb(189, 184, 184);
  transition: all 0.2s ease-in-out;
}

/*right side sub_nav**/
.sub_nav .left_sub ul {
  display: flex;
  column-gap: 10px;
}

.sub_nav .left_sub a {
  color: black;
  transition: all 0.2s ease-in-out;
}

.sub_nav .left_sub a:hover {
  color: rgb(90, 88, 88);
  transition: all 0.2s ease-in-out;
}

.left_sub > li {
  display: inline-block;
}

/* .sub_nav .left_sub > li + li:before {
    padding: 0 5px;
    color: rgb(165, 165, 165);
    content: ">" !important;
} */
.sub_nav .left_sub > li::after {
  padding: 0 5px;
  color: rgb(165, 165, 165);
  content: ">" !important;
}

.sub_nav .left_sub > li:last-child::after {
  content: "" !important;
}

.sub_nav .left_sub span {
  color: rgb(167, 164, 164);
}

/*********all products************/
.all_products_container {
  display: flex;
  padding: 2rem 4% !important;
  max-width: 1440px;
  margin: auto;
}

.filtrage {
  width: 30%;
  padding: 5px 40px;
}

.sof {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 30px;
  row-gap: 30px;
}

.filter_check {
  display: none;
}

.quitter4 {
  display: none;
}

#checkbtn6 {
  display: none;
}

.wishli_icons {
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 10px;
  right: 20px;
  padding: 10px;
}

.wishli_icons i {
  font-size: 20px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 33px;
  float: left;
  color: rgb(164, 0, 79);
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.wishli_icons i:hover {
  font-size: 30px;
  color: rgb(164, 0, 79);
}

.pagination {
  display: flex;
  margin-bottom: 50px;
}

.top_border_pagination {
  width: 100%;
  margin: 30px;
}

.pagination a {
  color: rgb(167, 164, 164);
  padding: 8px 16px;
  text-decoration: none;
  column-gap: 12px;
  margin-inline: 10px;
  border: 1px solid gray;
}

.poinPag {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 36px;
  color: rgb(164, 0, 79);
  font-size: 20px;
  font-weight: 700;
}

.pagination a:hover,
.pagination a:focus {
  background-color: rgb(164, 0, 79);
  color: white;
}

/******categorie filtrage*****/
.categorie {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgb(216, 215, 215);
  padding: 15px 0;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  font-weight: 700;
  /* padding: 10px 15px; */
  margin: 0 0 15px;
  /* background: #e9e9e940;
    border-left: 5px solid;
    border-color: #e81e28; */
}

.categorie h4 {
  font-size: 16px !important;
  color: rgb(34, 34, 34);
  font-weight: 400 !important;
  text-transform: uppercase !important;
}

.categorie span {
  font-size: 14px;
  font-weight: 400;
  color: rgb(34, 34, 34);
  cursor: pointer;
  align-self: center;
  height: 25px;
  width: 25px;
  border: 1px solid rgb(184, 182, 182);
}

.categorie:hover span {
  border: 1px solid rgb(34, 34, 34);
}

.sub li {
  display: flex;
  padding-top: 7px !important;
  color: rgb(134, 134, 134);
  text-transform: capitalize !important;
  margin: 10px 0 !important;
}

.sub li input {
  margin-right: 7px;
}

.sub li a {
  font-size: 16px !important;
  display: flex;
  flex-direction: column;
  line-height: 20px !important;
  color: rgb(134, 134, 134);
  cursor: pointer;
  font-family: "lato" sans-serif;
  padding-inline: 5px;
}

.sub li span {
  padding: 0px 0px 0px 3px;
}

.sub a:hover {
  color: #222222;
}

.sub {
  /* padding-top: 10px; */
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  overflow-y: auto;
  margin-bottom: 30px;
  max-height: 200px;
}

.moin {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plus {
  display: none;
}

#categorie_check {
  display: none;
}

#categorie_check:checked ~ .sub {
  overflow: hidden;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}

#categorie_check:checked ~ label .plus {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

#categorie_check:checked ~ label .moin {
  display: none;
}

/*****collection filtrage*****/
.collection {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgb(216, 215, 215);
  padding: 15px 0;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  font-weight: 700;
  /* padding: 10px 15px; */
  margin: 0 0 15px;
  /* background: #e9e9e940;
    border-left: 5px solid;
    border-color: #e81e28 */
}

.collection h4 {
  font-size: 16px;
  color: rgb(34, 34, 34);
  font-weight: 400;
  text-transform: uppercase;
}

.collection span {
  font-size: 14px;
  font-weight: 400;
  color: rgb(34, 34, 34);
  cursor: pointer;
  align-self: center;
  height: 25px;
  width: 25px;
  border: 1px solid rgb(184, 182, 182);
}

.collection:hover span {
  border: 1px solid rgb(34, 34, 34);
}

.sub_collection li {
  display: flex;
  padding-top: 7px;
  color: rgb(134, 134, 134);
  text-transform: capitalize;
  margin: 10px 0;
}

.sub_collection li input {
  margin-right: 7px;
}

.sub_collection li a {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  line-height: 20px;
  color: rgb(134, 134, 134);
  cursor: pointer;
  font-family: "lato" sans-serif;
  padding-inline: 5px;
}

.sub_collection li span {
  padding: 0px 0px 0px 3px;
}

.sub_collection a:hover {
  color: #222222;
}

.sub_collection {
  /* padding-top: 10px; */
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  overflow-y: auto;
  margin-bottom: 30px;
  max-height: 190px;
}

.moin_collection {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plus_collection {
  display: none;
  transition: 0.4s ease-in-out !important;
}

#collection_check {
  display: none;
}

#collection_check:checked ~ .sub_collection {
  overflow: hidden;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}

#collection_check:checked ~ label .plus_collection {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

#collection_check:checked ~ label .moin_collection {
  display: none;
}

/****price filter***/
.price_filter {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgb(216, 215, 215);
  padding: 15px 0;
  cursor: pointer;
  -webkit-user-select: none;
}

.price_filter h4 {
  font-size: 16px;
  color: rgb(34, 34, 34);
  font-weight: 400;
  text-transform: uppercase;
}

.price_filter span {
  font-size: 14px;
  font-weight: 400;
  color: rgb(34, 34, 34);
  cursor: pointer;
  align-self: center;
  height: 25px;
  width: 25px;
  border: 1px solid rgb(184, 182, 182);
}

.price_filter:hover span {
  border: 1px solid rgb(34, 34, 34);
}

.price_range li {
  display: flex;
  padding-top: 7px;
  color: rgb(134, 134, 134);
  text-transform: capitalize;
  margin: 10px 0;
}

.price_range li a {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  line-height: 20px;
  color: rgb(134, 134, 134);
  cursor: pointer;
  font-family: "lato" sans-serif;
}

.price_range li span {
  padding: 0px 0px 0px 3px;
}

.price_range a:hover {
  color: #222222;
}

.price_range {
  padding-top: 10px;
  width: 100%;
  height: 140px;
  transition: 0.4s ease-in-out;
  opacity: 1;
}

.moin_price {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plus_price {
  display: none;
}

#price_check {
  display: none;
}

#price_check:checked ~ .price_range {
  overflow: hidden;
  transition: 0.4s ease-in-out;
  height: 0px;
  opacity: 0;
}

#price_check:checked ~ label .plus_price {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

#price_check:checked ~ label .moin_price {
  display: none;
}

input[type="radio"] {
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
}

input[type="radio"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em !important;
  height: 1.15em !important;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  cursor: pointer;
}

input[type="radio"]:checked {
  border: 5px solid rgba(164, 0, 79, 0.6);
}

.range_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px 0;
}

.sliders_control {
  position: relative;
  min-height: 15px;
}

.form_control {
  position: relative;
  display: flex;
  color: #635a5a;
  /* justify-content: space-between; */
  flex-direction: column;
  row-gap: 10px;
}
.filter_button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter_button button {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  width: 80%;
  background-color: white;
  border: 1px solid rgba(93, 93, 93, 0.3);
  transition: all 0.2s ease;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #606060;
  text-shadow: 0 1px #fff;
  margin-top: 10px;
  text-transform: uppercase;
}
.filter_button button .lg-btn {
  width: 100%;
  height: 100%;
  padding: 15px !important;
  display: flex;
  justify-content: center;
}
.form_control span {
  font-size: 12px;
  font-weight: 400;
  color: rgb(34, 34, 34);
}

.form_control .price_nametag {
  font-size: 14px;
  font-weight: 400;
  color: rgb(85, 85, 85);
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.form_control_container__time__input {
  color: rgb(34, 34, 34);
  border: white;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.form_control_left {
  display: flex;
}
.form_control_container {
  flex: 1 1 auto;
}

input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  pointer-events: all;
  width: 10px;
  height: 10px;
  background-color: rgb(164, 0, 79);
  border-radius: 50%;
  cursor: pointer;
  border: white;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: all;
  width: 10px;
  height: 10px;
  background-color: rgb(164, 0, 79);
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.form_control_container input[type="number"] {
  color: rgb(34, 34, 34);
  width: 60px;
  height: 30px;
  font-size: 15px;
  border: none;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

.form_control_container input[type="number"]::-moz-inner-spin-button,
.form_control_container input[type="number"]::-moz-outer-spin-button {
  opacity: 1;
}
.form_control_container input[type="number"]::-webkit-inner-spin-button,
.form_control_container input[type="number"]::-webkit-outer-spin-button {
  opacity: 0;
}

input[type="range"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #c6c6c6;
  pointer-events: none;
}
.form_control_container input[type="range"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

#fromSlider {
  height: 0;
  z-index: 1;
}

.form_control div a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: rgb(34, 34, 34);
}

.form_control a:hover {
  color: rgb(164, 0, 79);
}

.all_products {
  width: 70%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 10px;
  justify-content: center;
}

.small_images_all {
  width: 16rem;
  height: 29rem;
  cursor: pointer;
  position: relative;
  text-transform: capitalize;
}
.small_images_all .out_of_stock {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 70% !important;
  height: 0 !important;
  transform: translate(-50%, -50%);
  font-size: 13px;
}

.small_images_all .slick-dots {
  display: none !important;
}

.small_images_all img:hover {
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

.small_images_all .product_carousel .slick-prev {
  position: absolute;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.6s ease;
}

.small_images_all .product_carousel .slick-next {
  position: absolute;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.6s ease;
}

.small_images_all:hover .product_carousel .slick-next {
  right: 7px;
  transition: all 0.6s ease;
  opacity: 1;
}

.small_images_all:hover .product_carousel .slick-prev {
  left: 7px;
  transition: all 0.6s ease;
  opacity: 1;
}

.small_images_all .product_carousel {
  height: 70%;
  margin-bottom: 10px !important;
}

.small_images_all .product_carousel img {
  width: 100%;
  height: 21rem !important;
  /* height: 100%; */
  object-fit: cover;
}

.small_images_all .content_2 {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px !important;
  text-align: center;
}

.small_images_all .content_2 h2 {
  font-weight: 300;
  font-size: 16px;
  text-transform: capitalize;
}

.small_images_all .content_2 h4 {
  font-weight: 300;
  font-size: 14px;
  color: rgb(167, 164, 164);
  /* margin-top: 10px;
    margin-bottom: 10px; */
  text-transform: capitalize;
}

.small_images_all .content_2 span {
  font-weight: 300;
  font-size: 14px;
  color: rgb(167, 164, 164);
  text-transform: capitalize;
}

.all_products .small_images_all .add {
  background-color: #222222;
  color: white;
  font-size: 14px;
  position: absolute;
  bottom: 28%;
  opacity: 0;
  width: 70%;
  right: 15%;
  text-align: center;
}

.all_products .small_images_all:hover .add {
  opacity: 1;
  bottom: 30%;
  transition: 0.3s ease-in-out;
}

.all_products .small_images_all .fav {
  position: absolute;
  top: 10px;
  right: 20px;
  padding: 10px;
  cursor: pointer;
  opacity: 0;
  color: rgb(92, 101, 92);
  transition: 0.3s ease-in-out;
}

.all_products .small_images_all:hover .fav {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.buttonn {
  position: relative;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  /* border-radius: 50px; */
  background-color: #222222;
  color: white;
  /* border: solid 4px hsl(50deg 100% 50%); */
  border: none;
  font-family: inherit;
  width: 100%;
  /* padding: 5px auto; */
  height: 35px;
}

.default-btn,
.hover-btn {
  /* background-color: hsl(255deg 50% 40%); */
  display: -moz-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  /* padding: 15px 20px; */
  /* border-radius: 50px; */
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.hover-btn {
  position: absolute;
  inset: 0;
  background-color: #222222;
  transform: translate(0%, 100%);
}

.default-btn span {
  color: hsl(0, 0%, 100%);
}

.hover-btn span {
  color: white;
}

.buttonn:hover .default-btn {
  transform: translate(0%, -100%);
}

.buttonn:hover .hover-btn {
  transform: translate(0%, 0%);
}

.btnn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 24px;
  width: 24px;
  border: none;
  background-color: transparent;
  position: relative;
}

.btnn:after {
  content: "Jaime";
  width: fit-content;
  height: fit-content;
  position: absolute;
  font-size: 15px;
  color: rgb(164, 0, 79);
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s linear;
  top: 115%;
}

.icon {
  font-size: 24px;
  transition: 0.2s linear;
  /* cursor: pointer; */
}

.icon path {
  fill: black;
  transition: 0.2s linear;
}

.btnn:hover > .icon {
  transform: scale(1.2);
}

.btnn:hover > .icon path {
  fill: rgb(164, 0, 79);
  stroke-width: 0;
}

.btnn:hover::after {
  visibility: visible;
  opacity: 1;
  top: 105%;
}

/* .back-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    color: white;
    background-color: black;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px #e7e7e7;
    box-shadow: inset 0 0 0 1px #e7e7e7;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    z-index: 999;
  } */
#progress {
  /* background-color:rgb(241, 87, 112); */
  position: fixed;
  bottom: 20px;
  right: 10px;
  height: 46px;
  width: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  box-shadow: -0px 0px 20px rgba(255, 255, 255, 0.7),
    0px 0px 20px rgba(255, 255, 255, 0.5),
    0px 0px 5px rgba(255, 255, 255, 0.075), 6px 6px 30px rgba(0, 0, 0, 0.15);
}

#progress-value {
  display: block;
  height: 42px;
  width: 42px;
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 20px;
  z-index: 9;
}

/*********section carousel*************/
.home2 {
  display: flex;
  align-items: center;
  width: auto;
  overflow-x: hidden;
}

.home2 img {
  width: 100%;
  height: 90vh;
  box-sizing: border-box;
  object-fit: cover;
}

/** Text Animation **/

@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0 !important;
    -moz-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1 !important;
    -moz-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0 !important;
    -moz-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
}

.fadeInUpSD {
  -moz-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.home2 .slick-active .paragraph,
.home2 .slick-current .paragraph {
  animation-name: fadeInUpSD;
  animation-duration: 1s;
  opacity: 1 !important;
  animation-delay: 0.2s;
  animation-fill-mode: both;
}

/* Text Animation End **/

.slick-dots {
  position: absolute;
  bottom: 5% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  font-size: 22px !important;
  width: 90px;
  height: 34px;
  overflow: hidden;
}

.slick-dots li.slick-active button::before {
  font-size: 12px;
  background-color: white !important;
  color: white !important;
}

.slick-dots li button::before {
  font-size: 7px;
  border: 1px solid rgb(223, 223, 223) !important;
  border-radius: 50% !important;
}

.home2 .slick-prev {
  left: 0 !important;
  border-radius: 50%;
  z-index: 1;
  background-color: rgba(179, 175, 175, 0.5) !important;
  height: 50px;
  width: 50px;
  text-align: center;
  color: red;
}

.home2 .slick-next {
  right: 0 !important;
  border-radius: 50%;
  z-index: 1;
  background-color: rgba(179, 175, 175, 0.5) !important;
  height: 50px;
  width: 50px;
  text-align: center;
}

/****paragraphe 1****/
.paragraph {
  box-sizing: border-box;
  top: 40%;
  left: 10%;
  width: 80% !important;
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  -moz-user-select: none;
}

.images1 {
  position: relative;
}

.home2 .paragraph h3 {
  font-size: clamp(var(--title-CollectionSize), 4vw, 40px);
  /* font-size: var(--title-CollectionSize); */
  color: var(--title-CollectionColor);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}

.home2 .paragraph p {
  /* font-size: clamp(var(--text-CollectionSize), 4vw, 25px); */
  font-size: var(--text-CollectionSize);
  color: var(--text-CollectionColor);
  margin-bottom: 20px;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 800px;
}

.button {
  border: none;
  color: var(--button-CollectionColor);
  padding: 12px 35px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 14px 2px;
  cursor: pointer;
  background-color: var(--button-CollectionBackground);
  align-self: center;
}

/* .button:hover{background-color: var(--pinkfooter-hover);} */
/*********banner**********/
.banner_component_section {
  padding: 2rem 4%;
}

.banner_container {
  box-shadow: 0px 0px 17px 6px rgba(131, 128, 128, 0.3);
  width: 100%;
}

.banner_container tr {
  display: flex;
  align-items: center;
}

.banner_container .banner_component {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  width: fit-content;
  border: none;
}

.banner_component h2 {
  font-weight: 500;
  font-size: 20px;
  color: var(--title-PromotionColor);
}

.paragraphe_banner {
  width: 100%;
  line-height: 45px;
  vertical-align: baseline;
  text-align: start;
  -moz-user-select: none;
  align-self: flex-start;
}

.banner_component .paragraphe_banner p {
  color: var(--subtitle-PromotionColor);
  font-size: 16px;
  font-weight: 400;
  line-height: 22.85px;
  width: fit-content;
  align-self: flex-start;
}

/***********collection container******/
.collection_section {
  padding: 1rem 9%;
}

.collection_section .products-container {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.categorie-title {
  /* font-size: var(--title-subCategorieSize); */
  font-size: clamp(30px, 4vw, var(--title-subCategorieSize));
  font-weight: 300;
  text-transform: uppercase;
}

/* collection without border*/
.collection_section .products-container .product-1 {
  height: 15rem;
  width: 20rem;
  overflow: hidden;
  border: 1px solid rgba(192, 188, 188, 0.5);
}

.collection_section .products-container .product-1 div > img {
  height: 15rem;
  width: 20rem;
  overflow: hidden;
  display: block;
  object-fit: cover;
}

.collection_section .products-container div .picture1 {
  transform: scale(1);
  transition: 0.8s ease-in-out;
}

.product-1 .image-box:hover .picture1 {
  transform: scale(1.2);
  transition: 0.8s ease-in-out;
}

.collection_section .products-container div .picture3 {
  transform: scale(1.2);
  transition: 0.8s ease-in-out;
}

.product-1 .image-box:hover .picture3 {
  transform: scale(1);
  transition: 0.8s ease-in-out;
}

.size {
  height: 15rem;
  width: 22rem;
}

.size .picture2 {
  width: 16rem !important;
  transition: 0.8s ease-in-out;
}

.product-1 .size:hover .picture2 {
  width: 91% !important;
  overflow: hidden !important;
  transition: 0.8s ease-in-out;
}

.product-1 .image-box {
  position: relative;
  cursor: pointer;
}

.image-box .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: fit-content;
  width: 70%;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: var(--title-subCategorieSize);
  text-transform: uppercase;
  /* background-color: rgba(143, 140, 140,.5); */
  /* background-color: var(--title-subCategorieBackground); */
  color: var(--title-CategorieColor);
  z-index: 1;
}
.image-box .contact span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content button {
  width: 120px;
  height: 30px;
  border: none;
  background-color: var(--button-CategorieBackground);
  color: var(--button-CategorieColor);
  margin-top: 10px;
  cursor: pointer;
  pointer-events: visible;
}

/*********product_presentation********/
.product_presentation {
  padding: 2rem 9%;
}

.images {
  width: 100%;
}

.product_carousel_home {
  display: flex;
  justify-content: center;
  max-width: 1440px;
  margin: auto;
}

.product_carousel_home .related_small_images {
  column-gap: 30px;
  padding: 0 15px;
  width: 15rem;
  height: 18rem;
  cursor: pointer;
  position: relative;
  text-transform: capitalize;
}
.related_small_images .out_of_stock {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 70% !important;
  height: 0 !important;
  transform: translate(-50%, -50%);
  font-size: 13px;
}

/* .product_carousel_home .related_small_images img{
        height: 70%;
        width: 100%;
} */

.related_small_images .content_2 {
  height: 30%;
}

.title_section_home_product {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.title_section_home_product h1 {
  font-weight: 300;
  /* font-size: var(--title-PopularSize); */
  font-size: clamp(25px, 4vw, var(--title-PopularSize));
  color: var(--title-PopularColor);
  text-transform: uppercase;
}

.title_section_home_product h5 {
  font-weight: 300;
}

.related_small_images .content_2 {
  text-align: center;
  margin-top: 30px;
}

.related_small_images .content_2 h2 {
  font-weight: 300;
  font-size: 16px;
  text-transform: capitalize;
}

.related_small_images .content_2 h4 {
  font-weight: 300;
  font-size: 14px;
  color: rgb(167, 164, 164);
  margin-top: 10px;
  text-transform: capitalize;
}

.related_small_images .content_2 .price {
  font-weight: 300;
  font-size: 14px;
  color: rgb(167, 164, 164);
  text-transform: capitalize;
  margin-top: 5px;
  text-decoration: none !important;
}

.product_presentation .slick-dots {
  display: none !important;
}

.product_carousel_home .related_small_images .add_product_home {
  background-color: #222222;
  color: white;
  font-size: 14px;
  position: absolute;
  bottom: 28%;
  opacity: 0;
  transition: 0.3s ease-in-out;
  width: 70%;
  right: 15%;
  text-align: center;
  padding: 10px 0;
}

.product_carousel_home .related_small_images:hover .add_product_home {
  opacity: 1;
  bottom: 34%;
  transition: 0.3s ease-in-out;
}

.product_carousel_home .related_small_images .fav {
  position: absolute;
  top: 10px;
  right: 20px;
  padding: 10px;
  cursor: pointer;
  opacity: 0;
  color: rgb(92, 101, 92);
  transition: 0.3s ease-in-out;
}

.product_carousel_home .related_small_images:hover .fav {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

/**********banner***********/

.banner2 {
  margin-top: 100px;
  position: relative;
}

.background_banner {
  margin: 0;
  width: 100%;
  height: 100vh;
  position: relative;
}

.background_bannerimg {
  width: 100%;
  height: 100%;
  /* outline: 900px solid rgba(0, 0, 0, 0.5) !important;
    outline-offset: -900px; */
  overflow: hidden;
  object-fit: cover;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  position: relative;
}
.layer {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.background_banner .paragraph_banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
  z-index: 1;
}

.banner2 .paragraph_banner p {
  width: fit-content;
  height: auto;
  z-index: 1;
  color: var(--text-BannerColor);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: var(--text-BannerSize);
  margin-bottom: 30px;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}

.banner2 .paragraph_banner .button {
  color: var(--button-BannerColor);
  background-color: var(--button-BannerBackground);
}

.banner2 .paragraph_banner .button:hover {
  background-color: var(--pinkfooter-hover);
}

/****** Product details ******/
.product_detail_presentation {
  padding: 2rem 9%;
}

.flex_box {
  display: flex;
  margin-top: 20px;
  width: 100%;
  max-width: 1440px;
  margin: auto;
}

.left {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  padding: 20px;
}

.big_image {
  width: 34rem;
  height: 600px;
  object-fit: cover;
}

.big_image div img {
  width: 100% !important;
  height: 600px !important;
  border: 1px solid rgb(206, 206, 206);
}

.big_image .slick-track {
  height: 100% !important;
}

html
  body
  div.flex_box
  div.left
  div.images.slider-nav.slick-initialized.slick-slider
  div.slick-list
  div.slick-track {
  margin: 0;
}

/* .draggable{
    height: 100%;
} */
img.slick-current {
  width: 34rem;
  height: 600px;
}

img.slick-current img {
  height: 600px;
}

.images {
  width: 350px !important;
  margin: 40px 0;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  align-items: center;
}

/* .small_images_detail {
    width: 7rem;
    height: 120px !important;
} */

/*.images{
    display: flex;
    justify-content: center !important;
    width: 440px !important;
    margin: 40px 0;
}
 .slider-nav{
    display: flex !important;
    height: 100%;
} */
.small_images_detail {
  height: 110px !important;
  margin: 0 10px;
  width: 30%;
  padding: 0 5px;
  min-width: 40%;
}

.small_images_detail img {
  cursor: -moz-grab;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-fit: cover !important;
  transition: all 0.3s ease;
}

/* html body div.flex_box div.left div.images.slider-nav.slick-initialized.slick-slider div.slick-list.draggable
{
    display: flex;
    justify-content: center;
} */
/* html body div.flex_box div.left div.images.slider-nav.slick-initialized.slick-slider
{
    display: flex;
    justify-content: center;
} */
.images .small_images_detail .slick-dots {
  display: none !important;
}

.pname {
  font-size: 24px;
  margin: 40px 0;
  font-weight: 400;
  color: rgb(34, 34, 34);
  line-height: 28px;
}

.right {
  width: 40%;
  padding-left: 20px;
  padding-right: 20px;
}

.price {
  font-size: 20px;
  color: rgb(136, 136, 136);
  font-weight: 400;
  line-height: 23px;
}

.description {
  margin: 20px 0;
  overflow-y: auto;
  scroll-behavior: smooth;
  width: 90%;
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 5; */
  /* -webkit-box-orient: vertical; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  max-height: 300px;
}

.description p {
  margin: 20px 0;
  font-size: 16px;
  color: rgb(85, 85, 85);
  font-weight: 400;
  line-height: 25px;
  width: fit-content;
  display: contents;
}

.description p::first-letter {
  text-transform: capitalize !important;
}

.description > p:nth-child(1) > strong:nth-child(1) {
  font-weight: normal;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 1px solid #eee;
}

.size1 {
  width: 70%;
}

.option_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.option_div select {
  margin-left: 20px;
}

.options {
  width: 200px;
  height: 40px;
  cursor: pointer;
  border: 0.1px solid white;
  padding-inline: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.buy {
  display: flex;
  margin-top: 16px;
  flex-direction: column;
}

.add_cart {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.add_cart_button {
  height: 40px;
  width: 190px;
  display: flex;
  align-items: center;
}
.return_button_div {
  height: 40px;
  width: 190px;
  display: flex;
  align-items: center;
}
.btn_ajt_cart {
  height: inherit;
  width: inherit;
  border: white;
  font-size: 16px;
  background-color: #222222;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.btn_ajt_cart svg {
  fill: white;
}
.return {
  display: none;
}
.return_button {
  height: inherit;
  width: 100%;
  border: 2px solid #222;
  font-size: 12px;
  background-color: #ebebeb;
  color: #222222;
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding-left: 10px;
}

.or_element div hr {
  width: 200px;
  background-color: #222222;
}

.or_element div {
  display: flex;
  align-items: center;
}

.or_element div span {
  margin: 0 5px;
  color: rgb(34, 34, 34);
  font-size: 12px;
}

.quantity form {
  outline: none;
  font-size: 20px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.share {
  margin-top: 10px;
  line-height: 35px;
  text-transform: capitalize;
  margin-bottom: 60px;
}

.add_to_wishlist {
  font-size: 16px;
  color: rgb(85, 85, 85, 0.5);
  font-weight: 400;
  display: flex;
  align-items: center;
  column-gap: 10px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.add_to_wishlist svg {
  fill: rgb(85, 85, 85, 0.5);
}

.category_span {
  font-size: 16px;
}

.span_man {
  color: rgb(85, 85, 85, 0.5);
  padding-left: 10px;
}

.social_media_bigclass {
  font-size: 16px;
  display: flex;
  margin-top: 20px;
}

.social_media_bigclass span {
  display: flex;
  align-items: center;
}

.social_media_share {
  color: rgb(85, 85, 85);
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  column-gap: 10px;
}

.social_media_share iconify-icon {
  margin-left: 10px;
  color: rgb(85, 85, 85);
}

.social_media_share .tiktok:hover {
  color: rgb(0, 0, 0);
}

.social_media_share .instagram:hover {
  color: rgb(236, 105, 127);
}

.social_media_share .facebook:hover {
  color: rgb(59, 89, 152);
}

.social_media_share .twitter:hover {
  color: rgb(0, 172, 237);
}

.social_media_share .youtube:hover {
  color: rgb(196, 48, 43);
}

.btn_ajt_cart:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@keyframes lds-default {
  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }
}

.preloader.full::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
}

.preloader.default::before,
.preloader.full::before,
.preloader.ldbtn::before,
.preloader.bare::before {
  content: " ";
  display: block;
  border: 4px solid #d1d5db;
  border-top-color: #3b82f6;
  border-radius: 50%;
  animation: lds-dual-ring 800ms linear infinite;
}

.preloader.full {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.preloader.running {
  visibility: visible;
  opacity: 1;
}

.preloader {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* LOADER */
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  /* White background */
  z-index: 9999;
  /* Ensure loader is on top of other content */

  opacity: 1;
  /* Set opacity to 1 so that it's visible initially */
  transition: opacity 0.5s;
  /* Add a smooth transition for opacity */
}
.loader {
  display: block;
  --height-of-loader: 4px;
  --loader-color: #0071e2;
  width: 130px;
  height: var(--height-of-loader);
  border-radius: 30px;
  background-color: #fff;
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 50%;
  margin: auto;
}

.loader::before {
  content: "";
  position: absolute;
  background: var(--loader-color);
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-radius: 30px;
  animation: moving 1s ease-in-out infinite;
}

@keyframes moving {
  50% {
    width: 100%;
  }

  100% {
    width: 0;
    right: 0;
    left: unset;
  }
}
/* From uiverse.io by @alshahwan */
.social_media_bigclass .social_media_share #share-fb {
  background-color: #fff;
  border: 1px solid rgb(59, 89, 152);
  padding: 0.5em 3em;
  position: relative;
  width: 7.2em;
  height: 2.4em;
  transition: 0.5s;
  font-size: 17px;
  border-radius: 0.4em;
}
.social_media_bigclass .social_media_share #share-twitter {
  background-color: #fff;
  border: 1px solid rgb(0, 172, 237);
  padding: 0.5em 3em;
  position: relative;
  width: 7.2em;
  height: 2.4em;
  transition: 0.5s;
  font-size: 17px;
  border-radius: 0.4em;
}

.social_media_bigclass .social_media_share #share-fb p {
  position: absolute;
  top: 0.1em;
  left: 1.2em;
  margin: 0;
  padding: 0;
  transition: 0.5s;
  color: rgb(59, 89, 152);
}
.social_media_bigclass .social_media_share #share-twitter p {
  position: absolute;
  top: 0.1em;
  left: 1.2em;
  margin: 0;
  padding: 0;
  transition: 0.5s;
  color: rgb(0, 172, 237);
}

.social_media_bigclass .social_media_share #share-fb .facebook,
.social_media_bigclass .social_media_share #share-twitter .twitter {
  position: absolute;
  top: 0.7em;
  right: 0.5em;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  height: 1em;
  color: #fff !important;
}

.social_media_bigclass .social_media_share #share-fb:hover p,
.social_media_bigclass .social_media_share #share-twitter:hover p {
  left: 0.6em;
  color: #fff;
}

.social_media_bigclass .social_media_share #share-fb:hover .facebook,
.social_media_bigclass .social_media_share #share-twitter:hover .twitter {
  opacity: 1;
}

.social_media_bigclass .social_media_share #share-fb:hover {
  background-color: rgb(59, 89, 152);
}
.social_media_bigclass .social_media_share #share-twitter:hover {
  background-color: rgb(0, 172, 237);
}

/*********related product***/
.related h1 {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  color: rgb(34, 34, 34);
}

.product_presentation {
  padding: 2rem 6%;
}

.product_carousel_home .related_small_images {
  column-gap: 30px;
  padding: 0 15px;
  width: 15rem;
  height: 31rem;
  cursor: pointer;
  position: relative;
}
.slider-nave .related_small_images {
  column-gap: 30px;
  padding: 0 15px;
  cursor: pointer;
  position: relative;
}

.home2_product {
  width: 100%;
  overflow: hidden;
  position: relative;
}
/*
.home2_product  .product-label {
    position: absolute;
    left: 5px;
    top: -4px;
    z-index: 22;
  }

  .home2_product  .product-label>span {
    border: 2px solid;
    padding: 2px 10px;
  }

  .home2_product  .product-label>span.sale {
    background-color: #fff;
    border-color: black;
    color: white;
  }

  .home2_product .product-label>span.new {
    background-color: #222222;
    border: none;
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    z-index: 111;
    font-size: 12px;
  } */

.slider-nave .slick-dots {
  display: none !important;
}

.related_small_images .home2_product img {
  width: 100%;
  height: 19rem !important;
  object-fit: cover;
}

.home2_product .slick-prev {
  position: absolute;
  left: 0 !important;
  z-index: 1;
  opacity: 0;
  transition: all 0.6s ease;
}

.home2_product .slick-next {
  position: absolute;
  right: 0 !important;
  z-index: 1;
  opacity: 0;
  transition: all 0.6s ease;
}
.home2_product .out_of_stock {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70% !important;
  height: 0 !important;
  transform: translate(-50%, -50%);
  font-size: 13px;
}
.out_of_stock span {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00000080;
  color: #d0d0d0;
}

.home2_product .slick-dots {
  display: none !important;
}

.related_small_images:hover .home2_product .slick-next {
  right: 7px;
  transition: all 0.6s ease;
  opacity: 1;
}

.related_small_images:hover .home2_product .slick-prev {
  left: 7px;
  transition: all 0.6s ease;
  opacity: 1;
}

.related_small_images .content_2 {
  height: 30%;
  cursor: ew-resize;
}

.title_section_product {
  text-align: center;
}

.title_section_product h1 {
  margin-top: 90px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: clamp(1.4rem, 2.5vw, 5rem);
  text-transform: capitalize;
}

.related_small_images .content_2 {
  text-align: center;
  margin-top: 30px;
  line-height: 22px;
}

.related_small_images .content_2 h2 a {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  color: rgb(34, 34, 34);
  cursor: pointer;
  margin-bottom: 10px;
}

.related_small_images .content_2 h2 {
  margin-bottom: 10px;
}

.related_small_images .content_2 h4 a {
  font-weight: 300;
  font-size: 14px;
  color: rgb(136, 136, 136);
  text-transform: capitalize;
  cursor: pointer;
}

.related_small_images .content_2 span {
  font-weight: 300;
  font-size: 14px;
  color: rgb(167, 164, 164);
  text-transform: capitalize;
}

.slider-nave .related_small_images {
  /* margin: 0 5px; */
  position: relative;
}

.related_small_images .quick_view {
  position: absolute;
  bottom: 40%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.product .product-img .product-label {
  position: absolute;
  left: 5px;
  top: -4px;
  z-index: 22;
}

.product .product-img .product-label > span {
  border: 2px solid;
  padding: 2px 10px;
}

.product .product-img .product-label > span.sale {
  background-color: #fff;
  border-color: black;
  color: white;
}

.product .product-img .product-label > span.new {
  background-color: gray;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 45px;
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  z-index: 111;
}

.related_small_images .quick_view2 {
  position: absolute;
  bottom: 28%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.aditional {
  width: 15%;
  height: 20px;
}

.aditional2 {
  width: 15%;
  height: 20px;
}

.add_product_detail {
  background-color: #222222;
  color: white;
  font-size: 14px;
  transition: 0.3s ease-in-out;
  width: 60%;
  text-align: center;
  /* padding: 10px 0; */
}

.related_small_images:hover .quick_view {
  opacity: 1;
  bottom: 45%;
  transition: 0.3s ease-in-out;
}

.related_small_images:hover .quick_view2 {
  opacity: 1;
  bottom: 30%;
  transition: 0.3s ease-in-out;
}

.fav {
  position: absolute;
  top: 10px;
  right: 20px;
  padding: 10px;
  cursor: pointer;
  opacity: 0;
  color: rgb(92, 101, 92);
  transition: 0.3s ease-in-out;
}

.slider-nave .related_small_images:hover .fav {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

/*********product_presentation********/
.product_presentation {
  padding: 2rem 9%;
}

/* .slider-nav{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 30px;
    align-items: center;
    justify-content: center;
} */
.slider-navv {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 30px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.small_images_categorie {
  width: 20rem;
  height: 17rem;
  position: relative;
  cursor: pointer;
}

.category_all {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  text-transform: capitalize;
  font-size: clamp(16px, 20px, 20px);
}

.small_images_categorie img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.small_images_categorie img:hover {
  opacity: 0.7;
  border: 1px solid #222222;
  transition: all 0.3s ease-in-out;
}

.product_content_2 {
  position: absolute;
  margin: 0;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 80px;
  width: 80%;
  z-index: 1;
  /* background-color: rgba(255, 255, 255, .4); */
}

/* .small_images_categorie .product_content_2 a button {
        color: #090909;
        padding: 2px 15px;
        font-size: 14px;
        border-radius: 0.5em;
        background: white;
        border: 1px solid #e8e8e8;
        transition: all .3s;
        box-shadow: 6px 6px 12px #c5c5c5,
                   -6px -6px 12px #ffffff;
                   cursor: pointer;
      }

      .small_images_categorie .product_content_2 a button:hover {
        border: 1px solid white;
      }

      .small_images_categorie .product_content_2 a button:active {
        box-shadow: 4px 4px 12px #c5c5c5,
                   -4px -4px 12px #ffffff;
      } */
.small_images_categorie .product_content_2 a button {
  --color: #031830;
  font-family: inherit;
  display: inline-block;
  width: 6em;
  height: 2.6em;
  line-height: 2.5em;
  overflow: hidden;
  font-size: 17px;
  z-index: 1;
  color: var(--color);
  border: 2px solid var(--color);
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}

.small_images_categorie .product_content_2 a button::before {
  position: absolute;
  content: "";
  background: var(--color);
  width: 150px;
  height: 200px;
  z-index: -1;
  border-radius: 50%;
}

.small_images_categorie .product_content_2 a button:hover {
  color: white;
}

.small_images_categorie .product_content_2 a button:before {
  top: 100%;
  left: 100%;
  transition: 0.3s all;
}

.small_images_categorie .product_content_2 a button:hover::before {
  top: -30px;
  left: -30px;
}

.product_content_2 a {
  display: block;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  padding-top: 7px;
}

.product_content_2 .categories {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product_content_2 .number_products {
  font-size: 12px;
  color: rgb(167, 164, 164);
}

/*********banner**********/

/* .banner{
    padding: 2rem 9%;
    height: 400px;
    display: flex;
    align-items: center;
} */
.banner_container {
  width: fit-content;
  margin: auto;
  box-shadow: 0px 0px 17px 6px rgba(131, 128, 128, 0.3);
  display: flex;
  justify-content: center;
}

.banner_container .banner_component {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_container iconify-icon {
  font-size: 70px;
  color: rgb(207, 205, 205);
  margin-right: 6px;
}

.banner_component h4 {
  font-weight: 530;
  margin-bottom: 20px;
}

.banner_component p {
  color: rgb(150, 148, 148);
}

/************table cart selection***/
.general-cart {
  max-width: 1440px;
  margin: auto;
}

.tables_cart {
  padding: 0 1%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
  margin: 40px 0;
}
.wish_table {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.une_table {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.une_table .message_input {
  margin-top: 30px;
  align-self: flex-start;
}

.une_table .message_input input {
  color: rgb(136, 136, 136);
  background-color: white;
  border: 1px solid rgb(136, 136, 136);
}

.une_table .message_input .send_button {
  border-top: 1px solid rgb(136, 136, 136);
  border-bottom: 1px solid rgb(136, 136, 136);
  border-right: 1px solid rgb(136, 136, 136);
}

.table1 {
  width: 100%;
  height: 70px;
}

/* .table1,
th,
td {
    border-collapse: collapse;
} */

th {
  padding: 30px 0px 12px 0px;
  border-bottom: 1px solid rgb(189, 189, 189);
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
}

.table1 td {
  padding: 30px 11px 12px 0px;
  text-align: center;
  border-bottom: 1px solid rgb(189, 189, 189);
}

.remove {
  display: none;
}

.product_prise {
  text-transform: uppercase;
  font-size: 14px;
  display: none;
}

.ligne_image {
  display: flex;
  /* justify-content: center; */
}

.ligne_image img {
  width: 90px;
  height: 110px;
  margin-right: 15px;
}

.ligne_image .content_2 {
  /* text-align: center; */
  line-height: 22px;
  margin: auto;
  /* display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center; */
}

.content_2 h2 a {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  color: rgb(34, 34, 34);
  cursor: pointer;
  margin-bottom: 10px;
}

.content_2 h2 {
  margin-bottom: 10px;
}

.content_2 h4 a {
  font-weight: 300;
  font-size: 14px;
  color: rgb(136, 136, 136);
  text-transform: capitalize;
  cursor: pointer;
}

.parent {
  display: grid;
  grid-template-columns: 21px 45px 21px;
  grid-template-rows: 36px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div1 {
  text-align: center;
  color: rgb(136, 136, 136);
  font-weight: 400;
  border: 1px solid rgb(202, 200, 200);
  cursor: pointer;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  grid-area: 1 / 1 / 2 / 2;
}

.div2 {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  text-align: center;
  outline: none;
  color: rgb(34, 34, 34);
  border-style: hidden;
  border-bottom: 1px solid rgb(202, 200, 200);
  border-top: 1px solid rgb(202, 200, 200);
  grid-area: 1 / 2 / 2 / 3;
}

.div3 {
  text-align: center;
  color: rgb(136, 136, 136);
  font-weight: 400;
  border: 1px solid rgb(202, 200, 200);
  cursor: pointer;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  grid-area: 1 / 3 / 2 / 4;
}

.div1,
.div3 {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .quantity{
    height: 36px;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.quantity span{
    text-align: center;
    color: rgb(136, 136, 136);
    font-weight: 400;
    border: 1px solid rgb(202, 200, 200);
    height: inherit;
    width: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

  .quantity input {
    -moz-appearance: textfield;
    width: 45px;
    height: inherit;
    text-align: center;
    outline: none;
    color: rgb(34, 34, 34);
    border-radius: 0;
    border-style: hidden;
    border-bottom: 1px solid rgb(202, 200, 200);
    border-top: 1px solid rgb(202, 200, 200);
  }
  .quantity input:focus{
    color: rgb(151, 61, 61);
  } */
.prix {
  font-size: 16px;
  text-align: center;
  color: rgb(136, 136, 136);
  white-space: nowrap;
}

.table_two {
  height: 100%;
  width: 530px;
  border: 2px solid black;
  padding: 30px;
}

.table_two h2 {
  font-size: 16px;
  color: rgb(34, 34, 34);
  padding: 0 0 14px;
  text-transform: uppercase;
  font-weight: 400;
}

.table_two hr {
  color: rgb(136, 136, 136);
}

.subtotal {
  padding: 11px 11px 11px 0px;
  color: rgb(102, 102, 102);
  border: none;
  font-size: 16px;
  font-weight: 400;
  width: 250px;
  text-transform: capitalize;
  text-align: left;
  text-transform: uppercase;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #fff;
  color: #222222;
  border: 1px solid #222;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-weight: 700;
}

#snackbar.show {
  visibility: visible;
  -moz-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.total,
.order-total {
  padding: 14px 14px 0px 0px;
  color: rgb(34, 34, 34);
  font-size: 20px;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  text-align: left;
}
.big-text {
  font-weight: bold;
  font-size: 13px;
  font-weight: 500;
  /* color: var(--title-color); */
  /* font-family:'Playfair Display', Arial, Helvetica, sans-serif; */
}

.money,
.order-total1 {
  text-align: right;
  text-transform: uppercase;
}

.total_table {
  line-height: 30px;
  margin: 20px 0;
  width: 100%;
}
.toot {
  display: flex;
  justify-content: space-between;
  color: rgb(34, 34, 34);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.table_two_button {
  width: 100%;
  height: 45px;
  margin-bottom: 5px;
  border: 1px;
  font-size: 16px;
  text-transform: capitalize;
  color: rgb(255, 255, 255);
  background-color: rgba(34, 34, 34, 0.8);
  cursor: pointer;
}

.table_two_button:hover {
  background-color: rgb(34, 34, 34);
}

.button2 {
  background-color: white;
  color: rgb(34, 34, 34);
  border: 1px solid rgb(34, 34, 34);
}

.button2:hover {
  background-color: white;
}

html body div.tables_cart div.table_two a {
  padding: 12px 0;
}

.table_two .note textarea {
  width: 100%;
  font-size: 15px;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid rgb(190, 183, 183);
  outline: none;
  resize: none;
  color: rgb(102, 102, 102);
  height: 100px;
}

/**********contact*****/

.contact {
  padding: 0 9%;
  background-color: rgba(248, 245, 245, 0.3);
}

.contact .contact_title {
  margin: 5% 0;
  text-align: center;
  font-weight: 300;
  font-size: clamp(30px, 4vw, 40px);
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.contact-container {
  display: flex;
  width: 100%;
  padding: 12px;
  box-shadow: 0px 0px 22px 2px rgba(110, 110, 110, 0.75);
  align-items: center;
  justify-content: center;
  margin: 6% 0;
}

.left_contact {
  width: 50%;
}

.formulaire {
  padding: 30px;
  width: 100%;
}

.formulaire .contact_formulaire_title {
  font-size: clamp(20px, 2.5vw, 30px);
  text-align: start;
  font-weight: 300;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin: 20px 0;
  display: none;
}

.formulaire_name {
  display: flex;
  column-gap: 20%;
}
.iti {
  /* height: 39px; */
  width: 100%;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}
.form__group {
  position: relative;
  padding: 20px 0 0;
  margin-top: 10px;
  width: 100%;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: none;
  border-bottom: 2px solid #9b9b9b;
  outline: 0;
  font-size: 17px;
  color: #fff;
  padding: 7px 0;
  background: transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.form__field::-webkit-input-placeholder {
  color: transparent;
}

.form__field::-moz-placeholder {
  color: transparent;
}

.form__field:-ms-input-placeholder {
  color: transparent;
}

.form__field::-ms-input-placeholder {
  color: transparent;
}

.form__field::placeholder {
  color: transparent;
}

.form__field:-moz-placeholder-shown ~ .form__label {
  font-size: 17px;
  cursor: text;
  top: 20px;
}

.form__field:-ms-input-placeholder ~ .form__label {
  font-size: 17px;
  cursor: text;
  top: 20px;
}

.form__field:placeholder-shown ~ .form__label {
  font-size: 17px;
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 17px;
  color: #9b9b9b;
  pointer-events: none;
}

.form__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  -o-border-image: linear-gradient(to right, #116399, #38caef);
  border-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#116399),
    to(#38caef)
  );
  border-image: linear-gradient(to right, #116399, #38caef);
  border-image-slice: 1;
}

.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 17px;
  color: #38caef;
  font-weight: 700;
}

/* reset input */
.form__field:required,
.form__field:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form__field:invalid {
  border-bottom: red;
}

#last_name,
#first_name {
  height: 39px;
  font-size: 15px;
  padding-inline: 10px;
  margin-bottom: 15px;
  /* border:rgb(248, 245, 245); */
  border-bottom: 1px solid rgb(190, 183, 183) !important;
  outline: none;
  color: rgb(102, 102, 102);
  background-color: #fdfcfc;
}

#sujet {
  width: 100%;
  height: 39px;
  font-size: 15px;
  padding-inline: 10px;
  margin-bottom: 15px;
  border: rgb(248, 245, 245);
  border-bottom: 1px solid rgb(190, 183, 183);
  outline: none;
  color: rgb(102, 102, 102);
  background-color: #fdfcfc;
}

/* #name:focus {
    border-bottom: 1px solid rgb(150, 145, 145);
} */

#email {
  width: 350px;
  height: 39px;
  font-size: 15px;
  /* padding-left: 10px; */
  margin-bottom: 15px;
  border: rgb(248, 245, 245);
  border-bottom: 1px solid rgb(190, 183, 183);
  outline: none;
  color: rgb(102, 102, 102);
  background-color: #fdfcfc;
  /* padding-inline:10px; */
}

#email:focus {
  border-bottom: 1px solid rgb(150, 145, 145);
}

#number {
  width: 100%;
  height: 39px;
  font-size: 15px;
  /* padding-inline-start: 50px; */
  margin-bottom: 15px !important;
  border: rgb(248, 245, 245);
  border-bottom: 1px solid rgb(190, 183, 183);
  outline: none;
  -moz-appearance: textfield;
  color: rgb(102, 102, 102);
  background-color: #fdfcfc;
}

#number:focus {
  border-bottom: 1px solid rgb(150, 145, 145);
}

#box {
  width: 100%;
  font-size: 15px;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid rgb(190, 183, 183);
  outline: none;
  resize: none;
  color: rgb(102, 102, 102);
  height: 250px;
}

.boutton-formulaire {
  border: none;
  color: #222222;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 14px 2px;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(93, 93, 93, 0.3);
}

.boutton-formulaire:hover {
  box-shadow: 0 4px 3px 1px #fcfcfc, 0 6px 8px #d6d7d9, 0 -4px 4px #cecfd1,
    0 -6px 4px #fefefe, inset 0 0 3px 3px #cecfd1;
}

.right_contact {
  width: 50%;
  padding-left: 12px;
}

iframe {
  width: 100%;
}

/* #map-container {
    position: relative;
}

#map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

#map {
    position: relative;
    z-index: 1;
} */

.information {
  margin-top: 40px;
  display: flex;
}

.information div {
  padding: 0 14px;
}

.information div iconify-icon {
  font-size: 35px;
  cursor: pointer;
  color: #666;
}

.information .linkedin iconify-icon:hover {
  color: #0072b1;
}

.information .mail iconify-icon:hover {
  color: #7a1c1c;
}

.information .phone iconify-icon:hover {
  color: black;
}

#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

/**************************FAQS****************************/
.container-faqs {
  padding: 2rem 9%;
}

.container-fluid {
  margin-top: 80px;
}

.faqs_section {
  margin: 0 auto;
  width: 90%;
}

.t-center {
  color: #fff;
  padding: 10px;
  width: 90%;
  background-color: #f15770;
  border: 1px solid #f10e34;
}

.btn-link {
  border: none;
  background-color: transparent;
  color: var(--title-color);
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.card-title {
  color: black;
  font-size: 16px;
}

.row-faqs {
  width: 90%;
  margin: auto;
}

.card-text {
  color: black;
  font-size: 16px;
}

.collapse12 {
  width: 80%;
  padding: 7px;
  padding-left: 7px;
  padding-left: 50px;
}

.sec-title {
  justify-content: center;
  text-align: center;
  display: flex;
  margin-top: 20px;
}

.row-faqs ol {
  border: 1px solid #ccc;
}

.row-faqs ol li {
  margin-bottom: 20px;
}

/***************************************fin FAQS******************************/

/*********footer*****/
.footer {
  box-sizing: border-box;
  /* height: 100%; */
  background-color: var(--background-Footer);
}

.email_space {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.message_input {
  display: flex;
}

.message_input input {
  height: 40px;
  width: 100%;
  border: 1px solid var(--button-EmailSubBorderColor);
  background-color: var(--background-Footer);
  outline: none;
  font-size: 18px;
  color: var(--color-EmailSub);
  padding: 0 12px;
}

.message_input input::selection {
  background-color: #e7e7e7;
}

.message_input .send_button {
  height: 40px;
  padding: 0 8px;
  border: 1px solid var(--button-EmailSubBorderColor) !important;
  background-color: var(--button-EmailSubBackground);
  color: var(--button-EmailSubColor);
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.message_input input:focus {
  background-color: white;
  color: #222222;
}

.message_label {
  font-size: 25px;
  color: white;
}

.footer-container {
  padding-bottom: 20px;
  max-width: 1440px;
  margin: auto;
  padding: 2rem 3%;
}

.footer hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

.box {
  /* display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
    text-decoration: none; */
  display: block;
}

/* .box .first_link:first-child {
    width: 400px !important;
  } */

.first_link {
  display: flex;
  flex-direction: column;
  /* text-align: left; */
  text-decoration: none;
  text-transform: capitalize;
}

.first_link h3 {
  font-size: 18px;
  color: rgb(77, 73, 73);
  font-family: Nunito;
  color: var(--title-FooterColor);
  margin-bottom: 30px;
  cursor: pointer;
  width: 100%;
  padding: 10px;
  /* background-color: #777; */
  outline: none;
  margin: 10px 0;
}

.footerContent {
  display: flex;
  flex-direction: column;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  /* padding: 0 18px; */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.contact-title:after {
  content: "+";
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.contact-title.active:after {
  content: "-";
}
.first_link a,
.first_link p {
  line-height: 30px;
  color: var(--text-FooterColor);
  width: fit-content;
  font-size: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-decoration: none;
  padding: 5px;
}

.first_link a:hover {
  color: var(--pinkfooter-hover);
}
.pages {
  display: flex;
  flex-direction: column;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  width: fit-content;
}
.street {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 300px !important;
}
.social_media {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.social_media iconify-icon {
  margin: 15px;
  font-size: 22px;
  cursor: pointer;
  color: white;
}

.social_media .tiktok:hover {
  color: rgb(0, 0, 0);
}

.social_media .instagram:hover {
  color: rgb(236, 105, 127);
}

.social_media .facebook:hover {
  color: rgb(59, 89, 152);
}

.social_media .twitter:hover {
  color: rgb(0, 172, 237);
}

.social_media .youtube:hover {
  color: rgb(196, 48, 43);
}

.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright span,
.copyright span a {
  color: white;
  font-size: 12px;
  text-decoration: none;
  line-height: 30px;
}

.copyright span a:hover {
  color: #797878;
}
.payement_methode {
  display: flex;
  column-gap: 10px;
}
.payement_methode img {
  height: 40px;
  width: 40px;
}
/* Download pdf button  */
.telecharger {
  width: 100%;
  border-radius: 13px;
  background: #f5f5f5;
  /* display: flex;
  flex-direction: column; */
  align-items: baseline;
  padding: 12px 12px 16px 22px;
}
.pdf_file_container {
  display: flex;
  gap: 10px;
  margin: 5px;
  width: 100%;
}
.noselect {
  width: 150px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  /* background: red; */
  border: none;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  background: var(--pinkfooter-hover);
  overflow: hidden;
}

.noselect,
.noselect span {
  transition: 200ms;
}

.noselect .text {
  /* transform: translateX(35px); */
  position: relative;
  color: white;
  font-weight: bold;
  padding-left: 5px;
  width: 110px;
  -moz-user-select: none;
  display: -webkit-box !important;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}

.noselect .icon {
  position: absolute;
  border-left: 1px solid #f7798e;
  transform: translateX(110px);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.noselect img {
  height: 25px;
  width: 25px;
}

.noselect:hover {
  background: var(--pinkfooter-hover);
}

.noselect:hover .text {
  color: transparent;
}

.noselect:hover .icon {
  width: 150px;
  border-left: none;
  transform: translateX(0);
}

.noselect:focus {
  outline: none;
}

.noselect:active .icon img {
  transform: scale(0.8);
}

/********media query*****/
@media (min-width: 1440px) {
  .related_small_images .home2_product img {
    height: 27rem !important;
  }
  .related_small_images .quick_view {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  .related_small_images:hover .quick_view {
    opacity: 1;
    bottom: 25%;
    transition: 0.3s ease-in-out;
  }
  .product_carousel_home .related_small_images {
    height: 35rem;
  }
}
@media (min-width: 1024px) {
  .pdf_file_container {
    flex-wrap: wrap;
  }
}
@media (max-width: 1246px) {
  .sof {
    column-gap: 30px;
    justify-content: center;
  }
}

@media (max-width: 1199px) {
  .table_two {
    width: 35%;
  }

  .une_table {
    width: 620px;
  }
}

@media (max-width: 1035px) {
  .filter_check {
    position: fixed;
    padding: 15px 10px;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    background-color: white;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    top: 350px;
    display: block;
    margin-right: 30px;
    transition: all 0.8s ease-in-out;
    box-shadow: -6px -6px 14px rgba(255, 255, 255, 0.7),
      -6px -6px 10px rgba(255, 255, 255, 0.5),
      6px 6px 8px rgba(255, 255, 255, 0.075), 6px 6px 10px rgba(0, 0, 0, 0.15);
  }

  .quitter4 {
    position: fixed;
    top: 10px;
    left: -100%;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
    display: block;
    transition: all 0.8s ease-in-out;
    background-color: white;
  }

  .filtrage {
    width: 290px;
    padding-top: 15px;
    position: fixed;
    z-index: 10;
    background-color: white;
    left: -100%;
    height: 100%;
    top: 0;
    display: block;
    overflow-y: auto !important;
    transition: all 0.8s ease-in-out;
  }

  #checkbtn6:checked ~ .filtrage {
    position: fixed;
    left: 0%;
    z-index: 100;
    transition: all 0.8s ease-in-out;
  }

  #checkbtn6:checked ~ label .quitter4 {
    left: 295px;
    position: fixed;
    transition: all 0.8s ease-in-out;
  }

  #checkbtn6:checked ~ label .filter_check {
    display: none;
  }

  #checkbtn6:checked ~ .empty7 {
    display: block;
    position: fixed;
    height: 110vh !important;
    transition: all 0.8s ease-in-out;
  }

  .all_products {
    width: 100%;
    justify-content: center;
  }

  .sof {
    justify-content: center !important;
  }
}

@media (max-width: 1024px) {
  .slick-next {
    opacity: 1 !important;
  }
  .slick-prev {
    opacity: 1 !important;
  }
  .head {
    padding: 0 4%;
  }

  header {
    padding-left: 4%;
    padding-right: 4%;
  }

  .footer {
    padding-left: 6%;
    padding-right: 6%;
  }

  .tables_cart {
    flex-direction: column;
  }

  .table_two {
    width: 620px;
    margin-top: 30px;
  }

  .product_presentation {
    padding: 2rem 10px;
  }

  .slider-nav {
    column-gap: 10px;
  }

  .small_images_all {
    width: 15rem !important;
    /* height: 100%; */
  }

  .small_images_all .slick-slide {
    width: 15rem !important;
  }

  /* .all_products .small_images_all .add{
        bottom: 125px !important;
    } */
  .all_products .small_images_all .fav {
    right: 0px !important;
  }

  .banner_container .banner_component {
    padding: 15px !important;
  }

  .home2 img {
    width: 100%;
    height: 95vh;
  }

  .background_banner {
    height: 80vh;
  }

  .product_carousel_home .slick-next {
    right: 0px !important;
  }

  .product_carousel_home .slick-prev {
    left: -10px !important;
  }

  .product_carousel_home .small_images img {
    height: 70% !important;
  }

  .collection_section {
    padding: 2rem 2%;
  }
  /*
    .image-box .content {
        height: 80px;
        width: 160px;
    } */

  .image-box .content span {
    font-size: 18px;
  }

  .left {
    padding-right: 0;
  }

  .right {
    padding-left: 20px;
  }

  .big_image {
    width: 25rem;
    height: 100%;
  }

  img.slick-current {
    width: 25rem;
    height: 100%;
  }

  .images {
    width: 350px !important;
    margin: 40px 0;
  }

  .small_images_detail {
    width: 7rem;
    height: 120px;
  }

  .right {
    width: 45%;
  }

  .commander-boutton {
    width: 100%;
  }

  /* .product_carousel_home .small_images .add_product_home{
            bottom: 120px;
        }
        .product_carousel_home .small_images:hover .add_product_home{
            bottom:140px;

        } */
  .pdf_file_container {
    flex-wrap: wrap;
  }
  /* .noselect {
    width: 200px;
  } */
  .noselect .text {
    color: #fff;
  }

  .noselect .icon {
    position: static;
    margin: auto;
    width: fit-content;
    border-left: none;
    transform: translateX(0);
  }
}

@media (max-width: 940px) {
  .social_media_bigclass .social_media_share #share-fb p,
  .social_media_bigclass .social_media_share #share-twitter p {
    left: 0.6em;
    color: #fff;
  }

  .social_media_bigclass .social_media_share #share-fb .facebook,
  .social_media_bigclass .social_media_share #share-twitter .twitter {
    opacity: 1;
  }

  .social_media_bigclass .social_media_share #share-fb {
    background-color: rgb(59, 89, 152);
  }
  .social_media_bigclass .social_media_share #share-twitter {
    background-color: rgb(0, 172, 237);
  }
  .search {
    display: none;
  }

  .navbar {
    display: none;
  }

  /* .wish_number{display: none;}
    .shopping{display: block !important;border:none;} */
  .link {
    order: 1 !important;
    width: 10%;
  }

  .logo {
    order: 2 !important;
  }

  .logos_nav {
    order: 3 !important;
  }

  .head {
    display: flex;
    justify-content: space-between;
  }

  .footer {
    padding-left: 4%;
    padding-right: 4%;
  }

  .logos li {
    padding: 0 5px;
  }

  .logos li:nth-child(2) {
    border-left: 1px solid gray;
    /* border-right: 1px solid gray; */
  }

  .contact .contact_title {
    display: none;
  }

  .contact-container {
    margin-top: 0;
    box-shadow: none;
    flex-direction: column-reverse;
    padding: 0;
  }

  .contact {
    padding: 0;
  }

  .left_contact {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .right_contact {
    width: 100%;
    padding: 0;
  }

  /* iframe {
        outline: 550px solid rgba(0, 0, 0, 0.5) !important;
        outline-offset: -550px;
    } */

  .formulaire .contact_formulaire_title {
    display: block;
  }

  .small_images_categorie {
    width: 18rem;
    height: 15rem;
    border: 1px solid rgba(0, 0, 0, 0.3);
  }

  .small_images_all {
    width: 12rem !important;
    height: 25rem;
  }

  .small_images_all .slick-slide {
    width: 12rem !important;
  }

  .small_images_all .product_carousel img {
    height: 18rem !important;
  }

  /* .all_products .small_images_all .add{
        bottom: 125px !important;
    } */
  .small_images_all .slick-dots {
    display: none !important;
  }

  .sidebar ul {
    z-index: 100;
  }

  .sof {
    display: flex;
    justify-content: center !important;
    row-gap: 50px;
  }

  .banner_container .banner_component {
    padding: 10px !important;
  }

  .home2 img {
    width: 100%;
    height: 90vh;
  }

  .background_banner {
    height: 70vh;
  }

  /* .product_carousel_home .small_images img{
        height: 80% !important;
      } */
  .big_image {
    width: 20rem;
    height: auto;
  }

  .big_image div img {
    width: 100% !important;
    height: 100% !important;
  }

  img.slick-current {
    width: 20rem;
    height: auto;
  }

  .images {
    width: 350px !important;
    margin: 40px 0;
  }

  .small_images_detail {
    width: 7rem;
    height: 120px;
  }

  .related_small_images .home2_product img {
    height: 18rem !important;
  }

  /* .quick_view{
        position: absolute;
        bottom: 180px;
    }
    .slider-nave .related_small_images:hover .quick_view{
        bottom:190px;
    } */
  .quick_view {
    /* opacity: 1 !important;
        bottom:45% !important; */
    display: none !important;
  }

  .quick_view2 {
    /* opacity: 1 !important;
        bottom:45% !important; */
    display: none !important;
  }

  /* .related_small_images:hover .quick_view{
        bottom: 45% !important;;
    } */

  .all_products .small_images_all .add {
    /* opacity: 1 !important;
        bottom: 34% !important; */
    display: none;
  }

  .all_products .small_images_all:hover .add {
    bottom: 34% !important;
  }
}

@media (max-width: 823px) {
  .banner_component_section {
    padding: 2rem 1%;
  }

  .banner_component h2 {
    font-size: 18px;
  }

  .paragraphe_banner {
    width: 100%;
    /* height: 96px; */
    line-height: 40px;
  }

  .banner_component .paragraphe_banner p {
    font-size: 14px;
    line-height: 20px;
  }

  .banner_component .icon img {
    height: 40px;
    width: 40px;
  }

  .home2 .paragraph {
    width: 40%;
  }

  .home2 .paragraph h3 {
    font-size: 2rem;
    text-align: left;
  }

  .home2 .paragraph span {
    font-size: 1.5rem;
  }

  .button {
    font-size: 14px;
    padding: 12px 30px;
    margin-top: 5px;
  }

  .collection_section .products-container .product-1 {
    height: 10rem;
    width: 15rem;
    overflow: hidden;
  }

  .collection_section .products-container .product-1 div > img {
    height: 10rem;
    width: 15rem;
    overflow: hidden;
    display: block;
  }

  .size {
    width: 13rem;
    height: 10rem;
  }

  .size .picture2 {
    width: 13rem !important;
    height: inherit !important;
    transition: 0.8s ease-in-out;
  }

  .product-1 .size:hover .picture2 {
    width: 15rem !important;
    overflow: hidden !important;
    transition: 0.8s ease-in-out;
  }

  .images {
    width: 250px !important;
    margin: 40px 0;
  }

  .small_images_detail {
    width: 5rem;
    height: 100px;
  }
}

@media (max-width: 810px) {
  .formulaire {
    padding: 15px;
  }

  #email {
    width: 100%;
  }

  .message_input input {
    width: 100%;
  }

  .email_space {
    flex-direction: column;
    row-gap: 15px;
  }

  /* .copyright img{
        width: 200px;
        height: 20px;
    } */
  .home2 img {
    width: 100%;
    height: 80vh;
  }

  /* .product_carousel_home .small_images img {
        height: 270px !important;
        width: 200px !important;
      } */
  /* .banner2 .paragraph_banner p{
        width: 600px;
      } */
  .flex_box {
    flex-direction: column;
    padding: 0 9%;
  }

  .left,
  .right {
    width: 100%;
    padding: 0;
  }

  .big_image {
    width: 95%;
    height: auto;
  }

  .images {
    width: 440px !important;
    margin: 40px 0;
  }

  .small_images_detail {
    width: 7rem;
    height: 160px;
  }

  .related_small_images .home2_product img {
    height: 18rem !important;
    /* object-fit: contain; */
  }
}

@media (max-width: 685px) {
  .banner_component h2 {
    font-size: 16px;
  }

  .banner_component .paragraphe_banner p {
    font-size: 12px;
    line-height: 20px;
  }

  .home2 img {
    width: 100%;
    height: 60vh;
  }

  .background_banner {
    height: 60vh;
  }

  .collection_section .products-container .product-1 {
    height: 10rem;
    width: 12rem;
  }

  .collection_section .products-container .product-1 div > img {
    height: 10rem;
    width: 12rem;
  }

  .background_banner .paragraph_banner p {
    font-size: 20px;
  }

  .images {
    height: 100%;
  }

  .images {
    width: 80% !important;
    height: auto;
    margin: 40px 0;
  }

  .small_images_detail {
    width: 100%;
    height: auto;
  }

  .slick-dots li button::before {
    border: none !important;
  }

  .home2 .slick-next,
  .home2 .slick-prev {
    background-color: transparent !important;
  }

  .sub_nav .right_sub a,
  .sub_nav .right_sub span {
    display: none;
  }
  .return {
    margin: 7px 0 0 107px;
    display: block;
  }
}

@media (max-width: 660px) {
  .table_two {
    width: 100%;
  }

  .content_2 {
    text-align: left;
  }

  .remove,
  .product_prise {
    display: block;
  }

  .table1 th:nth-child(3) {
    display: none;
  }

  .table1 th:nth-child(5) {
    display: none;
  }

  .table1 td,
  .ligne_input div {
    justify-content: flex-start;
  }

  .table1 td:nth-child(3) {
    display: none;
  }

  .table1 td:nth-child(5) {
    display: none;
  }

  .table1 th {
    font-size: 14px;
    text-align: left;
  }

  .une_table {
    width: 100%;
  }

  .parent {
    display: grid;
    grid-template-columns: 45px 21px;
    grid-template-rows: repeat(2, 18px);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div2 {
    border-left: 1px solid rgb(202, 200, 200);
    grid-area: 1 / 1 / 3 / 2;
  }

  .div1 {
    border-bottom: none;
    grid-area: 1 / 2 / 2 / 3;
  }

  .div3 {
    grid-area: 2 / 2 / 3 / 3;
  }
  .return {
    margin: 7px 0 0 86px;
    display: block;
  }

  .table_two h2 {
    font-size: 14px;
  }

  .subtotal {
    font-size: 14px;
  }

  .total {
    font-size: 17px;
  }

  .message_input {
    width: 90%;
  }

  .message_input input {
    font-size: 14px;
  }

  .plus_moin_cart span {
    display: flex !important;
  }

  /* .content_2 {
        margin: 0 !important;
    } */

  .content_2 h2 {
    margin-bottom: 0;
  }

  .content_2 h2 a {
    font-size: 14px;
  }

  .content_2 h4 a {
    font-size: 12px;
  }

  .wish_table tbody tr th:nth-child(4) {
    text-align: center;
    padding-left: 0px !important;
  }

  .prix {
    font-size: 14px;
    padding-top: 0px;
  }

  .remove {
    font-size: 12px;
  }

  .product_prise {
    font-size: 12px;
  }

  .ligne_image img {
    height: 90px;
    width: 70px;
  }

  td {
    padding: 20px 11px 12px 15px;
  }

  .table1 th {
    padding: 20px 0px 12px 15px !important;
  }

  .sub_nav {
    padding: 15px;
  }

  .table_two {
    padding: 15px;
  }

  .small_images_all {
    width: 14rem !important;
  }

  .small_images_all .slick-slide {
    width: 14rem !important;
  }

  .all_products_container {
    padding: 2rem 1%;
  }

  .banner_container .banner_component .paragraphe_banner p {
    display: none !important;
  }

  .banner_container {
    width: 90%;
    justify-content: space-between !important;
  }

  .banner_component h2 {
    text-align: center;
  }

  .banner_container tr {
    display: flex;
    justify-content: space-between;
  }

  .banner_container .banner_component {
    flex-direction: column;
    justify-content: space-between;
  }

  .banner_component .icon img {
    height: 100%;
    width: 100%;
  }

  .home2 img {
    width: 100%;
    height: 45vh;
  }

  /* .background_banner{
        height: 40vh;
    } */
  .home2 .paragraph {
    width: 45%;
  }

  .home2 .paragraph h3 {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 10px;
  }

  .home2 .paragraph span {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  /* .home2 .paragraph p{
        font-size: 12px;
    } */
  .button {
    font-size: 12px;
    padding: 10px 20px;
    margin-top: 5px;
  }

  /* .product_carousel_home .small_images img {
        height: 90% !important;
        width: 100% !important;
      } */
  .product_carousel_home .slick-prev {
    left: -15px !important;
  }

  .products-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .collection_section .products-container .product-1 {
    height: 20rem;
    width: 75%;
    overflow: hidden;
  }

  .noHover {
    pointer-events: none;
  }

  .collection_section .products-container .product-1 div > img {
    height: 22rem;
    width: 100% !important;
    object-fit: cover;
  }

  .size {
    height: 20rem !important;
    width: 100% !important;
  }

  .size img {
    height: 100% !important;
    width: 100% !important;
  }

  /* .noHover{
        pointer-events: none;
    } */
}

@media (max-width: 497px) {
  .small_images_all {
    width: 12rem !important;
    height: auto;
  }

  .small_images_all .slick-slide {
    width: 12rem !important;
  }

  .all_products_container {
    padding: 2rem 4%;
  }

  .banner_component .icon img {
    height: 80%;
    width: 80%;
  }

  .home2 img {
    width: 100%;
    height: 40vh;
  }
  .home2 .paragraph {
    top: 20%;
  }

  .background_banner {
    height: 50vh;
  }

  .collection_section .products-container .product-1 {
    height: 16rem;
    width: 75%;
    overflow: hidden;
  }

  .collection_section .products-container .product-1 div > img {
    height: 16rem;
    width: 100% !important;
  }

  .size {
    height: 16rem !important;
  }

  .background_banner .paragraph_banner p {
    font-size: 18px;
  }

  .background_banner .paragraph_banner .button {
    font-size: 12px;
    padding: 5px 15px !important;
  }

  .home2 .slick-prev {
    height: 30px;
    width: 30px;
  }

  .home2 .slick-next {
    height: 30px;
    width: 30px;
  }

  .related_small_images .home2_product img {
    height: 265px !important;
    width: 100%;
  }

  /* .quick_view{
        bottom: 130px;
    }
    .slider-nave .related_small_images:hover .quick_view{
        bottom:145px;
    }*/

  /* .product_detail_presentation {
        width: 20rem;
        place-items: center;
        display: flex;
        flex-direction: column;

    } */
  /* .related_small_images .home2_product{
        width: 90% !important;
        height: auto;
    }
    .related_small_images .home2_product .slick-slide{
        width: 90% !important;
        height: 22rem;
    } */
  .small_images_categorie {
    width: 100%;
    padding: 2rem 9%;
  }
}
@media (max-width: 449px) {
  .small_images_all {
    width: 20rem !important;
    height: auto;
  }

  .small_images_all .slick-slide {
    width: 20rem !important;
  }
  .small_images_all .product_carousel img {
    height: 100% !important;
  }
  .header_right {
    display: none;
  }
}
@media (max-width: 445px) {
  .sidebar2 ul {
    width: 75%;
  }

  .sidebar3 ul {
    width: 75%;
  }

  #check-shopp:checked ~ label .quitter2 {
    right: 76%;
  }

  #check-user:checked ~ label .quitter3 {
    right: 76%;
  }

  .sidebar3 ul button {
    width: 100%;
  }

  .small_images_categorie {
    width: 100%;
    padding: 2rem 9%;
  }

  .product_content_2 .categories {
    font-size: 12px;
  }

  .product_content_2 .number_products {
    font-size: 11px;
  }

  .small_images_all {
    width: 20rem !important;
    height: auto;
  }

  .small_images_all .slick-slide {
    width: 20rem !important;
  }
  .small_images_all .product_carousel img {
    height: 100% !important;
  }

  .all_products_container {
    padding: 2rem 4%;
  }

  .collection_section .products-container .product-1 {
    height: 16rem;
    width: 90%;
    overflow: hidden;
  }

  .home2 img {
    width: 100%;
    height: 35vh;
  }

  .images {
    height: 100%;
  }

  .images {
    width: 80% !important;
    height: auto;
    margin: 40px 0;
  }

  .small_images_detail {
    width: 100%;
    height: 110px;
  }

  .pname {
    font-size: 18px;
  }

  .price {
    font-size: 17px;
  }

  .price span {
    font-size: 14px;
  }

  .description {
    margin-right: 0;
  }

  .description p {
    margin-top: 20px;
    font-size: 14px;
  }

  .commander-boutton {
    font-size: 14px;
    margin-top: 0;
  }

  .share {
    margin-top: 25px;
  }

  .add_to_wishlist {
    font-size: 14px;
  }

  .category_span {
    font-size: 14px;
  }

  .social_media_bigclass {
    font-size: 14px;
    display: flex;
  }

  .product_carousel_home .related_small_images img {
    height: 240px;
  }
  .related_small_images .home2_product img{
    height: 265px !important;}
}

@media (max-width: 400px) {
  .sidebar ul {
    width: 75%;
    padding: 0 15px;
  }
  .search_side input {
    width: 100%;
  }
  .user_sidebar {
    column-gap: 2px;
  }
  .flex_box {
    padding: 0 5%;
  }

  .search_side {
    width: 100%;
    height: 40px;
  }

  .filtrage {
    width: 75%;
    overflow-y: auto;
    padding: 15px 20px;
  }

  #checkbtn6:checked ~ label .quitter4 {
    left: 76%;
  }

  #checkbtn:checked ~ label .quitter {
    left: 77%;
    transition: all 0.8s ease-in-out;
    position: fixed;
  }

  .description {
    margin-right: 0;
  }

  .sub-links {
    column-gap: 10px;
    padding: 10px 0;
  }

  .lordicon {
    height: 30px !important;
    width: 30px !important;
  }

  .sub-links .description span {
    font-size: 12px;
  }

  /* .sub-links img {
        height: 100px;
    } */

  .left_contact {
    padding: 0;
  }

  .formulaire_name {
    flex-direction: column;
    width: 100%;
  }

  #last_name,
  #first_name {
    width: 60%;
  }

  .copyright {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }

  .message_label {
    font-size: 21px;
  }

  /* .small_images_categorie{
        width: 10rem;
      } */
  .banner_component h2 {
    font-size: 14px;
  }

  .product_carousel_home .small_images {
    height: auto !important;
  }

  .background_banner {
    height: 45vh;
  }

  .home2 img {
    width: 100%;
    height: 40vh;
  }

  .home2 .slick-next,
  .home2 .slick-prev {
    display: none !important;
  }
}

@media (max-width: 349px) {
  /* .small_images_categorie {
      width: 80%;
    } */
  .small_images_all {
    width: 16rem !important;
    height: auto;
  }

  .small_images_all .slick-slide {
    width: 16rem !important;
  }

  .all_products_container {
    padding: 2rem 4%;
  }

  .home2 img {
    width: 100%;
    height: 30vh;
  }

  .banner_component h2 {
    text-align: center;
  }

  .btn_ajt_cart {
    font-size: 13px;
  }
}

.modali {
  /* border: 2px solid var(--pinkfooter-hover);
  border-radius: 6px;
  padding: 30px;
  color: #717171;
  margin: 20px 0; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px;
  background: #ffffff;
  border: 1px solid var(--primiry-color);
  border-image: initial;
  border-radius: 10px;
  pad: 10px;
  padding: 14px;
  text-align: center;
  font-size: 14px;
}

.input_container input,
.input_container select {
  /* text-align: left; */
  /* border: 2px solid var(--pinkfooter-hover);
  height: 50px;
  width: 100%;
  border-radius: 3px;
  font-size: 14px;
  padding: 6px 12px;
  background-color: transparent;
  outline: none;
  color: #717171; */

  color: var(--text-color);
  width: 50% !important;
  padding: 10px 14px;
  background: #ffffff;
  border: 1px solid #e4e7ed;
  border-image: initial;
  border-radius: 8px;
  outline: none;
  font-size: 15px;
}

.iti--allow-dropdown {
  margin: 0 !important;
  width: 50% !important;
}

.input_container input:focus, .input_container select:focus {
  border-color: red;
  box-shadow: 0 0 4px red;
}

.no-shipping {
  margin: 10px 0;
  padding: 10px 0
}

#tab-3,
#tab-5 {
  display: none;
}

#tab-3 ~ label,
#tab-5 ~ label  {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 42px;
  cursor: pointer;
  border-bottom: 2px solid var(--pinkfooter-hover);
  padding: 0 10px;
  margin-top: 25px;
}

.label-span {
  font-size: 16px;
  position: relative;
  color: #0a0a0a;
  font-weight: 500;
}

#tab-3:checked ~ label ~ .radio-group,
#tab-5:checked ~ label ~ .radio-group1 {
  height: 0px;
  overflow: hidden;
}

#tab-3:checked ~ label .upperdown .upper,
#tab-5:checked ~ label .upperdown .upper {
  display: block;
}

#tab-3:checked ~ label .upperdown .down,
#tab-5:checked ~ label .upperdown .down {
  display: none;
}

.upper {
  display: none;
}

.upper i,
.down i {
  font-size: inherit;
  /* color: var(--pinkfooter-hover);  ++++ */
}
#judecheckout_show_hide {
  background: #fcfcfc;
  /* padding: 10px;
  margin-top: 0; */

  /* background: var(--background-secondaryColor); ++++ */
  text-align: start;
  position: relative;
  display: block;
  border: 1px solid #eef0f3;
  border-radius: 10px;
  padding: 10px 12px;
  margin: 20px 0;
}

#judecheckout_show_hide table {
  margin-bottom: 0;
  width: 100% !important;
}

#judecheckout_show_hide table tbody tr {
  background: #fafbfc;
}

#judecheckout_count_number {
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 3px;
  background-color: var(--pinkfooter-hover);
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
}

#judecheckout_count_number:before {
  content: "x ";
}

#judecheckout_d_free span {
  display: inline-block;
  font-size: 15px;
  height: 20px;
  line-height: 20px;
  padding: 0 7px;
  background-color: #685f59;
  border-radius: 3px;
  color: #fff;
}

.summary-product-title {
  font-weight: bold !important;
  color: #0a0a0a;
}

.summary-select-state {
  font-size: 14px;
  opacity: 0.8;
}

.judecheckout_currency {
  display: none;
}

#shipping-methods {
  font-size: 14px;
  margin-left: 10px;
  opacity: 0.75;
}

#judecheckout_show_hide .variation-prices .crossed-price bdi {
  font-weight: normal;
  color: #aeaeae;
}

#judecheckout_show_hide td {
  border: none;
  border-bottom: 2px dotted #0a0a0a;
  text-align: center;
  padding: 10px 5px 10px;
}

#judecheckout_show_hide .full-price td {
  font-weight: bold;
  border-bottom: 0;
}

#judecheckout_show_hide .full-price td:last-child {
  color: #685f59;
}

tr td:first-child {
  text-align: start !important;
}

tr td:nth-child(2) {
  text-align: center !important;
}

.input_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}

.variant-price {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: bold;
  color: var(--pinkfooter-hover);
}

.variant-price > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.product-old-price {
  font-size: 15px;
  text-decoration: line-through;
  color: #222;
}

.not-price {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #000;
}

.not-price .product-old-price {
  display: none;
}

@media (max-width: 500px) {
  .login_container h1 {
    font-size: 20px;
  }

  .input_container {
    margin-top: 0;
  }

  .modali-variants {
    padding: 10px;
  }

  .input_container input,
  .input_container select,
  .iti--allow-dropdown {
    width: 100% !important;
    margin: 0 !important;
    /* margin-bottom: 20px !important; */
  }
  .credit-card-info--form {
    margin-top: 20px;
  }


  .input_container {
    margin-top: 0;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }

  .btn_ajt_cart {
    font-size: 14px;
  }

  .whatsapp-order-section {
    display: none !important;
  }

  .whatsapp-order-section-2 {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .whatsapp-order-section-2 #whatsapp-orders {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(37, 211, 102);
    color: #fff !important;
    border-radius: 0;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 4px 0px;
  }

  .dispo-product1, .dispo-product{
    width: 100%;
  }

  #add-to-cart-form .add-to-cart {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    background: #fff;
    z-index: 999;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
    margin: 0 !important;
    direction: ltr !important;
    gap: 0 !important;
    /* justify-content: space-between !important; */
  }

  .input_container input, .input_container select {
    font-size: 14px;
  }

  .variant-price {
    flex-direction: column;
  }

  .parent {
    grid-template-rows: repeat(2, 20px);
  }

  .option_div, .dispo-product {
    flex-direction: column;
  }

  .size1 {
    width: 100%;
  }

  .option_div select {
    margin-left: 0;
  }

  #snackbar {
   bottom: 70px;
  }

  @-webkit-keyframes fadein {
    from {
      bottom: 0;
      opacity: 0;
    }

    to {
      bottom: 70px;
      opacity: 1;
    }
  }

  @keyframes fadein {
    from {
      bottom: 0;
      opacity: 0;
    }

    to {
      bottom: 70px;
      opacity: 1;
    }
  }

  @-webkit-keyframes fadeout {
    from {
      bottom: 70px;
      opacity: 1;
    }

    to {
      bottom: 0;
      opacity: 0;
    }
  }

  @keyframes fadeout {
    from {
      bottom: 70px;
      opacity: 1;
    }

    to {
      bottom: 0;
      opacity: 0;
    }
  }
}

/*
.whatsapp-order-section #whatsapp-orders {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 70%;
  margin: auto;
  border: 2px solid transparent;
  padding: 9px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 40px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  margin-top: 20px;
  background: #25d466;
  cursor: pointer;
} */
/* .whatsapp-order-section #whatsapp-orders:hover {
  background-color: #fff;
  color: #25d466;
  border-color: #25d466;
  padding: 9px 30px 9px 36px;
} */
.whatsapp-order-section #whatsapp-orders > i {
  /* position: absolute;
    left: 0;
    top: 0; */
  color: #fff;
  /* width: 40px;
  height: 40px;
  line-height: 38px;
  color: #25d466;
  opacity: 0;
  visibility: hidden; */
}
/* .whatsapp-order-section #whatsapp-orders:hover > i {
  opacity: 1;
  visibility: visible;
} */
.iti--allow-dropdown {
  width: 100%;
  /* margin-top: 20px; */
  /* direction: ltr; */
  height: 39px;
}

#check-input-pickup, #check-input-home {
  margin: 20px 0;
}
.deliveryContainer {
  margin: 20px 0;
  text-align: start;
}

.iti__flag-container {
  direction: ltr;
}

html {
  visibility: visible;
  opacity: 1;
}




/********** paiment *****/
/* Payment Methods Styles */
.payment-methods-container {
  background:#fcfcfc;
  padding:20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}

.payment-methods-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 15px;
}

.payment-method-card {
  position: relative;
  cursor: pointer;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  transition: all 0.3s ease;
  background: #fff;
}

.payment-method-card:hover {
  border-color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.payment-method-card input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.payment-method-card input[type="radio"]:checked + .payment-method-content {
  border-color: var(--primary-color);
}

.payment-method-card input[type="radio"]:checked + .payment-method-content::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid var(--primary-color);
  border-radius: 8px;
  pointer-events: none;
}

.payment-method-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.payment-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color);
  text-align: center;
}

/* Responsive styles */
@media (max-width: 768px) {
  .payment-methods-grid {
    grid-template-columns: 1fr;
  }

  .payment-method-card {
    padding: 12px;
  }
}

/* Animation for selection */
@keyframes select-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0);
  }
}

.payment-method-card input[type="radio"]:checked + .payment-method-content {
  animation: select-pulse 0.5s ease-out;
}

.payment-methods-section {
  margin: 32px 0;
}

.payment-methods-header {
  margin-bottom: 10px;
}

.payment-methods-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.payment-methods-subtitle {
  font-size: 15px;
  color: #666;
  margin-bottom: 12px;
}

.payment-methods-box {
  background: #fff;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.payment-method-row {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  cursor: pointer;
  transition: background 0.2s, border 0.2s;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}

.payment-method-row:last-child {
  border-bottom: none;
}

.payment-method-row input[type="radio"] {
  accent-color: #1976d2;
  margin-right: 16px;
  width: 20px;
  height: 20px;
}

.payment-method-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.payment_logo {
  width: 18px;
  object-fit: contain;
  margin-left: 4px;
}

.payment-name {
  font-size: 14px;
  color: #222;
  font-weight: 500;
  margin-left: 10px;
}


.payment-method-row:hover {
  background: #f8fafd;
}
.payment-method-item{
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 5px;
  gap: 10px;
}
#cib-conditions-container{
  display: none;
  margin: 8px 15px;
  padding: 12px 15px;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid rgb(232, 232, 232);
  transition: 0.3s;
  margin-bottom: 0px;
}






.input-radio input[type="radio"]:not(:checked),
.input-radio input[type="radio"]:checked,
.input-checkbox input[type="checkbox"]:not(:checked),
.input-checkbox input[type="checkbox"]:checked {
  position: absolute;
}

.input-radio label,
.input-checkbox label {
  font-weight: 500;
  min-height: 20px;
  cursor: pointer;
}

.input-radio input[type="radio"] + label span,
.input-checkbox input[type="checkbox"] + label span {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 14px;
  height: 14px;
  border: 2px solid #e4e7ed;
  background: #fff;
}

.input-radio input[type="radio"] + label span {
  border-radius: 50%;
}

.input-radio input[type="radio"] + label span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.input-checkbox input[type="checkbox"] + label span:after {
  content: "✔";
  position: absolute;
  top: -2px;
  left: 1px;
  font-size: 10px;
  color: #fff;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.input-radio input[type="radio"]:checked + label span,
.input-checkbox input[type="checkbox"]:checked + label span {
  background-color: var(--title-color);
  border-color: var(--title-color);
}

.input-radio input[type="radio"]:checked + label span:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.input-checkbox input[type="checkbox"]:checked + label span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.input-radio .caption,
.input-checkbox .caption {
  margin-top: 5px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s max-height;
  transition: 0.3s max-height;
}

.input-radio input[type="radio"]:checked ~ .caption,
.input-checkbox input[type="checkbox"]:checked ~ .caption {
  max-height: 800px;
}




#pickup-options .input-radio, #home-delivery-options .input-radio {
  position: relative;
  display: block;
  border: 1px solid #eef0f3;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fafbfc;
}


#pickup-options .input-radio input,
#home-delivery-options .input-radio input {
  appearance: none;
  position: absolute;
  line-height: 0;
	margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/*
#pickup-options .input-radio input::after,
#home-delivery-options .input-radio input::after {
  content: "";
  position: relative !important;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: center;
  top: 0;
  left: 0;
}

#pickup-options .input-radio input:checked::after,
#home-delivery-options .input-radio input:checked::after {
  background-color: var(--primiry-color);
} */


#pickup-options, #home-delivery-options {
  margin-top: 10px;
}


.whatsapp-order-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-order-section-2 {
  display: none;
}

.whatsapp-order-section #whatsapp-orders {
  width: 54px;
  height: 54px;
  position: fixed;
  bottom: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(37, 211, 102);
  color: #fff !important;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.whatsapp-order-section #whatsapp-orders:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}


.grecaptcha-badge {
  display: none;
}

.product-details .add-to-cart {
	display: flex;
  justify-content: space-evenly;
  gap: 10px;
  margin-top: 10px;
}








.stockleft {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  border-radius: 9999px;
  background: rgba(25,118,210,.08);
  color: #0d47a1;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 0 0 3px #1976d2 inset;
  text-align: center;
  line-height: 1.2;
  gap: 5px;
}

.dispo-product1 {
  text-align: start;
  display: none;
}


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

.info-product{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}



/*********** new style of variant ****************/
.smallFormWrapper {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px;
  border: 1px solid #eaecef;
  border-radius: 10px;
  pad: 10px;
  padding: 14px;
  /* text-align: center; */
  font-size: 14px;
  background-color: #fff;
}


/* Layout container */
.modali-variants {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 16px;
  border: 1px solid #eceff1;
  border-radius: 12px;
  background: transparent;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
  /* margin: 16px 0 50px; */
}

/* Title */
.modali-variants__title {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color);
}



#add-to-cart-form .add-to-cart {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-inline: 10px;
  margin: 15px 0;
  gap: 20px;
}









/* Fieldset and legend */
.chips-fieldset {
  margin: 0;
  padding: 12px;
  border: 1px solid #e6eaee;
  border-radius: 10px;
  background: transparent;
}

.chips-legend {
  margin-inline-start: 6px;
  padding: 0 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-color);
  border-bottom: initial;
  width: max-content;
}

/* Chip group */
.chips-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

/* Chip control */
.chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 1px solid #dfe3e8;
  border-radius: 9999px;
  background: #fff;
  cursor: pointer;
  user-select: none;
  transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}

.chip:hover {
background: #fafbfc;
}

/* Hide the native radio, but keep it accessible */
.chip input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Label inside the chip */
.chip__label {
  display: inline-block;
  padding: 8px 14px;
  font-size: 13.5px;
  color: #333;
}

/* Selected state */
.chip input[type="radio"]:checked+.chip__label {
  color: #0d47a1;
  background: rgba(25, 118, 210, .08);
  border-radius: 9999px;
  box-shadow: 0 0 0 3px rgba(25, 118, 210, .12) inset;
}

.variant-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 8px 0 16px;
}

.variant-summary__label {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 6px;
}

.variant-summary__value {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-available {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 9999px;
  background: rgba(25, 118, 210, .08);
  color: #0d47a1;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  box-shadow: 0 0 0 3px #1976d2 inset;
}

