#cookie_container {
  position: fixed;
  width: 100%;
  bottom: 0px;
  background-color: #fff;
  text-align: center;
  z-index: 999999; }

.p_privacy {
  /*#cookie_container{
      position: relative;
      bottom: auto;
      margin-bottom: 55px;
  }*/ }

#cookie_form_container {
  background-color: #fff;
  padding: 50px;
  width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  #cookie_form_container a {
    color: #000; }
  #cookie_form_container .cookie_title {
    font-family: "Open Sans", sans-serif;
    font-size: 14px; }
  #cookie_form_container .cookie_main_title {
    font-family: "Playfair Display", serif;
    font-size: 22px; }
  #cookie_form_container .checkbox_container {
    text-align: left;
    display: block;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto; }
  #cookie_form_container p {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 18px; }
  #cookie_form_container #privacy_list_container {
    display: block; }
    #cookie_form_container #privacy_list_container #privacy_list {
      display: none; }
  #cookie_form_container .read_more {
    color: #555;
    text-decoration: underline;
    display: block;
    text-align: center;
    width: 100%; }
  #cookie_form_container .submit {
    margin: 3px !important;
    font-family: "Montserrat", serif;
    text-transform: uppercase;
    font-size: 10px !important;
    letter-spacing: 2px !important;
    font-weight: 400 !important;
    background-color: #000 !important;
    color: #fff !important;
    height: 45px !important;
    line-height: 45px !important;
    display: inline-block !important;
    padding: 1px 6px;
    width: 100%;
    max-width: 200px; }
  #cookie_form_container #show_less_privacy, #cookie_form_container #show_more_privacy {
    display: block;
    text-align: center;
    width: 100%;
    text-decoration: underline;
    font-size: 12px; }
  #cookie_form_container #show_more_privacy {
    display: inline-block;
    width: auto; }
  #cookie_form_container a {
    cursor: pointer; }

@media (max-width: 991px) {
  #cookie_form_container {
    max-width: 100%; } }
/*mega dropdown-menu*/
#navbar .dropdown:hover > .dropdown-menu {
  display: block; }

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #000; }

.disabled {
  opacity: 0.3; }

input:focus + .slider {
  box-shadow: 0 0 1px #000; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

/*# sourceMappingURL=cookie.css.map */
