#cookie_notification{
display: none;
opacity: 0.9;
justify-content: space-between;
position: fixed;
align-items: center;
text-transform: uppercase;
z-index: 999;
bottom: 15px;
left: 50%;
width: 70%;
max-width: 90%;
transform: translateX(-50%);
padding: 15px;
background-color: #434960;
border-radius: 4px;
box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}
.moove-gdpr-button-holder{
padding-left: 15px;
padding-left: 3vw;
}
#cookie_notification a{
color: white;
text-decoration: underline;
}
#cookie_notification p{
margin: 0;
font-size: 0.7rem;
text-align: left;
color: white;
}
@media (min-width: 576px){
#cookie_notification.show{
display: flex;
}
.cookie_accept{
margin: 0 0 0 25px;
}
}
@media (max-width: 575px){
#cookie_notification.show{
display: block;
text-align: left;
}
.cookie_accept{
margin: 10px 0 0 0;
}
}
.cookie_accept {
display: inline-flex;
align-items: center;
justify-content: center;
background-color: #39434e;
border: none;
color: #ededed;
text-decoration: none;
padding: 15px 40px;
white-space: nowrap;
cursor: pointer;
border-radius: 4px;
max-width: 100%;
transition: all .1s linear;
}
.avtors {
background-color: #eee;
border-radius: 7px;
display: block;
font-size: 13px;
padding: 10px;
position: relative;
}
.avtorss img {
border-radius: 50%;
border: #F1F1F1 solid 1px;
display: inline;
float: left;
margin: 5px 10px 0 0;
width: 120px;
transition: all 0.5s ease;
}
#profile { background: #e0f4f1; border-top: 5px solid #00a389; border-radius: 10px; position: relative; margin: 60px 0 0; text-align: center; }
#profile-inner { position: relative; padding: 90px 40px 40px; }
#profile-image { background: #fff; margin-left: -70px; width: 140px; height: 140px; display: block; border-radius: 100%; position: absolute; right: 50%; left: 50%; top: -70px; z-index: 2; }
#profile-image img { display: block; border-radius: 100%; }
#profile-name { color: #071232; font-size: 22px; font-weight: 600; line-height: 1.2em; margin-bottom: 10px; }
#profile-description { font-size: 16px; line-height: 1.6em; font-weight: 300; color: #8191a9; position: relative; }
#profile-description:before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 2px; }
body.woocommerce-checkout .order_review_inner, body.woocommerce-checkout #customer_details {
padding: 5px 30px 50px !important;
}