/*##########################################TOP HEADER##################################*/

.top-header{
    border-top: 3px solid blue;
    background-color: #e5e9e9ce;
    padding: 5px;
}

.flag-img{
    width: 30px;
}

/*########################################################NAV BAR#######################################*/

.logo{
    width: 100px;

}

.search-bar{
    margin-left:130px;
}
.form-inline{
    border-radius: 5px;
}
.call-text{
    border-right: 2px solid rgb(243, 237, 237);

}

.form-control{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-left: 10px;
  

}

.search-logo{
    border:1px solid rgb(219, 207, 207);
    padding: 9.5px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.nav-drop{
   border: 1px solid rgb(219, 207, 207);
}

.cart-logo{
    margin-left: 50px;
    width: 30px;
  
}

.sup-nmbr{
    border: 2px solid red;
    border-radius:  5rem;
    background-color: red;
    color: #fff;
    padding: 0 5px 0 5px;
}


/*#############################################HOME NAVBAR##################################*/

.container{
    font-weight: bold;
    font-size: small;
}

/*#################################################HOME-CROUSEL###################################*/

.home-carousel{
    background-color: #bbe3f2;

}
.crousel-img img{
    margin: 0 0 0 150px;
}
.crousel-btn{
    padding:5px 20px 5px 20px;
    /*border-color: orangered;*/
    margin-top: 5px;
    border-radius: 5px;
    color: white;
    background-color: #0088CC;
    /*box-shadow: rgb(12, 13, 15);*/
}


/*.bord{
    border-bottom: 2px solid rgb(240, 234, 234);
    margin-bottom: 40px;

}*/


.home-carousel1{
    max-width: 318px;
    height: 274px;
    border: 5px solid #a2ccd7;
    position: relative;
    margin:0 auto;
    top: 50%;
    transform: translateY(-50%); 
    /*box-shadow: aliceblue;   */
}
.offer-class-parah{
    position: absolute;
    top:50%;
    transform: translateY(-72%);
    text-align: center;
    width: 96%;

}
.offer-class-parah div{
   background-color: #bbe3f2;

}
.offer-class-parah div .parah-content2{
    font-size: 40px;
}
.offer-class-parah div .parah-content1{
    font-size: 20px;
}
.offer-class-parah div p{
    margin-bottom: 0rem;
}


/*#############################################CROUSEL BOTTOM######################################*/


.bord{
    border-bottom: 2px solid rgb(240, 234, 234);
    margin-bottom: 40px;

}

/*##################################################OFFER CARD########################################*/


.first{
    background:url(images/card1.png) no-repeat;
    background-size:contain; 
    background-position:center right;
    background-color: #f4f4f4;
    /* text-shadow: 2px 2px 5px blue; */
    
}

.first:hover{
    border: 15px solid #cce6f3;
}

.second {
    /* background:url(shirt.png) no-repeat; */
    background-size:contain; 
    background-position:center right;
    /*background-color:#fff;*/
    /*border: 15px solid #cce6f3;*/  
    height: 145px;
    /* text-shadow: 2px 2px 5px greenyellow; */
}

.second:hover{
    border: 15px solid #cce6f3;
}

.third{
    background:url(images/card3.png) no-repeat;
    background-size:contain; 
    background-position:center left;
    /* background-color: #fff; */
    background-color: #ececec;
    /* text-shadow: 2px 2px 5px red; */
}

.third:hover{
    border: 15px solid #cce6f3;
}


.text{
    padding:30px 20px;
    text-align:left;
}

.text2{
    padding:20px 20px;
    text-align: center;
}

.text3{
    padding:30px 20px;
    text-align: right;
}

.card-btn{
    border:none;
    padding: 3px 7px; 
    background:#2b2b2b; 
    color:#fff;
}

.rt{
    margin-bottom:40px ;
}


/*######################################################## FEATURED PRODUCTS #######################################*/



.card{
    border: none;
}
.card-img{
    background-color: rgb(204, 203, 203);
}

 .view-btn{
     justify-content: center;
     border: 2px solid #fff;
     background-color: rgb(169, 173, 177);
     border-radius: 5px;
     
 }
 /*.card img:hover{
     opacity: 0.3;

 }*/

 .icon{
    color: #0088cc;
 }


 /*################################################ ITEMS BARS ##########################################*/


 .items-bars{
    /*border: 2px solid green;*/
    background:url("images/womenbag.png"),url("images/sunglass.png"),url("images/watch.png");
    background-repeat:no-repeat,no-repeat,no-repeat ; 
    background-size:contain,contain,contain;
     background-position:center left,center bottom,center right;
     /*background-position: left;*/
     background-color:#6a6d72;
 }

.items-bars h2{
    color: white;

}


/*##################################################### BLOG ##########################################*/


.first-form-blog-div{
    width:auto;
    height:auto ;
    background:url("images/girl.jpg") no-repeat; 
    background-size: contain;
    background-position:center left; 
    background-color:white;
    
    }
     
.first-form-blog-text{
    padding:0px 0px; 
    text-align:center;
    white-space: pre-line;
    margin-left: 240px;
        
}


.more-btn{
    background-color: #2b2b2b ;
    color: #ececec;
}


 @media(max-width:767px) {

      .first-form-blog-div{
           background-position:bottom center; padding-bottom:100px;
       }
      
    }

.second-form-blog-div{
    width:auto;
    height: auto;
    background:url("images/fashion.jpg") no-repeat;
    background-size: contain;
    background-position:center left; 
    background-color:white;
  }

     
.second-form-blog-text{
    padding:0px 0px;
    text-align:center;
    white-space: pre-line;
    margin-left: 140px;
}


.more-btn{
    background-color: #2b2b2b ;
    color: #ececec;
}


@media(max-width:767px) {

      .second-form-blog-div{ 
          background-position:bottom center; 
          padding-bottom:100px;
      }
      
    }



/*##################################################### FOOTER ##########################################*/


.icon{
    display: inline-block;
    margin-left: 170px;
    }
    
 .round-btn {
    display: inline;
    height: 40px;
    width: 40px; 
    background: rgb(53, 47, 47);
    float: left;
    margin: 15px 8px;
    box-shadow: 2px 2px 5px 0px rgb(36, 30, 35);
    /*border: 1px solid;*/
     
} 
.round-btn a {
    display: block !important;
    padding: 7px 12px;
    font-size: 18px;
    border-radius: 50%;
}

.standard_header .standard_social_links {
    margin-left: 1rem;
}

.colour-light{
    color: #fff;
}

.footer-wrap h5{
    color: #fff;
}

.add{
    color: aliceblue;
    line-height: 20px;
    margin: 0;
    padding: 0;
    display: inline-block;
}
  
  .footer-wrap {
    padding-top: 43px;
    background-size: cover;
}

.footer-wrap p {
    font-size: 13px;
    line-height: 15px;
    color: #b3b3b3;
}

footer{
    background: #333;
}

footer .newsletter input[type="text"] {
    width: 100%;
    background: #fff;
    color: #333;
    border: 1px solid #222;
    padding: 14px 20px;
    border-radius: 50px;
    margin-top: 12px;
}

.newsletter .newsletter_submit_btn {
    background: rgb(22, 151, 236);
    position: absolute;
    right: 15px;
    border: 0;
    top: 12px;
    font-size: 17px;
    color: #333;
    padding: 12px 20px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}


footer .second_class_bdr{
    padding-top: 25px;
    border-top:2px solid rgb(90, 89, 89);
}

footer .round-btn a {
    padding: 6px 12px;
}

footer .round-btn {
    box-shadow: 2px 2px 5px 0px #222 !important;
}

footer .round-btn {
    margin: 15px 4px;
}
  
    
@media(max-width:768px){
    .footer-wrap h3 {
    margin-top: 27px;
}
    
    footer .round-btn {
    margin: 15px 4px;
}

}

@media(max-width:320px){
    .copyright {
    font-size: 13px;
}

} 

.last-level{
    border: 2px solid rgb(109, 108, 108);
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.last img{
    width: 50px;
    margin: 2px;
}

