.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed;
  background: rgb(0 0 0 / 60%);
  width: 600px;
  z-index: 998;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 5% 0 5%;
  border-radius: 10px;
  right: 15px;
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
  text-align: left;
  padding: 20px 30px;
  color: #fff;
  font-size: 12px;
  top: 7px;
  position: relative;
  line-height: 18px;
}

.box-cookies .btn-cookies {
  background: #9bc15f;
  cursor: pointer;
  align-self: normal;
  font-size: 14px;
  height: 35px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  line-height: 0;
  top: 19px;
  position: relative;
  right: 15px;
  border-radius: 8px;
}

@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
  }
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
	@media only screen and (min-width : 0px) and (max-width : 480px) { 
		
.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed;
  width: 330px;
  z-index: 998;
  bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 5% 0 5%;
  border-radius: 10px;
  right: 15px;
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
  text-align: center;
  padding: 30px 30px;
  color: #fff;
  font-size: 12px;
  top: 7px;
  position: relative;
  margin-bottom: 5px;
}

.box-cookies .btn-cookies {
  background: #63c90f;
  cursor: pointer;
  align-self: normal;
  font-size: 14px;
  height: 35px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  line-height: 0;
  top: -20px;
  position: relative;
  right: -30px;
  border-radius: 8px;
  width: 80%;
  color: white;
}
		
	}
	
		/* Small Devices, Tablets */
	@media only screen and (max-width : 768px) and (min-width : 481px){
		
	
		
	}
	
		/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px)  and (min-width : 769px){    
		
	
		
	}
	
		/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1200px) and (min-width : 993px){
		
	
	  
	}
	
		/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1500px) and (min-width : 1201px){
		
	
	
	}
	
	  /* Large Devices, Wide Screens */
	@media only screen and (min-width : 1501px){
		
	
	
	} 