/*--------------------------------------------------------------------------------

# XO Cookie 1.1 - Sept 06, 2018
# ------------------------------------------------------------------------
# Designed & coded by Xopify
# Websites:  https://xopify.com -  Email: ciao@xopify.com

--------------------------------------------------------------------------------*/
.xo-gdpr-box {
  padding: 20px;
  position: absolute;
  z-index: 9999;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.xo-gdpr-box--active {
  position: fixed;
  opacity: 1;
  visibility: visible;
}

.xo-gdpr-box--top {
  left: 0;
  top: 0;
  right: 0;
}

.xo-gdpr-box--bottom {
  left: 0;
  bottom: 0;
  right: 0;
}

@media (min-width: 769px) {
  .xo-gdpr-box--stick .xo-gdpr-box__text {
    margin: 0;
  }
  .xo-gdpr-box--stick .xo-gdpr-box__inner {
    padding-right: 270px;
  }
  .xo-gdpr-box--stick .btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    max-width: 250px;
  }
}

.xo-gdpr-box--float {
  width: 250px;
  border-radius: 5px;
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.3);
}

.xo-gdpr-box--float .btn {
  max-width: 200px;
}

.xo-gdpr-box--float-top,
.xo-gdpr-box--float-bottom {
  width: auto;
  max-width: 800px;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 0;
}

.xo-gdpr-box--float-top {
  top: 0;
}

.xo-gdpr-box--float-bottom {
  bottom: 0;
}

@media (min-width: 769px) {
  .xo-gdpr-box--float-top {
    top: 10px;
    border-radius: 5px;
  }
  .xo-gdpr-box--float-bottom {
    bottom: 10px;
    border-radius: 5px;
  }
  .xo-gdpr-box--float-top .xo-gdpr-box__inner,
  .xo-gdpr-box--float-bottom .xo-gdpr-box__inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
  }
  .xo-gdpr-box--float-top .xo-gdpr-box__text,
  .xo-gdpr-box--float-bottom .xo-gdpr-box__text {
    flex: 1;
  }
}

.xo-gdpr-box--top-right {
  right: 20px;
  top: 20px;
}

.xo-gdpr-box--top-left {
  left: 20px;
  top: 20px;
}

.xo-gdpr-box--bottom-right {
  right: 20px;
  bottom: 20px;
}

.xo-gdpr-box--bottom-left {
  left: 20px;
  bottom: 20px;
}

.xo-gdpr-box--float .xo-gdpr-box__text {
  margin-bottom: 20px;
}

.xo-gdpr-box__learnmore {
  color: #2196f3;
  border-bottom: 1px solid #0c7cd5;
  text-decoration: none;
  transition: all .4s ease;
}

.xo-gdpr-box__learnmore:hover {
  color: #0c7cd5;
}

.btn {
  transition: all .4s ease;
}

.btn--red,
.btn--pink,
.btn--purple,
.btn--deepppurple,
.btn--indigo,
.btn--blue,
.btn--lightblue,
.btn--cyan,
.btn--teal,
.btn--green,
.btn--lightgreen,
.btn--lime,
.btn--yellow,
.btn--amber,
.btn--orange,
.btn--deeporange,
.btn--brown,
.btn--grey,
.btn--bluegrey {
  color: #fff;
  padding: 8px 15px;
  border-radius: 4px;
}

.btn--red {
  background: #ff1744;
  border: #e3002c;
}

.btn--red:hover {
  background: #e3002c;
  border: #ca0027;
}

.btn--pink {
  background: #e91e63;
  border: #c1134e;
}

.btn--pink:hover {
  background: #c1134e;
  border: #aa1145;
}

.btn--purple {
  background: #e040fb;
  border: #d80efa;
}

.btn--purple:hover {
  background: #d80efa;
  border: #c905ea;
}

.btn--deepppurple {
  background: #7e57c2;
  border: #643da9;
}

.btn--deepppurple:hover {
  background: #643da9;
  border: #593696;
}

.btn--indigo {
  background: #536dfe;
  border: #2042fe;
}

.btn--indigo:hover {
  background: #2042fe;
  border: #072cfe;
}

.btn--blue {
  background: #2196f3;
  border: #0c7cd5;
}

.btn--blue:hover {
  background: #0c7cd5;
  border: #0a6ebd;
}

.btn--lightblue {
  background: #03a9f4;
  border: #0286c2;
}

.btn--lightblue:hover {
  background: #0286c2;
  border: #0275a8;
}

.btn--cyan {
  background: #00bcd4;
  border: #008fa1;
}

.btn--cyan:hover {
  background: #008fa1;
  border: #007888;
}

.btn--teal {
  background: #00bfa5;
  border: #008c79;
}

.btn--teal:hover {
  background: #008c79;
  border: #007363;
}

.btn--green {
  background: #4caf50;
  border: #3d8b40;
}

.btn--green:hover {
  background: #3d8b40;
  border: #357a38;
}

.btn--lightgreen {
  background: #64dd17;
  border: #4faf12;
}

.btn--lightgreen:hover {
  background: #4faf12;
  border: #459810;
}

.btn--lime {
  background: #aeea00;
  border: #88b700;
}

.btn--lime:hover {
  background: #88b700;
  border: #759e00;
}

.btn--yellow {
  background: #ffd600;
  border: #ccab00;
}

.btn--yellow:hover {
  background: #ccab00;
  border: #b39600;
}

.btn--amber {
  background: #ffa000;
  border: #cc8000;
}

.btn--amber:hover {
  background: #cc8000;
  border: #b37000;
}

.btn--orange {
  background: #fb8c00;
  border: #c87000;
}

.btn--orange:hover {
  background: #c87000;
  border: #af6100;
}

.btn--deeporange {
  background: #ff7043;
  border: #ff4910;
}

.btn--deeporange:hover {
  background: #ff4910;
  border: #f63b00;
}

.btn--brown {
  background: #795548;
  border: #593f35;
}

.btn--brown:hover {
  background: #593f35;
  border: #49332b;
}

.btn--grey {
  background: #757575;
  border: #5c5c5c;
}

.btn--grey:hover {
  background: #5c5c5c;
  border: #4f4f4f;
}

.btn--bluegrey {
  background: #546e7a;
  border: #3f535c;
}

.btn--bluegrey:hover {
  background: #3f535c;
  border: #35454d;
}
