  *{
    margin: 0;
    padding: 0;
    border: 0;
  }
  *:not(i){
    font-family: 'San Francisco', Helvetica, Arial, san-serif !important;
  }

  @font-face{
    font-family: Montserrat-Regular;
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
  }

/*Header*/
  .header{
    background-color: #638f38;
    z-index: 100;
  }
  .top_nav_header{
    background-color: #536F38;
  }
  .top_mob_header{
    background-color: #536F38;    
  }
  .top_links_list{
    display: flex;
    margin: 0;
  }
  .top_links_list li{
    display: flex;
    align-items: center;
  }
  .top_links a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
  }
  .vr{
    content: "";
    width: 1px;
    height: 12px;
    background: #fff;
  }
  .logo-image{
    max-width: 200px;
    padding-bottom: 10px;
  }
  .cart > a > img{
    width: 20px;
  }
  #cartvalue, #cartvaluemob{
    border-radius: 15px;
    background-color: #536F38;
    padding: 0px 5px;
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    margin: 0px 0px 0px 3px;
  }
  .contact-details span a, .contact-details span i{
    font-size: 13px;
    color: #fff;
    text-decoration: none;
  }
  .search input{
    background-image: url("http://syscomprojects.com/foodlocus/site/app/webroot/img/images/search-icon.png");
    background-repeat: no-repeat;
    background-position: 12px 7px;
    background-size: 17px;
    width: 100%;
    float: left;
    padding: 2% 39px;
    border-radius: 25px;
    font-size: 13px;
  }
  .search-mob{
    display: none;
    width: 76%; 
  }
  /*.md-block{
    display: none !important;
  }*/
@media only screen and (max-width: 767px){
  .search input{
    border-radius: 2px;
  }
  .search-mob{
    display: block;
  }
  .navbar-expand-md{
    padding: 5px 0px !important;
  }
  .navbar-expand-md button{
    padding: 1px 5px !important;
  }
  .logo a img{
    max-width: 200px !important;
  }
}

  .my_account_dropdown{
    position: absolute;
    z-index: 10;
    left:0;
    top: 3.5em;
    display:none;
  }

  .my_account_dropdown ul li a{
    color: #000;
    text-decoration: none;
  }
  /*#profile_dropdown_btn.btn:focus{
    box-shadow: none;
  }
  .login-div-element > button{
    color: #fff;
  }
  .login-div-element > button:hover{
    color: #fff;
    text-decoration: none;
  }
  .login-div-element > button:focus{
    text-decoration: none;
  }
  #profile_dropdown_btn i{
    color: #fff;
  }*/
  .row-mobile{
    display: none;
  }
  .logo-img-container{
    display: flex;
    max-height: 63px;
    align-items: cener;
  }
  .logo-mod-img{
    max-height: 55px;
  }
@media only screen and (max-width: 1200px) {
  /*.logo-image{
    width: 100%;
    padding-bottom: 0px;
  }*/
}
@media only screen and (max-width: 991px) {
  /*.flex-align{
    justify-content: space-between !important;
  }
  .md-block{
    display: flex !important;
  }*/
  .logo-image{
    width: 150px;
    padding-bottom: 3px;
  }
  .div-contact-details{
    display: none !important;
  } 
  /*.login-div-element > button{
    font-size: 12px;
  }
  .cart > a > img{
    width: 20px;
  }
  .my_account_dropdown ul li a{
    font-size: 13px;
  }*/
  #ProductSearchForm > input{
    font-size: 13px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .top_nav_header{
    display: none;
  }
  .row-desktop{
    display: none;
  }
  .row-mobile{
    display: block;
  }
  .my_account_dropdown{
    left: unset;
    right: 4%;
    top: 5.5em;
  }
}
@media only screen and (max-width: 420px){
  .my_account_dropdown{
    top: 4.5em;
  }
}
.profile_dropdown_btn_mob {
  background-color: #fff;
}
.cart-mob a img{
  width: 24px;
}
.flex-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
#profile_dropdown_btn_mob{
  color: #fff;
  padding-bottom: 0px
}
#profile_dropdown_btn_mob i{
  font-size: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .search input{
    padding: 0;
    padding-left: 15%;
  }
}

/*Navbar*/
.nav-bar-menu{
  border-bottom: 1px solid lightgrey;
}
#navbarSupportedContent ul li a{
  font-size: 14px;
  color: #000 !important;
  text-decoration: none;
}

@media only screen and (max-width: 991px){
  #navbarSupportedContent ul li a{
    font-size: 13px;
  }
}


/*HOME PAGE*/
.inner img{
  width: 100%;
  /*max-height: 300px;*/
}

