html{
    scroll-behavior: smooth;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Tajawal', sans-serif;
    margin: 0;
    direction: rtl;
    text-align: right;
}
body .popup{
    display: none;
}
.container{
    width: 1150px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
/* start header  */
.header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .container .mobile{
    display: none;
}
.header .container ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}
.header .container ul li{
    margin-right: 15px;
}
.header .container ul li a{
    text-decoration: none;
    color: #00000080;
}
.header .container ul li a:hover{
    color: #7FD3DF;
}
.header .container ul li a.active{
    color: #7FD3DF;
}
.header .container .spans span{
    margin-right: 10px;
    cursor: pointer;
}
/* start landing  */
.landing .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.landing .container .img{
    width: 50%;
}
.landing .container .text{
    text-align: center;
}
.landing .container .text p{
font-size: 27px;

line-height: 100%;
letter-spacing: 0;
}
.landing .container .text .p2{
font-size: 48px;
line-height: 100%;
letter-spacing: 0;
}
.landing .container .text {
    width: 50%;
}

.landing .container .text span{
    color: #fff;
    background-color: #7FD3DF;
    padding: 10px 30px;
    border-radius: 30px;
    margin-top: 30px;

}
.landing .container .img img{
    width: 100%;
}
.landing .arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 100px;
}
.landing .arrows .rspan{
    color:  #7FD3DF;
    padding: 5px 13px;
    border-radius: 50%;
    border: 1px solid  #7FD3DF;
    cursor: pointer;

}
.landing .arrows .lspan{
    color:  #fff;
    padding: 5px 13px;
    border-radius: 50%;
    /* font-weight: bold; */
    background-color:  #7FD3DF;
    border: 1px solid  #7FD3DF;
    
    cursor: pointer;
}
.landing .arrows .spn {
    padding: 8px 15px;
    border: 1px solid #EAEAEA;
    margin: 0 15px;
    border-radius: 20px;
}

