@charset "utf-8";

@font-face {
    font-family: 'avenirnextRegular';
    src: url('../fonts/avenirnextRegular.ttf') format('ttf'),
         url('../fonts/avenirnextRegular.woff') format('woff'),
         url('../fonts/avenirnextRegular.woff2') format('woff2');
    font-style: normal;
  }
  @font-face {
      font-family: 'avenirNextMedium';
      src: url('../fonts/avenirNextMedium.ttf') format('ttf'),
           url('../fonts/avenirNextMedium.woff') format('woff'),
           url('../fonts/avenirNextMedium.woff2') format('woff2');
      font-style: normal;
    }
    @font-face {
        font-family: 'avenirnextDemibold';
        src: url('../fonts/avenirnextDemibold.ttf') format('ttf'),
             url('../fonts/avenirnextDemibold.woff') format('woff'),
             url('../fonts/avenirnextDemibold.woff2') format('woff2');
        font-style: normal;
      }
      @font-face {
          font-family: 'avenirnextHeavy';
          src: url('../fonts/avenirnextHeavy.ttf') format('ttf'),
               url('../fonts/avenirnextHeavy.woff') format('woff'),
               url('../fonts/avenirnextHeavy.woff2') format('woff2');
          font-style: normal;
        }

body{
  font-family: 'avenirnextRegular';
}

/* CSS Document */
.locaiton-picker .pulse {
    background: transparent;
}

.btn.focus,
.btn:focus {
    box-shadow: none
}

.gift-card-area {
    color: #fff;
    overflow: hidden
}

.gift-card-area p {
    font-size: 16px;
}

.gift-card-area label {
    font-size: 14px;
    color: #fff;
    font-family: 'avenirnextDemibold';
}

.gift-card-area .btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background: #4DAEE4;
    color: #141821;
    border: 1px solid #4DAEE4;
}

h3.head-gift {
    font-size: 1.2rem !important;
    font-weight: normal
}

.btn-gift {
    background: transparent;
    color: #4DAEE4;
    border: 1px solid #4DAEE4;
    font-size: 18px;
    font-family: 'avenirNextMedium';
    padding: 1rem 1rem;
    outline: 0px;
    border-radius: 50px !important;
}

.btn-gift:hover {
    background: #4DAEE4;
    color: #141821;
    border: 1px solid #4DAEE4;
}

.btn-gift:before {
    background: inherit !important;
    position: relative
}

.btn-gift.active {
    background: #EB130D
}

.custom-select {
    background: #fff url(../images/right-arrow.png) no-repeat right .75rem center;
    border: 0px solid #8d8d8d !important;
    height: calc(3.50rem + 2px);
    color: #000
}

.custom-select:focus {
    background: #fff;
    box-shadow: none;
    border: 1px solid #8d8d8d !important;
    color: #000;
}

.btn-continue {
    background: #BDE423;
    color: #0F131C;
    border-radius: 50px;
    font-family: 'avenirnextDemibold';
    padding: 15px 40px;
    font-size: 18px;
}

.btn-continue:hover, .btn-continue:active {
    background: transparent !important;
    border: 1px solid #BDE423 !important;
    color: #BDE423 !important;
}

.btn-continue:before {
    position: relative
}

.fun-card-area {
    background: #0F131C;
    border-radius: 12px;
    color: #fff;
    box-shadow: 0 0 6px #232323;
    height: 100%;
}

.fun-card-area:hover {
    border: 1px solid #4DAEE4;
    margin: -1px !important;
}

.count-area {
    border-radius: 5px;
    padding: 9px;
    /*width:112px;*/
    line-height: 0px;
    overflow: hidden;
}

.count-plus {
    background: #fff url(../images/plus.png) no-repeat center center !important;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #fff;
    float: left;
    outline: 0px;
    cursor: pointer;
}

.minus-plus {
    background: #fff url(../images/minus.png) no-repeat center center !important;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #fff;
    float: left;
    outline: 0px;
    cursor: pointer;
}

.count-field {
    background: #0F131C;
    border: 1px solid #0F131C;
    font-family: 'avenirnextDemibold';
    height: 38px;
    outline: 0px;
    text-align: center;
    float: left;
    color: #fff;
    font-size: 1.3rem;
    margin: 0px 10px;
    border-radius: 4px;
}

.price-style {
    font-size: 1.5rem;
    font-family: 'avenirnextDemibold';
}

.price-g-text {
    font-size: 1.5rem;
    font-weight: 600
}

