/**
 * Plumrocket Inc.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End-user License Agreement
 * that is available through the world-wide-web at this URL:
 * http://wiki.plumrocket.net/wiki/EULA
 * If you are unable to obtain it through the world-wide-web, please
 * send an email to support@plumrocket.com so we can send you a copy immediately.
 *
 * @package     Plumrocket_GDPR
 * @copyright   Copyright (c) 2018 Plumrocket Inc. (http://www.plumrocket.com)
 * @license     http://wiki.plumrocket.net/wiki/EULA  End-user License Agreement
 */

.prgdpr__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  margin: 0 -20px;
  padding: 10px;
}

.prgdpr__item {
  width: calc(100% /12 * 4 - 30px);
  margin: 0 15px;
  min-width: 245px;
  margin-top: 50px;
  padding: 15px 10px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.prgdpr__item a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #3399cc;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-box-shadow: 0px 12px 5px -9px #00000021;
  box-shadow: 0px 12px 5px -9px #00000021;
}

.prgdpr__item:hover a::before {
  opacity: 1;
}

.prgdpr__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.prgdpr__link:hover,
.prgdpr__link:visited {
  text-decoration: none;
  color: inherit;
}

.prgdpr__icon {
  margin: 0 auto;
}

.prgdpr__name {
  margin-top: 15px;
}

.prgdpr__name.prgdpr__name-item {
  min-height: 42px;
}

.prgdpr__text {
  text-align: left;
  margin-top: 15px;
  font-size: 12px;
  text-align: center;
}

.prgdpr__footer {
  margin-top: 30px;
}

.prgdpr__address {
  margin-top: 20px;
}

.prgdpr__faq {
  margin-top: 35px;
}