.landing .arrows .spn span{
    display: inline-block;
    width: 10px ;
    height: 10px; 
    background-color: #EAEAEA;
    border-radius: 50%;
}
.landing .arrows .spn span:last-child{
    background-color: #7FD3DF;
}
/* start help  */
.help .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 5px solid #93CADE4D;
    margin-bottom: 30px;
}
.help .container .dev{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.help .container .dev .imgg{
    margin-left: 10px;
    margin-top: 0;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    padding: 10px 12px;

}
.help .container .dev .imgg img{
    width: 100%;
}
.help .container .dev .text .p1{
    font-size: 17px;
    line-height: 100%;
    font-weight: 500;
}
.help .container .dev .text .p2{
    color: #8E8E8E;
    font-size: 15px;
    font-weight: 400;
}
/* start products  */
.products .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.products .container .prod{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    width: 48%;
    margin-top: 80px;
    margin-bottom: 30px;
}

.products .container .prod .imgg{
    width: 50%;
}
.products .container .prod .imgg img{
    width: 100%;
}
.products .container .prod .txt{
    margin-right: -50px;
}
.products .container .prod .txt span{
    border-bottom: 3px solid #7FD3DF;
    cursor: pointer;
}
.products .container .prod .txt .par{
    font-size: 32px;
    font-weight: 700;
    line-height: 100%
}
.products .container .prod:first-child{
    background-color: #FFDBDF;
}
.products .container .prod:last-child{
    background-color: #D6F7FE;
}
/* start new products  */
.new-products .container .head{
text-align: center;
margin:30px auto;
font-weight: 700;
line-height: 100%;
color: #3B352F;
font-weight: bold;
padding-bottom: 15px;
border-bottom: 4px solid #7FD3DF;
width: 200px;
}
.new-products .container .prods{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.prods .prod{
    margin-bottom: 30px;
}
.prods .prod .imag{
    position: relative;
}
.prods .prod .imag img{
    width: 100%;
}
.prods .prod .imag span{
    position: absolute;
    top: 15px;
    right: 15px;
}
.prods .prod .stars{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 15px;
    margin-top: 15px;
}
.prods .prod .stars .text span{
color: #7FD3DF;
font-weight: 700;
line-height: 100%;
}
.prods .prod .txt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 15px;
}
.prods .prod .txt p{
    font-weight: 500;
}
.prods .prod .txt span{
    color: #7FD3DF;
font-weight: 400;
line-height: 100%;
text-decoration: line-through;
}
.prods .prod .size{
    padding:0 15px;
    margin-top: 5px;
}
.prods .prod .size span{
padding: 5px 7px;
font-size: 15px;
border: 1px solid #44444433;
font-size: 18.53;
font-weight: 300;
line-height: 100%;
width: 30px;
height: 30px;
text-align: center;
cursor: pointer;
}
.size span.active{
    background-color: #7FD3DF;
    color: #fff;
    border: 1px solid #7FD3DF;
}
/* start newest  */
.newest{
    margin: 30px auto;
    text-align: center;
    background-color: #BDE6FC;
    position: relative;
}
.newest:before{
position: absolute;
content: "";
bottom: 0;
left: 10px;
background-image: url(images/g1.svg);
width: 300px;
height: 400px;
}
.newest:after{
position: absolute;
content: "";
bottom: 30px;
right: 80px;
background-image: url(images/g2.svg);
width: 400px;
height: 500px;
}
.newest p:first-child{
    font-size: 25px;
    font-weight: 500;
    line-height: 100%;
    color: #000000;
}
.newest .textdev{
    /* margin: 30px auto; */
    padding: 50px 0 60px 0;
}
.newest p:nth-child(2){
    font-size: 60px;
    font-weight: 900;
    color: #9363B5;
    line-height: 100%;
    letter-spacing: 0%;
}

.newest .textdev .timer{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}


.newest .textdev .timer .time{
    margin-right: 35px;
}
.newest .textdev .timer .time span{
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
}
.newest .textdev .timer .time span.active{
    color: #9363B5;
}
.newest .textdev .button{
    padding: 8px 20px;
    border-radius: 50px;
    background-color: #9363B5;
    color: #fff;
    cursor: pointer;
    font-size: 25px;
    font-weight: 600;
}
/* start shopping  */
.shopping .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}
.shopping .container .options{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    border: 1px solid #44444433;
    border-radius: 20px;
    overflow: hidden;
}
.shopping .container .options .firstone{
    color: #fff;
    background-color: #7FD3DF;
    text-align: center;
    padding: 15px 20px;
}
.shopping .container .options span{
    padding: 15px 30px;
    color: #000000;
    width: 100%;
    cursor: pointer;
    transition: .3s;
}
.shopping .container .options span:not(:first-child):hover{
color: #7FD3DF;
margin-right: 10px;
}
.shopping .container .options span:not(:first-child){
    border-top: 1px solid #44444433;
}
.shopping .container .prods{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    position: relative;
    margin-right: 30px;
}
.shopping .container .prods:before{
    content: "";
    position: absolute;
    width: 52px;
    height: 52px;
    top: 40%;
    transform: translateY(40%);
    left: -26px;
    background-image: url(./images/arrowleft.svg);
    z-index: 10001;
}
.shopping .container .prods:after{
    content: "";
    position: absolute;
    width: 52px;
    height: 52px;
    top: 40%;
    transform: translateY(40%);
    right:-26px ;
    background-image: url(./images/arrowright.svg);
    z-index: 10001;
}


/* start prands  */
.prands .container {
    margin-top: 100px;
}
.prands .container .head{
text-align: center;
margin:30px auto;
font-weight: 700;
line-height: 100%;
color: #3B352F;
font-weight: bold;
padding-bottom: 15px;
border-bottom: 4px solid #7FD3DF;
width: 200px;
}
.prands .container .prand{
    margin: 50px auto;
}
.prands .container .prand img:not(:last-child){
    margin-left: 10px;
}