.custom-bg {
    background: #1E2029 url(../images/right-arrow.svg) no-repeat right .75rem center !important;
    border: 1px solid #363636;
    color: #797979 !important;
    border-radius: 8px !important;
}

.custom-bg2 {
    background: #1E2029 url(../images/right-arrow.svg) no-repeat right .75rem center !important;
    border: 1px solid #363636 !important;
    color: #797979 !important;
    border-radius: 8px !important;
}

.gift-form {
    background: #1E2029;
    border: 1px solid #363636 !important;
    padding: .93rem .75rem;
    border-radius: 8px !important;
    color: #797979 !important;
    font-size: 14px;
}

.gift-form:focus {
    background: transparent;
    box-shadow: none;
    border: 1px solid #FFFFFF;
}

.input-group>.form-control:not(:last-child)) {
    border-right: 0px !important;
}

.input-group-append {
    display: none
}

/*New style*/
.fun-edit-section {
    background: #141821;
    border-radius: 18px;
    color: #fff;
}

.list-t-section p {
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.list-t-section p span {
    color: #fff;
}

.edit-button.remove-button {
    background: #F41313 !important;
    border: 1px solid #F41313;
}

.edit-button {
    background: transparent !important;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 1rem;
    color: #fff;
    width: 130px;
    padding: .7rem 1rem;
    font-family: 'avenirnextDemibold';
    margin-right: 10px;
}

.edit-button::before {
    background: none
}

.edit-button:hover {
    background: #fff !important;
    color: #141821;
    border: 1px solid #fff;
}

.price-h-style {
    min-height: 230px;
    border-bottom: 1px solid #707070;
    margin-bottom: 10px;
    height: 100%;
}

.btn-addmore {
    width: 180px;
    background: transparent;
    border: 1px solid #BDE423;
    border-radius: 50px;
    font-family: 'avenirnextDemibold';
    padding: .9rem 0rem;
    font-size: 18px;
    color: #BDE423;
    text-transform: capitalize;
    margin-right: 10px !important;
}

.btn-addmore:hover, .btn-addmore:active {
    background: transparent !important;
    border: 1px solid #BDE423 !important;
    color: #BDE423 !important;
}


.btn-addmore::before {
    background: none
}

.btn-checkout {
    width: 180px;
    background: #BDE423;
    border-radius: 50px;
    font-family: 'avenirnextDemibold';
    padding: .9rem 0rem;
    font-size: 18px;
    text-transform: capitalize;
    cursor: pointer;
}


.check-form {
    background: #fff;
    border: 0px;
    padding: .93rem .75rem;
    border-radius: 4px !important;
    color: #000 !important;
    border: 1px solid #8d8d8d !important;
}

.check-form:focus {
    background: #fff;
    box-shadow: none;
    border: 1px solid #8d8d8d !important;
}

.custom-check::before {
    border-radius: 0rem !important;
    left: 8px !important;
}

.custom-check::after {
    left: 8px !important;
}

.fun-edit-section .check-form {
    color: #fff !important;
}

.primary-nav {
    background-color: #fff
}

.bottom-bar nav ul li svg {
    fill: #000;
}

.bottom-bar nav ul li,
.bottom-bar nav ul li a {
    color: #000;
}

.gift-card-area .heading-cinergy,
h3.head-gift,
.gift-card-area p {
    color: #fff !important;
}

.dark-bg .social-footer h2 {
    color: #000;
}

.social-footer,
footer#footer {
    background: #fff;
}

footer#footer .location-links,
footer#footer .location-links a,
footer#footer nav a {
    color: #000;
}

footer#footer .location-links,
footer#footer nav {
    border-top: 0.0625rem solid #343433;
}

.social-footer .social-links svg .color-fill {
    fill: #000;
}

.custom-select.cinema_id {
    color: #000 !important;
}

.gift-card-area a h6 svg path {
    fill: #000;
}

.gift-card-area a h6 {
    color: #000;
}

/*Payment Page*/
.payment_accordion .card {
    background: #141821;
    margin-bottom: 10px;
}

.payment_accordion .card-header {
    border: 0;
    border-radius: 6px;
    padding: 0;
}

.payment_accordion .card-header h2 button {
    color: #111;
    text-decoration: none !important;
    width: 100%;
    text-align: left;
    font-size: 18px;
}

.btn.checkout_btn.back_cart_btn {
    background: #fff;
    border: 2px solid #66AA43;
    color: #66AA43;
}

.redio_btn {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-right: 30px;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.redio_btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.redio_btn .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid #707070;
    border-radius: 50%;
}

.redio_btn:hover input~.checkmark {
    background-color: transparent;
    border: 1px solid #66AA43;
}

