
*{
    box-sizing: border-box;
    margin: 0;
    text-decoration: none;
    /* padding: 0; */
}
@font-face {
    font-family: IRANYekan;
    src: url(BYekan/BYekan+.ttf);
}
@font-face {
    font-family: LibreBarcode;
    src: url(LibreBarcode39Text-Regular.ttf);
}
@font-face {
    font-family: chamran;
    src: url(A-Chamran/Chamran.ttf);
}
@font-face {
    font-family: IRAN;
    src: url(A-Iranian-Sans/Iranian\ Sans.ttf);
}
.header{
    /* background-color: red; */
    margin-bottom: 0%;
}
.top-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: green; */
    gap: 10px;
    /* position: fixed; */
}
.top-header .logo{
    /* background-color: red; */
    /* border: 2px solid blue; */
    width: 20%;
    height: 30px;
    /* text-align: right; */
    justify-content: space-between;
    margin-right: 5%;
}
.top-header .inter{
    border: 1px solid black;
    width: 10%;
    height: 30px;
    display: flex;
    justify-content: center;
    margin-left: 12%;
    align-items: center;
    border-radius: 10px;
}
.top-header .inter a{
    color: black; 
}
.bottom-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: red; */
    gap: 10px;
    margin-bottom: 5px;
}
.nav{
    /* background-color: green; */
    width: 80%;
    height: 30px;
    /* border: 2px black solid; */
    margin-right: 5%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: IRANYekan;
    font-size: 15px;
}
.nav i{
    margin-left: 5px;
}
.nav a{
    color: black;
    font-size: 10px;
    padding: 1%;
}
.location{
    /* background-color: purple; */
    width: 20%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 2px black solid; */
    margin-left: 5%;
    text-align: center;
}
.location a i{
    color: black;
    margin-left: 5px;
}
.location a{
    color: black;
    font-size: 10px;
    padding: 4px;
}
.cover{
    margin-left: 15%;
    margin-right: 15%;
    height: 300px;
    margin-top: 1%;
}
.cover img{
    border-radius: 10px;
    position: relative;
}
.buy{
    text-align: right;
    width: 20%;
    height: 100px;
    position: absolute;
    top: 30%;
    left: 20%;
}
.cover .buy h1{ 
    font-size: 30px;
    color: black;
}
.cover .buy span{
    font-size: 20px;
    color: black;
    font-family: IRANYekan;
}
.cover .buy a{
    color: black;
    font-size: 15px;
    background-color: tomato;
    border-radius: 15px;
    padding: 3px;
    width: 20%;
    display: inline-block;
    text-align: center;
    transition: 0.7s;
    margin-top: 8%;
    font-family: IRANYekan;
}
.buy a:hover{
    background-color: purple;
}
.style{
    margin-right: 15%;
    margin-left: 15%;
    height: 200px;
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center; 
    background-image: linear-gradient(to left bottom, #371b05, #5f2f0e, #8c4411, #ba5b12, #eb7212);
    border-radius: 10px ;
    gap: 1%;
    margin-bottom: 2%;
}
.wearings{
    display: flex;
    justify-content: center;
}
.glass{
    width: 13%;
    height: 150px;
    border: 1px solid gray;
    background-color: white;
    border-right: 1px solid brown;
    /* margin-right: 1% ; */
    /* margin-left: 1% ; */
    padding: 20px;
    text-align: center;
}
.glass a{
    color: red;
    text-align: center;
    font-size: 5px;
}
.glass span{
    text-align: left;
    font-size: 10px;
    color: black;
}
.glass p{
    background-color: darkred;
    color: white;
    border-radius: 10px;
    width: 50%;
    height: 15px;
    font-size: 10px;
    text-align: center;
    margin-right: 20%;
    margin-top: 4%;
}
.sort{
    text-align: center;
    color: black;
    width: 100%;
    height: 30px;
    font-size: 20px;
}
.coat{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 1px;
    margin-left:  15%;
    margin-right: 15% ;
    height: 200px;
    border-radius: 10px;
    gap: 2%;
    margin-bottom: 2%;
}
.suit{
    width: 23% ;
    height: 170px;
    text-align: center;
    align-items: flex-end;
}
.suit span{
    color: black;
    font-size: 10px;
    font-weight: bold1;
    font-family: chamran;
}
.watch{
    width: 70%;
    margin-right: 15% ;
    margin-left:  15%;
    height:365px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content:flex-start;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 2%;
}
.wallet{
    width: 49%;
    height: 180px;
    border-radius: 10px;
    position: relative;
}
.middle{
    text-align: right;
    width: 20%;
    height: 100px;
    position: absolute;
    top: 2%;
    left: 4%;
}
.middle h1{
    font-size: 15px;
    color: black;
    font-weight: bold;
}
.middle span{
    color: black;
}
.middle .one{
    color: black;
    font-size: 15px;
    background-color: tomato;
    border-radius: 15px;
    padding: 3px;
    width: 60%;
    display: inline-block;
    text-align: center;
    transition: 0.7s;
    margin-top: 15%;
}
.middle .one:hover{
    background-color: purple;
}
.wallet img{
    border-radius: 10px;
}
.suggestion{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    margin-bottom: 2%;
}
.neck{
    border: 1px gray solid;
    width: 70%;
    margin-left:  15%;
    height: 210px;
    margin-right: 15% ;
    /* background-color:  lightgray; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    /* gap: 1%; */
    border-radius: 10px;
    margin-bottom: 2%;

}
.short{
    width: 13%;
    height: 100px;
    background-color: lightgray;
    /* border: 3px solid deeppink; */
    margin-bottom: 1%;
    border: 1px gray solid;
    border-radius: 10px;
}
.aks{
    border-radius: 50%;
    text-align: center;
    margin-top: 5%;
    height: 70px;
    width: 70%;
    /* background-color: red; */
    margin-right: 15%;
}
.aks img{
    border-radius: 50%;
    border: 2px solid gray;
    background-color: lightgray;
    margin-top: 7%;
}
.short P{
    font-size: 10px;
    text-align: center;
    font-family: chamran;
}
.short a{
    color: black;
}
.box{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    border-radius: 10px;
    border: 1px solid lightgray;
    height: 190px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    flex-direction: row-reverse;
    margin-bottom: 2%;
}
.four{
    width: 25%;
    height:  190px;
    /* background-color: red; */
    border: 1px solid  lightgray;
    border-radius: 10px;
    position: relative;
}
.four h6{
    color: black;
    position: absolute;
    top: 5%;
    left: 2%;
    font-size: 15px;
    font-family: IRANYekan;
}
.four span{
    color: black;
    position: absolute;
    top: 10%;
    left: 2%;
    margin-top: 4%;
}
.four img{
    border-radius: 10px;
    width: 100%;
    height: 180px;
}
 .link{
    display: block;
    color: black;
    border: 1px solid  purple;
    width: 30%;
    height: 25px;
    background-color: lightgray;
    text-align: center;
    margin-top: 1%;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-30px, 10px);
    border-radius: 10px;
}
.link a{
    color: black;
    font-size: 15px;
    font-family: Verdana;
}
.link a:hover{
    color: deeppink;
}
.high-sale{
    width: 70%;
    margin-left: 15%;
    margin-right:15% ;
    /* background-color: tomato; */
    height: 350px;
    border-radius: 10px;
    border: 1px solid lightgray;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1%;
    margin-bottom: 2%;
}
.products{
    width: 25%;
    height: 350px;
    /* background-color: green; */
    /* border: 2px solid blue; */
    border-radius: 10px;
}
.item-1{
    width: 100%;
    height: 110px;
    margin-bottom: 4%;
    border: 1px solid purple;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2%;
}
.item-2{
    width: 100%;
    height: 110px;
    margin-bottom: 4%;
    border: 1px solid purple;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2%;
}
.item-3{
    width: 100%;
    height: 110px;
    margin-bottom: 4%;
    border: 1px solid purple;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2%;
}
.picture{
    width: 30%;
    height: 70px;
}
.text{
    width: 70%;
    height: 70px;
}
.text p{
    margin-top: 10%;
    font-family: IRAN;
    font-size: 14px;
    color: black;
}
.number{
    vertical-align: bottom;
    color: black;
    margin-top: 0;
    font-size: 20px;
    width: 15%;
    height: 70px;
    text-align: left;
    align-items: center;
    display: flex;
}
.number span{
    margin-top: 20%;
    color: blue;
    font-size: 20px;
    font-weight: bold;
}
.mix{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 70px;
    flex-direction: row-reverse;
    gap: 5%;
}
.most-repeated{
    /* background-color: red; */
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    height: 450px;
    /* border: 2px solid blue; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-start;
    border-radius: 10px;
    margin-bottom: 2%;
    
}
.ring{
    /* background-color: green; */
    border: solid 1px lightgray;
    width: 16.6%;
    height: 150px;
    text-align: center;
    border-radius: 10px;
}
.most-repeated a{
    color: black;
    font-size: 10px;
}
.ring span{
    font-size: 10px;
    color: white;
    background-color: darkred;
    width: 100%;
    height: 20px;
    border-radius: 10px;
    margin-right: 40%;
    padding: 2px;
}
.topic{
    width: 100%;
    height: 30px;
    text-align: center;
    color: black;
    font-size: 20px;
    margin-bottom: 2%;
}
.topic i{
    color: yellow;
    font-size: 20px;
}
.favorite{
    /* background-color: green; */
    width: 70%;
    margin-right: 15% ;
    margin-left: 15% ;
    height: 115px;
    border-radius: 10px;
    gap: 0.5%;
    display: flex;
    align-items: flex-start;
    border: 1px solid gray;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 2%;
}
.bran{
    width: 10%;
    height: 90px;
    /* background-color: red; */
    border-right: 1px solid lightgray;
}
.more{
    /* background-color: red; */
    width: 70%;
    height: 30px;
    margin-left: 15%;
    margin-right: 15%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2%;
}
.see{
    width: 20%;
    height: 30px;
    /* background-color: green; */
}
.see i{
    font-size: 12px;
}
.monday{
    width: 70%;
    height: 200px;
    margin-left: 15%;
    margin-right: 15%;
    /* background-color: red; */
    border-radius: 10px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 1%;
    flex-direction: row-reverse;
    margin-bottom: 2%;
}
.friday{
    width: 25%;
    height: 200px;
    /* background-color: green; */
    border-radius: 10px;
    border: 1px solid lightgray;
    text-align: center;
}
.friday p{
    color: black;
    font-size: 10px;
}
.friday img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.footer1{
    width: 90%;
    margin: auto;
    height: 350px;
    display: flex;
    gap: 1%;
    border: 1px solid lightgray;
    margin-bottom: 2%;
}
.bottom-header{
    width: 90%;
    height: 50px;
    margin: auto;
    margin-bottom: 2%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.return{
    width: 10%;
    height: 50px;
    align-items: center;
    display: flex;
}
.return a{
    color: black;
}
.return i{
    color: black;
}
.company{
    width: 25%;
    height: 350px;
    border: 1px solid lightgray;
    text-align: right;
}
.company p{
    margin-top: 4%;
    margin-right: 2%;
    font-family: IRAN;
}
.connect-1{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-right: 10%;

}
.email{
    background-color:lightgray;
    border-radius: 7px;
    width: 75%;
    height: 30px;
    text-align: right;
    display: inline-block;
    margin-top: 10%;
    margin-right: 1%;
}
.email p{
    margin-top: 2%;
    margin-right: 2%;
}
.email-1{
    background-color:lightgray;
    border-radius: 7px;
    width: 18%;
    height: 20px;
    text-align: center;
    display: inline-block;
}
.connect-1 a{
    margin-left: 15%;
    color: lightgray;
}
.connect-1 svg{
    font-size: 50px;
}
/* .company a{
    display: block;
    color: black;
    font-size: 15px;
    padding: 5%;
} */
.company h2{
    text-align: right;
    font-size: 15px;
    margin-bottom: 10%;
    font-family: IRANYekan;
}
.up{
    position: relative;
    /* border: 2px solid blue; */
    margin-bottom: 4%;
}
.down{
    position: absolute;
    bottom: 0%;
    left: 15%;
    width: 70%;
    text-align: center;
    height: 20px;
}
.down a{
    color: black;
    font-family: IRANYekan;
}
.connect{
    text-align: right;
}
.connect a{
    display: block;
    /* padding: 20px; */
    margin-bottom: 4%;
    color: black;
    margin-right: 3% ;
    font-family: chamran;
    font-size: 12px;
}
.logos{
    width: 90%;
    margin: auto;
    height: 40px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1%;
}
.sib{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8%;
    height: 40px;
    border-radius: 10px;
    margin-left: 3%;
}
.maten{
    width: 30%;
    /* background-color: blue; */
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.lip{
    width: 40%;
    height: 40px;
}
.app{
    width: 60%;
    background-color: lightgray;
    border: 1px solid lightgray;
    border-radius: 10px;
    height: 40px;
    display: flex;
    align-items: center;
}
.app h3{
    font-size: 20px;
    font-family: IRANYekan;
}
.mic{
    /* background-color: tomato; */
    width: 60%;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.mic img{
    width: 100%;
    height: 200px;
}