/*@media only screen and (max-width: 991px){
  .inner img{
    max-height: 250px;
  }
}*/
/*.inner{
  background-color: #59a3ea;
}*/

.poster{
  background-color: #81b539;
}
.poster > a{
  width: 700px;
}
.wrapper-bg{
  background-color: #f8f8f8;
  min-height: 68vh;
}

.category-container{
  padding: 40px 0;
}
.category-header{
  /*text-transform: uppercase;*/
  margin-bottom: 1em;
}
.category-header h4{
  font-weight: 600;
}
.cat-hr{
  border-top: 0.1em solid #e9e9e9;
}
.category-box{
  border: solid 1px #ddd;
  border-radius: 4px;
  background: #fff;
  height: 100%;
  padding: 1em;
  box-shadow: 0px 0px 3px #e3e3e3;
}
.cat-text{
  padding: 10px;
  text-align: center;
}
.cat-text p{
  margin-bottom: 0;
}
.category-box a{
  color: #000;
  text-decoration: none;
}

@media only screen and (max-width: 767px){
  .category-container{
    padding: 2px 14px;
    border: 1px solid #ded9d9;
    box-shadow: 0 0 4px #e3e3e3;
    border-radius: 2px;
    background-color: #fff;
  }
  .category-header {
    margin: 10px 0;
  }
  .category-header h4{
    text-align: center;
    font-size: 14px;
  }
  .cat-hr{
    display: none;
  }
  .row_div{
    /*border-top: 0.01em solid #e9e9e9;*/
    padding-top: 3px;
  }
  .col_div{
    padding: 1px;
  }
  .category-box{
    box-shadow: unset;
    border-radius: unset;
    padding: 0.3em;
  }
  .cat-text{
    padding: 0;
    font-size: 10px;
  }
}

/*.category-box{
}
.category-header h4{
  font-size: 13px;
  font-weight: bold;
  color: black;
  margin-top: 1em;
}
.category-box .row a p{
  font-size: 10px;
}*/
/*.category-header h4{
  color: black;
  margin-top: 1em;
  text-transform: uppercase;
}
.category-header h4{
  font-size: 18px;
}
.category-name{
  font-size: 20px;
  margin-bottom: 0;
}*/

/*Category Page*/
.exotic-category-box a{
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 575px){
  .exotic-category-box a{
    font-size: 10px;
  }
}


/*FOOTER*/
  .footer{
    position: absolute;
  }
  .footer-bottom-bar{
    font-size: 1em;
    font-weight: 500;
    background-color: #638f38;
    color: #fff;
    padding: 0.5em 0;
    font-weight: 600;
  }
  .footer-bottom-bar a{
    text-decoration: none;
    color: #fff;
  }
  .footer-bottom-bar a:hover{
    text-decoration: none;
  }
@media only screen and (max-width: 767px){
  .footer-bottom-bar{
    font-size: 13px;
  }
}
  /*.footer-unstyled li a{
    color: #000;
    text-decoration: none;
    font-size: 13px;
  }
  .footer-list li a i{
    color: #638f38;
  }
  .footer-list li{
    margin-bottom: 0.5em;
  }
  .footer-unstyled .footer-social-icons > a {
      margin-right: 0.81em;
      font-size: 20px;
      color: #638f38;
  }
  .footer-unstyled li{
    font-size: 14px;
  }*/
.powered-login img{
  width: 30%;
}
.powered img{
  width: 30%;
}
.powered-bg{
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .powered img, .powered-login img{
    width: 15%;
  }
  .powered p{
    font-size: 13px;
  }
}

/*LOGIN PAGE*/
  .login_box{
    background-color: #fff;
    box-shadow: 0px 0px 4px #cfcfcf;
  }
@media only screen and (max-width: 768px){
  .login_box{
    box-shadow: none;
  }
}
  #switch{
    background-color: #eee;
    border-radius: 11px;ss
  }
  .switches{
    padding: 11px;
    border-radius: 11px;
  }
  #logForm input{
    padding: 13px;
    background: #eee;
    border: none;
    font-size: 13px;
    width: 100%;
    margin-bottom: 5px;
  }
  #Frgt_pwd a{
    color: #638f38;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
  }
  #subMit .submit input{
    padding: 10px 89px;
    background: #638f38;
    border: #638f38;
    color: yellow;
    font-weight: bold;
    font-size: 19px;
  }


