*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Poppins',sans-serif;
}
.navbar{
    display: flex;
    align-items: center;
    padding: 5px;
}
nav{
    flex: 1;
    text-align: right;
}
nav ul{
    display: inline-block;
    list-style-type: none;
}
nav ul li{
    display: inline-block;
    margin-right:15px ;
}

.navbar nav ul li::after{
    content:'';
    width: 00%;
    height: 2px;
    background:  #f44336;
    display: block;
    margin: auto;
    transition:0.5s;

}
.navbar nav ul li:hover::after{
    width: 100%;
}

#menuItems{
    z-index: 5;
}

a{
    text-decoration: none;
    color: #555;
}
p{
    color: #555;
}
.container{
    max-width: 1300px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}
.remvcartelement{
    

    display: inline-block;
    background: tomato;
    color: #fff;
    padding: 2px 10px;
    margin: 5px 0;
    border-radius: 30px;
    transition: background 0.5s;
}
.remvcartelement:hover{
    background: #563434;
}


.shop-item-button{
    

    display: inline-block;
    background: tomato;
    color: #fff;
    padding: 2px 10px;
    margin: 5px 0;
    border-radius: 30px;
    transition: background 0.5s;
}
.shop-item-button:hover{
    background: #563434;
}
.row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.col-2{
    flex-basis: 50%;
    min-width: 300px;
}
.col-2 img{
    /**/max-width: 100%;
   /* max-height: 100%;*/
    /**/padding: 50px 0;
}
.col-2 h1{
    font-size: 50px;
    line-height: 60px;
    margin: 25px 0;
}
.col-2 .offer-img{
    padding: 50px;
}
.btn{
    display: inline-block;
    background: tomato;
    color: #fff;
    padding: 8px 30px;
    margin: 30px 0;
    border-radius: 30px;
    transition: background 0.5s;
}
.btn:hover{
    background: #563434;
}
.header{
  background: radial-gradient(#fff,#bae031);  
}
.header .row{
    margin-top: 50px;
}
.categories{
    margin: 70px 0;
}
.col-3{
    flex-basis: 30%;
    min-width: 250px;
    margin-bottom: 30px;
}
.col-3 img{
    width: 100%;
}
.small-container{
    max-width: 1080px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}
.col-4{
    flex-basis: 25%;
    padding: 10px;
    min-width: 200px;
    margin-bottom: 50px;
    transition: transform 0.5s;
}
.col-4:hover{
    transform: translateY(-7px);
}
.col-4 img{
    width: 100%;
}
.title{
    text-align: center;
    margin: 0 auto 40px;
    position: relative;
    line-height: 40px;
    color: #555;
}
.title::after{
    content: '';
    background: #ff523b;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
h4{
    color: #555;
    font-weight: normal;
}
.col-4 p{
    font-size: 14px;
}
.rating{
    color: #ff523b;
}
/**     Offer**/
.offer{
    background: radial-gradient(#fff,#ffd6d6);
    margin-top: 80px;
    padding: 30px 0;
}
small{
    color: #555;
}

/**testimonial*/
.testimonial{
   padding-top: 100px; 
}
.testimonial .col-3{
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.5s;
}
.testimonial .col-3 img{
    width: 50px;
    margin-top: 20px;
    border-radius: 50%;
}
.testimonial .col-3:hover{
    transform: translateY(-10px)
}
.fa.fa-quote-left{
    font-size: 34px;
    color:#ff523b
}
.col-3 p{
    font-size: 12px;
    margin:12px 0;
    color:#777;
}
.testimonial .col-3 h3{
    font-weight: 600;
    color: #555;
    font-size: 16px;
}

/**brand**/
.brand{
    margin:80px auto;
}
.col-5{
    width: 90px;
}
.col-5 img{
    width: 100%;
    cursor: pointer;
    filter: grayscale(100%);
}
.col-5 img:hover{
    filter: grayscale(0);
}

/**footer**/
.footer{
    background: #000;
    color: #8a8a8a;
    font-size: 14px;
    padding: 60px 0 20px;
}
.footer p{
  color: #8a8a8a;  
}
.footer h3{
    color: #fff;
    margin-bottom: 20px;
}
.foot-col-1, .foot-col-2, .foot-col-3, .foot-col-4{
    min-width: 250px;
    margin-bottom: 20px;
}
.foot-col-1{
    flex-basis: 30%;
}
.foot-col-2{
    flex: 1;
    text-align: center;
}
.foot-col-2 img{
    width:120px;
    margin-bottom: 20px;
    border-radius: 59%;
}
.foot-col-3, .foot-col-4{
    flex-basis: 12%;
    text-align: center;
}
ul{
    list-style-type: none;
}
.app-logo{
   margin-top: 20px; 
}
.app-logo img{
    width: 140px;
}
.footer hr{
    border:none;
    background: #b5b5b5;
    height: 1px;
    margin: 20px 0;
}
.copyright{
    text-align: center;
}
.menu-icon{
    width: 28px;
    margin-left: 20px;
    display: none;
}
/**media query for menu***/
@media only screen  and (max-width:1080px){
    nav ul{
        position: absolute;
        top:70px;
        left: 0;
        background: #333;
        width: 100%;
        overflow: hidden;
        transition: max-height 0.5s;
    }   
    nav ul li{
        display: block;
        margin-right: 15px;
        margin-top: 5px;        
        margin-bottom: 5px;
    }
    nav ul li a{
        color: #fff;
    }
    .menu-icon{
        display: block;
        cursor: pointer;
    }
    .SEARCi{
       
         padding: 0px 0;
        width: 0px;
        height:5px;
       
      }

      .SEARCii{
        display:block;
        padding: 0px 0;
        width: 0px;
        height:5px;
        
      }
    
      .icon{
        margin-top: -4px;
        margin-left: -20px;       
      }
}


/**all products page***/
.row-2{
    justify-content: space-between;
    margin: 10px auto 5px;
}
select{
  border: 1px solid #ff523b; 
  padding: 5px;
}
select:focus{
    outline: none;
}

/**account-page   background: radial-gradient(#fff,#ffd6d6);*/
.account-page{
    padding: 50px 0;
    background: radial-gradient(#fff,#bae031); 
    
}
.form-container{
    background: #fff;
    width: 300px;
    height: 400px;
    position: relative;
    text-align: center;
    padding: 20px 0;
    margin: auto;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);
    overflow: hidden;
}
.form-container span{
    font-weight: bold;
    padding: 0 10px;
    color: #555;
    cursor: pointer;
    width: 100px;
    display: inline-block;
}

.form-container span .spaDetail{
    font-weight: bold;
    padding: 0 10px;
    color: #555;
    cursor: pointer;
    width: 100px;
    display: inline-block;
}
.form-btn{
    display: inline-block;
}
.form-container .form-input{
    max-width: 300px;
    padding: 0 10px;
    position: absolute;
    top: 70px;
    transition: transform 1s;
}
.form-input a{
    cursor: pointer;
}
.form-input input{
    width: 100%;
    height: 30px;
    margin: 7px 0;
    padding: 0 10px;
    border: 1px solid #ccc;
}
.form-input .btn{
    width: 100%;
    border: none;
    cursor: pointer;
    margin: 10px 0;
}
.form-input .btn:focus{
    outline: none;
}
.dash{
    text-align:left;
}
#LoginForm{
    left: 0;
}
#RegForm{
    left:-300px ;
}
.form-input a{
    font-size:12px ;
}
#indicator{
    width: 100px;
    border: none;
    background: #ff523b;
    height: 3px;
    margin-top: 8px;
    transform: translateX(0px);
    transition: transform 1s;
}

  
 /*fsuite de acount
  .eader ul {
    float: right;
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  
  
  .eader ul  {
    float: left;
    position: relative;
  }
  
  .eader ul {
    position: absolute;
    top: 66px;
    right: 0px;
    width: 180px;
    display: none;
    z-index: 88888;
  }*/
  
  #milk_before_cereal{
  position: relative;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  }

  #milk_before_cereala{
    position: relative;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
  
    }
 
  .eader-sub{
      display: none;
  }
  .navbar nav ul li:hover .eader-sub {
      display: block;
      position:absolute;
      background: rgb(207, 252, 7);
      margin-top: 1px;
      margin-left: -1px;
  }

  .navbar nav ul li:hover .eader-sub {
    display: block;
    margin: 5px;
    
}
.navbar nav ul li:hover .eader-sub ul li {
    width: 150px;
    padding: 10px;
    border-bottom: 1px dotted #fff;
    background: transparent;
    border-radius: 0;
    text-align: left;
    text-decoration-color: white;
    color: white;
} 
.navbar nav ul li:hover .eader-sub ul li:last-child {
    
    border-bottom: none;
    
} 


