*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    user-select: none;
}
:root{
    --main-color: rgba(60, 57, 54, 0.936);
    font-weight: lighter;
}
.c{
    font-size: 4px;
    color: aliceblue;
    position: relative;
    bottom: 4px;
}
.l{
    cursor: pointer;
}
.nav-offer {
            top: 0;
            left: 0;
            display: flex;
            max-width: 100%;
            overflow: hidden;
            padding: 10px 0;
            background: red;
            color: white;
            box-shadow: inset 0  0 1px 1px  rgba(56, 46, 46, 0.342);
}
.nav-content{
            font-size: 17px;
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
            font-weight: 600;
            width: 100%;
            animation:s 6s linear infinite both;
            
}
@keyframes s{
            from{ transform: translateX(0%); }
            to{ transform: translateX(-50%); }
}
.nav-offer:hover .nav-content {
            animation-play-state: paused;
}
.container{
    padding: 10px 10px;
    max-width: 100%;
    margin-bottom: 20px;
}
.nav-static{
    position: relative;
    top: 20px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.left-icon{
    display: flex;
    gap: 14px;
    
}
.product-count{
    font-weight: 500;
    font-size: 18px;
    max-width: fit-content;
    margin: 10px auto;
    color: var(--main-color);
    margin-bottom: 15px;
}
.logo h2{
    font-size: 20px;
}
.l{
    color:var(--main-color);
    font-size: 20px;
}
.information h4{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
.black{
    background-color: rgb(5, 1, 44);
}
.red{
    background-color: rgb(235, 35, 35);
}
.l{
    color: #151414;
    font-size: 23px;
}
.image img{
    max-width: 100%;
    border-radius: inherit;
}
p{
    color: var(--main-color);
}
.colors{
    display: flex;
    gap: 10px;
    margin-top: 5px;
}
.colors .color{
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 50%;
}
.colors .active{
    border: solid rgba(23, 121, 106, 0.824) 1.8px;
}
.colors .color:hover{
    border: solid rgb(70, 68, 68) 1px;
}
.bege{
    background-color: antiquewhite;
}
.white{
    background-color: rgb(222, 220, 218);
}
.papy-blue{
    background-color: rgb(75, 107, 171);
}
.footer{
    width: 100%;
    padding: 47px 18px;
    font-family:sans-serif;
    background-color: rgb(28, 27, 27);
}
.footer h3{
    color: aliceblue;
    letter-spacing: 0.1px;
}
.blue{
    background-color: rgb(16, 16, 133);
}
.email{
    padding: 13px ;
    margin-top: 20px;
    min-width: 100%;
    border: solid 1px rgb(88, 85, 85);
    border-radius: 4px;
    font-size: 20px;
    color: aliceblue;
    background-color: rgb(28, 27, 27);
}
.footer h2{
    margin-top: 40px;
    color: aliceblue;
    font-size: 14px;
}
.footer ul{
    list-style: none;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
ul li{
    width: 230px;
}
a{
    text-decoration: none;
    transition: 0.4s;
    font-size: 15px;
    color: rgba(128, 131, 133, 0.756);
}
/* a:hover{
    color: aliceblue;
} */
.footer p{
    margin-top: 7px;
}
.icons-link{
    margin-top: 15px;
}
.t{
    color: rgb(233, 236, 239);
    font-size: 20px;
}
.icons-link span{
    margin-right: 10px;
} 
/* .icons-link span:hover{
    color: rgb(159, 152, 152);
} */
.footer h6{
    color: rgb(180, 185, 189);
    margin-top: 50px;
    font-weight: 100;
}
.logo{
    width: 40px;
    height: 40px;
    font-size: 25px;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 50%;
    right: 20px;
    bottom: 20px;
    color: #352525ea;
    font-family: sans-serif;
    position: relative;
}
.white{
    background-color: rgb(254, 253, 251);
    outline: solid 0.1px rgb(128, 124, 124);
}
.gray{
    background-color: #bab7b7cb;
}
.blue2{
    background-color: rgb(5, 5, 57);
}
.logo::after{
    content: 'C';
    font-size: 24px;
    position: absolute;
    right: 11px;
    font-family: sans-serif;
    top: 50%;
    transform: translateY(-50%);
}
.logo::before{
    content: 'CLOTES';
    position: absolute;
    color: rgb(137, 17, 17);
    bottom: -24px;
    font-weight:100;
    left:-30px;
    font-family: sans-serif;
}
.menue-mob{
    width:96.5%;
    height: 10px;
    position:fixed;
    display: flex;
    justify-self: center;
    transition: 0.4s ease-in;
    bottom: 15px;
    background-color: white;
    z-index: 9999999;
    padding: 10px 15px;
    border-radius: 10px;
    opacity: 0;
}
ul{
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
}
.cl{
    position: absolute;
    top:-65px;
    z-index: 9999999949999999999999099999999999;
    left: 50%;
    font-size: 19px;
    min-width: 50px;
    display: flex;
    cursor: pointer;
    align-content: center;
    border-radius: 50%;
    height: 50px;
    display: inline-block;;
    background-color: white;
    transform: translateX(-50%);
}
.menue-mob li {
        font-size: 21px;
        font-weight: 600;
        display: flex;
        max-width: 91%;
        justify-content: space-between;
        letter-spacing: 0.2px;
        font-family: sans-serif;
        color: rgb(42, 41, 40);
}
.menue-mob  .links{
    margin-top: 40px;
}
.menue-mob  .links a{
    color: rgb(59, 57, 57);
}
.menue-mob .icons-link{
    margin-top: 60px;
    margin-bottom: 20px;
}
.menue-mob .icons-link span{
    color: rgb(59, 57, 57);
}
.menue-mob .icons-link span:hover{
    color: rgb(182, 187, 190);
}
.menue-mob h1{
        font-size:14px;
        position: absolute;
        right: 20px;
        font-family: sans-serif;
        bottom:30px;
        
}
.one, .two{
    width: 100%;
    height: 100%;
}
.image{
    position: relative;
    height: 64%;
    border-radius: 6px;
    overflow: hidden;
}
.quick-add span{
    margin-right: 7px;
}
.quick-add{
    position: absolute;;
    bottom: 6%;
    right: 10%;
    color: white;
    background-color: #151414;
    padding:10px 20px;
    border: none;
    opacity: 0;
    font-size: 13px;
    transform: 0.8s;
    letter-spacing: 0.2px;
    font-weight:bold;
    font-family: sans-serif;
    border-radius: 20px;
}
.quick-add:hover{
    border: solid 2px #151414;
    background-color: transparent;
    color: #151414;
    letter-spacing: 0.2px;
    font-size: 13px;
    font-weight:700;
    font-family: sans-serif;
}
.two{
    position: absolute;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}
.image:hover .two{
    opacity: 1;
}
.image:hover .quick-add{
    opacity: 1;
}
.content{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    column-gap: 10px;
    row-gap: 20px;
    max-width: 100%;
    height: fit-content;
    padding: 5px;
}
.content > div{
    width:100%;
    height: 350px;
}
.search-mob{
    background-color: rgb(255, 255, 255);
    width:96.5%;
    height: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5555;
    border: none;
    position: fixed;
    transition:0.2s ease-in;
    top: 14px;
    opacity: 0;
    border-radius: 10px;
    padding: 10px 20px;
}
.search-mob input{
    width: 100%;
    height: 50%;
    font-size: 19px;
    background-color: transparent;
    border: none;
    font-weight: 700;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom:solid rgba(12, 12, 12, 0.877) 2px;
}
.access, .sale{
        color: #000;
        font-size: 21px;
        font-weight: 600;
        letter-spacing: 0.2px;
        font-family: sans-serif;
        color: rgb(42, 41, 40);
}

.clo{
    position: absolute;
    top: 114px;
    z-index: 99999999999999999999999999999;
    left: 50%;
    font-size: 19px;
    min-width: 50px;
    display: inline-block;
    padding: 14px;
    cursor: pointer;
    border-radius: 50%;
    background-color: white;
    transform: translateX(-50%);
}
.search-mob input:focus{
    outline: none;
}
/* .two_appear{
    transition: 0.2s ease-in;
    width: 100%;
    height: 10px;
    opacity: 0;
    padding: 20px 7px;
    z-index: -24443939383382553;
    border-radius: inherit;
    background-color: rgb(255, 255, 255);
    position: absolute;
    right:0;
    top: 0;
} */
.back-k, .back-m ,.back-w ,.back-n{
    border: none;
    font-size: 14px;
    margin-left: 7px;
    color: #716d6df2;
    font-family: sans-serif;
    cursor: pointer;
    background-color: transparent;

}
.kids_appear a{
    display: block;
    font-size: 22px;
    font-weight: 700;
    padding:8px;
    margin-left: 3px;
    margin-top: 7px;
    letter-spacing: 0.2px;
    font-family: sans-serif;
    color: rgb(42, 41, 40);

}
.appear{
    height: 100%;
    width: 100%;
    position: absolute;
    transition: 0.3s ease-in;
}
.three_appear, .four_appear, .New_appear, .two_appear{
    opacity: 0;
    display: flex;
    position: absolute;
    right:-100%;
    width: 100%;
    transition: 0.3s ease-in;
    z-index: -344;
    flex-direction: column;
    gap: 24px;
}
.appear .men{
    width: 97%;
    margin-left: -8px;
}
.back-m, .back-w ,.back-n{
    text-align: start;
    margin-top: 12px;
}
.three_appear button, .four_appear button, .New_appear button{
text-align: start;
border: none;
background-color: transparent;
}
.men span{
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: flex;
    transition: 0.3s;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(181, 186, 189, 0.616);
}
.men{
    width: 97%;
    display: flex;
    font-size:22px ;
    font-weight: 700;
    padding:8px;
    transition: 0.3s ease-in;
    margin-top: 7px;
    letter-spacing: 0.2px;
    font-family: sans-serif;
    justify-content: space-between;
}
.men:hover span{
    background-color: rgba(12, 12, 12, 0.877);
    color:#ffffff;
}
.three_appear a, .four_appear a, .New_appear a{
    display: block;
    font-size: 22px;
    transition: 0.3s;
    font-weight: 700;
    padding:8px;
    margin-left: 3px;
    margin-top: 7px;
    letter-spacing: 0.2px;
    font-family: sans-serif;
    color: rgb(42, 41, 40);
}
.main{
    position: relative;
    width: fit-content;
}
.main::before{
    content: '';
    position: absolute;
    background-color: rgb(15, 15, 15);
    height: 1px;
    left: 0;
    bottom: -2px;
    width: 0;
    transition: 0.3s ease-in-out;
}
.main:hover::before{
    width: 100%;
}
.cart_down{
    width: .5%;
    overflow: hidden;
    position: fixed;
    top: 10px;
    background-color: rgb(255, 255, 255);
    height: 97vh;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    opacity: 0;
    transition: 0.15s ease-in;
    z-index: 99999999999999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con{
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: 0.7s;
    opacity: 0;
    font-family: sans-serif;
    justify-content: center;
    align-items: center;
}
.con span{
    display: block;
}
.con button{
    padding: 15px 25px;
    border: none;
    background-color: #151414;
    color: white;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.2px;
    font-family: sans-serif;
    border-radius: 20px;
    transition: 0.3s;
}
.con button:hover{
    background-color: transparent;
    color: #151414;
    border: solid 1px #151414;
}
.clos{
    position: absolute;
    right: 17px;
    top: 17px;
}
.cart-up{
    position: fixed;
    bottom: 10px;
    width: 95%;
    opacity: 0;
    left: 50%;
    transition: 0.34s ease-in;
    border-radius: 10px;
    transform: translateX(-50%);
    background-color: rgb(255, 255, 255);
    height: 1%;
}

.con-up{
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: 0.2s ease-in;
    opacity: 0;
    justify-content: space-around;
}
.upper{
    display: flex;
    align-items: center;
    gap: 30px;
}
.photo img{
    width: 100px;
    height: 120px;
    border-radius: 10px;
}
.infoo h5{
    font-size: 17px;
    font-family: sans-serif;
    margin-bottom: 10px;
}
.infoo{
    margin-top: 10px;
}
.infoo .a-offer{
    font-size: 18px;
    margin-right: 8px;
    color: rgb(235, 35, 35);
}
.infoo .b-offer{
    font-size: 18px;
    position: relative;
    color: #534f4fe2;
    padding: 0 0.4px;
}
.b-offer::before{
    content: '';
    position: absolute;
    background-color: #534f4fe2;
    height: 1px;
    width: 100%;
    bottom: 50%;
    left: 0;
}
.midle{
    margin: 0 auto;
}
.color, .size{
    display: flex;
    margin-bottom: 10px;
    flex-direction: column;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.para{
    font-size: 18px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: rgba(89, 88, 87, 0.833);
}
.para span{
    color: rgb(14, 14, 14);
    font-size: 18px;
}
.color1, .color2, .choice-size > div{
    width: 125px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
    padding: 13px 25px;
    border:solid 1px rgba(176, 169, 169, 0.765);
    border-radius:25px
}
.choice-color, .choice-size{
    display: flex;
    gap: 10px;
    width: fit-content
}
.choice-size div{
    width: 100px;
    padding: 13px 25px;
    border-radius: 25px;
}
.bege-color{
    color: #dfcfb0;
}
.choice-size >div{
    justify-content: center;
    font-size: 20px;
}
.size .para{
    font-size: 20px;
    letter-spacing: 0.3px;
}
.choice-size >div:hover,.choice-color >div:hover{
    border: solid 1.3px rgba(12, 12, 12, 0.877);
    color: rgb(12, 12, 12);
}
.last{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.con-up button{
    width: 100%;
    padding: 16px 60px;
    background-color: #151414;
    color: white;
    border-radius: 30px;
    font-size: 15px;
    font-family: sans-serif;
    cursor: pointer;
    border:solid 1px  #151414; 
    transition: 0.3s;
    font-weight: 700;
    letter-spacing: -0.3px;
}
.con-up button:hover{
    background-color: transparent;
    color: #000; 
}
.close-cart2{
    display: flex;
    position: absolute;
    background-color: rgb(255, 255, 255);
    top: -65px;
    left: 50%;
    z-index: 999999999999999999999999444444444444444444444444444444444499999999999999999;
    transform:translateX(-50%);
    font-size: 20px;
    color: #000;
    border: none;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius:50% ;
    cursor: pointer;
}
.green{
    background-color: rgb(6, 92, 6);
}
.active{
    border: solid 1.8px rgb(254, 0, 0);
}
.men{
    max-width: 93%;
}
#cart{
    position: relative;
}
.num-cart{
    position: absolute;
    font-size: 9px;
    width: 16px;
    right: -10px;
    top:-10px;
    height: 16px;
    background-color: #1bc25b;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    border-radius: 50%;
}
.addtocart{
position: relative;
overflow: hidden;
}
.addtocart :nth-child(1){
    display: block;
    position:absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%,50%);
    transition: .9s;
}
.loding{
    width: 18px;
    position: absolute;
    height: 18px;
    bottom: 110%;
    transition: 0.2s;
    right: 50%;
    transform: translate(50%,50%);
    border-color: rgb(25, 165, 128) rgb(52, 49, 49) teal rgb(0, 0, 0);
    border-style:  solid solid dotted dotted;
    border-width:2px ;
    border-radius: 50%;
    animation: loding linear 3s infinite;
}
@keyframes loding{
    from{
        transform: rotate(0);
    }
    to{
        transform: rotate(360deg);
    }
}
.con-up{
    position: relative;
}
.success{
    position: absolute;
    left: 50%;
    transition: 0.3s;
    top: -100%;
    transform: translate(-50%);
    font-size: 13px;
    color: rgb(22, 210, 60);
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgba(217, 212, 212, 0.162);
    padding: 5px 2px;
    text-align: center; 
    border-radius: 6px;
}
.addtocart:hover{
    color: white;
    background-color: transparent;
}