*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
  
}
html{
    scroll-behavior: smooth;
}

body{
    font-family:'Times New Roman', Times, serif;
    background-color: #cfa286;
   
}



/* nav part for all css */










nav{
    background: #dfcec2;
    height: 80px;
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
}
label.logo{
   

    margin: 20px 0 0  ;
  
   
    
}
nav ul{
    float:right;
    margin-right:20px ;
}

nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 20px;
}
nav ul li:nth-child(5){
   
    margin: 0 0 0 150px ;
    
   
}
nav ul li a{
    color: #000;
    font-size:17px ;
    padding: 7px 13px;
    border-radius: 5px;
    text-transform: uppercase;
}

a.active{
    background: #cfa286;
    transition: .5s;  
}
nav ul li a:hover{
    background: #cfa286;
    transition: .5s;  

}
nav ul .search-icon{
    height: 40px;
    width: 240px;
    display:inline-flex;
    background-color:#f2f2f2;
    border-radius: 5px;
}
nav ul .search-icon input{
    height: 100%;
    width: 200px;
    border: none;
    outline: none;
    padding: 0 10px;
    color: #000;
    font-size: 16px;
    border-radius: 5px 0 0 5px;
}
nav ul .search-icon .iconn{
    height: 100%;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #cfa286;
    border-radius:0 5px 5px 0 ;
}
nav img.menu{
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    display: none;
}



.iconn2{
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #cfa286;
    border-radius:0 5px 5px 0 ;
    margin-right: 10px;
    margin-top: 10px;
    float: right;
    display: none;
}
.newsearch2{
    height: 40px;
    width: 200px;
    border: none;
    outline: none;
    padding: 0 10px;
    color: #000;
    font-size: 16px;
    border-radius: 5px 0 0 5px;
    margin-right: 10px;
    margin-top: 10px;
    float: right;
    display: none;
}









/* foorer part for all */



.container{
    max-width: 1170px;
    background-color: #dfcec2;
    margin: auto;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
ul{
    list-style: none;
}
.footer{
    background-color: #dfcec2;
    padding: 70px 0;;
}
.footer-col{
    
    width: 25%;
    padding:0 15px;

}
.footer-col h4{
    font-size: 18px;
    color:#000 ;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
    
}
.footer-col ul li:not(:last-child){
    margin-bottom: 10px;
}
.footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color:#000;
    text-decoration: none;
    font-weight: 300;
    
    display: block;
    transition: all 0.3s ease;
}
.footer-col ul li a:hover{
    color: #000;
    padding-left: 8px;
}
.footer-col .socal-link a{
    display: inline-block;
    height: 40px;
    width:40px;
    background-color: rgba(255,255,255,0.2);
    margin-right: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #cfa286;
    transition:all 0.5s ease;

    
}
.footer-col .socal-link a:hover{
    background-color: #000;
    color: #cfa286;
    

}







/* footer out */

/* common fade effect part */

#hero img{
    width: 100%;

}
.slowFade {
    display: flex;
    align-items: flex-start;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.slowFade .slide img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    background: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: 0;
    transform: scale(1.8) rotate(15deg);
    -webkit-animation: slowFade 32s infinite;
            animation: slowFade 32s infinite;
}
.slowFade .slide:nth-child(3) img {
    -webkit-animation-delay: 8s;
            animation-delay: 8s;
}
.slowFade .slide:nth-child(2) img {
    -webkit-animation-delay: 16s;
            animation-delay: 16s;
}
.slowFade .slide:nth-child(1) img {
    -webkit-animation-delay: 20s;
            animation-delay: 20s;
}
@keyframes slowFade {
    25% {
        opacity: 1;
        transform: scale(1) rotate(0);
    }
    40% {
        opacity: 0;
    }
}
@-webkit-keyframes slowFade {
    25% {
        opacity: 1;
        transform: scale(1) rotate(0);
    }
    40% {
        opacity: 0;
    }

}