.navbar ul:hover .eader-sub {
    display: block;
    position:absolute;
    background: rgb(207, 252, 7);
    margin-top: 1px;
    margin-left: -1px;
}

.navbar ul:hover .eader-sub {
  display: block;
  margin: 5px;
  
}
.navbar ul:hover .eader-sub ul li {
  width: 150px;
  padding: 10px;
  border-bottom: 1px dotted #fff;
  background: transparent;
  border-radius: 0;
  text-align: left;
  text-decoration-color: white;
  color: white;
} 
.navbar ul:hover .eader-sub ul li:last-child {
  
  border-bottom: none;
  
} 



/*
  .eader ul:hover + li a{
    display: block;
  }
  
  .eader ul li {
    width: 100%;
  }
  
  .eader a {
    padding: 10px;
    background: white;
    color: #444;
  }
  
  .eader  ul li a .logout {
    color: red;
  }
  
  .eader ul li :hover {
    background: #d5d6d6;
  }
  
  .eader ul li a {
    display: block;
    padding: 21px;
    font-size: 1.1em;
    text-decoration: none;
  }
  
  .eader ul li:hover {
    background: #006669;
    transition: 0.5s;
  }
  */
  
  
  
/**xmedia query for less than 600 screen size**/
@media only screen  and (max-width:600px){
    .row{
        text-align: center;
    }
    .col-2,.col-3,.col-4{
        flex-basis: 100%;
    }
    .single-product .row{
        text-align: left;
    }
    .single-product .col-2{
        padding: 20px 0;
    }
    .single-product h1{
        font-size: 26px;
        line-height: 32px;
    }
    .cart-info p{
        display: none;
    }

    .SEARCi{
        padding: 0px 0;
        width: 0px;
        height:5px;
        display: none;
      }

     .header .container .navbar  .SEARCii{
        padding: 0px 0;
        width: 0px;
        height:5px;
        display: block;
      }
      .ini{
        width: 220px;
        height: 5px;
        padding: 0px 0;
      }
    
      .ini input{
        width: 520px;
        height:22px;
        padding: 0px 0;
        border-radius:0px;
      }

      .SEARCi.active .autocom-box li{
          color: white;
        text-decoration-color:white;
      }

      .icon{
        margin-top: -4px;
        margin-left: -20px;       
      }

   
}
.page-btn{
    margin: 0 auto 80px;
}
.page-btn span{
    display: inline-block;
    border: 1px solid #ff523b;
    margin-left: 10px;
    width: 60px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
 .page-btn span:hover{
  background: #ff523b;
  color: #fff;  
}

/**single product details**/
.single-product{
    margin-top:10px;

}
.single-product .col-2 img{
    padding: 0;
}
.single-product .col-2{
    padding: 20px;
}
.single-product h4{
    margin: 20px 0;
    font-size: 22px;
    font-weight: bold;
}
.single-product select{
    display: block;
    padding: 10px;
    margin-top: 10px;
}
.single-product input{
   width: 50px;
   height: 40px;
   padding-left: 10px;
   font-size: 20px;
   margin-right: 10px;
   border: 1px solid #ff523b;
}
input:focus{
    outline: none;
}
.single-product .fa{
   color: #ff523b; 
   margin-left: 10px;
}
.small-img-row{
    display: flex;
    justify-content: space-between;
}
.small-img-col{
    flex-basis: 24%;
    cursor: pointer;
}
/**cart items**/
.cart-page{
    margin: 80px auto;
}
table{
    width: 100%;
    border-collapse: collapse;
}
.cart-info{
    display: flex;
    flex-wrap: wrap;
}
th{
    text-align: left;
    padding: 5px;
    color: #fff;
    background: #ff523b;
    font-weight: normal;
}
td{
    padding: 10px 5px;
}
td input{
    width: 40px;
    height: 30px;
    padding: 5px;
}
td a{
    color: red;
    font-size: 12px;
}
td img{
    width: 80px;
    height: 80px;
    margin-right: 10px;
}
.total-price{
    display: flex;
    justify-content: flex-end;
}
.total-price table{
    border-top:3px solid #ff523b;
    width: 100%;
    max-width: 400px;
}
td:last-child{
    text-align: right;
}
th:last-child{
    text-align: right;
}

/*slider @media only screen  and (max-width:668px) and (min-width:400) {
    width:200px;
    }start*/


.slider{
   /* */width: 500px;
    height: 350px;
    border-radius:5px;
    overflow: hidden;
    padding-bottom: 20px;
    
}
slide img{/**/
   
    padding-bottom: 50px;
   
}

@media(max-width:600px) {
    .slider{
        width:310px;} 
        }
.slides{
    /**/ width: 800%;
    height: 350px;
   display: flex;
   
}
@media(max-width:668px) {
    .slides{
        width:615%;} 
        }
.slides input{
display: none;
}

.slide{
    width: 50%;
    transition: 2s;
   
}
@media(max-width:668px) {
    .slide{
        width:80%;} 
        }
.slide img{/**/
    width: 500px;
    height: 500px;
    background: none;
    
   
}
 /*@media(max-width:668px) {
    .slide img{
       width:340px;} 
        }*/


/* css for manual slide navigation*/

.navigation-manual{
    position:absolute;
   /**/ width: 500px;
    margin-top: -40px;
    display: flex;
    justify-content: center;
   
} 

@media(max-width:668px) {
    .navigation-manual{
        width:295px;} 
        }
.manual-btn{ 
    border: 2px solid #afff1a/**/;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

.manual-btn:not(:last-child){
    margin-right: 40px;
}

.manual-btn:hover{
    background: #afff1a;
}
#radio1:checked ~ .first{
    margin-left: 0;
}
#radio2:checked ~ .first{
    margin-left: -20%;
}
#radio3:checked ~ .first{
    margin-left: -40%;
}
#radio4:checked ~ .first{
    margin-left: -60;
}

