@charset "UTF-8";
.icomoon, .woocommerce-checkout .col2-set .col-2 button#place_order:after, .cart-collaterals .cart_totals .wc-proceed-to-checkout a:after, .arrow-after:after,
.programme-link:after, .arrow-link.big:before, .arrow-link:before,
.watch-film:before, .arrow-link-before-btn:before, .arrow-link-btn:after, .woocommerce-account .my-account-inner .button:after, .woocommerce-account .edit:after, .woocommerce-lost-password .woocommerce-Button:after {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
}

@font-face {
  font-family: "Icomoon";
  src: url("../icons/fonts/icomoon.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.woocommerce-cart,
.page-template-LIBRARY-php,
.woocommerce-checkout,
.woocommerce-page:not(.single),
.page-template-TERMS-php {
  background-color: white;
}
.woocommerce-cart .menu,
.woocommerce-cart .mobile-menu,
.page-template-LIBRARY-php .menu,
.page-template-LIBRARY-php .mobile-menu,
.woocommerce-checkout .menu,
.woocommerce-checkout .mobile-menu,
.woocommerce-page:not(.single) .menu,
.woocommerce-page:not(.single) .mobile-menu,
.page-template-TERMS-php .menu,
.page-template-TERMS-php .mobile-menu {
  background-color: rgba(255, 255, 255, 0.8);
}
.woocommerce-cart .menu .nav-link,
.woocommerce-cart .mobile-menu .nav-link,
.page-template-LIBRARY-php .menu .nav-link,
.page-template-LIBRARY-php .mobile-menu .nav-link,
.woocommerce-checkout .menu .nav-link,
.woocommerce-checkout .mobile-menu .nav-link,
.woocommerce-page:not(.single) .menu .nav-link,
.woocommerce-page:not(.single) .mobile-menu .nav-link,
.page-template-TERMS-php .menu .nav-link,
.page-template-TERMS-php .mobile-menu .nav-link {
  color: black;
}
.woocommerce-cart .footer,
.page-template-LIBRARY-php .footer,
.woocommerce-checkout .footer,
.woocommerce-page:not(.single) .footer,
.page-template-TERMS-php .footer {
  background-color: black;
}
.woocommerce-cart .hamburger rect,
.page-template-LIBRARY-php .hamburger rect,
.woocommerce-checkout .hamburger rect,
.woocommerce-page:not(.single) .hamburger rect,
.page-template-TERMS-php .hamburger rect {
  fill: black;
}
.woocommerce-cart .mobile-nav-title,
.page-template-LIBRARY-php .mobile-nav-title,
.woocommerce-checkout .mobile-nav-title,
.woocommerce-page:not(.single) .mobile-nav-title,
.page-template-TERMS-php .mobile-nav-title {
  color: black;
}
.woocommerce-cart .header:before,
.page-template-LIBRARY-php .header:before,
.woocommerce-checkout .header:before,
.woocommerce-page:not(.single) .header:before,
.page-template-TERMS-php .header:before {
  background-color: rgba(255, 255, 255, 0.8);
}

.page-template-ABOUT-php .hamburger rect,
.single-film .hamburger rect {
  fill: #a1a3a5;
}
.page-template-ABOUT-php .mobile-nav-title,
.single-film .mobile-nav-title {
  color: #a1a3a5;
}
@media screen and (max-width: 767px) {
  .page-template-ABOUT-php .left-col,
.single-film .left-col {
    margin-bottom: 3.6em;
  }
}
@media screen and (max-width: 767px) {
  .page-template-ABOUT-php .contact-block,
.single-film .contact-block {
    padding-top: 0;
  }
}

.light-bg {
  background-color: rgb(220, 221, 222);
}
.light-bg .grey {
  color: #939598;
}
.light-bg .content-wrap {
  background-color: #DCDDDE;
}
.light-bg .menu .nav-link,
.light-bg .mobile-menu .nav-link {
  color: black;
}
.light-bg .mobile-nav-title {
  color: black;
}
.light-bg .footer {
  background-color: black;
}
.light-bg .header:before {
  background-color: rgba(220, 221, 222, 0.85);
}

body.home .menu .nav-link,
body.home .mobile-menu .nav-link {
  color: black;
}
body.home .mobile-nav-title {
  color: black;
}
body.home .footer {
  background-color: black;
}
body.home .header:before {
  background-color: rgba(255, 255, 255, 0.8);
}

.header {
  position: fixed;
  width: 100%;
}

.content-wrap {
  padding-top: 60px;
}

.mobile-menu {
  background: transparent !important;
}
.mobile-menu .hamburger {
  top: 11px;
}
@media screen and (max-width: 479px) {
  .mobile-menu .hamburger {
    left: 7px;
  }
}
.mobile-menu .hamburger svg {
  cursor: pointer;
}
.mobile-menu .sub-close-btn {
  cursor: pointer;
  visibility: hidden;
}
.mobile-menu .close-btn {
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .mobile-menu {
    display: none !important;
  }
}
@media screen and (max-width: 479px) {
  .mobile-menu {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.mobile-nav-title {
  font-size: 22px;
}

.nav-right a.nav-link:last-of-type {
  margin-right: 0;
}

.menu {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header:before {
  content: "";
  width: 100%;
  height: 54px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: none !important;
  transition: none !important;
}
.header:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -100%;
  z-index: -1;
  background-color: black;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

.nav-link, .mobile-nav-link {
  text-transform: lowercase;
}

.nav-title .nav-link {
  text-transform: uppercase;
}

.mobile-nav .w-form .w-input {
  margin: 0;
  padding: 0;
}
.mobile-nav .w-form .mobile-search-submit {
  padding-left: 9px;
}
.mobile-nav .w-form .div-block-2 {
  margin-top: 5px;
}

.login-form-status {
  display: none;
}

.login-form-status-txt {
  margin-bottom: 10px;
}

.join-terms-form label {
  color: #a1a3a5;
  font-weight: normal;
  padding-left: 5px;
  position: relative;
  top: 2px;
}
.join-terms-form a {
  color: #a1a3a5;
  font-weight: normal;
  text-decoration: none !important;
  position: relative;
}
.join-terms-form a:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #a1a3a5;
  height: 3px;
  bottom: 1px;
  left: 0;
}

.login-modal, .join-modal {
  height: 0;
  overflow: hidden;
  opacity: 0;
  background-color: transparent !important;
}
.login-modal .login-form-input, .join-modal .login-form-input {
  border-width: 2px !important;
}
.login-modal .login-form-input::-webkit-input-placeholder, .join-modal .login-form-input::-webkit-input-placeholder {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.login-modal .login-form-input::-moz-placeholder, .join-modal .login-form-input::-moz-placeholder {
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.login-modal .login-form-input:-ms-input-placeholder, .join-modal .login-form-input:-ms-input-placeholder {
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.login-modal .login-form-input::-ms-input-placeholder, .join-modal .login-form-input::-ms-input-placeholder {
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.login-modal .login-form-input::placeholder, .join-modal .login-form-input::placeholder {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.login-modal .login-submit, .join-modal .login-submit {
  top: -4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 0;
  color: white;
}
.login-modal .login-submit:after, .join-modal .login-submit:after {
  position: relative;
  bottom: -3px;
  right: auto;
}
.login-modal .login-submit:hover, .join-modal .login-submit:hover {
  color: white;
}
@media screen and (max-width: 1024px) {
  .login-modal .login-submit, .join-modal .login-submit {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 1024px) {
  .login-modal #wf-form-Join-Form .login-submit, .join-modal #wf-form-Join-Form .login-submit {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .login-modal #wf-form-Login-Form, .login-modal #wf-form-Join-Form, .join-modal #wf-form-Login-Form, .join-modal #wf-form-Join-Form {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .login-modal .login-form, .join-modal .login-form {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .login-modal .form-input-wrapper, .join-modal .form-input-wrapper {
    margin-bottom: 11px;
    width: 100%;
    max-width: 320px;
  }
}
.login-modal .forgot-password, .join-modal .forgot-password {
  margin-top: -4px;
}
@media screen and (max-width: 1024px) {
  .login-modal .forgot-password, .join-modal .forgot-password {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.login-modal .login-submit, .join-modal .login-submit {
  margin-top: 5px;
}

.menu,
.login-modal {
  background-color: transparent !important;
}

.modal-open .header:after {
  top: 0 !important;
}
.modal-open .hamburger rect {
  fill: white;
}
.modal-open .menu .nav-link,
.modal-open .menu .login-submit,
.modal-open .login-modal .nav-link,
.modal-open .login-modal .login-submit {
  color: white !important;
}
.modal-open .menu .login-form-input,
.modal-open .login-modal .login-form-input {
  border-color: #DCDDDE !important;
  color: white !important;
}
.modal-open .menu .login-form-input::-webkit-input-placeholder, .modal-open .login-modal .login-form-input::-webkit-input-placeholder {
  color: #a1a3a5 !important;
}
.modal-open .menu .login-form-input::-moz-placeholder, .modal-open .login-modal .login-form-input::-moz-placeholder {
  color: #a1a3a5 !important;
}
.modal-open .menu .login-form-input:-ms-input-placeholder, .modal-open .login-modal .login-form-input:-ms-input-placeholder {
  color: #a1a3a5 !important;
}
.modal-open .menu .login-form-input::-ms-input-placeholder, .modal-open .login-modal .login-form-input::-ms-input-placeholder {
  color: #a1a3a5 !important;
}
.modal-open .menu .login-form-input::placeholder,
.modal-open .login-modal .login-form-input::placeholder {
  color: #a1a3a5 !important;
}
.modal-open .menu .login-form-input:focus::-webkit-input-placeholder, .modal-open .login-modal .login-form-input:focus::-webkit-input-placeholder {
  color: #DCDDDE !important;
}
.modal-open .menu .login-form-input:focus::-moz-placeholder, .modal-open .login-modal .login-form-input:focus::-moz-placeholder {
  color: #DCDDDE !important;
}
.modal-open .menu .login-form-input:focus:-ms-input-placeholder, .modal-open .login-modal .login-form-input:focus:-ms-input-placeholder {
  color: #DCDDDE !important;
}
.modal-open .menu .login-form-input:focus::-ms-input-placeholder, .modal-open .login-modal .login-form-input:focus::-ms-input-placeholder {
  color: #DCDDDE !important;
}
.modal-open .menu .login-form-input:focus::placeholder,
.modal-open .login-modal .login-form-input:focus::placeholder {
  color: #DCDDDE !important;
}
.modal-open .menu .login-form-input:focus,
.modal-open .login-modal .login-form-input:focus {
  border-color: white !important;
}
.modal-open .menu .forgot-password,
.modal-open .login-modal .forgot-password {
  color: #a1a3a5 !important;
}
.modal-open .menu .forgot-password:hover,
.modal-open .login-modal .forgot-password:hover {
  color: white !important;
}
.modal-open .menu .login-submit:hover,
.modal-open .login-modal .login-submit:hover {
  color: white !important;
}

.footer * {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 1280px) {
  .footer .footer-nav > *:nth-of-type(1) {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 880px) {
  .footer .form-input-wrapper {
    width: 100%;
  }
}
.footer .footer-terms {
  white-space: nowrap;
}
.footer .footer-form .form-text {
  padding-right: 0;
}
.footer .footer-form .form-input {
  margin-left: 9px;
  margin-right: 9px;
}
.footer .footer-form .form-input:focus {
  outline: none;
  -webkit-box-shadow: inset 0 -1px 0 #a1a3a5;
          box-shadow: inset 0 -1px 0 #a1a3a5;
  border-color: #a1a3a5;
}
@media screen and (max-width: 880px) {
  .footer .footer-form {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
  }
  .footer .footer-form .form-last-row {
    width: 100%;
  }
  .footer .footer-form .submit-button {
    padding-left: 18px;
  }
  .footer .footer-form #email-form {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
  }
  .footer .footer-form #email-form .form-input {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .footer .footer-form {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
  }
  .footer .footer-form #email-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .footer .footer-form #email-form .form-text {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer .footer-form #email-form .form-input {
    margin-left: 0px;
  }
  .footer .footer-form #email-form .submit-button {
    padding-left: 9px;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 1280px) {
  .footer .footer-break {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: 0;
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  .footer .footer-links a {
    margin-right: 0;
  }
}
.footer .footer-social a:after, .footer .footer-terms a:after {
  content: ",";
}
.footer .footer-social a:last-of-type:after, .footer .footer-terms a:last-of-type:after {
  content: "";
}
.footer .privacy:after {
  content: "" !important;
}
@media screen and (max-width: 1280px) {
  .footer .privacy:after {
    content: "," !important;
  }
}
.footer .contact-mobile {
  display: none;
}
@media screen and (max-width: 1280px) {
  .footer .contact-mobile {
    display: inline;
  }
}
@media screen and (max-width: 1280px) {
  .footer .footer-contact {
    display: none;
  }
}
.footer input[type=submit] {
  -webkit-transition: 0.3s all cubic-bezier(0.06, 0.55, 0.25, 1);
  transition: 0.3s all cubic-bezier(0.06, 0.55, 0.25, 1);
}
.footer input[type=submit]:hover {
  color: white;
}
.footer .footer-form {
  margin-top: -2px;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: black;
}

em {
  font-family: "NeueHaasUnicaW1GItalic", "NeueHaasUnicaW1GRegular", sans-serif !important;
}

.italic {
  font-style: italic;
}

.sf, .woocommerce-account form h3,
.woocommerce-account .woocommerce-Address-title h3, .woocommerce-account .woocommerce-orders-table td, .woocommerce-account .delete-account-form label, .woocommerce-order-received .col-2 .shop_table .product-name, .woocommerce-order-received .col-2 .shop_table .product-total, .woocommerce-checkout .col2-set .shop_table, .woocommerce-checkout .woo-terms-form label, .woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew label, .single-film .programme-nav-title, .join-terms-form label, .join-terms-form a,
body,
h3,
.footer-nav,
#email-2 {
  font-size: 22px;
}

.lf, .woocommerce-account .my-account-inner .button, .woocommerce-account .woo-account-title, .woocommerce-account .woocommerce-MyAccount-content > p, .woocommerce-order-received .col-2 .pg-order-total, .woocommerce-order-received .col-1 address, .woocommerce-order-received p, .woocommerce-order-received h3, .woocommerce-order-received h2, .woocommerce-checkout .col2-set .col-2 button#place_order, .woocommerce-checkout .col2-set h3, .woocommerce-checkout .col2-set tfoot, .video-container-wrap .mfp-close,
h1,
h2,
.current-programme-block {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .sf, .woocommerce-account form h3,
.woocommerce-account .woocommerce-Address-title h3, .woocommerce-account .woocommerce-orders-table td, .woocommerce-account .delete-account-form label, .woocommerce-order-received .col-2 .shop_table .product-name, .woocommerce-order-received .col-2 .shop_table .product-total, .woocommerce-checkout .col2-set .shop_table, .woocommerce-checkout .woo-terms-form label, .woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew label, .single-film .programme-nav-title, .join-terms-form label, .join-terms-form a,
body,
h3,
.footer-nav,
#email-2 {
    font-size: 19px;
  }

  .lf, .woocommerce-account .my-account-inner .button, .woocommerce-account .woo-account-title, .woocommerce-account .woocommerce-MyAccount-content > p, .woocommerce-order-received .col-2 .pg-order-total, .woocommerce-order-received .col-1 address, .woocommerce-order-received p, .woocommerce-order-received h3, .woocommerce-order-received h2, .woocommerce-checkout .col2-set .col-2 button#place_order, .woocommerce-checkout .col2-set h3, .woocommerce-checkout .col2-set tfoot, .video-container-wrap .mfp-close,
h1,
h2,
.current-programme-block,
.arrow-link.big,
.film-description {
    font-size: 27px;
  }
}
a {
  -webkit-transition: 0.3s all cubic-bezier(0.06, 0.55, 0.25, 1);
  transition: 0.3s all cubic-bezier(0.06, 0.55, 0.25, 1);
}

a.w-webflow-badge {
  display: none !important;
}

.arrow-link-btn:after, .woocommerce-account .my-account-inner .button:after, .woocommerce-account .edit:after, .woocommerce-lost-password .woocommerce-Button:after {
  content: "\e900";
  top: 3px;
  left: 0;
  position: relative;
}

.arrow-link-before-btn:before {
  content: "\e900";
  top: 3px;
  left: 0;
  position: relative;
}

.arrow-link:before,
.watch-film:before {
  content: "\e900";
  top: 3px;
  left: -0.1em;
}

.arrow-link.big:before {
  content: "\e900";
  top: 5px;
  left: -0.1em;
}

.arrow-after:after,
.programme-link:after {
  content: "\e900";
  bottom: 5px;
  right: -28px;
}

.color-tint {
  mix-blend-mode: multiply;
}

.cell-image .cell-image-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  background-color: green;
}
.cell-image .watch-film {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 10;
}
.cell-image:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.cell-image:hover .cell-image-overlay {
  content: "";
  opacity: 1;
}
.cell-image:hover .watch-film {
  opacity: 1;
}

.disabled .cell-image .watch-film {
  opacity: 0;
}
.disabled .cell-image .watch-film:after {
  content: "";
  opacity: 0;
}

.programme-description p,
.cell-title p {
  line-height: 1;
}

.programme-description p {
  margin-bottom: 1em;
}

.programme-index {
  margin-bottom: 0.5em;
}
.programme-index p {
  margin-bottom: 0.4em;
}

label {
  font-weight: normal;
}

#email-form .form-error, #email-form .form-success {
  font-size: 28px;
  color: hsla(0deg, 0%, 100%, 0.65);
}
#email-form .form-success {
  top: 0px;
  margin-top: -4px;
}
#email-form .form-last-row {
  position: relative;
}

.w-input {
  border-radius: 0;
}

.cell-image {
  width: 100%;
  height: auto;
}
.cell-image img {
  width: 100%;
  height: auto;
}

.w-form-fail {
  display: none !important;
}

.cookie-modal-btn {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 0;
  padding-right: 0;
  border-width: 2px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  width: auto !important;
  min-width: 123px;
}
.cookie-modal-btn .cookie-modal-btn-txt {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: 100%;
}
.cookie-modal-btn .cookie-modal-btn-txt.mobile {
  display: none;
}
.cookie-modal-btn:hover {
  border-color: #231f20;
}
.cookie-modal-btn:hover .cookie-modal-btn-txt {
  color: #231f20;
}

.modal-cookies {
  visibility: hidden;
  width: 100%;
}

.price-line {
  cursor: default;
}

.select2-container--default .select2-selection--single {
  border-width: 2px !important;
}

.select2-search__field, .select2-dropdown {
  border-width: 2px !important;
}

.modal-lang ul {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
.modal-lang li {
  margin-bottom: 0;
}
.modal-lang a {
  text-transform: lowercase;
  padding: 0;
  width: auto !important;
  display: inline;
  line-height: 1;
}

.modal-paywall {
  max-width: 710px;
  margin: auto;
  position: relative;
  padding: 35px;
}
.modal-paywall .modal-paywall-inner {
  max-width: 100%;
  padding: 0;
  position: relative;
}
.modal-paywall .mfp-close {
  display: none;
}

.paywall-modal-btn {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 0;
  padding-right: 0;
}
.paywall-modal-btn .paywall-modal-btn-txt {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: 100%;
}
.paywall-modal-btn .paywall-modal-btn-txt.mobile {
  display: none;
}
.paywall-modal-btn:hover {
  border-color: white;
}
.paywall-modal-btn:hover .paywall-modal-btn-txt {
  color: white;
}

.close-modal-btn {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  margin-top: -4px;
  cursor: pointer;
}
.close-modal-btn:hover {
  color: white;
}

.w-background-video > video {
  z-index: 1;
}

.cookie-underline-link {
  text-decoration: none;
  position: relative;
}
.cookie-underline-link:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #a1a3a5;
  height: 3px;
  bottom: 1px;
  left: 0;
}

a[href="https://cinelogue.v.je/library/"],
.program-price-line,
.single-programme .rent-block,
.single-film .film-links a.rent-program {
  display: none !important;
}

#gtranslate_wrapper {
  display: none !important;
}

.underline-link, .single-product .film-details a {
  text-decoration: none;
  position: relative;
}
.underline-link:after, .single-product .film-details a:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 2px solid white;
  height: 3px;
  bottom: 1px;
  left: 0;
}

.single-product .film-details a {
  color: white;
}

.black-bg {
  color: white;
}
.black-bg .content-wrap {
  background-color: black;
}
.black-bg h3 {
  color: #a1a3a5;
  margin-bottom: 0;
}
.black-bg .contact-block a {
  text-decoration: none;
  color: white;
}
.black-bg .contact-block a:hover {
  text-decoration: underline;
}

.page-template-HOME {
  overflow-x: hidden;
}
.page-template-HOME .header {
  opacity: 1;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.page-template-HOME .programme-date {
  text-transform: lowercase;
}
.page-template-HOME .intro-logo {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 3px;
}
@media screen and (max-width: 767px) {
  .page-template-HOME .intro-logo {
    margin-left: 0px;
  }
}
.page-template-HOME .programme-block {
  margin-bottom: 0;
}
.page-template-HOME .container {
  max-width: 960px;
}
.page-template-HOME .programme-block,
.page-template-HOME .under-image-block {
  padding-bottom: 10px;
}
.page-template-HOME .under-image-block {
  padding-top: 0;
}
@media screen and (max-width: 600px) {
  .page-template-HOME .slogan {
    padding-top: 120px;
  }
}
.page-template-HOME .intro-video {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0px;
  margin-bottom: 10px;
  -webkit-transform-origin: top;
          transform-origin: top;
  z-index: 9;
}
@media screen and (max-width: 479px) {
  .page-template-HOME .intro-video {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.film-details .about-film-block,
.film-details .about-director-block {
  margin-bottom: 40px;
}
.film-details .about-film-block p,
.film-details .about-director-block p {
  margin-bottom: 20px;
}

.video-container-wrap {
  width: 80vw;
  max-width: 1280px;
  margin: auto;
  position: relative;
}
.video-container-wrap .mfp-close {
  width: 200px;
  left: 0;
  top: -45px;
  color: white;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0 !important;
}
.video-container-wrap .mfp-close:hover {
  opacity: 0.7;
}
.video-container-wrap .mfp-close:before {
  content: "";
  width: 20px;
  height: 44px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='44' viewBox='0 0 20 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.41418' y='14' width='20.1192' height='2.5' transform='rotate(45 3.41418 14)' fill='white'/%3E%3Crect width='20.1192' height='2.5' transform='matrix(-0.707107 0.707107 0.707107 0.707107 15.8728 14)' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 90%;
  background-repeat: no-repeat;
  background-position-y: center;
  margin-top: -5px;
}
.video-container-wrap .mfp-close:after {
  content: "close";
  padding-left: 4px;
  font-family: NeueHaasUnicaW1GRegular, sans-serif;
  font-size: 22px;
  letter-spacing: -0.03em;
  margin-top: -9px;
}

.mfp-bg {
  background-color: black;
  opacity: 0.9;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.page-template-LIBRARY-php .search-form-wrap input[type=submit] {
  letter-spacing: -0.03em;
}

.single-programme .programme-date {
  text-transform: lowercase;
}
.single-programme .programme-index-link {
  text-decoration: none;
  color: #231f20;
}
.single-programme .rent-block a {
  display: block !important;
}
.single-programme .film-selection {
  grid-template-columns: repeat(auto-fit, minmax(300px, 0.5fr));
}
@media screen and (max-width: 696px) {
  .single-programme .film-selection {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media screen and (max-width: 479px) {
  .single-programme .film-selection {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 479px) {
  .single-programme .current-programme-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.single-film .film-still {
  width: 100%;
  height: auto;
}
.single-film .film-links a {
  display: block !important;
}
.single-film .film-info {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.single-film .film-image {
  cursor: pointer;
}
.single-film .film-image .play-button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-film .film-image:hover .play-button {
  opacity: 0.7;
}
.single-film .col.col-2 {
  min-height: calc(100vh - 100px);
}
.single-film .film-meta .min-span {
  width: auto;
}
.single-film .film-modal {
  visibility: hidden;
  cursor: default;
}
.single-film .modal-paywall {
  background: white;
}
.single-film .modal-paywall .close-modal-btn {
  color: black;
}
.single-film .modal-paywall .close-modal-btn:hover {
  color: black;
}
.single-film .paywall-modal-btn:hover {
  border-color: #231f20;
}
.single-film .paywall-modal-btn:hover .paywall-modal-btn-txt {
  color: #231f20;
}
.single-film .film-image {
  z-index: 99;
}
.single-film .film-modal-bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 98;
  visibility: hidden;
}
.single-film .film-modal-rent {
  display: block;
}

.woo_input, .woocommerce-account .my-account-inner input, .woocommerce-lost-password .woocommerce-Input {
  width: 100%;
  padding-left: 10px;
  border: 2px solid black;
  border-radius: 0;
}
.woo_input::-webkit-input-placeholder, .woocommerce-account .my-account-inner input::-webkit-input-placeholder, .woocommerce-lost-password .woocommerce-Input::-webkit-input-placeholder {
  text-transform: lowercase;
}
.woo_input::-moz-placeholder, .woocommerce-account .my-account-inner input::-moz-placeholder, .woocommerce-lost-password .woocommerce-Input::-moz-placeholder {
  text-transform: lowercase;
}
.woo_input:-ms-input-placeholder, .woocommerce-account .my-account-inner input:-ms-input-placeholder, .woocommerce-lost-password .woocommerce-Input:-ms-input-placeholder {
  text-transform: lowercase;
}
.woo_input::-ms-input-placeholder, .woocommerce-account .my-account-inner input::-ms-input-placeholder, .woocommerce-lost-password .woocommerce-Input::-ms-input-placeholder {
  text-transform: lowercase;
}
.woo_input::placeholder, .woocommerce-account .my-account-inner input::placeholder, .woocommerce-lost-password .woocommerce-Input::placeholder {
  text-transform: lowercase;
}

.select2-selection--single {
  height: 37px !important;
  border: 1px solid black;
  border-radius: 0 !important;
}
.select2-selection--single .select2-selection__rendered {
  line-height: 37px !important;
  text-transform: lowercase;
}
.select2-selection--single li {
  background-color: white !important;
  color: black !important;
}
.select2-selection--single .select2-selection__arrow {
  height: 37px !important;
  width: 29px !important;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.7661 10.9287L3.2334 10.925L16.0025 23.6914L28.7661 10.9287Z' stroke='%23939598'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 5px;
}
.select2-selection--single .select2-selection__arrow b {
  display: none;
}

.woocommerce-lost-password label {
  display: none;
}
.woocommerce-lost-password .woocommerce-Button {
  background: none;
  text-transform: lowercase;
  padding: 0;
}
.woocommerce-lost-password .woocommerce-message {
  margin-bottom: 0.7em;
}
.woocommerce-lost-password .woocommerce-Input {
  padding: 0px 10px;
  border-width: 2px !important;
  width: auto !important;
}
.woocommerce-lost-password .woocommerce-Input::-webkit-input-placeholder {
  color: #a1a3a5 !important;
  font-style: normal;
}
.woocommerce-lost-password .woocommerce-Input::-moz-placeholder {
  color: #a1a3a5 !important;
  font-style: normal;
}
.woocommerce-lost-password .woocommerce-Input:-ms-input-placeholder {
  color: #a1a3a5 !important;
  font-style: normal;
}
.woocommerce-lost-password .woocommerce-Input::-ms-input-placeholder {
  color: #a1a3a5 !important;
  font-style: normal;
}
.woocommerce-lost-password .woocommerce-Input::placeholder {
  color: #a1a3a5 !important;
  font-style: normal;
}

.woocommerce-cart {
  background-color: white;
}
.woocommerce-cart .shipping {
  display: none;
}
.woocommerce-cart .footer {
  background: black;
}
.woocommerce-cart .woocommerce {
  padding-bottom: 40px !important;
  max-width: none !important;
}
.woocommerce-cart .woocommerce-cart-form__cart-item {
  width: 100%;
}
.woocommerce-cart .woocommerce-cart-form .shop_table tbody {
  width: 100%;
  max-width: none;
}
.woocommerce-cart .product-thumbnail a {
  text-decoration: none;
  color: #231f20;
}
.woocommerce-cart .header + .footer {
  margin-top: 100vh;
}
.woocommerce-cart .shop_table td.product-thumbnail img {
  width: 100%;
  height: auto;
  min-width: 100px;
}
@media screen and (max-width: 1024px) {
  .woocommerce-cart .cart_item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .woocommerce-cart .cart_item > td {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .woocommerce-cart td.product-thumbnail img {
    max-width: 400px !important;
  }
  .woocommerce-cart .product-thumbnail {
    padding-right: 0 !important;
    margin-bottom: 10px;
  }
  .woocommerce-cart .product-remove {
    margin-bottom: 30px;
  }
}

.woocommerce-cart .woocommerce {
  max-width: 1320px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  padding-top: 60px;
  min-height: 100vh;
}

.woocommerce-cart-form {
  padding-top: 120px;
}

.shop_table {
  font-size: 30px;
  display: block;
}
.shop_table td {
  padding-right: 50px;
  vertical-align: top;
}
.shop_table a {
  text-decoration: none;
}
.shop_table td.product-remove {
  width: 10%;
}
.shop_table td.product-remove a {
  color: #939598;
}
.shop_table td.product-remove a .woo-x {
  padding-right: 10px;
}
.shop_table td.product-thumbnail {
  width: 28%;
}
.shop_table td.product-thumbnail img {
  width: 100%;
  height: auto;
}
.shop_table td.product-name {
  width: 37%;
}
.shop_table td.product-name a {
  color: black;
}
.shop_table td.product-price {
  width: 25%;
  padding-right: 0;
}
.shop_table td.product-price .rental-period {
  font-size: 22px;
}
.shop_table tr.cart_item {
  display: block;
  margin-bottom: 60px;
}

.cart-collaterals {
  padding-top: 20px;
  border-top: 1px solid black;
  text-align: right;
}
.cart-collaterals .cart_totals {
  display: inline-block;
  font-weight: normal;
  text-align: left;
  padding-right: 190px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout {
  display: block;
  padding-top: 20px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  color: black;
  text-decoration: none;
  text-transform: lowercase;
  position: relative;
  font-size: 30px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a:after {
  content: "\e900";
  bottom: 5px;
  right: -35px;
}
.cart-collaterals .cart_totals .order-total {
  display: block;
}
.cart-collaterals .cart_totals .order-total td {
  padding-right: 0;
}
.cart-collaterals .cart_totals .order-total th,
.cart-collaterals .cart_totals .order-total strong {
  font-weight: normal;
}
.cart-collaterals .cart_totals .order-total th {
  padding-right: 20px;
  color: #a1a3a5;
}

.select2-results__option {
  background-color: white !important;
  color: black !important;
  text-transform: lowercase !important;
  height: 37px !important;
}

.woocommerce-checkout {
  padding-top: 50px;
}
.woocommerce-checkout .woocommerce-notices-wrapper {
  display: none;
}
.woocommerce-checkout .woo-terms-form {
  padding-top: 40px;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-top: 20px;
}
.woocommerce-checkout #wc-stripe-payment-token-1,
.woocommerce-checkout #wc-stripe-payment-token-new {
  margin-right: 36px;
}
.woocommerce-checkout .woo-terms-form .form-row, .woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew .form-row {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-checkout .woo-terms-form input, .woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew input {
  margin-top: 4px;
  width: 15px !important;
  height: 15px !important;
  min-width: 15px;
  -ms-flex-preferred-size: 15px;
      flex-basis: 15px;
}
.woocommerce-checkout .woo-terms-form label, .woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew label {
  color: #939598;
  padding-left: 36px;
}
.woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-checkout .col2-set .col-2 #payment .woo-terms-form .form-row label,
.woocommerce-checkout .col2-set .col-2 #payment .woocommerce-SavedPaymentMethods-saveNew.form-row label {
  margin-top: -4px !important;
}
.woocommerce-checkout a {
  text-decoration: none;
  color: #939598;
}
.woocommerce-checkout .wc-stripe-elements-field {
  width: 100%;
  padding-left: 10px;
  border: 2px solid black;
  border-radius: 0;
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-checkout .col2-set .col-2 #payment .form-row label {
  text-transform: lowercase;
}
.woocommerce-checkout #stripe-payment-data {
  text-transform: lowercase;
}
.woocommerce-checkout .woocommerce {
  max-width: 1920px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  padding-top: 60px;
  min-height: 100vh;
}
.woocommerce-checkout .woocommerce-input-wrapper select {
  width: 100%;
}
.woocommerce-checkout .woocommerce-shipping-totals {
  display: none;
}
.woocommerce-checkout .col2-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-checkout .col2-set .shop_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
.woocommerce-checkout .col2-set .shop_table tr.cart_item {
  margin-bottom: 0;
}
.woocommerce-checkout .col2-set .shop_table td {
  padding-right: 0;
}
.woocommerce-checkout .col2-set .shop_table td.product-name {
  width: 100%;
  padding-right: 30px;
}
.woocommerce-checkout .col2-set tfoot {
  border-top: 1px solid black;
  padding-top: 20px;
}
.woocommerce-checkout .col2-set .input-text {
  width: 100%;
  padding-left: 10px;
  border: 2px solid black;
  border-radius: 0 !important;
  border-width: 2px !important;
}
.woocommerce-checkout .col2-set .wc_payment_method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-checkout .col2-set .input-radio {
  margin-top: 4px;
  margin-right: 36px;
}
.woocommerce-checkout .col2-set .payment_box {
  display: block !important;
}
.woocommerce-checkout .col2-set .payment_box p {
  margin-top: -4px;
}
.woocommerce-checkout .col2-set ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #939598;
  text-transform: lowercase;
}
.woocommerce-checkout .col2-set label {
  display: none;
}
.woocommerce-checkout .col2-set h3 {
  color: #939598;
  margin-bottom: 50px;
}
.woocommerce-checkout .col2-set .col-1 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.woocommerce-checkout .col2-set .col-2 {
  padding-left: 40px;
  padding-bottom: 40px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 450px;
}
@media screen and (max-width: 920px) {
  .woocommerce-checkout .col2-set .col-2 {
    min-width: auto;
  }
}
.woocommerce-checkout .col2-set .col-2 .product-quantity {
  display: none;
}
.woocommerce-checkout .col2-set .col-2 tr.order-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.woocommerce-checkout .col2-set .col-2 tr.order-total th {
  color: #939598;
  font-weight: normal;
}
.woocommerce-checkout .col2-set .col-2 tr.order-total td strong {
  font-weight: normal;
}
.woocommerce-checkout .col2-set .col-2 #payment ul {
  padding-left: 0;
  list-style: none;
}
.woocommerce-checkout .col2-set .col-2 #payment .payment_box p {
  color: #939598;
}
.woocommerce-checkout .col2-set .col-2 #payment .form-row label {
  font-weight: normal;
  margin-top: 20px !important;
}
.woocommerce-checkout .col2-set .col-2 button#place_order {
  background: transparent;
  text-transform: lowercase;
  padding: 0;
  position: relative;
}
.woocommerce-checkout .col2-set .col-2 button#place_order:after {
  content: "\e900";
  bottom: -1px;
  right: -24px;
}

@media screen and (max-width: 920px) {
  .woocommerce-checkout .col2-set {
    display: block;
  }
  .woocommerce-checkout .col2-set .col-1 {
    max-width: none;
  }
  .woocommerce-checkout .col2-set .col-2 {
    padding-left: 0;
    padding-top: 30px;
  }
}
.woocommerce-order-received .woocommerce {
  max-width: 1920px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  padding-top: 60px;
  min-height: 100vh;
}
.woocommerce-order-received .woocommerce-order-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 920px) {
  .woocommerce-order-received .woocommerce-order-inner {
    display: block;
  }
}
.woocommerce-order-received h2 {
  text-transform: lowercase;
  color: #a1a3a5;
  margin-bottom: 40px;
}
.woocommerce-order-received h3 {
  text-transform: lowercase;
  color: #a1a3a5;
}
.woocommerce-order-received .woocommerce-column__title {
  margin-bottom: 10px;
}
.woocommerce-order-received .col-1 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 60px;
}
.woocommerce-order-received .col-1 .woocommerce-order-details {
  display: none;
}
.woocommerce-order-received .col-1 address {
  font-style: normal;
}
.woocommerce-order-received .col-2 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.woocommerce-order-received .col-2 .woocommerce-customer-details {
  display: none;
}
.woocommerce-order-received .col-2 thead {
  display: none;
}
.woocommerce-order-received .col-2 tfoot {
  display: none;
}
.woocommerce-order-received .col-2 .pg-order-total {
  border-top: 1px solid black;
  padding-top: 20px;
}
.woocommerce-order-received .col-2 .cart-total-title {
  margin-top: 0 !important;
}
.woocommerce-order-received .col-2 .pg-order-total {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.woocommerce-order-received .col-2 .shop_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-order-received .col-2 .shop_table tbody {
  width: 100%;
}
.woocommerce-order-received .col-2 .shop_table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.woocommerce-order-received .col-2 .shop_table .product-total {
  padding-right: 0;
}
.woocommerce-order-received .col-2 .shop_table td.product-name {
  width: 70%;
}
.woocommerce-order-received .col-2 bdi {
  font-weight: normal;
}
.woocommerce-order-received .col-2 .product-quantity {
  display: none;
}
.woocommerce-order-received .woocommerce-column--shipping-address {
  display: none;
}

.page-template-TERMS-php {
  background-color: white !important;
}
.page-template-TERMS-php .content-wrap {
  background-color: white !important;
}
.page-template-TERMS-php .terms-cookie-table .cookie-left-col {
  margin-right: 2em;
}
@media screen and (max-width: 1280px) {
  .page-template-TERMS-php .terms-cookie-table {
    display: block;
  }
}
.page-template-TERMS-php .terms-cookie-table h3 {
  color: #a1a3a5;
  margin-bottom: 0;
  line-height: 1.1;
}
.page-template-TERMS-php .left-col {
  margin-right: 2em;
}
.page-template-TERMS-php .content-wrap p a {
  text-decoration: none;
  color: #a1a3a5;
}
.page-template-TERMS-php strong {
  font-weight: normal !important;
}
.page-template-TERMS-php .strong {
  font-weight: bold !important;
  display: block;
}
.page-template-TERMS-php ol {
  padding-left: 20px;
  color: #a1a3a5;
  text-transform: lowercase;
  margin-bottom: 0;
}
.page-template-TERMS-php ol li {
  margin-bottom: 0;
}
.page-template-TERMS-php ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.page-template-TERMS-php .table-of-contents {
  color: #a1a3a5;
  margin-bottom: 40px;
}
.page-template-TERMS-php .table-of-contents a {
  text-decoration: none;
  color: #a1a3a5;
}
.page-template-TERMS-php .dash-list {
  padding-left: 40px;
  margin-bottom: 1em;
}
.page-template-TERMS-php .dash-list li {
  margin-bottom: 0 !important;
}
.page-template-TERMS-php .dash-list li:before {
  content: "–";
  margin-left: -20px;
  padding-right: 3px;
}

.woocommerce-account {
  padding-top: 50px;
  background-color: white;
}
.woocommerce-account .delete-account-form label {
  color: #a1a3a5;
  font-weight: normal;
  padding-left: 5px;
  position: relative;
  top: 1px;
}
.woocommerce-account .woocommerce-form-login {
  display: none !important;
}
.woocommerce-account .woocommerce-notices-wrapper:not(:empty) {
  padding-bottom: 1em;
}
.woocommerce-account .woocommerce-PaymentMethods {
  padding-left: 0;
}
.woocommerce-account .woocommerce-PaymentMethods li {
  list-style: none;
}
.woocommerce-account .woocommerce-PaymentMethods input[type=radio] {
  display: none;
}
.woocommerce-account .woocommerce-PaymentMethods p {
  text-transform: lowercase;
}
.woocommerce-account a[href$="/shop/"] {
  display: none;
}
.woocommerce-account .woocommerce-orders-table thead {
  display: none;
}
.woocommerce-account .woocommerce-orders-table .view {
  font-size: 22px;
}
.woocommerce-account strong {
  font-weight: normal;
  color: #a1a3a5;
}
.woocommerce-account .woocommerce-Addresses {
  margin-top: 40px;
}
.woocommerce-account form h3,
.woocommerce-account .woocommerce-Address-title h3 {
  text-transform: lowercase;
  margin-top: 0;
}
.woocommerce-account address {
  font-style: normal;
  text-transform: lowercase;
  display: none;
}
.woocommerce-account .col-2 .woocommerce-Address-title {
  margin-top: 40px;
}
.woocommerce-account .woo-account-title {
  text-transform: lowercase;
  color: #a1a3a5;
  margin-bottom: 50px;
}
.woocommerce-account .woocommerce {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  padding-top: 60px;
  min-height: 100vh;
}
@media screen and (max-width: 1024px) {
  .woocommerce-account.woocommerce-orders {
    display: block;
  }
}
.woocommerce-account.woocommerce-orders .woocommerce-orders-table .woocommerce-orders-table__cell-order-details {
  min-width: 250px;
  width: 33%;
}
.woocommerce-account.woocommerce-orders .woocommerce-orders-table .woocommerce-orders-table__cell-order-image {
  width: 33%;
}
.woocommerce-account.woocommerce-orders .woocommerce-orders-table .woocommerce-orders-table__cell-order-title {
  min-width: 250px;
  width: 33%;
}
.woocommerce-account.woocommerce-orders .woocommerce-orders-table .woocommerce-orders-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .woocommerce-account.woocommerce-orders .woocommerce-orders-table .woocommerce-orders-table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.woocommerce-account.woocommerce-orders .woocommerce-orders-table time {
  text-transform: lowercase;
}
.woocommerce-account.woocommerce-orders .woocommerce-orders-table .orders-programme-title {
  text-transform: none !important;
}
@media screen and (max-width: 1100px) {
  .woocommerce-account.woocommerce-orders .woocommerce-orders-table td {
    margin-bottom: 10px;
    width: 100% !important;
  }
}
.woocommerce-account.woocommerce-orders .woocommerce-orders-table img {
  width: 100%;
  height: auto;
  min-width: 150px;
  max-width: 250px;
}
@media screen and (max-width: 1100px) {
  .woocommerce-account.woocommerce-orders .woocommerce-orders-table img {
    max-width: 250px;
  }
}
.woocommerce-account .my-account-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
}
@media screen and (max-width: 920px) {
  .woocommerce-account .my-account-inner {
    display: block;
  }
}
.woocommerce-account .my-account-inner label,
.woocommerce-account .my-account-inner legend {
  display: none;
}
.woocommerce-account .my-account-inner a {
  text-decoration: none;
  color: #231f20;
  text-transform: lowercase;
}
.woocommerce-account .my-account-inner .woocommerce-MyAccount-content {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.woocommerce-account .my-account-inner .woocommerce-MyAccount-navigation ul {
  padding-left: 60px;
}
@media screen and (max-width: 920px) {
  .woocommerce-account .my-account-inner .woocommerce-MyAccount-navigation ul {
    padding-left: 0px;
  }
}
.woocommerce-account .my-account-inner #account_display_name + span {
  display: none;
}
.woocommerce-account .my-account-inner .button {
  text-transform: lowercase;
  background: none;
}
.woocommerce-account .my-account-inner .woocommerce-MyAccount-navigation {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.woocommerce-account .my-account-inner .woocommerce-MyAccount-navigation ul {
  list-style: none;
}

@media screen and (max-width: 920px) {
  .woocommerce-account .woocommerce {
    display: block;
  }
  .woocommerce-account .woocommerce ul {
    padding-left: 0;
    padding-bottom: 40px;
  }
}/*# sourceMappingURL=style.css.map */