.nh-cookie {
    display: none;
    content: '';
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999!important;
}





.nh-cookie-holder {
    width: 500px;
    background-color: #fff;
    padding: 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);


}

.nh-cookie-holder h1,
.nh-cookie-holder h2,
.nh-cookie-holder h3 {
    font-size: 26px;
    margin: 0;
    padding: 15px 0 5px;
}

.nh-cookie-holder h2 {
    font-size: 18px;
}

.nh-cookie-holder h3 {
    font-size: 16px;
}





/**
 * Logo section
 */
.nh-cookie-holder .logo-holder {
    width: 300px;
    margin-top: 10px;
}





/**
 * Content section
 */
.nh-cookie-holder .content-holder p:last-of-type{
    margin: 10px 0;
}





/**
 * Options section
 */
.nh-cookie-holder .cookie-option-holder {
    font-weight: 300;
    background-color: #f5f5f5;
    padding: 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    flex: 1 1 auto;
    cursor: pointer;
}

.nh-cookie-holder .cookie-option-holder.active {
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
}

.nh-cookie-holder .cookie-option-holder .cookie-option-content {
    margin-left: 10px;
}

.nh-cookie-holder .cookie-option-holder .cookie-title {
    font-weight: 700;
}





/**
 * Links and buttons
 */
.nh-cookie-holder .read-more-holder a {
    text-decoration: underline;
}

.nh-cookie-holder .nh-cookie-submit-btn {
    color: #fff;
    font-weight: 600;
    background-color: #28a745;
    padding: 6px 40px;
    float: right;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.nh-cookie-holder .nh-cookie-submit-btn:hover {
    background-color: #218838;
}





/**
 * Responsive styling
 */
@media screen and (max-width: 767px) {
	.nh-cookie-holder {
	   max-height:100vh;
	   font-size: 0.9em;
	   line-height:16px;
	}
	.nh-cookie-submit-btn {
		margin-top:10px;
	}
}


@media screen and (max-width: 575px) {
    .nh-cookie-holder {
        width: 300px;
        z-index: 99999999999!important;
    }
}
