/* Rolex Cookie Popup */
.rolex-cookie__popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Verdana", "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.rolex-cookie__popup .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.rolex-cookie__popup p {
  color: #000;
  font-size: 12px;
}

.rolex-cookie__popup p:last-child {
  margin-bottom: 0;
}

.rolex-cookie__popup-container {
  display: none;
  position: relative;
  width: 100%;
  max-width: 700px;
  max-height: 80vh;
  padding: 50px;
  background-color: #fff;
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .rolex-cookie__popup-container {
    width: 96%;
    max-width: unset;
  }
}

.rolex-cookie__popup-close-btn {
  position: absolute;
  top: 20px;
  right: 24px;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 0;
  background-color: transparent;
  width: 18px;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.rolex-cookie__popup-close-btn svg {
  width: 100%;
  height: auto;
}

.rolex-cookie__popup-logo {
  display: block;
  width: 216px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 0;
  background-size: 100% auto;
  background-position: center bottom;
  background-image: url('/images/css_cookie_pop_up_logo.png');
}

.rolex-cookie__popup-logo:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 29.17%;
}

.rolex-cookie__popup-textarea {
  margin: 0 auto 30px;
  text-align: center;
}

.rolex-cookie__popup-textarea h2 {
  font-size: 20px;
  margin: 20px 0;
}

.rolex-cookie__popup-textarea-2 {
  margin-top: 20px;
}

.rolex-cookie__btn-container {
  /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; */
  text-align: center;
  /* margin: 18px 0 38px; */
}

.rolex-cookie__blk {
  position: relative;
  padding: 24px 0;
  border-top: 1px #ddd solid;
}

.rolex-cookie__blk h3 {
  margin: 0 0 18px;
  padding-right: 60px;
  font-size: 16px;
}

.rolex-cookie__checkbox {
  position: absolute;
  top: 20px;
  right: 0;
  width: 48px;
}

.rolex-cookie__checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.rolex-cookie__checkbox-mask {
  width: 100%;
  height: 100%;
  padding: 2px;
  border-radius: 50px;
  background-color: #808080;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.rolex-cookie__checkbox input:checked+.rolex-cookie__checkbox-mask {
  background-color: #127749;
}

.rolex-cookie__checkbox input:focus+.rolex-cookie__checkbox-mask {
  outline: 1px #000 solid;
}

.rolex-cookie__checkbox-mask span {
  display: block;
  width: 50%;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.rolex-cookie__checkbox input:checked+.rolex-cookie__checkbox-mask span {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.rolex-cookie__checkbox-mask span:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.rolex-cookie__expand-btn {
  position: relative;
  padding: 6px 12px;
  padding-right: 30px;
  margin-top: 18px;
  border: 1px dotted;
  border-radius: 5px;
  font-size: 14px;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.rolex-cookie__expand-btn:hover, .rolex-cookie__expand-btn:focus {
  opacity: 1;
}

.rolex-cookie__expand-btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 12px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px #000 solid;
  border-bottom: 2px #000 solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rolex-cookie__expand-btn.active:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: calc(50% - 3px);
}

.rolex-cookie__expand-content {
  display: none;
  padding: 0 12px;
}

.rolex-cookie__expand-blk {
  padding: 14px 0;
}

.rolex-cookie__expand-blk+.rolex-cookie__expand-blk {
  border-top: 1px #ddd solid;
}

.rolex-cookie__expand-blk h4 {
  margin: 0 0 12px;
  font-size: 14px;
  text-decoration: underline;
}

.rolex-cookie__edit {
  display: block;
  margin: 18px auto 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  font-size: 12px;
  color: #c69967;
  text-decoration: underline;
}

.rolex-cookie__accept-all, .rolex-cookie__accept {
  outline: 0 !important;
  padding: 16px 16px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
}

.rolex-cookie__back-btn {
  position: absolute;
  top: 20px;
  left: 24px;
  width: 18px;
  height: 18px;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.rolex-cookie__back-btn:before {
  content: "";
  position: absolute;
  top: 17%;
  left: 35%;
  display: block;
  width: 70%;
  height: 70%;
  border-top: 2px #000 solid;
  border-left: 2px #000 solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.rolex-cookie__open-btn {
  margin-right: 24px;
}

.rolex-cookie__external-link {
  color: #c69967;
  text-decoration: underline;
}

.btn-gray-darker {
  background: #111;
  color: white;
}