/* css for automatic navigation*/
.navigation-auto{
    position:absolute;
   /**/ width: 500px;
    margin-top: 310px;
    display: flex;
    justify-content: center;
}
@media(max-width:668px) {
    .navigation-auto{
        width:295px;} 
        }
.navigation-auto div{
    border: 2px solid #afff1a;
    padding: 5px;
    border-radius: 10px;
    
    transition: 1s;
}

.navigation-auto div:not(:last-child){
    margin-right: 40px;
}
#radio1:checked ~ .navigation-auto .auto-btn1{
    background: #afff1a;
}
#radio2:checked ~ .navigation-auto .auto-btn2{
    background: #afff1a;
}
#radio3:checked ~ .navigation-auto .auto-btn3{
    background: #afff1a;
}
#radio4:checked ~ .navigation-auto .auto-btn4{
    background: #afff1a;
}
/*slider end*/

/**Blog content from desl**/

.hero-btn{
    display:inline-block;
    text-decoration: none;
    color: #fff3f3;
    border: 1px solid #fff3f3;
    padding:12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.hero-btn:hover{
    border: 1px solid red;
    background: red;
    transition: 1s;
}
.blog-c{
    width: 80%;
    margin: auto;
    padding: 60px 0;
}
.blog-lef{
    flex-basis: 65%;
}
.blog-lef img{
    width: 100%;
}
.blog-lef h2{
    color: #222;
    font-weight: 600;
    margin:30px 0;
}

.blog-lef p{
    color: #999;
    padding: 0;
}
.blog-rig{
    flex-basis: 32%;
}
.blog-rig h3{
    background: #f44336;
    color: #fff3f3;
    padding: 7px 0;
    font-size: 16px;
    margin-bottom: 20px;
}
.blog-rig div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #555;
    padding: 8px;
    box-sizing: border-box;
}
.commt-box{
    border: 1px solid #ccc;
    margin:50px 0;
    padding: 10px 20px;
}
.commt-box h3{
    text-align: left;
}
.comt-form input,.comt-form textarea{
    width: 100%;
    padding: 10px;
    margin: 15px;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #f0f0f0;

}