/* start menandwemen  */
.menandwemen .container {
    margin-top: 100px;
    margin-bottom: 100px;
}
.menandwemen .container .boxs{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.menandwemen .container .boxs .box .imgg{
    width: 100%;
}
.menandwemen .container .boxs .box .imgg img{
    width: 100%;
}
.menandwemen .container .boxs .box .text{
    width: 100%;
    text-align: center;
}
.menandwemen .container .boxs .box .text h3{
    font-size: 20px;
    font-weight: 700;
}
.menandwemen .container .boxs .box .text p{
    font-weight: 300;
    font-size: 12px;
    color: #565656;
}

/* start footer  */
.footer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #54A4AF;
    padding: 30px 0;
}
.footer .spans span{
margin-left: 20px;
}
.footer .spans span a{
    text-decoration: none;
    color: #fff;
}
.footer .icons {
    margin: 40px 0 20px 0;
}
.footer .icons img{
    width: 40px;
    height: 40px;
    margin: 0 10px;
}
.footer p{
    color: #fff;
    font-weight: 500;
    font-size: 32px;
}
.footer p:last-of-type{
    font-size: 15px;
}
/* start media ipad  */
@media(max-width:799px){
    .container{
    width: 740px;
    padding: 20px 50px;
}
/* start header  */
.header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .container .mobile{
    display: block;
    margin-right: auto;
}
.header .container ul{
    display: none;
}

.header .container .spans span{
    display: none;
}
/* start landing  */
.landing .container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
}
.landing .container .img{
    width: 100%;
}
.landing .container .text{
    text-align: center;
}
.landing .container .text p{
font-size: 20px;

line-height: 100%;
letter-spacing: 0;
}
.landing .container .text .p2{
font-size: 32px;
line-height: 100%;
letter-spacing: 0;
}
.landing .container .text {
    width: 100%;
}


.landing .container .img img{
    width: 100%;
}
/* start help  */
.help .container{
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}
/* start products  */
.products .container {
    flex-direction: column;
    justify-content: center;
}
.products .container .prod{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px 30px 0;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
}

.products .container .prod .imgg{
    display: none;
}