/*SIGNUP PAGE*/
  .pass-caption{
    width: 100%;
    margin: 7px 0;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 1% 15px;
  }
  #signupas{
    text-align: center;
    margin-bottom: 1em;
  }
  #signupas a{
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    font-size: 18px;
  }
  .productt-boxx, .product-box{
    padding: 1% 0;
    border: 1px solid #e9e9e9;
    /*box-shadow: 1px 1px 1px #b6b6b6;*/
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 5px;
  }
  .productt-boxx h5{
    margin-top: 9px;
    margin-bottom: 9px;
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-transform: capitalize;
    text-align: center;
  }

  .productt-boxx h4{
    margin-top: 9px;
    margin-bottom: 9px;
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-align: center;
  }
  .productt-boxx a:hover{
    /*text-decoration: none;*/
  }

@media only screen and (min-width: 768px){
    .productt-boxx h5 {
      margin: 8px 2%;
      font-size: 20px;
      font-weight: 500;
      text-align: left;
    }
    .productt-boxx h4{
      margin: 8px 2%;
      font-size: 20px;
      font-weight: 500;
      text-align: left;
    }
}

  /*ORDER DETAIL*/
    .price-bttn{
    text-align: center;
    background-color: black;
    color: white;
    font-weight: bold;
    border-radius: 4px;
    font-size: 18px;
  }
  .common-one{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
    color: black;
  }
  .common-two{
    font-size: 14px;
    margin-bottom: 7px;
  }
@media only screen and (max-width: 767px){
  .common-one{
    font-size: 12px;
  }
  .common-two{
    font-size: 13px;
    margin-bottom: 4px;
  }
}
.bttn-submit{
  background: #638f38;
  color: yellow;
  /*font-weight: bold;*/
}
.bttn-submit:hover{
  text-decoration: none;
  color: yellow;
  /*font-weight: 500;*/
}
.pay-label{
  font-size: 14px;
}

/*ORDER VIEW DETAIL*/
.order-price-detail{
  padding: 1% 0;
}
.order-price-detail p {
  font-weight: bold;
  color: black;
  font-size: 14px;
  margin-bottom: 5px;
}
.mycart-box{
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  background-color: #fff;
}
.price-box{
  background-color: #555;
}
.price-box p{
  color: #fff;
  border-bottom: #555;
  margin: 9px 0;
}

/*FORGET PASSWORD / OTP / CHANGE PASSWORD*/
#login_bk > a {
  text-transform: capitalize;
  font-weight: bold;
  width: 100%;
  background: #638f38;
  color: yellow;
  padding: 8% 27%;
  font-size: 15px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
}
.change-password-btn2, .change-password-btn, .change-password-btn3 {
  /*text-transform: uppercase;*/
  text-transform: capitalize;
  font-weight: bold;
  width: 100%;
  background: #638f38;
  color: yellow;
  padding: 7%;
  font-size: 15px;
  border-radius: 3px;
}
.change-password-btn:hover{
  text-decoration: none;
  color: yellow;
}

/*ORDER CONFIRMED*/
.btn-shopping{
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding: 5% 2%;
  border-radius: 5px;
  background-color: #638f38;
}
.shopping{
  font-size: 14px;
  font-weight: 600;
  color: yellow;
  /*text-transform: uppercase;*/
}
@media only screen and (max-width: 991px){
  .shopping{
    font-size: 12px;
  }
}
.shopping:hover{
  color: yellow;
  text-decoration: none;
}

/*Search Input*/
.searchbox input{
  background-image: url("http://syscomprojects.com/foodlocus/site/app/webroot/img/images/search-icon.png");
  background-repeat: no-repeat;
  background-position: 9px 6px;
  background-size: 17px;
  width: 100%;
  padding: 2% 10%;
  margin: 2% auto;
  border-radius: 3px;
  font-size: 12px;
}