.comt-form button{
    margin: 10px 0;
}
.red-btn{
    border:1px solid #f44336;
    background: transparent;
    color: tomato;
}
.red-btn:hover{
    color: white;
}

/**floating go up button**/
button.signup{
    background:rgb(255, 0, 140);
    border: 1px solid rgb(240, 5, 153);
}
button.signin{
    background:rgb(21, 255, 0);
    border: 1px solid rgb(29, 216, 12);
}
button.signin{
    margin:0 15px;
    width: 40px;
    height: 20px;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    color:white;
    font-size: 5px;
    font-weight: bold;
    letter-spacing: .7px;
    background-image: linear-gradient(top,#ffffff1c 1px,#ffffff09 1px,#0000001a 100%);
    box-shadow: 0 60px 12px -18px rgba(0,0,0,0.1), 0 60px 20px -12px rgba(0,0,0,0.1);
    animation: anime 1s infinite ease-in-out alternate;
    -webkit-animation: anime 1s infinite ease-in-out alternate;
}
button.signin{
    animation-delay: .3s;
}
@keyframes anime{
    100%{
        transform: translateY(20px);
        -webkit-transform:translateY(20px);
        -moz-transform:translateY(20px);
        -ms-transform:translateY(20px);
        -o-transform:translateY(20px);
        color:white;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: .7px;
        background-image: linear-gradient(top,#ffffff1c 1px,#ffffff09 1px,#0000001a 100%);
        box-shadow: 0 40px 10px -18px rgba(0,0,0,0.2), 0 40px 20px -12px rgba(0,0,0,0.1);
        
    }
}


/** contact us*/
.location{
    width:80%;
    margin:auto;
    padding: 80px 0;
}

.location iframe{
    width: 100%;

}
.contus{
   width:80%;
   margin: auto;
}
.contcol{
    flex-basis: 48%;
    margin-bottom: 30px;
}
.contcol div{
    display:flex;
    align-items: center;
    margin-bottom: 40px;
}
.contcol div .fa{
    font-size: 28px;
    color:#f44336;
    margin: 10px;
    margin-right: 30px;
}
.contcol div p{
    padding: 0;
}
.contcol div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}
.contcol input, .contcol textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border:1px solid #ccc;
    box-sizing: border-box;
}