.products .container .prod .txt{
    margin-right: 0;
}
/* start new products  */
.new-products .container .prods{
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
/* start newest  */
.newest{
    padding: 30px 15px;
}
.newest:before{
display: none;
}
.newest:after{
display: none;
}
.newest p:first-child{
    font-size: 25px;
    font-weight: 400;
}
.newest p:nth-child(2){
    font-size: 35px;
    font-weight: 900;
}

.newest .textdev .timer{
    margin-bottom: 30px;
}


.newest .textdev .timer .time{
    margin-right: 20px;
}
.newest .textdev .timer .time span{
    font-size: 20px;
}

.newest .textdev .button{
    font-size: 20px;
    font-weight: 400;
}
/* start shopping  */
.shopping .container{
    justify-content: center;
    flex-direction: column;
    margin-top: 80px;
}
.shopping .container .options{
    width: 90%;
    margin-bottom: 30px;
}

.shopping .container .options span{
    text-align: center;
}

.shopping .container .prods{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    position: relative;
    margin-right: 0;
}
.shopping .container .prods:before{
    display: none;
}
.shopping .container .prods:after{
    display: none;
}
.shopping .container .prods .prod{
    margin-bottom: 40px;
}

/* start prands  */


.prands .container .prand{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.prands .container .prand img:not(:last-child){
    margin-left: 10px;
}

/* start menandwemen  */
.menandwemen .container {
    margin-top: 100px;
    margin-bottom: 100px;
}
.menandwemen .container .boxs{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* start footer  */
.footer .spans{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.footer .spans span{
margin: 10px;
}
.footer .spans span a{
    text-decoration: none;
    color: #fff;
}
.footer .icons {
    margin: 40px 0 20px 0;
}
.footer .icons img{
    width: 40px;
    height: 40px;
    margin: 0 10px;
}
.footer p{
    color: #fff;
    font-weight: 500;
    font-size: 32px;
}
.footer p:last-of-type{
    font-size: 15px;
}

/* start popup  */
body .popup{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color:   rgba(30, 32, 53, 0.9);
    position: fixed;
    height: 150vh;
    width: 100%;
    top: -20px;
    padding: 30px 0;
    z-index: 20001;
} 
body .popup.hidden{
    display: none;
}
body .popup .head{
    display: flex;
    justify-content: space-between;
}
body .popup .head h2{
    color: #fff;
    /* margin-left: auto; */
}
body .popup .head .img1{
    width: 20px;
    margin-top: 22px;
    margin-right: 100px;
}
body .popup .head .img1 img{
    width: 100%;
}
body .popup  .spans{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
    width: 60%;
    border-bottom: 1px solid #989898;
}
body .popup .spans2{
    margin-top: 30px;
}
body .popup .spans2 span{
    margin-left: 10px;
    background-color: #fff;
    border-radius: 50%;
    padding: 15px 10px 8px 10px;
}
body .popup  .spans span{
    text-transform: uppercase;
    transition: .3s;
    padding: 20px;
    border-top: 1px solid #989898;
    width: 100%;
    text-align: center;

}
body .popup  .spans span a:hover{
    color: #fff ;
}
body .popup .spans span a{
    text-decoration: none;
    color:#eee;
}
}
/* start media mobile  */
@media (max-width: 480px){
    .container{
    width: 330px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
/* start header  */
.header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .container .mobile{
    display: block;
    margin-right: auto;
}
.header .container ul{
    display: none;
}

.header .container .spans span{
    display: none;
}
/* start landing  */
.landing .container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
}
.landing .container .img{
    width: 100%;
}
.landing .container .text{
    text-align: center;
}
.landing .container .text p{
font-size: 20px;

line-height: 100%;
letter-spacing: 0;
}
.landing .container .text .p2{
font-size: 32px;
line-height: 100%;
letter-spacing: 0;
}
.landing .container .text {
    width: 100%;
}


.landing .container .img img{
    width: 100%;
}
/* start help  */
.help .container{
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}
/* start products  */
.products .container {
    flex-direction: column;
    justify-content: center;
}
.products .container .prod{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px 30px 0;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
}

.products .container .prod .imgg{
    display: none;
}

.products .container .prod .txt{
    margin-right: 0;
}
/* start new products  */
.new-products .container .prods{
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}
/* start newest  */
.newest{
    padding: 30px 15px;
}
.newest:before{
display: none;
}
.newest:after{
display: none;
}
.newest p:first-child{
    font-size: 20px;
    font-weight: 400;
}
.newest p:nth-child(2){
    font-size: 32px;
    font-weight: 900;
}

.newest .textdev .timer{
    margin-bottom: 30px;
}


.newest .textdev .timer .time{
    margin-right: 20px;
}
.newest .textdev .timer .time span{
    font-size: 20px;
}

.newest .textdev .button{
    font-size: 20px;
    font-weight: 400;
}
/* start shopping  */
.shopping .container{
    justify-content: center;
    flex-direction: column;
    margin-top: 80px;
}
.shopping .container .options{
    width: 90%;
    margin-bottom: 30px;
}

.shopping .container .options span{
    text-align: center;
}

.shopping .container .prods{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    position: relative;
    margin-right: 0;
}
.shopping .container .prods:before{
    display: none;
}
.shopping .container .prods:after{
    display: none;
}
.shopping .container .prods .prod{
    margin-bottom: 40px;
}

/* start prands  */


.prands .container .prand{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.prands .container .prand img:not(:last-child){
    margin-left: 10px;
}

/* start menandwemen  */
.menandwemen .container {
    margin-top: 100px;
    margin-bottom: 100px;
}
.menandwemen .container .boxs{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

/* start footer  */
.footer .spans{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.footer .spans span{
margin: 10px;
}
.footer .spans span a{
    text-decoration: none;
    color: #fff;
}
.footer .icons {
    margin: 40px 0 20px 0;
}
.footer .icons img{
    width: 40px;
    height: 40px;
    margin: 0 10px;
}
.footer p{
    color: #fff;
    font-weight: 500;
    font-size: 32px;
}
.footer p:last-of-type{
    font-size: 15px;
}

/* start popup  */
body .popup{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color:   rgba(30, 32, 53, 0.9);
    position: fixed;
    height: 150vh;
    width: 100%;
    top: -20px;
    padding: 30px 0;
    z-index: 20001;
} 
body .popup.hidden{
    display: none;
}
body .popup .head{
    display: flex;
    justify-content: space-between;
}
body .popup .head h2{
    color: #fff;
    /* margin-left: auto; */
}
body .popup .head .img1{
    width: 20px;
    margin-top: 22px;
    margin-right: 100px;
}
body .popup .head .img1 img{
    width: 100%;
}
body .popup  .spans{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
    width: 60%;
    border-bottom: 1px solid #989898;
}
body .popup .spans2{
    margin-top: 30px;
}
body .popup .spans2 span{
    margin-left: 10px;
    background-color: #fff;
    border-radius: 50%;
    padding: 15px 10px 8px 10px;
}
body .popup  .spans span{
    text-transform: uppercase;
    transition: .3s;
    padding: 20px;
    border-top: 1px solid #989898;
    width: 100%;
    text-align: center;

}
body .popup  .spans span a:hover{
    color: #fff ;
}
body .popup .spans span a{
    text-decoration: none;
    color:#eee;
}

}

/* start products page  */
.prod-landing {
    background: linear-gradient(to left, #54A4AF, #fff);
}
.prod-landing .container {
    padding: 80px 0 ;
}
.prod-landing .container p:first-of-type{
    text-align: center;
    margin: auto;
    font-weight: 900;
    font-size: 48px;
    color: #fff;
    margin-bottom: 30px;

}
.prod-landing .container p:last-of-type{
    text-align: center;
    margin: auto;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
}
.prod-landing .container span{
    color: #EB0E0E;
}

/* start products details  */
.details .container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
/* .details .container .prod-details {
    width: 70%;
} */
.details .container .prod-details .prod-box{
display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #44444433;
    padding: 0 10px;
    border-radius: 8px;
    color: #444444;
    margin: 30px 0;
}
.details .container .prod-details .prod-box .spans span{
    color: #C4C4C4;
    font-size: 15px;
    cursor: pointer;
}
.details .container .prod-details .prod-box .spans span:hover{
    color: #7FD3DF;
}
.details .container .prod-details .prod-box button{
    color: #fff;
    background-color: #7FD3DF;
    outline: none;
    padding: 8px 20px;
    border-radius: 8px;
    border: none;
    font-family: 'Tajawal', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.details .container .prod-details .prod-box button span{
    margin-right: 30px;
}
.details .container .prod-details .prods{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
/*  */
.details .container .prod-details .numbers{
    margin: 30px auto;
    text-align: center;
}
.details .container .prod-details .numbers img{
    margin: 0 6px;
    cursor: pointer;
}
.details .container .prod-details .numbers span:first-of-type{
    border-color: #7FD3DF;
    background-color: #7FD3DF;
    color: #fff;
}
.details .container .prod-details .numbers span{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    padding:8px 15px;
    margin: 0 3px;
    border: 1px solid #44444433;
}
.details .container .categories{
    width: 30%;
    margin: 20px 20px 20px 60px;
}
.details .container .categories .title{
    margin: 20px 0;
}
.details .container .categories .title span{
    font-weight: 600;
    font-size: 22px;
    color: #000000A6;
}
.details .container .categories .content .cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #00000099;
}
.details .container .categories .sizes .size span{
    color: #00000099;
    font-size: 13px;
    padding: 8px 10px;
    border: 1px solid #00000026;
}
.details .container .categories .colors .color span{
    /* content: ""; */
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.details .container .categories .colors .color span:nth-child(1){
background-color: #FF0000;
}
.details .container .categories .colors .color span:nth-child(2){
    background-color: #FFC107;
}
.details .container .categories .colors .color span:nth-child(3){
    background-color: #1877F2;
}
.details .container .categories .colors .color span:nth-child(4){
    background-color: #9747FF;
}
.details .container .categories .colors .color span:nth-child(5){
    background-color: #25D366;
}
.details .container .categories .prands .prand{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: #00000099;
}
.details .container .categories .prands .prand span{
    margin-bottom: 8px;
}
.details .container .categories .special .items .item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-right: 0;
}

.details .container .categories .special .items .item img{
    width: 65px;
}
.details .container .categories .special .items .item .spans{
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}
.details .container .categories .special .items .item .spans span:nth-child(1){
    font-size: 14px;
    font-weight: 500;
    color: #00000099;
}
.details .container .categories .special .items .item .spans span:nth-child(2){
    font-size: 16px;
    font-weight: 700;
    color: #00000099;
}

/* start similar box  */
.similar .container {
    margin: 100px auto;
}

.similar .container .head{
    text-align: center;
margin:30px auto;
font-weight: 700;
line-height: 100%;
color: #3B352F;
font-weight: bold;
padding-bottom: 15px;
border-bottom: 4px solid #7FD3DF;
width: 200px;
}
.similar .container .prods{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}

/* media products page ipad  */
@media(max-width:799px){
    .details .container{
    justify-content:center;
    align-items: center;
    flex-direction: column;
}
/* .details .container .prod-details {
    width: 70%;
} */


.details .container .prod-details .prods{
    grid-template-columns: repeat(2, 1fr);
}

.details .container .categories{
    width: 80%;
    margin: 20px;
}

/* start similar box  */
.similar .container {
    margin: 50px auto;
}


.similar .container .prods{
    grid-template-columns: repeat(2,1fr);
}
}
/* media products page mobile  */
@media (max-width: 480px){
    .details .container{
    justify-content:center;
    align-items: center;
    flex-direction: column;
}
/* .details .container .prod-details {
    width: 70%;
} */
.details .container .prod-details .prod-box{
display: inline-block;
padding-bottom: 20px;
}

.details .container .prod-details .prods{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.details .container .categories{
    width: 100%;
    margin: 20px;
}

/* start similar box  */
.similar .container {
    margin: 50px auto;
}


.similar .container .prods{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 10px;
}
}

/* strat product details page  */
.product-details {
    display: flex;
    gap: 30px;
    max-width: 1200px;
    margin: 30px auto;
    padding: 20px;
}

.product-images {
    flex: 1;
}

#main-image {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
    /* border: 1px solid #ddd; */
    margin-bottom: 15px;
}

.thumbnails {
    display: flex;
    gap: 10px;
}

.thumbnails img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border: 1px solid #ddd;
}

.product-info {
    flex: 1;
}

.price #old-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 10px;
}

.price #current-price {
    font-weight: bold;
    color: #00000099;
    font-size: 1.2em;
}

.color-options, .size-options {
    display: flex;
    gap: 10px;
    margin: 15px 0;
}

.color-options span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #ddd;
}
.product-info .color span{
    /* content: ""; */
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.product-info .color span:nth-child(1){
background-color: #FF0000;
}
.product-info .color span:nth-child(2){
    background-color: #FFC107;
}
.product-info .color span:nth-child(3){
    background-color: #1877F2;
}
.product-info .color span:nth-child(4){
    background-color: #9747FF;
}
.product-info .color span:nth-child(5){
    background-color: #25D366;
}
.size-options span {
    padding: 5px 10px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.size-options span.active {
    background-color: #7FD3DF;
    color: #fff;
    border-color: #7FD3DF;
}

.actions {
    margin: 30px 0;
    display: flex;
    width: 80%;
}
.actions .buy-now {
    font-family: 'Tajawal', sans-serif;
    width: 100%;
    color: #fff;
    background-color: #7FD3DF;
    padding: 10px 20px;
    border-radius: 8px;
    margin: 0 auto;
    border: none;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
}
.counter-box {
display: flex;
justify-content: space-between;

background-color: hsl(223, 64%, 98%);
padding: 0px 10px;
border-radius: 15px;
width: 150px;
font-size: 24px;
font-weight: bold;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.counter-box #count{
color: #000;
padding-top: 5px;
}
.counter-box button {
border: none;
font-size: 28px;
cursor: pointer;
}
.counter-box #decrease,
.counter-box #increase{
color:#54A4AF;
background-color: transparent;
font-weight: bold;
}
.addcart{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 30px 0;
}
.addcart .add-to-cart {
    font-family: 'Tajawal', sans-serif;
    color: #fff;
    background-color: #7FD3DF;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    font-weight: 400;
    font-size: 20px;
    margin-right: 30px;
    cursor: pointer;
}
.description h3{
    font-weight: 500;
    font-size: 24px;
}
.description .icons img{
    width: 35px;
    height: 35px;
    margin-left: 8px;
}
.reviewlinks .container {
    margin: 80px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #0000001A;
    /* padding: 30px; */
}
.reviewlinks .container a{
    text-decoration: none;
    color: #000000B2;
    padding-bottom: 30px;
}
.reviewlinks .container a.active{
    border-bottom: 2px solid #000000B2;
    
}

/* start people reviews  */
.reviews .container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.reviews .container .people-reviews {
    width: 45%;
}
.reviews .container .people-reviews .rev{
display: flex;
justify-content: flex-start;
align-items: start;
padding: 20px 0;
}
.reviews .container .people-reviews .rev:not(:last-child){
    border-bottom: 1px solid #0000001A;
}
.reviews .container .people-reviews .rev .imgg {
    width: 90px;
    height: 90px;
    margin-left: 20px;
    margin-top: 20px;
}
.reviews .container .people-reviews .rev .imgg img{
    width: 100%;
}
.reviews .container .people-reviews .rev .text h3{
    color: #000000B2;
    font-size: 22px ;
    font-weight: 500;
}
.reviews .container .people-reviews .rev .text p{
    color: #00000066;
    font-size: 18px ;
    font-weight: 400;
}
.reviews .container .people-reviews .rev .person-name{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.reviews .container .people-reviews .rev .person-name span{
    color: #00000066;
    font-size: 18px;
    margin-right: 30px;
}
.reviews .container .people-reviews .rev .person-name h3{
    font-size: 20px;
}
.reviews .container .my-review{
    width: 45%;
}
.reviews .container .my-review .myopnion{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}
.reviews .container .my-review .myopnion h2{
    color: #000000B2;
    font-weight: 500;
    font-size: 22px;
}
.reviews .container .my-review .myopnion h3{
    font-size: 18px;
}
/* form styling  */
.form-group {
            margin-bottom: 15px;
        }
.form-group2{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}        
        .form-group2 input{
            width: 50%;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 20px;
            box-sizing: border-box;
            font-family: 'Tajawal', sans-serif;
            outline: none;
        }
        label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
        }
.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
            width: 100%;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 20px;
            box-sizing: border-box;
            font-family: 'Tajawal', sans-serif;
            outline: none;
        }
        textarea {
            height: 150px;
            resize: vertical;
            font-family: 'Tajawal', sans-serif;
        }
        .submit-btn {
            background-color: #7FD3DF;
            color: white;
            padding: 10px 40px;
            border: none;
            border-radius: 20px;
            cursor: pointer;
            font-size: 16px;
            font-weight: 500;
            /* width: 100%; */
            font-family: 'Tajawal', sans-serif;
        }
/* start media product details mobile  */
@media (max-width: 480px){
    .product-details{
        display: flex;
        flex-direction: column;
    }
    .product-details .addcart .add-to-cart{
        font-weight: 400;
    font-size: 16px;
    }
    .reviews .container{
    justify-content:center;
    align-items: flex-start;
    flex-direction: column;
}
.reviews .container .people-reviews {
    width: 100%;
}
.reviews .container .my-review{
    width: 100%;
}
.reviews .container .people-reviews .rev{
    border-bottom: 1px solid #0000001A;
}
.reviewlinks .container a{
    text-decoration: none;
    color: #000000B2;
    padding-bottom: 0;
}
.reviewlinks .container a:not(:first-child){
    margin-right: 10px;
}
.reviewlinks .container a.active{
    color: #000;
    font-weight: bold;
    border: none;
}
}
