::-webkit-scrollbar {
    display: none;

}
* {
    box-sizing: border-box;
}
html, body {
    margin: 0 !important;
    padding: 0 !important;
}


a{
    color: black;
}
i:hover{
    cursor: pointer;
}
.opacity{
    opacity: 0.2;
    animation-duration: 1s;
}
body{
 font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}
#navbar {
    transition: all 0.4s ease-in-out;
}

#navbar.scrolled {
    padding-top: 50px !important;
    background-color: rgba(255, 255, 255, 0.7);
}

  #navbar2.scrolled {
    background-color: rgba(255, 255, 255, 0.7);
    animation-duration: 0.5;
  }
.navbar{


    background-color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}
a
{
    text-decoration: none;
}
ul{
    list-style-type: none;
}
nav li a{
    color: black;
    font-size: larger;
}

.recherche{
    display: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: fixed !important;
    z-index: 50000 !important;
    right: -100px;
    top: -100px;
    background-color: white;
    margin-top: 100px;
    height: 100vh;
}
.recherche-input{
    padding: 10px;
    border: 2px solid black;

}
.recherche-input::placeholder{
    color: black;
}
.input-with-icon {
    position: relative;
}
.fa-bag-shopping , .fa-magnifying-glass{
    font-size: large;
}
.input-with-icon .icon {
    position: absolute;
    right: 0.75rem; /* Adjust based on your needs */
    top: 50%;
    transform: translateY(-50%);
    z-index: 500; /* Adjust as needed */
    cursor: pointer; /* Ensures that the button appears clickable */
}

.recherche-input:focus {
    border: 2px solid gray;
    outline: none;
}

.icon:hover , .x:hover{
    cursor: pointer;
}
.x{
    font-size: x-large;
}
.panier{
    display: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: fixed !important;
    z-index: 50000 !important;
    right: -100px;
    top: -100px;
    background-color: white;
    margin-top: 100px;
    height: 100vh;
}
.left{
    border : 2px solid black;
    border-right: none;
    background-color: white;

}
.right{
    border : 2px solid black;
    border-left: none;
    background-color: white;

}
.center{
    border : 2px solid black;
    border-right: none;
    border-left: none;
    background-color: white;

}
.products{
    height: 60vh;
    overflow-y: scroll;
}
.commander{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: black;
    color: white;
    border: none;
    font-size: large;

}
.sous-total{
    background-color: whitesmoke;
    padding-top: 10px;
    padding-bottom: 10px;


}

.links{
    display: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: fixed !important;
    z-index: 50000 !important;
    left: -100px;
    top: -100px;
    background-color: white;
    margin-top: 100px;
    height: 100vh;
}
.links hr{
    margin-left: -50px;
}
.links li a{
    color: black;
    font-size: larger;
}
.contact a i {
    background-color: black;
    border-radius: 50%;
    padding: 10px;
    color: white;
}
.carousel{
    margin-top: 70px;
    height: 600px !important;



}
.carousel img {

    height: 90vh !important;
    width: 100% !important;
    object-fit: cover;
filter: contrast(0.7);
}
.caption{
    position: absolute;
    z-index: 50;
    margin-top: -400px;
    letter-spacing: 5px;
    line-height: 70px !important;
color: white;


}
.caption span {
    font-size: 30px;
    margin-top: 20px;
}
.decouvrez{
    color: white;
    background-color: black;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 2px;
    margin-top: 90px !important;

}
.item .card  , .item a .card img{
    border: none !important;
    border-radius: 0;
    height: 400px !important;



}
.services{



    padding-top: 100px;
    padding-bottom: 50px;
}
.service{
    margin-bottom: 60px;
}
.service i {
    font-size: x-large;
    margin-bottom: 20px;
    background-color: black;
    color: white;
    padding: 20px;
    border-radius: 50%;
}
.service h6{
    font-size: larger;
}
.categories .item .card-title{
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    color: black;
}
.produit img{
    height: 370px !important;
}

.produit{
    margin-top: 50px;
}
.produit h4 , .produit h5{
    color: black;
}
.produits .img-container {
    position: relative;
    width: 100%;
    margin-bottom: 390px;
}
.solde .img-container {
    position: relative;
    width: 100%;
    margin-bottom: 320px;
}
.main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto !important;
    transition: opacity 0.5s ease;
    object-fit: cover;
}

.second-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.5s ease;
    object-fit: cover;
}

.img-container:hover .main-img {
    opacity: 0;
}

.img-container:hover .second-img {
    opacity: 1;
}
.cart-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease;
     background-color: white;
    color: black;
    padding: 13px;
    border-radius: 50%;
}
.cart{
    position: relative;
    top: 20px;
    left: 30%;
    font-size: 24px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease;
     background-color: white;
    color: black;
    padding: 13px;
    border-radius: 50%;
}