/*Profile Page*/
.address-table tr{
  border-bottom: 2px solid rgba(241,241,241,1.0);
}
.profile-sidebar{
  /*height: 100%;*/
  padding-bottom: 1em;
}
.profile-box1, .profile-box2{
  border: 1px solid #e9e9e9;
  /*box-shadow: 1px 1px 1px #9b9898;*/
  background-color: #fff;
}
.addressAdmin{
  background-color: #638f38;
  color: #fff;
}
.profile-box{
  padding: 1.5em 1em;
}
.profile-box-mob{
  padding: 6% 4%;
}
.pencil a{
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
}
.icon-oval{
  width: 50px;
  margin-right: 6%;
}
.img-circle{
  border-radius: 50%;
}
.details-label{
  background-color: rgba(241,241,241,1.0);
}
.profile-address-detail h6{
  font-size: 22px;
}
.address-box{
  padding: 0 1em;
}
.address-table p{
  margin: 0;
}
.address-table td{
  border: none;
}
.address-box .menu a{
  color: #000;
  text-decoration: none;
}
.address-box .menu a:hover{
  color: #638f38;
}
.menu{
  border-bottom: 2px solid #f0f0f0;
  padding: 7px 0 10px 0;
}
.profile-box-mob{
  display: none;
}
.profile-address-detail{
  padding: 1em;
}
/*.profile-address-detail div{
  padding: 0 !important;
}*/
.icon-name a{
  color: #fff;
}
.icon-name a:hover{
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .icon-name p {
    font-size: 13px;
  }
  .address-box .menu a{
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .box2-padding{
    padding: 0 6%;
  }
  .profile-box2{
    display:none !important;
  }
  .profile-box1{
    /*padding: 0;*/
    margin-bottom: 1em; 
    border-right: none;
    border-bottom: 0.13em solid rgba(241,241,241,1.0);
  }  
  .profile-box{
    display: none;
  }
  .profile-box-mob{
    display: block;
  }
  .icon-oval{
    width: 100px;
  }
  .profile-address-detail h6{
    font-size: 20px;
  }
  .profile-des-mob p{
    margin: 0;
  }
  .pencil-edit{
    position: absolute;
    right: 5%;
    top: 13%;
    padding: 4px 8px;
    background: white;
    border-radius: 2px;
    color: black;
  }
  .profile-wallet-balance{
    color: yellow;
    font-size: 13px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    margin-bottom: 5px;
  }
  .profile-name{
    /*text-transform: uppercase;*/
  }
}

/*Cart*/
.order-details-header{
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 1%;
}

/*CART*/
.delete{
  position: absolute;
  right: 1em;
  top: 0;
  text-align: right;
  padding: 2% 3%;
  font-size: 17px;
}
.delete a{
  color: red;
}
.quantity-heading{
  font-size: 12px;
  margin-bottom: 2px;
  font-weight: bold;
  color: #121212;
}
#price{
  font-size: 12px;
  margin: 2px auto;
  font-weight: bold;
  color: #121212;
}
.price-value1{
  color: #638f38;
}
.bttn{
  text-align: center;
  width: 22px;
  background: #638f38;
  color: yellow;
  padding: 6%;
  font-size: 9px;
  border-radius: 3px;
}
.quantity-scale span{
  margin: 0 12px; 
}
.mycart-box1{
  padding: 1% 0;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  background-color: #fff;
}
.mycart-box{
  padding: 1% 0;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  background-color: #fff;
  font-size: 13px;
}
#commentbox2{
  display: none;
}
@media only screen and (max-width: 991px){
  .mycart-box p{
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px){
  #product-name{
    width: 75%;
    color: #121212;
    margin-bottom: 2px;
    font-size: 15px;
  }
  .padding-mob{
    padding: 4px !important;
  }
  .p_description{
    font-size: 12px !important;
  }
  .p_description_price{
    font-size: 11px !important;
  }
  #variant-name{
    font-size: 11px;
  }
  #price{
    font-size: 11px;
  }
  .quantity-heading {
    font-size: 11px;
  }
  .quantity p{
    margin-bottom: 4px;
  }
  .quantity{
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: bold;
  }
  #commentbox2{
    display: block;
  }
  #commentbox1{
    display: none;
  }
  #product_banner{
    display: none;
  }
}
.price-detail{
  padding: 2.5% 0% !important;
}
.price-detail p{
  width: 100%;
  padding: 1% 2%;
  font-weight: bold;
  color: black;
  margin-bottom: 0;
}
.price-detail p span{
  font-weight: 400;
}
.custom-desginer{
  font-size: 14px;
}

/*ADDRESS LIST*/
.addresslist-box{
  padding: 2% 0;
  border: 1px solid #e9e9e9;
  /*box-shadow: 1px 1px 1px #b6b6b6;*/
  border-radius: 2px;
  background-color: #fff;
 }
 .addresslist-box a{
  text-decoration: none;
 }
 .editDelete{
  color: black !important;
  text-align: center;
  font-weight: 600;
 }
 .editDelete p{
  margin: 0;
 }
 .bttn-box{
  margin: 2% 0;
  padding: 1em;
  float: left;
  border: 1px solid #638f38;
  box-shadow: 1px 1px 1px #b6b6b6;
  border-radius: 2px;
  background-color: #fff;
  background: #638f38;
  text-align: center;
  font-size: 14px;
  color: yellow;
  text-transform: capitalize;
  font-weight: 600;
 }
 .bttn-box a{
  color: yellow;
  text-decoration: none;
  font-weight: 600;
 }
 .add-box{
  font-size: 14px;
 }