/* this is the drop down part */
.sub-menu{
    display: none;
    

}
nav ul li:hover .sub-menu{

    display: block;
    position: absolute;
    
    background: hsla(25, 31%, 82%, 0.685);
    
    
    margin-left: -15px;
    

}
nav ul li:hover .sub-menu ul li{
    display: block;
    margin: 5px;
   
   
}


.sub-menu2{
    display: none;
}
.accesories:hover .sub-menu2 {
    position: absolute;
    display: block;
    
    margin-top: -100px;
    margin-left: 170px;
    background: hsla(25, 31%, 82%, 0.685);

}































/* common fade effect and sub manu for the accessoris list on the nav part out */






/* this is the main part */



/* <!--  kidi home code --> */

.sh_products {
    
    margin-top: 13px;
    background-color:#cfa286;
    display: inline-flex;
    justify-content:space-between;
    flex-wrap: wrap; 
    
}
.tshirt {
    width: 400px;
    height: 400px;
    text-align:center;
    border:rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    margin-left: 200px;
    
    margin-top: 80px;
    transition: 1s;
    
    
    
}
.tshirt img{
    width: 100%;
    height: 500px;
    margin-top: 20px;
    margin-left: -215px;
  
}
.tshirt h2{
    text-decoration:none;
    color: #222121;
    font-size: 40px;
    margin-top: -350px;
    margin-right: -300px;
    
}
.tshirt p{
    text-decoration:none;
    color: #3f3e3e;
    font-size: 18px;
    margin-top: 20px;
    margin-right: -350px;
}

.tshirt:hover{
    transform: scale(1.2);
    transition: 0.25 ease-in-out;
   /*  box-shadow:0 5px 15px rgba(0, 0, 0, 0.3) ; */
}

.hoodies img{
    width: 150px;
    height: 150px;
    margin-top: 20px;
    margin-left: -160px;
}
.hoodies h3{
    list-style: none;
    text-decoration:none;
    color: #222121;
    font-size: 18px;
    margin-top: -130px;
    margin-right: -160px;
}
.p1{
    list-style: none;
    text-decoration:none;
    color: #222121;
    font-size: 14px;
    margin-top: 20px;
    margin-right: -210px;
}
.hoodies {
    width: 150px;
    height: 200px;
    text-align:center;
    border:rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    margin-right: 600px;
    margin-top: 50px;
     /* margin-top: -450px; */
    transition: 1s;
 
}

.hoodies:hover{
    transform: scale(1.2);
    transition: 0.25 ease-in-out;
    

}
















.sweatpants img{
    width: 150px;
    height: 150px;
    margin-top: 20px;
    margin-left: -160px;
   
}
.sweatpants h4{

    list-style: none;
    text-decoration:none;
    color: #222121;
    font-size: 18px;
    margin-top: -130px;
    margin-right: -160px;
    
}
.p6{
    list-style: none;
    text-decoration:none;
    color: #222121;
    font-size: 14px;
    margin-top: 7px;
    margin-right: -160px;
   
}
.sweatpants { 
    width: 200px;
    height: 200px;
    text-align:center;
    border:rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    margin-left: 900px;
    margin-top: -210px;
    transition: 1s;
    margin-right: 100px;
    
   
}

.sweatpants:hover{
    transform: scale(1.2);
    transition: 0.25 ease-in-out;
}

















.accessories img{
    width: 200px;
    height: 200px;
    margin-top: 20px;
    margin-left: -160px;
}
.accessories h5 {
    list-style: none;
    text-decoration:none;
    color: #222121;
    font-size: 18px;
    margin-top: -130px;
    margin-right: -160px;
}
.p3{
     list-style: none;
    text-decoration:none;
    color: #222121;
    font-size: 14px;
    margin-top: 4px;
    margin-right: -170px;
}
.accessories {
    width: 200px;
    height: 200px;
    text-align:center;
    border:rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    margin-left: 900px;
    margin-top: -10px;
    padding-bottom: -50px;
    transition: 1s;
   
}

.accessories:hover{
    transform: scale(1.2);
    transition: 0.25 ease-in-out;
}















/* kidi home code out
 */













.section-padding{
    padding: 40px 40px;

}
#product1 hr{
    color: #000000;
}