.redio_btn input:checked~.checkmark {
    background-color: #2E2E2E;
}

.redio_btn .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.redio_btn input:checked~.checkmark:after {
    display: block;
}

.redio_btn .checkmark:after {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #66AA43;
}

.payment_accordion .card-header h2 a {
    background: #141821 url(../images/accordion_arrow.png) no-repeat;
    background-position: right center;
    background-size: 30px;
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #fff !important;
    font-size: 20px;
    padding-left: 20px;
}

.payment_accordion .card-header h2 a.collapsed {
    background: url(../images/accordion_arrow_2.png) no-repeat;
    background-position: right center;
    background-size: 30px;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.product_total_price_cls {
    right: auto !important;
}

.custom_checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom_checkbox .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 1px solid #A0CC4F;
}

.save_card_div .custom_checkbox .checkmark {
    top: -14px;
}

.custom_checkbox:hover input~.checkmark {
    background-color: transparent;
}

.custom_checkbox input:checked~.checkmark {
    background-color: #A0CC4F;
}

.custom_checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom_checkbox input:checked~.checkmark:after {
    display: block;
}

.custom_checkbox .checkmark:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fa-trash {
    font-size: 16px !important;
}

.saveCard_deletSection a {
    position: absolute;
    top: 2px;
    left: 6px;
}

.saveCard_deletSection img {
    max-width: 35px;
    margin-left: 25px;
}

.saveCard_deletContant p {
    font-size: 13px;
}

.use_contant {
    color: #A0CC4F;
    margin-right: 10px;
    font-size: 14px;
}

/*Payment Page*/
.select-check-form {
    height: calc(3.25rem + 2px) !important;
}

.check-form {
    color: rgb(121, 121, 121) !important;
    background: rgb(30, 32, 41);
    padding: 0.93rem 0.75rem;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(54, 54, 54) !important;
    border-image: initial !important;
    border-radius: 8px !important;
}

.check-form:focus {
    background: #f7f7f7;
    box-shadow: none
}

.custom-check::before {
    border-radius: 0rem !important;
    left: 0px !important;
}

.custom-check::after {
    left: 0px !important;
}

.form-control.check-form::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000 !important;
    opacity: 1;
}

.form-control.check-form::-moz-placeholder {
    /* Firefox 19+ */
    color: #000 !important;
    opacity: 1;
}

.form-control.check-form:-ms-input-placeholder {
    /* IE 10+ */
    color: #000 !important;
    opacity: 1;
}

.form-control.check-form:-moz-placeholder {
    /* Firefox 18- */
    color: #000 !important;
    opacity: 1;
}

.heading-fatcatsfun {
    margin-top: 45px;
    font-family: 'avenirnextDemibold';
    font-size: 30px;
    margin-bottom: 20px;
}

.gift_card_list {
    display: none;
}

.for_someone {
    display: none;
}

.for_myself {
    display: none;
}

.send_later {
    display: none;
}

.inactive_giftcard {
    pointer-events: none;
    opacity: 0.2;
}

.sold_out {
    top: 29%;
    left: 10%;
    position: absolute;
    font-weight: 600er;
    font-size: 59px !important;
}

.error {
    float: none !important;
}

/* Preloader */
.preloader_hide {
    opacity: 0;
    width: 100%;
    overflow-x: hidden;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #2e393cdb;
    z-index: 9999;
}

#preloader div {
    position: fixed;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 10px;
    margin: -5px 0 0;
    text-align: center;
}

#preloader em {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #A0CC4F;
    animation: 1.2s ease-in-out normal none infinite preload_animate;
    -webkit-animation: 1.2s ease-in-out normal none infinite preload_animate;
}

#preloader em:nth-child(1) {
    animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

#preloader em:nth-child(2) {
    animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

#preloader em:nth-child(3) {
    animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

#preloader em:nth-child(4) {
    animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