.prgdpr__transition,
.prgdpr-accordion__descr,
.prgdpr-accordion .prgdpr-accordion__item .prgdpr-accordion__btn:before,
.prgdpr-accordion .prgdpr-accordion__item .prgdpr-accordion__btn:after {
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.prgdpr__no-select,
.prgdpr-accordion__name {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.prgdpr-accordion__name {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  margin: 0;
  cursor: pointer;
  color: #3399cc;
  background-color: rgba(51, 153, 204, 0.1);
  padding-left: 5px;
  padding-right: 25px;
  padding-bottom: 4px;
  padding-top: 4px;
}

.prgdpr-accordion__descr {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  z-index: 2;
  margin-left: 15px;
}

.prgdpr-accordion__descr p {
  margin: 6px 0;
}

.prgdpr-accordion__descr p:last-child {
  margin-bottom: 15px;
}

.prgdpr-accordion__descr ul {
  list-style: disc;
  margin-left: 20px;
}

.prgdpr-accordion__descr li {
  margin-left: 5px;
}

.prgdpr-accordion {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}

.prgdpr-accordion .prgdpr-accordion__item {
  position: relative;
  padding: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid #c7c7c7;
}

.prgdpr-accordion .prgdpr-accordion__item:last-of-type {
  border-bottom: 1px solid #c7c7c7;
}

.prgdpr-accordion .prgdpr-accordion__item .prgdpr-accordion__btn {
  position: absolute;
  right: 15px;
  top: 9px;
}

.prgdpr-accordion .prgdpr-accordion__item .prgdpr-accordion__btn:before,
.prgdpr-accordion .prgdpr-accordion__item .prgdpr-accordion__btn:after {
  content: "";
  position: absolute;
  background-color: #3399cc;
  width: 3px;
  height: 9px;
}

.prgdpr-accordion .prgdpr-accordion__item .prgdpr-accordion__btn:before {
  -webkit-transform: translate(-2px, 0) rotate(45deg);
  -ms-transform: translate(-2px, 0) rotate(45deg);
  transform: translate(-2px, 0) rotate(45deg);
}

.prgdpr-accordion .prgdpr-accordion__item .prgdpr-accordion__btn:after {
  -webkit-transform: translate(2px, 0) rotate(-45deg);
  -ms-transform: translate(2px, 0) rotate(-45deg);
  transform: translate(2px, 0) rotate(-45deg);
}

.prgdpr-accordion .prgdpr-accordion__item input.prgdpr-accordion__toggle[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.prgdpr-accordion .prgdpr-accordion__item input.prgdpr-accordion__toggle[type=checkbox]:checked~.prgdpr-accordion__name {
  color: inherit;
  background: none;
}

.prgdpr-accordion .prgdpr-accordion__item input.prgdpr-accordion__toggle[type=checkbox]:checked~.prgdpr-accordion__descr {
  margin: 0;
  max-height: 0;
  opacity: 0;
  margin-left: 15px;
}

.prgdpr-accordion .prgdpr-accordion__item input.prgdpr-accordion__toggle[type=checkbox]:checked~i:before {
  -webkit-transform: translate(2px, 0) rotate(45deg);
  -ms-transform: translate(2px, 0) rotate(45deg);
  transform: translate(2px, 0) rotate(45deg);
}

.prgdpr-accordion .prgdpr-accordion__item input.prgdpr-accordion__toggle[type=checkbox]:checked~i:after {
  -webkit-transform: translate(-2px, 0) rotate(-45deg);
  -ms-transform: translate(-2px, 0) rotate(-45deg);
  transform: translate(-2px, 0) rotate(-45deg);
}

.fancybox-inner.prgdpr-export .buttons-set button.button,
.fancybox-inner.prgdpr-delete .buttons-set button.button {
  margin-left: 15px;
}

.fancybox-inner.prgdpr-export .buttons-set,
.fancybox-inner.prgdpr-delete .buttons-set {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.prgdpr-delete .button {
  background: #c60909;
  color: #ffffff;
}

.prgdpr-wrapper .buttons-set button.button,
.prgdpr-export .buttons-set button.button,
.prgdpr .buttons-set button.button {
  float: left;
  margin-left: 0;
}


.button.prgdpr-cancel {
  background-color: #e8e8e8;
  color: #989898;
}

.button.prgdpr-cancel:hover{
  background-color: #bfbcbc;
  color: #fff;
}

.prgdpr-delete .button.prgdpr-button-delete:hover {
  background: #CC4A2E !important;
}

.prgdpr-export .buttons-set .back-link,
.prgdpr-wrapper .buttons-set .back-link,
.prgdpr-delete .buttons-set .back-link,
.prgdpr .buttons-set .back-link {
  line-height: 30px;
  margin-left: 15px;
}

.prgdpr-delete label,
.prgdpr-export label {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 13px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 600;
}

.prgdpr-delete label sub,
.prgdpr-export label sub {
  font-size: 25px;
  color: #FF5733;
}

.prgdpr-delete p,
.prgdpr-export p {
  margin-bottom: 15px;
}

.prgdpr-delete .back-link {
  font-weight: 400;
}

.prgdpr-delete input[type="password"],
.prgdpr-export input[type="password"] {
  max-width: 238px;
  width: 100%;
}

.forgot {
  display: block;
  margin-top: 6px;
  font-size: 11px;
}

.prgdpr-wrapper ul {
  list-style-type: disc;
  margin-left: 30px;
}

.prgdpr-export-wrapper p {
  margin: 10px 0;
}

.prgdpr-info {
  margin-top: 30px;
}

.prgdpr-newsletter-checkboxes-container {
  margin-top: 10px;
}
.prgdpr-checkbox-wrapper .prgdpr-checkbox-container input{
  vertical-align: middle;
  line-height: 15px;
}
.prgdpr-checkbox-wrapper .prgdpr-checkbox-container label{
  font-size: 13px;
  padding: 0 0 0 3px;
  font-weight: 600;
  text-transform: none;
  vertical-align: middle;
  line-height: 15px;
}

.prgdpr-newsletter-checkboxes-container .prgdpr-checkbox-wrapper .prgdpr-checkbox-container label {
  font-weight: 400;
}

.prgdpr-checkbox-container .checkbox {
  vertical-align: middle;
}

#checkout-agreements .checkout-agreements li {
  margin-bottom: 10px;
  margin-top: 10px;
}

.prgdpr-message-container .error-msg {
  border-left: 5px solid #df280a;
  background-color: #faebe7;
  padding: 7px 0 7px 10px;
  position: relative;
  border-radius: 0 4px 4px 0;
  font-size: 12px;
}

.prgdpr-message-container .error-msg:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #df280a;
  border-right: none;
}

.customer-account .fancybox-skin {
  background: #fff;
}

#pr-form-password {
  margin-top: 5px;
}

.prgdpr-after-delete__title {
  font-size: calc(15px + .4vw);
  text-transform: none;
  font-weight: 700;
  color: #df280a;
}

.prgdpr-after-delete__text {
  font-size: calc(9px + .4vw);
  margin-top: 5px;
}

.prgdpr-after-delete__strong {
  font-size: calc(9px + .4vw);
  margin-top: 19px;
  display: inline-block;
  border-bottom: 1px solid #ededed;
  width: 100%;
  line-height: 24px;
}

.button[class^="prgdpr-"] {
  margin-top: 28px;
  margin-bottom: 20px;
  width: calc(50% - 8px);
}

button.prgdpr-agree.button {
  margin-left: 0;
}

.prgdpr-later.button {
  background-color: #e8e8e8;
  color: #989898;
  margin-right: 15px;
}

.prgdpr-later.button:hover {
  background-color: #bfbcbc;
  color: #fff;
}

.prgdpr-modal-cms>div {
  margin: 20px 0;
}

.fancybox-skin .print-policy {
  margin-left: auto;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fancybox-prgdpr-skin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fancybox-outer .prgdpr-agree.button {
  margin: 28px auto 20px;
}

.fancybox-outer.prgdpr-modal-cms.margin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fancybox-outer.prgdpr-modal-cms h1 {
  color: #000000;
}

.fancybox-outer.prgdpr-modal-cms .print-policy {
  margin: 0;
  font-size: 12px;
}

.fancybox-outer.prgdpr-modal-cms .prgdpr-fancybox-inner--cms {
  margin-top: 0;
}

.prgdpr-cms-wrapper {
  font-size: 11px;
  padding-right: 5px;
}

.prgdpr-cms-wrapper p {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.5;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.prgdpr-cms-wrapper h2,
.prgdpr-cms-wrapper .title {
  display: block;
  font-size: 19px;
  margin-top: 20px;
  font-weight: 400;
  font-family:  "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.prgdpr-cms-wrapper table td {
  padding-left: 15px;
  font-size: 12px;
}

.prgdpr-cms-wrapper ul {
  list-style-type: disc;
  margin-left: 15px;
}

.prgdpr-cms-wrapper li {
  margin-left: 15px;
}

.prgdpr-cms-wrapper .std ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.prgdpr-cms-wrapper .std ul li {
  margin-left: 0px;
}

.fancybox-opened .fancybox-skin.fancybox-prgdpr-skin {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-buttons.prgdpr-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.fancybox-buttons.prgdpr-buttons .button {
  min-width: 150px;
}

.fancybox-inner.prgdpr-fancybox-inner--cms {
  padding: 5px 10px 10px 10px;
  border: solid 1px #ccc;
  border-radius: 3px;
}

.prgdpr-success-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.prgdpr-after-delete {
  max-width: 100%;
}

.prgdpr-success-content h2 {
  font-size: 30px;
}

#prgdpr-success-text {
  margin-top: 15px;
}

.prgdpr-after-delete__btn-wrapper {
  margin-top: 15px;
}

.notice-cookie.prgdpr-notice {
  background: #002144e3;
  color: #e6e6e6;
  font-size: 11px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  z-index: 8020;
}

.notice-cookie .notice-inner.prgdpr-notice__content {
  background: none;
  padding: 0;
  width: 100%;
  max-width: 1024px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.notice-cookie .prgdpr-notice__actions.actions {
  padding: 0;
  padding-left: 10px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.notice-cookie .prgdpr-notice__actions.actions button{
  transition: .25s;
}
.notice-cookie .prgdpr-notice__actions.actions button.second{
  background: #999999;
}
.notice-cookie .prgdpr-notice__actions.actions button.second:hover{
  background: #807e7e;
}

.notice-cookie .notice-text.prgdpr-notice__text {
  line-height: 1.4em;
}

.prgdpr-modal-cms>div {
  margin-top: 10px;
}
html.fancybox-lock.prgdpr{
  overflow: visible!important;
}
.prgdpr-consent__descr{
  margin: 10px 0;
}
.prgdpr-checkbox-wrapper .prgdpr-checkbox-container>span{
  font-size: 13px;
  white-space: nowrap;
}

.prgdpr-guest__form{
  margin-top: 20px;
  display: flex;
  align-items: flex-start;

}
.prgdpr-guest__form label{
  line-height: 30px;
  margin-right: 20px;
  font-size: inherit;
  white-space: nowrap;
}
.prgdpr-guest__inputs{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.prgdpr-guest__btn{
  margin-top: 20px;
}
.prgdpr__user{
  font-size: 1.4em;
  margin-bottom: 15px;
}

#prgdpr-ccpa-form {
  max-width: 320px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 15px 0;
  position: relative;
  box-sizing: content-box;
}

#prgdpr-ccpa-form .fieldset {
  margin: 0;
}

#prgdpr-ccpa-form input {
  width: 100%; 
  height: 32px;
}

#prgdpr-ccpa-form .field {
  margin-bottom: 20px;
}

#prgdpr-ccpa-form .field label {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}

#prgdpr-ccpa-form .field.required label {
  padding-right: 11px;
}

#prgdpr-ccpa-form .field.required label::after {
  position: absolute;
  top: -6px;
  content: '*';
  color: #e02b27;
  font-size: 1.6rem;
  margin: 0 0 0 3px;
}