#product1 .pro-container{
    display: inline-flex;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;
}
#product1{
    text-align: start;
    margin: 10px 30px;
    
}
#product1 .pro{
    width:23%;
    min-width: 250px;
    padding: 10px 12px; 
    border: 1px solid hsla(25, 24%, 82%, 0.671);
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(0,0,0,0.02);
    margin: 15px 0;
    transition: 0.25 ease;
    position: relative;
    background-color: hsla(25, 31%, 82%, 0.356);


}
#product1 .pro:hover{
    box-shadow: 20px 20px 30px rgba(0,0,0,0.07);
    
}
#product1 .pro img{
    width: 100%;
    border-radius: 0px;
}
#product1 .pro .def{
    padding:10px 0 ;
}
#product1 .pro .def span{
    color: #606063;
    font-size: 12px;
}
#product1 .pro .def h5{
    padding-top: 7px;
    color: #1a1a1a;
    font-size: 14px;
}
#product1 .pro .def h4{
    padding-top: 7px;
    font-size: 15px;
    font-weight: 700;
    color: #088178;

}
#product1 .pro .cart{
  
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding-left: 9px;
    
    border-radius: 50%;
    background-color: #e8f6ea;
    font-weight: 500px; 
    color: #088178;
    border: 1px solid #cce7d0;
    position: absolute;
    bottom: 20px;
    right: 30px;

}


















/* @media  (max-width:952px) {
    label.logo{

       
       
        font-size: 30px;
        padding-left: 50px;
    }
    nav ul li a{
        font-size: 16px;

    }
    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #cfa286;
        top:80px;
        left:0;
        text-align: center;
    }     */
/* } */









/* this is the home  part out */



















/* this is the tshirtshorts and hoodies css part */



.section-padding-tshirt{
    padding: 40px 40px;

}
#product1tshirt hr{
    color: #000000;
}

#product1tshirt .pro-container-tshirt{
    display: inline-flex;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;
}
#product1tshirt{
    text-align: center;
    margin: 10px 30px;
    
}
#product1tshirt .pro-tshirt{
    width:23%;
    min-width: 250px;
    padding: 10px 12px; 
    border: 1px solid hsla(25, 24%, 82%, 0.671);
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(0,0,0,0.02);
    margin: 15px 0;
    transition: 0.25 ease;
    position: relative;
    background-color: hsla(25, 31%, 82%, 0.356);


}
#product1tshirt .pro-tshirt:hover{
    box-shadow: 20px 20px 30px rgba(0,0,0,0.07);
    
}
#product1tshirt .pro-tshirt img{
    width: 100%;
    border-radius: 0px;
}
#product1tshirt .pro-tshirt .def-tshirt{
    padding:10px 0 ;
}
#product1tshirt .pro-tshirt .def-tshirt span{
    color: #606063;
    font-size: 12px;
}
#product1tshirt .pro-tshirt .def-tshirt h5{
    padding-top: 7px;
    color: #1a1a1a;
    font-size: 14px;
}
#product1tshirt .pro-tshirt .def-tshirt h4{
    padding-top: 7px;
    font-size: 15px;
    font-weight: 700;
    color: #088178;

}

#product1tshirt .pro-tshirt .cart{
  
    width: 40px;
    height: 40px;
    line-height: 40px;
    
    border-radius: 50%;
    background-color: #e8f6ea;
    font-weight: 500px; 
    color: #088178;
    border: 1px solid #cce7d0;
    position: absolute;
    bottom: 20px;
    right: 30px;

}


/* this is the tshirt  shorts and hoodies css part out */






/* this is the accessories part css */



.section-padding-accessories{
    padding: 40px 40px;

}
#product1accessories hr{
    color: #000000;
}

#product1accessories .pro-container-accessories{
    display: inline-flex;
    justify-content: space-between;
    padding-top: 20px;
   
    flex-wrap: wrap;
}
#product1accessories{
    text-align: center;
    margin: 10px 20px;
    
}
#product1accessories .accessoriescenter-accessories{
    margin: 10px 0px;
    text-align: start;
}
#product1accessories .accessoriescenter-accessories hr{
    margin: 10px 0;
    
}






