/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 .aligned { 
   /* display: flex; 
   align-items: center;  */
   margin-bottom: 20px;
} 
 .icons-front{
   /* padding: 18px; */
   text-transform: uppercase;
   color: #000;
   font-weight: 600;
   font-size: 17px;
   /* margin-left: 3px; */
   margin-top: 30px;
 }
 .icons-front a{
   text-transform: uppercase;
   color: #000;
   font-weight: 600;
   font-size: 17px;
 }
.icons-front-fast-delivery{
   /* margin-right: 30px;
   margin-left: 50px; */
   /* float: left; */
   /* display: flex;
   align-items: center; */
   /* width: 17%; */
}

.icons-front-prem-products{
   /* margin-right: 30px;
   margin-left: 50px; */
   /* float: left; */
   /* display: flex;
   align-items: center;
   width: 13%; */
}
.icons-front-secure-payment{
   /* margin-right: 30px;
   margin-left: 50px; */
   /* float: left; */
   /* display: flex;
   align-items: center;
   width: 13%; */
}

.icons-front-money-return{
   /* margin-right: 30px;
   margin-left: 50px; */
   /* float: left; */
   /* display: flex;
   align-items: center;
   width: 13%; */
}
 

 .stay-updated{
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;   
 }

 