.forminput input,textarea,select{
    border-radius: 5px;
}




/* search*/
#myInput {
    /*//background-image: url('images/search-interface-symbol.png');  Add a search icon to input */
    background-position: 1px 1px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
  }
  
  #myUL {
    /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  #myUL li a {
    border: 1px solid #ddd; /* Add a border to all links */
    margin-top: -1px; /* Prevent double borders */
    background-color: #f6f6f6; /* Grey background color */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove default text underline */
    font-size: 18px; /* Increase the font-size */
    color: black; /* Add a black text color */
    display: block; /* Make it into a block element to fill the whole list */
  }
  
  #myUL li a:hover:not(.header) {
    background-color: #eee; /* Add a hover effect to all links, except for headers width: 100%; */
  }


  #myInputi {
    /*//background-image: url('images/search-interface-symbol.png');  Add a search icon to input */
    background-position: 1px 1px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
  }
  
  #myULi {
    /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  #myULi li a {
    border: 1px solid #ddd; /* Add a border to all links */
    margin-top: -1px; /* Prevent double borders */
    background-color: #f6f6f6; /* Grey background color */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove default text underline */
    font-size: 18px; /* Increase the font-size */
    color: black; /* Add a black text color */
    display: block; /* Make it into a block element to fill the whole list */
  }
  
  #myULi li a:hover:not(.header) {
    background-color: #eee; /* Add a hover effect to all links, except for headers width: 100%; */
  }


  .SEARCi{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius:15px;
  }
  .ini{
   
    height:20px ;
    border-radius:15px;
      height: 100%;
    justify-content: center;
    position:relative;
    align-items: center;
    color: #644bff;
    cursor: pointer;
  }

  .ini input{
    border-radius:15px;
  }

  .SEARC{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius:5px;
  }
  .in{
    border-radius:5px;
      height: 100%;
    justify-content: center;
    position:relative;
    align-items: center;
    color: #644bff;
    cursor: pointer;
  }
 