#product1accessories .proone-accessories{
    width:23%;
    max-width: 218px;
    padding: 10px 7px; 
    
    border-radius: 0px;
    cursor: pointer;
    
    margin: 35px 5px;
    transition: 0.25 ease;
    position: relative;
    background-color: transparent;


}
#product1accessories .proone-accessories:hover{
    transform: scale(1.2);
    transition: 0.25 ease-in-out;
  
    
   /*  box-shadow: 20px 20px 30px rgba(0,0,0,0.07); */
    
}
#product1accessories .proone-accessories img{
    width: 100%;
    border-radius: 0px;
}



#product1accessories .proone-accessories .topaccsecion-accessories a{
    color:black;
    font-size: 20px;
    
}

.pro-container-accessories{
    display: flex;
}
.bags_cont{
    display: flex;
    justify-content: space-between;
}
.hats_cont{
    display: flex;
    justify-content: space-between;
}
.sunglasses_cont{
    display: flex;
    justify-content: space-between;
}
.mugs_cont{
    display: flex;
    justify-content: space-between;
}
.stickers_cont{
    display: flex;
    justify-content: space-between;
}
















#product1accessories .pro-accessories{
    width:23%;
    min-width: 350px;
    padding: 10px 12px; 
    border: 1px solid hsla(25, 24%, 82%, 0.671);
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(0,0,0,0.02);
    margin: 15px 0;
    transition: 0.25 ease;
    position: relative;
    background-color: hsla(25, 31%, 82%, 0.356);


}
#product1accessories .pro-accessories:hover{
    box-shadow: 20px 20px 30px rgba(0,0,0,0.07);
    
}
#product1accessories .pro-accessories img{
    width: 100%;
    border-radius: 20px;
}
#product1accessories .pro-accessories .def-accessories{
    padding:10px 0 ;
}
#product1accessories .pro-accessories .def-accessories span{
    color: #606063;
    font-size: 12px;
}
#product1accessories .pro-accessories .def-accessories h5{
    padding-top: 7px;
    color: #1a1a1a;
    font-size: 14px;
}
#product1accessories .pro-accessories .def-accessories h4{
    padding-top: 7px;
    font-size: 15px;
    font-weight: 700;
    color: #088178;

}
#product1accessories .pro-accessories .cart{
  
    width: 40px;
    height: 40px;
    line-height: 40px;
    
    border-radius: 50%;
    background-color: #e8f6ea;
    font-weight: 500px; 
    color: #088178;
    border: 1px solid #cce7d0;
    position: absolute;
    bottom: 20px;
    right: 30px;

}












/* this is the accessories part css out */


/* this is the about page css */



.main-about{
    padding: 30px 50px 30px 50px;


}
.p-about{
    font-size: 23px;
}
 
table, tr, th, td, caption{
    border:1px solid hsla(0, 0%, 100%, 0.774);
    font-family:'Times New Roman', Times, serif;
    border-collapse:collapse;
    padding:0.5rem;
    font-size: 23px;
    
    
  }
  .thisonly-about li{
    font-size: 23px;
  }
  .table-about{
    margin-top: 20px;
  }
 /*  #main-txt{
    margin: 20px 0;
  }
 */

 .h3-about{
    /* text-align: center; */
    margin: 20px 10px 20px 10px;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 27px;
}
span.center-about{
    text-align: center;
}
.containerimg-about{
    background-image: url('imghome/aboutimg.png');
    height: 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    color: #dfcec2;
}
#main-txt-about#padfoot-about{
    padding: 40px 0px;
}
.cardandtag-about img{
    width:40%;
    min-width: 250px;
   
    
    margin: 100px 0px 0px 600px ;
    
    position: absolute;
    opacity: 90%;
   
}
.gsaimg-about img{
    width: 20%;
    
}



















/* this is the about page css out*/