#prgdpr-ccpa-form .action.primary {
  width: auto;
  padding: 8px 15px;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box;
  font-weight: 600;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1;
}

#prgdpr-ccpa-form .action.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
}

#prgdpr-ccpa-form .captcha-input-container {
  margin-top: 20px;
  list-style: none;
}

#prgdpr-ccpa-form .field select {
  display: block;
  width: 100%;
  height: 32px;
}

#prgdpr-ccpa-form .field.update {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .prgdpr-success-content h2 {
    font-size: calc(14px + 1.7vw);
  }
}

@media (max-width: 796px) {
  .prgdpr__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px;
  }
  .prgdpr__item {
    margin: 30px 5px 0;
    width: calc(100% / 12 * 6 - 10px);
  }
}

@media (max-width: 605px) {
  .prgdpr__list {
    margin: 0;
  }
  .prgdpr__item {
    width: calc(100% / 12 * 12);
    max-width: 350px;
    margin: 0;
    margin: auto;
  }
  .prgdpr__name {
    min-height: auto;
  }
}

@media (max-width: 579px) {
  .notice-cookie .notice-inner.prgdpr-notice__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
  }
  .notice-cookie .prgdpr-notice__actions.actions {
    padding-top: 15px;
    width: 100%;
  }
  .notice-cookie .prgdpr-notice__actions.actions button{
    width: 50%;
    padding: 7px;
  }

  .notice-cookie .prgdpr-notice__actions .prgdpr-notice__button {
    padding: 7px 70px;
  }
  input[type=email].prgdpr-guest__email{
    width: 100%;
  }
  .prgdpr-guest__inputs{
    display: block;
  }
}