#preloader em:nth-child(5) {
    animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

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

    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes preload_animate {
    0% {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(0.5);
        -ms-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

/*Loader ends*/


/* 19/11/205 */
.funBodyCol {
    background: #10131c;
}

.main_header {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #141821;
    background: #10131c;
}

.main_header .logoImg {
    width: 100%;
    max-width: 200px;
}

.giftCards_title {
    position: relative;
    color: #fff;
}

.cartIcon_div {
    position: absolute;
    top: 8px;
    right: 15px;
}

.cartIcon_div a {
    text-decoration: none;
}

.cartIcon_div small {
    width: 12px;
    height: 12px;
    background: #F41313;
    border-radius: 50%;
    position: absolute;
    margin: -6px;
}

.cartText {
    color: #BDE423;
    font-size: 18px;
    font-family: 'avenirnextDemibold';
    position: relative;
    left: 13px;
    bottom: 4px;
}

.fancat_bgCol {
    background: #141821;
    border-radius: 24px;
    padding: 60px;
    margin-top: 30px;
}

.footer_section {
    padding: 50px 0 30px;
    text-align: center;
}

.footer_section p {
    color: #a4a5a8;
    font-size: 12px;
    font-style: italic;
}

.fancat_bgCol h3 {
    font-size: 20px !important;
    padding-bottom: 10px;
}

.for_someone {
    background: #0F131C;
    margin: 20px 0 !important;
    padding: 50px 40px;
    border-radius: 18px;
}
.social-icons{
    padding: 0;
}
.social-icons li {
    display: inline-block;
    padding: 0 7px 10px;
}

.social-icons li a {
    display: inline-block;
}

.billing_details_div {
    background: rgb(15, 19, 28);
    padding: 50px 40px;
    border-radius: 18px;
    margin: 20px 0px !important;
}

.billing_details_box {
    padding: 5% 8% 3%;
}
.cancel_order_btn{
    width: 180px;
    background: transparent;
    border: 0;
    color: #BDE423;
    border-radius: 50px;
    font-family: 'avenirnextDemibold';
    padding: 1rem 0rem;
    font-size: 1.2rem;
    text-transform: capitalize;
    cursor: pointer;
}
button.cancel_order_btn:focus {
    outline: 0;
}
.successPage_div {
    background: #141821;
    border-radius: 18px;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
    padding: 2% 0 5%;
    margin-top: 3%;
}
.payment_location_name{
    background: #0F131C;
    border-radius: 12px;
    padding: 40px 0;
    width: 70%;
    margin-left: 15%;
}
.payment_success_con h3{
    color: #fff !important;
    font-family: 'avenirnextHeavy';
    margin: 20px 0;
    font-size: 26px;
}
.payment_location_name h4{
    color: #BDE423;
    font-family: 'avenirnextDemibold';
}
.payment_success_con p{
    margin-bottom: 0;
    padding: 10px 0;
}
.payment_location_name p{
    margin-bottom: 0;
}
.hr_col{
    border-top: 1px solid #272b34;
    padding-bottom: 15px !important;
}
.payment_location_name p{
    margin-top: 0;
}
input.error, input.card_error {
    border: 1px solid red!important;
}
.remove_tickets {
    color: #f44336;
}
.edit_btn {
    background: transparent !important;
    border: 1px solid #fff;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 6px 20px 3px;
    margin-right: 6px;
}
.edit_btn.remove_tickets {
    background: #F41313 !important;
    border: 1px solid #F41313;
}
.edit_btn:hover {
    background: #fff !important;
    color: #141821;
    border: 1px solid #fff;
    text-decoration: none;
}
.custom-checkbox{
    margin-left: 20px;
}
.delet_icon span img{
    width: 21px;
}
.bacl_arrow_brn{
    margin-right: 25px;
    display: inline-block;
    position: relative;
    top: -2px;
}
.bacl_arrow_brn img{
    width: 15px;
}

@media screen and (max-width: 900px) {
    .fancat_bgCol{
        padding: 25px;
    }
}
@media screen and (max-width: 767px) {
.btn-checkout{
    margin-top: 10px;
}
}
@media screen and (max-width: 576px) {
.fancat_bgCol{
    border-radius: 18px;
    padding: 15px 15px 40px;
    margin-top: 16px;
}
.btn-checkout, .btn-addmore{
    width: 140px;
}
.text-center.cust-date.mt-5{
    margin-top: 15px !important;
}
.billing_details_div, .billing_details_box{
    padding: 15px;
}
.heading-fatcatsfun {
    margin-top: 0px;
}
.gift-card-area {
    padding-top: 20px !important;
}
.gift-card-area .container{
    padding: 0;
}
.for_someone {
    padding: 12px 5px;
}
.send_later_div {
    padding: 5px 20px;
} 

.btn-addmore, .btn-checkout {
    font-size: 14px;
}
.payment_div .card-body{
    padding: 0;
}
.payment_accordion .card-header h2 a{
    padding-left: 0;
}
.fun-edit-section{
    padding: 15px 15px !important;
}
.exp_month_div{
    margin-bottom: 1rem;
}
.billing_details_div{
    margin: 5px 0 !important;
}
.custom-checkbox{
    margin-left: 0px;
}
}
/* 19/11/205 end */