/* this is the cart page css */
.cart_container{
    background: #cfa286;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
}
.cart_container > h1{
    padding: 20px 0;
    padding-left: 100px;
}
.cart{
    display: flex;

}
.prod_cart{
    flex: 0.75;
}
.pro_ca{
    display: flex;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border: 1px solid silver;
    border-radius: 5px;
    margin-left: 30px;
    margin-bottom: 20px;
}
.pro_ca:hover{
    border: none;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    transform: scale(1.01);
}
.pro_ca > img{
    width: 300px;
    height: 200px;
}
.pro_ca > img:hover{
    transform: scale(1.04);

}
.product_info{
    padding: 20px;
    width: 100%;
    position: relative;
}
.prod_name, .prod_price {
    margin-bottom: 20px;
}
.prod_remove{
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 10px 25px;
    background: #dfcec2;
    color: rgb(31, 31, 31);
    border-radius: 5px;
}
.prod_remove:hover{
    background-color: rgb(222, 69, 69);
    color: #dfcec2;
    font-weight: 300px;
    border: 1px solod #dfcec2;
}
.fa{
    margin-right: 5px ;
}
.cart-total{
box-sizing: border-box;
    flex: 0.2;
    margin-left: 80px;
    height: 160px;
    width: 350px;
    border: 1px solid silver;
    border-radius: 5px;
    padding: 20px;

}
.cart-total:hover{
    border: none;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    transform: scale(1.01);
}
.cart-total p{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 20px;

}
.cart-total span{
    font-size: 16px;
    text-align: center;
    
}
.cart-total a{
    display: block;
    text-align: center;
  
    background-color: #cfa286;
    color: white;
    text-decoration: none;
    
    
}
.cart-total a:hover{
    background-color: hsla(147, 64%, 49%, 0.856);

}
.h3{
    text-align: center;
}




















.container12{
    background-color: #cfa286;
}
.input-control label ,p2{
    font-size: 15px;
}


 #form {
    
    width:500px;
    
    padding: 20px;
    
    background-color: #cfa286;
    border-radius: 4px;
    font-size: 12px;
    
    
}

#form h1 {
    font-size: 30px;
    color: #0f2027;
    text-align: center;
}

#form button {
    padding: 10px;
    margin-top: 10px;
    width: 100%;
    color: black;
    background-color:hsla(133, 72%, 47%, 0.507);
    font-size: large;
    border: none;
    border-radius: 4px;
}
#form button:hover{
    background-color: rgb(34, 207, 71);

}

.input-control {
    display: flex;
    flex-direction: column;
    
    padding-right: 15px;
}

.input-control input {
    border: 2px solid#cfa286 ;
    background-color: #dfcec2;
	border-radius: 4px;
	display: block;
	font-size: 15px;
	padding: 10px;
	width: 100%;
}

.input-control input:focus {
    outline: 0;
}

.input-control.success input {
   
    border-color: #09c372;
}

.input-control.error input {
    border-color: #ff3860;
}

.input-control .error {
    color: #ff3860;
    font-size: 9px;
    height: 13px;
}










/* this is the cart page css out */


/* new css */

.pro-tshirt .rear-img{
    max-width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.4s ease-out;
    height: auto;
    
   
}
.pro-tshirt:hover .rear-img{
    opacity: 1;
    z-index: 0;
}



.pro-accessories .rear-img{
    max-width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.4s ease-out;
    height: auto;
}
.pro-accessories:hover .rear-img{
    opacity: 1;
    z-index: 0;
}






/* new css out */







@media (max-width: 1310px){
    
    .slowFade {
        width: 100%;
    }



    .sh_products {   
        display: none;        
    }

}




@media (max-width: 1150px){
    nav ul{
        position: absolute;
        width: 100%;
        right: 0px;
        z-index: 3;
        background-color: #dfcec2;
    }
    nav ul li{
        display: block;
        text-align: right;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    nav img.menu{
        display: block;
    }
    nav ul .search-icon{
        display: none;
    }
    #menuList{
        overflow: hidden;
        transition: 0.5s;
    }
    .iconn2{
        display: block;
    }
    .newsearch2{
        display: block;
    }
}

@media (max-width: 1075px){
    .cardandtag-about img{
        display: none;
    }
}

@media (max-width: 450px){
    .iconn2{
        display: none;
    }
    .newsearch2{
        display: none;
    }
}