.img-container:hover .cart-icon {
    opacity: 1;

}
.img-container:hover .cart {
    opacity: 1;

}
.solde .item img{
    height: 350px !important;
}
.solde .item h4 , .solde .item h5{
    color: black;

}
footer{
    background-image: url(images/25694855_sl_0210121_40570_43\ 1.05.12\ PM.jpg);

}
footer a{
    color: white;
}
@media only screen and (max-width: 830px) {
    .large-nav , .checkout{
        display: none !important;
    }
    .cart{
      opacity: 0;
    }
    .produit img{
        height: 300px !important;
        object-fit: cover;
    }
    .img-container {

        margin-bottom: 350px;
    }
    .produits .img-container {
        position: relative;
        width: 100%;
        margin-bottom: 340px;
    }
    .story img{
        min-height: 70vh;
        margin-bottom: 170px !important;

    }
    .story .brand{
        font-size: 0.8rem

    }
    .story .text{
        line-height: 50px; font-size: 1rem;
    }

    .caption h1{

    font-size: 0.9rem !important;
    line-height: 50px;


    }
    .caption span {
        font-size: 1.2rem !important;
        margin-top: 20px;
    }
}


@media only screen and (min-width: 830px) {

    .small-nav , .links {
        display: none !important;
    }

}


.slide-left {
	-webkit-animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2024-7-7 15:26:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-left
 * ----------------------------------------
 */
 @-webkit-keyframes slide-left {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-100px);
              transform: translateX(-100px);
    }
  }
  @keyframes slide-left {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-100px);
              transform: translateX(-100px);
    }
  }


  .slide-right {
	-webkit-animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2024-7-7 15:34:49
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-right
 * ----------------------------------------
 */
 @-webkit-keyframes slide-right {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(100px);
              transform: translateX(100px);
    }
  }
  @keyframes slide-right {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(100px);
              transform: translateX(100px);
    }
  }
  .tracking-in-contract {
	-webkit-animation: tracking-in-contract 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-contract 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2024-7-7 19:15:14
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-contract
 * ----------------------------------------
 */
 @-webkit-keyframes tracking-in-contract {
    0% {
      letter-spacing: 1em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      letter-spacing: normal;
      opacity: 1;
    }
  }
  @keyframes tracking-in-contract {
    0% {
      letter-spacing: 1em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      letter-spacing: normal;
      opacity: 1;
    }
  }

.body{
    margin-top: 150px;
}

  .product-image-container {

    position: relative;
    overflow: hidden;


    height: auto; /* Adjust height as per aspect ratio of your images */
}

.product-image {
    display: block;
    transition: transform 0.3s ease;
    object-fit: cover;
}

.zoom-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 200% 200%; /* Initial background size for zoom effect */
    background-repeat: no-repeat;
    pointer-events: none; /* Ensures events pass through to the image */
    display: none;
}
.product-image-container {
    height: 600x;
}
.product-image-container  img{
    height: 600px;

}

.pictures img{
    height: 100px;
    margin-top: 30px;
}
.selected {
    opacity: 0.5;
}
.title{
    font-weight: bolder;

}
.taille{
    border: 3px solid black;
    padding: 10px;
    width: fit-content;
    height: 40px;

}
.acheter{
    background-color: black;
    color: white;
    padding-top: 15px !important;
    padding-bottom: 15px !important ;
     font-size: larger;
}
.qte{
    padding-top: 5px !important;
    padding-bottom: 5px !important ;

}
.taille:hover , .taille:target{
    background-color: black;
    color: white;
    cursor: pointer;
}
.selectedT{
    background-color: black !important;
    color: white !important;

}
.order{
    margin-top: 150px;
}
.order-form input , .order-form select{
 border: 1px solid silver !important;
 border-radius: 0px !important;
 padding: 10px;
}
.order-img{
    height: 120px;
}
.second-part {
    height: 70vh;
}
.table{
    height: 20vh;
    overflow-y: scroll;
}
 input:focus ,  select:focus , .order-form input:focus , .order-form select:focus{
    border: 2px solid gray !important;
    outline: none !important;
}

.delivery-radios{
    border: 1px solid silver;
    padding: 20px;
    font-size: larger;
}



.delivery-radios input[type="radio"] {
    display: none;
}


.custom-radio {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
}


.radio-checkmark {
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    background-color: white;
    border: 2px solid black;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: background-color 0.3s ease;
}


.delivery-radios input[type="radio"]:checked + .custom-radio .radio-checkmark {
    background-color: black;
}


.radio-checkmark::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}


.delivery-radios input[type="radio"]:checked + .custom-radio .radio-checkmark::after {
    opacity: 1;
}
.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.success-message {
    display: none;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 500px;
    text-align: center;
    background-color: black;
    justify-content: center;
    z-index: 10000000;
   padding-left: 10px !important;
   padding-right: 10px !important;
   margin-top:55vh !important;


}
.fa-circle-check{
    color: white;
    font-size: 50px;
}
.fermer{
    background-color: white;
    padding: 20px;
}
.story , .story .card-img {
height: 60vh !important;
border-radius: 0px !important;


}
.text-card{
     margin-top: 10% !important;
      color: white;

    line-height: 2;
}
