#cookies-popup a, #cookies-popup img, #cookies-popup link, #cookies-popup .btn {
	outline: 0px !important;
}
#cookies-popup > div ,#cookies-popup > div * {
 font-family: 'Open Sans', sans-serif;
}
#cookies-popup{
  display: none;
}
#cookies-popup.cookies-main-container{
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.38);
  position: absolute;
  left: 14px;
  top: 15px;
  width: 262px !important;
  height: 211px !important;
  z-index: 99999;
  padding: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cookies-popup .close-circle {
  color: rgb(70, 70, 70);
  position: absolute;
  font-size: 18px !important;
  left: 250px;
  top: -14px;
  font-weight: 300 !important;
  z-index: 999;
  cursor: pointer;
  background: #f3f3f3;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  line-height: 25px;
}
#cookies-popup .upper-side{
  float: none;
  width: 185px;
  min-height: 20px;
  margin: 0 auto;
}
#cookies-popup .upper-side img{
  width: 41px;
  height: 37px;
  float: left;
  margin-right: 10px;
}
#cookies-popup .upper-side .upper-title{
  float: left;
  color: #333333;
  font-weight: 700;
  font-size: 15px;
  text-transform: capitalize;
  width: 133px;
  margin: 0px;
}
#cookies-popup .body-side{
  float: left;
}
#cookies-popup .body-side .paragraph{
  float: left;
  width: 100%;
  margin: 0px;
  text-align: center;
  font-size: 13px;
  color: #333333;
  font-weight: 600;
  margin-top: 10px;
}
#cookies-popup .body-side .paragraph.bold{
  font-weight: 700;
}
#cookies-popup .down-side{
  float: left;
  margin-top: 10px;
  padding: 0 9px;
}
#cookies-popup .down-side .understand-btn{
  float: left;
  border-radius: 4px;
  background-image: -moz-linear-gradient( 90deg, rgb(249,157,3) 0%, rgb(255,178,49) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(249,157,3) 0%, rgb(255,178,49) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(249,157,3) 0%, rgb(255,178,49) 100%);
  box-shadow: 0px 1px 0px 0px rgba(212, 132, 0, 1);
  width: 103px;
  height: 25px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  line-height: 25px;
  margin-right: 10px;
}
#cookies-popup .down-side .learn-btn{
  float: right;
  border-radius: 4px;
  background-image: -moz-linear-gradient( 90deg, rgb(162,162,162) 0%, rgb(186,186,186) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(162,162,162) 0%, rgb(186,186,186) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(162,162,162) 0%, rgb(186,186,186) 100%);
  box-shadow: 0px 1px 0px 0px rgba(108, 108, 108, 1);
  width: 103px;
  height: 25px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  line-height: 25px;
}
/*NEW MODAL CSS*/
/* The Modal (background) */
.gdpr-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding: 10px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
/* Modal Content */
#gdpr-myModal .gdpr-modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    height: 85vh; 
		max-height: 583px;
    margin-top: 3vh;
    box-sizing: border-box;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    position:relative;
}
/* The Close Button */
#gdpr-myModal .gdpr-close {
    float: none;
    font-weight: 300;
    line-height: 30px;
    background-image: -webkit-linear-gradient( 90deg, rgb(249,157,3) 0%, rgb(255,178,49) 100%);
    text-shadow: 0 0 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0!important;
    margin: 0!important;
    width: 30px;
    height: 30px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
    z-index: 9999;
    font-size: 28px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
#gdpr-myModal .gdpr-header{
    height: 30px;
    background: #f3f4f6;
}
#gdpr-myModal .gdpr-header p{
    margin: 0px;
    float: left;
    line-height: 30px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform:uppercase;
    color:#333;
}
#gdpr-myModal .gdpr-content{
    float: left;
    height: calc(100% - 93px );
    overflow-y: scroll;
    padding: 15px;
    box-sizing: border-box;
}
#gdpr-myModal p{
    float:left;
    margin:0px;
    font-size:14px;
    font-weight:400;
    margin-bottom:10px;
    width: 100%;
}
#gdpr-myModal .p-align-right{
    text-align: center;
    font-size: 18px;
}
#gdpr-myModal ul{
    font-size:14px;
}
#gdpr-myModal .gdpr-btn-close{
    border: none;
    background: none;
    float: right;
    border-radius: 4px;
    background-image: -moz-linear-gradient( 90deg, rgb(249,157,3) 0%, rgb(255,178,49) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(249,157,3) 0%, rgb(255,178,49) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(249,157,3) 0%, rgb(255,178,49) 100%);
    box-shadow: 0px 1px 0px 0px rgba(212, 132, 0, 1);
    height: 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    line-height: 31px;
    margin-right: 10px;
    padding: 0 15px;
    cursor: pointer;
    margin-top: 4px;
}
#gdpr-myModal .gdpr-btn-close.gray{
    background-image: -moz-linear-gradient( 90deg, rgb(162,162,162) 0%, rgb(186,186,186) 100%) !important;
    background-image: -webkit-linear-gradient( 90deg, rgb(162,162,162) 0%, rgb(186,186,186) 100%) !important;
    background-image: -ms-linear-gradient( 90deg, rgb(162,162,162) 0%, rgb(186,186,186) 100%) !important;
    box-shadow: 0px 1px 0px 0px rgba(108, 108, 108, 1) !important;
}
#gdpr-myModal .gdpr-footer{
    float: left;
    width: 100%;
    padding: 15px;
    box-sizing:border-box;
    background:#fff;
}

@media (min-width: 768px) {
	#gdpr-myModal .gdpr-modal-content {
    width:600px !important;
  }
}