@media (max-width: 421px) {
  .fancybox-buttons.prgdpr-buttons .button {
    min-width: 150px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    margin-bottom: 0;
    width: 100%;
  }
  .fancybox-buttons.prgdpr-buttons .button:last-child {
    margin-bottom: 15px;
  }
  .prgdpr-after-delete__btn-wrapper {
    text-align: center;
  }
  .prgdpr-guest__form{
    flex-direction: column;
  }
  .prgdpr-guest__btn{
    width: 100%;
  }
}

@media (max-width: 767px) {
  .prgdpr__item:hover {
    outline: none;
  }
  .fancybox-skin .print-policy {
    font-size: 11px;
  }
}

@-webkit-keyframes scaleAnimation {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleAnimation {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes drawCircle {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes drawCircle {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes drawCheck {
  0% {
    stroke-dashoffset: 36px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes drawCheck {
  0% {
    stroke-dashoffset: 36px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#successAnimationCircle {
  stroke-dasharray: 151px 151px;
  stroke: #3fc59d;
}

#successAnimationCheck {
  stroke-dasharray: 36px 36px;
  stroke: #3fc59d;
}

#successAnimationResult {
  fill: #3fc59d;
  opacity: 0;
}

#successAnimation.animated {
  -webkit-animation: 1s ease-out 0s 1 both scaleAnimation;
  animation: 1s ease-out 0s 1 both scaleAnimation;
}

#successAnimationCircle {
  -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
}

#successAnimationCheck {
  -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
}

#successAnimationResult {
  -webkit-animation: 0.3s linear 0.9s both fadeIn;
  animation: 0.3s linear 0.9s both fadeIn;
}

.fancybox-outer.margin {
  margin: 0 -10px;
}