@media only screen and (min-width: 767px){
   .delivery-address{
    font-weight: 500;
    font-size: 20px;
    margin:0;
   }  
}
@media only screen and (max-width: 767px){
  .delivery-address{
    font-size: 14px;
    margin: 0 auto;
    color: #000;
    font-weight: bold;
  }
  .add-box{
    font-size: 13px;
  }
}

/*ADDRESS*/
.bottom{
  margin-bottom: 2%;
}

/*ACCORDIAN SIDEBAR*/
  .accordion-bg{
    background-color: transparent;
  }
  .element-box{
    position: relative;
    border: 1px solid #ddd;
    text-transform: uppercase;
    min-width: 100px;
    width: 90%;
    border-radius: 10px;
    background: #eee;
    padding: 4%;
    margin-bottom: 2%;
  }
  .element-box-sub{
    border: 1px solid #ddd;
    text-transform: capitalize;
    min-width: 100px;
    width: 90%;
    border-radius: 10px;
    background: #eee;
    padding: 4%;
    margin-bottom: 2%;
    margin-left:auto; 
  }
  .navtab-btn{
    font-size: 14px;
    background-color: transparent;
    padding-right: 15px !important;
    width: 100%;
  }
  .navtab-sub-btn{
    font-size: 14px;
    color: #000;
    text-decoration: none;
  }
  .category_angle{
    position: absolute;
    right: 11px;
    top: 33%;
  }
@media only screen and (max-width: 991px){
  .navtab-sub-btn{
    font-size: 11px;
  }
  .navtab-btn{
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px){
  .sidebar-en{
    display: none;
  }
  .categorysec{
    padding: 0;
  }
}

/*FLASH MESSAGE*/
.error{font-size: 12px;font-weight: normal;color: red;}
.success{color: green;}
#flashMessage {
  font-size: 13px;
  font-weight: normal;
  padding: 8px 10px;

}

.storename {  
  font-weight: bold;
  font-size: 13px;
}
.store-img {
  background-image: url(../img/store-logo-bg.png);
  height: 131px;
  width: 200px;
  text-align: center;
  margin: auto;
}

.store-img img {
  max-width: 150px;
  text-align: center;
}
.storeaddress {
  font-weight: bold;
  font-size: 13px;
  color: #c0c0c0;
}
.store-btn {
  padding: 11px;
  text-align: center;
  border-radius: 3px;
  background: #638f38;
  font-weight: bold;
}
.store-btn a{
  text-decoration: none;
  color: yellow !important;
}
.choosestore {
  color: #fff;
  width: 150px;
  height: 50px; 
}
.storedesc {
  font-size: 14px;
  font-weight: 500;
}
#infscr-loading{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#infscr-loading img{
  width: 55px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}
.con-pad {
  padding-top: 169px;
}

/*Edit Profile*/
.addresss-box{
  padding: 1% 0;
  border: 1px solid #e9e9e9;
  /*box-shadow: 1px 1px 1px #9b9898;*/
  background-color: #fff;
  /*text-transform: uppercase;*/
}

.edit-profile-bttn{
  /*font-weight: bold;*/
  /*text-transform: uppercase;*/
  background: #638f38;
  color: yellow;
  padding: 1em 1.5em;
  font-size: 16px;
  border-radius: 3px;
  margin-top: 20px;
}

/*Order View Detail*/
.orderNumber span{
  color: #946b42;
}

/*@media only screen and (min-width: 992px){
  #top-space{
    height: 169px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px){
  .sticky {
    position: fixed;
    top: 0;
    width: 100%
  }
  #top-space{
    height: 148px;
  }
}*/

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
/*.sticky + .content {
  padding-top: 102px;
}*/

/*.checkmark {border: 1px solid black;position: absolute;top: 0px;left: 0;height: 25px;width: 25px;border-radius: 50%;}

.container input:checked ~ .checkmark {background-color: #fff;}
.checkmark:after {content: "";position: absolute;display: none;}

.container input:checked ~ .checkmark:after {display: block;}
.container .checkmark:after {top: 5px;left: 5px;width: 13px;height: 13px;border-radius: 50%;background: #2196F3;}*/

.modali {
  display: none;
  position: fixed;
  z-index: 9999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}

/* Modal Content (Image) */
.modali-content {
  margin: auto;
  display: block;
  /*width: 80%;*/
  /*max-width: 500px;*/
}

/*@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}*/

/* The Close Button */
#closex {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

#closex:hover,
#closex:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.zoom {
  transition: transform .2s;
}
.zoom:hover {
  transform: scale(1.07);
}