/* --floating go up button */
  #myBtni {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  
  #myBtni:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }
/*
  .SEARCi .autocom-box{
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
  }
  */
  /*searchs*/


  .SEARCi.active .autocom-box{
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
  }
  
  .autocom-box li{
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
  }
  
  .SEARCi.active .autocom-box li{
    display: list-item;
   
    position:absolute;
  
    margin-top: 30px;
    
    margin-left: -260px;
    z-index: 1;
    background-color: transparent;
    /*background-color: tomato;320px height: fit-content; flex-wrap: wrap;;*/
    width: fit-content;
    height:fit-content;
    border-radius: 0;
    text-align: right;
    
    border-radius: 10px;
    padding: 10px;
   /* border-bottom: 1px dotted #fff;*/
  }
 
 
  .autocom-box li:hover{
    background: #efefef;
  
  }

  .SEARCi .icon {
    position: relative;
    right: 0px;
    top: 0px;
    margin-top: -3px;
    margin-left: -30px;  
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: hsl(93, 100%, 65%);/**/
    cursor: pointer;
  }
  
  /* MEDIA QUERIES */

@media only screen and (max-width: 934px) {
    .content {
      width: 100%;
    }
  
    .auth-content {
      width: 50%;
    }
  
    .content .main-content .post {
      width: 100%;
    }
  
    .content .main-content {
      width: 100%;
      padding: 10px;
    }
  
    .content .sidebar {
      width: 100%;
      padding: 10px;
    }
  
    .content .sidebar .section.search {
      margin-top: 30px;
    }
  
    .footer {
      height: auto;
    }
  
    .footer .footer-content {
      height: auto;
      flex-direction: column;
    }
  
    .footer .footer-content .contact-form {
      padding-bottom: 90px;
    }
  
    .footer .footer-content .contact-form .contact-btn {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 770px) {
    header {
      position: relative;
    }
  
    .auth-content {
      width: 60%;
  
    }
  
    .main-content-wrapper {
      padding: 10px;
    }
  
    header ul {
      width: 100%;
      background: #0E94A0;
      max-height: 0px;
      overflow: hidden;
    }
  
    .showing {
      max-height: 100em;
    }
  
    header ul li {
      width: 100%;
    }
  
    header ul li ul {
      position: static;
      display: block;
      width: 100%;
    }
  
    header ul li ul li a {
      padding: 10px;
      background: #0E94A0;
      color: white;
      padding-left: 50px;
    }
  
    header ul li ul li a:hover {
      background: #006669;
    }
  
    header ul li ul li a.logout {
      color: red;
    }
  
    header .menu-toggle {
      display: block;
      position: absolute;
      right: 20px;
      top: 20px;
      font-size: 1.9em;
    }
  
    header .logo {
      margin-left: .5em;
    }
  }
  
  @media only screen and (max-width: 600px) {
    .content .main-content .post {
      height: auto;
    }
  
    .auth-content {
      width: 90%;
  
    }
  
    .content .main-content.single {
      padding: 10px 20px;
    }
  
    .content .main-content .post .post-image {
      width: 100%;
    }
  
    .content .main-content .post .post-preview {
      width: 100%;
    }
  
    .content .main-content .post .read-more {
      position: static;
      display: block;
      width: 100%;
      text-align: center;
    }
  
    .post-slider .next {
      right: 10px;
    }
  
    .post-slider .prev {
      left: 10px;
    }
  }

 
